2023-12-07T04:25:17.024 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T04:25:17.025 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/centos_8.stream_container_tools agent/off mon_election/connectivity task/test_rgw_multisite} --verbose --archive /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481270 -- /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481270/orig.config.yaml 2023-12-07T04:25:17.053 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T04:25:17.134 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481270 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: yweinste@redhat.com first_in_suite: false job_id: '7481270' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_01:25:59-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: smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEJ8eD0VG3LiTg9QVeUTtyJ3FQMkWH1MW+A7dEXP6GzaoOn9fdNTRuIeVyi/ESOsVqCTVbMkc+dJXNdgOJEk1J4= smithi138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM9GGuLl5m7k5R7z7sH4naAY9SxBAbSdrRw9/eoQvLtZZGzS+EogjjV6mF4YE+u0YlQQmPR/S//RTc8Qooht2GM= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKB7sW8pNC1WBAhfajz4YiXjrsIrlllDcNrQYK5lgsak8NicqIYOIGTIjED4lWOMTV/jre9sN7jfG9sEX6/DFIw= 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_01:25:59 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T04:25:17.134 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-07T04:25:17.137 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa/tasks 2023-12-07T04:25:17.137 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T04:25:17.139 INFO:teuthology.task.internal:Checking packages... 2023-12-07T04:25:17.162 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e068ebcf7ecc6503f24666fb6b152034d3fe1067' 2023-12-07T04:25:17.162 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T04:25:17.162 INFO:teuthology.packaging:ref: None 2023-12-07T04:25:17.162 INFO:teuthology.packaging:tag: None 2023-12-07T04:25:17.162 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-12-06-1425 2023-12-07T04:25:17.163 INFO:teuthology.packaging:sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T04:25:17.163 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-07T04:25:17.377 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-64.ge068ebcf 2023-12-07T04:25:17.377 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T04:25:17.382 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T04:25:17.383 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T04:25:17.446 INFO:teuthology.task.internal:Saving configuration 2023-12-07T04:25:17.459 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T04:25:17.465 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T04:25:17.491 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481270', '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 04:19:58.086724', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEJ8eD0VG3LiTg9QVeUTtyJ3FQMkWH1MW+A7dEXP6GzaoOn9fdNTRuIeVyi/ESOsVqCTVbMkc+dJXNdgOJEk1J4='} 2023-12-07T04:25:17.511 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi138.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481270', '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 04:19:58.088227', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM9GGuLl5m7k5R7z7sH4naAY9SxBAbSdrRw9/eoQvLtZZGzS+EogjjV6mF4YE+u0YlQQmPR/S//RTc8Qooht2GM='} 2023-12-07T04:25:17.535 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481270', '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 04:19:58.089403', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKB7sW8pNC1WBAhfajz4YiXjrsIrlllDcNrQYK5lgsak8NicqIYOIGTIjED4lWOMTV/jre9sN7jfG9sEX6/DFIw='} 2023-12-07T04:25:17.536 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T04:25:17.542 INFO:teuthology.task.internal:roles: ubuntu@smithi028.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T04:25:17.542 INFO:teuthology.task.internal:roles: ubuntu@smithi138.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T04:25:17.542 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T04:25:17.542 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T04:25:17.704 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f27e7312ee0>, signals=[15]) 2023-12-07T04:25:17.705 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T04:25:17.711 INFO:teuthology.task.internal:Opening connections... 2023-12-07T04:25:17.711 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi028.front.sepia.ceph.com 2023-12-07T04:25:17.712 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:25:17.824 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi138.front.sepia.ceph.com 2023-12-07T04:25:17.825 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:25:17.892 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2023-12-07T04:25:17.893 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:25:17.960 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T04:25:17.967 DEBUG:teuthology.orchestra.run.smithi028:> uname -m 2023-12-07T04:25:17.991 INFO:teuthology.orchestra.run.smithi028.stdout:x86_64 2023-12-07T04:25:17.991 DEBUG:teuthology.orchestra.run.smithi028:> cat /etc/os-release 2023-12-07T04:25:18.054 INFO:teuthology.orchestra.run.smithi028.stdout:NAME="CentOS Stream" 2023-12-07T04:25:18.054 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION="8" 2023-12-07T04:25:18.054 INFO:teuthology.orchestra.run.smithi028.stdout:ID="centos" 2023-12-07T04:25:18.054 INFO:teuthology.orchestra.run.smithi028.stdout:ID_LIKE="rhel fedora" 2023-12-07T04:25:18.054 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_ID="8" 2023-12-07T04:25:18.054 INFO:teuthology.orchestra.run.smithi028.stdout:PLATFORM_ID="platform:el8" 2023-12-07T04:25:18.054 INFO:teuthology.orchestra.run.smithi028.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-07T04:25:18.054 INFO:teuthology.orchestra.run.smithi028.stdout:ANSI_COLOR="0;31" 2023-12-07T04:25:18.055 INFO:teuthology.orchestra.run.smithi028.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-07T04:25:18.055 INFO:teuthology.orchestra.run.smithi028.stdout:HOME_URL="https://centos.org/" 2023-12-07T04:25:18.055 INFO:teuthology.orchestra.run.smithi028.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T04:25:18.055 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T04:25:18.055 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-07T04:25:18.056 INFO:teuthology.lock.ops:Updating smithi028.front.sepia.ceph.com on lock server 2023-12-07T04:25:18.080 DEBUG:teuthology.orchestra.run.smithi138:> uname -m 2023-12-07T04:25:18.103 INFO:teuthology.orchestra.run.smithi138.stdout:x86_64 2023-12-07T04:25:18.103 DEBUG:teuthology.orchestra.run.smithi138:> cat /etc/os-release 2023-12-07T04:25:18.166 INFO:teuthology.orchestra.run.smithi138.stdout:NAME="CentOS Stream" 2023-12-07T04:25:18.166 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION="8" 2023-12-07T04:25:18.166 INFO:teuthology.orchestra.run.smithi138.stdout:ID="centos" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:ID_LIKE="rhel fedora" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:VERSION_ID="8" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:PLATFORM_ID="platform:el8" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:ANSI_COLOR="0;31" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:HOME_URL="https://centos.org/" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T04:25:18.167 INFO:teuthology.orchestra.run.smithi138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-07T04:25:18.167 INFO:teuthology.lock.ops:Updating smithi138.front.sepia.ceph.com on lock server 2023-12-07T04:25:18.189 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2023-12-07T04:25:18.211 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2023-12-07T04:25:18.211 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="CentOS Stream" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="8" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:ID="centos" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="rhel fedora" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="8" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el8" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://centos.org/" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T04:25:18.273 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-07T04:25:18.274 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2023-12-07T04:25:18.296 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T04:25:18.304 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T04:25:18.310 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T04:25:18.310 DEBUG:teuthology.orchestra.run.smithi028:> test '!' -e /home/ubuntu/cephtest 2023-12-07T04:25:18.313 DEBUG:teuthology.orchestra.run.smithi138:> test '!' -e /home/ubuntu/cephtest 2023-12-07T04:25:18.315 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2023-12-07T04:25:18.335 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T04:25:18.341 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T04:25:18.341 DEBUG:teuthology.orchestra.run.smithi028:> test -z $(ls -A /var/lib/ceph) 2023-12-07T04:25:18.375 DEBUG:teuthology.orchestra.run.smithi138:> test -z $(ls -A /var/lib/ceph) 2023-12-07T04:25:18.377 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2023-12-07T04:25:18.403 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T04:25:18.481 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T04:25:18.496 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T04:25:18.496 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-07T04:25:18.497 DEBUG:teuthology.orchestra.run.smithi028:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T04:25:18.497 DEBUG:teuthology.orchestra.run.smithi138:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T04:25:18.497 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T04:25:18.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T04:25:18.518 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2023-12-07T04:25:18.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T04:25:18.519 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T04:25:18.520 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2023-12-07T04:25:18.520 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2023-12-07T04:25:18.581 INFO:teuthology.orchestra.run.smithi138.stdout:4.18.0-489.el8.x86_64 2023-12-07T04:25:18.581 INFO:teuthology.task.kernel:Running kernel on smithi138: 4.18.0-489.el8.x86_64 2023-12-07T04:25:18.581 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum install -y kernel 2023-12-07T04:25:18.583 INFO:teuthology.orchestra.run.smithi028.stdout:4.18.0-489.el8.x86_64 2023-12-07T04:25:18.583 INFO:teuthology.orchestra.run.smithi161.stdout:4.18.0-489.el8.x86_64 2023-12-07T04:25:18.583 INFO:teuthology.task.kernel:Running kernel on smithi028: 4.18.0-489.el8.x86_64 2023-12-07T04:25:18.583 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum install -y kernel 2023-12-07T04:25:18.584 INFO:teuthology.task.kernel:Running kernel on smithi161: 4.18.0-489.el8.x86_64 2023-12-07T04:25:18.584 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2023-12-07T04:25:22.674 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - AppStream 21 MB/s | 34 MB 00:01 2023-12-07T04:25:23.537 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - AppStream 15 MB/s | 34 MB 00:02 2023-12-07T04:25:23.936 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - AppStream 12 MB/s | 34 MB 00:02 2023-12-07T04:25:30.821 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - BaseOS 55 MB/s | 55 MB 00:00 2023-12-07T04:25:31.294 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - BaseOS 50 MB/s | 55 MB 00:01 2023-12-07T04:25:31.548 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - BaseOS 25 MB/s | 55 MB 00:02 2023-12-07T04:25:39.012 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - Extras 49 kB/s | 18 kB 00:00 2023-12-07T04:25:39.636 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - Extras 49 kB/s | 18 kB 00:00 2023-12-07T04:25:39.746 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - Extras common packages 13 kB/s | 6.9 kB 00:00 2023-12-07T04:25:40.081 INFO:teuthology.orchestra.run.smithi161.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-07T04:25:40.207 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras 81 kB/s | 18 kB 00:00 2023-12-07T04:25:40.219 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - Extras common packages 17 kB/s | 6.9 kB 00:00 2023-12-07T04:25:40.513 INFO:teuthology.orchestra.run.smithi138.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-07T04:25:40.782 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras common packages 18 kB/s | 6.9 kB 00:00 2023-12-07T04:25:41.075 INFO:teuthology.orchestra.run.smithi028.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-07T04:25:42.383 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 9.3 MB/s | 16 MB 00:01 2023-12-07T04:25:43.886 INFO:teuthology.orchestra.run.smithi028.stdout:Extra Packages for Enterprise Linux 6.0 MB/s | 16 MB 00:02 2023-12-07T04:25:46.228 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 295 kB/s | 24 kB 00:00 2023-12-07T04:25:47.920 INFO:teuthology.orchestra.run.smithi028.stdout:lab-extras 445 kB/s | 24 kB 00:00 2023-12-07T04:25:49.830 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-07T04:25:49.830 INFO:teuthology.orchestra.run.smithi138.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-07T04:25:50.117 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:25:50.118 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:25:50.118 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-12-07T04:25:50.118 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:25:50.118 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:25:50.119 INFO:teuthology.orchestra.run.smithi138.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-07T04:25:50.119 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:25:50.119 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-07T04:25:50.119 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-07T04:25:50.119 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:25:50.119 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:25:50.120 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:25:50.120 INFO:teuthology.orchestra.run.smithi138.stdout:Install 3 Packages 2023-12-07T04:25:50.120 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:25:50.121 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 90 M 2023-12-07T04:25:50.121 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 96 M 2023-12-07T04:25:50.121 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:25:51.297 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 1.4 MB/s | 16 MB 00:11 2023-12-07T04:25:51.357 INFO:teuthology.orchestra.run.smithi138.stdout:(1/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 41 MB/s | 36 MB 00:00 2023-12-07T04:25:51.507 INFO:teuthology.orchestra.run.smithi138.stdout:(2/3): kernel-4.18.0-526.el8.x86_64.rpm 9.9 MB/s | 10 MB 00:01 2023-12-07T04:25:51.761 INFO:teuthology.orchestra.run.smithi028.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-07T04:25:51.762 INFO:teuthology.orchestra.run.smithi028.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-07T04:25:52.072 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:25:52.073 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:25:52.073 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2023-12-07T04:25:52.073 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:25:52.073 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:25:52.073 INFO:teuthology.orchestra.run.smithi028.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-07T04:25:52.073 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:25:52.073 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-07T04:25:52.073 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-07T04:25:52.073 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:25:52.074 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:25:52.074 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:25:52.074 INFO:teuthology.orchestra.run.smithi028.stdout:Install 3 Packages 2023-12-07T04:25:52.074 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:25:52.074 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 90 M 2023-12-07T04:25:52.075 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 96 M 2023-12-07T04:25:52.075 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:25:52.124 INFO:teuthology.orchestra.run.smithi138.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 27 MB/s | 43 MB 00:01 2023-12-07T04:25:52.124 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:25:52.124 INFO:teuthology.orchestra.run.smithi138.stdout:Total 45 MB/s | 90 MB 00:02 2023-12-07T04:25:52.496 INFO:teuthology.orchestra.run.smithi028.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 27 MB/s | 10 MB 00:00 2023-12-07T04:25:52.799 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:25:53.034 INFO:teuthology.orchestra.run.smithi028.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 39 MB/s | 36 MB 00:00 2023-12-07T04:25:53.217 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:25:53.217 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:25:53.447 INFO:teuthology.orchestra.run.smithi028.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 33 MB/s | 43 MB 00:01 2023-12-07T04:25:53.447 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:25:53.447 INFO:teuthology.orchestra.run.smithi028.stdout:Total 65 MB/s | 90 MB 00:01 2023-12-07T04:25:54.159 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:25:54.455 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:25:54.484 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:25:54.614 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:25:54.614 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:25:55.139 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 503 kB/s | 24 kB 00:00 2023-12-07T04:25:55.918 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:25:55.935 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:25:57.270 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:25:57.826 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T04:25:58.763 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-07T04:25:58.763 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-07T04:25:58.962 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:25:59.062 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:25:59.063 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:25:59.063 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-07T04:25:59.063 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:25:59.063 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:25:59.063 INFO:teuthology.orchestra.run.smithi161.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-07T04:25:59.063 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:25:59.063 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-07T04:25:59.064 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-07T04:25:59.064 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:25:59.064 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:25:59.064 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:25:59.064 INFO:teuthology.orchestra.run.smithi161.stdout:Install 3 Packages 2023-12-07T04:25:59.064 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:25:59.064 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 90 M 2023-12-07T04:25:59.064 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 96 M 2023-12-07T04:25:59.065 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:25:59.474 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T04:25:59.480 INFO:teuthology.orchestra.run.smithi161.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 27 MB/s | 10 MB 00:00 2023-12-07T04:26:00.007 INFO:teuthology.orchestra.run.smithi161.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 40 MB/s | 36 MB 00:00 2023-12-07T04:26:00.449 INFO:teuthology.orchestra.run.smithi161.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 32 MB/s | 43 MB 00:01 2023-12-07T04:26:00.449 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:26:00.449 INFO:teuthology.orchestra.run.smithi161.stdout:Total 65 MB/s | 90 MB 00:01 2023-12-07T04:26:01.129 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:26:01.453 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T04:26:01.557 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:26:01.557 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:26:01.859 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T04:26:02.792 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:26:02.818 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:26:03.209 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T04:26:03.595 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T04:26:05.292 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T04:26:05.564 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:05.616 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:26:06.159 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T04:26:07.270 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T04:26:07.538 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:09.751 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-07T04:26:10.175 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T04:26:13.606 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-07T04:26:13.897 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:27.546 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:27.568 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:27.916 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:27.916 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-07T04:26:27.916 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-07T04:26:28.765 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:28.765 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:26:28.765 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:26:28.765 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-07T04:26:28.765 INFO:teuthology.orchestra.run.smithi138.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-07T04:26:28.765 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:26:28.765 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:26:28.907 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T04:26:29.123 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T04:26:29.123 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T04:26:29.123 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-07T04:26:29.123 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T04:26:29.123 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T04:26:29.124 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-07T04:26:29.124 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi138.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T04:26:29.124 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T04:26:29.333 INFO:teuthology.orchestra.run.smithi138.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T04:26:29.333 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T04:26:29.333 DEBUG:teuthology.orchestra.run.smithi138:> sudo rpm -qi grub2-tools 2023-12-07T04:26:29.366 INFO:teuthology.orchestra.run.smithi138.stdout:Name : grub2-tools 2023-12-07T04:26:29.366 INFO:teuthology.orchestra.run.smithi138.stdout:Epoch : 1 2023-12-07T04:26:29.366 INFO:teuthology.orchestra.run.smithi138.stdout:Version : 2.02 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Release : 129.el8 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Architecture: x86_64 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Group : System Environment/Base 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Size : 9265586 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:License : GPLv3+ 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Relocations : (not relocatable) 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Packager : CentOS BuildSystem 2023-12-07T04:26:29.367 INFO:teuthology.orchestra.run.smithi138.stdout:Vendor : CentOS 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout:Summary : Support tools for GRUB. 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout:Description : 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout:hardware devices. 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:26:29.368 INFO:teuthology.orchestra.run.smithi138.stdout:This subpackage provides tools for support of all platforms. 2023-12-07T04:26:29.369 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-07T04:26:29.369 INFO:teuthology.task.kernel:Updating grub on smithi138 to boot 4.18.0-526.el8.x86_64 2023-12-07T04:26:29.369 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-07T04:26:30.872 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:30.898 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:31.085 INFO:teuthology.orchestra.run.smithi138.stderr:Generating grub configuration file ... 2023-12-07T04:26:31.258 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:31.258 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-07T04:26:31.258 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-07T04:26:32.082 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:32.082 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:26:32.083 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:26:32.083 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-07T04:26:32.083 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-07T04:26:32.083 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:26:32.083 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:26:32.227 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T04:26:32.453 INFO:teuthology.orchestra.run.smithi028.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T04:26:32.453 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T04:26:32.453 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-07T04:26:32.453 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T04:26:32.453 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T04:26:32.453 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-07T04:26:32.453 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi028.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T04:26:32.454 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T04:26:32.673 INFO:teuthology.orchestra.run.smithi028.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T04:26:32.673 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T04:26:32.673 DEBUG:teuthology.orchestra.run.smithi028:> sudo rpm -qi grub2-tools 2023-12-07T04:26:32.707 INFO:teuthology.orchestra.run.smithi028.stdout:Name : grub2-tools 2023-12-07T04:26:32.707 INFO:teuthology.orchestra.run.smithi028.stdout:Epoch : 1 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Version : 2.02 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Release : 129.el8 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: x86_64 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Group : System Environment/Base 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Size : 9265586 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:License : GPLv3+ 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Relocations : (not relocatable) 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Packager : CentOS BuildSystem 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Vendor : CentOS 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-07T04:26:32.708 INFO:teuthology.orchestra.run.smithi028.stdout:Summary : Support tools for GRUB. 2023-12-07T04:26:32.709 INFO:teuthology.orchestra.run.smithi028.stdout:Description : 2023-12-07T04:26:32.709 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:26:32.709 INFO:teuthology.orchestra.run.smithi028.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-07T04:26:32.709 INFO:teuthology.orchestra.run.smithi028.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-07T04:26:32.709 INFO:teuthology.orchestra.run.smithi028.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-07T04:26:32.709 INFO:teuthology.orchestra.run.smithi028.stdout:hardware devices. 2023-12-07T04:26:32.709 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:26:32.709 INFO:teuthology.orchestra.run.smithi028.stdout:This subpackage provides tools for support of all platforms. 2023-12-07T04:26:32.710 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-07T04:26:32.710 INFO:teuthology.task.kernel:Updating grub on smithi028 to boot 4.18.0-526.el8.x86_64 2023-12-07T04:26:32.710 DEBUG:teuthology.orchestra.run.smithi028:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-07T04:26:33.226 INFO:teuthology.orchestra.run.smithi138.stderr:done 2023-12-07T04:26:33.228 DEBUG:teuthology.orchestra.run.smithi138:> mktemp 2023-12-07T04:26:33.259 INFO:teuthology.orchestra.run.smithi138.stdout:/tmp/tmp.BeqWshle9R 2023-12-07T04:26:33.260 DEBUG:teuthology.orchestra.run.smithi138:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.BeqWshle9R 2023-12-07T04:26:33.333 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 0666 /tmp/tmp.BeqWshle9R 2023-12-07T04:26:33.481 DEBUG:teuthology.orchestra.remote:smithi138:/tmp/tmp.BeqWshle9R is 6KB 2023-12-07T04:26:33.529 DEBUG:teuthology.orchestra.run.smithi138:> rm -fr /tmp/tmp.BeqWshle9R 2023-12-07T04:26:33.546 DEBUG:teuthology.orchestra.run.smithi138:> sudo /bin/ls /boot/loader/entries || true 2023-12-07T04:26:33.613 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-07T04:26:33.613 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-07T04:26:33.613 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-07T04:26:33.614 INFO:teuthology.orchestra.run.smithi138.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-07T04:26:33.615 DEBUG:teuthology.orchestra.run.smithi138:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-07T04:26:33.780 DEBUG:teuthology.orchestra.run.smithi138:> sudo shutdown -r now 2023-12-07T04:26:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:Generating grub configuration file ... 2023-12-07T04:26:35.812 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:35.837 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:35.978 INFO:teuthology.orchestra.run.smithi028.stderr:done 2023-12-07T04:26:35.980 DEBUG:teuthology.orchestra.run.smithi028:> mktemp 2023-12-07T04:26:36.003 INFO:teuthology.orchestra.run.smithi028.stdout:/tmp/tmp.KVbLFzAWBt 2023-12-07T04:26:36.003 DEBUG:teuthology.orchestra.run.smithi028:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.KVbLFzAWBt 2023-12-07T04:26:36.080 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 0666 /tmp/tmp.KVbLFzAWBt 2023-12-07T04:26:36.207 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:36.207 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-07T04:26:36.207 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-07T04:26:36.219 DEBUG:teuthology.orchestra.remote:smithi028:/tmp/tmp.KVbLFzAWBt is 6KB 2023-12-07T04:26:36.267 DEBUG:teuthology.orchestra.run.smithi028:> rm -fr /tmp/tmp.KVbLFzAWBt 2023-12-07T04:26:36.284 DEBUG:teuthology.orchestra.run.smithi028:> sudo /bin/ls /boot/loader/entries || true 2023-12-07T04:26:36.357 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-07T04:26:36.357 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-07T04:26:36.357 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-07T04:26:36.357 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-07T04:26:36.358 DEBUG:teuthology.orchestra.run.smithi028:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-07T04:26:36.517 DEBUG:teuthology.orchestra.run.smithi028:> sudo shutdown -r now 2023-12-07T04:26:36.984 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-07T04:26:36.984 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:26:36.984 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:26:36.984 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-07T04:26:36.984 INFO:teuthology.orchestra.run.smithi161.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-07T04:26:36.984 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:26:36.984 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:26:37.676 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T04:26:37.892 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T04:26:37.892 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T04:26:37.892 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-07T04:26:37.892 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-07T04:26:37.892 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-07T04:26:37.893 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2023-12-07T04:26:37.893 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi161.front.sepia.ceph.com, path=None, version=distro) 2023-12-07T04:26:37.893 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T04:26:38.102 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-07T04:26:38.102 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-07T04:26:38.102 DEBUG:teuthology.orchestra.run.smithi161:> sudo rpm -qi grub2-tools 2023-12-07T04:26:38.137 INFO:teuthology.orchestra.run.smithi161.stdout:Name : grub2-tools 2023-12-07T04:26:38.137 INFO:teuthology.orchestra.run.smithi161.stdout:Epoch : 1 2023-12-07T04:26:38.137 INFO:teuthology.orchestra.run.smithi161.stdout:Version : 2.02 2023-12-07T04:26:38.137 INFO:teuthology.orchestra.run.smithi161.stdout:Release : 129.el8 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Architecture: x86_64 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Group : System Environment/Base 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Size : 9265586 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:License : GPLv3+ 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Relocations : (not relocatable) 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Packager : CentOS BuildSystem 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Vendor : CentOS 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Summary : Support tools for GRUB. 2023-12-07T04:26:38.138 INFO:teuthology.orchestra.run.smithi161.stdout:Description : 2023-12-07T04:26:38.139 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:26:38.139 INFO:teuthology.orchestra.run.smithi161.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-07T04:26:38.139 INFO:teuthology.orchestra.run.smithi161.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-07T04:26:38.139 INFO:teuthology.orchestra.run.smithi161.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-07T04:26:38.139 INFO:teuthology.orchestra.run.smithi161.stdout:hardware devices. 2023-12-07T04:26:38.139 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:26:38.139 INFO:teuthology.orchestra.run.smithi161.stdout:This subpackage provides tools for support of all platforms. 2023-12-07T04:26:38.139 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-07T04:26:38.139 INFO:teuthology.task.kernel:Updating grub on smithi161 to boot 4.18.0-526.el8.x86_64 2023-12-07T04:26:38.139 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-07T04:26:39.507 INFO:teuthology.orchestra.run.smithi161.stderr:Generating grub configuration file ... 2023-12-07T04:26:41.833 INFO:teuthology.orchestra.run.smithi161.stderr:done 2023-12-07T04:26:41.834 DEBUG:teuthology.orchestra.run.smithi161:> mktemp 2023-12-07T04:26:41.857 INFO:teuthology.orchestra.run.smithi161.stdout:/tmp/tmp.7162lJhdOS 2023-12-07T04:26:41.858 DEBUG:teuthology.orchestra.run.smithi161:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.7162lJhdOS 2023-12-07T04:26:41.935 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 0666 /tmp/tmp.7162lJhdOS 2023-12-07T04:26:42.081 DEBUG:teuthology.orchestra.remote:smithi161:/tmp/tmp.7162lJhdOS is 6KB 2023-12-07T04:26:42.130 DEBUG:teuthology.orchestra.run.smithi161:> rm -fr /tmp/tmp.7162lJhdOS 2023-12-07T04:26:42.148 DEBUG:teuthology.orchestra.run.smithi161:> sudo /bin/ls /boot/loader/entries || true 2023-12-07T04:26:42.212 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-07T04:26:42.212 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-07T04:26:42.213 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-07T04:26:42.213 INFO:teuthology.orchestra.run.smithi161.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-07T04:26:42.214 DEBUG:teuthology.orchestra.run.smithi161:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-07T04:26:42.367 DEBUG:teuthology.orchestra.run.smithi161:> sudo shutdown -r now 2023-12-07T04:27:03.802 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-07T04:27:03.803 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-07T04:27:03.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:27:06.522 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-07T04:27:06.523 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-12-07T04:27:06.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:27:12.374 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2023-12-07T04:27:12.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-07T04:27:12.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:27:38.467 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2023-12-07T04:27:41.026 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2023-12-07T04:27:46.914 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.161 2023-12-07T04:27:47.468 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-07T04:27:47.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:27:50.030 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-12-07T04:27:50.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:27:53.097 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2023-12-07T04:27:55.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-07T04:27:55.918 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:28:05.106 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-12-07T04:28:05.107 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:28:05.511 DEBUG:teuthology.orchestra.run.smithi028:> true 2023-12-07T04:28:05.851 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-12-07T04:28:05.851 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-526.el8.x86_64"... 2023-12-07T04:28:05.851 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2023-12-07T04:28:05.858 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.138 2023-12-07T04:28:05.872 INFO:teuthology.orchestra.run.smithi028.stdout:4.18.0-526.el8.x86_64 2023-12-07T04:28:05.872 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-07T04:28:05.872 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T04:28:05.872 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-07T04:28:06.873 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T04:28:06.873 DEBUG:teuthology.orchestra.run.smithi028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T04:28:06.977 INFO:teuthology.orchestra.run.smithi028.stdout:ttyS1 2023-12-07T04:28:06.991 DEBUG:teuthology.parallel:result is None 2023-12-07T04:28:17.860 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-07T04:28:17.861 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:28:18.200 DEBUG:teuthology.orchestra.run.smithi138:> true 2023-12-07T04:28:18.501 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-07T04:28:18.501 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-526.el8.x86_64"... 2023-12-07T04:28:18.501 DEBUG:teuthology.orchestra.run.smithi138:> uname -r 2023-12-07T04:28:18.517 INFO:teuthology.orchestra.run.smithi138.stdout:4.18.0-526.el8.x86_64 2023-12-07T04:28:18.518 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-07T04:28:18.518 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T04:28:18.518 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-07T04:28:19.518 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T04:28:19.519 DEBUG:teuthology.orchestra.run.smithi138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T04:28:19.598 INFO:teuthology.orchestra.run.smithi138.stdout:ttyS1 2023-12-07T04:28:19.612 DEBUG:teuthology.parallel:result is None 2023-12-07T04:28:55.921 DEBUG:teuthology.orchestra.remote:timed out 2023-12-07T04:29:07.922 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-07T04:29:07.923 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:29:08.253 DEBUG:teuthology.orchestra.run.smithi161:> true 2023-12-07T04:29:08.562 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-07T04:29:08.562 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "4.18.0-526.el8.x86_64"... 2023-12-07T04:29:08.562 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2023-12-07T04:29:08.581 INFO:teuthology.orchestra.run.smithi161.stdout:4.18.0-526.el8.x86_64 2023-12-07T04:29:08.582 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-07T04:29:08.582 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-07T04:29:08.582 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-07T04:29:09.582 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T04:29:09.583 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T04:29:09.658 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2023-12-07T04:29:09.670 DEBUG:teuthology.parallel:result is None 2023-12-07T04:29:09.670 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T04:29:09.677 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T04:29:09.678 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T04:29:09.682 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T04:29:09.686 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T04:29:09.707 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T04:29:09.715 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T04:29:09.725 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T04:29:09.725 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T04:29:09.748 DEBUG:teuthology.orchestra.run.smithi138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T04:29:09.752 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T04:29:09.792 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T04:29:09.800 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T04:29:09.800 DEBUG:teuthology.orchestra.run.smithi028:> 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-07T04:29:09.822 DEBUG:teuthology.orchestra.run.smithi138:> 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-07T04:29:09.830 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T04:29:09.864 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T04:29:09.864 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T04:29:09.875 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T04:29:09.876 INFO:teuthology.orchestra.run.smithi138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T04:29:09.885 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T04:29:09.899 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T04:29:09.901 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T04:29:09.908 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T04:29:09.908 DEBUG:teuthology.orchestra.run.smithi028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T04:29:09.911 DEBUG:teuthology.orchestra.run.smithi138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T04:29:09.920 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T04:29:09.950 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T04:29:09.960 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T04:29:09.960 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T04:29:09.985 DEBUG:teuthology.orchestra.run.smithi138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T04:29:09.990 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T04:29:10.008 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T04:29:10.097 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T04:29:10.163 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T04:29:10.211 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T04:29:10.261 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:29:10.261 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T04:29:10.335 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T04:29:10.386 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T04:29:10.436 DEBUG:teuthology.orchestra.run.smithi138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T04:29:10.522 DEBUG:teuthology.orchestra.run.smithi138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T04:29:10.568 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:29:10.568 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T04:29:10.636 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T04:29:10.683 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T04:29:10.743 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T04:29:10.829 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T04:29:10.875 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:29:10.876 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T04:29:10.944 DEBUG:teuthology.orchestra.run.smithi028:> sudo service rsyslog restart 2023-12-07T04:29:10.946 DEBUG:teuthology.orchestra.run.smithi138:> sudo service rsyslog restart 2023-12-07T04:29:10.948 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2023-12-07T04:29:11.022 INFO:teuthology.orchestra.run.smithi028.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T04:29:11.028 INFO:teuthology.orchestra.run.smithi138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T04:29:11.039 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T04:29:11.476 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T04:29:11.484 INFO:teuthology.task.internal:Starting timer... 2023-12-07T04:29:11.484 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T04:29:11.498 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T04:29:11.514 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T04:29:11.515 DEBUG:teuthology.orchestra.run.smithi028:> sudo service auditd rotate 2023-12-07T04:29:11.652 INFO:teuthology.orchestra.run.smithi028.stdout:Rotating logs: 2023-12-07T04:29:11.654 DEBUG:teuthology.orchestra.run.smithi138:> sudo service auditd rotate 2023-12-07T04:29:11.724 INFO:teuthology.orchestra.run.smithi138.stdout:Rotating logs: 2023-12-07T04:29:11.726 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2023-12-07T04:29:11.818 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2023-12-07T04:29:11.820 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T04:29:11.820 DEBUG:teuthology.orchestra.run.smithi028:> /usr/sbin/getenforce 2023-12-07T04:29:11.877 INFO:teuthology.orchestra.run.smithi028.stdout:Permissive 2023-12-07T04:29:11.877 DEBUG:teuthology.orchestra.run.smithi138:> /usr/sbin/getenforce 2023-12-07T04:29:11.937 INFO:teuthology.orchestra.run.smithi138.stdout:Permissive 2023-12-07T04:29:11.937 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2023-12-07T04:29:11.973 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2023-12-07T04:29:11.974 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi028.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi138.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi161.front.sepia.ceph.com': 'permissive'} 2023-12-07T04:29:11.974 DEBUG:teuthology.orchestra.run.smithi028:> 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-07T04:29:12.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T04:29:12.009 DEBUG:teuthology.orchestra.run.smithi138:> 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-07T04:29:12.038 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T04:29:12.038 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T04:29:12.066 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T04:29:12.067 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T04:29:12.067 DEBUG:teuthology.orchestra.run.smithi028:> sudo /usr/sbin/setenforce permissive 2023-12-07T04:29:12.103 DEBUG:teuthology.orchestra.run.smithi138:> sudo /usr/sbin/setenforce permissive 2023-12-07T04:29:12.132 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2023-12-07T04:29:12.165 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T04:29:12.176 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-07T04:29:12.176 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T04:29:12.196 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-07T04:29:12.197 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi028.front.sepia.ceph.com,smithi138.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T04:37:32.897 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi028.front.sepia.ceph.com'), Remote(name='ubuntu@smithi138.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2023-12-07T04:37:32.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-12-07T04:37:32.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:37:32.974 DEBUG:teuthology.orchestra.run.smithi028:> true 2023-12-07T04:37:33.053 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-12-07T04:37:33.054 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-07T04:37:33.054 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:37:33.122 DEBUG:teuthology.orchestra.run.smithi138:> true 2023-12-07T04:37:33.149 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi138.front.sepia.ceph.com' 2023-12-07T04:37:33.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-07T04:37:33.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T04:37:33.223 DEBUG:teuthology.orchestra.run.smithi161:> true 2023-12-07T04:37:33.293 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-07T04:37:33.293 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T04:37:33.304 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T04:37:33.305 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T04:37:33.305 DEBUG:teuthology.orchestra.run.smithi028:> 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-07T04:37:33.308 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T04:37:33.308 DEBUG:teuthology.orchestra.run.smithi138:> 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-07T04:37:33.311 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T04:37:33.311 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T04:37:33.342 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T04:37:33.346 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T04:37:33.357 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T04:37:33.362 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T04:37:33.366 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T04:37:33.381 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T04:37:33.422 INFO:teuthology.orchestra.run.smithi138.stderr:sudo: ntpd: command not found 2023-12-07T04:37:33.433 INFO:teuthology.orchestra.run.smithi138.stdout:506 Cannot talk to daemon 2023-12-07T04:37:33.435 INFO:teuthology.orchestra.run.smithi028.stderr:sudo: ntpd: command not found 2023-12-07T04:37:33.444 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2023-12-07T04:37:33.445 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T04:37:33.447 INFO:teuthology.orchestra.run.smithi028.stdout:506 Cannot talk to daemon 2023-12-07T04:37:33.455 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2023-12-07T04:37:33.458 INFO:teuthology.orchestra.run.smithi138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T04:37:33.463 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T04:37:33.469 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T04:37:33.479 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T04:37:33.482 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T04:37:33.526 INFO:teuthology.orchestra.run.smithi138.stderr:bash: ntpq: command not found 2023-12-07T04:37:33.530 INFO:teuthology.orchestra.run.smithi138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T04:37:33.530 INFO:teuthology.orchestra.run.smithi138.stdout:=============================================================================== 2023-12-07T04:37:33.530 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.530 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.530 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.530 INFO:teuthology.orchestra.run.smithi138.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.551 INFO:teuthology.orchestra.run.smithi161.stderr:bash: ntpq: command not found 2023-12-07T04:37:33.554 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T04:37:33.554 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2023-12-07T04:37:33.555 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.555 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.555 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.555 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.556 INFO:teuthology.orchestra.run.smithi028.stderr:bash: ntpq: command not found 2023-12-07T04:37:33.561 INFO:teuthology.orchestra.run.smithi028.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T04:37:33.561 INFO:teuthology.orchestra.run.smithi028.stdout:=============================================================================== 2023-12-07T04:37:33.561 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.561 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.561 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.561 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T04:37:33.562 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T04:37:33.571 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T04:37:33.572 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi028.front.sepia.ceph.com 2023-12-07T04:37:33.572 DEBUG:teuthology.orchestra.run.smithi028:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T04:37:33.572 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi138.front.sepia.ceph.com 2023-12-07T04:37:33.572 DEBUG:teuthology.orchestra.run.smithi138:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T04:37:33.573 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi161.front.sepia.ceph.com 2023-12-07T04:37:33.573 DEBUG:teuthology.orchestra.run.smithi161:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T04:37:34.450 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:28 ago on Thu 07 Dec 2023 04:35:06 AM UTC. 2023-12-07T04:37:34.479 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:28 ago on Thu 07 Dec 2023 04:35:06 AM UTC. 2023-12-07T04:37:34.617 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:44 ago on Thu 07 Dec 2023 04:35:50 AM UTC. 2023-12-07T04:37:36.558 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:37:36.560 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:37:36.560 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-12-07T04:37:36.560 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:37:36.560 INFO:teuthology.orchestra.run.smithi138.stdout:Resetting modules: 2023-12-07T04:37:36.560 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools 2023-12-07T04:37:36.561 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:37:36.561 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:37:36.561 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:37:36.561 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:37:36.613 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:37:36.614 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:37:36.615 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-07T04:37:36.615 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:37:36.615 INFO:teuthology.orchestra.run.smithi161.stdout:Resetting modules: 2023-12-07T04:37:36.615 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools 2023-12-07T04:37:36.615 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:37:36.615 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:37:36.615 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:37:36.615 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:37:36.848 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:37:36.864 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:37:37.025 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:37:37.026 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:37:37.027 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2023-12-07T04:37:37.027 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:37:37.027 INFO:teuthology.orchestra.run.smithi028.stdout:Resetting modules: 2023-12-07T04:37:37.027 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools 2023-12-07T04:37:37.027 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:37:37.027 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:37:37.027 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:37:37.027 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:37:37.333 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:37:37.788 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:31 ago on Thu 07 Dec 2023 04:35:06 AM UTC. 2023-12-07T04:37:37.855 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:31 ago on Thu 07 Dec 2023 04:35:06 AM UTC. 2023-12-07T04:37:38.409 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:48 ago on Thu 07 Dec 2023 04:35:50 AM UTC. 2023-12-07T04:37:39.919 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:37:39.993 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout:Installing group/module packages: 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-07T04:37:40.106 INFO:teuthology.orchestra.run.smithi138.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout:Installing weak dependencies: 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout:Installing module profiles: 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools/common 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout:Enabling module streams: 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: container-tools rhel8 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:37:40.107 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:37:40.108 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:37:40.108 INFO:teuthology.orchestra.run.smithi138.stdout:Install 13 Packages 2023-12-07T04:37:40.108 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:37:40.108 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 27 M 2023-12-07T04:37:40.108 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 89 M 2023-12-07T04:37:40.108 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:37:40.178 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:37:40.178 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:37:40.178 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:37:40.178 INFO:teuthology.orchestra.run.smithi161.stdout:Installing group/module packages: 2023-12-07T04:37:40.178 INFO:teuthology.orchestra.run.smithi161.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout:Installing weak dependencies: 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout:Installing module profiles: 2023-12-07T04:37:40.179 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools/common 2023-12-07T04:37:40.180 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:37:40.180 INFO:teuthology.orchestra.run.smithi161.stdout:Enabling module streams: 2023-12-07T04:37:40.180 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools rhel8 2023-12-07T04:37:40.180 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:37:40.180 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:37:40.180 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:37:40.180 INFO:teuthology.orchestra.run.smithi161.stdout:Install 13 Packages 2023-12-07T04:37:40.180 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:37:40.181 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 27 M 2023-12-07T04:37:40.181 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 89 M 2023-12-07T04:37:40.181 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:37:40.561 INFO:teuthology.orchestra.run.smithi138.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.8 MB/s | 750 kB 00:00 2023-12-07T04:37:40.603 INFO:teuthology.orchestra.run.smithi138.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.2 MB/s | 1.0 MB 00:00 2023-12-07T04:37:40.628 INFO:teuthology.orchestra.run.smithi138.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 563 kB/s | 38 kB 00:00 2023-12-07T04:37:40.656 INFO:teuthology.orchestra.run.smithi161.stdout:(1/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 2.3 MB/s | 1.0 MB 00:00 2023-12-07T04:37:40.681 INFO:teuthology.orchestra.run.smithi161.stdout:(2/13): cockpit-podman-78-1.module_el8+712+4cd1 1.6 MB/s | 750 kB 00:00 2023-12-07T04:37:40.687 INFO:teuthology.orchestra.run.smithi138.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.8 MB/s | 241 kB 00:00 2023-12-07T04:37:40.723 INFO:teuthology.orchestra.run.smithi161.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 566 kB/s | 38 kB 00:00 2023-12-07T04:37:40.779 INFO:teuthology.orchestra.run.smithi138.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2023-12-07T04:37:40.781 INFO:teuthology.orchestra.run.smithi161.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-12-07T04:37:40.783 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:37:40.896 INFO:teuthology.orchestra.run.smithi138.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 212 kB/s | 25 kB 00:00 2023-12-07T04:37:40.965 INFO:teuthology.orchestra.run.smithi161.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 970 kB/s | 178 kB 00:00 2023-12-07T04:37:40.992 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:37:40.992 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:37:40.992 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:37:40.992 INFO:teuthology.orchestra.run.smithi028.stdout:Installing group/module packages: 2023-12-07T04:37:40.992 INFO:teuthology.orchestra.run.smithi028.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-07T04:37:40.992 INFO:teuthology.orchestra.run.smithi028.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-07T04:37:40.992 INFO:teuthology.orchestra.run.smithi028.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-07T04:37:40.992 INFO:teuthology.orchestra.run.smithi028.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-07T04:37:40.992 INFO:teuthology.orchestra.run.smithi028.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout:Installing weak dependencies: 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout:Installing module profiles: 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools/common 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling module streams: 2023-12-07T04:37:40.993 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools rhel8 2023-12-07T04:37:40.994 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:37:40.994 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:37:40.994 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:37:40.994 INFO:teuthology.orchestra.run.smithi028.stdout:Install 13 Packages 2023-12-07T04:37:40.994 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:37:40.994 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 27 M 2023-12-07T04:37:40.994 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 89 M 2023-12-07T04:37:40.995 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:37:41.046 INFO:teuthology.orchestra.run.smithi138.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 11 MB/s | 9.6 MB 00:00 2023-12-07T04:37:41.049 INFO:teuthology.orchestra.run.smithi161.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 297 kB/s | 25 kB 00:00 2023-12-07T04:37:41.105 INFO:teuthology.orchestra.run.smithi138.stdout:(8/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.2 MB/s | 3.9 MB 00:00 2023-12-07T04:37:41.116 INFO:teuthology.orchestra.run.smithi161.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 10 MB/s | 3.9 MB 00:00 2023-12-07T04:37:41.130 INFO:teuthology.orchestra.run.smithi138.stdout:(9/13): python3-pyxdg-0.25-16.el8.noarch.rpm 401 kB/s | 94 kB 00:00 2023-12-07T04:37:41.141 INFO:teuthology.orchestra.run.smithi161.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-12-07T04:37:41.222 INFO:teuthology.orchestra.run.smithi138.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 573 kB/s | 53 kB 00:00 2023-12-07T04:37:41.276 INFO:teuthology.orchestra.run.smithi161.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.1 MB/s | 9.6 MB 00:01 2023-12-07T04:37:41.289 INFO:teuthology.orchestra.run.smithi138.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 14 MB/s | 2.5 MB 00:00 2023-12-07T04:37:41.315 INFO:teuthology.orchestra.run.smithi138.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 444 kB/s | 41 kB 00:00 2023-12-07T04:37:41.335 INFO:teuthology.orchestra.run.smithi161.stdout:(10/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 13 MB/s | 2.5 MB 00:00 2023-12-07T04:37:41.359 INFO:teuthology.orchestra.run.smithi161.stdout:(11/13): udica-0.2.6-20.module_el8+712+4cd1bd69 639 kB/s | 53 kB 00:00 2023-12-07T04:37:41.401 INFO:teuthology.orchestra.run.smithi161.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 614 kB/s | 41 kB 00:00 2023-12-07T04:37:41.440 INFO:teuthology.orchestra.run.smithi138.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 21 MB/s | 8.1 MB 00:00 2023-12-07T04:37:41.440 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:37:41.440 INFO:teuthology.orchestra.run.smithi138.stdout:Total 20 MB/s | 27 MB 00:01 2023-12-07T04:37:41.601 INFO:teuthology.orchestra.run.smithi161.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 17 MB/s | 8.1 MB 00:00 2023-12-07T04:37:41.601 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:37:41.601 INFO:teuthology.orchestra.run.smithi161.stdout:Total 19 MB/s | 27 MB 00:01 2023-12-07T04:37:41.695 INFO:teuthology.orchestra.run.smithi028.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.5 MB/s | 750 kB 00:00 2023-12-07T04:37:41.705 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:37:41.726 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:37:41.726 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:37:41.748 INFO:teuthology.orchestra.run.smithi028.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.9 MB/s | 1.0 MB 00:00 2023-12-07T04:37:41.786 INFO:teuthology.orchestra.run.smithi028.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 411 kB/s | 38 kB 00:00 2023-12-07T04:37:41.828 INFO:teuthology.orchestra.run.smithi028.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.9 MB/s | 241 kB 00:00 2023-12-07T04:37:41.867 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:37:41.888 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:37:41.888 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:37:41.903 INFO:teuthology.orchestra.run.smithi028.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 2.3 MB/s | 178 kB 00:00 2023-12-07T04:37:41.973 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:37:41.978 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:37:41.979 INFO:teuthology.orchestra.run.smithi028.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 330 kB/s | 25 kB 00:00 2023-12-07T04:37:42.054 INFO:teuthology.orchestra.run.smithi028.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 15 MB/s | 3.9 MB 00:00 2023-12-07T04:37:42.079 INFO:teuthology.orchestra.run.smithi028.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 937 kB/s | 94 kB 00:00 2023-12-07T04:37:42.168 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:37:42.168 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:37:42.246 INFO:teuthology.orchestra.run.smithi028.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.3 MB/s | 9.6 MB 00:01 2023-12-07T04:37:42.322 INFO:teuthology.orchestra.run.smithi028.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 703 kB/s | 53 kB 00:00 2023-12-07T04:37:42.397 INFO:teuthology.orchestra.run.smithi028.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.0 MB/s | 2.5 MB 00:00 2023-12-07T04:37:42.422 INFO:teuthology.orchestra.run.smithi028.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 410 kB/s | 41 kB 00:00 2023-12-07T04:37:42.554 INFO:teuthology.orchestra.run.smithi028.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2023-12-07T04:37:42.554 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:37:42.554 INFO:teuthology.orchestra.run.smithi028.stdout:Total 17 MB/s | 27 MB 00:01 2023-12-07T04:37:42.645 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:37:42.846 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:37:42.870 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:37:42.870 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:37:42.876 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-07T04:37:42.917 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:37:43.143 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-07T04:37:43.148 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:37:43.152 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:37:43.305 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-07T04:37:43.319 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-07T04:37:43.525 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-07T04:37:43.530 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-07T04:37:43.762 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T04:37:43.792 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T04:37:44.230 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:37:44.322 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-07T04:37:44.379 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-07T04:37:44.469 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-07T04:37:44.686 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-07T04:37:44.902 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-07T04:37:45.300 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T04:37:45.303 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T04:37:45.391 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T04:37:45.546 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-07T04:37:45.642 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-07T04:37:45.768 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-07T04:37:45.880 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-07T04:37:45.912 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-07T04:37:46.047 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-07T04:37:46.142 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-07T04:37:46.447 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-07T04:37:46.563 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-07T04:37:46.990 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T04:37:47.226 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-07T04:37:47.324 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T04:37:47.439 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T04:37:47.468 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-07T04:37:47.555 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-07T04:37:47.678 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-07T04:37:47.741 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T04:37:47.758 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-07T04:37:47.895 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T04:37:48.164 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-07T04:37:48.186 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-07T04:37:48.317 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T04:37:48.317 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-07T04:37:48.317 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T04:37:48.318 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T04:37:49.116 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.117 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.117 INFO:teuthology.orchestra.run.smithi161.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-07T04:37:49.117 INFO:teuthology.orchestra.run.smithi161.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-07T04:37:49.117 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:37:49.117 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:37:49.163 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T04:37:49.204 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-07T04:37:49.204 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:37:49.204 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-07T04:37:49.205 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:37:49.206 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:37:49.415 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-07T04:37:49.433 DEBUG:teuthology.parallel:result is None 2023-12-07T04:37:49.634 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T04:37:49.688 DEBUG:teuthology.parallel:result is None 2023-12-07T04:37:50.152 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-07T04:37:50.152 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-07T04:37:50.153 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-07T04:37:50.153 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-07T04:37:50.153 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-07T04:37:50.153 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-07T04:37:50.153 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-07T04:37:50.153 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-07T04:37:50.153 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-07T04:37:50.153 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-07T04:37:50.154 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-07T04:37:50.154 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-07T04:37:50.154 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-07T04:37:51.150 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T04:37:51.151 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T04:37:51.151 INFO:teuthology.orchestra.run.smithi028.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:51.151 INFO:teuthology.orchestra.run.smithi028.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-07T04:37:51.151 INFO:teuthology.orchestra.run.smithi028.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-07T04:37:51.151 INFO:teuthology.orchestra.run.smithi028.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-07T04:37:51.151 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:37:51.151 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:37:51.383 DEBUG:teuthology.parallel:result is None 2023-12-07T04:37:51.383 INFO:teuthology.run_tasks:Running task install... 2023-12-07T04:37:51.393 DEBUG:teuthology.task.install:project ceph 2023-12-07T04:37:51.393 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'}} 2023-12-07T04:37:51.393 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T04:37:51.393 INFO:teuthology.task.install:Using flavor: default 2023-12-07T04:37:51.401 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-07T04:37:51.401 INFO:teuthology.task.install:extra packages: [] 2023-12-07T04:37:51.402 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-07T04:37:51.402 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-07T04:37:51.404 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-07T04:37:51.404 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-07T04:37:51.405 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-07T04:37:51.405 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-07T04:37:51.561 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-07T04:37:51.561 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T04:37:51.629 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-07T04:37:51.630 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T04:37:51.631 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-07T04:37:51.631 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T04:37:51.736 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-07T04:37:51.737 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:37:51.737 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T04:37:51.739 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-07T04:37:51.739 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:37:51.739 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T04:37:51.775 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-07T04:37:51.775 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T04:37:51.776 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-07T04:37:51.776 DEBUG:teuthology.orchestra.run.smithi028:> 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-07T04:37:51.794 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-07T04:37:51.794 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:37:51.794 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T04:37:51.829 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-07T04:37:51.829 DEBUG:teuthology.orchestra.run.smithi138:> 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-07T04:37:51.849 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T04:37:51.854 DEBUG:teuthology.orchestra.run.smithi028:> 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-07T04:37:51.901 DEBUG:teuthology.orchestra.run.smithi138:> 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-07T04:37:51.930 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T04:37:51.940 DEBUG:teuthology.orchestra.run.smithi028:> 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-07T04:37:51.975 INFO:teuthology.orchestra.run.smithi028.stdout:check_obsoletes = 1 2023-12-07T04:37:51.975 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum clean all 2023-12-07T04:37:51.983 DEBUG:teuthology.orchestra.run.smithi138:> 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-07T04:37:52.001 INFO:teuthology.orchestra.run.smithi161.stdout:check_obsoletes = 1 2023-12-07T04:37:52.003 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum clean all 2023-12-07T04:37:52.051 INFO:teuthology.orchestra.run.smithi138.stdout:check_obsoletes = 1 2023-12-07T04:37:52.052 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum clean all 2023-12-07T04:37:52.273 INFO:teuthology.orchestra.run.smithi161.stdout:76 files removed 2023-12-07T04:37:52.293 INFO:teuthology.orchestra.run.smithi028.stdout:76 files removed 2023-12-07T04:37:52.301 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-radosgw 2023-12-07T04:37:52.320 INFO:teuthology.orchestra.run.smithi138.stdout:76 files removed 2023-12-07T04:37:52.328 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-radosgw 2023-12-07T04:37:52.348 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-radosgw 2023-12-07T04:37:53.034 INFO:teuthology.orchestra.run.smithi161.stdout:ceph packages for x86_64 248 kB/s | 81 kB 00:00 2023-12-07T04:37:53.113 INFO:teuthology.orchestra.run.smithi138.stdout:ceph packages for x86_64 227 kB/s | 81 kB 00:00 2023-12-07T04:37:53.172 INFO:teuthology.orchestra.run.smithi028.stdout:ceph packages for x86_64 224 kB/s | 81 kB 00:00 2023-12-07T04:37:53.418 INFO:teuthology.orchestra.run.smithi161.stdout:ceph noarch packages 28 kB/s | 9.5 kB 00:00 2023-12-07T04:37:53.480 INFO:teuthology.orchestra.run.smithi138.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-12-07T04:37:53.572 INFO:teuthology.orchestra.run.smithi028.stdout:ceph noarch packages 27 kB/s | 9.5 kB 00:00 2023-12-07T04:37:53.769 INFO:teuthology.orchestra.run.smithi161.stdout:ceph source packages 4.6 kB/s | 1.5 kB 00:00 2023-12-07T04:37:53.806 INFO:teuthology.orchestra.run.smithi138.stdout:ceph source packages 5.0 kB/s | 1.5 kB 00:00 2023-12-07T04:37:53.890 INFO:teuthology.orchestra.run.smithi028.stdout:ceph source packages 5.2 kB/s | 1.5 kB 00:00 2023-12-07T04:37:55.565 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - AppStream 20 MB/s | 34 MB 00:01 2023-12-07T04:37:55.644 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - AppStream 19 MB/s | 34 MB 00:01 2023-12-07T04:37:55.715 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - AppStream 19 MB/s | 34 MB 00:01 2023-12-07T04:38:03.991 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - BaseOS 25 MB/s | 55 MB 00:02 2023-12-07T04:38:04.232 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - BaseOS 34 MB/s | 55 MB 00:01 2023-12-07T04:38:04.411 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 55 MB 00:02 2023-12-07T04:38:13.132 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras 70 kB/s | 18 kB 00:00 2023-12-07T04:38:15.266 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - Extras 5.2 kB/s | 18 kB 00:03 2023-12-07T04:38:19.007 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - Extras common packages 2.0 kB/s | 6.9 kB 00:03 2023-12-07T04:38:21.926 INFO:teuthology.orchestra.run.smithi138.stdout:CentOS Stream 8 - PowerTools 2.4 MB/s | 6.6 MB 00:02 2023-12-07T04:38:23.361 INFO:teuthology.orchestra.run.smithi138.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-07T04:38:24.414 INFO:teuthology.orchestra.run.smithi138.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-12-07T04:38:28.257 INFO:teuthology.orchestra.run.smithi138.stdout:lab-extras 403 kB/s | 24 kB 00:00 2023-12-07T04:38:28.660 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - Extras 1.1 kB/s | 18 kB 00:16 2023-12-07T04:38:29.419 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - Extras common packages 12 kB/s | 6.9 kB 00:00 2023-12-07T04:38:29.607 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras common packages 437 B/s | 6.9 kB 00:16 2023-12-07T04:38:30.436 INFO:teuthology.orchestra.run.smithi161.stdout:CentOS Stream 8 - PowerTools 7.7 MB/s | 6.6 MB 00:00 2023-12-07T04:38:30.600 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - PowerTools 8.1 MB/s | 6.6 MB 00:00 2023-12-07T04:38:32.013 INFO:teuthology.orchestra.run.smithi161.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-07T04:38:32.177 INFO:teuthology.orchestra.run.smithi028.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-07T04:38:32.841 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrading: 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T04:38:32.844 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T04:38:32.845 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout:Install 21 Packages 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout:Upgrade 2 Packages 2023-12-07T04:38:32.846 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:38:32.847 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 63 M 2023-12-07T04:38:32.847 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:38:33.780 INFO:teuthology.orchestra.run.smithi028.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-07T04:38:34.824 INFO:teuthology.orchestra.run.smithi138.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 5.5 MB/s | 5.4 MB 00:00 2023-12-07T04:38:34.947 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 5.8 MB/s | 16 MB 00:02 2023-12-07T04:38:38.119 INFO:teuthology.orchestra.run.smithi028.stdout:lab-extras 407 kB/s | 24 kB 00:00 2023-12-07T04:38:38.963 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 425 kB/s | 24 kB 00:00 2023-12-07T04:38:41.857 INFO:teuthology.orchestra.run.smithi138.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 3.4 kB/s | 24 kB 00:07 2023-12-07T04:38:43.216 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:38:43.219 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:38:43.219 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout:Upgrading: 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T04:38:43.220 INFO:teuthology.orchestra.run.smithi028.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:38:43.221 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:38:43.222 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:38:43.222 INFO:teuthology.orchestra.run.smithi028.stdout:Install 21 Packages 2023-12-07T04:38:43.222 INFO:teuthology.orchestra.run.smithi028.stdout:Upgrade 2 Packages 2023-12-07T04:38:43.222 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:38:43.222 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 63 M 2023-12-07T04:38:43.222 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:38:43.476 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:38:43.478 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrading: 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T04:38:43.479 INFO:teuthology.orchestra.run.smithi161.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T04:38:43.480 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:38:43.481 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:38:43.481 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:38:43.481 INFO:teuthology.orchestra.run.smithi161.stdout:Install 21 Packages 2023-12-07T04:38:43.481 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrade 2 Packages 2023-12-07T04:38:43.481 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:38:43.481 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 63 M 2023-12-07T04:38:43.481 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:38:44.953 INFO:teuthology.orchestra.run.smithi028.stdout:(1/23): ceph-common-19.0.0-64.ge068ebcf.el8.x86 16 MB/s | 23 MB 00:01 2023-12-07T04:38:44.995 INFO:teuthology.orchestra.run.smithi028.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 589 kB/s | 24 kB 00:00 2023-12-07T04:38:45.587 INFO:teuthology.orchestra.run.smithi028.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 1.4 MB/s | 842 kB 00:00 2023-12-07T04:38:45.690 INFO:teuthology.orchestra.run.smithi138.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 220 kB/s | 842 kB 00:03 2023-12-07T04:38:45.812 INFO:teuthology.orchestra.run.smithi028.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 2.3 MB/s | 527 kB 00:00 2023-12-07T04:38:46.013 INFO:teuthology.orchestra.run.smithi028.stdout:(5/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 2.1 MB/s | 5.4 MB 00:02 2023-12-07T04:38:46.155 INFO:teuthology.orchestra.run.smithi028.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 316 kB/s | 45 kB 00:00 2023-12-07T04:38:46.410 INFO:teuthology.orchestra.run.smithi161.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 2.1 MB/s | 5.4 MB 00:02 2023-12-07T04:38:46.449 INFO:teuthology.orchestra.run.smithi138.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 696 kB/s | 527 kB 00:00 2023-12-07T04:38:46.523 INFO:teuthology.orchestra.run.smithi161.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 217 kB/s | 24 kB 00:00 2023-12-07T04:38:46.697 INFO:teuthology.orchestra.run.smithi028.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 237 kB/s | 128 kB 00:00 2023-12-07T04:38:46.765 INFO:teuthology.orchestra.run.smithi161.stdout:(3/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x8 5.0 MB/s | 15 MB 00:02 2023-12-07T04:38:46.805 INFO:teuthology.orchestra.run.smithi028.stdout:(8/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 7.3 MB/s | 7.3 MB 00:00 2023-12-07T04:38:46.831 INFO:teuthology.orchestra.run.smithi028.stdout:(9/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 1.4 MB/s | 198 kB 00:00 2023-12-07T04:38:46.857 INFO:teuthology.orchestra.run.smithi161.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 5.6 MB/s | 527 kB 00:00 2023-12-07T04:38:46.881 INFO:teuthology.orchestra.run.smithi028.stdout:(10/23): python3-rados-19.0.0-64.ge068ebcf.el8. 4.8 MB/s | 371 kB 00:00 2023-12-07T04:38:46.890 INFO:teuthology.orchestra.run.smithi161.stdout:(5/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 2.2 MB/s | 842 kB 00:00 2023-12-07T04:38:46.965 INFO:teuthology.orchestra.run.smithi028.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.2 MB/s | 107 kB 00:00 2023-12-07T04:38:46.974 INFO:teuthology.orchestra.run.smithi161.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 536 kB/s | 45 kB 00:00 2023-12-07T04:38:46.990 INFO:teuthology.orchestra.run.smithi028.stdout:(12/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 2.2 MB/s | 364 kB 00:00 2023-12-07T04:38:47.066 INFO:teuthology.orchestra.run.smithi161.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.4 MB/s | 128 kB 00:00 2023-12-07T04:38:47.158 INFO:teuthology.orchestra.run.smithi161.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 2.1 MB/s | 198 kB 00:00 2023-12-07T04:38:47.325 INFO:teuthology.orchestra.run.smithi161.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 2.2 MB/s | 371 kB 00:00 2023-12-07T04:38:47.340 INFO:teuthology.orchestra.run.smithi028.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 742 kB/s | 259 kB 00:00 2023-12-07T04:38:47.390 INFO:teuthology.orchestra.run.smithi028.stdout:(14/23): librdkafka-0.11.4-3.el8.x86_64.rpm 832 kB/s | 354 kB 00:00 2023-12-07T04:38:47.435 INFO:teuthology.orchestra.run.smithi028.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 478 kB/s | 44 kB 00:00 2023-12-07T04:38:47.484 INFO:teuthology.orchestra.run.smithi161.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 2.2 MB/s | 364 kB 00:00 2023-12-07T04:38:47.560 INFO:teuthology.orchestra.run.smithi028.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 277 kB/s | 47 kB 00:00 2023-12-07T04:38:47.585 INFO:teuthology.orchestra.run.smithi161.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.0 MB/s | 107 kB 00:00 2023-12-07T04:38:47.716 INFO:teuthology.orchestra.run.smithi138.stdout:(5/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 5.7 MB/s | 7.3 MB 00:01 2023-12-07T04:38:47.726 INFO:teuthology.orchestra.run.smithi161.stdout:(12/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64 8.4 MB/s | 7.3 MB 00:00 2023-12-07T04:38:47.766 INFO:teuthology.orchestra.run.smithi138.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 899 kB/s | 45 kB 00:00 2023-12-07T04:38:47.833 INFO:teuthology.orchestra.run.smithi138.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.9 MB/s | 128 kB 00:00 2023-12-07T04:38:47.900 INFO:teuthology.orchestra.run.smithi138.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 2.9 MB/s | 198 kB 00:00 2023-12-07T04:38:47.934 INFO:teuthology.orchestra.run.smithi161.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.0 MB/s | 354 kB 00:00 2023-12-07T04:38:47.976 INFO:teuthology.orchestra.run.smithi138.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 4.8 MB/s | 371 kB 00:00 2023-12-07T04:38:48.010 INFO:teuthology.orchestra.run.smithi161.stdout:(14/23): python3-prettytable-0.7.2-14.el8.noarc 586 kB/s | 44 kB 00:00 2023-12-07T04:38:48.059 INFO:teuthology.orchestra.run.smithi138.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 4.3 MB/s | 364 kB 00:00 2023-12-07T04:38:48.093 INFO:teuthology.orchestra.run.smithi161.stdout:(15/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 707 kB/s | 259 kB 00:00 2023-12-07T04:38:48.099 INFO:teuthology.orchestra.run.smithi028.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 110 kB/s | 59 kB 00:00 2023-12-07T04:38:48.119 INFO:teuthology.orchestra.run.smithi161.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 432 kB/s | 47 kB 00:00 2023-12-07T04:38:48.126 INFO:teuthology.orchestra.run.smithi138.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.6 MB/s | 107 kB 00:00 2023-12-07T04:38:48.192 INFO:teuthology.orchestra.run.smithi028.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 404 kB/s | 306 kB 00:00 2023-12-07T04:38:48.302 INFO:teuthology.orchestra.run.smithi138.stdout:(12/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x 1.0 MB/s | 15 MB 00:14 2023-12-07T04:38:48.308 INFO:teuthology.orchestra.run.smithi028.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 360 kB/s | 75 kB 00:00 2023-12-07T04:38:48.369 INFO:teuthology.orchestra.run.smithi161.stdout:(17/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 5.2 MB/s | 23 MB 00:04 2023-12-07T04:38:48.427 INFO:teuthology.orchestra.run.smithi161.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 191 kB/s | 59 kB 00:00 2023-12-07T04:38:48.444 INFO:teuthology.orchestra.run.smithi161.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.0 MB/s | 75 kB 00:00 2023-12-07T04:38:48.478 INFO:teuthology.orchestra.run.smithi161.stdout:(20/23): gperftools-libs-2.7-9.el8.x86_64.rpm 796 kB/s | 306 kB 00:00 2023-12-07T04:38:48.592 INFO:teuthology.orchestra.run.smithi028.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 4.3 MB/s | 1.7 MB 00:00 2023-12-07T04:38:48.602 INFO:teuthology.orchestra.run.smithi138.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 744 kB/s | 354 kB 00:00 2023-12-07T04:38:48.603 INFO:teuthology.orchestra.run.smithi161.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 9.9 MB/s | 1.7 MB 00:00 2023-12-07T04:38:48.644 INFO:teuthology.orchestra.run.smithi138.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 759 kB/s | 259 kB 00:00 2023-12-07T04:38:48.678 INFO:teuthology.orchestra.run.smithi138.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 582 kB/s | 44 kB 00:00 2023-12-07T04:38:48.762 INFO:teuthology.orchestra.run.smithi138.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 401 kB/s | 47 kB 00:00 2023-12-07T04:38:48.809 INFO:teuthology.orchestra.run.smithi028.stdout:(21/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x 2.7 MB/s | 15 MB 00:05 2023-12-07T04:38:48.995 INFO:teuthology.orchestra.run.smithi161.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 7.2 MB/s | 3.7 MB 00:00 2023-12-07T04:38:49.084 INFO:teuthology.orchestra.run.smithi028.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 7.6 MB/s | 3.7 MB 00:00 2023-12-07T04:38:49.146 INFO:teuthology.orchestra.run.smithi138.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 153 kB/s | 59 kB 00:00 2023-12-07T04:38:49.229 INFO:teuthology.orchestra.run.smithi161.stdout:(23/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 4.8 MB/s | 3.8 MB 00:00 2023-12-07T04:38:49.231 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:38:49.231 INFO:teuthology.orchestra.run.smithi161.stdout:Total 11 MB/s | 63 MB 00:05 2023-12-07T04:38:49.254 INFO:teuthology.orchestra.run.smithi138.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 532 kB/s | 306 kB 00:00 2023-12-07T04:38:49.272 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:38:49.302 INFO:teuthology.orchestra.run.smithi028.stdout:(23/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 3.8 MB/s | 3.8 MB 00:00 2023-12-07T04:38:49.306 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:38:49.306 INFO:teuthology.orchestra.run.smithi028.stdout:Total 10 MB/s | 63 MB 00:06 2023-12-07T04:38:49.318 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:38:49.318 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:38:49.351 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:38:49.363 INFO:teuthology.orchestra.run.smithi138.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 346 kB/s | 75 kB 00:00 2023-12-07T04:38:49.404 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:38:49.404 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:38:49.711 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:38:49.714 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:38:49.829 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:38:49.830 INFO:teuthology.orchestra.run.smithi138.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 3.0 MB/s | 1.7 MB 00:00 2023-12-07T04:38:49.832 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:38:49.955 INFO:teuthology.orchestra.run.smithi138.stdout:(21/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 6.4 MB/s | 3.8 MB 00:00 2023-12-07T04:38:50.639 INFO:teuthology.orchestra.run.smithi138.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 4.6 MB/s | 3.7 MB 00:00 2023-12-07T04:38:50.980 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:38:51.176 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T04:38:51.187 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:38:51.363 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-07T04:38:51.388 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T04:38:51.545 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T04:38:51.734 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-07T04:38:51.901 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T04:38:51.948 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T04:38:52.128 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T04:38:52.237 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T04:38:52.351 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T04:38:52.505 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T04:38:52.576 INFO:teuthology.orchestra.run.smithi028.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T04:38:52.711 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T04:38:52.715 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T04:38:53.003 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T04:38:53.128 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T04:38:53.259 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T04:38:53.511 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T04:38:53.539 INFO:teuthology.orchestra.run.smithi138.stdout:(23/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 1.2 MB/s | 23 MB 00:19 2023-12-07T04:38:53.541 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:38:53.542 INFO:teuthology.orchestra.run.smithi138.stdout:Total 3.1 MB/s | 63 MB 00:20 2023-12-07T04:38:53.577 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T04:38:53.585 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:38:53.632 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:38:53.632 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:38:53.703 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T04:38:53.767 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-07T04:38:53.911 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T04:38:53.925 INFO:teuthology.orchestra.run.smithi028.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T04:38:53.991 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T04:38:54.000 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:38:54.004 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:38:54.203 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-07T04:38:54.384 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T04:38:54.653 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T04:38:54.827 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T04:38:54.897 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T04:38:55.080 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T04:38:55.191 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:38:55.201 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T04:38:55.247 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T04:38:55.375 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T04:38:55.396 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T04:38:55.446 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T04:38:55.462 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T04:38:55.596 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-07T04:38:55.631 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T04:38:55.715 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T04:38:55.739 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T04:38:55.838 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T04:38:55.861 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T04:38:55.933 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T04:38:56.082 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T04:38:56.134 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-07T04:38:56.170 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T04:38:56.323 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T04:38:56.394 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-07T04:38:56.448 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T04:38:56.477 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T04:38:56.562 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-07T04:38:56.658 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T04:38:56.741 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T04:38:56.761 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T04:38:56.889 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T04:38:56.964 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T04:38:57.064 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T04:38:57.160 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-07T04:38:57.385 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-07T04:38:57.482 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T04:38:57.601 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T04:38:57.690 INFO:teuthology.orchestra.run.smithi138.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T04:38:57.746 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T04:38:57.937 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-07T04:38:58.080 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T04:38:58.783 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T04:38:58.930 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T04:38:59.001 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T04:38:59.149 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T04:38:59.334 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T04:38:59.470 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T04:38:59.532 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T04:38:59.736 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T04:38:59.736 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T04:38:59.897 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T04:38:59.951 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T04:39:00.148 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T04:39:00.330 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-07T04:39:00.346 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T04:39:00.507 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-07T04:39:00.644 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T04:39:00.658 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T04:39:00.689 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T04:39:00.773 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T04:39:00.884 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T04:39:00.985 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T04:39:01.562 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T04:39:01.924 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T04:39:02.020 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T04:39:02.233 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T04:39:03.393 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T04:39:03.631 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T04:39:04.222 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T04:39:04.530 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T04:39:04.646 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T04:39:04.830 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T04:39:19.631 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /sys 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /proc 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /dev 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /run 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /mnt 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /var/tmp 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /home 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /tmp 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /dev 2023-12-07T04:39:19.632 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:39:21.149 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T04:39:21.169 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T04:39:21.169 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T04:39:21.401 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T04:39:21.401 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T04:39:22.174 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T04:39:22.175 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-07T04:39:22.176 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-07T04:39:22.177 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-07T04:39:22.177 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T04:39:22.177 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T04:39:22.177 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T04:39:23.185 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /sys 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /proc 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /dev 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /run 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /mnt 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /var/tmp 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /home 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /tmp 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout:skipping the directory /dev 2023-12-07T04:39:23.186 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:39:23.372 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T04:39:23.372 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:39:23.372 INFO:teuthology.orchestra.run.smithi161.stdout:Upgraded: 2023-12-07T04:39:23.372 INFO:teuthology.orchestra.run.smithi161.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T04:39:23.373 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:39:23.374 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:39:23.675 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /sys 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /proc 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /dev 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /run 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /mnt 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /var/tmp 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /home 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /tmp 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /dev 2023-12-07T04:39:23.676 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:39:23.716 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-test 2023-12-07T04:39:24.568 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:46 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:39:24.694 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T04:39:24.714 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T04:39:24.715 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T04:39:24.946 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T04:39:24.946 INFO:teuthology.orchestra.run.smithi138.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T04:39:25.362 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T04:39:25.389 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T04:39:25.389 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T04:39:25.625 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T04:39:25.625 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T04:39:25.672 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T04:39:25.673 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T04:39:26.244 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:39:26.245 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:39:26.245 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:39:26.245 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:39:26.245 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:39:26.245 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T04:39:26.245 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:39:26.245 INFO:teuthology.orchestra.run.smithi161.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-07T04:39:26.246 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T04:39:26.246 INFO:teuthology.orchestra.run.smithi161.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-07T04:39:26.246 INFO:teuthology.orchestra.run.smithi161.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-07T04:39:26.246 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-07T04:39:26.246 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:39:26.246 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:39:26.246 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:39:26.246 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2023-12-07T04:39:26.246 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:39:26.247 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 51 M 2023-12-07T04:39:26.247 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 228 M 2023-12-07T04:39:26.247 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:39:26.369 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T04:39:26.369 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T04:39:26.369 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T04:39:26.369 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T04:39:26.369 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T04:39:26.370 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-07T04:39:26.371 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T04:39:26.371 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-07T04:39:26.371 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-07T04:39:26.371 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-07T04:39:26.371 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T04:39:26.371 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T04:39:26.371 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T04:39:26.786 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T04:39:26.786 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:39:26.786 INFO:teuthology.orchestra.run.smithi138.stdout:Upgraded: 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T04:39:26.787 INFO:teuthology.orchestra.run.smithi138.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:39:26.788 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:39:26.873 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 959 kB/s | 183 kB 00:00 2023-12-07T04:39:26.998 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 643 kB/s | 203 kB 00:00 2023-12-07T04:39:27.073 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-test 2023-12-07T04:39:27.157 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.0 MB/s | 323 kB 00:00 2023-12-07T04:39:27.182 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 607 kB/s | 187 kB 00:00 2023-12-07T04:39:27.241 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 847 kB/s | 71 kB 00:00 2023-12-07T04:39:27.682 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T04:39:27.682 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:39:27.682 INFO:teuthology.orchestra.run.smithi028.stdout:Upgraded: 2023-12-07T04:39:27.682 INFO:teuthology.orchestra.run.smithi028.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.682 INFO:teuthology.orchestra.run.smithi028.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.682 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.683 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.684 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.684 INFO:teuthology.orchestra.run.smithi028.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T04:39:27.684 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.684 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.684 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:39:27.684 INFO:teuthology.orchestra.run.smithi028.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T04:39:27.684 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:39:27.684 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:39:27.922 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:00:59 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:39:28.174 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-test 2023-12-07T04:39:29.159 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:51 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:39:29.607 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:39:29.608 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:39:29.608 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:39:29.608 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:39:29.608 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2023-12-07T04:39:29.609 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:39:29.611 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 51 M 2023-12-07T04:39:29.611 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 228 M 2023-12-07T04:39:29.611 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:39:29.998 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 587 kB/s | 203 kB 00:00 2023-12-07T04:39:30.065 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 443 kB/s | 183 kB 00:00 2023-12-07T04:39:30.107 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2023-12-07T04:39:30.199 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 769 kB/s | 71 kB 00:00 2023-12-07T04:39:30.440 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): socat-1.7.4.1-1.el8.x86_64.rpm 860 kB/s | 323 kB 00:00 2023-12-07T04:39:31.027 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:39:31.028 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:39:31.028 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:39:31.028 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:39:31.029 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:39:31.030 INFO:teuthology.orchestra.run.smithi028.stdout:Install 6 Packages 2023-12-07T04:39:31.030 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:39:31.030 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 51 M 2023-12-07T04:39:31.030 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 228 M 2023-12-07T04:39:31.030 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:39:31.418 INFO:teuthology.orchestra.run.smithi028.stdout:(1/6): jq-1.6-8.el8.x86_64.rpm 588 kB/s | 203 kB 00:00 2023-12-07T04:39:31.526 INFO:teuthology.orchestra.run.smithi028.stdout:(2/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2023-12-07T04:39:31.660 INFO:teuthology.orchestra.run.smithi028.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.4 MB/s | 323 kB 00:00 2023-12-07T04:39:31.764 INFO:teuthology.orchestra.run.smithi028.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 678 kB/s | 71 kB 00:00 2023-12-07T04:39:33.810 INFO:teuthology.orchestra.run.smithi028.stdout:(5/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 67 kB/s | 183 kB 00:02 2023-12-07T04:39:45.559 INFO:teuthology.orchestra.run.smithi028.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 3.5 MB/s | 50 MB 00:14 2023-12-07T04:39:45.561 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:39:45.561 INFO:teuthology.orchestra.run.smithi028.stdout:Total 3.5 MB/s | 51 MB 00:14 2023-12-07T04:39:45.606 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:39:45.630 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:39:45.630 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:39:45.940 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:39:45.943 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:39:46.468 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:39:46.717 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-07T04:39:46.907 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-07T04:39:47.022 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 2.9 MB/s | 50 MB 00:17 2023-12-07T04:39:47.024 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:39:47.025 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.9 MB/s | 51 MB 00:17 2023-12-07T04:39:47.060 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T04:39:47.067 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:39:47.089 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:39:47.089 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:39:47.176 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T04:39:47.370 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:39:47.373 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:39:47.403 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-07T04:39:47.602 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T04:39:47.829 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:39:48.058 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-07T04:39:48.258 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-07T04:39:48.422 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T04:39:48.485 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T04:39:48.680 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-07T04:39:48.839 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T04:39:48.955 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 2.3 MB/s | 50 MB 00:22 2023-12-07T04:39:48.957 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:39:48.957 INFO:teuthology.orchestra.run.smithi161.stdout:Total 2.3 MB/s | 51 MB 00:22 2023-12-07T04:39:49.000 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:39:49.021 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:39:49.022 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:39:49.303 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:39:49.306 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:39:49.773 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:39:50.012 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-07T04:39:50.221 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-07T04:39:50.369 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T04:39:50.451 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-07T04:39:50.659 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-07T04:39:50.810 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T04:39:52.964 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T04:39:53.217 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T04:39:53.535 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T04:39:53.535 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T04:39:53.535 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T04:39:53.535 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-07T04:39:53.535 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-07T04:39:53.535 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-07T04:39:53.667 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T04:39:53.895 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T04:39:54.185 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T04:39:54.185 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T04:39:54.185 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T04:39:54.185 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-07T04:39:54.185 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-07T04:39:54.185 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-07T04:39:54.585 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-07T04:39:54.585 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:39:54.585 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:39:54.585 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-8.el8.x86_64 2023-12-07T04:39:54.585 INFO:teuthology.orchestra.run.smithi028.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T04:39:54.585 INFO:teuthology.orchestra.run.smithi028.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T04:39:54.586 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:39:54.586 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:39:54.859 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph 2023-12-07T04:39:54.933 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-07T04:39:54.933 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:39:54.933 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:39:54.933 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-8.el8.x86_64 2023-12-07T04:39:54.933 INFO:teuthology.orchestra.run.smithi138.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T04:39:54.933 INFO:teuthology.orchestra.run.smithi138.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T04:39:54.933 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:39:54.933 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:39:55.142 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph 2023-12-07T04:39:55.680 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T04:39:55.856 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:17 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:39:55.941 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T04:39:56.010 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:28 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:39:56.224 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T04:39:56.224 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T04:39:56.224 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T04:39:56.224 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-07T04:39:56.224 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-07T04:39:56.224 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-07T04:39:56.959 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-07T04:39:56.959 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:39:56.959 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:39:56.959 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-8.el8.x86_64 2023-12-07T04:39:56.959 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T04:39:56.960 INFO:teuthology.orchestra.run.smithi161.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T04:39:56.960 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:39:56.960 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:39:57.222 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph 2023-12-07T04:39:57.683 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:39:57.686 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:39:57.686 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:39:57.686 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: ceph x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 6.4 k 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 2.3 M 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 1.6 M 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 243 k 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 4.6 M 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 18 M 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-07T04:39:57.687 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-07T04:39:57.688 INFO:teuthology.orchestra.run.smithi138.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout:Install 34 Packages 2023-12-07T04:39:57.689 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:39:57.690 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 31 M 2023-12-07T04:39:57.690 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 122 M 2023-12-07T04:39:57.690 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:39:57.749 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:39:57.753 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:39:57.753 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:39:57.753 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout: ceph x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 6.4 k 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mds x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 2.3 M 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 1.6 M 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-modules-core noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 243 k 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mon x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 4.6 M 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-osd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 18 M 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-07T04:39:57.754 INFO:teuthology.orchestra.run.smithi028.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-07T04:39:57.755 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout:Install 34 Packages 2023-12-07T04:39:57.756 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:39:57.757 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 31 M 2023-12-07T04:39:57.757 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 122 M 2023-12-07T04:39:57.757 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:39:58.097 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:20 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:39:58.244 INFO:teuthology.orchestra.run.smithi028.stdout:(1/34): ceph-19.0.0-64.ge068ebcf.el8.x86_64.rpm 42 kB/s | 6.4 kB 00:00 2023-12-07T04:39:58.494 INFO:teuthology.orchestra.run.smithi028.stdout:(2/34): ceph-mgr-19.0.0-64.ge068ebcf.el8.x86_64 4.0 MB/s | 1.6 MB 00:00 2023-12-07T04:39:58.563 INFO:teuthology.orchestra.run.smithi138.stdout:(1/34): ceph-19.0.0-64.ge068ebcf.el8.x86_64.rpm 14 kB/s | 6.4 kB 00:00 2023-12-07T04:39:58.604 INFO:teuthology.orchestra.run.smithi138.stdout:(2/34): ceph-mgr-19.0.0-64.ge068ebcf.el8.x86_64 3.3 MB/s | 1.6 MB 00:00 2023-12-07T04:39:59.455 INFO:teuthology.orchestra.run.smithi138.stdout:(3/34): ceph-mds-19.0.0-64.ge068ebcf.el8.x86_64 1.7 MB/s | 2.3 MB 00:01 2023-12-07T04:39:59.630 INFO:teuthology.orchestra.run.smithi138.stdout:(4/34): ceph-mgr-modules-core-19.0.0-64.ge068eb 1.4 MB/s | 243 kB 00:00 2023-12-07T04:39:59.781 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:39:59.783 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:39:59.783 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: ceph x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 6.4 k 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 2.3 M 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 1.6 M 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 243 k 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 4.6 M 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 18 M 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-07T04:39:59.784 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-07T04:39:59.785 INFO:teuthology.orchestra.run.smithi161.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-07T04:39:59.786 INFO:teuthology.orchestra.run.smithi161.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-07T04:39:59.786 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-07T04:39:59.786 INFO:teuthology.orchestra.run.smithi161.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-07T04:39:59.789 INFO:teuthology.orchestra.run.smithi161.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-07T04:39:59.789 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-07T04:39:59.789 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-07T04:39:59.789 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-07T04:39:59.790 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-07T04:39:59.790 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:39:59.790 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:39:59.790 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:39:59.790 INFO:teuthology.orchestra.run.smithi161.stdout:Install 34 Packages 2023-12-07T04:39:59.790 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:39:59.791 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 31 M 2023-12-07T04:39:59.791 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 122 M 2023-12-07T04:39:59.791 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:39:59.947 INFO:teuthology.orchestra.run.smithi138.stdout:(5/34): python3-mako-1.0.6-14.el8.noarch.rpm 496 kB/s | 157 kB 00:00 2023-12-07T04:39:59.963 INFO:teuthology.orchestra.run.smithi028.stdout:(3/34): ceph-mon-19.0.0-64.ge068ebcf.el8.x86_64 2.7 MB/s | 4.6 MB 00:01 2023-12-07T04:40:00.020 INFO:teuthology.orchestra.run.smithi028.stdout:(4/34): ceph-mds-19.0.0-64.ge068ebcf.el8.x86_64 1.2 MB/s | 2.3 MB 00:01 2023-12-07T04:40:00.031 INFO:teuthology.orchestra.run.smithi138.stdout:(6/34): python3-markupsafe-0.23-19.el8.x86_64.r 466 kB/s | 39 kB 00:00 2023-12-07T04:40:00.117 INFO:teuthology.orchestra.run.smithi028.stdout:(5/34): ceph-mgr-modules-core-19.0.0-64.ge068eb 1.5 MB/s | 243 kB 00:00 2023-12-07T04:40:00.223 INFO:teuthology.orchestra.run.smithi138.stdout:(7/34): ceph-osd-19.0.0-64.ge068ebcf.el8.x86_64 11 MB/s | 18 MB 00:01 2023-12-07T04:40:00.248 INFO:teuthology.orchestra.run.smithi138.stdout:(8/34): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 477 kB/s | 103 kB 00:00 2023-12-07T04:40:00.362 INFO:teuthology.orchestra.run.smithi028.stdout:(6/34): ceph-osd-19.0.0-64.ge068ebcf.el8.x86_64 9.7 MB/s | 18 MB 00:01 2023-12-07T04:40:00.387 INFO:teuthology.orchestra.run.smithi028.stdout:(7/34): python3-mako-1.0.6-14.el8.noarch.rpm 428 kB/s | 157 kB 00:00 2023-12-07T04:40:00.432 INFO:teuthology.orchestra.run.smithi138.stdout:(9/34): python3-werkzeug-0.12.2-4.el8.noarch.rp 2.4 MB/s | 457 kB 00:00 2023-12-07T04:40:00.449 INFO:teuthology.orchestra.run.smithi138.stdout:(10/34): python3-pytz-2017.2-11.el8.noarch.rpm 253 kB/s | 57 kB 00:00 2023-12-07T04:40:00.488 INFO:teuthology.orchestra.run.smithi028.stdout:(8/34): python3-pytz-2017.2-11.el8.noarch.rpm 571 kB/s | 57 kB 00:00 2023-12-07T04:40:00.539 INFO:teuthology.orchestra.run.smithi028.stdout:(9/34): python3-markupsafe-0.23-19.el8.x86_64.r 92 kB/s | 39 kB 00:00 2023-12-07T04:40:00.573 INFO:teuthology.orchestra.run.smithi161.stdout:(1/34): ceph-19.0.0-64.ge068ebcf.el8.x86_64.rpm 35 kB/s | 6.4 kB 00:00 2023-12-07T04:40:00.600 INFO:teuthology.orchestra.run.smithi138.stdout:(11/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.5 MB/s | 249 kB 00:00 2023-12-07T04:40:00.625 INFO:teuthology.orchestra.run.smithi138.stdout:(12/34): python3-cryptography-3.2.1-6.el8.x86_6 3.6 MB/s | 641 kB 00:00 2023-12-07T04:40:00.646 INFO:teuthology.orchestra.run.smithi028.stdout:(10/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 365 kB/s | 103 kB 00:00 2023-12-07T04:40:00.667 INFO:teuthology.orchestra.run.smithi138.stdout:(13/34): python3-pycparser-2.14-14.el8.noarch.r 1.6 MB/s | 109 kB 00:00 2023-12-07T04:40:00.680 INFO:teuthology.orchestra.run.smithi028.stdout:(11/34): python3-werkzeug-0.12.2-4.el8.noarch.r 2.3 MB/s | 457 kB 00:00 2023-12-07T04:40:00.706 INFO:teuthology.orchestra.run.smithi028.stdout:(12/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.5 MB/s | 249 kB 00:00 2023-12-07T04:40:00.759 INFO:teuthology.orchestra.run.smithi138.stdout:(14/34): lua-devel-5.3.4-12.el8.x86_64.rpm 224 kB/s | 30 kB 00:00 2023-12-07T04:40:00.784 INFO:teuthology.orchestra.run.smithi138.stdout:(15/34): luarocks-3.5.0-1.el8.noarch.rpm 1.4 MB/s | 167 kB 00:00 2023-12-07T04:40:00.814 INFO:teuthology.orchestra.run.smithi028.stdout:(13/34): python3-pycparser-2.14-14.el8.noarch.r 816 kB/s | 109 kB 00:00 2023-12-07T04:40:00.835 INFO:teuthology.orchestra.run.smithi138.stdout:(16/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 3.6 MB/s | 185 kB 00:00 2023-12-07T04:40:00.840 INFO:teuthology.orchestra.run.smithi028.stdout:(14/34): lua-devel-5.3.4-12.el8.x86_64.rpm 224 kB/s | 30 kB 00:00 2023-12-07T04:40:00.860 INFO:teuthology.orchestra.run.smithi138.stdout:(17/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 432 kB/s | 44 kB 00:00 2023-12-07T04:40:00.865 INFO:teuthology.orchestra.run.smithi028.stdout:(15/34): python3-cryptography-3.2.1-6.el8.x86_6 2.9 MB/s | 641 kB 00:00 2023-12-07T04:40:00.873 INFO:teuthology.orchestra.run.smithi161.stdout:(2/34): ceph-mgr-19.0.0-64.ge068ebcf.el8.x86_64 3.4 MB/s | 1.6 MB 00:00 2023-12-07T04:40:00.885 INFO:teuthology.orchestra.run.smithi138.stdout:(18/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 3.3 MB/s | 173 kB 00:00 2023-12-07T04:40:00.907 INFO:teuthology.orchestra.run.smithi028.stdout:(16/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 654 kB/s | 44 kB 00:00 2023-12-07T04:40:00.925 INFO:teuthology.orchestra.run.smithi161.stdout:(3/34): ceph-mds-19.0.0-64.ge068ebcf.el8.x86_64 4.3 MB/s | 2.3 MB 00:00 2023-12-07T04:40:00.927 INFO:teuthology.orchestra.run.smithi138.stdout:(19/34): python3-jaraco-6.2-6.el8.noarch.rpm 267 kB/s | 11 kB 00:00 2023-12-07T04:40:00.953 INFO:teuthology.orchestra.run.smithi138.stdout:(20/34): python3-cherrypy-18.4.0-1.el8.noarch.r 4.1 MB/s | 384 kB 00:00 2023-12-07T04:40:00.957 INFO:teuthology.orchestra.run.smithi028.stdout:(17/34): luarocks-3.5.0-1.el8.noarch.rpm 1.1 MB/s | 167 kB 00:00 2023-12-07T04:40:00.982 INFO:teuthology.orchestra.run.smithi028.stdout:(18/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.5 MB/s | 185 kB 00:00 2023-12-07T04:40:01.006 INFO:teuthology.orchestra.run.smithi138.stdout:(21/34): python3-jaraco-functools-2.0-4.el8.noa 223 kB/s | 18 kB 00:00 2023-12-07T04:40:01.007 INFO:teuthology.orchestra.run.smithi028.stdout:(19/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.7 MB/s | 173 kB 00:00 2023-12-07T04:40:01.025 INFO:teuthology.orchestra.run.smithi028.stdout:(20/34): python3-jaraco-6.2-6.el8.noarch.rpm 265 kB/s | 11 kB 00:00 2023-12-07T04:40:01.037 INFO:teuthology.orchestra.run.smithi138.stdout:(22/34): python3-logutils-0.3.5-11.el8.noarch.r 582 kB/s | 49 kB 00:00 2023-12-07T04:40:01.041 INFO:teuthology.orchestra.run.smithi161.stdout:(4/34): ceph-mgr-modules-core-19.0.0-64.ge068eb 2.0 MB/s | 243 kB 00:00 2023-12-07T04:40:01.041 INFO:teuthology.orchestra.run.smithi028.stdout:(21/34): python3-jaraco-functools-2.0-4.el8.noa 524 kB/s | 18 kB 00:00 2023-12-07T04:40:01.058 INFO:teuthology.orchestra.run.smithi028.stdout:(22/34): python3-logutils-0.3.5-11.el8.noarch.r 1.4 MB/s | 49 kB 00:00 2023-12-07T04:40:01.062 INFO:teuthology.orchestra.run.smithi138.stdout:(23/34): python3-more-itertools-7.2.0-3.el8.noa 1.0 MB/s | 59 kB 00:00 2023-12-07T04:40:01.075 INFO:teuthology.orchestra.run.smithi028.stdout:(23/34): python3-more-itertools-7.2.0-3.el8.noa 1.7 MB/s | 59 kB 00:00 2023-12-07T04:40:01.087 INFO:teuthology.orchestra.run.smithi138.stdout:(24/34): python3-pecan-1.3.2-9.el8.noarch.rpm 5.5 MB/s | 283 kB 00:00 2023-12-07T04:40:01.101 INFO:teuthology.orchestra.run.smithi028.stdout:(24/34): python3-cherrypy-18.4.0-1.el8.noarch.r 2.6 MB/s | 384 kB 00:00 2023-12-07T04:40:01.113 INFO:teuthology.orchestra.run.smithi138.stdout:(25/34): python3-portend-2.6-1.el8.noarch.rpm 310 kB/s | 16 kB 00:00 2023-12-07T04:40:01.138 INFO:teuthology.orchestra.run.smithi138.stdout:(26/34): python3-simplegeneric-0.8.1-17.el8.noa 371 kB/s | 19 kB 00:00 2023-12-07T04:40:01.159 INFO:teuthology.orchestra.run.smithi028.stdout:(25/34): python3-portend-2.6-1.el8.noarch.rpm 187 kB/s | 16 kB 00:00 2023-12-07T04:40:01.164 INFO:teuthology.orchestra.run.smithi138.stdout:(27/34): python3-singledispatch-3.4.0.3-18.el8. 477 kB/s | 24 kB 00:00 2023-12-07T04:40:01.185 INFO:teuthology.orchestra.run.smithi028.stdout:(26/34): python3-simplegeneric-0.8.1-17.el8.noa 224 kB/s | 19 kB 00:00 2023-12-07T04:40:01.189 INFO:teuthology.orchestra.run.smithi138.stdout:(28/34): python3-tempora-1.14.1-5.el8.noarch.rp 582 kB/s | 29 kB 00:00 2023-12-07T04:40:01.210 INFO:teuthology.orchestra.run.smithi028.stdout:(27/34): python3-singledispatch-3.4.0.3-18.el8. 475 kB/s | 24 kB 00:00 2023-12-07T04:40:01.214 INFO:teuthology.orchestra.run.smithi138.stdout:(29/34): python3-trustme-0.6.0-4.el8.noarch.rpm 545 kB/s | 27 kB 00:00 2023-12-07T04:40:01.235 INFO:teuthology.orchestra.run.smithi028.stdout:(28/34): python3-tempora-1.14.1-5.el8.noarch.rp 582 kB/s | 29 kB 00:00 2023-12-07T04:40:01.239 INFO:teuthology.orchestra.run.smithi138.stdout:(30/34): python3-waitress-1.4.3-1.el8.noarch.rp 5.0 MB/s | 255 kB 00:00 2023-12-07T04:40:01.261 INFO:teuthology.orchestra.run.smithi028.stdout:(29/34): python3-trustme-0.6.0-4.el8.noarch.rpm 549 kB/s | 27 kB 00:00 2023-12-07T04:40:01.265 INFO:teuthology.orchestra.run.smithi138.stdout:(31/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 4.9 MB/s | 251 kB 00:00 2023-12-07T04:40:01.280 INFO:teuthology.orchestra.run.smithi161.stdout:(5/34): ceph-mon-19.0.0-64.ge068ebcf.el8.x86_64 6.6 MB/s | 4.6 MB 00:00 2023-12-07T04:40:01.290 INFO:teuthology.orchestra.run.smithi138.stdout:(32/34): python3-webtest-2.0.33-1.el8.noarch.rp 1.7 MB/s | 85 kB 00:00 2023-12-07T04:40:01.294 INFO:teuthology.orchestra.run.smithi028.stdout:(30/34): python3-pecan-1.3.2-9.el8.noarch.rpm 1.2 MB/s | 283 kB 00:00 2023-12-07T04:40:01.316 INFO:teuthology.orchestra.run.smithi138.stdout:(33/34): python3-zc-lockfile-2.0-2.el8.noarch.r 458 kB/s | 23 kB 00:00 2023-12-07T04:40:01.319 INFO:teuthology.orchestra.run.smithi028.stdout:(31/34): python3-waitress-1.4.3-1.el8.noarch.rp 3.0 MB/s | 255 kB 00:00 2023-12-07T04:40:01.378 INFO:teuthology.orchestra.run.smithi028.stdout:(32/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.1 MB/s | 251 kB 00:00 2023-12-07T04:40:01.403 INFO:teuthology.orchestra.run.smithi028.stdout:(33/34): python3-zc-lockfile-2.0-2.el8.noarch.r 275 kB/s | 23 kB 00:00 2023-12-07T04:40:01.408 INFO:teuthology.orchestra.run.smithi161.stdout:(6/34): python3-mako-1.0.6-14.el8.noarch.rpm 428 kB/s | 157 kB 00:00 2023-12-07T04:40:01.428 INFO:teuthology.orchestra.run.smithi028.stdout:(34/34): python3-webtest-2.0.33-1.el8.noarch.rp 637 kB/s | 85 kB 00:00 2023-12-07T04:40:01.431 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:01.431 INFO:teuthology.orchestra.run.smithi028.stdout:Total 8.4 MB/s | 31 MB 00:03 2023-12-07T04:40:01.529 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:40:01.541 INFO:teuthology.orchestra.run.smithi161.stdout:(7/34): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 779 kB/s | 103 kB 00:00 2023-12-07T04:40:01.567 INFO:teuthology.orchestra.run.smithi161.stdout:(8/34): python3-markupsafe-0.23-19.el8.x86_64.r 135 kB/s | 39 kB 00:00 2023-12-07T04:40:01.576 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:40:01.576 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:40:01.634 INFO:teuthology.orchestra.run.smithi161.stdout:(9/34): python3-pytz-2017.2-11.el8.noarch.rpm 619 kB/s | 57 kB 00:00 2023-12-07T04:40:01.817 INFO:teuthology.orchestra.run.smithi161.stdout:(10/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 1.3 MB/s | 249 kB 00:00 2023-12-07T04:40:01.876 INFO:teuthology.orchestra.run.smithi161.stdout:(11/34): python3-werkzeug-0.12.2-4.el8.noarch.r 1.4 MB/s | 457 kB 00:00 2023-12-07T04:40:01.918 INFO:teuthology.orchestra.run.smithi161.stdout:(12/34): python3-cryptography-3.2.1-6.el8.x86_6 6.2 MB/s | 641 kB 00:00 2023-12-07T04:40:01.984 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:40:01.988 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:40:02.152 INFO:teuthology.orchestra.run.smithi161.stdout:(13/34): ceph-osd-19.0.0-64.ge068ebcf.el8.x86_6 14 MB/s | 18 MB 00:01 2023-12-07T04:40:02.177 INFO:teuthology.orchestra.run.smithi161.stdout:(14/34): lua-devel-5.3.4-12.el8.x86_64.rpm 116 kB/s | 30 kB 00:00 2023-12-07T04:40:02.199 INFO:teuthology.orchestra.run.smithi138.stdout:(34/34): ceph-mon-19.0.0-64.ge068ebcf.el8.x86_6 1.3 MB/s | 4.6 MB 00:03 2023-12-07T04:40:02.201 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:02.201 INFO:teuthology.orchestra.run.smithi138.stdout:Total 6.8 MB/s | 31 MB 00:04 2023-12-07T04:40:02.202 INFO:teuthology.orchestra.run.smithi161.stdout:(15/34): python3-pycparser-2.14-14.el8.noarch.r 334 kB/s | 109 kB 00:00 2023-12-07T04:40:02.293 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:40:02.335 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:40:02.335 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:40:02.436 INFO:teuthology.orchestra.run.smithi161.stdout:(16/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 169 kB/s | 44 kB 00:00 2023-12-07T04:40:02.527 INFO:teuthology.orchestra.run.smithi161.stdout:(17/34): luarocks-3.5.0-1.el8.noarch.rpm 445 kB/s | 167 kB 00:00 2023-12-07T04:40:02.553 INFO:teuthology.orchestra.run.smithi161.stdout:(18/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 528 kB/s | 185 kB 00:00 2023-12-07T04:40:02.637 INFO:teuthology.orchestra.run.smithi161.stdout:(19/34): python3-jaraco-6.2-6.el8.noarch.rpm 134 kB/s | 11 kB 00:00 2023-12-07T04:40:02.662 INFO:teuthology.orchestra.run.smithi161.stdout:(20/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 765 kB/s | 173 kB 00:00 2023-12-07T04:40:02.687 INFO:teuthology.orchestra.run.smithi161.stdout:(21/34): python3-cherrypy-18.4.0-1.el8.noarch.r 2.4 MB/s | 384 kB 00:00 2023-12-07T04:40:02.712 INFO:teuthology.orchestra.run.smithi161.stdout:(22/34): python3-jaraco-functools-2.0-4.el8.noa 234 kB/s | 18 kB 00:00 2023-12-07T04:40:02.716 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:40:02.719 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:40:02.746 INFO:teuthology.orchestra.run.smithi161.stdout:(23/34): python3-logutils-0.3.5-11.el8.noarch.r 580 kB/s | 49 kB 00:00 2023-12-07T04:40:02.771 INFO:teuthology.orchestra.run.smithi161.stdout:(24/34): python3-more-itertools-7.2.0-3.el8.noa 700 kB/s | 59 kB 00:00 2023-12-07T04:40:02.852 INFO:teuthology.orchestra.run.smithi161.stdout:(25/34): python3-portend-2.6-1.el8.noarch.rpm 148 kB/s | 16 kB 00:00 2023-12-07T04:40:02.880 INFO:teuthology.orchestra.run.smithi161.stdout:(26/34): python3-simplegeneric-0.8.1-17.el8.noa 172 kB/s | 19 kB 00:00 2023-12-07T04:40:02.906 INFO:teuthology.orchestra.run.smithi161.stdout:(27/34): python3-pecan-1.3.2-9.el8.noarch.rpm 1.4 MB/s | 283 kB 00:00 2023-12-07T04:40:02.931 INFO:teuthology.orchestra.run.smithi161.stdout:(28/34): python3-singledispatch-3.4.0.3-18.el8. 305 kB/s | 24 kB 00:00 2023-12-07T04:40:02.956 INFO:teuthology.orchestra.run.smithi161.stdout:(29/34): python3-tempora-1.14.1-5.el8.noarch.rp 387 kB/s | 29 kB 00:00 2023-12-07T04:40:02.981 INFO:teuthology.orchestra.run.smithi161.stdout:(30/34): python3-trustme-0.6.0-4.el8.noarch.rpm 366 kB/s | 27 kB 00:00 2023-12-07T04:40:03.048 INFO:teuthology.orchestra.run.smithi161.stdout:(31/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.7 MB/s | 251 kB 00:00 2023-12-07T04:40:03.074 INFO:teuthology.orchestra.run.smithi161.stdout:(32/34): python3-waitress-1.4.3-1.el8.noarch.rp 1.7 MB/s | 255 kB 00:00 2023-12-07T04:40:03.124 INFO:teuthology.orchestra.run.smithi161.stdout:(33/34): python3-webtest-2.0.33-1.el8.noarch.rp 600 kB/s | 85 kB 00:00 2023-12-07T04:40:03.149 INFO:teuthology.orchestra.run.smithi161.stdout:(34/34): python3-zc-lockfile-2.0-2.el8.noarch.r 228 kB/s | 23 kB 00:00 2023-12-07T04:40:03.153 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:03.153 INFO:teuthology.orchestra.run.smithi161.stdout:Total 9.1 MB/s | 31 MB 00:03 2023-12-07T04:40:03.247 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:40:03.288 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:40:03.288 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:40:03.343 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:40:03.608 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-07T04:40:03.670 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:40:03.673 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:40:03.835 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-07T04:40:03.890 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:40:04.113 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-07T04:40:04.118 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-07T04:40:04.336 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-07T04:40:04.383 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-07T04:40:04.597 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-07T04:40:04.612 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-07T04:40:04.814 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-07T04:40:04.860 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-07T04:40:04.950 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:40:05.057 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-07T04:40:05.061 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-07T04:40:05.182 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-07T04:40:05.224 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-07T04:40:05.237 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-07T04:40:05.431 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-07T04:40:05.441 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-07T04:40:05.620 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-07T04:40:05.625 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-07T04:40:05.684 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-07T04:40:05.856 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-07T04:40:05.857 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-07T04:40:05.956 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-07T04:40:06.053 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-07T04:40:06.145 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-07T04:40:06.152 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-07T04:40:06.334 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-07T04:40:06.347 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-07T04:40:06.422 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-07T04:40:06.511 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-07T04:40:06.574 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-07T04:40:06.576 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-07T04:40:06.663 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-07T04:40:06.740 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-07T04:40:06.860 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T04:40:06.897 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-07T04:40:06.988 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T04:40:07.142 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-07T04:40:07.308 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-07T04:40:07.391 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-07T04:40:07.456 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-07T04:40:07.657 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-07T04:40:07.689 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-07T04:40:07.704 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-07T04:40:07.843 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-07T04:40:07.861 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-07T04:40:07.898 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-07T04:40:08.103 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-07T04:40:08.126 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-07T04:40:08.155 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T04:40:08.329 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T04:40:08.469 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T04:40:08.565 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-07T04:40:08.621 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-07T04:40:08.817 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-07T04:40:08.832 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-07T04:40:08.844 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-07T04:40:08.972 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-07T04:40:08.998 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-07T04:40:09.075 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-07T04:40:09.207 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-07T04:40:09.299 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-07T04:40:09.304 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-07T04:40:09.455 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-07T04:40:09.541 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T04:40:09.556 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-07T04:40:09.728 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-07T04:40:09.838 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-07T04:40:09.882 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-07T04:40:09.938 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-07T04:40:10.097 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-07T04:40:10.121 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-07T04:40:10.255 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-07T04:40:10.301 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-07T04:40:10.347 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-07T04:40:10.529 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-07T04:40:10.585 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-07T04:40:10.731 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-07T04:40:10.788 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-07T04:40:10.980 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 29/34 2023-12-07T04:40:11.056 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-07T04:40:11.113 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-07T04:40:11.178 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T04:40:11.302 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-07T04:40:11.620 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 29/34 2023-12-07T04:40:11.624 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-07T04:40:11.847 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T04:40:11.962 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-07T04:40:12.410 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 29/34 2023-12-07T04:40:12.641 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T04:40:12.779 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T04:40:12.994 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T04:40:13.459 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T04:40:13.610 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T04:40:13.635 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T04:40:13.852 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T04:40:13.880 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T04:40:14.035 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T04:40:14.053 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T04:40:14.185 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T04:40:14.242 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 30/34 2023-12-07T04:40:14.400 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T04:40:14.465 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T04:40:14.596 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T04:40:14.596 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 1/34 2023-12-07T04:40:14.596 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2/34 2023-12-07T04:40:14.596 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 3/34 2023-12-07T04:40:14.596 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 4/34 2023-12-07T04:40:14.596 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 5/34 2023-12-07T04:40:14.596 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 6/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-07T04:40:14.597 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T04:40:14.598 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-07T04:40:14.598 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-07T04:40:14.598 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-07T04:40:14.598 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-07T04:40:14.598 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-07T04:40:14.598 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-07T04:40:14.598 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-07T04:40:14.598 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-07T04:40:14.598 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-07T04:40:14.599 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-07T04:40:14.599 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-07T04:40:14.599 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-07T04:40:14.599 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-07T04:40:14.599 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-07T04:40:14.615 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T04:40:14.858 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T04:40:14.929 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 31/34 2023-12-07T04:40:15.032 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T04:40:15.054 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T04:40:15.124 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T04:40:15.208 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T04:40:15.341 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 32/34 2023-12-07T04:40:15.515 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T04:40:15.533 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 33/34 2023-12-07T04:40:15.706 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 1/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 3/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 4/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 5/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 6/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-07T04:40:15.717 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-07T04:40:15.718 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-07T04:40:15.719 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-07T04:40:15.719 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-07T04:40:15.720 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-07T04:40:15.720 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-07T04:40:15.720 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-07T04:40:15.720 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-07T04:40:15.720 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-07T04:40:15.720 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-07T04:40:15.732 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-07T04:40:15.732 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:15.732 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:40:15.732 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-07T04:40:15.733 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-portend-2.6-1.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-07T04:40:15.734 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-07T04:40:15.735 INFO:teuthology.orchestra.run.smithi138.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-07T04:40:15.735 INFO:teuthology.orchestra.run.smithi138.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-07T04:40:15.735 INFO:teuthology.orchestra.run.smithi138.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-07T04:40:15.735 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:15.735 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:40:15.933 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-base 2023-12-07T04:40:16.131 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 34/34 2023-12-07T04:40:16.131 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 1/34 2023-12-07T04:40:16.131 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2/34 2023-12-07T04:40:16.131 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 3/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 4/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 5/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.no 6/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-07T04:40:16.132 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-07T04:40:16.133 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-07T04:40:16.134 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-07T04:40:16.799 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:48 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:40:17.022 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-07T04:40:17.022 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-07T04:40:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-portend-2.6-1.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-07T04:40:17.024 INFO:teuthology.orchestra.run.smithi028.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-07T04:40:17.025 INFO:teuthology.orchestra.run.smithi028.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-07T04:40:17.025 INFO:teuthology.orchestra.run.smithi028.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-07T04:40:17.025 INFO:teuthology.orchestra.run.smithi028.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-07T04:40:17.025 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-07T04:40:17.025 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-07T04:40:17.025 INFO:teuthology.orchestra.run.smithi028.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-07T04:40:17.025 INFO:teuthology.orchestra.run.smithi028.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-07T04:40:17.025 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:17.025 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:40:17.254 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-base 2023-12-07T04:40:17.363 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-07T04:40:17.363 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mds-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-modules-core-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mon-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-osd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-07T04:40:17.364 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-portend-2.6-1.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-07T04:40:17.365 INFO:teuthology.orchestra.run.smithi161.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:17.366 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:40:17.557 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-base 2023-12-07T04:40:18.241 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:40:18.247 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:40 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:18.414 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:40 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:18.466 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:40:18.467 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-07T04:40:18.467 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:40:18.566 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install cephadm 2023-12-07T04:40:19.432 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:51 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:40:19.850 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:40:19.894 INFO:teuthology.orchestra.run.smithi028.stdout:Package ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:40:20.074 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:40:20.075 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-07T04:40:20.075 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:40:20.143 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:40:20.144 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-07T04:40:20.144 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:40:20.202 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install cephadm 2023-12-07T04:40:20.281 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install cephadm 2023-12-07T04:40:21.064 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:43 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:21.131 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:40:21.133 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:21.133 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:40:21.133 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:21.133 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:40:21.133 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 415 k 2023-12-07T04:40:21.134 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:21.134 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:40:21.134 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:21.134 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-07T04:40:21.134 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:21.134 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 415 k 2023-12-07T04:40:21.134 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 2.2 M 2023-12-07T04:40:21.135 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:40:21.295 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:43 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:21.518 INFO:teuthology.orchestra.run.smithi138.stdout:cephadm-19.0.0-64.ge068ebcf.el8.noarch.rpm 1.1 MB/s | 415 kB 00:00 2023-12-07T04:40:21.518 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:21.518 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.1 MB/s | 415 kB 00:00 2023-12-07T04:40:21.519 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:40:21.526 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:40:21.526 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:40:21.529 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:40:21.532 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:40:21.579 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:40:22.153 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:22.372 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:22.597 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:22.740 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 415 k 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-07T04:40:22.741 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:22.742 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 415 k 2023-12-07T04:40:22.742 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 2.2 M 2023-12-07T04:40:22.742 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:40:23.115 INFO:teuthology.orchestra.run.smithi161.stdout:cephadm-19.0.0-64.ge068ebcf.el8.noarch.rpm 1.1 MB/s | 415 kB 00:00 2023-12-07T04:40:23.115 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:23.116 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.1 MB/s | 415 kB 00:00 2023-12-07T04:40:23.116 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:40:23.124 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:40:23.124 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:40:23.127 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:40:23.130 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:40:23.161 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:40:23.161 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:23.162 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:40:23.162 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:23.162 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:40:23.162 INFO:teuthology.orchestra.run.smithi028.stdout: cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 415 k 2023-12-07T04:40:23.162 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:23.162 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:40:23.162 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:23.162 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2023-12-07T04:40:23.162 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:23.163 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 415 k 2023-12-07T04:40:23.163 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 2.2 M 2023-12-07T04:40:23.163 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:40:23.178 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:40:23.282 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:23.282 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:23.282 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:40:23.282 INFO:teuthology.orchestra.run.smithi138.stdout: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:23.282 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:23.282 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:40:23.480 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-immutable-object-cache 2023-12-07T04:40:23.527 INFO:teuthology.orchestra.run.smithi028.stdout:cephadm-19.0.0-64.ge068ebcf.el8.noarch.rpm 1.1 MB/s | 415 kB 00:00 2023-12-07T04:40:23.528 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:23.528 INFO:teuthology.orchestra.run.smithi028.stdout:Total 1.1 MB/s | 415 kB 00:00 2023-12-07T04:40:23.528 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:40:23.538 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:40:23.538 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:40:23.542 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:40:23.546 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:40:23.596 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:40:23.764 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:23.993 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:24.219 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:24.260 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:24.335 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:01:56 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:40:24.551 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:24.812 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:24.894 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:24.894 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:24.894 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:40:24.894 INFO:teuthology.orchestra.run.smithi161.stdout: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:24.894 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:24.894 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:40:25.123 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-immutable-object-cache 2023-12-07T04:40:25.598 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:40:25.598 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:25.598 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:40:25.598 INFO:teuthology.orchestra.run.smithi028.stdout: cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:25.598 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:25.599 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:40:25.857 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-immutable-object-cache 2023-12-07T04:40:25.979 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:47 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:26.005 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:40:26.005 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:26.006 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2023-12-07T04:40:26.006 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:26.006 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:40:26.006 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 171 k 2023-12-07T04:40:26.006 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:26.006 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:40:26.006 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:26.006 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-07T04:40:26.006 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:26.007 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 171 k 2023-12-07T04:40:26.007 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 524 k 2023-12-07T04:40:26.007 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:40:26.724 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-immutable-object-cache-19.0.0-64.ge068ebcf 239 kB/s | 171 kB 00:00 2023-12-07T04:40:26.724 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:26.725 INFO:teuthology.orchestra.run.smithi138.stdout:Total 238 kB/s | 171 kB 00:00 2023-12-07T04:40:26.725 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:40:26.738 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:40:26.738 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:40:26.792 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:40:26.795 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:40:26.857 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:48 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:26.922 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:40:27.100 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T04:40:27.509 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T04:40:27.657 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:40:27.657 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 171 k 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:27.658 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 171 k 2023-12-07T04:40:27.659 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 524 k 2023-12-07T04:40:27.659 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:40:28.153 INFO:teuthology.orchestra.run.smithi161.stdout:ceph-immutable-object-cache-19.0.0-64.ge068ebcf 346 kB/s | 171 kB 00:00 2023-12-07T04:40:28.154 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:28.154 INFO:teuthology.orchestra.run.smithi161.stdout:Total 345 kB/s | 171 kB 00:00 2023-12-07T04:40:28.154 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:40:28.166 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:40:28.166 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:40:28.203 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T04:40:28.203 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:28.203 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:40:28.203 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:28.203 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:28.203 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:40:28.212 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:40:28.215 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:40:28.327 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:40:28.392 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr 2023-12-07T04:40:28.563 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T04:40:28.737 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:40:28.738 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:28.738 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repo Size 2023-12-07T04:40:28.738 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:28.738 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:40:28.739 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 171 k 2023-12-07T04:40:28.739 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:28.739 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:40:28.739 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:28.739 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2023-12-07T04:40:28.739 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:28.739 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 171 k 2023-12-07T04:40:28.739 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 524 k 2023-12-07T04:40:28.739 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:40:29.005 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T04:40:29.065 INFO:teuthology.orchestra.run.smithi028.stdout:ceph-immutable-object-cache-19.0.0-64.ge068ebcf 525 kB/s | 171 kB 00:00 2023-12-07T04:40:29.066 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:29.066 INFO:teuthology.orchestra.run.smithi028.stdout:Total 523 kB/s | 171 kB 00:00 2023-12-07T04:40:29.066 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:40:29.081 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:40:29.081 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:40:29.139 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:40:29.142 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:40:29.258 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:01 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:40:29.271 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:40:29.480 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T04:40:29.680 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T04:40:29.681 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:29.681 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:40:29.681 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:29.681 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:29.681 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:40:29.947 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr 2023-12-07T04:40:29.953 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T04:40:30.699 INFO:teuthology.orchestra.run.smithi138.stdout:Package ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:40:30.731 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el 1/1 2023-12-07T04:40:30.731 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:30.731 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:40:30.731 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-immutable-object-cache-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:40:30.731 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:30.731 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:40:30.815 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:52 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:30.927 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:40:30.928 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-07T04:40:30.928 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:40:30.998 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr 2023-12-07T04:40:31.030 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-dashboard 2023-12-07T04:40:31.885 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:03 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:40:31.997 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:53 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:32.272 INFO:teuthology.orchestra.run.smithi161.stdout:Package ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:40:32.496 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:40:32.497 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-07T04:40:32.497 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:40:32.643 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-dashboard 2023-12-07T04:40:33.511 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:55 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:33.569 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 1.8 M 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 28 k 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 15 k 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-07T04:40:33.570 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-07T04:40:33.571 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-07T04:40:33.571 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:33.571 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:40:33.571 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:33.571 INFO:teuthology.orchestra.run.smithi138.stdout:Install 6 Packages 2023-12-07T04:40:33.571 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:33.571 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 2.1 M 2023-12-07T04:40:33.572 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 8.7 M 2023-12-07T04:40:33.572 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:40:33.616 INFO:teuthology.orchestra.run.smithi028.stdout:Package ceph-mgr-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:40:33.867 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:40:33.868 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-07T04:40:33.868 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:40:33.957 INFO:teuthology.orchestra.run.smithi138.stdout:(1/6): ceph-grafana-dashboards-19.0.0-64.ge068e 182 kB/s | 28 kB 00:00 2023-12-07T04:40:34.010 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-dashboard 2023-12-07T04:40:34.074 INFO:teuthology.orchestra.run.smithi138.stdout:(2/6): python3-jwt-1.6.1-2.el8.noarch.rpm 364 kB/s | 43 kB 00:00 2023-12-07T04:40:34.100 INFO:teuthology.orchestra.run.smithi138.stdout:(3/6): ceph-prometheus-alerts-19.0.0-64.ge068eb 50 kB/s | 15 kB 00:00 2023-12-07T04:40:34.142 INFO:teuthology.orchestra.run.smithi138.stdout:(4/6): ceph-mgr-dashboard-19.0.0-64.ge068ebcf.e 5.2 MB/s | 1.8 MB 00:00 2023-12-07T04:40:34.217 INFO:teuthology.orchestra.run.smithi138.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 236 kB/s | 34 kB 00:00 2023-12-07T04:40:34.250 INFO:teuthology.orchestra.run.smithi138.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 1.3 MB/s | 196 kB 00:00 2023-12-07T04:40:34.252 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:34.252 INFO:teuthology.orchestra.run.smithi138.stdout:Total 3.0 MB/s | 2.1 MB 00:00 2023-12-07T04:40:34.263 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:40:34.272 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:40:34.272 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:40:34.354 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:40:34.357 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:40:34.608 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:40:34.838 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-07T04:40:34.997 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:56 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:35.057 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-07T04:40:35.186 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:40:35.187 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:35.187 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 1.8 M 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 28 k 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 15 k 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:35.188 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2023-12-07T04:40:35.189 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:35.189 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 2.1 M 2023-12-07T04:40:35.189 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 8.7 M 2023-12-07T04:40:35.189 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:40:35.259 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-07T04:40:35.389 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 4/6 2023-12-07T04:40:35.731 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): ceph-grafana-dashboards-19.0.0-64.ge068e 174 kB/s | 28 kB 00:00 2023-12-07T04:40:35.737 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 5/6 2023-12-07T04:40:35.831 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): ceph-prometheus-alerts-19.0.0-64.ge068eb 57 kB/s | 15 kB 00:00 2023-12-07T04:40:35.857 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 340 kB/s | 43 kB 00:00 2023-12-07T04:40:35.898 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): ceph-mgr-dashboard-19.0.0-64.ge068ebcf.e 5.4 MB/s | 1.8 MB 00:00 2023-12-07T04:40:35.973 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T04:40:36.240 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 82 kB/s | 34 kB 00:00 2023-12-07T04:40:36.259 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T04:40:36.259 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 1/6 2023-12-07T04:40:36.259 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2/6 2023-12-07T04:40:36.259 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 3/6 2023-12-07T04:40:36.259 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-07T04:40:36.259 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-07T04:40:36.407 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 357 kB/s | 196 kB 00:00 2023-12-07T04:40:36.411 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:36.411 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.7 MB/s | 2.1 MB 00:01 2023-12-07T04:40:36.423 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:40:36.433 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:40:36.433 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:40:36.533 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:40:36.536 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:40:36.794 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:40:36.874 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:40:36.875 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:36.875 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:40:36.875 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:36.875 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:40:36.875 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-dashboard noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 1.8 M 2023-12-07T04:40:36.875 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:40:36.875 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-grafana-dashboards noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 28 k 2023-12-07T04:40:36.875 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-prometheus-alerts noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 15 k 2023-12-07T04:40:36.875 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-07T04:40:36.876 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-07T04:40:36.876 INFO:teuthology.orchestra.run.smithi028.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-07T04:40:36.876 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:36.876 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:40:36.876 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:36.876 INFO:teuthology.orchestra.run.smithi028.stdout:Install 6 Packages 2023-12-07T04:40:36.876 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:36.876 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 2.1 M 2023-12-07T04:40:36.877 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 8.7 M 2023-12-07T04:40:36.877 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:40:36.982 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-07T04:40:36.982 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:36.982 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:40:36.982 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:36.982 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:36.983 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:36.983 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-07T04:40:36.983 INFO:teuthology.orchestra.run.smithi138.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-07T04:40:36.983 INFO:teuthology.orchestra.run.smithi138.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-07T04:40:36.983 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:36.983 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:40:36.992 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-07T04:40:37.092 INFO:teuthology.orchestra.run.smithi028.stdout:(1/6): ceph-grafana-dashboards-19.0.0-64.ge068e 189 kB/s | 28 kB 00:00 2023-12-07T04:40:37.106 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-07T04:40:37.184 INFO:teuthology.orchestra.run.smithi028.stdout:(2/6): ceph-prometheus-alerts-19.0.0-64.ge068eb 62 kB/s | 15 kB 00:00 2023-12-07T04:40:37.201 INFO:teuthology.orchestra.run.smithi028.stdout:(3/6): python3-jwt-1.6.1-2.el8.noarch.rpm 393 kB/s | 43 kB 00:00 2023-12-07T04:40:37.220 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-07T04:40:37.418 INFO:teuthology.orchestra.run.smithi028.stdout:(4/6): ceph-mgr-dashboard-19.0.0-64.ge068ebcf.e 3.7 MB/s | 1.8 MB 00:00 2023-12-07T04:40:37.447 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-07T04:40:37.602 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 4/6 2023-12-07T04:40:37.644 INFO:teuthology.orchestra.run.smithi028.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 73 kB/s | 34 kB 00:00 2023-12-07T04:40:37.761 INFO:teuthology.orchestra.run.smithi028.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 351 kB/s | 196 kB 00:00 2023-12-07T04:40:37.765 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:37.765 INFO:teuthology.orchestra.run.smithi028.stdout:Total 2.3 MB/s | 2.1 MB 00:00 2023-12-07T04:40:37.781 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:40:37.789 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:40:37.789 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:40:37.884 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:40:37.888 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:40:37.961 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:09 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:40:37.993 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 5/6 2023-12-07T04:40:38.195 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:40:38.433 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-07T04:40:38.486 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T04:40:38.676 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-07T04:40:38.806 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T04:40:38.807 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 1/6 2023-12-07T04:40:38.807 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2/6 2023-12-07T04:40:38.807 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 3/6 2023-12-07T04:40:38.807 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-07T04:40:38.807 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-07T04:40:38.907 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-07T04:40:39.063 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 4/6 2023-12-07T04:40:39.463 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 5/6 2023-12-07T04:40:39.544 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-07T04:40:39.544 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:39.544 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:40:39.544 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:39.545 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:39.545 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:39.545 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-07T04:40:39.545 INFO:teuthology.orchestra.run.smithi161.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-07T04:40:39.545 INFO:teuthology.orchestra.run.smithi161.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-07T04:40:39.545 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:39.545 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:40:39.637 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:40:39.638 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================================ 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================================ 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 7.4 M 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:39.639 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:40:39.640 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================================ 2023-12-07T04:40:39.640 INFO:teuthology.orchestra.run.smithi138.stdout:Install 8 Packages 2023-12-07T04:40:39.640 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:39.640 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 35 M 2023-12-07T04:40:39.640 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 210 M 2023-12-07T04:40:39.640 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:40:39.693 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T04:40:39.706 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-07T04:40:40.025 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 6/6 2023-12-07T04:40:40.025 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.no 1/6 2023-12-07T04:40:40.025 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2/6 2023-12-07T04:40:40.025 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noa 3/6 2023-12-07T04:40:40.025 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-07T04:40:40.025 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-07T04:40:40.560 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:02 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:40.650 INFO:teuthology.orchestra.run.smithi138.stdout:(1/8): openblas-0.3.15-4.el8.x86_64.rpm 7.5 MB/s | 4.7 MB 00:00 2023-12-07T04:40:40.726 INFO:teuthology.orchestra.run.smithi138.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 6.9 MB/s | 4.9 MB 00:00 2023-12-07T04:40:40.804 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-grafana-dashboards-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-dashboard-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-prometheus-alerts-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:40.805 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:40:40.818 INFO:teuthology.orchestra.run.smithi138.stdout:(3/8): ceph-mgr-diskprediction-local-19.0.0-64. 9.3 MB/s | 7.4 MB 00:00 2023-12-07T04:40:40.835 INFO:teuthology.orchestra.run.smithi138.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.0 MB/s | 225 kB 00:00 2023-12-07T04:40:40.902 INFO:teuthology.orchestra.run.smithi138.stdout:(5/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 15 MB/s | 3.7 MB 00:00 2023-12-07T04:40:40.949 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-07T04:40:41.044 INFO:teuthology.orchestra.run.smithi138.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.2 MB/s | 172 kB 00:00 2023-12-07T04:40:41.069 INFO:teuthology.orchestra.run.smithi138.stdout:(7/8): libgfortran-8.5.0-21.el8.x86_64.rpm 2.7 MB/s | 645 kB 00:00 2023-12-07T04:40:41.901 INFO:teuthology.orchestra.run.smithi138.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 13 MB/s | 14 MB 00:01 2023-12-07T04:40:41.901 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:41.902 INFO:teuthology.orchestra.run.smithi138.stdout:Total 16 MB/s | 35 MB 00:02 2023-12-07T04:40:41.939 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:03 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:42.134 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:40:42.152 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:40:42.152 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:40:42.242 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:40:42.242 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================================ 2023-12-07T04:40:42.242 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:40:42.243 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================================ 2023-12-07T04:40:42.243 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:40:42.243 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 7.4 M 2023-12-07T04:40:42.243 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:40:42.243 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-07T04:40:42.243 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-07T04:40:42.243 INFO:teuthology.orchestra.run.smithi161.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-07T04:40:42.244 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-07T04:40:42.244 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-07T04:40:42.244 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-07T04:40:42.244 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-07T04:40:42.244 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:42.244 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:40:42.244 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================================ 2023-12-07T04:40:42.244 INFO:teuthology.orchestra.run.smithi161.stdout:Install 8 Packages 2023-12-07T04:40:42.244 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:42.245 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 35 M 2023-12-07T04:40:42.245 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 210 M 2023-12-07T04:40:42.245 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:40:42.516 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:40:42.519 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:40:43.021 INFO:teuthology.orchestra.run.smithi161.stdout:(1/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 7.0 MB/s | 4.9 MB 00:00 2023-12-07T04:40:43.082 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:40:43.100 INFO:teuthology.orchestra.run.smithi161.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 6.1 MB/s | 4.7 MB 00:00 2023-12-07T04:40:43.208 INFO:teuthology.orchestra.run.smithi161.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 2.0 MB/s | 225 kB 00:00 2023-12-07T04:40:43.239 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T04:40:43.292 INFO:teuthology.orchestra.run.smithi161.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 14 MB/s | 3.7 MB 00:00 2023-12-07T04:40:43.377 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T04:40:43.484 INFO:teuthology.orchestra.run.smithi161.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 3.3 MB/s | 645 kB 00:00 2023-12-07T04:40:43.550 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T04:40:43.684 INFO:teuthology.orchestra.run.smithi161.stdout:(6/8): python3-scipy-1.0.0-21.module_el8.5.0+77 29 MB/s | 14 MB 00:00 2023-12-07T04:40:43.709 INFO:teuthology.orchestra.run.smithi161.stdout:(7/8): libquadmath-8.5.0-21.el8.x86_64.rpm 766 kB/s | 172 kB 00:00 2023-12-07T04:40:43.826 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:40:43.827 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================================ 2023-12-07T04:40:43.827 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:40:43.827 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================================ 2023-12-07T04:40:43.827 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 7.4 M 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================================ 2023-12-07T04:40:43.828 INFO:teuthology.orchestra.run.smithi028.stdout:Install 8 Packages 2023-12-07T04:40:43.829 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:43.829 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 35 M 2023-12-07T04:40:43.829 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 210 M 2023-12-07T04:40:43.829 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:40:43.871 INFO:teuthology.orchestra.run.smithi161.stdout:(8/8): ceph-mgr-diskprediction-local-19.0.0-64. 4.8 MB/s | 7.4 MB 00:01 2023-12-07T04:40:43.872 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:43.872 INFO:teuthology.orchestra.run.smithi161.stdout:Total 22 MB/s | 35 MB 00:01 2023-12-07T04:40:44.107 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:40:44.126 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:40:44.126 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:40:44.145 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T04:40:44.289 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T04:40:44.502 INFO:teuthology.orchestra.run.smithi028.stdout:(1/8): ceph-mgr-diskprediction-local-19.0.0-64. 13 MB/s | 7.4 MB 00:00 2023-12-07T04:40:44.544 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:40:44.547 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:40:44.585 INFO:teuthology.orchestra.run.smithi028.stdout:(2/8): openblas-0.3.15-4.el8.x86_64.rpm 7.0 MB/s | 4.7 MB 00:00 2023-12-07T04:40:44.695 INFO:teuthology.orchestra.run.smithi028.stdout:(3/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 6.2 MB/s | 4.9 MB 00:00 2023-12-07T04:40:44.728 INFO:teuthology.orchestra.run.smithi028.stdout:(4/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 1.5 MB/s | 225 kB 00:00 2023-12-07T04:40:44.915 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T04:40:44.919 INFO:teuthology.orchestra.run.smithi028.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 3.3 MB/s | 645 kB 00:00 2023-12-07T04:40:44.970 INFO:teuthology.orchestra.run.smithi028.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 3.4 MB/s | 172 kB 00:00 2023-12-07T04:40:45.058 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T04:40:45.162 INFO:teuthology.orchestra.run.smithi028.stdout:(7/8): python3-scipy-1.0.0-21.module_el8.5.0+77 29 MB/s | 14 MB 00:00 2023-12-07T04:40:45.214 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:40:45.220 INFO:teuthology.orchestra.run.smithi028.stdout:(8/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 5.2 MB/s | 3.7 MB 00:00 2023-12-07T04:40:45.220 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:45.221 INFO:teuthology.orchestra.run.smithi028.stdout:Total 25 MB/s | 35 MB 00:01 2023-12-07T04:40:45.354 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T04:40:45.474 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:40:45.489 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T04:40:45.494 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:40:45.494 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:40:45.639 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T04:40:45.744 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T04:40:45.875 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:40:45.878 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:40:46.058 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T04:40:46.268 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T04:40:46.300 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T04:40:46.410 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T04:40:46.505 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:40:46.661 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T04:40:46.798 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-07T04:40:46.986 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T04:40:47.073 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T04:40:47.201 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T04:40:47.653 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-07T04:40:47.852 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T04:40:47.924 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T04:40:48.067 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T04:40:48.263 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T04:40:48.530 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-07T04:40:48.551 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T04:40:48.877 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T04:40:49.275 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-07T04:40:49.496 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T04:40:49.648 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-07T04:40:49.825 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T04:40:49.825 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 1/8 2023-12-07T04:40:49.825 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-07T04:40:49.825 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-07T04:40:49.826 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-07T04:40:49.826 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T04:40:49.826 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-07T04:40:49.826 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-07T04:40:50.017 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T04:40:50.270 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T04:40:50.317 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T04:40:50.541 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-07T04:40:50.541 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:50.541 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:50.542 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:40:50.672 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-rook 2023-12-07T04:40:51.523 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:23 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:40:51.541 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-07T04:40:51.792 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T04:40:52.113 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T04:40:52.113 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 1/8 2023-12-07T04:40:52.113 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-07T04:40:52.113 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-07T04:40:52.113 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-07T04:40:52.113 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T04:40:52.113 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-07T04:40:52.113 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-07T04:40:52.254 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-07T04:40:52.880 INFO:teuthology.orchestra.run.smithi161.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-07T04:40:52.881 INFO:teuthology.orchestra.run.smithi161.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-07T04:40:52.881 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:52.881 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:40:53.052 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-rook 2023-12-07T04:40:53.208 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:40:53.209 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:53.209 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:40:53.210 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:53.210 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:40:53.210 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 50 k 2023-12-07T04:40:53.210 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:40:53.210 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-07T04:40:53.210 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-07T04:40:53.210 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-07T04:40:53.210 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:53.211 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:40:53.212 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:40:53.212 INFO:teuthology.orchestra.run.smithi138.stdout:Install 13 Packages 2023-12-07T04:40:53.212 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:40:53.212 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 1.9 M 2023-12-07T04:40:53.213 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 25 M 2023-12-07T04:40:53.213 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:40:53.525 INFO:teuthology.orchestra.run.smithi138.stdout:(1/13): ceph-mgr-rook-19.0.0-64.ge068ebcf.el8.n 282 kB/s | 50 kB 00:00 2023-12-07T04:40:53.542 INFO:teuthology.orchestra.run.smithi138.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 136 kB/s | 27 kB 00:00 2023-12-07T04:40:53.558 INFO:teuthology.orchestra.run.smithi138.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 94 kB/s | 20 kB 00:00 2023-12-07T04:40:53.608 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-07T04:40:53.692 INFO:teuthology.orchestra.run.smithi138.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.1 MB/s | 155 kB 00:00 2023-12-07T04:40:53.726 INFO:teuthology.orchestra.run.smithi138.stdout:(5/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 628 kB/s | 126 kB 00:00 2023-12-07T04:40:53.743 INFO:teuthology.orchestra.run.smithi138.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 844 kB/s | 43 kB 00:00 2023-12-07T04:40:53.785 INFO:teuthology.orchestra.run.smithi138.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 486 kB/s | 110 kB 00:00 2023-12-07T04:40:53.851 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T04:40:53.909 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:15 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:54.160 INFO:teuthology.orchestra.run.smithi138.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 76 kB/s | 33 kB 00:00 2023-12-07T04:40:54.186 INFO:teuthology.orchestra.run.smithi138.stdout:(9/13): python3-certifi-2018.10.15-7.el8.noarch 37 kB/s | 16 kB 00:00 2023-12-07T04:40:54.212 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 8/8 2023-12-07T04:40:54.212 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf. 1/8 2023-12-07T04:40:54.212 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-07T04:40:54.212 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-07T04:40:54.212 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-07T04:40:54.212 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-07T04:40:54.212 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-07T04:40:54.212 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-07T04:40:54.253 INFO:teuthology.orchestra.run.smithi138.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 174 kB/s | 81 kB 00:00 2023-12-07T04:40:54.353 INFO:teuthology.orchestra.run.smithi138.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 611 kB/s | 61 kB 00:00 2023-12-07T04:40:54.379 INFO:teuthology.orchestra.run.smithi138.stdout:(12/13): python3-rsa-4.9-2.el8.noarch.rpm 334 kB/s | 64 kB 00:00 2023-12-07T04:40:54.595 INFO:teuthology.orchestra.run.smithi138.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 2.7 MB/s | 1.2 MB 00:00 2023-12-07T04:40:54.597 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:54.598 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.4 MB/s | 1.9 MB 00:01 2023-12-07T04:40:54.653 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:40:54.667 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:40:54.668 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:40:54.753 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:40:54.756 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:40:55.039 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-07T04:40:55.039 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-diskprediction-local-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:55.040 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:40:55.206 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-rook 2023-12-07T04:40:55.281 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:40:55.506 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-07T04:40:55.587 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:40:55.588 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 50 k 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-07T04:40:55.589 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-07T04:40:55.590 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-07T04:40:55.590 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-07T04:40:55.590 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-07T04:40:55.590 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:55.590 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:40:55.590 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:40:55.590 INFO:teuthology.orchestra.run.smithi161.stdout:Install 13 Packages 2023-12-07T04:40:55.590 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:40:55.591 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 1.9 M 2023-12-07T04:40:55.591 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 25 M 2023-12-07T04:40:55.591 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:40:55.744 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-07T04:40:55.964 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-07T04:40:56.092 INFO:teuthology.orchestra.run.smithi161.stdout:(1/13): ceph-mgr-rook-19.0.0-64.ge068ebcf.el8.n 257 kB/s | 50 kB 00:00 2023-12-07T04:40:56.109 INFO:teuthology.orchestra.run.smithi161.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 126 kB/s | 27 kB 00:00 2023-12-07T04:40:56.126 INFO:teuthology.orchestra.run.smithi161.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 87 kB/s | 20 kB 00:00 2023-12-07T04:40:56.176 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-07T04:40:56.197 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:18 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:40:56.267 INFO:teuthology.orchestra.run.smithi161.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 1.1 MB/s | 155 kB 00:00 2023-12-07T04:40:56.293 INFO:teuthology.orchestra.run.smithi161.stdout:(5/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 630 kB/s | 126 kB 00:00 2023-12-07T04:40:56.318 INFO:teuthology.orchestra.run.smithi161.stdout:(6/13): python3-pyasn1-modules-0.3.7-6.el8.noar 572 kB/s | 110 kB 00:00 2023-12-07T04:40:56.358 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-07T04:40:56.385 INFO:teuthology.orchestra.run.smithi161.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 363 kB/s | 43 kB 00:00 2023-12-07T04:40:56.581 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-07T04:40:56.702 INFO:teuthology.orchestra.run.smithi161.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 42 kB/s | 16 kB 00:00 2023-12-07T04:40:56.883 INFO:teuthology.orchestra.run.smithi161.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 56 kB/s | 33 kB 00:00 2023-12-07T04:40:56.897 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-07T04:40:56.919 INFO:teuthology.orchestra.run.smithi161.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 152 kB/s | 81 kB 00:00 2023-12-07T04:40:57.086 INFO:teuthology.orchestra.run.smithi161.stdout:(11/13): python3-websocket-client-0.56.0-5.el8. 368 kB/s | 61 kB 00:00 2023-12-07T04:40:57.107 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-07T04:40:57.111 INFO:teuthology.orchestra.run.smithi161.stdout:(12/13): python3-rsa-4.9-2.el8.noarch.rpm 282 kB/s | 64 kB 00:00 2023-12-07T04:40:57.278 INFO:teuthology.orchestra.run.smithi161.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 2.0 MB/s | 1.2 MB 00:00 2023-12-07T04:40:57.281 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:57.281 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.1 MB/s | 1.9 MB 00:01 2023-12-07T04:40:57.341 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:40:57.357 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:40:57.357 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:40:57.446 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:40:57.449 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:40:58.027 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:40:58.069 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:40:58.071 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:58.071 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:40:58.071 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:58.071 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:40:58.071 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-rook noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 50 k 2023-12-07T04:40:58.071 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:40:58.071 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-07T04:40:58.071 INFO:teuthology.orchestra.run.smithi028.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-07T04:40:58.071 INFO:teuthology.orchestra.run.smithi028.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout:Install 13 Packages 2023-12-07T04:40:58.072 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:40:58.073 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 1.9 M 2023-12-07T04:40:58.073 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 25 M 2023-12-07T04:40:58.073 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:40:58.130 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-07T04:40:58.302 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-07T04:40:58.393 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-07T04:40:58.483 INFO:teuthology.orchestra.run.smithi028.stdout:(1/13): ceph-mgr-rook-19.0.0-64.ge068ebcf.el8.n 273 kB/s | 50 kB 00:00 2023-12-07T04:40:58.516 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-07T04:40:58.523 INFO:teuthology.orchestra.run.smithi028.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 119 kB/s | 27 kB 00:00 2023-12-07T04:40:58.550 INFO:teuthology.orchestra.run.smithi028.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 80 kB/s | 20 kB 00:00 2023-12-07T04:40:58.659 INFO:teuthology.orchestra.run.smithi028.stdout:(4/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 722 kB/s | 126 kB 00:00 2023-12-07T04:40:58.743 INFO:teuthology.orchestra.run.smithi028.stdout:(5/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 803 kB/s | 155 kB 00:00 2023-12-07T04:40:58.768 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-07T04:40:58.776 INFO:teuthology.orchestra.run.smithi028.stdout:(6/13): python3-pyasn1-modules-0.3.7-6.el8.noar 488 kB/s | 110 kB 00:00 2023-12-07T04:40:58.803 INFO:teuthology.orchestra.run.smithi028.stdout:(7/13): python3-requests-oauthlib-1.0.0-1.el8.n 295 kB/s | 43 kB 00:00 2023-12-07T04:40:58.912 INFO:teuthology.orchestra.run.smithi028.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 120 kB/s | 16 kB 00:00 2023-12-07T04:40:58.970 INFO:teuthology.orchestra.run.smithi028.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 145 kB/s | 33 kB 00:00 2023-12-07T04:40:58.980 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-07T04:40:58.996 INFO:teuthology.orchestra.run.smithi028.stdout:(10/13): python3-google-auth-1.1.1-10.el8.noarc 423 kB/s | 81 kB 00:00 2023-12-07T04:40:59.006 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-07T04:40:59.038 INFO:teuthology.orchestra.run.smithi028.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 962 kB/s | 64 kB 00:00 2023-12-07T04:40:59.063 INFO:teuthology.orchestra.run.smithi028.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 922 kB/s | 61 kB 00:00 2023-12-07T04:40:59.151 INFO:teuthology.orchestra.run.smithi028.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 4.9 MB/s | 1.2 MB 00:00 2023-12-07T04:40:59.151 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:40:59.152 INFO:teuthology.orchestra.run.smithi028.stdout:Total 1.8 MB/s | 1.9 MB 00:01 2023-12-07T04:40:59.213 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-07T04:40:59.214 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-07T04:40:59.216 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:40:59.233 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:40:59.233 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:40:59.330 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:40:59.334 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:40:59.386 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T04:40:59.478 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-07T04:40:59.686 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T04:40:59.686 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 1/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-07T04:40:59.687 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-07T04:40:59.828 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-07T04:41:00.070 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-07T04:41:00.119 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:41:00.419 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-07T04:41:00.434 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-07T04:41:00.435 INFO:teuthology.orchestra.run.smithi138.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-07T04:41:00.436 INFO:teuthology.orchestra.run.smithi138.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-07T04:41:00.436 INFO:teuthology.orchestra.run.smithi138.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-07T04:41:00.436 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:00.436 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:00.545 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-mgr-cephadm 2023-12-07T04:41:00.639 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-07T04:41:00.882 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-07T04:41:01.126 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-07T04:41:01.137 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-07T04:41:01.351 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-07T04:41:01.401 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:33 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:01.447 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-07T04:41:01.669 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-07T04:41:01.681 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-07T04:41:01.920 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-07T04:41:01.990 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-07T04:41:02.124 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T04:41:02.301 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-07T04:41:02.409 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T04:41:02.409 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 1/13 2023-12-07T04:41:02.409 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-07T04:41:02.409 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-07T04:41:02.409 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-07T04:41:02.409 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-07T04:41:02.409 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-07T04:41:02.409 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-07T04:41:02.409 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-07T04:41:02.410 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-07T04:41:02.410 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-07T04:41:02.410 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-07T04:41:02.410 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-07T04:41:03.098 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:03.099 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:03.099 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:41:03.099 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:03.099 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:41:03.099 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 133 k 2023-12-07T04:41:03.099 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:41:03.099 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-07T04:41:03.099 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-07T04:41:03.100 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-07T04:41:03.100 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-07T04:41:03.100 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:03.100 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:41:03.100 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:03.100 INFO:teuthology.orchestra.run.smithi138.stdout:Install 5 Packages 2023-12-07T04:41:03.100 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:03.100 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 6.0 M 2023-12-07T04:41:03.101 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 26 M 2023-12-07T04:41:03.101 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:41:03.157 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-07T04:41:03.157 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:03.157 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:41:03.157 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:41:03.157 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-07T04:41:03.157 INFO:teuthology.orchestra.run.smithi161.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-07T04:41:03.157 INFO:teuthology.orchestra.run.smithi161.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-07T04:41:03.157 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-07T04:41:03.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-07T04:41:03.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-07T04:41:03.158 INFO:teuthology.orchestra.run.smithi161.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-07T04:41:03.159 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-07T04:41:03.159 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-07T04:41:03.159 INFO:teuthology.orchestra.run.smithi161.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-07T04:41:03.161 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-07T04:41:03.162 INFO:teuthology.orchestra.run.smithi161.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-07T04:41:03.162 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:03.162 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:03.278 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-mgr-cephadm 2023-12-07T04:41:03.573 INFO:teuthology.orchestra.run.smithi138.stdout:(1/5): ceph-mgr-cephadm-19.0.0-64.ge068ebcf.el8 440 kB/s | 133 kB 00:00 2023-12-07T04:41:03.607 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-07T04:41:03.674 INFO:teuthology.orchestra.run.smithi138.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.3 MB/s | 538 kB 00:00 2023-12-07T04:41:03.883 INFO:teuthology.orchestra.run.smithi138.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 7.8 MB/s | 4.8 MB 00:00 2023-12-07T04:41:03.899 INFO:teuthology.orchestra.run.smithi138.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 268 kB/s | 60 kB 00:00 2023-12-07T04:41:03.917 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-07T04:41:03.974 INFO:teuthology.orchestra.run.smithi138.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 1.2 MB/s | 476 kB 00:00 2023-12-07T04:41:03.977 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:03.977 INFO:teuthology.orchestra.run.smithi138.stdout:Total 6.8 MB/s | 6.0 MB 00:00 2023-12-07T04:41:04.027 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:41:04.039 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:41:04.039 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:41:04.141 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:26 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:04.143 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:41:04.146 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:41:04.250 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-07T04:41:04.408 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:41:04.472 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-07T04:41:04.658 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T04:41:04.715 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-07T04:41:04.990 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 13/13 2023-12-07T04:41:04.990 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 1/13 2023-12-07T04:41:04.990 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-07T04:41:04.990 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-07T04:41:04.990 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-07T04:41:04.990 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-07T04:41:04.990 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-07T04:41:04.990 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-07T04:41:04.991 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-07T04:41:04.991 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-07T04:41:04.991 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-07T04:41:04.991 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-07T04:41:04.991 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-07T04:41:05.688 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-07T04:41:05.815 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-07T04:41:05.815 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:05.815 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:41:05.815 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-rook-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:41:05.815 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:05.816 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 133 k 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-07T04:41:05.817 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-07T04:41:05.818 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:05.818 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:41:05.818 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:05.818 INFO:teuthology.orchestra.run.smithi161.stdout:Install 5 Packages 2023-12-07T04:41:05.818 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:05.818 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 6.0 M 2023-12-07T04:41:05.818 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 26 M 2023-12-07T04:41:05.819 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:41:05.956 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-mgr-cephadm 2023-12-07T04:41:06.030 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-07T04:41:06.329 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-07T04:41:06.539 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T04:41:06.585 INFO:teuthology.orchestra.run.smithi161.stdout:(1/5): ceph-mgr-cephadm-19.0.0-64.ge068ebcf.el8 314 kB/s | 133 kB 00:00 2023-12-07T04:41:06.744 INFO:teuthology.orchestra.run.smithi161.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 926 kB/s | 538 kB 00:00 2023-12-07T04:41:06.821 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T04:41:06.821 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/5 2023-12-07T04:41:06.821 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-07T04:41:06.821 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-07T04:41:06.821 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-07T04:41:06.953 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:28 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:07.145 INFO:teuthology.orchestra.run.smithi161.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 4.9 MB/s | 4.8 MB 00:00 2023-12-07T04:41:07.170 INFO:teuthology.orchestra.run.smithi161.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 141 kB/s | 60 kB 00:00 2023-12-07T04:41:07.249 INFO:teuthology.orchestra.run.smithi161.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 718 kB/s | 476 kB 00:00 2023-12-07T04:41:07.250 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:07.251 INFO:teuthology.orchestra.run.smithi161.stdout:Total 4.2 MB/s | 6.0 MB 00:01 2023-12-07T04:41:07.303 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:41:07.314 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:41:07.314 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:41:07.411 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:41:07.414 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:41:07.521 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-07T04:41:07.521 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:07.521 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:41:07.521 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:41:07.521 INFO:teuthology.orchestra.run.smithi138.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-07T04:41:07.522 INFO:teuthology.orchestra.run.smithi138.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-07T04:41:07.522 INFO:teuthology.orchestra.run.smithi138.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-07T04:41:07.522 INFO:teuthology.orchestra.run.smithi138.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-07T04:41:07.522 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:07.522 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:07.649 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-fuse 2023-12-07T04:41:07.710 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:41:08.081 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-07T04:41:08.511 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:40 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:08.824 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:08.825 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:08.825 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:41:08.825 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:08.825 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:41:08.825 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-cephadm noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 133 k 2023-12-07T04:41:08.825 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:41:08.825 INFO:teuthology.orchestra.run.smithi028.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-07T04:41:08.826 INFO:teuthology.orchestra.run.smithi028.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-07T04:41:08.826 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-07T04:41:08.826 INFO:teuthology.orchestra.run.smithi028.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-07T04:41:08.826 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:08.826 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:41:08.826 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:08.826 INFO:teuthology.orchestra.run.smithi028.stdout:Install 5 Packages 2023-12-07T04:41:08.826 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:08.827 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 6.0 M 2023-12-07T04:41:08.827 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 26 M 2023-12-07T04:41:08.827 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:41:09.080 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-07T04:41:09.461 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-07T04:41:09.495 INFO:teuthology.orchestra.run.smithi028.stdout:(1/5): ceph-mgr-cephadm-19.0.0-64.ge068ebcf.el8 454 kB/s | 133 kB 00:00 2023-12-07T04:41:09.662 INFO:teuthology.orchestra.run.smithi028.stdout:(2/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 1.1 MB/s | 538 kB 00:00 2023-12-07T04:41:09.763 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-07T04:41:09.910 INFO:teuthology.orchestra.run.smithi028.stdout:(3/5): python3-babel-2.5.1-7.el8.noarch.rpm 6.8 MB/s | 4.8 MB 00:00 2023-12-07T04:41:10.017 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T04:41:10.195 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:10.195 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 922 k 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout:Installing dependencies: 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout:Install 2 Packages 2023-12-07T04:41:10.196 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:10.197 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 1.0 M 2023-12-07T04:41:10.197 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 3.2 M 2023-12-07T04:41:10.197 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:41:10.263 INFO:teuthology.orchestra.run.smithi028.stdout:(4/5): python3-natsort-7.1.1-2.el8.noarch.rpm 100 kB/s | 60 kB 00:00 2023-12-07T04:41:10.341 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T04:41:10.341 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/5 2023-12-07T04:41:10.341 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-07T04:41:10.341 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-07T04:41:10.342 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-07T04:41:10.366 INFO:teuthology.orchestra.run.smithi138.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 641 kB/s | 83 kB 00:00 2023-12-07T04:41:10.429 INFO:teuthology.orchestra.run.smithi028.stdout:(5/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 510 kB/s | 476 kB 00:00 2023-12-07T04:41:10.431 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:10.432 INFO:teuthology.orchestra.run.smithi028.stdout:Total 3.7 MB/s | 6.0 MB 00:01 2023-12-07T04:41:10.489 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:41:10.502 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:41:10.502 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:41:10.623 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:41:10.627 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:41:10.658 INFO:teuthology.orchestra.run.smithi138.stdout:(2/2): ceph-fuse-19.0.0-64.ge068ebcf.el8.x86_64 2.1 MB/s | 922 kB 00:00 2023-12-07T04:41:10.659 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:10.659 INFO:teuthology.orchestra.run.smithi138.stdout:Total 2.1 MB/s | 1.0 MB 00:00 2023-12-07T04:41:10.670 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:41:10.691 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:41:10.691 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:41:10.779 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:41:10.782 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:41:10.950 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:41:10.971 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:41:11.071 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-07T04:41:11.071 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:11.071 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:41:11.071 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:41:11.071 INFO:teuthology.orchestra.run.smithi161.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-07T04:41:11.071 INFO:teuthology.orchestra.run.smithi161.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-07T04:41:11.071 INFO:teuthology.orchestra.run.smithi161.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-07T04:41:11.072 INFO:teuthology.orchestra.run.smithi161.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-07T04:41:11.072 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:11.072 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:11.246 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-07T04:41:11.250 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-fuse 2023-12-07T04:41:11.342 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-07T04:41:11.442 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T04:41:11.832 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T04:41:11.832 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/2 2023-12-07T04:41:12.113 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:34 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:12.432 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-07T04:41:12.544 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-07T04:41:12.544 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:12.545 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:41:12.545 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-07T04:41:12.545 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:12.545 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:12.781 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install ceph-volume 2023-12-07T04:41:12.830 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-07T04:41:13.129 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-07T04:41:13.405 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T04:41:13.645 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:45 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:13.744 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 5/5 2023-12-07T04:41:13.744 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 1/5 2023-12-07T04:41:13.744 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-07T04:41:13.744 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-07T04:41:13.744 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-07T04:41:13.818 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:13.818 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:13.818 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:41:13.818 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 922 k 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout:Install 2 Packages 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 1.0 M 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 3.2 M 2023-12-07T04:41:13.819 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:41:14.287 INFO:teuthology.orchestra.run.smithi161.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 504 kB/s | 83 kB 00:00 2023-12-07T04:41:14.565 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-07T04:41:14.566 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:14.566 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:41:14.566 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-cephadm-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:41:14.566 INFO:teuthology.orchestra.run.smithi028.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-07T04:41:14.566 INFO:teuthology.orchestra.run.smithi028.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-07T04:41:14.566 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-07T04:41:14.566 INFO:teuthology.orchestra.run.smithi028.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-07T04:41:14.566 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:14.566 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:14.570 INFO:teuthology.orchestra.run.smithi161.stdout:(2/2): ceph-fuse-19.0.0-64.ge068ebcf.el8.x86_64 2.0 MB/s | 922 kB 00:00 2023-12-07T04:41:14.571 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:14.571 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.3 MB/s | 1.0 MB 00:00 2023-12-07T04:41:14.582 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:41:14.604 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:41:14.604 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:41:14.692 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:41:14.695 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:41:14.766 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-fuse 2023-12-07T04:41:14.905 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:41:15.201 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-07T04:41:15.320 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:15.320 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:15.320 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repository Size 2023-12-07T04:41:15.320 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:15.321 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:41:15.321 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 262 k 2023-12-07T04:41:15.321 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:15.321 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:41:15.321 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:15.321 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-07T04:41:15.321 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:15.322 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 262 k 2023-12-07T04:41:15.322 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 1.3 M 2023-12-07T04:41:15.322 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:41:15.422 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T04:41:15.657 INFO:teuthology.orchestra.run.smithi138.stdout:ceph-volume-19.0.0-64.ge068ebcf.el8.noarch.rpm 787 kB/s | 262 kB 00:00 2023-12-07T04:41:15.658 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:15.658 INFO:teuthology.orchestra.run.smithi138.stdout:Total 784 kB/s | 262 kB 00:00 2023-12-07T04:41:15.658 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:41:15.665 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:41:15.665 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:41:15.709 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:41:15.712 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:41:15.763 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:37 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:15.794 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T04:41:15.794 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/2 2023-12-07T04:41:15.888 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:41:16.142 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:41:16.529 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-07T04:41:16.529 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:16.529 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:41:16.529 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-07T04:41:16.529 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:16.529 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:16.559 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:41:17.250 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:41:17.250 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:17.250 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:41:17.250 INFO:teuthology.orchestra.run.smithi138.stdout: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:41:17.250 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:17.250 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:17.455 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-volume 2023-12-07T04:41:17.466 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados-devel 2023-12-07T04:41:17.620 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 922 k 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout:Install 2 Packages 2023-12-07T04:41:17.621 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:17.622 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 1.0 M 2023-12-07T04:41:17.622 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 3.2 M 2023-12-07T04:41:17.622 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:41:17.796 INFO:teuthology.orchestra.run.smithi028.stdout:(1/2): fuse-2.9.7-17.el8.x86_64.rpm 646 kB/s | 83 kB 00:00 2023-12-07T04:41:18.313 INFO:teuthology.orchestra.run.smithi028.stdout:(2/2): ceph-fuse-19.0.0-64.ge068ebcf.el8.x86_64 1.4 MB/s | 922 kB 00:00 2023-12-07T04:41:18.313 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:18.314 INFO:teuthology.orchestra.run.smithi028.stdout:Total 1.4 MB/s | 1.0 MB 00:00 2023-12-07T04:41:18.322 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:40 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:18.327 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:41:18.338 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:50 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:18.353 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:41:18.353 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:41:18.454 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:41:18.457 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:41:18.651 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:41:18.987 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-07T04:41:19.216 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T04:41:19.693 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2/2 2023-12-07T04:41:19.693 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/2 2023-12-07T04:41:19.976 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:19.977 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:19.977 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-07T04:41:19.977 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:19.977 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:41:19.977 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 262 k 2023-12-07T04:41:19.977 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:19.977 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:41:19.977 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:19.977 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-07T04:41:19.978 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:19.978 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 262 k 2023-12-07T04:41:19.978 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 1.3 M 2023-12-07T04:41:19.978 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:41:20.018 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 139 k 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-07T04:41:20.019 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:20.020 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 139 k 2023-12-07T04:41:20.020 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 513 k 2023-12-07T04:41:20.020 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:41:20.198 INFO:teuthology.orchestra.run.smithi161.stdout:ceph-volume-19.0.0-64.ge068ebcf.el8.noarch.rpm 1.2 MB/s | 262 kB 00:00 2023-12-07T04:41:20.199 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:20.199 INFO:teuthology.orchestra.run.smithi161.stdout:Total 1.2 MB/s | 262 kB 00:00 2023-12-07T04:41:20.199 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:41:20.209 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:41:20.210 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:41:20.247 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:41:20.250 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:41:20.434 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:41:20.688 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:41:21.078 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-07T04:41:21.079 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:21.079 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:41:21.079 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-07T04:41:21.079 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:21.079 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:21.091 INFO:teuthology.orchestra.run.smithi138.stdout:librados-devel-19.0.0-64.ge068ebcf.el8.x86_64.r 130 kB/s | 139 kB 00:01 2023-12-07T04:41:21.092 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:21.092 INFO:teuthology.orchestra.run.smithi138.stdout:Total 129 kB/s | 139 kB 00:01 2023-12-07T04:41:21.093 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:41:21.099 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:41:21.099 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:41:21.107 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:41:21.156 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:41:21.159 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:41:21.333 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-volume 2023-12-07T04:41:21.503 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:41:21.754 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:21.843 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:41:21.843 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:21.843 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:41:21.843 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:41:21.843 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:21.843 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:22.061 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados-devel 2023-12-07T04:41:22.062 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:22.327 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:44 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:22.731 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:22.732 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:22.732 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:41:22.732 INFO:teuthology.orchestra.run.smithi138.stdout: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:22.732 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:22.732 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:22.931 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:44 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:22.944 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs2 2023-12-07T04:41:23.804 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:55 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:24.210 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:24.211 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:24.211 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-07T04:41:24.211 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:24.211 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:41:24.211 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-volume noarch 2:19.0.0-64.ge068ebcf.el8 ceph-noarch 262 k 2023-12-07T04:41:24.211 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:24.212 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:41:24.212 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:24.212 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2023-12-07T04:41:24.212 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:24.212 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 262 k 2023-12-07T04:41:24.212 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 1.3 M 2023-12-07T04:41:24.212 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:41:24.576 INFO:teuthology.orchestra.run.smithi028.stdout:ceph-volume-19.0.0-64.ge068ebcf.el8.noarch.rpm 721 kB/s | 262 kB 00:00 2023-12-07T04:41:24.576 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:24.577 INFO:teuthology.orchestra.run.smithi028.stdout:Total 718 kB/s | 262 kB 00:00 2023-12-07T04:41:24.577 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:41:24.589 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:41:24.590 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:41:24.612 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:24.612 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:24.612 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2023-12-07T04:41:24.612 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:24.613 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:41:24.613 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 139 k 2023-12-07T04:41:24.613 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:24.613 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:41:24.613 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:24.613 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-07T04:41:24.613 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:24.613 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 139 k 2023-12-07T04:41:24.614 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 513 k 2023-12-07T04:41:24.614 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:41:24.634 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:41:24.637 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:41:24.805 INFO:teuthology.orchestra.run.smithi161.stdout:librados-devel-19.0.0-64.ge068ebcf.el8.x86_64.r 728 kB/s | 139 kB 00:00 2023-12-07T04:41:24.805 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:24.806 INFO:teuthology.orchestra.run.smithi161.stdout:Total 723 kB/s | 139 kB 00:00 2023-12-07T04:41:24.806 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:41:24.811 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:41:24.811 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:41:24.858 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:41:24.861 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:41:24.864 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:41:24.980 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:41:25.164 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:41:25.261 INFO:teuthology.orchestra.run.smithi138.stdout:Package libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:25.297 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:25.485 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:25.486 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-07T04:41:25.486 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:25.582 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install libcephfs-devel 2023-12-07T04:41:25.616 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:25.652 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:41:26.368 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:26.368 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:26.368 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:41:26.368 INFO:teuthology.orchestra.run.smithi161.stdout: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:26.368 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:26.368 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:26.440 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:02:58 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:26.601 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs2 2023-12-07T04:41:26.969 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 1/1 2023-12-07T04:41:26.970 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:26.970 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:41:26.970 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-volume-2:19.0.0-64.ge068ebcf.el8.noarch 2023-12-07T04:41:26.970 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:26.970 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:27.231 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install librados-devel 2023-12-07T04:41:27.463 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:49 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:28.150 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:28.151 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:28.151 INFO:teuthology.orchestra.run.smithi138.stdout: Package Arch Version Repo Size 2023-12-07T04:41:28.151 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:28.151 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:41:28.151 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 31 k 2023-12-07T04:41:28.151 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:28.151 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:41:28.151 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:28.152 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-07T04:41:28.152 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:28.152 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 31 k 2023-12-07T04:41:28.152 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 140 k 2023-12-07T04:41:28.152 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:41:28.248 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:50 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:28.382 INFO:teuthology.orchestra.run.smithi138.stdout:libcephfs-devel-19.0.0-64.ge068ebcf.el8.x86_64. 135 kB/s | 31 kB 00:00 2023-12-07T04:41:28.383 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:28.383 INFO:teuthology.orchestra.run.smithi138.stdout:Total 134 kB/s | 31 kB 00:00 2023-12-07T04:41:28.383 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:41:28.386 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:41:28.387 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:41:28.414 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:41:28.417 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:41:28.477 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:41:28.676 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:28.928 INFO:teuthology.orchestra.run.smithi161.stdout:Package libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:28.938 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:29.156 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:29.158 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-07T04:41:29.158 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:29.273 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install libcephfs-devel 2023-12-07T04:41:29.588 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:29.588 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:29.588 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:41:29.589 INFO:teuthology.orchestra.run.smithi138.stdout: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:29.589 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:29.589 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:29.707 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librados2 2023-12-07T04:41:30.121 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:30.122 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:30.122 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repo Size 2023-12-07T04:41:30.122 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout: librados-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 139 k 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 139 k 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 513 k 2023-12-07T04:41:30.123 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:41:30.132 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:52 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:30.345 INFO:teuthology.orchestra.run.smithi028.stdout:librados-devel-19.0.0-64.ge068ebcf.el8.x86_64.r 630 kB/s | 139 kB 00:00 2023-12-07T04:41:30.345 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:30.346 INFO:teuthology.orchestra.run.smithi028.stdout:Total 624 kB/s | 139 kB 00:00 2023-12-07T04:41:30.346 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:41:30.352 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:41:30.352 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:41:30.411 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:41:30.414 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:41:30.538 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:41:30.574 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:02 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:30.925 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:31.267 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:31.812 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:31.812 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:31.812 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repo Size 2023-12-07T04:41:31.812 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:31.812 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:41:31.812 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 31 k 2023-12-07T04:41:31.812 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:31.812 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:41:31.813 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:31.813 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-07T04:41:31.813 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:31.813 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 31 k 2023-12-07T04:41:31.813 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 140 k 2023-12-07T04:41:31.813 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:41:32.031 INFO:teuthology.orchestra.run.smithi138.stdout:Package librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:32.033 INFO:teuthology.orchestra.run.smithi161.stdout:libcephfs-devel-19.0.0-64.ge068ebcf.el8.x86_64. 141 kB/s | 31 kB 00:00 2023-12-07T04:41:32.033 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:32.034 INFO:teuthology.orchestra.run.smithi161.stdout:Total 140 kB/s | 31 kB 00:00 2023-12-07T04:41:32.034 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:41:32.038 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:41:32.038 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:41:32.042 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:32.042 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:32.042 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:41:32.043 INFO:teuthology.orchestra.run.smithi028.stdout: librados-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:32.043 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:32.043 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:32.062 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:41:32.065 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:41:32.154 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:41:32.263 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:32.264 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-07T04:41:32.264 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:32.351 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:32.355 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install librbd1 2023-12-07T04:41:32.413 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install libcephfs2 2023-12-07T04:41:32.641 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:33.222 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:05 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:33.326 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:33.326 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:33.326 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:41:33.326 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:33.326 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:33.326 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:33.403 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:55 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:33.456 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librados2 2023-12-07T04:41:34.347 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:56 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:34.671 INFO:teuthology.orchestra.run.smithi138.stdout:Package librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:34.901 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:34.902 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-07T04:41:34.902 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:35.007 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rados 2023-12-07T04:41:35.018 INFO:teuthology.orchestra.run.smithi028.stdout:Package libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:35.269 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:35.270 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-07T04:41:35.270 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:35.376 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install libcephfs-devel 2023-12-07T04:41:35.820 INFO:teuthology.orchestra.run.smithi161.stdout:Package librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:35.874 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:07 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:36.048 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:36.049 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-07T04:41:36.049 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:36.157 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install librbd1 2023-12-07T04:41:36.371 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:58 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:37.019 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:02:59 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:37.317 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:37.543 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:37.545 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-07T04:41:37.545 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:37.813 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rgw 2023-12-07T04:41:38.236 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:38.237 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:38.237 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repo Size 2023-12-07T04:41:38.237 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:38.237 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:41:38.237 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs-devel x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 31 k 2023-12-07T04:41:38.237 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:38.237 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:41:38.238 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:41:38.238 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2023-12-07T04:41:38.238 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:38.238 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 31 k 2023-12-07T04:41:38.238 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 140 k 2023-12-07T04:41:38.238 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:41:38.387 INFO:teuthology.orchestra.run.smithi028.stdout:libcephfs-devel-19.0.0-64.ge068ebcf.el8.x86_64. 208 kB/s | 31 kB 00:00 2023-12-07T04:41:38.388 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:38.388 INFO:teuthology.orchestra.run.smithi028.stdout:Total 206 kB/s | 31 kB 00:00 2023-12-07T04:41:38.389 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:41:38.393 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:41:38.393 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:41:38.422 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:41:38.426 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:41:38.471 INFO:teuthology.orchestra.run.smithi161.stdout:Package librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:38.524 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:41:38.673 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:10 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:38.695 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:38.697 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-07T04:41:38.697 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:38.745 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:38.807 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rados 2023-12-07T04:41:39.043 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:39.667 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:03:01 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:39.914 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:39.914 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:39.914 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:41:39.914 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs-devel-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:39.914 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:41:39.914 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:40.041 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install librados2 2023-12-07T04:41:40.135 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:40.359 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:40.360 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-07T04:41:40.361 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:40.464 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-cephfs 2023-12-07T04:41:41.046 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:03:03 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:41.109 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:41.329 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:13 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:41.331 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:41.332 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-07T04:41:41.332 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:41.438 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rgw 2023-12-07T04:41:42.296 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:03:04 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:42.681 INFO:teuthology.orchestra.run.smithi028.stdout:Package librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:42.764 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:42.934 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:42.936 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-07T04:41:42.936 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:42.988 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:42.989 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-07T04:41:42.989 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:43.043 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install librbd1 2023-12-07T04:41:43.178 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install python3-rbd 2023-12-07T04:41:43.762 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:43.985 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:43.986 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-07T04:41:43.986 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:44.038 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:16 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:44.046 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:03:06 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:44.101 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-cephfs 2023-12-07T04:41:44.970 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:03:06 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:45.485 INFO:teuthology.orchestra.run.smithi138.stdout:Package python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:45.663 INFO:teuthology.orchestra.run.smithi028.stdout:Package librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:45.707 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:45.708 INFO:teuthology.orchestra.run.smithi138.stdout:Nothing to do. 2023-12-07T04:41:45.708 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:45.806 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-fuse 2023-12-07T04:41:45.918 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:45.920 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-07T04:41:45.920 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:46.066 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-rados 2023-12-07T04:41:46.413 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:46.638 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:46.639 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-07T04:41:46.639 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:46.666 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:18 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:46.754 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install python3-rbd 2023-12-07T04:41:47.064 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:03:09 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:47.616 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:03:09 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:48.335 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:48.335 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:48.335 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-12-07T04:41:48.335 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:48.335 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:41:48.335 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 94 k 2023-12-07T04:41:48.335 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:48.335 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:41:48.336 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:48.336 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-07T04:41:48.336 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:48.336 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 94 k 2023-12-07T04:41:48.336 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 280 k 2023-12-07T04:41:48.336 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:41:48.638 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-fuse-19.0.0-64.ge068ebcf.el8.x86_64.rpm 311 kB/s | 94 kB 00:00 2023-12-07T04:41:48.639 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:48.639 INFO:teuthology.orchestra.run.smithi138.stdout:Total 309 kB/s | 94 kB 00:00 2023-12-07T04:41:48.639 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:41:48.649 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:41:48.649 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:41:48.699 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:41:48.701 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:41:48.709 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:48.800 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:41:48.964 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:48.965 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-07T04:41:48.965 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:49.027 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:49.070 INFO:teuthology.orchestra.run.smithi161.stdout:Package python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:49.085 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-rgw 2023-12-07T04:41:49.295 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:49.296 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-07T04:41:49.297 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:49.314 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:49.393 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-fuse 2023-12-07T04:41:49.999 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:49.999 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:50.000 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:41:50.000 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:50.000 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:50.000 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:50.080 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:03:12 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:50.224 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-mirror 2023-12-07T04:41:50.255 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:03:12 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:51.090 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:23 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:51.710 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:51.927 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 94 k 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-07T04:41:51.928 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:51.929 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 94 k 2023-12-07T04:41:51.929 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 280 k 2023-12-07T04:41:51.929 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:41:51.959 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:51.961 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-07T04:41:51.961 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:52.102 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-cephfs 2023-12-07T04:41:52.348 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-fuse-19.0.0-64.ge068ebcf.el8.x86_64.rpm 224 kB/s | 94 kB 00:00 2023-12-07T04:41:52.348 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:52.348 INFO:teuthology.orchestra.run.smithi161.stdout:Total 223 kB/s | 94 kB 00:00 2023-12-07T04:41:52.349 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:41:52.359 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:41:52.360 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:41:52.410 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:41:52.413 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:41:52.519 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:41:52.765 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:52.777 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:41:52.778 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:52.778 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-12-07T04:41:52.778 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.6 M 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 3.6 M 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 17 M 2023-12-07T04:41:52.779 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:41:53.054 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:53.093 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:03:15 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:53.750 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:53.753 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:53.753 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:41:53.753 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:53.753 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:53.753 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:54.013 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-mirror 2023-12-07T04:41:54.716 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:54.885 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:03:16 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:54.963 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:54.965 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-07T04:41:54.965 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:55.069 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install python3-rbd 2023-12-07T04:41:55.459 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-mirror-19.0.0-64.ge068ebcf.el8.x86_64.rpm 1.3 MB/s | 3.6 MB 00:02 2023-12-07T04:41:55.459 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:55.459 INFO:teuthology.orchestra.run.smithi138.stdout:Total 1.3 MB/s | 3.6 MB 00:02 2023-12-07T04:41:55.459 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:41:55.473 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:41:55.473 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:41:55.542 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:41:55.545 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:41:56.001 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:41:56.065 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:03:18 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:56.206 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:56.561 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:41:56.561 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:56.561 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-07T04:41:56.562 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:56.562 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:41:56.562 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.6 M 2023-12-07T04:41:56.562 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:56.562 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:41:56.562 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:41:56.562 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-07T04:41:56.562 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:56.563 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 3.6 M 2023-12-07T04:41:56.563 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 17 M 2023-12-07T04:41:56.563 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:41:56.621 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:57.323 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:57.324 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:57.324 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:41:57.324 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:57.324 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:41:57.324 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:41:57.375 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-mirror-19.0.0-64.ge068ebcf.el8.x86_64.rpm 4.4 MB/s | 3.6 MB 00:00 2023-12-07T04:41:57.375 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:41:57.376 INFO:teuthology.orchestra.run.smithi161.stdout:Total 4.4 MB/s | 3.6 MB 00:00 2023-12-07T04:41:57.376 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:41:57.389 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:41:57.389 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:41:57.454 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:41:57.457 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:41:57.509 DEBUG:teuthology.orchestra.run.smithi138:> sudo yum -y install rbd-nbd 2023-12-07T04:41:57.687 INFO:teuthology.orchestra.run.smithi028.stdout:Package python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 is already installed. 2023-12-07T04:41:57.919 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:41:57.938 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:41:57.940 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-07T04:41:57.940 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:41:58.046 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install rbd-fuse 2023-12-07T04:41:58.132 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:58.369 INFO:teuthology.orchestra.run.smithi138.stdout:Last metadata expiration check: 0:03:30 ago on Thu 07 Dec 2023 04:38:28 AM UTC. 2023-12-07T04:41:58.580 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:59.046 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:03:21 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:41:59.267 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:41:59.267 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:59.268 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:41:59.268 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:41:59.268 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:41:59.268 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:41:59.486 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install rbd-nbd 2023-12-07T04:42:00.044 INFO:teuthology.orchestra.run.smithi138.stdout:Dependencies resolved. 2023-12-07T04:42:00.044 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:42:00.044 INFO:teuthology.orchestra.run.smithi138.stdout: Package Architecture Version Repository Size 2023-12-07T04:42:00.044 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:42:00.044 INFO:teuthology.orchestra.run.smithi138.stdout:Installing: 2023-12-07T04:42:00.044 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 181 k 2023-12-07T04:42:00.045 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:42:00.045 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction Summary 2023-12-07T04:42:00.045 INFO:teuthology.orchestra.run.smithi138.stdout:================================================================================ 2023-12-07T04:42:00.045 INFO:teuthology.orchestra.run.smithi138.stdout:Install 1 Package 2023-12-07T04:42:00.045 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:42:00.045 INFO:teuthology.orchestra.run.smithi138.stdout:Total download size: 181 k 2023-12-07T04:42:00.045 INFO:teuthology.orchestra.run.smithi138.stdout:Installed size: 573 k 2023-12-07T04:42:00.045 INFO:teuthology.orchestra.run.smithi138.stdout:Downloading Packages: 2023-12-07T04:42:00.349 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:03:22 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:42:00.435 INFO:teuthology.orchestra.run.smithi138.stdout:rbd-nbd-19.0.0-64.ge068ebcf.el8.x86_64.rpm 464 kB/s | 181 kB 00:00 2023-12-07T04:42:00.436 INFO:teuthology.orchestra.run.smithi138.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:42:00.436 INFO:teuthology.orchestra.run.smithi138.stdout:Total 463 kB/s | 181 kB 00:00 2023-12-07T04:42:00.436 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction check 2023-12-07T04:42:00.448 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction check succeeded. 2023-12-07T04:42:00.448 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction test 2023-12-07T04:42:00.498 INFO:teuthology.orchestra.run.smithi138.stdout:Transaction test succeeded. 2023-12-07T04:42:00.501 INFO:teuthology.orchestra.run.smithi138.stdout:Running transaction 2023-12-07T04:42:00.617 INFO:teuthology.orchestra.run.smithi138.stdout: Preparing : 1/1 2023-12-07T04:42:00.836 INFO:teuthology.orchestra.run.smithi138.stdout: Installing : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:00.922 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:42:00.922 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:42:00.922 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2023-12-07T04:42:00.922 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:42:00.922 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:42:00.922 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-fuse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 94 k 2023-12-07T04:42:00.922 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:00.922 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:42:00.922 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:42:00.923 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2023-12-07T04:42:00.923 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:00.923 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 94 k 2023-12-07T04:42:00.923 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 280 k 2023-12-07T04:42:00.923 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:42:01.124 INFO:teuthology.orchestra.run.smithi138.stdout: Running scriptlet: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:01.225 INFO:teuthology.orchestra.run.smithi028.stdout:rbd-fuse-19.0.0-64.ge068ebcf.el8.x86_64.rpm 309 kB/s | 94 kB 00:00 2023-12-07T04:42:01.225 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:42:01.226 INFO:teuthology.orchestra.run.smithi028.stdout:Total 308 kB/s | 94 kB 00:00 2023-12-07T04:42:01.226 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:42:01.239 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:42:01.239 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:42:01.300 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:42:01.303 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:42:01.423 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:42:01.634 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:01.834 INFO:teuthology.orchestra.run.smithi138.stdout: Verifying : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:01.835 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:42:01.835 INFO:teuthology.orchestra.run.smithi138.stdout:Installed: 2023-12-07T04:42:01.835 INFO:teuthology.orchestra.run.smithi138.stdout: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:42:01.835 INFO:teuthology.orchestra.run.smithi138.stdout: 2023-12-07T04:42:01.835 INFO:teuthology.orchestra.run.smithi138.stdout:Complete! 2023-12-07T04:42:01.963 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:02.037 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-07T04:42:02.039 DEBUG:teuthology.parallel:result is None 2023-12-07T04:42:02.040 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:42:02.040 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-07T04:42:02.040 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:42:02.040 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-07T04:42:02.040 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 181 k 2023-12-07T04:42:02.040 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:42:02.040 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-07T04:42:02.041 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-07T04:42:02.041 INFO:teuthology.orchestra.run.smithi161.stdout:Install 1 Package 2023-12-07T04:42:02.041 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:42:02.041 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 181 k 2023-12-07T04:42:02.041 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 573 k 2023-12-07T04:42:02.041 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-07T04:42:02.243 INFO:teuthology.orchestra.run.smithi161.stdout:rbd-nbd-19.0.0-64.ge068ebcf.el8.x86_64.rpm 887 kB/s | 181 kB 00:00 2023-12-07T04:42:02.244 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:42:02.244 INFO:teuthology.orchestra.run.smithi161.stdout:Total 882 kB/s | 181 kB 00:00 2023-12-07T04:42:02.244 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-07T04:42:02.255 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-07T04:42:02.256 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-07T04:42:02.304 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-07T04:42:02.307 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-07T04:42:02.460 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-07T04:42:02.693 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:02.760 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:02.760 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:02.760 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:42:02.761 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-fuse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:42:02.761 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:02.761 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:42:02.981 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:03.032 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install rbd-mirror 2023-12-07T04:42:03.658 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:03.658 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:42:03.658 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-07T04:42:03.658 INFO:teuthology.orchestra.run.smithi161.stdout: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:42:03.658 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:42:03.658 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-07T04:42:03.885 DEBUG:teuthology.parallel:result is None 2023-12-07T04:42:04.037 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:03:26 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:42:05.897 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:42:05.898 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:42:05.898 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2023-12-07T04:42:05.898 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:42:05.898 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:42:05.899 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-mirror x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.6 M 2023-12-07T04:42:05.899 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:05.899 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:42:05.899 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:42:05.899 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2023-12-07T04:42:05.899 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:05.899 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 3.6 M 2023-12-07T04:42:05.899 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 17 M 2023-12-07T04:42:05.899 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:42:07.184 INFO:teuthology.orchestra.run.smithi028.stdout:rbd-mirror-19.0.0-64.ge068ebcf.el8.x86_64.rpm 2.8 MB/s | 3.6 MB 00:01 2023-12-07T04:42:07.185 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:42:07.186 INFO:teuthology.orchestra.run.smithi028.stdout:Total 2.8 MB/s | 3.6 MB 00:01 2023-12-07T04:42:07.186 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:42:07.202 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:42:07.202 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:42:07.278 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:42:07.281 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:42:07.805 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:42:08.025 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:08.533 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:09.297 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:09.297 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:09.297 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:42:09.297 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-mirror-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:42:09.297 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:09.297 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:42:09.549 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install rbd-nbd 2023-12-07T04:42:10.543 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:03:32 ago on Thu 07 Dec 2023 04:38:38 AM UTC. 2023-12-07T04:42:12.405 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-07T04:42:12.405 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:42:12.405 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2023-12-07T04:42:12.405 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:42:12.405 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-07T04:42:12.405 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-nbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 181 k 2023-12-07T04:42:12.406 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:12.406 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-07T04:42:12.406 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-07T04:42:12.406 INFO:teuthology.orchestra.run.smithi028.stdout:Install 1 Package 2023-12-07T04:42:12.406 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:12.407 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 181 k 2023-12-07T04:42:12.407 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 573 k 2023-12-07T04:42:12.407 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-07T04:42:12.704 INFO:teuthology.orchestra.run.smithi028.stdout:rbd-nbd-19.0.0-64.ge068ebcf.el8.x86_64.rpm 610 kB/s | 181 kB 00:00 2023-12-07T04:42:12.704 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:42:12.704 INFO:teuthology.orchestra.run.smithi028.stdout:Total 606 kB/s | 181 kB 00:00 2023-12-07T04:42:12.705 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-07T04:42:12.720 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-07T04:42:12.720 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-07T04:42:12.781 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-07T04:42:12.784 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-07T04:42:12.931 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-07T04:42:13.197 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:13.531 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:14.299 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 1/1 2023-12-07T04:42:14.299 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:14.299 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-07T04:42:14.299 INFO:teuthology.orchestra.run.smithi028.stdout: rbd-nbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T04:42:14.299 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:42:14.299 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-07T04:42:14.507 DEBUG:teuthology.parallel:result is None 2023-12-07T04:42:14.508 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-07T04:42:14.651 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-07T04:42:14.681 INFO:teuthology.orchestra.run.smithi028.stdout:19.0.0-64.ge068ebcf.el8 2023-12-07T04:42:14.682 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64.ge068ebcf.el8 2023-12-07T04:42:14.682 INFO:teuthology.task.install:The correct ceph version 19.0.0-64.ge068ebcf is installed. 2023-12-07T04:42:14.682 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-07T04:42:14.899 DEBUG:teuthology.orchestra.run.smithi138:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-07T04:42:14.927 INFO:teuthology.orchestra.run.smithi138.stdout:19.0.0-64.ge068ebcf.el8 2023-12-07T04:42:14.927 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64.ge068ebcf.el8 2023-12-07T04:42:14.927 INFO:teuthology.task.install:The correct ceph version 19.0.0-64.ge068ebcf is installed. 2023-12-07T04:42:14.927 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-07T04:42:15.072 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-07T04:42:15.100 INFO:teuthology.orchestra.run.smithi161.stdout:19.0.0-64.ge068ebcf.el8 2023-12-07T04:42:15.100 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-64.ge068ebcf.el8 2023-12-07T04:42:15.100 INFO:teuthology.task.install:The correct ceph version 19.0.0-64.ge068ebcf is installed. 2023-12-07T04:42:15.101 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-07T04:42:15.101 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:42:15.101 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T04:42:15.138 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:42:15.138 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T04:42:15.172 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:42:15.172 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-07T04:42:15.204 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-07T04:42:15.204 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:42:15.205 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T04:42:15.238 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T04:42:15.313 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:42:15.313 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T04:42:15.345 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T04:42:15.416 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:42:15.416 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/daemon-helper 2023-12-07T04:42:15.449 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-07T04:42:15.521 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-07T04:42:15.521 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:42:15.522 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T04:42:15.556 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T04:42:15.631 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:42:15.631 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T04:42:15.663 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T04:42:15.733 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:42:15.734 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-07T04:42:15.765 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-07T04:42:15.836 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-07T04:42:15.836 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:42:15.836 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T04:42:15.872 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T04:42:15.947 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:42:15.947 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T04:42:15.978 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T04:42:16.048 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:42:16.048 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/usr/bin/stdin-killer 2023-12-07T04:42:16.079 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-07T04:42:16.150 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-07T04:42:16.232 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-07T04:42:16.233 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T04:42:16.234 INFO:tasks.cephadm:Cluster fsid is ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:42:16.234 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-07T04:42:16.234 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.28', 'mon.b': '172.21.15.138', 'mon.c': '172.21.15.161'} 2023-12-07T04:42:16.234 INFO:tasks.cephadm:First mon is mon.a on smithi028 2023-12-07T04:42:16.234 INFO:tasks.cephadm:First mgr is a 2023-12-07T04:42:16.234 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-07T04:42:16.234 DEBUG:teuthology.orchestra.run.smithi028:> sudo hostname $(hostname -s) 2023-12-07T04:42:16.272 DEBUG:teuthology.orchestra.run.smithi138:> sudo hostname $(hostname -s) 2023-12-07T04:42:16.303 DEBUG:teuthology.orchestra.run.smithi161:> sudo hostname $(hostname -s) 2023-12-07T04:42:16.334 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-12-07T04:42:16.335 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-07T04:42:16.552 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-07T04:42:16.860 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-07T04:42:16.860 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-07T04:42:16.860 DEBUG:teuthology.orchestra.run.smithi028:> 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-07T04:42:17.650 INFO:teuthology.orchestra.run.smithi028.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 7 04:42 /home/ubuntu/cephtest/cephadm 2023-12-07T04:42:17.650 DEBUG:teuthology.orchestra.run.smithi138:> 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-07T04:42:18.405 INFO:teuthology.orchestra.run.smithi138.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 7 04:42 /home/ubuntu/cephtest/cephadm 2023-12-07T04:42:18.405 DEBUG:teuthology.orchestra.run.smithi161:> 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-07T04:42:19.165 INFO:teuthology.orchestra.run.smithi161.stdout:-rw-rw-r--. 1 ubuntu ubuntu 2270970 Dec 7 04:42 /home/ubuntu/cephtest/cephadm 2023-12-07T04:42:19.165 DEBUG:teuthology.orchestra.run.smithi028:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T04:42:19.190 DEBUG:teuthology.orchestra.run.smithi138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T04:42:19.213 DEBUG:teuthology.orchestra.run.smithi161:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-07T04:42:19.245 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 on all hosts... 2023-12-07T04:42:19.245 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T04:42:19.248 DEBUG:teuthology.orchestra.run.smithi138:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T04:42:19.256 DEBUG:teuthology.orchestra.run.smithi161:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 pull 2023-12-07T04:42:20.301 INFO:teuthology.orchestra.run.smithi138.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T04:42:20.365 INFO:teuthology.orchestra.run.smithi161.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T04:42:20.523 INFO:teuthology.orchestra.run.smithi028.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T04:42:54.145 INFO:teuthology.orchestra.run.smithi028.stdout:{ 2023-12-07T04:42:54.145 INFO:teuthology.orchestra.run.smithi028.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T04:42:54.145 INFO:teuthology.orchestra.run.smithi028.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T04:42:54.145 INFO:teuthology.orchestra.run.smithi028.stdout: "repo_digests": [ 2023-12-07T04:42:54.145 INFO:teuthology.orchestra.run.smithi028.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T04:42:54.145 INFO:teuthology.orchestra.run.smithi028.stdout: ] 2023-12-07T04:42:54.145 INFO:teuthology.orchestra.run.smithi028.stdout:} 2023-12-07T04:43:08.255 INFO:teuthology.orchestra.run.smithi161.stdout:{ 2023-12-07T04:43:08.256 INFO:teuthology.orchestra.run.smithi161.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T04:43:08.256 INFO:teuthology.orchestra.run.smithi161.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T04:43:08.256 INFO:teuthology.orchestra.run.smithi161.stdout: "repo_digests": [ 2023-12-07T04:43:08.256 INFO:teuthology.orchestra.run.smithi161.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T04:43:08.256 INFO:teuthology.orchestra.run.smithi161.stdout: ] 2023-12-07T04:43:08.256 INFO:teuthology.orchestra.run.smithi161.stdout:} 2023-12-07T04:43:10.409 INFO:teuthology.orchestra.run.smithi138.stdout:{ 2023-12-07T04:43:10.410 INFO:teuthology.orchestra.run.smithi138.stdout: "ceph_version": "ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev)", 2023-12-07T04:43:10.410 INFO:teuthology.orchestra.run.smithi138.stdout: "image_id": "e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412", 2023-12-07T04:43:10.410 INFO:teuthology.orchestra.run.smithi138.stdout: "repo_digests": [ 2023-12-07T04:43:10.410 INFO:teuthology.orchestra.run.smithi138.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:f77e76429b2f90f995fd0b15e8ce2605700ed2a51f2d75623215c9aaf74f90b6" 2023-12-07T04:43:10.410 INFO:teuthology.orchestra.run.smithi138.stdout: ] 2023-12-07T04:43:10.410 INFO:teuthology.orchestra.run.smithi138.stdout:} 2023-12-07T04:43:10.434 DEBUG:teuthology.orchestra.run.smithi028:> sudo mkdir -p /etc/ceph 2023-12-07T04:43:10.475 DEBUG:teuthology.orchestra.run.smithi138:> sudo mkdir -p /etc/ceph 2023-12-07T04:43:10.504 DEBUG:teuthology.orchestra.run.smithi161:> sudo mkdir -p /etc/ceph 2023-12-07T04:43:10.542 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 777 /etc/ceph 2023-12-07T04:43:10.577 DEBUG:teuthology.orchestra.run.smithi138:> sudo chmod 777 /etc/ceph 2023-12-07T04:43:10.604 DEBUG:teuthology.orchestra.run.smithi161:> sudo chmod 777 /etc/ceph 2023-12-07T04:43:10.635 INFO:tasks.cephadm:Writing seed config... 2023-12-07T04:43:10.636 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2023-12-07T04:43:10.636 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-07T04:43:10.636 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-07T04:43:10.637 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2023-12-07T04:43:10.637 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-07T04:43:10.637 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-07T04:43:10.637 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-07T04:43:10.637 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-07T04:43:10.637 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-07T04:43:10.637 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:43:10.638 DEBUG:teuthology.orchestra.run.smithi028:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-07T04:43:10.660 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 = ff40de92-94ba-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-07T04:43:10.660 DEBUG:teuthology.orchestra.run.smithi028:mon.a> sudo journalctl -f -n 0 -u ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mon.a.service 2023-12-07T04:43:10.703 DEBUG:teuthology.orchestra.run.smithi028:mgr.a> sudo journalctl -f -n 0 -u ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mgr.a.service 2023-12-07T04:43:10.737 INFO:journalctl@ceph.mon.a.smithi028.stdout:-- Logs begin at Thu 2023-12-07 04:27:47 UTC. -- 2023-12-07T04:43:10.738 INFO:tasks.cephadm:Bootstrapping... 2023-12-07T04:43:10.739 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 -v bootstrap --fsid ff40de92-94ba-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.28 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-07T04:43:10.770 INFO:journalctl@ceph.mgr.a.smithi028.stdout:-- Logs begin at Thu 2023-12-07 04:27:47 UTC. -- 2023-12-07T04:43:10.974 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-07T04:43:10.974 INFO:teuthology.orchestra.run.smithi028.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067', '-v', 'bootstrap', '--fsid', 'ff40de92-94ba-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.28', '--skip-admin-label'] 2023-12-07T04:43:11.011 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stdout 4.6.1 2023-12-07T04:43:11.012 INFO:teuthology.orchestra.run.smithi028.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-12-07T04:43:11.012 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying podman|docker is present... 2023-12-07T04:43:11.045 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stdout 4.6.1 2023-12-07T04:43:11.046 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying lvm2 is present... 2023-12-07T04:43:11.046 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying time synchronization is in place... 2023-12-07T04:43:11.053 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-07T04:43:11.054 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T04:43:11.060 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-07T04:43:11.060 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2023-12-07T04:43:11.067 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout enabled 2023-12-07T04:43:11.073 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout active 2023-12-07T04:43:11.074 INFO:teuthology.orchestra.run.smithi028.stdout:Unit chronyd.service is enabled and running 2023-12-07T04:43:11.074 INFO:teuthology.orchestra.run.smithi028.stdout:Repeating the final host check... 2023-12-07T04:43:11.103 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stdout 4.6.1 2023-12-07T04:43:11.104 INFO:teuthology.orchestra.run.smithi028.stdout:podman (/bin/podman) version 4.6.1 is present 2023-12-07T04:43:11.104 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl is present 2023-12-07T04:43:11.104 INFO:teuthology.orchestra.run.smithi028.stdout:lvcreate is present 2023-12-07T04:43:11.110 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-12-07T04:43:11.110 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-12-07T04:43:11.117 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-12-07T04:43:11.117 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2023-12-07T04:43:11.123 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout enabled 2023-12-07T04:43:11.130 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout active 2023-12-07T04:43:11.130 INFO:teuthology.orchestra.run.smithi028.stdout:Unit chronyd.service is enabled and running 2023-12-07T04:43:11.130 INFO:teuthology.orchestra.run.smithi028.stdout:Host looks OK 2023-12-07T04:43:11.130 INFO:teuthology.orchestra.run.smithi028.stdout:Cluster fsid: ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:11.130 INFO:teuthology.orchestra.run.smithi028.stdout:Acquiring lock 140495766746392 on /run/cephadm/ff40de92-94ba-11ee-95a2-87774f69a715.lock 2023-12-07T04:43:11.131 INFO:teuthology.orchestra.run.smithi028.stdout:Lock 140495766746392 acquired on /run/cephadm/ff40de92-94ba-11ee-95a2-87774f69a715.lock 2023-12-07T04:43:11.131 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying IP 172.21.15.28 port 3300 ... 2023-12-07T04:43:11.132 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying IP 172.21.15.28 port 6789 ... 2023-12-07T04:43:11.132 INFO:teuthology.orchestra.run.smithi028.stdout:Base mon IP(s) is [172.21.15.28:3300, 172.21.15.28:6789], mon addrv is [v2:172.21.15.28:3300,v1:172.21.15.28:6789] 2023-12-07T04:43:11.136 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.28 metric 100 2023-12-07T04:43:11.136 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.28 metric 100 2023-12-07T04:43:11.139 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-12-07T04:43:11.139 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-12-07T04:43:11.139 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1789sec hoplimit 64 pref medium 2023-12-07T04:43:11.142 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-07T04:43:11.142 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-12-07T04:43:11.142 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-07T04:43:11.142 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-12-07T04:43:11.142 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:ca3c/64 scope link 2023-12-07T04:43:11.142 INFO:teuthology.orchestra.run.smithi028.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-12-07T04:43:11.143 INFO:teuthology.orchestra.run.smithi028.stdout:Mon IP `172.21.15.28` is in CIDR network `172.21.0.0/20` 2023-12-07T04:43:11.143 INFO:teuthology.orchestra.run.smithi028.stdout:Mon IP `172.21.15.28` is in CIDR network `172.21.0.0/20` 2023-12-07T04:43:11.143 INFO:teuthology.orchestra.run.smithi028.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-07T04:43:11.144 INFO:teuthology.orchestra.run.smithi028.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-07T04:43:11.144 INFO:teuthology.orchestra.run.smithi028.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T04:43:11.580 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stdout e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412 2023-12-07T04:43:11.581 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067... 2023-12-07T04:43:11.581 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stderr Getting image source signatures 2023-12-07T04:43:11.581 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stderr Copying blob sha256:83803fe651bfce63c9bb8c344c158a6e9ef6a39eeb9b7d791a41258ac2f8517c 2023-12-07T04:43:11.581 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stderr Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-07T04:43:11.581 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stderr Copying config sha256:e71bc55fd8bb7312113b93709199b3046fb27a1249ab2ff38e9d4fb4046d0412 2023-12-07T04:43:11.581 INFO:teuthology.orchestra.run.smithi028.stdout:/bin/podman: stderr Writing manifest to image destination 2023-12-07T04:43:12.321 INFO:teuthology.orchestra.run.smithi028.stdout:ceph: stdout ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev) 2023-12-07T04:43:12.321 INFO:teuthology.orchestra.run.smithi028.stdout:Ceph version: ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev) 2023-12-07T04:43:12.321 INFO:teuthology.orchestra.run.smithi028.stdout:Extracting ceph user uid/gid from container image... 2023-12-07T04:43:12.965 INFO:teuthology.orchestra.run.smithi028.stdout:stat: stdout 167 167 2023-12-07T04:43:12.965 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial keys... 2023-12-07T04:43:13.588 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQBhTXFlAiNxDhAAOuxFTDr8OJTHYvuQCBQfUw== 2023-12-07T04:43:14.261 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQBhTXFlxaseNBAAyg59yJvjsOlBlhEwsEBP4A== 2023-12-07T04:43:14.933 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQBiTXFlUlFsIhAA4HL9l2xAFlk+PVtrFwOSXA== 2023-12-07T04:43:14.934 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial monmap... 2023-12-07T04:43:15.601 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T04:43:15.601 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-12-07T04:43:15.602 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:15.602 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T04:43:15.602 INFO:teuthology.orchestra.run.smithi028.stdout:monmaptool for a [v2:172.21.15.28:3300,v1:172.21.15.28:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-07T04:43:15.602 INFO:teuthology.orchestra.run.smithi028.stdout:setting min_mon_release = pacific 2023-12-07T04:43:15.602 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: set fsid to ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:15.602 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-07T04:43:15.602 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:43:15.602 INFO:teuthology.orchestra.run.smithi028.stdout:Creating mon... 2023-12-07T04:43:16.265 INFO:teuthology.orchestra.run.smithi028.stdout:create mon.a on 2023-12-07T04:43:16.408 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2023-12-07T04:43:16.506 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-07T04:43:16.642 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ff40de92-94ba-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-ff40de92-94ba-11ee-95a2-87774f69a715.target. 2023-12-07T04:43:16.642 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-ff40de92-94ba-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-ff40de92-94ba-11ee-95a2-87774f69a715.target. 2023-12-07T04:43:16.845 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mon.a 2023-12-07T04:43:16.845 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mon.a.service: Unit ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mon.a.service not loaded. 2023-12-07T04:43:16.948 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ff40de92-94ba-11ee-95a2-87774f69a715.target.wants/ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mon.a.service → /etc/systemd/system/ceph-ff40de92-94ba-11ee-95a2-87774f69a715@.service. 2023-12-07T04:43:17.364 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-07T04:43:17.364 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout disabled 2023-12-07T04:43:17.373 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-07T04:43:17.374 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2023-12-07T04:43:17.374 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld.service is not enabled 2023-12-07T04:43:17.374 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to enable service . firewalld.service is not available 2023-12-07T04:43:17.374 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mon to start... 2023-12-07T04:43:17.374 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mon... 2023-12-07T04:43:17.605 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:17 smithi028 ceph-mon[111642]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T04:43:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:18 smithi028 ceph-mon[111642]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T04:43:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:18 smithi028 ceph-mon[111642]: monmap e1: 1 mons at {a=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T04:43:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:18 smithi028 ceph-mon[111642]: fsmap 2023-12-07T04:43:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:18 smithi028 ceph-mon[111642]: osdmap e1: 0 total, 0 up, 0 in 2023-12-07T04:43:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:18 smithi028 ceph-mon[111642]: mgrmap e1: no daemons active 2023-12-07T04:43:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:18 smithi028 ceph-mon[111642]: from='client.? 172.21.15.28:0/3640891094' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-07T04:43:20.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout cluster: 2023-12-07T04:43:20.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout id: ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:20.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-12-07T04:43:20.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:20.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout services: 2023-12-07T04:43:20.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.864627s) 2023-12-07T04:43:20.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-12-07T04:43:20.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-12-07T04:43:20.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:20.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout data: 2023-12-07T04:43:20.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-12-07T04:43:20.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-12-07T04:43:20.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-12-07T04:43:20.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout pgs: 2023-12-07T04:43:20.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:20.058 INFO:teuthology.orchestra.run.smithi028.stdout:mon is available 2023-12-07T04:43:20.058 INFO:teuthology.orchestra.run.smithi028.stdout:Assimilating anything we can from ceph.conf... 2023-12-07T04:43:22.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:21 smithi028 ceph-mon[111642]: from='client.? 172.21.15.28:0/1381798158' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T04:43:22.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:21 smithi028 ceph-mon[111642]: from='client.? 172.21.15.28:0/1381798158' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [global] 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout fsid = ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.28:3300,v1:172.21.15.28:6789] 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-07T04:43:24.396 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:24.397 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [osd] 2023-12-07T04:43:24.397 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-07T04:43:24.397 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-07T04:43:24.397 INFO:teuthology.orchestra.run.smithi028.stdout:Generating new minimal ceph.conf... 2023-12-07T04:43:26.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:25 smithi028 ceph-mon[111642]: from='client.? 172.21.15.28:0/3191795996' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:43:27.856 INFO:teuthology.orchestra.run.smithi028.stdout:Restarting the monitor... 2023-12-07T04:43:28.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:27 smithi028 systemd[1]: Stopping Ceph mon.a for ff40de92-94ba-11ee-95a2-87774f69a715... 2023-12-07T04:43:28.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mon-a[111619]: 2023-12-07T04:43:28.063+0000 7ff2f5c21700 -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-07T04:43:28.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mon-a[111619]: 2023-12-07T04:43:28.063+0000 7ff2f5c21700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2023-12-07T04:43:28.518 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 bash[111966]: ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mon-a 2023-12-07T04:43:28.805 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 systemd[1]: ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mon.a.service: Succeeded. 2023-12-07T04:43:28.805 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 systemd[1]: Stopped Ceph mon.a for ff40de92-94ba-11ee-95a2-87774f69a715. 2023-12-07T04:43:28.805 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 systemd[1]: Starting Ceph mon.a for ff40de92-94ba-11ee-95a2-87774f69a715... 2023-12-07T04:43:28.874 INFO:teuthology.orchestra.run.smithi028.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 bash[112084]: c932aded868531751b8cec8f5cbf0faf1290bec7337a1084c52880fce8a47e37 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 systemd[1]: Started Ceph mon.a for ff40de92-94ba-11ee-95a2-87774f69a715. 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: set uid:gid to 167:167 (ceph:ceph) 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev), process ceph-mon, pid 7 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: pidfile_write: ignore empty --pid-file 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: load: jerasure load: lrc 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: RocksDB version: 7.9.2 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Git sha 0 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Compile date 2023-12-06 23:35:10 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: DB SUMMARY 2023-12-07T04:43:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: DB Session ID: ZLU1VSBTS0WW0Z8LK5N2 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: CURRENT file: CURRENT 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: IDENTITY file: IDENTITY 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84744 ; 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.error_if_exists: 0 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.create_if_missing: 0 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.paranoid_checks: 1 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.env: 0x55d90afdda60 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.fs: PosixFileSystem 2023-12-07T04:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.info_log: 0x55d90c945740 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_file_opening_threads: 16 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.statistics: (nil) 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.use_fsync: 0 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_log_file_size: 0 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.keep_log_file_num: 1000 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.recycle_log_file_num: 0 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.allow_fallocate: 1 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.allow_mmap_reads: 0 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.allow_mmap_writes: 0 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.use_direct_reads: 0 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T04:43:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.create_missing_column_families: 0 2023-12-07T04:43:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.db_log_dir: 2023-12-07T04:43:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.wal_dir: 2023-12-07T04:43:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T04:43:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T04:43:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.advise_random_on_open: 1 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.db_write_buffer_size: 0 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.write_buffer_manager: 0x55d90c8fb360 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.rate_limiter: (nil) 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.wal_recovery_mode: 2 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.enable_thread_tracking: 0 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.enable_pipelined_write: 0 2023-12-07T04:43:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.unordered_write: 0 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.row_cache: None 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.wal_filter: None 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.allow_ingest_behind: 0 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.two_write_queues: 0 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.manual_wal_flush: 0 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.wal_compression: 0 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.atomic_flush: 0 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T04:43:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.log_readahead_size: 0 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.best_efforts_recovery: 0 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.allow_data_in_errors: 0 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.db_host_id: __hostname__ 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_background_jobs: 2 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_background_compactions: -1 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_subcompactions: 1 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_total_wal_size: 0 2023-12-07T04:43:29.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_open_files: -1 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bytes_per_sync: 0 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_readahead_size: 0 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_background_flushes: -1 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Compression algorithms supported: 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T04:43:29.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: kZSTD supported: 0 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: kXpressCompression supported: 0 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: kLZ4HCCompression supported: 1 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: kZlibCompression supported: 1 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: kSnappyCompression supported: 1 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: kLZ4Compression supported: 1 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: kBZip2Compression supported: 0 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.merge_operator: 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_filter: None 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_filter_factory: None 2023-12-07T04:43:29.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.sst_partitioner_factory: None 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d90c945860) 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: cache_index_and_filter_blocks: 1 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: pin_top_level_index_and_filter: 1 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: index_type: 0 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: data_block_index_type: 0 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: index_shortening: 1 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: checksum: 4 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: no_block_cache: 0 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: block_cache: 0x55d90c99b090 2023-12-07T04:43:29.223 INFO:journalctl@ceph.mon.a.smithi028.stdout: block_cache_name: BinnedLRUCache 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: block_cache_options: 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: capacity : 536870912 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: num_shard_bits : 4 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: strict_capacity_limit : 0 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: high_pri_pool_ratio: 0.000 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: block_cache_compressed: (nil) 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: persistent_cache: (nil) 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: block_size: 4096 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: block_size_deviation: 10 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: block_restart_interval: 16 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: index_block_restart_interval: 1 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: metadata_block_size: 4096 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: partition_filters: 0 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: use_delta_encoding: 1 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: filter_policy: bloomfilter 2023-12-07T04:43:29.224 INFO:journalctl@ceph.mon.a.smithi028.stdout: whole_key_filtering: 1 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout: verify_compression: 0 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout: read_amp_bytes_per_bit: 0 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout: format_version: 5 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout: enable_index_compression: 1 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout: block_align: 0 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout: max_auto_readahead_size: 262144 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout: prepopulate_block_cache: 0 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout: initial_auto_readahead_size: 8192 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout: num_file_reads_for_auto_readahead: 2 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.write_buffer_size: 33554432 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_write_buffer_number: 2 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression: NoCompression 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression: Disabled 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.prefix_extractor: nullptr 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T04:43:29.225 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.num_levels: 7 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T04:43:29.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression_opts.level: 32767 2023-12-07T04:43:29.227 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression_opts.strategy: 0 2023-12-07T04:43:29.227 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T04:43:29.227 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T04:43:29.227 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T04:43:29.227 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T04:43:29.227 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression_opts.enabled: false 2023-12-07T04:43:29.227 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T04:43:29.227 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.target_file_size_base: 67108864 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T04:43:29.228 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.arena_block_size: 1048576 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.disable_auto_compactions: 0 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T04:43:29.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.table_properties_collectors: 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.inplace_update_support: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.bloom_locality: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.max_successive_merges: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.paranoid_file_checks: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.force_consistency_checks: 1 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.report_bg_io_stats: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.ttl: 2592000 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T04:43:29.230 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.enable_blob_files: false 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.min_blob_size: 0 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.blob_file_size: 268435456 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.blob_file_starting_level: 0 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: 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-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: c338c613-5150-4863-9d30-d34c678a3067 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701924208883534, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-12-07T04:43:29.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701924208884647, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81040, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 268, "table_properties": {"data_size": 79209, "index_size": 241, "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": 9928, "raw_average_key_size": 47, "raw_value_size": 73472, "raw_average_value_size": 348, "num_data_blocks": 11, "num_entries": 211, "num_filter_entries": 211, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1701924208, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "c338c613-5150-4863-9d30-d34c678a3067", "db_session_id": "ZLU1VSBTS0WW0Z8LK5N2", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-12-07T04:43:29.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701924208884761, "job": 1, "event": "recovery_finished"} 2023-12-07T04:43:29.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-12-07T04:43:29.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: 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-07T04:43:29.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d90ca36000 2023-12-07T04:43:29.232 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: DB pointer 0x55d90ca22000 2023-12-07T04:43:29.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T04:43:29.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T04:43:29.233 INFO:journalctl@ceph.mon.a.smithi028.stdout: ** DB Stats ** 2023-12-07T04:43:29.233 INFO:journalctl@ceph.mon.a.smithi028.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T04:43:29.233 INFO:journalctl@ceph.mon.a.smithi028.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-07T04:43:29.233 INFO:journalctl@ceph.mon.a.smithi028.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T04:43:29.233 INFO:journalctl@ceph.mon.a.smithi028.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T04:43:29.233 INFO:journalctl@ceph.mon.a.smithi028.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-07T04:43:29.234 INFO:journalctl@ceph.mon.a.smithi028.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T04:43:29.234 INFO:journalctl@ceph.mon.a.smithi028.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T04:43:29.234 INFO:journalctl@ceph.mon.a.smithi028.stdout: 2023-12-07T04:43:29.234 INFO:journalctl@ceph.mon.a.smithi028.stdout: ** Compaction Stats [default] ** 2023-12-07T04:43:29.234 INFO:journalctl@ceph.mon.a.smithi028.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-07T04:43:29.234 INFO:journalctl@ceph.mon.a.smithi028.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T04:43:29.234 INFO:journalctl@ceph.mon.a.smithi028.stdout: L0 2/0 80.98 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T04:43:29.234 INFO:journalctl@ceph.mon.a.smithi028.stdout: Sum 2/0 80.98 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T04:43:29.234 INFO:journalctl@ceph.mon.a.smithi028.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 108.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.stdout: 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.stdout: ** Compaction Stats [default] ** 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.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-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.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 108.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.stdout: 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.stdout: 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T04:43:29.235 INFO:journalctl@ceph.mon.a.smithi028.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: Cumulative compaction: 0.00 GB write, 19.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: Interval compaction: 0.00 GB write, 19.46 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.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-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: Block cache BinnedLRUCache@0x55d90c99b090#7 capacity: 512.00 MB usage: 1.20 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.44 KB,8.34465e-05%) Misc(1,0.00 KB,0%) 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: starting mon.a rank 0 at public addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] at bind addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: mon.a@-1(???) e1 preinit fsid ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: mon.a@-1(???).mds e1 new map 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: mon.a@-1(???).mds e1 print_map 2023-12-07T04:43:29.236 INFO:journalctl@ceph.mon.a.smithi028.stdout: e1 2023-12-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.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-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.stdout: legacy client fscid: -1 2023-12-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.stdout: 2023-12-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.stdout: No filesystems configured 2023-12-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T04:43:29.237 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:28 smithi028 ceph-mon[112123]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-07T04:43:29.889 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote config to /etc/ceph/ceph.conf 2023-12-07T04:43:29.927 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-07T04:43:29.928 INFO:teuthology.orchestra.run.smithi028.stdout:Creating mgr... 2023-12-07T04:43:29.928 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying port 0.0.0.0:9283 ... 2023-12-07T04:43:29.929 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying port 0.0.0.0:8765 ... 2023-12-07T04:43:30.160 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mgr.a 2023-12-07T04:43:30.160 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mgr.a.service: Unit ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mgr.a.service not loaded. 2023-12-07T04:43:30.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:29 smithi028 ceph-mon[112123]: mon.a is new leader, mons a in quorum (ranks 0) 2023-12-07T04:43:30.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:29 smithi028 ceph-mon[112123]: monmap e1: 1 mons at {a=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T04:43:30.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:29 smithi028 ceph-mon[112123]: fsmap 2023-12-07T04:43:30.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:29 smithi028 ceph-mon[112123]: osdmap e1: 0 total, 0 up, 0 in 2023-12-07T04:43:30.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:29 smithi028 ceph-mon[112123]: mgrmap e1: no daemons active 2023-12-07T04:43:30.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:29 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2539503973' entity='client.admin' 2023-12-07T04:43:30.260 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-ff40de92-94ba-11ee-95a2-87774f69a715.target.wants/ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mgr.a.service → /etc/systemd/system/ceph-ff40de92-94ba-11ee-95a2-87774f69a715@.service. 2023-12-07T04:43:30.462 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:30 smithi028 systemd[1]: Starting Ceph mgr.a for ff40de92-94ba-11ee-95a2-87774f69a715... 2023-12-07T04:43:30.821 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-07T04:43:30.821 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout disabled 2023-12-07T04:43:30.830 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-07T04:43:30.831 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2023-12-07T04:43:30.831 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld.service is not enabled 2023-12-07T04:43:30.831 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to enable service . firewalld.service is not available 2023-12-07T04:43:30.840 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-07T04:43:30.840 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout disabled 2023-12-07T04:43:30.850 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-07T04:43:30.850 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2023-12-07T04:43:30.851 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld.service is not enabled 2023-12-07T04:43:30.851 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2023-12-07T04:43:30.851 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr to start... 2023-12-07T04:43:30.851 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr... 2023-12-07T04:43:31.167 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:30 smithi028 bash[112359]: b44de26463a30c15c70a88db9b36fc792ae4a7be418217326bc4c19379096935 2023-12-07T04:43:31.167 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:30 smithi028 systemd[1]: Started Ceph mgr.a for ff40de92-94ba-11ee-95a2-87774f69a715. 2023-12-07T04:43:31.167 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:30 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:30.961+0000 7fc1b9335200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T04:43:31.167 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:31 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:31.167+0000 7fc1b9335200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T04:43:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:31 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/3712015084' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T04:43:31.713 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "ff40de92-94ba-11ee-95a2-87774f69a715", 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T04:43:31.716 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T04:43:31.717 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T04:43:31.721 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T04:43:31.721 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T04:43:31.721 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:31.721 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T04:43:31.722 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T04:43:17.389663+0000", 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T04:43:31.723 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:31.724 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T04:43:31.724 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2023-12-07T04:43:31.724 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (1/15)... 2023-12-07T04:43:31.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:31 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:31.546+0000 7fc1b9335200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T04:43:32.384 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:32 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:32.122+0000 7fc1b9335200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T04:43:32.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:32 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:32.385+0000 7fc1b9335200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T04:43:33.212 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:32 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:32.858+0000 7fc1b9335200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T04:43:33.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:33 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:33.678+0000 7fc1b9335200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T04:43:33.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:33 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:33.779+0000 7fc1b9335200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T04:43:34.587 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:34 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:34.492+0000 7fc1b9335200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T04:43:34.663 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:34.663 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2023-12-07T04:43:34.663 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "ff40de92-94ba-11ee-95a2-87774f69a715", 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T04:43:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:34.665 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T04:43:34.665 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T04:43:34.665 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:34.665 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T04:43:34.665 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:34.665 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T04:43:34.665 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T04:43:34.665 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T04:43:34.665 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T04:43:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T04:43:34.670 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T04:43:17.389663+0000", 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2023-12-07T04:43:34.671 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (2/15)... 2023-12-07T04:43:34.890 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:34 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:34.588+0000 7fc1b9335200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T04:43:34.890 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:34 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:34.689+0000 7fc1b9335200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T04:43:34.890 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:34 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:34.794+0000 7fc1b9335200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T04:43:35.158 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:34 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/4072211316' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T04:43:35.158 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:35 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:35.054+0000 7fc1b9335200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T04:43:35.462 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:35 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:35.158+0000 7fc1b9335200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T04:43:35.462 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:35 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:35.400+0000 7fc1b9335200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T04:43:35.807 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:35 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:35.507+0000 7fc1b9335200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T04:43:35.807 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:35 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:35.712+0000 7fc1b9335200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T04:43:36.212 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:35 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:35.808+0000 7fc1b9335200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T04:43:36.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:36 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:36.670+0000 7fc1b9335200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T04:43:36.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:36 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:36.904+0000 7fc1b9335200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T04:43:37.386 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:37 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:37.119+0000 7fc1b9335200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:43:37.386 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:37 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/527173463' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T04:43:37.697 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "ff40de92-94ba-11ee-95a2-87774f69a715", 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T04:43:37.698 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:37.699 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T04:43:37.700 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:37.700 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T04:43:37.700 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T04:43:37.700 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T04:43:37.700 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T04:43:37.705 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T04:43:37.706 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T04:43:17.389663+0000", 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T04:43:37.707 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2023-12-07T04:43:37.708 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (3/15)... 2023-12-07T04:43:37.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:37 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:37.885+0000 7fc1b9335200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T04:43:38.420 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:38.088+0000 7fc1b9335200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:43:38.421 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:38.292+0000 7fc1b9335200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T04:43:38.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:38.421+0000 7fc1b9335200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: Activating manager daemon a 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: mgrmap e2: a(active, starting, since 0.00344977s) 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: Manager daemon a is now available 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T04:43:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' 2023-12-07T04:43:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' 2023-12-07T04:43:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:38 smithi028 ceph-mon[112123]: from='mgr.14100 172.21.15.28:0/697692346' entity='mgr.a' 2023-12-07T04:43:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:40 smithi028 ceph-mon[112123]: mgrmap e3: a(active, since 1.00747s) 2023-12-07T04:43:41.019 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:41.019 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "ff40de92-94ba-11ee-95a2-87774f69a715", 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2023-12-07T04:43:41.020 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:41.021 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-12-07T04:43:41.021 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-12-07T04:43:41.021 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:41.021 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-12-07T04:43:41.021 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:41.021 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-12-07T04:43:41.021 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-12-07T04:43:41.021 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-12-07T04:43:41.021 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-12-07T04:43:41.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-12-07T04:43:41.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-12-07T04:43:41.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:41.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-12-07T04:43:41.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-12-07T04:43:41.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-12-07T04:43:41.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2023-12-07T04:43:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2023-12-07T04:43:17.389663+0000", 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2023-12-07T04:43:41.028 INFO:teuthology.orchestra.run.smithi028.stdout:mgr is available 2023-12-07T04:43:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:41 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1926156973' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-07T04:43:41.980 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:41.980 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [global] 2023-12-07T04:43:41.980 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout fsid = ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:41.980 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-12-07T04:43:41.980 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [mgr] 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [osd] 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-12-07T04:43:41.981 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling cephadm module... 2023-12-07T04:43:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:42 smithi028 ceph-mon[112123]: mgrmap e4: a(active, since 3s) 2023-12-07T04:43:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:42 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1607682599' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-07T04:43:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:42 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1607682599' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-07T04:43:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:43 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2841379291' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-07T04:43:43.713 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:43 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: ignoring --setuser ceph since I am not root 2023-12-07T04:43:43.713 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:43 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: ignoring --setgroup ceph since I am not root 2023-12-07T04:43:43.713 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:43 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:43.630+0000 7fe60ca48200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T04:43:44.205 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:43 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:43.828+0000 7fe60ca48200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T04:43:44.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:44 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2841379291' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-07T04:43:44.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:44 smithi028 ceph-mon[112123]: mgrmap e5: a(active, since 5s) 2023-12-07T04:43:44.463 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:44 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:44.207+0000 7fe60ca48200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T04:43:44.922 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:44 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:44.782+0000 7fe60ca48200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T04:43:44.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2023-12-07T04:43:44.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-12-07T04:43:44.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T04:43:44.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-07T04:43:44.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-07T04:43:44.938 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2023-12-07T04:43:44.938 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for the mgr to restart... 2023-12-07T04:43:44.938 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr epoch 5... 2023-12-07T04:43:45.212 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:45 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:45.043+0000 7fe60ca48200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T04:43:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:45 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/3607327635' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T04:43:45.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:45 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:45.529+0000 7fe60ca48200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T04:43:46.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:46 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:46.328+0000 7fe60ca48200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T04:43:46.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:46 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:46.426+0000 7fe60ca48200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T04:43:47.408 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:47 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:47.110+0000 7fe60ca48200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T04:43:47.408 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:47 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:47.206+0000 7fe60ca48200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T04:43:47.409 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:47 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:47.306+0000 7fe60ca48200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T04:43:47.667 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:47 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:47.410+0000 7fe60ca48200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T04:43:47.964 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:47 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:47.669+0000 7fe60ca48200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T04:43:47.964 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:47 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:47.773+0000 7fe60ca48200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T04:43:48.325 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:48 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:48.014+0000 7fe60ca48200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T04:43:48.325 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:48 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:48.121+0000 7fe60ca48200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T04:43:48.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:48 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:48.327+0000 7fe60ca48200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T04:43:48.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:48 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:48.423+0000 7fe60ca48200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T04:43:49.698 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:49 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:49.284+0000 7fe60ca48200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T04:43:49.698 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:49 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:49.500+0000 7fe60ca48200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T04:43:49.698 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:49 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:49.700+0000 7fe60ca48200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:43:50.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:50 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:50.449+0000 7fe60ca48200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T04:43:50.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:50 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:50.651+0000 7fe60ca48200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:43:51.212 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:50 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:50.855+0000 7fe60ca48200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T04:43:51.212 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:50 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:43:50.984+0000 7fe60ca48200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: Active manager daemon a restarted 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: Activating manager daemon a 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: osdmap e2: 0 total, 0 up, 0 in 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: mgrmap e6: a(active, starting, since 0.00357605s) 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: Manager daemon a is now available 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:43:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:51 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:43:52.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: Found migration_current of "None". Setting to last migration. 2023-12-07T04:43:52.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:43:52.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:43:52.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:43:52.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T04:43:52.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T04:43:52.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:43:52.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:43:52.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: mgrmap e7: a(active, since 1.00658s) 2023-12-07T04:43:52.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:52 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:43:52.469 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2023-12-07T04:43:52.469 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-12-07T04:43:52.469 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-07T04:43:52.469 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2023-12-07T04:43:52.469 INFO:teuthology.orchestra.run.smithi028.stdout:mgr epoch 5 is available 2023-12-07T04:43:52.469 INFO:teuthology.orchestra.run.smithi028.stdout:Setting orchestrator backend to cephadm... 2023-12-07T04:43:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:53 smithi028 ceph-mon[112123]: [07/Dec/2023:04:43:51] ENGINE Bus STARTING 2023-12-07T04:43:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:53 smithi028 ceph-mon[112123]: [07/Dec/2023:04:43:51] ENGINE Serving on http://172.21.15.28:8765 2023-12-07T04:43:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:53 smithi028 ceph-mon[112123]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T04:43:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:53 smithi028 ceph-mon[112123]: [07/Dec/2023:04:43:52] ENGINE Serving on https://172.21.15.28:7150 2023-12-07T04:43:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:53 smithi028 ceph-mon[112123]: [07/Dec/2023:04:43:52] ENGINE Bus STARTED 2023-12-07T04:43:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:53 smithi028 ceph-mon[112123]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T04:43:54.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:54 smithi028 ceph-mon[112123]: mgrmap e8: a(active, since 2s) 2023-12-07T04:43:54.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:54 smithi028 ceph-mon[112123]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:43:54.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:54 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:43:54.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:54 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:43:54.735 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout value unchanged 2023-12-07T04:43:54.736 INFO:teuthology.orchestra.run.smithi028.stdout:Generating ssh key... 2023-12-07T04:43:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-mon[112123]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:43:56.171 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:56 smithi028 ceph-mon[112123]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:43:56.171 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:56 smithi028 ceph-mon[112123]: Generating ssh key... 2023-12-07T04:43:56.171 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:56 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:43:56.171 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:56 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: Generating public/private rsa key pair. 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: Your identification has been saved in /tmp/tmpk64aa87y/key. 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: Your public key has been saved in /tmp/tmpk64aa87y/key.pub. 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: The key fingerprint is: 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: SHA256:wqhNhT1N1B4cS6X+QBX3tW3QwMas7B9WM/zhaGotumM ceph-ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: The key's randomart image is: 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: +---[RSA 3072]----+ 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: | .oooo+=+o.| 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: | o o .++ .=o=| 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: | . + ..+o o..+| 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: | + . o. o *.| 2023-12-07T04:43:56.172 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: | o o S o. o.=| 2023-12-07T04:43:56.173 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: | + . o.oo..| 2023-12-07T04:43:56.173 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: | . . =o . | 2023-12-07T04:43:56.173 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: | E + .. | 2023-12-07T04:43:56.173 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: | .o= . | 2023-12-07T04:43:56.173 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:43:55 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: +----[SHA256]-----+ 2023-12-07T04:43:57.176 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8D4gpCRpkxc79NhLcVn4Ia0+lcdiNCYwo9qg3fHKWg9pUl0Evq3L3diQTNZ68Igely40cbFHQlvStBhiN8n0W4YKYIUXakTafJEdWo4T/pAfmRYC3uq2CQwBJx7aoxq3rLEIJN96YMIztHGL80rB3XZjGSSH8F+T89S/FKktrrF3h1p0pl6RY+Ev1HYeJgAWVqStnBQsVqlcYimhQ/HJhTIKzkCJhCQWmdmR/21RVYeYtVsCTl4MzM09mxdvpSAmk3huwjBH+oMtLRuRLxT2SoWNJbfTcMKGkxLAuWlEALIGFKw8GcLWtYS1K7sf3KsVEPVjGoFdU3IZcwnJHfVTtd4p/6U75oq4rurB/JEaflD+0iJmhcXiI3cgkUxB2Q+4Q854udsFSmMojI6U5jk2x0wqrAicG8lQKlvwZszFnP/PYSAslW268RVJrNkN2pPxhJ007BxAJzaPObQpXJ8kUDDn4dhlhqHiifpppMt57xnIUDrBzllkxGo4yd8qF5vU= ceph-ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:43:57.176 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-07T04:43:57.177 INFO:teuthology.orchestra.run.smithi028.stdout:Adding key to root@localhost authorized_keys... 2023-12-07T04:43:57.178 INFO:teuthology.orchestra.run.smithi028.stdout:Adding host smithi028... 2023-12-07T04:43:57.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:57 smithi028 ceph-mon[112123]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:43:58.675 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:58 smithi028 ceph-mon[112123]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi028", "addr": "172.21.15.28", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:43:58.675 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:43:58 smithi028 ceph-mon[112123]: Deploying cephadm binary to smithi028 2023-12-07T04:44:02.326 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Added host 'smithi028' with addr '172.21.15.28' 2023-12-07T04:44:02.326 INFO:teuthology.orchestra.run.smithi028.stdout:Deploying unmanaged mon service... 2023-12-07T04:44:03.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:02 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:44:03.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:02 smithi028 ceph-mon[112123]: Added host smithi028 2023-12-07T04:44:03.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:02 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:03.584 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-12-07T04:44:03.584 INFO:teuthology.orchestra.run.smithi028.stdout:Deploying unmanaged mgr service... 2023-12-07T04:44:04.440 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:04 smithi028 ceph-mon[112123]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:44:04.441 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:04 smithi028 ceph-mon[112123]: Saving service mon spec with placement count:5 2023-12-07T04:44:04.441 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:04 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:44:04.809 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-12-07T04:44:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:05 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:44:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:05 smithi028 ceph-mon[112123]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:44:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:05 smithi028 ceph-mon[112123]: Saving service mgr spec with placement count:2 2023-12-07T04:44:05.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:05 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:44:05.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:05 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:44:06.663 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:06 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/4202331807' entity='client.admin' 2023-12-07T04:44:06.663 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:06 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:44:06.959 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling the dashboard module... 2023-12-07T04:44:07.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:07 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/715289093' entity='client.admin' 2023-12-07T04:44:07.932 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:07 smithi028 ceph-mon[112123]: from='mgr.14120 172.21.15.28:0/1548168178' entity='mgr.a' 2023-12-07T04:44:08.963 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:08 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: ignoring --setuser ceph since I am not root 2023-12-07T04:44:08.964 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:08 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: ignoring --setgroup ceph since I am not root 2023-12-07T04:44:08.964 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:08 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:08.838+0000 7fa0526ea200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T04:44:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:08 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1851789463' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-07T04:44:09.421 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:09 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:09.042+0000 7fa0526ea200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T04:44:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:09 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1851789463' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-07T04:44:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:09 smithi028 ceph-mon[112123]: mgrmap e9: a(active, since 17s) 2023-12-07T04:44:09.713 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:09 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:09.421+0000 7fa0526ea200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T04:44:10.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2023-12-07T04:44:10.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-12-07T04:44:10.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2023-12-07T04:44:10.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "active_name": "a", 2023-12-07T04:44:10.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-12-07T04:44:10.143 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2023-12-07T04:44:10.143 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for the mgr to restart... 2023-12-07T04:44:10.144 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr epoch 9... 2023-12-07T04:44:10.144 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:09 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:09.993+0000 7fa0526ea200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T04:44:10.462 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:10 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:10.255+0000 7fa0526ea200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T04:44:10.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:10 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2930923595' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-07T04:44:10.963 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:10 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:10.739+0000 7fa0526ea200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T04:44:11.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:11 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:11.540+0000 7fa0526ea200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T04:44:11.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:11 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:11.638+0000 7fa0526ea200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T04:44:12.624 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:12 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:12.323+0000 7fa0526ea200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T04:44:12.624 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:12 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:12.419+0000 7fa0526ea200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T04:44:12.625 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:12 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:12.519+0000 7fa0526ea200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T04:44:12.884 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:12 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:12.625+0000 7fa0526ea200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T04:44:13.212 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:12 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:12.885+0000 7fa0526ea200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T04:44:13.213 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:12 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:12.990+0000 7fa0526ea200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T04:44:13.548 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:13 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:13.232+0000 7fa0526ea200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T04:44:13.548 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:13 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:13.341+0000 7fa0526ea200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T04:44:13.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:13 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:13.549+0000 7fa0526ea200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T04:44:13.963 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:13 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:13.645+0000 7fa0526ea200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T04:44:14.926 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:14 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:14.508+0000 7fa0526ea200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T04:44:14.926 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:14 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:14.726+0000 7fa0526ea200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T04:44:15.213 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:14 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:14.928+0000 7fa0526ea200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:44:15.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:15 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:15.683+0000 7fa0526ea200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T04:44:15.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:15 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:15.889+0000 7fa0526ea200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:44:16.356 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:16.093+0000 7fa0526ea200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T04:44:16.356 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:44:16.223+0000 7fa0526ea200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T04:44:16.356 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: Active manager daemon a restarted 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: Activating manager daemon a 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: osdmap e3: 0 total, 0 up, 0 in 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: mgrmap e10: a(active, starting, since 0.00351912s) 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: Manager daemon a is now available 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:16.357 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:17.644 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T04:44:17.644 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T04:44:17.644 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:17 smithi028 ceph-mon[112123]: [07/Dec/2023:04:44:16] ENGINE Bus STARTING 2023-12-07T04:44:17.644 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:17 smithi028 ceph-mon[112123]: [07/Dec/2023:04:44:16] ENGINE Serving on http://172.21.15.28:8765 2023-12-07T04:44:17.644 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:17 smithi028 ceph-mon[112123]: [07/Dec/2023:04:44:16] ENGINE Serving on https://172.21.15.28:7150 2023-12-07T04:44:17.644 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:17 smithi028 ceph-mon[112123]: [07/Dec/2023:04:44:16] ENGINE Bus STARTED 2023-12-07T04:44:17.644 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:17 smithi028 ceph-mon[112123]: mgrmap e11: a(active, since 1.00593s) 2023-12-07T04:44:17.644 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:17.649 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2023-12-07T04:44:17.650 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-12-07T04:44:17.650 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "initialized": true 2023-12-07T04:44:17.650 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2023-12-07T04:44:17.650 INFO:teuthology.orchestra.run.smithi028.stdout:mgr epoch 9 is available 2023-12-07T04:44:17.650 INFO:teuthology.orchestra.run.smithi028.stdout:Generating a dashboard self-signed certificate... 2023-12-07T04:44:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:18 smithi028 ceph-mon[112123]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-07T04:44:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:18 smithi028 ceph-mon[112123]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-07T04:44:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:18.875 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-12-07T04:44:18.875 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial admin user... 2023-12-07T04:44:19.684 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:19 smithi028 ceph-mon[112123]: mgrmap e12: a(active, since 2s) 2023-12-07T04:44:19.684 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:19 smithi028 ceph-mon[112123]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:44:19.684 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:19 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:19.684 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:19 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:20.365 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$zU0Q2l.uTcRy.9PdOPf/N.wvf76yy43sriv2VzcKTvvBF9dKQwbqW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701924260, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-07T04:44:20.366 INFO:teuthology.orchestra.run.smithi028.stdout:Fetching dashboard port number... 2023-12-07T04:44:21.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:21 smithi028 ceph-mon[112123]: 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-07T04:44:21.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:21 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:21.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:21 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/3908426474' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-07T04:44:21.356 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 8443 2023-12-07T04:44:21.367 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-12-07T04:44:21.367 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout disabled 2023-12-07T04:44:21.376 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-12-07T04:44:21.376 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2023-12-07T04:44:21.377 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld.service is not enabled 2023-12-07T04:44:21.377 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-07T04:44:21.379 INFO:teuthology.orchestra.run.smithi028.stdout:Ceph Dashboard is now available at: 2023-12-07T04:44:21.379 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:21.379 INFO:teuthology.orchestra.run.smithi028.stdout: URL: https://smithi028.front.sepia.ceph.com:8443/ 2023-12-07T04:44:21.379 INFO:teuthology.orchestra.run.smithi028.stdout: User: admin 2023-12-07T04:44:21.380 INFO:teuthology.orchestra.run.smithi028.stdout: Password: qesg2a4sqw 2023-12-07T04:44:21.380 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:21.380 INFO:teuthology.orchestra.run.smithi028.stdout:Saving cluster configuration to /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config directory 2023-12-07T04:44:21.380 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling autotune for osd_memory_target 2023-12-07T04:44:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:23 smithi028 ceph-mon[112123]: mgrmap e13: a(active, since 6s) 2023-12-07T04:44:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:23 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/3993431251' entity='client.admin' 2023-12-07T04:44:23.549 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-12-07T04:44:23.549 INFO:teuthology.orchestra.run.smithi028.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-07T04:44:23.549 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:23.549 INFO:teuthology.orchestra.run.smithi028.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-07T04:44:23.549 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:23.549 INFO:teuthology.orchestra.run.smithi028.stdout:Or, if you are only running a single cluster on this host: 2023-12-07T04:44:23.549 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:23.550 INFO:teuthology.orchestra.run.smithi028.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-07T04:44:23.550 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:23.550 INFO:teuthology.orchestra.run.smithi028.stdout:Please consider enabling telemetry to help improve Ceph: 2023-12-07T04:44:23.550 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:23.550 INFO:teuthology.orchestra.run.smithi028.stdout: ceph telemetry on 2023-12-07T04:44:23.550 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:23.550 INFO:teuthology.orchestra.run.smithi028.stdout:For more information see: 2023-12-07T04:44:23.550 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:23.550 INFO:teuthology.orchestra.run.smithi028.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-12-07T04:44:23.551 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:23.551 INFO:teuthology.orchestra.run.smithi028.stdout:Bootstrap complete. 2023-12-07T04:44:23.602 INFO:tasks.cephadm:Fetching config... 2023-12-07T04:44:23.602 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:44:23.602 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-07T04:44:23.625 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-07T04:44:23.625 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:44:23.625 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-07T04:44:23.685 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-07T04:44:23.686 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:44:23.686 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/keyring of=/dev/stdout 2023-12-07T04:44:23.761 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-07T04:44:23.761 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:44:23.761 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-07T04:44:23.823 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-07T04:44:23.823 DEBUG:teuthology.orchestra.run.smithi028:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8D4gpCRpkxc79NhLcVn4Ia0+lcdiNCYwo9qg3fHKWg9pUl0Evq3L3diQTNZ68Igely40cbFHQlvStBhiN8n0W4YKYIUXakTafJEdWo4T/pAfmRYC3uq2CQwBJx7aoxq3rLEIJN96YMIztHGL80rB3XZjGSSH8F+T89S/FKktrrF3h1p0pl6RY+Ev1HYeJgAWVqStnBQsVqlcYimhQ/HJhTIKzkCJhCQWmdmR/21RVYeYtVsCTl4MzM09mxdvpSAmk3huwjBH+oMtLRuRLxT2SoWNJbfTcMKGkxLAuWlEALIGFKw8GcLWtYS1K7sf3KsVEPVjGoFdU3IZcwnJHfVTtd4p/6U75oq4rurB/JEaflD+0iJmhcXiI3cgkUxB2Q+4Q854udsFSmMojI6U5jk2x0wqrAicG8lQKlvwZszFnP/PYSAslW268RVJrNkN2pPxhJ007BxAJzaPObQpXJ8kUDDn4dhlhqHiifpppMt57xnIUDrBzllkxGo4yd8qF5vU= ceph-ff40de92-94ba-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T04:44:23.910 INFO:teuthology.orchestra.run.smithi028.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8D4gpCRpkxc79NhLcVn4Ia0+lcdiNCYwo9qg3fHKWg9pUl0Evq3L3diQTNZ68Igely40cbFHQlvStBhiN8n0W4YKYIUXakTafJEdWo4T/pAfmRYC3uq2CQwBJx7aoxq3rLEIJN96YMIztHGL80rB3XZjGSSH8F+T89S/FKktrrF3h1p0pl6RY+Ev1HYeJgAWVqStnBQsVqlcYimhQ/HJhTIKzkCJhCQWmdmR/21RVYeYtVsCTl4MzM09mxdvpSAmk3huwjBH+oMtLRuRLxT2SoWNJbfTcMKGkxLAuWlEALIGFKw8GcLWtYS1K7sf3KsVEPVjGoFdU3IZcwnJHfVTtd4p/6U75oq4rurB/JEaflD+0iJmhcXiI3cgkUxB2Q+4Q854udsFSmMojI6U5jk2x0wqrAicG8lQKlvwZszFnP/PYSAslW268RVJrNkN2pPxhJ007BxAJzaPObQpXJ8kUDDn4dhlhqHiifpppMt57xnIUDrBzllkxGo4yd8qF5vU= ceph-ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:44:23.924 DEBUG:teuthology.orchestra.run.smithi138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8D4gpCRpkxc79NhLcVn4Ia0+lcdiNCYwo9qg3fHKWg9pUl0Evq3L3diQTNZ68Igely40cbFHQlvStBhiN8n0W4YKYIUXakTafJEdWo4T/pAfmRYC3uq2CQwBJx7aoxq3rLEIJN96YMIztHGL80rB3XZjGSSH8F+T89S/FKktrrF3h1p0pl6RY+Ev1HYeJgAWVqStnBQsVqlcYimhQ/HJhTIKzkCJhCQWmdmR/21RVYeYtVsCTl4MzM09mxdvpSAmk3huwjBH+oMtLRuRLxT2SoWNJbfTcMKGkxLAuWlEALIGFKw8GcLWtYS1K7sf3KsVEPVjGoFdU3IZcwnJHfVTtd4p/6U75oq4rurB/JEaflD+0iJmhcXiI3cgkUxB2Q+4Q854udsFSmMojI6U5jk2x0wqrAicG8lQKlvwZszFnP/PYSAslW268RVJrNkN2pPxhJ007BxAJzaPObQpXJ8kUDDn4dhlhqHiifpppMt57xnIUDrBzllkxGo4yd8qF5vU= ceph-ff40de92-94ba-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T04:44:23.970 INFO:teuthology.orchestra.run.smithi138.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8D4gpCRpkxc79NhLcVn4Ia0+lcdiNCYwo9qg3fHKWg9pUl0Evq3L3diQTNZ68Igely40cbFHQlvStBhiN8n0W4YKYIUXakTafJEdWo4T/pAfmRYC3uq2CQwBJx7aoxq3rLEIJN96YMIztHGL80rB3XZjGSSH8F+T89S/FKktrrF3h1p0pl6RY+Ev1HYeJgAWVqStnBQsVqlcYimhQ/HJhTIKzkCJhCQWmdmR/21RVYeYtVsCTl4MzM09mxdvpSAmk3huwjBH+oMtLRuRLxT2SoWNJbfTcMKGkxLAuWlEALIGFKw8GcLWtYS1K7sf3KsVEPVjGoFdU3IZcwnJHfVTtd4p/6U75oq4rurB/JEaflD+0iJmhcXiI3cgkUxB2Q+4Q854udsFSmMojI6U5jk2x0wqrAicG8lQKlvwZszFnP/PYSAslW268RVJrNkN2pPxhJ007BxAJzaPObQpXJ8kUDDn4dhlhqHiifpppMt57xnIUDrBzllkxGo4yd8qF5vU= ceph-ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:44:23.982 DEBUG:teuthology.orchestra.run.smithi161:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8D4gpCRpkxc79NhLcVn4Ia0+lcdiNCYwo9qg3fHKWg9pUl0Evq3L3diQTNZ68Igely40cbFHQlvStBhiN8n0W4YKYIUXakTafJEdWo4T/pAfmRYC3uq2CQwBJx7aoxq3rLEIJN96YMIztHGL80rB3XZjGSSH8F+T89S/FKktrrF3h1p0pl6RY+Ev1HYeJgAWVqStnBQsVqlcYimhQ/HJhTIKzkCJhCQWmdmR/21RVYeYtVsCTl4MzM09mxdvpSAmk3huwjBH+oMtLRuRLxT2SoWNJbfTcMKGkxLAuWlEALIGFKw8GcLWtYS1K7sf3KsVEPVjGoFdU3IZcwnJHfVTtd4p/6U75oq4rurB/JEaflD+0iJmhcXiI3cgkUxB2Q+4Q854udsFSmMojI6U5jk2x0wqrAicG8lQKlvwZszFnP/PYSAslW268RVJrNkN2pPxhJ007BxAJzaPObQpXJ8kUDDn4dhlhqHiifpppMt57xnIUDrBzllkxGo4yd8qF5vU= ceph-ff40de92-94ba-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-07T04:44:24.028 INFO:teuthology.orchestra.run.smithi161.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC8D4gpCRpkxc79NhLcVn4Ia0+lcdiNCYwo9qg3fHKWg9pUl0Evq3L3diQTNZ68Igely40cbFHQlvStBhiN8n0W4YKYIUXakTafJEdWo4T/pAfmRYC3uq2CQwBJx7aoxq3rLEIJN96YMIztHGL80rB3XZjGSSH8F+T89S/FKktrrF3h1p0pl6RY+Ev1HYeJgAWVqStnBQsVqlcYimhQ/HJhTIKzkCJhCQWmdmR/21RVYeYtVsCTl4MzM09mxdvpSAmk3huwjBH+oMtLRuRLxT2SoWNJbfTcMKGkxLAuWlEALIGFKw8GcLWtYS1K7sf3KsVEPVjGoFdU3IZcwnJHfVTtd4p/6U75oq4rurB/JEaflD+0iJmhcXiI3cgkUxB2Q+4Q854udsFSmMojI6U5jk2x0wqrAicG8lQKlvwZszFnP/PYSAslW268RVJrNkN2pPxhJ007BxAJzaPObQpXJ8kUDDn4dhlhqHiifpppMt57xnIUDrBzllkxGo4yd8qF5vU= ceph-ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:44:24.040 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-07T04:44:24.331 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:44:26.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:26 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:26.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:26 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:26.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:26 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:44:26.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:26 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:26.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:26 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:26.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:26 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:26.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:26 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2190960016' entity='client.admin' 2023-12-07T04:44:26.610 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:26 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:26.611 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:26 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:26.698 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-07T04:44:26.698 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-07T04:44:27.212 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:44:28.932 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi138 2023-12-07T04:44:28.932 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:44:28.932 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.conf 2023-12-07T04:44:28.954 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:44:28.954 DEBUG:teuthology.orchestra.run.smithi138:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:44:29.015 INFO:tasks.cephadm:Adding host smithi138 to orchestrator... 2023-12-07T04:44:29.015 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch host add smithi138 2023-12-07T04:44:29.313 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:44:29.827 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:29 smithi028 ceph-mon[112123]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:44:29.827 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:29 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:29.827 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:29 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:29.827 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:29 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:29.827 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:29 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:44:29.827 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:29 smithi028 ceph-mon[112123]: Updating smithi028:/etc/ceph/ceph.conf 2023-12-07T04:44:30.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:30 smithi028 ceph-mon[112123]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:44:30.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:30 smithi028 ceph-mon[112123]: Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:44:30.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:30 smithi028 ceph-mon[112123]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:44:30.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:30 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:30.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:30 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:30.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:30 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:32.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:31 smithi028 ceph-mon[112123]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi138", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:44:32.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:31 smithi028 ceph-mon[112123]: Deploying cephadm binary to smithi138 2023-12-07T04:44:34.858 INFO:teuthology.orchestra.run.smithi028.stdout:Added host 'smithi138' with addr '172.21.15.138' 2023-12-07T04:44:35.246 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T04:44:35.539 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:44:35.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:35 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:35.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:35 smithi028 ceph-mon[112123]: Added host smithi138 2023-12-07T04:44:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:35 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:35 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:35 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:36.803 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:36.803 INFO:teuthology.orchestra.run.smithi028.stdout:[{"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}, {"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}] 2023-12-07T04:44:37.206 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi161 2023-12-07T04:44:37.206 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:44:37.207 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.conf 2023-12-07T04:44:37.228 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:44:37.228 DEBUG:teuthology.orchestra.run.smithi161:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:44:37.289 INFO:tasks.cephadm:Adding host smithi161 to orchestrator... 2023-12-07T04:44:37.290 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch host add smithi161 2023-12-07T04:44:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:37 smithi028 ceph-mon[112123]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:37.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:37 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:37.587 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:44:38.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:38 smithi028 ceph-mon[112123]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T04:44:39.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:39 smithi028 ceph-mon[112123]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:39.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:39 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:39 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:39 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:39 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:39 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi138", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:44:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:39 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:39 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:44:40.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:40 smithi028 ceph-mon[112123]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-07T04:44:40.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:40 smithi028 ceph-mon[112123]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi161", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:44:40.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:40 smithi028 ceph-mon[112123]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:44:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:40 smithi028 ceph-mon[112123]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:44:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:40 smithi028 ceph-mon[112123]: Deploying cephadm binary to smithi161 2023-12-07T04:44:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:40 smithi028 ceph-mon[112123]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:44:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:40 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:40 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:40 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:41.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:41 smithi028 ceph-mon[112123]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:42.959 INFO:teuthology.orchestra.run.smithi028.stdout:Added host 'smithi161' with addr '172.21.15.161' 2023-12-07T04:44:43.388 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-07T04:44:43.677 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:44:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:43 smithi028 ceph-mon[112123]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:43 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:43 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:43 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:43 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:44 smithi028 ceph-mon[112123]: Added host smithi161 2023-12-07T04:44:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:44 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:44.995 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:44:44.995 INFO:teuthology.orchestra.run.smithi028.stdout:[{"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}, {"addr": "172.21.15.138", "hostname": "smithi138", "labels": [], "status": ""}, {"addr": "172.21.15.161", "hostname": "smithi161", "labels": [], "status": ""}] 2023-12-07T04:44:45.372 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-07T04:44:45.373 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-07T04:44:45.665 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:44:45.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:45 smithi028 ceph-mon[112123]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:45 smithi028 ceph-mon[112123]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T04:44:46.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:46 smithi028 ceph-mon[112123]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:47.861 INFO:teuthology.orchestra.run.smithi028.stderr:adjusted tunables profile to default 2023-12-07T04:44:48.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1401254312' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:44:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:47 smithi028 ceph-mon[112123]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:44:48.281 INFO:tasks.cephadm:Adding mon.a on smithi028 2023-12-07T04:44:48.281 INFO:tasks.cephadm:Adding mon.b on smithi138 2023-12-07T04:44:48.281 INFO:tasks.cephadm:Adding mon.c on smithi161 2023-12-07T04:44:48.281 DEBUG:teuthology.orchestra.run.smithi161:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch apply mon '3;smithi028:172.21.15.28=a;smithi138:172.21.15.138=b;smithi161:172.21.15.161=c' 2023-12-07T04:44:48.563 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:44:49.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:48 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1401254312' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T04:44:49.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:48 smithi028 ceph-mon[112123]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T04:44:49.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:48 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:49.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:48 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:49.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:48 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:49.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:48 smithi028 ceph-mon[112123]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:49.817 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mon update... 2023-12-07T04:44:50.244 DEBUG:teuthology.orchestra.run.smithi138:mon.b> sudo journalctl -f -n 0 -u ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mon.b.service 2023-12-07T04:44:50.246 DEBUG:teuthology.orchestra.run.smithi161:mon.c> sudo journalctl -f -n 0 -u ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mon.c.service 2023-12-07T04:44:50.248 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T04:44:50.249 DEBUG:teuthology.orchestra.run.smithi161:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T04:44:50.277 INFO:journalctl@ceph.mon.c.smithi161.stdout:-- Logs begin at Thu 2023-12-07 04:28:15 UTC. -- 2023-12-07T04:44:50.282 INFO:journalctl@ceph.mon.b.smithi138.stdout:-- Logs begin at Thu 2023-12-07 04:27:59 UTC. -- 2023-12-07T04:44:50.683 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:44:51.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi138:172.21.15.138=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:44:51.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: Saving service mon spec with placement smithi028:172.21.15.28=a;smithi138:172.21.15.138=b;smithi161:172.21.15.161=c;count:3 2023-12-07T04:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: Deploying daemon mon.c on smithi161 2023-12-07T04:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:50 smithi028 ceph-mon[112123]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:52 smithi161 systemd[1]: Starting Ceph mon.c for ff40de92-94ba-11ee-95a2-87774f69a715... 2023-12-07T04:44:52.747 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:44:52.747 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":1,"fsid":"ff40de92-94ba-11ee-95a2-87774f69a715","modified":"2023-12-07T04:43:15.256692Z","created":"2023-12-07T04:43:15.256692Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-07T04:44:52.749 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 1 2023-12-07T04:44:53.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: set uid:gid to 167:167 (ceph:ceph) 2023-12-07T04:44:53.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: ceph version 19.0.0-64-ge068ebcf (e068ebcf7ecc6503f24666fb6b152034d3fe1067) reef (dev), process ceph-mon, pid 7 2023-12-07T04:44:53.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: pidfile_write: ignore empty --pid-file 2023-12-07T04:44:53.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: load: jerasure load: lrc 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: RocksDB version: 7.9.2 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Git sha 0 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Compile date 2023-12-06 23:35:10 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: DB SUMMARY 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: DB Session ID: NNRFMHZPLBL5N1GOSVNO 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: CURRENT file: CURRENT 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: IDENTITY file: IDENTITY 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.error_if_exists: 0 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.create_if_missing: 0 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.paranoid_checks: 1 2023-12-07T04:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.flush_verify_memtable_count: 1 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.env: 0x55a7370baa60 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.fs: PosixFileSystem 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.info_log: 0x55a7390ff740 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_file_opening_threads: 16 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.statistics: (nil) 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.use_fsync: 0 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_log_file_size: 0 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.log_file_time_to_roll: 0 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.keep_log_file_num: 1000 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.recycle_log_file_num: 0 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.allow_fallocate: 1 2023-12-07T04:44:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.allow_mmap_reads: 0 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.allow_mmap_writes: 0 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.use_direct_reads: 0 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.create_missing_column_families: 0 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.db_log_dir: 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.wal_dir: 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.table_cache_numshardbits: 6 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.WAL_ttl_seconds: 0 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.WAL_size_limit_MB: 0 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.is_fd_close_on_exec: 1 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.advise_random_on_open: 1 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.db_write_buffer_size: 0 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.write_buffer_manager: 0x55a7390b5360 2023-12-07T04:44:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.use_adaptive_mutex: 0 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.rate_limiter: (nil) 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.wal_recovery_mode: 2 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.enable_thread_tracking: 0 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.enable_pipelined_write: 0 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.unordered_write: 0 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.row_cache: None 2023-12-07T04:44:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.wal_filter: None 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.allow_ingest_behind: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.two_write_queues: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.manual_wal_flush: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.wal_compression: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.atomic_flush: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.persist_stats_to_disk: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.write_dbid_to_manifest: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.log_readahead_size: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.best_efforts_recovery: 0 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-12-07T04:44:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.allow_data_in_errors: 0 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.db_host_id: __hostname__ 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.enforce_single_del_contracts: true 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_background_jobs: 2 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_background_compactions: -1 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_subcompactions: 1 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.delayed_write_rate : 16777216 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_total_wal_size: 0 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.stats_dump_period_sec: 600 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.stats_persist_period_sec: 600 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-07T04:44:53.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_open_files: -1 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bytes_per_sync: 0 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.wal_bytes_per_sync: 0 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.strict_bytes_per_sync: 0 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_readahead_size: 0 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_background_flushes: -1 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Compression algorithms supported: 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: kZSTD supported: 0 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: kXpressCompression supported: 0 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: kLZ4HCCompression supported: 1 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: kZlibCompression supported: 1 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: kSnappyCompression supported: 1 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: kLZ4Compression supported: 1 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: kBZip2Compression supported: 0 2023-12-07T04:44:53.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Fast CRC32 supported: Supported on x86 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: DMutex implementation: pthread_mutex_t 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.merge_operator: 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_filter: None 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_filter_factory: None 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.sst_partitioner_factory: None 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.memtable_factory: SkipListFactory 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.table_factory: BlockBasedTable 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a7390ff860) 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout: cache_index_and_filter_blocks: 1 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-07T04:44:53.445 INFO:journalctl@ceph.mon.c.smithi161.stdout: pin_top_level_index_and_filter: 1 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: index_type: 0 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: data_block_index_type: 0 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: index_shortening: 1 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: data_block_hash_table_util_ratio: 0.750000 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: checksum: 4 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: no_block_cache: 0 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: block_cache: 0x55a739155090 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: block_cache_name: BinnedLRUCache 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: block_cache_options: 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: capacity : 536870912 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: num_shard_bits : 4 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: strict_capacity_limit : 0 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: high_pri_pool_ratio: 0.000 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: block_cache_compressed: (nil) 2023-12-07T04:44:53.446 INFO:journalctl@ceph.mon.c.smithi161.stdout: persistent_cache: (nil) 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: block_size: 4096 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: block_size_deviation: 10 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: block_restart_interval: 16 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: index_block_restart_interval: 1 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: metadata_block_size: 4096 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: partition_filters: 0 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: use_delta_encoding: 1 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: filter_policy: bloomfilter 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: whole_key_filtering: 1 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: verify_compression: 0 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: read_amp_bytes_per_bit: 0 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: format_version: 5 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: enable_index_compression: 1 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: block_align: 0 2023-12-07T04:44:53.447 INFO:journalctl@ceph.mon.c.smithi161.stdout: max_auto_readahead_size: 262144 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout: prepopulate_block_cache: 0 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout: initial_auto_readahead_size: 8192 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout: num_file_reads_for_auto_readahead: 2 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.write_buffer_size: 33554432 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_write_buffer_number: 2 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression: NoCompression 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression: Disabled 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.prefix_extractor: nullptr 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.num_levels: 7 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-07T04:44:53.448 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression_opts.window_bits: -14 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression_opts.level: 32767 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression_opts.strategy: 0 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression_opts.enabled: false 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-12-07T04:44:53.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.target_file_size_base: 67108864 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.target_file_size_multiplier: 1 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-07T04:44:53.450 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-07T04:44:53.451 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-07T04:44:53.451 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-12-07T04:44:53.451 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.arena_block_size: 1048576 2023-12-07T04:44:53.451 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-07T04:44:53.451 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-07T04:44:53.451 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.disable_auto_compactions: 0 2023-12-07T04:44:53.451 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-07T04:44:53.452 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.table_properties_collectors: 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.inplace_update_support: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.inplace_update_num_locks: 10000 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.memtable_huge_page_size: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.bloom_locality: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.max_successive_merges: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.optimize_filters_for_hits: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.paranoid_file_checks: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.force_consistency_checks: 1 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.report_bg_io_stats: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.ttl: 2592000 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.periodic_compaction_seconds: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-12-07T04:44:53.453 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.enable_blob_files: false 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.min_blob_size: 0 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.blob_file_size: 268435456 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.blob_compression_type: NoCompression 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.enable_blob_garbage_collection: false 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.blob_file_starting_level: 0 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: 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-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 678c7a5b-7fde-4ef5-a3de-d4dd93b14f9f 2023-12-07T04:44:53.454 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701924293247293, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701924293247699, "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": 1701924293, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "678c7a5b-7fde-4ef5-a3de-d4dd93b14f9f", "db_session_id": "NNRFMHZPLBL5N1GOSVNO", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: EVENT_LOG_v1 {"time_micros": 1701924293247776, "job": 1, "event": "recovery_finished"} 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: 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-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a7391f0000 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: DB pointer 0x55a7391dc000 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout: ** DB Stats ** 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.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-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T04:44:53.455 INFO:journalctl@ceph.mon.c.smithi161.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-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: ** Compaction Stats [default] ** 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.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-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: ** Compaction Stats [default] ** 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.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-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-12-07T04:44:53.456 INFO:journalctl@ceph.mon.c.smithi161.stdout: 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: AddFile(Keys): cumulative 0, interval 0 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.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-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: Block cache BinnedLRUCache@0x55a739155090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.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-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: 2023-12-07T04:44:53.457 INFO:journalctl@ceph.mon.c.smithi161.stdout: ** File Read Latency Histogram By Level [default] ** 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c does not exist in monmap, will attempt to join an existing cluster 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: using public_addr v2:172.21.15.161:0/0 -> [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: starting mon.c rank -1 at public addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] at bind addrs [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(???) e0 preinit fsid ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).mds e1 new map 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).mds e1 print_map 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout: e1 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.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-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout: legacy client fscid: -1 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout: 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout: No filesystems configured 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-07T04:44:53.458 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: 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-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:53.459 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/1401254312' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/1401254312' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi138:172.21.15.138=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:44:53.460 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: Saving service mon spec with placement smithi028:172.21.15.28=a;smithi138:172.21.15.138=b;smithi161:172.21.15.161=c;count:3 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: Deploying daemon mon.c on smithi161 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 ceph-mon[116604]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 bash[116544]: e8570e137113930357b43138867d6880d81d1db26ae7f36c46a53ef136400497 2023-12-07T04:44:53.461 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:53 smithi161 systemd[1]: Started Ceph mon.c for ff40de92-94ba-11ee-95a2-87774f69a715. 2023-12-07T04:44:54.226 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T04:44:54.226 DEBUG:teuthology.orchestra.run.smithi161:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T04:44:54.493 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T04:44:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: mon.a calling monitor election 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: mon.c calling monitor election 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T04:44:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: monmap e2: 2 mons at {a=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],c=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T04:44:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: fsmap 2023-12-07T04:44:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T04:44:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: mgrmap e13: a(active, since 42s) 2023-12-07T04:44:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T04:44:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:58 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: mon.a calling monitor election 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: mon.c calling monitor election 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T04:44:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: monmap e2: 2 mons at {a=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],c=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T04:44:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: fsmap 2023-12-07T04:44:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T04:44:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: mgrmap e13: a(active, since 42s) 2023-12-07T04:44:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T04:44:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:58 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:58.902 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:44:58.902 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":2,"fsid":"ff40de92-94ba-11ee-95a2-87774f69a715","modified":"2023-12-07T04:44:53.275994Z","created":"2023-12-07T04:43:15.256692Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-07T04:44:58.904 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 2 2023-12-07T04:44:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:59 smithi161 ceph-mon[116604]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:59 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:59 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:44:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:59 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:59 smithi161 ceph-mon[116604]: Deploying daemon mon.b on smithi138 2023-12-07T04:44:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:59 smithi161 ceph-mon[116604]: from='client.? 172.21.15.161:0/2674616113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T04:44:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:44:59 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:44:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:59 smithi028 ceph-mon[112123]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:44:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:59 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:44:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:59 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:44:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:59 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:44:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:59 smithi028 ceph-mon[112123]: Deploying daemon mon.b on smithi138 2023-12-07T04:44:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:59 smithi028 ceph-mon[112123]: from='client.? 172.21.15.161:0/2674616113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T04:44:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:44:59 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:00.266 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2023-12-07T04:45:00.267 DEBUG:teuthology.orchestra.run.smithi161:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-07T04:45:00.534 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T04:45:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 systemd[1]: Started Ceph mon.b for ff40de92-94ba-11ee-95a2-87774f69a715. 2023-12-07T04:45:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).mds e1 new map 2023-12-07T04:45:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).mds e1 print_map 2023-12-07T04:45:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout: e1 2023-12-07T04:45:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-12-07T04:45:01.539 INFO:journalctl@ceph.mon.b.smithi138.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-07T04:45:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout: legacy client fscid: -1 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout: 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout: No filesystems configured 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: 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-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi161", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/1401254312' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/1401254312' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi138:172.21.15.138=b;smithi161:172.21.15.161=c", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: Saving service mon spec with placement smithi028:172.21.15.28=a;smithi138:172.21.15.138=b;smithi161:172.21.15.161=c;count:3 2023-12-07T04:45:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: Deploying daemon mon.c on smithi161 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.a calling monitor election 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.c calling monitor election 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: monmap e2: 2 mons at {a=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],c=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: fsmap 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mgrmap e13: a(active, since 42s) 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: Deploying daemon mon.b on smithi138 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='client.? 172.21.15.161:0/2674616113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:01 smithi138 ceph-mon[117003]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2023-12-07T04:45:06.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:45:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: mon.a calling monitor election 2023-12-07T04:45:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: mon.c calling monitor election 2023-12-07T04:45:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: mon.b calling monitor election 2023-12-07T04:45:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: monmap e3: 3 mons at {a=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],b=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],c=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: fsmap 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: mgrmap e13: a(active, since 49s) 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:06 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:45:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: mon.a calling monitor election 2023-12-07T04:45:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: mon.c calling monitor election 2023-12-07T04:45:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: mon.b calling monitor election 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: monmap e3: 3 mons at {a=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],b=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],c=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: fsmap 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: mgrmap e13: a(active, since 49s) 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:06 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:45:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: mon.a calling monitor election 2023-12-07T04:45:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: mon.c calling monitor election 2023-12-07T04:45:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:45:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: mon.b calling monitor election 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: monmap e3: 3 mons at {a=[v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0],b=[v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0],c=[v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0]} removed_ranks: {} disallowed_leaders: {} 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: fsmap 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: osdmap e4: 0 total, 0 up, 0 in 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: mgrmap e13: a(active, since 49s) 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:06 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:07.801 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-07T04:45:07.802 INFO:teuthology.orchestra.run.smithi161.stdout:{"epoch":3,"fsid":"ff40de92-94ba-11ee-95a2-87774f69a715","modified":"2023-12-07T04:45:01.086959Z","created":"2023-12-07T04:43:15.256692Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:3300","nonce":0},{"type":"v1","addr":"172.21.15.161:6789","nonce":0}]},"addr":"172.21.15.161:6789/0","public_addr":"172.21.15.161:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:3300","nonce":0},{"type":"v1","addr":"172.21.15.138:6789","nonce":0}]},"addr":"172.21.15.138:6789/0","public_addr":"172.21.15.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2023-12-07T04:45:07.804 INFO:teuthology.orchestra.run.smithi161.stderr:dumped monmap epoch 3 2023-12-07T04:45:08.221 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-07T04:45:08.221 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-07T04:45:08.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: Updating smithi028:/etc/ceph/ceph.conf 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='client.? 172.21.15.161:0/1143895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T04:45:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T04:45:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: Updating smithi028:/etc/ceph/ceph.conf 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='client.? 172.21.15.161:0/1143895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T04:45:08.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:08.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T04:45:08.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:08.649 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:45:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: Updating smithi028:/etc/ceph/ceph.conf 2023-12-07T04:45:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-07T04:45:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-07T04:45:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:45:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='client.? 172.21.15.161:0/1143895' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T04:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:09.387 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:09 smithi028 ceph-mon[112123]: Reconfiguring mon.a (unknown last config time)... 2023-12-07T04:45:09.387 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:09 smithi028 ceph-mon[112123]: Reconfiguring daemon mon.a on smithi028 2023-12-07T04:45:09.387 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:09 smithi028 ceph-mon[112123]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:09.387 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:09 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:09.387 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:09 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:09.387 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:09 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:09.387 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:09 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T04:45:09.387 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:09 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:09.675 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:09 smithi138 ceph-mon[117003]: Reconfiguring mon.a (unknown last config time)... 2023-12-07T04:45:09.675 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:09 smithi138 ceph-mon[117003]: Reconfiguring daemon mon.a on smithi028 2023-12-07T04:45:09.675 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:09 smithi138 ceph-mon[117003]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:09.675 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:09 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:09.675 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:09 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:09.675 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:09 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:09.675 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:09 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T04:45:09.675 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:09 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:09 smithi161 ceph-mon[116604]: Reconfiguring mon.a (unknown last config time)... 2023-12-07T04:45:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:09 smithi161 ceph-mon[116604]: Reconfiguring daemon mon.a on smithi028 2023-12-07T04:45:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:09 smithi161 ceph-mon[116604]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:09 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:09 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:09 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:09 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T04:45:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:09 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:10.136 INFO:teuthology.orchestra.run.smithi028.stdout:# minimal ceph.conf for ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:45:10.137 INFO:teuthology.orchestra.run.smithi028.stdout:[global] 2023-12-07T04:45:10.137 INFO:teuthology.orchestra.run.smithi028.stdout: fsid = ff40de92-94ba-11ee-95a2-87774f69a715 2023-12-07T04:45:10.137 INFO:teuthology.orchestra.run.smithi028.stdout: mon_host = [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] [v2:172.21.15.138:3300/0,v1:172.21.15.138:6789/0] [v2:172.21.15.161:3300/0,v1:172.21.15.161:6789/0] 2023-12-07T04:45:10.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:10 smithi028 ceph-mon[112123]: Reconfiguring mon.b (monmap changed)... 2023-12-07T04:45:10.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:10 smithi028 ceph-mon[112123]: Reconfiguring daemon mon.b on smithi138 2023-12-07T04:45:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:10 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:10 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:10 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:10 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T04:45:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:10 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:10 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2982916214' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:10.571 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-07T04:45:10.571 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:45:10.572 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T04:45:10.575 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:10 smithi161 ceph-mon[116604]: Reconfiguring mon.b (monmap changed)... 2023-12-07T04:45:10.575 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:10 smithi161 ceph-mon[116604]: Reconfiguring daemon mon.b on smithi138 2023-12-07T04:45:10.575 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:10 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:10.575 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:10 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:10.575 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:10 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:10.575 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:10 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T04:45:10.575 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:10 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:10.575 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:10 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/2982916214' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:10.609 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:45:10.609 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:45:10.685 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:45:10.685 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T04:45:10.713 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:10 smithi138 ceph-mon[117003]: Reconfiguring mon.b (monmap changed)... 2023-12-07T04:45:10.714 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:10 smithi138 ceph-mon[117003]: Reconfiguring daemon mon.b on smithi138 2023-12-07T04:45:10.714 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:10 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:10.714 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:10 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:10.714 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:10 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-07T04:45:10.714 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:10 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-07T04:45:10.714 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:10 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:10.714 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:10 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/2982916214' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:10.717 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:45:10.717 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:45:10.785 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:45:10.785 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.conf 2023-12-07T04:45:10.814 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:45:10.814 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:45:10.882 INFO:tasks.cephadm:Adding mgr.a on smithi028 2023-12-07T04:45:10.882 INFO:tasks.cephadm:Adding mgr.b on smithi138 2023-12-07T04:45:10.882 DEBUG:teuthology.orchestra.run.smithi161:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch apply mgr '2;smithi028=a;smithi138=b' 2023-12-07T04:45:11.174 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T04:45:11.384 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:11 smithi161 ceph-mon[116604]: Reconfiguring mon.c (monmap changed)... 2023-12-07T04:45:11.384 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:11 smithi161 ceph-mon[116604]: Reconfiguring daemon mon.c on smithi161 2023-12-07T04:45:11.384 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:11 smithi161 ceph-mon[116604]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:11.384 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:11.384 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:11.385 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:11.385 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:11.385 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:11.385 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:11 smithi028 ceph-mon[112123]: Reconfiguring mon.c (monmap changed)... 2023-12-07T04:45:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:11 smithi028 ceph-mon[112123]: Reconfiguring daemon mon.c on smithi161 2023-12-07T04:45:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:11 smithi028 ceph-mon[112123]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:11 smithi138 ceph-mon[117003]: Reconfiguring mon.c (monmap changed)... 2023-12-07T04:45:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:11 smithi138 ceph-mon[117003]: Reconfiguring daemon mon.c on smithi161 2023-12-07T04:45:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:11 smithi138 ceph-mon[117003]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:12.501 INFO:teuthology.orchestra.run.smithi161.stdout:Scheduled mgr update... 2023-12-07T04:45:12.921 DEBUG:teuthology.orchestra.run.smithi138:mgr.b> sudo journalctl -f -n 0 -u ceph-ff40de92-94ba-11ee-95a2-87774f69a715@mgr.b.service 2023-12-07T04:45:12.923 INFO:tasks.cephadm:Deploying OSDs... 2023-12-07T04:45:12.923 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-07T04:45:12.923 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T04:45:12.947 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-07T04:45:12.947 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_1 2023-12-07T04:45:12.949 INFO:journalctl@ceph.mgr.b.smithi138.stdout:-- Logs begin at Thu 2023-12-07 04:27:59 UTC. -- 2023-12-07T04:45:13.010 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T04:45:13.011 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:13.011 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 6h/6d Inode: 385020 Links: 1 2023-12-07T04:45:13.011 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:13.011 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:13.011 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2023-12-07 04:44:26.379172198 +0000 2023-12-07T04:45:13.011 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2023-12-07 04:36:52.713452903 +0000 2023-12-07T04:45:13.011 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2023-12-07 04:36:52.713452903 +0000 2023-12-07T04:45:13.012 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2023-12-07T04:45:13.012 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T04:45:13.083 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2023-12-07T04:45:13.084 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2023-12-07T04:45:13.084 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000111473 s, 4.6 MB/s 2023-12-07T04:45:13.085 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T04:45:13.149 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_2 2023-12-07T04:45:13.213 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T04:45:13.213 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:13.213 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 6h/6d Inode: 389807 Links: 1 2023-12-07T04:45:13.213 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:13.214 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:13.214 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2023-12-07 04:44:26.442170351 +0000 2023-12-07T04:45:13.214 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2023-12-07 04:36:53.346434325 +0000 2023-12-07T04:45:13.214 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2023-12-07 04:36:53.346434325 +0000 2023-12-07T04:45:13.214 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2023-12-07T04:45:13.214 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T04:45:13.287 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2023-12-07T04:45:13.288 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2023-12-07T04:45:13.288 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000113819 s, 4.5 MB/s 2023-12-07T04:45:13.289 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T04:45:13.353 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_3 2023-12-07T04:45:13.416 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T04:45:13.416 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:13.416 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 6h/6d Inode: 397015 Links: 1 2023-12-07T04:45:13.416 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:13.416 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:13.417 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2023-12-07 04:44:26.496168768 +0000 2023-12-07T04:45:13.417 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2023-12-07 04:36:53.941416863 +0000 2023-12-07T04:45:13.417 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2023-12-07 04:36:53.941416863 +0000 2023-12-07T04:45:13.417 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2023-12-07T04:45:13.417 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T04:45:13.489 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2023-12-07T04:45:13.490 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2023-12-07T04:45:13.490 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000144557 s, 3.5 MB/s 2023-12-07T04:45:13.491 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T04:45:13.555 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_4 2023-12-07T04:45:13.583 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:13.583 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi138=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: Saving service mgr spec with placement smithi028=a;smithi138=b;count:2 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:13.584 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:13 smithi138 ceph-mon[117003]: Deploying daemon mgr.b on smithi138 2023-12-07T04:45:13.618 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T04:45:13.619 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:13.619 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 6h/6d Inode: 389885 Links: 1 2023-12-07T04:45:13.619 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:13.619 INFO:teuthology.orchestra.run.smithi028.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:13.619 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2023-12-07 04:44:26.550167185 +0000 2023-12-07T04:45:13.619 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2023-12-07 04:36:54.541399254 +0000 2023-12-07T04:45:13.619 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2023-12-07 04:36:54.541399254 +0000 2023-12-07T04:45:13.619 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2023-12-07T04:45:13.619 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T04:45:13.692 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2023-12-07T04:45:13.692 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2023-12-07T04:45:13.692 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000136027 s, 3.8 MB/s 2023-12-07T04:45:13.694 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T04:45:13.758 DEBUG:teuthology.orchestra.run.smithi138:> set -ex 2023-12-07T04:45:13.758 DEBUG:teuthology.orchestra.run.smithi138:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T04:45:13.777 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-07T04:45:13.777 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_1 2023-12-07T04:45:13.837 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T04:45:13.837 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:13.837 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 387032 Links: 1 2023-12-07T04:45:13.837 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:13.837 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:13.837 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-12-07 04:45:13.765549706 +0000 2023-12-07T04:45:13.837 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-12-07 04:36:05.284018488 +0000 2023-12-07T04:45:13.838 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-12-07 04:36:05.284018488 +0000 2023-12-07T04:45:13.838 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-12-07T04:45:13.838 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T04:45:13.905 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:13 smithi138 systemd[1]: Starting Ceph mgr.b for ff40de92-94ba-11ee-95a2-87774f69a715... 2023-12-07T04:45:13.908 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-12-07T04:45:13.908 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-12-07T04:45:13.908 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.00024761 s, 2.1 MB/s 2023-12-07T04:45:13.909 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T04:45:13.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi138=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: Saving service mgr spec with placement smithi028=a;smithi138=b;count:2 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:13 smithi161 ceph-mon[116604]: Deploying daemon mgr.b on smithi138 2023-12-07T04:45:13.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:13.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi138=b", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: Saving service mgr spec with placement smithi028=a;smithi138=b;count:2 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:13 smithi028 ceph-mon[112123]: Deploying daemon mgr.b on smithi138 2023-12-07T04:45:13.968 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_2 2023-12-07T04:45:14.026 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T04:45:14.026 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:14.026 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 393813 Links: 1 2023-12-07T04:45:14.027 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:14.027 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:14.027 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-12-07 04:45:13.765549706 +0000 2023-12-07T04:45:14.027 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-12-07 04:36:05.805007622 +0000 2023-12-07T04:45:14.027 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-12-07 04:36:05.805007622 +0000 2023-12-07T04:45:14.027 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-12-07T04:45:14.027 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T04:45:14.093 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-12-07T04:45:14.093 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-12-07T04:45:14.093 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.000196903 s, 2.6 MB/s 2023-12-07T04:45:14.094 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T04:45:14.153 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_3 2023-12-07T04:45:14.212 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T04:45:14.212 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:14.212 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 385951 Links: 1 2023-12-07T04:45:14.212 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:14.212 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:14.212 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-12-07 04:45:13.765549706 +0000 2023-12-07T04:45:14.212 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-12-07 04:36:06.320996860 +0000 2023-12-07T04:45:14.212 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-12-07 04:36:06.320996860 +0000 2023-12-07T04:45:14.212 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-12-07T04:45:14.213 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T04:45:14.282 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-12-07T04:45:14.282 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-12-07T04:45:14.282 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.00019966 s, 2.6 MB/s 2023-12-07T04:45:14.283 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T04:45:14.346 DEBUG:teuthology.orchestra.run.smithi138:> stat /dev/vg_nvme/lv_4 2023-12-07T04:45:14.403 INFO:teuthology.orchestra.run.smithi138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T04:45:14.404 INFO:teuthology.orchestra.run.smithi138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:14.404 INFO:teuthology.orchestra.run.smithi138.stdout:Device: 6h/6d Inode: 399597 Links: 1 2023-12-07T04:45:14.404 INFO:teuthology.orchestra.run.smithi138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:14.404 INFO:teuthology.orchestra.run.smithi138.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:14.404 INFO:teuthology.orchestra.run.smithi138.stdout:Access: 2023-12-07 04:45:13.765549706 +0000 2023-12-07T04:45:14.404 INFO:teuthology.orchestra.run.smithi138.stdout:Modify: 2023-12-07 04:36:06.831986202 +0000 2023-12-07T04:45:14.404 INFO:teuthology.orchestra.run.smithi138.stdout:Change: 2023-12-07 04:36:06.831986202 +0000 2023-12-07T04:45:14.404 INFO:teuthology.orchestra.run.smithi138.stdout: Birth: - 2023-12-07T04:45:14.404 DEBUG:teuthology.orchestra.run.smithi138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T04:45:14.470 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records in 2023-12-07T04:45:14.470 INFO:teuthology.orchestra.run.smithi138.stderr:1+0 records out 2023-12-07T04:45:14.471 INFO:teuthology.orchestra.run.smithi138.stderr:512 bytes copied, 0.00021572 s, 2.4 MB/s 2023-12-07T04:45:14.472 DEBUG:teuthology.orchestra.run.smithi138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T04:45:14.537 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-07T04:45:14.537 DEBUG:teuthology.orchestra.run.smithi161:> dd if=/scratch_devs of=/dev/stdout 2023-12-07T04:45:14.538 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:14 smithi138 ceph-mgr[118556]: -- 172.21.15.138:0/2946993863 <== mon.2 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5603ba9ea1a0 con 0x5603ba9c0800 2023-12-07T04:45:14.538 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:14 smithi138 bash[118400]: 05068a1562f511a09f368e19bae04890ac479300468fcbc970f99f8ab8bd9751 2023-12-07T04:45:14.538 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:14 smithi138 systemd[1]: Started Ceph mgr.b for ff40de92-94ba-11ee-95a2-87774f69a715. 2023-12-07T04:45:14.538 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:14 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:14.391+0000 7f579cb50200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T04:45:14.558 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-07T04:45:14.559 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_1 2023-12-07T04:45:14.619 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-07T04:45:14.619 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:14.619 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 390497 Links: 1 2023-12-07T04:45:14.619 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:14.619 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:14.620 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2023-12-07 04:44:52.604867560 +0000 2023-12-07T04:45:14.620 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2023-12-07 04:36:05.317476159 +0000 2023-12-07T04:45:14.620 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2023-12-07 04:36:05.317476159 +0000 2023-12-07T04:45:14.620 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2023-12-07T04:45:14.620 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-07T04:45:14.690 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2023-12-07T04:45:14.691 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2023-12-07T04:45:14.691 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000272378 s, 1.9 MB/s 2023-12-07T04:45:14.692 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-07T04:45:14.754 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_2 2023-12-07T04:45:14.813 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-07T04:45:14.813 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:14.813 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 396473 Links: 1 2023-12-07T04:45:14.813 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:14.814 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:14.814 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2023-12-07 04:44:52.604867560 +0000 2023-12-07T04:45:14.814 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2023-12-07 04:36:05.931463561 +0000 2023-12-07T04:45:14.814 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2023-12-07 04:36:05.931463561 +0000 2023-12-07T04:45:14.814 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2023-12-07T04:45:14.814 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-07T04:45:14.880 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2023-12-07T04:45:14.880 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2023-12-07T04:45:14.880 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000221044 s, 2.3 MB/s 2023-12-07T04:45:14.881 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-07T04:45:14.923 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:14 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:14.570+0000 7f579cb50200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T04:45:14.942 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_3 2023-12-07T04:45:15.000 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-07T04:45:15.000 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:15.001 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 393747 Links: 1 2023-12-07T04:45:15.001 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:15.001 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:15.001 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2023-12-07 04:44:52.605867540 +0000 2023-12-07T04:45:15.001 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2023-12-07 04:36:06.464452625 +0000 2023-12-07T04:45:15.001 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2023-12-07 04:36:06.464452625 +0000 2023-12-07T04:45:15.001 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2023-12-07T04:45:15.001 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-07T04:45:15.067 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2023-12-07T04:45:15.067 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2023-12-07T04:45:15.067 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000214707 s, 2.4 MB/s 2023-12-07T04:45:15.068 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-07T04:45:15.127 DEBUG:teuthology.orchestra.run.smithi161:> stat /dev/vg_nvme/lv_4 2023-12-07T04:45:15.185 INFO:teuthology.orchestra.run.smithi161.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-07T04:45:15.185 INFO:teuthology.orchestra.run.smithi161.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-07T04:45:15.185 INFO:teuthology.orchestra.run.smithi161.stdout:Device: 6h/6d Inode: 390670 Links: 1 2023-12-07T04:45:15.185 INFO:teuthology.orchestra.run.smithi161.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-07T04:45:15.185 INFO:teuthology.orchestra.run.smithi161.stdout:Context: system_u:object_r:device_t:s0 2023-12-07T04:45:15.186 INFO:teuthology.orchestra.run.smithi161.stdout:Access: 2023-12-07 04:44:52.605867540 +0000 2023-12-07T04:45:15.186 INFO:teuthology.orchestra.run.smithi161.stdout:Modify: 2023-12-07 04:36:07.015441320 +0000 2023-12-07T04:45:15.186 INFO:teuthology.orchestra.run.smithi161.stdout:Change: 2023-12-07 04:36:07.015441320 +0000 2023-12-07T04:45:15.186 INFO:teuthology.orchestra.run.smithi161.stdout: Birth: - 2023-12-07T04:45:15.186 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-07T04:45:15.251 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records in 2023-12-07T04:45:15.251 INFO:teuthology.orchestra.run.smithi161.stderr:1+0 records out 2023-12-07T04:45:15.251 INFO:teuthology.orchestra.run.smithi161.stderr:512 bytes copied, 0.000230942 s, 2.2 MB/s 2023-12-07T04:45:15.252 DEBUG:teuthology.orchestra.run.smithi161:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-07T04:45:15.288 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:14 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:14.925+0000 7f579cb50200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T04:45:15.310 INFO:tasks.cephadm:Deploying osd.0 on smithi028 with /dev/vg_nvme/lv_4... 2023-12-07T04:45:15.310 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T04:45:15.616 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:45:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:15 smithi161 ceph-mon[116604]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:15 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:15 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:15 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:15 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:15 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:15.693 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:15 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:15.461+0000 7f579cb50200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T04:45:15.693 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:15 smithi138 ceph-mon[117003]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:15.694 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:15 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.694 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:15 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.694 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:15 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.694 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:15 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.694 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:15 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:15 smithi028 ceph-mon[112123]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:15 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:15 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:15 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:15 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:15 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:16.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:16.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:16.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: Reconfiguring mgr.a (unknown last config time)... 2023-12-07T04:45:16.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T04:45:16.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T04:45:16.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:16.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: Reconfiguring daemon mgr.a on smithi028 2023-12-07T04:45:16.344 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:16 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.538 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:15 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:15.695+0000 7f579cb50200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T04:45:16.538 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:16.112+0000 7f579cb50200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T04:45:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: Reconfiguring mgr.a (unknown last config time)... 2023-12-07T04:45:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T04:45:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T04:45:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: Reconfiguring daemon mgr.a on smithi028 2023-12-07T04:45:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: Reconfiguring mgr.a (unknown last config time)... 2023-12-07T04:45:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-07T04:45:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-07T04:45:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: Reconfiguring daemon mgr.a on smithi028 2023-12-07T04:45:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:16 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.288 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:16.814+0000 7f579cb50200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T04:45:17.288 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:16 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:16.900+0000 7f579cb50200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T04:45:17.592 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T04:45:17.592 INFO:teuthology.orchestra.run.smithi028.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T04:45:17.592 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10+0 records in 2023-12-07T04:45:17.592 INFO:teuthology.orchestra.run.smithi028.stderr:10+0 records out 2023-12-07T04:45:17.592 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.00931886 s, 1.1 GB/s 2023-12-07T04:45:17.592 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping successful for: 2023-12-07T04:45:17.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:17 smithi028 ceph-mon[112123]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:17.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:17.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:17.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:17.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.668 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:17.498+0000 7f579cb50200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T04:45:17.668 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:17.581+0000 7f579cb50200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T04:45:17.668 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:17.670+0000 7f579cb50200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T04:45:17.668 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-mon[117003]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:17.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:17.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:17.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:17.669 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:17 smithi161 ceph-mon[116604]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:17 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:17 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:17 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:17 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:17 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:17 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:17.985 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:17.763+0000 7f579cb50200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T04:45:17.994 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi028:vg_nvme/lv_4 2023-12-07T04:45:18.287 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:45:18.287 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:17 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:17.987+0000 7f579cb50200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T04:45:18.288 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:18 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:18.079+0000 7f579cb50200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T04:45:18.563 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:18 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:18.291+0000 7f579cb50200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T04:45:18.563 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:18 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:18.386+0000 7f579cb50200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T04:45:18.564 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:18 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:18.565+0000 7f579cb50200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T04:45:19.038 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:18 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:18.650+0000 7f579cb50200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T04:45:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:19 smithi161 ceph-mon[116604]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:19 smithi028 ceph-mon[112123]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:19.764 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:19 smithi138 ceph-mon[117003]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:19.764 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:19 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:19.400+0000 7f579cb50200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T04:45:19.765 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:19 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:19.591+0000 7f579cb50200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T04:45:19.765 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:19 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:19.766+0000 7f579cb50200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:45:20.598 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:20 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T04:45:20.598 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:20 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T04:45:20.598 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:20 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:20 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T04:45:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:20 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T04:45:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:20 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:20.775 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:20 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T04:45:20.775 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:20 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T04:45:20.775 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:20 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:20.775 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:20 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:20.419+0000 7f579cb50200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T04:45:20.775 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:20 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:20.600+0000 7f579cb50200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:45:20.776 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:20 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:20.777+0000 7f579cb50200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T04:45:21.038 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:45:20 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:45:20.892+0000 7f579cb50200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T04:45:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:21 smithi161 ceph-mon[116604]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:21 smithi161 ceph-mon[116604]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:21 smithi161 ceph-mon[116604]: Standby manager daemon b started 2023-12-07T04:45:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:21 smithi161 ceph-mon[116604]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T04:45:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:21 smithi161 ceph-mon[116604]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T04:45:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:21 smithi161 ceph-mon[116604]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T04:45:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:21 smithi161 ceph-mon[116604]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T04:45:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:21 smithi028 ceph-mon[112123]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:21 smithi028 ceph-mon[112123]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:21 smithi028 ceph-mon[112123]: Standby manager daemon b started 2023-12-07T04:45:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:21 smithi028 ceph-mon[112123]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T04:45:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:21 smithi028 ceph-mon[112123]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T04:45:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:21 smithi028 ceph-mon[112123]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T04:45:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:21 smithi028 ceph-mon[112123]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T04:45:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:21 smithi138 ceph-mon[117003]: from='client.14220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:21 smithi138 ceph-mon[117003]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:21 smithi138 ceph-mon[117003]: Standby manager daemon b started 2023-12-07T04:45:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:21 smithi138 ceph-mon[117003]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T04:45:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:21 smithi138 ceph-mon[117003]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T04:45:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:21 smithi138 ceph-mon[117003]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T04:45:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:21 smithi138 ceph-mon[117003]: from='mgr.? 172.21.15.138:0/3823435935' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T04:45:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:22 smithi161 ceph-mon[116604]: mgrmap e14: a(active, since 65s), standbys: b 2023-12-07T04:45:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:22 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T04:45:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:22 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/2670356367' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e0b7b92-6b7c-4486-84b1-1fb4486b1501"}]: dispatch 2023-12-07T04:45:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:22 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/2670356367' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e0b7b92-6b7c-4486-84b1-1fb4486b1501"}]': finished 2023-12-07T04:45:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:22 smithi161 ceph-mon[116604]: osdmap e5: 1 total, 0 up, 1 in 2023-12-07T04:45:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:22 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:22 smithi028 ceph-mon[112123]: mgrmap e14: a(active, since 65s), standbys: b 2023-12-07T04:45:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:22 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T04:45:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:22 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2670356367' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e0b7b92-6b7c-4486-84b1-1fb4486b1501"}]: dispatch 2023-12-07T04:45:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:22 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2670356367' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e0b7b92-6b7c-4486-84b1-1fb4486b1501"}]': finished 2023-12-07T04:45:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:22 smithi028 ceph-mon[112123]: osdmap e5: 1 total, 0 up, 1 in 2023-12-07T04:45:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:22 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:22 smithi138 ceph-mon[117003]: mgrmap e14: a(active, since 65s), standbys: b 2023-12-07T04:45:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:22 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T04:45:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:22 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/2670356367' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e0b7b92-6b7c-4486-84b1-1fb4486b1501"}]: dispatch 2023-12-07T04:45:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:22 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/2670356367' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e0b7b92-6b7c-4486-84b1-1fb4486b1501"}]': finished 2023-12-07T04:45:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:22 smithi138 ceph-mon[117003]: osdmap e5: 1 total, 0 up, 1 in 2023-12-07T04:45:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:22 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:23 smithi161 ceph-mon[116604]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:23 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/2128765286' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T04:45:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:23 smithi028 ceph-mon[112123]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:23 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2128765286' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T04:45:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:23 smithi138 ceph-mon[117003]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:23 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/2128765286' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T04:45:25.143 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:24 smithi028 ceph-mon[112123]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:25.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:24 smithi161 ceph-mon[116604]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:25.287 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:24 smithi138 ceph-mon[117003]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:27 smithi028 ceph-mon[112123]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:27 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T04:45:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:27 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:27 smithi161 ceph-mon[116604]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:27 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T04:45:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:27 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:27 smithi138 ceph-mon[117003]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:27 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-07T04:45:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:27 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:28 smithi161 ceph-mon[116604]: Deploying daemon osd.0 on smithi028 2023-12-07T04:45:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:28 smithi028 ceph-mon[112123]: Deploying daemon osd.0 on smithi028 2023-12-07T04:45:28.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:28 smithi138 ceph-mon[117003]: Deploying daemon osd.0 on smithi028 2023-12-07T04:45:29.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:29 smithi028 ceph-mon[112123]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:29 smithi161 ceph-mon[116604]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:29.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:29 smithi138 ceph-mon[117003]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:31 smithi028 ceph-mon[112123]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:31 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:31 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:31 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:31 smithi161 ceph-mon[116604]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:31 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:31 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:31 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:31 smithi138 ceph-mon[117003]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:31 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:31 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:31 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:33.383 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:33 smithi028 ceph-mon[112123]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:33.384 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:33 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:33.384 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:33 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:33.452 INFO:teuthology.orchestra.run.smithi028.stdout:Created osd(s) 0 on host 'smithi028' 2023-12-07T04:45:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:33 smithi161 ceph-mon[116604]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:33 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:33 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:33 smithi138 ceph-mon[117003]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:33 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:33 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:34.026 DEBUG:teuthology.orchestra.run.smithi028:osd.0> sudo journalctl -f -n 0 -u ceph-ff40de92-94ba-11ee-95a2-87774f69a715@osd.0.service 2023-12-07T04:45:34.028 INFO:tasks.cephadm:Deploying osd.1 on smithi138 with /dev/vg_nvme/lv_4... 2023-12-07T04:45:34.028 DEBUG:teuthology.orchestra.run.smithi138:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T04:45:34.067 INFO:journalctl@ceph.osd.0.smithi028.stdout:-- Logs begin at Thu 2023-12-07 04:27:47 UTC. -- 2023-12-07T04:45:34.293 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.b/config 2023-12-07T04:45:34.444 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:45:34 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-osd-0[130077]: 2023-12-07T04:45:34.382+0000 7f06aa206640 -1 osd.0 0 log_to_monitors true 2023-12-07T04:45:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:34 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:34 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:34 smithi028 ceph-mon[112123]: from='osd.0 [v2:172.21.15.28:6802/143269523,v1:172.21.15.28:6803/143269523]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T04:45:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:34 smithi028 ceph-mon[112123]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T04:45:34.717 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:34 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:34.717 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:34 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:34.717 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:34 smithi138 ceph-mon[117003]: from='osd.0 [v2:172.21.15.28:6802/143269523,v1:172.21.15.28:6803/143269523]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T04:45:34.717 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:34 smithi138 ceph-mon[117003]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T04:45:34.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:34 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:34.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:34 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:34 smithi161 ceph-mon[116604]: from='osd.0 [v2:172.21.15.28:6802/143269523,v1:172.21.15.28:6803/143269523]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T04:45:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:34 smithi161 ceph-mon[116604]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-07T04:45:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:35 smithi028 ceph-mon[112123]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:35 smithi028 ceph-mon[112123]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T04:45:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:35 smithi028 ceph-mon[112123]: osdmap e6: 1 total, 0 up, 1 in 2023-12-07T04:45:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:35 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:35 smithi028 ceph-mon[112123]: from='osd.0 [v2:172.21.15.28:6802/143269523,v1:172.21.15.28:6803/143269523]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2023-12-07T04:45:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:35 smithi028 ceph-mon[112123]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2023-12-07T04:45:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:35 smithi138 ceph-mon[117003]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:35 smithi138 ceph-mon[117003]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T04:45:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:35 smithi138 ceph-mon[117003]: osdmap e6: 1 total, 0 up, 1 in 2023-12-07T04:45:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:35 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:35 smithi138 ceph-mon[117003]: from='osd.0 [v2:172.21.15.28:6802/143269523,v1:172.21.15.28:6803/143269523]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2023-12-07T04:45:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:35 smithi138 ceph-mon[117003]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2023-12-07T04:45:35.906 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T04:45:35.906 INFO:teuthology.orchestra.run.smithi138.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T04:45:35.906 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10+0 records in 2023-12-07T04:45:35.906 INFO:teuthology.orchestra.run.smithi138.stderr:10+0 records out 2023-12-07T04:45:35.906 INFO:teuthology.orchestra.run.smithi138.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0125584 s, 835 MB/s 2023-12-07T04:45:35.906 INFO:teuthology.orchestra.run.smithi138.stderr:--> Zapping successful for: 2023-12-07T04:45:35.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:35 smithi161 ceph-mon[116604]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:35.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:35 smithi161 ceph-mon[116604]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-07T04:45:35.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:35 smithi161 ceph-mon[116604]: osdmap e6: 1 total, 0 up, 1 in 2023-12-07T04:45:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:35 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:35 smithi161 ceph-mon[116604]: from='osd.0 [v2:172.21.15.28:6802/143269523,v1:172.21.15.28:6803/143269523]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2023-12-07T04:45:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:35 smithi161 ceph-mon[116604]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2023-12-07T04:45:36.212 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:45:35 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-osd-0[130077]: 2023-12-07T04:45:35.927+0000 7f069f87d700 -1 osd.0 0 waiting for initial osdmap 2023-12-07T04:45:36.213 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:45:35 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-osd-0[130077]: 2023-12-07T04:45:35.930+0000 7f0698e72700 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T04:45:36.294 DEBUG:teuthology.orchestra.run.smithi138:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi138:vg_nvme/lv_4 2023-12-07T04:45:36.547 INFO:teuthology.orchestra.run.smithi138.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.b/config 2023-12-07T04:45:37.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: osdmap e7: 1 total, 0 up, 1 in 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: Detected new or changed devices on smithi028 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 17126M 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:36 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:37.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2023-12-07T04:45:37.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: osdmap e7: 1 total, 0 up, 1 in 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: Detected new or changed devices on smithi028 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 17126M 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:36 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: osdmap e7: 1 total, 0 up, 1 in 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: Detected new or changed devices on smithi028 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 17126M 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:37.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:37.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:36 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:38.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:37 smithi161 ceph-mon[116604]: purged_snaps scrub starts 2023-12-07T04:45:38.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:37 smithi161 ceph-mon[116604]: purged_snaps scrub ok 2023-12-07T04:45:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:37 smithi161 ceph-mon[116604]: osd.0 [v2:172.21.15.28:6802/143269523,v1:172.21.15.28:6803/143269523] boot 2023-12-07T04:45:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:37 smithi161 ceph-mon[116604]: osdmap e8: 1 total, 1 up, 1 in 2023-12-07T04:45:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:37 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:37 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:37 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:37 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:38.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:37 smithi028 ceph-mon[112123]: purged_snaps scrub starts 2023-12-07T04:45:38.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:37 smithi028 ceph-mon[112123]: purged_snaps scrub ok 2023-12-07T04:45:38.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:37 smithi028 ceph-mon[112123]: osd.0 [v2:172.21.15.28:6802/143269523,v1:172.21.15.28:6803/143269523] boot 2023-12-07T04:45:38.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:37 smithi028 ceph-mon[112123]: osdmap e8: 1 total, 1 up, 1 in 2023-12-07T04:45:38.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:37 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:38.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:37 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:38.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:37 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:38.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:37 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:38.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:37 smithi138 ceph-mon[117003]: purged_snaps scrub starts 2023-12-07T04:45:38.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:37 smithi138 ceph-mon[117003]: purged_snaps scrub ok 2023-12-07T04:45:38.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:37 smithi138 ceph-mon[117003]: osd.0 [v2:172.21.15.28:6802/143269523,v1:172.21.15.28:6803/143269523] boot 2023-12-07T04:45:38.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:37 smithi138 ceph-mon[117003]: osdmap e8: 1 total, 1 up, 1 in 2023-12-07T04:45:38.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:37 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:45:38.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:37 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:38.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:37 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:38.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:37 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:39.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:38 smithi138 ceph-mon[117003]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:39.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:38 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T04:45:39.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:38 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T04:45:39.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:38 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:39.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:38 smithi138 ceph-mon[117003]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:39.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:38 smithi138 ceph-mon[117003]: osdmap e9: 1 total, 1 up, 1 in 2023-12-07T04:45:39.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:38 smithi161 ceph-mon[116604]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:39.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:38 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T04:45:39.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:38 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T04:45:39.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:38 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:39.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:38 smithi161 ceph-mon[116604]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:39.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:38 smithi161 ceph-mon[116604]: osdmap e9: 1 total, 1 up, 1 in 2023-12-07T04:45:39.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:38 smithi028 ceph-mon[112123]: from='client.24149 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi138:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:39.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:38 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T04:45:39.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:38 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T04:45:39.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:38 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:39.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:38 smithi028 ceph-mon[112123]: pgmap v39: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:39.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:38 smithi028 ceph-mon[112123]: osdmap e9: 1 total, 1 up, 1 in 2023-12-07T04:45:40.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:39 smithi161 ceph-mon[116604]: from='client.? 172.21.15.138:0/3275976692' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fb7c838-b524-4889-bd9b-effb61b25eb2"}]: dispatch 2023-12-07T04:45:40.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:39 smithi161 ceph-mon[116604]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fb7c838-b524-4889-bd9b-effb61b25eb2"}]: dispatch 2023-12-07T04:45:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:39 smithi161 ceph-mon[116604]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7fb7c838-b524-4889-bd9b-effb61b25eb2"}]': finished 2023-12-07T04:45:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:39 smithi161 ceph-mon[116604]: osdmap e10: 2 total, 1 up, 2 in 2023-12-07T04:45:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:39 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:40.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:39 smithi028 ceph-mon[112123]: from='client.? 172.21.15.138:0/3275976692' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fb7c838-b524-4889-bd9b-effb61b25eb2"}]: dispatch 2023-12-07T04:45:40.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:39 smithi028 ceph-mon[112123]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fb7c838-b524-4889-bd9b-effb61b25eb2"}]: dispatch 2023-12-07T04:45:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:39 smithi028 ceph-mon[112123]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7fb7c838-b524-4889-bd9b-effb61b25eb2"}]': finished 2023-12-07T04:45:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:39 smithi028 ceph-mon[112123]: osdmap e10: 2 total, 1 up, 2 in 2023-12-07T04:45:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:39 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:40.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:39 smithi138 ceph-mon[117003]: from='client.? 172.21.15.138:0/3275976692' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fb7c838-b524-4889-bd9b-effb61b25eb2"}]: dispatch 2023-12-07T04:45:40.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:39 smithi138 ceph-mon[117003]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7fb7c838-b524-4889-bd9b-effb61b25eb2"}]: dispatch 2023-12-07T04:45:40.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:39 smithi138 ceph-mon[117003]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7fb7c838-b524-4889-bd9b-effb61b25eb2"}]': finished 2023-12-07T04:45:40.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:39 smithi138 ceph-mon[117003]: osdmap e10: 2 total, 1 up, 2 in 2023-12-07T04:45:40.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:39 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:41.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:40 smithi161 ceph-mon[116604]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:41.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:40 smithi161 ceph-mon[116604]: from='client.? 172.21.15.138:0/3465991353' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T04:45:41.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:40 smithi028 ceph-mon[112123]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:41.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:40 smithi028 ceph-mon[112123]: from='client.? 172.21.15.138:0/3465991353' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T04:45:41.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:40 smithi138 ceph-mon[117003]: pgmap v42: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:41.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:40 smithi138 ceph-mon[117003]: from='client.? 172.21.15.138:0/3465991353' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T04:45:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:43 smithi138 ceph-mon[117003]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:43 smithi161 ceph-mon[116604]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:43 smithi028 ceph-mon[112123]: pgmap v43: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:45.070 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:44 smithi138 ceph-mon[117003]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:45.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:44 smithi161 ceph-mon[116604]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:45.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:44 smithi028 ceph-mon[112123]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:46.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:45 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T04:45:46.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:45 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:46.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:45 smithi161 ceph-mon[116604]: Deploying daemon osd.1 on smithi138 2023-12-07T04:45:46.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:45 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T04:45:46.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:45 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:46.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:45 smithi028 ceph-mon[112123]: Deploying daemon osd.1 on smithi138 2023-12-07T04:45:46.241 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:45 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-07T04:45:46.241 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:45 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:46.241 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:45 smithi138 ceph-mon[117003]: Deploying daemon osd.1 on smithi138 2023-12-07T04:45:47.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:46 smithi161 ceph-mon[116604]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:47.210 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:46 smithi138 ceph-mon[117003]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:47.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:46 smithi028 ceph-mon[112123]: pgmap v45: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:49.534 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:49 smithi138 ceph-mon[117003]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:49.534 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:49 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:49.534 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:49 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:49.534 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:49 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:49 smithi161 ceph-mon[116604]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:49 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:49 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:49 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:49 smithi028 ceph-mon[112123]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:49 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:49.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:49 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:49.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:49 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:51.004 INFO:teuthology.orchestra.run.smithi138.stdout:Created osd(s) 1 on host 'smithi138' 2023-12-07T04:45:51.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:51 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:51 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.341 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:51 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:51.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:51 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:51.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:51 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:51 smithi138 ceph-mon[117003]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:51.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:51 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:51 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.342 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:51 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:51.433 DEBUG:teuthology.orchestra.run.smithi138:osd.1> sudo journalctl -f -n 0 -u ceph-ff40de92-94ba-11ee-95a2-87774f69a715@osd.1.service 2023-12-07T04:45:51.435 INFO:tasks.cephadm:Deploying osd.2 on smithi161 with /dev/vg_nvme/lv_4... 2023-12-07T04:45:51.435 DEBUG:teuthology.orchestra.run.smithi161:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2023-12-07T04:45:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:51 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:51 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:51 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:51 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:51 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:51 smithi161 ceph-mon[116604]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:51 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:51 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:51 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:51 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:51 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:51 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:51 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:51 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:51 smithi028 ceph-mon[112123]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:51 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:51 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:51 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:45:51.465 INFO:journalctl@ceph.osd.1.smithi138.stdout:-- Logs begin at Thu 2023-12-07 04:27:59 UTC. -- 2023-12-07T04:45:51.697 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T04:45:52.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:52 smithi138 ceph-mon[117003]: from='osd.1 [v2:172.21.15.138:6800/1363338175,v1:172.21.15.138:6801/1363338175]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T04:45:52.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:52 smithi138 ceph-mon[117003]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T04:45:52.289 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:45:52 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-osd-1[121956]: 2023-12-07T04:45:52.002+0000 7f5111380640 -1 osd.1 0 log_to_monitors true 2023-12-07T04:45:52.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:52 smithi028 ceph-mon[112123]: from='osd.1 [v2:172.21.15.138:6800/1363338175,v1:172.21.15.138:6801/1363338175]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T04:45:52.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:52 smithi028 ceph-mon[112123]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T04:45:52.548 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:52 smithi161 ceph-mon[116604]: from='osd.1 [v2:172.21.15.138:6800/1363338175,v1:172.21.15.138:6801/1363338175]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T04:45:52.548 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:52 smithi161 ceph-mon[116604]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-07T04:45:53.101 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping: /dev/vg_nvme/lv_4 2023-12-07T04:45:53.101 INFO:teuthology.orchestra.run.smithi161.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2023-12-07T04:45:53.101 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10+0 records in 2023-12-07T04:45:53.101 INFO:teuthology.orchestra.run.smithi161.stderr:10+0 records out 2023-12-07T04:45:53.101 INFO:teuthology.orchestra.run.smithi161.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0130335 s, 805 MB/s 2023-12-07T04:45:53.101 INFO:teuthology.orchestra.run.smithi161.stderr:--> Zapping successful for: 2023-12-07T04:45:53.302 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:45:53 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-osd-1[121956]: 2023-12-07T04:45:53.210+0000 7f51069f7700 -1 osd.1 0 waiting for initial osdmap 2023-12-07T04:45:53.302 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:45:53 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-osd-1[121956]: 2023-12-07T04:45:53.214+0000 7f50fe7e9700 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T04:45:53.302 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:53 smithi138 ceph-mon[117003]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T04:45:53.303 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:53 smithi138 ceph-mon[117003]: osdmap e11: 2 total, 1 up, 2 in 2023-12-07T04:45:53.303 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:53 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:53.303 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:53 smithi138 ceph-mon[117003]: from='osd.1 [v2:172.21.15.138:6800/1363338175,v1:172.21.15.138:6801/1363338175]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-07T04:45:53.303 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:53 smithi138 ceph-mon[117003]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-07T04:45:53.303 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:53 smithi138 ceph-mon[117003]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:53.428 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:53 smithi161 ceph-mon[116604]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T04:45:53.429 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:53 smithi161 ceph-mon[116604]: osdmap e11: 2 total, 1 up, 2 in 2023-12-07T04:45:53.429 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:53 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:53.429 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:53 smithi161 ceph-mon[116604]: from='osd.1 [v2:172.21.15.138:6800/1363338175,v1:172.21.15.138:6801/1363338175]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-07T04:45:53.429 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:53 smithi161 ceph-mon[116604]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-07T04:45:53.429 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:53 smithi161 ceph-mon[116604]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:53 smithi028 ceph-mon[112123]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-07T04:45:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:53 smithi028 ceph-mon[112123]: osdmap e11: 2 total, 1 up, 2 in 2023-12-07T04:45:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:53 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:53 smithi028 ceph-mon[112123]: from='osd.1 [v2:172.21.15.138:6800/1363338175,v1:172.21.15.138:6801/1363338175]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-07T04:45:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:53 smithi028 ceph-mon[112123]: from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]: dispatch 2023-12-07T04:45:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:53 smithi028 ceph-mon[112123]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2023-12-07T04:45:53.505 DEBUG:teuthology.orchestra.run.smithi161:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph orch daemon add osd smithi161:vg_nvme/lv_4 2023-12-07T04:45:53.765 INFO:teuthology.orchestra.run.smithi161.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.c/config 2023-12-07T04:45:54.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: osdmap e12: 2 total, 1 up, 2 in 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: Detected new or changed devices on smithi138 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 17122M 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:54 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.538 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-12-07T04:45:54.538 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: osdmap e12: 2 total, 1 up, 2 in 2023-12-07T04:45:54.538 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:54.538 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:54.538 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: Detected new or changed devices on smithi138 2023-12-07T04:45:54.538 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.538 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.538 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:45:54.539 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 17122M 2023-12-07T04:45:54.539 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.539 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:54.539 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:54.539 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:54 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi138", "root=default"]}]': finished 2023-12-07T04:45:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: osdmap e12: 2 total, 1 up, 2 in 2023-12-07T04:45:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: Detected new or changed devices on smithi138 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 17122M 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:45:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:54 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:45:55.535 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:55 smithi161 ceph-mon[116604]: purged_snaps scrub starts 2023-12-07T04:45:55.536 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:55 smithi161 ceph-mon[116604]: purged_snaps scrub ok 2023-12-07T04:45:55.536 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:55 smithi161 ceph-mon[116604]: osd.1 [v2:172.21.15.138:6800/1363338175,v1:172.21.15.138:6801/1363338175] boot 2023-12-07T04:45:55.536 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:55 smithi161 ceph-mon[116604]: osdmap e13: 2 total, 2 up, 2 in 2023-12-07T04:45:55.536 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:55 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:55.536 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:55 smithi161 ceph-mon[116604]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:45:55.536 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:55 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T04:45:55.536 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:55 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T04:45:55.536 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:55 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:55.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:55 smithi138 ceph-mon[117003]: purged_snaps scrub starts 2023-12-07T04:45:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:55 smithi138 ceph-mon[117003]: purged_snaps scrub ok 2023-12-07T04:45:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:55 smithi138 ceph-mon[117003]: osd.1 [v2:172.21.15.138:6800/1363338175,v1:172.21.15.138:6801/1363338175] boot 2023-12-07T04:45:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:55 smithi138 ceph-mon[117003]: osdmap e13: 2 total, 2 up, 2 in 2023-12-07T04:45:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:55 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:55 smithi138 ceph-mon[117003]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:45:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:55 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T04:45:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:55 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T04:45:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:55 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:55.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:55 smithi028 ceph-mon[112123]: purged_snaps scrub starts 2023-12-07T04:45:55.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:55 smithi028 ceph-mon[112123]: purged_snaps scrub ok 2023-12-07T04:45:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:55 smithi028 ceph-mon[112123]: osd.1 [v2:172.21.15.138:6800/1363338175,v1:172.21.15.138:6801/1363338175] boot 2023-12-07T04:45:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:55 smithi028 ceph-mon[112123]: osdmap e13: 2 total, 2 up, 2 in 2023-12-07T04:45:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:55 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:45:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:55 smithi028 ceph-mon[112123]: pgmap v52: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:45:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:55 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-07T04:45:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:55 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-07T04:45:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:55 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:45:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:56 smithi138 ceph-mon[117003]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:56 smithi138 ceph-mon[117003]: osdmap e14: 2 total, 2 up, 2 in 2023-12-07T04:45:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:56 smithi161 ceph-mon[116604]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:56 smithi161 ceph-mon[116604]: osdmap e14: 2 total, 2 up, 2 in 2023-12-07T04:45:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:56 smithi028 ceph-mon[112123]: from='client.24148 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi161:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:45:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:56 smithi028 ceph-mon[112123]: osdmap e14: 2 total, 2 up, 2 in 2023-12-07T04:45:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:57 smithi138 ceph-mon[117003]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:45:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:57 smithi138 ceph-mon[117003]: from='client.? 172.21.15.161:0/2476575977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37438039-46cd-4def-9497-9f0012bbbd79"}]: dispatch 2023-12-07T04:45:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:57 smithi138 ceph-mon[117003]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37438039-46cd-4def-9497-9f0012bbbd79"}]: dispatch 2023-12-07T04:45:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:57 smithi138 ceph-mon[117003]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37438039-46cd-4def-9497-9f0012bbbd79"}]': finished 2023-12-07T04:45:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:57 smithi138 ceph-mon[117003]: osdmap e15: 3 total, 2 up, 3 in 2023-12-07T04:45:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:57 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:45:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:57 smithi161 ceph-mon[116604]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:45:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:57 smithi161 ceph-mon[116604]: from='client.? 172.21.15.161:0/2476575977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37438039-46cd-4def-9497-9f0012bbbd79"}]: dispatch 2023-12-07T04:45:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:57 smithi161 ceph-mon[116604]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37438039-46cd-4def-9497-9f0012bbbd79"}]: dispatch 2023-12-07T04:45:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:57 smithi161 ceph-mon[116604]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37438039-46cd-4def-9497-9f0012bbbd79"}]': finished 2023-12-07T04:45:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:57 smithi161 ceph-mon[116604]: osdmap e15: 3 total, 2 up, 3 in 2023-12-07T04:45:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:57 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:45:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:57 smithi028 ceph-mon[112123]: pgmap v54: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:45:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:57 smithi028 ceph-mon[112123]: from='client.? 172.21.15.161:0/2476575977' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37438039-46cd-4def-9497-9f0012bbbd79"}]: dispatch 2023-12-07T04:45:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:57 smithi028 ceph-mon[112123]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "37438039-46cd-4def-9497-9f0012bbbd79"}]: dispatch 2023-12-07T04:45:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:57 smithi028 ceph-mon[112123]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "37438039-46cd-4def-9497-9f0012bbbd79"}]': finished 2023-12-07T04:45:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:57 smithi028 ceph-mon[112123]: osdmap e15: 3 total, 2 up, 3 in 2023-12-07T04:45:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:57 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:45:58.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:58 smithi138 ceph-mon[117003]: from='client.? 172.21.15.161:0/3978045900' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T04:45:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:58 smithi161 ceph-mon[116604]: from='client.? 172.21.15.161:0/3978045900' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T04:45:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:58 smithi028 ceph-mon[112123]: from='client.? 172.21.15.161:0/3978045900' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-07T04:45:59.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:45:59 smithi138 ceph-mon[117003]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:45:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:45:59 smithi161 ceph-mon[116604]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:45:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:45:59 smithi028 ceph-mon[112123]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:01 smithi161 ceph-mon[116604]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:01 smithi028 ceph-mon[112123]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:01.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:01 smithi138 ceph-mon[117003]: pgmap v57: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:02.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:02 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T04:46:02.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:02 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:02 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T04:46:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:02 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:02 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-07T04:46:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:02 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:03 smithi161 ceph-mon[116604]: Deploying daemon osd.2 on smithi161 2023-12-07T04:46:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:03 smithi161 ceph-mon[116604]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:03 smithi028 ceph-mon[112123]: Deploying daemon osd.2 on smithi161 2023-12-07T04:46:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:03 smithi028 ceph-mon[112123]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:03.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:03 smithi138 ceph-mon[117003]: Deploying daemon osd.2 on smithi161 2023-12-07T04:46:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:03 smithi138 ceph-mon[117003]: pgmap v58: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:05.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:04 smithi161 ceph-mon[116604]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:05.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:04 smithi028 ceph-mon[112123]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:05.287 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:04 smithi138 ceph-mon[117003]: pgmap v59: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:07 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:07 smithi161 ceph-mon[116604]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:07.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:07.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:07 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:07.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:07 smithi028 ceph-mon[112123]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:07 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:07 smithi138 ceph-mon[117003]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:08.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:08.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:08.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:08 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:08.586 INFO:teuthology.orchestra.run.smithi161.stdout:Created osd(s) 2 on host 'smithi161' 2023-12-07T04:46:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:08 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:08 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:08.996 DEBUG:teuthology.orchestra.run.smithi161:osd.2> sudo journalctl -f -n 0 -u ceph-ff40de92-94ba-11ee-95a2-87774f69a715@osd.2.service 2023-12-07T04:46:08.998 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2023-12-07T04:46:08.998 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-07T04:46:09.029 INFO:journalctl@ceph.osd.2.smithi161.stdout:-- Logs begin at Thu 2023-12-07 04:28:15 UTC. -- 2023-12-07T04:46:09.297 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:09.427 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:09 smithi161 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-osd-2[121630]: 2023-12-07T04:46:09.325+0000 7f4a46a2c640 -1 osd.2 0 log_to_monitors true 2023-12-07T04:46:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:09 smithi161 ceph-mon[116604]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:09 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:09 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:09 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:09 smithi161 ceph-mon[116604]: from='osd.2 [v2:172.21.15.161:6800/3274038272,v1:172.21.15.161:6801/3274038272]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T04:46:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:09 smithi161 ceph-mon[116604]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T04:46:09.925 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:09 smithi028 ceph-mon[112123]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:09.925 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:09 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:09.925 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:09 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:09.925 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:09 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:09.925 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:09 smithi028 ceph-mon[112123]: from='osd.2 [v2:172.21.15.161:6800/3274038272,v1:172.21.15.161:6801/3274038272]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T04:46:09.926 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:09 smithi028 ceph-mon[112123]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T04:46:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:09 smithi138 ceph-mon[117003]: pgmap v61: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:09 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:09 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:09 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:09 smithi138 ceph-mon[117003]: from='osd.2 [v2:172.21.15.161:6800/3274038272,v1:172.21.15.161:6801/3274038272]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T04:46:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:09 smithi138 ceph-mon[117003]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-07T04:46:10.720 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:46:10.996 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:10 smithi161 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-osd-2[121630]: 2023-12-07T04:46:10.938+0000 7f4a3c0a3700 -1 osd.2 0 waiting for initial osdmap 2023-12-07T04:46:10.996 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:10 smithi161 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-osd-2[121630]: 2023-12-07T04:46:10.940+0000 7f4a35e99700 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2023-12-07T04:46:10.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:10 smithi161 ceph-mon[116604]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T04:46:10.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:10 smithi161 ceph-mon[116604]: osdmap e16: 3 total, 2 up, 3 in 2023-12-07T04:46:10.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:10 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:10.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:10 smithi161 ceph-mon[116604]: from='osd.2 [v2:172.21.15.161:6800/3274038272,v1:172.21.15.161:6801/3274038272]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-07T04:46:10.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:10 smithi161 ceph-mon[116604]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-07T04:46:10.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:10 smithi161 ceph-mon[116604]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:10.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:10 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/1847000192' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T04:46:11.048 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:10 smithi028 ceph-mon[112123]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T04:46:11.049 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:10 smithi028 ceph-mon[112123]: osdmap e16: 3 total, 2 up, 3 in 2023-12-07T04:46:11.049 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:10 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:11.049 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:10 smithi028 ceph-mon[112123]: from='osd.2 [v2:172.21.15.161:6800/3274038272,v1:172.21.15.161:6801/3274038272]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-07T04:46:11.049 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:10 smithi028 ceph-mon[112123]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-07T04:46:11.049 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:10 smithi028 ceph-mon[112123]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:11.049 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:10 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1847000192' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T04:46:11.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:10 smithi138 ceph-mon[117003]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-07T04:46:11.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:10 smithi138 ceph-mon[117003]: osdmap e16: 3 total, 2 up, 3 in 2023-12-07T04:46:11.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:10 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:11.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:10 smithi138 ceph-mon[117003]: from='osd.2 [v2:172.21.15.161:6800/3274038272,v1:172.21.15.161:6801/3274038272]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-07T04:46:11.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:10 smithi138 ceph-mon[117003]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]: dispatch 2023-12-07T04:46:11.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:10 smithi138 ceph-mon[117003]: pgmap v63: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:11.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:10 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/1847000192' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T04:46:11.337 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1701924354,"num_in_osds":3,"osd_in_since":1701924356,"num_remapped_pgs":0} 2023-12-07T04:46:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2023-12-07T04:46:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: osdmap e17: 3 total, 2 up, 3 in 2023-12-07T04:46:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: Detected new or changed devices on smithi161 2023-12-07T04:46:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:46:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21218M 2023-12-07T04:46:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:11 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: osdmap e17: 3 total, 2 up, 3 in 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: Detected new or changed devices on smithi161 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21218M 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:11 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.339 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-07T04:46:12.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi161", "root=default"]}]': finished 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: osdmap e17: 3 total, 2 up, 3 in 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: Detected new or changed devices on smithi161 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21218M 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:11 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:12.634 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:13.141 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:12 smithi028 ceph-mon[112123]: purged_snaps scrub starts 2023-12-07T04:46:13.141 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:12 smithi028 ceph-mon[112123]: purged_snaps scrub ok 2023-12-07T04:46:13.141 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:12 smithi028 ceph-mon[112123]: osd.2 [v2:172.21.15.161:6800/3274038272,v1:172.21.15.161:6801/3274038272] boot 2023-12-07T04:46:13.141 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:12 smithi028 ceph-mon[112123]: osdmap e18: 3 total, 3 up, 3 in 2023-12-07T04:46:13.141 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:12 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:13.142 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:12 smithi028 ceph-mon[112123]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:13.142 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:12 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' 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-07T04:46:13.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:12 smithi138 ceph-mon[117003]: purged_snaps scrub starts 2023-12-07T04:46:13.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:12 smithi138 ceph-mon[117003]: purged_snaps scrub ok 2023-12-07T04:46:13.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:12 smithi138 ceph-mon[117003]: osd.2 [v2:172.21.15.161:6800/3274038272,v1:172.21.15.161:6801/3274038272] boot 2023-12-07T04:46:13.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:12 smithi138 ceph-mon[117003]: osdmap e18: 3 total, 3 up, 3 in 2023-12-07T04:46:13.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:12 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:13.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:12 smithi138 ceph-mon[117003]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:13.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:12 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' 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-07T04:46:13.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:12 smithi161 ceph-mon[116604]: purged_snaps scrub starts 2023-12-07T04:46:13.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:12 smithi161 ceph-mon[116604]: purged_snaps scrub ok 2023-12-07T04:46:13.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:12 smithi161 ceph-mon[116604]: osd.2 [v2:172.21.15.161:6800/3274038272,v1:172.21.15.161:6801/3274038272] boot 2023-12-07T04:46:13.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:12 smithi161 ceph-mon[116604]: osdmap e18: 3 total, 3 up, 3 in 2023-12-07T04:46:13.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:12 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:13.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:12 smithi161 ceph-mon[116604]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-12-07T04:46:13.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:12 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' 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-07T04:46:13.930 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:46:14.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' 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-07T04:46:14.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:13 smithi028 ceph-mon[112123]: osdmap e19: 3 total, 3 up, 3 in 2023-12-07T04:46:14.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:13 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T04:46:14.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:13 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1850168317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T04:46:14.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' 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-07T04:46:14.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:13 smithi138 ceph-mon[117003]: osdmap e19: 3 total, 3 up, 3 in 2023-12-07T04:46:14.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:13 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T04:46:14.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:13 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/1850168317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T04:46:14.327 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1701924371,"num_in_osds":3,"osd_in_since":1701924356,"num_remapped_pgs":0} 2023-12-07T04:46:14.328 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T04:46:14.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' 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-07T04:46:14.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:13 smithi161 ceph-mon[116604]: osdmap e19: 3 total, 3 up, 3 in 2023-12-07T04:46:14.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:13 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-12-07T04:46:14.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:13 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/1850168317' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-07T04:46:14.651 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:15.132 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:14 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T04:46:15.132 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:14 smithi028 ceph-mon[112123]: osdmap e20: 3 total, 3 up, 3 in 2023-12-07T04:46:15.132 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:14 smithi028 ceph-mon[112123]: pgmap v69: 1 pgs: 1 creating+activating; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:15.133 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:46:14 smithi028 sudo[135222]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T04:46:15.133 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:46:14 smithi028 sudo[135222]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:15.133 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:46:14 smithi028 sudo[135222]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:15.133 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:46:14 smithi028 sudo[135222]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:14 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T04:46:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:14 smithi138 ceph-mon[117003]: osdmap e20: 3 total, 3 up, 3 in 2023-12-07T04:46:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:14 smithi138 ceph-mon[117003]: pgmap v69: 1 pgs: 1 creating+activating; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:14 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-12-07T04:46:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:14 smithi161 ceph-mon[116604]: osdmap e20: 3 total, 3 up, 3 in 2023-12-07T04:46:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:14 smithi161 ceph-mon[116604]: pgmap v69: 1 pgs: 1 creating+activating; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:15.712 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:46:15 smithi028 sudo[135267]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T04:46:15.713 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:46:15 smithi028 sudo[135267]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:15.713 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:46:15 smithi028 sudo[135267]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:15.713 INFO:journalctl@ceph.osd.0.smithi028.stdout:Dec 07 04:46:15 smithi028 sudo[135267]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:15.912 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:46:15.912 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"ff40de92-94ba-11ee-95a2-87774f69a715","created":"2023-12-07T04:43:17.388961+0000","modified":"2023-12-07T04:46:14.949652+0000","last_up_change":"2023-12-07T04:46:11.934030+0000","last_in_change":"2023-12-07T04:45:56.883148+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-07T04:46:12.793100+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":"6e0b7b92-6b7c-4486-84b1-1fb4486b1501","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.28:6802","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6803","nonce":143269523}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6805","nonce":143269523}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6809","nonce":143269523}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6807","nonce":143269523}]},"public_addr":"172.21.15.28:6803/143269523","cluster_addr":"172.21.15.28:6805/143269523","heartbeat_back_addr":"172.21.15.28:6809/143269523","heartbeat_front_addr":"172.21.15.28:6807/143269523","state":["exists","up"]},{"osd":1,"uuid":"7fb7c838-b524-4889-bd9b-effb61b25eb2","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.138:6800","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6801","nonce":1363338175}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6803","nonce":1363338175}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6807","nonce":1363338175}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6805","nonce":1363338175}]},"public_addr":"172.21.15.138:6801/1363338175","cluster_addr":"172.21.15.138:6803/1363338175","heartbeat_back_addr":"172.21.15.138:6807/1363338175","heartbeat_front_addr":"172.21.15.138:6805/1363338175","state":["exists","up"]},{"osd":2,"uuid":"37438039-46cd-4def-9497-9f0012bbbd79","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.161:6800","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6801","nonce":3274038272}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6803","nonce":3274038272}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6807","nonce":3274038272}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6805","nonce":3274038272}]},"public_addr":"172.21.15.161:6801/3274038272","cluster_addr":"172.21.15.161:6803/3274038272","heartbeat_back_addr":"172.21.15.161:6807/3274038272","heartbeat_front_addr":"172.21.15.161:6805/3274038272","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-07T04:45:35.390803+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-07T04:45:52.983291+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-07T04:46:10.282635+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:0/2087548564":"2023-12-08T04:44:16.237652+0000","172.21.15.28:0/1993691245":"2023-12-08T04:44:16.237652+0000","172.21.15.28:6801/970890565":"2023-12-08T04:44:16.237652+0000","172.21.15.28:6800/970890565":"2023-12-08T04:44:16.237652+0000","172.21.15.28:6800/4254110286":"2023-12-08T04:43:50.997451+0000","172.21.15.28:6801/4254110286":"2023-12-08T04:43:50.997451+0000","172.21.15.28:0/3648726295":"2023-12-08T04:43:50.997451+0000","172.21.15.28:0/3210861715":"2023-12-08T04:43:50.997451+0000","172.21.15.28:0/433881637":"2023-12-08T04:44:16.237652+0000","172.21.15.28:0/2662461867":"2023-12-08T04:43:50.997451+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-07T04:46:15.953 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:46:15 smithi138 sudo[126365]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T04:46:15.953 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:46:15 smithi138 sudo[126365]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:15.954 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:46:15 smithi138 sudo[126365]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:15.954 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:46:15 smithi138 sudo[126365]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:15.954 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:46:15 smithi138 sudo[126368]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T04:46:15.954 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:46:15 smithi138 sudo[126368]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:15.954 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:46:15 smithi138 sudo[126368]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:15.954 INFO:journalctl@ceph.osd.1.smithi138.stdout:Dec 07 04:46:15 smithi138 sudo[126368]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:16.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:15 smithi028 ceph-mon[112123]: osdmap e21: 3 total, 3 up, 3 in 2023-12-07T04:46:16.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:15 smithi028 ceph-mon[112123]: mgrmap e15: a(active, since 118s), standbys: b 2023-12-07T04:46:16.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:15 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:16.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:15 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/234763084' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T04:46:16.213 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:16 smithi161 sudo[126705]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T04:46:16.213 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:16 smithi161 sudo[126705]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:16.214 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:16 smithi161 sudo[126705]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:16.214 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:16 smithi161 sudo[126705]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:16.214 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:15 smithi161 ceph-mon[116604]: osdmap e21: 3 total, 3 up, 3 in 2023-12-07T04:46:16.214 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:15 smithi161 ceph-mon[116604]: mgrmap e15: a(active, since 118s), standbys: b 2023-12-07T04:46:16.214 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:15 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:16.214 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:15 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/234763084' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T04:46:16.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:15 smithi138 ceph-mon[117003]: osdmap e21: 3 total, 3 up, 3 in 2023-12-07T04:46:16.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:15 smithi138 ceph-mon[117003]: mgrmap e15: a(active, since 118s), standbys: b 2023-12-07T04:46:16.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:15 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:16.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:15 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/234763084' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T04:46:16.321 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-12-07T04:46:12.793100+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-07T04:46:16.321 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd pool get .mgr pg_num 2023-12-07T04:46:16.626 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:16.686 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:16 smithi161 sudo[126708]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T04:46:16.686 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:16 smithi161 sudo[126708]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:16.686 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:16 smithi161 sudo[126708]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:16.686 INFO:journalctl@ceph.osd.2.smithi161.stdout:Dec 07 04:46:16 smithi161 sudo[126708]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:17.199 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:16 smithi028 sudo[135440]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T04:46:17.199 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:16 smithi028 sudo[135440]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:17.199 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:16 smithi028 sudo[135440]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:17.199 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:16 smithi028 sudo[135440]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:17 smithi028 sudo[135477]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T04:46:17.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:17 smithi028 sudo[135477]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:17.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:17 smithi028 sudo[135477]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:17.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:17 smithi028 sudo[135477]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:17.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:17.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:17 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:17.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:17 smithi028 ceph-mon[112123]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T04:46:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 ceph-mon[116604]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T04:46:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 sudo[126711]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T04:46:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 sudo[126711]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 sudo[126711]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 sudo[126711]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:17 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:17 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' 2023-12-07T04:46:17.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:17 smithi138 ceph-mon[117003]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T04:46:17.995 INFO:teuthology.orchestra.run.smithi028.stdout:pg_num: 1 2023-12-07T04:46:18.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 sudo[126714]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T04:46:18.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 sudo[126714]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:18.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 sudo[126714]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:18.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:17 smithi161 sudo[126714]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:18.389 INFO:tasks.cephadm:Setting up client nodes... 2023-12-07T04:46:18.389 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-07T04:46:18.389 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-07T04:46:18.390 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-07T04:46:18.415 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 sudo[126371]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-12-07T04:46:18.416 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 sudo[126371]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:18.416 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 sudo[126371]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:18.416 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 sudo[126371]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:18.416 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 sudo[126374]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-12-07T04:46:18.416 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 sudo[126374]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-12-07T04:46:18.416 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 sudo[126374]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-12-07T04:46:18.416 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 sudo[126374]: pam_unix(sudo:session): session closed for user root 2023-12-07T04:46:18.684 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: pgmap v71: 1 pgs: 1 creating+activating; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T04:46:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/3543262836' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T04:46:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:18 smithi161 ceph-mon[116604]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T04:46:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: pgmap v71: 1 pgs: 1 creating+activating; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T04:46:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T04:46:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T04:46:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T04:46:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/3543262836' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T04:46:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:18 smithi028 ceph-mon[112123]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T04:46:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: pgmap v71: 1 pgs: 1 creating+activating; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T04:46:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T04:46:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T04:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-12-07T04:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='mgr.14152 172.21.15.28:0/2308878896' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/3543262836' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-12-07T04:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:18 smithi138 ceph-mon[117003]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-12-07T04:46:19.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:19 smithi028 ceph-mon[112123]: pgmap v72: 1 pgs: 1 creating+activating; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:19 smithi161 ceph-mon[116604]: pgmap v72: 1 pgs: 1 creating+activating; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:19 smithi138 ceph-mon[117003]: pgmap v72: 1 pgs: 1 creating+activating; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:20.041 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:46:20.484 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":15,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6800","nonce":19641557},{"type":"v1","addr":"172.21.15.28:6801","nonce":19641557}]},"active_addr":"172.21.15.28:6801/19641557","active_change":"2023-12-07T04:44:16.237821+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":24116,"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.28: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.28:0","nonce":3321620331}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":3205049306}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":3277689488}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":565188590}]}]} 2023-12-07T04:46:20.489 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-07T04:46:20.490 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-07T04:46:20.490 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T04:46:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:20 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/3013958473' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T04:46:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:20 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/3013958473' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T04:46:20.783 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:20.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:20 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/3013958473' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-07T04:46:21.640 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:21 smithi028 ceph-mon[112123]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:21 smithi161 ceph-mon[116604]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:21.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:21 smithi138 ceph-mon[117003]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:22.076 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:46:22.076 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"ff40de92-94ba-11ee-95a2-87774f69a715","created":"2023-12-07T04:43:17.388961+0000","modified":"2023-12-07T04:46:14.949652+0000","last_up_change":"2023-12-07T04:46:11.934030+0000","last_in_change":"2023-12-07T04:45:56.883148+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-07T04:46:12.793100+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":"6e0b7b92-6b7c-4486-84b1-1fb4486b1501","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.28:6802","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6803","nonce":143269523}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6805","nonce":143269523}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6809","nonce":143269523}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6807","nonce":143269523}]},"public_addr":"172.21.15.28:6803/143269523","cluster_addr":"172.21.15.28:6805/143269523","heartbeat_back_addr":"172.21.15.28:6809/143269523","heartbeat_front_addr":"172.21.15.28:6807/143269523","state":["exists","up"]},{"osd":1,"uuid":"7fb7c838-b524-4889-bd9b-effb61b25eb2","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.138:6800","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6801","nonce":1363338175}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6803","nonce":1363338175}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6807","nonce":1363338175}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6805","nonce":1363338175}]},"public_addr":"172.21.15.138:6801/1363338175","cluster_addr":"172.21.15.138:6803/1363338175","heartbeat_back_addr":"172.21.15.138:6807/1363338175","heartbeat_front_addr":"172.21.15.138:6805/1363338175","state":["exists","up"]},{"osd":2,"uuid":"37438039-46cd-4def-9497-9f0012bbbd79","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.161:6800","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6801","nonce":3274038272}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6803","nonce":3274038272}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6807","nonce":3274038272}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6805","nonce":3274038272}]},"public_addr":"172.21.15.161:6801/3274038272","cluster_addr":"172.21.15.161:6803/3274038272","heartbeat_back_addr":"172.21.15.161:6807/3274038272","heartbeat_front_addr":"172.21.15.161:6805/3274038272","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-07T04:45:35.390803+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-07T04:45:52.983291+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-07T04:46:10.282635+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:0/2087548564":"2023-12-08T04:44:16.237652+0000","172.21.15.28:0/1993691245":"2023-12-08T04:44:16.237652+0000","172.21.15.28:6801/970890565":"2023-12-08T04:44:16.237652+0000","172.21.15.28:6800/970890565":"2023-12-08T04:44:16.237652+0000","172.21.15.28:6800/4254110286":"2023-12-08T04:43:50.997451+0000","172.21.15.28:6801/4254110286":"2023-12-08T04:43:50.997451+0000","172.21.15.28:0/3648726295":"2023-12-08T04:43:50.997451+0000","172.21.15.28:0/3210861715":"2023-12-08T04:43:50.997451+0000","172.21.15.28:0/433881637":"2023-12-08T04:44:16.237652+0000","172.21.15.28:0/2662461867":"2023-12-08T04:43:50.997451+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-07T04:46:22.519 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-07T04:46:22.520 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-07T04:46:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:22 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/833313918' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T04:46:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:22 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/833313918' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T04:46:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:22 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/833313918' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T04:46:22.812 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:23 smithi161 ceph-mon[116604]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:23.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:23 smithi028 ceph-mon[112123]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:23 smithi138 ceph-mon[117003]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:24.219 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:46:24.219 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"ff40de92-94ba-11ee-95a2-87774f69a715","created":"2023-12-07T04:43:17.388961+0000","modified":"2023-12-07T04:46:14.949652+0000","last_up_change":"2023-12-07T04:46:11.934030+0000","last_in_change":"2023-12-07T04:45:56.883148+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-07T04:46:12.793100+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":"6e0b7b92-6b7c-4486-84b1-1fb4486b1501","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.28:6802","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6803","nonce":143269523}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6805","nonce":143269523}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6809","nonce":143269523}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":143269523},{"type":"v1","addr":"172.21.15.28:6807","nonce":143269523}]},"public_addr":"172.21.15.28:6803/143269523","cluster_addr":"172.21.15.28:6805/143269523","heartbeat_back_addr":"172.21.15.28:6809/143269523","heartbeat_front_addr":"172.21.15.28:6807/143269523","state":["exists","up"]},{"osd":1,"uuid":"7fb7c838-b524-4889-bd9b-effb61b25eb2","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.138:6800","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6801","nonce":1363338175}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6802","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6803","nonce":1363338175}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6806","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6807","nonce":1363338175}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.138:6804","nonce":1363338175},{"type":"v1","addr":"172.21.15.138:6805","nonce":1363338175}]},"public_addr":"172.21.15.138:6801/1363338175","cluster_addr":"172.21.15.138:6803/1363338175","heartbeat_back_addr":"172.21.15.138:6807/1363338175","heartbeat_front_addr":"172.21.15.138:6805/1363338175","state":["exists","up"]},{"osd":2,"uuid":"37438039-46cd-4def-9497-9f0012bbbd79","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.161:6800","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6801","nonce":3274038272}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6802","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6803","nonce":3274038272}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6806","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6807","nonce":3274038272}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.161:6804","nonce":3274038272},{"type":"v1","addr":"172.21.15.161:6805","nonce":3274038272}]},"public_addr":"172.21.15.161:6801/3274038272","cluster_addr":"172.21.15.161:6803/3274038272","heartbeat_back_addr":"172.21.15.161:6807/3274038272","heartbeat_front_addr":"172.21.15.161:6805/3274038272","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-07T04:45:35.390803+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-07T04:45:52.983291+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-07T04:46:10.282635+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:0/2087548564":"2023-12-08T04:44:16.237652+0000","172.21.15.28:0/1993691245":"2023-12-08T04:44:16.237652+0000","172.21.15.28:6801/970890565":"2023-12-08T04:44:16.237652+0000","172.21.15.28:6800/970890565":"2023-12-08T04:44:16.237652+0000","172.21.15.28:6800/4254110286":"2023-12-08T04:43:50.997451+0000","172.21.15.28:6801/4254110286":"2023-12-08T04:43:50.997451+0000","172.21.15.28:0/3648726295":"2023-12-08T04:43:50.997451+0000","172.21.15.28:0/3210861715":"2023-12-08T04:43:50.997451+0000","172.21.15.28:0/433881637":"2023-12-08T04:44:16.237652+0000","172.21.15.28:0/2662461867":"2023-12-08T04:43:50.997451+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-07T04:46:24.603 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-07T04:46:24.603 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-07T04:46:24.603 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-07T04:46:24.919 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:25.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:24 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/120558571' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T04:46:25.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:24 smithi161 ceph-mon[116604]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:25.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:24 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/120558571' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T04:46:25.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:24 smithi028 ceph-mon[112123]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:25.250 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:25.250 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:25.287 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:24 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/120558571' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-07T04:46:25.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:24 smithi138 ceph-mon[117003]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:27 smithi028 ceph-mon[112123]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:27 smithi161 ceph-mon[116604]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:27 smithi138 ceph-mon[117003]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:27.878 INFO:teuthology.orchestra.run.smithi028.stdout:55834574856 2023-12-07T04:46:27.879 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-07T04:46:28.523 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:28.525 INFO:teuthology.orchestra.run.smithi028.stdout:77309411333 2023-12-07T04:46:28.526 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-07T04:46:28.561 INFO:teuthology.orchestra.run.smithi028.stdout:34359738380 2023-12-07T04:46:28.562 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-07T04:46:29.026 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:29.559 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:29 smithi028 ceph-mon[112123]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:29.674 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:29 smithi161 ceph-mon[116604]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:29.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:29 smithi138 ceph-mon[117003]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:30.401 INFO:teuthology.orchestra.run.smithi028.stdout:55834574857 2023-12-07T04:46:31.203 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574856 got 55834574857 for osd.1 2023-12-07T04:46:31.203 DEBUG:teuthology.parallel:result is None 2023-12-07T04:46:31.289 INFO:teuthology.orchestra.run.smithi028.stdout:77309411334 2023-12-07T04:46:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:31 smithi028 ceph-mon[112123]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:31 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/874027555' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T04:46:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:31 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2123505802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T04:46:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:31 smithi161 ceph-mon[116604]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:31 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/874027555' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T04:46:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:31 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/2123505802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T04:46:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:31 smithi138 ceph-mon[117003]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:31 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/874027555' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-07T04:46:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:31 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/2123505802' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-07T04:46:31.815 INFO:teuthology.orchestra.run.smithi028.stdout:34359738381 2023-12-07T04:46:31.829 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411334 for osd.2 2023-12-07T04:46:31.829 DEBUG:teuthology.parallel:result is None 2023-12-07T04:46:32.259 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738380 got 34359738381 for osd.0 2023-12-07T04:46:32.260 DEBUG:teuthology.parallel:result is None 2023-12-07T04:46:32.260 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-07T04:46:32.260 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T04:46:32.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:32 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2681905914' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T04:46:32.555 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:32 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/2681905914' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T04:46:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:32 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/2681905914' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-07T04:46:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:33 smithi161 ceph-mon[116604]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:33 smithi028 ceph-mon[112123]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:33 smithi138 ceph-mon[117003]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:33.848 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:46:33.850 INFO:teuthology.orchestra.run.smithi028.stderr:dumped all 2023-12-07T04:46:34.292 INFO:teuthology.orchestra.run.smithi028.stdout:{"pg_ready":true,"pg_map":{"version":79,"stamp":"2023-12-07T04:46:32.264069+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":85188,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150268,"statfs":{"total":287985106944,"available":287897874432,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002378"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-12-07T04:46:18.381085+0000","last_change":"2023-12-07T04:46:14.416534+0000","last_active":"2023-12-07T04:46:18.381085+0000","last_peered":"2023-12-07T04:46:18.381085+0000","last_clean":"2023-12-07T04:46:18.381085+0000","last_became_active":"2023-12-07T04:46:14.415456+0000","last_became_peered":"2023-12-07T04:46:14.415456+0000","last_unstale":"2023-12-07T04:46:18.381085+0000","last_undegraded":"2023-12-07T04:46:18.381085+0000","last_fullsized":"2023-12-07T04:46:18.381085+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-07T04:46:12.940106+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T04:46:12.940106+0000","last_clean_scrub_stamp":"2023-12-07T04:46:12.940106+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-08T15:14:52.584796+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.32600000000000001}]},{"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.35799999999999998}]}]},{"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":1594,"internal_metadata":27654598},"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.45000000000000001}]},{"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.47599999999999998}]}]},{"osd":1,"up_from":13,"seq":55834574857,"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,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.41099999999999998}]},{"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.46899999999999997}]}]}],"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-07T04:46:34.292 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-07T04:46:34.583 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:34.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:34 smithi028 ceph-mon[112123]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T04:46:34.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:34 smithi028 ceph-mon[112123]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:35.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:34 smithi161 ceph-mon[116604]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T04:46:35.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:34 smithi161 ceph-mon[116604]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:35.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:34 smithi138 ceph-mon[117003]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T04:46:35.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:34 smithi138 ceph-mon[117003]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:35.950 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:46:35.953 INFO:teuthology.orchestra.run.smithi028.stderr:dumped all 2023-12-07T04:46:36.382 INFO:teuthology.orchestra.run.smithi028.stdout:{"pg_ready":true,"pg_map":{"version":80,"stamp":"2023-12-07T04:46:34.264402+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":85188,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150268,"statfs":{"total":287985106944,"available":287897874432,"internally_reserved":0,"allocated":2322432,"data_stored":1935438,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002229"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":185,"reported_epoch":21,"state":"active+clean","last_fresh":"2023-12-07T04:46:18.381085+0000","last_change":"2023-12-07T04:46:14.416534+0000","last_active":"2023-12-07T04:46:18.381085+0000","last_peered":"2023-12-07T04:46:18.381085+0000","last_clean":"2023-12-07T04:46:18.381085+0000","last_became_active":"2023-12-07T04:46:14.415456+0000","last_became_peered":"2023-12-07T04:46:14.415456+0000","last_unstale":"2023-12-07T04:46:18.381085+0000","last_undegraded":"2023-12-07T04:46:18.381085+0000","last_fullsized":"2023-12-07T04:46:18.381085+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-07T04:46:12.940106+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-07T04:46:12.940106+0000","last_clean_scrub_stamp":"2023-12-07T04:46:12.940106+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-08T15:14:52.584796+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":77309411335,"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.498}]},{"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.57299999999999995}]}]},{"osd":0,"up_from":8,"seq":34359738382,"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":1594,"internal_metadata":27654598},"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.56799999999999995}]},{"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.60899999999999999}]}]},{"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":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,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.46800000000000003}]},{"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.54600000000000004}]}]}],"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-07T04:46:36.383 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-07T04:46:36.383 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-07T04:46:36.383 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-07T04:46:36.383 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:e068ebcf7ecc6503f24666fb6b152034d3fe1067 shell --fsid ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-07T04:46:36.675 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:37 smithi028 ceph-mon[112123]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T04:46:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:37 smithi028 ceph-mon[112123]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:37 smithi161 ceph-mon[116604]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T04:46:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:37 smithi161 ceph-mon[116604]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:37 smithi138 ceph-mon[117003]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-07T04:46:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:37 smithi138 ceph-mon[117003]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:38.010 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-07T04:46:38.011 INFO:teuthology.orchestra.run.smithi028.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-07T04:46:38.443 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-07T04:46:38.510 INFO:tasks.cephadm:Setup complete, yielding 2023-12-07T04:46:38.511 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T04:46:38.521 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi028.front.sepia.ceph.com 2023-12-07T04:46:38.522 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- bash -c 'ceph mgr module enable rgw' 2023-12-07T04:46:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:38 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/298119061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T04:46:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:38 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/298119061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T04:46:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:38 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/298119061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-07T04:46:38.820 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:39 smithi161 ceph-mon[116604]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:39.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:39 smithi028 ceph-mon[112123]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:39 smithi138 ceph-mon[117003]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:40.646 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:40 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: ignoring --setuser ceph since I am not root 2023-12-07T04:46:40.646 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:40 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: ignoring --setgroup ceph since I am not root 2023-12-07T04:46:40.646 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:40 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:40.525+0000 7fc94efc0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T04:46:40.648 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:40 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1578347212' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T04:46:40.666 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:40 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: ignoring --setuser ceph since I am not root 2023-12-07T04:46:40.666 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:40 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: ignoring --setgroup ceph since I am not root 2023-12-07T04:46:40.667 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:40 smithi138 ceph-mgr[118556]: -- 172.21.15.138:0/3000870389 <== mon.2 v2:172.21.15.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x5614423861a0 con 0x56144235c800 2023-12-07T04:46:40.667 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:40 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:40.505+0000 7f7dbd51c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2023-12-07T04:46:40.667 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:40 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:40.667+0000 7f7dbd51c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T04:46:40.667 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:40 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/1578347212' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T04:46:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:40 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/1578347212' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "rgw"}]: dispatch 2023-12-07T04:46:40.737 INFO:teuthology.run_tasks:Running task rgw_module.apply... 2023-12-07T04:46:40.757 INFO:tasks.rgw_module:Applying spec(s): rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 2023-12-07T04:46:40.758 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- ceph rgw realm bootstrap -i - 2023-12-07T04:46:40.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:40 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:40.724+0000 7fc94efc0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2023-12-07T04:46:41.054 INFO:teuthology.orchestra.run.smithi028.stdout:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:41.288 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:40 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:40.988+0000 7f7dbd51c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T04:46:41.367 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:41 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:41.112+0000 7fc94efc0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2023-12-07T04:46:41.367 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:41 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/1578347212' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T04:46:41.367 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:41 smithi028 ceph-mon[112123]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-07T04:46:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:41 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/1578347212' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T04:46:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:41 smithi161 ceph-mon[116604]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-07T04:46:41.695 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:41 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:41.472+0000 7f7dbd51c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T04:46:41.695 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:41 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/1578347212' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "rgw"}]': finished 2023-12-07T04:46:41.695 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:41 smithi138 ceph-mon[117003]: mgrmap e16: a(active, since 2m), standbys: b 2023-12-07T04:46:41.925 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:41 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:41.699+0000 7fc94efc0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2023-12-07T04:46:42.038 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:41 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:41.696+0000 7f7dbd51c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T04:46:42.460 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:41 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:41.969+0000 7fc94efc0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2023-12-07T04:46:42.537 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:42 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:42.113+0000 7f7dbd51c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T04:46:42.714 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:42 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:42.457+0000 7fc94efc0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2023-12-07T04:46:43.287 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:42 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:42.807+0000 7f7dbd51c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T04:46:43.288 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:42 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:42.892+0000 7f7dbd51c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T04:46:43.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:43 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:43.266+0000 7fc94efc0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2023-12-07T04:46:43.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:43 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:43.365+0000 7fc94efc0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2023-12-07T04:46:43.745 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:43 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:43.482+0000 7f7dbd51c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T04:46:43.745 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:43 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:43.566+0000 7f7dbd51c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T04:46:43.745 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:43 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:43.653+0000 7f7dbd51c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T04:46:44.037 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:43 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:43.746+0000 7f7dbd51c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T04:46:44.038 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:43 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:43.971+0000 7f7dbd51c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T04:46:44.365 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:44 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:44.059+0000 7fc94efc0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2023-12-07T04:46:44.365 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:44 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:44.157+0000 7fc94efc0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2023-12-07T04:46:44.365 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:44 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:44.259+0000 7fc94efc0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2023-12-07T04:46:44.369 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:44 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:44.064+0000 7f7dbd51c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T04:46:44.369 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:44 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:44.276+0000 7f7dbd51c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T04:46:44.625 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:44 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:44.366+0000 7fc94efc0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2023-12-07T04:46:44.635 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:44 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:44.370+0000 7f7dbd51c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T04:46:44.635 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:44 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:44.551+0000 7f7dbd51c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T04:46:44.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:44 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:44.627+0000 7fc94efc0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2023-12-07T04:46:44.962 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:44 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:44.734+0000 7fc94efc0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2023-12-07T04:46:45.038 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:44 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:44.636+0000 7f7dbd51c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T04:46:45.297 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:44 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:44.979+0000 7fc94efc0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2023-12-07T04:46:45.298 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:45 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:45.088+0000 7fc94efc0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2023-12-07T04:46:45.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:45 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:45.299+0000 7fc94efc0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2023-12-07T04:46:45.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:45 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:45.398+0000 7fc94efc0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2023-12-07T04:46:45.756 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:45 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:45.383+0000 7f7dbd51c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T04:46:45.756 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:45 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:45.577+0000 7f7dbd51c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T04:46:46.037 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:45 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:45.757+0000 7f7dbd51c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:46:46.692 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:46 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:46.267+0000 7fc94efc0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2023-12-07T04:46:46.692 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:46 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:46.489+0000 7fc94efc0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2023-12-07T04:46:46.692 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:46 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:46.694+0000 7fc94efc0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:46:46.781 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:46.418+0000 7f7dbd51c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T04:46:46.782 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:46.600+0000 7f7dbd51c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:46:47.038 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:46.782+0000 7f7dbd51c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T04:46:47.038 INFO:journalctl@ceph.mgr.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-b[118454]: 2023-12-07T04:46:46.896+0000 7f7dbd51c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T04:46:47.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-mon[117003]: Standby manager daemon b restarted 2023-12-07T04:46:47.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-mon[117003]: Standby manager daemon b started 2023-12-07T04:46:47.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-mon[117003]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T04:46:47.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-mon[117003]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T04:46:47.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-mon[117003]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T04:46:47.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:46 smithi138 ceph-mon[117003]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T04:46:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:46 smithi161 ceph-mon[116604]: Standby manager daemon b restarted 2023-12-07T04:46:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:46 smithi161 ceph-mon[116604]: Standby manager daemon b started 2023-12-07T04:46:47.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:46 smithi161 ceph-mon[116604]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T04:46:47.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:46 smithi161 ceph-mon[116604]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T04:46:47.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:46 smithi161 ceph-mon[116604]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T04:46:47.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:46 smithi161 ceph-mon[116604]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T04:46:47.452 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:46 smithi028 ceph-mon[112123]: Standby manager daemon b restarted 2023-12-07T04:46:47.452 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:46 smithi028 ceph-mon[112123]: Standby manager daemon b started 2023-12-07T04:46:47.452 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:46 smithi028 ceph-mon[112123]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2023-12-07T04:46:47.452 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:46 smithi028 ceph-mon[112123]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-07T04:46:47.452 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:46 smithi028 ceph-mon[112123]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2023-12-07T04:46:47.452 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:46 smithi028 ceph-mon[112123]: from='mgr.? 172.21.15.138:0/3987109283' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-07T04:46:47.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:47 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:47.454+0000 7fc94efc0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2023-12-07T04:46:47.712 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:47 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:47.663+0000 7fc94efc0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2023-12-07T04:46:48.151 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:47 smithi028 ceph-mon[112123]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-07T04:46:48.151 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:47 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:47.873+0000 7fc94efc0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2023-12-07T04:46:48.151 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:48.006+0000 7fc94efc0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2023-12-07T04:46:48.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:47 smithi138 ceph-mon[117003]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-07T04:46:48.405 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:47 smithi161 ceph-mon[116604]: mgrmap e17: a(active, since 2m), standbys: b 2023-12-07T04:46:49.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: Active manager daemon a restarted 2023-12-07T04:46:49.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: Activating manager daemon a 2023-12-07T04:46:49.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: osdmap e22: 3 total, 3 up, 3 in 2023-12-07T04:46:49.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: mgrmap e18: a(active, starting, since 0.00689598s), standbys: b 2023-12-07T04:46:49.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T04:46:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T04:46:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:46:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:46:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T04:46:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T04:46:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T04:46:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: Manager daemon a is now available 2023-12-07T04:46:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T04:46:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T04:46:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: Active manager daemon a restarted 2023-12-07T04:46:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: Activating manager daemon a 2023-12-07T04:46:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: osdmap e22: 3 total, 3 up, 3 in 2023-12-07T04:46:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: mgrmap e18: a(active, starting, since 0.00689598s), standbys: b 2023-12-07T04:46:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T04:46:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T04:46:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:46:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:46:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T04:46:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T04:46:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T04:46:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: Manager daemon a is now available 2023-12-07T04:46:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T04:46:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T04:46:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: Active manager daemon a restarted 2023-12-07T04:46:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: Activating manager daemon a 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: osdmap e22: 3 total, 3 up, 3 in 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: mgrmap e18: a(active, starting, since 0.00689598s), standbys: b 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: Manager daemon a is now available 2023-12-07T04:46:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2023-12-07T04:46:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2023-12-07T04:46:50.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:50 smithi138 ceph-mon[117003]: mgrmap e19: a(active, since 1.01182s), standbys: b 2023-12-07T04:46:50.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:50 smithi138 ceph-mon[117003]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:46:50.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:50 smithi138 ceph-mon[117003]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:50.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:50 smithi161 ceph-mon[116604]: mgrmap e19: a(active, since 1.01182s), standbys: b 2023-12-07T04:46:50.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:50 smithi161 ceph-mon[116604]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:46:50.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:50 smithi161 ceph-mon[116604]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:50.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:50 smithi028 ceph-mon[112123]: mgrmap e19: a(active, since 1.01182s), standbys: b 2023-12-07T04:46:50.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:50 smithi028 ceph-mon[112123]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "rgw realm bootstrap", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:46:50.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:50 smithi028 ceph-mon[112123]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:50.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: [07/Dec/2023:04:46:49] ENGINE Bus STARTING 2023-12-07T04:46:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: [07/Dec/2023:04:46:49] ENGINE Serving on https://172.21.15.28:7150 2023-12-07T04:46:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: [07/Dec/2023:04:46:49] ENGINE Serving on http://172.21.15.28:8765 2023-12-07T04:46:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: [07/Dec/2023:04:46:49] ENGINE Bus STARTED 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: osdmap e23: 3 total, 3 up, 3 in 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='client.? 172.21.15.28:0/2826721061' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: [07/Dec/2023:04:46:49] ENGINE Bus STARTING 2023-12-07T04:46:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: [07/Dec/2023:04:46:49] ENGINE Serving on https://172.21.15.28:7150 2023-12-07T04:46:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: [07/Dec/2023:04:46:49] ENGINE Serving on http://172.21.15.28:8765 2023-12-07T04:46:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: [07/Dec/2023:04:46:49] ENGINE Bus STARTED 2023-12-07T04:46:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: osdmap e23: 3 total, 3 up, 3 in 2023-12-07T04:46:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='client.? 172.21.15.28:0/2826721061' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T04:46:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T04:46:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: [07/Dec/2023:04:46:49] ENGINE Bus STARTING 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: [07/Dec/2023:04:46:49] ENGINE Serving on https://172.21.15.28:7150 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: [07/Dec/2023:04:46:49] ENGINE Serving on http://172.21.15.28:8765 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: [07/Dec/2023:04:46:49] ENGINE Bus STARTED 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: osdmap e23: 3 total, 3 up, 3 in 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='client.? 172.21.15.28:0/2826721061' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='client.? ' entity='mgr.a' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:52.212 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Dec 07 04:46:51 smithi028 ceph-ff40de92-94ba-11ee-95a2-87774f69a715-mgr-a[112374]: 2023-12-07T04:46:51.936+0000 7fc8bf27f700 -1 mgr.server reply reply (6) No such device or address 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi028:/etc/ceph/ceph.conf 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: osdmap e24: 3 total, 3 up, 3 in 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:46:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.388 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-07T04:46:52.399 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi028.front.sepia.ceph.com 2023-12-07T04:46:52.399 DEBUG:teuthology.orchestra.run.smithi028:> 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 ff40de92-94ba-11ee-95a2-87774f69a715 -- bash -c 'set -e 2023-12-07T04:46:52.399 DEBUG:teuthology.orchestra.run.smithi028:> set -x 2023-12-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> 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-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> TOKENS=$(ceph rgw realm tokens) 2023-12-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> echo $TOKENS | jq --exit-status '"'"'.[0].realm == "myrealm1"'"'"' 2023-12-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> echo $TOKENS | jq --exit-status '"'"'.[0].token'"'"' 2023-12-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> TOKEN_JSON=$(ceph rgw realm tokens | jq -r '"'"'.[0].token'"'"' | base64 --decode) 2023-12-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> echo $TOKEN_JSON | jq --exit-status '"'"'.realm_name == "myrealm1"'"'"' 2023-12-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> echo $TOKEN_JSON | jq --exit-status '"'"'.endpoint | test("http://.+:\\d+")'"'"' 2023-12-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> 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-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> echo $TOKEN_JSON | jq --exit-status '"'"'.access_key'"'"' 2023-12-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> echo $TOKEN_JSON | jq --exit-status '"'"'.secret'"'"' 2023-12-07T04:46:52.400 DEBUG:teuthology.orchestra.run.smithi028:> ' 2023-12-07T04:46:52.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi028:/etc/ceph/ceph.conf 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: osdmap e24: 3 total, 3 up, 3 in 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:46:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi028:/etc/ceph/ceph.conf 2023-12-07T04:46:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi138:/etc/ceph/ceph.conf 2023-12-07T04:46:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi161:/etc/ceph/ceph.conf 2023-12-07T04:46:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:46:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.conf 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi161:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi138:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: mgrmap e20: a(active, since 3s), standbys: b 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='client.? ' entity='mgr.a' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: osdmap e24: 3 total, 3 up, 3 in 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi161:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi138:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: Updating smithi028:/var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/config/ceph.client.admin.keyring 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:46:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:46:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:46:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:46:52.691 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/ff40de92-94ba-11ee-95a2-87774f69a715/mon.a/config 2023-12-07T04:46:53.186 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:53 smithi028 ceph-mon[112123]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:53.186 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:53 smithi028 ceph-mon[112123]: osdmap e25: 3 total, 3 up, 3 in 2023-12-07T04:46:53.186 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:53 smithi028 ceph-mon[112123]: mgrmap e21: a(active, since 4s), standbys: b 2023-12-07T04:46:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:53 smithi161 ceph-mon[116604]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:53 smithi161 ceph-mon[116604]: osdmap e25: 3 total, 3 up, 3 in 2023-12-07T04:46:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:53 smithi161 ceph-mon[116604]: mgrmap e21: a(active, since 4s), standbys: b 2023-12-07T04:46:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:53 smithi138 ceph-mon[117003]: pgmap v7: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:53 smithi138 ceph-mon[117003]: osdmap e25: 3 total, 3 up, 3 in 2023-12-07T04:46:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:53 smithi138 ceph-mon[117003]: mgrmap e21: a(active, since 4s), standbys: b 2023-12-07T04:46:53.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:46:53.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:46:53.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:46:54.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:46:54.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:46:54.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:46:54.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:46:54.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:46:55.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:54 smithi028 ceph-mon[112123]: pgmap v9: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:55.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:54 smithi028 ceph-mon[112123]: from='client.14595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:46:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:54 smithi138 ceph-mon[117003]: pgmap v9: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:54 smithi138 ceph-mon[117003]: from='client.14595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:46:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:54 smithi161 ceph-mon[116604]: pgmap v9: 33 pgs: 32 unknown, 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2023-12-07T04:46:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:54 smithi161 ceph-mon[116604]: from='client.14595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:46:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:57 smithi161 ceph-mon[116604]: pgmap v10: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 37 KiB/s rd, 2.3 KiB/s wr, 26 op/s 2023-12-07T04:46:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:57 smithi028 ceph-mon[112123]: pgmap v10: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 37 KiB/s rd, 2.3 KiB/s wr, 26 op/s 2023-12-07T04:46:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:57 smithi138 ceph-mon[117003]: pgmap v10: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 37 KiB/s rd, 2.3 KiB/s wr, 26 op/s 2023-12-07T04:46:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:46:59 smithi161 ceph-mon[116604]: pgmap v11: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 28 KiB/s rd, 1.8 KiB/s wr, 19 op/s 2023-12-07T04:46:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:46:59 smithi028 ceph-mon[112123]: pgmap v11: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 28 KiB/s rd, 1.8 KiB/s wr, 19 op/s 2023-12-07T04:46:59.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:46:59.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:46:59.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:46:59.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:46:59 smithi138 ceph-mon[117003]: pgmap v11: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 28 KiB/s rd, 1.8 KiB/s wr, 19 op/s 2023-12-07T04:47:00.265 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:00.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:00.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:00.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:00.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:01.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:01 smithi161 ceph-mon[116604]: from='client.14673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:01.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:01 smithi161 ceph-mon[116604]: 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-07T04:47:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:01 smithi028 ceph-mon[112123]: from='client.14673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:01 smithi028 ceph-mon[112123]: 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-07T04:47:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:01 smithi138 ceph-mon[117003]: from='client.14673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:01 smithi138 ceph-mon[117003]: 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-07T04:47:03.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:03 smithi161 ceph-mon[116604]: 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-07T04:47:03.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:03 smithi028 ceph-mon[112123]: 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-07T04:47:03.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:03 smithi138 ceph-mon[117003]: 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-07T04:47:05.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:04 smithi028 ceph-mon[112123]: 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-07T04:47:05.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:05.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:05.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:05.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:04 smithi138 ceph-mon[117003]: 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-07T04:47:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:04 smithi161 ceph-mon[116604]: 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-07T04:47:06.035 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:06.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:06.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:06.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:06.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:07 smithi161 ceph-mon[116604]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:07 smithi161 ceph-mon[116604]: pgmap v15: 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, 15 op/s 2023-12-07T04:47:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:07 smithi028 ceph-mon[112123]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:07 smithi028 ceph-mon[112123]: pgmap v15: 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, 15 op/s 2023-12-07T04:47:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:07 smithi138 ceph-mon[117003]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:07 smithi138 ceph-mon[117003]: pgmap v15: 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, 15 op/s 2023-12-07T04:47:09.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:09 smithi161 ceph-mon[116604]: pgmap v16: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:09 smithi028 ceph-mon[112123]: pgmap v16: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:09 smithi138 ceph-mon[117003]: pgmap v16: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:11.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:11.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:11.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:11.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:11 smithi161 ceph-mon[116604]: pgmap v17: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:11 smithi028 ceph-mon[112123]: pgmap v17: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:11 smithi138 ceph-mon[117003]: pgmap v17: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:11.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:11.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:11.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:11.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:11.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:13.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:13 smithi161 ceph-mon[116604]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:13.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:13 smithi161 ceph-mon[116604]: 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-07T04:47:13.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:13 smithi028 ceph-mon[112123]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:13.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:13 smithi028 ceph-mon[112123]: 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-07T04:47:13.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:13 smithi138 ceph-mon[117003]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:13 smithi138 ceph-mon[117003]: 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-07T04:47:15.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:14 smithi028 ceph-mon[112123]: pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:14 smithi138 ceph-mon[117003]: pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:14 smithi161 ceph-mon[116604]: pgmap v19: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:16.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:16.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:16.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:17.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:17 smithi161 ceph-mon[116604]: pgmap v20: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:17 smithi028 ceph-mon[112123]: pgmap v20: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:17 smithi138 ceph-mon[117003]: pgmap v20: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:17.572 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:17.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:17.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:17.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:17.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:18.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:18 smithi161 ceph-mon[116604]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:18.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:18 smithi028 ceph-mon[112123]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:18.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:18 smithi138 ceph-mon[117003]: from='client.14892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:19 smithi161 ceph-mon[116604]: 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-07T04:47:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:19 smithi028 ceph-mon[112123]: 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-07T04:47:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:19 smithi138 ceph-mon[117003]: 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-07T04:47:21.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:21 smithi161 ceph-mon[116604]: 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-07T04:47:21.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:21 smithi028 ceph-mon[112123]: 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-07T04:47:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:21 smithi138 ceph-mon[117003]: 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-07T04:47:22.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:22.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:22.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:23.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:23.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:23.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:23.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:23.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:23.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:23 smithi161 ceph-mon[116604]: 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-07T04:47:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:23 smithi028 ceph-mon[112123]: 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-07T04:47:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:23 smithi138 ceph-mon[117003]: 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-07T04:47:24.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:24 smithi161 ceph-mon[116604]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:24.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:24 smithi028 ceph-mon[112123]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:24.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:24 smithi138 ceph-mon[117003]: from='client.14970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:25 smithi161 ceph-mon[116604]: pgmap v24: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:47:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:25 smithi028 ceph-mon[112123]: pgmap v24: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:47:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:25 smithi138 ceph-mon[117003]: pgmap v24: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:47:27.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:27 smithi161 ceph-mon[116604]: pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:27 smithi028 ceph-mon[112123]: pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:27 smithi138 ceph-mon[117003]: pgmap v25: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:28.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:28.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:28.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:29.119 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:29.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:29.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:29.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:29.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:29.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:29 smithi161 ceph-mon[116604]: 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-07T04:47:29.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:29 smithi028 ceph-mon[112123]: 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-07T04:47:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:29 smithi138 ceph-mon[117003]: 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-07T04:47:30.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:30 smithi161 ceph-mon[116604]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:30.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:30 smithi028 ceph-mon[112123]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:30.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:30 smithi138 ceph-mon[117003]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:31 smithi161 ceph-mon[116604]: pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:47:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:31 smithi028 ceph-mon[112123]: pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:47:31.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:31 smithi138 ceph-mon[117003]: pgmap v27: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:47:33.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:33 smithi161 ceph-mon[116604]: pgmap v28: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:47:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:33 smithi028 ceph-mon[112123]: pgmap v28: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:47:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:33 smithi138 ceph-mon[117003]: pgmap v28: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:47:34.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:34.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:34.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:34.901 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:34.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:34.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:34.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:34.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:35.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:34 smithi028 ceph-mon[112123]: pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:35.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:34 smithi138 ceph-mon[117003]: pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:34 smithi161 ceph-mon[116604]: pgmap v29: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:36.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:35 smithi028 ceph-mon[112123]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:36.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:35 smithi138 ceph-mon[117003]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:36.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:35 smithi161 ceph-mon[116604]: from='client.15120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:37.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:36 smithi028 ceph-mon[112123]: pgmap v30: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T04:47:37.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:36 smithi138 ceph-mon[117003]: pgmap v30: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T04:47:37.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:36 smithi161 ceph-mon[116604]: pgmap v30: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T04:47:39.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:39 smithi161 ceph-mon[116604]: pgmap v31: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:47:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:39 smithi028 ceph-mon[112123]: pgmap v31: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:47:39.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:39 smithi138 ceph-mon[117003]: pgmap v31: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:47:39.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:39.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:39.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:40.675 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:40.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:40.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:40.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:40.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:41.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:41 smithi161 ceph-mon[116604]: 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-07T04:47:41.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:41 smithi161 ceph-mon[116604]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:41 smithi028 ceph-mon[112123]: 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-07T04:47:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:41 smithi028 ceph-mon[112123]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:41 smithi138 ceph-mon[117003]: 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-07T04:47:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:41 smithi138 ceph-mon[117003]: from='client.15192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:43.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:43 smithi161 ceph-mon[116604]: pgmap v33: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T04:47:43.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:43 smithi028 ceph-mon[112123]: pgmap v33: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T04:47:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:43 smithi138 ceph-mon[117003]: pgmap v33: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T04:47:45.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:44 smithi028 ceph-mon[112123]: pgmap v34: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T04:47:45.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:44 smithi138 ceph-mon[117003]: pgmap v34: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T04:47:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:44 smithi161 ceph-mon[116604]: pgmap v34: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T04:47:45.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:45.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:45.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:46.444 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:46.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:46.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:46.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:46.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:47 smithi161 ceph-mon[116604]: pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:47.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:47 smithi161 ceph-mon[116604]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:47 smithi028 ceph-mon[112123]: pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:47 smithi028 ceph-mon[112123]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:47 smithi138 ceph-mon[117003]: pgmap v35: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:47 smithi138 ceph-mon[117003]: from='client.15264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:49.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:49 smithi161 ceph-mon[116604]: pgmap v36: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:49 smithi028 ceph-mon[112123]: pgmap v36: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:49 smithi138 ceph-mon[117003]: pgmap v36: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:47:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:51 smithi161 ceph-mon[116604]: pgmap v37: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:51.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:51.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:51.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:51.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:51 smithi028 ceph-mon[112123]: pgmap v37: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:51 smithi138 ceph-mon[117003]: pgmap v37: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:47:52.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:52.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:52.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:52.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:52.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:53 smithi161 ceph-mon[116604]: from='client.15339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:53.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:53 smithi161 ceph-mon[116604]: 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-07T04:47:53.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:47:53.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:47:53.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:47:53.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:47:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:53 smithi028 ceph-mon[112123]: from='client.15339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:53 smithi028 ceph-mon[112123]: 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-07T04:47:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:47:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:47:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:47:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:47:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:53 smithi138 ceph-mon[117003]: from='client.15339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:53 smithi138 ceph-mon[117003]: 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-07T04:47:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:47:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:47:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:47:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:47:55.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:54 smithi028 ceph-mon[112123]: 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-07T04:47:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:54 smithi138 ceph-mon[117003]: 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-07T04:47:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:54 smithi161 ceph-mon[116604]: 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-07T04:47:57.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:47:57.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:47:57.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:47:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:57 smithi161 ceph-mon[116604]: 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-07T04:47:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:57 smithi028 ceph-mon[112123]: 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-07T04:47:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:57 smithi138 ceph-mon[117003]: 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-07T04:47:57.993 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:47:57.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:47:57.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:47:57.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:47:57.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:47:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:59 smithi161 ceph-mon[116604]: from='client.15414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:47:59 smithi161 ceph-mon[116604]: 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-07T04:47:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:59 smithi028 ceph-mon[112123]: from='client.15414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:47:59 smithi028 ceph-mon[112123]: 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-07T04:47:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:59 smithi138 ceph-mon[117003]: from='client.15414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:47:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:47:59 smithi138 ceph-mon[117003]: 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-07T04:48:01.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:01 smithi161 ceph-mon[116604]: 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-07T04:48:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:01 smithi028 ceph-mon[112123]: 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-07T04:48:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:01 smithi138 ceph-mon[117003]: 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-07T04:48:02.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:02.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:02.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:03.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:03 smithi161 ceph-mon[116604]: 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-07T04:48:03.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:03 smithi028 ceph-mon[112123]: 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-07T04:48:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:03 smithi138 ceph-mon[117003]: 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-07T04:48:03.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:03.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:03.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:03.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:03.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:04.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:04 smithi161 ceph-mon[116604]: from='client.15492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:04.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:04 smithi028 ceph-mon[112123]: from='client.15492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:04 smithi138 ceph-mon[117003]: from='client.15492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:05 smithi161 ceph-mon[116604]: 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-07T04:48:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:05 smithi028 ceph-mon[112123]: 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-07T04:48:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:05 smithi138 ceph-mon[117003]: 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-07T04:48:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:07 smithi161 ceph-mon[116604]: 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-07T04:48:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:07 smithi028 ceph-mon[112123]: 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-07T04:48:07.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:07 smithi138 ceph-mon[117003]: 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-07T04:48:08.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:08.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:08.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:09.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:09 smithi161 ceph-mon[116604]: 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-07T04:48:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:09 smithi028 ceph-mon[112123]: 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-07T04:48:09.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:09 smithi138 ceph-mon[117003]: 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-07T04:48:09.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:09.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:09.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:09.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:09.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:10 smithi161 ceph-mon[116604]: from='client.15567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:10.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:10 smithi028 ceph-mon[112123]: from='client.15567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:10 smithi138 ceph-mon[117003]: from='client.15567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:11.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:11 smithi161 ceph-mon[116604]: pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:11 smithi028 ceph-mon[112123]: pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:11.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:11 smithi138 ceph-mon[117003]: pgmap v47: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:13.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:13 smithi161 ceph-mon[116604]: pgmap v48: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:13.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:13 smithi028 ceph-mon[112123]: pgmap v48: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:13 smithi138 ceph-mon[117003]: pgmap v48: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:14.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:14.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:14.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:15.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:14 smithi028 ceph-mon[112123]: pgmap v49: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:14 smithi138 ceph-mon[117003]: pgmap v49: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:15.306 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:15.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:15.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:15.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:15.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:14 smithi161 ceph-mon[116604]: pgmap v49: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:16.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:15 smithi028 ceph-mon[112123]: from='client.15639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:15 smithi138 ceph-mon[117003]: from='client.15639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:16.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:15 smithi161 ceph-mon[116604]: from='client.15639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:17.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:16 smithi028 ceph-mon[112123]: pgmap v50: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:17.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:16 smithi138 ceph-mon[117003]: pgmap v50: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:17.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:16 smithi161 ceph-mon[116604]: pgmap v50: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:19.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:19 smithi161 ceph-mon[116604]: pgmap v51: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:19.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:19 smithi028 ceph-mon[112123]: pgmap v51: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:19.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:19 smithi138 ceph-mon[117003]: pgmap v51: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:20.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:20.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:20.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:21.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:21.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:21.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:21.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:21.067 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:21.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:21 smithi161 ceph-mon[116604]: 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-07T04:48:21.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:21 smithi028 ceph-mon[112123]: 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-07T04:48:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:21 smithi138 ceph-mon[117003]: 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-07T04:48:22.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:22 smithi161 ceph-mon[116604]: from='client.15717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:22.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:22 smithi028 ceph-mon[112123]: from='client.15717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:22 smithi138 ceph-mon[117003]: from='client.15717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:23.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:23 smithi161 ceph-mon[116604]: pgmap v53: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:23 smithi028 ceph-mon[112123]: pgmap v53: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:23 smithi138 ceph-mon[117003]: pgmap v53: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:25.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:24 smithi028 ceph-mon[112123]: pgmap v54: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:48:25.287 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:24 smithi138 ceph-mon[117003]: pgmap v54: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:48:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:24 smithi161 ceph-mon[116604]: pgmap v54: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:48:26.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:26.069 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:26.069 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:26.829 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:26.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:26.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:26.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:26.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:27.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:27 smithi161 ceph-mon[116604]: pgmap v55: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:27 smithi028 ceph-mon[112123]: pgmap v55: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:27 smithi138 ceph-mon[117003]: pgmap v55: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:28.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:28 smithi161 ceph-mon[116604]: from='client.15795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:28.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:28 smithi028 ceph-mon[112123]: from='client.15795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:28 smithi138 ceph-mon[117003]: from='client.15795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:29.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:29 smithi161 ceph-mon[116604]: pgmap v56: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:29.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:29 smithi028 ceph-mon[112123]: pgmap v56: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:29 smithi138 ceph-mon[117003]: pgmap v56: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:31.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:31 smithi161 ceph-mon[116604]: pgmap v57: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:48:31.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:31 smithi028 ceph-mon[112123]: pgmap v57: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:48:31.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:31 smithi138 ceph-mon[117003]: pgmap v57: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:48:31.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:31.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:31.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:32.597 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:32.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:32.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:32.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:32.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:33.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:33 smithi161 ceph-mon[116604]: 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-07T04:48:33.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:33 smithi161 ceph-mon[116604]: from='client.15870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:33 smithi028 ceph-mon[112123]: 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-07T04:48:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:33 smithi028 ceph-mon[112123]: from='client.15870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:33 smithi138 ceph-mon[117003]: 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-07T04:48:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:33 smithi138 ceph-mon[117003]: from='client.15870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:35.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:34 smithi028 ceph-mon[112123]: 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-07T04:48:35.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:34 smithi138 ceph-mon[117003]: 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-07T04:48:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:34 smithi161 ceph-mon[116604]: 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-07T04:48:37.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:37 smithi161 ceph-mon[116604]: 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-07T04:48:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:37 smithi028 ceph-mon[112123]: 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-07T04:48:37.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:37 smithi138 ceph-mon[117003]: 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-07T04:48:37.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:37.599 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:37.599 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:38.371 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:38.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:38.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:38.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:38.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:39.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:39 smithi161 ceph-mon[116604]: from='client.15936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:39.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:39 smithi161 ceph-mon[116604]: 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-07T04:48:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:39 smithi028 ceph-mon[112123]: from='client.15936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:39 smithi028 ceph-mon[112123]: 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-07T04:48:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:39 smithi138 ceph-mon[117003]: from='client.15936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:39 smithi138 ceph-mon[117003]: 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-07T04:48:41.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:41 smithi161 ceph-mon[116604]: 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-07T04:48:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:41 smithi028 ceph-mon[112123]: 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-07T04:48:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:41 smithi138 ceph-mon[117003]: 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-07T04:48:43.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:43.373 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:43.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:43.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:43 smithi161 ceph-mon[116604]: 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-07T04:48:43.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:43 smithi028 ceph-mon[112123]: 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-07T04:48:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:43 smithi138 ceph-mon[117003]: 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-07T04:48:44.130 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:44.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:44.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:44.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:44.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:45.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:44 smithi028 ceph-mon[112123]: from='client.16014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:45.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:44 smithi028 ceph-mon[112123]: pgmap v64: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:48:45.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:44 smithi138 ceph-mon[117003]: from='client.16014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:45.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:44 smithi138 ceph-mon[117003]: pgmap v64: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:48:45.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:44 smithi161 ceph-mon[116604]: from='client.16014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:45.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:44 smithi161 ceph-mon[116604]: pgmap v64: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:48:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:47 smithi161 ceph-mon[116604]: pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:48:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:47 smithi028 ceph-mon[112123]: pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:48:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:47 smithi138 ceph-mon[117003]: pgmap v65: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:48:49.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:49.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:49.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:49.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:49 smithi161 ceph-mon[116604]: pgmap v66: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:48:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:49 smithi028 ceph-mon[112123]: pgmap v66: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:48:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:49 smithi138 ceph-mon[117003]: pgmap v66: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:48:49.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:49.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:49.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:49.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:49.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:51 smithi161 ceph-mon[116604]: from='client.16086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:51 smithi161 ceph-mon[116604]: pgmap v67: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:51 smithi028 ceph-mon[112123]: from='client.16086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:51 smithi028 ceph-mon[112123]: pgmap v67: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:51.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:51 smithi138 ceph-mon[117003]: from='client.16086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:51 smithi138 ceph-mon[117003]: pgmap v67: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:53 smithi161 ceph-mon[116604]: pgmap v68: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:48:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:53 smithi028 ceph-mon[112123]: pgmap v68: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:48:53.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:53 smithi138 ceph-mon[117003]: pgmap v68: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:48:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:48:54.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:48:54.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:48:54.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:48:54.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:48:54.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:48:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:48:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:48:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:48:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:48:54.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:48:54.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:48:54.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:48:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:55 smithi161 ceph-mon[116604]: pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:55 smithi028 ceph-mon[112123]: pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:55 smithi138 ceph-mon[117003]: pgmap v69: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:48:55.663 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:48:55.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:48:55.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:48:55.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:48:55.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:48:56.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:56 smithi161 ceph-mon[116604]: from='client.16164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:56.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:56 smithi028 ceph-mon[112123]: from='client.16164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:56.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:56 smithi138 ceph-mon[117003]: from='client.16164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:48:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:57 smithi161 ceph-mon[116604]: 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-07T04:48:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:57 smithi028 ceph-mon[112123]: 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-07T04:48:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:57 smithi138 ceph-mon[117003]: 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-07T04:48:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:48:59 smithi161 ceph-mon[116604]: 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-07T04:48:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:48:59 smithi028 ceph-mon[112123]: 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-07T04:48:59.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:48:59 smithi138 ceph-mon[117003]: 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-07T04:49:00.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:00.665 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:00.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:01.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:01.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:01.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:01.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:01.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:01.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:01 smithi161 ceph-mon[116604]: pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T04:49:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:01 smithi028 ceph-mon[112123]: pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T04:49:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:01 smithi138 ceph-mon[117003]: pgmap v72: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T04:49:02.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:02 smithi161 ceph-mon[116604]: from='client.16239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:02.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:02 smithi028 ceph-mon[112123]: from='client.16239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:02 smithi138 ceph-mon[117003]: from='client.16239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:03.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:03 smithi161 ceph-mon[116604]: pgmap v73: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:03.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:03 smithi028 ceph-mon[112123]: pgmap v73: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:03.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:03 smithi138 ceph-mon[117003]: pgmap v73: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:05.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:04 smithi138 ceph-mon[117003]: pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:04 smithi161 ceph-mon[116604]: pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:04 smithi028 ceph-mon[112123]: pgmap v74: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:06.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:06.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:06.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:07.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:07.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:07.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:07.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:07.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:07 smithi161 ceph-mon[116604]: pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:07 smithi028 ceph-mon[112123]: pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:07 smithi138 ceph-mon[117003]: pgmap v75: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:08.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:08 smithi161 ceph-mon[116604]: from='client.16317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:08.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:08 smithi028 ceph-mon[112123]: from='client.16317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:08 smithi138 ceph-mon[117003]: from='client.16317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:09.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:09 smithi161 ceph-mon[116604]: pgmap v76: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:09 smithi028 ceph-mon[112123]: pgmap v76: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:09.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:09 smithi138 ceph-mon[117003]: pgmap v76: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:11.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:11 smithi161 ceph-mon[116604]: pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:11 smithi028 ceph-mon[112123]: pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:11 smithi138 ceph-mon[117003]: pgmap v77: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:12.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:12.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:12.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:12.961 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:12.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:12.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:12.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:12.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:13.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:13 smithi161 ceph-mon[116604]: 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-07T04:49:13.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:13 smithi028 ceph-mon[112123]: 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-07T04:49:13.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:13 smithi138 ceph-mon[117003]: 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-07T04:49:14.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:14 smithi161 ceph-mon[116604]: from='client.16392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:14.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:14 smithi028 ceph-mon[112123]: from='client.16392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:14.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:14 smithi138 ceph-mon[117003]: from='client.16392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:15 smithi161 ceph-mon[116604]: 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-07T04:49:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:15 smithi028 ceph-mon[112123]: 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-07T04:49:15.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:15 smithi138 ceph-mon[117003]: 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-07T04:49:17.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:17 smithi161 ceph-mon[116604]: 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-07T04:49:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:17 smithi028 ceph-mon[112123]: 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-07T04:49:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:17 smithi138 ceph-mon[117003]: 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-07T04:49:17.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:17.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:17.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:18.729 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:18.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:18.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:18.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:18.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:19.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:19 smithi161 ceph-mon[116604]: 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-07T04:49:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:19 smithi161 ceph-mon[116604]: from='client.16470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:19 smithi028 ceph-mon[112123]: 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-07T04:49:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:19 smithi028 ceph-mon[112123]: from='client.16470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:19 smithi138 ceph-mon[117003]: 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-07T04:49:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:19 smithi138 ceph-mon[117003]: from='client.16470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:21.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:21 smithi161 ceph-mon[116604]: 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-07T04:49:21.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:21 smithi028 ceph-mon[112123]: 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-07T04:49:21.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:21 smithi138 ceph-mon[117003]: 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-07T04:49:23.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:23 smithi161 ceph-mon[116604]: 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-07T04:49:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:23 smithi028 ceph-mon[112123]: 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-07T04:49:23.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:23 smithi138 ceph-mon[117003]: 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-07T04:49:23.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:23.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:23.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:24.500 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:24.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:24.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:24.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:24.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:25.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:24 smithi138 ceph-mon[117003]: pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:25.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:24 smithi138 ceph-mon[117003]: from='client.16545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:24 smithi161 ceph-mon[116604]: pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:24 smithi161 ceph-mon[116604]: from='client.16545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:24 smithi028 ceph-mon[112123]: pgmap v84: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:24 smithi028 ceph-mon[112123]: from='client.16545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:27.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:27 smithi161 ceph-mon[116604]: pgmap v85: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:49:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:27 smithi028 ceph-mon[112123]: pgmap v85: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:49:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:27 smithi138 ceph-mon[117003]: pgmap v85: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:49:29.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:29 smithi161 ceph-mon[116604]: pgmap v86: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:49:29.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:29 smithi028 ceph-mon[112123]: pgmap v86: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:49:29.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:29.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:29.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:29.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:29 smithi138 ceph-mon[117003]: pgmap v86: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:49:30.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:30.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:30.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:30.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:30.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:31.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:31 smithi161 ceph-mon[116604]: from='client.16620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:31.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:31 smithi161 ceph-mon[116604]: pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:31 smithi028 ceph-mon[112123]: from='client.16620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:31 smithi028 ceph-mon[112123]: pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:31 smithi138 ceph-mon[117003]: from='client.16620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:31 smithi138 ceph-mon[117003]: pgmap v87: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:33.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:33 smithi161 ceph-mon[116604]: pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:49:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:33 smithi028 ceph-mon[112123]: pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:49:33.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:33 smithi138 ceph-mon[117003]: pgmap v88: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:49:35.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:35.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:35.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:35.287 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:34 smithi138 ceph-mon[117003]: pgmap v89: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:34 smithi161 ceph-mon[116604]: pgmap v89: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:34 smithi028 ceph-mon[112123]: pgmap v89: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:36.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:36.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:36.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:36.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:36.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:37.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:37 smithi161 ceph-mon[116604]: from='client.16698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:37.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:37 smithi161 ceph-mon[116604]: pgmap v90: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:37 smithi028 ceph-mon[112123]: from='client.16698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:37 smithi028 ceph-mon[112123]: pgmap v90: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:37.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:37 smithi138 ceph-mon[117003]: from='client.16698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:37 smithi138 ceph-mon[117003]: pgmap v90: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:39.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:39 smithi161 ceph-mon[116604]: pgmap v91: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:39 smithi028 ceph-mon[112123]: pgmap v91: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:39 smithi138 ceph-mon[117003]: pgmap v91: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:41.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:41.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:41.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:41.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:41 smithi161 ceph-mon[116604]: pgmap v92: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:41 smithi028 ceph-mon[112123]: pgmap v92: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:41 smithi138 ceph-mon[117003]: pgmap v92: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:41.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:41.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:41.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:41.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:41.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:43.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:43 smithi161 ceph-mon[116604]: from='client.16773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:43.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:43 smithi161 ceph-mon[116604]: pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:43.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:43 smithi028 ceph-mon[112123]: from='client.16773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:43.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:43 smithi028 ceph-mon[112123]: pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:43 smithi138 ceph-mon[117003]: from='client.16773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:43 smithi138 ceph-mon[117003]: pgmap v93: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:45.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:44 smithi138 ceph-mon[117003]: pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:44 smithi161 ceph-mon[116604]: pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:44 smithi028 ceph-mon[112123]: pgmap v94: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:46.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:46.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:46.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:47 smithi161 ceph-mon[116604]: pgmap v95: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:47 smithi028 ceph-mon[112123]: pgmap v95: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:47 smithi138 ceph-mon[117003]: pgmap v95: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:47.568 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:47.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:47.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:47.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:47.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:48.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:48 smithi161 ceph-mon[116604]: from='client.16851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:48.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:48 smithi028 ceph-mon[112123]: from='client.16851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:48.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:48 smithi138 ceph-mon[117003]: from='client.16851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:49.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:49 smithi161 ceph-mon[116604]: pgmap v96: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:49 smithi028 ceph-mon[112123]: pgmap v96: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:49 smithi138 ceph-mon[117003]: pgmap v96: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:49:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:51 smithi161 ceph-mon[116604]: pgmap v97: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:51.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:51 smithi028 ceph-mon[112123]: pgmap v97: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:51.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:51 smithi138 ceph-mon[117003]: pgmap v97: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:49:52.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:52.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:52.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:53.333 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:53.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:53.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:53.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:53.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:53 smithi161 ceph-mon[116604]: 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-07T04:49:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:53 smithi028 ceph-mon[112123]: 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-07T04:49:53.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:53 smithi138 ceph-mon[117003]: 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-07T04:49:54.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:54 smithi161 ceph-mon[116604]: from='client.16929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:54.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:49:54.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:49:54.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:49:54.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:49:54.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:54 smithi028 ceph-mon[112123]: from='client.16929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:54.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:49:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:49:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:49:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:49:54.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:54 smithi138 ceph-mon[117003]: from='client.16929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:49:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:49:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:49:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:49:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:49:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:55 smithi161 ceph-mon[116604]: 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-07T04:49:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:55 smithi028 ceph-mon[112123]: 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-07T04:49:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:55 smithi138 ceph-mon[117003]: 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-07T04:49:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:57 smithi161 ceph-mon[116604]: 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-07T04:49:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:57 smithi028 ceph-mon[112123]: 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-07T04:49:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:57 smithi138 ceph-mon[117003]: 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-07T04:49:58.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:49:58.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:49:58.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:49:59.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:49:59.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:49:59.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:49:59.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:49:59.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:49:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:49:59 smithi161 ceph-mon[116604]: 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-07T04:49:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:49:59 smithi028 ceph-mon[112123]: 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-07T04:49:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:49:59 smithi138 ceph-mon[117003]: 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-07T04:50:00.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:00 smithi161 ceph-mon[116604]: from='client.17004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:00.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T04:50:00.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:00 smithi028 ceph-mon[112123]: from='client.17004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:00.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T04:50:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:00 smithi138 ceph-mon[117003]: from='client.17004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T04:50:01.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:01 smithi161 ceph-mon[116604]: pgmap v102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:50:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:01 smithi028 ceph-mon[112123]: pgmap v102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:50:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:01 smithi138 ceph-mon[117003]: pgmap v102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T04:50:03.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:03 smithi161 ceph-mon[116604]: pgmap v103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:50:03.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:03 smithi028 ceph-mon[112123]: pgmap v103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:50:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:03 smithi138 ceph-mon[117003]: pgmap v103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T04:50:04.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:04.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:04.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:04.861 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:04.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:04.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:04.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:04.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:05.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:04 smithi138 ceph-mon[117003]: pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:04 smithi161 ceph-mon[116604]: pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:04 smithi028 ceph-mon[112123]: pgmap v104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:06.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:05 smithi138 ceph-mon[117003]: from='client.17082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:06.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:05 smithi161 ceph-mon[116604]: from='client.17082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:06.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:05 smithi028 ceph-mon[112123]: from='client.17082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:07.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:06 smithi138 ceph-mon[117003]: pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:06 smithi161 ceph-mon[116604]: pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:06 smithi028 ceph-mon[112123]: pgmap v105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:09.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:09 smithi161 ceph-mon[116604]: pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:09 smithi028 ceph-mon[112123]: pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:09.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:09 smithi138 ceph-mon[117003]: pgmap v106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:09.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:09.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:09.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:10.627 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:10.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:10.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:10.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:10.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:11.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:11 smithi161 ceph-mon[116604]: pgmap v107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:11.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:11 smithi161 ceph-mon[116604]: from='client.17160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:11 smithi028 ceph-mon[112123]: pgmap v107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:11 smithi028 ceph-mon[112123]: from='client.17160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:11.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:11 smithi138 ceph-mon[117003]: pgmap v107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:11 smithi138 ceph-mon[117003]: from='client.17160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:13.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:13 smithi161 ceph-mon[116604]: pgmap v108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T04:50:13.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:13 smithi028 ceph-mon[112123]: pgmap v108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T04:50:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:13 smithi138 ceph-mon[117003]: pgmap v108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T04:50:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:14 smithi138 ceph-mon[117003]: pgmap v109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T04:50:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:14 smithi161 ceph-mon[116604]: pgmap v109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T04:50:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:14 smithi028 ceph-mon[112123]: pgmap v109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T04:50:15.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:15.629 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:15.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:16.384 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:16.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:16.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:16.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:16.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:17.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:17 smithi161 ceph-mon[116604]: from='client.17235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:17.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:17 smithi161 ceph-mon[116604]: pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:17 smithi028 ceph-mon[112123]: from='client.17235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:17 smithi028 ceph-mon[112123]: pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:17 smithi138 ceph-mon[117003]: from='client.17235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:17 smithi138 ceph-mon[117003]: pgmap v110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:19 smithi161 ceph-mon[116604]: pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:19.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:19 smithi028 ceph-mon[112123]: pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:19 smithi138 ceph-mon[117003]: pgmap v111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:21.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:21.386 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:21.386 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:21.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:21 smithi161 ceph-mon[116604]: pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:21.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:21 smithi028 ceph-mon[112123]: pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:21 smithi138 ceph-mon[117003]: pgmap v112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:22.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:22.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:22.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:22.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:22.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:23.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:23 smithi161 ceph-mon[116604]: from='client.17313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:23.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:23 smithi161 ceph-mon[116604]: pgmap v113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:23 smithi028 ceph-mon[112123]: from='client.17313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:23 smithi028 ceph-mon[112123]: pgmap v113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:23 smithi138 ceph-mon[117003]: from='client.17313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:23 smithi138 ceph-mon[117003]: pgmap v113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:25.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:24 smithi138 ceph-mon[117003]: pgmap v114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:24 smithi161 ceph-mon[116604]: pgmap v114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:24 smithi028 ceph-mon[112123]: pgmap v114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:27.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:27.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:27.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:27.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:27 smithi161 ceph-mon[116604]: pgmap v115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:27 smithi028 ceph-mon[112123]: pgmap v115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:27 smithi138 ceph-mon[117003]: pgmap v115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:27.906 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:27.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:27.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:27.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:27.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:29.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:29 smithi161 ceph-mon[116604]: from='client.17391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:29.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:29 smithi161 ceph-mon[116604]: pgmap v116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:29.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:29 smithi028 ceph-mon[112123]: from='client.17391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:29.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:29 smithi028 ceph-mon[112123]: pgmap v116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:29.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:29 smithi138 ceph-mon[117003]: from='client.17391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:29 smithi138 ceph-mon[117003]: pgmap v116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:31.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:31 smithi161 ceph-mon[116604]: pgmap v117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:31 smithi028 ceph-mon[112123]: pgmap v117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:31 smithi138 ceph-mon[117003]: pgmap v117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:32.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:32.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:32.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:33.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:33 smithi161 ceph-mon[116604]: 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-07T04:50:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:33 smithi028 ceph-mon[112123]: 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-07T04:50:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:33 smithi138 ceph-mon[117003]: 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-07T04:50:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:33.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:33.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:33.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:33.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:34.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:34 smithi161 ceph-mon[116604]: from='client.17469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:34.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:34 smithi028 ceph-mon[112123]: from='client.17469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:34 smithi138 ceph-mon[117003]: from='client.17469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:35 smithi161 ceph-mon[116604]: 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-07T04:50:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:35 smithi028 ceph-mon[112123]: 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-07T04:50:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:35 smithi138 ceph-mon[117003]: 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-07T04:50:37.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:37 smithi161 ceph-mon[116604]: 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-07T04:50:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:37 smithi028 ceph-mon[112123]: 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-07T04:50:37.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:37 smithi138 ceph-mon[117003]: 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-07T04:50:38.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:38.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:38.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:39.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:39.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:39.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:39.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:39.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:39.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:39 smithi161 ceph-mon[116604]: 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-07T04:50:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:39 smithi028 ceph-mon[112123]: 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-07T04:50:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:39 smithi138 ceph-mon[117003]: 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-07T04:50:40.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:40 smithi161 ceph-mon[116604]: from='client.17547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:40.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:40 smithi028 ceph-mon[112123]: from='client.17547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:40 smithi138 ceph-mon[117003]: from='client.17547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:41.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:41 smithi161 ceph-mon[116604]: pgmap v122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:41 smithi028 ceph-mon[112123]: pgmap v122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:41 smithi138 ceph-mon[117003]: pgmap v122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:43.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:43 smithi161 ceph-mon[116604]: pgmap v123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:43.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:43 smithi028 ceph-mon[112123]: pgmap v123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:43 smithi138 ceph-mon[117003]: pgmap v123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:44.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:44.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:44.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:45.201 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:45.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:45.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:45.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:45.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:45.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:44 smithi138 ceph-mon[117003]: pgmap v124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:44 smithi161 ceph-mon[116604]: pgmap v124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:44 smithi028 ceph-mon[112123]: pgmap v124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:46.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:45 smithi138 ceph-mon[117003]: from='client.17622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:46.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:45 smithi161 ceph-mon[116604]: from='client.17622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:46.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:45 smithi028 ceph-mon[112123]: from='client.17622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:47.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:46 smithi138 ceph-mon[117003]: pgmap v125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:46 smithi161 ceph-mon[116604]: pgmap v125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:46 smithi028 ceph-mon[112123]: pgmap v125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:49.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:49 smithi161 ceph-mon[116604]: pgmap v126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:49 smithi028 ceph-mon[112123]: pgmap v126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:49.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:49 smithi138 ceph-mon[117003]: pgmap v126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:50:50.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:50.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:50.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:50.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:50.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:50.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:50.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:50.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:51 smithi161 ceph-mon[116604]: pgmap v127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:51.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:51 smithi028 ceph-mon[112123]: pgmap v127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:51.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:51 smithi138 ceph-mon[117003]: pgmap v127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:52.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:52 smithi161 ceph-mon[116604]: from='client.17700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:52.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:52 smithi028 ceph-mon[112123]: from='client.17700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:52 smithi138 ceph-mon[117003]: from='client.17700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:53 smithi161 ceph-mon[116604]: 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-07T04:50:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:53 smithi028 ceph-mon[112123]: 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-07T04:50:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:53 smithi138 ceph-mon[117003]: 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-07T04:50:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:54 smithi138 ceph-mon[117003]: pgmap v129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:50:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:50:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:50:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:50:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:54 smithi161 ceph-mon[116604]: pgmap v129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:50:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:50:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:50:55.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:50:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:54 smithi028 ceph-mon[112123]: pgmap v129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:50:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:50:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:50:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:50:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:50:55.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:50:55.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:50:55.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:50:56.749 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:50:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:50:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:50:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:50:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:50:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:57 smithi161 ceph-mon[116604]: pgmap v130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:57 smithi161 ceph-mon[116604]: from='client.17778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:57 smithi028 ceph-mon[112123]: pgmap v130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:57 smithi028 ceph-mon[112123]: from='client.17778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:57 smithi138 ceph-mon[117003]: pgmap v130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:57 smithi138 ceph-mon[117003]: from='client.17778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:50:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:50:59 smithi161 ceph-mon[116604]: pgmap v131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:50:59 smithi028 ceph-mon[112123]: pgmap v131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:50:59.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:50:59 smithi138 ceph-mon[117003]: pgmap v131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:01.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:01 smithi161 ceph-mon[116604]: pgmap v132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:01 smithi028 ceph-mon[112123]: pgmap v132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:01.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:01 smithi138 ceph-mon[117003]: pgmap v132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:01.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:01.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:01.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:02.506 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:02.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:02.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:02.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:02.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:03.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:03 smithi161 ceph-mon[116604]: pgmap v133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:03.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:03 smithi161 ceph-mon[116604]: from='client.17856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:03.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:03 smithi028 ceph-mon[112123]: pgmap v133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:03.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:03 smithi028 ceph-mon[112123]: from='client.17856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:03.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:03 smithi138 ceph-mon[117003]: pgmap v133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:03 smithi138 ceph-mon[117003]: from='client.17856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:05.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:04 smithi138 ceph-mon[117003]: pgmap v134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:04 smithi161 ceph-mon[116604]: pgmap v134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:04 smithi028 ceph-mon[112123]: pgmap v134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:07 smithi161 ceph-mon[116604]: 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-07T04:51:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:07 smithi028 ceph-mon[112123]: 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-07T04:51:07.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:07.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:07.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:07.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:07 smithi138 ceph-mon[117003]: 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-07T04:51:08.262 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:08.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:08.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:08.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:08.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:09.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:09 smithi161 ceph-mon[116604]: from='client.17931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:09.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:09 smithi161 ceph-mon[116604]: 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-07T04:51:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:09 smithi028 ceph-mon[112123]: from='client.17931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:09 smithi028 ceph-mon[112123]: 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-07T04:51:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:09 smithi138 ceph-mon[117003]: from='client.17931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:09 smithi138 ceph-mon[117003]: 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-07T04:51:11.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:11 smithi161 ceph-mon[116604]: 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-07T04:51:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:11 smithi028 ceph-mon[112123]: 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-07T04:51:11.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:11 smithi138 ceph-mon[117003]: 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-07T04:51:13.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:13.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:13.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:13.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:13 smithi161 ceph-mon[116604]: 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-07T04:51:13.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:13 smithi028 ceph-mon[112123]: 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-07T04:51:13.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:13 smithi138 ceph-mon[117003]: 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-07T04:51:14.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:14.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:14.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:14.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:14.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:14 smithi138 ceph-mon[117003]: from='client.18000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:14 smithi138 ceph-mon[117003]: 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-07T04:51:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:14 smithi161 ceph-mon[116604]: from='client.18000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:14 smithi161 ceph-mon[116604]: 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-07T04:51:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:14 smithi028 ceph-mon[112123]: from='client.18000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:15.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:14 smithi028 ceph-mon[112123]: 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-07T04:51:17.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:17 smithi161 ceph-mon[116604]: 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-07T04:51:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:17 smithi028 ceph-mon[112123]: 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-07T04:51:17.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:17 smithi138 ceph-mon[117003]: 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-07T04:51:19.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:19.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:19.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:19.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:19 smithi161 ceph-mon[116604]: 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-07T04:51:19.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:19 smithi028 ceph-mon[112123]: 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-07T04:51:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:19 smithi138 ceph-mon[117003]: 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-07T04:51:19.809 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:19.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:19.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:19.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:19.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:20.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:20 smithi161 ceph-mon[116604]: from='client.18075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:20.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:20 smithi028 ceph-mon[112123]: from='client.18075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:20.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:20 smithi138 ceph-mon[117003]: from='client.18075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:21.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:21 smithi161 ceph-mon[116604]: pgmap v142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:21.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:21 smithi028 ceph-mon[112123]: pgmap v142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:21 smithi138 ceph-mon[117003]: pgmap v142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:23.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:23 smithi161 ceph-mon[116604]: pgmap v143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:23 smithi028 ceph-mon[112123]: pgmap v143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:23 smithi138 ceph-mon[117003]: pgmap v143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:24.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:24.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:24.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:25.287 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:24 smithi138 ceph-mon[117003]: pgmap v144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:25 smithi161 ceph-mon[116604]: pgmap v144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:24 smithi028 ceph-mon[112123]: pgmap v144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:25.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:25.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:25.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:25.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:25.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:26.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:26 smithi138 ceph-mon[117003]: from='client.18150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:26.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:26 smithi161 ceph-mon[116604]: from='client.18150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:26.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:26 smithi028 ceph-mon[112123]: from='client.18150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:27.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:27 smithi138 ceph-mon[117003]: pgmap v145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:27.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:27 smithi161 ceph-mon[116604]: pgmap v145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:27 smithi028 ceph-mon[112123]: pgmap v145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:29.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:29 smithi161 ceph-mon[116604]: pgmap v146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:29.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:29 smithi028 ceph-mon[112123]: pgmap v146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:29 smithi138 ceph-mon[117003]: pgmap v146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:30.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:30.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:30.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:31.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:31.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:31.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:31.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:31.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:31.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:31 smithi161 ceph-mon[116604]: pgmap v147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:31 smithi028 ceph-mon[112123]: pgmap v147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:31 smithi138 ceph-mon[117003]: pgmap v147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:32.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:32 smithi161 ceph-mon[116604]: from='client.18228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:32.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:32 smithi028 ceph-mon[112123]: from='client.18228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:32.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:32 smithi138 ceph-mon[117003]: from='client.18228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:33.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:33 smithi161 ceph-mon[116604]: 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-07T04:51:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:33 smithi028 ceph-mon[112123]: 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-07T04:51:33.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:33 smithi138 ceph-mon[117003]: 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-07T04:51:35.287 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:35 smithi138 ceph-mon[117003]: pgmap v149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:35 smithi161 ceph-mon[116604]: pgmap v149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:35 smithi028 ceph-mon[112123]: pgmap v149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:36.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:36.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:36.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:37.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:37.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:37.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:37.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:37.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:37.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:37 smithi161 ceph-mon[116604]: pgmap v150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:37 smithi028 ceph-mon[112123]: pgmap v150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:37.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:37 smithi138 ceph-mon[117003]: pgmap v150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:38.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:38 smithi161 ceph-mon[116604]: from='client.18300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:38.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:38 smithi028 ceph-mon[112123]: from='client.18300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:38.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:38 smithi138 ceph-mon[117003]: from='client.18300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:39.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:39 smithi161 ceph-mon[116604]: pgmap v151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:39 smithi028 ceph-mon[112123]: pgmap v151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:39.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:39 smithi138 ceph-mon[117003]: pgmap v151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:41.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:41 smithi161 ceph-mon[116604]: pgmap v152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:41 smithi028 ceph-mon[112123]: pgmap v152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:41.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:41 smithi138 ceph-mon[117003]: pgmap v152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:42.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:42.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:42.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:42.899 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:42.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:42.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:42.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:42.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:43.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:43 smithi161 ceph-mon[116604]: pgmap v153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:43.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:43 smithi028 ceph-mon[112123]: pgmap v153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:43 smithi138 ceph-mon[117003]: pgmap v153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:44.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:44 smithi161 ceph-mon[116604]: from='client.18375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:44.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:44 smithi028 ceph-mon[112123]: from='client.18375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:44 smithi138 ceph-mon[117003]: from='client.18375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:45 smithi161 ceph-mon[116604]: pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:45 smithi028 ceph-mon[112123]: pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:45.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:45 smithi138 ceph-mon[117003]: pgmap v154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:51:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:47 smithi161 ceph-mon[116604]: 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-07T04:51:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:47 smithi028 ceph-mon[112123]: 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-07T04:51:47.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:47 smithi138 ceph-mon[117003]: 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-07T04:51:47.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:47.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:47.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:48.675 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:48.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:48.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:48.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:48.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:49.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:49 smithi161 ceph-mon[116604]: 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-07T04:51:49.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:49 smithi161 ceph-mon[116604]: from='client.18447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:49 smithi028 ceph-mon[112123]: 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-07T04:51:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:49 smithi028 ceph-mon[112123]: from='client.18447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:49.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:49 smithi138 ceph-mon[117003]: 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-07T04:51:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:49 smithi138 ceph-mon[117003]: from='client.18447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:51 smithi161 ceph-mon[116604]: 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-07T04:51:51.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:51 smithi028 ceph-mon[112123]: 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-07T04:51:51.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:51 smithi138 ceph-mon[117003]: 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-07T04:51:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:53 smithi161 ceph-mon[116604]: 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-07T04:51:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:53 smithi028 ceph-mon[112123]: 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-07T04:51:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:53 smithi138 ceph-mon[117003]: 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-07T04:51:53.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:53.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:53.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:54.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:51:54.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:51:54.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:51:54.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:51:54.446 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:51:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:55 smithi138 ceph-mon[117003]: from='client.18522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:55 smithi138 ceph-mon[117003]: pgmap v159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:55 smithi161 ceph-mon[116604]: from='client.18522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:55 smithi161 ceph-mon[116604]: pgmap v159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:55 smithi028 ceph-mon[112123]: from='client.18522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:51:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:55 smithi028 ceph-mon[112123]: pgmap v159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:51:56.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:51:56.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:51:56.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:51:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:51:56.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:51:56.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:51:56.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:51:56.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:51:56.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:51:56.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:51:56.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:51:56.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:51:57.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:57 smithi138 ceph-mon[117003]: pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:57 smithi161 ceph-mon[116604]: pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:57 smithi028 ceph-mon[112123]: pgmap v160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:51:59 smithi161 ceph-mon[116604]: pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:59.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:51:59.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:51:59.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:51:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:51:59 smithi028 ceph-mon[112123]: pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:51:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:51:59 smithi138 ceph-mon[117003]: pgmap v161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:00.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:00.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:00.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:00.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:00.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:01.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:01 smithi161 ceph-mon[116604]: from='client.18594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:01.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:01 smithi161 ceph-mon[116604]: pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:01 smithi028 ceph-mon[112123]: from='client.18594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:01 smithi028 ceph-mon[112123]: pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:01.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:01 smithi138 ceph-mon[117003]: from='client.18594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:01 smithi138 ceph-mon[117003]: pgmap v162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:03.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:03 smithi161 ceph-mon[116604]: pgmap v163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:03.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:03 smithi028 ceph-mon[112123]: pgmap v163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:03.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:03 smithi138 ceph-mon[117003]: pgmap v163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:05.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:05.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:05.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:05.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:05 smithi138 ceph-mon[117003]: pgmap v164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:05 smithi161 ceph-mon[116604]: pgmap v164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:05 smithi028 ceph-mon[112123]: pgmap v164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:05.985 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:05.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:05.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:05.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:05.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:07 smithi161 ceph-mon[116604]: from='client.18672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:07 smithi161 ceph-mon[116604]: 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-07T04:52:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:07 smithi028 ceph-mon[112123]: from='client.18672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:07 smithi028 ceph-mon[112123]: 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-07T04:52:07.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:07 smithi138 ceph-mon[117003]: from='client.18672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:07 smithi138 ceph-mon[117003]: 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-07T04:52:09.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:09 smithi161 ceph-mon[116604]: 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-07T04:52:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:09 smithi028 ceph-mon[112123]: 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-07T04:52:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:09 smithi138 ceph-mon[117003]: 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-07T04:52:10.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:10.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:10.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:11.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:11 smithi161 ceph-mon[116604]: 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-07T04:52:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:11 smithi028 ceph-mon[112123]: 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-07T04:52:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:11 smithi138 ceph-mon[117003]: 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-07T04:52:11.765 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:11.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:11.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:11.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:11.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:12.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:12 smithi161 ceph-mon[116604]: from='client.18744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:12.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:12 smithi028 ceph-mon[112123]: from='client.18744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:12.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:12 smithi138 ceph-mon[117003]: from='client.18744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:13.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:13 smithi161 ceph-mon[116604]: 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-07T04:52:13.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:13 smithi028 ceph-mon[112123]: 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-07T04:52:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:13 smithi138 ceph-mon[117003]: 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-07T04:52:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:15 smithi138 ceph-mon[117003]: pgmap v169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:15 smithi161 ceph-mon[116604]: pgmap v169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:15 smithi028 ceph-mon[112123]: pgmap v169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:16.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:16.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:16.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:17.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:17 smithi161 ceph-mon[116604]: pgmap v170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:17 smithi028 ceph-mon[112123]: pgmap v170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:17.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:17.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:17.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:17.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:17.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:17.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:17 smithi138 ceph-mon[117003]: pgmap v170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:18.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:18 smithi161 ceph-mon[116604]: from='client.18822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:18.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:18 smithi028 ceph-mon[112123]: from='client.18822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:18.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:18 smithi138 ceph-mon[117003]: from='client.18822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:19.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:19 smithi161 ceph-mon[116604]: pgmap v171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:19.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:19 smithi028 ceph-mon[112123]: pgmap v171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:19 smithi138 ceph-mon[117003]: pgmap v171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:21.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:21 smithi161 ceph-mon[116604]: pgmap v172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:21.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:21 smithi028 ceph-mon[112123]: pgmap v172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:21 smithi138 ceph-mon[117003]: pgmap v172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:22.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:22.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:22.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:23.294 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:23.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:23.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:23.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:23.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:23.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:23 smithi161 ceph-mon[116604]: pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:23 smithi028 ceph-mon[112123]: pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:23.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:23 smithi138 ceph-mon[117003]: pgmap v173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:24.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:24 smithi161 ceph-mon[116604]: from='client.18897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:24.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:24 smithi028 ceph-mon[112123]: from='client.18897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:24.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:24 smithi138 ceph-mon[117003]: from='client.18897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:25 smithi161 ceph-mon[116604]: pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:25 smithi028 ceph-mon[112123]: pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:25 smithi138 ceph-mon[117003]: pgmap v174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:27.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:27 smithi161 ceph-mon[116604]: 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-07T04:52:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:27 smithi028 ceph-mon[112123]: 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-07T04:52:27.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:27 smithi138 ceph-mon[117003]: 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-07T04:52:28.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:28.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:28.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:29.053 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:29.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:29.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:29.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:29.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:29.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:29 smithi161 ceph-mon[116604]: 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-07T04:52:29.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:29 smithi028 ceph-mon[112123]: 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-07T04:52:29.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:29 smithi138 ceph-mon[117003]: 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-07T04:52:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:30 smithi028 ceph-mon[112123]: from='client.18969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:30 smithi138 ceph-mon[117003]: from='client.18969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:30 smithi161 ceph-mon[116604]: from='client.18969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:31 smithi028 ceph-mon[112123]: 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-07T04:52:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:31 smithi138 ceph-mon[117003]: 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-07T04:52:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:31 smithi161 ceph-mon[116604]: 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-07T04:52:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:33 smithi028 ceph-mon[112123]: 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-07T04:52:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:33 smithi138 ceph-mon[117003]: 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-07T04:52:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:33 smithi161 ceph-mon[116604]: 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-07T04:52:34.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:34.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:34.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:34.812 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:34.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:34.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:34.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:34.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:35.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:35 smithi138 ceph-mon[117003]: pgmap v179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:35.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:35 smithi138 ceph-mon[117003]: from='client.19041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:35 smithi161 ceph-mon[116604]: pgmap v179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:35 smithi161 ceph-mon[116604]: from='client.19041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:35 smithi028 ceph-mon[112123]: pgmap v179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:35 smithi028 ceph-mon[112123]: from='client.19041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:37.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:37 smithi161 ceph-mon[116604]: pgmap v180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:37 smithi028 ceph-mon[112123]: pgmap v180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:37 smithi138 ceph-mon[117003]: pgmap v180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:39.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:39 smithi161 ceph-mon[116604]: pgmap v181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:39 smithi028 ceph-mon[112123]: pgmap v181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:39 smithi138 ceph-mon[117003]: pgmap v181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:39.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:39.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:39.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:40.597 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:40.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:40.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:40.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:40.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:41.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:41 smithi161 ceph-mon[116604]: pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:41.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:41 smithi161 ceph-mon[116604]: from='client.19110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:41 smithi028 ceph-mon[112123]: pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:41 smithi028 ceph-mon[112123]: from='client.19110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:41 smithi138 ceph-mon[117003]: pgmap v182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:41 smithi138 ceph-mon[117003]: from='client.19110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:43.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:43 smithi161 ceph-mon[116604]: pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:43.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:43 smithi028 ceph-mon[112123]: pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:43 smithi138 ceph-mon[117003]: pgmap v183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:52:45.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:45 smithi138 ceph-mon[117003]: pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:45 smithi161 ceph-mon[116604]: pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:45 smithi028 ceph-mon[112123]: pgmap v184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:45.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:45.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:45.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:46.368 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:46.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:46.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:46.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:46.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:47 smithi161 ceph-mon[116604]: from='client.19182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:47.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:47 smithi161 ceph-mon[116604]: 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-07T04:52:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:47 smithi028 ceph-mon[112123]: from='client.19182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:47.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:47 smithi028 ceph-mon[112123]: 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-07T04:52:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:47 smithi138 ceph-mon[117003]: from='client.19182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:47 smithi138 ceph-mon[117003]: 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-07T04:52:49.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:49 smithi161 ceph-mon[116604]: 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-07T04:52:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:49 smithi028 ceph-mon[112123]: 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-07T04:52:49.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:49 smithi138 ceph-mon[117003]: 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-07T04:52:51.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:51.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:51.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:51.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:51 smithi161 ceph-mon[116604]: 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-07T04:52:51.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:51 smithi028 ceph-mon[112123]: 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-07T04:52:51.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:51 smithi138 ceph-mon[117003]: 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-07T04:52:52.135 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:52.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:52.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:52.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:52.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:53 smithi161 ceph-mon[116604]: from='client.19257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:53 smithi161 ceph-mon[116604]: 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-07T04:52:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:53 smithi028 ceph-mon[112123]: from='client.19257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:53 smithi028 ceph-mon[112123]: 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-07T04:52:53.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:53 smithi138 ceph-mon[117003]: from='client.19257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:53 smithi138 ceph-mon[117003]: 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-07T04:52:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:55 smithi138 ceph-mon[117003]: pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:55 smithi161 ceph-mon[116604]: pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:55 smithi028 ceph-mon[112123]: pgmap v189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:52:56.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:52:56.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:52:56.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:52:57.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:52:57.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:52:57.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:52:57.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:57 smithi138 ceph-mon[117003]: pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:57.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:52:57.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:52:57.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:52:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:57 smithi161 ceph-mon[116604]: pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:52:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:52:57.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:52:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:57 smithi028 ceph-mon[112123]: pgmap v190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:52:57.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:52:57.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:52:57.897 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:52:57.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:52:57.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:52:57.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:52:57.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:52:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:59 smithi161 ceph-mon[116604]: from='client.19332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:59.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:52:59 smithi161 ceph-mon[116604]: pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:59 smithi028 ceph-mon[112123]: from='client.19332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:59.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:52:59 smithi028 ceph-mon[112123]: pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:52:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:59 smithi138 ceph-mon[117003]: from='client.19332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:52:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:52:59 smithi138 ceph-mon[117003]: pgmap v191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:01.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:01 smithi161 ceph-mon[116604]: pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:01 smithi028 ceph-mon[112123]: pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:01 smithi138 ceph-mon[117003]: pgmap v192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:02.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:02.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:02.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:03.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:03 smithi161 ceph-mon[116604]: pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:03.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:03 smithi028 ceph-mon[112123]: pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:03.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:03 smithi138 ceph-mon[117003]: pgmap v193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:03.662 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:03.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:03.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:03.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:03.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:04.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:04 smithi161 ceph-mon[116604]: from='client.19404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:04.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:04 smithi028 ceph-mon[112123]: from='client.19404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:04.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:04 smithi138 ceph-mon[117003]: from='client.19404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:05 smithi161 ceph-mon[116604]: pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:05 smithi028 ceph-mon[112123]: pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:05 smithi138 ceph-mon[117003]: pgmap v194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:07 smithi161 ceph-mon[116604]: 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-07T04:53:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:07 smithi028 ceph-mon[112123]: 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-07T04:53:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:07 smithi138 ceph-mon[117003]: 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-07T04:53:08.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:08.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:08.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:09.434 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:09.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:09.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:09.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:09.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:09.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:09 smithi161 ceph-mon[116604]: 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-07T04:53:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:09 smithi028 ceph-mon[112123]: 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-07T04:53:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:09 smithi138 ceph-mon[117003]: 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-07T04:53:10.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:10 smithi028 ceph-mon[112123]: from='client.19476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:10.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:10 smithi138 ceph-mon[117003]: from='client.19476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:10 smithi161 ceph-mon[116604]: from='client.19476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:11 smithi028 ceph-mon[112123]: pgmap v197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:11 smithi138 ceph-mon[117003]: pgmap v197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:11 smithi161 ceph-mon[116604]: pgmap v197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:13.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:13 smithi028 ceph-mon[112123]: pgmap v198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:13 smithi138 ceph-mon[117003]: pgmap v198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:13 smithi161 ceph-mon[116604]: pgmap v198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:14.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:14.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:14.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:15.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:15.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:15.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:15.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:15.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:15.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:15 smithi138 ceph-mon[117003]: pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:15 smithi161 ceph-mon[116604]: pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:15 smithi028 ceph-mon[112123]: pgmap v199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:16.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:16 smithi138 ceph-mon[117003]: from='client.19554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:16.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:16 smithi161 ceph-mon[116604]: from='client.19554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:16.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:16 smithi028 ceph-mon[112123]: from='client.19554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:17.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:17 smithi138 ceph-mon[117003]: pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:17.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:17 smithi161 ceph-mon[116604]: pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:17 smithi028 ceph-mon[112123]: pgmap v200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:19.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:19 smithi161 ceph-mon[116604]: pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:19.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:19 smithi028 ceph-mon[112123]: pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:19 smithi138 ceph-mon[117003]: pgmap v201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:20.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:20.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:20.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:20.964 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:21.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:21 smithi161 ceph-mon[116604]: pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:21.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:21 smithi028 ceph-mon[112123]: pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:21 smithi138 ceph-mon[117003]: pgmap v202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:22.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:22 smithi028 ceph-mon[112123]: from='client.19626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:22 smithi138 ceph-mon[117003]: from='client.19626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:22 smithi161 ceph-mon[116604]: from='client.19626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:23 smithi028 ceph-mon[112123]: 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-07T04:53:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:23 smithi138 ceph-mon[117003]: 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-07T04:53:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:23 smithi161 ceph-mon[116604]: 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-07T04:53:25.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:25 smithi138 ceph-mon[117003]: 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-07T04:53:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:25 smithi161 ceph-mon[116604]: 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-07T04:53:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:25 smithi028 ceph-mon[112123]: 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-07T04:53:25.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:25.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:25.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:26.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:26.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:26.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:26.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:26.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:27.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:27 smithi161 ceph-mon[116604]: 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-07T04:53:27.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:27 smithi161 ceph-mon[116604]: from='client.19701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:27 smithi028 ceph-mon[112123]: 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-07T04:53:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:27 smithi028 ceph-mon[112123]: from='client.19701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:27 smithi138 ceph-mon[117003]: 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-07T04:53:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:27 smithi138 ceph-mon[117003]: from='client.19701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:29.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:29 smithi161 ceph-mon[116604]: 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-07T04:53:29.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:29 smithi028 ceph-mon[112123]: 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-07T04:53:29.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:29 smithi138 ceph-mon[117003]: 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-07T04:53:31.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:31 smithi161 ceph-mon[116604]: 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-07T04:53:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:31 smithi028 ceph-mon[112123]: 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-07T04:53:31.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:31 smithi138 ceph-mon[117003]: 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-07T04:53:31.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:31.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:31.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:32.493 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:32.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:32.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:32.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:32.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:33 smithi028 ceph-mon[112123]: from='client.19779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:33 smithi028 ceph-mon[112123]: 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-07T04:53:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:33 smithi138 ceph-mon[117003]: from='client.19779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:33 smithi138 ceph-mon[117003]: 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-07T04:53:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:33 smithi161 ceph-mon[116604]: from='client.19779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:33 smithi161 ceph-mon[116604]: 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-07T04:53:35.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:35 smithi138 ceph-mon[117003]: pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:35 smithi161 ceph-mon[116604]: pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:35 smithi028 ceph-mon[112123]: pgmap v209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:37.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:37 smithi161 ceph-mon[116604]: pgmap v210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:37 smithi028 ceph-mon[112123]: pgmap v210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:37.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:37.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:37.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:37 smithi138 ceph-mon[117003]: pgmap v210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:38.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:38.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:38.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:38.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:38.255 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:39.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:39 smithi161 ceph-mon[116604]: from='client.19857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:39.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:39 smithi161 ceph-mon[116604]: pgmap v211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:39 smithi028 ceph-mon[112123]: from='client.19857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:39 smithi028 ceph-mon[112123]: pgmap v211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:39.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:39 smithi138 ceph-mon[117003]: from='client.19857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:39 smithi138 ceph-mon[117003]: pgmap v211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:41 smithi028 ceph-mon[112123]: pgmap v212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:41 smithi138 ceph-mon[117003]: pgmap v212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:41 smithi161 ceph-mon[116604]: pgmap v212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:43.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:43.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:43.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:43.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:43 smithi028 ceph-mon[112123]: pgmap v213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:43 smithi138 ceph-mon[117003]: pgmap v213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:43 smithi161 ceph-mon[116604]: pgmap v213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:44.018 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:44.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:44.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:44.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:44.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:45.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:45 smithi138 ceph-mon[117003]: from='client.19932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:45.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:45 smithi138 ceph-mon[117003]: pgmap v214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:45 smithi161 ceph-mon[116604]: from='client.19932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:45 smithi161 ceph-mon[116604]: pgmap v214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:45 smithi028 ceph-mon[112123]: from='client.19932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:45 smithi028 ceph-mon[112123]: pgmap v214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:53:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:47 smithi161 ceph-mon[116604]: 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-07T04:53:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:47 smithi028 ceph-mon[112123]: 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-07T04:53:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:47 smithi138 ceph-mon[117003]: 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-07T04:53:49.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:49.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:49.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:49 smithi028 ceph-mon[112123]: 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-07T04:53:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:49 smithi138 ceph-mon[117003]: 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-07T04:53:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:49 smithi161 ceph-mon[116604]: 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-07T04:53:49.790 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:49.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:49.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:49.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:49.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:50.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:50 smithi028 ceph-mon[112123]: from='client.20004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:50 smithi138 ceph-mon[117003]: from='client.20004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:50 smithi161 ceph-mon[116604]: from='client.20004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:51.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:51 smithi028 ceph-mon[112123]: pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:51 smithi138 ceph-mon[117003]: pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:51 smithi161 ceph-mon[116604]: pgmap v217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:53 smithi028 ceph-mon[112123]: pgmap v218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:53 smithi138 ceph-mon[117003]: pgmap v218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:53 smithi161 ceph-mon[116604]: pgmap v218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:54.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:53:54.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:53:54.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:53:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:55 smithi138 ceph-mon[117003]: pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:55 smithi161 ceph-mon[116604]: pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:55 smithi028 ceph-mon[112123]: pgmap v219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:53:55.560 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:53:55.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:53:55.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:53:55.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:53:55.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:53:56.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:56 smithi138 ceph-mon[117003]: from='client.20079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:56.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:56 smithi161 ceph-mon[116604]: from='client.20079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:56.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:56 smithi028 ceph-mon[112123]: from='client.20079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:53:57.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:57 smithi138 ceph-mon[117003]: pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:57.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:53:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:57 smithi161 ceph-mon[116604]: pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:53:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:57 smithi028 ceph-mon[112123]: pgmap v220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:53:58.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:53:58.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:53:58.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:53:58.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:53:58.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:53:58.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:53:58.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:53:58.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:53:58.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:53:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:53:59 smithi161 ceph-mon[116604]: pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:53:59 smithi028 ceph-mon[112123]: pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:53:59.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:53:59 smithi138 ceph-mon[117003]: pgmap v221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:54:00.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:00.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:00.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:01.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:01.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:01.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:01.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:01.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:01.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:01 smithi028 ceph-mon[112123]: pgmap v222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:01 smithi138 ceph-mon[117003]: pgmap v222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:01 smithi161 ceph-mon[116604]: pgmap v222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:02.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:02 smithi028 ceph-mon[112123]: from='client.20154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:02.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:02 smithi138 ceph-mon[117003]: from='client.20154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:02 smithi161 ceph-mon[116604]: from='client.20154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:03.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:03 smithi028 ceph-mon[112123]: 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-07T04:54:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:03 smithi138 ceph-mon[117003]: 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-07T04:54:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:03 smithi161 ceph-mon[116604]: 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-07T04:54:05.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:05 smithi138 ceph-mon[117003]: 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-07T04:54:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:05 smithi161 ceph-mon[116604]: 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-07T04:54:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:05 smithi028 ceph-mon[112123]: 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-07T04:54:06.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:06.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:06.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:07.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:07.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:07.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:07.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:07.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:07 smithi028 ceph-mon[112123]: 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-07T04:54:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:07 smithi138 ceph-mon[117003]: 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-07T04:54:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:07 smithi161 ceph-mon[116604]: 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-07T04:54:08.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:08 smithi028 ceph-mon[112123]: from='client.20232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:08 smithi138 ceph-mon[117003]: from='client.20232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:08 smithi161 ceph-mon[116604]: from='client.20232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:09 smithi028 ceph-mon[112123]: 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-07T04:54:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:09 smithi138 ceph-mon[117003]: 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-07T04:54:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:09 smithi161 ceph-mon[116604]: 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-07T04:54:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:11 smithi028 ceph-mon[112123]: 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-07T04:54:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:11 smithi138 ceph-mon[117003]: 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-07T04:54:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:11 smithi161 ceph-mon[116604]: 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-07T04:54:12.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:12.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:12.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:12.869 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:12.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:12.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:12.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:12.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:13.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:13 smithi028 ceph-mon[112123]: 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-07T04:54:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:13 smithi138 ceph-mon[117003]: 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-07T04:54:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:13 smithi161 ceph-mon[116604]: 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-07T04:54:14.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:14 smithi028 ceph-mon[112123]: from='client.20304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:14.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:14 smithi138 ceph-mon[117003]: from='client.20304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:14 smithi161 ceph-mon[116604]: from='client.20304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:15 smithi028 ceph-mon[112123]: pgmap v229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:54:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:15 smithi138 ceph-mon[117003]: pgmap v229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:54:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:15 smithi161 ceph-mon[116604]: pgmap v229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:54:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:17 smithi028 ceph-mon[112123]: pgmap v230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:17 smithi138 ceph-mon[117003]: pgmap v230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:17 smithi161 ceph-mon[116604]: pgmap v230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:17.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:17.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:17.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:18.634 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:18.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:18.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:18.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:18.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:19.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:19 smithi028 ceph-mon[112123]: pgmap v231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:19 smithi028 ceph-mon[112123]: from='client.20382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:19.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:19 smithi138 ceph-mon[117003]: pgmap v231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:19 smithi138 ceph-mon[117003]: from='client.20382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:19 smithi161 ceph-mon[116604]: pgmap v231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:19 smithi161 ceph-mon[116604]: from='client.20382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:21.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:21 smithi028 ceph-mon[112123]: pgmap v232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:54:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:21 smithi138 ceph-mon[117003]: pgmap v232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:54:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:21 smithi161 ceph-mon[116604]: pgmap v232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:54:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:23 smithi138 ceph-mon[117003]: pgmap v233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:23.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:23.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:23.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:23 smithi161 ceph-mon[116604]: pgmap v233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:23 smithi028 ceph-mon[112123]: pgmap v233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:24.392 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:24.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:24.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:24.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:24.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:25 smithi161 ceph-mon[116604]: from='client.20457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:25 smithi161 ceph-mon[116604]: pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:54:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:25 smithi028 ceph-mon[112123]: from='client.20457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:25 smithi028 ceph-mon[112123]: pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:54:25.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:25 smithi138 ceph-mon[117003]: from='client.20457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:25 smithi138 ceph-mon[117003]: pgmap v234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:54:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:27 smithi028 ceph-mon[112123]: pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:54:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:27 smithi138 ceph-mon[117003]: pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:54:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:27 smithi161 ceph-mon[116604]: pgmap v235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:54:29.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:29.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:29.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:29.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:29 smithi028 ceph-mon[112123]: pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:54:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:29 smithi138 ceph-mon[117003]: pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:54:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:29 smithi161 ceph-mon[116604]: pgmap v236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:54:30.165 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:30.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:30.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:30.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:30.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:31.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:31 smithi028 ceph-mon[112123]: from='client.20532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:31 smithi028 ceph-mon[112123]: pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:31 smithi138 ceph-mon[117003]: from='client.20532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:31 smithi138 ceph-mon[117003]: pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:31 smithi161 ceph-mon[116604]: from='client.20532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:31 smithi161 ceph-mon[116604]: pgmap v237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:33.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:33 smithi028 ceph-mon[112123]: pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:54:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:33 smithi138 ceph-mon[117003]: pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:54:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:33 smithi161 ceph-mon[116604]: pgmap v238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:54:35.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:35.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:35.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:35 smithi161 ceph-mon[116604]: pgmap v239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:35 smithi028 ceph-mon[112123]: pgmap v239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:35 smithi138 ceph-mon[117003]: pgmap v239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:35.934 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:35.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:35.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:35.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:35.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:37 smithi028 ceph-mon[112123]: from='client.20607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:37 smithi028 ceph-mon[112123]: pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:54:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:37 smithi138 ceph-mon[117003]: from='client.20607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:37 smithi138 ceph-mon[117003]: pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:54:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:37 smithi161 ceph-mon[116604]: from='client.20607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:37 smithi161 ceph-mon[116604]: pgmap v240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:54:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:39 smithi028 ceph-mon[112123]: pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:54:39.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:39 smithi138 ceph-mon[117003]: pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:54:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:39 smithi161 ceph-mon[116604]: pgmap v241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:54:40.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:40.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:40.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:41.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:41 smithi028 ceph-mon[112123]: pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:54:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:41 smithi138 ceph-mon[117003]: pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:54:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:41 smithi161 ceph-mon[116604]: pgmap v242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:54:41.712 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:41.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:41.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:41.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:41.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:42.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:42 smithi028 ceph-mon[112123]: from='client.20682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:42.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:42 smithi138 ceph-mon[117003]: from='client.20682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:42 smithi161 ceph-mon[116604]: from='client.20682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:43.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:43 smithi028 ceph-mon[112123]: 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-07T04:54:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:43 smithi138 ceph-mon[117003]: 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-07T04:54:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:43 smithi161 ceph-mon[116604]: 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-07T04:54:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:45 smithi161 ceph-mon[116604]: 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-07T04:54:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:45 smithi028 ceph-mon[112123]: 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-07T04:54:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:45 smithi138 ceph-mon[117003]: 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-07T04:54:46.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:46.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:46.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:47 smithi028 ceph-mon[112123]: 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-07T04:54:47.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:47.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:47.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:47.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:47.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:47 smithi138 ceph-mon[117003]: 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-07T04:54:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:47 smithi161 ceph-mon[116604]: 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-07T04:54:48.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:48 smithi028 ceph-mon[112123]: from='client.20757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:48 smithi138 ceph-mon[117003]: from='client.20757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:48 smithi161 ceph-mon[116604]: from='client.20757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:49.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:49 smithi028 ceph-mon[112123]: 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-07T04:54:49.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:49 smithi138 ceph-mon[117003]: 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-07T04:54:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:49 smithi161 ceph-mon[116604]: 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-07T04:54:51.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:51 smithi028 ceph-mon[112123]: 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-07T04:54:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:51 smithi138 ceph-mon[117003]: 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-07T04:54:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:51 smithi161 ceph-mon[116604]: 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-07T04:54:52.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:52.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:52.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:53.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:53.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:53.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:53.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:53.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:53 smithi028 ceph-mon[112123]: 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-07T04:54:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:53 smithi138 ceph-mon[117003]: 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-07T04:54:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:53 smithi161 ceph-mon[116604]: 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-07T04:54:54.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:54 smithi028 ceph-mon[112123]: from='client.20835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:54 smithi138 ceph-mon[117003]: from='client.20835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:54 smithi161 ceph-mon[116604]: from='client.20835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:54:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:55 smithi028 ceph-mon[112123]: pgmap v249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:54:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:55 smithi138 ceph-mon[117003]: pgmap v249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:54:55.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:55 smithi161 ceph-mon[116604]: pgmap v249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:54:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:57 smithi138 ceph-mon[117003]: pgmap v250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:57 smithi161 ceph-mon[116604]: pgmap v250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:57 smithi028 ceph-mon[112123]: pgmap v250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:58.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:54:58.248 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:54:58.248 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:54:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:54:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:54:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:54:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:54:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:54:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:54:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:54:59.003 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:54:59.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:54:59.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:54:59.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:54:59.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:54:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:54:59 smithi138 ceph-mon[117003]: pgmap v251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:54:59 smithi161 ceph-mon[116604]: pgmap v251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:54:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:54:59 smithi028 ceph-mon[112123]: pgmap v251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:00.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:00 smithi138 ceph-mon[117003]: from='client.20913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:00 smithi161 ceph-mon[116604]: from='client.20913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:00 smithi028 ceph-mon[112123]: from='client.20913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:01 smithi138 ceph-mon[117003]: pgmap v252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:55:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:01 smithi161 ceph-mon[116604]: pgmap v252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:55:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:01 smithi028 ceph-mon[112123]: pgmap v252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:55:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:03 smithi138 ceph-mon[117003]: pgmap v253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:03 smithi161 ceph-mon[116604]: pgmap v253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:03 smithi028 ceph-mon[112123]: pgmap v253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:04.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:04.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:04.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:04.768 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:04.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:04.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:04.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:04.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:05 smithi161 ceph-mon[116604]: 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-07T04:55:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:05 smithi161 ceph-mon[116604]: from='client.20988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:05 smithi028 ceph-mon[112123]: 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-07T04:55:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:05 smithi028 ceph-mon[112123]: from='client.20988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:05.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:05 smithi138 ceph-mon[117003]: 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-07T04:55:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:05 smithi138 ceph-mon[117003]: from='client.20988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:07 smithi028 ceph-mon[112123]: pgmap v255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:07 smithi138 ceph-mon[117003]: pgmap v255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:07 smithi161 ceph-mon[116604]: pgmap v255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:09 smithi028 ceph-mon[112123]: pgmap v256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:09 smithi138 ceph-mon[117003]: pgmap v256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:09 smithi161 ceph-mon[116604]: pgmap v256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:09.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:09.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:09.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:10.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:10.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:10.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:10.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:10.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:11 smithi028 ceph-mon[112123]: pgmap v257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:11 smithi028 ceph-mon[112123]: from='client.21066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:11 smithi138 ceph-mon[117003]: pgmap v257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:11 smithi138 ceph-mon[117003]: from='client.21066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:11 smithi161 ceph-mon[116604]: pgmap v257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:11 smithi161 ceph-mon[116604]: from='client.21066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:13.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:13 smithi028 ceph-mon[112123]: pgmap v258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:13 smithi138 ceph-mon[117003]: pgmap v258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:13 smithi161 ceph-mon[116604]: pgmap v258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:15 smithi161 ceph-mon[116604]: pgmap v259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:15 smithi028 ceph-mon[112123]: pgmap v259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:15 smithi138 ceph-mon[117003]: pgmap v259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:15.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:15.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:15.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:16.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:16.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:16.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:16.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:16.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:17 smithi028 ceph-mon[112123]: from='client.21141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:17 smithi028 ceph-mon[112123]: 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-07T04:55:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:17 smithi138 ceph-mon[117003]: from='client.21141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:17 smithi138 ceph-mon[117003]: 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-07T04:55:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:17 smithi161 ceph-mon[116604]: from='client.21141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:17 smithi161 ceph-mon[116604]: 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-07T04:55:19.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:19 smithi028 ceph-mon[112123]: 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-07T04:55:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:19 smithi138 ceph-mon[117003]: 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-07T04:55:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:19 smithi161 ceph-mon[116604]: 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-07T04:55:21.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:21.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:21.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:21.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:21 smithi028 ceph-mon[112123]: 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-07T04:55:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:21 smithi138 ceph-mon[117003]: 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-07T04:55:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:21 smithi161 ceph-mon[116604]: 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-07T04:55:22.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:22.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:22.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:22.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:22.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:23 smithi028 ceph-mon[112123]: from='client.21213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:23 smithi028 ceph-mon[112123]: 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-07T04:55:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:23 smithi138 ceph-mon[117003]: from='client.21213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:23 smithi138 ceph-mon[117003]: 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-07T04:55:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:23 smithi161 ceph-mon[116604]: from='client.21213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:23 smithi161 ceph-mon[116604]: 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-07T04:55:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:25 smithi161 ceph-mon[116604]: 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-07T04:55:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:25 smithi028 ceph-mon[112123]: 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-07T04:55:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:25 smithi138 ceph-mon[117003]: 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-07T04:55:27.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:27.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:27.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:27 smithi028 ceph-mon[112123]: 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-07T04:55:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:27 smithi138 ceph-mon[117003]: 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-07T04:55:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:27 smithi161 ceph-mon[116604]: 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-07T04:55:27.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:27.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:27.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:27.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:27.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:28.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:28 smithi028 ceph-mon[112123]: from='client.21291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:28 smithi138 ceph-mon[117003]: from='client.21291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:28 smithi161 ceph-mon[116604]: from='client.21291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:29 smithi138 ceph-mon[117003]: 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-07T04:55:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:29 smithi161 ceph-mon[116604]: 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-07T04:55:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:29 smithi028 ceph-mon[112123]: 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-07T04:55:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:31 smithi138 ceph-mon[117003]: 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-07T04:55:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:31 smithi161 ceph-mon[116604]: 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-07T04:55:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:31 smithi028 ceph-mon[112123]: 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-07T04:55:32.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:32.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:32.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:33 smithi138 ceph-mon[117003]: 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-07T04:55:33.621 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:33.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:33.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:33.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:33.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:33 smithi161 ceph-mon[116604]: 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-07T04:55:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:33 smithi028 ceph-mon[112123]: 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-07T04:55:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:34 smithi138 ceph-mon[117003]: from='client.21366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:34 smithi161 ceph-mon[116604]: from='client.21366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:34 smithi028 ceph-mon[112123]: from='client.21366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:35 smithi138 ceph-mon[117003]: pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:55:35.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:35 smithi161 ceph-mon[116604]: pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:55:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:35 smithi028 ceph-mon[112123]: pgmap v269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:55:37.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:37 smithi161 ceph-mon[116604]: pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:37 smithi028 ceph-mon[112123]: pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:37 smithi138 ceph-mon[117003]: pgmap v270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:38.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:38.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:38.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:39.427 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:39.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:39.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:39.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:39.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:39.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:39 smithi028 ceph-mon[112123]: pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:39 smithi138 ceph-mon[117003]: pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:39 smithi161 ceph-mon[116604]: pgmap v271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:40 smithi138 ceph-mon[117003]: from='client.21435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:40 smithi161 ceph-mon[116604]: from='client.21435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:40 smithi028 ceph-mon[112123]: from='client.21435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:41 smithi138 ceph-mon[117003]: pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:55:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:41 smithi161 ceph-mon[116604]: pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:55:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:41 smithi028 ceph-mon[112123]: pgmap v272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:55:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:43 smithi138 ceph-mon[117003]: pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:55:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:43 smithi161 ceph-mon[116604]: pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:55:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:43 smithi028 ceph-mon[112123]: pgmap v273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:55:44.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:44.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:44.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:45.187 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:45.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:45.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:45.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:45.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:45 smithi161 ceph-mon[116604]: 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-07T04:55:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:45 smithi028 ceph-mon[112123]: 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-07T04:55:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:45 smithi138 ceph-mon[117003]: 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-07T04:55:46.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:46 smithi161 ceph-mon[116604]: from='client.21513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:46.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:46 smithi028 ceph-mon[112123]: from='client.21513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:46 smithi138 ceph-mon[117003]: from='client.21513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:47 smithi161 ceph-mon[116604]: pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:47 smithi028 ceph-mon[112123]: pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:47 smithi138 ceph-mon[117003]: pgmap v275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:49 smithi138 ceph-mon[117003]: pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:49 smithi161 ceph-mon[116604]: pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:49 smithi028 ceph-mon[112123]: pgmap v276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:55:50.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:50.190 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:50.190 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:50.953 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:50.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:50.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:50.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:50.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:51 smithi138 ceph-mon[117003]: pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:51 smithi161 ceph-mon[116604]: pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:51 smithi028 ceph-mon[112123]: pgmap v277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:55:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:52 smithi138 ceph-mon[117003]: from='client.21591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:52 smithi161 ceph-mon[116604]: from='client.21591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:52 smithi028 ceph-mon[112123]: from='client.21591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:53 smithi138 ceph-mon[117003]: pgmap v278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:55:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:53 smithi161 ceph-mon[116604]: pgmap v278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:55:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:53 smithi028 ceph-mon[112123]: pgmap v278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:55:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:55 smithi161 ceph-mon[116604]: pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:55:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:55 smithi028 ceph-mon[112123]: pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:55:55.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:55 smithi138 ceph-mon[117003]: pgmap v279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:55:55.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:55:55.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:55:55.956 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:55:56.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:55:56.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:55:56.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:55:56.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:55:56.731 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:55:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:57 smithi138 ceph-mon[117003]: 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-07T04:55:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:57 smithi138 ceph-mon[117003]: from='client.21669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:57 smithi161 ceph-mon[116604]: 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-07T04:55:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:57 smithi161 ceph-mon[116604]: from='client.21669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:57 smithi028 ceph-mon[112123]: 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-07T04:55:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:57 smithi028 ceph-mon[112123]: from='client.21669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:55:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:59 smithi138 ceph-mon[117003]: 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-07T04:55:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:55:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:55:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:55:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:55:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:55:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:59 smithi161 ceph-mon[116604]: 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-07T04:55:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:55:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:55:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:55:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:55:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:55:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:59 smithi028 ceph-mon[112123]: 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-07T04:55:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:55:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:55:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:55:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:55:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:56:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:01 smithi138 ceph-mon[117003]: 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-07T04:56:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:01 smithi161 ceph-mon[116604]: 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-07T04:56:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:01 smithi028 ceph-mon[112123]: 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-07T04:56:01.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:01.732 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:01.732 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:02.497 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:02.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:02.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:02.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:02.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:03 smithi138 ceph-mon[117003]: from='client.21747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:03 smithi138 ceph-mon[117003]: 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-07T04:56:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:03 smithi161 ceph-mon[116604]: from='client.21747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:03 smithi161 ceph-mon[116604]: 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-07T04:56:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:03 smithi028 ceph-mon[112123]: from='client.21747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:03 smithi028 ceph-mon[112123]: 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-07T04:56:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:05 smithi161 ceph-mon[116604]: 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-07T04:56:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:05 smithi028 ceph-mon[112123]: 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-07T04:56:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:05 smithi138 ceph-mon[117003]: 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-07T04:56:07.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:07.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:07.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:07.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:07 smithi138 ceph-mon[117003]: 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-07T04:56:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:07 smithi161 ceph-mon[116604]: 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-07T04:56:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:07 smithi028 ceph-mon[112123]: 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-07T04:56:08.263 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:08.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:08.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:08.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:08.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:09 smithi138 ceph-mon[117003]: from='client.21822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:09 smithi138 ceph-mon[117003]: 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-07T04:56:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:09 smithi161 ceph-mon[116604]: from='client.21822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:09 smithi161 ceph-mon[116604]: 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-07T04:56:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:09 smithi028 ceph-mon[112123]: from='client.21822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:09 smithi028 ceph-mon[112123]: 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-07T04:56:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:11 smithi138 ceph-mon[117003]: 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-07T04:56:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:11 smithi161 ceph-mon[116604]: 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-07T04:56:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:11 smithi028 ceph-mon[112123]: 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-07T04:56:13.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:13.265 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:13.265 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:13 smithi138 ceph-mon[117003]: 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-07T04:56:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:13 smithi161 ceph-mon[116604]: 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-07T04:56:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:13 smithi028 ceph-mon[112123]: 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-07T04:56:14.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:14.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:14.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:14.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:14.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:15 smithi161 ceph-mon[116604]: from='client.21900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:15 smithi161 ceph-mon[116604]: pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:56:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:15 smithi028 ceph-mon[112123]: from='client.21900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:15 smithi028 ceph-mon[112123]: pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:56:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:15 smithi138 ceph-mon[117003]: from='client.21900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:15 smithi138 ceph-mon[117003]: pgmap v289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:56:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:17 smithi138 ceph-mon[117003]: pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:56:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:17 smithi161 ceph-mon[116604]: pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:56:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:17 smithi028 ceph-mon[112123]: pgmap v290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:56:19.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:19.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:19.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:19 smithi138 ceph-mon[117003]: pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:56:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:19 smithi161 ceph-mon[116604]: pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:56:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:19 smithi028 ceph-mon[112123]: pgmap v291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:56:19.800 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:19.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:19.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:19.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:19.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:20.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:20 smithi138 ceph-mon[117003]: from='client.21972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:20 smithi161 ceph-mon[116604]: from='client.21972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:20 smithi028 ceph-mon[112123]: from='client.21972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:21 smithi138 ceph-mon[117003]: 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-07T04:56:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:21 smithi161 ceph-mon[116604]: 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-07T04:56:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:21 smithi028 ceph-mon[112123]: 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-07T04:56:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:23 smithi138 ceph-mon[117003]: 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-07T04:56:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:23 smithi161 ceph-mon[116604]: 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-07T04:56:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:23 smithi028 ceph-mon[112123]: 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-07T04:56:24.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:24.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:24.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:25 smithi161 ceph-mon[116604]: 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-07T04:56:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:25 smithi028 ceph-mon[112123]: 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-07T04:56:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:25 smithi138 ceph-mon[117003]: 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-07T04:56:25.575 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:25.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:25.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:25.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:25.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:26.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:26 smithi161 ceph-mon[116604]: from='client.22047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:26.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:26 smithi028 ceph-mon[112123]: from='client.22047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:26.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:26 smithi138 ceph-mon[117003]: from='client.22047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:27.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:27 smithi161 ceph-mon[116604]: pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:56:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:27 smithi028 ceph-mon[112123]: pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:56:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:27 smithi138 ceph-mon[117003]: pgmap v295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:56:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:29 smithi138 ceph-mon[117003]: pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:56:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:29 smithi161 ceph-mon[116604]: pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:56:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:29 smithi028 ceph-mon[112123]: pgmap v296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:56:30.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:30.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:30.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:31.350 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:31.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:31.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:31.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:31.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:31 smithi138 ceph-mon[117003]: pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:56:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:31 smithi161 ceph-mon[116604]: pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:56:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:31 smithi028 ceph-mon[112123]: pgmap v297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:56:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:32 smithi138 ceph-mon[117003]: from='client.22125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:32 smithi161 ceph-mon[116604]: from='client.22125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:32 smithi028 ceph-mon[112123]: from='client.22125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:33 smithi138 ceph-mon[117003]: 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-07T04:56:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:33 smithi161 ceph-mon[116604]: 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-07T04:56:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:33 smithi028 ceph-mon[112123]: 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-07T04:56:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:35 smithi161 ceph-mon[116604]: 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-07T04:56:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:35 smithi028 ceph-mon[112123]: 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-07T04:56:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:35 smithi138 ceph-mon[117003]: 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-07T04:56:36.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:36.352 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:36.352 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:37.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:37.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:37.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:37.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:37.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:37 smithi138 ceph-mon[117003]: 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-07T04:56:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:37 smithi161 ceph-mon[116604]: 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-07T04:56:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:37 smithi028 ceph-mon[112123]: 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-07T04:56:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:38 smithi138 ceph-mon[117003]: from='client.22200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:38 smithi161 ceph-mon[116604]: from='client.22200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:38 smithi028 ceph-mon[112123]: from='client.22200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:39 smithi138 ceph-mon[117003]: 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-07T04:56:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:39 smithi161 ceph-mon[116604]: 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-07T04:56:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:39 smithi028 ceph-mon[112123]: 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-07T04:56:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:41 smithi138 ceph-mon[117003]: 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-07T04:56:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:41 smithi161 ceph-mon[116604]: 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-07T04:56:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:41 smithi028 ceph-mon[112123]: 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-07T04:56:42.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:42.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:42.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:42.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:42.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:42.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:42.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:42.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:43 smithi138 ceph-mon[117003]: 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-07T04:56:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:43 smithi161 ceph-mon[116604]: 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-07T04:56:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:43 smithi028 ceph-mon[112123]: 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-07T04:56:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:44 smithi138 ceph-mon[117003]: from='client.22278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:44 smithi161 ceph-mon[116604]: from='client.22278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:44 smithi028 ceph-mon[112123]: from='client.22278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:45 smithi138 ceph-mon[117003]: 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-07T04:56:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:45 smithi161 ceph-mon[116604]: 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-07T04:56:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:45 smithi028 ceph-mon[112123]: 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-07T04:56:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:47 smithi138 ceph-mon[117003]: 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-07T04:56:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:47 smithi161 ceph-mon[116604]: 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-07T04:56:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:47 smithi028 ceph-mon[112123]: 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-07T04:56:47.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:47.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:47.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:48.669 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:48.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:48.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:48.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:48.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:49 smithi138 ceph-mon[117003]: 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-07T04:56:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:49 smithi138 ceph-mon[117003]: from='client.22353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:49 smithi161 ceph-mon[116604]: 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-07T04:56:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:49 smithi161 ceph-mon[116604]: from='client.22353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:49 smithi028 ceph-mon[112123]: 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-07T04:56:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:49 smithi028 ceph-mon[112123]: from='client.22353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:51 smithi138 ceph-mon[117003]: 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-07T04:56:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:51 smithi161 ceph-mon[116604]: 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-07T04:56:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:51 smithi028 ceph-mon[112123]: 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-07T04:56:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:53 smithi138 ceph-mon[117003]: 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-07T04:56:53.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:53.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:53.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:53 smithi161 ceph-mon[116604]: 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-07T04:56:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:53 smithi028 ceph-mon[112123]: 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-07T04:56:54.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:56:54.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:56:54.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:56:54.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:56:54.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:56:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:55 smithi161 ceph-mon[116604]: from='client.22431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:55 smithi161 ceph-mon[116604]: 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-07T04:56:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:55 smithi028 ceph-mon[112123]: from='client.22431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:55 smithi028 ceph-mon[112123]: 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-07T04:56:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:55 smithi138 ceph-mon[117003]: from='client.22431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:56:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:55 smithi138 ceph-mon[117003]: 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-07T04:56:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:57 smithi138 ceph-mon[117003]: 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-07T04:56:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:57 smithi161 ceph-mon[116604]: 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-07T04:56:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:57 smithi028 ceph-mon[112123]: 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-07T04:56:59.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:56:59.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:56:59.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:56:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:59 smithi138 ceph-mon[117003]: 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-07T04:56:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:56:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:56:59.629 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:59 smithi161 ceph-mon[116604]: 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-07T04:56:59.629 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:56:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:56:59.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:59 smithi028 ceph-mon[112123]: 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-07T04:56:59.697 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:56:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:57:00.255 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:00.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:00.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:00.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:00.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:01.186 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='client.29752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: 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-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:57:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='client.29752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:01.212 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: 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-07T04:57:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:57:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:57:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='client.29752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: 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-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:57:01.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:57:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:03 smithi138 ceph-mon[117003]: 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-07T04:57:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:03 smithi161 ceph-mon[116604]: 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-07T04:57:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:03 smithi028 ceph-mon[112123]: 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-07T04:57:05.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:05.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:05.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:05 smithi161 ceph-mon[116604]: 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-07T04:57:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:05 smithi028 ceph-mon[112123]: 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-07T04:57:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:05 smithi138 ceph-mon[117003]: 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-07T04:57:06.020 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:06.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:06.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:06.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:06.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:07 smithi138 ceph-mon[117003]: from='client.22575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:07 smithi138 ceph-mon[117003]: 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-07T04:57:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:07 smithi161 ceph-mon[116604]: from='client.22575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:07 smithi161 ceph-mon[116604]: 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-07T04:57:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:07 smithi028 ceph-mon[112123]: from='client.22575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:07 smithi028 ceph-mon[112123]: 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-07T04:57:09.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:09 smithi138 ceph-mon[117003]: 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-07T04:57:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:09 smithi161 ceph-mon[116604]: 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-07T04:57:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:09 smithi028 ceph-mon[112123]: 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-07T04:57:11.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:11.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:11.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:11 smithi138 ceph-mon[117003]: 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-07T04:57:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:11 smithi161 ceph-mon[116604]: 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-07T04:57:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:11 smithi028 ceph-mon[112123]: 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-07T04:57:11.781 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:11.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:11.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:11.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:11.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:12 smithi138 ceph-mon[117003]: from='client.22647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:12 smithi161 ceph-mon[116604]: from='client.22647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:12 smithi028 ceph-mon[112123]: from='client.22647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:13 smithi138 ceph-mon[117003]: 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-07T04:57:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:13 smithi161 ceph-mon[116604]: 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-07T04:57:13.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:13 smithi028 ceph-mon[112123]: 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-07T04:57:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:15 smithi161 ceph-mon[116604]: 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-07T04:57:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:15 smithi028 ceph-mon[112123]: 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-07T04:57:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:15 smithi138 ceph-mon[117003]: 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-07T04:57:16.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:16.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:16.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:17 smithi138 ceph-mon[117003]: 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-07T04:57:17.548 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:17.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:17.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:17.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:17.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:17 smithi161 ceph-mon[116604]: 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-07T04:57:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:17 smithi028 ceph-mon[112123]: 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-07T04:57:18.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:18 smithi138 ceph-mon[117003]: from='client.22722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:18 smithi161 ceph-mon[116604]: from='client.22722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:18 smithi028 ceph-mon[112123]: from='client.22722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:19 smithi138 ceph-mon[117003]: 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-07T04:57:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:19 smithi161 ceph-mon[116604]: 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-07T04:57:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:19 smithi028 ceph-mon[112123]: 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-07T04:57:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:21 smithi138 ceph-mon[117003]: 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-07T04:57:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:21 smithi161 ceph-mon[116604]: 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-07T04:57:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:21 smithi028 ceph-mon[112123]: 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-07T04:57:22.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:22.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:22.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:23.316 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:23.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:23.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:23.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:23.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:23 smithi138 ceph-mon[117003]: 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-07T04:57:23.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:23 smithi161 ceph-mon[116604]: 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-07T04:57:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:23 smithi028 ceph-mon[112123]: 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-07T04:57:24.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:24 smithi138 ceph-mon[117003]: from='client.22791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:24 smithi161 ceph-mon[116604]: from='client.22791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:24 smithi028 ceph-mon[112123]: from='client.22791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:25 smithi138 ceph-mon[117003]: 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-07T04:57:25.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:25 smithi161 ceph-mon[116604]: 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-07T04:57:25.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:25 smithi028 ceph-mon[112123]: 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-07T04:57:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:27 smithi138 ceph-mon[117003]: 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-07T04:57:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:27 smithi161 ceph-mon[116604]: 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-07T04:57:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:27 smithi028 ceph-mon[112123]: 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-07T04:57:28.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:28.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:28.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:29.087 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:29.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:29.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:29.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:29.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:29 smithi138 ceph-mon[117003]: 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-07T04:57:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:29 smithi161 ceph-mon[116604]: 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-07T04:57:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:29 smithi028 ceph-mon[112123]: 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-07T04:57:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:30 smithi138 ceph-mon[117003]: from='client.22869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:30 smithi161 ceph-mon[116604]: from='client.22869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:30 smithi028 ceph-mon[112123]: from='client.22869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:31 smithi138 ceph-mon[117003]: pgmap v327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:57:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:31 smithi161 ceph-mon[116604]: pgmap v327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:57:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:31 smithi028 ceph-mon[112123]: pgmap v327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:57:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:33 smithi138 ceph-mon[117003]: pgmap v328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:57:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:33 smithi161 ceph-mon[116604]: pgmap v328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:57:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:33 smithi028 ceph-mon[112123]: pgmap v328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:57:34.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:34.089 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:34.089 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:34.847 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:34.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:34.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:34.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:34.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:35 smithi161 ceph-mon[116604]: 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-07T04:57:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:35 smithi161 ceph-mon[116604]: from='client.22944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:35 smithi028 ceph-mon[112123]: 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-07T04:57:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:35 smithi028 ceph-mon[112123]: from='client.22944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:35 smithi138 ceph-mon[117003]: 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-07T04:57:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:35 smithi138 ceph-mon[117003]: from='client.22944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:37 smithi138 ceph-mon[117003]: 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-07T04:57:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:37 smithi161 ceph-mon[116604]: 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-07T04:57:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:37 smithi028 ceph-mon[112123]: 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-07T04:57:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:39 smithi138 ceph-mon[117003]: 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-07T04:57:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:39 smithi161 ceph-mon[116604]: 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-07T04:57:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:39 smithi028 ceph-mon[112123]: 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-07T04:57:39.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:39.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:39.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:40.614 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:40.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:40.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:40.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:40.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:41 smithi138 ceph-mon[117003]: 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-07T04:57:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:41 smithi138 ceph-mon[117003]: from='client.23022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:41 smithi161 ceph-mon[116604]: 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-07T04:57:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:41 smithi161 ceph-mon[116604]: from='client.23022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:41 smithi028 ceph-mon[112123]: 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-07T04:57:41.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:41 smithi028 ceph-mon[112123]: from='client.23022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:43 smithi138 ceph-mon[117003]: pgmap v333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:57:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:43 smithi161 ceph-mon[116604]: pgmap v333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:57:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:43 smithi028 ceph-mon[112123]: pgmap v333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:57:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:45 smithi161 ceph-mon[116604]: pgmap v334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:57:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:45 smithi028 ceph-mon[112123]: pgmap v334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:57:45.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:45 smithi138 ceph-mon[117003]: pgmap v334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:57:45.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:45.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:45.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:46.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:46.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:46.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:46.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:46.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:47 smithi138 ceph-mon[117003]: from='client.23094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:47 smithi138 ceph-mon[117003]: 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-07T04:57:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:47 smithi161 ceph-mon[116604]: from='client.23094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:47 smithi161 ceph-mon[116604]: 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-07T04:57:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:47 smithi028 ceph-mon[112123]: from='client.23094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:47 smithi028 ceph-mon[112123]: 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-07T04:57:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:49 smithi138 ceph-mon[117003]: 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-07T04:57:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:49 smithi161 ceph-mon[116604]: 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-07T04:57:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:49 smithi028 ceph-mon[112123]: 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-07T04:57:51.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:51.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:51.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:51 smithi138 ceph-mon[117003]: 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-07T04:57:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:51 smithi161 ceph-mon[116604]: 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-07T04:57:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:51 smithi028 ceph-mon[112123]: 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-07T04:57:52.131 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:52.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:52.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:52.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:52.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:53 smithi138 ceph-mon[117003]: from='client.23169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:53 smithi138 ceph-mon[117003]: 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-07T04:57:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:53 smithi161 ceph-mon[116604]: from='client.23169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:53.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:53 smithi161 ceph-mon[116604]: 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-07T04:57:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:53 smithi028 ceph-mon[112123]: from='client.23169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:53.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:53 smithi028 ceph-mon[112123]: 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-07T04:57:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:55 smithi161 ceph-mon[116604]: 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-07T04:57:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:55 smithi028 ceph-mon[112123]: 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-07T04:57:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:55 smithi138 ceph-mon[117003]: 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-07T04:57:57.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:57:57.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:57:57.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:57:57.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:57 smithi138 ceph-mon[117003]: 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-07T04:57:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:57 smithi161 ceph-mon[116604]: 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-07T04:57:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:57 smithi028 ceph-mon[112123]: 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-07T04:57:57.888 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:57:57.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:57:57.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:57:57.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:57:57.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:57:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:58 smithi138 ceph-mon[117003]: from='client.23241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:58 smithi161 ceph-mon[116604]: from='client.23241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:58 smithi028 ceph-mon[112123]: from='client.23241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:57:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:57:59 smithi138 ceph-mon[117003]: 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-07T04:57:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:57:59 smithi161 ceph-mon[116604]: 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-07T04:57:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:57:59 smithi028 ceph-mon[112123]: 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-07T04:58:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:01 smithi138 ceph-mon[117003]: 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-07T04:58:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:58:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:58:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:58:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:58:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:01 smithi161 ceph-mon[116604]: 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-07T04:58:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:58:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:58:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:58:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:58:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:01 smithi028 ceph-mon[112123]: 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-07T04:58:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:58:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:58:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:58:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:58:02.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:02.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:02.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:03 smithi138 ceph-mon[117003]: 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-07T04:58:03.654 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:03.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:03.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:03.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:03.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:03 smithi161 ceph-mon[116604]: 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-07T04:58:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:03 smithi028 ceph-mon[112123]: 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-07T04:58:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:04 smithi138 ceph-mon[117003]: from='client.23316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:04 smithi161 ceph-mon[116604]: from='client.23316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:04 smithi028 ceph-mon[112123]: from='client.23316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:05 smithi138 ceph-mon[117003]: 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-07T04:58:05.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:05 smithi161 ceph-mon[116604]: 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-07T04:58:05.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:05 smithi028 ceph-mon[112123]: 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-07T04:58:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:07 smithi138 ceph-mon[117003]: 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-07T04:58:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:07 smithi161 ceph-mon[116604]: 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-07T04:58:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:07 smithi028 ceph-mon[112123]: 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-07T04:58:08.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:08.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:08.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:09.420 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:09.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:09.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:09.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:09.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:09 smithi138 ceph-mon[117003]: 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-07T04:58:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:09 smithi161 ceph-mon[116604]: 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-07T04:58:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:09 smithi028 ceph-mon[112123]: 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-07T04:58:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:10 smithi138 ceph-mon[117003]: from='client.23391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:10 smithi161 ceph-mon[116604]: from='client.23391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:10 smithi028 ceph-mon[112123]: from='client.23391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:11 smithi138 ceph-mon[117003]: pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:58:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:11 smithi161 ceph-mon[116604]: pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:58:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:11 smithi028 ceph-mon[112123]: pgmap v347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:58:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:13 smithi138 ceph-mon[117003]: pgmap v348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:58:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:13 smithi161 ceph-mon[116604]: pgmap v348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:58:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:13 smithi028 ceph-mon[112123]: pgmap v348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:58:14.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:14.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:14.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:15.183 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:15.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:15.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:15.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:15.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:15 smithi161 ceph-mon[116604]: 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-07T04:58:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:15 smithi028 ceph-mon[112123]: 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-07T04:58:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:15 smithi138 ceph-mon[117003]: 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-07T04:58:16.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:16 smithi161 ceph-mon[116604]: from='client.23469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:16.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:16 smithi028 ceph-mon[112123]: from='client.23469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:16 smithi138 ceph-mon[117003]: from='client.23469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:17.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:17 smithi161 ceph-mon[116604]: 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-07T04:58:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:17 smithi028 ceph-mon[112123]: 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-07T04:58:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:17 smithi138 ceph-mon[117003]: 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-07T04:58:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:19 smithi138 ceph-mon[117003]: 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-07T04:58:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:19 smithi161 ceph-mon[116604]: 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-07T04:58:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:19 smithi028 ceph-mon[112123]: 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-07T04:58:20.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:20.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:20.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:20.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:20.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:20.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:20.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:20.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:21 smithi138 ceph-mon[117003]: 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-07T04:58:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:21 smithi161 ceph-mon[116604]: 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-07T04:58:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:21 smithi028 ceph-mon[112123]: 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-07T04:58:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:22 smithi138 ceph-mon[117003]: from='client.23544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:22 smithi161 ceph-mon[116604]: from='client.23544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:22 smithi028 ceph-mon[112123]: from='client.23544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:23 smithi138 ceph-mon[117003]: pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:58:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:23 smithi161 ceph-mon[116604]: pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:58:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:23 smithi028 ceph-mon[112123]: pgmap v353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:58:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:25 smithi161 ceph-mon[116604]: pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:58:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:25 smithi028 ceph-mon[112123]: pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:58:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:25 smithi138 ceph-mon[117003]: pgmap v354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:58:25.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:25.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:25.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:26.715 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:26.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:26.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:26.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:26.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:27 smithi138 ceph-mon[117003]: 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-07T04:58:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:27 smithi138 ceph-mon[117003]: from='client.23622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:27 smithi161 ceph-mon[116604]: 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-07T04:58:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:27 smithi161 ceph-mon[116604]: from='client.23622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:27 smithi028 ceph-mon[112123]: 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-07T04:58:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:27 smithi028 ceph-mon[112123]: from='client.23622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:29 smithi138 ceph-mon[117003]: 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-07T04:58:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:29 smithi161 ceph-mon[116604]: 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-07T04:58:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:29 smithi028 ceph-mon[112123]: 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-07T04:58:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:31 smithi138 ceph-mon[117003]: 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-07T04:58:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:31 smithi161 ceph-mon[116604]: 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-07T04:58:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:31 smithi028 ceph-mon[112123]: 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-07T04:58:31.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:31.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:31.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:32.477 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:32.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:32.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:32.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:32.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:33 smithi138 ceph-mon[117003]: from='client.23700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:33 smithi138 ceph-mon[117003]: 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-07T04:58:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:33 smithi161 ceph-mon[116604]: from='client.23700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:33.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:33 smithi161 ceph-mon[116604]: 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-07T04:58:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:33 smithi028 ceph-mon[112123]: from='client.23700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:33 smithi028 ceph-mon[112123]: 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-07T04:58:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:35 smithi161 ceph-mon[116604]: 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-07T04:58:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:35 smithi028 ceph-mon[112123]: 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-07T04:58:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:35 smithi138 ceph-mon[117003]: 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-07T04:58:37.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:37.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:37.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:37 smithi138 ceph-mon[117003]: 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-07T04:58:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:37 smithi161 ceph-mon[116604]: 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-07T04:58:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:37 smithi028 ceph-mon[112123]: 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-07T04:58:38.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:38.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:38.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:38.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:38.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:39 smithi138 ceph-mon[117003]: from='client.23778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:39 smithi138 ceph-mon[117003]: 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-07T04:58:39.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:39 smithi161 ceph-mon[116604]: from='client.23778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:39.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:39 smithi161 ceph-mon[116604]: 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-07T04:58:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:39 smithi028 ceph-mon[112123]: from='client.23778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:39 smithi028 ceph-mon[112123]: 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-07T04:58:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:41 smithi138 ceph-mon[117003]: 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-07T04:58:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:41 smithi161 ceph-mon[116604]: 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-07T04:58:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:41 smithi028 ceph-mon[112123]: 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-07T04:58:43.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:43.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:43.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:43 smithi138 ceph-mon[117003]: 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-07T04:58:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:43 smithi161 ceph-mon[116604]: 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-07T04:58:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:43 smithi028 ceph-mon[112123]: 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-07T04:58:44.035 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:44.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:44.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:44.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:44.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:45 smithi161 ceph-mon[116604]: from='client.23853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:45.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:45 smithi161 ceph-mon[116604]: 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-07T04:58:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:45 smithi028 ceph-mon[112123]: from='client.23853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:45.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:45 smithi028 ceph-mon[112123]: 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-07T04:58:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:45 smithi138 ceph-mon[117003]: from='client.23853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:45 smithi138 ceph-mon[117003]: 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-07T04:58:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:47 smithi138 ceph-mon[117003]: 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-07T04:58:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:47 smithi161 ceph-mon[116604]: 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-07T04:58:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:47 smithi028 ceph-mon[112123]: 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-07T04:58:49.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:49.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:49.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:49 smithi138 ceph-mon[117003]: 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-07T04:58:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:49 smithi161 ceph-mon[116604]: 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-07T04:58:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:49 smithi028 ceph-mon[112123]: 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-07T04:58:49.799 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:49.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:49.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:49.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:49.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:50 smithi138 ceph-mon[117003]: from='client.23928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:50 smithi161 ceph-mon[116604]: from='client.23928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:50 smithi028 ceph-mon[112123]: from='client.23928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:51 smithi138 ceph-mon[117003]: pgmap v367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:58:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:51 smithi161 ceph-mon[116604]: pgmap v367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:58:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:51 smithi028 ceph-mon[112123]: pgmap v367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:58:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:53 smithi138 ceph-mon[117003]: pgmap v368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:58:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:53 smithi161 ceph-mon[116604]: pgmap v368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:58:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:53 smithi028 ceph-mon[112123]: pgmap v368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:58:54.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:58:54.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:58:54.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:58:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:55 smithi161 ceph-mon[116604]: 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-07T04:58:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:55 smithi028 ceph-mon[112123]: 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-07T04:58:55.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:55 smithi138 ceph-mon[117003]: 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-07T04:58:55.565 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:58:55.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:58:55.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:58:55.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:58:55.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:58:56.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:56 smithi161 ceph-mon[116604]: from='client.24003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:56.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:56 smithi028 ceph-mon[112123]: from='client.24003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:56 smithi138 ceph-mon[117003]: from='client.24003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:58:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:57 smithi161 ceph-mon[116604]: 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-07T04:58:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:57 smithi028 ceph-mon[112123]: 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-07T04:58:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:57 smithi138 ceph-mon[117003]: 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-07T04:58:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:58:59 smithi138 ceph-mon[117003]: 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-07T04:58:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:58:59 smithi161 ceph-mon[116604]: 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-07T04:58:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:58:59 smithi028 ceph-mon[112123]: 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-07T04:59:00.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:00.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:00.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:01.330 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:01.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:01.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:01.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:01.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:01 smithi138 ceph-mon[117003]: 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-07T04:59:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:01 smithi161 ceph-mon[116604]: 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-07T04:59:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:01 smithi028 ceph-mon[112123]: 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-07T04:59:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:02 smithi138 ceph-mon[117003]: from='client.24078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:59:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:59:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:59:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:59:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:02 smithi161 ceph-mon[116604]: from='client.24078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:59:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:59:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:59:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:59:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:02 smithi028 ceph-mon[112123]: from='client.24078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T04:59:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T04:59:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T04:59:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T04:59:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:03 smithi138 ceph-mon[117003]: pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:59:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:03 smithi161 ceph-mon[116604]: pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:59:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:03 smithi028 ceph-mon[112123]: pgmap v373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:59:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:05 smithi161 ceph-mon[116604]: pgmap v374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:59:05.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:05 smithi028 ceph-mon[112123]: pgmap v374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:59:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:05 smithi138 ceph-mon[117003]: pgmap v374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:59:06.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:06.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:06.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:07.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:07.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:07.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:07.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:07.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:07 smithi138 ceph-mon[117003]: 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-07T04:59:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:07 smithi161 ceph-mon[116604]: 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-07T04:59:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:07 smithi028 ceph-mon[112123]: 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-07T04:59:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:08 smithi138 ceph-mon[117003]: from='client.24153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:08 smithi161 ceph-mon[116604]: from='client.24153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:08 smithi028 ceph-mon[112123]: from='client.24153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:09 smithi138 ceph-mon[117003]: 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-07T04:59:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:09 smithi161 ceph-mon[116604]: 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-07T04:59:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:09 smithi028 ceph-mon[112123]: 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-07T04:59:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:11 smithi138 ceph-mon[117003]: 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-07T04:59:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:11 smithi161 ceph-mon[116604]: 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-07T04:59:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:11 smithi028 ceph-mon[112123]: 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-07T04:59:12.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:12.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:12.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:12.875 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:12.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:12.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:12.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:12.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:13 smithi138 ceph-mon[117003]: 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-07T04:59:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:13 smithi138 ceph-mon[117003]: from='client.24225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:13 smithi161 ceph-mon[116604]: 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-07T04:59:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:13 smithi161 ceph-mon[116604]: from='client.24225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:13 smithi028 ceph-mon[112123]: 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-07T04:59:13.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:13 smithi028 ceph-mon[112123]: from='client.24225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:15 smithi161 ceph-mon[116604]: 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-07T04:59:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:15 smithi028 ceph-mon[112123]: 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-07T04:59:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:15 smithi138 ceph-mon[117003]: 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-07T04:59:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:17 smithi138 ceph-mon[117003]: 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-07T04:59:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:17 smithi161 ceph-mon[116604]: 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-07T04:59:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:17 smithi028 ceph-mon[112123]: 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-07T04:59:17.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:17.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:17.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:18.639 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:18.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:18.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:18.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:18.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:19 smithi138 ceph-mon[117003]: 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-07T04:59:19.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:19 smithi138 ceph-mon[117003]: from='client.24297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:19 smithi161 ceph-mon[116604]: 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-07T04:59:19.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:19 smithi161 ceph-mon[116604]: from='client.24297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:19 smithi028 ceph-mon[112123]: 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-07T04:59:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:19 smithi028 ceph-mon[112123]: from='client.24297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:21 smithi138 ceph-mon[117003]: 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-07T04:59:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:21 smithi161 ceph-mon[116604]: 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-07T04:59:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:21 smithi028 ceph-mon[112123]: 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-07T04:59:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:23 smithi138 ceph-mon[117003]: 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-07T04:59:23.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:23.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:23.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:23 smithi161 ceph-mon[116604]: 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-07T04:59:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:23 smithi028 ceph-mon[112123]: 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-07T04:59:24.419 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:24.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:24.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:24.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:24.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:25 smithi161 ceph-mon[116604]: from='client.24375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:25.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:25 smithi161 ceph-mon[116604]: pgmap v384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:59:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:25 smithi028 ceph-mon[112123]: from='client.24375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:25.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:25 smithi028 ceph-mon[112123]: pgmap v384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:59:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:25 smithi138 ceph-mon[117003]: from='client.24375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:25 smithi138 ceph-mon[117003]: pgmap v384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T04:59:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:27 smithi138 ceph-mon[117003]: pgmap v385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:59:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:27 smithi161 ceph-mon[116604]: pgmap v385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:59:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:27 smithi028 ceph-mon[112123]: pgmap v385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:59:29.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:29.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:29.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:29 smithi138 ceph-mon[117003]: pgmap v386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:59:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:29 smithi161 ceph-mon[116604]: pgmap v386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:59:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:29 smithi028 ceph-mon[112123]: pgmap v386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T04:59:30.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:30.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:30.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:30.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:30.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:31 smithi138 ceph-mon[117003]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:31.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:31 smithi138 ceph-mon[117003]: pgmap v387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:59:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:31 smithi161 ceph-mon[116604]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:31 smithi161 ceph-mon[116604]: pgmap v387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:59:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:31 smithi028 ceph-mon[112123]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:31.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:31 smithi028 ceph-mon[112123]: pgmap v387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:59:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:33 smithi138 ceph-mon[117003]: pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:59:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:33 smithi161 ceph-mon[116604]: pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:59:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:33 smithi028 ceph-mon[112123]: pgmap v388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T04:59:35.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:35.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:35.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:35 smithi161 ceph-mon[116604]: 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-07T04:59:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:35 smithi028 ceph-mon[112123]: 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-07T04:59:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:35 smithi138 ceph-mon[117003]: 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-07T04:59:35.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:35.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:35.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:35.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:35.957 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:37 smithi138 ceph-mon[117003]: from='client.24528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:37 smithi138 ceph-mon[117003]: pgmap v390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:59:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:37 smithi161 ceph-mon[116604]: from='client.24528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:37 smithi161 ceph-mon[116604]: pgmap v390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:59:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:37 smithi028 ceph-mon[112123]: from='client.24528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:37 smithi028 ceph-mon[112123]: pgmap v390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:59:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:39 smithi138 ceph-mon[117003]: pgmap v391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:59:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:39 smithi161 ceph-mon[116604]: pgmap v391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:59:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:39 smithi028 ceph-mon[112123]: pgmap v391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T04:59:40.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:40.959 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:40.959 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:41 smithi138 ceph-mon[117003]: pgmap v392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:59:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:41 smithi161 ceph-mon[116604]: pgmap v392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:59:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:41 smithi028 ceph-mon[112123]: pgmap v392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T04:59:41.729 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:41.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:41.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:41.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:41.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:42 smithi161 ceph-mon[116604]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:42 smithi028 ceph-mon[112123]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:42 smithi138 ceph-mon[117003]: from='client.24603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:43 smithi161 ceph-mon[116604]: pgmap v393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:59:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:43 smithi028 ceph-mon[112123]: pgmap v393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:59:43.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:43 smithi138 ceph-mon[117003]: pgmap v393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T04:59:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:45 smithi161 ceph-mon[116604]: pgmap v394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:59:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:45 smithi028 ceph-mon[112123]: pgmap v394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:59:45.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:45 smithi138 ceph-mon[117003]: pgmap v394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T04:59:46.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:46.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:46.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:47.501 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:47.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:47.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:47.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:47.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:47 smithi138 ceph-mon[117003]: 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-07T04:59:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:47 smithi161 ceph-mon[116604]: 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-07T04:59:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:47 smithi028 ceph-mon[112123]: 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-07T04:59:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:48 smithi138 ceph-mon[117003]: from='client.24678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:48 smithi161 ceph-mon[116604]: from='client.24678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:48 smithi028 ceph-mon[112123]: from='client.24678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:49 smithi138 ceph-mon[117003]: 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-07T04:59:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:49 smithi161 ceph-mon[116604]: 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-07T04:59:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:49 smithi028 ceph-mon[112123]: 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-07T04:59:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:51 smithi161 ceph-mon[116604]: 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-07T04:59:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:51 smithi028 ceph-mon[112123]: 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-07T04:59:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:51 smithi138 ceph-mon[117003]: 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-07T04:59:52.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:52.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:52.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:53.269 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:53.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:53.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:53.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:53.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:53 smithi161 ceph-mon[116604]: 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-07T04:59:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:53 smithi028 ceph-mon[112123]: 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-07T04:59:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:53 smithi138 ceph-mon[117003]: 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-07T04:59:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:54 smithi161 ceph-mon[116604]: from='client.24756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:54 smithi028 ceph-mon[112123]: from='client.24756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:54.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:54 smithi138 ceph-mon[117003]: from='client.24756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T04:59:55.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:55 smithi161 ceph-mon[116604]: 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-07T04:59:55.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:55 smithi028 ceph-mon[112123]: 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-07T04:59:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:55 smithi138 ceph-mon[117003]: 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-07T04:59:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:57 smithi161 ceph-mon[116604]: 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-07T04:59:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:57 smithi028 ceph-mon[112123]: 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-07T04:59:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:57 smithi138 ceph-mon[117003]: 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-07T04:59:58.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T04:59:58.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T04:59:58.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T04:59:59.041 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T04:59:59.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T04:59:59.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T04:59:59.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T04:59:59.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T04:59:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 04:59:59 smithi161 ceph-mon[116604]: 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-07T04:59:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 04:59:59 smithi028 ceph-mon[112123]: 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-07T04:59:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 04:59:59 smithi138 ceph-mon[117003]: 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-07T05:00:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:00 smithi161 ceph-mon[116604]: from='client.24834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T05:00:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:00 smithi028 ceph-mon[112123]: from='client.24834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T05:00:00.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:00 smithi138 ceph-mon[117003]: from='client.24834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:00.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T05:00:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:01 smithi161 ceph-mon[116604]: 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-07T05:00:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:01 smithi028 ceph-mon[112123]: 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-07T05:00:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:01 smithi138 ceph-mon[117003]: 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-07T05:00:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:00:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:00:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:00:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:03 smithi161 ceph-mon[116604]: 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-07T05:00:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:00:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:00:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:00:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:03 smithi028 ceph-mon[112123]: 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-07T05:00:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:00:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:00:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:00:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:03 smithi138 ceph-mon[117003]: 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-07T05:00:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:00:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:00:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:00:04.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:04.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:04.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:04.801 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:04.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:04.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:04.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:04.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:05 smithi161 ceph-mon[116604]: pgmap v404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:05.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:05 smithi161 ceph-mon[116604]: from='client.24909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:05 smithi028 ceph-mon[112123]: pgmap v404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:05 smithi028 ceph-mon[112123]: from='client.24909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:05 smithi138 ceph-mon[117003]: pgmap v404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:05 smithi138 ceph-mon[117003]: from='client.24909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:07 smithi138 ceph-mon[117003]: pgmap v405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:07 smithi161 ceph-mon[116604]: pgmap v405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:07 smithi028 ceph-mon[112123]: pgmap v405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:09 smithi138 ceph-mon[117003]: pgmap v406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:09 smithi161 ceph-mon[116604]: pgmap v406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:09 smithi028 ceph-mon[112123]: pgmap v406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:09.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:09.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:09.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:10.565 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:10.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:10.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:10.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:10.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:11 smithi161 ceph-mon[116604]: from='client.24987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:11 smithi161 ceph-mon[116604]: 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-07T05:00:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:11 smithi028 ceph-mon[112123]: from='client.24987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:11 smithi028 ceph-mon[112123]: 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-07T05:00:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:11 smithi138 ceph-mon[117003]: from='client.24987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:11 smithi138 ceph-mon[117003]: 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-07T05:00:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:13 smithi161 ceph-mon[116604]: 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-07T05:00:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:13 smithi028 ceph-mon[112123]: 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-07T05:00:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:13 smithi138 ceph-mon[117003]: 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-07T05:00:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:15 smithi161 ceph-mon[116604]: 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-07T05:00:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:15 smithi028 ceph-mon[112123]: 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-07T05:00:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:15 smithi138 ceph-mon[117003]: 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-07T05:00:15.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:15.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:15.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:16.325 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:16.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:16.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:16.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:16.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:17 smithi138 ceph-mon[117003]: from='client.25062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:17 smithi138 ceph-mon[117003]: pgmap v410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:17 smithi161 ceph-mon[116604]: from='client.25062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:17 smithi161 ceph-mon[116604]: pgmap v410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:17 smithi028 ceph-mon[112123]: from='client.25062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:17 smithi028 ceph-mon[112123]: pgmap v410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:19.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:19 smithi161 ceph-mon[116604]: pgmap v411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:19 smithi028 ceph-mon[112123]: pgmap v411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:19 smithi138 ceph-mon[117003]: pgmap v411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:21.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:21.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:21.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:21 smithi161 ceph-mon[116604]: pgmap v412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:00:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:21 smithi028 ceph-mon[112123]: pgmap v412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:00:21.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:21 smithi138 ceph-mon[117003]: pgmap v412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:00:22.099 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:22.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:22.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:22.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:22.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:23 smithi161 ceph-mon[116604]: from='client.25137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:23 smithi161 ceph-mon[116604]: 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-07T05:00:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:23 smithi028 ceph-mon[112123]: from='client.25137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:23.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:23 smithi028 ceph-mon[112123]: 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-07T05:00:23.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:23 smithi138 ceph-mon[117003]: from='client.25137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:23 smithi138 ceph-mon[117003]: 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-07T05:00:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:25 smithi161 ceph-mon[116604]: 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-07T05:00:25.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:25 smithi028 ceph-mon[112123]: 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-07T05:00:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:25 smithi138 ceph-mon[117003]: 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-07T05:00:27.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:27.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:27.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:27 smithi161 ceph-mon[116604]: 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-07T05:00:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:27 smithi028 ceph-mon[112123]: 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-07T05:00:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:27 smithi138 ceph-mon[117003]: 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-07T05:00:27.860 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:27.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:27.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:27.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:27.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:28.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:28 smithi161 ceph-mon[116604]: from='client.25215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:28 smithi028 ceph-mon[112123]: from='client.25215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:28 smithi138 ceph-mon[117003]: from='client.25215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:29 smithi161 ceph-mon[116604]: 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-07T05:00:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:29 smithi028 ceph-mon[112123]: 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-07T05:00:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:29 smithi138 ceph-mon[117003]: 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-07T05:00:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:31 smithi161 ceph-mon[116604]: 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-07T05:00:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:31 smithi028 ceph-mon[112123]: 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-07T05:00:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:31 smithi138 ceph-mon[117003]: 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-07T05:00:32.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:32.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:32.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:33.630 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:33.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:33.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:33.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:33.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:33 smithi161 ceph-mon[116604]: 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-07T05:00:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:33 smithi028 ceph-mon[112123]: 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-07T05:00:33.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:33 smithi138 ceph-mon[117003]: 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-07T05:00:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:34 smithi161 ceph-mon[116604]: from='client.25293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:34 smithi028 ceph-mon[112123]: from='client.25293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:34.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:34 smithi138 ceph-mon[117003]: from='client.25293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:35.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:35 smithi161 ceph-mon[116604]: 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-07T05:00:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:35 smithi028 ceph-mon[112123]: 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-07T05:00:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:35 smithi138 ceph-mon[117003]: 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-07T05:00:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:37 smithi161 ceph-mon[116604]: 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-07T05:00:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:37 smithi028 ceph-mon[112123]: 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-07T05:00:37.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:37 smithi138 ceph-mon[117003]: 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-07T05:00:38.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:38.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:38.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:39.401 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:39.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:39.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:39.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:39.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:39 smithi161 ceph-mon[116604]: 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-07T05:00:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:39 smithi028 ceph-mon[112123]: 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-07T05:00:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:39 smithi138 ceph-mon[117003]: 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-07T05:00:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:40 smithi161 ceph-mon[116604]: from='client.25371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:40 smithi028 ceph-mon[112123]: from='client.25371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:40 smithi138 ceph-mon[117003]: from='client.25371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:41 smithi161 ceph-mon[116604]: pgmap v422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:00:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:41 smithi028 ceph-mon[112123]: pgmap v422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:00:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:41 smithi138 ceph-mon[117003]: pgmap v422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:00:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:43 smithi161 ceph-mon[116604]: pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:00:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:43 smithi028 ceph-mon[112123]: pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:00:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:43 smithi138 ceph-mon[117003]: pgmap v423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:00:44.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:44.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:44.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:45.188 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:45.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:45.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:45.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:45.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:45 smithi161 ceph-mon[116604]: pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:45 smithi028 ceph-mon[112123]: pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:45 smithi138 ceph-mon[117003]: pgmap v424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:46 smithi161 ceph-mon[116604]: from='client.25446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:46.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:46 smithi028 ceph-mon[112123]: from='client.25446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:46 smithi138 ceph-mon[117003]: from='client.25446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:47 smithi161 ceph-mon[116604]: pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:47 smithi028 ceph-mon[112123]: pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:47 smithi138 ceph-mon[117003]: pgmap v425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:49 smithi161 ceph-mon[116604]: pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:49 smithi028 ceph-mon[112123]: pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:49 smithi138 ceph-mon[117003]: pgmap v426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:00:50.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:50.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:50.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:50.954 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:50.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:50.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:50.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:50.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:51 smithi161 ceph-mon[116604]: 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-07T05:00:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:51 smithi028 ceph-mon[112123]: 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-07T05:00:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:51 smithi138 ceph-mon[117003]: 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-07T05:00:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:52 smithi161 ceph-mon[116604]: from='client.25521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:52 smithi028 ceph-mon[112123]: from='client.25521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:52 smithi138 ceph-mon[117003]: from='client.25521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:53 smithi161 ceph-mon[116604]: pgmap v428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:00:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:53 smithi028 ceph-mon[112123]: pgmap v428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:00:53.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:53 smithi138 ceph-mon[117003]: pgmap v428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:00:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:55 smithi161 ceph-mon[116604]: pgmap v429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:00:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:55 smithi028 ceph-mon[112123]: pgmap v429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:00:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:55 smithi138 ceph-mon[117003]: pgmap v429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:00:55.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:00:55.956 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:00:55.956 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:00:56.714 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:00:56.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:00:56.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:00:56.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:00:56.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:00:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:57 smithi161 ceph-mon[116604]: pgmap v430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:57 smithi161 ceph-mon[116604]: from='client.25596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:57 smithi028 ceph-mon[112123]: pgmap v430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:57 smithi028 ceph-mon[112123]: from='client.25596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:57 smithi138 ceph-mon[117003]: pgmap v430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:57.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:57 smithi138 ceph-mon[117003]: from='client.25596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:00:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:00:59 smithi161 ceph-mon[116604]: pgmap v431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:00:59 smithi028 ceph-mon[112123]: pgmap v431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:00:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:00:59 smithi138 ceph-mon[117003]: pgmap v431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:01.566 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:01 smithi161 ceph-mon[116604]: pgmap v432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:01:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:01 smithi028 ceph-mon[112123]: pgmap v432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:01:01.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:01.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:01.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:01 smithi138 ceph-mon[117003]: pgmap v432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:01:02.474 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:02.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:02.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:02.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:02.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:03 smithi161 ceph-mon[116604]: from='client.25668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:03 smithi161 ceph-mon[116604]: 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-07T05:01:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:01:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:01:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:01:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:03 smithi028 ceph-mon[112123]: from='client.25668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:03 smithi028 ceph-mon[112123]: 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-07T05:01:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:01:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:01:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:01:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:03 smithi138 ceph-mon[117003]: from='client.25668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:03 smithi138 ceph-mon[117003]: 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-07T05:01:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:01:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:01:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:01:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:01:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:01:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:01:05.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:05 smithi161 ceph-mon[116604]: 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-07T05:01:05.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:05 smithi028 ceph-mon[112123]: 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-07T05:01:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:05 smithi138 ceph-mon[117003]: 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-07T05:01:07.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:07.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:07.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:07 smithi161 ceph-mon[116604]: 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-07T05:01:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:07 smithi028 ceph-mon[112123]: 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-07T05:01:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:07 smithi138 ceph-mon[117003]: 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-07T05:01:08.251 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:08.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:08.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:08.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:08.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:09 smithi161 ceph-mon[116604]: from='client.25743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:09 smithi161 ceph-mon[116604]: 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-07T05:01:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:09 smithi028 ceph-mon[112123]: from='client.25743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:09 smithi028 ceph-mon[112123]: 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-07T05:01:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:09 smithi138 ceph-mon[117003]: from='client.25743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:09 smithi138 ceph-mon[117003]: 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-07T05:01:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:11 smithi161 ceph-mon[116604]: 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-07T05:01:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:11 smithi028 ceph-mon[112123]: 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-07T05:01:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:11 smithi138 ceph-mon[117003]: 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-07T05:01:13.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:13.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:13.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:13 smithi161 ceph-mon[116604]: 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-07T05:01:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:13 smithi028 ceph-mon[112123]: 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-07T05:01:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:13 smithi138 ceph-mon[117003]: 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-07T05:01:14.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:14.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:14.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:14.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:14.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:15.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:15 smithi161 ceph-mon[116604]: from='client.25815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:15 smithi161 ceph-mon[116604]: 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-07T05:01:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:15 smithi028 ceph-mon[112123]: from='client.25815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:15 smithi028 ceph-mon[112123]: 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-07T05:01:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:15 smithi138 ceph-mon[117003]: from='client.25815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:15 smithi138 ceph-mon[117003]: 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-07T05:01:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:17 smithi161 ceph-mon[116604]: 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-07T05:01:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:17 smithi028 ceph-mon[112123]: 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-07T05:01:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:17 smithi138 ceph-mon[117003]: 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-07T05:01:19.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:19.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:19.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:19 smithi161 ceph-mon[116604]: 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-07T05:01:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:19 smithi028 ceph-mon[112123]: 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-07T05:01:19.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:19.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:19.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:19.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:19.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:19 smithi138 ceph-mon[117003]: 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-07T05:01:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:20 smithi161 ceph-mon[116604]: from='client.25887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:20 smithi028 ceph-mon[112123]: from='client.25887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:20 smithi138 ceph-mon[117003]: from='client.25887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:21 smithi161 ceph-mon[116604]: pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:21 smithi028 ceph-mon[112123]: pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:21 smithi138 ceph-mon[117003]: pgmap v442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:23 smithi161 ceph-mon[116604]: pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:23 smithi028 ceph-mon[112123]: pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:23 smithi138 ceph-mon[117003]: pgmap v443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:24.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:24.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:24.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:25 smithi161 ceph-mon[116604]: pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:25.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:25 smithi028 ceph-mon[112123]: pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:25 smithi138 ceph-mon[117003]: pgmap v444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:25.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:25.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:25.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:25.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:25.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:26.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:26 smithi161 ceph-mon[116604]: from='client.25959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:26.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:26 smithi028 ceph-mon[112123]: from='client.25959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:26.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:26 smithi138 ceph-mon[117003]: from='client.25959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:27.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:27 smithi161 ceph-mon[116604]: pgmap v445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:27.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:27 smithi028 ceph-mon[112123]: pgmap v445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:27 smithi138 ceph-mon[117003]: pgmap v445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:29 smithi161 ceph-mon[116604]: pgmap v446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:29 smithi028 ceph-mon[112123]: pgmap v446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:29 smithi138 ceph-mon[117003]: pgmap v446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:30.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:30.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:30.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:31.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:31.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:31.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:31.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:31.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:31 smithi161 ceph-mon[116604]: 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-07T05:01:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:31 smithi028 ceph-mon[112123]: 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-07T05:01:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:31 smithi138 ceph-mon[117003]: 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-07T05:01:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:32 smithi161 ceph-mon[116604]: from='client.26037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:32 smithi028 ceph-mon[112123]: from='client.26037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:32 smithi138 ceph-mon[117003]: from='client.26037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:33 smithi161 ceph-mon[116604]: pgmap v448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:33 smithi028 ceph-mon[112123]: pgmap v448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:33.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:33 smithi138 ceph-mon[117003]: pgmap v448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:35 smithi161 ceph-mon[116604]: pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:01:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:35 smithi028 ceph-mon[112123]: pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:01:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:35 smithi138 ceph-mon[117003]: pgmap v449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:01:36.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:36.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:36.317 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:37.085 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:37.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:37.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:37.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:37.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:37 smithi161 ceph-mon[116604]: pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:37 smithi028 ceph-mon[112123]: pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:37.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:37 smithi138 ceph-mon[117003]: pgmap v450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:38 smithi161 ceph-mon[116604]: from='client.26112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:38 smithi028 ceph-mon[112123]: from='client.26112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:38 smithi138 ceph-mon[117003]: from='client.26112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:39 smithi161 ceph-mon[116604]: pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:39 smithi028 ceph-mon[112123]: pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:39 smithi138 ceph-mon[117003]: pgmap v451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:41 smithi161 ceph-mon[116604]: pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:01:41.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:41 smithi028 ceph-mon[112123]: pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:01:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:41 smithi138 ceph-mon[117003]: pgmap v452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:01:42.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:42.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:42.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:42.856 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:42.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:42.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:42.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:42.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:43 smithi161 ceph-mon[116604]: 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-07T05:01:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:43 smithi161 ceph-mon[116604]: from='client.26187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:43 smithi028 ceph-mon[112123]: 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-07T05:01:43.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:43 smithi028 ceph-mon[112123]: from='client.26187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:43 smithi138 ceph-mon[117003]: 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-07T05:01:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:43 smithi138 ceph-mon[117003]: from='client.26187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:45 smithi161 ceph-mon[116604]: 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-07T05:01:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:45 smithi028 ceph-mon[112123]: 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-07T05:01:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:45 smithi138 ceph-mon[117003]: 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-07T05:01:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:47 smithi161 ceph-mon[116604]: 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-07T05:01:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:47 smithi028 ceph-mon[112123]: 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-07T05:01:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:47 smithi138 ceph-mon[117003]: 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-07T05:01:47.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:47.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:47.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:48.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:48.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:48.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:48.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:48.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:49 smithi161 ceph-mon[116604]: from='client.26262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:49 smithi161 ceph-mon[116604]: 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-07T05:01:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:49 smithi028 ceph-mon[112123]: from='client.26262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:49.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:49 smithi028 ceph-mon[112123]: 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-07T05:01:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:49 smithi138 ceph-mon[117003]: from='client.26262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:49 smithi138 ceph-mon[117003]: 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-07T05:01:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:51 smithi161 ceph-mon[116604]: 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-07T05:01:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:51 smithi028 ceph-mon[112123]: 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-07T05:01:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:51 smithi138 ceph-mon[117003]: 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-07T05:01:53.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:53.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:53.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:53 smithi161 ceph-mon[116604]: 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-07T05:01:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:53 smithi028 ceph-mon[112123]: 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-07T05:01:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:53 smithi138 ceph-mon[117003]: 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-07T05:01:54.414 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:01:54.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:01:54.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:01:54.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:01:54.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:01:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:55 smithi161 ceph-mon[116604]: from='client.26340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:55.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:55 smithi161 ceph-mon[116604]: pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:55 smithi028 ceph-mon[112123]: from='client.26340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:55 smithi028 ceph-mon[112123]: pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:55 smithi138 ceph-mon[117003]: from='client.26340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:01:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:55 smithi138 ceph-mon[117003]: pgmap v459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:01:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:57 smithi161 ceph-mon[116604]: pgmap v460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:57 smithi028 ceph-mon[112123]: pgmap v460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:57 smithi138 ceph-mon[117003]: pgmap v460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:59.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:01:59.417 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:01:59.417 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:01:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:01:59 smithi161 ceph-mon[116604]: pgmap v461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:59.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:01:59 smithi028 ceph-mon[112123]: pgmap v461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:01:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:01:59 smithi138 ceph-mon[117003]: pgmap v461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:00.221 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:00.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:00.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:00.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:00.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:01 smithi161 ceph-mon[116604]: from='client.26418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:01 smithi161 ceph-mon[116604]: pgmap v462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:01 smithi028 ceph-mon[112123]: from='client.26418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:01 smithi028 ceph-mon[112123]: pgmap v462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:01 smithi138 ceph-mon[117003]: from='client.26418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:01 smithi138 ceph-mon[117003]: pgmap v462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:03 smithi161 ceph-mon[116604]: pgmap v463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:03 smithi028 ceph-mon[112123]: pgmap v463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:03 smithi138 ceph-mon[117003]: pgmap v463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:02:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:02:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:02:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:02:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:02:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:02:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:02:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:02:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:02:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:02:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:02:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:02:05.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:05.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:05.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:05.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:05 smithi161 ceph-mon[116604]: pgmap v464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:05.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:05 smithi028 ceph-mon[112123]: pgmap v464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:05 smithi138 ceph-mon[117003]: pgmap v464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:05.997 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:05.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:05.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:05.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:05.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:07 smithi161 ceph-mon[116604]: from='client.26493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:07 smithi161 ceph-mon[116604]: 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-07T05:02:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:07 smithi028 ceph-mon[112123]: from='client.26493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:07 smithi028 ceph-mon[112123]: 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-07T05:02:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:07 smithi138 ceph-mon[117003]: from='client.26493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:07 smithi138 ceph-mon[117003]: 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-07T05:02:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:09 smithi161 ceph-mon[116604]: 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-07T05:02:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:09 smithi028 ceph-mon[112123]: 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-07T05:02:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:09 smithi138 ceph-mon[117003]: 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-07T05:02:10.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:10.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:10.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:11 smithi161 ceph-mon[116604]: pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:11 smithi028 ceph-mon[112123]: pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:11.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:11.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:11.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:11.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:11.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:11 smithi138 ceph-mon[117003]: pgmap v467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:12 smithi161 ceph-mon[116604]: from='client.26571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:12 smithi028 ceph-mon[112123]: from='client.26571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:12 smithi138 ceph-mon[117003]: from='client.26571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:13.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:13 smithi161 ceph-mon[116604]: pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:13 smithi028 ceph-mon[112123]: pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:13 smithi138 ceph-mon[117003]: pgmap v468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:15 smithi161 ceph-mon[116604]: pgmap v469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:15 smithi028 ceph-mon[112123]: pgmap v469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:15 smithi138 ceph-mon[117003]: pgmap v469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:16.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:16.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:16.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:17.551 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:17.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:17.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:17.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:17.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:17 smithi161 ceph-mon[116604]: pgmap v470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:17 smithi028 ceph-mon[112123]: pgmap v470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:17 smithi138 ceph-mon[117003]: pgmap v470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:18 smithi161 ceph-mon[116604]: from='client.26649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:18 smithi028 ceph-mon[112123]: from='client.26649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:18 smithi138 ceph-mon[117003]: from='client.26649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:19 smithi161 ceph-mon[116604]: pgmap v471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:19 smithi028 ceph-mon[112123]: pgmap v471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:19 smithi138 ceph-mon[117003]: pgmap v471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:21 smithi161 ceph-mon[116604]: pgmap v472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:21 smithi028 ceph-mon[112123]: pgmap v472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:21 smithi138 ceph-mon[117003]: pgmap v472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:22.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:22.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:22.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:23.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:23.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:23.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:23.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:23.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:23 smithi161 ceph-mon[116604]: 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-07T05:02:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:23 smithi028 ceph-mon[112123]: 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-07T05:02:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:23 smithi138 ceph-mon[117003]: 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-07T05:02:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:24 smithi161 ceph-mon[116604]: from='client.26721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:24 smithi028 ceph-mon[112123]: from='client.26721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:24.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:24 smithi138 ceph-mon[117003]: from='client.26721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:25.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:25 smithi161 ceph-mon[116604]: 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-07T05:02:25.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:25 smithi028 ceph-mon[112123]: 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-07T05:02:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:25 smithi138 ceph-mon[117003]: 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-07T05:02:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:27 smithi161 ceph-mon[116604]: 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-07T05:02:27.730 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:27 smithi028 ceph-mon[112123]: 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-07T05:02:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:27 smithi138 ceph-mon[117003]: 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-07T05:02:28.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:28.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:28.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:29.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:29.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:29.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:29.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:29.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:29.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:29 smithi161 ceph-mon[116604]: 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-07T05:02:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:29 smithi028 ceph-mon[112123]: 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-07T05:02:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:29 smithi138 ceph-mon[117003]: 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-07T05:02:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:30 smithi161 ceph-mon[116604]: from='client.26799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:30 smithi028 ceph-mon[112123]: from='client.26799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:30.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:30 smithi138 ceph-mon[117003]: from='client.26799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:31 smithi161 ceph-mon[116604]: 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-07T05:02:31.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:31 smithi028 ceph-mon[112123]: 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-07T05:02:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:31 smithi138 ceph-mon[117003]: 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-07T05:02:33.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:33 smithi161 ceph-mon[116604]: 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-07T05:02:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:33 smithi028 ceph-mon[112123]: 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-07T05:02:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:33 smithi138 ceph-mon[117003]: 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-07T05:02:34.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:34.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:34.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:34.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:34.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:34.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:34.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:34.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:35 smithi161 ceph-mon[116604]: pgmap v479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:35 smithi161 ceph-mon[116604]: from='client.26874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:35 smithi028 ceph-mon[112123]: pgmap v479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:35 smithi028 ceph-mon[112123]: from='client.26874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:35 smithi138 ceph-mon[117003]: pgmap v479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:35 smithi138 ceph-mon[117003]: from='client.26874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:37 smithi161 ceph-mon[116604]: pgmap v480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:37 smithi028 ceph-mon[112123]: pgmap v480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:37 smithi138 ceph-mon[117003]: pgmap v480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:39 smithi161 ceph-mon[116604]: pgmap v481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:39 smithi028 ceph-mon[112123]: pgmap v481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:39.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:39 smithi138 ceph-mon[117003]: pgmap v481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:39.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:39.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:39.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:40.641 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:40.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:40.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:40.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:40.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:41 smithi161 ceph-mon[116604]: from='client.26949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:41.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:41 smithi161 ceph-mon[116604]: pgmap v482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:41 smithi028 ceph-mon[112123]: from='client.26949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:41.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:41 smithi028 ceph-mon[112123]: pgmap v482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:41 smithi138 ceph-mon[117003]: from='client.26949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:41 smithi138 ceph-mon[117003]: pgmap v482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:43 smithi161 ceph-mon[116604]: pgmap v483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:43 smithi028 ceph-mon[112123]: pgmap v483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:43 smithi138 ceph-mon[117003]: pgmap v483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:02:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:45 smithi161 ceph-mon[116604]: pgmap v484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:45 smithi028 ceph-mon[112123]: pgmap v484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:45 smithi138 ceph-mon[117003]: pgmap v484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:45.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:45.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:45.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:46.404 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:46.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:46.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:46.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:46.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:47 smithi161 ceph-mon[116604]: from='client.27021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:47 smithi161 ceph-mon[116604]: 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-07T05:02:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:47 smithi028 ceph-mon[112123]: from='client.27021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:47 smithi028 ceph-mon[112123]: 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-07T05:02:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:47 smithi138 ceph-mon[117003]: from='client.27021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:47 smithi138 ceph-mon[117003]: 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-07T05:02:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:49 smithi161 ceph-mon[116604]: 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-07T05:02:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:49 smithi028 ceph-mon[112123]: 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-07T05:02:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:49 smithi138 ceph-mon[117003]: 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-07T05:02:51.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:51.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:51.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:51.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:51 smithi161 ceph-mon[116604]: pgmap v487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:51.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:51 smithi028 ceph-mon[112123]: pgmap v487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:51 smithi138 ceph-mon[117003]: pgmap v487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:52.176 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:52.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:52.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:52.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:52.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:53 smithi161 ceph-mon[116604]: from='client.27093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:53.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:53 smithi161 ceph-mon[116604]: pgmap v488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:53 smithi028 ceph-mon[112123]: from='client.27093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:53 smithi028 ceph-mon[112123]: pgmap v488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:53 smithi138 ceph-mon[117003]: from='client.27093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:53 smithi138 ceph-mon[117003]: pgmap v488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:55 smithi161 ceph-mon[116604]: pgmap v489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:55 smithi028 ceph-mon[112123]: pgmap v489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:55 smithi138 ceph-mon[117003]: pgmap v489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:02:57.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:02:57.178 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:02:57.178 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:02:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:57 smithi161 ceph-mon[116604]: pgmap v490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:57 smithi028 ceph-mon[112123]: pgmap v490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:57 smithi138 ceph-mon[117003]: pgmap v490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:57.935 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:02:57.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:02:57.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:02:57.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:02:57.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:02:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:58 smithi161 ceph-mon[116604]: from='client.27171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:58 smithi028 ceph-mon[112123]: from='client.27171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:58.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:58 smithi138 ceph-mon[117003]: from='client.27171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:02:59.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:02:59 smithi161 ceph-mon[116604]: pgmap v491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:02:59 smithi028 ceph-mon[112123]: pgmap v491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:02:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:02:59 smithi138 ceph-mon[117003]: pgmap v491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:01 smithi161 ceph-mon[116604]: pgmap v492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:01 smithi028 ceph-mon[112123]: pgmap v492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:01 smithi138 ceph-mon[117003]: pgmap v492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:02.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:02.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:02.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:03 smithi161 ceph-mon[116604]: 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-07T05:03:03.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:03.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:03.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:03.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:03.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:03 smithi028 ceph-mon[112123]: 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-07T05:03:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:03 smithi138 ceph-mon[117003]: 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-07T05:03:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:04 smithi161 ceph-mon[116604]: from='client.27243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:03:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:04 smithi028 ceph-mon[112123]: from='client.27243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:03:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:04 smithi138 ceph-mon[117003]: from='client.27243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:03:05.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:05 smithi161 ceph-mon[116604]: 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-07T05:03:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:03:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:03:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:03:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:05 smithi028 ceph-mon[112123]: 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-07T05:03:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:03:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:03:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:03:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:05 smithi138 ceph-mon[117003]: 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-07T05:03:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:03:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:03:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:03:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:07 smithi161 ceph-mon[116604]: 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-07T05:03:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:07 smithi028 ceph-mon[112123]: 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-07T05:03:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:07 smithi138 ceph-mon[117003]: 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-07T05:03:08.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:08.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:08.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:09.497 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:09.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:09.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:09.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:09.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:09 smithi161 ceph-mon[116604]: 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-07T05:03:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:09 smithi028 ceph-mon[112123]: 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-07T05:03:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:09 smithi138 ceph-mon[117003]: 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-07T05:03:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:10 smithi161 ceph-mon[116604]: from='client.27312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:10 smithi028 ceph-mon[112123]: from='client.27312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:10 smithi138 ceph-mon[117003]: from='client.27312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:11 smithi161 ceph-mon[116604]: pgmap v497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:11 smithi028 ceph-mon[112123]: pgmap v497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:11 smithi138 ceph-mon[117003]: pgmap v497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:13 smithi161 ceph-mon[116604]: pgmap v498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:13 smithi028 ceph-mon[112123]: pgmap v498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:13 smithi138 ceph-mon[117003]: pgmap v498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:14.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:14.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:14.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:15.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:15.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:15.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:15.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:15.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:15 smithi161 ceph-mon[116604]: pgmap v499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:15 smithi028 ceph-mon[112123]: pgmap v499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:15 smithi138 ceph-mon[117003]: pgmap v499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:16.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:16 smithi161 ceph-mon[116604]: from='client.27387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:16.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:16 smithi028 ceph-mon[112123]: from='client.27387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:16 smithi138 ceph-mon[117003]: from='client.27387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:17.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:17 smithi161 ceph-mon[116604]: pgmap v500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:17 smithi028 ceph-mon[112123]: pgmap v500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:17.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:17 smithi138 ceph-mon[117003]: pgmap v500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:19 smithi161 ceph-mon[116604]: pgmap v501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:19 smithi028 ceph-mon[112123]: pgmap v501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:19 smithi138 ceph-mon[117003]: pgmap v501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:20.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:20.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:20.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:21.053 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:21.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:21.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:21.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:21.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:21 smithi161 ceph-mon[116604]: pgmap v502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:21 smithi028 ceph-mon[112123]: pgmap v502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:21 smithi138 ceph-mon[117003]: pgmap v502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:22 smithi161 ceph-mon[116604]: from='client.27462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:22 smithi028 ceph-mon[112123]: from='client.27462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:22 smithi138 ceph-mon[117003]: from='client.27462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:23 smithi161 ceph-mon[116604]: 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-07T05:03:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:23 smithi028 ceph-mon[112123]: 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-07T05:03:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:23 smithi138 ceph-mon[117003]: 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-07T05:03:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:25 smithi161 ceph-mon[116604]: 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-07T05:03:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:25 smithi028 ceph-mon[112123]: 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-07T05:03:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:25 smithi138 ceph-mon[117003]: 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-07T05:03:26.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:26.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:26.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:26.831 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:26.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:26.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:26.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:26.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:27 smithi161 ceph-mon[116604]: 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-07T05:03:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:27 smithi161 ceph-mon[116604]: from='client.27537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:27 smithi028 ceph-mon[112123]: 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-07T05:03:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:27 smithi028 ceph-mon[112123]: from='client.27537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:27 smithi138 ceph-mon[117003]: 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-07T05:03:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:27 smithi138 ceph-mon[117003]: from='client.27537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:29 smithi161 ceph-mon[116604]: 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-07T05:03:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:29 smithi028 ceph-mon[112123]: 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-07T05:03:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:29 smithi138 ceph-mon[117003]: 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-07T05:03:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:31 smithi161 ceph-mon[116604]: pgmap v507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:31.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:31 smithi028 ceph-mon[112123]: pgmap v507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:31 smithi138 ceph-mon[117003]: pgmap v507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:31.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:31.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:31.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:32.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:32.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:32.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:32.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:32.592 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:33 smithi161 ceph-mon[116604]: from='client.27615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:33.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:33 smithi161 ceph-mon[116604]: pgmap v508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:33 smithi028 ceph-mon[112123]: from='client.27615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:33 smithi028 ceph-mon[112123]: pgmap v508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:33 smithi138 ceph-mon[117003]: from='client.27615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:33 smithi138 ceph-mon[117003]: pgmap v508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:35 smithi161 ceph-mon[116604]: pgmap v509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:35 smithi028 ceph-mon[112123]: pgmap v509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:35.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:35 smithi138 ceph-mon[117003]: pgmap v509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:37.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:37.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:37.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:37 smithi161 ceph-mon[116604]: pgmap v510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:37 smithi028 ceph-mon[112123]: pgmap v510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:37 smithi138 ceph-mon[117003]: pgmap v510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:38.368 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:38.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:38.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:38.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:38.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:39 smithi161 ceph-mon[116604]: from='client.27690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:39 smithi161 ceph-mon[116604]: pgmap v511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:39 smithi028 ceph-mon[112123]: from='client.27690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:39 smithi028 ceph-mon[112123]: pgmap v511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:39 smithi138 ceph-mon[117003]: from='client.27690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:39 smithi138 ceph-mon[117003]: pgmap v511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:41 smithi161 ceph-mon[116604]: pgmap v512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:41 smithi028 ceph-mon[112123]: pgmap v512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:41 smithi138 ceph-mon[117003]: pgmap v512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:03:43.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:43.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:43.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:43 smithi161 ceph-mon[116604]: 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-07T05:03:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:43 smithi028 ceph-mon[112123]: 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-07T05:03:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:43 smithi138 ceph-mon[117003]: 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-07T05:03:44.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:44.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:44.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:44.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:44.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:45 smithi161 ceph-mon[116604]: from='client.27768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:45.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:45 smithi161 ceph-mon[116604]: 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-07T05:03:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:45 smithi028 ceph-mon[112123]: from='client.27768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:45.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:45 smithi028 ceph-mon[112123]: 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-07T05:03:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:45 smithi138 ceph-mon[117003]: from='client.27768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:45 smithi138 ceph-mon[117003]: 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-07T05:03:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:47 smithi161 ceph-mon[116604]: 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-07T05:03:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:47 smithi028 ceph-mon[112123]: 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-07T05:03:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:47 smithi138 ceph-mon[117003]: 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-07T05:03:49.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:49.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:49.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:49 smithi161 ceph-mon[116604]: 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-07T05:03:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:49 smithi028 ceph-mon[112123]: 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-07T05:03:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:49 smithi138 ceph-mon[117003]: 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-07T05:03:49.933 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:49.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:49.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:49.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:49.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:50 smithi161 ceph-mon[116604]: from='client.27837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:50 smithi028 ceph-mon[112123]: from='client.27837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:50.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:50 smithi138 ceph-mon[117003]: from='client.27837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:51 smithi161 ceph-mon[116604]: pgmap v517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:51 smithi028 ceph-mon[112123]: pgmap v517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:51 smithi138 ceph-mon[117003]: pgmap v517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:53 smithi161 ceph-mon[116604]: pgmap v518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:53 smithi028 ceph-mon[112123]: pgmap v518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:53 smithi138 ceph-mon[117003]: pgmap v518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:54.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:03:54.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:03:54.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:03:55.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:55 smithi161 ceph-mon[116604]: pgmap v519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:55 smithi028 ceph-mon[112123]: pgmap v519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:55 smithi138 ceph-mon[117003]: pgmap v519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:03:55.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:03:55.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:03:55.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:03:55.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:03:55.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:03:56.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:56 smithi161 ceph-mon[116604]: from='client.27912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:56.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:56 smithi028 ceph-mon[112123]: from='client.27912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:56 smithi138 ceph-mon[117003]: from='client.27912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:03:57.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:57 smithi161 ceph-mon[116604]: pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:57.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:57 smithi028 ceph-mon[112123]: pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:57 smithi138 ceph-mon[117003]: pgmap v520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:03:59 smithi161 ceph-mon[116604]: pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:03:59 smithi028 ceph-mon[112123]: pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:03:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:03:59 smithi138 ceph-mon[117003]: pgmap v521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:00.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:00.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:00.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:01.480 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:01.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:01.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:01.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:01.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:01 smithi161 ceph-mon[116604]: pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:01 smithi028 ceph-mon[112123]: pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:01 smithi138 ceph-mon[117003]: pgmap v522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:02 smithi161 ceph-mon[116604]: from='client.27984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:02 smithi028 ceph-mon[112123]: from='client.27984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:02 smithi138 ceph-mon[117003]: from='client.27984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:03 smithi161 ceph-mon[116604]: 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-07T05:04:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:03 smithi028 ceph-mon[112123]: 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-07T05:04:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:03 smithi138 ceph-mon[117003]: 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-07T05:04:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:05 smithi161 ceph-mon[116604]: pgmap v524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:05.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:04:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:05 smithi028 ceph-mon[112123]: pgmap v524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:04:05.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:05 smithi138 ceph-mon[117003]: pgmap v524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:04:06.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:04:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:04:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:04:06.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:04:06.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:04:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:04:06.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:06.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:06.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:04:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:04:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:04:07.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:07.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:07.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:07.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:07.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:07 smithi161 ceph-mon[116604]: pgmap v525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:07 smithi028 ceph-mon[112123]: pgmap v525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:07 smithi138 ceph-mon[117003]: pgmap v525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:08.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:08 smithi161 ceph-mon[116604]: from='client.28056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:08.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:08 smithi028 ceph-mon[112123]: from='client.28056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:08 smithi138 ceph-mon[117003]: from='client.28056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:09.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:09 smithi161 ceph-mon[116604]: pgmap v526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:09.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:09 smithi028 ceph-mon[112123]: pgmap v526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:09.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:09 smithi138 ceph-mon[117003]: pgmap v526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:11 smithi161 ceph-mon[116604]: pgmap v527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:11 smithi028 ceph-mon[112123]: pgmap v527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:11 smithi138 ceph-mon[117003]: pgmap v527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:12.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:12.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:12.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:13.017 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:13.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:13.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:13.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:13.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:13 smithi161 ceph-mon[116604]: pgmap v528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:13 smithi028 ceph-mon[112123]: pgmap v528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:13 smithi138 ceph-mon[117003]: pgmap v528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:14 smithi161 ceph-mon[116604]: from='client.28134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:14 smithi028 ceph-mon[112123]: from='client.28134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:14 smithi138 ceph-mon[117003]: from='client.28134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:15 smithi161 ceph-mon[116604]: pgmap v529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:15 smithi028 ceph-mon[112123]: pgmap v529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:15 smithi138 ceph-mon[117003]: pgmap v529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:17 smithi161 ceph-mon[116604]: pgmap v530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:17 smithi028 ceph-mon[112123]: pgmap v530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:17 smithi138 ceph-mon[117003]: pgmap v530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:18.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:18.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:18.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:18.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:18.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:18.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:18.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:18.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:19 smithi161 ceph-mon[116604]: pgmap v531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:19.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:19 smithi161 ceph-mon[116604]: from='client.28206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:19 smithi028 ceph-mon[112123]: pgmap v531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:19 smithi028 ceph-mon[112123]: from='client.28206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:19 smithi138 ceph-mon[117003]: pgmap v531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:19 smithi138 ceph-mon[117003]: from='client.28206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:21 smithi161 ceph-mon[116604]: pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:21 smithi028 ceph-mon[112123]: pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:21 smithi138 ceph-mon[117003]: pgmap v532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:23 smithi161 ceph-mon[116604]: 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-07T05:04:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:23 smithi028 ceph-mon[112123]: 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-07T05:04:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:23 smithi138 ceph-mon[117003]: 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-07T05:04:23.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:23.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:23.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:24.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:24.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:24.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:24.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:24.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:25 smithi161 ceph-mon[116604]: from='client.28281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:25.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:25 smithi161 ceph-mon[116604]: pgmap v534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:25 smithi028 ceph-mon[112123]: from='client.28281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:25 smithi028 ceph-mon[112123]: pgmap v534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:25 smithi138 ceph-mon[117003]: from='client.28281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:25 smithi138 ceph-mon[117003]: pgmap v534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:27 smithi161 ceph-mon[116604]: pgmap v535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:27 smithi028 ceph-mon[112123]: pgmap v535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:27 smithi138 ceph-mon[117003]: pgmap v535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:29.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:29.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:29.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:29 smithi161 ceph-mon[116604]: pgmap v536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:29 smithi028 ceph-mon[112123]: pgmap v536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:29 smithi138 ceph-mon[117003]: pgmap v536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:30.347 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:30.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:30.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:30.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:30.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:31 smithi161 ceph-mon[116604]: from='client.28359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:31 smithi161 ceph-mon[116604]: pgmap v537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:31 smithi028 ceph-mon[112123]: from='client.28359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:31 smithi028 ceph-mon[112123]: pgmap v537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:31 smithi138 ceph-mon[117003]: from='client.28359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:31 smithi138 ceph-mon[117003]: pgmap v537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:33 smithi161 ceph-mon[116604]: pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:33 smithi028 ceph-mon[112123]: pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:33 smithi138 ceph-mon[117003]: pgmap v538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:04:35.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:35.349 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:35.349 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:35.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:35 smithi161 ceph-mon[116604]: pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:35 smithi028 ceph-mon[112123]: pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:35 smithi138 ceph-mon[117003]: pgmap v539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:36.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:36.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:36.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:36.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:36.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:37 smithi161 ceph-mon[116604]: from='client.28434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:37 smithi161 ceph-mon[116604]: 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-07T05:04:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:37 smithi028 ceph-mon[112123]: from='client.28434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:37 smithi028 ceph-mon[112123]: 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-07T05:04:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:37 smithi138 ceph-mon[117003]: from='client.28434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:37 smithi138 ceph-mon[117003]: 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-07T05:04:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:39 smithi161 ceph-mon[116604]: 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-07T05:04:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:39 smithi028 ceph-mon[112123]: 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-07T05:04:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:39 smithi138 ceph-mon[117003]: 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-07T05:04:41.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:41.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:41.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:41 smithi161 ceph-mon[116604]: 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-07T05:04:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:41 smithi028 ceph-mon[112123]: 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-07T05:04:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:41 smithi138 ceph-mon[117003]: 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-07T05:04:41.881 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:41.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:41.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:41.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:41.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:42 smithi161 ceph-mon[116604]: from='client.28509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:42 smithi028 ceph-mon[112123]: from='client.28509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:42 smithi138 ceph-mon[117003]: from='client.28509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:43 smithi161 ceph-mon[116604]: 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-07T05:04:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:43 smithi028 ceph-mon[112123]: 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-07T05:04:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:43 smithi138 ceph-mon[117003]: 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-07T05:04:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:45 smithi161 ceph-mon[116604]: pgmap v544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:45 smithi028 ceph-mon[112123]: pgmap v544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:45 smithi138 ceph-mon[117003]: pgmap v544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:46.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:46.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:46.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:47.674 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:47.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:47.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:47.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:47.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:47 smithi161 ceph-mon[116604]: pgmap v545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:47 smithi028 ceph-mon[112123]: pgmap v545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:47 smithi138 ceph-mon[117003]: pgmap v545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:48 smithi161 ceph-mon[116604]: from='client.28587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:48 smithi028 ceph-mon[112123]: from='client.28587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:48.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:48 smithi138 ceph-mon[117003]: from='client.28587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:49 smithi161 ceph-mon[116604]: pgmap v546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:49 smithi028 ceph-mon[112123]: pgmap v546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:49 smithi138 ceph-mon[117003]: pgmap v546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:51 smithi161 ceph-mon[116604]: pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:51.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:51 smithi028 ceph-mon[112123]: pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:51 smithi138 ceph-mon[117003]: pgmap v547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:52.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:52.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:52.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:53.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:53.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:53.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:53.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:53.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:53 smithi161 ceph-mon[116604]: pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:53 smithi028 ceph-mon[112123]: pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:53 smithi138 ceph-mon[117003]: pgmap v548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:54.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:54 smithi161 ceph-mon[116604]: from='client.28662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:54 smithi028 ceph-mon[112123]: from='client.28662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:54.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:54 smithi138 ceph-mon[117003]: from='client.28662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:04:55.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:55 smithi161 ceph-mon[116604]: pgmap v549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:55.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:55 smithi028 ceph-mon[112123]: pgmap v549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:55 smithi138 ceph-mon[117003]: pgmap v549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:04:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:57 smithi161 ceph-mon[116604]: pgmap v550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:57 smithi028 ceph-mon[112123]: pgmap v550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:57 smithi138 ceph-mon[117003]: pgmap v550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:58.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:04:58.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:04:58.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:04:59.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:04:59.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:04:59.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:04:59.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:04:59.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:04:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:04:59 smithi161 ceph-mon[116604]: pgmap v551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:04:59 smithi028 ceph-mon[112123]: pgmap v551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:04:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:04:59 smithi138 ceph-mon[117003]: pgmap v551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:00 smithi161 ceph-mon[116604]: from='client.28740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:00 smithi028 ceph-mon[112123]: from='client.28740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:00.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:00 smithi138 ceph-mon[117003]: from='client.28740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:01 smithi161 ceph-mon[116604]: pgmap v552: 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-07T05:05:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:01 smithi028 ceph-mon[112123]: pgmap v552: 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-07T05:05:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:01 smithi138 ceph-mon[117003]: pgmap v552: 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-07T05:05:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:03 smithi161 ceph-mon[116604]: pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:05:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:03 smithi028 ceph-mon[112123]: pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:05:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:03 smithi138 ceph-mon[117003]: pgmap v553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:05:04.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:04.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:04.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:05.009 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:05.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:05.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:05.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:05.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:05 smithi161 ceph-mon[116604]: pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:05 smithi028 ceph-mon[112123]: pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:05 smithi138 ceph-mon[117003]: pgmap v554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:06 smithi161 ceph-mon[116604]: from='client.28815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:06.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:05:06.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.449 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:06 smithi028 ceph-mon[112123]: from='client.28815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:06.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:05:06.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:06 smithi138 ceph-mon[117003]: from='client.28815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:05:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:07 smithi161 ceph-mon[116604]: pgmap v555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:07.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:05:07.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:05:07.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:07 smithi028 ceph-mon[112123]: pgmap v555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:07.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:05:07.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:05:07.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:07 smithi138 ceph-mon[117003]: pgmap v555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:05:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:05:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:05:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:09 smithi161 ceph-mon[116604]: pgmap v556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:09 smithi028 ceph-mon[112123]: pgmap v556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:09 smithi138 ceph-mon[117003]: pgmap v556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:10.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:10.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:10.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:10.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:10.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:10.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:10.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:10.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:11 smithi161 ceph-mon[116604]: pgmap v557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:11.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:11 smithi161 ceph-mon[116604]: from='client.28893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:11 smithi028 ceph-mon[112123]: pgmap v557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:11 smithi028 ceph-mon[112123]: from='client.28893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:11 smithi138 ceph-mon[117003]: pgmap v557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:11 smithi138 ceph-mon[117003]: from='client.28893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:13 smithi161 ceph-mon[116604]: pgmap v558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:05:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:13 smithi028 ceph-mon[112123]: pgmap v558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:05:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:13 smithi138 ceph-mon[117003]: pgmap v558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:05:15.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:15 smithi161 ceph-mon[116604]: pgmap v559: 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-07T05:05:15.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:15 smithi028 ceph-mon[112123]: pgmap v559: 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-07T05:05:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:15 smithi138 ceph-mon[117003]: pgmap v559: 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-07T05:05:15.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:15.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:15.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:16.548 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:16.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:16.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:16.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:16.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:17 smithi161 ceph-mon[116604]: from='client.28965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:17 smithi161 ceph-mon[116604]: 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-07T05:05:17.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:17 smithi028 ceph-mon[112123]: from='client.28965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:17.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:17 smithi028 ceph-mon[112123]: 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-07T05:05:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:17 smithi138 ceph-mon[117003]: from='client.28965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:17 smithi138 ceph-mon[117003]: 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-07T05:05:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:19 smithi161 ceph-mon[116604]: 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-07T05:05:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:19 smithi028 ceph-mon[112123]: 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-07T05:05:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:19 smithi138 ceph-mon[117003]: 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-07T05:05:21.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:21.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:21.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:21 smithi161 ceph-mon[116604]: 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-07T05:05:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:21 smithi028 ceph-mon[112123]: 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-07T05:05:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:21 smithi138 ceph-mon[117003]: 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-07T05:05:22.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:22.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:22.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:22.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:22.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:23 smithi161 ceph-mon[116604]: from='client.29040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:23.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:23 smithi161 ceph-mon[116604]: 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-07T05:05:23.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:23 smithi028 ceph-mon[112123]: from='client.29040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:23.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:23 smithi028 ceph-mon[112123]: 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-07T05:05:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:23 smithi138 ceph-mon[117003]: from='client.29040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:23 smithi138 ceph-mon[117003]: 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-07T05:05:25.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:25 smithi161 ceph-mon[116604]: pgmap v564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:05:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:25 smithi028 ceph-mon[112123]: pgmap v564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:05:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:25 smithi138 ceph-mon[117003]: pgmap v564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:05:27.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:27.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:27.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:27 smithi161 ceph-mon[116604]: pgmap v565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:27 smithi028 ceph-mon[112123]: pgmap v565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:27 smithi138 ceph-mon[117003]: pgmap v565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:28.076 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:28.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:28.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:28.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:28.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:29 smithi161 ceph-mon[116604]: from='client.29118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:29.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:29 smithi161 ceph-mon[116604]: pgmap v566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:29 smithi028 ceph-mon[112123]: from='client.29118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:29.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:29 smithi028 ceph-mon[112123]: pgmap v566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:29 smithi138 ceph-mon[117003]: from='client.29118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:29 smithi138 ceph-mon[117003]: pgmap v566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:31 smithi161 ceph-mon[116604]: pgmap v567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:05:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:31 smithi028 ceph-mon[112123]: pgmap v567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:05:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:31 smithi138 ceph-mon[117003]: pgmap v567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:05:33.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:33.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:33.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:33 smithi161 ceph-mon[116604]: pgmap v568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:33 smithi028 ceph-mon[112123]: pgmap v568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:33 smithi138 ceph-mon[117003]: pgmap v568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:33.838 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:33.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:33.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:33.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:33.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:34 smithi161 ceph-mon[116604]: from='client.29196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:34 smithi028 ceph-mon[112123]: from='client.29196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:34.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:34 smithi138 ceph-mon[117003]: from='client.29196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:35.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:35 smithi161 ceph-mon[116604]: pgmap v569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:05:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:35 smithi028 ceph-mon[112123]: pgmap v569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:05:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:35 smithi138 ceph-mon[117003]: pgmap v569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:05:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:37 smithi161 ceph-mon[116604]: pgmap v570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:37 smithi028 ceph-mon[112123]: pgmap v570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:37 smithi138 ceph-mon[117003]: pgmap v570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:38.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:38.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:38.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:39.611 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:39.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:39.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:39.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:39.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:39 smithi161 ceph-mon[116604]: pgmap v571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:39 smithi028 ceph-mon[112123]: pgmap v571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:39 smithi138 ceph-mon[117003]: pgmap v571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:40 smithi161 ceph-mon[116604]: from='client.29268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:40 smithi028 ceph-mon[112123]: from='client.29268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:40 smithi138 ceph-mon[117003]: from='client.29268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:41 smithi161 ceph-mon[116604]: pgmap v572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:41 smithi028 ceph-mon[112123]: pgmap v572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:41 smithi138 ceph-mon[117003]: pgmap v572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:43 smithi161 ceph-mon[116604]: pgmap v573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:43 smithi028 ceph-mon[112123]: pgmap v573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:43 smithi138 ceph-mon[117003]: pgmap v573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:44.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:44.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:44.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:45.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:45.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:45.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:45.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:45.387 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:45.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:45 smithi161 ceph-mon[116604]: pgmap v574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:45 smithi028 ceph-mon[112123]: pgmap v574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:45 smithi138 ceph-mon[117003]: pgmap v574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:46.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:46 smithi161 ceph-mon[116604]: from='client.29343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:46.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:46 smithi028 ceph-mon[112123]: from='client.29343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:46 smithi138 ceph-mon[117003]: from='client.29343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:47 smithi028 ceph-mon[112123]: pgmap v575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:47 smithi138 ceph-mon[117003]: pgmap v575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:47 smithi161 ceph-mon[116604]: pgmap v575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:49 smithi161 ceph-mon[116604]: pgmap v576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:49.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:49 smithi028 ceph-mon[112123]: pgmap v576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:49 smithi138 ceph-mon[117003]: pgmap v576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:05:50.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:50.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:50.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:51.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:51.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:51.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:51.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:51.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:51 smithi161 ceph-mon[116604]: pgmap v577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:51 smithi028 ceph-mon[112123]: pgmap v577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:51 smithi138 ceph-mon[117003]: pgmap v577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:05:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:52 smithi161 ceph-mon[116604]: from='client.29418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:52 smithi028 ceph-mon[112123]: from='client.29418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:52 smithi138 ceph-mon[117003]: from='client.29418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:53 smithi161 ceph-mon[116604]: 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-07T05:05:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:53 smithi028 ceph-mon[112123]: 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-07T05:05:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:53 smithi138 ceph-mon[117003]: 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-07T05:05:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:55 smithi028 ceph-mon[112123]: 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-07T05:05:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:55 smithi138 ceph-mon[117003]: 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-07T05:05:55.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:55 smithi161 ceph-mon[116604]: 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-07T05:05:56.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:05:56.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:05:56.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:05:56.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:05:56.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:05:56.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:05:56.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:05:56.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:05:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:57 smithi161 ceph-mon[116604]: 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-07T05:05:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:57 smithi161 ceph-mon[116604]: from='client.29496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:57 smithi028 ceph-mon[112123]: 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-07T05:05:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:57 smithi028 ceph-mon[112123]: from='client.29496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:57 smithi138 ceph-mon[117003]: 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-07T05:05:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:57 smithi138 ceph-mon[117003]: from='client.29496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:05:59.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:05:59 smithi161 ceph-mon[116604]: 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-07T05:05:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:05:59 smithi028 ceph-mon[112123]: 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-07T05:05:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:05:59 smithi138 ceph-mon[117003]: 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-07T05:06:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:01 smithi161 ceph-mon[116604]: 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-07T05:06:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:01 smithi028 ceph-mon[112123]: 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-07T05:06:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:01 smithi138 ceph-mon[117003]: 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-07T05:06:01.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:01.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:01.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:02.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:02.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:02.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:02.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:02.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:03 smithi161 ceph-mon[116604]: from='client.29571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:03 smithi161 ceph-mon[116604]: 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-07T05:06:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:03 smithi028 ceph-mon[112123]: from='client.29571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:03 smithi028 ceph-mon[112123]: 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-07T05:06:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:03 smithi138 ceph-mon[117003]: from='client.29571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:03 smithi138 ceph-mon[117003]: 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-07T05:06:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:05 smithi028 ceph-mon[112123]: pgmap v584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:05 smithi138 ceph-mon[117003]: pgmap v584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:05.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:05 smithi161 ceph-mon[116604]: pgmap v584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:07.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:07.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:07.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:07 smithi161 ceph-mon[116604]: pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:06:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:06:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:06:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:06:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:07 smithi028 ceph-mon[112123]: pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:06:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:06:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:06:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:06:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:07 smithi138 ceph-mon[117003]: pgmap v585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:06:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:06:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:06:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:06:08.446 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:08.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:08.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:08.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:08.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:09 smithi161 ceph-mon[116604]: from='client.29649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:09 smithi161 ceph-mon[116604]: pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:09 smithi028 ceph-mon[112123]: from='client.29649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:09 smithi028 ceph-mon[112123]: pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:09 smithi138 ceph-mon[117003]: from='client.29649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:09 smithi138 ceph-mon[117003]: pgmap v586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:11 smithi161 ceph-mon[116604]: pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:11 smithi028 ceph-mon[112123]: pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:11 smithi138 ceph-mon[117003]: pgmap v587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:13.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:13.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:13.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:13 smithi161 ceph-mon[116604]: pgmap v588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:13 smithi028 ceph-mon[112123]: pgmap v588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:13 smithi138 ceph-mon[117003]: pgmap v588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:14.219 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:14.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:14.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:14.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:14.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:15 smithi028 ceph-mon[112123]: from='client.29721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:15.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:15 smithi028 ceph-mon[112123]: pgmap v589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T05:06:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:15 smithi138 ceph-mon[117003]: from='client.29721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:15 smithi138 ceph-mon[117003]: pgmap v589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T05:06:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:15 smithi161 ceph-mon[116604]: from='client.29721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:15 smithi161 ceph-mon[116604]: pgmap v589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T05:06:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:17 smithi161 ceph-mon[116604]: pgmap v590: 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-07T05:06:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:17 smithi028 ceph-mon[112123]: pgmap v590: 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-07T05:06:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:17 smithi138 ceph-mon[117003]: pgmap v590: 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-07T05:06:19.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:19.221 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:19.221 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:19 smithi161 ceph-mon[116604]: pgmap v591: 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-07T05:06:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:19 smithi028 ceph-mon[112123]: pgmap v591: 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-07T05:06:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:19 smithi138 ceph-mon[117003]: pgmap v591: 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-07T05:06:19.980 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:19.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:19.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:19.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:19.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:20 smithi161 ceph-mon[116604]: from='client.29799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:20 smithi028 ceph-mon[112123]: from='client.29799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:20 smithi138 ceph-mon[117003]: from='client.29799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:21 smithi161 ceph-mon[116604]: pgmap v592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:21 smithi028 ceph-mon[112123]: pgmap v592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:21 smithi138 ceph-mon[117003]: pgmap v592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:23 smithi161 ceph-mon[116604]: pgmap v593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:06:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:23 smithi028 ceph-mon[112123]: pgmap v593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:06:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:23 smithi138 ceph-mon[117003]: pgmap v593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:06:24.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:24.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:24.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:25.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:25 smithi028 ceph-mon[112123]: pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:25 smithi138 ceph-mon[117003]: pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:25.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:25 smithi161 ceph-mon[116604]: pgmap v594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:25.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:25.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:25.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:25.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:25.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:26.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:26 smithi028 ceph-mon[112123]: from='client.29874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:26.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:26 smithi138 ceph-mon[117003]: from='client.29874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:26 smithi161 ceph-mon[116604]: from='client.29874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:27.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:27 smithi028 ceph-mon[112123]: pgmap v595: 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-07T05:06:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:27 smithi138 ceph-mon[117003]: pgmap v595: 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-07T05:06:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:27 smithi161 ceph-mon[116604]: pgmap v595: 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-07T05:06:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:29 smithi161 ceph-mon[116604]: pgmap v596: 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-07T05:06:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:29 smithi028 ceph-mon[112123]: pgmap v596: 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-07T05:06:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:29 smithi138 ceph-mon[117003]: pgmap v596: 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-07T05:06:30.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:30.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:30.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:31.522 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:31.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:31.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:31.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:31.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:31 smithi161 ceph-mon[116604]: pgmap v597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T05:06:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:31 smithi028 ceph-mon[112123]: pgmap v597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T05:06:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:31 smithi138 ceph-mon[117003]: pgmap v597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T05:06:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:32 smithi161 ceph-mon[116604]: from='client.29949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:32 smithi028 ceph-mon[112123]: from='client.29949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:32 smithi138 ceph-mon[117003]: from='client.29949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:33 smithi161 ceph-mon[116604]: 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-07T05:06:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:33 smithi028 ceph-mon[112123]: 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-07T05:06:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:33 smithi138 ceph-mon[117003]: 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-07T05:06:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:35 smithi028 ceph-mon[112123]: 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-07T05:06:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:35 smithi138 ceph-mon[117003]: 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-07T05:06:35.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:35 smithi161 ceph-mon[116604]: 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-07T05:06:36.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:36.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:36.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:37.291 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:37.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:37.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:37.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:37.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:37 smithi161 ceph-mon[116604]: 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-07T05:06:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:37 smithi028 ceph-mon[112123]: 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-07T05:06:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:37 smithi138 ceph-mon[117003]: 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-07T05:06:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:38 smithi161 ceph-mon[116604]: from='client.30021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:38 smithi028 ceph-mon[112123]: from='client.30021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:38 smithi138 ceph-mon[117003]: from='client.30021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:39 smithi161 ceph-mon[116604]: 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-07T05:06:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:39 smithi028 ceph-mon[112123]: 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-07T05:06:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:39 smithi138 ceph-mon[117003]: 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-07T05:06:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:41 smithi161 ceph-mon[116604]: 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-07T05:06:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:41 smithi028 ceph-mon[112123]: 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-07T05:06:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:41 smithi138 ceph-mon[117003]: 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-07T05:06:42.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:42.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:42.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:43.064 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:43.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:43.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:43.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:43.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:43 smithi161 ceph-mon[116604]: 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-07T05:06:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:43 smithi028 ceph-mon[112123]: 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-07T05:06:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:43 smithi138 ceph-mon[117003]: 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-07T05:06:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:44 smithi161 ceph-mon[116604]: from='client.30099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:44 smithi028 ceph-mon[112123]: from='client.30099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:44 smithi138 ceph-mon[117003]: from='client.30099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:45 smithi161 ceph-mon[116604]: pgmap v604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:45 smithi028 ceph-mon[112123]: pgmap v604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:45 smithi138 ceph-mon[117003]: pgmap v604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:47 smithi161 ceph-mon[116604]: pgmap v605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:47 smithi028 ceph-mon[112123]: pgmap v605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:47 smithi138 ceph-mon[117003]: pgmap v605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:48.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:48.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:48.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:48.829 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:48.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:48.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:48.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:48.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:49 smithi161 ceph-mon[116604]: pgmap v606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:49 smithi161 ceph-mon[116604]: from='client.30174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:49.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:49 smithi028 ceph-mon[112123]: pgmap v606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:49.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:49 smithi028 ceph-mon[112123]: from='client.30174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:49 smithi138 ceph-mon[117003]: pgmap v606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:49 smithi138 ceph-mon[117003]: from='client.30174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:51 smithi161 ceph-mon[116604]: pgmap v607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:51.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:51 smithi028 ceph-mon[112123]: pgmap v607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:51 smithi138 ceph-mon[117003]: pgmap v607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:06:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:53 smithi161 ceph-mon[116604]: pgmap v608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:53 smithi028 ceph-mon[112123]: pgmap v608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:53 smithi138 ceph-mon[117003]: pgmap v608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:06:53.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:53.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:53.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:54.593 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:06:54.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:06:54.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:06:54.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:06:54.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:06:55.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:55 smithi028 ceph-mon[112123]: from='client.30252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:55 smithi028 ceph-mon[112123]: 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-07T05:06:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:55 smithi138 ceph-mon[117003]: from='client.30252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:55 smithi138 ceph-mon[117003]: 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-07T05:06:55.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:55 smithi161 ceph-mon[116604]: from='client.30252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:06:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:55 smithi161 ceph-mon[116604]: 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-07T05:06:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:57 smithi161 ceph-mon[116604]: pgmap v610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:06:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:57 smithi028 ceph-mon[112123]: pgmap v610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:06:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:57 smithi138 ceph-mon[117003]: pgmap v610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:06:59.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:06:59.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:06:59.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:06:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:06:59 smithi161 ceph-mon[116604]: pgmap v611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:06:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:06:59 smithi028 ceph-mon[112123]: pgmap v611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:06:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:06:59 smithi138 ceph-mon[117003]: pgmap v611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:00.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:00.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:00.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:00.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:00.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:01 smithi161 ceph-mon[116604]: from='client.30327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:01 smithi161 ceph-mon[116604]: pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:01 smithi028 ceph-mon[112123]: from='client.30327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:01 smithi028 ceph-mon[112123]: pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:01 smithi138 ceph-mon[117003]: from='client.30327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:01 smithi138 ceph-mon[117003]: pgmap v612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:03 smithi161 ceph-mon[116604]: pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:03 smithi028 ceph-mon[112123]: pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:03 smithi138 ceph-mon[117003]: pgmap v613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:05.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:05.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:05.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:05 smithi028 ceph-mon[112123]: pgmap v614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:05 smithi138 ceph-mon[117003]: pgmap v614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:05 smithi161 ceph-mon[116604]: pgmap v614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:06.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:06.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:06.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:06.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:06.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:07 smithi161 ceph-mon[116604]: from='client.30399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:07 smithi161 ceph-mon[116604]: 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-07T05:07:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:07 smithi028 ceph-mon[112123]: from='client.30399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:07 smithi028 ceph-mon[112123]: 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-07T05:07:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:07 smithi138 ceph-mon[117003]: from='client.30399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:07 smithi138 ceph-mon[117003]: 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-07T05:07:08.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:07:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:07:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:07:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:09 smithi161 ceph-mon[116604]: 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-07T05:07:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:07:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:07:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:09 smithi028 ceph-mon[112123]: 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-07T05:07:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:07:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:07:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:09 smithi138 ceph-mon[117003]: 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-07T05:07:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:07:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:07:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:07:11.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:11.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:11.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:11.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:11 smithi161 ceph-mon[116604]: 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-07T05:07:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:11 smithi028 ceph-mon[112123]: 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-07T05:07:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:11 smithi138 ceph-mon[117003]: 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-07T05:07:11.915 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:11.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:11.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:11.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:11.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:12 smithi161 ceph-mon[116604]: from='client.30474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:12 smithi028 ceph-mon[112123]: from='client.30474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:12 smithi138 ceph-mon[117003]: from='client.30474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:13 smithi161 ceph-mon[116604]: 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-07T05:07:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:13 smithi028 ceph-mon[112123]: 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-07T05:07:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:13 smithi138 ceph-mon[117003]: 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-07T05:07:15.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:15 smithi028 ceph-mon[112123]: 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-07T05:07:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:15 smithi138 ceph-mon[117003]: 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-07T05:07:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:15 smithi161 ceph-mon[116604]: 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-07T05:07:16.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:16.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:16.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:17 smithi161 ceph-mon[116604]: 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-07T05:07:17.690 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:17.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:17.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:17.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:17.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:17 smithi028 ceph-mon[112123]: 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-07T05:07:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:17 smithi138 ceph-mon[117003]: 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-07T05:07:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:18 smithi161 ceph-mon[116604]: from='client.30549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:18 smithi028 ceph-mon[112123]: from='client.30549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:18 smithi138 ceph-mon[117003]: from='client.30549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:19.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:19 smithi161 ceph-mon[116604]: 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-07T05:07:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:19 smithi028 ceph-mon[112123]: 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-07T05:07:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:19 smithi138 ceph-mon[117003]: 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-07T05:07:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:21 smithi161 ceph-mon[116604]: 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-07T05:07:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:21 smithi028 ceph-mon[112123]: 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-07T05:07:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:21 smithi138 ceph-mon[117003]: 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-07T05:07:22.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:22.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:22.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:23.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:23.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:23.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:23.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:23.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:23 smithi161 ceph-mon[116604]: 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-07T05:07:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:23 smithi028 ceph-mon[112123]: 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-07T05:07:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:23 smithi138 ceph-mon[117003]: 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-07T05:07:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:24 smithi161 ceph-mon[116604]: from='client.30618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:24 smithi028 ceph-mon[112123]: from='client.30618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:24.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:24 smithi138 ceph-mon[117003]: from='client.30618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:25.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:25 smithi161 ceph-mon[116604]: pgmap v624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:07:25.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:25 smithi028 ceph-mon[112123]: pgmap v624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:07:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:25 smithi138 ceph-mon[117003]: pgmap v624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:07:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:27 smithi161 ceph-mon[116604]: pgmap v625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:27 smithi028 ceph-mon[112123]: pgmap v625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:27 smithi138 ceph-mon[117003]: pgmap v625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:28.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:28.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:28.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:29.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:29.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:29.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:29.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:29.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:29 smithi161 ceph-mon[116604]: pgmap v626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:29 smithi028 ceph-mon[112123]: pgmap v626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:29 smithi138 ceph-mon[117003]: pgmap v626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:30 smithi161 ceph-mon[116604]: from='client.30690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:30 smithi028 ceph-mon[112123]: from='client.30690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:30 smithi138 ceph-mon[117003]: from='client.30690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:31 smithi161 ceph-mon[116604]: pgmap v627: 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-07T05:07:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:31 smithi028 ceph-mon[112123]: pgmap v627: 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-07T05:07:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:31 smithi138 ceph-mon[117003]: pgmap v627: 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-07T05:07:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:33 smithi161 ceph-mon[116604]: pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:07:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:33 smithi028 ceph-mon[112123]: pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:07:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:33 smithi138 ceph-mon[117003]: pgmap v628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:07:34.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:34.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:34.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:35.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:35.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:35.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:35.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:35.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:35.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:35 smithi028 ceph-mon[112123]: 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-07T05:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:35 smithi028 ceph-mon[112123]: from='client.30768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:35 smithi138 ceph-mon[117003]: 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-07T05:07:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:35 smithi138 ceph-mon[117003]: from='client.30768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:35.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:35 smithi161 ceph-mon[116604]: 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-07T05:07:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:35 smithi161 ceph-mon[116604]: from='client.30768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:37 smithi161 ceph-mon[116604]: pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:37 smithi028 ceph-mon[112123]: pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:37 smithi138 ceph-mon[117003]: pgmap v630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:39 smithi161 ceph-mon[116604]: pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:39 smithi028 ceph-mon[112123]: pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:39 smithi138 ceph-mon[117003]: pgmap v631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:07:40.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:40.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:40.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:40.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:40.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:40.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:40.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:40.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:41.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:41 smithi161 ceph-mon[116604]: pgmap v632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:41.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:41 smithi161 ceph-mon[116604]: from='client.30846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:41 smithi028 ceph-mon[112123]: pgmap v632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:41.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:41 smithi028 ceph-mon[112123]: from='client.30846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:41 smithi138 ceph-mon[117003]: pgmap v632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:07:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:41 smithi138 ceph-mon[117003]: from='client.30846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:43.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:43 smithi161 ceph-mon[116604]: pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:07:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:43 smithi028 ceph-mon[112123]: pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:07:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:43 smithi138 ceph-mon[117003]: pgmap v633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:07:45.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:45 smithi028 ceph-mon[112123]: pgmap v634: 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-07T05:07:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:45 smithi138 ceph-mon[117003]: pgmap v634: 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-07T05:07:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:45 smithi161 ceph-mon[116604]: pgmap v634: 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-07T05:07:45.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:45.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:45.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:46.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:46.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:46.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:46.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:46.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:47 smithi161 ceph-mon[116604]: from='client.30924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:47 smithi161 ceph-mon[116604]: 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-07T05:07:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:47 smithi028 ceph-mon[112123]: from='client.30924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:47 smithi028 ceph-mon[112123]: 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-07T05:07:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:47 smithi138 ceph-mon[117003]: from='client.30924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:47 smithi138 ceph-mon[117003]: 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-07T05:07:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:49 smithi161 ceph-mon[116604]: 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-07T05:07:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:49 smithi028 ceph-mon[112123]: 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-07T05:07:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:49 smithi138 ceph-mon[117003]: 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-07T05:07:51.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:51.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:51.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:51.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:51 smithi161 ceph-mon[116604]: 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-07T05:07:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:51 smithi028 ceph-mon[112123]: 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-07T05:07:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:51 smithi138 ceph-mon[117003]: 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-07T05:07:52.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:52.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:52.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:52.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:52.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:53 smithi161 ceph-mon[116604]: from='client.30999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:53.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:53 smithi161 ceph-mon[116604]: 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-07T05:07:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:53 smithi028 ceph-mon[112123]: from='client.30999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:53.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:53 smithi028 ceph-mon[112123]: 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-07T05:07:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:53 smithi138 ceph-mon[117003]: from='client.30999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:53 smithi138 ceph-mon[117003]: 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-07T05:07:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:55 smithi138 ceph-mon[117003]: 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-07T05:07:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:55 smithi161 ceph-mon[116604]: 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-07T05:07:55.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:55 smithi028 ceph-mon[112123]: 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-07T05:07:57.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:07:57.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:07:57.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:07:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:57 smithi161 ceph-mon[116604]: 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-07T05:07:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:57 smithi028 ceph-mon[112123]: 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-07T05:07:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:57 smithi138 ceph-mon[117003]: 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-07T05:07:58.086 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:07:58.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:07:58.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:07:58.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:07:58.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:07:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:59 smithi161 ceph-mon[116604]: from='client.31074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:07:59 smithi161 ceph-mon[116604]: 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-07T05:07:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:59 smithi028 ceph-mon[112123]: from='client.31074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:07:59 smithi028 ceph-mon[112123]: 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-07T05:07:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:59 smithi138 ceph-mon[117003]: from='client.31074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:07:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:07:59 smithi138 ceph-mon[117003]: 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-07T05:08:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:01 smithi161 ceph-mon[116604]: 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-07T05:08:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:01 smithi028 ceph-mon[112123]: 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-07T05:08:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:01 smithi138 ceph-mon[117003]: 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-07T05:08:03.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:03.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:03.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:03 smithi161 ceph-mon[116604]: 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-07T05:08:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:03 smithi028 ceph-mon[112123]: 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-07T05:08:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:03 smithi138 ceph-mon[117003]: 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-07T05:08:03.863 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:03.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:03.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:03.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:03.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:04 smithi161 ceph-mon[116604]: from='client.31152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:04 smithi028 ceph-mon[112123]: from='client.31152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:04 smithi138 ceph-mon[117003]: from='client.31152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:05 smithi161 ceph-mon[116604]: pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:08:05.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:05 smithi028 ceph-mon[112123]: pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:08:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:05 smithi138 ceph-mon[117003]: pgmap v644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:08:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:07 smithi161 ceph-mon[116604]: pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:08:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:07 smithi028 ceph-mon[112123]: pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:08:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:07 smithi138 ceph-mon[117003]: pgmap v645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:08:08.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:08.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:08.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:09 smithi161 ceph-mon[116604]: pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:08:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:08:09.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:09.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:09.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:09.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:09.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:09 smithi028 ceph-mon[112123]: pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:08:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:08:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:09 smithi138 ceph-mon[117003]: pgmap v646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:08:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:08:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:10 smithi161 ceph-mon[116604]: from='client.31227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:08:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:08:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:08:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:10 smithi028 ceph-mon[112123]: from='client.31227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:08:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:08:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:08:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:10 smithi138 ceph-mon[117003]: from='client.31227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:08:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:08:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:08:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:11 smithi161 ceph-mon[116604]: 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-07T05:08:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:11 smithi028 ceph-mon[112123]: 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-07T05:08:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:11 smithi138 ceph-mon[117003]: 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-07T05:08:13.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:13 smithi161 ceph-mon[116604]: 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-07T05:08:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:13 smithi028 ceph-mon[112123]: 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-07T05:08:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:13 smithi138 ceph-mon[117003]: 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-07T05:08:14.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:14.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:14.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:15.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:15 smithi138 ceph-mon[117003]: 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-07T05:08:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:15 smithi161 ceph-mon[116604]: 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-07T05:08:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:15 smithi028 ceph-mon[112123]: 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-07T05:08:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:16 smithi138 ceph-mon[117003]: from='client.31293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:16 smithi161 ceph-mon[116604]: from='client.31293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:16 smithi028 ceph-mon[112123]: from='client.31293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:17 smithi138 ceph-mon[117003]: pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:08:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:17 smithi161 ceph-mon[116604]: pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:08:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:17 smithi028 ceph-mon[112123]: pgmap v650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:08:19.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:19 smithi161 ceph-mon[116604]: pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:08:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:19 smithi028 ceph-mon[112123]: pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:08:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:19 smithi138 ceph-mon[117003]: pgmap v651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:08:20.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:20.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:20.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:21.227 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:21.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:21.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:21.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:21.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:21 smithi161 ceph-mon[116604]: pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:08:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:21 smithi028 ceph-mon[112123]: pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:08:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:21 smithi138 ceph-mon[117003]: pgmap v652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:08:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:22 smithi161 ceph-mon[116604]: from='client.31368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:22 smithi028 ceph-mon[112123]: from='client.31368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:22 smithi138 ceph-mon[117003]: from='client.31368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:23 smithi161 ceph-mon[116604]: 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-07T05:08:23.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:23 smithi028 ceph-mon[112123]: 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-07T05:08:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:23 smithi138 ceph-mon[117003]: 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-07T05:08:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:25 smithi138 ceph-mon[117003]: 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-07T05:08:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:25 smithi161 ceph-mon[116604]: 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-07T05:08:25.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:25 smithi028 ceph-mon[112123]: 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-07T05:08:26.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:26.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:26.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:26.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:26.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:26.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:26.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:26.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:27 smithi161 ceph-mon[116604]: 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-07T05:08:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:27 smithi161 ceph-mon[116604]: from='client.31446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:27 smithi028 ceph-mon[112123]: 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-07T05:08:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:27 smithi028 ceph-mon[112123]: from='client.31446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:27 smithi138 ceph-mon[117003]: 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-07T05:08:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:27 smithi138 ceph-mon[117003]: from='client.31446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:29 smithi161 ceph-mon[116604]: 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-07T05:08:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:29 smithi028 ceph-mon[112123]: 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-07T05:08:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:29 smithi138 ceph-mon[117003]: 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-07T05:08:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:31 smithi161 ceph-mon[116604]: 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-07T05:08:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:31 smithi028 ceph-mon[112123]: 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-07T05:08:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:31 smithi138 ceph-mon[117003]: 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-07T05:08:31.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:31.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:31.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:32.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:32.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:32.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:32.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:32.763 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:33.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:33 smithi161 ceph-mon[116604]: 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-07T05:08:33.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:33 smithi161 ceph-mon[116604]: from='client.31521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:33 smithi028 ceph-mon[112123]: 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-07T05:08:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:33 smithi028 ceph-mon[112123]: from='client.31521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:33 smithi138 ceph-mon[117003]: 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-07T05:08:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:33 smithi138 ceph-mon[117003]: from='client.31521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:35 smithi138 ceph-mon[117003]: 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-07T05:08:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:35 smithi161 ceph-mon[116604]: 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-07T05:08:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:35 smithi028 ceph-mon[112123]: 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-07T05:08:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:37 smithi161 ceph-mon[116604]: 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-07T05:08:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:37 smithi028 ceph-mon[112123]: 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-07T05:08:37.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:37.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:37.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:37 smithi138 ceph-mon[117003]: 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-07T05:08:38.546 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:38.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:38.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:38.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:38.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:39.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:39 smithi161 ceph-mon[116604]: from='client.31599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:39.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:39 smithi161 ceph-mon[116604]: 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-07T05:08:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:39 smithi028 ceph-mon[112123]: from='client.31599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:39.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:39 smithi028 ceph-mon[112123]: 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-07T05:08:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:39 smithi138 ceph-mon[117003]: from='client.31599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:39 smithi138 ceph-mon[117003]: 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-07T05:08:41.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:41 smithi161 ceph-mon[116604]: 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-07T05:08:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:41 smithi028 ceph-mon[112123]: 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-07T05:08:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:41 smithi138 ceph-mon[117003]: 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-07T05:08:43.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:43.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:43.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:43 smithi161 ceph-mon[116604]: 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-07T05:08:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:43 smithi028 ceph-mon[112123]: 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-07T05:08:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:43 smithi138 ceph-mon[117003]: 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-07T05:08:44.329 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:44.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:44.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:44.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:44.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:45 smithi138 ceph-mon[117003]: from='client.31677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:45 smithi138 ceph-mon[117003]: pgmap v664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:08:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:45 smithi161 ceph-mon[116604]: from='client.31677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:45 smithi161 ceph-mon[116604]: pgmap v664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:08:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:45 smithi028 ceph-mon[112123]: from='client.31677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:45 smithi028 ceph-mon[112123]: pgmap v664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:08:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:47 smithi161 ceph-mon[116604]: pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:08:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:47 smithi028 ceph-mon[112123]: pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:08:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:47 smithi138 ceph-mon[117003]: pgmap v665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:08:49.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:49.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:49.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:49 smithi161 ceph-mon[116604]: pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:08:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:49 smithi028 ceph-mon[112123]: pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:08:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:49 smithi138 ceph-mon[117003]: pgmap v666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:08:50.101 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:50.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:50.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:50.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:50.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:51.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:51 smithi161 ceph-mon[116604]: from='client.31752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:51.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:51 smithi161 ceph-mon[116604]: 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-07T05:08:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:51 smithi028 ceph-mon[112123]: from='client.31752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:51.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:51 smithi028 ceph-mon[112123]: 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-07T05:08:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:51 smithi138 ceph-mon[117003]: from='client.31752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:51 smithi138 ceph-mon[117003]: 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-07T05:08:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:53 smithi161 ceph-mon[116604]: 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-07T05:08:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:53 smithi028 ceph-mon[112123]: 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-07T05:08:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:53 smithi138 ceph-mon[117003]: 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-07T05:08:55.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:08:55.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:08:55.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:08:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:55 smithi138 ceph-mon[117003]: 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-07T05:08:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:55 smithi161 ceph-mon[116604]: 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-07T05:08:55.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:55 smithi028 ceph-mon[112123]: 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-07T05:08:55.875 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:08:55.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:08:55.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:08:55.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:08:55.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:08:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:56 smithi138 ceph-mon[117003]: from='client.31824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:56 smithi161 ceph-mon[116604]: from='client.31824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:56 smithi028 ceph-mon[112123]: from='client.31824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:08:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:57 smithi138 ceph-mon[117003]: pgmap v670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:08:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:57 smithi161 ceph-mon[116604]: pgmap v670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:08:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:57 smithi028 ceph-mon[112123]: pgmap v670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:08:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:08:59 smithi161 ceph-mon[116604]: pgmap v671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:08:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:08:59 smithi028 ceph-mon[112123]: pgmap v671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:08:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:08:59 smithi138 ceph-mon[117003]: pgmap v671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:09:00.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:00.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:00.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:01.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:01.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:01.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:01.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:01.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:01 smithi161 ceph-mon[116604]: pgmap v672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:09:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:01 smithi028 ceph-mon[112123]: pgmap v672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:09:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:01 smithi138 ceph-mon[117003]: pgmap v672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:09:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:02 smithi161 ceph-mon[116604]: from='client.31899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:02 smithi028 ceph-mon[112123]: from='client.31899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:02 smithi138 ceph-mon[117003]: from='client.31899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:03 smithi161 ceph-mon[116604]: 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-07T05:09:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:03 smithi028 ceph-mon[112123]: 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-07T05:09:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:03 smithi138 ceph-mon[117003]: 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-07T05:09:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:05 smithi138 ceph-mon[117003]: 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-07T05:09:05.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:05 smithi161 ceph-mon[116604]: 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-07T05:09:05.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:05 smithi028 ceph-mon[112123]: 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-07T05:09:06.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:06.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:06.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:07.408 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:07.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:07.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:07.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:07.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:07 smithi161 ceph-mon[116604]: 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-07T05:09:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:07 smithi028 ceph-mon[112123]: 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-07T05:09:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:07 smithi138 ceph-mon[117003]: 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-07T05:09:08.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:08 smithi161 ceph-mon[116604]: from='client.31971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:08 smithi028 ceph-mon[112123]: from='client.31971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:08 smithi138 ceph-mon[117003]: from='client.31971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:09 smithi161 ceph-mon[116604]: 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-07T05:09:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:09 smithi028 ceph-mon[112123]: 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-07T05:09:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:09 smithi138 ceph-mon[117003]: 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-07T05:09:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:09:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:09:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:09:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:09:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:09:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:09:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:09:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:09:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:09:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:11 smithi161 ceph-mon[116604]: 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-07T05:09:11.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:09:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:11 smithi028 ceph-mon[112123]: 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-07T05:09:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:09:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:11 smithi138 ceph-mon[117003]: 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-07T05:09:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:09:12.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:12.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:12.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:13.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:13.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:13.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:13.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:13.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:13 smithi161 ceph-mon[116604]: 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-07T05:09:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:13 smithi028 ceph-mon[112123]: 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-07T05:09:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:13 smithi138 ceph-mon[117003]: 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-07T05:09:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:14 smithi161 ceph-mon[116604]: from='client.32049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:14 smithi028 ceph-mon[112123]: from='client.32049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:14 smithi138 ceph-mon[117003]: from='client.32049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:15 smithi161 ceph-mon[116604]: 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-07T05:09:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:15 smithi028 ceph-mon[112123]: 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-07T05:09:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:15 smithi138 ceph-mon[117003]: 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-07T05:09:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:17 smithi161 ceph-mon[116604]: 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-07T05:09:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:17 smithi028 ceph-mon[112123]: 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-07T05:09:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:17 smithi138 ceph-mon[117003]: 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-07T05:09:18.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:18.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:18.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:18.940 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:18.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:18.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:18.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:18.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:19 smithi161 ceph-mon[116604]: 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-07T05:09:19.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:19 smithi161 ceph-mon[116604]: from='client.32124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:19 smithi028 ceph-mon[112123]: 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-07T05:09:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:19 smithi028 ceph-mon[112123]: from='client.32124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:19 smithi138 ceph-mon[117003]: 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-07T05:09:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:19 smithi138 ceph-mon[117003]: from='client.32124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:21 smithi028 ceph-mon[112123]: 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-07T05:09:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:21 smithi138 ceph-mon[117003]: 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-07T05:09:21.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:21 smithi161 ceph-mon[116604]: 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-07T05:09:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:23 smithi028 ceph-mon[112123]: 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-07T05:09:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:23 smithi138 ceph-mon[117003]: 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-07T05:09:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:23 smithi161 ceph-mon[116604]: 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-07T05:09:23.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:23.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:23.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:24.706 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:24.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:24.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:24.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:24.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:25 smithi138 ceph-mon[117003]: from='client.32199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:25.578 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:25 smithi138 ceph-mon[117003]: 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-07T05:09:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:25 smithi161 ceph-mon[116604]: from='client.32199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:25 smithi161 ceph-mon[116604]: 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-07T05:09:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:25 smithi028 ceph-mon[112123]: from='client.32199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:25 smithi028 ceph-mon[112123]: 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-07T05:09:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:27 smithi161 ceph-mon[116604]: 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-07T05:09:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:27 smithi028 ceph-mon[112123]: 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-07T05:09:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:27 smithi138 ceph-mon[117003]: 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-07T05:09:29.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:29 smithi161 ceph-mon[116604]: 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-07T05:09:29.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:29.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:29.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:29 smithi028 ceph-mon[112123]: 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-07T05:09:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:29 smithi138 ceph-mon[117003]: 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-07T05:09:30.472 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:30.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:30.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:30.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:30.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:31 smithi161 ceph-mon[116604]: from='client.32271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:31 smithi161 ceph-mon[116604]: 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-07T05:09:31.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:31 smithi028 ceph-mon[112123]: from='client.32271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:31.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:31 smithi028 ceph-mon[112123]: 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-07T05:09:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:31 smithi138 ceph-mon[117003]: from='client.32271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:31 smithi138 ceph-mon[117003]: 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-07T05:09:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:33 smithi161 ceph-mon[116604]: 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-07T05:09:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:33 smithi028 ceph-mon[112123]: 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-07T05:09:33.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:33 smithi138 ceph-mon[117003]: 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-07T05:09:35.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:35.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:35.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:35 smithi138 ceph-mon[117003]: 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-07T05:09:35.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:35 smithi161 ceph-mon[116604]: 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-07T05:09:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:35 smithi028 ceph-mon[112123]: 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-07T05:09:37.282 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:37.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:37.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:37.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:37.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:37 smithi161 ceph-mon[116604]: from='client.32349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:37 smithi161 ceph-mon[116604]: 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-07T05:09:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:37 smithi028 ceph-mon[112123]: from='client.32349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:37 smithi028 ceph-mon[112123]: 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-07T05:09:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:37 smithi138 ceph-mon[117003]: from='client.32349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:37 smithi138 ceph-mon[117003]: 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-07T05:09:39.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:39 smithi161 ceph-mon[116604]: 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-07T05:09:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:39 smithi028 ceph-mon[112123]: 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-07T05:09:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:39 smithi138 ceph-mon[117003]: 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-07T05:09:41.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:41 smithi161 ceph-mon[116604]: 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-07T05:09:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:41 smithi028 ceph-mon[112123]: 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-07T05:09:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:41 smithi138 ceph-mon[117003]: 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-07T05:09:42.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:42.284 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:42.284 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:43.068 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:43.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:43.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:43.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:43.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:43.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:43 smithi161 ceph-mon[116604]: 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-07T05:09:43.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:43 smithi161 ceph-mon[116604]: from='client.32427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:43 smithi028 ceph-mon[112123]: 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-07T05:09:43.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:43 smithi028 ceph-mon[112123]: from='client.32427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:43 smithi138 ceph-mon[117003]: 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-07T05:09:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:43 smithi138 ceph-mon[117003]: from='client.32427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:45 smithi138 ceph-mon[117003]: 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-07T05:09:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:45 smithi161 ceph-mon[116604]: 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-07T05:09:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:45 smithi028 ceph-mon[112123]: 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-07T05:09:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:47 smithi161 ceph-mon[116604]: 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-07T05:09:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:47 smithi028 ceph-mon[112123]: 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-07T05:09:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:47 smithi138 ceph-mon[117003]: 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-07T05:09:48.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:48.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:48.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:48.850 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:48.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:48.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:48.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:48.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:49 smithi161 ceph-mon[116604]: 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-07T05:09:49.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:49 smithi161 ceph-mon[116604]: from='client.32502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:49.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:49 smithi028 ceph-mon[112123]: 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-07T05:09:49.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:49 smithi028 ceph-mon[112123]: from='client.32502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:49 smithi138 ceph-mon[117003]: 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-07T05:09:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:49 smithi138 ceph-mon[117003]: from='client.32502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:51 smithi161 ceph-mon[116604]: 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-07T05:09:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:51 smithi028 ceph-mon[112123]: 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-07T05:09:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:51 smithi138 ceph-mon[117003]: 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-07T05:09:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:53 smithi161 ceph-mon[116604]: 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-07T05:09:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:53 smithi028 ceph-mon[112123]: 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-07T05:09:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:53 smithi138 ceph-mon[117003]: 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-07T05:09:53.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:53.850 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:53.850 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:54.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:09:54.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:09:54.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:09:54.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:09:54.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:09:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:55 smithi138 ceph-mon[117003]: from='client.32574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:55 smithi138 ceph-mon[117003]: pgmap v699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:09:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:55 smithi161 ceph-mon[116604]: from='client.32574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:55 smithi161 ceph-mon[116604]: pgmap v699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:09:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:55 smithi028 ceph-mon[112123]: from='client.32574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:09:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:55 smithi028 ceph-mon[112123]: pgmap v699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:09:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:57 smithi161 ceph-mon[116604]: pgmap v700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:09:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:57 smithi028 ceph-mon[112123]: pgmap v700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:09:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:57 smithi138 ceph-mon[117003]: pgmap v700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:09:59.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:09:59.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:09:59.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:09:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:09:59 smithi161 ceph-mon[116604]: pgmap v701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:09:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:09:59 smithi028 ceph-mon[112123]: pgmap v701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:09:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:09:59 smithi138 ceph-mon[117003]: pgmap v701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:00.371 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:00.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:00.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:00.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:00.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:00.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T05:10:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T05:10:00.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T05:10:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:01 smithi161 ceph-mon[116604]: from='client.32652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:01 smithi161 ceph-mon[116604]: pgmap v702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:01 smithi028 ceph-mon[112123]: from='client.32652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:01 smithi028 ceph-mon[112123]: pgmap v702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:01 smithi138 ceph-mon[117003]: from='client.32652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:01 smithi138 ceph-mon[117003]: pgmap v702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:03.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:03 smithi161 ceph-mon[116604]: pgmap v703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:03 smithi028 ceph-mon[112123]: pgmap v703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:03 smithi138 ceph-mon[117003]: pgmap v703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:05.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:05.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:05.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:05 smithi138 ceph-mon[117003]: 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-07T05:10:05.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:05 smithi161 ceph-mon[116604]: 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-07T05:10:05.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:05 smithi028 ceph-mon[112123]: 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-07T05:10:06.133 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:06.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:06.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:06.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:06.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:07.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:07 smithi161 ceph-mon[116604]: from='client.32727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:07 smithi161 ceph-mon[116604]: pgmap v705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:07 smithi028 ceph-mon[112123]: from='client.32727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:07 smithi028 ceph-mon[112123]: pgmap v705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:07 smithi138 ceph-mon[117003]: from='client.32727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:07 smithi138 ceph-mon[117003]: pgmap v705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:09.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:09 smithi161 ceph-mon[116604]: pgmap v706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:09 smithi028 ceph-mon[112123]: pgmap v706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:09 smithi138 ceph-mon[117003]: pgmap v706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:11.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:11.135 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:11.135 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:11.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:11 smithi161 ceph-mon[116604]: pgmap v707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:11.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:10:11.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:10:11.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:10:11.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:10:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:11 smithi028 ceph-mon[112123]: pgmap v707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:10:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:10:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:10:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:10:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:11 smithi138 ceph-mon[117003]: pgmap v707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:10:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:10:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:10:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:10:11.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:11.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:11.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:11.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:11.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:12 smithi028 ceph-mon[112123]: from='client.32805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:12 smithi138 ceph-mon[117003]: from='client.32805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:12 smithi161 ceph-mon[116604]: from='client.32805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:13.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:13 smithi028 ceph-mon[112123]: pgmap v708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:13 smithi138 ceph-mon[117003]: pgmap v708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:13.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:13 smithi161 ceph-mon[116604]: pgmap v708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:15 smithi138 ceph-mon[117003]: pgmap v709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:15 smithi161 ceph-mon[116604]: pgmap v709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:15 smithi028 ceph-mon[112123]: pgmap v709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:16.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:16.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:16.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:17.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:17.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:17.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:17.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:17.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:17 smithi161 ceph-mon[116604]: 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-07T05:10:17.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:17 smithi028 ceph-mon[112123]: 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-07T05:10:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:17 smithi138 ceph-mon[117003]: 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-07T05:10:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:18 smithi161 ceph-mon[116604]: from='client.32880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:18 smithi028 ceph-mon[112123]: from='client.32880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:18 smithi138 ceph-mon[117003]: from='client.32880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:19.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:19 smithi161 ceph-mon[116604]: 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-07T05:10:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:19 smithi028 ceph-mon[112123]: 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-07T05:10:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:19 smithi138 ceph-mon[117003]: 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-07T05:10:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:21 smithi028 ceph-mon[112123]: 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-07T05:10:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:21 smithi138 ceph-mon[117003]: 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-07T05:10:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:21 smithi161 ceph-mon[116604]: 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-07T05:10:22.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:22.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:22.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:23.458 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:23.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:23.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:23.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:23.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:23.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:23 smithi028 ceph-mon[112123]: 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-07T05:10:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:23 smithi138 ceph-mon[117003]: 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-07T05:10:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:23 smithi161 ceph-mon[116604]: 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-07T05:10:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:24 smithi028 ceph-mon[112123]: from='client.32958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:24.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:24 smithi138 ceph-mon[117003]: from='client.32958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:24 smithi161 ceph-mon[116604]: from='client.32958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:25.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:25 smithi028 ceph-mon[112123]: 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-07T05:10:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:25 smithi138 ceph-mon[117003]: 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-07T05:10:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:25 smithi161 ceph-mon[116604]: 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-07T05:10:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:27 smithi028 ceph-mon[112123]: 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-07T05:10:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:27 smithi138 ceph-mon[117003]: 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-07T05:10:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:27 smithi161 ceph-mon[116604]: 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-07T05:10:28.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:28.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:28.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:29.232 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:29.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:29.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:29.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:29.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:29 smithi028 ceph-mon[112123]: 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-07T05:10:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:29 smithi138 ceph-mon[117003]: 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-07T05:10:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:29 smithi161 ceph-mon[116604]: 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-07T05:10:30.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:30 smithi028 ceph-mon[112123]: from='client.33033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:30 smithi138 ceph-mon[117003]: from='client.33033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:30.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:30 smithi161 ceph-mon[116604]: from='client.33033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:31.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:31 smithi028 ceph-mon[112123]: pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T05:10:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:31 smithi138 ceph-mon[117003]: pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T05:10:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:31 smithi161 ceph-mon[116604]: pgmap v717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T05:10:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:33 smithi028 ceph-mon[112123]: pgmap v718: 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-07T05:10:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:33 smithi138 ceph-mon[117003]: pgmap v718: 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-07T05:10:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:33 smithi161 ceph-mon[116604]: pgmap v718: 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-07T05:10:34.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:34.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:34.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:35.003 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:35.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:35.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:35.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:35.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:35 smithi138 ceph-mon[117003]: pgmap v719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:35 smithi138 ceph-mon[117003]: from='client.33108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:35 smithi161 ceph-mon[116604]: pgmap v719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:35 smithi161 ceph-mon[116604]: from='client.33108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:35 smithi028 ceph-mon[112123]: pgmap v719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:35 smithi028 ceph-mon[112123]: from='client.33108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:37 smithi161 ceph-mon[116604]: pgmap v720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:37 smithi028 ceph-mon[112123]: pgmap v720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:37 smithi138 ceph-mon[117003]: pgmap v720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:39.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:39 smithi028 ceph-mon[112123]: pgmap v721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:39 smithi138 ceph-mon[117003]: pgmap v721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:39 smithi161 ceph-mon[116604]: pgmap v721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:10:40.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:40.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:40.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:40.765 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:40.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:40.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:40.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:40.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:41.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:41 smithi028 ceph-mon[112123]: pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:41.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:41 smithi028 ceph-mon[112123]: from='client.33186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:41 smithi138 ceph-mon[117003]: pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:41 smithi138 ceph-mon[117003]: from='client.33186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:41 smithi161 ceph-mon[116604]: pgmap v722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:41 smithi161 ceph-mon[116604]: from='client.33186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:43.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:43 smithi028 ceph-mon[112123]: pgmap v723: 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-07T05:10:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:43 smithi138 ceph-mon[117003]: pgmap v723: 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-07T05:10:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:43 smithi161 ceph-mon[116604]: pgmap v723: 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-07T05:10:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:45 smithi138 ceph-mon[117003]: pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T05:10:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:45 smithi161 ceph-mon[116604]: pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T05:10:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:45 smithi028 ceph-mon[112123]: pgmap v724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T05:10:45.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:45.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:45.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:46.533 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:46.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:46.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:46.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:46.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:47 smithi161 ceph-mon[116604]: from='client.33261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:47 smithi161 ceph-mon[116604]: pgmap v725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:47 smithi028 ceph-mon[112123]: from='client.33261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:47 smithi028 ceph-mon[112123]: pgmap v725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:47 smithi138 ceph-mon[117003]: from='client.33261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:47 smithi138 ceph-mon[117003]: pgmap v725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:49.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:49 smithi028 ceph-mon[112123]: pgmap v726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:49 smithi138 ceph-mon[117003]: pgmap v726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:49 smithi161 ceph-mon[116604]: pgmap v726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:51.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:51.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:51.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:51 smithi028 ceph-mon[112123]: pgmap v727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:51 smithi138 ceph-mon[117003]: pgmap v727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:51 smithi161 ceph-mon[116604]: pgmap v727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:52.293 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:52.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:52.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:52.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:52.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:53.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:53 smithi028 ceph-mon[112123]: from='client.33339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:53.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:53 smithi028 ceph-mon[112123]: pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:53 smithi138 ceph-mon[117003]: from='client.33339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:53 smithi138 ceph-mon[117003]: pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:53 smithi161 ceph-mon[116604]: from='client.33339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:53 smithi161 ceph-mon[116604]: pgmap v728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:10:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:55 smithi138 ceph-mon[117003]: pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:55 smithi161 ceph-mon[116604]: pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:55 smithi028 ceph-mon[112123]: pgmap v729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:10:57.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:10:57.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:10:57.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:10:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:57 smithi028 ceph-mon[112123]: 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-07T05:10:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:57 smithi138 ceph-mon[117003]: 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-07T05:10:57.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:57 smithi161 ceph-mon[116604]: 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-07T05:10:58.066 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:10:58.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:10:58.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:10:58.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:10:58.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:10:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:58 smithi028 ceph-mon[112123]: from='client.33411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:58.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:58 smithi138 ceph-mon[117003]: from='client.33411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:58.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:58 smithi161 ceph-mon[116604]: from='client.33411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:10:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:10:59 smithi028 ceph-mon[112123]: 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-07T05:10:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:10:59 smithi138 ceph-mon[117003]: 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-07T05:10:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:10:59 smithi161 ceph-mon[116604]: 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-07T05:11:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:01 smithi028 ceph-mon[112123]: 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-07T05:11:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:01 smithi138 ceph-mon[117003]: 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-07T05:11:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:01 smithi161 ceph-mon[116604]: 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-07T05:11:03.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:03.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:03.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:03 smithi028 ceph-mon[112123]: 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-07T05:11:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:03 smithi138 ceph-mon[117003]: 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-07T05:11:03.829 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:03.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:03.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:03.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:03.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:03 smithi161 ceph-mon[116604]: 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-07T05:11:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:04 smithi028 ceph-mon[112123]: from='client.33486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:04 smithi138 ceph-mon[117003]: from='client.33486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:04.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:04 smithi161 ceph-mon[116604]: from='client.33486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:05 smithi028 ceph-mon[112123]: 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-07T05:11:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:05 smithi138 ceph-mon[117003]: 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-07T05:11:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:05 smithi161 ceph-mon[116604]: 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-07T05:11:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:07 smithi028 ceph-mon[112123]: 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-07T05:11:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:07 smithi138 ceph-mon[117003]: 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-07T05:11:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:07 smithi161 ceph-mon[116604]: 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-07T05:11:08.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:08.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:08.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:09.606 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:09.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:09.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:09.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:09.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:09 smithi028 ceph-mon[112123]: 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-07T05:11:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:09 smithi138 ceph-mon[117003]: 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-07T05:11:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:09 smithi161 ceph-mon[116604]: 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-07T05:11:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:10 smithi028 ceph-mon[112123]: from='client.33561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:10 smithi138 ceph-mon[117003]: from='client.33561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:10.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:10 smithi161 ceph-mon[116604]: from='client.33561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:11 smithi138 ceph-mon[117003]: pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:11:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:11 smithi161 ceph-mon[116604]: pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:11:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:11 smithi028 ceph-mon[112123]: pgmap v737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:11:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:11:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:11:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:11:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:11:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:11:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:11:12.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:11:12.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:11:12.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:11:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:13 smithi138 ceph-mon[117003]: pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:13 smithi161 ceph-mon[116604]: pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:13 smithi028 ceph-mon[112123]: pgmap v738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:14.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:14.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:14.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:15.387 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:15.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:15.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:15.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:15.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:15 smithi138 ceph-mon[117003]: pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:15 smithi161 ceph-mon[116604]: pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:15 smithi028 ceph-mon[112123]: pgmap v739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:16 smithi138 ceph-mon[117003]: from='client.33636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:16 smithi161 ceph-mon[116604]: from='client.33636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:16 smithi028 ceph-mon[112123]: from='client.33636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:17 smithi138 ceph-mon[117003]: pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:17 smithi161 ceph-mon[116604]: pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:17.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:17 smithi028 ceph-mon[112123]: pgmap v740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:19 smithi028 ceph-mon[112123]: pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:19 smithi138 ceph-mon[117003]: pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:19 smithi161 ceph-mon[116604]: pgmap v741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:20.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:20.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:20.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:21.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:21.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:21.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:21.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:21.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:21 smithi028 ceph-mon[112123]: pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:21 smithi138 ceph-mon[117003]: pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:21 smithi161 ceph-mon[116604]: pgmap v742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:22 smithi028 ceph-mon[112123]: from='client.33714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:22 smithi138 ceph-mon[117003]: from='client.33714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:22 smithi161 ceph-mon[116604]: from='client.33714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:23 smithi028 ceph-mon[112123]: pgmap v743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:23 smithi138 ceph-mon[117003]: pgmap v743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:23 smithi161 ceph-mon[116604]: pgmap v743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:25 smithi138 ceph-mon[117003]: pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:11:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:25 smithi161 ceph-mon[116604]: pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:11:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:25 smithi028 ceph-mon[112123]: pgmap v744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:11:26.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:26.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:26.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:26.947 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:26.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:26.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:26.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:26.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:27 smithi028 ceph-mon[112123]: pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:27 smithi028 ceph-mon[112123]: from='client.33792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:27 smithi138 ceph-mon[117003]: pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:27 smithi138 ceph-mon[117003]: from='client.33792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:27 smithi161 ceph-mon[116604]: pgmap v745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:27 smithi161 ceph-mon[116604]: from='client.33792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:29.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:29 smithi028 ceph-mon[112123]: pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:29 smithi138 ceph-mon[117003]: pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:29 smithi161 ceph-mon[116604]: pgmap v746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:31.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:31 smithi028 ceph-mon[112123]: pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:11:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:31 smithi138 ceph-mon[117003]: pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:11:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:31 smithi161 ceph-mon[116604]: pgmap v747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:11:31.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:31.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:31.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:32.728 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:32.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:32.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:32.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:32.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:33 smithi028 ceph-mon[112123]: from='client.33867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:33 smithi028 ceph-mon[112123]: pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:33 smithi138 ceph-mon[117003]: from='client.33867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:33 smithi138 ceph-mon[117003]: pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:33 smithi161 ceph-mon[116604]: from='client.33867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:33 smithi161 ceph-mon[116604]: pgmap v748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:35 smithi138 ceph-mon[117003]: pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:11:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:35 smithi161 ceph-mon[116604]: pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:11:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:35 smithi028 ceph-mon[112123]: pgmap v749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:11:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:37 smithi028 ceph-mon[112123]: 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-07T05:11:37.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:37.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:37.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:37 smithi138 ceph-mon[117003]: 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-07T05:11:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:37 smithi161 ceph-mon[116604]: 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-07T05:11:38.496 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:38.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:38.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:38.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:38.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:39.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:39 smithi028 ceph-mon[112123]: from='client.33939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:39.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:39 smithi028 ceph-mon[112123]: 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-07T05:11:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:39 smithi138 ceph-mon[117003]: from='client.33939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:39 smithi138 ceph-mon[117003]: 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-07T05:11:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:39 smithi161 ceph-mon[116604]: from='client.33939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:39 smithi161 ceph-mon[116604]: 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-07T05:11:41.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:41 smithi028 ceph-mon[112123]: 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-07T05:11:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:41 smithi138 ceph-mon[117003]: 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-07T05:11:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:41 smithi161 ceph-mon[116604]: 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-07T05:11:43.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:43.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:43.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:43.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:43 smithi028 ceph-mon[112123]: 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-07T05:11:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:43 smithi138 ceph-mon[117003]: 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-07T05:11:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:43 smithi161 ceph-mon[116604]: 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-07T05:11:44.281 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:44.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:44.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:44.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:44.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:45 smithi138 ceph-mon[117003]: from='client.34011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:45 smithi138 ceph-mon[117003]: pgmap v754: 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-07T05:11:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:45 smithi161 ceph-mon[116604]: from='client.34011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:45 smithi161 ceph-mon[116604]: pgmap v754: 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-07T05:11:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:45 smithi028 ceph-mon[112123]: from='client.34011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:45 smithi028 ceph-mon[112123]: pgmap v754: 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-07T05:11:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:47 smithi028 ceph-mon[112123]: pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:47 smithi138 ceph-mon[117003]: pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:47 smithi161 ceph-mon[116604]: pgmap v755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:49.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:49.284 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:49.284 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:49 smithi028 ceph-mon[112123]: pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:49 smithi138 ceph-mon[117003]: pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:49 smithi161 ceph-mon[116604]: pgmap v756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:50.058 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:50.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:50.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:50.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:50.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:50 smithi028 ceph-mon[112123]: from='client.34086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:50.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:50 smithi138 ceph-mon[117003]: from='client.34086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:50.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:50 smithi161 ceph-mon[116604]: from='client.34086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:51.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:51 smithi028 ceph-mon[112123]: pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:51 smithi138 ceph-mon[117003]: pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:51 smithi161 ceph-mon[116604]: pgmap v757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:53.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:53 smithi028 ceph-mon[112123]: pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:53 smithi138 ceph-mon[117003]: pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:53.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:53 smithi161 ceph-mon[116604]: pgmap v758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:11:55.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:11:55.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:11:55.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:11:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:55 smithi138 ceph-mon[117003]: pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:55 smithi161 ceph-mon[116604]: pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:55.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:55 smithi028 ceph-mon[112123]: pgmap v759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:11:55.819 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:11:55.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:11:55.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:11:55.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:11:55.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:11:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:56 smithi138 ceph-mon[117003]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:56 smithi161 ceph-mon[116604]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:56 smithi028 ceph-mon[112123]: from='client.34161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:11:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:57 smithi138 ceph-mon[117003]: pgmap v760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:57 smithi161 ceph-mon[116604]: pgmap v760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:57 smithi028 ceph-mon[112123]: pgmap v760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:11:59 smithi028 ceph-mon[112123]: pgmap v761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:11:59 smithi138 ceph-mon[117003]: pgmap v761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:11:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:11:59 smithi161 ceph-mon[116604]: pgmap v761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:12:00.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:00.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:00.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:01.589 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:01.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:01.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:01.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:01.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:01 smithi028 ceph-mon[112123]: pgmap v762: 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-07T05:12:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:01 smithi138 ceph-mon[117003]: pgmap v762: 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-07T05:12:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:01 smithi161 ceph-mon[116604]: pgmap v762: 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-07T05:12:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:02 smithi028 ceph-mon[112123]: from='client.34233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:02 smithi138 ceph-mon[117003]: from='client.34233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:02 smithi161 ceph-mon[116604]: from='client.34233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:03 smithi028 ceph-mon[112123]: pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:03 smithi138 ceph-mon[117003]: pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:03 smithi161 ceph-mon[116604]: pgmap v763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:05 smithi138 ceph-mon[117003]: pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:05 smithi161 ceph-mon[116604]: pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:05 smithi028 ceph-mon[112123]: pgmap v764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:06.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:06.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:06.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:07.361 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:07.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:07.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:07.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:07.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:07 smithi028 ceph-mon[112123]: pgmap v765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:07 smithi138 ceph-mon[117003]: pgmap v765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:07 smithi161 ceph-mon[116604]: pgmap v765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:08 smithi028 ceph-mon[112123]: from='client.34305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:08 smithi138 ceph-mon[117003]: from='client.34305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:08.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:08 smithi161 ceph-mon[116604]: from='client.34305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:09 smithi028 ceph-mon[112123]: pgmap v766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:09 smithi138 ceph-mon[117003]: pgmap v766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:09 smithi161 ceph-mon[116604]: pgmap v766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:11 smithi138 ceph-mon[117003]: pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:11 smithi161 ceph-mon[116604]: pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:11 smithi028 ceph-mon[112123]: pgmap v767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:12.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:12.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:12.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:12:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:12:12.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:12:13.139 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:13.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:13.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:13.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:13.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:13 smithi138 ceph-mon[117003]: pgmap v768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:12:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:12:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:12:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:13 smithi161 ceph-mon[116604]: pgmap v768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:12:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:12:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:12:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:13 smithi028 ceph-mon[112123]: pgmap v768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:12:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:12:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:12:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:14 smithi138 ceph-mon[117003]: from='client.34380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:14 smithi161 ceph-mon[116604]: from='client.34380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:14 smithi028 ceph-mon[112123]: from='client.34380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:15 smithi138 ceph-mon[117003]: pgmap v769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:15 smithi161 ceph-mon[116604]: pgmap v769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:15 smithi028 ceph-mon[112123]: pgmap v769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:17 smithi138 ceph-mon[117003]: 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-07T05:12:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:17 smithi161 ceph-mon[116604]: 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-07T05:12:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:17 smithi028 ceph-mon[112123]: 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-07T05:12:18.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:18.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:18.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:18.916 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:18.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:18.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:18.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:18.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:19 smithi138 ceph-mon[117003]: 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-07T05:12:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:19 smithi138 ceph-mon[117003]: from='client.34455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:19 smithi161 ceph-mon[116604]: 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-07T05:12:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:19 smithi161 ceph-mon[116604]: from='client.34455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:19 smithi028 ceph-mon[112123]: 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-07T05:12:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:19 smithi028 ceph-mon[112123]: from='client.34455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:21 smithi138 ceph-mon[117003]: 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-07T05:12:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:21 smithi161 ceph-mon[116604]: 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-07T05:12:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:21 smithi028 ceph-mon[112123]: 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-07T05:12:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:23 smithi138 ceph-mon[117003]: 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-07T05:12:23.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:23.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:23.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:23 smithi161 ceph-mon[116604]: 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-07T05:12:23.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:23 smithi028 ceph-mon[112123]: 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-07T05:12:24.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:24.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:24.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:24.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:24.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:25 smithi138 ceph-mon[117003]: from='client.34527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:25.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:25 smithi138 ceph-mon[117003]: pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:25 smithi161 ceph-mon[116604]: from='client.34527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:25 smithi161 ceph-mon[116604]: pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:25 smithi028 ceph-mon[112123]: from='client.34527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:25 smithi028 ceph-mon[112123]: pgmap v774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:27 smithi028 ceph-mon[112123]: pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:12:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:27 smithi138 ceph-mon[117003]: pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:12:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:27 smithi161 ceph-mon[116604]: pgmap v775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:12:29.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:29.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:29.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:29 smithi138 ceph-mon[117003]: pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:12:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:29 smithi161 ceph-mon[116604]: pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:12:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:29 smithi028 ceph-mon[112123]: pgmap v776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:12:30.443 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:30.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:30.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:30.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:30.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:31 smithi138 ceph-mon[117003]: from='client.34599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:31 smithi138 ceph-mon[117003]: pgmap v777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:31 smithi161 ceph-mon[116604]: from='client.34599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:31 smithi161 ceph-mon[116604]: pgmap v777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:31 smithi028 ceph-mon[112123]: from='client.34599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:31 smithi028 ceph-mon[112123]: pgmap v777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:33 smithi138 ceph-mon[117003]: pgmap v778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:12:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:33 smithi161 ceph-mon[116604]: pgmap v778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:12:33.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:33 smithi028 ceph-mon[112123]: pgmap v778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:12:35.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:35.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:35.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:35 smithi138 ceph-mon[117003]: pgmap v779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:35 smithi161 ceph-mon[116604]: pgmap v779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:35 smithi028 ceph-mon[112123]: pgmap v779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:36.201 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:36.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:36.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:36.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:36.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:37 smithi138 ceph-mon[117003]: from='client.34674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:37.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:37 smithi138 ceph-mon[117003]: 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-07T05:12:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:37 smithi161 ceph-mon[116604]: from='client.34674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:37 smithi161 ceph-mon[116604]: 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-07T05:12:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:37 smithi028 ceph-mon[112123]: from='client.34674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:37 smithi028 ceph-mon[112123]: 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-07T05:12:39.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:39 smithi138 ceph-mon[117003]: 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-07T05:12:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:39 smithi161 ceph-mon[116604]: 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-07T05:12:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:39 smithi028 ceph-mon[112123]: 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-07T05:12:41.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:41.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:41.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:41 smithi138 ceph-mon[117003]: pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:41 smithi161 ceph-mon[116604]: pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:41.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:41 smithi028 ceph-mon[112123]: pgmap v782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:41.982 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:41.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:41.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:41.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:41.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:42 smithi138 ceph-mon[117003]: from='client.34746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:42.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:42 smithi161 ceph-mon[116604]: from='client.34746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:42.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:42 smithi028 ceph-mon[112123]: from='client.34746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:43 smithi138 ceph-mon[117003]: pgmap v783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:43 smithi161 ceph-mon[116604]: pgmap v783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:43 smithi028 ceph-mon[112123]: pgmap v783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:45 smithi138 ceph-mon[117003]: pgmap v784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:45 smithi161 ceph-mon[116604]: pgmap v784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:45 smithi028 ceph-mon[112123]: pgmap v784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:46.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:46.985 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:46.985 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:47.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:47.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:47.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:47.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:47.746 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:47 smithi138 ceph-mon[117003]: pgmap v785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:47 smithi161 ceph-mon[116604]: pgmap v785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:47 smithi028 ceph-mon[112123]: pgmap v785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:48.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:48 smithi138 ceph-mon[117003]: from='client.34821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:48.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:48 smithi161 ceph-mon[116604]: from='client.34821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:48 smithi028 ceph-mon[112123]: from='client.34821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:49 smithi138 ceph-mon[117003]: pgmap v786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:49 smithi161 ceph-mon[116604]: pgmap v786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:49 smithi028 ceph-mon[112123]: pgmap v786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:51 smithi138 ceph-mon[117003]: pgmap v787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:51 smithi161 ceph-mon[116604]: pgmap v787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:51 smithi028 ceph-mon[112123]: pgmap v787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:52.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:52.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:52.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:53.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:53.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:53.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:53.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:53.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:53 smithi138 ceph-mon[117003]: pgmap v788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:53 smithi161 ceph-mon[116604]: pgmap v788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:53 smithi028 ceph-mon[112123]: pgmap v788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:12:54.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:54 smithi138 ceph-mon[117003]: from='client.34893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:54.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:54 smithi161 ceph-mon[116604]: from='client.34893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:54 smithi028 ceph-mon[112123]: from='client.34893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:12:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:55 smithi138 ceph-mon[117003]: pgmap v789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:55 smithi161 ceph-mon[116604]: pgmap v789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:55.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:55 smithi028 ceph-mon[112123]: pgmap v789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:12:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:57 smithi138 ceph-mon[117003]: 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-07T05:12:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:57 smithi161 ceph-mon[116604]: 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-07T05:12:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:57 smithi028 ceph-mon[112123]: 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-07T05:12:58.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:12:58.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:12:58.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:12:59.299 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:12:59.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:12:59.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:12:59.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:12:59.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:12:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:12:59 smithi138 ceph-mon[117003]: 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-07T05:12:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:12:59 smithi161 ceph-mon[116604]: 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-07T05:12:59.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:12:59 smithi028 ceph-mon[112123]: 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-07T05:13:00.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:00 smithi138 ceph-mon[117003]: from='client.34971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:00.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:00 smithi161 ceph-mon[116604]: from='client.34971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:00.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:00 smithi028 ceph-mon[112123]: from='client.34971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:01 smithi138 ceph-mon[117003]: pgmap v792: 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-07T05:13:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:01 smithi161 ceph-mon[116604]: pgmap v792: 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-07T05:13:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:01 smithi028 ceph-mon[112123]: pgmap v792: 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-07T05:13:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:03 smithi138 ceph-mon[117003]: pgmap v793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:13:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:03 smithi161 ceph-mon[116604]: pgmap v793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:13:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:03 smithi028 ceph-mon[112123]: pgmap v793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:13:04.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:04.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:04.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:05.066 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:05.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:05.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:05.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:05.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:05 smithi138 ceph-mon[117003]: pgmap v794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:05 smithi138 ceph-mon[117003]: from='client.35040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:05 smithi161 ceph-mon[116604]: pgmap v794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:05 smithi161 ceph-mon[116604]: from='client.35040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:05 smithi028 ceph-mon[112123]: pgmap v794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:05 smithi028 ceph-mon[112123]: from='client.35040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:07 smithi138 ceph-mon[117003]: pgmap v795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:07 smithi161 ceph-mon[116604]: pgmap v795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:07 smithi028 ceph-mon[112123]: pgmap v795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:09 smithi138 ceph-mon[117003]: pgmap v796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:09 smithi161 ceph-mon[116604]: pgmap v796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:09 smithi028 ceph-mon[112123]: pgmap v796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:10.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:10.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:10.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:10.832 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:10.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:10.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:10.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:10.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:11 smithi138 ceph-mon[117003]: pgmap v797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:11 smithi138 ceph-mon[117003]: from='client.35118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:11 smithi161 ceph-mon[116604]: pgmap v797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:11 smithi161 ceph-mon[116604]: from='client.35118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:11 smithi028 ceph-mon[112123]: pgmap v797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:11 smithi028 ceph-mon[112123]: from='client.35118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:13 smithi138 ceph-mon[117003]: pgmap v798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:13:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:13:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:13:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:13:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:13:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:13 smithi161 ceph-mon[116604]: pgmap v798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:13:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:13:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:13:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:13:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:13:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:13 smithi028 ceph-mon[112123]: pgmap v798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:13:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:13:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:13:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:13:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:13:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:15 smithi161 ceph-mon[116604]: pgmap v799: 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-07T05:13:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:15 smithi028 ceph-mon[112123]: pgmap v799: 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-07T05:13:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:15 smithi138 ceph-mon[117003]: pgmap v799: 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-07T05:13:15.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:15.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:15.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:16.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:16.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:16.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:16.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:16.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:17 smithi138 ceph-mon[117003]: from='client.35196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:17 smithi138 ceph-mon[117003]: 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-07T05:13:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:17 smithi161 ceph-mon[116604]: from='client.35196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:17 smithi161 ceph-mon[116604]: 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-07T05:13:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:17 smithi028 ceph-mon[112123]: from='client.35196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:17 smithi028 ceph-mon[112123]: 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-07T05:13:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:19 smithi138 ceph-mon[117003]: 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-07T05:13:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:19 smithi161 ceph-mon[116604]: 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-07T05:13:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:19 smithi028 ceph-mon[112123]: 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-07T05:13:21.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:21.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:21.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:21 smithi138 ceph-mon[117003]: pgmap v802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:21 smithi161 ceph-mon[116604]: pgmap v802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:21.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:21 smithi028 ceph-mon[112123]: pgmap v802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:22.365 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:22.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:22.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:22.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:22.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:23 smithi138 ceph-mon[117003]: from='client.35271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:23 smithi138 ceph-mon[117003]: pgmap v803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:23 smithi161 ceph-mon[116604]: from='client.35271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:23 smithi161 ceph-mon[116604]: pgmap v803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:23 smithi028 ceph-mon[112123]: from='client.35271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:23 smithi028 ceph-mon[112123]: pgmap v803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:25 smithi161 ceph-mon[116604]: pgmap v804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:25 smithi028 ceph-mon[112123]: pgmap v804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:25 smithi138 ceph-mon[117003]: pgmap v804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:27.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:27.368 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:27.368 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:27 smithi138 ceph-mon[117003]: pgmap v805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:27 smithi161 ceph-mon[116604]: pgmap v805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:27 smithi028 ceph-mon[112123]: pgmap v805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:28.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:28.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:28.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:28.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:28.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:29 smithi138 ceph-mon[117003]: from='client.35346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:29 smithi138 ceph-mon[117003]: pgmap v806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:29 smithi161 ceph-mon[116604]: from='client.35346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:29 smithi161 ceph-mon[116604]: pgmap v806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:29 smithi028 ceph-mon[112123]: from='client.35346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:29 smithi028 ceph-mon[112123]: pgmap v806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:31 smithi138 ceph-mon[117003]: pgmap v807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:31 smithi161 ceph-mon[116604]: pgmap v807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:31 smithi028 ceph-mon[112123]: pgmap v807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:33.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:33.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:33.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:33 smithi138 ceph-mon[117003]: pgmap v808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:33.896 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:33.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:33.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:33.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:33.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:33 smithi161 ceph-mon[116604]: pgmap v808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:33 smithi028 ceph-mon[112123]: pgmap v808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:34.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:34 smithi138 ceph-mon[117003]: from='client.35424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:34 smithi161 ceph-mon[116604]: from='client.35424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:34.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:34 smithi028 ceph-mon[112123]: from='client.35424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:35 smithi138 ceph-mon[117003]: pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:35 smithi161 ceph-mon[116604]: pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:35 smithi028 ceph-mon[112123]: pgmap v809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:13:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:37 smithi138 ceph-mon[117003]: 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-07T05:13:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:37 smithi161 ceph-mon[116604]: 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-07T05:13:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:37 smithi028 ceph-mon[112123]: 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-07T05:13:38.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:38.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:38.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:39.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:39.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:39.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:39.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:39.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:39 smithi138 ceph-mon[117003]: 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-07T05:13:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:39 smithi161 ceph-mon[116604]: 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-07T05:13:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:39 smithi028 ceph-mon[112123]: 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-07T05:13:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:40 smithi138 ceph-mon[117003]: from='client.35496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:40.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:40 smithi161 ceph-mon[116604]: from='client.35496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:40 smithi028 ceph-mon[112123]: from='client.35496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:41 smithi138 ceph-mon[117003]: pgmap v812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:41 smithi161 ceph-mon[116604]: pgmap v812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:41.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:41 smithi028 ceph-mon[112123]: pgmap v812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:43 smithi138 ceph-mon[117003]: pgmap v813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:43 smithi161 ceph-mon[116604]: pgmap v813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:43 smithi028 ceph-mon[112123]: pgmap v813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:44.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:44.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:44.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:45.452 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:45.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:45.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:45.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:45.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:45 smithi161 ceph-mon[116604]: pgmap v814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:45 smithi028 ceph-mon[112123]: pgmap v814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:45 smithi138 ceph-mon[117003]: pgmap v814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:46 smithi161 ceph-mon[116604]: from='client.35565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:46 smithi028 ceph-mon[112123]: from='client.35565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:46 smithi138 ceph-mon[117003]: from='client.35565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:47 smithi161 ceph-mon[116604]: pgmap v815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:47 smithi028 ceph-mon[112123]: pgmap v815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:47 smithi138 ceph-mon[117003]: pgmap v815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:49 smithi138 ceph-mon[117003]: pgmap v816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:49 smithi161 ceph-mon[116604]: pgmap v816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:49.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:49 smithi028 ceph-mon[112123]: pgmap v816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:13:50.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:50.454 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:50.454 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:51.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:51.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:51.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:51.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:51.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:51 smithi138 ceph-mon[117003]: pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:51 smithi161 ceph-mon[116604]: pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:51 smithi028 ceph-mon[112123]: pgmap v817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:13:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:52 smithi138 ceph-mon[117003]: from='client.35640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:52.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:52 smithi161 ceph-mon[116604]: from='client.35640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:52.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:52 smithi028 ceph-mon[112123]: from='client.35640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:53 smithi138 ceph-mon[117003]: 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-07T05:13:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:53 smithi161 ceph-mon[116604]: 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-07T05:13:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:53 smithi028 ceph-mon[112123]: 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-07T05:13:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:55 smithi161 ceph-mon[116604]: 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-07T05:13:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:55 smithi028 ceph-mon[112123]: 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-07T05:13:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:55 smithi138 ceph-mon[117003]: 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-07T05:13:56.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:13:56.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:13:56.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:13:57.021 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:13:57.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:13:57.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:13:57.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:13:57.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:13:57.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:57 smithi138 ceph-mon[117003]: 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-07T05:13:57.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:57 smithi138 ceph-mon[117003]: from='client.35715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:57 smithi161 ceph-mon[116604]: 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-07T05:13:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:57 smithi161 ceph-mon[116604]: from='client.35715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:57 smithi028 ceph-mon[112123]: 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-07T05:13:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:57 smithi028 ceph-mon[112123]: from='client.35715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:13:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:13:59 smithi138 ceph-mon[117003]: 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-07T05:13:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:13:59 smithi161 ceph-mon[116604]: 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-07T05:13:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:13:59 smithi028 ceph-mon[112123]: 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-07T05:14:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:01 smithi138 ceph-mon[117003]: pgmap v822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:01 smithi161 ceph-mon[116604]: pgmap v822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:01 smithi028 ceph-mon[112123]: pgmap v822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:02.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:02.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:02.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:02.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:02.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:02.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:02.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:02.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:03.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:03 smithi138 ceph-mon[117003]: from='client.35790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:03.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:03 smithi138 ceph-mon[117003]: pgmap v823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:03 smithi161 ceph-mon[116604]: from='client.35790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:03 smithi161 ceph-mon[116604]: pgmap v823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:03 smithi028 ceph-mon[112123]: from='client.35790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:03 smithi028 ceph-mon[112123]: pgmap v823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:05 smithi161 ceph-mon[116604]: pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:05 smithi028 ceph-mon[112123]: pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:05 smithi138 ceph-mon[117003]: pgmap v824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:07 smithi138 ceph-mon[117003]: pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:07.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:07.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:07.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:07 smithi161 ceph-mon[116604]: pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:07.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:07 smithi028 ceph-mon[112123]: pgmap v825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:08.568 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:08.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:08.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:08.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:08.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:09 smithi138 ceph-mon[117003]: from='client.35868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:09 smithi138 ceph-mon[117003]: pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:09 smithi161 ceph-mon[116604]: from='client.35868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:09 smithi161 ceph-mon[116604]: pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:09 smithi028 ceph-mon[112123]: from='client.35868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:09 smithi028 ceph-mon[112123]: pgmap v826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:11.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:11 smithi138 ceph-mon[117003]: pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:11 smithi161 ceph-mon[116604]: pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:11 smithi028 ceph-mon[112123]: pgmap v827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:13.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:13.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:13.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:13 smithi138 ceph-mon[117003]: 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-07T05:14:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:13 smithi161 ceph-mon[116604]: 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-07T05:14:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:13 smithi028 ceph-mon[112123]: 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-07T05:14:14.353 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:14.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:14.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:14.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:14.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:14:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:14:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:14:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:14:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:14:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:14:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:14:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:14:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:14:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:14:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:14:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:14:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:15 smithi138 ceph-mon[117003]: from='client.35943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:15 smithi138 ceph-mon[117003]: pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:14:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:15 smithi161 ceph-mon[116604]: from='client.35943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:15 smithi161 ceph-mon[116604]: pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:14:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:15 smithi028 ceph-mon[112123]: from='client.35943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:15 smithi028 ceph-mon[112123]: pgmap v829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:14:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:17 smithi138 ceph-mon[117003]: pgmap v830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:14:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:17 smithi161 ceph-mon[116604]: pgmap v830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:14:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:17 smithi028 ceph-mon[112123]: pgmap v830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:14:19.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:19.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:19.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:19.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:19 smithi138 ceph-mon[117003]: pgmap v831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:14:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:19 smithi161 ceph-mon[116604]: pgmap v831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:14:19.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:19 smithi028 ceph-mon[112123]: pgmap v831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:14:20.123 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:20.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:20.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:20.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:20.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:21 smithi138 ceph-mon[117003]: from='client.36021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:21 smithi138 ceph-mon[117003]: pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:21 smithi161 ceph-mon[116604]: from='client.36021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:21 smithi161 ceph-mon[116604]: pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:21 smithi028 ceph-mon[112123]: from='client.36021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:21 smithi028 ceph-mon[112123]: pgmap v832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:23 smithi138 ceph-mon[117003]: pgmap v833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:14:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:23 smithi161 ceph-mon[116604]: pgmap v833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:14:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:23 smithi028 ceph-mon[112123]: pgmap v833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:14:25.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:25.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:25.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:25 smithi161 ceph-mon[116604]: pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:25 smithi028 ceph-mon[112123]: pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:25 smithi138 ceph-mon[117003]: pgmap v834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:25.888 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:25.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:25.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:25.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:25.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:26 smithi161 ceph-mon[116604]: from='client.36093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:26 smithi028 ceph-mon[112123]: from='client.36093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:26 smithi138 ceph-mon[117003]: from='client.36093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:27 smithi161 ceph-mon[116604]: pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:14:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:27 smithi028 ceph-mon[112123]: pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:14:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:27 smithi138 ceph-mon[117003]: pgmap v835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:14:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:29 smithi138 ceph-mon[117003]: pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:14:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:29 smithi161 ceph-mon[116604]: pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:14:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:29 smithi028 ceph-mon[112123]: pgmap v836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:14:30.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:30.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:30.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:31.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:31.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:31.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:31.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:31.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:31 smithi138 ceph-mon[117003]: pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:14:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:31 smithi161 ceph-mon[116604]: pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:14:31.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:31 smithi028 ceph-mon[112123]: pgmap v837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:14:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:32 smithi138 ceph-mon[117003]: from='client.36168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:32.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:32 smithi161 ceph-mon[116604]: from='client.36168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:32.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:32 smithi028 ceph-mon[112123]: from='client.36168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:33 smithi138 ceph-mon[117003]: 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-07T05:14:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:33 smithi161 ceph-mon[116604]: 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-07T05:14:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:33 smithi028 ceph-mon[112123]: 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-07T05:14:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:35 smithi161 ceph-mon[116604]: 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-07T05:14:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:35 smithi028 ceph-mon[112123]: 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-07T05:14:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:35 smithi138 ceph-mon[117003]: 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-07T05:14:36.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:36.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:36.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:37.413 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:37.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:37.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:37.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:37.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:37.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:37 smithi028 ceph-mon[112123]: 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-07T05:14:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:37 smithi138 ceph-mon[117003]: 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-07T05:14:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:37 smithi161 ceph-mon[116604]: 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-07T05:14:38.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:38 smithi028 ceph-mon[112123]: from='client.36243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:38 smithi138 ceph-mon[117003]: from='client.36243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:38 smithi161 ceph-mon[116604]: from='client.36243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:39.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:39 smithi028 ceph-mon[112123]: 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-07T05:14:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:39 smithi138 ceph-mon[117003]: 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-07T05:14:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:39 smithi161 ceph-mon[116604]: 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-07T05:14:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:41 smithi138 ceph-mon[117003]: pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:41 smithi161 ceph-mon[116604]: pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:41 smithi028 ceph-mon[112123]: pgmap v842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:42.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:42.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:42.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:43.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:43.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:43.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:43.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:43.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:43 smithi138 ceph-mon[117003]: pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:43 smithi161 ceph-mon[116604]: pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:43 smithi028 ceph-mon[112123]: pgmap v843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:44 smithi138 ceph-mon[117003]: from='client.36318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:44.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:44 smithi161 ceph-mon[116604]: from='client.36318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:44 smithi028 ceph-mon[112123]: from='client.36318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:45 smithi138 ceph-mon[117003]: pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:45.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:45 smithi161 ceph-mon[116604]: pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:45 smithi028 ceph-mon[112123]: pgmap v844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:47 smithi138 ceph-mon[117003]: pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:47 smithi161 ceph-mon[116604]: pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:47 smithi028 ceph-mon[112123]: pgmap v845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:48.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:48.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:48.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:48.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:48.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:48.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:48.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:48.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:49 smithi138 ceph-mon[117003]: pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:49 smithi138 ceph-mon[117003]: from='client.36393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:49 smithi161 ceph-mon[116604]: pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:49 smithi161 ceph-mon[116604]: from='client.36393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:49 smithi028 ceph-mon[112123]: pgmap v846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:49 smithi028 ceph-mon[112123]: from='client.36393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:51 smithi138 ceph-mon[117003]: pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:51 smithi161 ceph-mon[116604]: pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:51 smithi028 ceph-mon[112123]: pgmap v847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:14:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:53 smithi138 ceph-mon[117003]: 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-07T05:14:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:53 smithi161 ceph-mon[116604]: 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-07T05:14:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:53 smithi028 ceph-mon[112123]: 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-07T05:14:53.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:53.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:53.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:54.736 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:14:54.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:14:54.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:14:54.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:14:54.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:14:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:55 smithi161 ceph-mon[116604]: from='client.36465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:55 smithi161 ceph-mon[116604]: pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:55 smithi028 ceph-mon[112123]: from='client.36465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:55 smithi028 ceph-mon[112123]: pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:55 smithi138 ceph-mon[117003]: from='client.36465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:14:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:55 smithi138 ceph-mon[117003]: pgmap v849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:14:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:57 smithi138 ceph-mon[117003]: pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:14:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:57 smithi161 ceph-mon[116604]: pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:14:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:57 smithi028 ceph-mon[112123]: pgmap v850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:14:59.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:14:59.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:14:59.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:14:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:14:59 smithi138 ceph-mon[117003]: pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:14:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:14:59 smithi161 ceph-mon[116604]: pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:14:59.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:14:59 smithi028 ceph-mon[112123]: pgmap v851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:00.503 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:00.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:00.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:00.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:00.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:01 smithi138 ceph-mon[117003]: from='client.36543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:01 smithi138 ceph-mon[117003]: pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:01 smithi161 ceph-mon[116604]: from='client.36543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:01 smithi161 ceph-mon[116604]: pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:01 smithi028 ceph-mon[112123]: from='client.36543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:01 smithi028 ceph-mon[112123]: pgmap v852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:03 smithi138 ceph-mon[117003]: pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:03 smithi161 ceph-mon[116604]: pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:03 smithi028 ceph-mon[112123]: pgmap v853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:05.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:05.505 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:05.505 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:05 smithi161 ceph-mon[116604]: pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:05.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:05 smithi028 ceph-mon[112123]: pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:05 smithi138 ceph-mon[117003]: pgmap v854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:06.266 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:06.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:06.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:06.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:06.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:07 smithi138 ceph-mon[117003]: from='client.36618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:07 smithi138 ceph-mon[117003]: 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-07T05:15:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:07 smithi161 ceph-mon[116604]: from='client.36618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:07 smithi161 ceph-mon[116604]: 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-07T05:15:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:07 smithi028 ceph-mon[112123]: from='client.36618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:07 smithi028 ceph-mon[112123]: 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-07T05:15:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:09 smithi138 ceph-mon[117003]: 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-07T05:15:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:09 smithi161 ceph-mon[116604]: 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-07T05:15:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:09 smithi028 ceph-mon[112123]: 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-07T05:15:11.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:11.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:11.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:11 smithi138 ceph-mon[117003]: 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-07T05:15:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:11 smithi161 ceph-mon[116604]: 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-07T05:15:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:11 smithi028 ceph-mon[112123]: 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-07T05:15:12.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:12.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:12.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:12.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:12.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:12 smithi138 ceph-mon[117003]: from='client.36696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:12 smithi161 ceph-mon[116604]: from='client.36696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:12.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:12 smithi028 ceph-mon[112123]: from='client.36696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:13 smithi138 ceph-mon[117003]: 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-07T05:15:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:13 smithi161 ceph-mon[116604]: 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-07T05:15:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:13 smithi028 ceph-mon[112123]: 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-07T05:15:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:15:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:15:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:15:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: 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-07T05:15:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:15:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:15:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: 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-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:15:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:16.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: 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-07T05:15:16.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:15:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:15:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:15:17.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:17.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:17.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:17.800 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:17.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:17.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:17.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:17.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:17 smithi161 ceph-mon[116604]: 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-07T05:15:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:17 smithi028 ceph-mon[112123]: 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-07T05:15:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:17 smithi138 ceph-mon[117003]: 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-07T05:15:18.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:18 smithi161 ceph-mon[116604]: from='client.36774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:18.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:18 smithi028 ceph-mon[112123]: from='client.36774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:19.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:18 smithi138 ceph-mon[117003]: from='client.36774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:19 smithi161 ceph-mon[116604]: 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-07T05:15:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:19 smithi028 ceph-mon[112123]: 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-07T05:15:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:19 smithi138 ceph-mon[117003]: 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-07T05:15:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:21 smithi161 ceph-mon[116604]: pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:15:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:21 smithi028 ceph-mon[112123]: pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:15:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:21 smithi138 ceph-mon[117003]: pgmap v862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:15:22.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:22.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:22.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:23.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:23.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:23.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:23.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:23.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:23 smithi161 ceph-mon[116604]: pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:23.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:23 smithi028 ceph-mon[112123]: pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:23 smithi138 ceph-mon[117003]: pgmap v863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:24 smithi161 ceph-mon[116604]: from='client.36849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:24 smithi028 ceph-mon[112123]: from='client.36849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:25.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:24 smithi138 ceph-mon[117003]: from='client.36849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:25 smithi161 ceph-mon[116604]: pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:15:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:25 smithi028 ceph-mon[112123]: pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:15:26.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:25 smithi138 ceph-mon[117003]: pgmap v864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:15:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:27 smithi161 ceph-mon[116604]: pgmap v865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:27 smithi028 ceph-mon[112123]: pgmap v865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:28.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:27 smithi138 ceph-mon[117003]: pgmap v865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:28.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:28.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:28.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:29.352 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:29.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:29.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:29.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:29.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:29 smithi161 ceph-mon[116604]: pgmap v866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:29 smithi028 ceph-mon[112123]: pgmap v866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:29 smithi138 ceph-mon[117003]: pgmap v866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:30.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:30 smithi161 ceph-mon[116604]: from='client.36918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:30.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:30 smithi028 ceph-mon[112123]: from='client.36918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:31.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:30 smithi138 ceph-mon[117003]: from='client.36918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:31 smithi161 ceph-mon[116604]: pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:15:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:31 smithi028 ceph-mon[112123]: pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:15:32.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:31 smithi138 ceph-mon[117003]: pgmap v867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:15:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:33 smithi161 ceph-mon[116604]: pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:15:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:33 smithi028 ceph-mon[112123]: pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:15:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:33 smithi138 ceph-mon[117003]: pgmap v868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:15:34.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:34.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:34.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:35.112 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:35.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:35.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:35.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:35.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:35 smithi161 ceph-mon[116604]: pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:35 smithi161 ceph-mon[116604]: from='client.36996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:35 smithi028 ceph-mon[112123]: pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:35 smithi028 ceph-mon[112123]: from='client.36996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:35 smithi138 ceph-mon[117003]: pgmap v869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:35 smithi138 ceph-mon[117003]: from='client.36996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:37 smithi138 ceph-mon[117003]: pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:37 smithi161 ceph-mon[116604]: pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:37 smithi028 ceph-mon[112123]: pgmap v870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:39 smithi138 ceph-mon[117003]: pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:39 smithi161 ceph-mon[116604]: pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:39 smithi028 ceph-mon[112123]: pgmap v871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:15:40.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:40.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:40.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:40.887 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:40.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:40.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:40.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:40.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:41 smithi138 ceph-mon[117003]: pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:41 smithi138 ceph-mon[117003]: from='client.37071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:41 smithi161 ceph-mon[116604]: pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:41 smithi161 ceph-mon[116604]: from='client.37071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:41 smithi028 ceph-mon[112123]: pgmap v872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:15:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:41 smithi028 ceph-mon[112123]: from='client.37071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:43 smithi138 ceph-mon[117003]: pgmap v873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:15:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:43 smithi161 ceph-mon[116604]: pgmap v873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:15:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:43 smithi028 ceph-mon[112123]: pgmap v873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:15:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:45 smithi161 ceph-mon[116604]: pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:15:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:45 smithi028 ceph-mon[112123]: pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:15:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:45 smithi138 ceph-mon[117003]: pgmap v874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:15:45.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:45.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:45.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:46.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:46.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:46.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:46.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:46.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:47 smithi138 ceph-mon[117003]: from='client.37149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:47.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:47 smithi138 ceph-mon[117003]: 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-07T05:15:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:47 smithi161 ceph-mon[116604]: from='client.37149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:47 smithi161 ceph-mon[116604]: 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-07T05:15:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:47 smithi028 ceph-mon[112123]: from='client.37149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:47 smithi028 ceph-mon[112123]: 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-07T05:15:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:49 smithi138 ceph-mon[117003]: 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-07T05:15:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:49 smithi161 ceph-mon[116604]: 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-07T05:15:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:49 smithi028 ceph-mon[112123]: 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-07T05:15:51.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:51.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:51.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:51 smithi138 ceph-mon[117003]: 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-07T05:15:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:51 smithi161 ceph-mon[116604]: 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-07T05:15:51.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:51 smithi028 ceph-mon[112123]: 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-07T05:15:52.421 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:52.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:52.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:52.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:52.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:53 smithi138 ceph-mon[117003]: from='client.37221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:53 smithi138 ceph-mon[117003]: 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-07T05:15:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:53 smithi161 ceph-mon[116604]: from='client.37221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:53 smithi161 ceph-mon[116604]: 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-07T05:15:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:53 smithi028 ceph-mon[112123]: from='client.37221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:53 smithi028 ceph-mon[112123]: 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-07T05:15:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:55 smithi161 ceph-mon[116604]: 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-07T05:15:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:55 smithi028 ceph-mon[112123]: 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-07T05:15:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:55 smithi138 ceph-mon[117003]: 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-07T05:15:57.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:15:57.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:15:57.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:15:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:57 smithi138 ceph-mon[117003]: 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-07T05:15:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:57 smithi161 ceph-mon[116604]: 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-07T05:15:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:57 smithi028 ceph-mon[112123]: 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-07T05:15:58.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:15:58.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:15:58.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:15:58.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:15:58.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:15:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:59 smithi138 ceph-mon[117003]: from='client.37299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:15:59 smithi138 ceph-mon[117003]: 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-07T05:15:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:59 smithi161 ceph-mon[116604]: from='client.37299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:15:59 smithi161 ceph-mon[116604]: 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-07T05:15:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:59 smithi028 ceph-mon[112123]: from='client.37299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:15:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:15:59 smithi028 ceph-mon[112123]: 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-07T05:16:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:01 smithi138 ceph-mon[117003]: pgmap v882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:16:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:01 smithi161 ceph-mon[116604]: pgmap v882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:16:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:01 smithi028 ceph-mon[112123]: pgmap v882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:16:03.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:03.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:03.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:03 smithi138 ceph-mon[117003]: pgmap v883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:03 smithi161 ceph-mon[116604]: pgmap v883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:03 smithi028 ceph-mon[112123]: pgmap v883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:03.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:03.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:03.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:03.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:03.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:04 smithi138 ceph-mon[117003]: from='client.37377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:04 smithi161 ceph-mon[116604]: from='client.37377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:04 smithi028 ceph-mon[112123]: from='client.37377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:05 smithi138 ceph-mon[117003]: pgmap v884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:16:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:05 smithi161 ceph-mon[116604]: pgmap v884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:16:05.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:05 smithi028 ceph-mon[112123]: pgmap v884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:16:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:07 smithi138 ceph-mon[117003]: pgmap v885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:07 smithi161 ceph-mon[116604]: pgmap v885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:07 smithi028 ceph-mon[112123]: pgmap v885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:08.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:08.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:08.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:09.739 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:09.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:09.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:09.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:09.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:09 smithi138 ceph-mon[117003]: pgmap v886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:09 smithi161 ceph-mon[116604]: pgmap v886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:09 smithi028 ceph-mon[112123]: pgmap v886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:10 smithi138 ceph-mon[117003]: from='client.37446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:10.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:10 smithi161 ceph-mon[116604]: from='client.37446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:10.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:10 smithi028 ceph-mon[112123]: from='client.37446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:11 smithi138 ceph-mon[117003]: 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-07T05:16:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:11 smithi161 ceph-mon[116604]: 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-07T05:16:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:11 smithi028 ceph-mon[112123]: 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-07T05:16:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:13 smithi138 ceph-mon[117003]: pgmap v888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:13 smithi161 ceph-mon[116604]: pgmap v888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:13 smithi028 ceph-mon[112123]: pgmap v888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:14.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:14.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:14.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:15.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:15.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:15.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:15.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:15.515 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:15 smithi161 ceph-mon[116604]: pgmap v889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:16:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:15 smithi028 ceph-mon[112123]: pgmap v889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:16:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:15 smithi138 ceph-mon[117003]: pgmap v889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:16:16.532 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:16 smithi138 ceph-mon[117003]: from='client.37521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:16.593 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:16 smithi161 ceph-mon[116604]: from='client.37521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:16.656 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:16 smithi028 ceph-mon[112123]: from='client.37521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:17 smithi161 ceph-mon[116604]: pgmap v890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:17.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:17 smithi028 ceph-mon[112123]: pgmap v890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:17.774 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:17 smithi138 ceph-mon[117003]: pgmap v890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:16:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:16:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:19 smithi161 ceph-mon[116604]: pgmap v891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:16:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:16:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:19 smithi028 ceph-mon[112123]: pgmap v891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:16:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:19 smithi138 ceph-mon[117003]: pgmap v891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:20.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:20.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:20.517 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:21.290 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:21.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:21.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:21.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:21.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:21.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:21 smithi138 ceph-mon[117003]: pgmap v892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:21 smithi161 ceph-mon[116604]: pgmap v892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:21 smithi028 ceph-mon[112123]: pgmap v892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:22 smithi138 ceph-mon[117003]: from='client.37590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:22 smithi161 ceph-mon[116604]: from='client.37590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:22 smithi028 ceph-mon[112123]: from='client.37590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:23.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:23 smithi138 ceph-mon[117003]: 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-07T05:16:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:23 smithi161 ceph-mon[116604]: 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-07T05:16:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:23 smithi028 ceph-mon[112123]: 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-07T05:16:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:25 smithi161 ceph-mon[116604]: 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-07T05:16:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:25 smithi028 ceph-mon[112123]: 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-07T05:16:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:25 smithi138 ceph-mon[117003]: 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-07T05:16:26.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:26.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:26.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:27.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:27.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:27.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:27.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:27.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:27 smithi138 ceph-mon[117003]: 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-07T05:16:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:27 smithi138 ceph-mon[117003]: from='client.37662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:27 smithi161 ceph-mon[116604]: 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-07T05:16:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:27 smithi161 ceph-mon[116604]: from='client.37662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:27 smithi028 ceph-mon[112123]: 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-07T05:16:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:27 smithi028 ceph-mon[112123]: from='client.37662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:29 smithi138 ceph-mon[117003]: 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-07T05:16:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:29 smithi161 ceph-mon[116604]: 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-07T05:16:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:29 smithi028 ceph-mon[112123]: 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-07T05:16:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:31 smithi138 ceph-mon[117003]: 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-07T05:16:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:31 smithi161 ceph-mon[116604]: 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-07T05:16:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:31 smithi028 ceph-mon[112123]: 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-07T05:16:32.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:32.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:32.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:32.841 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:32.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:32.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:32.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:32.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:33 smithi138 ceph-mon[117003]: from='client.37740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:33 smithi138 ceph-mon[117003]: 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-07T05:16:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:33 smithi161 ceph-mon[116604]: from='client.37740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:33 smithi161 ceph-mon[116604]: 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-07T05:16:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:33 smithi028 ceph-mon[112123]: from='client.37740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:33 smithi028 ceph-mon[112123]: 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-07T05:16:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:35 smithi161 ceph-mon[116604]: 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-07T05:16:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:35 smithi028 ceph-mon[112123]: 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-07T05:16:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:35 smithi138 ceph-mon[117003]: 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-07T05:16:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:37 smithi138 ceph-mon[117003]: 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-07T05:16:37.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:37.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:37.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:37 smithi161 ceph-mon[116604]: 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-07T05:16:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:37 smithi028 ceph-mon[112123]: 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-07T05:16:38.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:38.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:38.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:38.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:38.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:39 smithi138 ceph-mon[117003]: from='client.37818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:39 smithi138 ceph-mon[117003]: 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-07T05:16:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:39 smithi161 ceph-mon[116604]: from='client.37818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:39 smithi161 ceph-mon[116604]: 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-07T05:16:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:39 smithi028 ceph-mon[112123]: from='client.37818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:39 smithi028 ceph-mon[112123]: 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-07T05:16:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:41 smithi138 ceph-mon[117003]: pgmap v902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:16:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:41 smithi161 ceph-mon[116604]: pgmap v902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:16:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:41 smithi028 ceph-mon[112123]: pgmap v902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:16:43.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:43.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:43.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:43 smithi138 ceph-mon[117003]: pgmap v903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:43 smithi161 ceph-mon[116604]: pgmap v903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:43 smithi028 ceph-mon[112123]: pgmap v903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:44.388 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:44.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:44.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:44.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:44.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:45 smithi161 ceph-mon[116604]: from='client.37896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:45 smithi161 ceph-mon[116604]: pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:16:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:45 smithi028 ceph-mon[112123]: from='client.37896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:45 smithi028 ceph-mon[112123]: pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:16:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:45 smithi138 ceph-mon[117003]: from='client.37896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:45 smithi138 ceph-mon[117003]: pgmap v904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:16:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:47 smithi138 ceph-mon[117003]: pgmap v905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:16:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:47 smithi161 ceph-mon[116604]: pgmap v905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:16:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:47 smithi028 ceph-mon[112123]: pgmap v905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:16:49.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:49.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:49.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:49 smithi138 ceph-mon[117003]: pgmap v906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:16:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:49 smithi161 ceph-mon[116604]: pgmap v906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:16:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:49 smithi028 ceph-mon[112123]: pgmap v906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:16:50.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:50.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:50.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:50.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:50.167 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:51 smithi138 ceph-mon[117003]: from='client.37971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:51 smithi138 ceph-mon[117003]: 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-07T05:16:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:51 smithi161 ceph-mon[116604]: from='client.37971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:51 smithi161 ceph-mon[116604]: 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-07T05:16:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:51 smithi028 ceph-mon[112123]: from='client.37971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:51 smithi028 ceph-mon[112123]: 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-07T05:16:53.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:53 smithi138 ceph-mon[117003]: pgmap v908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:53 smithi161 ceph-mon[116604]: pgmap v908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:53 smithi028 ceph-mon[112123]: pgmap v908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:16:55.168 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:16:55.168 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:16:55.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:16:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:55 smithi161 ceph-mon[116604]: pgmap v909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:55 smithi028 ceph-mon[112123]: pgmap v909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:55 smithi138 ceph-mon[117003]: pgmap v909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:16:55.929 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:16:55.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:16:55.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:16:55.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:16:55.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:16:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:56 smithi161 ceph-mon[116604]: from='client.38046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:56 smithi028 ceph-mon[112123]: from='client.38046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:56.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:56 smithi138 ceph-mon[117003]: from='client.38046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:16:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:57 smithi161 ceph-mon[116604]: pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:16:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:57 smithi028 ceph-mon[112123]: pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:16:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:57 smithi138 ceph-mon[117003]: pgmap v910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:16:59.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:16:59 smithi138 ceph-mon[117003]: pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:16:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:16:59 smithi161 ceph-mon[116604]: pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:16:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:16:59 smithi028 ceph-mon[112123]: pgmap v911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:17:00.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:00.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:00.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:01.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:01.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:01.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:01.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:01.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:01 smithi138 ceph-mon[117003]: pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:17:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:01 smithi161 ceph-mon[116604]: pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:17:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:01 smithi028 ceph-mon[112123]: pgmap v912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:17:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:02 smithi138 ceph-mon[117003]: from='client.38118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:02 smithi161 ceph-mon[116604]: from='client.38118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:02.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:02 smithi028 ceph-mon[112123]: from='client.38118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:03 smithi138 ceph-mon[117003]: 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-07T05:17:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:03 smithi161 ceph-mon[116604]: 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-07T05:17:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:03 smithi028 ceph-mon[112123]: 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-07T05:17:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:05 smithi161 ceph-mon[116604]: 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-07T05:17:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:05 smithi028 ceph-mon[112123]: 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-07T05:17:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:05 smithi138 ceph-mon[117003]: 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-07T05:17:06.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:06.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:06.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:07.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:07.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:07.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:07.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:07.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:07 smithi138 ceph-mon[117003]: 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-07T05:17:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:07 smithi161 ceph-mon[116604]: 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-07T05:17:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:07 smithi028 ceph-mon[112123]: 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-07T05:17:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:08 smithi138 ceph-mon[117003]: from='client.38196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:08.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:08 smithi161 ceph-mon[116604]: from='client.38196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:08 smithi028 ceph-mon[112123]: from='client.38196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:09.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:09 smithi138 ceph-mon[117003]: 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-07T05:17:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:09 smithi161 ceph-mon[116604]: 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-07T05:17:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:09 smithi028 ceph-mon[112123]: 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-07T05:17:11.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:11 smithi138 ceph-mon[117003]: 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-07T05:17:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:11 smithi161 ceph-mon[116604]: 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-07T05:17:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:11 smithi028 ceph-mon[112123]: 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-07T05:17:12.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:12.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:12.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:13.230 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:13.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:13.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:13.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:13.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:13 smithi161 ceph-mon[116604]: 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-07T05:17:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:13 smithi028 ceph-mon[112123]: 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-07T05:17:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:13 smithi138 ceph-mon[117003]: 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-07T05:17:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:14 smithi161 ceph-mon[116604]: from='client.38271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:14 smithi028 ceph-mon[112123]: from='client.38271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:15.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:14 smithi138 ceph-mon[117003]: from='client.38271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:15 smithi161 ceph-mon[116604]: 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-07T05:17:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:15 smithi028 ceph-mon[112123]: 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-07T05:17:16.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:15 smithi138 ceph-mon[117003]: 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-07T05:17:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:17 smithi161 ceph-mon[116604]: 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-07T05:17:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:17 smithi028 ceph-mon[112123]: 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-07T05:17:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:17 smithi138 ceph-mon[117003]: 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-07T05:17:18.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:18.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:18.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:19.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:19.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:19.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:19.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:19.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:19 smithi028 ceph-mon[112123]: 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-07T05:17:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:19 smithi028 ceph-mon[112123]: from='client.38349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:17:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:19.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:19 smithi161 ceph-mon[116604]: 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-07T05:17:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:19 smithi161 ceph-mon[116604]: from='client.38349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:17:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:19 smithi138 ceph-mon[117003]: 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-07T05:17:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:19 smithi138 ceph-mon[117003]: from='client.38349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:17:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:17:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:17:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:17:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:17:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:17:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:21 smithi161 ceph-mon[116604]: pgmap v922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:17:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:21 smithi028 ceph-mon[112123]: pgmap v922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:17:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:21 smithi138 ceph-mon[117003]: pgmap v922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:17:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:23 smithi161 ceph-mon[116604]: pgmap v923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:23 smithi028 ceph-mon[112123]: pgmap v923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:24.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:24.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:24.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:23 smithi138 ceph-mon[117003]: pgmap v923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:24.802 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:24.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:24.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:24.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:24.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:25 smithi161 ceph-mon[116604]: from='client.38421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:25 smithi161 ceph-mon[116604]: 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-07T05:17:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:25 smithi028 ceph-mon[112123]: from='client.38421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:25 smithi028 ceph-mon[112123]: 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-07T05:17:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:25 smithi138 ceph-mon[117003]: from='client.38421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:25 smithi138 ceph-mon[117003]: 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-07T05:17:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:27 smithi138 ceph-mon[117003]: 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-07T05:17:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:27 smithi161 ceph-mon[116604]: 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-07T05:17:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:27 smithi028 ceph-mon[112123]: 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-07T05:17:29.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:29 smithi138 ceph-mon[117003]: 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-07T05:17:29.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:29.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:29.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:29 smithi161 ceph-mon[116604]: 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-07T05:17:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:29 smithi028 ceph-mon[112123]: 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-07T05:17:30.581 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:30.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:30.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:30.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:30.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:31.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:31 smithi138 ceph-mon[117003]: from='client.38493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:31.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:31 smithi138 ceph-mon[117003]: 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-07T05:17:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:31 smithi161 ceph-mon[116604]: from='client.38493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:31 smithi161 ceph-mon[116604]: 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-07T05:17:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:31 smithi028 ceph-mon[112123]: from='client.38493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:31 smithi028 ceph-mon[112123]: 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-07T05:17:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:33 smithi161 ceph-mon[116604]: pgmap v928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:17:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:33 smithi028 ceph-mon[112123]: pgmap v928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:17:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:33 smithi138 ceph-mon[117003]: pgmap v928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:17:35.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:35.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:35.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:35 smithi161 ceph-mon[116604]: pgmap v929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:35 smithi028 ceph-mon[112123]: pgmap v929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:35 smithi138 ceph-mon[117003]: pgmap v929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:36.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:36.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:36.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:36.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:36.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:37 smithi138 ceph-mon[117003]: from='client.38568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:37 smithi138 ceph-mon[117003]: 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-07T05:17:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:37 smithi161 ceph-mon[116604]: from='client.38568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:37 smithi161 ceph-mon[116604]: 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-07T05:17:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:37 smithi028 ceph-mon[112123]: from='client.38568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:37 smithi028 ceph-mon[112123]: 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-07T05:17:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:39 smithi161 ceph-mon[116604]: 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-07T05:17:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:39 smithi028 ceph-mon[112123]: 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-07T05:17:40.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:39 smithi138 ceph-mon[117003]: 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-07T05:17:41.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:41.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:41.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:41 smithi161 ceph-mon[116604]: 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-07T05:17:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:41 smithi028 ceph-mon[112123]: 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-07T05:17:42.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:41 smithi138 ceph-mon[117003]: 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-07T05:17:42.109 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:42.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:42.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:42.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:42.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:42.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:42 smithi161 ceph-mon[116604]: from='client.38643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:42.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:42 smithi028 ceph-mon[112123]: from='client.38643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:43.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:42 smithi138 ceph-mon[117003]: from='client.38643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:43 smithi161 ceph-mon[116604]: 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-07T05:17:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:43 smithi028 ceph-mon[112123]: 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-07T05:17:44.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:43 smithi138 ceph-mon[117003]: 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-07T05:17:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:45 smithi161 ceph-mon[116604]: 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-07T05:17:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:45 smithi028 ceph-mon[112123]: 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-07T05:17:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:45 smithi138 ceph-mon[117003]: 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-07T05:17:47.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:47.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:47.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:47.869 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:47.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:47.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:47.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:47.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:47 smithi161 ceph-mon[116604]: 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-07T05:17:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:47 smithi028 ceph-mon[112123]: 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-07T05:17:48.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:47 smithi138 ceph-mon[117003]: 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-07T05:17:48.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:48 smithi161 ceph-mon[116604]: from='client.38718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:48 smithi028 ceph-mon[112123]: from='client.38718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:49.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:48 smithi138 ceph-mon[117003]: from='client.38718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:49 smithi161 ceph-mon[116604]: 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-07T05:17:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:49 smithi028 ceph-mon[112123]: 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-07T05:17:50.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:49 smithi138 ceph-mon[117003]: 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-07T05:17:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:51 smithi161 ceph-mon[116604]: 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-07T05:17:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:51 smithi028 ceph-mon[112123]: 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-07T05:17:52.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:51 smithi138 ceph-mon[117003]: 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-07T05:17:52.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:52.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:52.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:53.630 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:53.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:53.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:53.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:53.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:53 smithi161 ceph-mon[116604]: 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-07T05:17:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:53 smithi028 ceph-mon[112123]: 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-07T05:17:54.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:53 smithi138 ceph-mon[117003]: 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-07T05:17:54.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:54 smithi161 ceph-mon[116604]: from='client.38796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:54.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:54 smithi028 ceph-mon[112123]: from='client.38796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:55.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:54 smithi138 ceph-mon[117003]: from='client.38796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:17:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:55 smithi161 ceph-mon[116604]: pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:17:55.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:55 smithi028 ceph-mon[112123]: pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:17:56.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:55 smithi138 ceph-mon[117003]: pgmap v939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:17:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:57 smithi161 ceph-mon[116604]: pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:57 smithi028 ceph-mon[112123]: pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:58.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:57 smithi138 ceph-mon[117003]: pgmap v940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:58.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:17:58.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:17:58.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:17:59.391 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:17:59.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:17:59.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:17:59.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:17:59.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:17:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:17:59 smithi161 ceph-mon[116604]: pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:17:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:17:59 smithi028 ceph-mon[112123]: pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:00.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:17:59 smithi138 ceph-mon[117003]: pgmap v941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:00.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:00 smithi161 ceph-mon[116604]: from='client.38874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:00.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:00 smithi028 ceph-mon[112123]: from='client.38874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:01.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:00 smithi138 ceph-mon[117003]: from='client.38874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:01 smithi161 ceph-mon[116604]: pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:18:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:01 smithi028 ceph-mon[112123]: pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:18:02.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:01 smithi138 ceph-mon[117003]: pgmap v942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:18:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:03 smithi161 ceph-mon[116604]: pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:18:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:03 smithi028 ceph-mon[112123]: pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:18:04.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:03 smithi138 ceph-mon[117003]: pgmap v943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:18:04.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:04.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:04.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:05.153 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:05.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:05.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:05.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:05.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:05 smithi161 ceph-mon[116604]: 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-07T05:18:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:05 smithi028 ceph-mon[112123]: 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-07T05:18:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:05 smithi138 ceph-mon[117003]: 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-07T05:18:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:06 smithi161 ceph-mon[116604]: from='client.38952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:06 smithi028 ceph-mon[112123]: from='client.38952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:06.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:06 smithi138 ceph-mon[117003]: from='client.38952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:07 smithi161 ceph-mon[116604]: pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:07 smithi028 ceph-mon[112123]: pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:07 smithi138 ceph-mon[117003]: pgmap v945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:09 smithi161 ceph-mon[116604]: pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:09 smithi028 ceph-mon[112123]: pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:09 smithi138 ceph-mon[117003]: pgmap v946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:10.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:10.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:10.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:10.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:10.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:10.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:10.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:10.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:11 smithi161 ceph-mon[116604]: pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:11 smithi161 ceph-mon[116604]: from='client.39030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:11 smithi028 ceph-mon[112123]: pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:11 smithi028 ceph-mon[112123]: from='client.39030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:12.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:11 smithi138 ceph-mon[117003]: pgmap v947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:11 smithi138 ceph-mon[117003]: from='client.39030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:13 smithi161 ceph-mon[116604]: pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:18:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:13 smithi028 ceph-mon[112123]: pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:18:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:13 smithi138 ceph-mon[117003]: pgmap v948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:18:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:15 smithi161 ceph-mon[116604]: pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:18:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:15 smithi028 ceph-mon[112123]: pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:18:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:15 smithi138 ceph-mon[117003]: pgmap v949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:18:15.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:15.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:15.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:16.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:16.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:16.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:16.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:16.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:17 smithi161 ceph-mon[116604]: from='client.39108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:17 smithi161 ceph-mon[116604]: 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-07T05:18:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:17 smithi028 ceph-mon[112123]: from='client.39108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:17 smithi028 ceph-mon[112123]: 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-07T05:18:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:17 smithi138 ceph-mon[117003]: from='client.39108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:17 smithi138 ceph-mon[117003]: 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-07T05:18:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:19 smithi161 ceph-mon[116604]: 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-07T05:18:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:19 smithi028 ceph-mon[112123]: 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-07T05:18:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:19 smithi138 ceph-mon[117003]: 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-07T05:18:21.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:21.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:21.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:21 smithi161 ceph-mon[116604]: 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-07T05:18:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:18:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:18:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:18:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:18:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:21 smithi028 ceph-mon[112123]: 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-07T05:18:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:18:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:18:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:18:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:18:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:21 smithi138 ceph-mon[117003]: 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-07T05:18:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:18:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:18:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:18:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:18:22.478 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:22.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:22.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:22.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:22.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:23 smithi161 ceph-mon[116604]: from='client.39186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:23 smithi161 ceph-mon[116604]: 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-07T05:18:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:23 smithi028 ceph-mon[112123]: from='client.39186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:23 smithi028 ceph-mon[112123]: 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-07T05:18:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:23 smithi138 ceph-mon[117003]: from='client.39186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:23 smithi138 ceph-mon[117003]: 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-07T05:18:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:25 smithi161 ceph-mon[116604]: 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-07T05:18:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:25 smithi028 ceph-mon[112123]: 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-07T05:18:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:25 smithi138 ceph-mon[117003]: 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-07T05:18:27.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:27.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:27.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:27 smithi161 ceph-mon[116604]: 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-07T05:18:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:27 smithi028 ceph-mon[112123]: 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-07T05:18:28.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:27 smithi138 ceph-mon[117003]: 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-07T05:18:28.239 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:28.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:28.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:28.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:28.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:29 smithi161 ceph-mon[116604]: from='client.39264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:29 smithi161 ceph-mon[116604]: 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-07T05:18:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:29 smithi028 ceph-mon[112123]: from='client.39264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:29 smithi028 ceph-mon[112123]: 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-07T05:18:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:29 smithi138 ceph-mon[117003]: from='client.39264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:29 smithi138 ceph-mon[117003]: 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-07T05:18:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:31 smithi161 ceph-mon[116604]: 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-07T05:18:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:31 smithi028 ceph-mon[112123]: 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-07T05:18:32.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:31 smithi138 ceph-mon[117003]: 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-07T05:18:33.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:33.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:33.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:33 smithi161 ceph-mon[116604]: 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-07T05:18:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:33 smithi028 ceph-mon[112123]: 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-07T05:18:34.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:34.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:34.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:34.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:34.016 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:33 smithi138 ceph-mon[117003]: 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-07T05:18:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:34 smithi161 ceph-mon[116604]: from='client.39339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:34.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:34 smithi028 ceph-mon[112123]: from='client.39339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:35.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:34 smithi138 ceph-mon[117003]: from='client.39339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:35 smithi161 ceph-mon[116604]: pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:18:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:35 smithi028 ceph-mon[112123]: pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:18:36.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:35 smithi138 ceph-mon[117003]: pgmap v959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:18:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:37 smithi161 ceph-mon[116604]: pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:37 smithi028 ceph-mon[112123]: pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:38.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:37 smithi138 ceph-mon[117003]: pgmap v960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:39.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:39.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:39.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:39.795 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:39.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:39.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:39.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:39.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:39 smithi161 ceph-mon[116604]: pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:39 smithi028 ceph-mon[112123]: pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:40.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:39 smithi138 ceph-mon[117003]: pgmap v961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:40.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:40 smithi161 ceph-mon[116604]: from='client.39414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:40 smithi028 ceph-mon[112123]: from='client.39414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:41.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:40 smithi138 ceph-mon[117003]: from='client.39414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:41 smithi161 ceph-mon[116604]: 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-07T05:18:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:41 smithi028 ceph-mon[112123]: 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-07T05:18:42.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:41 smithi138 ceph-mon[117003]: 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-07T05:18:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:43 smithi161 ceph-mon[116604]: 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-07T05:18:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:43 smithi028 ceph-mon[112123]: 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-07T05:18:44.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:43 smithi138 ceph-mon[117003]: 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-07T05:18:44.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:44.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:44.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:45.583 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:45.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:45.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:45.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:45.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:45 smithi161 ceph-mon[116604]: 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-07T05:18:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:45 smithi028 ceph-mon[112123]: 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-07T05:18:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:45 smithi138 ceph-mon[117003]: 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-07T05:18:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:46 smithi161 ceph-mon[116604]: from='client.39489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:46 smithi028 ceph-mon[112123]: from='client.39489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:46 smithi138 ceph-mon[117003]: from='client.39489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:47 smithi161 ceph-mon[116604]: pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:47 smithi028 ceph-mon[112123]: pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:47 smithi138 ceph-mon[117003]: pgmap v965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:49 smithi161 ceph-mon[116604]: pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:49 smithi028 ceph-mon[112123]: pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:50.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:49 smithi138 ceph-mon[117003]: pgmap v966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:18:50.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:50.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:50.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:51.353 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:51.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:51.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:51.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:51.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:51 smithi161 ceph-mon[116604]: pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:51 smithi028 ceph-mon[112123]: pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:52.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:51 smithi138 ceph-mon[117003]: pgmap v967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:18:52.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:52 smithi161 ceph-mon[116604]: from='client.39561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:52.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:52 smithi028 ceph-mon[112123]: from='client.39561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:53.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:52 smithi138 ceph-mon[117003]: from='client.39561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:53 smithi161 ceph-mon[116604]: 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-07T05:18:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:53 smithi028 ceph-mon[112123]: 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-07T05:18:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:53 smithi138 ceph-mon[117003]: 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-07T05:18:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:55 smithi161 ceph-mon[116604]: 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-07T05:18:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:55 smithi028 ceph-mon[112123]: 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-07T05:18:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:55 smithi138 ceph-mon[117003]: 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-07T05:18:56.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:18:56.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:18:56.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:18:57.112 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:18:57.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:18:57.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:18:57.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:18:57.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:18:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:57 smithi161 ceph-mon[116604]: 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-07T05:18:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:57 smithi161 ceph-mon[116604]: from='client.39639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:57 smithi028 ceph-mon[112123]: 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-07T05:18:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:57 smithi028 ceph-mon[112123]: from='client.39639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:58.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:57 smithi138 ceph-mon[117003]: 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-07T05:18:58.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:57 smithi138 ceph-mon[117003]: from='client.39639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:18:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:18:59 smithi161 ceph-mon[116604]: 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-07T05:18:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:18:59 smithi028 ceph-mon[112123]: 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-07T05:19:00.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:18:59 smithi138 ceph-mon[117003]: 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-07T05:19:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:01 smithi161 ceph-mon[116604]: 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-07T05:19:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:01 smithi028 ceph-mon[112123]: 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-07T05:19:02.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:01 smithi138 ceph-mon[117003]: 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-07T05:19:02.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:02.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:02.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:02.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:02.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:02.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:02.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:02.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:03 smithi161 ceph-mon[116604]: from='client.39717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:03 smithi161 ceph-mon[116604]: 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-07T05:19:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:03 smithi028 ceph-mon[112123]: from='client.39717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:03 smithi028 ceph-mon[112123]: 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-07T05:19:04.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:03 smithi138 ceph-mon[117003]: from='client.39717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:04.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:03 smithi138 ceph-mon[117003]: 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-07T05:19:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:05 smithi161 ceph-mon[116604]: 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-07T05:19:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:05 smithi028 ceph-mon[112123]: 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-07T05:19:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:05 smithi138 ceph-mon[117003]: 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-07T05:19:07.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:07.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:07.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:07 smithi161 ceph-mon[116604]: 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-07T05:19:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:07 smithi028 ceph-mon[112123]: 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-07T05:19:08.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:07 smithi138 ceph-mon[117003]: 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-07T05:19:08.684 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:08.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:08.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:08.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:08.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:09 smithi161 ceph-mon[116604]: from='client.39792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:09 smithi161 ceph-mon[116604]: 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-07T05:19:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:09 smithi028 ceph-mon[112123]: from='client.39792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:09 smithi028 ceph-mon[112123]: 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-07T05:19:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:09 smithi138 ceph-mon[117003]: from='client.39792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:09 smithi138 ceph-mon[117003]: 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-07T05:19:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:11 smithi161 ceph-mon[116604]: 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-07T05:19:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:11 smithi028 ceph-mon[112123]: 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-07T05:19:12.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:11 smithi138 ceph-mon[117003]: 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-07T05:19:13.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:13.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:13.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:13 smithi161 ceph-mon[116604]: 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-07T05:19:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:13 smithi028 ceph-mon[112123]: 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-07T05:19:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:13 smithi138 ceph-mon[117003]: 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-07T05:19:14.443 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:14.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:14.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:14.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:14.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:15 smithi161 ceph-mon[116604]: from='client.39864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:15 smithi161 ceph-mon[116604]: 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-07T05:19:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:15 smithi028 ceph-mon[112123]: from='client.39864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:15 smithi028 ceph-mon[112123]: 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-07T05:19:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:15 smithi138 ceph-mon[117003]: from='client.39864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:15 smithi138 ceph-mon[117003]: 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-07T05:19:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:17 smithi161 ceph-mon[116604]: 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-07T05:19:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:17 smithi028 ceph-mon[112123]: 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-07T05:19:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:17 smithi138 ceph-mon[117003]: 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-07T05:19:19.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:19.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:19.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:19 smithi161 ceph-mon[116604]: 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-07T05:19:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:19 smithi028 ceph-mon[112123]: 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-07T05:19:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:19 smithi138 ceph-mon[117003]: 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-07T05:19:20.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:20.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:20.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:20.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:20.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:21 smithi161 ceph-mon[116604]: from='client.39942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:21 smithi161 ceph-mon[116604]: 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-07T05:19:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:19:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:21 smithi028 ceph-mon[112123]: from='client.39942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:21 smithi028 ceph-mon[112123]: 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-07T05:19:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:19:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:21 smithi138 ceph-mon[117003]: from='client.39942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:21 smithi138 ceph-mon[117003]: 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-07T05:19:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:19:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:19:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:19:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:19:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:19:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:19:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:19:23.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:19:23.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:19:23.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:19:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:23 smithi161 ceph-mon[116604]: 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-07T05:19:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:23 smithi028 ceph-mon[112123]: 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-07T05:19:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:23 smithi138 ceph-mon[117003]: 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-07T05:19:25.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:25.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:25.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:25 smithi161 ceph-mon[116604]: 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-07T05:19:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:25 smithi028 ceph-mon[112123]: 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-07T05:19:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:25 smithi138 ceph-mon[117003]: 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-07T05:19:26.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:26.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:26.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:26.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:26.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:26 smithi161 ceph-mon[116604]: from='client.40014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:26 smithi028 ceph-mon[112123]: from='client.40014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:26 smithi138 ceph-mon[117003]: from='client.40014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:27 smithi161 ceph-mon[116604]: 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-07T05:19:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:27 smithi028 ceph-mon[112123]: 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-07T05:19:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:27 smithi138 ceph-mon[117003]: 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-07T05:19:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:29 smithi161 ceph-mon[116604]: 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-07T05:19:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:29 smithi028 ceph-mon[112123]: 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-07T05:19:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:29 smithi138 ceph-mon[117003]: 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-07T05:19:31.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:31.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:31.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:31.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:31.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:31.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:31.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:31.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:31 smithi161 ceph-mon[116604]: 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-07T05:19:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:31 smithi028 ceph-mon[112123]: 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-07T05:19:32.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:31 smithi138 ceph-mon[117003]: 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-07T05:19:32.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:32 smithi161 ceph-mon[116604]: from='client.40089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:32.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:32 smithi028 ceph-mon[112123]: from='client.40089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:33.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:32 smithi138 ceph-mon[117003]: from='client.40089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:33 smithi161 ceph-mon[116604]: 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-07T05:19:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:33 smithi028 ceph-mon[112123]: 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-07T05:19:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:33 smithi138 ceph-mon[117003]: 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-07T05:19:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:35 smithi161 ceph-mon[116604]: 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-07T05:19:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:35 smithi028 ceph-mon[112123]: 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-07T05:19:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:35 smithi138 ceph-mon[117003]: 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-07T05:19:36.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:36.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:36.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:37.569 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:37.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:37.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:37.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:37.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:37 smithi161 ceph-mon[116604]: 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-07T05:19:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:37 smithi028 ceph-mon[112123]: 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-07T05:19:38.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:37 smithi138 ceph-mon[117003]: 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-07T05:19:38.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:38 smithi161 ceph-mon[116604]: from='client.40164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:38 smithi028 ceph-mon[112123]: from='client.40164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:39.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:38 smithi138 ceph-mon[117003]: from='client.40164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:39 smithi161 ceph-mon[116604]: 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-07T05:19:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:39 smithi028 ceph-mon[112123]: 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-07T05:19:40.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:39 smithi138 ceph-mon[117003]: 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-07T05:19:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:41 smithi161 ceph-mon[116604]: 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-07T05:19:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:41 smithi028 ceph-mon[112123]: 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-07T05:19:42.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:41 smithi138 ceph-mon[117003]: 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-07T05:19:42.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:42.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:42.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:43.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:43.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:43.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:43.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:43.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:43 smithi161 ceph-mon[116604]: 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-07T05:19:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:43 smithi028 ceph-mon[112123]: 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-07T05:19:44.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:43 smithi138 ceph-mon[117003]: 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-07T05:19:44.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:44 smithi161 ceph-mon[116604]: from='client.40239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:44 smithi028 ceph-mon[112123]: from='client.40239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:45.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:44 smithi138 ceph-mon[117003]: from='client.40239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:45.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:45 smithi161 ceph-mon[116604]: 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-07T05:19:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:45 smithi028 ceph-mon[112123]: 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-07T05:19:46.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:45 smithi138 ceph-mon[117003]: 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-07T05:19:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:47 smithi161 ceph-mon[116604]: 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-07T05:19:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:47 smithi028 ceph-mon[112123]: 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-07T05:19:48.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:47 smithi138 ceph-mon[117003]: 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-07T05:19:48.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:48.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:48.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:49.114 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:49.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:49.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:49.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:49.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:49 smithi161 ceph-mon[116604]: 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-07T05:19:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:49 smithi161 ceph-mon[116604]: from='client.40317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:49 smithi028 ceph-mon[112123]: 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-07T05:19:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:49 smithi028 ceph-mon[112123]: from='client.40317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:50.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:49 smithi138 ceph-mon[117003]: 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-07T05:19:50.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:49 smithi138 ceph-mon[117003]: from='client.40317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:51 smithi161 ceph-mon[116604]: pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:19:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:51 smithi028 ceph-mon[112123]: pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:19:52.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:51 smithi138 ceph-mon[117003]: pgmap v997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:19:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:53 smithi161 ceph-mon[116604]: pgmap v998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:19:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:53 smithi028 ceph-mon[112123]: pgmap v998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:19:54.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:53 smithi138 ceph-mon[117003]: pgmap v998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:19:54.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:54.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:54.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:54.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:19:54.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:19:54.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:19:54.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:19:54.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:19:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:55 smithi161 ceph-mon[116604]: from='client.40392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:55 smithi161 ceph-mon[116604]: pgmap v999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:19:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:55 smithi028 ceph-mon[112123]: from='client.40392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:55 smithi028 ceph-mon[112123]: pgmap v999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:19:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:55 smithi138 ceph-mon[117003]: from='client.40392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:19:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:55 smithi138 ceph-mon[117003]: pgmap v999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:19:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:57 smithi161 ceph-mon[116604]: pgmap v1000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:19:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:57 smithi028 ceph-mon[112123]: pgmap v1000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:19:58.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:57 smithi138 ceph-mon[117003]: pgmap v1000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:19:59.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:19:59.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:19:59.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:19:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:19:59 smithi161 ceph-mon[116604]: pgmap v1001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:19:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:19:59 smithi028 ceph-mon[112123]: pgmap v1001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:20:00.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:19:59 smithi138 ceph-mon[117003]: pgmap v1001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:20:00.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:00.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:00.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:00.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:00.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:00.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T05:20:00.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T05:20:01.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T05:20:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:01 smithi161 ceph-mon[116604]: from='client.40464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:01 smithi161 ceph-mon[116604]: 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-07T05:20:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:01 smithi028 ceph-mon[112123]: from='client.40464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:01 smithi028 ceph-mon[112123]: 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-07T05:20:02.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:01 smithi138 ceph-mon[117003]: from='client.40464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:02.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:01 smithi138 ceph-mon[117003]: 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-07T05:20:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:03 smithi161 ceph-mon[116604]: pgmap v1003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:20:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:03 smithi028 ceph-mon[112123]: pgmap v1003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:20:04.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:03 smithi138 ceph-mon[117003]: pgmap v1003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:20:05.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:05.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:05.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:05 smithi161 ceph-mon[116604]: pgmap v1004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:20:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:05 smithi028 ceph-mon[112123]: pgmap v1004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:20:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:05 smithi138 ceph-mon[117003]: pgmap v1004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:20:06.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:06.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:06.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:06.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:06.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:07 smithi161 ceph-mon[116604]: from='client.40542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:07 smithi161 ceph-mon[116604]: pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:07 smithi028 ceph-mon[112123]: from='client.40542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:07 smithi028 ceph-mon[112123]: pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:08.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:07 smithi138 ceph-mon[117003]: from='client.40542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:08.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:07 smithi138 ceph-mon[117003]: pgmap v1005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:09 smithi161 ceph-mon[116604]: pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:09 smithi028 ceph-mon[112123]: pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:09 smithi138 ceph-mon[117003]: pgmap v1006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:11.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:11.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:11.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:11 smithi161 ceph-mon[116604]: pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:20:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:11 smithi028 ceph-mon[112123]: pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:20:12.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:11 smithi138 ceph-mon[117003]: pgmap v1007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:20:12.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:12.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:12.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:12.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:12.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:13 smithi161 ceph-mon[116604]: from='client.40620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:13 smithi161 ceph-mon[116604]: 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-07T05:20:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:13 smithi028 ceph-mon[112123]: from='client.40620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:13 smithi028 ceph-mon[112123]: 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-07T05:20:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:13 smithi138 ceph-mon[117003]: from='client.40620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:13 smithi138 ceph-mon[117003]: 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-07T05:20:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:15 smithi161 ceph-mon[116604]: 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-07T05:20:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:15 smithi028 ceph-mon[112123]: 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-07T05:20:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:15 smithi138 ceph-mon[117003]: 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-07T05:20:17.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:17.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:17.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:17 smithi161 ceph-mon[116604]: 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-07T05:20:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:17 smithi028 ceph-mon[112123]: 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-07T05:20:17.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:17.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:17.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:17.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:17.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:17 smithi138 ceph-mon[117003]: 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-07T05:20:18.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:18 smithi161 ceph-mon[116604]: from='client.40698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:18 smithi028 ceph-mon[112123]: from='client.40698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:19.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:18 smithi138 ceph-mon[117003]: from='client.40698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:19 smithi161 ceph-mon[116604]: 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-07T05:20:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:19 smithi028 ceph-mon[112123]: 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-07T05:20:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:19 smithi138 ceph-mon[117003]: 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-07T05:20:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:21 smithi161 ceph-mon[116604]: 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-07T05:20:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:21 smithi028 ceph-mon[112123]: 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-07T05:20:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:21 smithi138 ceph-mon[117003]: 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-07T05:20:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:20:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:20:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:20:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:20:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:20:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:20:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:20:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:20:22.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:22.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:22.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:23.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:20:23.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:20:23.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:20:23.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:20:23.748 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:23.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:23.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:23.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:23.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:23 smithi161 ceph-mon[116604]: 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-07T05:20:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:23 smithi028 ceph-mon[112123]: 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-07T05:20:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:23 smithi138 ceph-mon[117003]: 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-07T05:20:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:24 smithi161 ceph-mon[116604]: from='client.40776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:24 smithi028 ceph-mon[112123]: from='client.40776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:25.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:24 smithi138 ceph-mon[117003]: from='client.40776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:25 smithi161 ceph-mon[116604]: 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-07T05:20:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:25 smithi028 ceph-mon[112123]: 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-07T05:20:26.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:25 smithi138 ceph-mon[117003]: 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-07T05:20:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:27 smithi161 ceph-mon[116604]: 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-07T05:20:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:27 smithi028 ceph-mon[112123]: 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-07T05:20:28.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:27 smithi138 ceph-mon[117003]: 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-07T05:20:28.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:28.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:28.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:29.529 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:29.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:29.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:29.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:29.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:29 smithi161 ceph-mon[116604]: 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-07T05:20:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:29 smithi028 ceph-mon[112123]: 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-07T05:20:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:29 smithi138 ceph-mon[117003]: 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-07T05:20:30.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:30 smithi161 ceph-mon[116604]: from='client.40851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:30.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:30 smithi028 ceph-mon[112123]: from='client.40851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:31.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:30 smithi138 ceph-mon[117003]: from='client.40851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:31 smithi161 ceph-mon[116604]: pgmap v1017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:31 smithi028 ceph-mon[112123]: pgmap v1017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:32.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:31 smithi138 ceph-mon[117003]: pgmap v1017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:33 smithi161 ceph-mon[116604]: pgmap v1018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:20:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:33 smithi028 ceph-mon[112123]: pgmap v1018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:20:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:33 smithi138 ceph-mon[117003]: pgmap v1018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:20:34.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:34.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:34.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:35.300 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:35.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:35.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:35.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:35.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:35 smithi161 ceph-mon[116604]: 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-07T05:20:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:35 smithi028 ceph-mon[112123]: 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-07T05:20:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:35 smithi138 ceph-mon[117003]: 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-07T05:20:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:36 smithi161 ceph-mon[116604]: from='client.40926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:36 smithi028 ceph-mon[112123]: from='client.40926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:36.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:36 smithi138 ceph-mon[117003]: from='client.40926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:37 smithi161 ceph-mon[116604]: 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-07T05:20:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:37 smithi028 ceph-mon[112123]: 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-07T05:20:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:37 smithi138 ceph-mon[117003]: 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-07T05:20:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:39 smithi161 ceph-mon[116604]: 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-07T05:20:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:39 smithi028 ceph-mon[112123]: 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-07T05:20:40.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:39 smithi138 ceph-mon[117003]: 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-07T05:20:40.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:40.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:40.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:41.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:41.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:41.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:41.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:41.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:41 smithi161 ceph-mon[116604]: 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-07T05:20:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:41 smithi161 ceph-mon[116604]: from='client.41001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:41 smithi028 ceph-mon[112123]: 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-07T05:20:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:41 smithi028 ceph-mon[112123]: from='client.41001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:42.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:41 smithi138 ceph-mon[117003]: 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-07T05:20:42.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:41 smithi138 ceph-mon[117003]: from='client.41001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:43 smithi161 ceph-mon[116604]: pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:43 smithi028 ceph-mon[112123]: pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:44.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:43 smithi138 ceph-mon[117003]: pgmap v1023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:20:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:45 smithi161 ceph-mon[116604]: pgmap v1024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:20:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:45 smithi028 ceph-mon[112123]: pgmap v1024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:20:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:45 smithi138 ceph-mon[117003]: pgmap v1024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:20:46.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:46.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:46.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:46.867 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:46.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:46.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:46.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:46.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:47 smithi161 ceph-mon[116604]: from='client.41076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:47 smithi161 ceph-mon[116604]: 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-07T05:20:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:47 smithi028 ceph-mon[112123]: from='client.41076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:47 smithi028 ceph-mon[112123]: 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-07T05:20:48.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:47 smithi138 ceph-mon[117003]: from='client.41076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:48.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:47 smithi138 ceph-mon[117003]: 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-07T05:20:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:49 smithi161 ceph-mon[116604]: 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-07T05:20:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:49 smithi028 ceph-mon[112123]: 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-07T05:20:50.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:49 smithi138 ceph-mon[117003]: 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-07T05:20:51.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:51.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:51.870 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:51 smithi161 ceph-mon[116604]: 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-07T05:20:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:51 smithi028 ceph-mon[112123]: 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-07T05:20:52.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:51 smithi138 ceph-mon[117003]: 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-07T05:20:52.629 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:52.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:52.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:52.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:52.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:53 smithi161 ceph-mon[116604]: from='client.41154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:53 smithi161 ceph-mon[116604]: 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-07T05:20:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:53 smithi028 ceph-mon[112123]: from='client.41154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:53 smithi028 ceph-mon[112123]: 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-07T05:20:54.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:53 smithi138 ceph-mon[117003]: from='client.41154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:54.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:53 smithi138 ceph-mon[117003]: 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-07T05:20:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:55 smithi161 ceph-mon[116604]: 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-07T05:20:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:55 smithi028 ceph-mon[112123]: 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-07T05:20:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:55 smithi138 ceph-mon[117003]: 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-07T05:20:57.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:20:57.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:20:57.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:20:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:57 smithi161 ceph-mon[116604]: 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-07T05:20:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:57 smithi028 ceph-mon[112123]: 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-07T05:20:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:57 smithi138 ceph-mon[117003]: 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-07T05:20:58.411 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:20:58.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:20:58.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:20:58.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:20:58.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:20:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:59 smithi161 ceph-mon[116604]: from='client.41232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:20:59 smithi161 ceph-mon[116604]: 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-07T05:20:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:59 smithi028 ceph-mon[112123]: from='client.41232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:20:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:20:59 smithi028 ceph-mon[112123]: 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-07T05:21:00.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:59 smithi138 ceph-mon[117003]: from='client.41232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:00.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:20:59 smithi138 ceph-mon[117003]: 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-07T05:21:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:01 smithi161 ceph-mon[116604]: 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-07T05:21:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:01 smithi028 ceph-mon[112123]: 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-07T05:21:02.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:01 smithi138 ceph-mon[117003]: 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-07T05:21:03.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:03.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:03.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:03 smithi161 ceph-mon[116604]: 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-07T05:21:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:03 smithi028 ceph-mon[112123]: 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-07T05:21:04.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:03 smithi138 ceph-mon[117003]: 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-07T05:21:04.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:04.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:04.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:04.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:04.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:04.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:04 smithi161 ceph-mon[116604]: from='client.41307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:04 smithi028 ceph-mon[112123]: from='client.41307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:05.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:04 smithi138 ceph-mon[117003]: from='client.41307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:05 smithi161 ceph-mon[116604]: pgmap v1034: 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-07T05:21:05.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:05 smithi028 ceph-mon[112123]: pgmap v1034: 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-07T05:21:06.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:05 smithi138 ceph-mon[117003]: pgmap v1034: 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-07T05:21:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:07 smithi161 ceph-mon[116604]: pgmap v1035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:07 smithi028 ceph-mon[112123]: pgmap v1035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:08.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:07 smithi138 ceph-mon[117003]: pgmap v1035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:09.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:09.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:09.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:09 smithi161 ceph-mon[116604]: pgmap v1036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:09.961 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:09.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:09.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:09.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:09.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:09 smithi028 ceph-mon[112123]: pgmap v1036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:09 smithi138 ceph-mon[117003]: pgmap v1036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:10.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:10 smithi161 ceph-mon[116604]: from='client.41385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:10.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:10 smithi028 ceph-mon[112123]: from='client.41385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:11.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:10 smithi138 ceph-mon[117003]: from='client.41385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:11 smithi161 ceph-mon[116604]: pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:11 smithi028 ceph-mon[112123]: pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:12.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:11 smithi138 ceph-mon[117003]: pgmap v1037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:13 smithi161 ceph-mon[116604]: pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:13 smithi028 ceph-mon[112123]: pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:13 smithi138 ceph-mon[117003]: pgmap v1038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:14.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:14.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:14.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:15 smithi161 ceph-mon[116604]: 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-07T05:21:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:15 smithi028 ceph-mon[112123]: 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-07T05:21:15.738 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:15.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:15.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:15.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:15.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:15 smithi138 ceph-mon[117003]: 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-07T05:21:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:16 smithi161 ceph-mon[116604]: from='client.41463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:16 smithi028 ceph-mon[112123]: from='client.41463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:16.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:16 smithi138 ceph-mon[117003]: from='client.41463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:17 smithi161 ceph-mon[116604]: pgmap v1040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:17.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:17 smithi028 ceph-mon[112123]: pgmap v1040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:17 smithi138 ceph-mon[117003]: pgmap v1040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:19 smithi161 ceph-mon[116604]: pgmap v1041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:19 smithi028 ceph-mon[112123]: pgmap v1041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:19 smithi138 ceph-mon[117003]: pgmap v1041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:21:20.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:20.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:20.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:21.505 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:21.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:21.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:21.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:21.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:21 smithi161 ceph-mon[116604]: pgmap v1042: 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-07T05:21:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:21 smithi028 ceph-mon[112123]: pgmap v1042: 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-07T05:21:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:21 smithi138 ceph-mon[117003]: pgmap v1042: 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-07T05:21:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:22 smithi161 ceph-mon[116604]: from='client.41532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:22 smithi028 ceph-mon[112123]: from='client.41532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:23.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:22 smithi138 ceph-mon[117003]: from='client.41532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:23 smithi161 ceph-mon[116604]: pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:21:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:21:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:21:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:21:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:23 smithi028 ceph-mon[112123]: pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:21:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:21:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:21:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:21:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:23 smithi138 ceph-mon[117003]: pgmap v1043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:21:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:21:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:21:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:21:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:25 smithi161 ceph-mon[116604]: pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:21:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:25 smithi028 ceph-mon[112123]: pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:21:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:25 smithi138 ceph-mon[117003]: pgmap v1044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:21:26.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:26.507 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:26.507 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:27.287 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:27.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:27.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:27.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:27.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:27 smithi161 ceph-mon[116604]: 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-07T05:21:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:27 smithi028 ceph-mon[112123]: 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-07T05:21:28.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:27 smithi138 ceph-mon[117003]: 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-07T05:21:28.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:28 smithi161 ceph-mon[116604]: from='client.41610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:28 smithi028 ceph-mon[112123]: from='client.41610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:29.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:28 smithi138 ceph-mon[117003]: from='client.41610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:29 smithi161 ceph-mon[116604]: 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-07T05:21:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:29 smithi028 ceph-mon[112123]: 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-07T05:21:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:29 smithi138 ceph-mon[117003]: 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-07T05:21:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:31 smithi161 ceph-mon[116604]: 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-07T05:21:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:31 smithi028 ceph-mon[112123]: 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-07T05:21:32.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:31 smithi138 ceph-mon[117003]: 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-07T05:21:32.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:32.289 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:32.289 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:33.075 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:33.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:33.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:33.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:33.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:33 smithi161 ceph-mon[116604]: 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-07T05:21:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:33 smithi161 ceph-mon[116604]: from='client.41682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:33 smithi028 ceph-mon[112123]: 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-07T05:21:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:33 smithi028 ceph-mon[112123]: from='client.41682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:33 smithi138 ceph-mon[117003]: 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-07T05:21:34.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:33 smithi138 ceph-mon[117003]: from='client.41682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:35 smithi161 ceph-mon[116604]: 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-07T05:21:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:35 smithi028 ceph-mon[112123]: 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-07T05:21:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:35 smithi138 ceph-mon[117003]: 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-07T05:21:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:37 smithi161 ceph-mon[116604]: 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-07T05:21:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:37 smithi028 ceph-mon[112123]: 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-07T05:21:38.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:37 smithi138 ceph-mon[117003]: 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-07T05:21:38.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:38.077 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:38.077 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:38.843 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:38.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:38.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:38.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:38.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:39 smithi161 ceph-mon[116604]: from='client.41757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:39 smithi161 ceph-mon[116604]: 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-07T05:21:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:39 smithi028 ceph-mon[112123]: from='client.41757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:39 smithi028 ceph-mon[112123]: 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-07T05:21:40.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:39 smithi138 ceph-mon[117003]: from='client.41757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:40.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:39 smithi138 ceph-mon[117003]: 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-07T05:21:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:41 smithi161 ceph-mon[116604]: 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-07T05:21:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:41 smithi028 ceph-mon[112123]: 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-07T05:21:42.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:41 smithi138 ceph-mon[117003]: 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-07T05:21:43.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:43.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:43.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:43 smithi161 ceph-mon[116604]: 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-07T05:21:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:43 smithi028 ceph-mon[112123]: 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-07T05:21:44.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:43 smithi138 ceph-mon[117003]: 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-07T05:21:44.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:44.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:44.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:44.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:44.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:45 smithi161 ceph-mon[116604]: from='client.41832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:45 smithi161 ceph-mon[116604]: pgmap v1054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:45 smithi028 ceph-mon[112123]: from='client.41832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:45 smithi028 ceph-mon[112123]: pgmap v1054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:45 smithi138 ceph-mon[117003]: from='client.41832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:45 smithi138 ceph-mon[117003]: pgmap v1054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:47 smithi161 ceph-mon[116604]: pgmap v1055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:47 smithi028 ceph-mon[112123]: pgmap v1055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:48.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:47 smithi138 ceph-mon[117003]: pgmap v1055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:49.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:49.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:49.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:49 smithi161 ceph-mon[116604]: pgmap v1056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:49 smithi028 ceph-mon[112123]: pgmap v1056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:50.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:49 smithi138 ceph-mon[117003]: pgmap v1056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:50.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:50.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:50.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:50.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:50.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:51 smithi161 ceph-mon[116604]: from='client.41910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:51.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:51 smithi161 ceph-mon[116604]: pgmap v1057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:51 smithi028 ceph-mon[112123]: from='client.41910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:51 smithi028 ceph-mon[112123]: pgmap v1057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:52.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:51 smithi138 ceph-mon[117003]: from='client.41910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:52.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:51 smithi138 ceph-mon[117003]: pgmap v1057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:53 smithi161 ceph-mon[116604]: pgmap v1058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:53 smithi028 ceph-mon[112123]: pgmap v1058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:54.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:53 smithi138 ceph-mon[117003]: pgmap v1058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:21:55.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:21:55.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:21:55.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:21:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:55 smithi161 ceph-mon[116604]: 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-07T05:21:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:55 smithi028 ceph-mon[112123]: 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-07T05:21:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:55 smithi138 ceph-mon[117003]: 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-07T05:21:56.137 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:21:56.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:21:56.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:21:56.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:21:56.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:21:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:56 smithi161 ceph-mon[116604]: from='client.41985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:56 smithi028 ceph-mon[112123]: from='client.41985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:56.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:56 smithi138 ceph-mon[117003]: from='client.41985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:21:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:57 smithi161 ceph-mon[116604]: pgmap v1060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:57 smithi028 ceph-mon[112123]: pgmap v1060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:57 smithi138 ceph-mon[117003]: pgmap v1060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:21:59 smithi161 ceph-mon[116604]: pgmap v1061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:21:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:21:59 smithi028 ceph-mon[112123]: pgmap v1061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:21:59 smithi138 ceph-mon[117003]: pgmap v1061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:01.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:01.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:01.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:01.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:01.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:01.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:01.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:01.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:01 smithi161 ceph-mon[116604]: pgmap v1062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:01 smithi028 ceph-mon[112123]: pgmap v1062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:01 smithi138 ceph-mon[117003]: pgmap v1062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:02 smithi161 ceph-mon[116604]: from='client.42057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:02.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:02 smithi028 ceph-mon[112123]: from='client.42057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:03.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:02 smithi138 ceph-mon[117003]: from='client.42057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:03 smithi161 ceph-mon[116604]: pgmap v1063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:03 smithi028 ceph-mon[112123]: pgmap v1063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:04.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:03 smithi138 ceph-mon[117003]: pgmap v1063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:05 smithi161 ceph-mon[116604]: pgmap v1064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:05 smithi028 ceph-mon[112123]: pgmap v1064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:05 smithi138 ceph-mon[117003]: pgmap v1064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:06.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:06.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:06.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:07.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:07.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:07.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:07.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:07.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:07 smithi161 ceph-mon[116604]: 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-07T05:22:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:07 smithi028 ceph-mon[112123]: 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-07T05:22:08.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:07 smithi138 ceph-mon[117003]: 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-07T05:22:08.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:08 smithi161 ceph-mon[116604]: from='client.42135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:08 smithi028 ceph-mon[112123]: from='client.42135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:08 smithi138 ceph-mon[117003]: from='client.42135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:09 smithi161 ceph-mon[116604]: 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-07T05:22:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:09 smithi028 ceph-mon[112123]: 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-07T05:22:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:09 smithi138 ceph-mon[117003]: 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-07T05:22:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:11 smithi161 ceph-mon[116604]: 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-07T05:22:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:11 smithi028 ceph-mon[112123]: 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-07T05:22:12.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:11 smithi138 ceph-mon[117003]: 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-07T05:22:12.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:12.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:12.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:13.464 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:13.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:13.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:13.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:13.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:13 smithi161 ceph-mon[116604]: 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-07T05:22:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:13 smithi028 ceph-mon[112123]: 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-07T05:22:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:13 smithi138 ceph-mon[117003]: 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-07T05:22:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:14 smithi161 ceph-mon[116604]: from='client.42207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:14 smithi028 ceph-mon[112123]: from='client.42207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:15.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:14 smithi138 ceph-mon[117003]: from='client.42207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:15 smithi161 ceph-mon[116604]: 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-07T05:22:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:15 smithi028 ceph-mon[112123]: 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-07T05:22:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:15 smithi138 ceph-mon[117003]: 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-07T05:22:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:17 smithi161 ceph-mon[116604]: 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-07T05:22:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:17 smithi028 ceph-mon[112123]: 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-07T05:22:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:17 smithi138 ceph-mon[117003]: 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-07T05:22:18.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:18.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:18.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:19.233 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:19.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:19.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:19.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:19.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:19 smithi161 ceph-mon[116604]: 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-07T05:22:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:19 smithi028 ceph-mon[112123]: 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-07T05:22:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:19 smithi138 ceph-mon[117003]: 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-07T05:22:20.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:20 smithi161 ceph-mon[116604]: from='client.42282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:20 smithi028 ceph-mon[112123]: from='client.42282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:21.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:20 smithi138 ceph-mon[117003]: from='client.42282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:21 smithi161 ceph-mon[116604]: pgmap v1072: 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-07T05:22:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:21 smithi028 ceph-mon[112123]: pgmap v1072: 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-07T05:22:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:21 smithi138 ceph-mon[117003]: pgmap v1072: 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-07T05:22:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:23 smithi161 ceph-mon[116604]: pgmap v1073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:22:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:22:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:23 smithi028 ceph-mon[112123]: pgmap v1073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:22:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:22:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:23 smithi138 ceph-mon[117003]: pgmap v1073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:22:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:22:24.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:24.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:24.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:22:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:22:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:22:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:22:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:22:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:22:24.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:24.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:24.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:24.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:24.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:22:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:22:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:22:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:25 smithi161 ceph-mon[116604]: pgmap v1074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:25 smithi161 ceph-mon[116604]: from='client.42354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:25 smithi028 ceph-mon[112123]: pgmap v1074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:25 smithi028 ceph-mon[112123]: from='client.42354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:25 smithi138 ceph-mon[117003]: pgmap v1074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:25 smithi138 ceph-mon[117003]: from='client.42354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:27 smithi161 ceph-mon[116604]: pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:22:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:27 smithi028 ceph-mon[112123]: pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:22:28.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:27 smithi138 ceph-mon[117003]: pgmap v1075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:22:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:29 smithi161 ceph-mon[116604]: pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:22:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:29 smithi028 ceph-mon[112123]: pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:22:29.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:29.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:29.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:29 smithi138 ceph-mon[117003]: pgmap v1076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:22:30.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:30.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:30.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:30.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:30.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:31 smithi161 ceph-mon[116604]: from='client.42426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:31 smithi161 ceph-mon[116604]: pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:31 smithi028 ceph-mon[112123]: from='client.42426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:31 smithi028 ceph-mon[112123]: pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:32.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:31 smithi138 ceph-mon[117003]: from='client.42426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:32.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:31 smithi138 ceph-mon[117003]: pgmap v1077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:33 smithi161 ceph-mon[116604]: pgmap v1078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:22:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:33 smithi028 ceph-mon[112123]: pgmap v1078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:22:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:33 smithi138 ceph-mon[117003]: pgmap v1078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:22:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:35 smithi161 ceph-mon[116604]: pgmap v1079: 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-07T05:22:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:35 smithi028 ceph-mon[112123]: pgmap v1079: 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-07T05:22:35.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:35.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:35.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:35 smithi138 ceph-mon[117003]: pgmap v1079: 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-07T05:22:36.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:36.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:36.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:36.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:36.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:37 smithi161 ceph-mon[116604]: from='client.42501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:37 smithi161 ceph-mon[116604]: pgmap v1080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:37 smithi028 ceph-mon[112123]: from='client.42501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:37 smithi028 ceph-mon[112123]: pgmap v1080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:38.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:37 smithi138 ceph-mon[117003]: from='client.42501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:37 smithi138 ceph-mon[117003]: pgmap v1080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:39 smithi161 ceph-mon[116604]: pgmap v1081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:39 smithi028 ceph-mon[112123]: pgmap v1081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:40.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:39 smithi138 ceph-mon[117003]: pgmap v1081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:41.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:41.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:41.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:41 smithi161 ceph-mon[116604]: pgmap v1082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:41 smithi028 ceph-mon[112123]: pgmap v1082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:42.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:41 smithi138 ceph-mon[117003]: pgmap v1082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:42.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:42.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:42.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:42.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:42.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:43 smithi161 ceph-mon[116604]: from='client.42573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:43 smithi161 ceph-mon[116604]: pgmap v1083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:43 smithi028 ceph-mon[112123]: from='client.42573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:43 smithi028 ceph-mon[112123]: pgmap v1083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:44.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:43 smithi138 ceph-mon[117003]: from='client.42573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:44.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:43 smithi138 ceph-mon[117003]: pgmap v1083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:22:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:45 smithi161 ceph-mon[116604]: pgmap v1084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:45 smithi028 ceph-mon[112123]: pgmap v1084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:45 smithi138 ceph-mon[117003]: pgmap v1084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:22:47.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:47.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:47.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:47 smithi161 ceph-mon[116604]: 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-07T05:22:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:47 smithi028 ceph-mon[112123]: 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-07T05:22:48.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:47 smithi138 ceph-mon[117003]: 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-07T05:22:48.080 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:48.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:48.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:48.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:48.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:48.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:48 smithi161 ceph-mon[116604]: from='client.42645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:48 smithi028 ceph-mon[112123]: from='client.42645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:49.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:48 smithi138 ceph-mon[117003]: from='client.42645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:49 smithi161 ceph-mon[116604]: 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-07T05:22:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:49 smithi028 ceph-mon[112123]: 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-07T05:22:50.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:49 smithi138 ceph-mon[117003]: 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-07T05:22:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:51 smithi161 ceph-mon[116604]: 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-07T05:22:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:51 smithi028 ceph-mon[112123]: 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-07T05:22:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:51 smithi138 ceph-mon[117003]: 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-07T05:22:53.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:53.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:53.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:53.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:53.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:53.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:53.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:53.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:53 smithi161 ceph-mon[116604]: 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-07T05:22:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:53 smithi028 ceph-mon[112123]: 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-07T05:22:54.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:53 smithi138 ceph-mon[117003]: 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-07T05:22:54.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:54 smithi161 ceph-mon[116604]: from='client.42717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:54 smithi028 ceph-mon[112123]: from='client.42717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:55.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:54 smithi138 ceph-mon[117003]: from='client.42717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:22:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:55 smithi161 ceph-mon[116604]: 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-07T05:22:55.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:55 smithi028 ceph-mon[112123]: 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-07T05:22:56.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:55 smithi138 ceph-mon[117003]: 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-07T05:22:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:57 smithi161 ceph-mon[116604]: 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-07T05:22:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:57 smithi028 ceph-mon[112123]: 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-07T05:22:58.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:57 smithi138 ceph-mon[117003]: 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-07T05:22:58.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:22:58.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:22:58.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:22:59.627 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:22:59.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:22:59.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:22:59.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:22:59.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:22:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:22:59 smithi161 ceph-mon[116604]: 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-07T05:22:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:22:59 smithi028 ceph-mon[112123]: 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-07T05:23:00.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:22:59 smithi138 ceph-mon[117003]: 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-07T05:23:00.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:00 smithi161 ceph-mon[116604]: from='client.42786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:00.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:00 smithi028 ceph-mon[112123]: from='client.42786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:01.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:00 smithi138 ceph-mon[117003]: from='client.42786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:01 smithi161 ceph-mon[116604]: pgmap v1092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:01 smithi028 ceph-mon[112123]: pgmap v1092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:02.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:01 smithi138 ceph-mon[117003]: pgmap v1092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:03 smithi161 ceph-mon[116604]: pgmap v1093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:03 smithi028 ceph-mon[112123]: pgmap v1093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:04.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:03 smithi138 ceph-mon[117003]: pgmap v1093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:04.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:04.629 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:04.629 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:05.389 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:05.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:05.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:05.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:05.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:05 smithi161 ceph-mon[116604]: pgmap v1094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:05 smithi028 ceph-mon[112123]: pgmap v1094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:05 smithi138 ceph-mon[117003]: pgmap v1094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:06 smithi161 ceph-mon[116604]: from='client.42861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:06 smithi028 ceph-mon[112123]: from='client.42861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:06 smithi138 ceph-mon[117003]: from='client.42861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:07 smithi161 ceph-mon[116604]: pgmap v1095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:07 smithi028 ceph-mon[112123]: pgmap v1095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:07.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:07 smithi138 ceph-mon[117003]: pgmap v1095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:09 smithi161 ceph-mon[116604]: pgmap v1096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:09 smithi028 ceph-mon[112123]: pgmap v1096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:09 smithi138 ceph-mon[117003]: pgmap v1096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:10.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:10.391 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:10.391 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:11.164 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:11.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:11.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:11.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:11.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:11 smithi161 ceph-mon[116604]: pgmap v1097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:11 smithi161 ceph-mon[116604]: from='client.42939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:11 smithi028 ceph-mon[112123]: pgmap v1097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:11 smithi028 ceph-mon[112123]: from='client.42939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:12.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:11 smithi138 ceph-mon[117003]: pgmap v1097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:11 smithi138 ceph-mon[117003]: from='client.42939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:13 smithi161 ceph-mon[116604]: 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-07T05:23:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:13 smithi028 ceph-mon[112123]: 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-07T05:23:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:13 smithi138 ceph-mon[117003]: 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-07T05:23:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:15 smithi161 ceph-mon[116604]: pgmap v1099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:15 smithi028 ceph-mon[112123]: pgmap v1099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:15 smithi138 ceph-mon[117003]: pgmap v1099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:16.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:16.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:16.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:16.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:16.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:16.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:16.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:16.949 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:17 smithi161 ceph-mon[116604]: from='client.43017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:17 smithi161 ceph-mon[116604]: pgmap v1100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:17 smithi028 ceph-mon[112123]: from='client.43017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:17 smithi028 ceph-mon[112123]: pgmap v1100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:17 smithi138 ceph-mon[117003]: from='client.43017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:17 smithi138 ceph-mon[117003]: pgmap v1100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:19 smithi161 ceph-mon[116604]: pgmap v1101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:19 smithi028 ceph-mon[112123]: pgmap v1101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:19 smithi138 ceph-mon[117003]: pgmap v1101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:21 smithi161 ceph-mon[116604]: pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:21.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:21.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:21.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:21 smithi028 ceph-mon[112123]: pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:21 smithi138 ceph-mon[117003]: pgmap v1102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:22.714 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:22.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:22.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:22.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:22.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:23 smithi161 ceph-mon[116604]: from='client.43095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:23 smithi161 ceph-mon[116604]: pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:23 smithi028 ceph-mon[112123]: from='client.43095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:23 smithi028 ceph-mon[112123]: pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:23 smithi138 ceph-mon[117003]: from='client.43095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:23 smithi138 ceph-mon[117003]: pgmap v1103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:23:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:23:25.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:23:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:25 smithi161 ceph-mon[116604]: pgmap v1104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:23:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:23:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:23:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:25 smithi028 ceph-mon[112123]: pgmap v1104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:23:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:23:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:23:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:25 smithi138 ceph-mon[117003]: pgmap v1104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:23:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:23:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:23:27.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:27.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:27.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:27 smithi161 ceph-mon[116604]: 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-07T05:23:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:27 smithi028 ceph-mon[112123]: 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-07T05:23:28.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:27 smithi138 ceph-mon[117003]: 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-07T05:23:28.474 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:28.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:28.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:28.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:28.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:29 smithi161 ceph-mon[116604]: from='client.43167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:29 smithi161 ceph-mon[116604]: 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-07T05:23:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:29 smithi028 ceph-mon[112123]: from='client.43167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:29 smithi028 ceph-mon[112123]: 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-07T05:23:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:29 smithi138 ceph-mon[117003]: from='client.43167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:29 smithi138 ceph-mon[117003]: 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-07T05:23:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:31 smithi161 ceph-mon[116604]: 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-07T05:23:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:31 smithi028 ceph-mon[112123]: 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-07T05:23:32.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:31 smithi138 ceph-mon[117003]: 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-07T05:23:33.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:33.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:33.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:33 smithi161 ceph-mon[116604]: 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-07T05:23:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:33 smithi028 ceph-mon[112123]: 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-07T05:23:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:33 smithi138 ceph-mon[117003]: 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-07T05:23:34.265 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:34.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:34.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:34.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:34.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:35 smithi161 ceph-mon[116604]: from='client.43245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:35 smithi161 ceph-mon[116604]: pgmap v1109: 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-07T05:23:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:35 smithi028 ceph-mon[112123]: from='client.43245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:35 smithi028 ceph-mon[112123]: pgmap v1109: 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-07T05:23:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:35 smithi138 ceph-mon[117003]: from='client.43245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:35 smithi138 ceph-mon[117003]: pgmap v1109: 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-07T05:23:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:37 smithi161 ceph-mon[116604]: pgmap v1110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:37 smithi028 ceph-mon[112123]: pgmap v1110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:37 smithi138 ceph-mon[117003]: pgmap v1110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:39.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:39.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:39.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:39 smithi161 ceph-mon[116604]: pgmap v1111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:39 smithi028 ceph-mon[112123]: pgmap v1111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:40.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:39 smithi138 ceph-mon[117003]: pgmap v1111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:40.049 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:40.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:40.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:40.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:40.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:40.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:40 smithi161 ceph-mon[116604]: from='client.43320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:40 smithi028 ceph-mon[112123]: from='client.43320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:41.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:40 smithi138 ceph-mon[117003]: from='client.43320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:41 smithi161 ceph-mon[116604]: pgmap v1112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:41 smithi028 ceph-mon[112123]: pgmap v1112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:42.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:41 smithi138 ceph-mon[117003]: pgmap v1112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:43 smithi161 ceph-mon[116604]: pgmap v1113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:43 smithi028 ceph-mon[112123]: pgmap v1113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:43 smithi138 ceph-mon[117003]: pgmap v1113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:23:45.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:45.051 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:45.051 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:45 smithi161 ceph-mon[116604]: pgmap v1114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:45 smithi028 ceph-mon[112123]: pgmap v1114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:45 smithi138 ceph-mon[117003]: pgmap v1114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:45.812 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:45.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:45.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:45.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:45.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:46 smithi161 ceph-mon[116604]: from='client.43398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:46 smithi028 ceph-mon[112123]: from='client.43398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:46 smithi138 ceph-mon[117003]: from='client.43398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:47 smithi161 ceph-mon[116604]: pgmap v1115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:47 smithi028 ceph-mon[112123]: pgmap v1115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:47 smithi138 ceph-mon[117003]: pgmap v1115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:49 smithi161 ceph-mon[116604]: pgmap v1116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:49 smithi028 ceph-mon[112123]: pgmap v1116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:50.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:49 smithi138 ceph-mon[117003]: pgmap v1116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:23:50.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:50.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:50.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:51.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:51.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:51.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:51.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:51.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:51 smithi161 ceph-mon[116604]: pgmap v1117: 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-07T05:23:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:51 smithi028 ceph-mon[112123]: pgmap v1117: 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-07T05:23:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:51 smithi138 ceph-mon[117003]: pgmap v1117: 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-07T05:23:52.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:52 smithi161 ceph-mon[116604]: from='client.43476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:52.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:52 smithi028 ceph-mon[112123]: from='client.43476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:53.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:52 smithi138 ceph-mon[117003]: from='client.43476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:53 smithi161 ceph-mon[116604]: pgmap v1118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:53 smithi028 ceph-mon[112123]: pgmap v1118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:53 smithi138 ceph-mon[117003]: pgmap v1118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:55 smithi161 ceph-mon[116604]: pgmap v1119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:55 smithi028 ceph-mon[112123]: pgmap v1119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:55 smithi138 ceph-mon[117003]: pgmap v1119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:23:56.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:23:56.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:23:56.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:23:57.361 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:23:57.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:23:57.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:23:57.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:23:57.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:23:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:57 smithi161 ceph-mon[116604]: pgmap v1120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:57 smithi028 ceph-mon[112123]: pgmap v1120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:57 smithi138 ceph-mon[117003]: pgmap v1120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:58.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:58 smithi161 ceph-mon[116604]: from='client.43545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:58.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:58 smithi028 ceph-mon[112123]: from='client.43545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:59.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:58 smithi138 ceph-mon[117003]: from='client.43545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:23:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:23:59 smithi161 ceph-mon[116604]: pgmap v1121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:23:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:23:59 smithi028 ceph-mon[112123]: pgmap v1121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:00.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:23:59 smithi138 ceph-mon[117003]: pgmap v1121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:01 smithi161 ceph-mon[116604]: pgmap v1122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:01 smithi028 ceph-mon[112123]: pgmap v1122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:02.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:01 smithi138 ceph-mon[117003]: pgmap v1122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:02.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:02.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:02.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:03.138 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:03.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:03.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:03.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:03.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:03 smithi161 ceph-mon[116604]: pgmap v1123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:03 smithi161 ceph-mon[116604]: from='client.43617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:03 smithi028 ceph-mon[112123]: pgmap v1123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:03 smithi028 ceph-mon[112123]: from='client.43617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:04.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:03 smithi138 ceph-mon[117003]: pgmap v1123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:04.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:03 smithi138 ceph-mon[117003]: from='client.43617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:05 smithi161 ceph-mon[116604]: pgmap v1124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:05 smithi028 ceph-mon[112123]: pgmap v1124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:05 smithi138 ceph-mon[117003]: pgmap v1124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:07 smithi161 ceph-mon[116604]: 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-07T05:24:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:07 smithi028 ceph-mon[112123]: 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-07T05:24:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:07 smithi138 ceph-mon[117003]: 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-07T05:24:08.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:08.140 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:08.140 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:08.910 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:08.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:08.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:08.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:08.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:09 smithi161 ceph-mon[116604]: from='client.43692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:09 smithi161 ceph-mon[116604]: 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-07T05:24:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:09 smithi028 ceph-mon[112123]: from='client.43692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:09 smithi028 ceph-mon[112123]: 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-07T05:24:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:09 smithi138 ceph-mon[117003]: from='client.43692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:09 smithi138 ceph-mon[117003]: 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-07T05:24:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:11 smithi161 ceph-mon[116604]: 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-07T05:24:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:11 smithi028 ceph-mon[112123]: 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-07T05:24:12.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:11 smithi138 ceph-mon[117003]: 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-07T05:24:13.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:13.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:13.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:13 smithi161 ceph-mon[116604]: 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-07T05:24:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:13 smithi028 ceph-mon[112123]: 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-07T05:24:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:13 smithi138 ceph-mon[117003]: 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-07T05:24:14.672 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:14.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:14.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:14.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:14.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:15 smithi161 ceph-mon[116604]: from='client.43767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:15 smithi161 ceph-mon[116604]: pgmap v1129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:15 smithi028 ceph-mon[112123]: from='client.43767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:15 smithi028 ceph-mon[112123]: pgmap v1129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:15 smithi138 ceph-mon[117003]: from='client.43767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:15 smithi138 ceph-mon[117003]: pgmap v1129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:17 smithi161 ceph-mon[116604]: pgmap v1130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:17 smithi028 ceph-mon[112123]: pgmap v1130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:17 smithi138 ceph-mon[117003]: pgmap v1130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:19.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:19.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:19.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:19 smithi161 ceph-mon[116604]: pgmap v1131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:19 smithi028 ceph-mon[112123]: pgmap v1131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:19 smithi138 ceph-mon[117003]: pgmap v1131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:20.435 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:20.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:20.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:20.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:20.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:21 smithi161 ceph-mon[116604]: from='client.43845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:21 smithi161 ceph-mon[116604]: pgmap v1132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:21 smithi028 ceph-mon[112123]: from='client.43845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:21 smithi028 ceph-mon[112123]: pgmap v1132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:21 smithi138 ceph-mon[117003]: from='client.43845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:21 smithi138 ceph-mon[117003]: pgmap v1132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:23 smithi161 ceph-mon[116604]: pgmap v1133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:23 smithi028 ceph-mon[112123]: pgmap v1133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:23 smithi138 ceph-mon[117003]: pgmap v1133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:25.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:25.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:25.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:25 smithi028 ceph-mon[112123]: pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:24:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:25 smithi138 ceph-mon[117003]: pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:25.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:24:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:25 smithi161 ceph-mon[116604]: pgmap v1134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:24:26.214 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:26.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:26.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:26.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:26.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:26.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:24:26.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:24:26.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:24:26.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:26 smithi028 ceph-mon[112123]: from='client.43923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:24:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:24:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:24:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:26 smithi138 ceph-mon[117003]: from='client.43923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:24:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:24:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:24:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:26 smithi161 ceph-mon[116604]: from='client.43923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:27 smithi028 ceph-mon[112123]: 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-07T05:24:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:27 smithi138 ceph-mon[117003]: 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-07T05:24:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:27 smithi161 ceph-mon[116604]: 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-07T05:24:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:29 smithi161 ceph-mon[116604]: 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-07T05:24:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:29 smithi028 ceph-mon[112123]: 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-07T05:24:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:29 smithi138 ceph-mon[117003]: 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-07T05:24:31.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:31.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:31.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:31 smithi161 ceph-mon[116604]: pgmap v1137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:31 smithi028 ceph-mon[112123]: pgmap v1137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:31.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:31.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:31.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:31.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:31.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:31 smithi138 ceph-mon[117003]: pgmap v1137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:32.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:32 smithi161 ceph-mon[116604]: from='client.43998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:32.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:32 smithi028 ceph-mon[112123]: from='client.43998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:33.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:32 smithi138 ceph-mon[117003]: from='client.43998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:33 smithi161 ceph-mon[116604]: pgmap v1138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:33 smithi028 ceph-mon[112123]: pgmap v1138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:33 smithi138 ceph-mon[117003]: pgmap v1138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:35 smithi028 ceph-mon[112123]: pgmap v1139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:35 smithi138 ceph-mon[117003]: pgmap v1139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:35 smithi161 ceph-mon[116604]: pgmap v1139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:36.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:36.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:36.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:37.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:37.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:37.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:37.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:37.742 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:37 smithi161 ceph-mon[116604]: pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:37 smithi028 ceph-mon[112123]: pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:37 smithi138 ceph-mon[117003]: pgmap v1140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:38.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:38 smithi161 ceph-mon[116604]: from='client.44073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:38 smithi028 ceph-mon[112123]: from='client.44073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:39.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:38 smithi138 ceph-mon[117003]: from='client.44073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:39 smithi161 ceph-mon[116604]: pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:39 smithi028 ceph-mon[112123]: pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:39 smithi138 ceph-mon[117003]: pgmap v1141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:41 smithi161 ceph-mon[116604]: pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:41 smithi028 ceph-mon[112123]: pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:42.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:41 smithi138 ceph-mon[117003]: pgmap v1142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:42.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:42.742 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:42.742 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:43.500 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:43.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:43.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:43.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:43.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:43 smithi161 ceph-mon[116604]: pgmap v1143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:43 smithi028 ceph-mon[112123]: pgmap v1143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:44.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:43 smithi138 ceph-mon[117003]: pgmap v1143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:44.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:44 smithi161 ceph-mon[116604]: from='client.44148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:44 smithi028 ceph-mon[112123]: from='client.44148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:45.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:44 smithi138 ceph-mon[117003]: from='client.44148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:45.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:45 smithi161 ceph-mon[116604]: pgmap v1144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:45 smithi028 ceph-mon[112123]: pgmap v1144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:46.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:45 smithi138 ceph-mon[117003]: pgmap v1144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:24:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:47 smithi161 ceph-mon[116604]: 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-07T05:24:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:47 smithi028 ceph-mon[112123]: 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-07T05:24:48.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:47 smithi138 ceph-mon[117003]: 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-07T05:24:48.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:48.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:48.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:49.271 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:49.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:49.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:49.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:49.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:49 smithi161 ceph-mon[116604]: 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-07T05:24:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:49 smithi028 ceph-mon[112123]: 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-07T05:24:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:49 smithi138 ceph-mon[117003]: 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-07T05:24:50.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:50 smithi161 ceph-mon[116604]: from='client.44220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:50.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:50 smithi028 ceph-mon[112123]: from='client.44220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:51.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:50 smithi138 ceph-mon[117003]: from='client.44220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:51 smithi161 ceph-mon[116604]: pgmap v1147: 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-07T05:24:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:51 smithi028 ceph-mon[112123]: pgmap v1147: 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-07T05:24:52.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:51 smithi138 ceph-mon[117003]: pgmap v1147: 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-07T05:24:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:53 smithi161 ceph-mon[116604]: pgmap v1148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:24:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:53 smithi028 ceph-mon[112123]: pgmap v1148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:24:54.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:53 smithi138 ceph-mon[117003]: pgmap v1148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:24:54.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:24:54.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:24:54.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:24:55.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:24:55.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:24:55.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:24:55.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:24:55.060 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:24:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:55 smithi028 ceph-mon[112123]: pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:55 smithi028 ceph-mon[112123]: from='client.44292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:55 smithi138 ceph-mon[117003]: pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:55 smithi138 ceph-mon[117003]: from='client.44292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:55 smithi161 ceph-mon[116604]: pgmap v1149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:24:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:55 smithi161 ceph-mon[116604]: from='client.44292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:24:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:57 smithi161 ceph-mon[116604]: pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:57 smithi028 ceph-mon[112123]: pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:58.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:57 smithi138 ceph-mon[117003]: pgmap v1150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:24:59 smithi161 ceph-mon[116604]: pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:24:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:24:59 smithi028 ceph-mon[112123]: pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:24:59 smithi138 ceph-mon[117003]: pgmap v1151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:00.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:00.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:00.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:00.835 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:00.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:00.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:00.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:00.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:01 smithi161 ceph-mon[116604]: from='client.44367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:01 smithi161 ceph-mon[116604]: pgmap v1152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:01 smithi028 ceph-mon[112123]: from='client.44367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:01 smithi028 ceph-mon[112123]: pgmap v1152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:02.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:01 smithi138 ceph-mon[117003]: from='client.44367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:01 smithi138 ceph-mon[117003]: pgmap v1152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:03 smithi161 ceph-mon[116604]: pgmap v1153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:25:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:03 smithi028 ceph-mon[112123]: pgmap v1153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:25:04.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:03 smithi138 ceph-mon[117003]: pgmap v1153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:25:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:05 smithi028 ceph-mon[112123]: pgmap v1154: 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-07T05:25:05.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:05 smithi138 ceph-mon[117003]: pgmap v1154: 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-07T05:25:05.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:05.837 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:05.837 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:05 smithi161 ceph-mon[116604]: pgmap v1154: 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-07T05:25:06.598 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:06.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:06.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:06.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:06.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:07 smithi161 ceph-mon[116604]: from='client.44433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:07 smithi161 ceph-mon[116604]: 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-07T05:25:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:07 smithi028 ceph-mon[112123]: from='client.44433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:07 smithi028 ceph-mon[112123]: 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-07T05:25:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:07 smithi138 ceph-mon[117003]: from='client.44433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:07 smithi138 ceph-mon[117003]: 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-07T05:25:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:09 smithi161 ceph-mon[116604]: 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-07T05:25:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:09 smithi028 ceph-mon[112123]: 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-07T05:25:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:09 smithi138 ceph-mon[117003]: 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-07T05:25:11.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:11.602 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:11.602 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:11 smithi161 ceph-mon[116604]: pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:11 smithi028 ceph-mon[112123]: pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:11 smithi138 ceph-mon[117003]: pgmap v1157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:12.363 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:12.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:12.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:12.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:12.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:13 smithi161 ceph-mon[116604]: from='client.44505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:13 smithi161 ceph-mon[116604]: pgmap v1158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:13 smithi028 ceph-mon[112123]: from='client.44505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:13 smithi028 ceph-mon[112123]: pgmap v1158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:13 smithi138 ceph-mon[117003]: from='client.44505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:13 smithi138 ceph-mon[117003]: pgmap v1158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:15 smithi028 ceph-mon[112123]: pgmap v1159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:15 smithi138 ceph-mon[117003]: pgmap v1159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:15 smithi161 ceph-mon[116604]: pgmap v1159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:17.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:17.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:17.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:17 smithi161 ceph-mon[116604]: pgmap v1160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:17 smithi028 ceph-mon[112123]: pgmap v1160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:18.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:17 smithi138 ceph-mon[117003]: pgmap v1160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:18.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:18.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:18.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:18.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:18.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:18.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:18 smithi161 ceph-mon[116604]: from='client.44577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:18.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:18 smithi028 ceph-mon[112123]: from='client.44577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:19.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:18 smithi138 ceph-mon[117003]: from='client.44577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:19 smithi161 ceph-mon[116604]: pgmap v1161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:19 smithi028 ceph-mon[112123]: pgmap v1161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:19 smithi138 ceph-mon[117003]: pgmap v1161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:21.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:21 smithi161 ceph-mon[116604]: pgmap v1162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:21 smithi028 ceph-mon[112123]: pgmap v1162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:21 smithi138 ceph-mon[117003]: pgmap v1162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:23.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:23.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:23.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:23.910 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:23.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:23.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:23.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:23.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:23 smithi161 ceph-mon[116604]: pgmap v1163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:23 smithi028 ceph-mon[112123]: pgmap v1163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:23 smithi138 ceph-mon[117003]: pgmap v1163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:24 smithi161 ceph-mon[116604]: from='client.44652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:24 smithi028 ceph-mon[112123]: from='client.44652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:25.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:24 smithi138 ceph-mon[117003]: from='client.44652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:25 smithi161 ceph-mon[116604]: pgmap v1164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:25 smithi028 ceph-mon[112123]: pgmap v1164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:26.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:25 smithi138 ceph-mon[117003]: pgmap v1164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:25:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:25:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:25:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:25:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:25:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:25:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:25:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:25:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:27 smithi161 ceph-mon[116604]: 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-07T05:25:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:27 smithi028 ceph-mon[112123]: 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-07T05:25:28.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:27 smithi138 ceph-mon[117003]: 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-07T05:25:28.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:28.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:28.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:29.676 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:29.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:29.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:29.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:29.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:29 smithi161 ceph-mon[116604]: 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-07T05:25:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:29 smithi028 ceph-mon[112123]: 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-07T05:25:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:29 smithi138 ceph-mon[117003]: 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-07T05:25:30.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:30 smithi161 ceph-mon[116604]: from='client.44730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:30.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:30 smithi028 ceph-mon[112123]: from='client.44730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:31.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:30 smithi138 ceph-mon[117003]: from='client.44730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:31 smithi028 ceph-mon[112123]: pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:32.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:31 smithi138 ceph-mon[117003]: pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:32.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:31 smithi161 ceph-mon[116604]: pgmap v1167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:33 smithi028 ceph-mon[112123]: pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:33 smithi138 ceph-mon[117003]: pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:34.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:33 smithi161 ceph-mon[116604]: pgmap v1168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:34.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:34.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:34.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:35.443 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:35.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:35.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:35.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:35.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:35.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:35 smithi028 ceph-mon[112123]: pgmap v1169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:35 smithi138 ceph-mon[117003]: pgmap v1169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:35 smithi161 ceph-mon[116604]: pgmap v1169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:36 smithi028 ceph-mon[112123]: from='client.44808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:36 smithi138 ceph-mon[117003]: from='client.44808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:36.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:36 smithi161 ceph-mon[116604]: from='client.44808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:37 smithi028 ceph-mon[112123]: pgmap v1170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:37 smithi138 ceph-mon[117003]: pgmap v1170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:37 smithi161 ceph-mon[116604]: pgmap v1170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:39 smithi161 ceph-mon[116604]: pgmap v1171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:39 smithi028 ceph-mon[112123]: pgmap v1171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:39 smithi138 ceph-mon[117003]: pgmap v1171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:25:40.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:40.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:40.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:41.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:41.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:41.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:41.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:41.202 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:41 smithi161 ceph-mon[116604]: pgmap v1172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:41 smithi161 ceph-mon[116604]: from='client.44886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:41 smithi028 ceph-mon[112123]: pgmap v1172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:41 smithi028 ceph-mon[112123]: from='client.44886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:41 smithi138 ceph-mon[117003]: pgmap v1172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:41 smithi138 ceph-mon[117003]: from='client.44886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:43 smithi161 ceph-mon[116604]: 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-07T05:25:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:43 smithi028 ceph-mon[112123]: 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-07T05:25:44.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:43 smithi138 ceph-mon[117003]: 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-07T05:25:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:45 smithi028 ceph-mon[112123]: 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-07T05:25:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:45 smithi138 ceph-mon[117003]: 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-07T05:25:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:45 smithi161 ceph-mon[116604]: 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-07T05:25:46.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:46.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:46.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:46.983 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:46.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:46.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:46.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:46.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:47 smithi161 ceph-mon[116604]: from='client.44964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:47 smithi161 ceph-mon[116604]: 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-07T05:25:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:47 smithi028 ceph-mon[112123]: from='client.44964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:47 smithi028 ceph-mon[112123]: 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-07T05:25:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:47 smithi138 ceph-mon[117003]: from='client.44964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:47 smithi138 ceph-mon[117003]: 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-07T05:25:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:49 smithi161 ceph-mon[116604]: 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-07T05:25:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:49 smithi028 ceph-mon[112123]: 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-07T05:25:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:49 smithi138 ceph-mon[117003]: 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-07T05:25:51.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:51 smithi161 ceph-mon[116604]: pgmap v1177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:51 smithi028 ceph-mon[112123]: pgmap v1177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:51.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:51.985 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:51.985 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:51 smithi138 ceph-mon[117003]: pgmap v1177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:52.758 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:52.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:52.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:52.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:52.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:53 smithi161 ceph-mon[116604]: from='client.45039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:53.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:53 smithi161 ceph-mon[116604]: pgmap v1178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:53 smithi028 ceph-mon[112123]: from='client.45039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:53 smithi028 ceph-mon[112123]: pgmap v1178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:53 smithi138 ceph-mon[117003]: from='client.45039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:53 smithi138 ceph-mon[117003]: pgmap v1178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:55 smithi028 ceph-mon[112123]: pgmap v1179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:55 smithi138 ceph-mon[117003]: pgmap v1179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:55 smithi161 ceph-mon[116604]: pgmap v1179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:25:57.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:25:57.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:25:57.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:25:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:57 smithi161 ceph-mon[116604]: pgmap v1180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:57 smithi028 ceph-mon[112123]: pgmap v1180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:57 smithi138 ceph-mon[117003]: pgmap v1180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:58.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:25:58.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:25:58.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:25:58.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:25:58.523 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:25:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:59 smithi161 ceph-mon[116604]: from='client.45117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:25:59 smithi161 ceph-mon[116604]: pgmap v1181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:25:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:59 smithi028 ceph-mon[112123]: from='client.45117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:25:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:25:59 smithi028 ceph-mon[112123]: pgmap v1181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:59 smithi138 ceph-mon[117003]: from='client.45117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:25:59 smithi138 ceph-mon[117003]: pgmap v1181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:01.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:01 smithi161 ceph-mon[116604]: pgmap v1182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:01.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:01 smithi028 ceph-mon[112123]: pgmap v1182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:01 smithi138 ceph-mon[117003]: pgmap v1182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:03.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:03.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:03.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:03 smithi161 ceph-mon[116604]: 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-07T05:26:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:03 smithi028 ceph-mon[112123]: 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-07T05:26:04.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:03 smithi138 ceph-mon[117003]: 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-07T05:26:04.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:04.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:04.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:04.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:04.289 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:05 smithi028 ceph-mon[112123]: from='client.45195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:05 smithi028 ceph-mon[112123]: pgmap v1184: 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-07T05:26:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:05 smithi138 ceph-mon[117003]: from='client.45195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:05 smithi138 ceph-mon[117003]: pgmap v1184: 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-07T05:26:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:05 smithi161 ceph-mon[116604]: from='client.45195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:05 smithi161 ceph-mon[116604]: pgmap v1184: 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-07T05:26:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:07 smithi161 ceph-mon[116604]: pgmap v1185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:07 smithi028 ceph-mon[112123]: pgmap v1185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:08.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:07 smithi138 ceph-mon[117003]: pgmap v1185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:09.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:09.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:09.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:09 smithi161 ceph-mon[116604]: pgmap v1186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:09 smithi028 ceph-mon[112123]: pgmap v1186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:10.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:09 smithi138 ceph-mon[117003]: pgmap v1186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:10.058 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:10.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:10.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:10.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:10.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:10.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:10 smithi161 ceph-mon[116604]: from='client.45270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:10.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:10 smithi028 ceph-mon[112123]: from='client.45270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:11.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:10 smithi138 ceph-mon[117003]: from='client.45270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:11.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:11 smithi161 ceph-mon[116604]: pgmap v1187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:11 smithi028 ceph-mon[112123]: pgmap v1187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:12.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:11 smithi138 ceph-mon[117003]: pgmap v1187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:13 smithi161 ceph-mon[116604]: pgmap v1188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:13 smithi028 ceph-mon[112123]: pgmap v1188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:13 smithi138 ceph-mon[117003]: pgmap v1188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:15.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:15.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:15.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:15 smithi028 ceph-mon[112123]: pgmap v1189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:15 smithi138 ceph-mon[117003]: pgmap v1189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:15.823 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:15.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:15.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:15.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:15.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:15 smithi161 ceph-mon[116604]: pgmap v1189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:16.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:16 smithi138 ceph-mon[117003]: from='client.45339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:16.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:16 smithi161 ceph-mon[116604]: from='client.45339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:16.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:16 smithi028 ceph-mon[112123]: from='client.45339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:17.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:17 smithi138 ceph-mon[117003]: pgmap v1190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:17 smithi161 ceph-mon[116604]: pgmap v1190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:17 smithi028 ceph-mon[112123]: pgmap v1190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:19 smithi161 ceph-mon[116604]: pgmap v1191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:19 smithi028 ceph-mon[112123]: pgmap v1191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:20.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:19 smithi138 ceph-mon[117003]: pgmap v1191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:26:20.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:20.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:20.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:21.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:21.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:21.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:21.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:21.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:21 smithi161 ceph-mon[116604]: pgmap v1192: 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-07T05:26:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:21 smithi028 ceph-mon[112123]: pgmap v1192: 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-07T05:26:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:21 smithi138 ceph-mon[117003]: pgmap v1192: 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-07T05:26:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:22 smithi161 ceph-mon[116604]: from='client.45417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:22 smithi028 ceph-mon[112123]: from='client.45417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:23.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:22 smithi138 ceph-mon[117003]: from='client.45417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:23 smithi161 ceph-mon[116604]: 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-07T05:26:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:23 smithi028 ceph-mon[112123]: 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-07T05:26:24.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:23 smithi138 ceph-mon[117003]: 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-07T05:26:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:25 smithi138 ceph-mon[117003]: 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-07T05:26:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:25 smithi161 ceph-mon[116604]: 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-07T05:26:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:25 smithi028 ceph-mon[112123]: 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-07T05:26:26.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:26.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:26.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:27.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:27.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:27.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:27.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:27.442 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:27 smithi161 ceph-mon[116604]: 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-07T05:26:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:26:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:26:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:26:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:26:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:27 smithi028 ceph-mon[112123]: 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-07T05:26:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:26:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:26:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:26:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:26:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:27 smithi138 ceph-mon[117003]: 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-07T05:26:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:26:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:26:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:26:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:26:28.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:28 smithi161 ceph-mon[116604]: from='client.45492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:28 smithi028 ceph-mon[112123]: from='client.45492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:28 smithi138 ceph-mon[117003]: from='client.45492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:29 smithi161 ceph-mon[116604]: 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-07T05:26:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:29 smithi028 ceph-mon[112123]: 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-07T05:26:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:29 smithi138 ceph-mon[117003]: 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-07T05:26:31.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:31 smithi161 ceph-mon[116604]: pgmap v1197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:31.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:31 smithi028 ceph-mon[112123]: pgmap v1197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:31 smithi138 ceph-mon[117003]: pgmap v1197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:32.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:32.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:32.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:33.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:33.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:33.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:33.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:33.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:33 smithi028 ceph-mon[112123]: pgmap v1198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:33 smithi028 ceph-mon[112123]: from='client.45558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:34.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:33 smithi138 ceph-mon[117003]: pgmap v1198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:34.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:33 smithi138 ceph-mon[117003]: from='client.45558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:34.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:33 smithi161 ceph-mon[116604]: pgmap v1198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:33 smithi161 ceph-mon[116604]: from='client.45558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:35 smithi138 ceph-mon[117003]: pgmap v1199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:35 smithi161 ceph-mon[116604]: pgmap v1199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:35 smithi028 ceph-mon[112123]: pgmap v1199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:37 smithi161 ceph-mon[116604]: pgmap v1200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:37 smithi028 ceph-mon[112123]: pgmap v1200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:37 smithi138 ceph-mon[117003]: pgmap v1200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:38.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:38.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:38.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:38.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:38.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:38.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:38.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:38.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:39 smithi161 ceph-mon[116604]: from='client.45636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:39 smithi161 ceph-mon[116604]: pgmap v1201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:39 smithi028 ceph-mon[112123]: from='client.45636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:39 smithi028 ceph-mon[112123]: pgmap v1201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:40.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:39 smithi138 ceph-mon[117003]: from='client.45636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:39 smithi138 ceph-mon[117003]: pgmap v1201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:41.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:41 smithi161 ceph-mon[116604]: pgmap v1202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:41 smithi028 ceph-mon[112123]: pgmap v1202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:42.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:41 smithi138 ceph-mon[117003]: pgmap v1202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:26:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:43 smithi028 ceph-mon[112123]: 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-07T05:26:43.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:43.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:43.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:44.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:43 smithi138 ceph-mon[117003]: 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-07T05:26:44.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:43 smithi161 ceph-mon[116604]: 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-07T05:26:44.744 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:44.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:44.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:44.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:44.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:45 smithi138 ceph-mon[117003]: from='client.45714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:45 smithi138 ceph-mon[117003]: pgmap v1204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:45.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:45 smithi161 ceph-mon[116604]: from='client.45714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:45.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:45 smithi161 ceph-mon[116604]: pgmap v1204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:45 smithi028 ceph-mon[112123]: from='client.45714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:45 smithi028 ceph-mon[112123]: pgmap v1204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:47 smithi161 ceph-mon[116604]: pgmap v1205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:47 smithi028 ceph-mon[112123]: pgmap v1205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:48.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:47 smithi138 ceph-mon[117003]: pgmap v1205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:49.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:49.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:49.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:49 smithi161 ceph-mon[116604]: pgmap v1206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:49 smithi028 ceph-mon[112123]: pgmap v1206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:50.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:49 smithi138 ceph-mon[117003]: pgmap v1206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:50.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:50.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:50.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:50.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:50.513 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:51 smithi028 ceph-mon[112123]: from='client.45789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:51.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:51 smithi028 ceph-mon[112123]: pgmap v1207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:51 smithi138 ceph-mon[117003]: from='client.45789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:51 smithi138 ceph-mon[117003]: pgmap v1207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:52.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:51 smithi161 ceph-mon[116604]: from='client.45789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:52.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:51 smithi161 ceph-mon[116604]: pgmap v1207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:53 smithi028 ceph-mon[112123]: pgmap v1208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:54.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:53 smithi138 ceph-mon[117003]: pgmap v1208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:54.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:53 smithi161 ceph-mon[116604]: pgmap v1208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:26:55.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:26:55.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:26:55.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:26:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:55 smithi138 ceph-mon[117003]: pgmap v1209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:55 smithi161 ceph-mon[116604]: pgmap v1209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:55.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:55 smithi028 ceph-mon[112123]: pgmap v1209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:26:56.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:26:56.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:26:56.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:26:56.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:26:56.274 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:26:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:57 smithi161 ceph-mon[116604]: from='client.45864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:57 smithi161 ceph-mon[116604]: 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-07T05:26:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:57 smithi028 ceph-mon[112123]: from='client.45864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:57 smithi028 ceph-mon[112123]: 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-07T05:26:58.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:57 smithi138 ceph-mon[117003]: from='client.45864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:26:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:57 smithi138 ceph-mon[117003]: 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-07T05:26:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:26:59 smithi028 ceph-mon[112123]: 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-07T05:27:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:26:59 smithi138 ceph-mon[117003]: 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-07T05:27:00.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:26:59 smithi161 ceph-mon[116604]: 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-07T05:27:01.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:01.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:01.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:01 smithi028 ceph-mon[112123]: 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-07T05:27:02.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:01 smithi138 ceph-mon[117003]: 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-07T05:27:02.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:02.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:02.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:02.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:02.059 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:01 smithi161 ceph-mon[116604]: 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-07T05:27:02.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:02 smithi028 ceph-mon[112123]: from='client.45942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:03.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:02 smithi138 ceph-mon[117003]: from='client.45942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:03.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:02 smithi161 ceph-mon[116604]: from='client.45942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:03 smithi028 ceph-mon[112123]: 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-07T05:27:04.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:03 smithi138 ceph-mon[117003]: 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-07T05:27:04.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:03 smithi161 ceph-mon[116604]: 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-07T05:27:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:05 smithi138 ceph-mon[117003]: 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-07T05:27:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:05 smithi161 ceph-mon[116604]: 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-07T05:27:05.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:05 smithi028 ceph-mon[112123]: 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-07T05:27:07.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:07.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:07.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:07.832 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:07.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:07.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:07.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:07.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:07 smithi028 ceph-mon[112123]: 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-07T05:27:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:07 smithi138 ceph-mon[117003]: 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-07T05:27:08.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:07 smithi161 ceph-mon[116604]: 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-07T05:27:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:08 smithi028 ceph-mon[112123]: from='client.46020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:09.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:08 smithi138 ceph-mon[117003]: from='client.46020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:09.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:08 smithi161 ceph-mon[116604]: from='client.46020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:09 smithi028 ceph-mon[112123]: 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-07T05:27:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:09 smithi138 ceph-mon[117003]: 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-07T05:27:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:09 smithi161 ceph-mon[116604]: 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-07T05:27:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:11 smithi028 ceph-mon[112123]: pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:12.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:11 smithi138 ceph-mon[117003]: pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:12.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:11 smithi161 ceph-mon[116604]: pgmap v1217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:12.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:12.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:12.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:13.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:13.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:13.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:13.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:13.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:13 smithi028 ceph-mon[112123]: pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:14.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:13 smithi138 ceph-mon[117003]: pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:14.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:13 smithi161 ceph-mon[116604]: pgmap v1218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:14 smithi028 ceph-mon[112123]: from='client.46095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:14 smithi138 ceph-mon[117003]: from='client.46095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:15.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:14 smithi161 ceph-mon[116604]: from='client.46095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:15 smithi028 ceph-mon[112123]: pgmap v1219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:15 smithi138 ceph-mon[117003]: pgmap v1219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:16.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:15 smithi161 ceph-mon[116604]: pgmap v1219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:17 smithi028 ceph-mon[112123]: pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:17 smithi138 ceph-mon[117003]: pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:18.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:17 smithi161 ceph-mon[116604]: pgmap v1220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:18.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:18.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:18.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:19.376 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:19.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:19.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:19.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:19.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:19 smithi028 ceph-mon[112123]: pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:19 smithi138 ceph-mon[117003]: pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:20.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:19 smithi161 ceph-mon[116604]: pgmap v1221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:20.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:20 smithi028 ceph-mon[112123]: from='client.46170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:21.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:20 smithi138 ceph-mon[117003]: from='client.46170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:21.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:20 smithi161 ceph-mon[116604]: from='client.46170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:21 smithi138 ceph-mon[117003]: pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:27:22.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:21 smithi161 ceph-mon[116604]: pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:27:22.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:21 smithi028 ceph-mon[112123]: pgmap v1222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:27:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:23 smithi138 ceph-mon[117003]: pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:27:24.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:23 smithi161 ceph-mon[116604]: pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:27:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:23 smithi028 ceph-mon[112123]: pgmap v1223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:27:24.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:24.380 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:24.380 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:25.139 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:25.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:25.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:25.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:25.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:25.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:25 smithi138 ceph-mon[117003]: pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:25.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:25 smithi138 ceph-mon[117003]: from='client.46248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:25 smithi161 ceph-mon[116604]: pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:25 smithi161 ceph-mon[116604]: from='client.46248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:25 smithi028 ceph-mon[112123]: pgmap v1224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:25 smithi028 ceph-mon[112123]: from='client.46248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:27 smithi028 ceph-mon[112123]: pgmap v1225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:27:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:27:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:27 smithi138 ceph-mon[117003]: pgmap v1225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:27:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:27:28.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:27 smithi161 ceph-mon[116604]: pgmap v1225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:27:28.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:27:29.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: pgmap v1226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:27:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:27:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:27:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: pgmap v1226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: pgmap v1226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:27:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:27:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:27:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:27:30.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:30.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:30.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:30.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:30.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:30.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:30.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:30.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:31 smithi028 ceph-mon[112123]: from='client.46326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:31 smithi028 ceph-mon[112123]: pgmap v1227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:31 smithi138 ceph-mon[117003]: from='client.46326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:31 smithi138 ceph-mon[117003]: pgmap v1227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:32.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:31 smithi161 ceph-mon[116604]: from='client.46326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:32.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:31 smithi161 ceph-mon[116604]: pgmap v1227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:33 smithi028 ceph-mon[112123]: pgmap v1228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:27:34.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:33 smithi138 ceph-mon[117003]: pgmap v1228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:27:34.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:33 smithi161 ceph-mon[116604]: pgmap v1228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:27:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:35 smithi138 ceph-mon[117003]: pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:27:35.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:35.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:35.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:35 smithi161 ceph-mon[116604]: pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:27:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:35 smithi028 ceph-mon[112123]: pgmap v1229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:27:36.682 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:36.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:36.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:36.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:36.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:37 smithi028 ceph-mon[112123]: from='client.46404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:37 smithi028 ceph-mon[112123]: 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-07T05:27:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:37 smithi138 ceph-mon[117003]: from='client.46404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:37 smithi138 ceph-mon[117003]: 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-07T05:27:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:37 smithi161 ceph-mon[116604]: from='client.46404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:37 smithi161 ceph-mon[116604]: 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-07T05:27:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:39 smithi028 ceph-mon[112123]: 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-07T05:27:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:39 smithi138 ceph-mon[117003]: 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-07T05:27:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:39 smithi161 ceph-mon[116604]: 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-07T05:27:41.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:41.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:41.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:41.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:41 smithi028 ceph-mon[112123]: 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-07T05:27:42.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:41 smithi138 ceph-mon[117003]: 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-07T05:27:42.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:41 smithi161 ceph-mon[116604]: 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-07T05:27:42.455 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:42.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:42.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:42.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:42.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:43 smithi028 ceph-mon[112123]: from='client.46479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:43 smithi028 ceph-mon[112123]: 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-07T05:27:44.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:43 smithi138 ceph-mon[117003]: from='client.46479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:43 smithi138 ceph-mon[117003]: 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-07T05:27:44.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:43 smithi161 ceph-mon[116604]: from='client.46479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:43 smithi161 ceph-mon[116604]: 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-07T05:27:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:45 smithi138 ceph-mon[117003]: 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-07T05:27:45.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:45 smithi161 ceph-mon[116604]: 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-07T05:27:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:45 smithi028 ceph-mon[112123]: 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-07T05:27:47.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:47.454 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:47.454 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:47 smithi028 ceph-mon[112123]: 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-07T05:27:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:47 smithi138 ceph-mon[117003]: 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-07T05:27:48.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:47 smithi161 ceph-mon[116604]: 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-07T05:27:48.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:48.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:48.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:48.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:48.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:48 smithi028 ceph-mon[112123]: from='client.46554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:49.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:48 smithi138 ceph-mon[117003]: from='client.46554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:49.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:48 smithi161 ceph-mon[116604]: from='client.46554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:49 smithi028 ceph-mon[112123]: 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-07T05:27:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:49 smithi138 ceph-mon[117003]: 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-07T05:27:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:49 smithi161 ceph-mon[116604]: 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-07T05:27:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:51 smithi028 ceph-mon[112123]: pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:51 smithi138 ceph-mon[117003]: pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:52.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:51 smithi161 ceph-mon[116604]: pgmap v1237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:53.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:53.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:53.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:53.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:53 smithi028 ceph-mon[112123]: pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:54.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:54.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:54.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:54.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:27:54.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:54.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:53 smithi138 ceph-mon[117003]: pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:54.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:53 smithi161 ceph-mon[116604]: pgmap v1238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:54 smithi028 ceph-mon[112123]: from='client.46629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:55.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:54 smithi138 ceph-mon[117003]: from='client.46629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:55.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:54 smithi161 ceph-mon[116604]: from='client.46629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:27:55.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:55 smithi028 ceph-mon[112123]: pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:55 smithi138 ceph-mon[117003]: pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:56.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:55 smithi161 ceph-mon[116604]: pgmap v1239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:27:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:57 smithi138 ceph-mon[117003]: pgmap v1240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:58.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:57 smithi161 ceph-mon[116604]: pgmap v1240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:57 smithi028 ceph-mon[112123]: pgmap v1240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:27:59.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:27:59.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:27:59.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:27:59.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:27:59.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:27:59.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:27:59.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:27:59.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:27:59 smithi138 ceph-mon[117003]: pgmap v1241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:00.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:27:59 smithi161 ceph-mon[116604]: pgmap v1241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:27:59 smithi028 ceph-mon[112123]: pgmap v1241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:01.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:00 smithi138 ceph-mon[117003]: from='client.46707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:00 smithi161 ceph-mon[116604]: from='client.46707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:00 smithi028 ceph-mon[112123]: from='client.46707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:01 smithi138 ceph-mon[117003]: 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-07T05:28:02.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:01 smithi161 ceph-mon[116604]: 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-07T05:28:02.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:01 smithi028 ceph-mon[112123]: 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-07T05:28:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:03 smithi138 ceph-mon[117003]: pgmap v1243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:04.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:03 smithi161 ceph-mon[116604]: pgmap v1243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:04.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:03 smithi028 ceph-mon[112123]: pgmap v1243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:04.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:04.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:04.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:05.554 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:05.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:05.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:05.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:05.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:05 smithi138 ceph-mon[117003]: pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:05 smithi161 ceph-mon[116604]: pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:05.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:05 smithi028 ceph-mon[112123]: pgmap v1244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:06 smithi138 ceph-mon[117003]: from='client.46782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:06 smithi161 ceph-mon[116604]: from='client.46782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:06.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:06 smithi028 ceph-mon[112123]: from='client.46782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:07.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:07 smithi138 ceph-mon[117003]: pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:07 smithi161 ceph-mon[116604]: pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:07 smithi028 ceph-mon[112123]: pgmap v1245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:09 smithi028 ceph-mon[112123]: pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:09 smithi138 ceph-mon[117003]: pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:09 smithi161 ceph-mon[116604]: pgmap v1246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:10.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:10.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:10.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:11.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:11.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:11.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:11.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:11.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:11 smithi028 ceph-mon[112123]: pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:11 smithi138 ceph-mon[117003]: pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:12.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:11 smithi161 ceph-mon[116604]: pgmap v1247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:12.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:12 smithi028 ceph-mon[112123]: from='client.46860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:13.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:12 smithi138 ceph-mon[117003]: from='client.46860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:13.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:12 smithi161 ceph-mon[116604]: from='client.46860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:13 smithi028 ceph-mon[112123]: 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-07T05:28:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:13 smithi138 ceph-mon[117003]: 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-07T05:28:14.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:13 smithi161 ceph-mon[116604]: 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-07T05:28:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:15 smithi138 ceph-mon[117003]: 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-07T05:28:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:15 smithi161 ceph-mon[116604]: 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-07T05:28:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:15 smithi028 ceph-mon[112123]: 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-07T05:28:16.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:16.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:16.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:17.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:17.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:17.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:17.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:17.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:17 smithi028 ceph-mon[112123]: 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-07T05:28:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:17 smithi028 ceph-mon[112123]: from='client.46926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:17 smithi138 ceph-mon[117003]: 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-07T05:28:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:17 smithi138 ceph-mon[117003]: from='client.46926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:18.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:17 smithi161 ceph-mon[116604]: 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-07T05:28:18.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:17 smithi161 ceph-mon[116604]: from='client.46926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:19 smithi028 ceph-mon[112123]: 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-07T05:28:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:19 smithi138 ceph-mon[117003]: 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-07T05:28:20.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:19 smithi161 ceph-mon[116604]: 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-07T05:28:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:21 smithi028 ceph-mon[112123]: 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-07T05:28:22.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:21 smithi138 ceph-mon[117003]: 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-07T05:28:22.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:22.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:22.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:22.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:21 smithi161 ceph-mon[116604]: 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-07T05:28:22.878 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:22.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:22.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:22.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:22.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:23 smithi028 ceph-mon[112123]: from='client.47001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:23 smithi028 ceph-mon[112123]: 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-07T05:28:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:23 smithi138 ceph-mon[117003]: from='client.47001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:23 smithi138 ceph-mon[117003]: 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-07T05:28:24.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:23 smithi161 ceph-mon[116604]: from='client.47001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:24.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:23 smithi161 ceph-mon[116604]: 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-07T05:28:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:25 smithi138 ceph-mon[117003]: 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-07T05:28:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:25 smithi161 ceph-mon[116604]: 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-07T05:28:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:25 smithi028 ceph-mon[112123]: 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-07T05:28:27.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:27.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:27.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:27 smithi028 ceph-mon[112123]: 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-07T05:28:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:27 smithi138 ceph-mon[117003]: 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-07T05:28:28.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:27 smithi161 ceph-mon[116604]: 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-07T05:28:28.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:28.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:28.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:28.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:28.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:29 smithi028 ceph-mon[112123]: from='client.47070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:29 smithi028 ceph-mon[112123]: 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-07T05:28:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:28:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:29 smithi138 ceph-mon[117003]: from='client.47070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:29 smithi138 ceph-mon[117003]: 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-07T05:28:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:28:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:29 smithi161 ceph-mon[116604]: from='client.47070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:29 smithi161 ceph-mon[116604]: 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-07T05:28:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:28:30.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:28:30.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:28:30.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:28:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:28:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:28:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:28:31.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:28:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:28:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:28:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:31 smithi138 ceph-mon[117003]: pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:28:32.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:31 smithi161 ceph-mon[116604]: pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:28:32.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:31 smithi028 ceph-mon[112123]: pgmap v1257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:28:33.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:33.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:33.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:34.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:33 smithi138 ceph-mon[117003]: pgmap v1258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:34.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:33 smithi161 ceph-mon[116604]: pgmap v1258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:34.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:33 smithi028 ceph-mon[112123]: pgmap v1258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:34.415 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:34.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:34.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:34.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:34.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:35 smithi138 ceph-mon[117003]: from='client.47148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:35 smithi138 ceph-mon[117003]: pgmap v1259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:28:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:35 smithi161 ceph-mon[116604]: from='client.47148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:35 smithi161 ceph-mon[116604]: pgmap v1259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:28:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:35 smithi028 ceph-mon[112123]: from='client.47148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:35 smithi028 ceph-mon[112123]: pgmap v1259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:28:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:37 smithi028 ceph-mon[112123]: pgmap v1260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:28:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:37 smithi138 ceph-mon[117003]: pgmap v1260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:28:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:37 smithi161 ceph-mon[116604]: pgmap v1260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:28:39.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:39.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:39.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:39 smithi028 ceph-mon[112123]: pgmap v1261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:28:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:39 smithi138 ceph-mon[117003]: pgmap v1261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:28:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:39 smithi161 ceph-mon[116604]: pgmap v1261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:28:40.199 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:40.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:40.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:40.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:40.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:41.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:40 smithi138 ceph-mon[117003]: from='client.47226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:41.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:40 smithi161 ceph-mon[116604]: from='client.47226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:41.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:40 smithi028 ceph-mon[112123]: from='client.47226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:42.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:41 smithi138 ceph-mon[117003]: 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-07T05:28:42.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:41 smithi161 ceph-mon[116604]: 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-07T05:28:42.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:41 smithi028 ceph-mon[112123]: 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-07T05:28:44.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:43 smithi138 ceph-mon[117003]: pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:43 smithi161 ceph-mon[116604]: pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:44.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:43 smithi028 ceph-mon[112123]: pgmap v1263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:28:45.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:45.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:45.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:45 smithi138 ceph-mon[117003]: pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:45.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:45 smithi161 ceph-mon[116604]: pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:45 smithi028 ceph-mon[112123]: pgmap v1264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:28:45.965 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:45.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:45.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:45.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:45.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:46 smithi138 ceph-mon[117003]: from='client.47304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:46.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:46 smithi161 ceph-mon[116604]: from='client.47304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:46.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:46 smithi028 ceph-mon[112123]: from='client.47304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:47.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:47 smithi138 ceph-mon[117003]: pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:28:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:47 smithi161 ceph-mon[116604]: pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:28:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:47 smithi028 ceph-mon[112123]: pgmap v1265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:28:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:49 smithi028 ceph-mon[112123]: pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:28:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:49 smithi138 ceph-mon[117003]: pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:28:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:49 smithi161 ceph-mon[116604]: pgmap v1266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:28:50.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:50.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:50.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:51.748 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:51.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:51.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:51.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:51.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:51 smithi138 ceph-mon[117003]: pgmap v1267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:28:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:51 smithi161 ceph-mon[116604]: pgmap v1267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:28:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:51 smithi028 ceph-mon[112123]: pgmap v1267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:28:53.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:52 smithi138 ceph-mon[117003]: from='client.47379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:53.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:52 smithi161 ceph-mon[116604]: from='client.47379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:53.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:52 smithi028 ceph-mon[112123]: from='client.47379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:53 smithi138 ceph-mon[117003]: 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-07T05:28:54.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:53 smithi161 ceph-mon[116604]: 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-07T05:28:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:53 smithi028 ceph-mon[112123]: 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-07T05:28:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:55 smithi138 ceph-mon[117003]: 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-07T05:28:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:55 smithi161 ceph-mon[116604]: 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-07T05:28:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:55 smithi028 ceph-mon[112123]: 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-07T05:28:56.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:28:56.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:28:56.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:28:57.513 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:28:57.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:28:57.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:28:57.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:28:57.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:28:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:57 smithi138 ceph-mon[117003]: 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-07T05:28:58.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:57 smithi161 ceph-mon[116604]: 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-07T05:28:58.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:57 smithi028 ceph-mon[112123]: 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-07T05:28:59.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:58 smithi138 ceph-mon[117003]: from='client.47457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:59.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:58 smithi161 ceph-mon[116604]: from='client.47457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:28:59.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:58 smithi028 ceph-mon[112123]: from='client.47457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:28:59 smithi138 ceph-mon[117003]: 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-07T05:29:00.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:28:59 smithi161 ceph-mon[116604]: 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-07T05:29:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:28:59 smithi028 ceph-mon[112123]: 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-07T05:29:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:01 smithi138 ceph-mon[117003]: 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-07T05:29:02.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:01 smithi161 ceph-mon[116604]: 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-07T05:29:02.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:01 smithi028 ceph-mon[112123]: 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-07T05:29:02.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:02.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:02.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:03.292 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:03.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:03.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:03.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:03.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:04.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:03 smithi138 ceph-mon[117003]: 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-07T05:29:04.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:03 smithi161 ceph-mon[116604]: 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-07T05:29:04.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:03 smithi028 ceph-mon[112123]: 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-07T05:29:05.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:04 smithi138 ceph-mon[117003]: from='client.47532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:05.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:04 smithi161 ceph-mon[116604]: from='client.47532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:05.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:04 smithi028 ceph-mon[112123]: from='client.47532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:05 smithi138 ceph-mon[117003]: 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-07T05:29:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:05 smithi161 ceph-mon[116604]: 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-07T05:29:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:05 smithi028 ceph-mon[112123]: 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-07T05:29:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:07 smithi138 ceph-mon[117003]: 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-07T05:29:08.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:07 smithi161 ceph-mon[116604]: 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-07T05:29:08.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:07 smithi028 ceph-mon[112123]: 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-07T05:29:08.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:08.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:08.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:09.053 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:09.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:09.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:09.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:09.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:09 smithi138 ceph-mon[117003]: 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-07T05:29:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:09 smithi138 ceph-mon[117003]: from='client.47610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:09 smithi161 ceph-mon[116604]: 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-07T05:29:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:09 smithi161 ceph-mon[116604]: from='client.47610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:09 smithi028 ceph-mon[112123]: 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-07T05:29:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:09 smithi028 ceph-mon[112123]: from='client.47610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:11 smithi138 ceph-mon[117003]: pgmap v1277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:29:12.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:11 smithi161 ceph-mon[116604]: pgmap v1277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:29:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:11 smithi028 ceph-mon[112123]: pgmap v1277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:29:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:13 smithi138 ceph-mon[117003]: pgmap v1278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:29:14.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:14.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:14.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:14.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:13 smithi161 ceph-mon[116604]: pgmap v1278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:29:14.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:13 smithi028 ceph-mon[112123]: pgmap v1278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:29:14.827 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:14.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:14.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:14.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:14.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:15 smithi138 ceph-mon[117003]: from='client.47685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:15 smithi138 ceph-mon[117003]: 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-07T05:29:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:15 smithi161 ceph-mon[116604]: from='client.47685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:15 smithi161 ceph-mon[116604]: 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-07T05:29:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:15 smithi028 ceph-mon[112123]: from='client.47685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:15 smithi028 ceph-mon[112123]: 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-07T05:29:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:17 smithi138 ceph-mon[117003]: 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-07T05:29:18.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:17 smithi161 ceph-mon[116604]: 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-07T05:29:18.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:17 smithi028 ceph-mon[112123]: 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-07T05:29:19.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:19.829 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:19.829 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:19 smithi138 ceph-mon[117003]: 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-07T05:29:20.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:19 smithi161 ceph-mon[116604]: 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-07T05:29:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:19 smithi028 ceph-mon[112123]: 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-07T05:29:20.604 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:20.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:20.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:20.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:20.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:21 smithi138 ceph-mon[117003]: from='client.47760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:21 smithi138 ceph-mon[117003]: 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-07T05:29:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:21 smithi161 ceph-mon[116604]: from='client.47760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:21 smithi161 ceph-mon[116604]: 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-07T05:29:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:21 smithi028 ceph-mon[112123]: from='client.47760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:21 smithi028 ceph-mon[112123]: 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-07T05:29:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:23 smithi138 ceph-mon[117003]: pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:29:24.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:23 smithi161 ceph-mon[116604]: pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:29:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:23 smithi028 ceph-mon[112123]: pgmap v1283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:29:25.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:25.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:25.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:25.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:25 smithi138 ceph-mon[117003]: pgmap v1284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:29:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:25 smithi161 ceph-mon[116604]: pgmap v1284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:29:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:25 smithi028 ceph-mon[112123]: pgmap v1284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:29:26.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:26.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:26.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:26.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:26.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:27 smithi138 ceph-mon[117003]: from='client.47835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:27 smithi138 ceph-mon[117003]: 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-07T05:29:28.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:27 smithi161 ceph-mon[116604]: from='client.47835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:28.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:27 smithi161 ceph-mon[116604]: 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-07T05:29:28.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:27 smithi028 ceph-mon[112123]: from='client.47835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:27 smithi028 ceph-mon[112123]: 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-07T05:29:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:29 smithi138 ceph-mon[117003]: 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-07T05:29:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:29 smithi161 ceph-mon[116604]: 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-07T05:29:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:29 smithi028 ceph-mon[112123]: 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-07T05:29:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:29:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:29:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:29:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:29:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:29:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:29:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:29:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:29:31.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:29:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:29:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:29:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:29:31.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:31.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:31.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:31 smithi138 ceph-mon[117003]: 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-07T05:29:32.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:32.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:32.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:32.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:32.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:31 smithi161 ceph-mon[116604]: 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-07T05:29:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:31 smithi028 ceph-mon[112123]: 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-07T05:29:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:32 smithi138 ceph-mon[117003]: from='client.47910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:33.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:32 smithi161 ceph-mon[116604]: from='client.47910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:33.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:32 smithi028 ceph-mon[112123]: from='client.47910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:34.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:33 smithi138 ceph-mon[117003]: 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-07T05:29:34.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:33 smithi161 ceph-mon[116604]: 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-07T05:29:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:33 smithi028 ceph-mon[112123]: 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-07T05:29:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:35 smithi138 ceph-mon[117003]: 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-07T05:29:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:35 smithi161 ceph-mon[116604]: 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-07T05:29:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:35 smithi028 ceph-mon[112123]: 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-07T05:29:37.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:37.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:37.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:37.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:37 smithi138 ceph-mon[117003]: 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-07T05:29:38.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:37 smithi161 ceph-mon[116604]: 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-07T05:29:38.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:37 smithi028 ceph-mon[112123]: 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-07T05:29:39.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:38 smithi138 ceph-mon[117003]: from='client.47988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:39.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:38 smithi161 ceph-mon[116604]: from='client.47988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:39.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:38 smithi028 ceph-mon[112123]: from='client.47988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:39 smithi138 ceph-mon[117003]: 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-07T05:29:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:39 smithi161 ceph-mon[116604]: 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-07T05:29:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:39 smithi028 ceph-mon[112123]: 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-07T05:29:42.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:41 smithi138 ceph-mon[117003]: 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-07T05:29:42.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:41 smithi161 ceph-mon[116604]: 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-07T05:29:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:41 smithi028 ceph-mon[112123]: 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-07T05:29:42.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:42.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:42.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:43.690 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:43.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:43.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:43.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:43.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:44.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:43 smithi138 ceph-mon[117003]: 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-07T05:29:44.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:43 smithi161 ceph-mon[116604]: 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-07T05:29:44.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:43 smithi028 ceph-mon[112123]: 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-07T05:29:45.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:44 smithi138 ceph-mon[117003]: from='client.48063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:45.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:44 smithi161 ceph-mon[116604]: from='client.48063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:45.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:44 smithi028 ceph-mon[112123]: from='client.48063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:45 smithi138 ceph-mon[117003]: 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-07T05:29:46.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:45 smithi161 ceph-mon[116604]: 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-07T05:29:46.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:45 smithi028 ceph-mon[112123]: 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-07T05:29:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:47 smithi138 ceph-mon[117003]: 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-07T05:29:48.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:47 smithi161 ceph-mon[116604]: 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-07T05:29:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:47 smithi028 ceph-mon[112123]: 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-07T05:29:48.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:48.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:48.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:49.460 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:49.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:49.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:49.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:49.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:49 smithi138 ceph-mon[117003]: 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-07T05:29:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:49 smithi161 ceph-mon[116604]: 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-07T05:29:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:49 smithi028 ceph-mon[112123]: 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-07T05:29:51.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:50 smithi138 ceph-mon[117003]: from='client.48141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:51.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:50 smithi161 ceph-mon[116604]: from='client.48141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:50 smithi028 ceph-mon[112123]: from='client.48141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:51 smithi138 ceph-mon[117003]: pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:29:52.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:51 smithi161 ceph-mon[116604]: pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:29:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:51 smithi028 ceph-mon[112123]: pgmap v1297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:29:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:53 smithi138 ceph-mon[117003]: pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:29:54.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:53 smithi161 ceph-mon[116604]: pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:29:54.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:53 smithi028 ceph-mon[112123]: pgmap v1298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:29:54.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:29:54.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:29:54.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:29:55.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:29:55.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:29:55.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:29:55.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:29:55.236 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:29:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:55 smithi138 ceph-mon[117003]: 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-07T05:29:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:55 smithi138 ceph-mon[117003]: from='client.48219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:55 smithi161 ceph-mon[116604]: 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-07T05:29:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:55 smithi161 ceph-mon[116604]: from='client.48219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:55.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:55 smithi028 ceph-mon[112123]: 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-07T05:29:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:55 smithi028 ceph-mon[112123]: from='client.48219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:29:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:57 smithi138 ceph-mon[117003]: 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-07T05:29:58.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:57 smithi161 ceph-mon[116604]: 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-07T05:29:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:57 smithi028 ceph-mon[112123]: 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-07T05:30:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:29:59 smithi138 ceph-mon[117003]: 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-07T05:30:00.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:29:59 smithi161 ceph-mon[116604]: 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-07T05:30:00.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:29:59 smithi028 ceph-mon[112123]: 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-07T05:30:00.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:00.237 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:00.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:01.013 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:01.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:01.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:01.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:01.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:01.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T05:30:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T05:30:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T05:30:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:01 smithi138 ceph-mon[117003]: from='client.48297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:01 smithi138 ceph-mon[117003]: 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-07T05:30:02.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:01 smithi161 ceph-mon[116604]: from='client.48297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:01 smithi161 ceph-mon[116604]: 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-07T05:30:02.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:01 smithi028 ceph-mon[112123]: from='client.48297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:02.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:01 smithi028 ceph-mon[112123]: 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-07T05:30:04.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:03 smithi138 ceph-mon[117003]: pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:30:04.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:03 smithi161 ceph-mon[116604]: pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:30:04.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:03 smithi028 ceph-mon[112123]: pgmap v1303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:30:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:05 smithi138 ceph-mon[117003]: pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:30:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:05 smithi161 ceph-mon[116604]: pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:30:05.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:05 smithi028 ceph-mon[112123]: pgmap v1304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:30:06.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:06.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:06.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:06.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:06.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:06.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:06.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:06.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:07 smithi138 ceph-mon[117003]: from='client.48369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:07 smithi138 ceph-mon[117003]: 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-07T05:30:08.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:07 smithi161 ceph-mon[116604]: from='client.48369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:07 smithi161 ceph-mon[116604]: 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-07T05:30:08.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:07 smithi028 ceph-mon[112123]: from='client.48369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:07 smithi028 ceph-mon[112123]: 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-07T05:30:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:09 smithi138 ceph-mon[117003]: 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-07T05:30:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:09 smithi161 ceph-mon[116604]: 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-07T05:30:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:09 smithi028 ceph-mon[112123]: 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-07T05:30:11.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:11.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:11.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:11 smithi138 ceph-mon[117003]: 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-07T05:30:12.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:11 smithi161 ceph-mon[116604]: 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-07T05:30:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:11 smithi028 ceph-mon[112123]: 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-07T05:30:12.547 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:12.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:12.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:12.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:12.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:13 smithi138 ceph-mon[117003]: from='client.48447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:13 smithi138 ceph-mon[117003]: 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-07T05:30:14.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:13 smithi161 ceph-mon[116604]: from='client.48447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:13 smithi161 ceph-mon[116604]: 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-07T05:30:14.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:13 smithi028 ceph-mon[112123]: from='client.48447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:14.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:13 smithi028 ceph-mon[112123]: 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-07T05:30:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:15 smithi138 ceph-mon[117003]: 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-07T05:30:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:15 smithi161 ceph-mon[116604]: 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-07T05:30:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:15 smithi028 ceph-mon[112123]: 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-07T05:30:17.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:17.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:17.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:17 smithi138 ceph-mon[117003]: 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-07T05:30:18.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:17 smithi161 ceph-mon[116604]: 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-07T05:30:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:17 smithi028 ceph-mon[112123]: 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-07T05:30:18.335 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:18.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:18.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:18.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:18.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:19 smithi138 ceph-mon[117003]: from='client.48519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:19 smithi138 ceph-mon[117003]: 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-07T05:30:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:19 smithi161 ceph-mon[116604]: from='client.48519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:19 smithi161 ceph-mon[116604]: 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-07T05:30:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:19 smithi028 ceph-mon[112123]: from='client.48519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:19 smithi028 ceph-mon[112123]: 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-07T05:30:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:21 smithi138 ceph-mon[117003]: 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-07T05:30:22.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:21 smithi161 ceph-mon[116604]: 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-07T05:30:22.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:21 smithi028 ceph-mon[112123]: 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-07T05:30:23.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:23.338 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:23.338 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:23 smithi138 ceph-mon[117003]: 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-07T05:30:24.101 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:24.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:24.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:24.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:24.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:24.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:23 smithi161 ceph-mon[116604]: 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-07T05:30:24.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:23 smithi028 ceph-mon[112123]: 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-07T05:30:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:24 smithi138 ceph-mon[117003]: from='client.48597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:25.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:24 smithi161 ceph-mon[116604]: from='client.48597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:25.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:24 smithi028 ceph-mon[112123]: from='client.48597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:25 smithi138 ceph-mon[117003]: 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-07T05:30:26.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:25 smithi161 ceph-mon[116604]: 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-07T05:30:26.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:25 smithi028 ceph-mon[112123]: 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-07T05:30:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:27 smithi138 ceph-mon[117003]: 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-07T05:30:28.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:27 smithi161 ceph-mon[116604]: 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-07T05:30:28.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:27 smithi028 ceph-mon[112123]: 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-07T05:30:29.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:29.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:29.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:29.872 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:29.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:29.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:29.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:29.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:29 smithi138 ceph-mon[117003]: 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-07T05:30:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:29 smithi161 ceph-mon[116604]: 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-07T05:30:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:29 smithi028 ceph-mon[112123]: 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-07T05:30:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:30 smithi138 ceph-mon[117003]: from='client.48672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:30:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:30 smithi161 ceph-mon[116604]: from='client.48672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:30:31.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:30 smithi028 ceph-mon[112123]: from='client.48672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:31.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:30:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:31 smithi138 ceph-mon[117003]: 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-07T05:30:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:30:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:30:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:30:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:31 smithi161 ceph-mon[116604]: 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-07T05:30:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:30:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:30:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:30:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:31 smithi028 ceph-mon[112123]: 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-07T05:30:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:30:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:30:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:30:34.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:33 smithi138 ceph-mon[117003]: 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-07T05:30:34.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:33 smithi161 ceph-mon[116604]: 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-07T05:30:34.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:33 smithi028 ceph-mon[112123]: 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-07T05:30:34.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:34.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:34.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:35.639 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:35.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:35.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:35.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:35.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:35 smithi138 ceph-mon[117003]: 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-07T05:30:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:35 smithi161 ceph-mon[116604]: 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-07T05:30:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:35 smithi028 ceph-mon[112123]: 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-07T05:30:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:36 smithi138 ceph-mon[117003]: from='client.48750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:36 smithi161 ceph-mon[116604]: from='client.48750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:36 smithi028 ceph-mon[112123]: from='client.48750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:37.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:37 smithi138 ceph-mon[117003]: 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-07T05:30:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:37 smithi161 ceph-mon[116604]: 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-07T05:30:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:37 smithi028 ceph-mon[112123]: 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-07T05:30:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:39 smithi138 ceph-mon[117003]: 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-07T05:30:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:39 smithi161 ceph-mon[116604]: 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-07T05:30:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:39 smithi028 ceph-mon[112123]: 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-07T05:30:40.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:40.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:40.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:41.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:41.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:41.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:41.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:41.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:42.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:41 smithi138 ceph-mon[117003]: 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-07T05:30:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:41 smithi161 ceph-mon[116604]: 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-07T05:30:42.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:41 smithi028 ceph-mon[112123]: 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-07T05:30:43.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:42 smithi138 ceph-mon[117003]: from='client.48825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:43.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:42 smithi161 ceph-mon[116604]: from='client.48825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:43.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:42 smithi028 ceph-mon[112123]: from='client.48825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:43 smithi138 ceph-mon[117003]: 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-07T05:30:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:43 smithi161 ceph-mon[116604]: 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-07T05:30:44.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:43 smithi028 ceph-mon[112123]: 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-07T05:30:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:45 smithi138 ceph-mon[117003]: 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-07T05:30:45.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:45 smithi161 ceph-mon[116604]: 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-07T05:30:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:45 smithi028 ceph-mon[112123]: 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-07T05:30:46.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:46.421 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:46.421 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:47.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:47.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:47.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:47.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:47.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:47 smithi138 ceph-mon[117003]: 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-07T05:30:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:47 smithi138 ceph-mon[117003]: from='client.48903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:48.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:47 smithi161 ceph-mon[116604]: 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-07T05:30:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:47 smithi161 ceph-mon[116604]: from='client.48903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:47 smithi028 ceph-mon[112123]: 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-07T05:30:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:47 smithi028 ceph-mon[112123]: from='client.48903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:49 smithi138 ceph-mon[117003]: 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-07T05:30:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:49 smithi161 ceph-mon[116604]: 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-07T05:30:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:49 smithi028 ceph-mon[112123]: 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-07T05:30:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:51 smithi138 ceph-mon[117003]: 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-07T05:30:52.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:51 smithi161 ceph-mon[116604]: 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-07T05:30:52.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:52.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:52.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:51 smithi028 ceph-mon[112123]: 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-07T05:30:52.958 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:52.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:52.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:52.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:52.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:30:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:53 smithi138 ceph-mon[117003]: from='client.48978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:53 smithi138 ceph-mon[117003]: 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-07T05:30:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:53 smithi161 ceph-mon[116604]: from='client.48978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:53 smithi161 ceph-mon[116604]: 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-07T05:30:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:53 smithi028 ceph-mon[112123]: from='client.48978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:30:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:53 smithi028 ceph-mon[112123]: 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-07T05:30:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:55 smithi138 ceph-mon[117003]: 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-07T05:30:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:55 smithi161 ceph-mon[116604]: 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-07T05:30:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:55 smithi028 ceph-mon[112123]: 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-07T05:30:57.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:30:57.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:30:57.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:30:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:57 smithi138 ceph-mon[117003]: 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-07T05:30:58.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:57 smithi161 ceph-mon[116604]: 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-07T05:30:58.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:57 smithi028 ceph-mon[112123]: 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-07T05:30:58.729 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:30:58.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:30:58.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:30:58.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:30:58.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:59 smithi138 ceph-mon[117003]: from='client.49056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:30:59 smithi138 ceph-mon[117003]: 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-07T05:31:00.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:59 smithi161 ceph-mon[116604]: from='client.49056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:30:59 smithi161 ceph-mon[116604]: 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-07T05:31:00.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:59 smithi028 ceph-mon[112123]: from='client.49056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:30:59 smithi028 ceph-mon[112123]: 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-07T05:31:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:01 smithi138 ceph-mon[117003]: 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-07T05:31:02.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:01 smithi161 ceph-mon[116604]: 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-07T05:31:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:01 smithi028 ceph-mon[112123]: 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-07T05:31:03.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:03.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:03.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:04.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:03 smithi138 ceph-mon[117003]: 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-07T05:31:04.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:03 smithi161 ceph-mon[116604]: 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-07T05:31:04.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:03 smithi028 ceph-mon[112123]: 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-07T05:31:04.491 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:04.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:04.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:04.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:04.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:05 smithi138 ceph-mon[117003]: from='client.49134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:05 smithi138 ceph-mon[117003]: pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:31:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:05 smithi161 ceph-mon[116604]: from='client.49134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:05 smithi161 ceph-mon[116604]: pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:31:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:05 smithi028 ceph-mon[112123]: from='client.49134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:05 smithi028 ceph-mon[112123]: pgmap v1334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:31:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:07 smithi138 ceph-mon[117003]: pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:31:08.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:07 smithi161 ceph-mon[116604]: pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:31:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:07 smithi028 ceph-mon[112123]: pgmap v1335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:31:09.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:09.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:09.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:09 smithi138 ceph-mon[117003]: pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:31:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:09 smithi161 ceph-mon[116604]: pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:31:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:09 smithi028 ceph-mon[112123]: pgmap v1336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:31:10.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:10.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:10.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:10.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:10.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:11.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:10 smithi138 ceph-mon[117003]: from='client.49209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:11.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:10 smithi161 ceph-mon[116604]: from='client.49209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:11.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:10 smithi028 ceph-mon[112123]: from='client.49209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:11 smithi138 ceph-mon[117003]: 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-07T05:31:12.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:11 smithi161 ceph-mon[116604]: 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-07T05:31:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:11 smithi028 ceph-mon[112123]: 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-07T05:31:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:13 smithi138 ceph-mon[117003]: 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-07T05:31:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:13 smithi161 ceph-mon[116604]: 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-07T05:31:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:13 smithi028 ceph-mon[112123]: 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-07T05:31:15.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:15.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:15.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:15 smithi138 ceph-mon[117003]: 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-07T05:31:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:15 smithi161 ceph-mon[116604]: 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-07T05:31:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:15 smithi028 ceph-mon[112123]: 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-07T05:31:16.033 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:16.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:16.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:16.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:16.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:16 smithi138 ceph-mon[117003]: from='client.49284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:16.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:16 smithi161 ceph-mon[116604]: from='client.49284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:16 smithi028 ceph-mon[112123]: from='client.49284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:17.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:17 smithi138 ceph-mon[117003]: pgmap v1340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:31:17.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:17 smithi161 ceph-mon[116604]: pgmap v1340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:31:17.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:17 smithi028 ceph-mon[112123]: pgmap v1340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:31:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:19 smithi138 ceph-mon[117003]: pgmap v1341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:31:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:19 smithi161 ceph-mon[116604]: pgmap v1341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:31:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:19 smithi028 ceph-mon[112123]: pgmap v1341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:31:21.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:21.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:21.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:21.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:21.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:21.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:21.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:21.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:21 smithi138 ceph-mon[117003]: pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:31:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:21 smithi161 ceph-mon[116604]: pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:31:22.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:21 smithi028 ceph-mon[112123]: pgmap v1342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:31:23.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:22 smithi138 ceph-mon[117003]: from='client.49359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:23.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:22 smithi161 ceph-mon[116604]: from='client.49359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:23.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:22 smithi028 ceph-mon[112123]: from='client.49359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:23 smithi138 ceph-mon[117003]: 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-07T05:31:24.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:23 smithi161 ceph-mon[116604]: 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-07T05:31:24.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:23 smithi028 ceph-mon[112123]: 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-07T05:31:25.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:25 smithi138 ceph-mon[117003]: 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-07T05:31:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:25 smithi161 ceph-mon[116604]: 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-07T05:31:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:25 smithi028 ceph-mon[112123]: 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-07T05:31:26.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:26.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:26.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:27.578 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:27.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:27.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:27.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:27.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:27 smithi138 ceph-mon[117003]: 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-07T05:31:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:27 smithi161 ceph-mon[116604]: 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-07T05:31:28.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:27 smithi028 ceph-mon[112123]: 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-07T05:31:29.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:28 smithi138 ceph-mon[117003]: from='client.49434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:28 smithi161 ceph-mon[116604]: from='client.49434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:28 smithi028 ceph-mon[112123]: from='client.49434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:29 smithi138 ceph-mon[117003]: 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-07T05:31:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:29 smithi161 ceph-mon[116604]: 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-07T05:31:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:29 smithi028 ceph-mon[112123]: 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-07T05:31:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:31 smithi138 ceph-mon[117003]: 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-07T05:31:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:31:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:31 smithi161 ceph-mon[116604]: 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-07T05:31:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:31:32.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:31 smithi028 ceph-mon[112123]: 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-07T05:31:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:31:32.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:32.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:32.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:31:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:31:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:31:33.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:31:33.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:31:33.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:31:33.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:31:33.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:31:33.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:31:33.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:33.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:33.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:33.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:33.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:33 smithi161 ceph-mon[116604]: 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-07T05:31:34.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:33 smithi028 ceph-mon[112123]: 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-07T05:31:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:33 smithi138 ceph-mon[117003]: 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-07T05:31:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:34 smithi161 ceph-mon[116604]: from='client.49506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:35.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:34 smithi028 ceph-mon[112123]: from='client.49506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:34 smithi138 ceph-mon[117003]: from='client.49506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:35 smithi161 ceph-mon[116604]: 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-07T05:31:36.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:35 smithi028 ceph-mon[112123]: 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-07T05:31:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:35 smithi138 ceph-mon[117003]: 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-07T05:31:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:37 smithi161 ceph-mon[116604]: 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-07T05:31:38.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:37 smithi028 ceph-mon[112123]: 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-07T05:31:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:37 smithi138 ceph-mon[117003]: 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-07T05:31:38.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:38.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:38.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:39.138 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:39.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:39.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:39.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:39.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:39 smithi161 ceph-mon[116604]: 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-07T05:31:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:39 smithi161 ceph-mon[116604]: from='client.49584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:39 smithi028 ceph-mon[112123]: 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-07T05:31:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:39 smithi028 ceph-mon[112123]: from='client.49584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:39 smithi138 ceph-mon[117003]: 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-07T05:31:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:39 smithi138 ceph-mon[117003]: from='client.49584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:42.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:41 smithi161 ceph-mon[116604]: 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-07T05:31:42.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:41 smithi028 ceph-mon[112123]: 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-07T05:31:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:41 smithi138 ceph-mon[117003]: 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-07T05:31:44.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:44.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:44.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:43 smithi161 ceph-mon[116604]: 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-07T05:31:44.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:43 smithi028 ceph-mon[112123]: 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-07T05:31:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:43 smithi138 ceph-mon[117003]: 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-07T05:31:44.916 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:44.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:44.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:44.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:44.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:45 smithi161 ceph-mon[116604]: from='client.49659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:45 smithi161 ceph-mon[116604]: pgmap v1354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:31:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:45 smithi028 ceph-mon[112123]: from='client.49659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:45 smithi028 ceph-mon[112123]: pgmap v1354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:31:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:45 smithi138 ceph-mon[117003]: from='client.49659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:45 smithi138 ceph-mon[117003]: pgmap v1354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:31:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:47 smithi138 ceph-mon[117003]: pgmap v1355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:31:48.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:47 smithi161 ceph-mon[116604]: pgmap v1355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:31:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:47 smithi028 ceph-mon[112123]: pgmap v1355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:31:49.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:49.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:49.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:49 smithi138 ceph-mon[117003]: pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:31:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:49 smithi161 ceph-mon[116604]: pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:31:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:49 smithi028 ceph-mon[112123]: pgmap v1356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:31:50.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:50.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:50.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:50.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:50.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:51 smithi138 ceph-mon[117003]: from='client.49734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:51 smithi138 ceph-mon[117003]: 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-07T05:31:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:51 smithi161 ceph-mon[116604]: from='client.49734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:51 smithi161 ceph-mon[116604]: 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-07T05:31:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:51 smithi028 ceph-mon[112123]: from='client.49734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:51 smithi028 ceph-mon[112123]: 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-07T05:31:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:53 smithi138 ceph-mon[117003]: 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-07T05:31:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:53 smithi161 ceph-mon[116604]: 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-07T05:31:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:53 smithi028 ceph-mon[112123]: 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-07T05:31:55.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:31:55.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:31:55.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:31:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:55 smithi161 ceph-mon[116604]: 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-07T05:31:55.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:55 smithi028 ceph-mon[112123]: 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-07T05:31:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:55 smithi138 ceph-mon[117003]: 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-07T05:31:56.458 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:31:56.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:31:56.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:31:56.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:31:56.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:31:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:57 smithi138 ceph-mon[117003]: from='client.49812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:57 smithi138 ceph-mon[117003]: pgmap v1360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:31:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:57 smithi161 ceph-mon[116604]: from='client.49812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:57 smithi161 ceph-mon[116604]: pgmap v1360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:31:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:57 smithi028 ceph-mon[112123]: from='client.49812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:31:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:57 smithi028 ceph-mon[112123]: pgmap v1360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:31:59 smithi138 ceph-mon[117003]: pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:31:59 smithi161 ceph-mon[116604]: pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:31:59 smithi028 ceph-mon[112123]: pgmap v1361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:01.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:01.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:01.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:01 smithi138 ceph-mon[117003]: pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:32:02.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:01 smithi161 ceph-mon[116604]: pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:32:02.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:01 smithi028 ceph-mon[112123]: pgmap v1362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:32:02.232 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:02.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:02.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:02.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:02.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:03.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:02 smithi138 ceph-mon[117003]: from='client.49881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:03.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:02 smithi161 ceph-mon[116604]: from='client.49881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:03.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:02 smithi028 ceph-mon[112123]: from='client.49881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:04.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:03 smithi138 ceph-mon[117003]: 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-07T05:32:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:03 smithi161 ceph-mon[116604]: 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-07T05:32:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:03 smithi028 ceph-mon[112123]: 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-07T05:32:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:05 smithi161 ceph-mon[116604]: 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-07T05:32:05.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:05 smithi028 ceph-mon[112123]: 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-07T05:32:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:05 smithi138 ceph-mon[117003]: 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-07T05:32:07.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:07.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:07.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:08.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:08.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:08.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:08.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:08.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:07 smithi138 ceph-mon[117003]: 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-07T05:32:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:07 smithi161 ceph-mon[116604]: 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-07T05:32:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:07 smithi028 ceph-mon[112123]: 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-07T05:32:09.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:08 smithi138 ceph-mon[117003]: from='client.49953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:09.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:08 smithi161 ceph-mon[116604]: from='client.49953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:08 smithi028 ceph-mon[112123]: from='client.49953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:09 smithi138 ceph-mon[117003]: 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-07T05:32:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:09 smithi161 ceph-mon[116604]: 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-07T05:32:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:09 smithi028 ceph-mon[112123]: 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-07T05:32:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:11 smithi138 ceph-mon[117003]: 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-07T05:32:12.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:11 smithi161 ceph-mon[116604]: 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-07T05:32:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:11 smithi028 ceph-mon[112123]: 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-07T05:32:13.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:13.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:13.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:13.811 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:13.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:13.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:13.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:13.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:13 smithi138 ceph-mon[117003]: 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-07T05:32:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:13 smithi161 ceph-mon[116604]: 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-07T05:32:14.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:13 smithi028 ceph-mon[112123]: 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-07T05:32:15.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:14 smithi138 ceph-mon[117003]: from='client.50031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:15.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:14 smithi161 ceph-mon[116604]: from='client.50031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:15.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:14 smithi028 ceph-mon[112123]: from='client.50031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:15 smithi138 ceph-mon[117003]: 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-07T05:32:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:15 smithi161 ceph-mon[116604]: 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-07T05:32:16.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:15 smithi028 ceph-mon[112123]: 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-07T05:32:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:17 smithi138 ceph-mon[117003]: 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-07T05:32:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:17 smithi161 ceph-mon[116604]: 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-07T05:32:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:17 smithi028 ceph-mon[112123]: 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-07T05:32:18.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:18.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:18.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:19.580 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:19 smithi138 ceph-mon[117003]: 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-07T05:32:20.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:19 smithi161 ceph-mon[116604]: 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-07T05:32:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:19 smithi028 ceph-mon[112123]: 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-07T05:32:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:20 smithi138 ceph-mon[117003]: from='client.50106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:21.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:20 smithi161 ceph-mon[116604]: from='client.50106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:21.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:20 smithi028 ceph-mon[112123]: from='client.50106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:21 smithi138 ceph-mon[117003]: pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:21 smithi161 ceph-mon[116604]: pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:21 smithi028 ceph-mon[112123]: pgmap v1372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:23 smithi161 ceph-mon[116604]: pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:32:24.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:23 smithi028 ceph-mon[112123]: pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:32:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:23 smithi138 ceph-mon[117003]: pgmap v1373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:32:24.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:24.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:24.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:25.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:25.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:25.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:25.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:25.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:25 smithi161 ceph-mon[116604]: 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-07T05:32:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:25 smithi028 ceph-mon[112123]: 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-07T05:32:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:25 smithi138 ceph-mon[117003]: 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-07T05:32:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:26 smithi161 ceph-mon[116604]: from='client.50184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:26 smithi028 ceph-mon[112123]: from='client.50184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:26 smithi138 ceph-mon[117003]: from='client.50184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:27 smithi161 ceph-mon[116604]: 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-07T05:32:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:27 smithi028 ceph-mon[112123]: 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-07T05:32:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:27 smithi138 ceph-mon[117003]: 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-07T05:32:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:29 smithi138 ceph-mon[117003]: 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-07T05:32:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:29 smithi161 ceph-mon[116604]: 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-07T05:32:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:29 smithi028 ceph-mon[112123]: 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-07T05:32:30.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:30.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:30.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:31.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:31.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:31.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:31.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:31.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:31 smithi138 ceph-mon[117003]: 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-07T05:32:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:31 smithi138 ceph-mon[117003]: from='client.50262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:32.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:31 smithi161 ceph-mon[116604]: 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-07T05:32:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:31 smithi161 ceph-mon[116604]: from='client.50262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:32.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:31 smithi028 ceph-mon[112123]: 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-07T05:32:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:31 smithi028 ceph-mon[112123]: from='client.50262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:32:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:32:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:32:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:32:33.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:32:33.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:32:33.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:32:33.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:32:33.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:32:33.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:32:33.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:32:33.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:32:34.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:33 smithi138 ceph-mon[117003]: pgmap v1378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:33 smithi161 ceph-mon[116604]: pgmap v1378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:33 smithi028 ceph-mon[112123]: pgmap v1378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:32:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:35 smithi161 ceph-mon[116604]: pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:32:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:35 smithi028 ceph-mon[112123]: pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:32:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:35 smithi138 ceph-mon[117003]: pgmap v1379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:32:36.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:36.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:36.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:36.865 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:36.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:36.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:36.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:36.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:37 smithi138 ceph-mon[117003]: from='client.50334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:37 smithi138 ceph-mon[117003]: 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-07T05:32:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:37 smithi161 ceph-mon[116604]: from='client.50334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:37 smithi161 ceph-mon[116604]: 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-07T05:32:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:37 smithi028 ceph-mon[112123]: from='client.50334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:37 smithi028 ceph-mon[112123]: 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-07T05:32:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:39 smithi138 ceph-mon[117003]: 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-07T05:32:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:39 smithi161 ceph-mon[116604]: 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-07T05:32:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:39 smithi028 ceph-mon[112123]: 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-07T05:32:41.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:41.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:41.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:42.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:41 smithi138 ceph-mon[117003]: 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-07T05:32:42.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:41 smithi161 ceph-mon[116604]: 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-07T05:32:42.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:41 smithi028 ceph-mon[112123]: 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-07T05:32:42.627 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:42.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:42.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:42.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:42.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:44.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:43 smithi138 ceph-mon[117003]: from='client.50406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:44.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:43 smithi138 ceph-mon[117003]: 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-07T05:32:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:43 smithi161 ceph-mon[116604]: from='client.50406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:43 smithi161 ceph-mon[116604]: 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-07T05:32:44.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:43 smithi028 ceph-mon[112123]: from='client.50406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:43 smithi028 ceph-mon[112123]: 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-07T05:32:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:45 smithi161 ceph-mon[116604]: 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-07T05:32:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:45 smithi028 ceph-mon[112123]: 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-07T05:32:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:45 smithi138 ceph-mon[117003]: 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-07T05:32:47.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:47.629 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:47.629 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:47 smithi138 ceph-mon[117003]: 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-07T05:32:48.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:47 smithi161 ceph-mon[116604]: 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-07T05:32:48.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:47 smithi028 ceph-mon[112123]: 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-07T05:32:48.393 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:48.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:48.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:48.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:48.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:49 smithi138 ceph-mon[117003]: from='client.50484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:49 smithi138 ceph-mon[117003]: 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-07T05:32:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:49 smithi161 ceph-mon[116604]: from='client.50484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:49 smithi161 ceph-mon[116604]: 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-07T05:32:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:49 smithi028 ceph-mon[112123]: from='client.50484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:49 smithi028 ceph-mon[112123]: 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-07T05:32:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:51 smithi138 ceph-mon[117003]: 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-07T05:32:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:51 smithi161 ceph-mon[116604]: 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-07T05:32:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:51 smithi028 ceph-mon[112123]: 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-07T05:32:53.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:53.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:53.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:53 smithi138 ceph-mon[117003]: 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-07T05:32:54.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:54.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:54.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:54.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:54.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:32:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:53 smithi161 ceph-mon[116604]: 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-07T05:32:54.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:53 smithi028 ceph-mon[112123]: 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-07T05:32:55.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:54 smithi138 ceph-mon[117003]: from='client.50559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:55.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:54 smithi161 ceph-mon[116604]: from='client.50559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:55.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:54 smithi028 ceph-mon[112123]: from='client.50559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:32:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:55 smithi138 ceph-mon[117003]: pgmap v1389: 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-07T05:32:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:55 smithi161 ceph-mon[116604]: pgmap v1389: 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-07T05:32:56.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:55 smithi028 ceph-mon[112123]: pgmap v1389: 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-07T05:32:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:57 smithi138 ceph-mon[117003]: pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:32:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:57 smithi161 ceph-mon[116604]: pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:32:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:57 smithi028 ceph-mon[112123]: pgmap v1390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:32:59.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:32:59.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:32:59.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:32:59.944 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:32:59.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:32:59.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:32:59.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:32:59.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:32:59 smithi161 ceph-mon[116604]: pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:33:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:32:59 smithi028 ceph-mon[112123]: pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:33:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:32:59 smithi138 ceph-mon[117003]: pgmap v1391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:33:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:00 smithi161 ceph-mon[116604]: from='client.50634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:00 smithi028 ceph-mon[112123]: from='client.50634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:00 smithi138 ceph-mon[117003]: from='client.50634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:01 smithi161 ceph-mon[116604]: pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:02.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:01 smithi028 ceph-mon[112123]: pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:01 smithi138 ceph-mon[117003]: pgmap v1392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:03 smithi161 ceph-mon[116604]: pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:03 smithi028 ceph-mon[112123]: pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:03 smithi138 ceph-mon[117003]: pgmap v1393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:04.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:04.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:04.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:05.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:05.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:05.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:05.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:05.711 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:05 smithi161 ceph-mon[116604]: 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-07T05:33:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:05 smithi028 ceph-mon[112123]: 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-07T05:33:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:05 smithi138 ceph-mon[117003]: 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-07T05:33:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:06 smithi161 ceph-mon[116604]: from='client.50709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:06.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:06 smithi028 ceph-mon[112123]: from='client.50709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:06 smithi138 ceph-mon[117003]: from='client.50709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:07 smithi161 ceph-mon[116604]: pgmap v1395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:33:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:07 smithi028 ceph-mon[112123]: pgmap v1395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:33:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:07 smithi138 ceph-mon[117003]: pgmap v1395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:33:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:09 smithi138 ceph-mon[117003]: pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:33:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:09 smithi161 ceph-mon[116604]: pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:33:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:09 smithi028 ceph-mon[112123]: pgmap v1396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:33:10.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:10.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:10.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:11.480 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:11.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:11.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:11.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:11.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:11 smithi138 ceph-mon[117003]: pgmap v1397: 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-07T05:33:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:11 smithi161 ceph-mon[116604]: pgmap v1397: 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-07T05:33:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:11 smithi028 ceph-mon[112123]: pgmap v1397: 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-07T05:33:13.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:12 smithi138 ceph-mon[117003]: from='client.50784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:13.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:12 smithi161 ceph-mon[116604]: from='client.50784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:13.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:12 smithi028 ceph-mon[112123]: from='client.50784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:13 smithi138 ceph-mon[117003]: pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:13 smithi161 ceph-mon[116604]: pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:14.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:13 smithi028 ceph-mon[112123]: pgmap v1398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:15 smithi161 ceph-mon[116604]: pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:33:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:15 smithi028 ceph-mon[112123]: pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:33:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:15 smithi138 ceph-mon[117003]: pgmap v1399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:33:16.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:16.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:16.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:17.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:17.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:17.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:17.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:17.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:17 smithi138 ceph-mon[117003]: 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-07T05:33:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:17 smithi138 ceph-mon[117003]: from='client.50862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:17 smithi161 ceph-mon[116604]: 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-07T05:33:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:17 smithi161 ceph-mon[116604]: from='client.50862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:17 smithi028 ceph-mon[112123]: 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-07T05:33:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:17 smithi028 ceph-mon[112123]: from='client.50862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:19 smithi138 ceph-mon[117003]: 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-07T05:33:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:19 smithi161 ceph-mon[116604]: 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-07T05:33:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:19 smithi028 ceph-mon[112123]: 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-07T05:33:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:21 smithi138 ceph-mon[117003]: 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-07T05:33:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:21 smithi161 ceph-mon[116604]: 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-07T05:33:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:21 smithi028 ceph-mon[112123]: 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-07T05:33:22.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:22.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:22.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:23.011 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:23.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:23.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:23.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:23.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:23 smithi138 ceph-mon[117003]: from='client.50937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:23 smithi138 ceph-mon[117003]: 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-07T05:33:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:23 smithi161 ceph-mon[116604]: from='client.50937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:23 smithi161 ceph-mon[116604]: 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-07T05:33:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:23 smithi028 ceph-mon[112123]: from='client.50937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:23 smithi028 ceph-mon[112123]: 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-07T05:33:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:25 smithi161 ceph-mon[116604]: 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-07T05:33:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:25 smithi028 ceph-mon[112123]: 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-07T05:33:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:25 smithi138 ceph-mon[117003]: 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-07T05:33:28.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:28.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:28.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:27 smithi138 ceph-mon[117003]: 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-07T05:33:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:27 smithi161 ceph-mon[116604]: 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-07T05:33:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:27 smithi028 ceph-mon[112123]: 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-07T05:33:28.788 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:28.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:28.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:28.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:28.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:29 smithi138 ceph-mon[117003]: from='client.51012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:29 smithi138 ceph-mon[117003]: 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-07T05:33:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:29 smithi161 ceph-mon[116604]: from='client.51012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:29 smithi161 ceph-mon[116604]: 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-07T05:33:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:29 smithi028 ceph-mon[112123]: from='client.51012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:29 smithi028 ceph-mon[112123]: 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-07T05:33:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:31 smithi138 ceph-mon[117003]: 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-07T05:33:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:31 smithi161 ceph-mon[116604]: 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-07T05:33:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:31 smithi028 ceph-mon[112123]: 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-07T05:33:33.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:33:33.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:33:33.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:33:33.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:33.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:33.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:33 smithi161 ceph-mon[116604]: 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-07T05:33:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:33:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:33:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:33:34.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:33 smithi028 ceph-mon[112123]: 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-07T05:33:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:33:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:33:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:33:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:33 smithi138 ceph-mon[117003]: 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-07T05:33:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:33:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:33:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:33:34.552 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:34.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:34.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:34.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:34.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:35 smithi161 ceph-mon[116604]: from='client.51084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:35 smithi161 ceph-mon[116604]: pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:35 smithi028 ceph-mon[112123]: from='client.51084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:35 smithi028 ceph-mon[112123]: pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:35 smithi138 ceph-mon[117003]: from='client.51084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:35 smithi138 ceph-mon[117003]: pgmap v1409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:37 smithi138 ceph-mon[117003]: pgmap v1410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:37 smithi161 ceph-mon[116604]: pgmap v1410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:37 smithi028 ceph-mon[112123]: pgmap v1410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:39.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:39.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:39.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:39 smithi138 ceph-mon[117003]: pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:39 smithi161 ceph-mon[116604]: pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:39 smithi028 ceph-mon[112123]: pgmap v1411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:40.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:40.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:40.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:40.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:40.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:40 smithi161 ceph-mon[116604]: from='client.51162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:41.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:40 smithi028 ceph-mon[112123]: from='client.51162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:41.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:40 smithi138 ceph-mon[117003]: from='client.51162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:41 smithi161 ceph-mon[116604]: pgmap v1412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:42.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:41 smithi028 ceph-mon[112123]: pgmap v1412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:41 smithi138 ceph-mon[117003]: pgmap v1412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:43 smithi161 ceph-mon[116604]: pgmap v1413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:43 smithi028 ceph-mon[112123]: pgmap v1413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:43 smithi138 ceph-mon[117003]: pgmap v1413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:33:45.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:45.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:45.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:45 smithi161 ceph-mon[116604]: 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-07T05:33:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:45 smithi028 ceph-mon[112123]: 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-07T05:33:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:45 smithi138 ceph-mon[117003]: 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-07T05:33:46.079 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:46.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:46.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:46.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:46.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:46 smithi161 ceph-mon[116604]: from='client.51237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:46 smithi028 ceph-mon[112123]: from='client.51237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:47.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:46 smithi138 ceph-mon[117003]: from='client.51237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:47 smithi161 ceph-mon[116604]: pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:47 smithi028 ceph-mon[112123]: pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:47 smithi138 ceph-mon[117003]: pgmap v1415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:49 smithi138 ceph-mon[117003]: pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:49 smithi161 ceph-mon[116604]: pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:49 smithi028 ceph-mon[112123]: pgmap v1416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:51.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:51.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:51.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:51.844 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:51.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:51.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:51.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:51.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:51 smithi161 ceph-mon[116604]: pgmap v1417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:33:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:51 smithi028 ceph-mon[112123]: pgmap v1417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:33:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:51 smithi138 ceph-mon[117003]: pgmap v1417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:33:53.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:52 smithi161 ceph-mon[116604]: from='client.51309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:53.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:52 smithi028 ceph-mon[112123]: from='client.51309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:53.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:52 smithi138 ceph-mon[117003]: from='client.51309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:53 smithi161 ceph-mon[116604]: pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:53 smithi028 ceph-mon[112123]: pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:53 smithi138 ceph-mon[117003]: pgmap v1418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:33:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:55 smithi161 ceph-mon[116604]: pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:33:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:55 smithi028 ceph-mon[112123]: pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:33:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:55 smithi138 ceph-mon[117003]: pgmap v1419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:33:56.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:33:56.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:33:56.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:33:57.624 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:33:57.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:33:57.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:33:57.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:33:57.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:33:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:57 smithi161 ceph-mon[116604]: 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-07T05:33:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:57 smithi028 ceph-mon[112123]: 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-07T05:33:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:57 smithi138 ceph-mon[117003]: 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-07T05:33:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:58 smithi161 ceph-mon[116604]: from='client.51387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:58 smithi028 ceph-mon[112123]: from='client.51387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:33:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:58 smithi138 ceph-mon[117003]: from='client.51387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:33:59 smithi161 ceph-mon[116604]: 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-07T05:34:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:33:59 smithi028 ceph-mon[112123]: 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-07T05:34:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:33:59 smithi138 ceph-mon[117003]: 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-07T05:34:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:01 smithi161 ceph-mon[116604]: 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-07T05:34:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:01 smithi028 ceph-mon[112123]: 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-07T05:34:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:01 smithi138 ceph-mon[117003]: 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-07T05:34:02.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:02.626 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:02.626 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:03.399 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:03.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:03.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:03.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:03.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:03 smithi161 ceph-mon[116604]: 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-07T05:34:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:03 smithi028 ceph-mon[112123]: 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-07T05:34:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:03 smithi138 ceph-mon[117003]: 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-07T05:34:05.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:04 smithi161 ceph-mon[116604]: from='client.51465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:05.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:04 smithi028 ceph-mon[112123]: from='client.51465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:05.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:04 smithi138 ceph-mon[117003]: from='client.51465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:05 smithi161 ceph-mon[116604]: 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-07T05:34:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:05 smithi028 ceph-mon[112123]: 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-07T05:34:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:05 smithi138 ceph-mon[117003]: 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-07T05:34:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:07 smithi161 ceph-mon[116604]: 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-07T05:34:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:07 smithi028 ceph-mon[112123]: 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-07T05:34:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:07 smithi138 ceph-mon[117003]: 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-07T05:34:08.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:08.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:08.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:09.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:09.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:09.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:09.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:09.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:09 smithi161 ceph-mon[116604]: 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-07T05:34:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:09 smithi161 ceph-mon[116604]: from='client.51543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:09 smithi028 ceph-mon[112123]: 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-07T05:34:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:09 smithi028 ceph-mon[112123]: from='client.51543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:09 smithi138 ceph-mon[117003]: 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-07T05:34:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:09 smithi138 ceph-mon[117003]: from='client.51543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:11 smithi161 ceph-mon[116604]: pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:34:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:11 smithi028 ceph-mon[112123]: pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:34:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:11 smithi138 ceph-mon[117003]: pgmap v1427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:34:14.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:14.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:14.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:13 smithi161 ceph-mon[116604]: pgmap v1428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:34:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:13 smithi028 ceph-mon[112123]: pgmap v1428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:34:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:13 smithi138 ceph-mon[117003]: pgmap v1428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:34:14.941 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:14.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:14.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:14.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:14.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:15 smithi161 ceph-mon[116604]: from='client.51618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:15 smithi161 ceph-mon[116604]: pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:15 smithi028 ceph-mon[112123]: from='client.51618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:15 smithi028 ceph-mon[112123]: pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:15 smithi138 ceph-mon[117003]: from='client.51618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:15 smithi138 ceph-mon[117003]: pgmap v1429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:18.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:17 smithi161 ceph-mon[116604]: pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:18.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:17 smithi028 ceph-mon[112123]: pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:17 smithi138 ceph-mon[117003]: pgmap v1430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:19.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:19.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:19.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:19 smithi161 ceph-mon[116604]: pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:19 smithi028 ceph-mon[112123]: pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:19 smithi138 ceph-mon[117003]: pgmap v1431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:20.712 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:20.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:20.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:20.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:20.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:21 smithi161 ceph-mon[116604]: from='client.51693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:21 smithi161 ceph-mon[116604]: pgmap v1432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:21 smithi028 ceph-mon[112123]: from='client.51693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:21 smithi028 ceph-mon[112123]: pgmap v1432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:21 smithi138 ceph-mon[117003]: from='client.51693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:21 smithi138 ceph-mon[117003]: pgmap v1432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:23 smithi161 ceph-mon[116604]: pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:34:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:23 smithi028 ceph-mon[112123]: pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:34:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:23 smithi138 ceph-mon[117003]: pgmap v1433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:34:25.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:25.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:25.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:25 smithi161 ceph-mon[116604]: pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:34:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:25 smithi028 ceph-mon[112123]: pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:34:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:25 smithi138 ceph-mon[117003]: pgmap v1434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:34:26.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:26.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:26.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:26.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:26.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:27 smithi161 ceph-mon[116604]: from='client.51771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:27 smithi161 ceph-mon[116604]: pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:27 smithi028 ceph-mon[112123]: from='client.51771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:27 smithi028 ceph-mon[112123]: pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:27 smithi138 ceph-mon[117003]: from='client.51771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:27 smithi138 ceph-mon[117003]: pgmap v1435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:29 smithi161 ceph-mon[116604]: pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:29 smithi028 ceph-mon[112123]: pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:29 smithi138 ceph-mon[117003]: pgmap v1436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:31.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:31.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:31.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:31 smithi161 ceph-mon[116604]: pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:34:32.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:31 smithi028 ceph-mon[112123]: pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:34:32.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:32.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:32.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:32.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:32.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:31 smithi138 ceph-mon[117003]: pgmap v1437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:34:33.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:32 smithi161 ceph-mon[116604]: from='client.51846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:33.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:32 smithi028 ceph-mon[112123]: from='client.51846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:33.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:32 smithi138 ceph-mon[117003]: from='client.51846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:33 smithi161 ceph-mon[116604]: pgmap v1438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:34:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:33 smithi028 ceph-mon[112123]: pgmap v1438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:34:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:33 smithi138 ceph-mon[117003]: pgmap v1438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:34:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:34:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:34:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:34:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:34:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:34:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:34:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:34:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:34:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:34:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:35 smithi161 ceph-mon[116604]: pgmap v1439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:34:36.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:35 smithi028 ceph-mon[112123]: pgmap v1439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:34:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:35 smithi138 ceph-mon[117003]: pgmap v1439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:34:37.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:37.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:37.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:38.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:38.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:38.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:38.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:38.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:37 smithi161 ceph-mon[116604]: 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-07T05:34:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:37 smithi028 ceph-mon[112123]: 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-07T05:34:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:37 smithi138 ceph-mon[117003]: 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-07T05:34:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:38 smithi161 ceph-mon[116604]: from='client.51921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:38 smithi028 ceph-mon[112123]: from='client.51921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:38 smithi138 ceph-mon[117003]: from='client.51921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:39 smithi161 ceph-mon[116604]: 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-07T05:34:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:39 smithi028 ceph-mon[112123]: 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-07T05:34:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:39 smithi138 ceph-mon[117003]: 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-07T05:34:42.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:41 smithi161 ceph-mon[116604]: 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-07T05:34:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:41 smithi028 ceph-mon[112123]: 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-07T05:34:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:41 smithi138 ceph-mon[117003]: 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-07T05:34:43.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:43.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:43.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:43.778 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:43.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:43.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:43.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:43.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:43 smithi161 ceph-mon[116604]: 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-07T05:34:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:43 smithi028 ceph-mon[112123]: 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-07T05:34:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:43 smithi138 ceph-mon[117003]: 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-07T05:34:45.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:44 smithi161 ceph-mon[116604]: from='client.51990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:45.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:44 smithi028 ceph-mon[112123]: from='client.51990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:45.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:44 smithi138 ceph-mon[117003]: from='client.51990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:45 smithi161 ceph-mon[116604]: 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-07T05:34:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:45 smithi028 ceph-mon[112123]: 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-07T05:34:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:45 smithi138 ceph-mon[117003]: 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-07T05:34:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:47 smithi161 ceph-mon[116604]: 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-07T05:34:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:47 smithi028 ceph-mon[112123]: 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-07T05:34:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:47 smithi138 ceph-mon[117003]: 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-07T05:34:48.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:48.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:48.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:49.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:49.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:49.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:49.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:49.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:49 smithi161 ceph-mon[116604]: 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-07T05:34:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:49 smithi028 ceph-mon[112123]: 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-07T05:34:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:49 smithi138 ceph-mon[117003]: 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-07T05:34:51.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:50 smithi161 ceph-mon[116604]: from='client.52062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:51.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:50 smithi028 ceph-mon[112123]: from='client.52062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:51.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:50 smithi138 ceph-mon[117003]: from='client.52062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:51 smithi161 ceph-mon[116604]: pgmap v1447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:51 smithi028 ceph-mon[112123]: pgmap v1447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:51 smithi138 ceph-mon[117003]: pgmap v1447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:53 smithi161 ceph-mon[116604]: pgmap v1448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:53 smithi028 ceph-mon[112123]: pgmap v1448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:53 smithi138 ceph-mon[117003]: pgmap v1448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:54.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:34:54.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:34:54.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:34:55.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:34:55.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:34:55.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:34:55.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:34:55.327 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:34:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:55 smithi161 ceph-mon[116604]: pgmap v1449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:55 smithi161 ceph-mon[116604]: from='client.52137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:55 smithi028 ceph-mon[112123]: pgmap v1449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:55 smithi028 ceph-mon[112123]: from='client.52137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:55 smithi138 ceph-mon[117003]: pgmap v1449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:34:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:55 smithi138 ceph-mon[117003]: from='client.52137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:34:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:57 smithi161 ceph-mon[116604]: pgmap v1450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:57 smithi028 ceph-mon[112123]: pgmap v1450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:34:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:57 smithi138 ceph-mon[117003]: pgmap v1450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:35:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:34:59 smithi161 ceph-mon[116604]: pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:35:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:34:59 smithi028 ceph-mon[112123]: pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:35:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:34:59 smithi138 ceph-mon[117003]: pgmap v1451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:35:00.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:00.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:00.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:01.114 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:01.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:01.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:01.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:01.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:01 smithi161 ceph-mon[116604]: from='client.52209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:01 smithi161 ceph-mon[116604]: pgmap v1452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:01 smithi028 ceph-mon[112123]: from='client.52209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:01 smithi028 ceph-mon[112123]: pgmap v1452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:01 smithi138 ceph-mon[117003]: from='client.52209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:01 smithi138 ceph-mon[117003]: pgmap v1452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:03 smithi161 ceph-mon[116604]: 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-07T05:35:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:03 smithi028 ceph-mon[112123]: 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-07T05:35:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:03 smithi138 ceph-mon[117003]: 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-07T05:35:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:05 smithi161 ceph-mon[116604]: pgmap v1454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:05 smithi028 ceph-mon[112123]: pgmap v1454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:05 smithi138 ceph-mon[117003]: pgmap v1454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:06.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:06.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:06.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:06.889 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:06.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:06.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:06.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:06.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:07 smithi161 ceph-mon[116604]: from='client.52281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:07 smithi161 ceph-mon[116604]: pgmap v1455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:07 smithi028 ceph-mon[112123]: from='client.52281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:07 smithi028 ceph-mon[112123]: pgmap v1455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:07 smithi138 ceph-mon[117003]: from='client.52281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:07 smithi138 ceph-mon[117003]: pgmap v1455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:09 smithi161 ceph-mon[116604]: pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:09 smithi028 ceph-mon[112123]: pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:09 smithi138 ceph-mon[117003]: pgmap v1456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:11.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:11.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:11.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:11 smithi161 ceph-mon[116604]: pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:11 smithi028 ceph-mon[112123]: pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:11 smithi138 ceph-mon[117003]: pgmap v1457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:12.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:12.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:12.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:12.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:12.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:13 smithi161 ceph-mon[116604]: from='client.52356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:13 smithi161 ceph-mon[116604]: pgmap v1458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:13 smithi028 ceph-mon[112123]: from='client.52356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:13 smithi028 ceph-mon[112123]: pgmap v1458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:13 smithi138 ceph-mon[117003]: from='client.52356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:13 smithi138 ceph-mon[117003]: pgmap v1458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:15 smithi161 ceph-mon[116604]: pgmap v1459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:15 smithi028 ceph-mon[112123]: pgmap v1459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:15 smithi138 ceph-mon[117003]: pgmap v1459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:17.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:17.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:17.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:17 smithi161 ceph-mon[116604]: 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-07T05:35:18.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:17 smithi028 ceph-mon[112123]: 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-07T05:35:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:17 smithi138 ceph-mon[117003]: 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-07T05:35:18.422 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:18.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:18.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:18.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:18.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:19 smithi161 ceph-mon[116604]: from='client.52431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:19 smithi161 ceph-mon[116604]: 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-07T05:35:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:19 smithi028 ceph-mon[112123]: from='client.52431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:19 smithi028 ceph-mon[112123]: 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-07T05:35:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:19 smithi138 ceph-mon[117003]: from='client.52431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:19 smithi138 ceph-mon[117003]: 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-07T05:35:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:21 smithi161 ceph-mon[116604]: 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-07T05:35:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:21 smithi028 ceph-mon[112123]: 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-07T05:35:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:21 smithi138 ceph-mon[117003]: 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-07T05:35:23.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:23.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:23.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:23 smithi161 ceph-mon[116604]: 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-07T05:35:24.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:24.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:24.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:24.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:24.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:23 smithi028 ceph-mon[112123]: 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-07T05:35:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:23 smithi138 ceph-mon[117003]: 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-07T05:35:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:24 smithi161 ceph-mon[116604]: from='client.52509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:24 smithi028 ceph-mon[112123]: from='client.52509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:25.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:24 smithi138 ceph-mon[117003]: from='client.52509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:25 smithi161 ceph-mon[116604]: pgmap v1464: 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-07T05:35:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:25 smithi028 ceph-mon[112123]: pgmap v1464: 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-07T05:35:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:25 smithi138 ceph-mon[117003]: pgmap v1464: 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-07T05:35:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:27 smithi161 ceph-mon[116604]: pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:27 smithi028 ceph-mon[112123]: pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:27 smithi138 ceph-mon[117003]: pgmap v1465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:29.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:29.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:29.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:29.966 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:29.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:29.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:29.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:29.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:29 smithi161 ceph-mon[116604]: pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:29 smithi028 ceph-mon[112123]: pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:29 smithi138 ceph-mon[117003]: pgmap v1466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:30 smithi161 ceph-mon[116604]: from='client.52587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:30 smithi028 ceph-mon[112123]: from='client.52587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:30 smithi138 ceph-mon[117003]: from='client.52587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:31 smithi161 ceph-mon[116604]: pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:31 smithi028 ceph-mon[112123]: pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:31 smithi138 ceph-mon[117003]: pgmap v1467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:33 smithi161 ceph-mon[116604]: pgmap v1468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:35:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:33 smithi028 ceph-mon[112123]: pgmap v1468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:35:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:33 smithi138 ceph-mon[117003]: pgmap v1468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:35:34.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:34.968 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:34.968 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:35:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:35:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:35:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:35.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:35.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:35.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:35.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:35.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:35 smithi161 ceph-mon[116604]: pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:35:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:35:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:35 smithi028 ceph-mon[112123]: pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:35:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:35:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:35 smithi138 ceph-mon[117003]: pgmap v1469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:35:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:35:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:35:37.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:36 smithi161 ceph-mon[116604]: from='client.52665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:37.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:36 smithi028 ceph-mon[112123]: from='client.52665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:37.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:36 smithi138 ceph-mon[117003]: from='client.52665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:37 smithi161 ceph-mon[116604]: pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:37 smithi028 ceph-mon[112123]: pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:37 smithi138 ceph-mon[117003]: pgmap v1470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:39 smithi161 ceph-mon[116604]: pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:39 smithi028 ceph-mon[112123]: pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:39 smithi138 ceph-mon[117003]: pgmap v1471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:35:40.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:40.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:40.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:41.519 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:41.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:41.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:41.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:41.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:41 smithi161 ceph-mon[116604]: pgmap v1472: 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-07T05:35:42.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:41 smithi028 ceph-mon[112123]: pgmap v1472: 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-07T05:35:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:41 smithi138 ceph-mon[117003]: pgmap v1472: 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-07T05:35:43.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:42 smithi161 ceph-mon[116604]: from='client.52740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:43.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:42 smithi028 ceph-mon[112123]: from='client.52740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:43.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:42 smithi138 ceph-mon[117003]: from='client.52740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:43 smithi161 ceph-mon[116604]: 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-07T05:35:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:43 smithi028 ceph-mon[112123]: 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-07T05:35:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:43 smithi138 ceph-mon[117003]: 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-07T05:35:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:45 smithi161 ceph-mon[116604]: pgmap v1474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:45 smithi028 ceph-mon[112123]: pgmap v1474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:45 smithi138 ceph-mon[117003]: pgmap v1474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:46.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:46.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:46.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:47.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:47.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:47.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:47.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:47.296 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:47 smithi161 ceph-mon[116604]: pgmap v1475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:47 smithi161 ceph-mon[116604]: from='client.52815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:47 smithi028 ceph-mon[112123]: pgmap v1475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:47 smithi028 ceph-mon[112123]: from='client.52815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:47 smithi138 ceph-mon[117003]: pgmap v1475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:47 smithi138 ceph-mon[117003]: from='client.52815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:49 smithi161 ceph-mon[116604]: pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:49 smithi028 ceph-mon[112123]: pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:49 smithi138 ceph-mon[117003]: pgmap v1476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:51 smithi161 ceph-mon[116604]: pgmap v1477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:51 smithi028 ceph-mon[112123]: pgmap v1477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:51 smithi138 ceph-mon[117003]: pgmap v1477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:52.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:52.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:52.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:53.078 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:53.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:53.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:53.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:53.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:35:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:53 smithi161 ceph-mon[116604]: from='client.52890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:53 smithi161 ceph-mon[116604]: pgmap v1478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:53 smithi028 ceph-mon[112123]: from='client.52890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:53 smithi028 ceph-mon[112123]: pgmap v1478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:53 smithi138 ceph-mon[117003]: from='client.52890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:35:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:53 smithi138 ceph-mon[117003]: pgmap v1478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:35:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:55 smithi161 ceph-mon[116604]: pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:55 smithi028 ceph-mon[112123]: pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:55 smithi138 ceph-mon[117003]: pgmap v1479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:35:58.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:35:58.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:35:58.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:35:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:57 smithi161 ceph-mon[116604]: 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-07T05:35:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:57 smithi028 ceph-mon[112123]: 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-07T05:35:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:57 smithi138 ceph-mon[117003]: 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-07T05:35:58.843 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:35:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:35:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:35:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:35:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:59 smithi161 ceph-mon[116604]: from='client.52965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:35:59 smithi161 ceph-mon[116604]: 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-07T05:36:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:59 smithi028 ceph-mon[112123]: from='client.52965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:35:59 smithi028 ceph-mon[112123]: 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-07T05:36:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:59 smithi138 ceph-mon[117003]: from='client.52965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:35:59 smithi138 ceph-mon[117003]: 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-07T05:36:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:01 smithi161 ceph-mon[116604]: 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-07T05:36:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:01 smithi028 ceph-mon[112123]: 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-07T05:36:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:01 smithi138 ceph-mon[117003]: 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-07T05:36:03.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:03.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:03.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:03 smithi161 ceph-mon[116604]: 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-07T05:36:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:03 smithi028 ceph-mon[112123]: 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-07T05:36:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:03 smithi138 ceph-mon[117003]: 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-07T05:36:04.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:04.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:04.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:04.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:04.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:05 smithi161 ceph-mon[116604]: from='client.53043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:05 smithi161 ceph-mon[116604]: pgmap v1484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:05 smithi028 ceph-mon[112123]: from='client.53043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:05 smithi028 ceph-mon[112123]: pgmap v1484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:05 smithi138 ceph-mon[117003]: from='client.53043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:05 smithi138 ceph-mon[117003]: pgmap v1484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:07 smithi161 ceph-mon[116604]: pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:07 smithi028 ceph-mon[112123]: pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:07 smithi138 ceph-mon[117003]: pgmap v1485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:09.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:09.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:09.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:09 smithi161 ceph-mon[116604]: pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:09 smithi028 ceph-mon[112123]: pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:09 smithi138 ceph-mon[117003]: pgmap v1486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:10.381 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:10.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:10.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:10.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:10.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:11 smithi161 ceph-mon[116604]: from='client.53118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:11 smithi161 ceph-mon[116604]: pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:11 smithi028 ceph-mon[112123]: from='client.53118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:11 smithi028 ceph-mon[112123]: pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:11 smithi138 ceph-mon[117003]: from='client.53118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:11 smithi138 ceph-mon[117003]: pgmap v1487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:13 smithi161 ceph-mon[116604]: pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:13 smithi028 ceph-mon[112123]: pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:13 smithi138 ceph-mon[117003]: pgmap v1488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:15.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:15.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:15.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:15 smithi161 ceph-mon[116604]: pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:15 smithi028 ceph-mon[112123]: pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:15 smithi138 ceph-mon[117003]: pgmap v1489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:16.160 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:16.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:16.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:16.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:16.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:16 smithi161 ceph-mon[116604]: from='client.53193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:16 smithi028 ceph-mon[112123]: from='client.53193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:17.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:16 smithi138 ceph-mon[117003]: from='client.53193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:17 smithi161 ceph-mon[116604]: 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-07T05:36:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:17 smithi028 ceph-mon[112123]: 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-07T05:36:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:17 smithi138 ceph-mon[117003]: 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-07T05:36:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:19 smithi161 ceph-mon[116604]: 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-07T05:36:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:19 smithi028 ceph-mon[112123]: 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-07T05:36:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:19 smithi138 ceph-mon[117003]: 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-07T05:36:21.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:21.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:21.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:21.930 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:21.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:21.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:21.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:21.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:21 smithi161 ceph-mon[116604]: 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-07T05:36:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:21 smithi028 ceph-mon[112123]: 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-07T05:36:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:21 smithi138 ceph-mon[117003]: 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-07T05:36:23.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:22 smithi161 ceph-mon[116604]: from='client.53265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:23.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:22 smithi028 ceph-mon[112123]: from='client.53265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:23.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:22 smithi138 ceph-mon[117003]: from='client.53265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:23 smithi161 ceph-mon[116604]: 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-07T05:36:24.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:23 smithi028 ceph-mon[112123]: 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-07T05:36:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:23 smithi138 ceph-mon[117003]: 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-07T05:36:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:25 smithi161 ceph-mon[116604]: pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:36:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:25 smithi028 ceph-mon[112123]: pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:36:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:25 smithi138 ceph-mon[117003]: pgmap v1494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:36:26.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:26.932 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:26.932 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:27.701 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:27.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:27.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:27.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:27.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:27 smithi161 ceph-mon[116604]: pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:27 smithi028 ceph-mon[112123]: pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:27 smithi138 ceph-mon[117003]: pgmap v1495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:28 smithi161 ceph-mon[116604]: from='client.53337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:28 smithi028 ceph-mon[112123]: from='client.53337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:28 smithi138 ceph-mon[117003]: from='client.53337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:29 smithi161 ceph-mon[116604]: pgmap v1496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:29 smithi028 ceph-mon[112123]: pgmap v1496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:29 smithi138 ceph-mon[117003]: pgmap v1496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:31 smithi161 ceph-mon[116604]: pgmap v1497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:36:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:31 smithi028 ceph-mon[112123]: pgmap v1497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:36:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:31 smithi138 ceph-mon[117003]: pgmap v1497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:36:32.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:32.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:32.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:33.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:33.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:33.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:33.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:33.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:33 smithi161 ceph-mon[116604]: pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:33 smithi028 ceph-mon[112123]: pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:33 smithi138 ceph-mon[117003]: pgmap v1498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:34 smithi161 ceph-mon[116604]: from='client.53409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:34 smithi028 ceph-mon[112123]: from='client.53409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:34 smithi138 ceph-mon[117003]: from='client.53409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:35 smithi161 ceph-mon[116604]: pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:36:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:36:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:35 smithi028 ceph-mon[112123]: pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:36:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:36:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:35 smithi138 ceph-mon[117003]: pgmap v1499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:36:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:36:37.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:36:37.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:36:37.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:36:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:36:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:36:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:36:37.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:36:37.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:36:37.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:36:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:37 smithi161 ceph-mon[116604]: 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-07T05:36:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:37 smithi028 ceph-mon[112123]: 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-07T05:36:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:37 smithi138 ceph-mon[117003]: 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-07T05:36:38.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:38.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:38.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:39.250 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:39.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:39.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:39.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:39.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:39 smithi161 ceph-mon[116604]: 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-07T05:36:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:39 smithi161 ceph-mon[116604]: from='client.53484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:39 smithi028 ceph-mon[112123]: 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-07T05:36:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:39 smithi028 ceph-mon[112123]: from='client.53484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:39 smithi138 ceph-mon[117003]: 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-07T05:36:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:39 smithi138 ceph-mon[117003]: from='client.53484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:41 smithi161 ceph-mon[116604]: pgmap v1502: 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-07T05:36:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:41 smithi028 ceph-mon[112123]: pgmap v1502: 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-07T05:36:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:41 smithi138 ceph-mon[117003]: pgmap v1502: 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-07T05:36:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:43 smithi161 ceph-mon[116604]: pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:36:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:43 smithi028 ceph-mon[112123]: pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:36:44.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:44.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:44.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:43 smithi138 ceph-mon[117003]: pgmap v1503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:36:45.029 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:45.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:45.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:45.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:45.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:45 smithi161 ceph-mon[116604]: from='client.53562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:45 smithi161 ceph-mon[116604]: pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:45 smithi028 ceph-mon[112123]: from='client.53562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:45 smithi028 ceph-mon[112123]: pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:45 smithi138 ceph-mon[117003]: from='client.53562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:45 smithi138 ceph-mon[117003]: pgmap v1504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:47 smithi161 ceph-mon[116604]: pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:47 smithi028 ceph-mon[112123]: pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:47 smithi138 ceph-mon[117003]: pgmap v1505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:50.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:50.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:50.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:49 smithi161 ceph-mon[116604]: pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:49 smithi028 ceph-mon[112123]: pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:49 smithi138 ceph-mon[117003]: pgmap v1506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:36:50.801 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:50.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:50.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:50.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:50.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:51 smithi161 ceph-mon[116604]: from='client.53637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:51 smithi161 ceph-mon[116604]: pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:51 smithi028 ceph-mon[112123]: from='client.53637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:51 smithi028 ceph-mon[112123]: pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:51 smithi138 ceph-mon[117003]: from='client.53637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:51 smithi138 ceph-mon[117003]: pgmap v1507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:36:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:53 smithi161 ceph-mon[116604]: pgmap v1508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:36:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:53 smithi028 ceph-mon[112123]: pgmap v1508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:36:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:53 smithi138 ceph-mon[117003]: pgmap v1508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:36:55.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:36:55.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:36:55.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:36:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:55 smithi161 ceph-mon[116604]: pgmap v1509: 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-07T05:36:55.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:55 smithi028 ceph-mon[112123]: pgmap v1509: 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-07T05:36:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:55 smithi138 ceph-mon[117003]: pgmap v1509: 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-07T05:36:56.568 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:36:56.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:36:56.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:36:56.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:36:56.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:36:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:57 smithi161 ceph-mon[116604]: from='client.53712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:57 smithi161 ceph-mon[116604]: 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-07T05:36:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:57 smithi028 ceph-mon[112123]: from='client.53712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:57 smithi028 ceph-mon[112123]: 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-07T05:36:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:57 smithi138 ceph-mon[117003]: from='client.53712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:36:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:57 smithi138 ceph-mon[117003]: 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-07T05:37:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:36:59 smithi161 ceph-mon[116604]: 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-07T05:37:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:36:59 smithi028 ceph-mon[112123]: 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-07T05:37:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:36:59 smithi138 ceph-mon[117003]: 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-07T05:37:01.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:01.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:01.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:01 smithi161 ceph-mon[116604]: pgmap v1512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:02.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:01 smithi028 ceph-mon[112123]: pgmap v1512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:01 smithi138 ceph-mon[117003]: pgmap v1512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:02.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:02.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:02.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:02.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:02.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:03.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:02 smithi161 ceph-mon[116604]: from='client.53787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:03.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:02 smithi028 ceph-mon[112123]: from='client.53787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:03.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:02 smithi138 ceph-mon[117003]: from='client.53787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:03 smithi161 ceph-mon[116604]: pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:03 smithi028 ceph-mon[112123]: pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:03 smithi138 ceph-mon[117003]: pgmap v1513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:05 smithi161 ceph-mon[116604]: pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:05 smithi028 ceph-mon[112123]: pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:05 smithi138 ceph-mon[117003]: pgmap v1514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:07.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:07.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:07.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:08.112 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:08.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:08.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:08.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:08.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:07 smithi161 ceph-mon[116604]: pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:07 smithi028 ceph-mon[112123]: pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:07 smithi138 ceph-mon[117003]: pgmap v1515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:08 smithi161 ceph-mon[116604]: from='client.53865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:08 smithi028 ceph-mon[112123]: from='client.53865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:08 smithi138 ceph-mon[117003]: from='client.53865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:09 smithi161 ceph-mon[116604]: pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:09 smithi028 ceph-mon[112123]: pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:09 smithi138 ceph-mon[117003]: pgmap v1516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:11 smithi161 ceph-mon[116604]: pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:11 smithi028 ceph-mon[112123]: pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:12.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:11 smithi138 ceph-mon[117003]: pgmap v1517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:13.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:13.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:13.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:13.884 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:13.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:13.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:13.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:13.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:13 smithi161 ceph-mon[116604]: pgmap v1518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:14.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:13 smithi028 ceph-mon[112123]: pgmap v1518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:13 smithi138 ceph-mon[117003]: pgmap v1518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:15.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:14 smithi161 ceph-mon[116604]: from='client.53940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:15.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:14 smithi028 ceph-mon[112123]: from='client.53940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:15.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:14 smithi138 ceph-mon[117003]: from='client.53940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:15 smithi161 ceph-mon[116604]: pgmap v1519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:15 smithi028 ceph-mon[112123]: pgmap v1519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:15 smithi138 ceph-mon[117003]: pgmap v1519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:17 smithi161 ceph-mon[116604]: 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-07T05:37:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:17 smithi028 ceph-mon[112123]: 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-07T05:37:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:17 smithi138 ceph-mon[117003]: 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-07T05:37:18.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:18.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:18.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:19.647 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:19.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:19.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:19.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:19.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:19 smithi161 ceph-mon[116604]: 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-07T05:37:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:19 smithi028 ceph-mon[112123]: 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-07T05:37:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:19 smithi138 ceph-mon[117003]: 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-07T05:37:21.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:20 smithi161 ceph-mon[116604]: from='client.54012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:21.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:20 smithi028 ceph-mon[112123]: from='client.54012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:21.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:20 smithi138 ceph-mon[117003]: from='client.54012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:21 smithi161 ceph-mon[116604]: pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:21 smithi028 ceph-mon[112123]: pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:21 smithi138 ceph-mon[117003]: pgmap v1522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:23 smithi161 ceph-mon[116604]: pgmap v1523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:37:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:23 smithi028 ceph-mon[112123]: pgmap v1523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:37:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:23 smithi138 ceph-mon[117003]: pgmap v1523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:37:24.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:24.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:24.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:25.422 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:25.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:25.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:25.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:25.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:25 smithi161 ceph-mon[116604]: pgmap v1524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:25 smithi028 ceph-mon[112123]: pgmap v1524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:25 smithi138 ceph-mon[117003]: pgmap v1524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:26 smithi161 ceph-mon[116604]: from='client.54084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:26 smithi028 ceph-mon[112123]: from='client.54084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:26 smithi138 ceph-mon[117003]: from='client.54084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:27 smithi161 ceph-mon[116604]: pgmap v1525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:37:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:27 smithi028 ceph-mon[112123]: pgmap v1525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:37:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:27 smithi138 ceph-mon[117003]: pgmap v1525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:37:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:29 smithi161 ceph-mon[116604]: pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:37:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:29 smithi028 ceph-mon[112123]: pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:37:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:29 smithi138 ceph-mon[117003]: pgmap v1526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:37:30.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:30.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:30.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:31.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:31.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:31.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:31.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:31.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:31 smithi161 ceph-mon[116604]: pgmap v1527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:31 smithi161 ceph-mon[116604]: from='client.54162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:31 smithi028 ceph-mon[112123]: pgmap v1527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:31 smithi028 ceph-mon[112123]: from='client.54162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:31 smithi138 ceph-mon[117003]: pgmap v1527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:31 smithi138 ceph-mon[117003]: from='client.54162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:33 smithi161 ceph-mon[116604]: 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-07T05:37:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:33 smithi028 ceph-mon[112123]: 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-07T05:37:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:33 smithi138 ceph-mon[117003]: 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-07T05:37:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:35 smithi161 ceph-mon[116604]: 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-07T05:37:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:35 smithi028 ceph-mon[112123]: 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-07T05:37:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:35 smithi138 ceph-mon[117003]: 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-07T05:37:36.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:36.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:36.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:37:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:37:37.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:37.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:37.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:37.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:37.016 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='client.54237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: 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-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:37:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='client.54237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: 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-07T05:37:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:37:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:37:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='client.54237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: 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-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:37:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:37:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:39 smithi161 ceph-mon[116604]: 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-07T05:37:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:39 smithi028 ceph-mon[112123]: 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-07T05:37:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:39 smithi138 ceph-mon[117003]: 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-07T05:37:42.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:42.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:42.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:41 smithi161 ceph-mon[116604]: pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:41 smithi028 ceph-mon[112123]: pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:41 smithi138 ceph-mon[117003]: pgmap v1532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:42.795 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:42.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:42.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:42.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:42.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:43 smithi161 ceph-mon[116604]: from='client.54309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:43 smithi161 ceph-mon[116604]: pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:43 smithi028 ceph-mon[112123]: from='client.54309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:43 smithi028 ceph-mon[112123]: pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:43 smithi138 ceph-mon[117003]: from='client.54309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:43 smithi138 ceph-mon[117003]: pgmap v1533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:45 smithi161 ceph-mon[116604]: pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:45 smithi028 ceph-mon[112123]: pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:45 smithi138 ceph-mon[117003]: pgmap v1534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:47.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:47.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:47.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:47 smithi161 ceph-mon[116604]: pgmap v1535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:47 smithi028 ceph-mon[112123]: pgmap v1535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:47 smithi138 ceph-mon[117003]: pgmap v1535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:48.560 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:48.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:48.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:48.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:48.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:49 smithi161 ceph-mon[116604]: from='client.54384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:49 smithi161 ceph-mon[116604]: pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:49 smithi028 ceph-mon[112123]: from='client.54384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:49 smithi028 ceph-mon[112123]: pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:49 smithi138 ceph-mon[117003]: from='client.54384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:49 smithi138 ceph-mon[117003]: pgmap v1536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:51 smithi161 ceph-mon[116604]: pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:51 smithi028 ceph-mon[112123]: pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:51 smithi138 ceph-mon[117003]: pgmap v1537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:37:53.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:53.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:53.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:37:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:53 smithi161 ceph-mon[116604]: pgmap v1538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:53 smithi028 ceph-mon[112123]: pgmap v1538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:53 smithi138 ceph-mon[117003]: pgmap v1538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:37:54.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:37:54.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:37:54.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:37:54.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:37:54.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:37:55.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:54 smithi161 ceph-mon[116604]: from='client.54459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:55.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:54 smithi028 ceph-mon[112123]: from='client.54459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:55.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:54 smithi138 ceph-mon[117003]: from='client.54459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:37:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:55 smithi161 ceph-mon[116604]: pgmap v1539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:37:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:55 smithi028 ceph-mon[112123]: pgmap v1539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:37:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:55 smithi138 ceph-mon[117003]: pgmap v1539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:37:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:57 smithi161 ceph-mon[116604]: pgmap v1540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:37:58.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:57 smithi028 ceph-mon[112123]: pgmap v1540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:37:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:57 smithi138 ceph-mon[117003]: pgmap v1540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:37:59.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:37:59.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:37:59.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:00.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:00.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:00.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:00.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:00.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:37:59 smithi161 ceph-mon[116604]: pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:38:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:37:59 smithi028 ceph-mon[112123]: pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:38:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:37:59 smithi138 ceph-mon[117003]: pgmap v1541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:38:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:00 smithi161 ceph-mon[116604]: from='client.54537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:00 smithi028 ceph-mon[112123]: from='client.54537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:00 smithi138 ceph-mon[117003]: from='client.54537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:01 smithi161 ceph-mon[116604]: pgmap v1542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:02.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:01 smithi028 ceph-mon[112123]: pgmap v1542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:01 smithi138 ceph-mon[117003]: pgmap v1542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:03 smithi161 ceph-mon[116604]: pgmap v1543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:03 smithi028 ceph-mon[112123]: pgmap v1543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:03 smithi138 ceph-mon[117003]: pgmap v1543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:05.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:05.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:05.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:05.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:05.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:05.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:05.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:05.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:05 smithi161 ceph-mon[116604]: pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:05 smithi028 ceph-mon[112123]: pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:05 smithi138 ceph-mon[117003]: pgmap v1544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:06 smithi161 ceph-mon[116604]: from='client.54615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:06.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:06 smithi028 ceph-mon[112123]: from='client.54615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:06 smithi138 ceph-mon[117003]: from='client.54615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:07 smithi161 ceph-mon[116604]: pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:38:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:07 smithi028 ceph-mon[112123]: pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:38:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:07 smithi138 ceph-mon[117003]: pgmap v1545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:38:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:09 smithi161 ceph-mon[116604]: pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:38:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:09 smithi028 ceph-mon[112123]: pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:38:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:09 smithi138 ceph-mon[117003]: pgmap v1546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:38:10.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:10.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:10.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:11.650 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:11.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:11.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:11.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:11.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:11 smithi161 ceph-mon[116604]: pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:38:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:11 smithi028 ceph-mon[112123]: pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:38:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:11 smithi138 ceph-mon[117003]: pgmap v1547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:38:13.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:12 smithi161 ceph-mon[116604]: from='client.54690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:13.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:12 smithi028 ceph-mon[112123]: from='client.54690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:13.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:12 smithi138 ceph-mon[117003]: from='client.54690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:13 smithi161 ceph-mon[116604]: 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-07T05:38:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:13 smithi028 ceph-mon[112123]: 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-07T05:38:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:13 smithi138 ceph-mon[117003]: 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-07T05:38:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:15 smithi161 ceph-mon[116604]: 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-07T05:38:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:15 smithi028 ceph-mon[112123]: 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-07T05:38:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:15 smithi138 ceph-mon[117003]: 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-07T05:38:16.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:16.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:16.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:17.413 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:17.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:17.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:17.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:17.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:17 smithi161 ceph-mon[116604]: 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-07T05:38:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:17 smithi028 ceph-mon[112123]: 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-07T05:38:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:17 smithi138 ceph-mon[117003]: 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-07T05:38:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:18 smithi161 ceph-mon[116604]: from='client.54765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:18 smithi028 ceph-mon[112123]: from='client.54765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:18 smithi138 ceph-mon[117003]: from='client.54765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:19 smithi161 ceph-mon[116604]: 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-07T05:38:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:19 smithi028 ceph-mon[112123]: 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-07T05:38:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:19 smithi138 ceph-mon[117003]: 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-07T05:38:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:21 smithi161 ceph-mon[116604]: pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:38:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:21 smithi028 ceph-mon[112123]: pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:38:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:21 smithi138 ceph-mon[117003]: pgmap v1552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:38:22.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:22.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:22.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:23.181 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:23.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:23.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:23.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:23.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:23 smithi161 ceph-mon[116604]: from='client.54843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:23 smithi161 ceph-mon[116604]: pgmap v1553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:23 smithi028 ceph-mon[112123]: from='client.54843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:23 smithi028 ceph-mon[112123]: pgmap v1553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:23 smithi138 ceph-mon[117003]: from='client.54843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:23 smithi138 ceph-mon[117003]: pgmap v1553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:25 smithi161 ceph-mon[116604]: pgmap v1554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:38:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:25 smithi028 ceph-mon[112123]: pgmap v1554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:38:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:25 smithi138 ceph-mon[117003]: pgmap v1554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:38:28.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:28.183 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:28.183 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:27 smithi161 ceph-mon[116604]: pgmap v1555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:28.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:27 smithi028 ceph-mon[112123]: pgmap v1555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:27 smithi138 ceph-mon[117003]: pgmap v1555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:28.944 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:28.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:28.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:28.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:28.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:29 smithi161 ceph-mon[116604]: from='client.54918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:29 smithi161 ceph-mon[116604]: pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:29 smithi028 ceph-mon[112123]: from='client.54918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:29 smithi028 ceph-mon[112123]: pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:29 smithi138 ceph-mon[117003]: from='client.54918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:29 smithi138 ceph-mon[117003]: pgmap v1556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:31 smithi161 ceph-mon[116604]: pgmap v1557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:38:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:31 smithi028 ceph-mon[112123]: pgmap v1557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:38:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:31 smithi138 ceph-mon[117003]: pgmap v1557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:38:33.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:33 smithi161 ceph-mon[116604]: pgmap v1558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:33 smithi028 ceph-mon[112123]: pgmap v1558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:33 smithi138 ceph-mon[117003]: pgmap v1558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:34.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:34.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:34.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:34.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:34.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:35 smithi161 ceph-mon[116604]: from='client.54996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:35 smithi161 ceph-mon[116604]: pgmap v1559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:35 smithi028 ceph-mon[112123]: from='client.54996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:35 smithi028 ceph-mon[112123]: pgmap v1559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:35 smithi138 ceph-mon[117003]: from='client.54996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:35 smithi138 ceph-mon[117003]: pgmap v1559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:37 smithi161 ceph-mon[116604]: pgmap v1560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:38:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:37 smithi028 ceph-mon[112123]: pgmap v1560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:38:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:37 smithi138 ceph-mon[117003]: pgmap v1560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:38:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:38:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:38:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:38:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:38:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:38:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:38:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:38:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:38:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:38:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:39 smithi161 ceph-mon[116604]: pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:39 smithi028 ceph-mon[112123]: pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:39 smithi138 ceph-mon[117003]: pgmap v1561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:40.495 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:40.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:40.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:40.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:40.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:41 smithi161 ceph-mon[116604]: from='client.55074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:41 smithi161 ceph-mon[116604]: pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:41 smithi028 ceph-mon[112123]: from='client.55074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:41 smithi028 ceph-mon[112123]: pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:41 smithi138 ceph-mon[117003]: from='client.55074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:41 smithi138 ceph-mon[117003]: pgmap v1562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:43 smithi161 ceph-mon[116604]: pgmap v1563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:43 smithi028 ceph-mon[112123]: pgmap v1563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:43 smithi138 ceph-mon[117003]: pgmap v1563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:38:45.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:45.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:45.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:45 smithi161 ceph-mon[116604]: pgmap v1564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:45 smithi028 ceph-mon[112123]: pgmap v1564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:45 smithi138 ceph-mon[117003]: pgmap v1564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:38:46.278 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:46.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:46.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:46.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:46.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:46 smithi161 ceph-mon[116604]: from='client.55149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:46 smithi028 ceph-mon[112123]: from='client.55149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:47.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:46 smithi138 ceph-mon[117003]: from='client.55149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:47 smithi161 ceph-mon[116604]: 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-07T05:38:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:47 smithi028 ceph-mon[112123]: 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-07T05:38:48.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:47 smithi138 ceph-mon[117003]: 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-07T05:38:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:49 smithi161 ceph-mon[116604]: 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-07T05:38:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:49 smithi028 ceph-mon[112123]: 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-07T05:38:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:49 smithi138 ceph-mon[117003]: 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-07T05:38:51.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:51.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:51.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:52.045 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:52.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:52.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:52.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:52.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:51 smithi161 ceph-mon[116604]: 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-07T05:38:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:51 smithi028 ceph-mon[112123]: 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-07T05:38:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:51 smithi138 ceph-mon[117003]: 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-07T05:38:53.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:52 smithi161 ceph-mon[116604]: from='client.55224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:53.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:52 smithi028 ceph-mon[112123]: from='client.55224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:53.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:52 smithi138 ceph-mon[117003]: from='client.55224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:53 smithi161 ceph-mon[116604]: 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-07T05:38:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:53 smithi028 ceph-mon[112123]: 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-07T05:38:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:53 smithi138 ceph-mon[117003]: 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-07T05:38:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:55 smithi161 ceph-mon[116604]: 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-07T05:38:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:55 smithi028 ceph-mon[112123]: 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-07T05:38:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:55 smithi138 ceph-mon[117003]: 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-07T05:38:57.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:38:57.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:38:57.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:38:57.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:38:57.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:38:57.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:38:57.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:38:57.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:38:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:57 smithi161 ceph-mon[116604]: 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-07T05:38:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:57 smithi028 ceph-mon[112123]: 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-07T05:38:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:57 smithi138 ceph-mon[117003]: 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-07T05:38:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:58 smithi161 ceph-mon[116604]: from='client.55302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:58 smithi028 ceph-mon[112123]: from='client.55302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:38:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:58 smithi138 ceph-mon[117003]: from='client.55302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:38:59 smithi161 ceph-mon[116604]: 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-07T05:39:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:38:59 smithi028 ceph-mon[112123]: 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-07T05:39:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:38:59 smithi138 ceph-mon[117003]: 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-07T05:39:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:01 smithi161 ceph-mon[116604]: pgmap v1572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:01 smithi028 ceph-mon[112123]: pgmap v1572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:01 smithi138 ceph-mon[117003]: pgmap v1572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:02.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:02.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:02.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:03.584 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:03.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:03.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:03.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:03.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:03 smithi161 ceph-mon[116604]: pgmap v1573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:03 smithi028 ceph-mon[112123]: pgmap v1573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:03 smithi138 ceph-mon[117003]: pgmap v1573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:05.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:04 smithi161 ceph-mon[116604]: from='client.55374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:05.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:04 smithi028 ceph-mon[112123]: from='client.55374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:05.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:04 smithi138 ceph-mon[117003]: from='client.55374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:05 smithi161 ceph-mon[116604]: pgmap v1574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:05 smithi028 ceph-mon[112123]: pgmap v1574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:05 smithi138 ceph-mon[117003]: pgmap v1574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:07 smithi161 ceph-mon[116604]: pgmap v1575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:07 smithi028 ceph-mon[112123]: pgmap v1575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:07 smithi138 ceph-mon[117003]: pgmap v1575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:08.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:08.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:08.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:09.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:09.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:09.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:09.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:09.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:09 smithi161 ceph-mon[116604]: pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:09 smithi161 ceph-mon[116604]: from='client.55446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:09 smithi028 ceph-mon[112123]: pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:09 smithi028 ceph-mon[112123]: from='client.55446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:09 smithi138 ceph-mon[117003]: pgmap v1576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:09 smithi138 ceph-mon[117003]: from='client.55446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:11 smithi161 ceph-mon[116604]: pgmap v1577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:39:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:11 smithi028 ceph-mon[112123]: pgmap v1577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:39:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:11 smithi138 ceph-mon[117003]: pgmap v1577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:39:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:13 smithi161 ceph-mon[116604]: pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:39:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:13 smithi028 ceph-mon[112123]: pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:39:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:13 smithi138 ceph-mon[117003]: pgmap v1578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:39:14.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:14.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:14.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:15.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:15.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:15.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:15.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:15.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:15 smithi161 ceph-mon[116604]: from='client.55521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:15 smithi161 ceph-mon[116604]: pgmap v1579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:15 smithi028 ceph-mon[112123]: from='client.55521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:15 smithi028 ceph-mon[112123]: pgmap v1579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:15 smithi138 ceph-mon[117003]: from='client.55521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:15 smithi138 ceph-mon[117003]: pgmap v1579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:17 smithi161 ceph-mon[116604]: pgmap v1580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:17 smithi028 ceph-mon[112123]: pgmap v1580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:17 smithi138 ceph-mon[117003]: pgmap v1580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:20.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:20.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:20.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:19 smithi161 ceph-mon[116604]: pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:19 smithi028 ceph-mon[112123]: pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:19 smithi138 ceph-mon[117003]: pgmap v1581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:20.923 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:20.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:20.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:20.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:20.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:21 smithi161 ceph-mon[116604]: from='client.55599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:21 smithi161 ceph-mon[116604]: pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:21 smithi028 ceph-mon[112123]: from='client.55599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:21 smithi028 ceph-mon[112123]: pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:21 smithi138 ceph-mon[117003]: from='client.55599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:21 smithi138 ceph-mon[117003]: pgmap v1582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:23 smithi161 ceph-mon[116604]: pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:39:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:23 smithi028 ceph-mon[112123]: pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:39:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:23 smithi138 ceph-mon[117003]: pgmap v1583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:39:25.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:25.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:25.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:25 smithi161 ceph-mon[116604]: pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:39:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:25 smithi028 ceph-mon[112123]: pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:39:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:25 smithi138 ceph-mon[117003]: pgmap v1584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:39:26.703 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:26.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:26.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:26.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:26.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:27 smithi161 ceph-mon[116604]: from='client.55671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:27 smithi161 ceph-mon[116604]: 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-07T05:39:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:27 smithi028 ceph-mon[112123]: from='client.55671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:27 smithi028 ceph-mon[112123]: 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-07T05:39:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:27 smithi138 ceph-mon[117003]: from='client.55671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:27 smithi138 ceph-mon[117003]: 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-07T05:39:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:29 smithi161 ceph-mon[116604]: 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-07T05:39:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:29 smithi028 ceph-mon[112123]: 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-07T05:39:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:29 smithi138 ceph-mon[117003]: 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-07T05:39:31.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:31.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:31.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:31 smithi161 ceph-mon[116604]: 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-07T05:39:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:31 smithi028 ceph-mon[112123]: 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-07T05:39:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:31 smithi138 ceph-mon[117003]: 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-07T05:39:32.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:32.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:32.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:32.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:32.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:33 smithi161 ceph-mon[116604]: from='client.55749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:33 smithi161 ceph-mon[116604]: 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-07T05:39:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:33 smithi028 ceph-mon[112123]: from='client.55749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:33 smithi028 ceph-mon[112123]: 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-07T05:39:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:33 smithi138 ceph-mon[117003]: from='client.55749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:33 smithi138 ceph-mon[117003]: 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-07T05:39:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:35 smithi161 ceph-mon[116604]: 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-07T05:39:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:35 smithi028 ceph-mon[112123]: 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-07T05:39:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:35 smithi138 ceph-mon[117003]: 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-07T05:39:37.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:37.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:37.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:37 smithi161 ceph-mon[116604]: 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-07T05:39:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:37 smithi028 ceph-mon[112123]: 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-07T05:39:38.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:38.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:38.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:38.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:38.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:37 smithi138 ceph-mon[117003]: 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-07T05:39:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:38 smithi161 ceph-mon[116604]: from='client.55824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:39:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:38 smithi028 ceph-mon[112123]: from='client.55824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:39:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:38 smithi138 ceph-mon[117003]: from='client.55824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:39:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:39 smithi161 ceph-mon[116604]: 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-07T05:39:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:39:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:39:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:39:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:39 smithi028 ceph-mon[112123]: 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-07T05:39:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:39:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:39:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:39:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:39 smithi138 ceph-mon[117003]: 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-07T05:39:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:39:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:39:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:39:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:41 smithi161 ceph-mon[116604]: pgmap v1592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:41 smithi028 ceph-mon[112123]: pgmap v1592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:41 smithi138 ceph-mon[117003]: pgmap v1592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:43.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:43.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:43.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:44.021 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:44.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:44.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:44.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:44.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:43 smithi161 ceph-mon[116604]: pgmap v1593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:43 smithi028 ceph-mon[112123]: pgmap v1593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:43 smithi138 ceph-mon[117003]: pgmap v1593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:45.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:44 smithi161 ceph-mon[116604]: from='client.55902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:45.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:44 smithi028 ceph-mon[112123]: from='client.55902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:45.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:44 smithi138 ceph-mon[117003]: from='client.55902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:45 smithi161 ceph-mon[116604]: pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:45 smithi028 ceph-mon[112123]: pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:45 smithi138 ceph-mon[117003]: pgmap v1594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:39:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:47 smithi161 ceph-mon[116604]: pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:47 smithi028 ceph-mon[112123]: pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:47 smithi138 ceph-mon[117003]: pgmap v1595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:49.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:49.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:49.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:49.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:49.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:49.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:49.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:49.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:49 smithi161 ceph-mon[116604]: pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:49 smithi028 ceph-mon[112123]: pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:49 smithi138 ceph-mon[117003]: pgmap v1596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:51.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:50 smithi161 ceph-mon[116604]: from='client.55977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:50 smithi028 ceph-mon[112123]: from='client.55977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:51.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:50 smithi138 ceph-mon[117003]: from='client.55977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:51 smithi161 ceph-mon[116604]: 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-07T05:39:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:51 smithi028 ceph-mon[112123]: 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-07T05:39:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:51 smithi138 ceph-mon[117003]: 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-07T05:39:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:53 smithi161 ceph-mon[116604]: pgmap v1598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:53 smithi028 ceph-mon[112123]: pgmap v1598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:53 smithi138 ceph-mon[117003]: pgmap v1598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:54.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:39:54.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:39:54.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:39:55.572 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:39:55.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:39:55.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:39:55.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:39:55.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:39:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:55 smithi161 ceph-mon[116604]: pgmap v1599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:55 smithi028 ceph-mon[112123]: pgmap v1599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:55 smithi138 ceph-mon[117003]: pgmap v1599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:39:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:56 smithi161 ceph-mon[116604]: from='client.56052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:56 smithi028 ceph-mon[112123]: from='client.56052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:57.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:56 smithi138 ceph-mon[117003]: from='client.56052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:39:57.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:57 smithi161 ceph-mon[116604]: pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:57 smithi028 ceph-mon[112123]: pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:39:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:57 smithi138 ceph-mon[117003]: pgmap v1600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:40:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:39:59 smithi161 ceph-mon[116604]: pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:40:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:39:59 smithi028 ceph-mon[112123]: pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:40:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:39:59 smithi138 ceph-mon[117003]: pgmap v1601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:40:00.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:00.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:00.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T05:40:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T05:40:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T05:40:01.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:01.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:01.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:01.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:01.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:01 smithi161 ceph-mon[116604]: pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:40:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:01 smithi161 ceph-mon[116604]: from='client.56130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:01 smithi028 ceph-mon[112123]: pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:40:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:01 smithi028 ceph-mon[112123]: from='client.56130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:01 smithi138 ceph-mon[117003]: pgmap v1602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:40:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:01 smithi138 ceph-mon[117003]: from='client.56130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:03 smithi161 ceph-mon[116604]: 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-07T05:40:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:03 smithi028 ceph-mon[112123]: 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-07T05:40:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:03 smithi138 ceph-mon[117003]: 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-07T05:40:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:05 smithi161 ceph-mon[116604]: 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-07T05:40:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:05 smithi028 ceph-mon[112123]: 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-07T05:40:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:05 smithi138 ceph-mon[117003]: 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-07T05:40:06.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:06.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:06.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:07.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:07.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:07.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:07.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:07.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:07 smithi161 ceph-mon[116604]: from='client.56208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:07 smithi161 ceph-mon[116604]: 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-07T05:40:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:07 smithi028 ceph-mon[112123]: from='client.56208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:07 smithi028 ceph-mon[112123]: 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-07T05:40:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:07 smithi138 ceph-mon[117003]: from='client.56208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:07 smithi138 ceph-mon[117003]: 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-07T05:40:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:09 smithi161 ceph-mon[116604]: 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-07T05:40:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:09 smithi028 ceph-mon[112123]: 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-07T05:40:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:09 smithi138 ceph-mon[117003]: 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-07T05:40:12.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:12.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:12.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:11 smithi161 ceph-mon[116604]: 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-07T05:40:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:11 smithi028 ceph-mon[112123]: 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-07T05:40:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:11 smithi138 ceph-mon[117003]: 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-07T05:40:12.926 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:12.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:12.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:12.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:12.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:13 smithi161 ceph-mon[116604]: from='client.56286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:13 smithi161 ceph-mon[116604]: 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-07T05:40:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:13 smithi028 ceph-mon[112123]: from='client.56286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:13 smithi028 ceph-mon[112123]: 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-07T05:40:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:13 smithi138 ceph-mon[117003]: from='client.56286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:13 smithi138 ceph-mon[117003]: 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-07T05:40:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:15 smithi161 ceph-mon[116604]: 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-07T05:40:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:15 smithi028 ceph-mon[112123]: 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-07T05:40:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:15 smithi138 ceph-mon[117003]: 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-07T05:40:17.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:17.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:17.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:17 smithi161 ceph-mon[116604]: 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-07T05:40:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:17 smithi028 ceph-mon[112123]: 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-07T05:40:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:17 smithi138 ceph-mon[117003]: 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-07T05:40:18.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:18.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:18.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:18.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:18.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:19 smithi161 ceph-mon[116604]: from='client.56358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:19 smithi161 ceph-mon[116604]: 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-07T05:40:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:19 smithi028 ceph-mon[112123]: from='client.56358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:19 smithi028 ceph-mon[112123]: 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-07T05:40:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:19 smithi138 ceph-mon[117003]: from='client.56358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:19 smithi138 ceph-mon[117003]: 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-07T05:40:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:21 smithi161 ceph-mon[116604]: pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:40:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:21 smithi028 ceph-mon[112123]: pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:40:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:21 smithi138 ceph-mon[117003]: pgmap v1612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:40:23.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:23.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:23.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:23 smithi161 ceph-mon[116604]: pgmap v1613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:40:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:23 smithi028 ceph-mon[112123]: pgmap v1613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:40:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:23 smithi138 ceph-mon[117003]: pgmap v1613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:40:24.458 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:24.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:24.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:24.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:24.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:25 smithi161 ceph-mon[116604]: from='client.56427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:25 smithi161 ceph-mon[116604]: 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-07T05:40:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:25 smithi028 ceph-mon[112123]: from='client.56427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:25 smithi028 ceph-mon[112123]: 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-07T05:40:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:25 smithi138 ceph-mon[117003]: from='client.56427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:25 smithi138 ceph-mon[117003]: 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-07T05:40:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:27 smithi161 ceph-mon[116604]: 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-07T05:40:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:27 smithi028 ceph-mon[112123]: 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-07T05:40:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:27 smithi138 ceph-mon[117003]: 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-07T05:40:29.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:29.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:29.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:29 smithi161 ceph-mon[116604]: 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-07T05:40:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:29 smithi028 ceph-mon[112123]: 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-07T05:40:30.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:30.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:30.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:30.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:30.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:29 smithi138 ceph-mon[117003]: 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-07T05:40:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:30 smithi161 ceph-mon[116604]: from='client.56505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:30 smithi028 ceph-mon[112123]: from='client.56505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:30 smithi138 ceph-mon[117003]: from='client.56505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:31 smithi161 ceph-mon[116604]: 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-07T05:40:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:31 smithi028 ceph-mon[112123]: 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-07T05:40:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:31 smithi138 ceph-mon[117003]: 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-07T05:40:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:33 smithi161 ceph-mon[116604]: pgmap v1618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:40:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:33 smithi028 ceph-mon[112123]: pgmap v1618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:40:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:33 smithi138 ceph-mon[117003]: pgmap v1618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:40:35.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:35.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:35.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:35 smithi161 ceph-mon[116604]: pgmap v1619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:40:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:35 smithi028 ceph-mon[112123]: pgmap v1619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:40:35.993 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:35.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:35.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:35.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:35.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:35 smithi138 ceph-mon[117003]: pgmap v1619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:40:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:36 smithi161 ceph-mon[116604]: from='client.56583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:36 smithi028 ceph-mon[112123]: from='client.56583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:36 smithi138 ceph-mon[117003]: from='client.56583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:37 smithi161 ceph-mon[116604]: 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-07T05:40:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:37 smithi028 ceph-mon[112123]: 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-07T05:40:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:37 smithi138 ceph-mon[117003]: 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-07T05:40:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:39 smithi161 ceph-mon[116604]: 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-07T05:40:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:40:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:40:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:40:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:40:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:39 smithi028 ceph-mon[112123]: 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-07T05:40:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:40:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:40:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:40:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:40:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:39 smithi138 ceph-mon[117003]: 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-07T05:40:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:40:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:40:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:40:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:40:40.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:40.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:40.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:41.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:41.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:41.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:41.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:41.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:41 smithi161 ceph-mon[116604]: 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-07T05:40:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:41 smithi028 ceph-mon[112123]: 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-07T05:40:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:41 smithi138 ceph-mon[117003]: 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-07T05:40:43.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:42 smithi161 ceph-mon[116604]: from='client.56658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:43.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:42 smithi028 ceph-mon[112123]: from='client.56658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:43.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:42 smithi138 ceph-mon[117003]: from='client.56658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:43 smithi161 ceph-mon[116604]: 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-07T05:40:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:43 smithi028 ceph-mon[112123]: 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-07T05:40:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:43 smithi138 ceph-mon[117003]: 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-07T05:40:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:45 smithi161 ceph-mon[116604]: 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-07T05:40:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:45 smithi028 ceph-mon[112123]: 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-07T05:40:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:45 smithi138 ceph-mon[117003]: 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-07T05:40:46.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:46.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:46.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:47.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:47.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:47.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:47.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:47.547 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:47 smithi161 ceph-mon[116604]: 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-07T05:40:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:47 smithi028 ceph-mon[112123]: 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-07T05:40:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:47 smithi138 ceph-mon[117003]: 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-07T05:40:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:48 smithi161 ceph-mon[116604]: from='client.56733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:48 smithi028 ceph-mon[112123]: from='client.56733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:48 smithi138 ceph-mon[117003]: from='client.56733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:49 smithi161 ceph-mon[116604]: 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-07T05:40:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:49 smithi028 ceph-mon[112123]: 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-07T05:40:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:49 smithi138 ceph-mon[117003]: 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-07T05:40:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:51 smithi161 ceph-mon[116604]: 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-07T05:40:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:51 smithi028 ceph-mon[112123]: 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-07T05:40:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:51 smithi138 ceph-mon[117003]: 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-07T05:40:52.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:52.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:52.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:53.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:53.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:53.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:53.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:53.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:40:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:53 smithi161 ceph-mon[116604]: 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-07T05:40:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:53 smithi161 ceph-mon[116604]: from='client.56811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:53 smithi028 ceph-mon[112123]: 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-07T05:40:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:53 smithi028 ceph-mon[112123]: from='client.56811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:53 smithi138 ceph-mon[117003]: 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-07T05:40:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:53 smithi138 ceph-mon[117003]: from='client.56811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:40:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:55 smithi161 ceph-mon[116604]: 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-07T05:40:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:55 smithi028 ceph-mon[112123]: 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-07T05:40:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:55 smithi138 ceph-mon[117003]: 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-07T05:40:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:57 smithi161 ceph-mon[116604]: 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-07T05:40:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:57 smithi028 ceph-mon[112123]: 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-07T05:40:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:57 smithi138 ceph-mon[117003]: 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-07T05:40:58.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:40:58.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:40:58.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:40:59.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:40:59.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:40:59.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:40:59.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:40:59.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:59 smithi161 ceph-mon[116604]: from='client.56886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:40:59 smithi161 ceph-mon[116604]: 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-07T05:41:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:59 smithi028 ceph-mon[112123]: from='client.56886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:40:59 smithi028 ceph-mon[112123]: 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-07T05:41:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:59 smithi138 ceph-mon[117003]: from='client.56886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:40:59 smithi138 ceph-mon[117003]: 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-07T05:41:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:01 smithi161 ceph-mon[116604]: pgmap v1632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:41:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:01 smithi028 ceph-mon[112123]: pgmap v1632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:41:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:01 smithi138 ceph-mon[117003]: pgmap v1632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:41:04.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:04.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:04.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:03 smithi161 ceph-mon[116604]: pgmap v1633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:41:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:03 smithi028 ceph-mon[112123]: pgmap v1633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:41:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:03 smithi138 ceph-mon[117003]: pgmap v1633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:41:04.864 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:04.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:04.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:04.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:04.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:05 smithi161 ceph-mon[116604]: from='client.56964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:05 smithi161 ceph-mon[116604]: 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-07T05:41:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:05 smithi028 ceph-mon[112123]: from='client.56964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:05 smithi028 ceph-mon[112123]: 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-07T05:41:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:05 smithi138 ceph-mon[117003]: from='client.56964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:05 smithi138 ceph-mon[117003]: 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-07T05:41:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:07 smithi161 ceph-mon[116604]: 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-07T05:41:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:07 smithi028 ceph-mon[112123]: 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-07T05:41:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:07 smithi138 ceph-mon[117003]: 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-07T05:41:09.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:09.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:09.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:09 smithi161 ceph-mon[116604]: 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-07T05:41:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:09 smithi028 ceph-mon[112123]: 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-07T05:41:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:09 smithi138 ceph-mon[117003]: 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-07T05:41:10.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:10.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:10.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:10.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:10.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:11 smithi161 ceph-mon[116604]: from='client.57039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:11 smithi161 ceph-mon[116604]: 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-07T05:41:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:11 smithi028 ceph-mon[112123]: from='client.57039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:11 smithi028 ceph-mon[112123]: 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-07T05:41:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:11 smithi138 ceph-mon[117003]: from='client.57039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:11 smithi138 ceph-mon[117003]: 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-07T05:41:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:13 smithi161 ceph-mon[116604]: pgmap v1638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:41:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:13 smithi028 ceph-mon[112123]: pgmap v1638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:41:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:13 smithi138 ceph-mon[117003]: pgmap v1638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:41:15.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:15.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:15.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:15 smithi161 ceph-mon[116604]: pgmap v1639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:41:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:15 smithi028 ceph-mon[112123]: pgmap v1639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:41:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:15 smithi138 ceph-mon[117003]: pgmap v1639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:41:16.416 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:16.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:16.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:16.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:16.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:16 smithi161 ceph-mon[116604]: from='client.57111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:16 smithi028 ceph-mon[112123]: from='client.57111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:17.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:16 smithi138 ceph-mon[117003]: from='client.57111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:17 smithi161 ceph-mon[116604]: 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-07T05:41:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:17 smithi028 ceph-mon[112123]: 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-07T05:41:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:17 smithi138 ceph-mon[117003]: 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-07T05:41:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:19 smithi161 ceph-mon[116604]: 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-07T05:41:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:19 smithi028 ceph-mon[112123]: 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-07T05:41:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:19 smithi138 ceph-mon[117003]: 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-07T05:41:21.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:21.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:21.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:21 smithi161 ceph-mon[116604]: 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-07T05:41:22.196 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:22.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:22.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:22.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:22.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:21 smithi028 ceph-mon[112123]: 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-07T05:41:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:21 smithi138 ceph-mon[117003]: 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-07T05:41:23.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:22 smithi161 ceph-mon[116604]: from='client.57186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:23.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:22 smithi028 ceph-mon[112123]: from='client.57186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:23.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:22 smithi138 ceph-mon[117003]: from='client.57186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:24.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:23 smithi161 ceph-mon[116604]: 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-07T05:41:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:23 smithi028 ceph-mon[112123]: 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-07T05:41:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:23 smithi138 ceph-mon[117003]: 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-07T05:41:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:25 smithi161 ceph-mon[116604]: 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-07T05:41:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:25 smithi028 ceph-mon[112123]: 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-07T05:41:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:25 smithi138 ceph-mon[117003]: 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-07T05:41:27.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:27.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:27.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:27.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:27.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:27.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:27.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:27.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:27 smithi161 ceph-mon[116604]: 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-07T05:41:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:27 smithi028 ceph-mon[112123]: 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-07T05:41:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:27 smithi138 ceph-mon[117003]: 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-07T05:41:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:28 smithi161 ceph-mon[116604]: from='client.57261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:28 smithi028 ceph-mon[112123]: from='client.57261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:28 smithi138 ceph-mon[117003]: from='client.57261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:29 smithi161 ceph-mon[116604]: 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-07T05:41:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:29 smithi028 ceph-mon[112123]: 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-07T05:41:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:29 smithi138 ceph-mon[117003]: 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-07T05:41:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:31 smithi161 ceph-mon[116604]: 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-07T05:41:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:31 smithi028 ceph-mon[112123]: 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-07T05:41:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:31 smithi138 ceph-mon[117003]: 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-07T05:41:32.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:32.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:32.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:33.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:33.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:33.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:33.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:33.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:33 smithi161 ceph-mon[116604]: 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-07T05:41:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:33 smithi028 ceph-mon[112123]: 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-07T05:41:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:33 smithi138 ceph-mon[117003]: 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-07T05:41:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:34 smithi161 ceph-mon[116604]: from='client.57336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:34 smithi028 ceph-mon[112123]: from='client.57336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:34 smithi138 ceph-mon[117003]: from='client.57336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:35 smithi161 ceph-mon[116604]: 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-07T05:41:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:35 smithi028 ceph-mon[112123]: 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-07T05:41:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:35 smithi138 ceph-mon[117003]: 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-07T05:41:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:37 smithi161 ceph-mon[116604]: 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-07T05:41:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:37 smithi028 ceph-mon[112123]: 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-07T05:41:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:37 smithi138 ceph-mon[117003]: 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-07T05:41:38.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:38.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:38.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:39.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:39.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:39.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:39.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:39.508 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:39 smithi161 ceph-mon[116604]: 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-07T05:41:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:41:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:39 smithi028 ceph-mon[112123]: 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-07T05:41:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:41:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:39 smithi138 ceph-mon[117003]: 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-07T05:41:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:41:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:40 smithi161 ceph-mon[116604]: from='client.57414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:41:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:41:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:41:41.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:40 smithi028 ceph-mon[112123]: from='client.57414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:41.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:41:41.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:41:41.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:41:41.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:40 smithi138 ceph-mon[117003]: from='client.57414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:41:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:41:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:41:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:41 smithi161 ceph-mon[116604]: 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-07T05:41:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:41 smithi028 ceph-mon[112123]: 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-07T05:41:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:41 smithi138 ceph-mon[117003]: 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-07T05:41:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:43 smithi161 ceph-mon[116604]: 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-07T05:41:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:43 smithi028 ceph-mon[112123]: 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-07T05:41:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:43 smithi138 ceph-mon[117003]: 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-07T05:41:44.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:44.510 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:44.510 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:45.291 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:45.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:45.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:45.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:45.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:45 smithi161 ceph-mon[116604]: 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-07T05:41:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:45 smithi161 ceph-mon[116604]: from='client.57492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:45 smithi028 ceph-mon[112123]: 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-07T05:41:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:45 smithi028 ceph-mon[112123]: from='client.57492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:45 smithi138 ceph-mon[117003]: 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-07T05:41:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:45 smithi138 ceph-mon[117003]: from='client.57492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:47 smithi161 ceph-mon[116604]: 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-07T05:41:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:47 smithi028 ceph-mon[112123]: 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-07T05:41:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:47 smithi138 ceph-mon[117003]: 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-07T05:41:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:49 smithi161 ceph-mon[116604]: 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-07T05:41:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:49 smithi028 ceph-mon[112123]: 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-07T05:41:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:49 smithi138 ceph-mon[117003]: 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-07T05:41:50.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:50.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:50.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:51.076 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:51.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:51.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:51.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:51.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:51 smithi161 ceph-mon[116604]: from='client.57567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:51 smithi161 ceph-mon[116604]: 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-07T05:41:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:51 smithi028 ceph-mon[112123]: from='client.57567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:51 smithi028 ceph-mon[112123]: 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-07T05:41:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:51 smithi138 ceph-mon[117003]: from='client.57567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:51 smithi138 ceph-mon[117003]: 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-07T05:41:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:53 smithi161 ceph-mon[116604]: 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-07T05:41:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:53 smithi028 ceph-mon[112123]: 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-07T05:41:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:53 smithi138 ceph-mon[117003]: 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-07T05:41:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:55 smithi161 ceph-mon[116604]: 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-07T05:41:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:55 smithi028 ceph-mon[112123]: 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-07T05:41:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:55 smithi138 ceph-mon[117003]: 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-07T05:41:56.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:41:56.079 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:41:56.079 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:41:56.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:41:56.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:41:56.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:41:56.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:41:56.856 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:41:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:57 smithi161 ceph-mon[116604]: from='client.57645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:57 smithi161 ceph-mon[116604]: 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-07T05:41:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:57 smithi028 ceph-mon[112123]: from='client.57645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:57 smithi028 ceph-mon[112123]: 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-07T05:41:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:57 smithi138 ceph-mon[117003]: from='client.57645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:41:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:57 smithi138 ceph-mon[117003]: 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-07T05:42:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:41:59 smithi161 ceph-mon[116604]: 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-07T05:42:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:41:59 smithi028 ceph-mon[112123]: 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-07T05:42:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:41:59 smithi138 ceph-mon[117003]: 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-07T05:42:01.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:01.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:01.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:01 smithi161 ceph-mon[116604]: 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-07T05:42:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:01 smithi028 ceph-mon[112123]: 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-07T05:42:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:01 smithi138 ceph-mon[117003]: 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-07T05:42:02.634 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:02.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:02.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:02.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:02.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:03 smithi161 ceph-mon[116604]: from='client.57720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:03 smithi161 ceph-mon[116604]: 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-07T05:42:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:03 smithi028 ceph-mon[112123]: from='client.57720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:03 smithi028 ceph-mon[112123]: 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-07T05:42:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:03 smithi138 ceph-mon[117003]: from='client.57720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:03 smithi138 ceph-mon[117003]: 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-07T05:42:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:05 smithi161 ceph-mon[116604]: 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-07T05:42:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:05 smithi028 ceph-mon[112123]: 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-07T05:42:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:05 smithi138 ceph-mon[117003]: 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-07T05:42:07.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:07.637 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:07.637 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:07 smithi161 ceph-mon[116604]: 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-07T05:42:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:07 smithi028 ceph-mon[112123]: 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-07T05:42:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:07 smithi138 ceph-mon[117003]: 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-07T05:42:08.409 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:08.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:08.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:08.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:08.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:08 smithi161 ceph-mon[116604]: from='client.57798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:08 smithi028 ceph-mon[112123]: from='client.57798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:08 smithi138 ceph-mon[117003]: from='client.57798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:09 smithi161 ceph-mon[116604]: 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-07T05:42:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:09 smithi028 ceph-mon[112123]: 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-07T05:42:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:09 smithi138 ceph-mon[117003]: 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-07T05:42:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:11 smithi161 ceph-mon[116604]: 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-07T05:42:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:11 smithi028 ceph-mon[112123]: 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-07T05:42:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:11 smithi138 ceph-mon[117003]: 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-07T05:42:13.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:13.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:13.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:14.179 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:14.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:14.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:14.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:14.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:13 smithi161 ceph-mon[116604]: 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-07T05:42:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:13 smithi028 ceph-mon[112123]: 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-07T05:42:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:13 smithi138 ceph-mon[117003]: 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-07T05:42:15.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:14 smithi161 ceph-mon[116604]: from='client.57876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:15.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:14 smithi028 ceph-mon[112123]: from='client.57876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:15.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:14 smithi138 ceph-mon[117003]: from='client.57876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:15 smithi161 ceph-mon[116604]: pgmap v1669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:42:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:15 smithi028 ceph-mon[112123]: pgmap v1669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:42:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:15 smithi138 ceph-mon[117003]: pgmap v1669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:42:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:17 smithi161 ceph-mon[116604]: pgmap v1670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:42:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:17 smithi028 ceph-mon[112123]: pgmap v1670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:42:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:17 smithi138 ceph-mon[117003]: pgmap v1670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:42:19.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:19.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:19.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:19.948 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:19.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:19.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:19.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:19.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:19 smithi161 ceph-mon[116604]: pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:42:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:19 smithi028 ceph-mon[112123]: pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:42:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:19 smithi138 ceph-mon[117003]: pgmap v1671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:42:21.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:20 smithi028 ceph-mon[112123]: from='client.57951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:21.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:20 smithi138 ceph-mon[117003]: from='client.57951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:20 smithi161 ceph-mon[116604]: from='client.57951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:21 smithi028 ceph-mon[112123]: 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-07T05:42:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:21 smithi138 ceph-mon[117003]: 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-07T05:42:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:21 smithi161 ceph-mon[116604]: 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-07T05:42:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:23 smithi028 ceph-mon[112123]: 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-07T05:42:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:23 smithi138 ceph-mon[117003]: 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-07T05:42:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:23 smithi161 ceph-mon[116604]: 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-07T05:42:24.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:24.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:24.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:25.723 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:25.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:25.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:25.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:25.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:25 smithi161 ceph-mon[116604]: 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-07T05:42:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:25 smithi028 ceph-mon[112123]: 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-07T05:42:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:25 smithi138 ceph-mon[117003]: 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-07T05:42:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:26 smithi161 ceph-mon[116604]: from='client.58026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:26 smithi028 ceph-mon[112123]: from='client.58026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:26 smithi138 ceph-mon[117003]: from='client.58026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:27 smithi161 ceph-mon[116604]: pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:42:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:27 smithi028 ceph-mon[112123]: pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:42:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:27 smithi138 ceph-mon[117003]: pgmap v1675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:42:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:29 smithi161 ceph-mon[116604]: pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:42:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:29 smithi028 ceph-mon[112123]: pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:42:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:29 smithi138 ceph-mon[117003]: pgmap v1676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:42:30.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:30.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:30.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:31.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:31.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:31.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:31.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:31.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:31 smithi161 ceph-mon[116604]: pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:42:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:31 smithi028 ceph-mon[112123]: pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:42:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:31 smithi138 ceph-mon[117003]: pgmap v1677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:42:33.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:32 smithi161 ceph-mon[116604]: from='client.58101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:33.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:32 smithi028 ceph-mon[112123]: from='client.58101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:33.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:32 smithi138 ceph-mon[117003]: from='client.58101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:33 smithi161 ceph-mon[116604]: 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-07T05:42:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:33 smithi028 ceph-mon[112123]: 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-07T05:42:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:33 smithi138 ceph-mon[117003]: 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-07T05:42:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:35 smithi161 ceph-mon[116604]: 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-07T05:42:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:35 smithi028 ceph-mon[112123]: 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-07T05:42:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:35 smithi138 ceph-mon[117003]: 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-07T05:42:36.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:36.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:36.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:37.262 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:37.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:37.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:37.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:37.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:37 smithi161 ceph-mon[116604]: 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-07T05:42:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:37 smithi161 ceph-mon[116604]: from='client.58176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:37 smithi028 ceph-mon[112123]: 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-07T05:42:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:37 smithi028 ceph-mon[112123]: from='client.58176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:37 smithi138 ceph-mon[117003]: 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-07T05:42:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:37 smithi138 ceph-mon[117003]: from='client.58176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:39 smithi161 ceph-mon[116604]: 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-07T05:42:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:39 smithi028 ceph-mon[112123]: 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-07T05:42:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:39 smithi138 ceph-mon[117003]: 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-07T05:42:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:42:41.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:42:41.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:42:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:41 smithi161 ceph-mon[116604]: 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-07T05:42:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:42:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:42:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:42:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:41 smithi028 ceph-mon[112123]: 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-07T05:42:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:42:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:42:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:42:42.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:42.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:42.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:41 smithi138 ceph-mon[117003]: 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-07T05:42:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:42:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:42:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:42:43.021 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:43.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:43.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:43.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:43.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:43 smithi161 ceph-mon[116604]: from='client.58254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:43 smithi161 ceph-mon[116604]: 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-07T05:42:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:43 smithi028 ceph-mon[112123]: from='client.58254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:43 smithi028 ceph-mon[112123]: 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-07T05:42:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:43 smithi138 ceph-mon[117003]: from='client.58254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:43 smithi138 ceph-mon[117003]: 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-07T05:42:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:45 smithi161 ceph-mon[116604]: 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-07T05:42:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:45 smithi028 ceph-mon[112123]: 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-07T05:42:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:45 smithi138 ceph-mon[117003]: 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-07T05:42:48.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:48.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:48.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:47 smithi161 ceph-mon[116604]: 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-07T05:42:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:47 smithi028 ceph-mon[112123]: 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-07T05:42:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:47 smithi138 ceph-mon[117003]: 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-07T05:42:48.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:48.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:48.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:48.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:48.788 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:49 smithi161 ceph-mon[116604]: from='client.58332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:49 smithi161 ceph-mon[116604]: 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-07T05:42:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:49 smithi028 ceph-mon[112123]: from='client.58332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:49 smithi028 ceph-mon[112123]: 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-07T05:42:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:49 smithi138 ceph-mon[117003]: from='client.58332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:49 smithi138 ceph-mon[117003]: 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-07T05:42:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:51 smithi161 ceph-mon[116604]: 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-07T05:42:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:51 smithi028 ceph-mon[112123]: 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-07T05:42:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:51 smithi138 ceph-mon[117003]: 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-07T05:42:53.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:53.789 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:53.789 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:42:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:53 smithi161 ceph-mon[116604]: 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-07T05:42:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:53 smithi028 ceph-mon[112123]: 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-07T05:42:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:53 smithi138 ceph-mon[117003]: 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-07T05:42:54.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:42:54.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:42:54.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:42:54.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:42:54.569 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:42:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:55 smithi161 ceph-mon[116604]: from='client.58407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:55 smithi161 ceph-mon[116604]: pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:42:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:55 smithi028 ceph-mon[112123]: from='client.58407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:55 smithi028 ceph-mon[112123]: pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:42:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:55 smithi138 ceph-mon[117003]: from='client.58407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:42:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:55 smithi138 ceph-mon[117003]: pgmap v1689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:42:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:57 smithi161 ceph-mon[116604]: pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:42:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:57 smithi028 ceph-mon[112123]: pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:42:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:57 smithi138 ceph-mon[117003]: pgmap v1690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:42:59.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:42:59.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:42:59.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:42:59 smithi161 ceph-mon[116604]: pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:43:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:42:59 smithi028 ceph-mon[112123]: pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:43:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:42:59 smithi138 ceph-mon[117003]: pgmap v1691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:43:00.344 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:00.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:00.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:00.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:00.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:00 smithi161 ceph-mon[116604]: from='client.58485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:00 smithi028 ceph-mon[112123]: from='client.58485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:00 smithi138 ceph-mon[117003]: from='client.58485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:01 smithi161 ceph-mon[116604]: 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-07T05:43:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:01 smithi028 ceph-mon[112123]: 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-07T05:43:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:01 smithi138 ceph-mon[117003]: 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-07T05:43:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:03 smithi028 ceph-mon[112123]: 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-07T05:43:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:03 smithi138 ceph-mon[117003]: 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-07T05:43:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:03 smithi161 ceph-mon[116604]: 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-07T05:43:05.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:05.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:05.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:05 smithi028 ceph-mon[112123]: 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-07T05:43:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:05 smithi138 ceph-mon[117003]: 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-07T05:43:06.131 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:06.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:06.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:06.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:06.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:05 smithi161 ceph-mon[116604]: 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-07T05:43:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:06 smithi028 ceph-mon[112123]: from='client.58563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:06 smithi138 ceph-mon[117003]: from='client.58563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:06 smithi161 ceph-mon[116604]: from='client.58563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:07 smithi028 ceph-mon[112123]: pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:07 smithi138 ceph-mon[117003]: pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:08.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:07 smithi161 ceph-mon[116604]: pgmap v1695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:09 smithi161 ceph-mon[116604]: pgmap v1696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:09 smithi028 ceph-mon[112123]: pgmap v1696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:09 smithi138 ceph-mon[117003]: pgmap v1696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:11.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:11.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:11.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:11.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:11.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:11.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:11.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:11.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:11 smithi161 ceph-mon[116604]: pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:43:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:11 smithi028 ceph-mon[112123]: pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:43:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:11 smithi138 ceph-mon[117003]: pgmap v1697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:43:13.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:12 smithi028 ceph-mon[112123]: from='client.58641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:13.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:12 smithi138 ceph-mon[117003]: from='client.58641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:12 smithi161 ceph-mon[116604]: from='client.58641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:13 smithi028 ceph-mon[112123]: 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-07T05:43:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:13 smithi138 ceph-mon[117003]: 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-07T05:43:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:13 smithi161 ceph-mon[116604]: 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-07T05:43:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:15 smithi028 ceph-mon[112123]: 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-07T05:43:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:15 smithi138 ceph-mon[117003]: 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-07T05:43:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:15 smithi161 ceph-mon[116604]: 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-07T05:43:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:17.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:17.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:17.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:17.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:17.683 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:17 smithi161 ceph-mon[116604]: 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-07T05:43:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:17 smithi028 ceph-mon[112123]: 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-07T05:43:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:17 smithi138 ceph-mon[117003]: 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-07T05:43:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:18 smithi028 ceph-mon[112123]: from='client.58716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:18 smithi138 ceph-mon[117003]: from='client.58716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:18 smithi161 ceph-mon[116604]: from='client.58716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:19 smithi028 ceph-mon[112123]: 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-07T05:43:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:19 smithi138 ceph-mon[117003]: 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-07T05:43:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:19 smithi161 ceph-mon[116604]: 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-07T05:43:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:21 smithi028 ceph-mon[112123]: 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-07T05:43:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:21 smithi138 ceph-mon[117003]: 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-07T05:43:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:21 smithi161 ceph-mon[116604]: 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-07T05:43:22.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:22.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:22.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:23.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:23.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:23.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:23.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:23.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:23 smithi028 ceph-mon[112123]: 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-07T05:43:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:23 smithi028 ceph-mon[112123]: from='client.58791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:23 smithi138 ceph-mon[117003]: 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-07T05:43:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:23 smithi138 ceph-mon[117003]: from='client.58791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:23 smithi161 ceph-mon[116604]: 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-07T05:43:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:23 smithi161 ceph-mon[116604]: from='client.58791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:25 smithi028 ceph-mon[112123]: 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-07T05:43:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:25 smithi138 ceph-mon[117003]: 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-07T05:43:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:25 smithi161 ceph-mon[116604]: 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-07T05:43:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:27 smithi028 ceph-mon[112123]: 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-07T05:43:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:27 smithi138 ceph-mon[117003]: 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-07T05:43:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:27 smithi161 ceph-mon[116604]: 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-07T05:43:28.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:28.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:28.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:29.221 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:29.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:29.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:29.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:29.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:29 smithi028 ceph-mon[112123]: from='client.58866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:29 smithi028 ceph-mon[112123]: 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-07T05:43:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:29 smithi138 ceph-mon[117003]: from='client.58866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:29 smithi138 ceph-mon[117003]: 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-07T05:43:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:29 smithi161 ceph-mon[116604]: from='client.58866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:29 smithi161 ceph-mon[116604]: 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-07T05:43:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:31 smithi028 ceph-mon[112123]: pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:43:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:31 smithi138 ceph-mon[117003]: pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:43:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:31 smithi161 ceph-mon[116604]: pgmap v1707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:43:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:33 smithi028 ceph-mon[112123]: pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:43:34.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:34.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:34.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:33 smithi138 ceph-mon[117003]: pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:43:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:33 smithi161 ceph-mon[116604]: pgmap v1708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:43:34.988 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:34.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:34.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:34.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:34.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:35 smithi028 ceph-mon[112123]: from='client.58941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:35 smithi028 ceph-mon[112123]: pgmap v1709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:35 smithi138 ceph-mon[117003]: from='client.58941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:35 smithi138 ceph-mon[117003]: pgmap v1709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:35 smithi161 ceph-mon[116604]: from='client.58941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:35 smithi161 ceph-mon[116604]: pgmap v1709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:37 smithi028 ceph-mon[112123]: pgmap v1710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:43:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:37 smithi138 ceph-mon[117003]: pgmap v1710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:43:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:37 smithi161 ceph-mon[116604]: pgmap v1710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:43:39.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:39.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:39.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:39 smithi028 ceph-mon[112123]: pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:43:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:39 smithi138 ceph-mon[117003]: pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:43:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:39 smithi161 ceph-mon[116604]: pgmap v1711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:43:40.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:40.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:40.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:40.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:40.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:41 smithi028 ceph-mon[112123]: from='client.59019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:41 smithi028 ceph-mon[112123]: 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-07T05:43:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:43:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:43:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:43:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:43:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:41 smithi138 ceph-mon[117003]: from='client.59019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:41 smithi138 ceph-mon[117003]: 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-07T05:43:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:43:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:43:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:43:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:43:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:41 smithi161 ceph-mon[116604]: from='client.59019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:41 smithi161 ceph-mon[116604]: 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-07T05:43:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:43:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:43:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:43:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:43:44.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:43 smithi028 ceph-mon[112123]: pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:43:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:43 smithi138 ceph-mon[117003]: pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:43:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:43 smithi161 ceph-mon[116604]: pgmap v1713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:43:45.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:45.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:45.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:45 smithi028 ceph-mon[112123]: pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:43:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:45 smithi138 ceph-mon[117003]: pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:43:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:45 smithi161 ceph-mon[116604]: pgmap v1714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:43:46.526 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:46.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:46.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:46.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:46.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:47 smithi028 ceph-mon[112123]: from='client.59097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:47 smithi028 ceph-mon[112123]: pgmap v1715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:47 smithi138 ceph-mon[117003]: from='client.59097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:47 smithi138 ceph-mon[117003]: pgmap v1715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:47 smithi161 ceph-mon[116604]: from='client.59097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:47 smithi161 ceph-mon[116604]: pgmap v1715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:49 smithi028 ceph-mon[112123]: pgmap v1716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:49 smithi138 ceph-mon[117003]: pgmap v1716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:49 smithi161 ceph-mon[116604]: pgmap v1716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:43:51.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:51.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:51.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:52.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:51 smithi028 ceph-mon[112123]: pgmap v1717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:43:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:51 smithi138 ceph-mon[117003]: pgmap v1717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:43:52.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:52.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:52.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:52.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:52.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:51 smithi161 ceph-mon[116604]: pgmap v1717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:43:53.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:52 smithi028 ceph-mon[112123]: from='client.59172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:53.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:52 smithi138 ceph-mon[117003]: from='client.59172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:52 smithi161 ceph-mon[116604]: from='client.59172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:53 smithi028 ceph-mon[112123]: 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-07T05:43:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:53 smithi138 ceph-mon[117003]: 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-07T05:43:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:53 smithi161 ceph-mon[116604]: 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-07T05:43:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:55 smithi028 ceph-mon[112123]: 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-07T05:43:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:55 smithi138 ceph-mon[117003]: 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-07T05:43:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:55 smithi161 ceph-mon[116604]: 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-07T05:43:57.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:43:57.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:43:57.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:43:58.088 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:43:58.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:43:58.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:43:58.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:43:58.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:43:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:57 smithi028 ceph-mon[112123]: 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-07T05:43:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:57 smithi138 ceph-mon[117003]: 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-07T05:43:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:57 smithi161 ceph-mon[116604]: 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-07T05:43:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:58 smithi028 ceph-mon[112123]: from='client.59250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:58 smithi138 ceph-mon[117003]: from='client.59250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:43:59.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:58 smithi161 ceph-mon[116604]: from='client.59250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:43:59 smithi028 ceph-mon[112123]: 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-07T05:44:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:43:59 smithi138 ceph-mon[117003]: 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-07T05:44:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:43:59 smithi161 ceph-mon[116604]: 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-07T05:44:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:01 smithi028 ceph-mon[112123]: 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-07T05:44:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:01 smithi138 ceph-mon[117003]: 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-07T05:44:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:01 smithi161 ceph-mon[116604]: 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-07T05:44:03.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:03.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:03.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:03.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:03.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:03.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:03.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:03.869 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:03 smithi028 ceph-mon[112123]: 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-07T05:44:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:03 smithi138 ceph-mon[117003]: 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-07T05:44:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:03 smithi161 ceph-mon[116604]: 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-07T05:44:05.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:04 smithi028 ceph-mon[112123]: from='client.59328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:05.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:04 smithi138 ceph-mon[117003]: from='client.59328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:04 smithi161 ceph-mon[116604]: from='client.59328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:05 smithi028 ceph-mon[112123]: 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-07T05:44:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:05 smithi138 ceph-mon[117003]: 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-07T05:44:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:05 smithi161 ceph-mon[116604]: 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-07T05:44:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:07 smithi138 ceph-mon[117003]: 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-07T05:44:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:07 smithi161 ceph-mon[116604]: 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-07T05:44:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:07 smithi028 ceph-mon[112123]: 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-07T05:44:08.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:08.871 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:08.871 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:09.647 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:09.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:09.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:09.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:09.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:09 smithi138 ceph-mon[117003]: 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-07T05:44:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:09 smithi161 ceph-mon[116604]: 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-07T05:44:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:09 smithi028 ceph-mon[112123]: 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-07T05:44:11.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:10 smithi138 ceph-mon[117003]: from='client.59400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:10 smithi161 ceph-mon[116604]: from='client.59400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:10 smithi028 ceph-mon[112123]: from='client.59400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:11 smithi138 ceph-mon[117003]: pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:11 smithi161 ceph-mon[116604]: pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:11 smithi028 ceph-mon[112123]: pgmap v1727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:13 smithi138 ceph-mon[117003]: pgmap v1728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:13 smithi161 ceph-mon[116604]: pgmap v1728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:13 smithi028 ceph-mon[112123]: pgmap v1728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:14.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:14.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:14.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:15.414 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:15.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:15.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:15.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:15.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:15 smithi028 ceph-mon[112123]: pgmap v1729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:15 smithi028 ceph-mon[112123]: from='client.59478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:15 smithi138 ceph-mon[117003]: pgmap v1729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:15 smithi138 ceph-mon[117003]: from='client.59478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:15 smithi161 ceph-mon[116604]: pgmap v1729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:15 smithi161 ceph-mon[116604]: from='client.59478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:17 smithi028 ceph-mon[112123]: pgmap v1730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:17 smithi138 ceph-mon[117003]: pgmap v1730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:17 smithi161 ceph-mon[116604]: pgmap v1730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:19 smithi028 ceph-mon[112123]: pgmap v1731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:19 smithi138 ceph-mon[117003]: pgmap v1731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:20.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:20.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:20.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:19 smithi161 ceph-mon[116604]: pgmap v1731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:21.198 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:21.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:21.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:21.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:21.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:21 smithi028 ceph-mon[112123]: from='client.59547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:21 smithi028 ceph-mon[112123]: 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-07T05:44:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:21 smithi138 ceph-mon[117003]: from='client.59547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:21 smithi138 ceph-mon[117003]: 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-07T05:44:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:21 smithi161 ceph-mon[116604]: from='client.59547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:21 smithi161 ceph-mon[116604]: 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-07T05:44:24.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:23 smithi028 ceph-mon[112123]: pgmap v1733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:23 smithi138 ceph-mon[117003]: pgmap v1733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:23 smithi161 ceph-mon[116604]: pgmap v1733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:25 smithi028 ceph-mon[112123]: pgmap v1734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:44:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:25 smithi138 ceph-mon[117003]: pgmap v1734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:44:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:25 smithi161 ceph-mon[116604]: pgmap v1734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:44:26.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:26.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:26.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:26.979 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:26.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:26.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:26.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:26.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:27 smithi028 ceph-mon[112123]: from='client.59625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:27 smithi028 ceph-mon[112123]: pgmap v1735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:27 smithi138 ceph-mon[117003]: from='client.59625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:27 smithi138 ceph-mon[117003]: pgmap v1735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:27 smithi161 ceph-mon[116604]: from='client.59625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:27 smithi161 ceph-mon[116604]: pgmap v1735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:29 smithi028 ceph-mon[112123]: pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:29 smithi138 ceph-mon[117003]: pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:29 smithi161 ceph-mon[116604]: pgmap v1736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:31.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:31.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:31.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:31 smithi028 ceph-mon[112123]: pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:44:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:31 smithi138 ceph-mon[117003]: pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:44:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:31 smithi161 ceph-mon[116604]: pgmap v1737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:44:32.736 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:32.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:32.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:32.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:32.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:33 smithi138 ceph-mon[117003]: from='client.59703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:34.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:33 smithi138 ceph-mon[117003]: 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-07T05:44:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:33 smithi161 ceph-mon[116604]: from='client.59703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:33 smithi161 ceph-mon[116604]: 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-07T05:44:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:33 smithi028 ceph-mon[112123]: from='client.59703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:33 smithi028 ceph-mon[112123]: 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-07T05:44:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:35 smithi028 ceph-mon[112123]: 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-07T05:44:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:35 smithi138 ceph-mon[117003]: 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-07T05:44:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:35 smithi161 ceph-mon[116604]: 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-07T05:44:37.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:37.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:37.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:37 smithi028 ceph-mon[112123]: 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-07T05:44:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:37 smithi138 ceph-mon[117003]: 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-07T05:44:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:37 smithi161 ceph-mon[116604]: 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-07T05:44:38.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:38.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:38.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:38.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:38.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:39 smithi028 ceph-mon[112123]: from='client.59778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:39 smithi028 ceph-mon[112123]: 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-07T05:44:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:39 smithi138 ceph-mon[117003]: from='client.59778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:39 smithi138 ceph-mon[117003]: 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-07T05:44:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:39 smithi161 ceph-mon[116604]: from='client.59778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:39 smithi161 ceph-mon[116604]: 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-07T05:44:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:41 smithi138 ceph-mon[117003]: 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-07T05:44:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:41 smithi161 ceph-mon[116604]: 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-07T05:44:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:41 smithi028 ceph-mon[112123]: 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-07T05:44:43.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:44:43.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:44:43.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:44:43.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:44:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:44:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:44:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:44:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:44:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:44:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:44:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:44:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:44:43.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:43.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:43.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:43 smithi138 ceph-mon[117003]: 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-07T05:44:44.296 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:44.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:44.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:44.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:44.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:43 smithi161 ceph-mon[116604]: 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-07T05:44:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:43 smithi028 ceph-mon[112123]: 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-07T05:44:45.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:44 smithi138 ceph-mon[117003]: from='client.59856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:44 smithi161 ceph-mon[116604]: from='client.59856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:44 smithi028 ceph-mon[112123]: from='client.59856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:45 smithi138 ceph-mon[117003]: pgmap v1744: 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-07T05:44:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:45 smithi161 ceph-mon[116604]: pgmap v1744: 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-07T05:44:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:45 smithi028 ceph-mon[112123]: pgmap v1744: 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-07T05:44:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:47 smithi138 ceph-mon[117003]: pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:44:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:47 smithi161 ceph-mon[116604]: pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:44:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:47 smithi028 ceph-mon[112123]: pgmap v1745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:44:49.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:49.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:49.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:50.074 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:50.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:50.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:50.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:50.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:49 smithi138 ceph-mon[117003]: pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:44:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:49 smithi161 ceph-mon[116604]: pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:44:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:49 smithi028 ceph-mon[112123]: pgmap v1746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:44:51.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:50 smithi138 ceph-mon[117003]: from='client.59934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:50 smithi161 ceph-mon[116604]: from='client.59934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:50 smithi028 ceph-mon[112123]: from='client.59934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:51 smithi138 ceph-mon[117003]: pgmap v1747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:51 smithi161 ceph-mon[116604]: pgmap v1747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:51 smithi028 ceph-mon[112123]: pgmap v1747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:53 smithi138 ceph-mon[117003]: pgmap v1748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:53 smithi161 ceph-mon[116604]: pgmap v1748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:53 smithi028 ceph-mon[112123]: pgmap v1748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:44:55.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:44:55.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:44:55.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:44:55.847 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:44:55.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:44:55.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:44:55.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:44:55.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:44:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:55 smithi138 ceph-mon[117003]: pgmap v1749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:55 smithi161 ceph-mon[116604]: pgmap v1749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:55 smithi028 ceph-mon[112123]: pgmap v1749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:44:57.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:56 smithi138 ceph-mon[117003]: from='client.60009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:57.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:56 smithi161 ceph-mon[116604]: from='client.60009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:57.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:56 smithi028 ceph-mon[112123]: from='client.60009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:44:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:57 smithi138 ceph-mon[117003]: pgmap v1750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:44:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:57 smithi161 ceph-mon[116604]: pgmap v1750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:44:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:57 smithi028 ceph-mon[112123]: pgmap v1750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:45:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:44:59 smithi138 ceph-mon[117003]: pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:45:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:44:59 smithi161 ceph-mon[116604]: pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:45:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:44:59 smithi028 ceph-mon[112123]: pgmap v1751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T05:45:00.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:00.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:00.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:01.628 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:01.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:01.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:01.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:01.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:01 smithi138 ceph-mon[117003]: pgmap v1752: 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-07T05:45:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:01 smithi161 ceph-mon[116604]: pgmap v1752: 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-07T05:45:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:01 smithi028 ceph-mon[112123]: pgmap v1752: 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-07T05:45:03.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:02 smithi138 ceph-mon[117003]: from='client.60087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:02 smithi161 ceph-mon[116604]: from='client.60087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:02 smithi028 ceph-mon[112123]: from='client.60087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:03 smithi138 ceph-mon[117003]: pgmap v1753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:03 smithi161 ceph-mon[116604]: pgmap v1753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:03 smithi028 ceph-mon[112123]: pgmap v1753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:05 smithi138 ceph-mon[117003]: pgmap v1754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:05 smithi161 ceph-mon[116604]: pgmap v1754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:05 smithi028 ceph-mon[112123]: pgmap v1754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:06.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:06.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:06.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:07.400 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:07.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:07.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:07.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:07.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:07 smithi138 ceph-mon[117003]: pgmap v1755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:07 smithi138 ceph-mon[117003]: from='client.60162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:07 smithi161 ceph-mon[116604]: pgmap v1755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:07 smithi161 ceph-mon[116604]: from='client.60162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:07 smithi028 ceph-mon[112123]: pgmap v1755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:07 smithi028 ceph-mon[112123]: from='client.60162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:09 smithi138 ceph-mon[117003]: pgmap v1756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:09 smithi161 ceph-mon[116604]: pgmap v1756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:09 smithi028 ceph-mon[112123]: pgmap v1756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:11 smithi138 ceph-mon[117003]: pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:12.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:12.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:12.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:11 smithi161 ceph-mon[116604]: pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:11 smithi028 ceph-mon[112123]: pgmap v1757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:13.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:13.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:13.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:13.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:13.178 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:13 smithi138 ceph-mon[117003]: from='client.60240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:13 smithi138 ceph-mon[117003]: 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-07T05:45:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:13 smithi161 ceph-mon[116604]: from='client.60240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:13 smithi161 ceph-mon[116604]: 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-07T05:45:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:13 smithi028 ceph-mon[112123]: from='client.60240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:13 smithi028 ceph-mon[112123]: 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-07T05:45:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:15 smithi138 ceph-mon[117003]: 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-07T05:45:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:15 smithi161 ceph-mon[116604]: 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-07T05:45:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:15 smithi028 ceph-mon[112123]: 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-07T05:45:18.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:18.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:18.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:17 smithi138 ceph-mon[117003]: 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-07T05:45:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:17 smithi161 ceph-mon[116604]: 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-07T05:45:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:17 smithi028 ceph-mon[112123]: 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-07T05:45:18.947 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:18.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:18.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:18.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:18.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:19 smithi138 ceph-mon[117003]: from='client.60315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:19 smithi138 ceph-mon[117003]: 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-07T05:45:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:19 smithi161 ceph-mon[116604]: from='client.60315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:19 smithi161 ceph-mon[116604]: 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-07T05:45:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:19 smithi028 ceph-mon[112123]: from='client.60315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:19 smithi028 ceph-mon[112123]: 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-07T05:45:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:21 smithi138 ceph-mon[117003]: 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-07T05:45:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:21 smithi161 ceph-mon[116604]: 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-07T05:45:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:21 smithi028 ceph-mon[112123]: 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-07T05:45:23.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:23.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:23.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:23 smithi138 ceph-mon[117003]: 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-07T05:45:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:23 smithi161 ceph-mon[116604]: 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-07T05:45:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:23 smithi028 ceph-mon[112123]: 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-07T05:45:24.715 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:24.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:24.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:24.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:24.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:25 smithi138 ceph-mon[117003]: from='client.60387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:25 smithi138 ceph-mon[117003]: pgmap v1764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:25 smithi161 ceph-mon[116604]: from='client.60387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:25 smithi161 ceph-mon[116604]: pgmap v1764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:25 smithi028 ceph-mon[112123]: from='client.60387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:25 smithi028 ceph-mon[112123]: pgmap v1764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:27 smithi138 ceph-mon[117003]: pgmap v1765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:45:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:27 smithi161 ceph-mon[116604]: pgmap v1765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:45:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:27 smithi028 ceph-mon[112123]: pgmap v1765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:45:29.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:29.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:29.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:29 smithi138 ceph-mon[117003]: pgmap v1766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:45:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:29 smithi161 ceph-mon[116604]: pgmap v1766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:45:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:29 smithi028 ceph-mon[112123]: pgmap v1766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:45:30.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:30.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:30.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:30.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:30.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:31 smithi138 ceph-mon[117003]: from='client.60465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:31 smithi138 ceph-mon[117003]: pgmap v1767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:31 smithi161 ceph-mon[116604]: from='client.60465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:31 smithi161 ceph-mon[116604]: pgmap v1767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:31 smithi028 ceph-mon[112123]: from='client.60465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:31 smithi028 ceph-mon[112123]: pgmap v1767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:33 smithi138 ceph-mon[117003]: pgmap v1768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:45:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:33 smithi161 ceph-mon[116604]: pgmap v1768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:45:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:33 smithi028 ceph-mon[112123]: pgmap v1768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:45:35.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:35.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:35.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:35 smithi138 ceph-mon[117003]: pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:35 smithi161 ceph-mon[116604]: pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:35 smithi028 ceph-mon[112123]: pgmap v1769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:36.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:36.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:36.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:36.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:36.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:36 smithi138 ceph-mon[117003]: from='client.60540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:37.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:36 smithi161 ceph-mon[116604]: from='client.60540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:37.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:36 smithi028 ceph-mon[112123]: from='client.60540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:38.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:37 smithi138 ceph-mon[117003]: pgmap v1770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:37 smithi161 ceph-mon[116604]: pgmap v1770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:37 smithi028 ceph-mon[112123]: pgmap v1770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:39 smithi138 ceph-mon[117003]: pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:39 smithi161 ceph-mon[116604]: pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:39 smithi028 ceph-mon[112123]: pgmap v1771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:41.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:41.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:41.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:42.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:42.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:42.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:42.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:42.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:41 smithi138 ceph-mon[117003]: pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:41 smithi161 ceph-mon[116604]: pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:41 smithi028 ceph-mon[112123]: pgmap v1772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:43.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:42 smithi138 ceph-mon[117003]: from='client.60618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:43.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:45:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:42 smithi161 ceph-mon[116604]: from='client.60618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:45:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:42 smithi028 ceph-mon[112123]: from='client.60618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:45:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:45:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:45:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:45:44.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:45:44.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: pgmap v1773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:45:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:45:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:45:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:45 smithi138 ceph-mon[117003]: pgmap v1774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:45 smithi161 ceph-mon[116604]: pgmap v1774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:45 smithi028 ceph-mon[112123]: pgmap v1774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:47.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:47.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:47.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:47.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:47.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:47.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:47.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:47.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:47 smithi138 ceph-mon[117003]: pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:47 smithi161 ceph-mon[116604]: pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:47 smithi028 ceph-mon[112123]: pgmap v1775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:48 smithi138 ceph-mon[117003]: from='client.60693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:48 smithi161 ceph-mon[116604]: from='client.60693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:48 smithi028 ceph-mon[112123]: from='client.60693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:49 smithi138 ceph-mon[117003]: pgmap v1776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:49 smithi161 ceph-mon[116604]: pgmap v1776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:49 smithi028 ceph-mon[112123]: pgmap v1776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:45:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:51 smithi138 ceph-mon[117003]: pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:51 smithi161 ceph-mon[116604]: pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:51 smithi028 ceph-mon[112123]: pgmap v1777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:45:52.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:52.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:52.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:53.593 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:53.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:53.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:53.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:53.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:45:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:53 smithi138 ceph-mon[117003]: 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-07T05:45:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:53 smithi161 ceph-mon[116604]: 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-07T05:45:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:53 smithi028 ceph-mon[112123]: 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-07T05:45:55.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:54 smithi138 ceph-mon[117003]: from='client.60771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:54 smithi161 ceph-mon[116604]: from='client.60771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:54 smithi028 ceph-mon[112123]: from='client.60771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:45:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:55 smithi138 ceph-mon[117003]: 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-07T05:45:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:55 smithi161 ceph-mon[116604]: 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-07T05:45:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:55 smithi028 ceph-mon[112123]: 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-07T05:45:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:57 smithi138 ceph-mon[117003]: 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-07T05:45:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:57 smithi161 ceph-mon[116604]: 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-07T05:45:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:57 smithi028 ceph-mon[112123]: 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-07T05:45:58.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:45:58.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:45:58.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:45:59.360 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:45:59.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:45:59.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:45:59.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:45:59.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:59 smithi138 ceph-mon[117003]: 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-07T05:46:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:45:59 smithi138 ceph-mon[117003]: from='client.60843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:59 smithi161 ceph-mon[116604]: 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-07T05:46:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:45:59 smithi161 ceph-mon[116604]: from='client.60843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:59 smithi028 ceph-mon[112123]: 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-07T05:46:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:45:59 smithi028 ceph-mon[112123]: from='client.60843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:02 smithi138 ceph-mon[117003]: pgmap v1782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:46:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:02 smithi161 ceph-mon[116604]: pgmap v1782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:46:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:01 smithi028 ceph-mon[112123]: pgmap v1782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:46:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:04 smithi138 ceph-mon[117003]: pgmap v1783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:46:04.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:04.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:04.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:04 smithi161 ceph-mon[116604]: pgmap v1783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:46:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:04 smithi028 ceph-mon[112123]: pgmap v1783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:46:05.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:05.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:05.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:05.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:05.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:05 smithi138 ceph-mon[117003]: from='client.60921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:05 smithi138 ceph-mon[117003]: pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:05 smithi161 ceph-mon[116604]: from='client.60921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:05 smithi161 ceph-mon[116604]: pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:05 smithi028 ceph-mon[112123]: from='client.60921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:05 smithi028 ceph-mon[112123]: pgmap v1784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:07 smithi138 ceph-mon[117003]: pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:07 smithi161 ceph-mon[116604]: pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:07 smithi028 ceph-mon[112123]: pgmap v1785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:10.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:10.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:10.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:09 smithi138 ceph-mon[117003]: pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:09 smithi161 ceph-mon[116604]: pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:09 smithi028 ceph-mon[112123]: pgmap v1786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:10.896 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:10.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:10.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:10.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:10.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:11 smithi138 ceph-mon[117003]: from='client.60996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:11 smithi138 ceph-mon[117003]: pgmap v1787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:11 smithi161 ceph-mon[116604]: from='client.60996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:11 smithi161 ceph-mon[116604]: pgmap v1787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:11 smithi028 ceph-mon[112123]: from='client.60996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:11 smithi028 ceph-mon[112123]: pgmap v1787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:13 smithi138 ceph-mon[117003]: pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:46:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:13 smithi161 ceph-mon[116604]: pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:46:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:13 smithi028 ceph-mon[112123]: pgmap v1788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:46:15.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:15.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:15.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:15 smithi138 ceph-mon[117003]: pgmap v1789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:46:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:15 smithi161 ceph-mon[116604]: pgmap v1789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:46:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:15 smithi028 ceph-mon[112123]: pgmap v1789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:46:16.655 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:16.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:16.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:16.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:16.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:17 smithi138 ceph-mon[117003]: from='client.61074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:18.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:17 smithi138 ceph-mon[117003]: pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:17 smithi161 ceph-mon[116604]: from='client.61074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:17 smithi161 ceph-mon[116604]: pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:17 smithi028 ceph-mon[112123]: from='client.61074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:17 smithi028 ceph-mon[112123]: pgmap v1790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:19 smithi138 ceph-mon[117003]: pgmap v1791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:19 smithi161 ceph-mon[116604]: pgmap v1791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:19 smithi028 ceph-mon[112123]: pgmap v1791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:21.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:21.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:21.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:21 smithi138 ceph-mon[117003]: pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:46:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:21 smithi161 ceph-mon[116604]: pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:46:22.444 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:22.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:22.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:22.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:22.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:21 smithi028 ceph-mon[112123]: pgmap v1792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:46:23.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:22 smithi138 ceph-mon[117003]: from='client.61152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:22 smithi161 ceph-mon[116604]: from='client.61152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:22 smithi028 ceph-mon[112123]: from='client.61152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:23 smithi138 ceph-mon[117003]: pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:23 smithi161 ceph-mon[116604]: pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:23 smithi028 ceph-mon[112123]: pgmap v1793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:25 smithi138 ceph-mon[117003]: pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:46:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:25 smithi161 ceph-mon[116604]: pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:46:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:25 smithi028 ceph-mon[112123]: pgmap v1794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:46:27.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:27.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:27.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:28.222 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:28.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:28.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:28.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:28.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:27 smithi138 ceph-mon[117003]: 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-07T05:46:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:27 smithi161 ceph-mon[116604]: 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-07T05:46:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:27 smithi028 ceph-mon[112123]: 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-07T05:46:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:28 smithi138 ceph-mon[117003]: from='client.61224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:29.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:28 smithi161 ceph-mon[116604]: from='client.61224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:29.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:28 smithi028 ceph-mon[112123]: from='client.61224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:29 smithi138 ceph-mon[117003]: 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-07T05:46:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:29 smithi161 ceph-mon[116604]: 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-07T05:46:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:29 smithi028 ceph-mon[112123]: 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-07T05:46:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:31 smithi138 ceph-mon[117003]: 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-07T05:46:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:31 smithi161 ceph-mon[116604]: 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-07T05:46:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:31 smithi028 ceph-mon[112123]: 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-07T05:46:33.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:33.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:33.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:33.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:33.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:33.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:33.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:33.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:33 smithi138 ceph-mon[117003]: 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-07T05:46:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:33 smithi161 ceph-mon[116604]: 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-07T05:46:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:33 smithi028 ceph-mon[112123]: 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-07T05:46:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:35 smithi138 ceph-mon[117003]: from='client.61302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:35 smithi161 ceph-mon[116604]: from='client.61302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:35 smithi028 ceph-mon[112123]: from='client.61302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:36 smithi138 ceph-mon[117003]: 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-07T05:46:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:36 smithi161 ceph-mon[116604]: 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-07T05:46:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:36 smithi028 ceph-mon[112123]: 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-07T05:46:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:38 smithi138 ceph-mon[117003]: 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-07T05:46:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:38 smithi161 ceph-mon[116604]: 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-07T05:46:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:38 smithi028 ceph-mon[112123]: 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-07T05:46:38.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:38.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:38.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:39.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:39.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:39.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:39.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:39.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:40 smithi138 ceph-mon[117003]: 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-07T05:46:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:40 smithi161 ceph-mon[116604]: 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-07T05:46:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:40 smithi028 ceph-mon[112123]: 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-07T05:46:41.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:41 smithi138 ceph-mon[117003]: from='client.61374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:41 smithi161 ceph-mon[116604]: from='client.61374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:41 smithi028 ceph-mon[112123]: from='client.61374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:42 smithi138 ceph-mon[117003]: pgmap v1802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:42 smithi161 ceph-mon[116604]: pgmap v1802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:42 smithi028 ceph-mon[112123]: pgmap v1802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:44 smithi138 ceph-mon[117003]: pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:46:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:44 smithi161 ceph-mon[116604]: pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:46:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:44 smithi028 ceph-mon[112123]: pgmap v1803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:46:44.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:44.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:44.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:45.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:45.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:45.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:45.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:45.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:45 smithi138 ceph-mon[117003]: pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:45 smithi161 ceph-mon[116604]: pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:45 smithi028 ceph-mon[112123]: pgmap v1804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:46 smithi138 ceph-mon[117003]: from='client.61452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:46.939 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:46 smithi028 ceph-mon[112123]: from='client.61452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:46.940 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:46.940 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:46.940 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:46.940 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:47.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:46 smithi161 ceph-mon[116604]: from='client.61452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:47.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:47.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:47.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:47.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:48 smithi161 ceph-mon[116604]: pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:46:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:46:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:48 smithi028 ceph-mon[112123]: pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:46:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:46:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:48.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:48 smithi138 ceph-mon[117003]: pgmap v1805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:48.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:46:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:46:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:46:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:50 smithi161 ceph-mon[116604]: pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:50 smithi028 ceph-mon[112123]: pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:50 smithi138 ceph-mon[117003]: pgmap v1806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:46:50.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:50.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:50.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:51.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:51.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:51.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:51.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:51.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:52 smithi161 ceph-mon[116604]: pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:52 smithi161 ceph-mon[116604]: from='client.61530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:52 smithi028 ceph-mon[112123]: pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:52 smithi028 ceph-mon[112123]: from='client.61530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:52 smithi138 ceph-mon[117003]: pgmap v1807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:52 smithi138 ceph-mon[117003]: from='client.61530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:54 smithi161 ceph-mon[116604]: 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-07T05:46:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:54 smithi028 ceph-mon[112123]: 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-07T05:46:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:54 smithi138 ceph-mon[117003]: 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-07T05:46:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:55 smithi138 ceph-mon[117003]: pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:46:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:55 smithi161 ceph-mon[116604]: pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:46:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:55 smithi028 ceph-mon[112123]: pgmap v1809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:46:56.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:46:56.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:46:56.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:46:57.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:46:57.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:46:57.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:46:57.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:46:57.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:46:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:57 smithi138 ceph-mon[117003]: from='client.61605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:57 smithi138 ceph-mon[117003]: pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:57 smithi161 ceph-mon[116604]: from='client.61605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:57 smithi161 ceph-mon[116604]: pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:46:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:57 smithi028 ceph-mon[112123]: from='client.61605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:46:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:57 smithi028 ceph-mon[112123]: pgmap v1810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:46:59 smithi138 ceph-mon[117003]: pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:46:59 smithi161 ceph-mon[116604]: pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:46:59 smithi028 ceph-mon[112123]: pgmap v1811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:02.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:02.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:02.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:02 smithi138 ceph-mon[117003]: pgmap v1812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:01 smithi161 ceph-mon[116604]: pgmap v1812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:01 smithi028 ceph-mon[112123]: pgmap v1812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:02.854 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:02.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:02.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:02.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:02.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:04 smithi138 ceph-mon[117003]: from='client.61680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:04.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:04 smithi138 ceph-mon[117003]: pgmap v1813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:04 smithi161 ceph-mon[116604]: from='client.61680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:04 smithi161 ceph-mon[116604]: pgmap v1813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:04 smithi028 ceph-mon[112123]: from='client.61680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:04 smithi028 ceph-mon[112123]: pgmap v1813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:05 smithi138 ceph-mon[117003]: pgmap v1814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:05 smithi161 ceph-mon[116604]: pgmap v1814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:05 smithi028 ceph-mon[112123]: pgmap v1814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:07.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:07.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:07.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:07 smithi138 ceph-mon[117003]: 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-07T05:47:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:07 smithi161 ceph-mon[116604]: 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-07T05:47:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:07 smithi028 ceph-mon[112123]: 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-07T05:47:08.618 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:08.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:08.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:08.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:08.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:09 smithi138 ceph-mon[117003]: from='client.61755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:09 smithi138 ceph-mon[117003]: 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-07T05:47:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:09 smithi161 ceph-mon[116604]: from='client.61755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:09 smithi161 ceph-mon[116604]: 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-07T05:47:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:09 smithi028 ceph-mon[112123]: from='client.61755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:09 smithi028 ceph-mon[112123]: 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-07T05:47:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:12 smithi138 ceph-mon[117003]: 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-07T05:47:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:12 smithi161 ceph-mon[116604]: 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-07T05:47:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:12 smithi028 ceph-mon[112123]: 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-07T05:47:13.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:13.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:13.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:14 smithi138 ceph-mon[117003]: 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-07T05:47:14.383 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:14.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:14.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:14.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:14.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:14 smithi161 ceph-mon[116604]: 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-07T05:47:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:14 smithi028 ceph-mon[112123]: 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-07T05:47:15.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:15 smithi138 ceph-mon[117003]: from='client.61827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:15 smithi161 ceph-mon[116604]: from='client.61827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:15 smithi028 ceph-mon[112123]: from='client.61827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:16 smithi138 ceph-mon[117003]: pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:16 smithi161 ceph-mon[116604]: pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:16 smithi028 ceph-mon[112123]: pgmap v1819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:18 smithi138 ceph-mon[117003]: pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:18 smithi161 ceph-mon[116604]: pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:18 smithi028 ceph-mon[112123]: pgmap v1820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:19.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:19.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:19.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:20.161 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:20.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:20.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:20.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:20.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:20 smithi138 ceph-mon[117003]: pgmap v1821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:20 smithi161 ceph-mon[116604]: pgmap v1821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:20 smithi028 ceph-mon[112123]: pgmap v1821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:21.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:21 smithi138 ceph-mon[117003]: from='client.61905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:21 smithi161 ceph-mon[116604]: from='client.61905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:21 smithi028 ceph-mon[112123]: from='client.61905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:22 smithi138 ceph-mon[117003]: pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:22 smithi161 ceph-mon[116604]: pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:22 smithi028 ceph-mon[112123]: pgmap v1822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:24 smithi138 ceph-mon[117003]: pgmap v1823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:24 smithi161 ceph-mon[116604]: pgmap v1823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:24 smithi028 ceph-mon[112123]: pgmap v1823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:25.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:25.164 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:25.164 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:25.936 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:25.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:25.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:25.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:25.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:25 smithi138 ceph-mon[117003]: pgmap v1824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:25 smithi161 ceph-mon[116604]: pgmap v1824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:25 smithi028 ceph-mon[112123]: pgmap v1824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:26 smithi138 ceph-mon[117003]: from='client.61983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:26 smithi161 ceph-mon[116604]: from='client.61983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:27.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:26 smithi028 ceph-mon[112123]: from='client.61983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:27 smithi138 ceph-mon[117003]: 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-07T05:47:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:27 smithi161 ceph-mon[116604]: 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-07T05:47:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:27 smithi028 ceph-mon[112123]: 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-07T05:47:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:30 smithi138 ceph-mon[117003]: 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-07T05:47:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:30 smithi161 ceph-mon[116604]: 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-07T05:47:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:30 smithi028 ceph-mon[112123]: 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-07T05:47:30.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:30.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:30.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:31.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:31.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:31.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:31.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:31.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:32 smithi138 ceph-mon[117003]: 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-07T05:47:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:32 smithi161 ceph-mon[116604]: 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-07T05:47:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:32 smithi028 ceph-mon[112123]: 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-07T05:47:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:33 smithi138 ceph-mon[117003]: from='client.62061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:33 smithi161 ceph-mon[116604]: from='client.62061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:33 smithi028 ceph-mon[112123]: from='client.62061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:34 smithi138 ceph-mon[117003]: 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-07T05:47:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:34 smithi161 ceph-mon[116604]: 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-07T05:47:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:34 smithi028 ceph-mon[112123]: 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-07T05:47:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:35 smithi138 ceph-mon[117003]: pgmap v1829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:35 smithi161 ceph-mon[116604]: pgmap v1829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:35 smithi028 ceph-mon[112123]: pgmap v1829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:36.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:36.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:36.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:37.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:37.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:37.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:37.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:37.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:38 smithi138 ceph-mon[117003]: pgmap v1830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:38 smithi138 ceph-mon[117003]: from='client.62136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:38 smithi161 ceph-mon[116604]: pgmap v1830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:38 smithi161 ceph-mon[116604]: from='client.62136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:38 smithi028 ceph-mon[112123]: pgmap v1830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:38 smithi028 ceph-mon[112123]: from='client.62136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:40 smithi138 ceph-mon[117003]: pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:40 smithi161 ceph-mon[116604]: pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:40 smithi028 ceph-mon[112123]: pgmap v1831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:42 smithi138 ceph-mon[117003]: pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:42 smithi161 ceph-mon[116604]: pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:42 smithi028 ceph-mon[112123]: pgmap v1832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:42.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:42.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:42.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:43.260 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:43.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:43.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:43.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:43.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:44 smithi138 ceph-mon[117003]: from='client.62211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:44 smithi138 ceph-mon[117003]: pgmap v1833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:44 smithi161 ceph-mon[116604]: from='client.62211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:44 smithi161 ceph-mon[116604]: pgmap v1833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:44 smithi028 ceph-mon[112123]: from='client.62211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:44 smithi028 ceph-mon[112123]: pgmap v1833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:45 smithi138 ceph-mon[117003]: pgmap v1834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:45 smithi161 ceph-mon[116604]: pgmap v1834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:45 smithi028 ceph-mon[112123]: pgmap v1834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:47:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:48 smithi028 ceph-mon[112123]: 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-07T05:47:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:47:48.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:48.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:48.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:48 smithi138 ceph-mon[117003]: 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-07T05:47:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:47:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:48 smithi161 ceph-mon[116604]: 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-07T05:47:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:47:49.087 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:49.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:49.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:49.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:49.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: from='client.62286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:49 smithi161 ceph-mon[116604]: 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-07T05:47:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: from='client.62286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:49.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:49 smithi028 ceph-mon[112123]: 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-07T05:47:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: from='client.62286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:49 smithi138 ceph-mon[117003]: 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-07T05:47:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:47:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:47:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:47:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:47:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:47:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:47:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:47:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:51 smithi161 ceph-mon[116604]: pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:47:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:51 smithi028 ceph-mon[112123]: pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:47:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:51 smithi138 ceph-mon[117003]: pgmap v1837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:47:54.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:54.089 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:54.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:47:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:54 smithi138 ceph-mon[117003]: pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:47:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:54 smithi161 ceph-mon[116604]: pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:47:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:54 smithi028 ceph-mon[112123]: pgmap v1838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:47:54.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:47:54.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:47:54.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:47:54.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:47:54.857 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:47:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:55 smithi138 ceph-mon[117003]: from='client.62358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:55 smithi138 ceph-mon[117003]: pgmap v1839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:55 smithi161 ceph-mon[116604]: from='client.62358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:55 smithi161 ceph-mon[116604]: pgmap v1839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:55 smithi028 ceph-mon[112123]: from='client.62358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:47:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:55 smithi028 ceph-mon[112123]: pgmap v1839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:47:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:47:58 smithi138 ceph-mon[117003]: pgmap v1840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:47:58 smithi161 ceph-mon[116604]: pgmap v1840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:47:58 smithi028 ceph-mon[112123]: pgmap v1840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:47:59.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:47:59.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:47:59.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:00 smithi138 ceph-mon[117003]: pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:00 smithi161 ceph-mon[116604]: pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:00 smithi028 ceph-mon[112123]: pgmap v1841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:00.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:00.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:00.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:00.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:00.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:02 smithi138 ceph-mon[117003]: from='client.62436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:02 smithi138 ceph-mon[117003]: pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:02 smithi161 ceph-mon[116604]: from='client.62436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:02 smithi161 ceph-mon[116604]: pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:02 smithi028 ceph-mon[112123]: from='client.62436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:02 smithi028 ceph-mon[112123]: pgmap v1842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:04 smithi138 ceph-mon[117003]: pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:48:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:04 smithi161 ceph-mon[116604]: pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:48:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:04 smithi028 ceph-mon[112123]: pgmap v1843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:48:05.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:05.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:05.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:05 smithi138 ceph-mon[117003]: pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:48:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:05 smithi161 ceph-mon[116604]: pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:48:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:05 smithi028 ceph-mon[112123]: pgmap v1844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:48:06.405 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:06.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:06.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:06.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:06.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:06 smithi138 ceph-mon[117003]: from='client.62514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:07.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:06 smithi161 ceph-mon[116604]: from='client.62514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:07.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:06 smithi028 ceph-mon[112123]: from='client.62514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:08.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:07 smithi138 ceph-mon[117003]: 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-07T05:48:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:07 smithi161 ceph-mon[116604]: 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-07T05:48:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:07 smithi028 ceph-mon[112123]: 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-07T05:48:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:10 smithi138 ceph-mon[117003]: 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-07T05:48:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:10 smithi161 ceph-mon[116604]: 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-07T05:48:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:10 smithi028 ceph-mon[112123]: 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-07T05:48:11.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:11.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:11.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:12.176 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:12.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:12.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:12.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:12.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:12 smithi138 ceph-mon[117003]: 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-07T05:48:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:12 smithi161 ceph-mon[116604]: 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-07T05:48:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:12 smithi028 ceph-mon[112123]: 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-07T05:48:13.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:13 smithi138 ceph-mon[117003]: from='client.62592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:13 smithi161 ceph-mon[116604]: from='client.62592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:13 smithi028 ceph-mon[112123]: from='client.62592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:14 smithi138 ceph-mon[117003]: 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-07T05:48:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:14 smithi161 ceph-mon[116604]: 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-07T05:48:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:14 smithi028 ceph-mon[112123]: 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-07T05:48:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:15 smithi138 ceph-mon[117003]: pgmap v1849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:15 smithi161 ceph-mon[116604]: pgmap v1849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:15 smithi028 ceph-mon[112123]: pgmap v1849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:17.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:17.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:17.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:17.944 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:17.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:17.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:17.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:17.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:18 smithi138 ceph-mon[117003]: pgmap v1850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:18 smithi161 ceph-mon[116604]: pgmap v1850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:18 smithi028 ceph-mon[112123]: pgmap v1850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:19 smithi138 ceph-mon[117003]: from='client.62664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:19 smithi161 ceph-mon[116604]: from='client.62664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:19.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:19 smithi028 ceph-mon[112123]: from='client.62664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:20 smithi138 ceph-mon[117003]: pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:20 smithi161 ceph-mon[116604]: pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:20 smithi028 ceph-mon[112123]: pgmap v1851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:22 smithi138 ceph-mon[117003]: pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:22 smithi161 ceph-mon[116604]: pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:22 smithi028 ceph-mon[112123]: pgmap v1852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:22.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:22.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:22.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:23.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:23.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:23.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:23.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:23.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:24 smithi138 ceph-mon[117003]: pgmap v1853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:24 smithi161 ceph-mon[116604]: pgmap v1853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:24 smithi028 ceph-mon[112123]: pgmap v1853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:25.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:25 smithi138 ceph-mon[117003]: from='client.62742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:25 smithi161 ceph-mon[116604]: from='client.62742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:25 smithi028 ceph-mon[112123]: from='client.62742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:26 smithi138 ceph-mon[117003]: pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:26 smithi161 ceph-mon[116604]: pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:26 smithi028 ceph-mon[112123]: pgmap v1854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:28 smithi138 ceph-mon[117003]: 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-07T05:48:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:28 smithi161 ceph-mon[116604]: 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-07T05:48:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:28 smithi028 ceph-mon[112123]: 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-07T05:48:28.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:28.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:28.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:29.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:29.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:29.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:29.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:29.491 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:30 smithi138 ceph-mon[117003]: 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-07T05:48:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:30 smithi138 ceph-mon[117003]: from='client.62820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:30 smithi161 ceph-mon[116604]: 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-07T05:48:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:30 smithi161 ceph-mon[116604]: from='client.62820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:30 smithi028 ceph-mon[112123]: 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-07T05:48:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:30 smithi028 ceph-mon[112123]: from='client.62820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:32.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:32 smithi138 ceph-mon[117003]: pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:32 smithi161 ceph-mon[116604]: pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:32 smithi028 ceph-mon[112123]: pgmap v1857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:34 smithi138 ceph-mon[117003]: pgmap v1858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:34 smithi161 ceph-mon[116604]: pgmap v1858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:34 smithi028 ceph-mon[112123]: pgmap v1858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:34.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:34.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:34.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:35.265 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:35.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:35.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:35.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:35.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:35 smithi138 ceph-mon[117003]: from='client.62895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:35 smithi138 ceph-mon[117003]: pgmap v1859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:35 smithi161 ceph-mon[116604]: from='client.62895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:35 smithi161 ceph-mon[116604]: pgmap v1859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:35 smithi028 ceph-mon[112123]: from='client.62895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:35 smithi028 ceph-mon[112123]: pgmap v1859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:38 smithi138 ceph-mon[117003]: pgmap v1860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:38 smithi161 ceph-mon[116604]: pgmap v1860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:38 smithi028 ceph-mon[112123]: pgmap v1860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:40.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:40.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:40.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:40 smithi138 ceph-mon[117003]: pgmap v1861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:40 smithi161 ceph-mon[116604]: pgmap v1861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:40 smithi028 ceph-mon[112123]: pgmap v1861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:48:41.035 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:41.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:41.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:41.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:41.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:42 smithi138 ceph-mon[117003]: from='client.62970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:42 smithi138 ceph-mon[117003]: pgmap v1862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:42 smithi161 ceph-mon[116604]: from='client.62970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:42 smithi161 ceph-mon[116604]: pgmap v1862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:42 smithi028 ceph-mon[112123]: from='client.62970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:42 smithi028 ceph-mon[112123]: pgmap v1862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:44 smithi138 ceph-mon[117003]: 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-07T05:48:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:44 smithi161 ceph-mon[116604]: 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-07T05:48:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:44 smithi028 ceph-mon[112123]: 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-07T05:48:46.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:46.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:46.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:45 smithi138 ceph-mon[117003]: 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-07T05:48:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:45 smithi161 ceph-mon[116604]: 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-07T05:48:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:45 smithi028 ceph-mon[112123]: 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-07T05:48:46.813 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:46.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:46.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:46.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:46.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:48 smithi138 ceph-mon[117003]: from='client.63045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:48 smithi138 ceph-mon[117003]: 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-07T05:48:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:48 smithi161 ceph-mon[116604]: from='client.63045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:48 smithi161 ceph-mon[116604]: 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-07T05:48:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:48 smithi028 ceph-mon[112123]: from='client.63045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:48 smithi028 ceph-mon[112123]: 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-07T05:48:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:50 smithi138 ceph-mon[117003]: 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-07T05:48:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:48:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:48:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:48:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:48:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:50 smithi161 ceph-mon[116604]: 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-07T05:48:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:48:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:48:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:48:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:48:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:50 smithi028 ceph-mon[112123]: 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-07T05:48:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:48:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:48:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:48:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:48:51.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:51.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:51.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:52.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:52 smithi138 ceph-mon[117003]: pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:52 smithi161 ceph-mon[116604]: pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:52 smithi028 ceph-mon[112123]: pgmap v1867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:52.595 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:52.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:52.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:52.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:52.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:54 smithi138 ceph-mon[117003]: from='client.63117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:54.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:54 smithi138 ceph-mon[117003]: pgmap v1868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:54 smithi161 ceph-mon[116604]: from='client.63117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:54 smithi161 ceph-mon[116604]: pgmap v1868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:54 smithi028 ceph-mon[112123]: from='client.63117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:54 smithi028 ceph-mon[112123]: pgmap v1868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:55 smithi138 ceph-mon[117003]: pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:55 smithi161 ceph-mon[116604]: pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:55 smithi028 ceph-mon[112123]: pgmap v1869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:48:57.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:48:57.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:48:57.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:48:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:58 smithi138 ceph-mon[117003]: pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:58.363 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:48:58.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:48:58.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:48:58.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:48:58.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:48:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:58 smithi161 ceph-mon[116604]: pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:58 smithi028 ceph-mon[112123]: pgmap v1870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:48:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:48:59 smithi138 ceph-mon[117003]: from='client.63192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:59.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:48:59 smithi161 ceph-mon[116604]: from='client.63192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:48:59.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:48:59 smithi028 ceph-mon[112123]: from='client.63192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:00 smithi138 ceph-mon[117003]: pgmap v1871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:00 smithi161 ceph-mon[116604]: pgmap v1871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:00 smithi028 ceph-mon[112123]: pgmap v1871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:02 smithi138 ceph-mon[117003]: pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:02 smithi161 ceph-mon[116604]: pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:02 smithi028 ceph-mon[112123]: pgmap v1872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:03.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:03.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:03.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:04.148 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:04.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:04.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:04.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:04.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:04 smithi138 ceph-mon[117003]: pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:04 smithi161 ceph-mon[116604]: pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:04 smithi028 ceph-mon[112123]: pgmap v1873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:05.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:05 smithi138 ceph-mon[117003]: from='client.63267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:05 smithi161 ceph-mon[116604]: from='client.63267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:05 smithi028 ceph-mon[112123]: from='client.63267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:06 smithi161 ceph-mon[116604]: pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:49:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:06 smithi028 ceph-mon[112123]: pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:49:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:06 smithi138 ceph-mon[117003]: pgmap v1874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:49:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:08 smithi161 ceph-mon[116604]: pgmap v1875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:49:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:08 smithi028 ceph-mon[112123]: pgmap v1875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:49:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:08 smithi138 ceph-mon[117003]: pgmap v1875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:49:09.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:09.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:09.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:09.931 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:09.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:09.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:09.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:09.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:10 smithi161 ceph-mon[116604]: pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:49:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:10 smithi028 ceph-mon[112123]: pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:49:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:10 smithi138 ceph-mon[117003]: pgmap v1876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:49:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:11 smithi161 ceph-mon[116604]: from='client.63345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:11 smithi028 ceph-mon[112123]: from='client.63345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:11.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:11 smithi138 ceph-mon[117003]: from='client.63345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:12 smithi161 ceph-mon[116604]: pgmap v1877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:12 smithi028 ceph-mon[112123]: pgmap v1877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:12 smithi138 ceph-mon[117003]: pgmap v1877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:14 smithi161 ceph-mon[116604]: pgmap v1878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:14 smithi028 ceph-mon[112123]: pgmap v1878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:14 smithi138 ceph-mon[117003]: pgmap v1878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:14.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:14.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:14.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:15.703 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:15.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:15.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:15.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:15.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:16.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:15 smithi138 ceph-mon[117003]: pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:15 smithi161 ceph-mon[116604]: pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:15 smithi028 ceph-mon[112123]: pgmap v1879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:17.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:16 smithi138 ceph-mon[117003]: from='client.63420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:17.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:16 smithi161 ceph-mon[116604]: from='client.63420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:17.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:16 smithi028 ceph-mon[112123]: from='client.63420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:17 smithi138 ceph-mon[117003]: pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:49:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:17 smithi161 ceph-mon[116604]: pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:49:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:17 smithi028 ceph-mon[112123]: pgmap v1880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:49:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:20 smithi138 ceph-mon[117003]: pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:49:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:20 smithi161 ceph-mon[116604]: pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:49:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:20 smithi028 ceph-mon[112123]: pgmap v1881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:49:20.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:20.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:20.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:21.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:21.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:21.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:21.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:21.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:22 smithi138 ceph-mon[117003]: pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:49:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:22 smithi138 ceph-mon[117003]: from='client.63495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:22 smithi161 ceph-mon[116604]: pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:49:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:22 smithi161 ceph-mon[116604]: from='client.63495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:22 smithi028 ceph-mon[112123]: pgmap v1882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:49:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:22 smithi028 ceph-mon[112123]: from='client.63495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:24 smithi138 ceph-mon[117003]: 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-07T05:49:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:24 smithi161 ceph-mon[116604]: 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-07T05:49:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:24 smithi028 ceph-mon[112123]: 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-07T05:49:26.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:25 smithi138 ceph-mon[117003]: 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-07T05:49:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:25 smithi161 ceph-mon[116604]: 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-07T05:49:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:25 smithi028 ceph-mon[112123]: 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-07T05:49:26.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:26.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:26.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:27.241 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:27.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:27.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:27.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:27.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:28 smithi138 ceph-mon[117003]: from='client.63564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:28.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:28 smithi138 ceph-mon[117003]: 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-07T05:49:28.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:28 smithi161 ceph-mon[116604]: from='client.63564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:28.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:28 smithi161 ceph-mon[116604]: 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-07T05:49:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:28 smithi028 ceph-mon[112123]: from='client.63564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:28 smithi028 ceph-mon[112123]: 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-07T05:49:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:30 smithi138 ceph-mon[117003]: 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-07T05:49:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:30 smithi161 ceph-mon[116604]: 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-07T05:49:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:30 smithi028 ceph-mon[112123]: 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-07T05:49:32.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:32.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:32.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:32 smithi161 ceph-mon[116604]: pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:32 smithi028 ceph-mon[112123]: pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:32 smithi138 ceph-mon[117003]: pgmap v1887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:33.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:33.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:33.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:33.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:33.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:34 smithi161 ceph-mon[116604]: from='client.63633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:34 smithi161 ceph-mon[116604]: pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:34 smithi028 ceph-mon[112123]: from='client.63633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:34 smithi028 ceph-mon[112123]: pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:34 smithi138 ceph-mon[117003]: from='client.63633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:34 smithi138 ceph-mon[117003]: pgmap v1888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:35 smithi138 ceph-mon[117003]: pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:35 smithi161 ceph-mon[116604]: pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:35 smithi028 ceph-mon[112123]: pgmap v1889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:38.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:38.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:38.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:38 smithi138 ceph-mon[117003]: pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:38 smithi161 ceph-mon[116604]: pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:38 smithi028 ceph-mon[112123]: pgmap v1890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:38.799 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:38.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:38.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:38.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:38.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:40 smithi138 ceph-mon[117003]: from='client.63705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:40 smithi138 ceph-mon[117003]: pgmap v1891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:40 smithi161 ceph-mon[116604]: from='client.63705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:40 smithi161 ceph-mon[116604]: pgmap v1891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:40 smithi028 ceph-mon[112123]: from='client.63705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:40 smithi028 ceph-mon[112123]: pgmap v1891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:42 smithi138 ceph-mon[117003]: pgmap v1892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:42 smithi161 ceph-mon[116604]: pgmap v1892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:42 smithi028 ceph-mon[112123]: pgmap v1892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:49:43.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:43.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:43.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:44 smithi161 ceph-mon[116604]: pgmap v1893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:44 smithi028 ceph-mon[112123]: pgmap v1893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:44 smithi138 ceph-mon[117003]: pgmap v1893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:44.587 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:44.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:44.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:44.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:44.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:45 smithi138 ceph-mon[117003]: from='client.63780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:45 smithi138 ceph-mon[117003]: pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:45 smithi161 ceph-mon[116604]: from='client.63780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:45 smithi161 ceph-mon[116604]: pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:45 smithi028 ceph-mon[112123]: from='client.63780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:45 smithi028 ceph-mon[112123]: pgmap v1894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:48 smithi138 ceph-mon[117003]: pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:48 smithi161 ceph-mon[116604]: pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:48 smithi028 ceph-mon[112123]: pgmap v1895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:49.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:49.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:49.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:50 smithi138 ceph-mon[117003]: pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:50.397 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:50.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:50.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:50.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:50.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:50 smithi161 ceph-mon[116604]: pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:50 smithi028 ceph-mon[112123]: pgmap v1896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:51 smithi161 ceph-mon[116604]: from='client.63858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:49:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:49:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:49:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:49:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:51 smithi028 ceph-mon[112123]: from='client.63858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:49:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:49:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:49:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:49:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:51 smithi138 ceph-mon[117003]: from='client.63858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:49:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:49:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:49:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:49:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:52 smithi161 ceph-mon[116604]: pgmap v1897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:52 smithi028 ceph-mon[112123]: pgmap v1897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:52 smithi138 ceph-mon[117003]: pgmap v1897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:54 smithi161 ceph-mon[116604]: pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:54 smithi028 ceph-mon[112123]: pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:54 smithi138 ceph-mon[117003]: pgmap v1898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:49:55.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:49:55.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:49:55.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:49:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:55 smithi138 ceph-mon[117003]: pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:56.173 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:49:56.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:49:56.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:49:56.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:49:56.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:49:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:55 smithi161 ceph-mon[116604]: pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:55 smithi028 ceph-mon[112123]: pgmap v1899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:49:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:56 smithi138 ceph-mon[117003]: from='client.63936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:57.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:56 smithi161 ceph-mon[116604]: from='client.63936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:57.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:56 smithi028 ceph-mon[112123]: from='client.63936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:49:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:49:57 smithi161 ceph-mon[116604]: 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-07T05:49:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:49:57 smithi028 ceph-mon[112123]: 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-07T05:49:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:49:57 smithi138 ceph-mon[117003]: 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-07T05:50:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:00 smithi138 ceph-mon[117003]: 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-07T05:50:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T05:50:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:00 smithi161 ceph-mon[116604]: 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-07T05:50:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T05:50:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:00 smithi028 ceph-mon[112123]: 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-07T05:50:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T05:50:01.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:01.175 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:01.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:01.938 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:01.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:01.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:01.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:01.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:02 smithi161 ceph-mon[116604]: 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-07T05:50:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:02 smithi028 ceph-mon[112123]: 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-07T05:50:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:02 smithi138 ceph-mon[117003]: 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-07T05:50:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:03 smithi161 ceph-mon[116604]: from='client.64011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:03 smithi028 ceph-mon[112123]: from='client.64011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:03.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:03 smithi138 ceph-mon[117003]: from='client.64011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:04 smithi161 ceph-mon[116604]: 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-07T05:50:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:04 smithi028 ceph-mon[112123]: 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-07T05:50:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:04 smithi138 ceph-mon[117003]: 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-07T05:50:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:05 smithi138 ceph-mon[117003]: 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-07T05:50:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:05 smithi161 ceph-mon[116604]: 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-07T05:50:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:05 smithi028 ceph-mon[112123]: 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-07T05:50:06.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:06.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:06.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:07.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:07.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:07.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:07.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:07.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:08 smithi161 ceph-mon[116604]: 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-07T05:50:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:08 smithi028 ceph-mon[112123]: 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-07T05:50:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:08 smithi138 ceph-mon[117003]: 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-07T05:50:09.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:09 smithi161 ceph-mon[116604]: from='client.64089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:09.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:09 smithi028 ceph-mon[112123]: from='client.64089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:09.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:09 smithi138 ceph-mon[117003]: from='client.64089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:10 smithi161 ceph-mon[116604]: 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-07T05:50:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:10 smithi028 ceph-mon[112123]: 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-07T05:50:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:10 smithi138 ceph-mon[117003]: 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-07T05:50:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:12 smithi161 ceph-mon[116604]: pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:12 smithi028 ceph-mon[112123]: pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:12 smithi138 ceph-mon[117003]: pgmap v1907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:12.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:12.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:12.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:13.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:13.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:13.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:13.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:13.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:14 smithi161 ceph-mon[116604]: pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:14 smithi161 ceph-mon[116604]: from='client.64161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:14 smithi028 ceph-mon[112123]: pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:14 smithi028 ceph-mon[112123]: from='client.64161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:14 smithi138 ceph-mon[117003]: pgmap v1908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:14 smithi138 ceph-mon[117003]: from='client.64161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:15 smithi161 ceph-mon[116604]: pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:15 smithi028 ceph-mon[112123]: pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:15 smithi138 ceph-mon[117003]: pgmap v1909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:18 smithi161 ceph-mon[116604]: pgmap v1910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:18 smithi028 ceph-mon[112123]: pgmap v1910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:18.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:18.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:18.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:18 smithi138 ceph-mon[117003]: pgmap v1910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:19.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:19.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:19.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:19.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:19.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:20 smithi161 ceph-mon[116604]: from='client.64236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:20 smithi161 ceph-mon[116604]: pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:20 smithi028 ceph-mon[112123]: from='client.64236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:20 smithi028 ceph-mon[112123]: pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:20 smithi138 ceph-mon[117003]: from='client.64236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:20 smithi138 ceph-mon[117003]: pgmap v1911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:22 smithi161 ceph-mon[116604]: pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:50:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:22 smithi028 ceph-mon[112123]: pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:50:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:22 smithi138 ceph-mon[117003]: pgmap v1912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:50:24.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:24.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:24.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:24 smithi161 ceph-mon[116604]: pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:50:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:24 smithi028 ceph-mon[112123]: pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:50:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:24 smithi138 ceph-mon[117003]: pgmap v1913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:50:25.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:25.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:25.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:25.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:25.027 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:25 smithi161 ceph-mon[116604]: from='client.64314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:25 smithi161 ceph-mon[116604]: pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:25 smithi028 ceph-mon[112123]: from='client.64314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:25 smithi028 ceph-mon[112123]: pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:25 smithi138 ceph-mon[117003]: from='client.64314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:25 smithi138 ceph-mon[117003]: pgmap v1914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:28 smithi161 ceph-mon[116604]: pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:50:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:28 smithi028 ceph-mon[112123]: pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:50:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:28 smithi138 ceph-mon[117003]: pgmap v1915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:50:30.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:30.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:30.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:30 smithi161 ceph-mon[116604]: pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:50:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:30 smithi028 ceph-mon[112123]: pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:50:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:30 smithi138 ceph-mon[117003]: pgmap v1916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:50:30.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:30.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:30.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:30.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:30.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:32 smithi161 ceph-mon[116604]: from='client.64392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:32 smithi161 ceph-mon[116604]: pgmap v1917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:32 smithi028 ceph-mon[112123]: from='client.64392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:32 smithi028 ceph-mon[112123]: pgmap v1917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:32 smithi138 ceph-mon[117003]: from='client.64392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:32 smithi138 ceph-mon[117003]: pgmap v1917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:34 smithi161 ceph-mon[116604]: pgmap v1918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:50:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:34 smithi028 ceph-mon[112123]: pgmap v1918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:50:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:34 smithi138 ceph-mon[117003]: pgmap v1918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:50:35.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:35.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:35.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:35 smithi161 ceph-mon[116604]: pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:50:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:35 smithi028 ceph-mon[112123]: pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:50:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:35 smithi138 ceph-mon[117003]: pgmap v1919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:50:36.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:36.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:36.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:36.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:36.596 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:38 smithi161 ceph-mon[116604]: from='client.64461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:38 smithi161 ceph-mon[116604]: 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-07T05:50:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:38 smithi028 ceph-mon[112123]: from='client.64461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:38 smithi028 ceph-mon[112123]: 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-07T05:50:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:38 smithi138 ceph-mon[117003]: from='client.64461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:38 smithi138 ceph-mon[117003]: 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-07T05:50:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:40 smithi161 ceph-mon[116604]: 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-07T05:50:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:40 smithi028 ceph-mon[112123]: 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-07T05:50:40.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:40 smithi138 ceph-mon[117003]: 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-07T05:50:41.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:41.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:41.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:42.368 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:42.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:42.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:42.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:42.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:42 smithi161 ceph-mon[116604]: 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-07T05:50:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:42 smithi028 ceph-mon[112123]: 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-07T05:50:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:42 smithi138 ceph-mon[117003]: 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-07T05:50:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:43 smithi161 ceph-mon[116604]: from='client.64533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:43 smithi028 ceph-mon[112123]: from='client.64533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:43 smithi138 ceph-mon[117003]: from='client.64533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:44 smithi161 ceph-mon[116604]: 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-07T05:50:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:44 smithi028 ceph-mon[112123]: 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-07T05:50:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:44 smithi138 ceph-mon[117003]: 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-07T05:50:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:45 smithi161 ceph-mon[116604]: 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-07T05:50:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:45 smithi028 ceph-mon[112123]: 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-07T05:50:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:45 smithi138 ceph-mon[117003]: 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-07T05:50:47.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:47.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:47.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:48.148 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:48.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:48.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:48.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:48.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:48 smithi161 ceph-mon[116604]: 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-07T05:50:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:48 smithi028 ceph-mon[112123]: 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-07T05:50:48.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:48 smithi138 ceph-mon[117003]: 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-07T05:50:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:49 smithi161 ceph-mon[116604]: from='client.64608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:49 smithi028 ceph-mon[112123]: from='client.64608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:49.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:49 smithi138 ceph-mon[117003]: from='client.64608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:50 smithi161 ceph-mon[116604]: 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-07T05:50:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:50 smithi028 ceph-mon[112123]: 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-07T05:50:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:50 smithi138 ceph-mon[117003]: 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-07T05:50:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:50:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:50:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:50:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:52 smithi161 ceph-mon[116604]: pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:50:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:50:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:50:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:52 smithi028 ceph-mon[112123]: pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:50:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:50:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:50:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:52 smithi138 ceph-mon[117003]: pgmap v1927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:50:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:50:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:50:53.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:53.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:53.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:53.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:53.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:53.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:53.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:53.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:50:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:54 smithi161 ceph-mon[116604]: pgmap v1928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:54 smithi028 ceph-mon[112123]: pgmap v1928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:54 smithi138 ceph-mon[117003]: pgmap v1928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:55 smithi161 ceph-mon[116604]: from='client.64680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:55 smithi028 ceph-mon[112123]: from='client.64680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:55 smithi138 ceph-mon[117003]: from='client.64680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:50:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:56 smithi161 ceph-mon[116604]: pgmap v1929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:56 smithi028 ceph-mon[112123]: pgmap v1929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:56.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:56 smithi138 ceph-mon[117003]: pgmap v1929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:50:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:50:58 smithi161 ceph-mon[116604]: pgmap v1930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:50:58 smithi028 ceph-mon[112123]: pgmap v1930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:50:58 smithi138 ceph-mon[117003]: pgmap v1930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:50:58.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:50:58.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:50:58.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:50:59.681 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:50:59.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:50:59.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:50:59.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:50:59.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:00 smithi161 ceph-mon[116604]: pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:00 smithi028 ceph-mon[112123]: pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:00 smithi138 ceph-mon[117003]: pgmap v1931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:01 smithi161 ceph-mon[116604]: from='client.64755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:01 smithi028 ceph-mon[112123]: from='client.64755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:01 smithi138 ceph-mon[117003]: from='client.64755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:02 smithi161 ceph-mon[116604]: 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-07T05:51:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:02 smithi028 ceph-mon[112123]: 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-07T05:51:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:02 smithi138 ceph-mon[117003]: 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-07T05:51:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:04 smithi161 ceph-mon[116604]: pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:04 smithi028 ceph-mon[112123]: pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:04 smithi138 ceph-mon[117003]: pgmap v1933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:04.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:04.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:04.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:05.467 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:05.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:05.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:05.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:05.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:05 smithi161 ceph-mon[116604]: pgmap v1934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:05 smithi161 ceph-mon[116604]: from='client.64833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:05 smithi028 ceph-mon[112123]: pgmap v1934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:05 smithi028 ceph-mon[112123]: from='client.64833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:05 smithi138 ceph-mon[117003]: pgmap v1934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:05 smithi138 ceph-mon[117003]: from='client.64833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:08 smithi161 ceph-mon[116604]: pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:08 smithi028 ceph-mon[112123]: pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:08 smithi138 ceph-mon[117003]: pgmap v1935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:10 smithi161 ceph-mon[116604]: pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:10 smithi028 ceph-mon[112123]: pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:10.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:10.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:10.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:10 smithi138 ceph-mon[117003]: pgmap v1936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:11.230 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:11.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:11.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:11.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:11.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:12 smithi161 ceph-mon[116604]: from='client.64908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:12 smithi161 ceph-mon[116604]: pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:12 smithi028 ceph-mon[112123]: from='client.64908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:12 smithi028 ceph-mon[112123]: pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:12 smithi138 ceph-mon[117003]: from='client.64908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:12 smithi138 ceph-mon[117003]: pgmap v1937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:14 smithi161 ceph-mon[116604]: 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-07T05:51:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:14 smithi028 ceph-mon[112123]: 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-07T05:51:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:14 smithi138 ceph-mon[117003]: 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-07T05:51:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:15 smithi161 ceph-mon[116604]: 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-07T05:51:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:15 smithi028 ceph-mon[112123]: 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-07T05:51:16.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:16.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:16.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:15 smithi138 ceph-mon[117003]: 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-07T05:51:17.003 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:17.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:17.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:17.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:17.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:18 smithi161 ceph-mon[116604]: from='client.64983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:18 smithi161 ceph-mon[116604]: 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-07T05:51:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:18 smithi028 ceph-mon[112123]: from='client.64983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:18 smithi028 ceph-mon[112123]: 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-07T05:51:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:18 smithi138 ceph-mon[117003]: from='client.64983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:18 smithi138 ceph-mon[117003]: 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-07T05:51:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:20 smithi161 ceph-mon[116604]: 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-07T05:51:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:20 smithi028 ceph-mon[112123]: 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-07T05:51:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:20 smithi138 ceph-mon[117003]: 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-07T05:51:22.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:22.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:22.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:22 smithi161 ceph-mon[116604]: 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-07T05:51:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:22 smithi028 ceph-mon[112123]: 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-07T05:51:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:22 smithi138 ceph-mon[117003]: 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-07T05:51:22.768 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:22.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:22.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:22.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:22.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:24 smithi161 ceph-mon[116604]: from='client.65058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:24 smithi161 ceph-mon[116604]: 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-07T05:51:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:24 smithi028 ceph-mon[112123]: from='client.65058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:24 smithi028 ceph-mon[112123]: 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-07T05:51:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:24 smithi138 ceph-mon[117003]: from='client.65058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:24 smithi138 ceph-mon[117003]: 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-07T05:51:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:25 smithi161 ceph-mon[116604]: 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-07T05:51:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:25 smithi028 ceph-mon[112123]: 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-07T05:51:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:25 smithi138 ceph-mon[117003]: 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-07T05:51:27.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:27.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:27.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:28 smithi161 ceph-mon[116604]: 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-07T05:51:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:28 smithi028 ceph-mon[112123]: 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-07T05:51:28.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:28.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:28.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:28.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:28.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:28 smithi138 ceph-mon[117003]: 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-07T05:51:29.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:29 smithi161 ceph-mon[116604]: from='client.65130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:29.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:29 smithi028 ceph-mon[112123]: from='client.65130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:29 smithi138 ceph-mon[117003]: from='client.65130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:30 smithi161 ceph-mon[116604]: 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-07T05:51:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:30 smithi028 ceph-mon[112123]: 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-07T05:51:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:30 smithi138 ceph-mon[117003]: 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-07T05:51:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:32 smithi161 ceph-mon[116604]: pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:51:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:32 smithi028 ceph-mon[112123]: pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:51:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:32 smithi138 ceph-mon[117003]: pgmap v1947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:51:33.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:33.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:33.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:34.303 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:34.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:34.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:34.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:34.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:34 smithi161 ceph-mon[116604]: pgmap v1948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:34 smithi028 ceph-mon[112123]: pgmap v1948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:34 smithi138 ceph-mon[117003]: pgmap v1948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:35 smithi161 ceph-mon[116604]: from='client.65208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:35 smithi028 ceph-mon[112123]: from='client.65208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:35 smithi138 ceph-mon[117003]: from='client.65208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:36 smithi161 ceph-mon[116604]: pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:51:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:36 smithi028 ceph-mon[112123]: pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:51:36.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:36 smithi138 ceph-mon[117003]: pgmap v1949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:51:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:38 smithi161 ceph-mon[116604]: pgmap v1950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:51:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:38 smithi028 ceph-mon[112123]: pgmap v1950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:51:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:38 smithi138 ceph-mon[117003]: pgmap v1950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:51:39.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:39.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:39.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:40.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:40.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:40.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:40.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:40.073 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:40 smithi161 ceph-mon[116604]: pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:51:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:40 smithi028 ceph-mon[112123]: pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:51:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:40 smithi138 ceph-mon[117003]: pgmap v1951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:51:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:41 smithi161 ceph-mon[116604]: from='client.65280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:41 smithi028 ceph-mon[112123]: from='client.65280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:41.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:41 smithi138 ceph-mon[117003]: from='client.65280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:42 smithi161 ceph-mon[116604]: 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-07T05:51:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:42 smithi028 ceph-mon[112123]: 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-07T05:51:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:42 smithi138 ceph-mon[117003]: 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-07T05:51:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:44 smithi161 ceph-mon[116604]: pgmap v1953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:44 smithi028 ceph-mon[112123]: pgmap v1953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:44 smithi138 ceph-mon[117003]: pgmap v1953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:51:45.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:45.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:45.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:45.832 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:45.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:45.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:45.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:45.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:45 smithi161 ceph-mon[116604]: pgmap v1954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:45 smithi028 ceph-mon[112123]: pgmap v1954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:45 smithi138 ceph-mon[117003]: pgmap v1954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:51:47.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:46 smithi161 ceph-mon[116604]: from='client.65358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:47.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:46 smithi028 ceph-mon[112123]: from='client.65358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:46 smithi138 ceph-mon[117003]: from='client.65358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:47 smithi161 ceph-mon[116604]: pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:51:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:47 smithi028 ceph-mon[112123]: pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:51:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:47 smithi138 ceph-mon[117003]: pgmap v1955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:51:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:50 smithi161 ceph-mon[116604]: pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:51:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:50 smithi028 ceph-mon[112123]: pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:51:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:50 smithi138 ceph-mon[117003]: pgmap v1956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:51:50.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:50.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:50.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:51.603 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:51.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:51.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:51.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:51.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:52 smithi161 ceph-mon[116604]: pgmap v1957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:51:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:51:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:52 smithi028 ceph-mon[112123]: pgmap v1957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:51:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:51:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:52 smithi138 ceph-mon[117003]: pgmap v1957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:51:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:51:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:53 smithi161 ceph-mon[116604]: from='client.65433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:51:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:51:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:51:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:53 smithi028 ceph-mon[112123]: from='client.65433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:51:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:51:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:51:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:53 smithi138 ceph-mon[117003]: from='client.65433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:51:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:51:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:51:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:54 smithi161 ceph-mon[116604]: 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-07T05:51:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:54 smithi028 ceph-mon[112123]: 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-07T05:51:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:54 smithi138 ceph-mon[117003]: 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-07T05:51:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:55 smithi161 ceph-mon[116604]: 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-07T05:51:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:55 smithi028 ceph-mon[112123]: 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-07T05:51:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:55 smithi138 ceph-mon[117003]: 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-07T05:51:56.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:51:56.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:51:56.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:51:57.372 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:51:57.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:51:57.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:51:57.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:51:57.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:51:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:58 smithi161 ceph-mon[116604]: from='client.65508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:51:58 smithi161 ceph-mon[116604]: 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-07T05:51:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:58 smithi028 ceph-mon[112123]: from='client.65508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:51:58 smithi028 ceph-mon[112123]: 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-07T05:51:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:58 smithi138 ceph-mon[117003]: from='client.65508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:51:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:51:58 smithi138 ceph-mon[117003]: 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-07T05:52:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:00 smithi161 ceph-mon[116604]: 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-07T05:52:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:00 smithi028 ceph-mon[112123]: 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-07T05:52:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:00 smithi138 ceph-mon[117003]: 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-07T05:52:02.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:02.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:02.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:02 smithi161 ceph-mon[116604]: 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-07T05:52:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:02 smithi028 ceph-mon[112123]: 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-07T05:52:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:02 smithi138 ceph-mon[117003]: 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-07T05:52:03.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:03.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:03.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:03.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:03.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:04 smithi161 ceph-mon[116604]: from='client.65583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:04 smithi161 ceph-mon[116604]: 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-07T05:52:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:04 smithi028 ceph-mon[112123]: from='client.65583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:04 smithi028 ceph-mon[112123]: 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-07T05:52:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:04 smithi138 ceph-mon[117003]: from='client.65583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:04 smithi138 ceph-mon[117003]: 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-07T05:52:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:05 smithi161 ceph-mon[116604]: 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-07T05:52:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:05 smithi028 ceph-mon[112123]: 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-07T05:52:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:05 smithi138 ceph-mon[117003]: 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-07T05:52:08.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:08.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:08.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:08 smithi161 ceph-mon[116604]: 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-07T05:52:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:08 smithi028 ceph-mon[112123]: 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-07T05:52:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:08 smithi138 ceph-mon[117003]: 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-07T05:52:08.915 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:08.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:08.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:08.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:08.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:10 smithi161 ceph-mon[116604]: from='client.65661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:10 smithi161 ceph-mon[116604]: 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-07T05:52:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:10 smithi028 ceph-mon[112123]: from='client.65661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:10 smithi028 ceph-mon[112123]: 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-07T05:52:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:10 smithi138 ceph-mon[117003]: from='client.65661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:10 smithi138 ceph-mon[117003]: 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-07T05:52:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:12 smithi161 ceph-mon[116604]: pgmap v1967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:52:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:12 smithi028 ceph-mon[112123]: pgmap v1967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:52:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:12 smithi138 ceph-mon[117003]: pgmap v1967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:52:13.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:13.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:13.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:14 smithi161 ceph-mon[116604]: pgmap v1968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:52:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:14 smithi028 ceph-mon[112123]: pgmap v1968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:52:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:14 smithi138 ceph-mon[117003]: pgmap v1968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:52:14.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:14.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:14.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:14.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:14.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:15 smithi161 ceph-mon[116604]: from='client.65733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:15 smithi161 ceph-mon[116604]: 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-07T05:52:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:15 smithi028 ceph-mon[112123]: from='client.65733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:15 smithi028 ceph-mon[112123]: 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-07T05:52:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:15 smithi138 ceph-mon[117003]: from='client.65733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:15 smithi138 ceph-mon[117003]: 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-07T05:52:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:18 smithi161 ceph-mon[116604]: 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-07T05:52:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:18 smithi028 ceph-mon[112123]: 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-07T05:52:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:18 smithi138 ceph-mon[117003]: 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-07T05:52:19.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:19.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:19.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:20 smithi161 ceph-mon[116604]: 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-07T05:52:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:20 smithi028 ceph-mon[112123]: 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-07T05:52:20.470 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:20.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:20.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:20.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:20.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:20 smithi138 ceph-mon[117003]: 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-07T05:52:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:21 smithi161 ceph-mon[116604]: from='client.65808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:21 smithi028 ceph-mon[112123]: from='client.65808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:21 smithi138 ceph-mon[117003]: from='client.65808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:22 smithi161 ceph-mon[116604]: 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-07T05:52:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:22 smithi028 ceph-mon[112123]: 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-07T05:52:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:22 smithi138 ceph-mon[117003]: 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-07T05:52:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:24 smithi161 ceph-mon[116604]: pgmap v1973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:52:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:24 smithi028 ceph-mon[112123]: pgmap v1973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:52:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:24 smithi138 ceph-mon[117003]: pgmap v1973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:52:25.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:25.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:25.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:25 smithi161 ceph-mon[116604]: pgmap v1974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:52:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:25 smithi028 ceph-mon[112123]: pgmap v1974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:52:26.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:26.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:26.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:26.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:26.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:25 smithi138 ceph-mon[117003]: pgmap v1974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:52:27.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:26 smithi161 ceph-mon[116604]: from='client.65886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:27.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:26 smithi028 ceph-mon[112123]: from='client.65886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:27.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:26 smithi138 ceph-mon[117003]: from='client.65886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:27 smithi161 ceph-mon[116604]: 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-07T05:52:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:27 smithi028 ceph-mon[112123]: 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-07T05:52:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:27 smithi138 ceph-mon[117003]: 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-07T05:52:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:30 smithi161 ceph-mon[116604]: 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-07T05:52:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:30 smithi028 ceph-mon[112123]: 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-07T05:52:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:30 smithi138 ceph-mon[117003]: 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-07T05:52:31.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:31.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:31.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:32.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:32.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:32.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:32.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:32.029 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:32 smithi161 ceph-mon[116604]: 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-07T05:52:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:32 smithi028 ceph-mon[112123]: 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-07T05:52:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:32 smithi138 ceph-mon[117003]: 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-07T05:52:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:33 smithi161 ceph-mon[116604]: from='client.65964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:33 smithi028 ceph-mon[112123]: from='client.65964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:33.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:33 smithi138 ceph-mon[117003]: from='client.65964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:34 smithi161 ceph-mon[116604]: 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-07T05:52:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:34 smithi028 ceph-mon[112123]: 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-07T05:52:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:34 smithi138 ceph-mon[117003]: 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-07T05:52:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:35 smithi161 ceph-mon[116604]: 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-07T05:52:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:35 smithi028 ceph-mon[112123]: 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-07T05:52:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:35 smithi138 ceph-mon[117003]: 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-07T05:52:37.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:37.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:37.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:37.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:37.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:37.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:37.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:37.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:38 smithi161 ceph-mon[116604]: 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-07T05:52:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:38 smithi028 ceph-mon[112123]: 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-07T05:52:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:38 smithi138 ceph-mon[117003]: 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-07T05:52:39.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:39 smithi161 ceph-mon[116604]: from='client.66042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:39.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:39 smithi028 ceph-mon[112123]: from='client.66042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:39.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:39 smithi138 ceph-mon[117003]: from='client.66042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:40 smithi161 ceph-mon[116604]: 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-07T05:52:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:40 smithi028 ceph-mon[112123]: 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-07T05:52:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:40 smithi138 ceph-mon[117003]: 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-07T05:52:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:42 smithi161 ceph-mon[116604]: 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-07T05:52:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:42 smithi028 ceph-mon[112123]: 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-07T05:52:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:42 smithi138 ceph-mon[117003]: 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-07T05:52:42.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:42.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:42.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:43.570 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:43.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:43.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:43.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:43.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:44 smithi161 ceph-mon[116604]: 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-07T05:52:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:44 smithi028 ceph-mon[112123]: 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-07T05:52:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:44 smithi138 ceph-mon[117003]: 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-07T05:52:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:45 smithi161 ceph-mon[116604]: from='client.66117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:45 smithi028 ceph-mon[112123]: from='client.66117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:45.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:45 smithi138 ceph-mon[117003]: from='client.66117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:46 smithi161 ceph-mon[116604]: 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-07T05:52:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:46 smithi028 ceph-mon[112123]: 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-07T05:52:46.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:46 smithi138 ceph-mon[117003]: 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-07T05:52:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:48 smithi161 ceph-mon[116604]: 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-07T05:52:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:48 smithi028 ceph-mon[112123]: 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-07T05:52:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:48 smithi138 ceph-mon[117003]: 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-07T05:52:48.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:48.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:48.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:49.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:49.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:49.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:49.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:49.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:50 smithi161 ceph-mon[116604]: from='client.66195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:50 smithi161 ceph-mon[116604]: 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-07T05:52:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:50 smithi028 ceph-mon[112123]: from='client.66195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:50 smithi028 ceph-mon[112123]: 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-07T05:52:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:50 smithi138 ceph-mon[117003]: from='client.66195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:50 smithi138 ceph-mon[117003]: 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-07T05:52:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:52 smithi161 ceph-mon[116604]: pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:52:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:52 smithi028 ceph-mon[112123]: pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:52:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:52 smithi138 ceph-mon[117003]: pgmap v1987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:52:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:52:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:52:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:52:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:52:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:52:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:52:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:52:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:52:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:52:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:52:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:52:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:52:54.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:52:54.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:52:54.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:52:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:54 smithi161 ceph-mon[116604]: pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:52:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:54 smithi028 ceph-mon[112123]: pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:52:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:54 smithi138 ceph-mon[117003]: pgmap v1988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:52:55.095 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:52:55.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:52:55.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:52:55.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:52:55.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:52:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:55 smithi161 ceph-mon[116604]: from='client.66270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:55 smithi161 ceph-mon[116604]: 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-07T05:52:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:55 smithi028 ceph-mon[112123]: from='client.66270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:55 smithi028 ceph-mon[112123]: 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-07T05:52:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:55 smithi138 ceph-mon[117003]: from='client.66270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:52:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:55 smithi138 ceph-mon[117003]: 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-07T05:52:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:52:58 smithi161 ceph-mon[116604]: 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-07T05:52:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:52:58 smithi028 ceph-mon[112123]: 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-07T05:52:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:52:58 smithi138 ceph-mon[117003]: 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-07T05:53:00.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:00.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:00.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:00 smithi161 ceph-mon[116604]: 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-07T05:53:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:00 smithi028 ceph-mon[112123]: 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-07T05:53:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:00 smithi138 ceph-mon[117003]: 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-07T05:53:00.878 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:00.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:00.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:00.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:00.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:02 smithi161 ceph-mon[116604]: from='client.66345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:02 smithi161 ceph-mon[116604]: 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-07T05:53:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:02 smithi028 ceph-mon[112123]: from='client.66345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:02 smithi028 ceph-mon[112123]: 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-07T05:53:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:02 smithi138 ceph-mon[117003]: from='client.66345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:02 smithi138 ceph-mon[117003]: 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-07T05:53:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:04 smithi161 ceph-mon[116604]: pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:53:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:04 smithi028 ceph-mon[112123]: pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:53:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:04 smithi138 ceph-mon[117003]: pgmap v1993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:53:05.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:05.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:05.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:05 smithi161 ceph-mon[116604]: pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:53:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:05 smithi028 ceph-mon[112123]: pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:53:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:05 smithi138 ceph-mon[117003]: pgmap v1994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:53:06.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:06.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:06.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:06.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:06.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:08 smithi161 ceph-mon[116604]: from='client.66420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:08 smithi161 ceph-mon[116604]: 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-07T05:53:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:08 smithi028 ceph-mon[112123]: from='client.66420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:08 smithi028 ceph-mon[112123]: 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-07T05:53:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:08 smithi138 ceph-mon[117003]: from='client.66420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:08 smithi138 ceph-mon[117003]: 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-07T05:53:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:10 smithi161 ceph-mon[116604]: 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-07T05:53:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:10 smithi028 ceph-mon[112123]: 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-07T05:53:10.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:10 smithi138 ceph-mon[117003]: 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-07T05:53:11.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:11.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:11.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:12.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:12.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:12.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:12.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:12.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:12 smithi161 ceph-mon[116604]: 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-07T05:53:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:12 smithi028 ceph-mon[112123]: 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-07T05:53:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:12 smithi138 ceph-mon[117003]: 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-07T05:53:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:13 smithi161 ceph-mon[116604]: from='client.66492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:13 smithi028 ceph-mon[112123]: from='client.66492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:13.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:13 smithi138 ceph-mon[117003]: from='client.66492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:14 smithi161 ceph-mon[116604]: 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-07T05:53:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:14 smithi028 ceph-mon[112123]: 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-07T05:53:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:14 smithi138 ceph-mon[117003]: 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-07T05:53:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:15 smithi161 ceph-mon[116604]: 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-07T05:53:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:15 smithi028 ceph-mon[112123]: 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-07T05:53:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:15 smithi138 ceph-mon[117003]: 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-07T05:53:17.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:17.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:17.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:18.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:18.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:18.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:18.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:18.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:18 smithi161 ceph-mon[116604]: 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-07T05:53:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:18 smithi028 ceph-mon[112123]: 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-07T05:53:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:18 smithi138 ceph-mon[117003]: 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-07T05:53:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:19 smithi161 ceph-mon[116604]: from='client.66570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:19.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:19 smithi028 ceph-mon[112123]: from='client.66570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:19 smithi138 ceph-mon[117003]: from='client.66570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:20 smithi161 ceph-mon[116604]: 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-07T05:53:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:20 smithi028 ceph-mon[112123]: 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-07T05:53:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:20 smithi138 ceph-mon[117003]: 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-07T05:53:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:22 smithi161 ceph-mon[116604]: 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-07T05:53:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:22 smithi028 ceph-mon[112123]: 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-07T05:53:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:22 smithi138 ceph-mon[117003]: 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-07T05:53:23.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:23.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:23.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:23.957 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:23.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:23.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:23.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:23.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:24 smithi161 ceph-mon[116604]: 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-07T05:53:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:24 smithi028 ceph-mon[112123]: 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-07T05:53:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:24 smithi138 ceph-mon[117003]: 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-07T05:53:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:25 smithi161 ceph-mon[116604]: from='client.66642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:25 smithi028 ceph-mon[112123]: from='client.66642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:25 smithi138 ceph-mon[117003]: from='client.66642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:26 smithi161 ceph-mon[116604]: 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-07T05:53:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:26 smithi028 ceph-mon[112123]: 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-07T05:53:26.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:26 smithi138 ceph-mon[117003]: 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-07T05:53:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:28 smithi161 ceph-mon[116604]: 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-07T05:53:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:28 smithi028 ceph-mon[112123]: 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-07T05:53:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:28 smithi138 ceph-mon[117003]: 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-07T05:53:28.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:28.959 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:28.959 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:29.723 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:29.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:29.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:29.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:29.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:30 smithi161 ceph-mon[116604]: 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-07T05:53:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:30 smithi028 ceph-mon[112123]: 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-07T05:53:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:30 smithi138 ceph-mon[117003]: 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-07T05:53:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:31 smithi161 ceph-mon[116604]: from='client.66720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:31 smithi028 ceph-mon[112123]: from='client.66720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:31 smithi138 ceph-mon[117003]: from='client.66720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:32 smithi161 ceph-mon[116604]: 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-07T05:53:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:32 smithi028 ceph-mon[112123]: 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-07T05:53:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:32 smithi138 ceph-mon[117003]: 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-07T05:53:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:34 smithi161 ceph-mon[116604]: 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-07T05:53:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:34 smithi028 ceph-mon[112123]: 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-07T05:53:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:34 smithi138 ceph-mon[117003]: 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-07T05:53:34.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:34.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:34.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:35.496 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:35.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:35.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:35.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:35.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:35 smithi161 ceph-mon[116604]: 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-07T05:53:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:35 smithi161 ceph-mon[116604]: from='client.66795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:35 smithi028 ceph-mon[112123]: 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-07T05:53:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:35 smithi028 ceph-mon[112123]: from='client.66795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:35 smithi138 ceph-mon[117003]: 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-07T05:53:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:35 smithi138 ceph-mon[117003]: from='client.66795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:38 smithi161 ceph-mon[116604]: 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-07T05:53:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:38 smithi028 ceph-mon[112123]: 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-07T05:53:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:38 smithi138 ceph-mon[117003]: 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-07T05:53:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:40 smithi161 ceph-mon[116604]: 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-07T05:53:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:40 smithi028 ceph-mon[112123]: 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-07T05:53:40.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:40.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:40.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:40 smithi138 ceph-mon[117003]: 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-07T05:53:41.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:41.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:41.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:41.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:41.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:42 smithi161 ceph-mon[116604]: from='client.66870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:42 smithi161 ceph-mon[116604]: 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-07T05:53:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:42 smithi028 ceph-mon[112123]: from='client.66870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:42 smithi028 ceph-mon[112123]: 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-07T05:53:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:42 smithi138 ceph-mon[117003]: from='client.66870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:42 smithi138 ceph-mon[117003]: 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-07T05:53:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:44 smithi161 ceph-mon[116604]: 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-07T05:53:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:44 smithi028 ceph-mon[112123]: 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-07T05:53:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:44 smithi138 ceph-mon[117003]: 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-07T05:53:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:45 smithi161 ceph-mon[116604]: 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-07T05:53:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:45 smithi028 ceph-mon[112123]: 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-07T05:53:46.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:46.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:46.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:45 smithi138 ceph-mon[117003]: 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-07T05:53:47.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:47.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:47.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:47.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:47.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:48 smithi161 ceph-mon[116604]: from='client.66948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:48 smithi161 ceph-mon[116604]: 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-07T05:53:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:48 smithi028 ceph-mon[112123]: from='client.66948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:48 smithi028 ceph-mon[112123]: 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-07T05:53:48.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:48 smithi138 ceph-mon[117003]: from='client.66948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:48 smithi138 ceph-mon[117003]: 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-07T05:53:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:50 smithi161 ceph-mon[116604]: 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-07T05:53:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:50 smithi028 ceph-mon[112123]: 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-07T05:53:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:50 smithi138 ceph-mon[117003]: 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-07T05:53:52.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:52.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:52.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:52 smithi161 ceph-mon[116604]: 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-07T05:53:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:52 smithi028 ceph-mon[112123]: 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-07T05:53:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:52 smithi138 ceph-mon[117003]: 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-07T05:53:52.812 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:53:52.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:52.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:52.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:52.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:53:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:53:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:53:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:54 smithi161 ceph-mon[116604]: from='client.67026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:54 smithi161 ceph-mon[116604]: 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-07T05:53:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:53:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:53:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:53:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:54 smithi028 ceph-mon[112123]: from='client.67026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:54 smithi028 ceph-mon[112123]: 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-07T05:53:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:53:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:53:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:53:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:54 smithi138 ceph-mon[117003]: from='client.67026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:53:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:54 smithi138 ceph-mon[117003]: 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-07T05:53:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:53:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:53:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:53:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:55 smithi161 ceph-mon[116604]: 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-07T05:53:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:55 smithi028 ceph-mon[112123]: 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-07T05:53:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:55 smithi138 ceph-mon[117003]: 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-07T05:53:57.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:53:57.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:53:57.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:53:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:53:58 smithi161 ceph-mon[116604]: 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-07T05:53:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:53:58 smithi028 ceph-mon[112123]: 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-07T05:53:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:53:58 smithi138 ceph-mon[117003]: 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-07T05:53:58.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:53:58.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:53:58.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:53:58.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:53:58.580 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:00 smithi161 ceph-mon[116604]: from='client.67101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:00 smithi161 ceph-mon[116604]: 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-07T05:54:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:00 smithi028 ceph-mon[112123]: from='client.67101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:00 smithi028 ceph-mon[112123]: 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-07T05:54:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:00 smithi138 ceph-mon[117003]: from='client.67101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:00 smithi138 ceph-mon[117003]: 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-07T05:54:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:02 smithi161 ceph-mon[116604]: 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-07T05:54:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:02 smithi028 ceph-mon[112123]: 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-07T05:54:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:02 smithi138 ceph-mon[117003]: 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-07T05:54:03.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:03.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:03.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:04.349 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:04.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:04.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:04.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:04.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:04 smithi161 ceph-mon[116604]: 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-07T05:54:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:04 smithi028 ceph-mon[112123]: 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-07T05:54:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:04 smithi138 ceph-mon[117003]: 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-07T05:54:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:05 smithi161 ceph-mon[116604]: from='client.67179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:05 smithi028 ceph-mon[112123]: from='client.67179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:05.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:05 smithi138 ceph-mon[117003]: from='client.67179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:06 smithi161 ceph-mon[116604]: pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:54:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:06 smithi028 ceph-mon[112123]: pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:54:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:06 smithi138 ceph-mon[117003]: pgmap v2024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:54:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:08 smithi161 ceph-mon[116604]: pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:54:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:08 smithi028 ceph-mon[112123]: pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:54:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:08 smithi138 ceph-mon[117003]: pgmap v2025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:54:09.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:09.350 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:09.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:10.119 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:10.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:10.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:10.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:10.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:10 smithi161 ceph-mon[116604]: pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:54:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:10 smithi028 ceph-mon[112123]: pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:54:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:10 smithi138 ceph-mon[117003]: pgmap v2026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:54:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:11 smithi161 ceph-mon[116604]: from='client.67254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:11 smithi028 ceph-mon[112123]: from='client.67254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:11.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:11 smithi138 ceph-mon[117003]: from='client.67254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:12 smithi161 ceph-mon[116604]: 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-07T05:54:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:12 smithi028 ceph-mon[112123]: 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-07T05:54:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:12 smithi138 ceph-mon[117003]: 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-07T05:54:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:14 smithi161 ceph-mon[116604]: 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-07T05:54:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:14 smithi028 ceph-mon[112123]: 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-07T05:54:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:14 smithi138 ceph-mon[117003]: 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-07T05:54:15.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:15.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:15.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:15.889 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:15.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:15.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:15.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:15.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:15 smithi161 ceph-mon[116604]: 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-07T05:54:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:15 smithi028 ceph-mon[112123]: 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-07T05:54:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:15 smithi138 ceph-mon[117003]: 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-07T05:54:17.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:16 smithi161 ceph-mon[116604]: from='client.67329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:17.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:16 smithi028 ceph-mon[112123]: from='client.67329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:17.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:16 smithi138 ceph-mon[117003]: from='client.67329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:17 smithi161 ceph-mon[116604]: pgmap v2030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:54:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:17 smithi028 ceph-mon[112123]: pgmap v2030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:54:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:17 smithi138 ceph-mon[117003]: pgmap v2030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:54:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:20 smithi161 ceph-mon[116604]: pgmap v2031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:54:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:20 smithi028 ceph-mon[112123]: pgmap v2031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:54:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:20 smithi138 ceph-mon[117003]: pgmap v2031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:54:20.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:20.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:20.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:21.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:21.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:21.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:21.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:21.662 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:22 smithi161 ceph-mon[116604]: pgmap v2032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:54:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:22 smithi028 ceph-mon[112123]: pgmap v2032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:54:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:22 smithi138 ceph-mon[117003]: pgmap v2032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:54:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:23 smithi161 ceph-mon[116604]: from='client.67404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:23 smithi028 ceph-mon[112123]: from='client.67404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:23.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:23 smithi138 ceph-mon[117003]: from='client.67404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:24 smithi161 ceph-mon[116604]: 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-07T05:54:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:24 smithi028 ceph-mon[112123]: 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-07T05:54:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:24 smithi138 ceph-mon[117003]: 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-07T05:54:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:25 smithi161 ceph-mon[116604]: 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-07T05:54:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:25 smithi028 ceph-mon[112123]: 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-07T05:54:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:25 smithi138 ceph-mon[117003]: 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-07T05:54:26.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:26.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:26.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:27.427 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:27.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:27.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:27.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:27.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:28 smithi161 ceph-mon[116604]: from='client.67482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:28 smithi161 ceph-mon[116604]: 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-07T05:54:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:28 smithi028 ceph-mon[112123]: from='client.67482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:28 smithi028 ceph-mon[112123]: 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-07T05:54:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:28 smithi138 ceph-mon[117003]: from='client.67482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:28 smithi138 ceph-mon[117003]: 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-07T05:54:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:30 smithi161 ceph-mon[116604]: 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-07T05:54:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:30 smithi028 ceph-mon[112123]: 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-07T05:54:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:30 smithi138 ceph-mon[117003]: 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-07T05:54:32.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:32.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:32.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:32 smithi161 ceph-mon[116604]: 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-07T05:54:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:32 smithi028 ceph-mon[112123]: 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-07T05:54:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:32 smithi138 ceph-mon[117003]: 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-07T05:54:33.209 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:33.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:33.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:33.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:33.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:34 smithi161 ceph-mon[116604]: from='client.67554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:34 smithi161 ceph-mon[116604]: 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-07T05:54:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:34 smithi028 ceph-mon[112123]: from='client.67554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:34 smithi028 ceph-mon[112123]: 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-07T05:54:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:34 smithi138 ceph-mon[117003]: from='client.67554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:34 smithi138 ceph-mon[117003]: 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-07T05:54:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:35 smithi161 ceph-mon[116604]: 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-07T05:54:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:35 smithi028 ceph-mon[112123]: 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-07T05:54:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:35 smithi138 ceph-mon[117003]: 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-07T05:54:38.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:38.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:38.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:38 smithi161 ceph-mon[116604]: 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-07T05:54:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:38 smithi028 ceph-mon[112123]: 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-07T05:54:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:38 smithi138 ceph-mon[117003]: 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-07T05:54:38.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:38.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:38.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:38.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:38.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:40 smithi161 ceph-mon[116604]: from='client.67629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:40 smithi161 ceph-mon[116604]: 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-07T05:54:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:40 smithi028 ceph-mon[112123]: from='client.67629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:40 smithi028 ceph-mon[112123]: 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-07T05:54:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:40 smithi138 ceph-mon[117003]: from='client.67629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:40 smithi138 ceph-mon[117003]: 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-07T05:54:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:42 smithi161 ceph-mon[116604]: 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-07T05:54:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:42 smithi028 ceph-mon[112123]: 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-07T05:54:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:42 smithi138 ceph-mon[117003]: 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-07T05:54:43.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:43.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:43.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:44 smithi161 ceph-mon[116604]: 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-07T05:54:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:44 smithi028 ceph-mon[112123]: 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-07T05:54:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:44 smithi138 ceph-mon[117003]: 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-07T05:54:44.758 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:44.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:44.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:44.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:44.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:45 smithi161 ceph-mon[116604]: from='client.67701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:45 smithi161 ceph-mon[116604]: pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:54:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:45 smithi028 ceph-mon[112123]: from='client.67701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:45 smithi028 ceph-mon[112123]: pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:54:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:45 smithi138 ceph-mon[117003]: from='client.67701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:45 smithi138 ceph-mon[117003]: pgmap v2044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:54:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:48 smithi161 ceph-mon[116604]: pgmap v2045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:54:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:48 smithi028 ceph-mon[112123]: pgmap v2045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:54:48.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:48 smithi138 ceph-mon[117003]: pgmap v2045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:54:49.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:49.760 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:49.760 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:50 smithi161 ceph-mon[116604]: pgmap v2046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:54:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:50 smithi028 ceph-mon[112123]: pgmap v2046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:54:50.526 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:50.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:50.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:50.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:50.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:50 smithi138 ceph-mon[117003]: pgmap v2046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:54:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:51 smithi161 ceph-mon[116604]: from='client.67776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:51 smithi028 ceph-mon[112123]: from='client.67776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:51 smithi138 ceph-mon[117003]: from='client.67776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:52 smithi161 ceph-mon[116604]: 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-07T05:54:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:52 smithi028 ceph-mon[112123]: 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-07T05:54:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:52 smithi138 ceph-mon[117003]: 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-07T05:54:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:54 smithi161 ceph-mon[116604]: 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-07T05:54:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:54:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:54 smithi028 ceph-mon[112123]: 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-07T05:54:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:54:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:54 smithi138 ceph-mon[117003]: 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-07T05:54:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:54:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:54:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:54:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:54:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:54:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:54:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:54:55.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:54:55.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:54:55.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:54:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:54:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:54:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:54:56.292 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:54:56.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:54:56.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:54:56.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:54:56.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:54:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:56 smithi161 ceph-mon[116604]: 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-07T05:54:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:56 smithi028 ceph-mon[112123]: 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-07T05:54:56.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:56 smithi138 ceph-mon[117003]: 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-07T05:54:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:57 smithi161 ceph-mon[116604]: from='client.67851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:57 smithi028 ceph-mon[112123]: from='client.67851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:57.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:57 smithi138 ceph-mon[117003]: from='client.67851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:54:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:54:58 smithi161 ceph-mon[116604]: pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:54:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:54:58 smithi028 ceph-mon[112123]: pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:54:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:54:58 smithi138 ceph-mon[117003]: pgmap v2050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:00 smithi161 ceph-mon[116604]: pgmap v2051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:00 smithi028 ceph-mon[112123]: pgmap v2051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:00 smithi138 ceph-mon[117003]: pgmap v2051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:01.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:01.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:01.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:02.073 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:02.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:02.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:02.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:02.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:02 smithi161 ceph-mon[116604]: pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:55:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:02 smithi028 ceph-mon[112123]: pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:55:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:02 smithi138 ceph-mon[117003]: pgmap v2052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:55:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:03 smithi161 ceph-mon[116604]: from='client.67923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:03 smithi028 ceph-mon[112123]: from='client.67923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:03.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:03 smithi138 ceph-mon[117003]: from='client.67923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:04 smithi161 ceph-mon[116604]: 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-07T05:55:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:04 smithi028 ceph-mon[112123]: 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-07T05:55:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:04 smithi138 ceph-mon[117003]: 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-07T05:55:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:05 smithi161 ceph-mon[116604]: 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-07T05:55:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:05 smithi028 ceph-mon[112123]: 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-07T05:55:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:05 smithi138 ceph-mon[117003]: 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-07T05:55:07.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:07.075 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:07.075 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:07.842 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:07.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:07.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:07.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:07.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:08 smithi161 ceph-mon[116604]: 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-07T05:55:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:08 smithi028 ceph-mon[112123]: 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-07T05:55:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:08 smithi138 ceph-mon[117003]: 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-07T05:55:09.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:09 smithi161 ceph-mon[116604]: from='client.67998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:09.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:09 smithi028 ceph-mon[112123]: from='client.67998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:09.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:09 smithi138 ceph-mon[117003]: from='client.67998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:10 smithi161 ceph-mon[116604]: 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-07T05:55:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:10 smithi028 ceph-mon[112123]: 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-07T05:55:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:10 smithi138 ceph-mon[117003]: 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-07T05:55:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:12 smithi161 ceph-mon[116604]: 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-07T05:55:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:12 smithi028 ceph-mon[112123]: 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-07T05:55:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:12 smithi138 ceph-mon[117003]: 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-07T05:55:12.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:12.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:12.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:13.614 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:13.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:13.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:13.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:13.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:14 smithi161 ceph-mon[116604]: 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-07T05:55:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:14 smithi028 ceph-mon[112123]: 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-07T05:55:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:14 smithi138 ceph-mon[117003]: 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-07T05:55:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:15 smithi161 ceph-mon[116604]: from='client.68073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:15 smithi028 ceph-mon[112123]: from='client.68073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:15 smithi138 ceph-mon[117003]: from='client.68073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:16 smithi161 ceph-mon[116604]: 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-07T05:55:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:16 smithi028 ceph-mon[112123]: 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-07T05:55:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:16 smithi138 ceph-mon[117003]: 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-07T05:55:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:18 smithi161 ceph-mon[116604]: 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-07T05:55:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:18 smithi028 ceph-mon[112123]: 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-07T05:55:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:18 smithi138 ceph-mon[117003]: 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-07T05:55:18.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:18.614 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:18.614 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:19.389 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:19.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:19.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:19.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:19.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:20 smithi161 ceph-mon[116604]: from='client.68148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:20 smithi161 ceph-mon[116604]: 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-07T05:55:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:20 smithi028 ceph-mon[112123]: from='client.68148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:20 smithi028 ceph-mon[112123]: 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-07T05:55:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:20 smithi138 ceph-mon[117003]: from='client.68148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:20 smithi138 ceph-mon[117003]: 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-07T05:55:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:22 smithi161 ceph-mon[116604]: pgmap v2062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:55:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:22 smithi028 ceph-mon[112123]: pgmap v2062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:55:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:22 smithi138 ceph-mon[117003]: pgmap v2062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T05:55:24.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:24.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:24.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:24 smithi161 ceph-mon[116604]: pgmap v2063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:55:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:24 smithi028 ceph-mon[112123]: pgmap v2063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:55:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:24 smithi138 ceph-mon[117003]: pgmap v2063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T05:55:25.157 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:25.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:25.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:25.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:25.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:25 smithi161 ceph-mon[116604]: from='client.68220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:25 smithi161 ceph-mon[116604]: pgmap v2064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:25 smithi028 ceph-mon[112123]: from='client.68220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:25 smithi028 ceph-mon[112123]: pgmap v2064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:25 smithi138 ceph-mon[117003]: from='client.68220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:25 smithi138 ceph-mon[117003]: pgmap v2064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:28 smithi161 ceph-mon[116604]: pgmap v2065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:55:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:28 smithi028 ceph-mon[112123]: pgmap v2065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:55:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:28 smithi138 ceph-mon[117003]: pgmap v2065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:55:30.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:30.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:30.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:30 smithi161 ceph-mon[116604]: pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:55:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:30 smithi028 ceph-mon[112123]: pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:55:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:30 smithi138 ceph-mon[117003]: pgmap v2066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:55:30.934 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:30.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:30.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:30.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:30.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:32 smithi161 ceph-mon[116604]: from='client.68298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:32 smithi161 ceph-mon[116604]: 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-07T05:55:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:32 smithi028 ceph-mon[112123]: from='client.68298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:32 smithi028 ceph-mon[112123]: 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-07T05:55:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:32 smithi138 ceph-mon[117003]: from='client.68298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:32 smithi138 ceph-mon[117003]: 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-07T05:55:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:34 smithi161 ceph-mon[116604]: pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:55:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:34 smithi028 ceph-mon[112123]: pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:55:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:34 smithi138 ceph-mon[117003]: pgmap v2068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T05:55:35.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:35.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:35.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:35 smithi161 ceph-mon[116604]: pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:55:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:35 smithi028 ceph-mon[112123]: pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:55:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:35 smithi138 ceph-mon[117003]: pgmap v2069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T05:55:36.707 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:36.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:36.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:36.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:36.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:38 smithi161 ceph-mon[116604]: from='client.68370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:38 smithi161 ceph-mon[116604]: pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:38 smithi028 ceph-mon[112123]: from='client.68370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:38 smithi028 ceph-mon[112123]: pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:38 smithi138 ceph-mon[117003]: from='client.68370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:38 smithi138 ceph-mon[117003]: pgmap v2070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:40 smithi161 ceph-mon[116604]: pgmap v2071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:40 smithi028 ceph-mon[112123]: pgmap v2071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:40 smithi138 ceph-mon[117003]: pgmap v2071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:55:41.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:41.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:41.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:42 smithi161 ceph-mon[116604]: pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:55:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:42 smithi028 ceph-mon[112123]: pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:55:42.473 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:42.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:42.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:42.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:42.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:42 smithi138 ceph-mon[117003]: pgmap v2072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:55:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:43 smithi161 ceph-mon[116604]: from='client.68445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:43 smithi028 ceph-mon[112123]: from='client.68445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:43 smithi138 ceph-mon[117003]: from='client.68445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:44 smithi161 ceph-mon[116604]: 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-07T05:55:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:44 smithi028 ceph-mon[112123]: 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-07T05:55:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:44 smithi138 ceph-mon[117003]: 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-07T05:55:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:45 smithi161 ceph-mon[116604]: 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-07T05:55:46.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:45 smithi028 ceph-mon[112123]: 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-07T05:55:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:45 smithi138 ceph-mon[117003]: 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-07T05:55:47.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:47.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:47.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:48.242 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:48.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:48.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:48.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:48.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:48 smithi161 ceph-mon[116604]: 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-07T05:55:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:48 smithi028 ceph-mon[112123]: 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-07T05:55:48.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:48 smithi138 ceph-mon[117003]: 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-07T05:55:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:49 smithi161 ceph-mon[116604]: from='client.68514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:49 smithi028 ceph-mon[112123]: from='client.68514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:49.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:49 smithi138 ceph-mon[117003]: from='client.68514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:50 smithi161 ceph-mon[116604]: 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-07T05:55:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:50 smithi028 ceph-mon[112123]: 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-07T05:55:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:50 smithi138 ceph-mon[117003]: 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-07T05:55:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:52 smithi161 ceph-mon[116604]: 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-07T05:55:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:52 smithi028 ceph-mon[112123]: 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-07T05:55:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:52 smithi138 ceph-mon[117003]: 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-07T05:55:53.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:53.245 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:53.245 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:54.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:54.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:54.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:54.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:54.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:55:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:54 smithi161 ceph-mon[116604]: 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-07T05:55:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:54 smithi028 ceph-mon[112123]: 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-07T05:55:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:54 smithi138 ceph-mon[117003]: 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-07T05:55:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:55 smithi161 ceph-mon[116604]: from='client.68589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:55:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:55 smithi028 ceph-mon[112123]: from='client.68589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:55:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:55 smithi138 ceph-mon[117003]: from='client.68589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:55:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:55:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:56 smithi161 ceph-mon[116604]: 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-07T05:55:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:55:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:55:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:56 smithi028 ceph-mon[112123]: 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-07T05:55:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:55:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:55:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:56 smithi138 ceph-mon[117003]: 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-07T05:55:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:55:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:55:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:55:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:55:58 smithi161 ceph-mon[116604]: 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-07T05:55:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:55:58 smithi028 ceph-mon[112123]: 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-07T05:55:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:55:58 smithi138 ceph-mon[117003]: 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-07T05:55:59.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:55:59.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:55:59.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:55:59.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:55:59.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:55:59.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:55:59.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:55:59.806 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:00 smithi161 ceph-mon[116604]: 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-07T05:56:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:00 smithi028 ceph-mon[112123]: 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-07T05:56:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:00 smithi138 ceph-mon[117003]: 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-07T05:56:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:01 smithi161 ceph-mon[116604]: from='client.68661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:01 smithi028 ceph-mon[112123]: from='client.68661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:01 smithi138 ceph-mon[117003]: from='client.68661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:02 smithi161 ceph-mon[116604]: pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:02 smithi028 ceph-mon[112123]: pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:02 smithi138 ceph-mon[117003]: pgmap v2082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:04 smithi161 ceph-mon[116604]: pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:04 smithi028 ceph-mon[112123]: pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:04 smithi138 ceph-mon[117003]: pgmap v2083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:04.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:04.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:04.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:05.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:05.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:05.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:05.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:05.583 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:05 smithi161 ceph-mon[116604]: pgmap v2084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:05 smithi161 ceph-mon[116604]: from='client.68739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:05 smithi028 ceph-mon[112123]: pgmap v2084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:05 smithi028 ceph-mon[112123]: from='client.68739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:05 smithi138 ceph-mon[117003]: pgmap v2084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:05 smithi138 ceph-mon[117003]: from='client.68739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:08 smithi161 ceph-mon[116604]: pgmap v2085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:08 smithi028 ceph-mon[112123]: pgmap v2085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:08 smithi138 ceph-mon[117003]: pgmap v2085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:10 smithi161 ceph-mon[116604]: pgmap v2086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:10 smithi028 ceph-mon[112123]: pgmap v2086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:10 smithi138 ceph-mon[117003]: pgmap v2086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:10.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:10.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:10.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:11.348 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:11.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:11.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:11.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:11.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:12 smithi161 ceph-mon[116604]: from='client.68814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:12 smithi161 ceph-mon[116604]: 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-07T05:56:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:12 smithi028 ceph-mon[112123]: from='client.68814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:12 smithi028 ceph-mon[112123]: 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-07T05:56:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:12 smithi138 ceph-mon[117003]: from='client.68814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:12 smithi138 ceph-mon[117003]: 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-07T05:56:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:14 smithi161 ceph-mon[116604]: pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:14 smithi028 ceph-mon[112123]: pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:14 smithi138 ceph-mon[117003]: pgmap v2088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:15 smithi161 ceph-mon[116604]: pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:15 smithi028 ceph-mon[112123]: pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:15 smithi138 ceph-mon[117003]: pgmap v2089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:16.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:16.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:16.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:17.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:17.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:17.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:17.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:17.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:18.447 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:18 smithi161 ceph-mon[116604]: from='client.68889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:18.447 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:18 smithi161 ceph-mon[116604]: pgmap v2090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:18 smithi028 ceph-mon[112123]: from='client.68889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:18 smithi028 ceph-mon[112123]: pgmap v2090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:18 smithi138 ceph-mon[117003]: from='client.68889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:18 smithi138 ceph-mon[117003]: pgmap v2090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:20 smithi161 ceph-mon[116604]: pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:20 smithi028 ceph-mon[112123]: pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:20 smithi138 ceph-mon[117003]: pgmap v2091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:22.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:22.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:22.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:22 smithi161 ceph-mon[116604]: pgmap v2092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:22 smithi028 ceph-mon[112123]: pgmap v2092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:22 smithi138 ceph-mon[117003]: pgmap v2092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:22.892 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:22.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:22.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:22.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:22.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:24 smithi161 ceph-mon[116604]: from='client.68964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:24 smithi161 ceph-mon[116604]: 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-07T05:56:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:24 smithi028 ceph-mon[112123]: from='client.68964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:24 smithi028 ceph-mon[112123]: 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-07T05:56:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:24 smithi138 ceph-mon[117003]: from='client.68964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:24 smithi138 ceph-mon[117003]: 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-07T05:56:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:25 smithi161 ceph-mon[116604]: 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-07T05:56:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:25 smithi028 ceph-mon[112123]: 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-07T05:56:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:25 smithi138 ceph-mon[117003]: 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-07T05:56:27.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:27.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:27.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:28 smithi161 ceph-mon[116604]: 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-07T05:56:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:28 smithi028 ceph-mon[112123]: 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-07T05:56:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:28 smithi138 ceph-mon[117003]: 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-07T05:56:28.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:28.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:28.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:28.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:28.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:30 smithi161 ceph-mon[116604]: from='client.69039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:30 smithi161 ceph-mon[116604]: 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-07T05:56:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:30 smithi028 ceph-mon[112123]: from='client.69039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:30 smithi028 ceph-mon[112123]: 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-07T05:56:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:30 smithi138 ceph-mon[117003]: from='client.69039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:30 smithi138 ceph-mon[117003]: 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-07T05:56:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:32 smithi161 ceph-mon[116604]: 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-07T05:56:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:32 smithi028 ceph-mon[112123]: 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-07T05:56:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:32 smithi138 ceph-mon[117003]: 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-07T05:56:33.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:33.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:33.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:34.429 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:34.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:34.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:34.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:34.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:34 smithi161 ceph-mon[116604]: 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-07T05:56:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:34 smithi028 ceph-mon[112123]: 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-07T05:56:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:34 smithi138 ceph-mon[117003]: 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-07T05:56:35.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:35 smithi161 ceph-mon[116604]: from='client.69114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:35 smithi028 ceph-mon[112123]: from='client.69114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:35 smithi138 ceph-mon[117003]: from='client.69114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:36 smithi161 ceph-mon[116604]: pgmap v2099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:36 smithi028 ceph-mon[112123]: pgmap v2099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:36 smithi138 ceph-mon[117003]: pgmap v2099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:38 smithi161 ceph-mon[116604]: pgmap v2100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:38 smithi028 ceph-mon[112123]: pgmap v2100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:38 smithi138 ceph-mon[117003]: pgmap v2100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:39.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:39.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:39.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:40.198 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:40.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:40.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:40.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:40.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:40 smithi161 ceph-mon[116604]: pgmap v2101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:40 smithi028 ceph-mon[112123]: pgmap v2101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:40 smithi138 ceph-mon[117003]: pgmap v2101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:41 smithi161 ceph-mon[116604]: from='client.69189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:41 smithi028 ceph-mon[112123]: from='client.69189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:41.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:41 smithi138 ceph-mon[117003]: from='client.69189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:42 smithi161 ceph-mon[116604]: pgmap v2102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:42 smithi028 ceph-mon[112123]: pgmap v2102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:42 smithi138 ceph-mon[117003]: pgmap v2102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:44 smithi161 ceph-mon[116604]: pgmap v2103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:44 smithi028 ceph-mon[112123]: pgmap v2103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:44 smithi138 ceph-mon[117003]: pgmap v2103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:56:45.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:45.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:45.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:45.973 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:45.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:45.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:45.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:45.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:45 smithi161 ceph-mon[116604]: pgmap v2104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:45 smithi028 ceph-mon[112123]: pgmap v2104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:45 smithi138 ceph-mon[117003]: pgmap v2104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:47.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:46 smithi161 ceph-mon[116604]: from='client.69264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:47.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:46 smithi028 ceph-mon[112123]: from='client.69264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:47.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:46 smithi138 ceph-mon[117003]: from='client.69264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:48.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:47 smithi161 ceph-mon[116604]: pgmap v2105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:47 smithi028 ceph-mon[112123]: pgmap v2105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:48.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:47 smithi138 ceph-mon[117003]: pgmap v2105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:50 smithi161 ceph-mon[116604]: pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:50 smithi028 ceph-mon[112123]: pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:50 smithi138 ceph-mon[117003]: pgmap v2106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:50.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:50.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:50.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:51.735 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:51.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:51.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:51.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:51.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:52 smithi161 ceph-mon[116604]: pgmap v2107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:52 smithi028 ceph-mon[112123]: pgmap v2107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:52 smithi138 ceph-mon[117003]: pgmap v2107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:53 smithi161 ceph-mon[116604]: from='client.69342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:53 smithi028 ceph-mon[112123]: from='client.69342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:53 smithi138 ceph-mon[117003]: from='client.69342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:54 smithi161 ceph-mon[116604]: pgmap v2108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:54 smithi028 ceph-mon[112123]: pgmap v2108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:54 smithi138 ceph-mon[117003]: pgmap v2108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:55 smithi161 ceph-mon[116604]: pgmap v2109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:56:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:55 smithi028 ceph-mon[112123]: pgmap v2109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:56:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:55 smithi138 ceph-mon[117003]: pgmap v2109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:56:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:56:56.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:56:56.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:56:56.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:56:57.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:56:57.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:56:57.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:56:57.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:56:57.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:56:57.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:56:57.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:56:57.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:56:57.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:56:57.505 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:56:57.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:56:57.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:56:57.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:56:57.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:56:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:57 smithi161 ceph-mon[116604]: pgmap v2110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:56:57 smithi161 ceph-mon[116604]: from='client.69417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:57 smithi028 ceph-mon[112123]: pgmap v2110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:56:57 smithi028 ceph-mon[112123]: from='client.69417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:56:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:57 smithi138 ceph-mon[117003]: pgmap v2110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:56:58.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:56:57 smithi138 ceph-mon[117003]: from='client.69417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:00 smithi161 ceph-mon[116604]: pgmap v2111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:00 smithi028 ceph-mon[112123]: pgmap v2111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:00 smithi138 ceph-mon[117003]: pgmap v2111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:02 smithi161 ceph-mon[116604]: pgmap v2112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:57:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:02 smithi028 ceph-mon[112123]: pgmap v2112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:57:02.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:02.507 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:02.507 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:02 smithi138 ceph-mon[117003]: pgmap v2112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:57:03.266 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:03.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:03.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:03.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:03.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:04 smithi161 ceph-mon[116604]: from='client.69495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:04 smithi161 ceph-mon[116604]: 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-07T05:57:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:04 smithi028 ceph-mon[112123]: from='client.69495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:04 smithi028 ceph-mon[112123]: 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-07T05:57:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:04 smithi138 ceph-mon[117003]: from='client.69495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:04 smithi138 ceph-mon[117003]: 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-07T05:57:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:05 smithi161 ceph-mon[116604]: 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-07T05:57:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:05 smithi028 ceph-mon[112123]: 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-07T05:57:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:05 smithi138 ceph-mon[117003]: 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-07T05:57:08.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:08.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:08.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:08 smithi161 ceph-mon[116604]: 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-07T05:57:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:08 smithi028 ceph-mon[112123]: 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-07T05:57:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:08 smithi138 ceph-mon[117003]: 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-07T05:57:09.044 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:09.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:09.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:09.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:09.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:10 smithi161 ceph-mon[116604]: from='client.69567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:10 smithi161 ceph-mon[116604]: 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-07T05:57:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:10 smithi028 ceph-mon[112123]: from='client.69567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:10 smithi028 ceph-mon[112123]: 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-07T05:57:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:10 smithi138 ceph-mon[117003]: from='client.69567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:10.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:10 smithi138 ceph-mon[117003]: 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-07T05:57:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:12 smithi161 ceph-mon[116604]: 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-07T05:57:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:12 smithi028 ceph-mon[112123]: 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-07T05:57:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:12 smithi138 ceph-mon[117003]: 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-07T05:57:14.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:14.046 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:14.046 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:14 smithi161 ceph-mon[116604]: 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-07T05:57:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:14 smithi028 ceph-mon[112123]: 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-07T05:57:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:14 smithi138 ceph-mon[117003]: 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-07T05:57:14.816 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:14.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:14.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:14.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:14.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:15 smithi161 ceph-mon[116604]: from='client.69642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:15 smithi161 ceph-mon[116604]: pgmap v2119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:15 smithi028 ceph-mon[112123]: from='client.69642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:15 smithi028 ceph-mon[112123]: pgmap v2119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:15 smithi138 ceph-mon[117003]: from='client.69642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:15 smithi138 ceph-mon[117003]: pgmap v2119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:18.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:18 smithi161 ceph-mon[116604]: pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:18 smithi028 ceph-mon[112123]: pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:18 smithi138 ceph-mon[117003]: pgmap v2120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:19.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:19.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:19.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:20 smithi161 ceph-mon[116604]: pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:20 smithi028 ceph-mon[112123]: pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:20 smithi138 ceph-mon[117003]: pgmap v2121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:20.592 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:20.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:20.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:20.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:20.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:21 smithi161 ceph-mon[116604]: from='client.69717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:21 smithi028 ceph-mon[112123]: from='client.69717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:21 smithi138 ceph-mon[117003]: from='client.69717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:22 smithi161 ceph-mon[116604]: pgmap v2122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:22 smithi028 ceph-mon[112123]: pgmap v2122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:22 smithi138 ceph-mon[117003]: pgmap v2122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:24 smithi161 ceph-mon[116604]: pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:24 smithi028 ceph-mon[112123]: pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:24 smithi138 ceph-mon[117003]: pgmap v2123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:25.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:25.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:25.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:25 smithi161 ceph-mon[116604]: 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-07T05:57:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:25 smithi028 ceph-mon[112123]: 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-07T05:57:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:25 smithi138 ceph-mon[117003]: 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-07T05:57:26.361 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:26.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:26.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:26.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:26.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:27.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:26 smithi161 ceph-mon[116604]: from='client.69795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:27.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:26 smithi028 ceph-mon[112123]: from='client.69795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:27.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:26 smithi138 ceph-mon[117003]: from='client.69795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:28.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:27 smithi161 ceph-mon[116604]: pgmap v2125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:27 smithi028 ceph-mon[112123]: pgmap v2125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:28.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:27 smithi138 ceph-mon[117003]: pgmap v2125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:30 smithi161 ceph-mon[116604]: pgmap v2126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:30 smithi028 ceph-mon[112123]: pgmap v2126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:30 smithi138 ceph-mon[117003]: pgmap v2126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:31.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:31.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:31.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:32.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:32.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:32.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:32.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:32.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:32 smithi161 ceph-mon[116604]: pgmap v2127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:57:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:32 smithi028 ceph-mon[112123]: pgmap v2127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:57:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:32 smithi138 ceph-mon[117003]: pgmap v2127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:57:33.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:33 smithi161 ceph-mon[116604]: from='client.69867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:33 smithi028 ceph-mon[112123]: from='client.69867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:33.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:33 smithi138 ceph-mon[117003]: from='client.69867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:34 smithi161 ceph-mon[116604]: pgmap v2128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:34 smithi028 ceph-mon[112123]: pgmap v2128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:34 smithi138 ceph-mon[117003]: pgmap v2128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:35 smithi161 ceph-mon[116604]: pgmap v2129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:57:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:35 smithi028 ceph-mon[112123]: pgmap v2129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:57:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:35 smithi138 ceph-mon[117003]: pgmap v2129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:57:37.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:37.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:37.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:37.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:37.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:37.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:37.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:37.910 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:38 smithi161 ceph-mon[116604]: 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-07T05:57:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:38 smithi028 ceph-mon[112123]: 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-07T05:57:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:38 smithi138 ceph-mon[117003]: 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-07T05:57:39.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:39 smithi161 ceph-mon[116604]: from='client.69945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:39.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:39 smithi028 ceph-mon[112123]: from='client.69945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:39.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:39 smithi138 ceph-mon[117003]: from='client.69945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:40 smithi161 ceph-mon[116604]: 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-07T05:57:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:40 smithi028 ceph-mon[112123]: 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-07T05:57:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:40 smithi138 ceph-mon[117003]: 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-07T05:57:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:42 smithi161 ceph-mon[116604]: 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-07T05:57:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:42 smithi028 ceph-mon[112123]: 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-07T05:57:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:42 smithi138 ceph-mon[117003]: 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-07T05:57:42.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:42.912 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:42.912 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:43.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:43.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:43.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:43.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:43.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:44 smithi161 ceph-mon[116604]: 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-07T05:57:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:44 smithi028 ceph-mon[112123]: 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-07T05:57:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:44 smithi138 ceph-mon[117003]: 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-07T05:57:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:45 smithi161 ceph-mon[116604]: from='client.70020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:45 smithi028 ceph-mon[112123]: from='client.70020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:45.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:45 smithi138 ceph-mon[117003]: from='client.70020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:46 smithi161 ceph-mon[116604]: 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-07T05:57:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:46 smithi028 ceph-mon[112123]: 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-07T05:57:46.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:46 smithi138 ceph-mon[117003]: 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-07T05:57:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:48 smithi161 ceph-mon[116604]: 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-07T05:57:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:48 smithi028 ceph-mon[112123]: 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-07T05:57:48.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:48 smithi138 ceph-mon[117003]: 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-07T05:57:48.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:48.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:48.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:49.455 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:49.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:49.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:49.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:49.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:50 smithi161 ceph-mon[116604]: from='client.70092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:50 smithi161 ceph-mon[116604]: 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-07T05:57:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:50 smithi028 ceph-mon[112123]: from='client.70092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:50 smithi028 ceph-mon[112123]: 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-07T05:57:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:50 smithi138 ceph-mon[117003]: from='client.70092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:50 smithi138 ceph-mon[117003]: 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-07T05:57:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:52 smithi161 ceph-mon[116604]: pgmap v2137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:52 smithi028 ceph-mon[112123]: pgmap v2137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:52 smithi138 ceph-mon[117003]: pgmap v2137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:54 smithi161 ceph-mon[116604]: pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:54.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:57:54.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:57:54.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:57:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:54 smithi028 ceph-mon[112123]: pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:54 smithi138 ceph-mon[117003]: pgmap v2138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:55.227 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:57:55.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:57:55.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:57:55.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:57:55.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:57:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:55 smithi161 ceph-mon[116604]: from='client.70167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:55 smithi161 ceph-mon[116604]: pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:55 smithi028 ceph-mon[112123]: from='client.70167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:55 smithi028 ceph-mon[112123]: pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:55 smithi138 ceph-mon[117003]: from='client.70167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:57:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:55 smithi138 ceph-mon[117003]: pgmap v2139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:57:57.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:57:57.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:57:57.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:57:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: pgmap v2140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:57:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:57:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:57:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: pgmap v2140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:57:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:57:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:57:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: pgmap v2140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:57:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:57:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:57:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:57:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:57:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:58:00.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:00.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:00.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:00 smithi161 ceph-mon[116604]: pgmap v2141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:00 smithi028 ceph-mon[112123]: pgmap v2141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:00 smithi138 ceph-mon[117003]: pgmap v2141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:01.020 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:01.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:01.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:01.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:01.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:02 smithi161 ceph-mon[116604]: from='client.70242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:02 smithi161 ceph-mon[116604]: pgmap v2142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:02 smithi028 ceph-mon[112123]: from='client.70242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:02 smithi028 ceph-mon[112123]: pgmap v2142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:02 smithi138 ceph-mon[117003]: from='client.70242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:02 smithi138 ceph-mon[117003]: pgmap v2142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:04 smithi161 ceph-mon[116604]: 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-07T05:58:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:04 smithi028 ceph-mon[112123]: 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-07T05:58:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:04 smithi138 ceph-mon[117003]: 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-07T05:58:06.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:06.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:06.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:05 smithi161 ceph-mon[116604]: pgmap v2144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:05 smithi028 ceph-mon[112123]: pgmap v2144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:05 smithi138 ceph-mon[117003]: pgmap v2144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:06.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:06.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:08 smithi161 ceph-mon[116604]: from='client.70314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:08 smithi161 ceph-mon[116604]: pgmap v2145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:08 smithi028 ceph-mon[112123]: from='client.70314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:08 smithi028 ceph-mon[112123]: pgmap v2145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:08 smithi138 ceph-mon[117003]: from='client.70314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:08 smithi138 ceph-mon[117003]: pgmap v2145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:10 smithi161 ceph-mon[116604]: pgmap v2146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:10 smithi028 ceph-mon[112123]: pgmap v2146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:10 smithi138 ceph-mon[117003]: pgmap v2146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:11.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:11.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:11.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:12 smithi161 ceph-mon[116604]: pgmap v2147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:12 smithi028 ceph-mon[112123]: pgmap v2147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:12 smithi138 ceph-mon[117003]: pgmap v2147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:12.572 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:12.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:12.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:12.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:12.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:13 smithi161 ceph-mon[116604]: from='client.70389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:13 smithi028 ceph-mon[112123]: from='client.70389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:13.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:13 smithi138 ceph-mon[117003]: from='client.70389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:14 smithi161 ceph-mon[116604]: pgmap v2148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:14 smithi028 ceph-mon[112123]: pgmap v2148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:14 smithi138 ceph-mon[117003]: pgmap v2148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:15 smithi161 ceph-mon[116604]: pgmap v2149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:15 smithi028 ceph-mon[112123]: pgmap v2149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:15 smithi138 ceph-mon[117003]: pgmap v2149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:17.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:17.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:17.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:18.342 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:18.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:18.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:18.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:18.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:18 smithi161 ceph-mon[116604]: 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-07T05:58:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:18 smithi028 ceph-mon[112123]: 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-07T05:58:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:18 smithi138 ceph-mon[117003]: 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-07T05:58:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:19 smithi161 ceph-mon[116604]: from='client.70461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:19 smithi028 ceph-mon[112123]: from='client.70461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:19 smithi138 ceph-mon[117003]: from='client.70461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:20 smithi161 ceph-mon[116604]: 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-07T05:58:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:20 smithi028 ceph-mon[112123]: 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-07T05:58:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:20 smithi138 ceph-mon[117003]: 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-07T05:58:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:22 smithi161 ceph-mon[116604]: 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-07T05:58:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:22 smithi028 ceph-mon[112123]: 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-07T05:58:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:22 smithi138 ceph-mon[117003]: 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-07T05:58:23.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:23.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:23.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:24.110 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:24.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:24.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:24.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:24.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:24 smithi161 ceph-mon[116604]: 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-07T05:58:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:24 smithi028 ceph-mon[112123]: 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-07T05:58:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:24 smithi138 ceph-mon[117003]: 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-07T05:58:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:25 smithi161 ceph-mon[116604]: from='client.70539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:25 smithi028 ceph-mon[112123]: from='client.70539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:25 smithi138 ceph-mon[117003]: from='client.70539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:26 smithi161 ceph-mon[116604]: 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-07T05:58:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:26 smithi028 ceph-mon[112123]: 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-07T05:58:26.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:26 smithi138 ceph-mon[117003]: 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-07T05:58:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:28 smithi161 ceph-mon[116604]: 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-07T05:58:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:28 smithi028 ceph-mon[112123]: 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-07T05:58:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:28 smithi138 ceph-mon[117003]: 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-07T05:58:29.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:29.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:29.113 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:29.880 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:29.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:29.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:29.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:29.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:30 smithi161 ceph-mon[116604]: 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-07T05:58:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:30 smithi028 ceph-mon[112123]: 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-07T05:58:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:30 smithi138 ceph-mon[117003]: 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-07T05:58:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:31 smithi028 ceph-mon[112123]: from='client.70614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:31 smithi138 ceph-mon[117003]: from='client.70614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:31.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:31 smithi161 ceph-mon[116604]: from='client.70614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:32 smithi028 ceph-mon[112123]: pgmap v2157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:32 smithi138 ceph-mon[117003]: pgmap v2157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:32 smithi161 ceph-mon[116604]: pgmap v2157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:34 smithi028 ceph-mon[112123]: pgmap v2158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:34 smithi138 ceph-mon[117003]: pgmap v2158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:34 smithi161 ceph-mon[116604]: pgmap v2158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:34.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:34.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:34.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:35.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:35.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:35.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:35.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:35.647 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:35 smithi161 ceph-mon[116604]: pgmap v2159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:35 smithi028 ceph-mon[112123]: pgmap v2159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:35 smithi138 ceph-mon[117003]: pgmap v2159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:37.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:36 smithi161 ceph-mon[116604]: from='client.70692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:37.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:36 smithi028 ceph-mon[112123]: from='client.70692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:37.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:36 smithi138 ceph-mon[117003]: from='client.70692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:37 smithi161 ceph-mon[116604]: pgmap v2160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:37 smithi028 ceph-mon[112123]: pgmap v2160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:37 smithi138 ceph-mon[117003]: pgmap v2160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:40 smithi161 ceph-mon[116604]: pgmap v2161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:40 smithi028 ceph-mon[112123]: pgmap v2161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:40 smithi138 ceph-mon[117003]: pgmap v2161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:58:40.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:40.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:40.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:41.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:41.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:41.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:41.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:41.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:42 smithi161 ceph-mon[116604]: from='client.70767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:42 smithi161 ceph-mon[116604]: pgmap v2162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:42 smithi028 ceph-mon[112123]: from='client.70767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:42 smithi028 ceph-mon[112123]: pgmap v2162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:42 smithi138 ceph-mon[117003]: from='client.70767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:42 smithi138 ceph-mon[117003]: pgmap v2162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:44 smithi161 ceph-mon[116604]: 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-07T05:58:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:44 smithi028 ceph-mon[112123]: 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-07T05:58:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:44 smithi138 ceph-mon[117003]: 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-07T05:58:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:45 smithi161 ceph-mon[116604]: pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:45 smithi028 ceph-mon[112123]: pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:45 smithi138 ceph-mon[117003]: pgmap v2164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:46.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:46.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:46.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:47.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:47.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:47.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:47.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:47.202 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:48 smithi161 ceph-mon[116604]: from='client.70842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:48 smithi161 ceph-mon[116604]: pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:48 smithi028 ceph-mon[112123]: from='client.70842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:48 smithi028 ceph-mon[112123]: pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:48.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:48 smithi138 ceph-mon[117003]: from='client.70842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:48 smithi138 ceph-mon[117003]: pgmap v2165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:50.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:50 smithi161 ceph-mon[116604]: pgmap v2166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:50 smithi028 ceph-mon[112123]: pgmap v2166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:50 smithi138 ceph-mon[117003]: pgmap v2166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:52.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:52.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:52.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:52 smithi161 ceph-mon[116604]: pgmap v2167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:52 smithi028 ceph-mon[112123]: pgmap v2167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:52 smithi138 ceph-mon[117003]: pgmap v2167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:52.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:52.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:52.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:52.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:52.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:54 smithi161 ceph-mon[116604]: from='client.70920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:54 smithi161 ceph-mon[116604]: pgmap v2168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:54 smithi028 ceph-mon[112123]: from='client.70920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:54 smithi028 ceph-mon[112123]: pgmap v2168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:54 smithi138 ceph-mon[117003]: from='client.70920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:58:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:54 smithi138 ceph-mon[117003]: pgmap v2168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:58:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:55 smithi161 ceph-mon[116604]: pgmap v2169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:55 smithi028 ceph-mon[112123]: pgmap v2169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:55 smithi138 ceph-mon[117003]: pgmap v2169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:58:57.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:58:57.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:58:57.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:58:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:58 smithi161 ceph-mon[116604]: 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-07T05:58:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:58:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:58 smithi028 ceph-mon[112123]: 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-07T05:58:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:58:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:58 smithi138 ceph-mon[117003]: 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-07T05:58:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:58:58.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:58:58.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:58:58.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:58:58.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:58:58.806 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:58:59.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:58:59.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:58:59.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:58:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:58:59.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:58:59.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:58:59.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:58:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:58:59.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T05:58:59.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T05:58:59.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:58:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T05:59:00.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:00 smithi161 ceph-mon[116604]: from='client.70998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:00 smithi161 ceph-mon[116604]: 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-07T05:59:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:00 smithi028 ceph-mon[112123]: from='client.70998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:00.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:00 smithi028 ceph-mon[112123]: 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-07T05:59:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:00 smithi138 ceph-mon[117003]: from='client.70998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:00 smithi138 ceph-mon[117003]: 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-07T05:59:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:02 smithi161 ceph-mon[116604]: 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-07T05:59:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:02 smithi028 ceph-mon[112123]: 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-07T05:59:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:02 smithi138 ceph-mon[117003]: 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-07T05:59:03.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:03.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:03.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:04 smithi161 ceph-mon[116604]: 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-07T05:59:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:04 smithi028 ceph-mon[112123]: 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-07T05:59:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:04 smithi138 ceph-mon[117003]: 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-07T05:59:04.576 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:04.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:04.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:04.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:04.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:05 smithi161 ceph-mon[116604]: from='client.71073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:05 smithi028 ceph-mon[112123]: from='client.71073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:05.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:05 smithi138 ceph-mon[117003]: from='client.71073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:06 smithi161 ceph-mon[116604]: pgmap v2174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:06 smithi028 ceph-mon[112123]: pgmap v2174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:06 smithi138 ceph-mon[117003]: pgmap v2174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:08 smithi161 ceph-mon[116604]: pgmap v2175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:59:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:08 smithi028 ceph-mon[112123]: pgmap v2175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:59:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:08 smithi138 ceph-mon[117003]: pgmap v2175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:59:09.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:09.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:09.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:10.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:10.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:10.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:10.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:10.365 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:10 smithi161 ceph-mon[116604]: pgmap v2176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:59:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:10 smithi028 ceph-mon[112123]: pgmap v2176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:59:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:10 smithi138 ceph-mon[117003]: pgmap v2176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:59:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:11 smithi028 ceph-mon[112123]: from='client.71148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:11.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:11 smithi138 ceph-mon[117003]: from='client.71148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:11.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:11 smithi161 ceph-mon[116604]: from='client.71148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:12 smithi028 ceph-mon[112123]: pgmap v2177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:12 smithi138 ceph-mon[117003]: pgmap v2177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:12 smithi161 ceph-mon[116604]: pgmap v2177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:14 smithi028 ceph-mon[112123]: pgmap v2178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:59:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:14 smithi138 ceph-mon[117003]: pgmap v2178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:59:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:14 smithi161 ceph-mon[116604]: pgmap v2178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:59:15.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:15.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:15.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:16.136 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:16.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:16.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:16.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:16.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:16.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:15 smithi161 ceph-mon[116604]: pgmap v2179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:15 smithi028 ceph-mon[112123]: pgmap v2179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:15 smithi138 ceph-mon[117003]: pgmap v2179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:17.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:16 smithi161 ceph-mon[116604]: from='client.71226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:17.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:16 smithi028 ceph-mon[112123]: from='client.71226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:16 smithi138 ceph-mon[117003]: from='client.71226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:18.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:17 smithi161 ceph-mon[116604]: 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-07T05:59:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:17 smithi028 ceph-mon[112123]: 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-07T05:59:18.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:17 smithi138 ceph-mon[117003]: 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-07T05:59:20.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:20 smithi161 ceph-mon[116604]: pgmap v2181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:59:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:20 smithi028 ceph-mon[112123]: pgmap v2181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:59:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:20 smithi138 ceph-mon[117003]: pgmap v2181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:59:21.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:21.138 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:21.138 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:21.927 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:21.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:21.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:21.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:21.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:22 smithi161 ceph-mon[116604]: pgmap v2182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:59:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:22 smithi028 ceph-mon[112123]: pgmap v2182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:59:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:22 smithi138 ceph-mon[117003]: pgmap v2182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:59:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:23 smithi161 ceph-mon[116604]: from='client.71298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:23 smithi028 ceph-mon[112123]: from='client.71298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:23 smithi138 ceph-mon[117003]: from='client.71298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:24 smithi161 ceph-mon[116604]: 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-07T05:59:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:24 smithi028 ceph-mon[112123]: 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-07T05:59:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:24 smithi138 ceph-mon[117003]: 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-07T05:59:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:25 smithi161 ceph-mon[116604]: pgmap v2184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:59:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:25 smithi028 ceph-mon[112123]: pgmap v2184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:59:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:25 smithi138 ceph-mon[117003]: pgmap v2184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:59:26.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:26.929 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:26.929 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:27.703 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:27.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:27.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:27.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:27.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:28 smithi161 ceph-mon[116604]: pgmap v2185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:28 smithi028 ceph-mon[112123]: pgmap v2185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:28 smithi138 ceph-mon[117003]: pgmap v2185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:29.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:29 smithi161 ceph-mon[116604]: from='client.71370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:29.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:29 smithi028 ceph-mon[112123]: from='client.71370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:29.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:29 smithi138 ceph-mon[117003]: from='client.71370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:30.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:30 smithi161 ceph-mon[116604]: pgmap v2186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:59:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:30 smithi028 ceph-mon[112123]: pgmap v2186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:59:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:30 smithi138 ceph-mon[117003]: pgmap v2186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T05:59:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:32 smithi028 ceph-mon[112123]: pgmap v2187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:59:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:32 smithi138 ceph-mon[117003]: pgmap v2187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:59:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:32 smithi161 ceph-mon[116604]: pgmap v2187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:59:32.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:32.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:32.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:33.460 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:33.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:33.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:33.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:33.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:34 smithi028 ceph-mon[112123]: from='client.71445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:34 smithi028 ceph-mon[112123]: pgmap v2188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:34 smithi138 ceph-mon[117003]: from='client.71445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:34 smithi138 ceph-mon[117003]: pgmap v2188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:34 smithi161 ceph-mon[116604]: from='client.71445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:34 smithi161 ceph-mon[116604]: pgmap v2188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:35 smithi161 ceph-mon[116604]: pgmap v2189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:59:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:35 smithi028 ceph-mon[112123]: pgmap v2189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:59:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:35 smithi138 ceph-mon[117003]: pgmap v2189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T05:59:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:38 smithi161 ceph-mon[116604]: 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-07T05:59:38.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:38.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:38.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:38 smithi028 ceph-mon[112123]: 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-07T05:59:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:38 smithi138 ceph-mon[117003]: 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-07T05:59:39.238 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:39.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:39.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:39.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:39.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:40 smithi161 ceph-mon[116604]: from='client.71520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:40 smithi161 ceph-mon[116604]: pgmap v2191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T05:59:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:40 smithi028 ceph-mon[112123]: from='client.71520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:40 smithi028 ceph-mon[112123]: pgmap v2191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T05:59:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:40 smithi138 ceph-mon[117003]: from='client.71520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:40.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:40 smithi138 ceph-mon[117003]: pgmap v2191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T05:59:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:42 smithi161 ceph-mon[116604]: pgmap v2192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:42 smithi028 ceph-mon[112123]: pgmap v2192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:42 smithi138 ceph-mon[117003]: pgmap v2192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:44.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:44.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:44.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:44 smithi028 ceph-mon[112123]: pgmap v2193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:59:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:44 smithi138 ceph-mon[117003]: pgmap v2193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:59:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:44 smithi161 ceph-mon[116604]: pgmap v2193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T05:59:45.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:45.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:45.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:45.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:45.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:45 smithi161 ceph-mon[116604]: from='client.71595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:45 smithi161 ceph-mon[116604]: pgmap v2194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:45 smithi028 ceph-mon[112123]: from='client.71595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:45 smithi028 ceph-mon[112123]: pgmap v2194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:45 smithi138 ceph-mon[117003]: from='client.71595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:45 smithi138 ceph-mon[117003]: pgmap v2194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T05:59:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:48 smithi028 ceph-mon[112123]: pgmap v2195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:59:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:48 smithi138 ceph-mon[117003]: pgmap v2195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:59:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:48 smithi161 ceph-mon[116604]: pgmap v2195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T05:59:50.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:50.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:50.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:50 smithi028 ceph-mon[112123]: 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-07T05:59:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:50 smithi138 ceph-mon[117003]: 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-07T05:59:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:50 smithi161 ceph-mon[116604]: 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-07T05:59:50.775 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:50.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:50.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:50.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:50.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:52 smithi028 ceph-mon[112123]: from='client.71667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:52 smithi028 ceph-mon[112123]: pgmap v2197: 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-07T05:59:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:52 smithi138 ceph-mon[117003]: from='client.71667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:52 smithi138 ceph-mon[117003]: pgmap v2197: 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-07T05:59:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:52 smithi161 ceph-mon[116604]: from='client.71667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:52 smithi161 ceph-mon[116604]: pgmap v2197: 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-07T05:59:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:54 smithi028 ceph-mon[112123]: pgmap v2198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:59:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:54 smithi138 ceph-mon[117003]: pgmap v2198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:59:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:54 smithi161 ceph-mon[116604]: pgmap v2198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T05:59:55.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T05:59:55.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T05:59:55.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T05:59:56.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:55 smithi161 ceph-mon[116604]: pgmap v2199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:59:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:55 smithi028 ceph-mon[112123]: pgmap v2199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:59:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:55 smithi138 ceph-mon[117003]: pgmap v2199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T05:59:56.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T05:59:56.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T05:59:56.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T05:59:56.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T05:59:56.546 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T05:59:57.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:56 smithi161 ceph-mon[116604]: from='client.71739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:57.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:56 smithi028 ceph-mon[112123]: from='client.71739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:56 smithi138 ceph-mon[117003]: from='client.71739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T05:59:58.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:57 smithi161 ceph-mon[116604]: 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-07T05:59:58.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:57 smithi028 ceph-mon[112123]: 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-07T05:59:58.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:57 smithi138 ceph-mon[117003]: 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-07T05:59:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:59:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T05:59:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:00:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:59 smithi161 ceph-mon[116604]: pgmap v2201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:00:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:00:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 05:59:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:00:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:59 smithi028 ceph-mon[112123]: pgmap v2201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:00:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:00:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 05:59:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:00:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:59 smithi138 ceph-mon[117003]: pgmap v2201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:00:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:00:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 05:59:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:00:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T06:00:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T06:00:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T06:00:01.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:01.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:01.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:01 smithi161 ceph-mon[116604]: pgmap v2202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:01 smithi028 ceph-mon[112123]: pgmap v2202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:01 smithi138 ceph-mon[117003]: pgmap v2202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:02.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:02.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:02.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:02.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:02.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:03.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:02 smithi161 ceph-mon[116604]: from='client.71814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:03.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:02 smithi028 ceph-mon[112123]: from='client.71814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:02 smithi138 ceph-mon[117003]: from='client.71814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:03 smithi028 ceph-mon[112123]: 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-07T06:00:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:03 smithi138 ceph-mon[117003]: 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-07T06:00:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:03 smithi161 ceph-mon[116604]: 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-07T06:00:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:05 smithi161 ceph-mon[116604]: pgmap v2204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:05 smithi028 ceph-mon[112123]: pgmap v2204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:06.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:05 smithi138 ceph-mon[117003]: pgmap v2204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:07.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:07.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:07.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:08.088 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:08.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:08.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:08.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:08.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:08 smithi028 ceph-mon[112123]: pgmap v2205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:08 smithi138 ceph-mon[117003]: pgmap v2205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:08 smithi161 ceph-mon[116604]: pgmap v2205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:09.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:09 smithi028 ceph-mon[112123]: from='client.71889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:09.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:09 smithi138 ceph-mon[117003]: from='client.71889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:09.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:09 smithi161 ceph-mon[116604]: from='client.71889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:10 smithi028 ceph-mon[112123]: pgmap v2206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:10 smithi138 ceph-mon[117003]: pgmap v2206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:10 smithi161 ceph-mon[116604]: pgmap v2206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:12 smithi028 ceph-mon[112123]: 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-07T06:00:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:12 smithi138 ceph-mon[117003]: 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-07T06:00:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:12 smithi161 ceph-mon[116604]: 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-07T06:00:13.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:13.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:13.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:13.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:13.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:13.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:13.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:13.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:14 smithi028 ceph-mon[112123]: pgmap v2208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:14 smithi138 ceph-mon[117003]: pgmap v2208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:14 smithi161 ceph-mon[116604]: pgmap v2208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:15 smithi138 ceph-mon[117003]: from='client.71964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:15 smithi161 ceph-mon[116604]: from='client.71964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:15 smithi028 ceph-mon[112123]: from='client.71964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:16 smithi138 ceph-mon[117003]: pgmap v2209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:16 smithi161 ceph-mon[116604]: pgmap v2209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:16 smithi028 ceph-mon[112123]: pgmap v2209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:18 smithi138 ceph-mon[117003]: 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-07T06:00:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:18 smithi161 ceph-mon[116604]: 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-07T06:00:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:18 smithi028 ceph-mon[112123]: 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-07T06:00:18.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:18.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:18.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:19.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:19.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:19.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:19.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:19.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:20 smithi138 ceph-mon[117003]: 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-07T06:00:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:20 smithi161 ceph-mon[116604]: 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-07T06:00:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:20 smithi028 ceph-mon[112123]: 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-07T06:00:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:21 smithi138 ceph-mon[117003]: from='client.72039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:21 smithi161 ceph-mon[116604]: from='client.72039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:21 smithi028 ceph-mon[112123]: from='client.72039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:22 smithi138 ceph-mon[117003]: pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:00:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:22 smithi161 ceph-mon[116604]: pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:00:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:22 smithi028 ceph-mon[112123]: pgmap v2212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:00:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:24 smithi138 ceph-mon[117003]: pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:00:24.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:24.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:24.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:24 smithi161 ceph-mon[116604]: pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:00:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:24 smithi028 ceph-mon[112123]: pgmap v2213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:00:25.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:25.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:25.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:25.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:25.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:25 smithi161 ceph-mon[116604]: from='client.72117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:26.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:25 smithi161 ceph-mon[116604]: pgmap v2214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:25 smithi028 ceph-mon[112123]: from='client.72117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:25 smithi028 ceph-mon[112123]: pgmap v2214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:25 smithi138 ceph-mon[117003]: from='client.72117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:25 smithi138 ceph-mon[117003]: pgmap v2214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:28 smithi028 ceph-mon[112123]: pgmap v2215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:00:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:28 smithi138 ceph-mon[117003]: pgmap v2215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:00:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:28 smithi161 ceph-mon[116604]: pgmap v2215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:00:30.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:30.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:30.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:30.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:30 smithi028 ceph-mon[112123]: 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-07T06:00:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:30 smithi138 ceph-mon[117003]: 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-07T06:00:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:30 smithi161 ceph-mon[116604]: 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-07T06:00:31.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:31.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:31.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:31.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:31.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:32 smithi028 ceph-mon[112123]: from='client.72192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:32 smithi028 ceph-mon[112123]: pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:32 smithi138 ceph-mon[117003]: from='client.72192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:32 smithi138 ceph-mon[117003]: pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:32 smithi161 ceph-mon[116604]: from='client.72192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:32 smithi161 ceph-mon[116604]: pgmap v2217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:34 smithi028 ceph-mon[112123]: 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-07T06:00:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:34 smithi138 ceph-mon[117003]: 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-07T06:00:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:34 smithi161 ceph-mon[116604]: 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-07T06:00:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:35 smithi161 ceph-mon[116604]: 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-07T06:00:36.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:36.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:36.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:35 smithi028 ceph-mon[112123]: 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-07T06:00:36.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:35 smithi138 ceph-mon[117003]: 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-07T06:00:36.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:36.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:36.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:36.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:36.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:38 smithi028 ceph-mon[112123]: from='client.72267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:38 smithi028 ceph-mon[112123]: 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-07T06:00:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:38 smithi138 ceph-mon[117003]: from='client.72267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:38 smithi138 ceph-mon[117003]: 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-07T06:00:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:38 smithi161 ceph-mon[116604]: from='client.72267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:38 smithi161 ceph-mon[116604]: 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-07T06:00:40.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:40 smithi028 ceph-mon[112123]: pgmap v2221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:40.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:40 smithi138 ceph-mon[117003]: pgmap v2221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:40 smithi161 ceph-mon[116604]: pgmap v2221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:41.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:41.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:41.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:42 smithi028 ceph-mon[112123]: pgmap v2222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:42 smithi138 ceph-mon[117003]: pgmap v2222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:42 smithi161 ceph-mon[116604]: pgmap v2222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:42.747 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:42.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:42.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:42.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:42.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:44 smithi028 ceph-mon[112123]: from='client.72336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:44 smithi028 ceph-mon[112123]: 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-07T06:00:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:44 smithi138 ceph-mon[117003]: from='client.72336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:44 smithi138 ceph-mon[117003]: 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-07T06:00:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:44 smithi161 ceph-mon[116604]: from='client.72336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:44 smithi161 ceph-mon[116604]: 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-07T06:00:46.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:45 smithi161 ceph-mon[116604]: pgmap v2224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:45 smithi028 ceph-mon[112123]: pgmap v2224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:46.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:45 smithi138 ceph-mon[117003]: pgmap v2224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:47.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:47.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:47.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:48 smithi028 ceph-mon[112123]: pgmap v2225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:48.514 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:48.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:48.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:48.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:48.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:48 smithi138 ceph-mon[117003]: pgmap v2225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:48 smithi161 ceph-mon[116604]: pgmap v2225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:49 smithi028 ceph-mon[112123]: from='client.72411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:49.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:49 smithi138 ceph-mon[117003]: from='client.72411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:49.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:49 smithi161 ceph-mon[116604]: from='client.72411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:50.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:50 smithi028 ceph-mon[112123]: pgmap v2226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:50 smithi138 ceph-mon[117003]: pgmap v2226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:50 smithi161 ceph-mon[116604]: pgmap v2226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:00:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:52 smithi138 ceph-mon[117003]: 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-07T06:00:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:52 smithi161 ceph-mon[116604]: 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-07T06:00:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:52 smithi028 ceph-mon[112123]: 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-07T06:00:53.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:53.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:53.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:00:54.294 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:00:54.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:00:54.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:00:54.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:00:54.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:00:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:54 smithi138 ceph-mon[117003]: pgmap v2228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:54 smithi161 ceph-mon[116604]: pgmap v2228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:54 smithi028 ceph-mon[112123]: pgmap v2228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:00:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:55 smithi138 ceph-mon[117003]: from='client.72486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:55.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:55 smithi161 ceph-mon[116604]: from='client.72486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:55 smithi028 ceph-mon[112123]: from='client.72486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:00:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:56 smithi138 ceph-mon[117003]: pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:00:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:56 smithi161 ceph-mon[116604]: pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:00:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:56 smithi028 ceph-mon[112123]: pgmap v2229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:00:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:00:58 smithi138 ceph-mon[117003]: pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:00:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:00:58 smithi161 ceph-mon[116604]: pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:00:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:00:58 smithi028 ceph-mon[112123]: pgmap v2230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:00:59.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:00:59.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:00:59.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:00.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:00.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:00.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:00.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:00.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:00 smithi138 ceph-mon[117003]: 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-07T06:01:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:01:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:01:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:01:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:01:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:00 smithi161 ceph-mon[116604]: 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-07T06:01:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:01:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:01:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:01:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:01:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:00 smithi028 ceph-mon[112123]: 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-07T06:01:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:01:00.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:01:00.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:01:00.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:01:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:01 smithi138 ceph-mon[117003]: from='client.72558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:01.629 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:01 smithi161 ceph-mon[116604]: from='client.72558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:01 smithi028 ceph-mon[112123]: from='client.72558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:02 smithi138 ceph-mon[117003]: pgmap v2232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:02 smithi161 ceph-mon[116604]: pgmap v2232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:02 smithi028 ceph-mon[112123]: pgmap v2232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:04 smithi138 ceph-mon[117003]: pgmap v2233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:04 smithi161 ceph-mon[116604]: pgmap v2233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:04 smithi028 ceph-mon[112123]: pgmap v2233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:05.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:05.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:05.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:05.887 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:05.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:05.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:05.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:05.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:06.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:05 smithi028 ceph-mon[112123]: pgmap v2234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:05 smithi138 ceph-mon[117003]: pgmap v2234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:05 smithi161 ceph-mon[116604]: pgmap v2234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:07.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:06 smithi028 ceph-mon[112123]: from='client.72624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:07.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:06 smithi138 ceph-mon[117003]: from='client.72624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:06 smithi161 ceph-mon[116604]: from='client.72624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:08.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:07 smithi028 ceph-mon[112123]: pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:01:08.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:07 smithi138 ceph-mon[117003]: pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:01:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:07 smithi161 ceph-mon[116604]: pgmap v2235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:01:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:10 smithi028 ceph-mon[112123]: pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:01:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:10 smithi138 ceph-mon[117003]: pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:01:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:10 smithi161 ceph-mon[116604]: pgmap v2236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:01:10.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:10.888 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:10.888 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:11.658 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:11.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:11.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:11.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:11.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:12 smithi138 ceph-mon[117003]: pgmap v2237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:12 smithi161 ceph-mon[116604]: pgmap v2237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:12 smithi028 ceph-mon[112123]: pgmap v2237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:13.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:13 smithi138 ceph-mon[117003]: from='client.72702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:13.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:13 smithi161 ceph-mon[116604]: from='client.72702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:13 smithi028 ceph-mon[112123]: from='client.72702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:14 smithi138 ceph-mon[117003]: 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-07T06:01:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:14 smithi161 ceph-mon[116604]: 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-07T06:01:14.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:14 smithi028 ceph-mon[112123]: 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-07T06:01:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:15 smithi028 ceph-mon[112123]: 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-07T06:01:16.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:15 smithi138 ceph-mon[117003]: 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-07T06:01:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:15 smithi161 ceph-mon[116604]: 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-07T06:01:16.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:16.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:16.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:17.429 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:17.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:17.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:17.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:17.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:18 smithi138 ceph-mon[117003]: from='client.72780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:18 smithi138 ceph-mon[117003]: 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-07T06:01:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:18 smithi161 ceph-mon[116604]: from='client.72780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:18 smithi161 ceph-mon[116604]: 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-07T06:01:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:18 smithi028 ceph-mon[112123]: from='client.72780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:18 smithi028 ceph-mon[112123]: 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-07T06:01:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:20 smithi138 ceph-mon[117003]: pgmap v2241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:20 smithi161 ceph-mon[116604]: pgmap v2241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:20 smithi028 ceph-mon[112123]: pgmap v2241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:22.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:22.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:22.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:22 smithi138 ceph-mon[117003]: pgmap v2242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:22 smithi161 ceph-mon[116604]: pgmap v2242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:22 smithi028 ceph-mon[112123]: pgmap v2242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:23.196 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:23.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:23.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:23.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:23.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:24 smithi138 ceph-mon[117003]: from='client.72858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:24 smithi138 ceph-mon[117003]: pgmap v2243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:24 smithi161 ceph-mon[116604]: from='client.72858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:24 smithi161 ceph-mon[116604]: pgmap v2243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:24 smithi028 ceph-mon[112123]: from='client.72858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:24 smithi028 ceph-mon[112123]: pgmap v2243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:25 smithi028 ceph-mon[112123]: pgmap v2244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:25 smithi138 ceph-mon[117003]: pgmap v2244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:25 smithi161 ceph-mon[116604]: pgmap v2244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:28.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:28.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:28.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:28 smithi138 ceph-mon[117003]: pgmap v2245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:28 smithi161 ceph-mon[116604]: pgmap v2245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:28 smithi028 ceph-mon[112123]: pgmap v2245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:28.979 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:28.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:28.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:28.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:28.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:30.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:30 smithi138 ceph-mon[117003]: from='client.72936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:30 smithi138 ceph-mon[117003]: pgmap v2246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:30 smithi161 ceph-mon[116604]: from='client.72936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:30 smithi161 ceph-mon[116604]: pgmap v2246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:30 smithi028 ceph-mon[112123]: from='client.72936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:30 smithi028 ceph-mon[112123]: pgmap v2246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:32 smithi138 ceph-mon[117003]: 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-07T06:01:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:32 smithi161 ceph-mon[116604]: 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-07T06:01:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:32 smithi028 ceph-mon[112123]: 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-07T06:01:33.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:33.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:33.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:34 smithi138 ceph-mon[117003]: pgmap v2248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:34 smithi161 ceph-mon[116604]: pgmap v2248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:34 smithi028 ceph-mon[112123]: pgmap v2248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:34.742 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:34.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:34.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:34.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:34.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:35 smithi028 ceph-mon[112123]: from='client.73014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:35 smithi028 ceph-mon[112123]: pgmap v2249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:35 smithi138 ceph-mon[117003]: from='client.73014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:35 smithi138 ceph-mon[117003]: pgmap v2249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:35 smithi161 ceph-mon[116604]: from='client.73014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:35 smithi161 ceph-mon[116604]: pgmap v2249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:38 smithi138 ceph-mon[117003]: pgmap v2250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:38 smithi161 ceph-mon[116604]: pgmap v2250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:38 smithi028 ceph-mon[112123]: pgmap v2250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:39.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:39.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:39.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:40.512 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:40.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:40.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:40.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:40.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:40.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:40 smithi138 ceph-mon[117003]: 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-07T06:01:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:40 smithi161 ceph-mon[116604]: 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-07T06:01:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:40 smithi028 ceph-mon[112123]: 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-07T06:01:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:41 smithi138 ceph-mon[117003]: from='client.73092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:41.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:41 smithi161 ceph-mon[116604]: from='client.73092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:41 smithi028 ceph-mon[112123]: from='client.73092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:42 smithi138 ceph-mon[117003]: pgmap v2252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:42 smithi161 ceph-mon[116604]: pgmap v2252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:42 smithi028 ceph-mon[112123]: pgmap v2252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:44 smithi138 ceph-mon[117003]: pgmap v2253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:44 smithi161 ceph-mon[116604]: pgmap v2253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:44 smithi028 ceph-mon[112123]: pgmap v2253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:01:45.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:45.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:45.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:46.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:45 smithi028 ceph-mon[112123]: pgmap v2254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:46.287 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:46.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:46.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:46.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:46.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:45 smithi138 ceph-mon[117003]: pgmap v2254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:45 smithi161 ceph-mon[116604]: pgmap v2254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:47.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:46 smithi028 ceph-mon[112123]: from='client.73164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:47.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:46 smithi138 ceph-mon[117003]: from='client.73164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:46 smithi161 ceph-mon[116604]: from='client.73164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:48.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:47 smithi028 ceph-mon[112123]: 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-07T06:01:48.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:47 smithi138 ceph-mon[117003]: 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-07T06:01:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:47 smithi161 ceph-mon[116604]: 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-07T06:01:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:50 smithi138 ceph-mon[117003]: pgmap v2256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:50 smithi161 ceph-mon[116604]: pgmap v2256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:50 smithi028 ceph-mon[112123]: pgmap v2256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:01:51.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:51.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:51.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:52.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:52.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:52.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:52.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:52.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:52 smithi138 ceph-mon[117003]: pgmap v2257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:52 smithi161 ceph-mon[116604]: pgmap v2257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:52 smithi028 ceph-mon[112123]: pgmap v2257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:01:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:53 smithi138 ceph-mon[117003]: from='client.73242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:53 smithi161 ceph-mon[116604]: from='client.73242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:53 smithi028 ceph-mon[112123]: from='client.73242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:54 smithi138 ceph-mon[117003]: 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-07T06:01:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:54 smithi161 ceph-mon[116604]: 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-07T06:01:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:54 smithi028 ceph-mon[112123]: 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-07T06:01:56.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:55 smithi028 ceph-mon[112123]: 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-07T06:01:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:55 smithi138 ceph-mon[117003]: 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-07T06:01:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:55 smithi161 ceph-mon[116604]: 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-07T06:01:57.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:01:57.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:01:57.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:01:57.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:01:57.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:01:57.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:01:57.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:01:57.824 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:01:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:58 smithi138 ceph-mon[117003]: 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-07T06:01:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:58 smithi161 ceph-mon[116604]: 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-07T06:01:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:58 smithi028 ceph-mon[112123]: 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-07T06:01:59.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:01:59 smithi138 ceph-mon[117003]: from='client.73320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:59.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:01:59 smithi161 ceph-mon[116604]: from='client.73320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:01:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:01:59 smithi028 ceph-mon[112123]: from='client.73320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:00 smithi138 ceph-mon[117003]: pgmap v2261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:00 smithi161 ceph-mon[116604]: pgmap v2261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:00 smithi028 ceph-mon[112123]: pgmap v2261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:02:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:02:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:02:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:02:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:02:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:02:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:02:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:02:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:02:01.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:02:01.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:02:01.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:02:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:02 smithi138 ceph-mon[117003]: pgmap v2262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:02 smithi161 ceph-mon[116604]: pgmap v2262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:02 smithi028 ceph-mon[112123]: pgmap v2262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:02.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:02.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:02.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:03.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:03.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:03.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:03.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:03.596 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:04 smithi138 ceph-mon[117003]: pgmap v2263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:04 smithi138 ceph-mon[117003]: from='client.73398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:04 smithi161 ceph-mon[116604]: pgmap v2263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:04 smithi161 ceph-mon[116604]: from='client.73398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:04 smithi028 ceph-mon[112123]: pgmap v2263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:04 smithi028 ceph-mon[112123]: from='client.73398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:05 smithi028 ceph-mon[112123]: pgmap v2264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:05 smithi138 ceph-mon[117003]: pgmap v2264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:05 smithi161 ceph-mon[116604]: pgmap v2264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:08 smithi138 ceph-mon[117003]: pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:08.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:08.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:08.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:08 smithi161 ceph-mon[116604]: pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:08 smithi028 ceph-mon[112123]: pgmap v2265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:09.366 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:09.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:09.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:09.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:09.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:10.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:10 smithi138 ceph-mon[117003]: from='client.73473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:10.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:10 smithi138 ceph-mon[117003]: pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:02:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:10 smithi161 ceph-mon[116604]: from='client.73473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:10 smithi161 ceph-mon[116604]: pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:02:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:10 smithi028 ceph-mon[112123]: from='client.73473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:10 smithi028 ceph-mon[112123]: pgmap v2266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:02:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:12 smithi138 ceph-mon[117003]: pgmap v2267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:02:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:12 smithi161 ceph-mon[116604]: pgmap v2267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:02:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:12 smithi028 ceph-mon[112123]: pgmap v2267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:02:14.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:14.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:14.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:14 smithi138 ceph-mon[117003]: pgmap v2268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:02:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:14 smithi161 ceph-mon[116604]: pgmap v2268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:02:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:14 smithi028 ceph-mon[112123]: pgmap v2268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:02:15.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:15.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:15.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:15.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:15.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:15 smithi028 ceph-mon[112123]: from='client.73548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:15 smithi028 ceph-mon[112123]: pgmap v2269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:15 smithi138 ceph-mon[117003]: from='client.73548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:15 smithi138 ceph-mon[117003]: pgmap v2269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:15 smithi161 ceph-mon[116604]: from='client.73548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:15 smithi161 ceph-mon[116604]: pgmap v2269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:18 smithi138 ceph-mon[117003]: pgmap v2270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:18 smithi161 ceph-mon[116604]: pgmap v2270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:18 smithi028 ceph-mon[112123]: pgmap v2270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:20.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:20.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:20.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:20 smithi138 ceph-mon[117003]: pgmap v2271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:20 smithi161 ceph-mon[116604]: pgmap v2271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:20 smithi028 ceph-mon[112123]: pgmap v2271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:20.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:20.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:20.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:20.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:20.909 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:22 smithi138 ceph-mon[117003]: from='client.73626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:22 smithi138 ceph-mon[117003]: pgmap v2272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:02:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:22 smithi161 ceph-mon[116604]: from='client.73626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:22 smithi161 ceph-mon[116604]: pgmap v2272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:02:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:22 smithi028 ceph-mon[112123]: from='client.73626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:22 smithi028 ceph-mon[112123]: pgmap v2272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:02:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:24 smithi138 ceph-mon[117003]: pgmap v2273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:02:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:24 smithi161 ceph-mon[116604]: pgmap v2273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:02:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:24 smithi028 ceph-mon[112123]: pgmap v2273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:02:25.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:25.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:25.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:26.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:25 smithi028 ceph-mon[112123]: pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:02:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:25 smithi138 ceph-mon[117003]: pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:02:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:25 smithi161 ceph-mon[116604]: pgmap v2274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:02:26.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:26.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:26.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:26.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:26.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:28 smithi138 ceph-mon[117003]: from='client.73698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:28 smithi138 ceph-mon[117003]: 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-07T06:02:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:28 smithi161 ceph-mon[116604]: from='client.73698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:28 smithi161 ceph-mon[116604]: 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-07T06:02:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:28 smithi028 ceph-mon[112123]: from='client.73698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:28 smithi028 ceph-mon[112123]: 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-07T06:02:30.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:30 smithi138 ceph-mon[117003]: pgmap v2276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:30 smithi161 ceph-mon[116604]: pgmap v2276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:30 smithi028 ceph-mon[112123]: pgmap v2276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:31.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:31.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:31.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:32.442 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:32.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:32.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:32.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:32.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:32 smithi138 ceph-mon[117003]: pgmap v2277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:32 smithi161 ceph-mon[116604]: pgmap v2277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:32 smithi028 ceph-mon[112123]: pgmap v2277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:33 smithi138 ceph-mon[117003]: from='client.73773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:33.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:33 smithi161 ceph-mon[116604]: from='client.73773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:33 smithi028 ceph-mon[112123]: from='client.73773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:34 smithi138 ceph-mon[117003]: 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-07T06:02:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:34 smithi161 ceph-mon[116604]: 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-07T06:02:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:34 smithi028 ceph-mon[112123]: 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-07T06:02:36.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:35 smithi028 ceph-mon[112123]: 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-07T06:02:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:35 smithi138 ceph-mon[117003]: 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-07T06:02:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:35 smithi161 ceph-mon[116604]: 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-07T06:02:37.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:37.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:37.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:38.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:38.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:38.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:38.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:38.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:38 smithi138 ceph-mon[117003]: 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-07T06:02:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:38 smithi161 ceph-mon[116604]: 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-07T06:02:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:38 smithi028 ceph-mon[112123]: 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-07T06:02:39.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:39 smithi138 ceph-mon[117003]: from='client.73851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:39.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:39 smithi161 ceph-mon[116604]: from='client.73851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:39 smithi028 ceph-mon[112123]: from='client.73851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:40 smithi138 ceph-mon[117003]: pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:40 smithi161 ceph-mon[116604]: pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:40 smithi028 ceph-mon[112123]: pgmap v2281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:42 smithi138 ceph-mon[117003]: 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-07T06:02:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:42 smithi161 ceph-mon[116604]: 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-07T06:02:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:42 smithi028 ceph-mon[112123]: 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-07T06:02:43.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:43.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:43.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:43.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:43.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:43.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:43.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:43.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:44 smithi138 ceph-mon[117003]: pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:44 smithi161 ceph-mon[116604]: pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:44 smithi028 ceph-mon[112123]: pgmap v2283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:45 smithi138 ceph-mon[117003]: from='client.73929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:45.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:45 smithi161 ceph-mon[116604]: from='client.73929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:45 smithi028 ceph-mon[112123]: from='client.73929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:46.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:46 smithi138 ceph-mon[117003]: pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:46 smithi161 ceph-mon[116604]: pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:46 smithi028 ceph-mon[112123]: pgmap v2284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:02:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:48 smithi138 ceph-mon[117003]: pgmap v2285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:48 smithi161 ceph-mon[116604]: pgmap v2285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:48 smithi028 ceph-mon[112123]: pgmap v2285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:48.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:48.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:48.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:49.757 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:49.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:49.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:49.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:49.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:50 smithi138 ceph-mon[117003]: pgmap v2286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:50 smithi161 ceph-mon[116604]: pgmap v2286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:50.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:50 smithi028 ceph-mon[112123]: pgmap v2286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:51 smithi138 ceph-mon[117003]: from='client.74004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:51.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:51 smithi161 ceph-mon[116604]: from='client.74004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:51 smithi028 ceph-mon[112123]: from='client.74004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:52 smithi138 ceph-mon[117003]: pgmap v2287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:52 smithi161 ceph-mon[116604]: pgmap v2287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:52 smithi028 ceph-mon[112123]: pgmap v2287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:54 smithi138 ceph-mon[117003]: pgmap v2288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:54 smithi161 ceph-mon[116604]: pgmap v2288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:54 smithi028 ceph-mon[112123]: pgmap v2288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:54.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:02:54.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:02:54.760 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:02:55.535 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:02:55.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:02:55.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:02:55.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:02:55.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:02:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:55 smithi138 ceph-mon[117003]: from='client.74079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:55 smithi138 ceph-mon[117003]: pgmap v2289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:55 smithi161 ceph-mon[116604]: from='client.74079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:55 smithi161 ceph-mon[116604]: pgmap v2289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:55 smithi028 ceph-mon[112123]: from='client.74079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:02:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:55 smithi028 ceph-mon[112123]: pgmap v2289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:02:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:02:58 smithi138 ceph-mon[117003]: pgmap v2290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:02:58 smithi161 ceph-mon[116604]: pgmap v2290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:02:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:02:58 smithi028 ceph-mon[112123]: pgmap v2290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:03:00.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:00.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:00.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:00 smithi138 ceph-mon[117003]: pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:00 smithi161 ceph-mon[116604]: pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:00 smithi028 ceph-mon[112123]: pgmap v2291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:01.325 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:01.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:01.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:01.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:01.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:03:01.612 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:03:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:03:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:02 smithi138 ceph-mon[117003]: from='client.74151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:02 smithi138 ceph-mon[117003]: pgmap v2292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:03:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:03:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:03:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:02 smithi161 ceph-mon[116604]: from='client.74151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:02 smithi161 ceph-mon[116604]: pgmap v2292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:03:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:03:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:03:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:02 smithi028 ceph-mon[112123]: from='client.74151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:02 smithi028 ceph-mon[112123]: pgmap v2292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:03:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:03:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:03:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:04 smithi138 ceph-mon[117003]: 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-07T06:03:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:04 smithi161 ceph-mon[116604]: 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-07T06:03:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:04 smithi028 ceph-mon[112123]: 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-07T06:03:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:05 smithi138 ceph-mon[117003]: 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-07T06:03:06.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:06.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:06.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:05 smithi161 ceph-mon[116604]: 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-07T06:03:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:05 smithi028 ceph-mon[112123]: 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-07T06:03:07.105 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:08 smithi138 ceph-mon[117003]: from='client.74223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:08 smithi138 ceph-mon[117003]: 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-07T06:03:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:08 smithi161 ceph-mon[116604]: from='client.74223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:08 smithi161 ceph-mon[116604]: 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-07T06:03:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:08 smithi028 ceph-mon[112123]: from='client.74223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:08 smithi028 ceph-mon[112123]: 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-07T06:03:10.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:10 smithi138 ceph-mon[117003]: pgmap v2296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:03:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:10 smithi161 ceph-mon[116604]: pgmap v2296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:03:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:10 smithi028 ceph-mon[112123]: pgmap v2296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:03:12.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:12.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:12.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:12 smithi138 ceph-mon[117003]: pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:12 smithi161 ceph-mon[116604]: pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:12 smithi028 ceph-mon[112123]: pgmap v2297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:12.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:12.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:12.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:12.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:12.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:14 smithi138 ceph-mon[117003]: from='client.74301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:14 smithi138 ceph-mon[117003]: 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-07T06:03:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:14 smithi161 ceph-mon[116604]: from='client.74301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:14 smithi161 ceph-mon[116604]: 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-07T06:03:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:14 smithi028 ceph-mon[112123]: from='client.74301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:14 smithi028 ceph-mon[112123]: 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-07T06:03:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:15 smithi138 ceph-mon[117003]: 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-07T06:03:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:15 smithi161 ceph-mon[116604]: 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-07T06:03:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:15 smithi028 ceph-mon[112123]: 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-07T06:03:17.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:17.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:17.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:18 smithi138 ceph-mon[117003]: 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-07T06:03:18.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:18.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:18.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:18.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:18.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:18 smithi161 ceph-mon[116604]: 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-07T06:03:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:18 smithi028 ceph-mon[112123]: 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-07T06:03:19.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:19 smithi138 ceph-mon[117003]: from='client.74373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:19.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:19 smithi161 ceph-mon[116604]: from='client.74373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:19 smithi028 ceph-mon[112123]: from='client.74373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:20 smithi138 ceph-mon[117003]: pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:03:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:20 smithi161 ceph-mon[116604]: pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:03:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:20 smithi028 ceph-mon[112123]: pgmap v2301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:03:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:22 smithi138 ceph-mon[117003]: pgmap v2302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:22 smithi161 ceph-mon[116604]: pgmap v2302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:22 smithi028 ceph-mon[112123]: pgmap v2302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:23.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:23.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:23.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:24.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:24.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:24.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:24.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:24.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:24 smithi138 ceph-mon[117003]: pgmap v2303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:24 smithi161 ceph-mon[116604]: pgmap v2303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:24 smithi028 ceph-mon[112123]: pgmap v2303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:25.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:25 smithi138 ceph-mon[117003]: from='client.74442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:25 smithi161 ceph-mon[116604]: from='client.74442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:25.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:25 smithi028 ceph-mon[112123]: from='client.74442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:26 smithi138 ceph-mon[117003]: pgmap v2304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:03:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:26 smithi161 ceph-mon[116604]: pgmap v2304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:03:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:26 smithi028 ceph-mon[112123]: pgmap v2304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:03:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:28 smithi138 ceph-mon[117003]: pgmap v2305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:03:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:28 smithi161 ceph-mon[116604]: pgmap v2305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:03:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:28 smithi028 ceph-mon[112123]: pgmap v2305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:03:29.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:29.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:29.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:30.213 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:30.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:30.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:30.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:30.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:30.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:30 smithi138 ceph-mon[117003]: pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:30 smithi161 ceph-mon[116604]: pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:30 smithi028 ceph-mon[112123]: pgmap v2306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:31 smithi138 ceph-mon[117003]: from='client.74520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:31 smithi161 ceph-mon[116604]: from='client.74520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:31 smithi028 ceph-mon[112123]: from='client.74520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:32 smithi138 ceph-mon[117003]: pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:03:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:32 smithi161 ceph-mon[116604]: pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:03:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:32 smithi028 ceph-mon[112123]: pgmap v2307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:03:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:34 smithi138 ceph-mon[117003]: pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:03:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:34 smithi161 ceph-mon[116604]: pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:03:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:34 smithi028 ceph-mon[112123]: pgmap v2308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:03:35.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:35.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:35.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:35.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:35.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:35.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:35.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:35.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:35 smithi138 ceph-mon[117003]: pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:35 smithi161 ceph-mon[116604]: pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:35 smithi028 ceph-mon[112123]: pgmap v2309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:37.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:36 smithi138 ceph-mon[117003]: from='client.74595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:36 smithi161 ceph-mon[116604]: from='client.74595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:36 smithi028 ceph-mon[112123]: from='client.74595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:38.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:37 smithi138 ceph-mon[117003]: pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:03:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:37 smithi161 ceph-mon[116604]: pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:03:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:37 smithi028 ceph-mon[112123]: pgmap v2310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:03:40.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:40 smithi138 ceph-mon[117003]: pgmap v2311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:03:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:40 smithi161 ceph-mon[116604]: pgmap v2311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:03:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:40 smithi028 ceph-mon[112123]: pgmap v2311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:03:40.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:40.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:40.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:41.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:41.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:41.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:41.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:41.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:42 smithi138 ceph-mon[117003]: pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:42 smithi161 ceph-mon[116604]: pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:42 smithi028 ceph-mon[112123]: pgmap v2312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:43 smithi138 ceph-mon[117003]: from='client.74673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:43.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:43 smithi161 ceph-mon[116604]: from='client.74673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:43 smithi028 ceph-mon[112123]: from='client.74673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:44 smithi138 ceph-mon[117003]: 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-07T06:03:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:44 smithi161 ceph-mon[116604]: 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-07T06:03:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:44 smithi028 ceph-mon[112123]: 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-07T06:03:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:45 smithi138 ceph-mon[117003]: 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-07T06:03:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:45 smithi161 ceph-mon[116604]: 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-07T06:03:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:45 smithi028 ceph-mon[112123]: 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-07T06:03:46.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:46.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:46.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:47.538 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:47.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:47.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:47.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:47.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:48 smithi138 ceph-mon[117003]: from='client.74748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:48 smithi138 ceph-mon[117003]: 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-07T06:03:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:48 smithi161 ceph-mon[116604]: from='client.74748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:48 smithi161 ceph-mon[116604]: 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-07T06:03:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:48 smithi028 ceph-mon[112123]: from='client.74748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:48 smithi028 ceph-mon[112123]: 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-07T06:03:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:50 smithi138 ceph-mon[117003]: pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:03:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:50 smithi161 ceph-mon[116604]: pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:03:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:50 smithi028 ceph-mon[112123]: pgmap v2316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:03:52.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:52.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:52.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:52 smithi138 ceph-mon[117003]: pgmap v2317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:52 smithi161 ceph-mon[116604]: pgmap v2317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:52 smithi028 ceph-mon[112123]: pgmap v2317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:03:53.306 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:53.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:53.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:53.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:53.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:03:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:54 smithi138 ceph-mon[117003]: from='client.74826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:54 smithi138 ceph-mon[117003]: 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-07T06:03:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:54 smithi161 ceph-mon[116604]: from='client.74826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:54 smithi161 ceph-mon[116604]: 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-07T06:03:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:54 smithi028 ceph-mon[112123]: from='client.74826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:03:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:54 smithi028 ceph-mon[112123]: 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-07T06:03:56.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:55 smithi138 ceph-mon[117003]: 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-07T06:03:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:55 smithi161 ceph-mon[116604]: 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-07T06:03:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:55 smithi028 ceph-mon[112123]: 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-07T06:03:58.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:03:58.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:03:58.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:03:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:03:58 smithi138 ceph-mon[117003]: 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-07T06:03:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:03:58 smithi161 ceph-mon[116604]: 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-07T06:03:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:03:58 smithi028 ceph-mon[112123]: 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-07T06:03:59.081 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:03:59.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:03:59.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:03:59.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:03:59.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:00 smithi138 ceph-mon[117003]: from='client.74904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:00 smithi138 ceph-mon[117003]: pgmap v2321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:04:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:00 smithi161 ceph-mon[116604]: from='client.74904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:00 smithi161 ceph-mon[116604]: pgmap v2321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:04:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:00 smithi028 ceph-mon[112123]: from='client.74904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:00 smithi028 ceph-mon[112123]: pgmap v2321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:04:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:02 smithi138 ceph-mon[117003]: pgmap v2322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:04:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:02 smithi161 ceph-mon[116604]: pgmap v2322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:04:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:02 smithi028 ceph-mon[112123]: pgmap v2322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:04:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:04:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:04:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:04:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:04:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:04:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:04:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:04:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:04:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:04:04.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:04.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:04.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:04 smithi138 ceph-mon[117003]: pgmap v2323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:04 smithi161 ceph-mon[116604]: pgmap v2323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:04 smithi028 ceph-mon[112123]: pgmap v2323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:04.846 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:04.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:04.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:04.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:04.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:05 smithi138 ceph-mon[117003]: from='client.74979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:05 smithi138 ceph-mon[117003]: 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-07T06:04:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:05 smithi161 ceph-mon[116604]: from='client.74979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:05 smithi161 ceph-mon[116604]: 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-07T06:04:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:05 smithi028 ceph-mon[112123]: from='client.74979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:05 smithi028 ceph-mon[112123]: 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-07T06:04:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:08 smithi138 ceph-mon[117003]: 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-07T06:04:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:08 smithi161 ceph-mon[116604]: 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-07T06:04:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:08 smithi028 ceph-mon[112123]: 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-07T06:04:09.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:09.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:09.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:10.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:10 smithi138 ceph-mon[117003]: pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:10.625 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:10.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:10.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:10.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:10.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:10 smithi161 ceph-mon[116604]: pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:10 smithi028 ceph-mon[112123]: pgmap v2326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:11 smithi138 ceph-mon[117003]: from='client.75057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:11.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:11 smithi161 ceph-mon[116604]: from='client.75057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:11 smithi028 ceph-mon[112123]: from='client.75057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:12 smithi138 ceph-mon[117003]: pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:04:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:12 smithi161 ceph-mon[116604]: pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:04:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:12 smithi028 ceph-mon[112123]: pgmap v2327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:04:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:14 smithi138 ceph-mon[117003]: pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:04:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:14 smithi161 ceph-mon[116604]: pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:04:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:14 smithi028 ceph-mon[112123]: pgmap v2328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:04:15.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:15.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:15.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:15 smithi138 ceph-mon[117003]: pgmap v2329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:16.392 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:16.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:16.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:16.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:16.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:15 smithi161 ceph-mon[116604]: pgmap v2329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:15 smithi028 ceph-mon[112123]: pgmap v2329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:16 smithi138 ceph-mon[117003]: from='client.75132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:16 smithi161 ceph-mon[116604]: from='client.75132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:16 smithi028 ceph-mon[112123]: from='client.75132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:18.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:17 smithi138 ceph-mon[117003]: 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-07T06:04:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:17 smithi161 ceph-mon[116604]: 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-07T06:04:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:17 smithi028 ceph-mon[112123]: 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-07T06:04:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:20 smithi138 ceph-mon[117003]: pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:04:20.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:20 smithi161 ceph-mon[116604]: pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:04:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:20 smithi028 ceph-mon[112123]: pgmap v2331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:04:21.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:21.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:21.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:22.165 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:22.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:22.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:22.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:22.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:22 smithi138 ceph-mon[117003]: pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:22 smithi161 ceph-mon[116604]: pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:22 smithi028 ceph-mon[112123]: pgmap v2332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:23 smithi138 ceph-mon[117003]: from='client.75207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:23.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:23 smithi161 ceph-mon[116604]: from='client.75207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:23 smithi028 ceph-mon[112123]: from='client.75207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:24 smithi138 ceph-mon[117003]: 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-07T06:04:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:24 smithi161 ceph-mon[116604]: 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-07T06:04:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:24 smithi028 ceph-mon[112123]: 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-07T06:04:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:25 smithi138 ceph-mon[117003]: 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-07T06:04:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:25 smithi161 ceph-mon[116604]: 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-07T06:04:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:25 smithi028 ceph-mon[112123]: 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-07T06:04:27.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:27.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:27.168 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:27.935 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:27.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:27.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:27.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:27.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:28 smithi138 ceph-mon[117003]: 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-07T06:04:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:28 smithi161 ceph-mon[116604]: 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-07T06:04:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:28 smithi028 ceph-mon[112123]: 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-07T06:04:29.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:29 smithi138 ceph-mon[117003]: from='client.75279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:29 smithi161 ceph-mon[116604]: from='client.75279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:29 smithi028 ceph-mon[112123]: from='client.75279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:30.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:30 smithi138 ceph-mon[117003]: pgmap v2336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:04:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:30 smithi161 ceph-mon[116604]: pgmap v2336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:04:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:30 smithi028 ceph-mon[112123]: pgmap v2336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:04:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:32 smithi138 ceph-mon[117003]: pgmap v2337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:32 smithi161 ceph-mon[116604]: pgmap v2337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:32 smithi028 ceph-mon[112123]: pgmap v2337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:32.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:32.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:32.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:33.710 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:33.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:33.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:33.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:33.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:34 smithi138 ceph-mon[117003]: 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-07T06:04:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:34 smithi161 ceph-mon[116604]: 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-07T06:04:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:34 smithi028 ceph-mon[112123]: 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-07T06:04:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:35 smithi138 ceph-mon[117003]: from='client.75354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:35 smithi161 ceph-mon[116604]: from='client.75354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:35 smithi028 ceph-mon[112123]: from='client.75354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:36 smithi138 ceph-mon[117003]: 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-07T06:04:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:36 smithi161 ceph-mon[116604]: 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-07T06:04:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:36 smithi028 ceph-mon[112123]: 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-07T06:04:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:38 smithi138 ceph-mon[117003]: 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-07T06:04:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:38 smithi161 ceph-mon[116604]: 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-07T06:04:38.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:38.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:38.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:38 smithi028 ceph-mon[112123]: 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-07T06:04:39.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:39.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:39.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:39.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:39.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:40.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:40 smithi138 ceph-mon[117003]: from='client.75426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:40.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:40 smithi138 ceph-mon[117003]: 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-07T06:04:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:40 smithi161 ceph-mon[116604]: from='client.75426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:40 smithi161 ceph-mon[116604]: 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-07T06:04:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:40 smithi028 ceph-mon[112123]: from='client.75426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:40 smithi028 ceph-mon[112123]: 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-07T06:04:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:42 smithi138 ceph-mon[117003]: pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:04:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:42 smithi161 ceph-mon[116604]: pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:04:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:42 smithi028 ceph-mon[112123]: pgmap v2342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:04:44.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:44.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:44.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:44 smithi161 ceph-mon[116604]: 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-07T06:04:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:44 smithi028 ceph-mon[112123]: 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-07T06:04:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:44 smithi138 ceph-mon[117003]: 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-07T06:04:45.248 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:45.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:45.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:45.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:45.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:45 smithi138 ceph-mon[117003]: from='client.75504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:45 smithi138 ceph-mon[117003]: 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-07T06:04:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:45 smithi161 ceph-mon[116604]: from='client.75504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:45 smithi161 ceph-mon[116604]: 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-07T06:04:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:45 smithi028 ceph-mon[112123]: from='client.75504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:45 smithi028 ceph-mon[112123]: 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-07T06:04:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:48 smithi138 ceph-mon[117003]: 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-07T06:04:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:48 smithi161 ceph-mon[116604]: 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-07T06:04:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:48 smithi028 ceph-mon[112123]: 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-07T06:04:50.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:50.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:50.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:50 smithi138 ceph-mon[117003]: pgmap v2346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:50 smithi161 ceph-mon[116604]: pgmap v2346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:50 smithi028 ceph-mon[112123]: pgmap v2346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:04:51.033 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:51.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:51.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:51.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:51.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:52 smithi138 ceph-mon[117003]: from='client.75582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:52 smithi138 ceph-mon[117003]: 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-07T06:04:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:52 smithi161 ceph-mon[116604]: from='client.75582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:52 smithi161 ceph-mon[116604]: 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-07T06:04:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:52 smithi028 ceph-mon[112123]: from='client.75582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:52 smithi028 ceph-mon[112123]: 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-07T06:04:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:54 smithi138 ceph-mon[117003]: 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-07T06:04:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:54 smithi161 ceph-mon[116604]: 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-07T06:04:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:54 smithi028 ceph-mon[112123]: 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-07T06:04:56.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:04:56.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:04:56.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:04:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:55 smithi138 ceph-mon[117003]: 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-07T06:04:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:55 smithi161 ceph-mon[116604]: 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-07T06:04:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:55 smithi028 ceph-mon[112123]: 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-07T06:04:56.810 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:04:56.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:04:56.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:04:56.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:04:56.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:04:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:58 smithi138 ceph-mon[117003]: from='client.75654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:04:58 smithi138 ceph-mon[117003]: 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-07T06:04:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:58 smithi161 ceph-mon[116604]: from='client.75654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:04:58 smithi161 ceph-mon[116604]: 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-07T06:04:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:58 smithi028 ceph-mon[112123]: from='client.75654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:04:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:04:58 smithi028 ceph-mon[112123]: 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-07T06:05:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:00 smithi138 ceph-mon[117003]: pgmap v2351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:00 smithi161 ceph-mon[116604]: pgmap v2351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:00 smithi028 ceph-mon[112123]: pgmap v2351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:01.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:01.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:01.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:02 smithi138 ceph-mon[117003]: pgmap v2352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:02.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:02.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:02.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:02.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:02.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:02 smithi161 ceph-mon[116604]: pgmap v2352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:02 smithi028 ceph-mon[112123]: pgmap v2352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:03 smithi138 ceph-mon[117003]: from='client.75729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:05:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:05:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:05:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:05:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:03 smithi161 ceph-mon[116604]: from='client.75729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:05:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:05:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:05:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:05:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:03 smithi028 ceph-mon[112123]: from='client.75729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:05:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:05:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:05:03.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:05:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:04 smithi138 ceph-mon[117003]: 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-07T06:05:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:04 smithi161 ceph-mon[116604]: 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-07T06:05:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:04 smithi028 ceph-mon[112123]: 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-07T06:05:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:05 smithi138 ceph-mon[117003]: 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-07T06:05:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:05 smithi161 ceph-mon[116604]: 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-07T06:05:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:05 smithi028 ceph-mon[112123]: 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-07T06:05:07.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:07.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:07.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:08.390 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:08.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:08.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:08.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:08.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:08 smithi138 ceph-mon[117003]: 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-07T06:05:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:08 smithi161 ceph-mon[116604]: 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-07T06:05:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:08 smithi028 ceph-mon[112123]: 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-07T06:05:09.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:09 smithi138 ceph-mon[117003]: from='client.75798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:09.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:09 smithi161 ceph-mon[116604]: from='client.75798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:09 smithi028 ceph-mon[112123]: from='client.75798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:10.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:10 smithi138 ceph-mon[117003]: pgmap v2356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:10 smithi161 ceph-mon[116604]: pgmap v2356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:10 smithi028 ceph-mon[112123]: pgmap v2356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:12 smithi138 ceph-mon[117003]: pgmap v2357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:12 smithi161 ceph-mon[116604]: pgmap v2357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:12 smithi028 ceph-mon[112123]: pgmap v2357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:13.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:13.393 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:13.393 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:14.164 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:14.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:14.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:14.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:14.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:14 smithi138 ceph-mon[117003]: 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-07T06:05:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:14 smithi161 ceph-mon[116604]: 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-07T06:05:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:14 smithi028 ceph-mon[112123]: 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-07T06:05:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:15 smithi138 ceph-mon[117003]: from='client.75876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:15 smithi161 ceph-mon[116604]: from='client.75876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:15 smithi028 ceph-mon[112123]: from='client.75876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:16 smithi138 ceph-mon[117003]: 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-07T06:05:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:16 smithi161 ceph-mon[116604]: 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-07T06:05:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:16 smithi028 ceph-mon[112123]: 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-07T06:05:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:18 smithi161 ceph-mon[116604]: 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-07T06:05:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:18 smithi028 ceph-mon[112123]: 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-07T06:05:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:18 smithi138 ceph-mon[117003]: 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-07T06:05:19.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:19.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:19.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:19.937 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:19.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:19.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:19.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:19.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:20 smithi161 ceph-mon[116604]: 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-07T06:05:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:20 smithi028 ceph-mon[112123]: 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-07T06:05:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:20 smithi138 ceph-mon[117003]: 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-07T06:05:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:21 smithi161 ceph-mon[116604]: from='client.75954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:21 smithi028 ceph-mon[112123]: from='client.75954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:21 smithi138 ceph-mon[117003]: from='client.75954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:22 smithi161 ceph-mon[116604]: pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:05:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:22 smithi028 ceph-mon[112123]: pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:05:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:22 smithi138 ceph-mon[117003]: pgmap v2362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:05:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:24 smithi161 ceph-mon[116604]: 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-07T06:05:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:24 smithi028 ceph-mon[112123]: 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-07T06:05:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:24 smithi138 ceph-mon[117003]: 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-07T06:05:24.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:24.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:24.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:25.702 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:25.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:25.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:25.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:25.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:25 smithi138 ceph-mon[117003]: 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-07T06:05:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:25 smithi161 ceph-mon[116604]: 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-07T06:05:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:25 smithi028 ceph-mon[112123]: 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-07T06:05:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:26 smithi138 ceph-mon[117003]: from='client.76032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:26 smithi161 ceph-mon[116604]: from='client.76032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:26 smithi028 ceph-mon[112123]: from='client.76032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:28.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:28 smithi138 ceph-mon[117003]: 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-07T06:05:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:28 smithi161 ceph-mon[116604]: 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-07T06:05:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:28 smithi028 ceph-mon[112123]: 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-07T06:05:30.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:30 smithi138 ceph-mon[117003]: pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:30 smithi161 ceph-mon[116604]: pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:30.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:30.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:30.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:30 smithi028 ceph-mon[112123]: pgmap v2366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:31.464 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:31.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:31.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:31.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:31.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:32 smithi138 ceph-mon[117003]: from='client.76110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:32 smithi138 ceph-mon[117003]: 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-07T06:05:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:32 smithi161 ceph-mon[116604]: from='client.76110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:32 smithi161 ceph-mon[116604]: 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-07T06:05:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:32 smithi028 ceph-mon[112123]: from='client.76110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:32 smithi028 ceph-mon[112123]: 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-07T06:05:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:34 smithi138 ceph-mon[117003]: 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-07T06:05:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:34 smithi161 ceph-mon[116604]: 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-07T06:05:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:34 smithi028 ceph-mon[112123]: 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-07T06:05:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:35 smithi138 ceph-mon[117003]: 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-07T06:05:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:35 smithi161 ceph-mon[116604]: 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-07T06:05:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:35 smithi028 ceph-mon[112123]: 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-07T06:05:36.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:36.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:36.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:37.232 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:37.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:37.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:37.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:37.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:38 smithi138 ceph-mon[117003]: from='client.76188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:38 smithi138 ceph-mon[117003]: 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-07T06:05:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:38 smithi161 ceph-mon[116604]: from='client.76188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:38 smithi161 ceph-mon[116604]: 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-07T06:05:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:38 smithi028 ceph-mon[112123]: from='client.76188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:38 smithi028 ceph-mon[112123]: 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-07T06:05:40.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:40 smithi138 ceph-mon[117003]: pgmap v2371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:40 smithi161 ceph-mon[116604]: pgmap v2371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:40 smithi028 ceph-mon[112123]: pgmap v2371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:42.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:42.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:42.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:42 smithi138 ceph-mon[117003]: pgmap v2372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:42 smithi161 ceph-mon[116604]: pgmap v2372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:42 smithi028 ceph-mon[112123]: pgmap v2372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:42.989 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:42.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:42.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:42.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:42.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:44 smithi161 ceph-mon[116604]: from='client.76260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:44 smithi161 ceph-mon[116604]: 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-07T06:05:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:44 smithi028 ceph-mon[112123]: from='client.76260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:44 smithi028 ceph-mon[112123]: 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-07T06:05:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:44 smithi138 ceph-mon[117003]: from='client.76260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:44 smithi138 ceph-mon[117003]: 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-07T06:05:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:46 smithi138 ceph-mon[117003]: 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-07T06:05:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:46 smithi161 ceph-mon[116604]: 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-07T06:05:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:46 smithi028 ceph-mon[112123]: 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-07T06:05:47.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:47.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:47.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:48 smithi138 ceph-mon[117003]: 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-07T06:05:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:48 smithi161 ceph-mon[116604]: 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-07T06:05:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:48 smithi028 ceph-mon[112123]: 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-07T06:05:48.784 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:48.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:48.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:48.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:48.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:50 smithi138 ceph-mon[117003]: from='client.76335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:50 smithi138 ceph-mon[117003]: pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:50 smithi161 ceph-mon[116604]: from='client.76335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:50 smithi161 ceph-mon[116604]: pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:50 smithi028 ceph-mon[112123]: from='client.76335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:50 smithi028 ceph-mon[112123]: pgmap v2376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:05:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:52 smithi161 ceph-mon[116604]: pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:52 smithi028 ceph-mon[112123]: pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:52 smithi138 ceph-mon[117003]: pgmap v2377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:53.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:53.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:53.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:05:54.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:05:54.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:05:54.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:05:54.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:05:54.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:05:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:54 smithi161 ceph-mon[116604]: 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-07T06:05:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:54 smithi028 ceph-mon[112123]: 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-07T06:05:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:54 smithi138 ceph-mon[117003]: 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-07T06:05:55.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:55 smithi161 ceph-mon[116604]: from='client.76413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:55 smithi028 ceph-mon[112123]: from='client.76413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:55 smithi138 ceph-mon[117003]: from='client.76413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:05:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:56 smithi161 ceph-mon[116604]: pgmap v2379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:56 smithi028 ceph-mon[112123]: pgmap v2379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:56 smithi138 ceph-mon[117003]: pgmap v2379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:05:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:05:58 smithi161 ceph-mon[116604]: pgmap v2380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:05:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:05:58 smithi028 ceph-mon[112123]: pgmap v2380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:05:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:05:58 smithi138 ceph-mon[117003]: pgmap v2380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:05:59.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:05:59.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:05:59.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:00.324 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:00.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:00.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:00.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:00.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:00 smithi161 ceph-mon[116604]: 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-07T06:06:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:00 smithi028 ceph-mon[112123]: 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-07T06:06:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:00 smithi138 ceph-mon[117003]: 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-07T06:06:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:01 smithi161 ceph-mon[116604]: from='client.76488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:01 smithi028 ceph-mon[112123]: from='client.76488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:01 smithi138 ceph-mon[117003]: from='client.76488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:02 smithi161 ceph-mon[116604]: pgmap v2382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:06:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:02 smithi028 ceph-mon[112123]: pgmap v2382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:06:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:02 smithi138 ceph-mon[117003]: pgmap v2382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:06:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:06:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:06:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:06:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: 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-07T06:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: 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-07T06:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: 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-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:06:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:06:05.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:05.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:05.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:06.096 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:06.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:06.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:06.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:06.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:06 smithi138 ceph-mon[117003]: 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-07T06:06:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:06 smithi161 ceph-mon[116604]: 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-07T06:06:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:06 smithi028 ceph-mon[112123]: 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-07T06:06:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:07 smithi138 ceph-mon[117003]: from='client.76560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:07 smithi161 ceph-mon[116604]: from='client.76560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:07 smithi028 ceph-mon[112123]: from='client.76560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:08 smithi138 ceph-mon[117003]: pgmap v2385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:08 smithi161 ceph-mon[116604]: pgmap v2385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:08 smithi028 ceph-mon[112123]: pgmap v2385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:10 smithi161 ceph-mon[116604]: pgmap v2386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:10 smithi028 ceph-mon[112123]: pgmap v2386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:10 smithi138 ceph-mon[117003]: pgmap v2386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:11.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:11.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:11.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:11.862 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:11.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:11.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:11.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:11.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:12 smithi161 ceph-mon[116604]: 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-07T06:06:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:12 smithi028 ceph-mon[112123]: 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-07T06:06:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:12 smithi138 ceph-mon[117003]: 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-07T06:06:13.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:13 smithi161 ceph-mon[116604]: from='client.76638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:13 smithi028 ceph-mon[112123]: from='client.76638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:13 smithi138 ceph-mon[117003]: from='client.76638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:14 smithi161 ceph-mon[116604]: 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-07T06:06:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:14 smithi028 ceph-mon[112123]: 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-07T06:06:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:14 smithi138 ceph-mon[117003]: 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-07T06:06:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:16 smithi138 ceph-mon[117003]: 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-07T06:06:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:16 smithi161 ceph-mon[116604]: 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-07T06:06:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:16 smithi028 ceph-mon[112123]: 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-07T06:06:16.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:16.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:16.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:17.629 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:17.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:17.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:17.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:17.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:18 smithi161 ceph-mon[116604]: 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-07T06:06:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:18 smithi161 ceph-mon[116604]: from='client.76713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:18 smithi028 ceph-mon[112123]: 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-07T06:06:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:18 smithi028 ceph-mon[112123]: from='client.76713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:18 smithi138 ceph-mon[117003]: 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-07T06:06:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:18 smithi138 ceph-mon[117003]: from='client.76713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:20 smithi161 ceph-mon[116604]: pgmap v2391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:20 smithi028 ceph-mon[112123]: pgmap v2391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:20 smithi138 ceph-mon[117003]: pgmap v2391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:22.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:22.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:22.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:22 smithi161 ceph-mon[116604]: pgmap v2392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:22 smithi028 ceph-mon[112123]: pgmap v2392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:22 smithi138 ceph-mon[117003]: pgmap v2392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:23.400 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:23.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:23.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:23.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:23.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:24 smithi161 ceph-mon[116604]: from='client.76788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:24 smithi161 ceph-mon[116604]: 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-07T06:06:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:24 smithi028 ceph-mon[112123]: from='client.76788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:24 smithi028 ceph-mon[112123]: 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-07T06:06:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:24 smithi138 ceph-mon[117003]: from='client.76788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:24 smithi138 ceph-mon[117003]: 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-07T06:06:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:26 smithi138 ceph-mon[117003]: 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-07T06:06:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:26 smithi161 ceph-mon[116604]: 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-07T06:06:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:26 smithi028 ceph-mon[112123]: 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-07T06:06:28.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:28.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:28.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:28 smithi161 ceph-mon[116604]: 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-07T06:06:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:28 smithi028 ceph-mon[112123]: 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-07T06:06:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:28 smithi138 ceph-mon[117003]: 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-07T06:06:29.182 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:29.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:29.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:29.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:29.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:30 smithi161 ceph-mon[116604]: from='client.76866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:30 smithi161 ceph-mon[116604]: pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:30 smithi028 ceph-mon[112123]: from='client.76866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:30 smithi028 ceph-mon[112123]: pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:30 smithi138 ceph-mon[117003]: from='client.76866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:30 smithi138 ceph-mon[117003]: pgmap v2396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:32 smithi161 ceph-mon[116604]: pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:32 smithi028 ceph-mon[112123]: pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:32 smithi138 ceph-mon[117003]: pgmap v2397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:34.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:34.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:34.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:34 smithi161 ceph-mon[116604]: 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-07T06:06:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:34 smithi028 ceph-mon[112123]: 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-07T06:06:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:34 smithi138 ceph-mon[117003]: 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-07T06:06:34.944 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:34.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:34.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:34.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:34.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:36 smithi138 ceph-mon[117003]: from='client.76935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:36 smithi138 ceph-mon[117003]: pgmap v2399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:36 smithi161 ceph-mon[116604]: from='client.76935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:36 smithi161 ceph-mon[116604]: pgmap v2399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:36 smithi028 ceph-mon[112123]: from='client.76935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:36 smithi028 ceph-mon[112123]: pgmap v2399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:38 smithi161 ceph-mon[116604]: pgmap v2400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:06:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:38 smithi028 ceph-mon[112123]: pgmap v2400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:06:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:38 smithi138 ceph-mon[117003]: pgmap v2400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:06:39.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:39.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:39.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:40 smithi161 ceph-mon[116604]: 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-07T06:06:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:40 smithi028 ceph-mon[112123]: 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-07T06:06:40.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:40.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:40.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:40.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:40.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:40.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:40 smithi138 ceph-mon[117003]: 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-07T06:06:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:42 smithi161 ceph-mon[116604]: from='client.77013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:42 smithi161 ceph-mon[116604]: pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:06:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:42 smithi028 ceph-mon[112123]: from='client.77013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:42 smithi028 ceph-mon[112123]: pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:06:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:42 smithi138 ceph-mon[117003]: from='client.77013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:42 smithi138 ceph-mon[117003]: pgmap v2402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:06:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:44 smithi161 ceph-mon[116604]: 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-07T06:06:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:44 smithi028 ceph-mon[112123]: 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-07T06:06:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:44 smithi138 ceph-mon[117003]: 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-07T06:06:45.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:45.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:45.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:46 smithi138 ceph-mon[117003]: 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-07T06:06:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:46 smithi161 ceph-mon[116604]: 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-07T06:06:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:46 smithi028 ceph-mon[112123]: 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-07T06:06:46.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:46.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:46.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:46.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:46.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:47 smithi138 ceph-mon[117003]: from='client.77088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:47 smithi161 ceph-mon[116604]: from='client.77088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:47 smithi028 ceph-mon[112123]: from='client.77088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:48.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:48 smithi138 ceph-mon[117003]: pgmap v2405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:48 smithi161 ceph-mon[116604]: pgmap v2405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:48 smithi028 ceph-mon[112123]: pgmap v2405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:06:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:50 smithi161 ceph-mon[116604]: pgmap v2406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:50 smithi028 ceph-mon[112123]: pgmap v2406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:50 smithi138 ceph-mon[117003]: pgmap v2406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:06:51.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:51.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:51.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:52.275 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:52.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:52.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:52.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:52.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:52 smithi161 ceph-mon[116604]: 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-07T06:06:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:52 smithi028 ceph-mon[112123]: 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-07T06:06:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:52 smithi138 ceph-mon[117003]: 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-07T06:06:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:53 smithi161 ceph-mon[116604]: from='client.77163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:53 smithi028 ceph-mon[112123]: from='client.77163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:53 smithi138 ceph-mon[117003]: from='client.77163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:54 smithi161 ceph-mon[116604]: 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-07T06:06:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:54 smithi028 ceph-mon[112123]: 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-07T06:06:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:54 smithi138 ceph-mon[117003]: 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-07T06:06:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:56 smithi138 ceph-mon[117003]: 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-07T06:06:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:56 smithi161 ceph-mon[116604]: 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-07T06:06:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:56 smithi028 ceph-mon[112123]: 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-07T06:06:57.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:06:57.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:06:57.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:06:58.053 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:06:58.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:06:58.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:06:58.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:06:58.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:06:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:58 smithi161 ceph-mon[116604]: 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-07T06:06:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:58 smithi028 ceph-mon[112123]: 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-07T06:06:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:58 smithi138 ceph-mon[117003]: 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-07T06:06:59.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:06:59 smithi161 ceph-mon[116604]: from='client.77238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:06:59 smithi028 ceph-mon[112123]: from='client.77238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:06:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:06:59 smithi138 ceph-mon[117003]: from='client.77238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:00 smithi161 ceph-mon[116604]: pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:00 smithi138 ceph-mon[117003]: pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:00 smithi028 ceph-mon[112123]: pgmap v2411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:02 smithi161 ceph-mon[116604]: pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:02 smithi028 ceph-mon[112123]: pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:02 smithi138 ceph-mon[117003]: pgmap v2412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:03.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:03.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:03.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:03.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:03.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:03.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:03.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:03.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:04 smithi161 ceph-mon[116604]: 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-07T06:07:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:04 smithi028 ceph-mon[112123]: 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-07T06:07:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:04 smithi138 ceph-mon[117003]: 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-07T06:07:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:05 smithi161 ceph-mon[116604]: from='client.77313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:05.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:07:05.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:07:05.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:07:05.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:07:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:05 smithi028 ceph-mon[112123]: from='client.77313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:05.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:07:05.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:07:05.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:07:05.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:07:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:05 smithi138 ceph-mon[117003]: from='client.77313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:07:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:07:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:07:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:07:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:06 smithi161 ceph-mon[116604]: 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-07T06:07:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:06 smithi028 ceph-mon[112123]: 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-07T06:07:06.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:06 smithi138 ceph-mon[117003]: 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-07T06:07:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:08 smithi161 ceph-mon[116604]: 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-07T06:07:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:08 smithi028 ceph-mon[112123]: 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-07T06:07:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:08 smithi138 ceph-mon[117003]: 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-07T06:07:08.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:08.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:08.829 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:09.607 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:09.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:09.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:09.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:09.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:10 smithi161 ceph-mon[116604]: from='client.77391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:10 smithi161 ceph-mon[116604]: pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:10 smithi028 ceph-mon[112123]: from='client.77391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:10 smithi028 ceph-mon[112123]: pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:10 smithi138 ceph-mon[117003]: from='client.77391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:10 smithi138 ceph-mon[117003]: pgmap v2416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:12 smithi161 ceph-mon[116604]: pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:12 smithi028 ceph-mon[112123]: pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:12 smithi138 ceph-mon[117003]: pgmap v2417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:14.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:14.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:14.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:14 smithi161 ceph-mon[116604]: pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:14 smithi028 ceph-mon[112123]: pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:14 smithi138 ceph-mon[117003]: pgmap v2418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:15.380 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:15.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:15.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:15.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:15.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:16 smithi138 ceph-mon[117003]: from='client.77463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:16 smithi138 ceph-mon[117003]: pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:16 smithi161 ceph-mon[116604]: from='client.77463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:16 smithi161 ceph-mon[116604]: pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:16 smithi028 ceph-mon[112123]: from='client.77463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:16 smithi028 ceph-mon[112123]: pgmap v2419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:18 smithi161 ceph-mon[116604]: pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:18 smithi028 ceph-mon[112123]: pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:18 smithi138 ceph-mon[117003]: pgmap v2420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:20.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:20.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:20.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:20 smithi161 ceph-mon[116604]: 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-07T06:07:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:20 smithi028 ceph-mon[112123]: 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-07T06:07:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:20 smithi138 ceph-mon[117003]: 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-07T06:07:21.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:21.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:21.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:21.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:21.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:22 smithi161 ceph-mon[116604]: from='client.77535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:22 smithi161 ceph-mon[116604]: pgmap v2422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:22 smithi028 ceph-mon[112123]: from='client.77535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:22 smithi028 ceph-mon[112123]: pgmap v2422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:22 smithi138 ceph-mon[117003]: from='client.77535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:22 smithi138 ceph-mon[117003]: pgmap v2422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:24 smithi161 ceph-mon[116604]: pgmap v2423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:24 smithi028 ceph-mon[112123]: pgmap v2423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:24 smithi138 ceph-mon[117003]: pgmap v2423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:26.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:26.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:26.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:26 smithi138 ceph-mon[117003]: pgmap v2424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:26 smithi161 ceph-mon[116604]: pgmap v2424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:26 smithi028 ceph-mon[112123]: pgmap v2424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:26.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:26.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:26.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:26.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:26.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:28 smithi161 ceph-mon[116604]: from='client.77610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:28 smithi161 ceph-mon[116604]: pgmap v2425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:28 smithi028 ceph-mon[112123]: from='client.77610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:28 smithi028 ceph-mon[112123]: pgmap v2425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:28 smithi138 ceph-mon[117003]: from='client.77610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:28 smithi138 ceph-mon[117003]: pgmap v2425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:30 smithi161 ceph-mon[116604]: pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:30 smithi028 ceph-mon[112123]: pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:30 smithi138 ceph-mon[117003]: pgmap v2426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:31.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:31.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:31.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:32.682 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:32.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:32.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:32.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:32.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:32 smithi161 ceph-mon[116604]: 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-07T06:07:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:32 smithi028 ceph-mon[112123]: 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-07T06:07:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:32 smithi138 ceph-mon[117003]: 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-07T06:07:33.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:33 smithi161 ceph-mon[116604]: from='client.77685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:33 smithi028 ceph-mon[112123]: from='client.77685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:33 smithi138 ceph-mon[117003]: from='client.77685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:34 smithi161 ceph-mon[116604]: 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-07T06:07:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:34 smithi028 ceph-mon[112123]: 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-07T06:07:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:34 smithi138 ceph-mon[117003]: 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-07T06:07:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:36 smithi138 ceph-mon[117003]: 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-07T06:07:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:36 smithi161 ceph-mon[116604]: 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-07T06:07:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:36 smithi028 ceph-mon[112123]: 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-07T06:07:37.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:37.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:37.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:38.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:38.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:38.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:38.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:38.457 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:38 smithi161 ceph-mon[116604]: 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-07T06:07:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:38 smithi028 ceph-mon[112123]: 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-07T06:07:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:38 smithi138 ceph-mon[117003]: 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-07T06:07:39.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:39 smithi161 ceph-mon[116604]: from='client.77760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:39 smithi028 ceph-mon[112123]: from='client.77760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:39 smithi138 ceph-mon[117003]: from='client.77760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:40 smithi161 ceph-mon[116604]: pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:40 smithi028 ceph-mon[112123]: pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:40.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:40 smithi138 ceph-mon[117003]: pgmap v2431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:07:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:42 smithi161 ceph-mon[116604]: pgmap v2432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:42 smithi028 ceph-mon[112123]: pgmap v2432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:42 smithi138 ceph-mon[117003]: pgmap v2432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:43.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:43.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:43.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:44.220 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:44.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:44.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:44.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:44.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:44 smithi161 ceph-mon[116604]: 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-07T06:07:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:44 smithi028 ceph-mon[112123]: 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-07T06:07:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:44 smithi138 ceph-mon[117003]: 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-07T06:07:45.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:45 smithi161 ceph-mon[116604]: from='client.77838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:45 smithi028 ceph-mon[112123]: from='client.77838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:45 smithi138 ceph-mon[117003]: from='client.77838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:46 smithi161 ceph-mon[116604]: pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:07:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:46 smithi028 ceph-mon[112123]: pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:07:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:46 smithi138 ceph-mon[117003]: pgmap v2434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:07:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:48 smithi161 ceph-mon[116604]: pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:07:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:48 smithi028 ceph-mon[112123]: pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:07:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:48 smithi138 ceph-mon[117003]: pgmap v2435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:07:49.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:49.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:49.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:49.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:49.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:49.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:49.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:49.987 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:50 smithi161 ceph-mon[116604]: pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:50 smithi028 ceph-mon[112123]: pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:50 smithi138 ceph-mon[117003]: pgmap v2436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:51.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:51 smithi161 ceph-mon[116604]: from='client.77910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:51 smithi028 ceph-mon[112123]: from='client.77910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:51 smithi138 ceph-mon[117003]: from='client.77910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:52 smithi161 ceph-mon[116604]: pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:52 smithi028 ceph-mon[112123]: pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:52 smithi138 ceph-mon[117003]: pgmap v2437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:53 smithi161 ceph-mon[116604]: pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:53 smithi028 ceph-mon[112123]: pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:53 smithi138 ceph-mon[117003]: pgmap v2438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:07:54.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:07:54.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:07:54.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:07:55.778 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:07:55.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:07:55.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:07:55.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:07:55.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:07:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:56 smithi138 ceph-mon[117003]: pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:56 smithi161 ceph-mon[116604]: pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:56 smithi028 ceph-mon[112123]: pgmap v2439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:07:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:57 smithi138 ceph-mon[117003]: from='client.77982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:57 smithi161 ceph-mon[116604]: from='client.77982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:57 smithi028 ceph-mon[112123]: from='client.77982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:07:58.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:07:58 smithi138 ceph-mon[117003]: pgmap v2440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:07:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:07:58 smithi161 ceph-mon[116604]: pgmap v2440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:07:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:07:58 smithi028 ceph-mon[112123]: pgmap v2440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:08:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:00 smithi161 ceph-mon[116604]: pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:08:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:00 smithi028 ceph-mon[112123]: pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:08:00.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:00.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:00.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:00 smithi138 ceph-mon[117003]: pgmap v2441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:08:01.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:01.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:01.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:01.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:01.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:02 smithi161 ceph-mon[116604]: from='client.78057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:02 smithi161 ceph-mon[116604]: pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:02 smithi028 ceph-mon[112123]: from='client.78057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:02 smithi028 ceph-mon[112123]: pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:02 smithi138 ceph-mon[117003]: from='client.78057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:02 smithi138 ceph-mon[117003]: pgmap v2442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:04 smithi161 ceph-mon[116604]: pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:04 smithi028 ceph-mon[112123]: pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:04 smithi138 ceph-mon[117003]: pgmap v2443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:08:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:06 smithi138 ceph-mon[117003]: pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:08:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:06 smithi161 ceph-mon[116604]: pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:08:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:06 smithi028 ceph-mon[112123]: pgmap v2444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:06.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:06.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:06.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:07.325 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:07.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:07.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:07.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:07.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:08:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:08:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:08:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:08:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:08:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:08:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:08:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:08 smithi161 ceph-mon[116604]: from='client.78132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:08 smithi161 ceph-mon[116604]: pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:08 smithi028 ceph-mon[112123]: from='client.78132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:08 smithi028 ceph-mon[112123]: pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:08 smithi138 ceph-mon[117003]: from='client.78132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:08 smithi138 ceph-mon[117003]: pgmap v2445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:10 smithi161 ceph-mon[116604]: pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:10 smithi028 ceph-mon[112123]: pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:10 smithi138 ceph-mon[117003]: pgmap v2446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:12.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:12.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:12.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:12 smithi161 ceph-mon[116604]: 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-07T06:08:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:12 smithi028 ceph-mon[112123]: 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-07T06:08:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:12 smithi138 ceph-mon[117003]: 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-07T06:08:13.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:13.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:13.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:13.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:13.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:14 smithi161 ceph-mon[116604]: from='client.78207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:14 smithi161 ceph-mon[116604]: 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-07T06:08:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:14 smithi028 ceph-mon[112123]: from='client.78207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:14 smithi028 ceph-mon[112123]: 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-07T06:08:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:14 smithi138 ceph-mon[117003]: from='client.78207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:14 smithi138 ceph-mon[117003]: 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-07T06:08:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:16 smithi138 ceph-mon[117003]: 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-07T06:08:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:16 smithi161 ceph-mon[116604]: 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-07T06:08:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:16 smithi028 ceph-mon[112123]: 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-07T06:08:18.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:18.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:18.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:18 smithi161 ceph-mon[116604]: 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-07T06:08:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:18 smithi028 ceph-mon[112123]: 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-07T06:08:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:18 smithi138 ceph-mon[117003]: 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-07T06:08:18.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:18.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:18.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:18.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:18.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:20 smithi161 ceph-mon[116604]: from='client.78282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:20.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:20 smithi161 ceph-mon[116604]: 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-07T06:08:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:20 smithi028 ceph-mon[112123]: from='client.78282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:20 smithi028 ceph-mon[112123]: 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-07T06:08:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:20 smithi138 ceph-mon[117003]: from='client.78282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:20 smithi138 ceph-mon[117003]: 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-07T06:08:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:22 smithi161 ceph-mon[116604]: 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-07T06:08:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:22 smithi028 ceph-mon[112123]: 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-07T06:08:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:22 smithi138 ceph-mon[117003]: 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-07T06:08:23.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:23.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:23.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:24.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:24.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:24.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:24.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:24.655 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:24 smithi161 ceph-mon[116604]: 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-07T06:08:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:24 smithi028 ceph-mon[112123]: 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-07T06:08:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:24 smithi138 ceph-mon[117003]: 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-07T06:08:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:25 smithi161 ceph-mon[116604]: from='client.78360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:25.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:25 smithi028 ceph-mon[112123]: from='client.78360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:25 smithi138 ceph-mon[117003]: from='client.78360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:26 smithi161 ceph-mon[116604]: pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:26 smithi028 ceph-mon[112123]: pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:26.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:26 smithi138 ceph-mon[117003]: pgmap v2454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:28 smithi161 ceph-mon[116604]: pgmap v2455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:08:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:28 smithi028 ceph-mon[112123]: pgmap v2455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:08:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:28 smithi138 ceph-mon[117003]: pgmap v2455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:08:29.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:29.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:29.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:30.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:30.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:30.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:30.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:30.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:30 smithi161 ceph-mon[116604]: pgmap v2456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:30 smithi028 ceph-mon[112123]: pgmap v2456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:30 smithi138 ceph-mon[117003]: pgmap v2456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:31.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:31 smithi161 ceph-mon[116604]: from='client.78438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:31 smithi028 ceph-mon[112123]: from='client.78438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:31 smithi138 ceph-mon[117003]: from='client.78438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:32 smithi161 ceph-mon[116604]: pgmap v2457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:08:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:32 smithi028 ceph-mon[112123]: pgmap v2457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:08:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:32 smithi138 ceph-mon[117003]: pgmap v2457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:08:33.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:33 smithi161 ceph-mon[116604]: pgmap v2458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:08:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:33 smithi028 ceph-mon[112123]: pgmap v2458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:08:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:33 smithi138 ceph-mon[117003]: pgmap v2458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:08:35.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:35.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:35.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:36.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:36.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:36.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:36.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:36.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:36 smithi161 ceph-mon[116604]: pgmap v2459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:36 smithi028 ceph-mon[112123]: pgmap v2459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:36 smithi138 ceph-mon[117003]: pgmap v2459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:37 smithi161 ceph-mon[116604]: from='client.78513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:37 smithi028 ceph-mon[112123]: from='client.78513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:37 smithi138 ceph-mon[117003]: from='client.78513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:38 smithi161 ceph-mon[116604]: pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:38 smithi028 ceph-mon[112123]: pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:38 smithi138 ceph-mon[117003]: pgmap v2460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:40 smithi161 ceph-mon[116604]: pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:40 smithi028 ceph-mon[112123]: pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:40.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:40 smithi138 ceph-mon[117003]: pgmap v2461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:41.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:41.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:41.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:41.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:41.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:41.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:41.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:41.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:42 smithi161 ceph-mon[116604]: pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:42 smithi028 ceph-mon[112123]: pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:42 smithi138 ceph-mon[117003]: pgmap v2462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:43 smithi161 ceph-mon[116604]: from='client.78591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:43 smithi028 ceph-mon[112123]: from='client.78591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:43 smithi138 ceph-mon[117003]: from='client.78591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:44 smithi161 ceph-mon[116604]: pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:44 smithi028 ceph-mon[112123]: pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:44 smithi138 ceph-mon[117003]: pgmap v2463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:46 smithi161 ceph-mon[116604]: pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:46 smithi028 ceph-mon[112123]: pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:46 smithi138 ceph-mon[117003]: pgmap v2464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:46.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:46.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:46.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:47.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:47.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:47.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:47.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:47.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:48 smithi161 ceph-mon[116604]: pgmap v2465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:48 smithi028 ceph-mon[112123]: pgmap v2465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:48 smithi138 ceph-mon[117003]: pgmap v2465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:08:49.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:49 smithi161 ceph-mon[116604]: from='client.78669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:49 smithi028 ceph-mon[112123]: from='client.78669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:49 smithi138 ceph-mon[117003]: from='client.78669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:50 smithi161 ceph-mon[116604]: pgmap v2466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:50 smithi028 ceph-mon[112123]: pgmap v2466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:50 smithi138 ceph-mon[117003]: pgmap v2466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:08:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:52 smithi161 ceph-mon[116604]: 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-07T06:08:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:52 smithi028 ceph-mon[112123]: 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-07T06:08:52.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:52.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:52.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:52 smithi138 ceph-mon[117003]: 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-07T06:08:53.513 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:53.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:53.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:53.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:53.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:08:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:54 smithi161 ceph-mon[116604]: from='client.78744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:54 smithi161 ceph-mon[116604]: 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-07T06:08:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:54 smithi028 ceph-mon[112123]: from='client.78744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:54 smithi028 ceph-mon[112123]: 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-07T06:08:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:54 smithi138 ceph-mon[117003]: from='client.78744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:08:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:54 smithi138 ceph-mon[117003]: 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-07T06:08:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:56 smithi161 ceph-mon[116604]: 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-07T06:08:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:56 smithi028 ceph-mon[112123]: 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-07T06:08:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:56 smithi138 ceph-mon[117003]: 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-07T06:08:58.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:08:58.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:08:58.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:08:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:08:58 smithi161 ceph-mon[116604]: 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-07T06:08:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:08:58 smithi028 ceph-mon[112123]: 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-07T06:08:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:08:58 smithi138 ceph-mon[117003]: 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-07T06:08:59.280 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:08:59.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:08:59.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:08:59.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:08:59.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:00 smithi161 ceph-mon[116604]: from='client.78822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:00 smithi161 ceph-mon[116604]: pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:09:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:00 smithi028 ceph-mon[112123]: from='client.78822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:00 smithi028 ceph-mon[112123]: pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:09:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:00 smithi138 ceph-mon[117003]: from='client.78822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:00 smithi138 ceph-mon[117003]: pgmap v2471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:09:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:02 smithi161 ceph-mon[116604]: pgmap v2472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:09:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:02 smithi028 ceph-mon[112123]: pgmap v2472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:09:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:02 smithi138 ceph-mon[117003]: pgmap v2472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:09:04.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:04.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:04.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:04 smithi161 ceph-mon[116604]: pgmap v2473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:09:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:04 smithi028 ceph-mon[112123]: pgmap v2473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:09:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:04 smithi138 ceph-mon[117003]: pgmap v2473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:09:05.066 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:05.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:05.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:05.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:05.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:06 smithi161 ceph-mon[116604]: from='client.78900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:06 smithi161 ceph-mon[116604]: pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:06 smithi028 ceph-mon[112123]: from='client.78900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:06 smithi028 ceph-mon[112123]: pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:06 smithi138 ceph-mon[117003]: from='client.78900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:06 smithi138 ceph-mon[117003]: pgmap v2474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:09:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:09:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:09:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:08 smithi161 ceph-mon[116604]: pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:09:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:09:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:09:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:08 smithi028 ceph-mon[112123]: pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:09:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:09:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:09:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:08 smithi138 ceph-mon[117003]: pgmap v2475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:09:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:09:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:09:10.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:10.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:10.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:10 smithi161 ceph-mon[116604]: pgmap v2476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:10 smithi028 ceph-mon[112123]: pgmap v2476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:10 smithi138 ceph-mon[117003]: pgmap v2476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:10.833 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:10.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:10.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:10.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:10.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:12 smithi161 ceph-mon[116604]: from='client.78978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:12 smithi161 ceph-mon[116604]: pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:09:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:12 smithi028 ceph-mon[112123]: from='client.78978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:12 smithi028 ceph-mon[112123]: pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:09:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:12 smithi138 ceph-mon[117003]: from='client.78978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:12 smithi138 ceph-mon[117003]: pgmap v2477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:09:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:14 smithi161 ceph-mon[116604]: pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:09:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:14 smithi028 ceph-mon[112123]: pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:09:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:14 smithi138 ceph-mon[117003]: pgmap v2478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:09:15.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:15.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:15.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:16 smithi161 ceph-mon[116604]: pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:09:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:16 smithi028 ceph-mon[112123]: pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:09:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:16 smithi138 ceph-mon[117003]: pgmap v2479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:09:16.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:16.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:16.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:16.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:16.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:17 smithi161 ceph-mon[116604]: from='client.79053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:17 smithi028 ceph-mon[112123]: from='client.79053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:17 smithi138 ceph-mon[117003]: from='client.79053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:18 smithi161 ceph-mon[116604]: pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:18 smithi028 ceph-mon[112123]: pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:18 smithi138 ceph-mon[117003]: pgmap v2480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:20 smithi161 ceph-mon[116604]: pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:20 smithi028 ceph-mon[112123]: pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:20 smithi138 ceph-mon[117003]: pgmap v2481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:21.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:21.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:21.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:22.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:22.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:22.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:22.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:22.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:22 smithi161 ceph-mon[116604]: pgmap v2482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:22 smithi028 ceph-mon[112123]: pgmap v2482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:22 smithi138 ceph-mon[117003]: pgmap v2482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:23 smithi161 ceph-mon[116604]: from='client.79128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:23 smithi028 ceph-mon[112123]: from='client.79128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:23 smithi138 ceph-mon[117003]: from='client.79128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:24 smithi161 ceph-mon[116604]: pgmap v2483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:24 smithi028 ceph-mon[112123]: pgmap v2483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:24 smithi138 ceph-mon[117003]: pgmap v2483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:26 smithi161 ceph-mon[116604]: pgmap v2484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:26 smithi028 ceph-mon[112123]: pgmap v2484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:26 smithi138 ceph-mon[117003]: pgmap v2484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:27.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:27.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:27.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:28.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:28.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:28.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:28.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:28.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:28 smithi161 ceph-mon[116604]: pgmap v2485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:28 smithi028 ceph-mon[112123]: pgmap v2485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:28 smithi138 ceph-mon[117003]: pgmap v2485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:29 smithi161 ceph-mon[116604]: from='client.79203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:29 smithi028 ceph-mon[112123]: from='client.79203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:29 smithi138 ceph-mon[117003]: from='client.79203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:30 smithi161 ceph-mon[116604]: pgmap v2486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:30 smithi028 ceph-mon[112123]: pgmap v2486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:30 smithi138 ceph-mon[117003]: pgmap v2486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:32 smithi161 ceph-mon[116604]: 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-07T06:09:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:32 smithi028 ceph-mon[112123]: 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-07T06:09:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:32 smithi138 ceph-mon[117003]: 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-07T06:09:33.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:33.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:33.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:33.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:33.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:33.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:33.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:33.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:34 smithi161 ceph-mon[116604]: 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-07T06:09:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:34 smithi028 ceph-mon[112123]: 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-07T06:09:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:34 smithi138 ceph-mon[117003]: 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-07T06:09:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:35 smithi161 ceph-mon[116604]: from='client.79278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:35 smithi028 ceph-mon[112123]: from='client.79278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:35 smithi138 ceph-mon[117003]: from='client.79278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:36 smithi161 ceph-mon[116604]: 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-07T06:09:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:36 smithi028 ceph-mon[112123]: 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-07T06:09:36.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:36 smithi138 ceph-mon[117003]: 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-07T06:09:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:37 smithi161 ceph-mon[116604]: 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-07T06:09:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:37 smithi028 ceph-mon[112123]: 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-07T06:09:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:37 smithi138 ceph-mon[117003]: 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-07T06:09:38.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:38.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:38.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:39.736 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:39.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:39.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:39.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:39.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:40.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:40 smithi161 ceph-mon[116604]: pgmap v2491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:40 smithi028 ceph-mon[112123]: pgmap v2491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:40.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:40 smithi138 ceph-mon[117003]: pgmap v2491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:41.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:41 smithi161 ceph-mon[116604]: from='client.79353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:41 smithi028 ceph-mon[112123]: from='client.79353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:41 smithi138 ceph-mon[117003]: from='client.79353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:42 smithi161 ceph-mon[116604]: pgmap v2492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:42 smithi028 ceph-mon[112123]: pgmap v2492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:42 smithi138 ceph-mon[117003]: pgmap v2492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:44 smithi161 ceph-mon[116604]: pgmap v2493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:44 smithi028 ceph-mon[112123]: pgmap v2493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:44.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:44.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:44.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:44 smithi138 ceph-mon[117003]: pgmap v2493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:45.506 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:45.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:45.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:45.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:45.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:46 smithi161 ceph-mon[116604]: from='client.79428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:46 smithi161 ceph-mon[116604]: pgmap v2494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:46 smithi028 ceph-mon[112123]: from='client.79428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:46 smithi028 ceph-mon[112123]: pgmap v2494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:46 smithi138 ceph-mon[117003]: from='client.79428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:46 smithi138 ceph-mon[117003]: pgmap v2494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:48 smithi161 ceph-mon[116604]: pgmap v2495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:48 smithi028 ceph-mon[112123]: pgmap v2495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:48 smithi138 ceph-mon[117003]: pgmap v2495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:09:50.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:50.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:50.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:50 smithi161 ceph-mon[116604]: pgmap v2496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:50 smithi028 ceph-mon[112123]: pgmap v2496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:50 smithi138 ceph-mon[117003]: pgmap v2496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:51.286 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:51.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:51.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:51.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:51.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:52 smithi161 ceph-mon[116604]: from='client.79503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:52 smithi161 ceph-mon[116604]: 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-07T06:09:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:52 smithi028 ceph-mon[112123]: from='client.79503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:52 smithi028 ceph-mon[112123]: 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-07T06:09:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:52 smithi138 ceph-mon[117003]: from='client.79503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:52 smithi138 ceph-mon[117003]: 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-07T06:09:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:54 smithi161 ceph-mon[116604]: 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-07T06:09:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:54 smithi028 ceph-mon[112123]: 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-07T06:09:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:54 smithi138 ceph-mon[117003]: 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-07T06:09:56.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:09:56.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:09:56.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:09:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:56 smithi161 ceph-mon[116604]: pgmap v2499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:56 smithi028 ceph-mon[112123]: pgmap v2499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:56 smithi138 ceph-mon[117003]: pgmap v2499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:09:57.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:09:57.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:09:57.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:09:57.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:09:57.069 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:09:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:58 smithi161 ceph-mon[116604]: from='client.79581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:09:58 smithi161 ceph-mon[116604]: pgmap v2500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:58 smithi028 ceph-mon[112123]: from='client.79581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:09:58 smithi028 ceph-mon[112123]: pgmap v2500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:09:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:58 smithi138 ceph-mon[117003]: from='client.79581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:09:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:09:58 smithi138 ceph-mon[117003]: pgmap v2500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:00 smithi161 ceph-mon[116604]: pgmap v2501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T06:10:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:00 smithi028 ceph-mon[112123]: pgmap v2501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T06:10:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:00 smithi138 ceph-mon[117003]: pgmap v2501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T06:10:02.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:02.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:02.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:02 smithi161 ceph-mon[116604]: pgmap v2502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:02 smithi028 ceph-mon[112123]: pgmap v2502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:02 smithi138 ceph-mon[117003]: pgmap v2502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:02.838 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:02.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:02.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:02.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:02.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:04 smithi161 ceph-mon[116604]: from='client.79656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:04 smithi161 ceph-mon[116604]: pgmap v2503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:04 smithi028 ceph-mon[112123]: from='client.79656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:04 smithi028 ceph-mon[112123]: pgmap v2503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:04 smithi138 ceph-mon[117003]: from='client.79656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:04 smithi138 ceph-mon[117003]: pgmap v2503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:06 smithi161 ceph-mon[116604]: pgmap v2504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:06 smithi028 ceph-mon[112123]: pgmap v2504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:06 smithi138 ceph-mon[117003]: pgmap v2504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:07.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:07.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:07.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:08.619 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:08.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:08.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:08.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:08.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:08 smithi161 ceph-mon[116604]: pgmap v2505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:10:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:10:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:10:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:10:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:08 smithi028 ceph-mon[112123]: pgmap v2505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:10:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:10:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:10:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:10:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:08 smithi138 ceph-mon[117003]: pgmap v2505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:10:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:10:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:10:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:10:09.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:09 smithi161 ceph-mon[116604]: from='client.79734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:09 smithi028 ceph-mon[112123]: from='client.79734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:09 smithi138 ceph-mon[117003]: from='client.79734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:10 smithi161 ceph-mon[116604]: pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:10 smithi028 ceph-mon[112123]: pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:10 smithi138 ceph-mon[117003]: pgmap v2506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:12 smithi161 ceph-mon[116604]: 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-07T06:10:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:12 smithi028 ceph-mon[112123]: 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-07T06:10:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:12 smithi138 ceph-mon[117003]: 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-07T06:10:13.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:13.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:13.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:13.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:13 smithi161 ceph-mon[116604]: 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-07T06:10:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:13 smithi028 ceph-mon[112123]: 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-07T06:10:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:13 smithi138 ceph-mon[117003]: 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-07T06:10:14.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:14.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:14.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:14.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:14.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:14 smithi161 ceph-mon[116604]: from='client.79809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:14 smithi028 ceph-mon[112123]: from='client.79809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:14 smithi138 ceph-mon[117003]: from='client.79809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:16 smithi161 ceph-mon[116604]: pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:10:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:16 smithi028 ceph-mon[112123]: pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:10:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:16 smithi138 ceph-mon[117003]: pgmap v2509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:10:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:18 smithi161 ceph-mon[116604]: pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:10:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:18 smithi028 ceph-mon[112123]: pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:10:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:18 smithi138 ceph-mon[117003]: pgmap v2510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:10:19.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:19.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:19.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:20.167 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:20.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:20.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:20.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:20.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:20 smithi161 ceph-mon[116604]: pgmap v2511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:20 smithi028 ceph-mon[112123]: pgmap v2511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:20 smithi138 ceph-mon[117003]: pgmap v2511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:21 smithi161 ceph-mon[116604]: from='client.79884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:21 smithi028 ceph-mon[112123]: from='client.79884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:21 smithi138 ceph-mon[117003]: from='client.79884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:22 smithi161 ceph-mon[116604]: pgmap v2512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:10:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:22 smithi028 ceph-mon[112123]: pgmap v2512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:10:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:22 smithi138 ceph-mon[117003]: pgmap v2512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:10:23.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:23 smithi161 ceph-mon[116604]: pgmap v2513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:10:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:23 smithi028 ceph-mon[112123]: pgmap v2513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:10:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:23 smithi138 ceph-mon[117003]: pgmap v2513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:10:25.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:25.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:25.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:25.932 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:25.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:25.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:25.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:25.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:26 smithi161 ceph-mon[116604]: pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:26 smithi028 ceph-mon[112123]: pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:26 smithi138 ceph-mon[117003]: pgmap v2514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:27 smithi161 ceph-mon[116604]: from='client.79959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:27 smithi028 ceph-mon[112123]: from='client.79959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:27 smithi138 ceph-mon[117003]: from='client.79959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:28 smithi161 ceph-mon[116604]: pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:10:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:28 smithi028 ceph-mon[112123]: pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:10:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:28 smithi138 ceph-mon[117003]: pgmap v2515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:10:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:30 smithi161 ceph-mon[116604]: pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:10:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:30 smithi028 ceph-mon[112123]: pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:10:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:30 smithi138 ceph-mon[117003]: pgmap v2516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:10:30.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:30.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:30.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:31.698 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:32 smithi161 ceph-mon[116604]: 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-07T06:10:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:32 smithi161 ceph-mon[116604]: from='client.80037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:32 smithi028 ceph-mon[112123]: 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-07T06:10:32.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:32 smithi028 ceph-mon[112123]: from='client.80037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:32 smithi138 ceph-mon[117003]: 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-07T06:10:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:32 smithi138 ceph-mon[117003]: from='client.80037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:34 smithi161 ceph-mon[116604]: 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-07T06:10:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:34 smithi028 ceph-mon[112123]: 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-07T06:10:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:34 smithi138 ceph-mon[117003]: 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-07T06:10:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:36 smithi161 ceph-mon[116604]: pgmap v2519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:36 smithi028 ceph-mon[112123]: pgmap v2519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:36 smithi138 ceph-mon[117003]: pgmap v2519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:36.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:36.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:36.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:37.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:37.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:37.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:37.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:37.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:38 smithi161 ceph-mon[116604]: from='client.80112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:38 smithi161 ceph-mon[116604]: pgmap v2520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:38 smithi028 ceph-mon[112123]: from='client.80112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:38 smithi028 ceph-mon[112123]: pgmap v2520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:38 smithi138 ceph-mon[117003]: from='client.80112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:38 smithi138 ceph-mon[117003]: pgmap v2520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:40.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:40 smithi161 ceph-mon[116604]: pgmap v2521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:40 smithi028 ceph-mon[112123]: pgmap v2521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:40.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:40 smithi138 ceph-mon[117003]: pgmap v2521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:42.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:42.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:42.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:42 smithi161 ceph-mon[116604]: pgmap v2522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:42 smithi028 ceph-mon[112123]: pgmap v2522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:42 smithi138 ceph-mon[117003]: pgmap v2522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:43.230 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:43.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:43.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:43.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:43.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:43 smithi161 ceph-mon[116604]: from='client.80190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:43 smithi161 ceph-mon[116604]: pgmap v2523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:43 smithi028 ceph-mon[112123]: from='client.80190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:43.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:43 smithi028 ceph-mon[112123]: pgmap v2523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:43 smithi138 ceph-mon[117003]: from='client.80190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:43 smithi138 ceph-mon[117003]: pgmap v2523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:46 smithi161 ceph-mon[116604]: pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:46 smithi028 ceph-mon[112123]: pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:46 smithi138 ceph-mon[117003]: pgmap v2524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:10:48.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:48.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:48.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:48 smithi161 ceph-mon[116604]: 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-07T06:10:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:48 smithi028 ceph-mon[112123]: 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-07T06:10:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:48 smithi138 ceph-mon[117003]: 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-07T06:10:49.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:49.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:49.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:49.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:49.001 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:50 smithi161 ceph-mon[116604]: from='client.80262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:50 smithi161 ceph-mon[116604]: 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-07T06:10:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:50 smithi028 ceph-mon[112123]: from='client.80262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:50.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:50 smithi028 ceph-mon[112123]: 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-07T06:10:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:50 smithi138 ceph-mon[117003]: from='client.80262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:50 smithi138 ceph-mon[117003]: 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-07T06:10:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:52 smithi161 ceph-mon[116604]: 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-07T06:10:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:52 smithi028 ceph-mon[112123]: 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-07T06:10:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:52 smithi138 ceph-mon[117003]: 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-07T06:10:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:53 smithi161 ceph-mon[116604]: 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-07T06:10:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:53 smithi028 ceph-mon[112123]: 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-07T06:10:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:53 smithi138 ceph-mon[117003]: 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-07T06:10:54.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:54.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:54.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:10:54.768 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:10:54.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:10:54.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:10:54.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:10:54.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:10:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:56 smithi161 ceph-mon[116604]: from='client.80334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:56 smithi161 ceph-mon[116604]: pgmap v2529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:56 smithi028 ceph-mon[112123]: from='client.80334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:56 smithi028 ceph-mon[112123]: pgmap v2529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:56 smithi138 ceph-mon[117003]: from='client.80334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:10:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:56 smithi138 ceph-mon[117003]: pgmap v2529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:10:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:10:58 smithi161 ceph-mon[116604]: pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:10:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:10:58 smithi028 ceph-mon[112123]: pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:10:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:10:58 smithi138 ceph-mon[117003]: pgmap v2530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:10:59.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:10:59.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:10:59.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:00.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:00.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:00.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:00.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:00.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:00 smithi161 ceph-mon[116604]: pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:00 smithi028 ceph-mon[112123]: pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:00 smithi138 ceph-mon[117003]: pgmap v2531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:01 smithi161 ceph-mon[116604]: from='client.80412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:01 smithi028 ceph-mon[112123]: from='client.80412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:01 smithi138 ceph-mon[117003]: from='client.80412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:02 smithi161 ceph-mon[116604]: pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:11:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:02 smithi028 ceph-mon[112123]: pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:11:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:02 smithi138 ceph-mon[117003]: pgmap v2532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:11:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:03 smithi161 ceph-mon[116604]: pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:11:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:03 smithi028 ceph-mon[112123]: pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:11:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:03 smithi138 ceph-mon[117003]: pgmap v2533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:11:05.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:05.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:05.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:06.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:06 smithi161 ceph-mon[116604]: pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:06 smithi028 ceph-mon[112123]: pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:06 smithi138 ceph-mon[117003]: pgmap v2534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:07 smithi161 ceph-mon[116604]: from='client.80490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:07 smithi028 ceph-mon[112123]: from='client.80490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:07 smithi138 ceph-mon[117003]: from='client.80490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:08 smithi161 ceph-mon[116604]: 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-07T06:11:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:08 smithi028 ceph-mon[112123]: 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-07T06:11:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:08 smithi138 ceph-mon[117003]: 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-07T06:11:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:11:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:11:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:11:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:11:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:11:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:11:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:11:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:11:09.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:11:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:11:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:11:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:11:10.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:10 smithi161 ceph-mon[116604]: 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-07T06:11:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:10 smithi028 ceph-mon[112123]: 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-07T06:11:10.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:10 smithi138 ceph-mon[117003]: 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-07T06:11:11.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:11.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:11.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:12.082 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:12.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:12.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:12.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:12.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:12 smithi161 ceph-mon[116604]: 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-07T06:11:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:12 smithi028 ceph-mon[112123]: 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-07T06:11:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:12 smithi138 ceph-mon[117003]: 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-07T06:11:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:13 smithi161 ceph-mon[116604]: from='client.80568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:13 smithi028 ceph-mon[112123]: from='client.80568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:13 smithi138 ceph-mon[117003]: from='client.80568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:14 smithi161 ceph-mon[116604]: 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-07T06:11:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:14 smithi028 ceph-mon[112123]: 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-07T06:11:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:14 smithi138 ceph-mon[117003]: 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-07T06:11:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:16 smithi161 ceph-mon[116604]: pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:16 smithi028 ceph-mon[112123]: pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:16 smithi138 ceph-mon[117003]: pgmap v2539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:17.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:17.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:17.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:17.842 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:17.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:17.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:17.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:17.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:18 smithi161 ceph-mon[116604]: pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:18 smithi028 ceph-mon[112123]: pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:18 smithi138 ceph-mon[117003]: pgmap v2540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:19.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:19 smithi161 ceph-mon[116604]: from='client.80640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:19 smithi028 ceph-mon[112123]: from='client.80640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:19 smithi138 ceph-mon[117003]: from='client.80640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:20.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:20 smithi161 ceph-mon[116604]: pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:20 smithi028 ceph-mon[112123]: pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:20 smithi138 ceph-mon[117003]: pgmap v2541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:21 smithi161 ceph-mon[116604]: pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:21 smithi028 ceph-mon[112123]: pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:21 smithi138 ceph-mon[117003]: pgmap v2542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:22.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:22.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:22.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:23.612 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:23.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:23.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:23.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:23.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:24 smithi161 ceph-mon[116604]: from='client.80718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:24 smithi161 ceph-mon[116604]: pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:24 smithi028 ceph-mon[112123]: from='client.80718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:24 smithi028 ceph-mon[112123]: pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:24 smithi138 ceph-mon[117003]: from='client.80718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:24 smithi138 ceph-mon[117003]: pgmap v2543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:26 smithi161 ceph-mon[116604]: pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:26 smithi028 ceph-mon[112123]: pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:26 smithi138 ceph-mon[117003]: pgmap v2544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:28.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:28.614 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:28.614 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:28 smithi161 ceph-mon[116604]: 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-07T06:11:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:28 smithi028 ceph-mon[112123]: 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-07T06:11:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:28 smithi138 ceph-mon[117003]: 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-07T06:11:29.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:29.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:29.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:29.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:29.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:30 smithi161 ceph-mon[116604]: from='client.80793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:30 smithi161 ceph-mon[116604]: pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:11:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:30 smithi028 ceph-mon[112123]: from='client.80793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:30 smithi028 ceph-mon[112123]: pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:11:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:30 smithi138 ceph-mon[117003]: from='client.80793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:30 smithi138 ceph-mon[117003]: pgmap v2546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:11:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:31 smithi161 ceph-mon[116604]: pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:11:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:31 smithi028 ceph-mon[112123]: pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:11:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:31 smithi138 ceph-mon[117003]: pgmap v2547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:11:34.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:34.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:34.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:34 smithi161 ceph-mon[116604]: pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:11:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:34 smithi028 ceph-mon[112123]: pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:11:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:34 smithi138 ceph-mon[117003]: pgmap v2548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:11:35.138 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:35.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:35.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:35.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:35.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:36 smithi161 ceph-mon[116604]: from='client.80868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:36 smithi161 ceph-mon[116604]: pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:36 smithi028 ceph-mon[112123]: from='client.80868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:36 smithi028 ceph-mon[112123]: pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:36 smithi138 ceph-mon[117003]: from='client.80868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:36 smithi138 ceph-mon[117003]: pgmap v2549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:38 smithi161 ceph-mon[116604]: pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:11:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:38 smithi028 ceph-mon[112123]: pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:11:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:38 smithi138 ceph-mon[117003]: pgmap v2550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:11:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:39 smithi161 ceph-mon[116604]: pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:39 smithi028 ceph-mon[112123]: pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:39 smithi138 ceph-mon[117003]: pgmap v2551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:40.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:40.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:40.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:40.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:40.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:40.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:40.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:40.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:42 smithi161 ceph-mon[116604]: from='client.80943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:42 smithi161 ceph-mon[116604]: pgmap v2552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:11:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:42 smithi028 ceph-mon[112123]: from='client.80943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:42 smithi028 ceph-mon[112123]: pgmap v2552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:11:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:42 smithi138 ceph-mon[117003]: from='client.80943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:42 smithi138 ceph-mon[117003]: pgmap v2552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:11:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:43 smithi161 ceph-mon[116604]: pgmap v2553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:11:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:43 smithi028 ceph-mon[112123]: pgmap v2553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:11:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:43 smithi138 ceph-mon[117003]: pgmap v2553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:11:45.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:45.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:45.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:46 smithi161 ceph-mon[116604]: pgmap v2554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:11:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:46 smithi028 ceph-mon[112123]: pgmap v2554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:11:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:46 smithi138 ceph-mon[117003]: pgmap v2554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:11:46.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:46.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:46.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:46.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:46.685 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:47 smithi161 ceph-mon[116604]: from='client.81018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:47 smithi028 ceph-mon[112123]: from='client.81018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:47 smithi138 ceph-mon[117003]: from='client.81018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:48 smithi161 ceph-mon[116604]: 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-07T06:11:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:48 smithi028 ceph-mon[112123]: 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-07T06:11:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:48 smithi138 ceph-mon[117003]: 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-07T06:11:49.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:49 smithi161 ceph-mon[116604]: 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-07T06:11:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:49 smithi028 ceph-mon[112123]: 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-07T06:11:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:49 smithi138 ceph-mon[117003]: 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-07T06:11:51.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:51.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:51.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:51.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:51 smithi161 ceph-mon[116604]: 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-07T06:11:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:51 smithi028 ceph-mon[112123]: 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-07T06:11:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:51 smithi138 ceph-mon[117003]: 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-07T06:11:52.447 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:52.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:52.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:52.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:52.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:52 smithi161 ceph-mon[116604]: from='client.81093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:52 smithi028 ceph-mon[112123]: from='client.81093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:52 smithi138 ceph-mon[117003]: from='client.81093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:53 smithi161 ceph-mon[116604]: 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-07T06:11:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:53 smithi028 ceph-mon[112123]: 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-07T06:11:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:53 smithi138 ceph-mon[117003]: 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-07T06:11:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:56 smithi161 ceph-mon[116604]: pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:56 smithi028 ceph-mon[112123]: pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:56 smithi138 ceph-mon[117003]: pgmap v2559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:57.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:11:57.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:11:57.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:11:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:57 smithi161 ceph-mon[116604]: pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:57 smithi028 ceph-mon[112123]: pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:57 smithi138 ceph-mon[117003]: pgmap v2560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:11:58.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:11:58.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:11:58.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:11:58.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:11:58.223 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:11:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:58 smithi161 ceph-mon[116604]: from='client.81165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:58 smithi028 ceph-mon[112123]: from='client.81165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:58 smithi138 ceph-mon[117003]: from='client.81165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:11:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:11:59 smithi161 ceph-mon[116604]: pgmap v2561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:11:59 smithi028 ceph-mon[112123]: pgmap v2561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:11:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:11:59 smithi138 ceph-mon[117003]: pgmap v2561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:01 smithi161 ceph-mon[116604]: pgmap v2562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:01 smithi028 ceph-mon[112123]: pgmap v2562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:01 smithi138 ceph-mon[117003]: pgmap v2562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:03.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:03.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:03.225 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:03 smithi161 ceph-mon[116604]: pgmap v2563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:03 smithi028 ceph-mon[112123]: pgmap v2563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:03 smithi138 ceph-mon[117003]: pgmap v2563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:03.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:03.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:03.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:03.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:03.990 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:04 smithi161 ceph-mon[116604]: from='client.81243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:04 smithi028 ceph-mon[112123]: from='client.81243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:04 smithi138 ceph-mon[117003]: from='client.81243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:06 smithi161 ceph-mon[116604]: pgmap v2564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:06 smithi028 ceph-mon[112123]: pgmap v2564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:06 smithi138 ceph-mon[117003]: pgmap v2564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:07.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:07 smithi161 ceph-mon[116604]: 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-07T06:12:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:07 smithi028 ceph-mon[112123]: 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-07T06:12:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:07 smithi138 ceph-mon[117003]: 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-07T06:12:08.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:08.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:08.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:09.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:12:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:12:09.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:12:09.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:09.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:09.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:09.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:09.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:10 smithi138 ceph-mon[117003]: pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:12:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:12:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:12:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:10 smithi161 ceph-mon[116604]: pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:12:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:12:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:12:10.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:10 smithi028 ceph-mon[112123]: pgmap v2566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:12:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:12:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:12:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:11 smithi161 ceph-mon[116604]: from='client.81315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:11 smithi028 ceph-mon[112123]: from='client.81315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:11 smithi138 ceph-mon[117003]: from='client.81315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:12 smithi161 ceph-mon[116604]: pgmap v2567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:12 smithi028 ceph-mon[112123]: pgmap v2567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:12 smithi138 ceph-mon[117003]: pgmap v2567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:13 smithi161 ceph-mon[116604]: pgmap v2568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:13 smithi028 ceph-mon[112123]: pgmap v2568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:13 smithi138 ceph-mon[117003]: pgmap v2568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:14.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:14.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:14.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:15.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:15.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:15.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:15.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:15.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:16 smithi161 ceph-mon[116604]: from='client.81387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:16 smithi161 ceph-mon[116604]: pgmap v2569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:16 smithi028 ceph-mon[112123]: from='client.81387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:16 smithi028 ceph-mon[112123]: pgmap v2569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:16 smithi138 ceph-mon[117003]: from='client.81387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:16 smithi138 ceph-mon[117003]: pgmap v2569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:17.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:17 smithi161 ceph-mon[116604]: pgmap v2570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:17.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:17 smithi028 ceph-mon[112123]: pgmap v2570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:17 smithi138 ceph-mon[117003]: pgmap v2570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:19.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:19 smithi161 ceph-mon[116604]: pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:19 smithi028 ceph-mon[112123]: pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:19 smithi138 ceph-mon[117003]: pgmap v2571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:20.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:20.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:20.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:21.346 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:21.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:21.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:21.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:21.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:21 smithi161 ceph-mon[116604]: from='client.81462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:21 smithi161 ceph-mon[116604]: 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-07T06:12:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:21 smithi028 ceph-mon[112123]: from='client.81462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:21 smithi028 ceph-mon[112123]: 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-07T06:12:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:21 smithi138 ceph-mon[117003]: from='client.81462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:21 smithi138 ceph-mon[117003]: 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-07T06:12:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:23 smithi161 ceph-mon[116604]: 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-07T06:12:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:23 smithi028 ceph-mon[112123]: 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-07T06:12:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:23 smithi138 ceph-mon[117003]: 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-07T06:12:26.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:26.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:26.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:26 smithi161 ceph-mon[116604]: 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-07T06:12:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:26 smithi028 ceph-mon[112123]: 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-07T06:12:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:26 smithi138 ceph-mon[117003]: 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-07T06:12:27.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:27.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:27.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:27.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:27.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:27 smithi161 ceph-mon[116604]: from='client.81540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:27 smithi161 ceph-mon[116604]: 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-07T06:12:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:27 smithi028 ceph-mon[112123]: from='client.81540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:27.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:27 smithi028 ceph-mon[112123]: 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-07T06:12:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:27 smithi138 ceph-mon[117003]: from='client.81540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:27 smithi138 ceph-mon[117003]: 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-07T06:12:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:29 smithi161 ceph-mon[116604]: 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-07T06:12:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:29 smithi028 ceph-mon[112123]: 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-07T06:12:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:29 smithi138 ceph-mon[117003]: 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-07T06:12:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:31 smithi161 ceph-mon[116604]: 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-07T06:12:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:31 smithi028 ceph-mon[112123]: 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-07T06:12:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:31 smithi138 ceph-mon[117003]: 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-07T06:12:32.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:32.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:32.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:32.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:32.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:32.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:32.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:32.888 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:33 smithi161 ceph-mon[116604]: from='client.81618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:33 smithi161 ceph-mon[116604]: 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-07T06:12:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:33 smithi028 ceph-mon[112123]: from='client.81618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:33 smithi028 ceph-mon[112123]: 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-07T06:12:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:33 smithi138 ceph-mon[117003]: from='client.81618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:33 smithi138 ceph-mon[117003]: 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-07T06:12:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:36 smithi161 ceph-mon[116604]: pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:36 smithi028 ceph-mon[112123]: pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:36 smithi138 ceph-mon[117003]: pgmap v2579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:37.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:37 smithi161 ceph-mon[116604]: pgmap v2580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:37 smithi028 ceph-mon[112123]: pgmap v2580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:37 smithi138 ceph-mon[117003]: pgmap v2580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:37.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:37.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:37.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:38.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:38.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:38.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:38.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:38.658 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:38 smithi161 ceph-mon[116604]: from='client.81693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:38 smithi028 ceph-mon[112123]: from='client.81693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:38 smithi138 ceph-mon[117003]: from='client.81693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:39 smithi028 ceph-mon[112123]: pgmap v2581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:39 smithi138 ceph-mon[117003]: pgmap v2581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:39 smithi161 ceph-mon[116604]: pgmap v2581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:12:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:41 smithi161 ceph-mon[116604]: pgmap v2582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:41 smithi028 ceph-mon[112123]: pgmap v2582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:41 smithi138 ceph-mon[117003]: pgmap v2582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:43.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:43.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:43.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:43 smithi161 ceph-mon[116604]: pgmap v2583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:43 smithi028 ceph-mon[112123]: pgmap v2583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:43 smithi138 ceph-mon[117003]: pgmap v2583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:44.429 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:44.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:44.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:44.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:44.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:44 smithi161 ceph-mon[116604]: from='client.81768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:44 smithi028 ceph-mon[112123]: from='client.81768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:44 smithi138 ceph-mon[117003]: from='client.81768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:46 smithi161 ceph-mon[116604]: pgmap v2584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:12:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:46 smithi028 ceph-mon[112123]: pgmap v2584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:12:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:46 smithi138 ceph-mon[117003]: pgmap v2584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:12:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:47 smithi161 ceph-mon[116604]: pgmap v2585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:12:47.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:47 smithi028 ceph-mon[112123]: pgmap v2585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:12:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:47 smithi138 ceph-mon[117003]: pgmap v2585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:12:49.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:49.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:49.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:49.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:49 smithi161 ceph-mon[116604]: pgmap v2586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:49 smithi028 ceph-mon[112123]: pgmap v2586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:49 smithi138 ceph-mon[117003]: pgmap v2586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:50.219 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:50.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:50.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:50.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:50.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:51 smithi161 ceph-mon[116604]: from='client.81846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:51 smithi028 ceph-mon[112123]: from='client.81846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:51 smithi138 ceph-mon[117003]: from='client.81846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:52 smithi161 ceph-mon[116604]: pgmap v2587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:52 smithi028 ceph-mon[112123]: pgmap v2587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:52 smithi138 ceph-mon[117003]: pgmap v2587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:53 smithi161 ceph-mon[116604]: pgmap v2588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:53 smithi028 ceph-mon[112123]: pgmap v2588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:53 smithi138 ceph-mon[117003]: pgmap v2588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:12:55.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:12:55.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:12:55.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:12:55.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:12:55.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:12:55.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:12:55.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:12:55.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:12:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:56 smithi161 ceph-mon[116604]: pgmap v2589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:56 smithi028 ceph-mon[112123]: pgmap v2589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:56 smithi138 ceph-mon[117003]: pgmap v2589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:12:57.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:57 smithi161 ceph-mon[116604]: from='client.81924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:57 smithi028 ceph-mon[112123]: from='client.81924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:57 smithi138 ceph-mon[117003]: from='client.81924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:12:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:58 smithi161 ceph-mon[116604]: pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:12:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:58 smithi028 ceph-mon[112123]: pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:12:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:58 smithi138 ceph-mon[117003]: pgmap v2590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:12:59.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:12:59 smithi028 ceph-mon[112123]: pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:12:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:12:59 smithi138 ceph-mon[117003]: pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:12:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:12:59 smithi161 ceph-mon[116604]: pgmap v2591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:13:00.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:00.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:00.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:01 smithi028 ceph-mon[112123]: 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-07T06:13:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:01 smithi028 ceph-mon[112123]: from='client.81996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:01.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:01.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:01.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:01.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:01.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:01 smithi138 ceph-mon[117003]: 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-07T06:13:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:01 smithi138 ceph-mon[117003]: from='client.81996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:01 smithi161 ceph-mon[116604]: 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-07T06:13:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:01 smithi161 ceph-mon[116604]: from='client.81996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:03.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:03 smithi028 ceph-mon[112123]: 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-07T06:13:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:03 smithi138 ceph-mon[117003]: 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-07T06:13:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:03 smithi161 ceph-mon[116604]: 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-07T06:13:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:06 smithi161 ceph-mon[116604]: 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-07T06:13:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:06 smithi028 ceph-mon[112123]: 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-07T06:13:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:06 smithi138 ceph-mon[117003]: 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-07T06:13:06.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:06.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:06.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:07.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:07.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:07.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:07.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:07.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:07 smithi028 ceph-mon[112123]: from='client.82071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:07.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:07 smithi028 ceph-mon[112123]: 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-07T06:13:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:07 smithi138 ceph-mon[117003]: from='client.82071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:07 smithi138 ceph-mon[117003]: 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-07T06:13:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:07 smithi161 ceph-mon[116604]: from='client.82071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:07 smithi161 ceph-mon[116604]: 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-07T06:13:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:09 smithi028 ceph-mon[112123]: 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-07T06:13:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:09 smithi138 ceph-mon[117003]: 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-07T06:13:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:09 smithi161 ceph-mon[116604]: 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-07T06:13:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:13:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:13:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:13:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:13:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:13:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:13:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:13:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:13:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:13:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:13:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:13:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:13:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:11 smithi028 ceph-mon[112123]: 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-07T06:13:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:11 smithi138 ceph-mon[117003]: 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-07T06:13:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:11 smithi161 ceph-mon[116604]: 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-07T06:13:12.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:12.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:12.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:13.318 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:13.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:13.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:13.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:13.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:13 smithi028 ceph-mon[112123]: from='client.82143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:13 smithi028 ceph-mon[112123]: 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-07T06:13:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:13 smithi138 ceph-mon[117003]: from='client.82143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:13 smithi138 ceph-mon[117003]: 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-07T06:13:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:13 smithi161 ceph-mon[116604]: from='client.82143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:13 smithi161 ceph-mon[116604]: 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-07T06:13:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:16 smithi161 ceph-mon[116604]: pgmap v2599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:13:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:16 smithi028 ceph-mon[112123]: pgmap v2599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:13:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:16 smithi138 ceph-mon[117003]: pgmap v2599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:13:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:17 smithi028 ceph-mon[112123]: pgmap v2600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:17 smithi138 ceph-mon[117003]: pgmap v2600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:17 smithi161 ceph-mon[116604]: pgmap v2600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:18.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:18.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:18.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:19.091 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:19.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:19.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:19.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:19.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:19.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:19 smithi028 ceph-mon[112123]: from='client.82221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:19.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:19 smithi028 ceph-mon[112123]: pgmap v2601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:13:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:19 smithi138 ceph-mon[117003]: from='client.82221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:19 smithi138 ceph-mon[117003]: pgmap v2601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:13:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:19 smithi161 ceph-mon[116604]: from='client.82221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:19 smithi161 ceph-mon[116604]: pgmap v2601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:13:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:21 smithi028 ceph-mon[112123]: pgmap v2602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:21 smithi138 ceph-mon[117003]: pgmap v2602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:21 smithi161 ceph-mon[116604]: pgmap v2602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:23 smithi028 ceph-mon[112123]: pgmap v2603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:23 smithi138 ceph-mon[117003]: pgmap v2603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:23 smithi161 ceph-mon[116604]: pgmap v2603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:24.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:24.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:24.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:24.854 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:24.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:24.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:24.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:24.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:26 smithi161 ceph-mon[116604]: from='client.82296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:26 smithi161 ceph-mon[116604]: 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-07T06:13:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:26 smithi028 ceph-mon[112123]: from='client.82296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:26 smithi028 ceph-mon[112123]: 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-07T06:13:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:26 smithi138 ceph-mon[117003]: from='client.82296 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:26 smithi138 ceph-mon[117003]: 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-07T06:13:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:27 smithi028 ceph-mon[112123]: pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:13:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:27 smithi138 ceph-mon[117003]: pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:13:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:27 smithi161 ceph-mon[116604]: pgmap v2605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:13:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:29 smithi028 ceph-mon[112123]: pgmap v2606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:29 smithi138 ceph-mon[117003]: pgmap v2606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:29.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:29.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:29.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:29 smithi161 ceph-mon[116604]: pgmap v2606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:30.629 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:30.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:30.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:30.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:30.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:31.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:31 smithi161 ceph-mon[116604]: from='client.82371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:31 smithi028 ceph-mon[112123]: from='client.82371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:31 smithi138 ceph-mon[117003]: from='client.82371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:32 smithi161 ceph-mon[116604]: pgmap v2607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:13:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:32 smithi028 ceph-mon[112123]: pgmap v2607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:13:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:32 smithi138 ceph-mon[117003]: pgmap v2607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:13:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:33 smithi028 ceph-mon[112123]: pgmap v2608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:13:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:33 smithi138 ceph-mon[117003]: pgmap v2608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:13:33.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:33 smithi161 ceph-mon[116604]: pgmap v2608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:13:35.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:35.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:35.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:36.405 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:36.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:36.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:36.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:36.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:36 smithi161 ceph-mon[116604]: pgmap v2609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:36 smithi028 ceph-mon[112123]: pgmap v2609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:36 smithi138 ceph-mon[117003]: pgmap v2609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:37.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:37 smithi161 ceph-mon[116604]: from='client.82449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:37 smithi028 ceph-mon[112123]: from='client.82449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:37 smithi138 ceph-mon[117003]: from='client.82449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:38 smithi161 ceph-mon[116604]: 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-07T06:13:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:38 smithi028 ceph-mon[112123]: 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-07T06:13:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:38 smithi138 ceph-mon[117003]: 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-07T06:13:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:39 smithi028 ceph-mon[112123]: 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-07T06:13:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:39 smithi138 ceph-mon[117003]: 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-07T06:13:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:39 smithi161 ceph-mon[116604]: 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-07T06:13:41.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:41.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:41.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:41.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:41 smithi028 ceph-mon[112123]: 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-07T06:13:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:41 smithi138 ceph-mon[117003]: 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-07T06:13:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:41 smithi161 ceph-mon[116604]: 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-07T06:13:42.175 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:42.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:42.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:42.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:42.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:42 smithi028 ceph-mon[112123]: from='client.82524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:42 smithi138 ceph-mon[117003]: from='client.82524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:42 smithi161 ceph-mon[116604]: from='client.82524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:43 smithi028 ceph-mon[112123]: 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-07T06:13:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:43 smithi138 ceph-mon[117003]: 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-07T06:13:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:43 smithi161 ceph-mon[116604]: 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-07T06:13:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:46 smithi161 ceph-mon[116604]: 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-07T06:13:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:46 smithi028 ceph-mon[112123]: 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-07T06:13:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:46 smithi138 ceph-mon[117003]: 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-07T06:13:47.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:47.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:47.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:47 smithi028 ceph-mon[112123]: 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-07T06:13:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:47 smithi138 ceph-mon[117003]: 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-07T06:13:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:47 smithi161 ceph-mon[116604]: 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-07T06:13:47.953 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:47.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:47.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:47.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:47.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:48.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:48 smithi028 ceph-mon[112123]: from='client.82599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:48 smithi138 ceph-mon[117003]: from='client.82599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:48 smithi161 ceph-mon[116604]: from='client.82599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:49.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:49 smithi028 ceph-mon[112123]: 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-07T06:13:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:49 smithi138 ceph-mon[117003]: 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-07T06:13:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:49 smithi161 ceph-mon[116604]: 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-07T06:13:51.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:51 smithi028 ceph-mon[112123]: 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-07T06:13:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:51 smithi138 ceph-mon[117003]: 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-07T06:13:51.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:51 smithi161 ceph-mon[116604]: 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-07T06:13:52.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:52.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:52.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:53 smithi028 ceph-mon[112123]: from='client.82677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:53 smithi028 ceph-mon[112123]: 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-07T06:13:53.723 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:53.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:53.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:53.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:53.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:53 smithi138 ceph-mon[117003]: from='client.82677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:53 smithi138 ceph-mon[117003]: 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-07T06:13:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:53 smithi161 ceph-mon[116604]: from='client.82677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:53 smithi161 ceph-mon[116604]: 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-07T06:13:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:56 smithi161 ceph-mon[116604]: pgmap v2619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:13:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:56 smithi028 ceph-mon[112123]: pgmap v2619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:13:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:56 smithi138 ceph-mon[117003]: pgmap v2619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:13:57.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:57 smithi028 ceph-mon[112123]: pgmap v2620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:57 smithi138 ceph-mon[117003]: pgmap v2620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:57 smithi161 ceph-mon[116604]: pgmap v2620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:13:58.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:13:58.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:13:58.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:13:59.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:13:59.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:13:59.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:13:59.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:13:59.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:13:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:59 smithi028 ceph-mon[112123]: from='client.82752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:59.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:13:59 smithi028 ceph-mon[112123]: pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:13:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:59 smithi138 ceph-mon[117003]: from='client.82752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:13:59 smithi138 ceph-mon[117003]: pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:13:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:59 smithi161 ceph-mon[116604]: from='client.82752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:13:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:13:59 smithi161 ceph-mon[116604]: pgmap v2621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:14:01.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:01 smithi028 ceph-mon[112123]: pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:14:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:01 smithi138 ceph-mon[117003]: pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:14:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:01 smithi161 ceph-mon[116604]: pgmap v2622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:14:03.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:03 smithi028 ceph-mon[112123]: pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:14:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:03 smithi138 ceph-mon[117003]: pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:14:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:03 smithi161 ceph-mon[116604]: pgmap v2623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:14:04.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:04.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:04.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:05.281 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:05.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:05.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:05.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:05.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:06 smithi161 ceph-mon[116604]: from='client.82818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:06 smithi161 ceph-mon[116604]: 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-07T06:14:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:06 smithi028 ceph-mon[112123]: from='client.82818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:06 smithi028 ceph-mon[112123]: 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-07T06:14:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:06 smithi138 ceph-mon[117003]: from='client.82818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:06 smithi138 ceph-mon[117003]: 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-07T06:14:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:07 smithi028 ceph-mon[112123]: pgmap v2625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:07 smithi138 ceph-mon[117003]: pgmap v2625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:07 smithi161 ceph-mon[116604]: pgmap v2625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:09 smithi028 ceph-mon[112123]: pgmap v2626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:09 smithi138 ceph-mon[117003]: pgmap v2626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:09 smithi161 ceph-mon[116604]: pgmap v2626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:10.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:10.284 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:10.284 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:11.137 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:11.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:11.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:11.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:11.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:14:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:14:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:14:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:14:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:14:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:14:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:14:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:14:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:14:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:14:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:14:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:14:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:12 smithi161 ceph-mon[116604]: from='client.82893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:12 smithi161 ceph-mon[116604]: pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:14:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:12 smithi028 ceph-mon[112123]: from='client.82893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:12 smithi028 ceph-mon[112123]: pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:14:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:12 smithi138 ceph-mon[117003]: from='client.82893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:12 smithi138 ceph-mon[117003]: pgmap v2627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:14:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:13 smithi028 ceph-mon[112123]: pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:14:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:13 smithi138 ceph-mon[117003]: pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:14:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:13 smithi161 ceph-mon[116604]: pgmap v2628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:14:16.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:16.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:16.140 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:16 smithi161 ceph-mon[116604]: pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:14:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:16 smithi028 ceph-mon[112123]: pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:14:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:16 smithi138 ceph-mon[117003]: pgmap v2629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:14:16.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:16.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:16.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:16.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:16.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:17.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:17 smithi028 ceph-mon[112123]: from='client.82968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:17.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:17 smithi028 ceph-mon[112123]: 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-07T06:14:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:17 smithi138 ceph-mon[117003]: from='client.82968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:17 smithi138 ceph-mon[117003]: 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-07T06:14:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:17 smithi161 ceph-mon[116604]: from='client.82968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:17 smithi161 ceph-mon[116604]: 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-07T06:14:19.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:19 smithi028 ceph-mon[112123]: 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-07T06:14:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:19 smithi138 ceph-mon[117003]: 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-07T06:14:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:19 smithi161 ceph-mon[116604]: 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-07T06:14:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:21 smithi028 ceph-mon[112123]: 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-07T06:14:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:21 smithi138 ceph-mon[117003]: 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-07T06:14:21.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:21.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:21.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:21 smithi161 ceph-mon[116604]: 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-07T06:14:22.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:22.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:22.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:22.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:22.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:22 smithi028 ceph-mon[112123]: from='client.83043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:22 smithi138 ceph-mon[117003]: from='client.83043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:22 smithi161 ceph-mon[116604]: from='client.83043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:23 smithi028 ceph-mon[112123]: 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-07T06:14:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:23 smithi138 ceph-mon[117003]: 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-07T06:14:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:23 smithi161 ceph-mon[116604]: 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-07T06:14:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:26 smithi161 ceph-mon[116604]: 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-07T06:14:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:26 smithi028 ceph-mon[112123]: 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-07T06:14:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:26 smithi138 ceph-mon[117003]: 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-07T06:14:27.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:27.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:27.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:27 smithi028 ceph-mon[112123]: 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-07T06:14:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:27 smithi138 ceph-mon[117003]: 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-07T06:14:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:27 smithi161 ceph-mon[116604]: 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-07T06:14:28.449 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:28.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:28.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:28.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:28.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:28 smithi028 ceph-mon[112123]: from='client.83121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:28 smithi138 ceph-mon[117003]: from='client.83121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:28 smithi161 ceph-mon[116604]: from='client.83121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:29 smithi138 ceph-mon[117003]: pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:14:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:29 smithi161 ceph-mon[116604]: pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:14:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:29 smithi028 ceph-mon[112123]: pgmap v2636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:14:31.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:31 smithi028 ceph-mon[112123]: pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:31 smithi138 ceph-mon[117003]: pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:31 smithi161 ceph-mon[116604]: pgmap v2637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:33.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:33.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:33.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:33 smithi028 ceph-mon[112123]: pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:33 smithi138 ceph-mon[117003]: pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:33 smithi161 ceph-mon[116604]: pgmap v2638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:34.226 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:34.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:34.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:34.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:34.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:34 smithi028 ceph-mon[112123]: from='client.83196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:34 smithi138 ceph-mon[117003]: from='client.83196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:34 smithi161 ceph-mon[116604]: from='client.83196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:36 smithi161 ceph-mon[116604]: pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:14:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:36 smithi028 ceph-mon[112123]: pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:14:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:36 smithi138 ceph-mon[117003]: pgmap v2639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:14:37.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:37 smithi028 ceph-mon[112123]: pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:37 smithi138 ceph-mon[117003]: pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:37 smithi161 ceph-mon[116604]: pgmap v2640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:39.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:39.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:39.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:39 smithi028 ceph-mon[112123]: 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-07T06:14:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:39 smithi138 ceph-mon[117003]: 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-07T06:14:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:39 smithi161 ceph-mon[116604]: 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-07T06:14:39.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:39.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:39.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:39.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:39.990 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:41.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:41 smithi161 ceph-mon[116604]: from='client.83274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:41.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:41 smithi028 ceph-mon[112123]: from='client.83274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:41 smithi138 ceph-mon[117003]: from='client.83274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:42 smithi161 ceph-mon[116604]: pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:42 smithi028 ceph-mon[112123]: pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:42 smithi138 ceph-mon[117003]: pgmap v2642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:43.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:43 smithi028 ceph-mon[112123]: pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:43 smithi138 ceph-mon[117003]: pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:43 smithi161 ceph-mon[116604]: pgmap v2643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:44.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:44.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:44.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:45.787 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:45.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:45.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:45.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:45.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:46 smithi161 ceph-mon[116604]: pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:46 smithi161 ceph-mon[116604]: from='client.83352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:46 smithi028 ceph-mon[112123]: pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:46 smithi028 ceph-mon[112123]: from='client.83352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:46 smithi138 ceph-mon[117003]: pgmap v2644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:46 smithi138 ceph-mon[117003]: from='client.83352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:47 smithi028 ceph-mon[112123]: pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:47 smithi138 ceph-mon[117003]: pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:47 smithi161 ceph-mon[116604]: pgmap v2645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:14:49.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:49 smithi028 ceph-mon[112123]: pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:49 smithi138 ceph-mon[117003]: pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:49 smithi161 ceph-mon[116604]: pgmap v2646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:14:50.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:50.789 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:50.789 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:51.567 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:51.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:51.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:51.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:51.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:51.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:51 smithi028 ceph-mon[112123]: from='client.83427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:51 smithi028 ceph-mon[112123]: 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-07T06:14:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:51 smithi138 ceph-mon[117003]: from='client.83427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:51 smithi138 ceph-mon[117003]: 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-07T06:14:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:51 smithi161 ceph-mon[116604]: from='client.83427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:51 smithi161 ceph-mon[116604]: 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-07T06:14:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:53 smithi138 ceph-mon[117003]: 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-07T06:14:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:53 smithi161 ceph-mon[116604]: 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-07T06:14:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:53 smithi028 ceph-mon[112123]: 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-07T06:14:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:56 smithi161 ceph-mon[116604]: 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-07T06:14:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:56 smithi028 ceph-mon[112123]: 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-07T06:14:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:56 smithi138 ceph-mon[117003]: 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-07T06:14:56.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:14:56.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:14:56.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:14:57.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:14:57.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:14:57.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:14:57.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:14:57.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:14:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:57 smithi138 ceph-mon[117003]: from='client.83505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:57 smithi138 ceph-mon[117003]: 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-07T06:14:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:57 smithi161 ceph-mon[116604]: from='client.83505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:57 smithi161 ceph-mon[116604]: 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-07T06:14:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:57 smithi028 ceph-mon[112123]: from='client.83505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:14:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:57 smithi028 ceph-mon[112123]: 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-07T06:14:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:14:59 smithi138 ceph-mon[117003]: 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-07T06:14:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:14:59 smithi161 ceph-mon[116604]: 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-07T06:14:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:14:59 smithi028 ceph-mon[112123]: 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-07T06:15:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:01 smithi138 ceph-mon[117003]: 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-07T06:15:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:01 smithi161 ceph-mon[116604]: 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-07T06:15:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:01 smithi028 ceph-mon[112123]: 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-07T06:15:02.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:02.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:02.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:03.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:03.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:03.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:03.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:03.119 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:03 smithi138 ceph-mon[117003]: from='client.83583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:03 smithi138 ceph-mon[117003]: 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-07T06:15:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:03 smithi161 ceph-mon[116604]: from='client.83583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:03 smithi161 ceph-mon[116604]: 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-07T06:15:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:03 smithi028 ceph-mon[112123]: from='client.83583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:03 smithi028 ceph-mon[112123]: 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-07T06:15:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:06 smithi161 ceph-mon[116604]: 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-07T06:15:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:06 smithi028 ceph-mon[112123]: 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-07T06:15:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:06 smithi138 ceph-mon[117003]: 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-07T06:15:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:07 smithi138 ceph-mon[117003]: 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-07T06:15:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:07 smithi161 ceph-mon[116604]: 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-07T06:15:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:07 smithi028 ceph-mon[112123]: 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-07T06:15:08.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:08.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:08.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:08.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:08.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:08.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:08.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:08.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:09 smithi138 ceph-mon[117003]: from='client.83661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:09 smithi138 ceph-mon[117003]: pgmap v2656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:15:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:09 smithi161 ceph-mon[116604]: from='client.83661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:09 smithi161 ceph-mon[116604]: pgmap v2656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:15:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:09 smithi028 ceph-mon[112123]: from='client.83661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:09 smithi028 ceph-mon[112123]: pgmap v2656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:15:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:15:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:15:11.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:15:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:12 smithi028 ceph-mon[112123]: pgmap v2657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:15:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:15:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:15:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:15:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:12 smithi138 ceph-mon[117003]: pgmap v2657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:15:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:15:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:15:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:15:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:12 smithi161 ceph-mon[116604]: pgmap v2657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:15:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:15:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:15:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:15:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:13 smithi138 ceph-mon[117003]: pgmap v2658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:15:13.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:13.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:13.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:13 smithi161 ceph-mon[116604]: pgmap v2658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:15:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:13 smithi028 ceph-mon[112123]: pgmap v2658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:15:14.653 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:14.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:14.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:14.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:14.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:14 smithi138 ceph-mon[117003]: from='client.83736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:14 smithi161 ceph-mon[116604]: from='client.83736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:14 smithi028 ceph-mon[112123]: from='client.83736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:16 smithi161 ceph-mon[116604]: 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-07T06:15:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:16 smithi028 ceph-mon[112123]: 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-07T06:15:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:16 smithi138 ceph-mon[117003]: 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-07T06:15:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:17 smithi138 ceph-mon[117003]: 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-07T06:15:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:17 smithi161 ceph-mon[116604]: 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-07T06:15:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:17 smithi028 ceph-mon[112123]: 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-07T06:15:19.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:19.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:19.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:19 smithi138 ceph-mon[117003]: 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-07T06:15:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:19 smithi161 ceph-mon[116604]: 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-07T06:15:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:19 smithi028 ceph-mon[112123]: 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-07T06:15:20.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:20.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:20.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:20.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:20.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:21.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:21 smithi161 ceph-mon[116604]: from='client.83808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:21.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:21 smithi028 ceph-mon[112123]: from='client.83808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:21 smithi138 ceph-mon[117003]: from='client.83808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:22 smithi161 ceph-mon[116604]: pgmap v2662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:15:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:22 smithi028 ceph-mon[112123]: pgmap v2662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:15:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:22 smithi138 ceph-mon[117003]: pgmap v2662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:15:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:23 smithi138 ceph-mon[117003]: pgmap v2663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:15:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:23 smithi161 ceph-mon[116604]: pgmap v2663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:15:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:23 smithi028 ceph-mon[112123]: pgmap v2663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:15:25.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:25.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:25.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:26.200 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:26.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:26.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:26.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:26.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:26 smithi161 ceph-mon[116604]: pgmap v2664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:15:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:26 smithi028 ceph-mon[112123]: pgmap v2664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:15:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:26 smithi138 ceph-mon[117003]: pgmap v2664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:15:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:27 smithi161 ceph-mon[116604]: from='client.83883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:27 smithi028 ceph-mon[112123]: from='client.83883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:27 smithi138 ceph-mon[117003]: from='client.83883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:28 smithi161 ceph-mon[116604]: 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-07T06:15:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:28 smithi028 ceph-mon[112123]: 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-07T06:15:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:28 smithi138 ceph-mon[117003]: 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-07T06:15:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:29 smithi138 ceph-mon[117003]: 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-07T06:15:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:29 smithi161 ceph-mon[116604]: 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-07T06:15:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:29 smithi028 ceph-mon[112123]: 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-07T06:15:31.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:31.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:31.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:31 smithi138 ceph-mon[117003]: 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-07T06:15:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:31 smithi161 ceph-mon[116604]: 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-07T06:15:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:31 smithi028 ceph-mon[112123]: 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-07T06:15:31.982 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:31.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:31.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:31.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:31.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:32 smithi138 ceph-mon[117003]: from='client.83958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:32 smithi161 ceph-mon[116604]: from='client.83958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:32 smithi028 ceph-mon[112123]: from='client.83958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:33 smithi138 ceph-mon[117003]: 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-07T06:15:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:33 smithi161 ceph-mon[116604]: 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-07T06:15:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:33 smithi028 ceph-mon[112123]: 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-07T06:15:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:36 smithi161 ceph-mon[116604]: 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-07T06:15:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:36 smithi028 ceph-mon[112123]: 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-07T06:15:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:36 smithi138 ceph-mon[117003]: 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-07T06:15:36.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:36.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:36.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:37.746 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:37.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:37.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:37.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:37.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:37 smithi138 ceph-mon[117003]: from='client.84036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:37 smithi138 ceph-mon[117003]: 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-07T06:15:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:37 smithi161 ceph-mon[116604]: from='client.84036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:37 smithi161 ceph-mon[116604]: 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-07T06:15:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:37 smithi028 ceph-mon[112123]: from='client.84036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:37 smithi028 ceph-mon[112123]: 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-07T06:15:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:39 smithi138 ceph-mon[117003]: 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-07T06:15:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:39 smithi161 ceph-mon[116604]: 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-07T06:15:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:39 smithi028 ceph-mon[112123]: 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-07T06:15:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:41 smithi138 ceph-mon[117003]: 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-07T06:15:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:41 smithi161 ceph-mon[116604]: 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-07T06:15:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:41 smithi028 ceph-mon[112123]: 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-07T06:15:42.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:42.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:42.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:43.521 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:43.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:43.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:43.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:43.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:43 smithi138 ceph-mon[117003]: from='client.84111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:43 smithi138 ceph-mon[117003]: 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-07T06:15:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:43 smithi161 ceph-mon[116604]: from='client.84111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:43 smithi161 ceph-mon[116604]: 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-07T06:15:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:43 smithi028 ceph-mon[112123]: from='client.84111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:43 smithi028 ceph-mon[112123]: 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-07T06:15:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:46 smithi161 ceph-mon[116604]: 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-07T06:15:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:46 smithi028 ceph-mon[112123]: 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-07T06:15:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:46 smithi138 ceph-mon[117003]: 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-07T06:15:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:47 smithi138 ceph-mon[117003]: 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-07T06:15:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:47 smithi161 ceph-mon[116604]: 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-07T06:15:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:47 smithi028 ceph-mon[112123]: 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-07T06:15:48.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:48.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:48.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:49.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:49.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:49.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:49.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:49.291 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:49 smithi138 ceph-mon[117003]: from='client.84183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:49 smithi138 ceph-mon[117003]: pgmap v2676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:15:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:49 smithi161 ceph-mon[116604]: from='client.84183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:49 smithi161 ceph-mon[116604]: pgmap v2676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:15:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:49 smithi028 ceph-mon[112123]: from='client.84183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:49 smithi028 ceph-mon[112123]: pgmap v2676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:15:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:51 smithi138 ceph-mon[117003]: pgmap v2677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:15:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:51 smithi161 ceph-mon[116604]: pgmap v2677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:15:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:51 smithi028 ceph-mon[112123]: pgmap v2677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:15:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:53 smithi138 ceph-mon[117003]: pgmap v2678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:15:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:53 smithi161 ceph-mon[116604]: pgmap v2678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:15:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:53 smithi028 ceph-mon[112123]: pgmap v2678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:15:54.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:15:54.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:15:54.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:15:55.080 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:15:55.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:15:55.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:15:55.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:15:55.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:15:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:56 smithi161 ceph-mon[116604]: from='client.84261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:56 smithi161 ceph-mon[116604]: 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-07T06:15:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:56 smithi028 ceph-mon[112123]: from='client.84261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:56 smithi028 ceph-mon[112123]: 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-07T06:15:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:56 smithi138 ceph-mon[117003]: from='client.84261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:15:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:56 smithi138 ceph-mon[117003]: 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-07T06:15:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:57 smithi138 ceph-mon[117003]: 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-07T06:15:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:57 smithi161 ceph-mon[116604]: 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-07T06:15:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:57 smithi028 ceph-mon[112123]: 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-07T06:15:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:15:59 smithi138 ceph-mon[117003]: 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-07T06:15:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:15:59 smithi161 ceph-mon[116604]: 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-07T06:15:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:15:59 smithi028 ceph-mon[112123]: 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-07T06:16:00.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:00.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:00.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:00.844 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:00.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:00.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:00.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:00.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:01 smithi138 ceph-mon[117003]: from='client.84333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:01 smithi138 ceph-mon[117003]: pgmap v2682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:16:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:01 smithi161 ceph-mon[116604]: from='client.84333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:01 smithi161 ceph-mon[116604]: pgmap v2682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:16:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:01 smithi028 ceph-mon[112123]: from='client.84333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:01 smithi028 ceph-mon[112123]: pgmap v2682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:16:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:03 smithi138 ceph-mon[117003]: pgmap v2683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:16:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:03 smithi161 ceph-mon[116604]: pgmap v2683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:16:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:03 smithi028 ceph-mon[112123]: pgmap v2683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:16:05.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:05.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:05.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:06 smithi161 ceph-mon[116604]: pgmap v2684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:16:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:06 smithi028 ceph-mon[112123]: pgmap v2684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:16:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:06 smithi138 ceph-mon[117003]: pgmap v2684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:16:06.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:06.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:06.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:06.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:06.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:07 smithi161 ceph-mon[116604]: from='client.84411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:07 smithi028 ceph-mon[112123]: from='client.84411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:07 smithi138 ceph-mon[117003]: from='client.84411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:08 smithi161 ceph-mon[116604]: 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-07T06:16:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:08 smithi028 ceph-mon[112123]: 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-07T06:16:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:08 smithi138 ceph-mon[117003]: 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-07T06:16:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:09 smithi138 ceph-mon[117003]: 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-07T06:16:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:09 smithi161 ceph-mon[116604]: 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-07T06:16:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:09 smithi028 ceph-mon[112123]: 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-07T06:16:11.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:11.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:11.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:11 smithi138 ceph-mon[117003]: 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-07T06:16:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:11 smithi161 ceph-mon[116604]: 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-07T06:16:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:11 smithi028 ceph-mon[112123]: 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-07T06:16:12.443 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:12.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:12.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:12.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:12.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:16:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:12 smithi138 ceph-mon[117003]: from='client.84486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:16:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:12 smithi161 ceph-mon[116604]: from='client.84486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:16:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:12 smithi028 ceph-mon[112123]: from='client.84486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:16:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:16:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:13 smithi138 ceph-mon[117003]: 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-07T06:16:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:16:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:16:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:13 smithi161 ceph-mon[116604]: 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-07T06:16:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:16:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:16:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:16:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:13 smithi028 ceph-mon[112123]: 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-07T06:16:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:16 smithi161 ceph-mon[116604]: 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-07T06:16:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:16 smithi028 ceph-mon[112123]: 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-07T06:16:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:16 smithi138 ceph-mon[117003]: 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-07T06:16:17.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:17.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:17.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:17.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:17 smithi138 ceph-mon[117003]: 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-07T06:16:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:17 smithi161 ceph-mon[116604]: 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-07T06:16:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:17 smithi028 ceph-mon[112123]: 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-07T06:16:18.213 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:18.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:18.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:18.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:18.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:18 smithi138 ceph-mon[117003]: from='client.84564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:18 smithi161 ceph-mon[116604]: from='client.84564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:18 smithi028 ceph-mon[112123]: from='client.84564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:19 smithi138 ceph-mon[117003]: 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-07T06:16:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:19 smithi161 ceph-mon[116604]: 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-07T06:16:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:19 smithi028 ceph-mon[112123]: 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-07T06:16:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:21 smithi138 ceph-mon[117003]: 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-07T06:16:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:21 smithi161 ceph-mon[116604]: 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-07T06:16:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:21 smithi028 ceph-mon[112123]: 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-07T06:16:23.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:23.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:23.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:23 smithi138 ceph-mon[117003]: 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-07T06:16:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:23 smithi161 ceph-mon[116604]: 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-07T06:16:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:23 smithi028 ceph-mon[112123]: 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-07T06:16:23.984 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:23.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:23.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:23.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:23.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:24 smithi138 ceph-mon[117003]: from='client.84639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:24 smithi161 ceph-mon[116604]: from='client.84639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:24 smithi028 ceph-mon[112123]: from='client.84639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:26 smithi161 ceph-mon[116604]: 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-07T06:16:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:26 smithi028 ceph-mon[112123]: 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-07T06:16:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:26 smithi138 ceph-mon[117003]: 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-07T06:16:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:27 smithi138 ceph-mon[117003]: 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-07T06:16:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:27 smithi161 ceph-mon[116604]: 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-07T06:16:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:27 smithi028 ceph-mon[112123]: 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-07T06:16:28.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:28.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:28.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:29.759 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:29.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:29.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:29.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:29.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:29 smithi138 ceph-mon[117003]: from='client.84717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:29 smithi138 ceph-mon[117003]: 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-07T06:16:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:29 smithi161 ceph-mon[116604]: from='client.84717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:29 smithi161 ceph-mon[116604]: 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-07T06:16:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:29 smithi028 ceph-mon[112123]: from='client.84717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:29 smithi028 ceph-mon[112123]: 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-07T06:16:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:31 smithi138 ceph-mon[117003]: 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-07T06:16:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:31 smithi161 ceph-mon[116604]: 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-07T06:16:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:31 smithi028 ceph-mon[112123]: 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-07T06:16:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:33 smithi138 ceph-mon[117003]: 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-07T06:16:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:33 smithi161 ceph-mon[116604]: 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-07T06:16:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:33 smithi028 ceph-mon[112123]: 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-07T06:16:34.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:34.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:34.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:35.532 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:35.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:35.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:35.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:35.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:36 smithi161 ceph-mon[116604]: from='client.84792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:36 smithi161 ceph-mon[116604]: 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-07T06:16:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:36 smithi028 ceph-mon[112123]: from='client.84792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:36 smithi028 ceph-mon[112123]: 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-07T06:16:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:36 smithi138 ceph-mon[117003]: from='client.84792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:36 smithi138 ceph-mon[117003]: 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-07T06:16:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:37 smithi138 ceph-mon[117003]: 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-07T06:16:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:37 smithi161 ceph-mon[116604]: 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-07T06:16:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:37 smithi028 ceph-mon[112123]: 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-07T06:16:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:39 smithi138 ceph-mon[117003]: 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-07T06:16:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:39 smithi161 ceph-mon[116604]: 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-07T06:16:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:39 smithi028 ceph-mon[112123]: 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-07T06:16:40.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:40.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:40.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:41.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:41.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:41.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:41.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:41.332 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:41 smithi138 ceph-mon[117003]: from='client.84870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:41 smithi138 ceph-mon[117003]: 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-07T06:16:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:41 smithi161 ceph-mon[116604]: from='client.84870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:41 smithi161 ceph-mon[116604]: 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-07T06:16:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:41 smithi028 ceph-mon[112123]: from='client.84870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:41 smithi028 ceph-mon[112123]: 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-07T06:16:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:43 smithi138 ceph-mon[117003]: 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-07T06:16:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:43 smithi161 ceph-mon[116604]: 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-07T06:16:44.208 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:43 smithi028 ceph-mon[112123]: 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-07T06:16:46.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:46.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:46.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:46 smithi161 ceph-mon[116604]: 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-07T06:16:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:46 smithi028 ceph-mon[112123]: 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-07T06:16:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:46 smithi138 ceph-mon[117003]: 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-07T06:16:47.110 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:47.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:47.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:47.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:47.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:47 smithi138 ceph-mon[117003]: from='client.84945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:47 smithi138 ceph-mon[117003]: 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-07T06:16:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:47 smithi161 ceph-mon[116604]: from='client.84945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:47 smithi161 ceph-mon[116604]: 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-07T06:16:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:47 smithi028 ceph-mon[112123]: from='client.84945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:47 smithi028 ceph-mon[112123]: 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-07T06:16:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:49 smithi138 ceph-mon[117003]: 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-07T06:16:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:49 smithi161 ceph-mon[116604]: 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-07T06:16:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:49 smithi028 ceph-mon[112123]: 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-07T06:16:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:51 smithi138 ceph-mon[117003]: 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-07T06:16:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:51 smithi161 ceph-mon[116604]: 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-07T06:16:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:51 smithi028 ceph-mon[112123]: 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-07T06:16:52.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:52.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:52.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:52.909 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:52.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:52.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:52.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:52.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:53 smithi138 ceph-mon[117003]: from='client.85020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:53 smithi138 ceph-mon[117003]: 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-07T06:16:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:53 smithi161 ceph-mon[116604]: from='client.85020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:53 smithi161 ceph-mon[116604]: 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-07T06:16:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:53 smithi028 ceph-mon[112123]: from='client.85020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:53 smithi028 ceph-mon[112123]: 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-07T06:16:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:56 smithi161 ceph-mon[116604]: 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-07T06:16:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:56 smithi028 ceph-mon[112123]: 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-07T06:16:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:56 smithi138 ceph-mon[117003]: 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-07T06:16:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:57 smithi138 ceph-mon[117003]: 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-07T06:16:57.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:16:57.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:16:57.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:16:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:57 smithi161 ceph-mon[116604]: 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-07T06:16:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:57 smithi028 ceph-mon[112123]: 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-07T06:16:58.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:16:58.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:16:58.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:16:58.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:16:58.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:16:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:58 smithi138 ceph-mon[117003]: from='client.85098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:58 smithi161 ceph-mon[116604]: from='client.85098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:58 smithi028 ceph-mon[112123]: from='client.85098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:16:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:16:59 smithi138 ceph-mon[117003]: 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-07T06:16:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:16:59 smithi161 ceph-mon[116604]: 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-07T06:16:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:16:59 smithi028 ceph-mon[112123]: 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-07T06:17:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:01 smithi138 ceph-mon[117003]: 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-07T06:17:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:01 smithi161 ceph-mon[116604]: 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-07T06:17:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:01 smithi028 ceph-mon[112123]: 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-07T06:17:03.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:03.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:03.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:03 smithi138 ceph-mon[117003]: 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-07T06:17:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:03 smithi161 ceph-mon[116604]: 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-07T06:17:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:03 smithi028 ceph-mon[112123]: 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-07T06:17:04.483 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:04.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:04.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:04.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:04.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:04 smithi138 ceph-mon[117003]: from='client.85173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:04.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:04 smithi161 ceph-mon[116604]: from='client.85173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:04 smithi028 ceph-mon[112123]: from='client.85173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:06 smithi161 ceph-mon[116604]: pgmap v2714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:06 smithi028 ceph-mon[112123]: pgmap v2714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:06 smithi138 ceph-mon[117003]: pgmap v2714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:07 smithi138 ceph-mon[117003]: pgmap v2715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:17:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:07 smithi161 ceph-mon[116604]: pgmap v2715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:17:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:07 smithi028 ceph-mon[112123]: pgmap v2715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:17:09.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:09.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:09.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:09 smithi138 ceph-mon[117003]: 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-07T06:17:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:09 smithi161 ceph-mon[116604]: 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-07T06:17:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:09 smithi028 ceph-mon[112123]: 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-07T06:17:10.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:10.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:10.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:10.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:10.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:11 smithi161 ceph-mon[116604]: from='client.85251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:11 smithi028 ceph-mon[112123]: from='client.85251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:11 smithi138 ceph-mon[117003]: from='client.85251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:12 smithi161 ceph-mon[116604]: 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-07T06:17:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:12 smithi028 ceph-mon[112123]: 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-07T06:17:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:12 smithi138 ceph-mon[117003]: 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-07T06:17:13.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:17:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:17:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:17:14.248 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:14 smithi138 ceph-mon[117003]: 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-07T06:17:14.355 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:14 smithi028 ceph-mon[112123]: 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-07T06:17:14.360 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:14 smithi161 ceph-mon[116604]: 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-07T06:17:15.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:15.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:15.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:16.061 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:16.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:16.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:16.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:16.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: 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-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:17:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: 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-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: 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-07T06:17:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:17:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:17:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:17:17.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:17 smithi161 ceph-mon[116604]: from='client.85323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:17 smithi028 ceph-mon[112123]: from='client.85323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:17 smithi138 ceph-mon[117003]: from='client.85323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:18 smithi161 ceph-mon[116604]: pgmap v2720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:18 smithi028 ceph-mon[112123]: pgmap v2720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:18 smithi138 ceph-mon[117003]: pgmap v2720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:19 smithi138 ceph-mon[117003]: pgmap v2721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:17:19.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:19 smithi161 ceph-mon[116604]: pgmap v2721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:17:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:19 smithi028 ceph-mon[112123]: pgmap v2721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:17:21.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:21.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:21.064 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:21 smithi138 ceph-mon[117003]: 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-07T06:17:21.833 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:21.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:21.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:21.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:21.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:21 smithi161 ceph-mon[116604]: 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-07T06:17:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:21 smithi028 ceph-mon[112123]: 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-07T06:17:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:22 smithi138 ceph-mon[117003]: from='client.85395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:22 smithi161 ceph-mon[116604]: from='client.85395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:22 smithi028 ceph-mon[112123]: from='client.85395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:23 smithi138 ceph-mon[117003]: 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-07T06:17:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:23 smithi161 ceph-mon[116604]: 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-07T06:17:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:23 smithi028 ceph-mon[112123]: 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-07T06:17:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:26 smithi161 ceph-mon[116604]: 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-07T06:17:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:26 smithi028 ceph-mon[112123]: 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-07T06:17:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:26 smithi138 ceph-mon[117003]: 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-07T06:17:26.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:26.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:26.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:27.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:27.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:27.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:27.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:27.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:27 smithi138 ceph-mon[117003]: from='client.85473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:27 smithi138 ceph-mon[117003]: 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-07T06:17:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:27 smithi161 ceph-mon[116604]: from='client.85473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:27 smithi161 ceph-mon[116604]: 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-07T06:17:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:27 smithi028 ceph-mon[112123]: from='client.85473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:27 smithi028 ceph-mon[112123]: 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-07T06:17:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:29 smithi138 ceph-mon[117003]: 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-07T06:17:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:29 smithi161 ceph-mon[116604]: 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-07T06:17:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:29 smithi028 ceph-mon[112123]: 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-07T06:17:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:31 smithi138 ceph-mon[117003]: 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-07T06:17:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:31 smithi161 ceph-mon[116604]: 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-07T06:17:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:31 smithi028 ceph-mon[112123]: 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-07T06:17:32.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:32.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:32.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:33.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:33.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:33.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:33.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:33.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:33 smithi138 ceph-mon[117003]: from='client.85548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:33 smithi138 ceph-mon[117003]: 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-07T06:17:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:33 smithi161 ceph-mon[116604]: from='client.85548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:33 smithi161 ceph-mon[116604]: 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-07T06:17:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:33 smithi028 ceph-mon[112123]: from='client.85548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:33 smithi028 ceph-mon[112123]: 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-07T06:17:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:36 smithi161 ceph-mon[116604]: 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-07T06:17:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:36 smithi028 ceph-mon[112123]: 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-07T06:17:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:36 smithi138 ceph-mon[117003]: 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-07T06:17:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:37 smithi138 ceph-mon[117003]: 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-07T06:17:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:37 smithi161 ceph-mon[116604]: 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-07T06:17:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:37 smithi028 ceph-mon[112123]: 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-07T06:17:38.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:38.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:38.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:39.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:39.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:39.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:39.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:39.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:39 smithi138 ceph-mon[117003]: from='client.85623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:39 smithi138 ceph-mon[117003]: pgmap v2731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:17:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:39 smithi161 ceph-mon[116604]: from='client.85623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:39 smithi161 ceph-mon[116604]: pgmap v2731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:17:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:39 smithi028 ceph-mon[112123]: from='client.85623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:39 smithi028 ceph-mon[112123]: pgmap v2731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:17:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:41 smithi138 ceph-mon[117003]: pgmap v2732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:17:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:41 smithi161 ceph-mon[116604]: pgmap v2732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:17:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:41 smithi028 ceph-mon[112123]: pgmap v2732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:17:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:43 smithi138 ceph-mon[117003]: pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:17:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:43 smithi161 ceph-mon[116604]: pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:17:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:43 smithi028 ceph-mon[112123]: pgmap v2733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:17:44.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:44.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:44.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:44.933 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:44.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:44.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:44.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:44.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:46 smithi161 ceph-mon[116604]: from='client.85695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:46 smithi161 ceph-mon[116604]: pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:46 smithi028 ceph-mon[112123]: from='client.85695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:46 smithi028 ceph-mon[112123]: pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:46 smithi138 ceph-mon[117003]: from='client.85695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:46 smithi138 ceph-mon[117003]: pgmap v2734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:47 smithi138 ceph-mon[117003]: pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:17:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:47 smithi161 ceph-mon[116604]: pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:17:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:47 smithi028 ceph-mon[112123]: pgmap v2735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:17:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:49 smithi138 ceph-mon[117003]: 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-07T06:17:49.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:49.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:49.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:49 smithi161 ceph-mon[116604]: 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-07T06:17:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:49 smithi028 ceph-mon[112123]: 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-07T06:17:50.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:50.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:50.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:50.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:50.720 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:51 smithi161 ceph-mon[116604]: from='client.85773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:51 smithi028 ceph-mon[112123]: from='client.85773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:51 smithi138 ceph-mon[117003]: from='client.85773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:52 smithi161 ceph-mon[116604]: pgmap v2737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:17:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:52 smithi028 ceph-mon[112123]: pgmap v2737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:17:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:52 smithi138 ceph-mon[117003]: pgmap v2737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:17:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:53 smithi138 ceph-mon[117003]: pgmap v2738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:17:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:53 smithi161 ceph-mon[116604]: pgmap v2738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:17:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:53 smithi028 ceph-mon[112123]: pgmap v2738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:17:55.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:17:55.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:17:55.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:17:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:56 smithi161 ceph-mon[116604]: pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:17:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:56 smithi028 ceph-mon[112123]: pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:17:56.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:17:56.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:17:56.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:17:56.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:17:56.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:17:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:56 smithi138 ceph-mon[117003]: pgmap v2739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:17:57.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:57 smithi161 ceph-mon[116604]: from='client.85848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:57 smithi028 ceph-mon[112123]: from='client.85848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:57 smithi138 ceph-mon[117003]: from='client.85848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:17:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:58 smithi161 ceph-mon[116604]: pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:58 smithi028 ceph-mon[112123]: pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:58 smithi138 ceph-mon[117003]: pgmap v2740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:17:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:17:59 smithi138 ceph-mon[117003]: pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:17:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:17:59 smithi161 ceph-mon[116604]: pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:17:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:17:59 smithi028 ceph-mon[112123]: pgmap v2741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:18:01.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:01.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:01.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:01 smithi138 ceph-mon[117003]: 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-07T06:18:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:01 smithi161 ceph-mon[116604]: 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-07T06:18:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:01 smithi028 ceph-mon[112123]: 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-07T06:18:02.266 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:02.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:02.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:02.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:02.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:02 smithi138 ceph-mon[117003]: from='client.85926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:02 smithi161 ceph-mon[116604]: from='client.85926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:02.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:02 smithi028 ceph-mon[112123]: from='client.85926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:03 smithi138 ceph-mon[117003]: 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-07T06:18:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:03 smithi161 ceph-mon[116604]: 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-07T06:18:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:03 smithi028 ceph-mon[112123]: 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-07T06:18:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:06 smithi161 ceph-mon[116604]: 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-07T06:18:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:06 smithi028 ceph-mon[112123]: 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-07T06:18:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:06 smithi138 ceph-mon[117003]: 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-07T06:18:07.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:07.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:07.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:07 smithi138 ceph-mon[117003]: 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-07T06:18:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:07 smithi161 ceph-mon[116604]: 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-07T06:18:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:07 smithi028 ceph-mon[112123]: 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-07T06:18:08.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:08.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:08.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:08.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:08.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:08 smithi138 ceph-mon[117003]: from='client.86004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:08 smithi161 ceph-mon[116604]: from='client.86004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:08 smithi028 ceph-mon[112123]: from='client.86004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:09 smithi138 ceph-mon[117003]: 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-07T06:18:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:09 smithi161 ceph-mon[116604]: 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-07T06:18:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:09 smithi028 ceph-mon[112123]: 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-07T06:18:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:11 smithi138 ceph-mon[117003]: 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-07T06:18:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:11 smithi161 ceph-mon[116604]: 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-07T06:18:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:11 smithi028 ceph-mon[112123]: 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-07T06:18:13.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:13.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:13.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:13 smithi138 ceph-mon[117003]: from='client.86079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:13 smithi138 ceph-mon[117003]: 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-07T06:18:13.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:13.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:13.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:13.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:13.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:13 smithi161 ceph-mon[116604]: from='client.86079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:13 smithi161 ceph-mon[116604]: 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-07T06:18:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:13 smithi028 ceph-mon[112123]: from='client.86079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:13 smithi028 ceph-mon[112123]: 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-07T06:18:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:16 smithi161 ceph-mon[116604]: 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-07T06:18:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:16 smithi028 ceph-mon[112123]: 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-07T06:18:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:16 smithi138 ceph-mon[117003]: 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-07T06:18:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:18:17.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:18:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:18:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: 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-07T06:18:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:18:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:18:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: 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-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: 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-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:18:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:18:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:18:18.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:18.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:18.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:19.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:19.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:19.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:19.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:19.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:19 smithi138 ceph-mon[117003]: from='client.86154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:19 smithi138 ceph-mon[117003]: pgmap v2751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:19 smithi161 ceph-mon[116604]: from='client.86154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:19 smithi161 ceph-mon[116604]: pgmap v2751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:19 smithi028 ceph-mon[112123]: from='client.86154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:19 smithi028 ceph-mon[112123]: pgmap v2751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:21 smithi138 ceph-mon[117003]: pgmap v2752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:18:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:21 smithi161 ceph-mon[116604]: pgmap v2752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:18:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:21 smithi028 ceph-mon[112123]: pgmap v2752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:18:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:23 smithi138 ceph-mon[117003]: pgmap v2753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:18:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:23 smithi161 ceph-mon[116604]: pgmap v2753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:18:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:23 smithi028 ceph-mon[112123]: pgmap v2753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:18:24.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:24.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:24.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:25.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:25.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:25.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:25.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:25.369 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:26 smithi161 ceph-mon[116604]: from='client.86229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:26 smithi161 ceph-mon[116604]: pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:26 smithi028 ceph-mon[112123]: from='client.86229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:26 smithi028 ceph-mon[112123]: pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:26 smithi138 ceph-mon[117003]: from='client.86229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:26 smithi138 ceph-mon[117003]: pgmap v2754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:27 smithi138 ceph-mon[117003]: pgmap v2755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:18:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:27 smithi161 ceph-mon[116604]: pgmap v2755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:18:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:27 smithi028 ceph-mon[112123]: pgmap v2755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:18:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:29 smithi138 ceph-mon[117003]: 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-07T06:18:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:29 smithi161 ceph-mon[116604]: 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-07T06:18:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:29 smithi028 ceph-mon[112123]: 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-07T06:18:30.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:30.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:30.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:31.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:31.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:31.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:31.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:31.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:31 smithi138 ceph-mon[117003]: from='client.86301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:31 smithi138 ceph-mon[117003]: pgmap v2757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:31 smithi161 ceph-mon[116604]: from='client.86301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:31 smithi161 ceph-mon[116604]: pgmap v2757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:31 smithi028 ceph-mon[112123]: from='client.86301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:31 smithi028 ceph-mon[112123]: pgmap v2757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:33 smithi138 ceph-mon[117003]: pgmap v2758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:33 smithi161 ceph-mon[116604]: pgmap v2758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:33 smithi028 ceph-mon[112123]: pgmap v2758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:36.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:36.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:36.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:36 smithi161 ceph-mon[116604]: pgmap v2759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:18:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:36 smithi028 ceph-mon[112123]: pgmap v2759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:18:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:36 smithi138 ceph-mon[117003]: pgmap v2759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:18:36.916 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:36.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:36.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:36.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:36.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:37 smithi138 ceph-mon[117003]: from='client.86373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:37 smithi138 ceph-mon[117003]: pgmap v2760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:37 smithi161 ceph-mon[116604]: from='client.86373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:37 smithi161 ceph-mon[116604]: pgmap v2760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:37 smithi028 ceph-mon[112123]: from='client.86373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:37 smithi028 ceph-mon[112123]: pgmap v2760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:39 smithi138 ceph-mon[117003]: pgmap v2761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:18:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:39 smithi161 ceph-mon[116604]: pgmap v2761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:18:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:39 smithi028 ceph-mon[112123]: pgmap v2761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:18:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:41 smithi138 ceph-mon[117003]: 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-07T06:18:41.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:41.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:41.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:41 smithi161 ceph-mon[116604]: 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-07T06:18:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:41 smithi028 ceph-mon[112123]: 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-07T06:18:42.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:42.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:42.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:42.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:42.695 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:42 smithi138 ceph-mon[117003]: from='client.86451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:42 smithi161 ceph-mon[116604]: from='client.86451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:42 smithi028 ceph-mon[112123]: from='client.86451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:43 smithi138 ceph-mon[117003]: 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-07T06:18:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:43 smithi161 ceph-mon[116604]: 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-07T06:18:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:43 smithi028 ceph-mon[112123]: 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-07T06:18:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:46 smithi161 ceph-mon[116604]: 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-07T06:18:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:46 smithi028 ceph-mon[112123]: 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-07T06:18:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:46 smithi138 ceph-mon[117003]: 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-07T06:18:47.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:47.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:47.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:47 smithi138 ceph-mon[117003]: 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-07T06:18:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:47 smithi161 ceph-mon[116604]: 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-07T06:18:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:47 smithi028 ceph-mon[112123]: 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-07T06:18:48.460 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:48.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:48.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:48.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:48.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:48 smithi138 ceph-mon[117003]: from='client.86529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:48 smithi161 ceph-mon[116604]: from='client.86529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:48 smithi028 ceph-mon[112123]: from='client.86529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:49 smithi138 ceph-mon[117003]: 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-07T06:18:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:49 smithi161 ceph-mon[116604]: 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-07T06:18:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:49 smithi028 ceph-mon[112123]: 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-07T06:18:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:51 smithi138 ceph-mon[117003]: 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-07T06:18:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:51 smithi161 ceph-mon[116604]: 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-07T06:18:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:51 smithi028 ceph-mon[112123]: 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-07T06:18:53.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:53.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:53.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:53 smithi138 ceph-mon[117003]: 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-07T06:18:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:53 smithi161 ceph-mon[116604]: 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-07T06:18:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:53 smithi028 ceph-mon[112123]: 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-07T06:18:54.226 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:18:54.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:18:54.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:18:54.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:18:54.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:18:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:54 smithi138 ceph-mon[117003]: from='client.86604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:54 smithi161 ceph-mon[116604]: from='client.86604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:54 smithi028 ceph-mon[112123]: from='client.86604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:18:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:56 smithi161 ceph-mon[116604]: pgmap v2769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:18:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:56 smithi028 ceph-mon[112123]: pgmap v2769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:18:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:56 smithi138 ceph-mon[117003]: pgmap v2769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:18:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:57 smithi138 ceph-mon[117003]: pgmap v2770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:18:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:57 smithi161 ceph-mon[116604]: pgmap v2770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:18:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:57 smithi028 ceph-mon[112123]: pgmap v2770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:18:59.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:18:59.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:18:59.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:18:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:18:59 smithi138 ceph-mon[117003]: pgmap v2771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:18:59 smithi161 ceph-mon[116604]: pgmap v2771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:18:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:18:59 smithi028 ceph-mon[112123]: pgmap v2771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:00.001 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:00.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:00.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:00.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:00.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:01 smithi161 ceph-mon[116604]: from='client.86679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:01 smithi028 ceph-mon[112123]: from='client.86679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:01 smithi138 ceph-mon[117003]: from='client.86679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:02 smithi161 ceph-mon[116604]: pgmap v2772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:02 smithi028 ceph-mon[112123]: pgmap v2772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:02 smithi138 ceph-mon[117003]: pgmap v2772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:03 smithi138 ceph-mon[117003]: pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:03 smithi161 ceph-mon[116604]: pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:03 smithi028 ceph-mon[112123]: pgmap v2773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:05.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:05.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:05.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:05.763 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:05.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:05.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:05.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:05.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:06 smithi161 ceph-mon[116604]: from='client.86757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:06 smithi161 ceph-mon[116604]: 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-07T06:19:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:06 smithi028 ceph-mon[112123]: from='client.86757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:06 smithi028 ceph-mon[112123]: 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-07T06:19:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:06 smithi138 ceph-mon[117003]: from='client.86757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:06 smithi138 ceph-mon[117003]: 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-07T06:19:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:07 smithi138 ceph-mon[117003]: pgmap v2775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:19:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:07 smithi161 ceph-mon[116604]: pgmap v2775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:19:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:07 smithi028 ceph-mon[112123]: pgmap v2775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:19:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:09 smithi138 ceph-mon[117003]: pgmap v2776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:19:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:09 smithi161 ceph-mon[116604]: pgmap v2776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:19:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:09 smithi028 ceph-mon[112123]: pgmap v2776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:19:10.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:10.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:10.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:11.542 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:11.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:11.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:11.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:11.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:11 smithi138 ceph-mon[117003]: from='client.86832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:11 smithi138 ceph-mon[117003]: pgmap v2777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:11 smithi161 ceph-mon[116604]: from='client.86832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:11 smithi161 ceph-mon[116604]: pgmap v2777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:11 smithi028 ceph-mon[112123]: from='client.86832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:11 smithi028 ceph-mon[112123]: pgmap v2777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:13 smithi138 ceph-mon[117003]: pgmap v2778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:13 smithi161 ceph-mon[116604]: pgmap v2778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:13 smithi028 ceph-mon[112123]: pgmap v2778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:16 smithi161 ceph-mon[116604]: pgmap v2779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:19:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:16 smithi028 ceph-mon[112123]: pgmap v2779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:19:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:16 smithi138 ceph-mon[117003]: pgmap v2779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:19:16.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:16.544 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:16.544 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:17.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:17.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:17.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:17.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:17.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:17 smithi138 ceph-mon[117003]: from='client.86910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:17 smithi138 ceph-mon[117003]: 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-07T06:19:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:17 smithi161 ceph-mon[116604]: from='client.86910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:17 smithi161 ceph-mon[116604]: 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-07T06:19:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:17 smithi028 ceph-mon[112123]: from='client.86910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:17 smithi028 ceph-mon[112123]: 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-07T06:19:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:19:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:19:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:19:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:19:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:19:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:19:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:19 smithi138 ceph-mon[117003]: 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-07T06:19:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:19:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:19:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:19:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:19 smithi161 ceph-mon[116604]: 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-07T06:19:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:19:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:19:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:19:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:19 smithi028 ceph-mon[112123]: 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-07T06:19:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:21 smithi138 ceph-mon[117003]: 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-07T06:19:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:21 smithi161 ceph-mon[116604]: 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-07T06:19:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:21 smithi028 ceph-mon[112123]: 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-07T06:19:22.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:22.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:22.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:23.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:23.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:23.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:23.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:23.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:23 smithi138 ceph-mon[117003]: from='client.86988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:23 smithi138 ceph-mon[117003]: 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-07T06:19:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:23 smithi161 ceph-mon[116604]: from='client.86988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:23 smithi161 ceph-mon[116604]: 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-07T06:19:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:23 smithi028 ceph-mon[112123]: from='client.86988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:23 smithi028 ceph-mon[112123]: 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-07T06:19:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:26 smithi161 ceph-mon[116604]: 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-07T06:19:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:26 smithi028 ceph-mon[112123]: 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-07T06:19:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:26 smithi138 ceph-mon[117003]: 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-07T06:19:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:27 smithi138 ceph-mon[117003]: 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-07T06:19:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:27 smithi161 ceph-mon[116604]: 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-07T06:19:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:27 smithi028 ceph-mon[112123]: 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-07T06:19:28.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:28.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:28.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:28.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:28.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:28.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:28.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:28.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:29 smithi138 ceph-mon[117003]: from='client.87063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:29 smithi138 ceph-mon[117003]: 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-07T06:19:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:29 smithi161 ceph-mon[116604]: from='client.87063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:29 smithi161 ceph-mon[116604]: 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-07T06:19:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:29 smithi028 ceph-mon[112123]: from='client.87063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:29 smithi028 ceph-mon[112123]: 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-07T06:19:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:31 smithi138 ceph-mon[117003]: 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-07T06:19:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:31 smithi161 ceph-mon[116604]: 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-07T06:19:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:31 smithi028 ceph-mon[112123]: 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-07T06:19:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:33 smithi138 ceph-mon[117003]: 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-07T06:19:33.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:33.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:33.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:33 smithi161 ceph-mon[116604]: 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-07T06:19:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:33 smithi028 ceph-mon[112123]: 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-07T06:19:34.664 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:34.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:34.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:34.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:34.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:34 smithi138 ceph-mon[117003]: from='client.87135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:34 smithi161 ceph-mon[116604]: from='client.87135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:34 smithi028 ceph-mon[112123]: from='client.87135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:36 smithi028 ceph-mon[112123]: pgmap v2789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:36 smithi138 ceph-mon[117003]: pgmap v2789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:36 smithi161 ceph-mon[116604]: pgmap v2789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:37 smithi138 ceph-mon[117003]: pgmap v2790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:37 smithi161 ceph-mon[116604]: pgmap v2790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:37 smithi028 ceph-mon[112123]: pgmap v2790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:39.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:39.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:39.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:39 smithi138 ceph-mon[117003]: pgmap v2791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:39 smithi161 ceph-mon[116604]: pgmap v2791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:39 smithi028 ceph-mon[112123]: pgmap v2791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:40.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:40.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:40.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:40.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:40.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:41.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:41 smithi161 ceph-mon[116604]: from='client.87213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:41 smithi028 ceph-mon[112123]: from='client.87213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:41 smithi138 ceph-mon[117003]: from='client.87213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:42 smithi028 ceph-mon[112123]: pgmap v2792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:42 smithi138 ceph-mon[117003]: pgmap v2792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:42 smithi161 ceph-mon[116604]: pgmap v2792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:43 smithi138 ceph-mon[117003]: pgmap v2793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:43 smithi161 ceph-mon[116604]: pgmap v2793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:43 smithi028 ceph-mon[112123]: pgmap v2793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:19:45.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:45.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:45.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:46.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:46.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:46.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:46.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:46.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:46 smithi028 ceph-mon[112123]: 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-07T06:19:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:46 smithi138 ceph-mon[117003]: 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-07T06:19:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:46 smithi161 ceph-mon[116604]: 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-07T06:19:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:47 smithi028 ceph-mon[112123]: from='client.87291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:47 smithi138 ceph-mon[117003]: from='client.87291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:47.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:47 smithi161 ceph-mon[116604]: from='client.87291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:48 smithi028 ceph-mon[112123]: pgmap v2795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:48 smithi138 ceph-mon[117003]: pgmap v2795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:48 smithi161 ceph-mon[116604]: pgmap v2795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:49 smithi138 ceph-mon[117003]: pgmap v2796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:19:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:49 smithi161 ceph-mon[116604]: pgmap v2796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:19:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:49 smithi028 ceph-mon[112123]: pgmap v2796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:19:51.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:51.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:51.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:51 smithi138 ceph-mon[117003]: pgmap v2797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:51 smithi161 ceph-mon[116604]: pgmap v2797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:51 smithi028 ceph-mon[112123]: pgmap v2797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:52.000 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:52.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:52.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:52.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:52.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:52 smithi138 ceph-mon[117003]: from='client.73117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:52 smithi161 ceph-mon[116604]: from='client.73117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:52 smithi028 ceph-mon[112123]: from='client.73117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:53 smithi138 ceph-mon[117003]: pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:53 smithi161 ceph-mon[116604]: pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:53 smithi028 ceph-mon[112123]: pgmap v2798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:19:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:56 smithi028 ceph-mon[112123]: pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:19:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:56 smithi138 ceph-mon[117003]: pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:19:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:56 smithi161 ceph-mon[116604]: pgmap v2799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:19:57.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:19:57.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:19:57.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:19:57.773 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:19:57.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:19:57.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:19:57.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:19:57.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:19:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:57 smithi138 ceph-mon[117003]: from='client.87444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:57 smithi138 ceph-mon[117003]: 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-07T06:19:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:57 smithi161 ceph-mon[116604]: from='client.87444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:57 smithi161 ceph-mon[116604]: 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-07T06:19:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:57 smithi028 ceph-mon[112123]: from='client.87444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:19:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:57 smithi028 ceph-mon[112123]: 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-07T06:19:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:19:59 smithi138 ceph-mon[117003]: 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-07T06:19:59.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:19:59 smithi161 ceph-mon[116604]: 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-07T06:19:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:19:59 smithi028 ceph-mon[112123]: 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-07T06:20:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T06:20:00.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T06:20:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T06:20:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:01 smithi138 ceph-mon[117003]: 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-07T06:20:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:01 smithi161 ceph-mon[116604]: 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-07T06:20:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:01 smithi028 ceph-mon[112123]: 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-07T06:20:02.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:02.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:02.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:03.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:03.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:03.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:03.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:03.579 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:03 smithi138 ceph-mon[117003]: from='client.87522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:03 smithi138 ceph-mon[117003]: 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-07T06:20:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:03 smithi161 ceph-mon[116604]: from='client.87522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:03 smithi161 ceph-mon[116604]: 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-07T06:20:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:03 smithi028 ceph-mon[112123]: from='client.87522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:03 smithi028 ceph-mon[112123]: 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-07T06:20:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:06 smithi028 ceph-mon[112123]: 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-07T06:20:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:06 smithi138 ceph-mon[117003]: 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-07T06:20:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:06 smithi161 ceph-mon[116604]: 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-07T06:20:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:07 smithi138 ceph-mon[117003]: 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-07T06:20:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:07 smithi161 ceph-mon[116604]: 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-07T06:20:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:07 smithi028 ceph-mon[112123]: 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-07T06:20:08.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:08.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:08.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:09.346 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:09.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:09.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:09.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:09.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:09 smithi138 ceph-mon[117003]: from='client.87600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:09 smithi138 ceph-mon[117003]: pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:20:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:09 smithi161 ceph-mon[116604]: from='client.87600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:09 smithi161 ceph-mon[116604]: pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:20:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:09 smithi028 ceph-mon[112123]: from='client.87600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:09 smithi028 ceph-mon[112123]: pgmap v2806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:20:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:11 smithi138 ceph-mon[117003]: pgmap v2807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:20:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:11 smithi161 ceph-mon[116604]: pgmap v2807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:20:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:11 smithi028 ceph-mon[112123]: pgmap v2807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:20:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:13 smithi138 ceph-mon[117003]: pgmap v2808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:20:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:13 smithi161 ceph-mon[116604]: pgmap v2808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:20:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:13 smithi028 ceph-mon[112123]: pgmap v2808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:20:14.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:14.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:14.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:15.126 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:15.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:15.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:15.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:15.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:16 smithi028 ceph-mon[112123]: from='client.87675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:16 smithi028 ceph-mon[112123]: pgmap v2809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:16 smithi138 ceph-mon[117003]: from='client.87675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:16 smithi138 ceph-mon[117003]: pgmap v2809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:16 smithi161 ceph-mon[116604]: from='client.87675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:16 smithi161 ceph-mon[116604]: pgmap v2809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:17 smithi138 ceph-mon[117003]: pgmap v2810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:17 smithi161 ceph-mon[116604]: pgmap v2810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:17 smithi028 ceph-mon[112123]: pgmap v2810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:19.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:20:19.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:20:19.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:20:20.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:20.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:20.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:20 smithi161 ceph-mon[116604]: pgmap v2811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:20:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:20:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:20:20.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:20 smithi028 ceph-mon[112123]: pgmap v2811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:20:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:20:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:20:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:20 smithi138 ceph-mon[117003]: pgmap v2811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:20:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:20:20.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:20:20.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:20.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:20.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:20.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:20.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:21 smithi138 ceph-mon[117003]: from='client.87753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:21 smithi138 ceph-mon[117003]: pgmap v2812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:20:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:21 smithi161 ceph-mon[116604]: from='client.87753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:21 smithi161 ceph-mon[116604]: pgmap v2812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:20:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:21 smithi028 ceph-mon[112123]: from='client.87753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:21 smithi028 ceph-mon[112123]: pgmap v2812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:20:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:23 smithi138 ceph-mon[117003]: pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:20:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:23 smithi161 ceph-mon[116604]: pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:20:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:23 smithi028 ceph-mon[112123]: pgmap v2813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:20:25.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:25.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:25.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:26 smithi028 ceph-mon[112123]: pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:20:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:26 smithi138 ceph-mon[117003]: pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:20:26.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:26.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:26.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:26.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:26.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:26 smithi161 ceph-mon[116604]: pgmap v2814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:20:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:27 smithi028 ceph-mon[112123]: from='client.87822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:27 smithi138 ceph-mon[117003]: from='client.87822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:27 smithi161 ceph-mon[116604]: from='client.87822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:28 smithi028 ceph-mon[112123]: pgmap v2815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:28 smithi138 ceph-mon[117003]: pgmap v2815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:28 smithi161 ceph-mon[116604]: pgmap v2815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:29 smithi138 ceph-mon[117003]: pgmap v2816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:20:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:29 smithi161 ceph-mon[116604]: pgmap v2816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:20:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:29 smithi028 ceph-mon[112123]: pgmap v2816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:20:31.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:31.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:31.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:31 smithi138 ceph-mon[117003]: pgmap v2817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:31 smithi161 ceph-mon[116604]: pgmap v2817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:31 smithi028 ceph-mon[112123]: pgmap v2817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:32.445 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:32.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:32.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:32.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:32.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:32 smithi138 ceph-mon[117003]: from='client.87900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:32 smithi161 ceph-mon[116604]: from='client.87900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:32 smithi028 ceph-mon[112123]: from='client.87900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:33 smithi138 ceph-mon[117003]: pgmap v2818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:33 smithi161 ceph-mon[116604]: pgmap v2818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:33 smithi028 ceph-mon[112123]: pgmap v2818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:36 smithi028 ceph-mon[112123]: pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:20:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:36 smithi138 ceph-mon[117003]: pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:20:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:36 smithi161 ceph-mon[116604]: pgmap v2819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:20:37.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:37.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:37.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:37 smithi138 ceph-mon[117003]: 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-07T06:20:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:37 smithi161 ceph-mon[116604]: 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-07T06:20:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:37 smithi028 ceph-mon[112123]: 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-07T06:20:38.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:38.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:38.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:38.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:38.227 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:38 smithi138 ceph-mon[117003]: from='client.87975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:38 smithi161 ceph-mon[116604]: from='client.87975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:38 smithi028 ceph-mon[112123]: from='client.87975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:39 smithi138 ceph-mon[117003]: 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-07T06:20:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:39 smithi161 ceph-mon[116604]: 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-07T06:20:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:39 smithi028 ceph-mon[112123]: 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-07T06:20:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:41 smithi138 ceph-mon[117003]: 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-07T06:20:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:41 smithi161 ceph-mon[116604]: 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-07T06:20:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:41 smithi028 ceph-mon[112123]: 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-07T06:20:43.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:43.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:43.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:43 smithi138 ceph-mon[117003]: 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-07T06:20:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:43 smithi161 ceph-mon[116604]: 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-07T06:20:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:43 smithi028 ceph-mon[112123]: 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-07T06:20:44.000 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:44.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:44.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:44.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:44.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:44.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:44 smithi138 ceph-mon[117003]: from='client.88050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:44 smithi161 ceph-mon[116604]: from='client.88050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:44 smithi028 ceph-mon[112123]: from='client.88050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:46 smithi028 ceph-mon[112123]: 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-07T06:20:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:46 smithi138 ceph-mon[117003]: 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-07T06:20:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:46 smithi161 ceph-mon[116604]: 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-07T06:20:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:47 smithi138 ceph-mon[117003]: 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-07T06:20:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:47 smithi161 ceph-mon[116604]: 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-07T06:20:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:47 smithi028 ceph-mon[112123]: 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-07T06:20:49.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:49.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:49.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:49.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:49.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:49.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:49.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:49.777 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:49 smithi138 ceph-mon[117003]: from='client.88125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:49 smithi138 ceph-mon[117003]: pgmap v2826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:49 smithi161 ceph-mon[116604]: from='client.88125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:49 smithi161 ceph-mon[116604]: pgmap v2826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:49 smithi028 ceph-mon[112123]: from='client.88125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:49 smithi028 ceph-mon[112123]: pgmap v2826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:51 smithi138 ceph-mon[117003]: pgmap v2827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:51 smithi161 ceph-mon[116604]: pgmap v2827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:51 smithi028 ceph-mon[112123]: pgmap v2827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:53 smithi138 ceph-mon[117003]: pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:53 smithi161 ceph-mon[116604]: pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:53 smithi028 ceph-mon[112123]: pgmap v2828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:54.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:20:54.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:20:54.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:20:55.551 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:20:55.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:20:55.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:20:55.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:20:55.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:20:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:56 smithi028 ceph-mon[112123]: from='client.88203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:56 smithi028 ceph-mon[112123]: pgmap v2829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:56 smithi138 ceph-mon[117003]: from='client.88203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:56 smithi138 ceph-mon[117003]: pgmap v2829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:56 smithi161 ceph-mon[116604]: from='client.88203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:20:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:56 smithi161 ceph-mon[116604]: pgmap v2829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:57 smithi138 ceph-mon[117003]: pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:57.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:57 smithi161 ceph-mon[116604]: pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:57 smithi028 ceph-mon[112123]: pgmap v2830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:20:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:20:59 smithi138 ceph-mon[117003]: pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:20:59 smithi161 ceph-mon[116604]: pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:20:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:20:59 smithi028 ceph-mon[112123]: pgmap v2831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:00.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:00.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:00.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:01.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:01.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:01.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:01.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:01.340 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:01 smithi138 ceph-mon[117003]: from='client.88281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:01 smithi138 ceph-mon[117003]: 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-07T06:21:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:01 smithi161 ceph-mon[116604]: from='client.88281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:01 smithi161 ceph-mon[116604]: 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-07T06:21:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:01 smithi028 ceph-mon[112123]: from='client.88281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:01 smithi028 ceph-mon[112123]: 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-07T06:21:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:03 smithi138 ceph-mon[117003]: 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-07T06:21:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:03 smithi161 ceph-mon[116604]: 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-07T06:21:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:03 smithi028 ceph-mon[112123]: 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-07T06:21:06.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:06.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:06.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:06 smithi028 ceph-mon[112123]: pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:06 smithi138 ceph-mon[117003]: pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:06 smithi161 ceph-mon[116604]: pgmap v2834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:07.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:07.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:07.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:07.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:07.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:07 smithi138 ceph-mon[117003]: from='client.88356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:07 smithi138 ceph-mon[117003]: pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:07 smithi161 ceph-mon[116604]: from='client.88356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:07 smithi161 ceph-mon[116604]: pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:07 smithi028 ceph-mon[112123]: from='client.88356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:07 smithi028 ceph-mon[112123]: pgmap v2835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:09 smithi138 ceph-mon[117003]: pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:09 smithi161 ceph-mon[116604]: pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:09 smithi028 ceph-mon[112123]: pgmap v2836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:11 smithi138 ceph-mon[117003]: pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:11 smithi161 ceph-mon[116604]: pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:11 smithi028 ceph-mon[112123]: pgmap v2837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:12.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:12.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:12.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:12.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:12.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:12.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:12.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:12.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:13 smithi138 ceph-mon[117003]: from='client.88434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:13 smithi138 ceph-mon[117003]: pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:13 smithi161 ceph-mon[116604]: from='client.88434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:13 smithi161 ceph-mon[116604]: pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:13 smithi028 ceph-mon[112123]: from='client.88434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:13 smithi028 ceph-mon[112123]: pgmap v2838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:16 smithi028 ceph-mon[112123]: pgmap v2839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:16 smithi138 ceph-mon[117003]: pgmap v2839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:16 smithi161 ceph-mon[116604]: pgmap v2839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:17 smithi138 ceph-mon[117003]: 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-07T06:21:17.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:17.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:17.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:17 smithi161 ceph-mon[116604]: 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-07T06:21:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:17 smithi028 ceph-mon[112123]: 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-07T06:21:18.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:18.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:18.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:18.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:18.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:18 smithi138 ceph-mon[117003]: from='client.88512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:18 smithi161 ceph-mon[116604]: from='client.88512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:18 smithi028 ceph-mon[112123]: from='client.88512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:19 smithi138 ceph-mon[117003]: 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-07T06:21:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:19 smithi161 ceph-mon[116604]: 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-07T06:21:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:19 smithi028 ceph-mon[112123]: 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-07T06:21:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:21:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:21:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:21:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:21:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:21:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:21:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:21:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:21:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:21:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:21:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:21:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:21:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:21 smithi161 ceph-mon[116604]: 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-07T06:21:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:21 smithi028 ceph-mon[112123]: 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-07T06:21:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:21 smithi138 ceph-mon[117003]: 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-07T06:21:23.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:23.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:23.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:23 smithi138 ceph-mon[117003]: 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-07T06:21:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:23 smithi161 ceph-mon[116604]: 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-07T06:21:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:23 smithi028 ceph-mon[112123]: 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-07T06:21:24.444 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:24.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:24.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:24.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:24.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:24 smithi138 ceph-mon[117003]: from='client.88581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:24 smithi161 ceph-mon[116604]: from='client.88581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:24.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:24 smithi028 ceph-mon[112123]: from='client.88581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:26 smithi028 ceph-mon[112123]: pgmap v2844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:26 smithi138 ceph-mon[117003]: pgmap v2844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:26 smithi161 ceph-mon[116604]: pgmap v2844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:27 smithi138 ceph-mon[117003]: pgmap v2845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:21:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:27 smithi161 ceph-mon[116604]: pgmap v2845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:21:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:27 smithi028 ceph-mon[112123]: pgmap v2845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:21:29.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:29.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:29.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:29 smithi138 ceph-mon[117003]: pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:29 smithi161 ceph-mon[116604]: pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:29 smithi028 ceph-mon[112123]: pgmap v2846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:30.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:30.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:30.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:30.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:30.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:31.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:31 smithi028 ceph-mon[112123]: from='client.88659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:31 smithi138 ceph-mon[117003]: from='client.88659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:31 smithi161 ceph-mon[116604]: from='client.88659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:32.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:32 smithi138 ceph-mon[117003]: pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:21:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:32 smithi161 ceph-mon[116604]: pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:21:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:32 smithi028 ceph-mon[112123]: pgmap v2847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:21:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:33 smithi138 ceph-mon[117003]: pgmap v2848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:21:33.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:33 smithi161 ceph-mon[116604]: pgmap v2848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:21:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:33 smithi028 ceph-mon[112123]: pgmap v2848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:21:35.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:35.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:35.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:36.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:36.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:36.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:36.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:36.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:36 smithi138 ceph-mon[117003]: pgmap v2849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:36 smithi161 ceph-mon[116604]: pgmap v2849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:36 smithi028 ceph-mon[112123]: pgmap v2849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:37 smithi138 ceph-mon[117003]: from='client.88737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:37 smithi161 ceph-mon[116604]: from='client.88737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:37 smithi028 ceph-mon[112123]: from='client.88737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:38 smithi138 ceph-mon[117003]: 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-07T06:21:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:38 smithi161 ceph-mon[116604]: 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-07T06:21:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:38 smithi028 ceph-mon[112123]: 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-07T06:21:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:39 smithi138 ceph-mon[117003]: 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-07T06:21:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:39 smithi161 ceph-mon[116604]: 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-07T06:21:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:39 smithi028 ceph-mon[112123]: 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-07T06:21:41.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:41.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:41.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:41.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:41.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:41.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:41.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:41.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:41 smithi138 ceph-mon[117003]: from='client.88815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:41 smithi138 ceph-mon[117003]: 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-07T06:21:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:41 smithi161 ceph-mon[116604]: from='client.88815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:41 smithi161 ceph-mon[116604]: 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-07T06:21:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:41 smithi028 ceph-mon[112123]: from='client.88815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:41 smithi028 ceph-mon[112123]: 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-07T06:21:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:43 smithi138 ceph-mon[117003]: 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-07T06:21:43.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:43 smithi161 ceph-mon[116604]: 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-07T06:21:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:43 smithi028 ceph-mon[112123]: 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-07T06:21:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:46 smithi138 ceph-mon[117003]: pgmap v2854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:46 smithi161 ceph-mon[116604]: pgmap v2854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:46 smithi028 ceph-mon[112123]: pgmap v2854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:46.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:46.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:46.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:47.566 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:47.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:47.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:47.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:47.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:47 smithi138 ceph-mon[117003]: from='client.88890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:47 smithi138 ceph-mon[117003]: pgmap v2855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:47 smithi161 ceph-mon[116604]: from='client.88890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:47 smithi161 ceph-mon[116604]: pgmap v2855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:47 smithi028 ceph-mon[112123]: from='client.88890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:47 smithi028 ceph-mon[112123]: pgmap v2855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:49 smithi138 ceph-mon[117003]: pgmap v2856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:49 smithi161 ceph-mon[116604]: pgmap v2856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:49 smithi028 ceph-mon[112123]: pgmap v2856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:51 smithi138 ceph-mon[117003]: pgmap v2857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:51 smithi161 ceph-mon[116604]: pgmap v2857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:51 smithi028 ceph-mon[112123]: pgmap v2857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:52.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:52.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:52.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:53.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:53.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:53.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:53.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:53.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:53 smithi138 ceph-mon[117003]: from='client.88965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:53 smithi138 ceph-mon[117003]: pgmap v2858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:53 smithi161 ceph-mon[116604]: from='client.88965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:53 smithi161 ceph-mon[116604]: pgmap v2858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:53 smithi028 ceph-mon[112123]: from='client.88965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:53 smithi028 ceph-mon[112123]: pgmap v2858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:21:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:56 smithi138 ceph-mon[117003]: pgmap v2859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:56 smithi161 ceph-mon[116604]: pgmap v2859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:56 smithi028 ceph-mon[112123]: pgmap v2859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:21:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:57 smithi138 ceph-mon[117003]: 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-07T06:21:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:57 smithi161 ceph-mon[116604]: 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-07T06:21:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:57 smithi028 ceph-mon[112123]: 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-07T06:21:58.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:21:58.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:21:58.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:21:59.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:21:59.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:21:59.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:21:59.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:21:59.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:21:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:59 smithi138 ceph-mon[117003]: from='client.89034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:21:59 smithi138 ceph-mon[117003]: pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:21:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:59 smithi161 ceph-mon[116604]: from='client.89034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:21:59 smithi161 ceph-mon[116604]: pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:21:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:59 smithi028 ceph-mon[112123]: from='client.89034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:21:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:21:59 smithi028 ceph-mon[112123]: pgmap v2861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:22:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:01 smithi138 ceph-mon[117003]: pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:22:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:01 smithi161 ceph-mon[116604]: pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:22:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:01 smithi028 ceph-mon[112123]: pgmap v2862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:22:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:03 smithi161 ceph-mon[116604]: pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:22:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:03 smithi028 ceph-mon[112123]: pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:22:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:03 smithi138 ceph-mon[117003]: pgmap v2863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:22:04.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:04.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:04.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:04.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:04.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:04.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:04.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:04.871 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:04.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:04 smithi161 ceph-mon[116604]: from='client.89112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:04 smithi028 ceph-mon[112123]: from='client.89112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:04 smithi138 ceph-mon[117003]: from='client.89112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:06 smithi138 ceph-mon[117003]: pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:06 smithi161 ceph-mon[116604]: pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:06 smithi028 ceph-mon[112123]: pgmap v2864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:07 smithi161 ceph-mon[116604]: pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:07 smithi028 ceph-mon[112123]: pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:07 smithi138 ceph-mon[117003]: pgmap v2865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:09.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:09.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:09.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:09 smithi161 ceph-mon[116604]: pgmap v2866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:09 smithi028 ceph-mon[112123]: pgmap v2866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:09 smithi138 ceph-mon[117003]: pgmap v2866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:10.653 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:10.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:10.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:10.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:10.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:11 smithi138 ceph-mon[117003]: from='client.89187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:11.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:11 smithi161 ceph-mon[116604]: from='client.89187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:11 smithi028 ceph-mon[112123]: from='client.89187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:12 smithi138 ceph-mon[117003]: pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T06:22:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:12 smithi161 ceph-mon[116604]: pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T06:22:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:12 smithi028 ceph-mon[112123]: pgmap v2867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T06:22:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:13 smithi161 ceph-mon[116604]: pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T06:22:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:13 smithi028 ceph-mon[112123]: pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T06:22:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:13 smithi138 ceph-mon[117003]: pgmap v2868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T06:22:15.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:15.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:15.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:16.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:16.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:16.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:16.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:16.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:16 smithi138 ceph-mon[117003]: pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T06:22:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:16 smithi161 ceph-mon[116604]: pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T06:22:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:16 smithi028 ceph-mon[112123]: pgmap v2869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T06:22:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:17 smithi138 ceph-mon[117003]: from='client.89262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:17.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:17 smithi161 ceph-mon[116604]: from='client.89262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:17.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:17 smithi028 ceph-mon[112123]: from='client.89262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:18 smithi138 ceph-mon[117003]: 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-07T06:22:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:18 smithi161 ceph-mon[116604]: 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-07T06:22:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:18 smithi028 ceph-mon[112123]: 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-07T06:22:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:19 smithi161 ceph-mon[116604]: 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-07T06:22:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:19 smithi028 ceph-mon[112123]: 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-07T06:22:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:19 smithi138 ceph-mon[117003]: 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-07T06:22:21.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:21.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:21.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:22:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:22:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:22:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:22:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:22:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:22:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:22:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:22:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:22:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:22:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:22:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:22:22.194 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:22.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:22.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:22.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:22.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:22 smithi138 ceph-mon[117003]: 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-07T06:22:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:22 smithi161 ceph-mon[116604]: 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-07T06:22:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:22 smithi028 ceph-mon[112123]: 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-07T06:22:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:23 smithi138 ceph-mon[117003]: from='client.89340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:23 smithi161 ceph-mon[116604]: from='client.89340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:23 smithi028 ceph-mon[112123]: from='client.89340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:24 smithi138 ceph-mon[117003]: 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-07T06:22:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:24 smithi161 ceph-mon[116604]: 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-07T06:22:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:24 smithi028 ceph-mon[112123]: 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-07T06:22:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:26 smithi138 ceph-mon[117003]: pgmap v2874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:26 smithi161 ceph-mon[116604]: pgmap v2874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:26 smithi028 ceph-mon[112123]: pgmap v2874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:27.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:27.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:27.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:27 smithi161 ceph-mon[116604]: pgmap v2875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:27 smithi028 ceph-mon[112123]: pgmap v2875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:27.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:27.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:27.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:27.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:27.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:27 smithi138 ceph-mon[117003]: pgmap v2875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:28 smithi161 ceph-mon[116604]: from='client.89418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:28 smithi028 ceph-mon[112123]: from='client.89418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:28 smithi138 ceph-mon[117003]: from='client.89418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:29 smithi161 ceph-mon[116604]: pgmap v2876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:29 smithi028 ceph-mon[112123]: pgmap v2876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:29 smithi138 ceph-mon[117003]: pgmap v2876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:31 smithi161 ceph-mon[116604]: pgmap v2877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:31 smithi028 ceph-mon[112123]: pgmap v2877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:31 smithi138 ceph-mon[117003]: pgmap v2877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:32.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:32.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:32.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:33.747 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:33.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:33.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:33.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:33.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:33 smithi161 ceph-mon[116604]: from='client.89493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:33 smithi161 ceph-mon[116604]: pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:33 smithi028 ceph-mon[112123]: from='client.89493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:33 smithi028 ceph-mon[112123]: pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:33 smithi138 ceph-mon[117003]: from='client.89493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:33 smithi138 ceph-mon[117003]: pgmap v2878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:36 smithi138 ceph-mon[117003]: pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:36 smithi161 ceph-mon[116604]: pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:36 smithi028 ceph-mon[112123]: pgmap v2879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:37 smithi161 ceph-mon[116604]: 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-07T06:22:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:37 smithi028 ceph-mon[112123]: 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-07T06:22:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:37 smithi138 ceph-mon[117003]: 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-07T06:22:38.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:38.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:38.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:39.512 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:39.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:39.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:39.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:39.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:39 smithi161 ceph-mon[116604]: from='client.89571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:39 smithi161 ceph-mon[116604]: pgmap v2881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:39 smithi028 ceph-mon[112123]: from='client.89571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:39 smithi028 ceph-mon[112123]: pgmap v2881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:39 smithi138 ceph-mon[117003]: from='client.89571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:39 smithi138 ceph-mon[117003]: pgmap v2881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:41 smithi161 ceph-mon[116604]: pgmap v2882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:41 smithi028 ceph-mon[112123]: pgmap v2882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:41 smithi138 ceph-mon[117003]: pgmap v2882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:43.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:43 smithi161 ceph-mon[116604]: pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:43 smithi028 ceph-mon[112123]: pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:43 smithi138 ceph-mon[117003]: pgmap v2883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:44.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:44.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:44.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:45.288 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:45.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:45.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:45.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:45.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:46 smithi138 ceph-mon[117003]: from='client.89646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:46 smithi138 ceph-mon[117003]: pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:46 smithi161 ceph-mon[116604]: from='client.89646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:46 smithi161 ceph-mon[116604]: pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:46 smithi028 ceph-mon[112123]: from='client.89646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:46 smithi028 ceph-mon[112123]: pgmap v2884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:47 smithi161 ceph-mon[116604]: pgmap v2885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:47 smithi028 ceph-mon[112123]: pgmap v2885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:47 smithi138 ceph-mon[117003]: pgmap v2885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:22:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:49 smithi161 ceph-mon[116604]: pgmap v2886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:49 smithi028 ceph-mon[112123]: pgmap v2886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:49 smithi138 ceph-mon[117003]: pgmap v2886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:22:50.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:50.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:50.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:51.057 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:51.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:51.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:51.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:51.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:51 smithi161 ceph-mon[116604]: from='client.89724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:51 smithi161 ceph-mon[116604]: 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-07T06:22:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:51 smithi028 ceph-mon[112123]: from='client.89724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:51 smithi028 ceph-mon[112123]: 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-07T06:22:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:51 smithi138 ceph-mon[117003]: from='client.89724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:51 smithi138 ceph-mon[117003]: 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-07T06:22:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:53 smithi161 ceph-mon[116604]: 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-07T06:22:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:53 smithi028 ceph-mon[112123]: 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-07T06:22:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:53 smithi138 ceph-mon[117003]: 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-07T06:22:56.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:22:56.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:22:56.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:22:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:56 smithi138 ceph-mon[117003]: 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-07T06:22:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:56 smithi161 ceph-mon[116604]: 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-07T06:22:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:56 smithi028 ceph-mon[112123]: 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-07T06:22:56.836 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:22:56.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:22:56.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:22:56.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:22:56.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:22:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:57 smithi138 ceph-mon[117003]: from='client.89802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:57 smithi161 ceph-mon[116604]: from='client.89802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:57 smithi028 ceph-mon[112123]: from='client.89802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:22:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:58 smithi138 ceph-mon[117003]: 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-07T06:22:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:58 smithi161 ceph-mon[116604]: 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-07T06:22:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:58 smithi028 ceph-mon[112123]: 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-07T06:22:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:22:59 smithi161 ceph-mon[116604]: pgmap v2891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:22:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:22:59 smithi028 ceph-mon[112123]: pgmap v2891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:22:59 smithi138 ceph-mon[117003]: pgmap v2891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:01.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:01.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:01.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:01 smithi161 ceph-mon[116604]: pgmap v2892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:01 smithi028 ceph-mon[112123]: pgmap v2892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:01 smithi138 ceph-mon[117003]: pgmap v2892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:02.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:02.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:02.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:02.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:02.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:02 smithi161 ceph-mon[116604]: from='client.89874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:02.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:02 smithi028 ceph-mon[112123]: from='client.89874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:02 smithi138 ceph-mon[117003]: from='client.89874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:03 smithi161 ceph-mon[116604]: pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:03 smithi028 ceph-mon[112123]: pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:03 smithi138 ceph-mon[117003]: pgmap v2893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:06 smithi138 ceph-mon[117003]: pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:06 smithi161 ceph-mon[116604]: pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:06 smithi028 ceph-mon[112123]: pgmap v2894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:07.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:07.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:07.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:07 smithi161 ceph-mon[116604]: pgmap v2895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:07 smithi028 ceph-mon[112123]: pgmap v2895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:07 smithi138 ceph-mon[117003]: pgmap v2895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:08.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:08.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:08.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:08.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:08.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:08 smithi161 ceph-mon[116604]: from='client.89952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:08 smithi028 ceph-mon[112123]: from='client.89952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:08 smithi138 ceph-mon[117003]: from='client.89952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:09 smithi161 ceph-mon[116604]: pgmap v2896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:09 smithi028 ceph-mon[112123]: pgmap v2896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:09 smithi138 ceph-mon[117003]: pgmap v2896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:11 smithi161 ceph-mon[116604]: pgmap v2897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:11 smithi028 ceph-mon[112123]: pgmap v2897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:11 smithi138 ceph-mon[117003]: pgmap v2897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:13.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:13.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:13.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:13 smithi161 ceph-mon[116604]: pgmap v2898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:13 smithi028 ceph-mon[112123]: pgmap v2898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:13 smithi138 ceph-mon[117003]: pgmap v2898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:14.164 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:14.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:14.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:14.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:14.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:14 smithi161 ceph-mon[116604]: from='client.90030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:14 smithi028 ceph-mon[112123]: from='client.90030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:14 smithi138 ceph-mon[117003]: from='client.90030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:16 smithi138 ceph-mon[117003]: 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-07T06:23:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:16 smithi161 ceph-mon[116604]: 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-07T06:23:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:16 smithi028 ceph-mon[112123]: 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-07T06:23:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:17 smithi161 ceph-mon[116604]: pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:23:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:17 smithi028 ceph-mon[112123]: pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:23:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:17 smithi138 ceph-mon[117003]: pgmap v2900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:23:19.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:19.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:19.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:19 smithi161 ceph-mon[116604]: pgmap v2901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:19.943 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:19.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:19.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:19.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:19.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:19 smithi028 ceph-mon[112123]: pgmap v2901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:19 smithi138 ceph-mon[117003]: pgmap v2901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:21 smithi138 ceph-mon[117003]: from='client.90108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:23:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:21 smithi161 ceph-mon[116604]: from='client.90108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:23:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:21 smithi028 ceph-mon[112123]: from='client.90108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:23:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:22 smithi138 ceph-mon[117003]: pgmap v2902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:23:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:23:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:23:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:23:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:22 smithi161 ceph-mon[116604]: pgmap v2902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:23:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:23:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:23:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:23:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:22 smithi028 ceph-mon[112123]: pgmap v2902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:23:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:23:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:23:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:23:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:23 smithi161 ceph-mon[116604]: pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:23:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:23 smithi028 ceph-mon[112123]: pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:23:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:23 smithi138 ceph-mon[117003]: pgmap v2903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:23:24.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:24.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:24.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:25.711 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:25.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:25.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:25.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:25.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:26 smithi138 ceph-mon[117003]: from='client.90186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:26 smithi138 ceph-mon[117003]: pgmap v2904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:26 smithi161 ceph-mon[116604]: from='client.90186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:26 smithi161 ceph-mon[116604]: pgmap v2904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:26 smithi028 ceph-mon[112123]: from='client.90186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:26 smithi028 ceph-mon[112123]: pgmap v2904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:27 smithi161 ceph-mon[116604]: pgmap v2905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:23:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:27 smithi028 ceph-mon[112123]: pgmap v2905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:23:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:27 smithi138 ceph-mon[117003]: pgmap v2905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:23:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:29 smithi161 ceph-mon[116604]: pgmap v2906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:23:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:29 smithi028 ceph-mon[112123]: pgmap v2906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:23:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:29 smithi138 ceph-mon[117003]: pgmap v2906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:23:30.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:30.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:30.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:31.489 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:31.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:31.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:31.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:31.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:31 smithi161 ceph-mon[116604]: from='client.90255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:31 smithi028 ceph-mon[112123]: from='client.90255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:31 smithi138 ceph-mon[117003]: from='client.90255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:32 smithi161 ceph-mon[116604]: 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-07T06:23:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:32 smithi028 ceph-mon[112123]: 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-07T06:23:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:32 smithi138 ceph-mon[117003]: 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-07T06:23:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:34 smithi161 ceph-mon[116604]: 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-07T06:23:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:34 smithi028 ceph-mon[112123]: 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-07T06:23:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:34 smithi138 ceph-mon[117003]: 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-07T06:23:36.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:36.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:36.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:37.271 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:37.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:37.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:37.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:37.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:37 smithi138 ceph-mon[117003]: 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-07T06:23:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:37 smithi161 ceph-mon[116604]: 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-07T06:23:37.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:37 smithi028 ceph-mon[112123]: 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-07T06:23:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:38 smithi138 ceph-mon[117003]: from='client.90330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:38 smithi161 ceph-mon[116604]: from='client.90330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:38 smithi028 ceph-mon[112123]: from='client.90330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:39.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:39 smithi138 ceph-mon[117003]: 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-07T06:23:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:39 smithi161 ceph-mon[116604]: 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-07T06:23:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:39 smithi028 ceph-mon[112123]: 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-07T06:23:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:41 smithi138 ceph-mon[117003]: pgmap v2911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:41 smithi161 ceph-mon[116604]: pgmap v2911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:41.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:41 smithi028 ceph-mon[112123]: pgmap v2911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:42.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:42.273 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:42.273 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:43.035 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:43.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:43.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:43.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:43.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:43 smithi138 ceph-mon[117003]: pgmap v2912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:43.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:43 smithi161 ceph-mon[116604]: pgmap v2912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:43 smithi028 ceph-mon[112123]: pgmap v2912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:44 smithi138 ceph-mon[117003]: from='client.90408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:44 smithi161 ceph-mon[116604]: from='client.90408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:44.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:44 smithi028 ceph-mon[112123]: from='client.90408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:45 smithi138 ceph-mon[117003]: pgmap v2913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:45.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:45 smithi161 ceph-mon[116604]: pgmap v2913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:45 smithi028 ceph-mon[112123]: pgmap v2913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:47 smithi138 ceph-mon[117003]: pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:47.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:47 smithi161 ceph-mon[116604]: pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:47.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:47 smithi028 ceph-mon[112123]: pgmap v2914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:48.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:48.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:48.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:48.830 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:48.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:48.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:48.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:48.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:49.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:49 smithi138 ceph-mon[117003]: pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:49.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:49 smithi138 ceph-mon[117003]: from='client.90486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:49.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:49 smithi161 ceph-mon[116604]: pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:49.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:49 smithi161 ceph-mon[116604]: from='client.90486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:49 smithi028 ceph-mon[112123]: pgmap v2915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:49.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:49 smithi028 ceph-mon[112123]: from='client.90486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:51 smithi138 ceph-mon[117003]: pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:51 smithi161 ceph-mon[116604]: pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:51 smithi028 ceph-mon[112123]: pgmap v2916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:23:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:53 smithi138 ceph-mon[117003]: pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:53 smithi161 ceph-mon[116604]: pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:53 smithi028 ceph-mon[112123]: pgmap v2917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:53.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:53.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:53.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:54.616 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:23:54.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:23:54.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:23:54.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:23:54.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:23:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:55 smithi138 ceph-mon[117003]: pgmap v2918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:55 smithi138 ceph-mon[117003]: from='client.90564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:55 smithi161 ceph-mon[116604]: pgmap v2918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:55 smithi161 ceph-mon[116604]: from='client.90564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:55 smithi028 ceph-mon[112123]: pgmap v2918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:55.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:55 smithi028 ceph-mon[112123]: from='client.90564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:23:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:57 smithi138 ceph-mon[117003]: pgmap v2919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:57 smithi161 ceph-mon[116604]: pgmap v2919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:57 smithi028 ceph-mon[112123]: pgmap v2919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:23:59.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:23:59 smithi138 ceph-mon[117003]: pgmap v2920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:23:59.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:23:59.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:23:59.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:23:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:23:59 smithi161 ceph-mon[116604]: pgmap v2920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:23:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:23:59 smithi028 ceph-mon[112123]: pgmap v2920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:00.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:00.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:00.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:00.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:00.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:01 smithi138 ceph-mon[117003]: pgmap v2921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:01 smithi138 ceph-mon[117003]: from='client.90639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:01 smithi161 ceph-mon[116604]: pgmap v2921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:01 smithi161 ceph-mon[116604]: from='client.90639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:01.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:01 smithi028 ceph-mon[112123]: pgmap v2921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:01.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:01 smithi028 ceph-mon[112123]: from='client.90639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:03 smithi138 ceph-mon[117003]: pgmap v2922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:03 smithi161 ceph-mon[116604]: pgmap v2922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:03 smithi028 ceph-mon[112123]: pgmap v2922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:05.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:05.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:05.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:05.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:05 smithi138 ceph-mon[117003]: pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:05 smithi161 ceph-mon[116604]: pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:05 smithi028 ceph-mon[112123]: pgmap v2923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:06.161 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:06.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:06.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:06.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:06.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:07.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:07 smithi161 ceph-mon[116604]: pgmap v2924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:07.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:07 smithi161 ceph-mon[116604]: from='client.90717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:07.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:07 smithi028 ceph-mon[112123]: pgmap v2924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:07.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:07 smithi028 ceph-mon[112123]: from='client.90717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:07 smithi138 ceph-mon[117003]: pgmap v2924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:07 smithi138 ceph-mon[117003]: from='client.90717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:09.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:09 smithi161 ceph-mon[116604]: 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-07T06:24:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:09 smithi028 ceph-mon[112123]: 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-07T06:24:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:09 smithi138 ceph-mon[117003]: 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-07T06:24:11.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:11.164 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:11.164 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:11.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:11 smithi161 ceph-mon[116604]: 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-07T06:24:11.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:11 smithi028 ceph-mon[112123]: 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-07T06:24:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:11 smithi138 ceph-mon[117003]: 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-07T06:24:11.942 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:11.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:11.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:11.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:11.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:13 smithi161 ceph-mon[116604]: 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-07T06:24:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:13 smithi161 ceph-mon[116604]: from='client.90795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:13 smithi028 ceph-mon[112123]: 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-07T06:24:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:13 smithi028 ceph-mon[112123]: from='client.90795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:13 smithi138 ceph-mon[117003]: 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-07T06:24:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:13 smithi138 ceph-mon[117003]: from='client.90795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:15.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:15 smithi161 ceph-mon[116604]: 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-07T06:24:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:15 smithi028 ceph-mon[112123]: 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-07T06:24:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:15 smithi138 ceph-mon[117003]: 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-07T06:24:16.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:16.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:16.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:17.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:17 smithi161 ceph-mon[116604]: 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-07T06:24:17.710 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:17.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:17.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:17.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:17.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:17.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:17 smithi028 ceph-mon[112123]: 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-07T06:24:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:17 smithi138 ceph-mon[117003]: 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-07T06:24:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:18 smithi161 ceph-mon[116604]: from='client.90870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:18 smithi028 ceph-mon[112123]: from='client.90870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:18 smithi138 ceph-mon[117003]: from='client.90870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:19.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:19 smithi161 ceph-mon[116604]: 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-07T06:24:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:19 smithi028 ceph-mon[112123]: 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-07T06:24:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:19 smithi138 ceph-mon[117003]: 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-07T06:24:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:21 smithi161 ceph-mon[116604]: pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:24:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:21 smithi028 ceph-mon[112123]: pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:24:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:21 smithi138 ceph-mon[117003]: pgmap v2931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:24:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:24:22.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:22.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:22.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:24:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:24:23.496 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:23.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:23.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:23.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:23.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:23 smithi161 ceph-mon[116604]: pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:24:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:24:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:24:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:23 smithi028 ceph-mon[112123]: pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:24:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:24:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:24:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:23 smithi138 ceph-mon[117003]: pgmap v2932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:24:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:24:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:24:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:24 smithi161 ceph-mon[116604]: from='client.90948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:24 smithi028 ceph-mon[112123]: from='client.90948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:24 smithi138 ceph-mon[117003]: from='client.90948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:25 smithi161 ceph-mon[116604]: pgmap v2933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:25.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:25 smithi028 ceph-mon[112123]: pgmap v2933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:25 smithi138 ceph-mon[117003]: pgmap v2933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:27 smithi161 ceph-mon[116604]: pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:24:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:27 smithi028 ceph-mon[112123]: pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:24:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:27 smithi138 ceph-mon[117003]: pgmap v2934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:24:28.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:28.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:28.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:29.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:29.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:29.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:29.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:29 smithi161 ceph-mon[116604]: pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:29 smithi028 ceph-mon[112123]: pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:29 smithi138 ceph-mon[117003]: pgmap v2935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:30 smithi161 ceph-mon[116604]: from='client.91026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:30 smithi028 ceph-mon[112123]: from='client.91026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:30 smithi138 ceph-mon[117003]: from='client.91026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:31.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:31 smithi161 ceph-mon[116604]: pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:24:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:31 smithi028 ceph-mon[112123]: pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:24:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:31 smithi138 ceph-mon[117003]: pgmap v2936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:24:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:33 smithi161 ceph-mon[116604]: pgmap v2937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:24:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:33 smithi028 ceph-mon[112123]: pgmap v2937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:24:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:33 smithi138 ceph-mon[117003]: pgmap v2937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:24:34.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:34.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:34.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:35.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:35.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:35.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:35.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:35 smithi161 ceph-mon[116604]: pgmap v2938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:24:35.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:35 smithi028 ceph-mon[112123]: pgmap v2938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:24:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:35 smithi138 ceph-mon[117003]: pgmap v2938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:24:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:36 smithi161 ceph-mon[116604]: from='client.91101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:36 smithi028 ceph-mon[112123]: from='client.91101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:36.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:36 smithi138 ceph-mon[117003]: from='client.91101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:37 smithi161 ceph-mon[116604]: pgmap v2939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:37.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:37 smithi028 ceph-mon[112123]: pgmap v2939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:37 smithi138 ceph-mon[117003]: pgmap v2939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:39 smithi161 ceph-mon[116604]: pgmap v2940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:39 smithi028 ceph-mon[112123]: pgmap v2940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:39 smithi138 ceph-mon[117003]: pgmap v2940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:24:40.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:40.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:40.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:40.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:40.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:40.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:40.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:40.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:41 smithi161 ceph-mon[116604]: pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:41 smithi161 ceph-mon[116604]: from='client.91179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:41.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:41 smithi028 ceph-mon[112123]: pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:41.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:41 smithi028 ceph-mon[112123]: from='client.91179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:41 smithi138 ceph-mon[117003]: pgmap v2941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:24:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:41 smithi138 ceph-mon[117003]: from='client.91179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:43 smithi161 ceph-mon[116604]: pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:24:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:43 smithi028 ceph-mon[112123]: pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:24:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:43 smithi138 ceph-mon[117003]: pgmap v2942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:24:45.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:45 smithi161 ceph-mon[116604]: pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:24:45.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:45 smithi028 ceph-mon[112123]: pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:24:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:45 smithi138 ceph-mon[117003]: pgmap v2943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:24:45.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:45.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:45.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:46.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:46.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:46.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:46.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:47 smithi161 ceph-mon[116604]: pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:24:47.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:47 smithi161 ceph-mon[116604]: from='client.91257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:47 smithi028 ceph-mon[112123]: pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:24:47.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:47 smithi028 ceph-mon[112123]: from='client.91257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:47 smithi138 ceph-mon[117003]: pgmap v2944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:24:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:47 smithi138 ceph-mon[117003]: from='client.91257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:49.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:49 smithi161 ceph-mon[116604]: 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-07T06:24:49.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:49 smithi028 ceph-mon[112123]: 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-07T06:24:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:49 smithi138 ceph-mon[117003]: 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-07T06:24:51.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:51.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:51.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:51 smithi161 ceph-mon[116604]: 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-07T06:24:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:51 smithi028 ceph-mon[112123]: 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-07T06:24:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:51 smithi138 ceph-mon[117003]: 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-07T06:24:52.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:52.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:52.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:52.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:52.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:53 smithi161 ceph-mon[116604]: 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-07T06:24:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:53 smithi161 ceph-mon[116604]: from='client.91335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:53 smithi028 ceph-mon[112123]: 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-07T06:24:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:53 smithi028 ceph-mon[112123]: from='client.91335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:53 smithi138 ceph-mon[117003]: 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-07T06:24:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:53 smithi138 ceph-mon[117003]: from='client.91335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:55 smithi161 ceph-mon[116604]: 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-07T06:24:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:55 smithi028 ceph-mon[112123]: 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-07T06:24:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:55 smithi138 ceph-mon[117003]: 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-07T06:24:57.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:24:57.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:24:57.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:24:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:57 smithi161 ceph-mon[116604]: 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-07T06:24:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:57 smithi028 ceph-mon[112123]: 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-07T06:24:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:57 smithi138 ceph-mon[117003]: 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-07T06:24:58.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:24:58.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:24:58.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:24:58.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:24:58.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:24:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:59 smithi161 ceph-mon[116604]: 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-07T06:24:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:24:59 smithi161 ceph-mon[116604]: from='client.91413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:59 smithi028 ceph-mon[112123]: 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-07T06:24:59.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:24:59 smithi028 ceph-mon[112123]: from='client.91413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:24:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:59 smithi138 ceph-mon[117003]: 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-07T06:24:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:24:59 smithi138 ceph-mon[117003]: from='client.91413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:01 smithi161 ceph-mon[116604]: pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:25:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:01 smithi028 ceph-mon[112123]: pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:25:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:01 smithi138 ceph-mon[117003]: pgmap v2951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:25:03.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:03.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:03.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:03 smithi161 ceph-mon[116604]: pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:03 smithi028 ceph-mon[112123]: pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:03 smithi138 ceph-mon[117003]: pgmap v2952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:03.963 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:03.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:03.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:03.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:03.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:05.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:05 smithi161 ceph-mon[116604]: pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:05.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:05 smithi161 ceph-mon[116604]: from='client.91485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:05 smithi028 ceph-mon[112123]: pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:05.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:05 smithi028 ceph-mon[112123]: from='client.91485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:05 smithi138 ceph-mon[117003]: pgmap v2953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:05 smithi138 ceph-mon[117003]: from='client.91485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:07 smithi161 ceph-mon[116604]: pgmap v2954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:25:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:07 smithi028 ceph-mon[112123]: pgmap v2954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:25:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:07 smithi138 ceph-mon[117003]: pgmap v2954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:25:08.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:08.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:08.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:09.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:09 smithi161 ceph-mon[116604]: pgmap v2955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:09 smithi028 ceph-mon[112123]: pgmap v2955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:09.746 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:09.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:09.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:09.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:09.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:09 smithi138 ceph-mon[117003]: pgmap v2955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:10 smithi161 ceph-mon[116604]: from='client.91563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:10 smithi028 ceph-mon[112123]: from='client.91563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:10 smithi138 ceph-mon[117003]: from='client.91563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:11.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:11 smithi161 ceph-mon[116604]: 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-07T06:25:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:11 smithi028 ceph-mon[112123]: 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-07T06:25:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:11 smithi138 ceph-mon[117003]: 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-07T06:25:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:13 smithi161 ceph-mon[116604]: pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:13 smithi028 ceph-mon[112123]: pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:13 smithi138 ceph-mon[117003]: pgmap v2957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:14.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:14.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:14.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:15.523 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:15.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:15.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:15.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:15.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:15.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:15 smithi161 ceph-mon[116604]: pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:15 smithi028 ceph-mon[112123]: pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:15 smithi138 ceph-mon[117003]: pgmap v2958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:16 smithi161 ceph-mon[116604]: from='client.91635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:16 smithi028 ceph-mon[112123]: from='client.91635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:16 smithi138 ceph-mon[117003]: from='client.91635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:17.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:17 smithi161 ceph-mon[116604]: pgmap v2959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:17.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:17 smithi028 ceph-mon[112123]: pgmap v2959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:17 smithi138 ceph-mon[117003]: pgmap v2959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:19.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:19 smithi161 ceph-mon[116604]: pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:19 smithi028 ceph-mon[112123]: pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:19 smithi138 ceph-mon[117003]: pgmap v2960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:20.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:20.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:20.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:21.300 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:21.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:21.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:21.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:21.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:21 smithi161 ceph-mon[116604]: pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:21 smithi028 ceph-mon[112123]: pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:21 smithi138 ceph-mon[117003]: pgmap v2961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:22 smithi161 ceph-mon[116604]: from='client.91707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:22 smithi028 ceph-mon[112123]: from='client.91707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:22 smithi138 ceph-mon[117003]: from='client.91707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:23 smithi161 ceph-mon[116604]: 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-07T06:25:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:25:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:25:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:25:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:25:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:23 smithi028 ceph-mon[112123]: 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-07T06:25:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:25:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:25:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:25:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:25:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:23 smithi138 ceph-mon[117003]: 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-07T06:25:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:25:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:25:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:25:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:25:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:25 smithi161 ceph-mon[116604]: 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-07T06:25:25.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:25 smithi028 ceph-mon[112123]: 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-07T06:25:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:25 smithi138 ceph-mon[117003]: 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-07T06:25:26.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:26.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:26.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:27.063 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:27.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:27.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:27.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:27.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:27 smithi161 ceph-mon[116604]: 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-07T06:25:27.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:27 smithi028 ceph-mon[112123]: 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-07T06:25:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:27 smithi138 ceph-mon[117003]: 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-07T06:25:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:28 smithi161 ceph-mon[116604]: from='client.91785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:28 smithi028 ceph-mon[112123]: from='client.91785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:28 smithi138 ceph-mon[117003]: from='client.91785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:29 smithi161 ceph-mon[116604]: 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-07T06:25:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:29 smithi028 ceph-mon[112123]: 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-07T06:25:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:29 smithi138 ceph-mon[117003]: 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-07T06:25:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:31 smithi161 ceph-mon[116604]: 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-07T06:25:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:31 smithi028 ceph-mon[112123]: 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-07T06:25:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:31 smithi138 ceph-mon[117003]: 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-07T06:25:32.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:32.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:32.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:32.849 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:32.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:32.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:32.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:32.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:33 smithi161 ceph-mon[116604]: 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-07T06:25:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:33 smithi161 ceph-mon[116604]: from='client.91863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:33 smithi028 ceph-mon[112123]: 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-07T06:25:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:33 smithi028 ceph-mon[112123]: from='client.91863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:33 smithi138 ceph-mon[117003]: 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-07T06:25:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:33 smithi138 ceph-mon[117003]: from='client.91863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:35 smithi028 ceph-mon[112123]: 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-07T06:25:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:35 smithi138 ceph-mon[117003]: 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-07T06:25:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:35 smithi161 ceph-mon[116604]: 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-07T06:25:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:37 smithi028 ceph-mon[112123]: 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-07T06:25:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:37 smithi138 ceph-mon[117003]: 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-07T06:25:37.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:37.851 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:37.851 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:37 smithi161 ceph-mon[116604]: 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-07T06:25:38.623 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:38.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:38.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:38.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:38.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:39 smithi028 ceph-mon[112123]: 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-07T06:25:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:39 smithi028 ceph-mon[112123]: from='client.91938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:39 smithi138 ceph-mon[117003]: 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-07T06:25:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:39 smithi138 ceph-mon[117003]: from='client.91938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:39 smithi161 ceph-mon[116604]: 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-07T06:25:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:39 smithi161 ceph-mon[116604]: from='client.91938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:41 smithi028 ceph-mon[112123]: pgmap v2971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:25:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:41 smithi138 ceph-mon[117003]: pgmap v2971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:25:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:41 smithi161 ceph-mon[116604]: pgmap v2971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:25:43.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:43.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:43.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:43 smithi028 ceph-mon[112123]: pgmap v2972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:43 smithi138 ceph-mon[117003]: pgmap v2972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:43 smithi161 ceph-mon[116604]: pgmap v2972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:44.390 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:44.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:44.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:44.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:44.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:45.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:45 smithi028 ceph-mon[112123]: pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:45.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:45 smithi028 ceph-mon[112123]: from='client.92016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:45 smithi138 ceph-mon[117003]: pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:45 smithi138 ceph-mon[117003]: from='client.92016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:45 smithi161 ceph-mon[116604]: pgmap v2973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:45 smithi161 ceph-mon[116604]: from='client.92016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:47 smithi028 ceph-mon[112123]: pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:25:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:47 smithi138 ceph-mon[117003]: pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:25:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:47 smithi161 ceph-mon[116604]: pgmap v2974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:25:49.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:49.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:49.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:49 smithi028 ceph-mon[112123]: pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:25:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:49 smithi138 ceph-mon[117003]: pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:25:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:49 smithi161 ceph-mon[116604]: pgmap v2975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:25:50.170 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:50.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:50.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:50.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:50.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:51.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:51 smithi028 ceph-mon[112123]: 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-07T06:25:51.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:51 smithi028 ceph-mon[112123]: from='client.92091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:51 smithi138 ceph-mon[117003]: 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-07T06:25:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:51 smithi138 ceph-mon[117003]: from='client.92091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:51.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:51 smithi161 ceph-mon[116604]: 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-07T06:25:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:51 smithi161 ceph-mon[116604]: from='client.92091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:53 smithi028 ceph-mon[112123]: pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:53 smithi138 ceph-mon[117003]: pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:53 smithi161 ceph-mon[116604]: pgmap v2977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:55.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:25:55.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:25:55.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:25:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:55 smithi138 ceph-mon[117003]: pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:55 smithi161 ceph-mon[116604]: pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:55.950 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:25:55.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:25:55.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:25:55.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:25:55.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:25:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:55 smithi028 ceph-mon[112123]: pgmap v2978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:25:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:57 smithi138 ceph-mon[117003]: pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:57 smithi138 ceph-mon[117003]: from='client.92166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:57.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:57 smithi161 ceph-mon[116604]: pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:57 smithi161 ceph-mon[116604]: from='client.92166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:57 smithi028 ceph-mon[112123]: pgmap v2979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:25:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:57 smithi028 ceph-mon[112123]: from='client.92166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:25:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:25:59 smithi138 ceph-mon[117003]: pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:25:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:25:59 smithi161 ceph-mon[116604]: pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:25:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:25:59 smithi028 ceph-mon[112123]: pgmap v2980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:26:00.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:00.952 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:00.952 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:01.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:01.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:01.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:01.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:01.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:01 smithi138 ceph-mon[117003]: pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:26:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:01 smithi161 ceph-mon[116604]: pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:26:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:01 smithi028 ceph-mon[112123]: pgmap v2981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:26:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:02 smithi138 ceph-mon[117003]: from='client.92244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:02.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:02 smithi161 ceph-mon[116604]: from='client.92244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:02.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:02 smithi028 ceph-mon[112123]: from='client.92244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:03 smithi138 ceph-mon[117003]: 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-07T06:26:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:03 smithi161 ceph-mon[116604]: 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-07T06:26:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:03 smithi028 ceph-mon[112123]: 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-07T06:26:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:05 smithi138 ceph-mon[117003]: 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-07T06:26:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:05 smithi161 ceph-mon[116604]: 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-07T06:26:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:05 smithi028 ceph-mon[112123]: 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-07T06:26:06.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:06.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:06.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:07.485 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:07.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:07.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:07.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:07.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:07 smithi138 ceph-mon[117003]: 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-07T06:26:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:07 smithi161 ceph-mon[116604]: 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-07T06:26:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:07 smithi028 ceph-mon[112123]: 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-07T06:26:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:08 smithi138 ceph-mon[117003]: from='client.92322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:08 smithi161 ceph-mon[116604]: from='client.92322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:08 smithi028 ceph-mon[112123]: from='client.92322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:09 smithi138 ceph-mon[117003]: 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-07T06:26:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:09 smithi161 ceph-mon[116604]: 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-07T06:26:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:09 smithi028 ceph-mon[112123]: 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-07T06:26:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:11 smithi138 ceph-mon[117003]: 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-07T06:26:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:11 smithi161 ceph-mon[116604]: 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-07T06:26:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:11 smithi028 ceph-mon[112123]: 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-07T06:26:12.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:12.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:12.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:13.260 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:13.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:13.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:13.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:13.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:13 smithi138 ceph-mon[117003]: 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-07T06:26:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:13 smithi161 ceph-mon[116604]: 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-07T06:26:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:13 smithi028 ceph-mon[112123]: 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-07T06:26:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:14 smithi138 ceph-mon[117003]: from='client.92394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:14 smithi161 ceph-mon[116604]: from='client.92394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:14 smithi028 ceph-mon[112123]: from='client.92394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:15 smithi138 ceph-mon[117003]: 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-07T06:26:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:15 smithi161 ceph-mon[116604]: 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-07T06:26:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:15 smithi028 ceph-mon[112123]: 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-07T06:26:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:17 smithi138 ceph-mon[117003]: 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-07T06:26:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:17 smithi161 ceph-mon[116604]: 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-07T06:26:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:17 smithi028 ceph-mon[112123]: 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-07T06:26:18.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:18.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:18.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:19.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:19.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:19.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:19.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:19.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:19 smithi138 ceph-mon[117003]: 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-07T06:26:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:19 smithi161 ceph-mon[116604]: 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-07T06:26:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:19 smithi028 ceph-mon[112123]: 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-07T06:26:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:20 smithi138 ceph-mon[117003]: from='client.92469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:20 smithi161 ceph-mon[116604]: from='client.92469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:20 smithi028 ceph-mon[112123]: from='client.92469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:21 smithi138 ceph-mon[117003]: pgmap v2991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:26:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:21 smithi161 ceph-mon[116604]: pgmap v2991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:26:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:21 smithi028 ceph-mon[112123]: pgmap v2991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:26:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:23 smithi138 ceph-mon[117003]: pgmap v2992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:26:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:26:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:23 smithi161 ceph-mon[116604]: pgmap v2992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:26:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:26:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:23 smithi028 ceph-mon[112123]: pgmap v2992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:26:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:26:24.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:24.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:24.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:24.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:24.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:24.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:24.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:24.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:26:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:26:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:26:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:24 smithi138 ceph-mon[117003]: from='client.92547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:24 smithi161 ceph-mon[116604]: from='client.92547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: pgmap v2993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:24 smithi028 ceph-mon[112123]: from='client.92547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:27 smithi138 ceph-mon[117003]: 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-07T06:26:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:27 smithi161 ceph-mon[116604]: 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-07T06:26:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:27 smithi028 ceph-mon[112123]: 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-07T06:26:29.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:29 smithi138 ceph-mon[117003]: 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-07T06:26:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:29 smithi161 ceph-mon[116604]: 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-07T06:26:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:29 smithi028 ceph-mon[112123]: 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-07T06:26:29.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:29.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:29.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:30.579 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:30.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:30.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:30.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:30.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:31 smithi138 ceph-mon[117003]: 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-07T06:26:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:31 smithi138 ceph-mon[117003]: from='client.92625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:31 smithi161 ceph-mon[116604]: 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-07T06:26:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:31 smithi161 ceph-mon[116604]: from='client.92625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:31.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:31 smithi028 ceph-mon[112123]: 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-07T06:26:31.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:31 smithi028 ceph-mon[112123]: from='client.92625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:33 smithi138 ceph-mon[117003]: pgmap v2997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:26:33.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:33 smithi161 ceph-mon[116604]: pgmap v2997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:26:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:33 smithi028 ceph-mon[112123]: pgmap v2997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:26:35.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:35.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:35.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:35 smithi161 ceph-mon[116604]: pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:26:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:35 smithi028 ceph-mon[112123]: pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:26:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:35 smithi138 ceph-mon[117003]: pgmap v2998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:26:36.356 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:36.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:36.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:36.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:36.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:37.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:37 smithi161 ceph-mon[116604]: pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:26:37.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:37 smithi161 ceph-mon[116604]: from='client.92703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:37.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:37 smithi028 ceph-mon[112123]: pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:26:37.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:37 smithi028 ceph-mon[112123]: from='client.92703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:37 smithi138 ceph-mon[117003]: pgmap v2999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:26:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:37 smithi138 ceph-mon[117003]: from='client.92703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:39.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:39 smithi161 ceph-mon[116604]: 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-07T06:26:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:39 smithi028 ceph-mon[112123]: 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-07T06:26:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:39 smithi138 ceph-mon[117003]: 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-07T06:26:41.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:41.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:41.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:41.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:41 smithi161 ceph-mon[116604]: 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-07T06:26:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:41 smithi028 ceph-mon[112123]: 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-07T06:26:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:41 smithi138 ceph-mon[117003]: 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-07T06:26:42.127 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:42.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:42.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:42.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:42.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:43 smithi161 ceph-mon[116604]: 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-07T06:26:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:43 smithi161 ceph-mon[116604]: from='client.92778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:43 smithi028 ceph-mon[112123]: 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-07T06:26:43.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:43 smithi028 ceph-mon[112123]: from='client.92778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:43 smithi138 ceph-mon[117003]: 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-07T06:26:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:43 smithi138 ceph-mon[117003]: from='client.92778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:45.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:45 smithi161 ceph-mon[116604]: 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-07T06:26:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:45 smithi028 ceph-mon[112123]: 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-07T06:26:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:45 smithi138 ceph-mon[117003]: 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-07T06:26:47.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:47.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:47.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:47 smithi161 ceph-mon[116604]: 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-07T06:26:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:47 smithi028 ceph-mon[112123]: 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-07T06:26:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:47 smithi138 ceph-mon[117003]: 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-07T06:26:47.919 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:47.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:47.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:47.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:47.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:48 smithi161 ceph-mon[116604]: from='client.92850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:48 smithi028 ceph-mon[112123]: from='client.92850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:48 smithi138 ceph-mon[117003]: from='client.92850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:49.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:49 smithi161 ceph-mon[116604]: 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-07T06:26:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:49 smithi028 ceph-mon[112123]: 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-07T06:26:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:49 smithi138 ceph-mon[117003]: 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-07T06:26:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:51 smithi161 ceph-mon[116604]: 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-07T06:26:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:51 smithi028 ceph-mon[112123]: 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-07T06:26:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:51 smithi138 ceph-mon[117003]: 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-07T06:26:52.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:52.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:52.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:53 smithi161 ceph-mon[116604]: 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-07T06:26:53.696 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:53.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:53.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:53.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:53.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:53 smithi028 ceph-mon[112123]: 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-07T06:26:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:53 smithi138 ceph-mon[117003]: 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-07T06:26:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:54 smithi161 ceph-mon[116604]: from='client.92925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:54 smithi028 ceph-mon[112123]: from='client.92925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:54 smithi138 ceph-mon[117003]: from='client.92925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:26:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:55 smithi161 ceph-mon[116604]: 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-07T06:26:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:55 smithi028 ceph-mon[112123]: 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-07T06:26:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:55 smithi138 ceph-mon[117003]: 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-07T06:26:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:57 smithi161 ceph-mon[116604]: 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-07T06:26:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:57 smithi028 ceph-mon[112123]: 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-07T06:26:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:57 smithi138 ceph-mon[117003]: 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-07T06:26:58.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:26:58.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:26:58.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:26:59.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:26:59.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:26:59.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:26:59.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:26:59.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:26:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:26:59 smithi161 ceph-mon[116604]: 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-07T06:26:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:26:59 smithi028 ceph-mon[112123]: 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-07T06:26:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:26:59 smithi138 ceph-mon[117003]: 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-07T06:27:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:00 smithi161 ceph-mon[116604]: from='client.92997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:00 smithi028 ceph-mon[112123]: from='client.92997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:00 smithi138 ceph-mon[117003]: from='client.92997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:01 smithi161 ceph-mon[116604]: 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-07T06:27:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:01 smithi028 ceph-mon[112123]: 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-07T06:27:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:01 smithi138 ceph-mon[117003]: 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-07T06:27:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:03 smithi161 ceph-mon[116604]: 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-07T06:27:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:03 smithi028 ceph-mon[112123]: 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-07T06:27:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:03 smithi138 ceph-mon[117003]: 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-07T06:27:04.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:04.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:04.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:05.256 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:05.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:05.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:05.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:05.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:05 smithi161 ceph-mon[116604]: 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-07T06:27:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:05 smithi028 ceph-mon[112123]: 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-07T06:27:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:05 smithi138 ceph-mon[117003]: 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-07T06:27:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:06 smithi161 ceph-mon[116604]: from='client.93075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:06 smithi028 ceph-mon[112123]: from='client.93075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:06.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:06 smithi138 ceph-mon[117003]: from='client.93075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:07 smithi161 ceph-mon[116604]: 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-07T06:27:07.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:07 smithi028 ceph-mon[112123]: 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-07T06:27:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:07 smithi138 ceph-mon[117003]: 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-07T06:27:09.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:09 smithi161 ceph-mon[116604]: 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-07T06:27:09.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:09 smithi028 ceph-mon[112123]: 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-07T06:27:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:09 smithi138 ceph-mon[117003]: 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-07T06:27:10.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:10.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:10.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:11.027 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:11.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:11.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:11.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:11.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:11.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:11 smithi161 ceph-mon[116604]: 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-07T06:27:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:11 smithi028 ceph-mon[112123]: 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-07T06:27:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:11 smithi138 ceph-mon[117003]: 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-07T06:27:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:12 smithi161 ceph-mon[116604]: from='client.93147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:12 smithi028 ceph-mon[112123]: from='client.93147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:12 smithi138 ceph-mon[117003]: from='client.93147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:13.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:13 smithi161 ceph-mon[116604]: 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-07T06:27:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:13 smithi028 ceph-mon[112123]: 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-07T06:27:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:13 smithi138 ceph-mon[117003]: 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-07T06:27:15.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:15 smithi161 ceph-mon[116604]: 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-07T06:27:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:15 smithi028 ceph-mon[112123]: 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-07T06:27:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:15 smithi138 ceph-mon[117003]: 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-07T06:27:16.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:16.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:16.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:16.802 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:16.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:16.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:16.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:16.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:17.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:17 smithi161 ceph-mon[116604]: 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-07T06:27:17.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:17 smithi161 ceph-mon[116604]: from='client.93225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:17.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:17 smithi028 ceph-mon[112123]: 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-07T06:27:17.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:17 smithi028 ceph-mon[112123]: from='client.93225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:17 smithi138 ceph-mon[117003]: 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-07T06:27:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:17 smithi138 ceph-mon[117003]: from='client.93225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:19.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:19 smithi161 ceph-mon[116604]: 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-07T06:27:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:19 smithi028 ceph-mon[112123]: 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-07T06:27:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:19 smithi138 ceph-mon[117003]: 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-07T06:27:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:21 smithi161 ceph-mon[116604]: 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-07T06:27:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:21 smithi028 ceph-mon[112123]: 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-07T06:27:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:21 smithi138 ceph-mon[117003]: 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-07T06:27:21.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:21.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:21.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:22.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:22.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:22.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:22.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:22.577 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:23 smithi161 ceph-mon[116604]: 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-07T06:27:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:23 smithi161 ceph-mon[116604]: from='client.93300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:23 smithi028 ceph-mon[112123]: 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-07T06:27:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:23 smithi028 ceph-mon[112123]: from='client.93300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:23 smithi138 ceph-mon[117003]: 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-07T06:27:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:23 smithi138 ceph-mon[117003]: from='client.93300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:25 smithi161 ceph-mon[116604]: 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-07T06:27:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:27:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:27:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:27:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:27:25.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:25 smithi028 ceph-mon[112123]: 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-07T06:27:25.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:27:25.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:27:25.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:27:25.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:27:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:25 smithi138 ceph-mon[117003]: 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-07T06:27:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:27:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:27:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:27:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:27:27.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:27.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:27.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:27 smithi161 ceph-mon[116604]: 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-07T06:27:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:27 smithi028 ceph-mon[112123]: 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-07T06:27:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:27 smithi138 ceph-mon[117003]: 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-07T06:27:28.352 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:28.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:28.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:28.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:28.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:29 smithi161 ceph-mon[116604]: 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-07T06:27:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:29 smithi161 ceph-mon[116604]: from='client.93375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:29 smithi028 ceph-mon[112123]: 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-07T06:27:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:29 smithi028 ceph-mon[112123]: from='client.93375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:29 smithi138 ceph-mon[117003]: 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-07T06:27:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:29 smithi138 ceph-mon[117003]: from='client.93375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:31 smithi161 ceph-mon[116604]: 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-07T06:27:31.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:31 smithi028 ceph-mon[112123]: 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-07T06:27:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:31 smithi138 ceph-mon[117003]: 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-07T06:27:33.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:33.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:33.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:33 smithi161 ceph-mon[116604]: 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-07T06:27:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:33 smithi028 ceph-mon[112123]: 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-07T06:27:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:33 smithi138 ceph-mon[117003]: 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-07T06:27:34.149 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:34.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:34.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:34.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:34.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:35.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:35 smithi161 ceph-mon[116604]: 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-07T06:27:35.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:35 smithi161 ceph-mon[116604]: from='client.93450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:35 smithi028 ceph-mon[112123]: 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-07T06:27:35.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:35 smithi028 ceph-mon[112123]: from='client.93450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:35 smithi138 ceph-mon[117003]: 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-07T06:27:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:35 smithi138 ceph-mon[117003]: from='client.93450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:37.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:37 smithi161 ceph-mon[116604]: pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:27:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:37 smithi028 ceph-mon[112123]: pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:27:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:37 smithi138 ceph-mon[117003]: pgmap v3029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:27:39.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:39.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:39.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:39.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:39 smithi161 ceph-mon[116604]: pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:27:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:39 smithi028 ceph-mon[112123]: pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:27:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:39 smithi138 ceph-mon[117003]: pgmap v3030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:27:39.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:39.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:39.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:39.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:39.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:40 smithi161 ceph-mon[116604]: from='client.93525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:40.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:40 smithi028 ceph-mon[112123]: from='client.93525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:40.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:40 smithi138 ceph-mon[117003]: from='client.93525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:41 smithi161 ceph-mon[116604]: 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-07T06:27:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:41 smithi028 ceph-mon[112123]: 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-07T06:27:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:41 smithi138 ceph-mon[117003]: 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-07T06:27:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:43 smithi161 ceph-mon[116604]: 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-07T06:27:43.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:43 smithi028 ceph-mon[112123]: 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-07T06:27:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:43 smithi138 ceph-mon[117003]: 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-07T06:27:44.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:44.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:44.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:45.681 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:45.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:45.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:45.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:45.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:45.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:45 smithi161 ceph-mon[116604]: 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-07T06:27:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:45 smithi028 ceph-mon[112123]: 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-07T06:27:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:45 smithi138 ceph-mon[117003]: 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-07T06:27:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:46 smithi161 ceph-mon[116604]: from='client.93603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:46 smithi028 ceph-mon[112123]: from='client.93603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:46 smithi138 ceph-mon[117003]: from='client.93603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:47 smithi161 ceph-mon[116604]: 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-07T06:27:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:47 smithi028 ceph-mon[112123]: 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-07T06:27:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:47 smithi138 ceph-mon[117003]: 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-07T06:27:49.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:49 smithi161 ceph-mon[116604]: pgmap v3035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T06:27:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:49 smithi028 ceph-mon[112123]: pgmap v3035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T06:27:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:49 smithi138 ceph-mon[117003]: pgmap v3035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T06:27:50.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:50.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:50.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:51.451 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:51.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:51.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:51.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:51.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:51 smithi161 ceph-mon[116604]: pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T06:27:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:51 smithi028 ceph-mon[112123]: pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T06:27:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:51 smithi138 ceph-mon[117003]: pgmap v3036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T06:27:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:52 smithi161 ceph-mon[116604]: from='client.93681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:52 smithi028 ceph-mon[112123]: from='client.93681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:52 smithi138 ceph-mon[117003]: from='client.93681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:53 smithi161 ceph-mon[116604]: 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-07T06:27:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:53 smithi028 ceph-mon[112123]: 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-07T06:27:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:53 smithi138 ceph-mon[117003]: 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-07T06:27:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:55 smithi161 ceph-mon[116604]: 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-07T06:27:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:55 smithi028 ceph-mon[112123]: 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-07T06:27:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:55 smithi138 ceph-mon[117003]: 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-07T06:27:56.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:27:56.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:27:56.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:27:57.216 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:27:57.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:27:57.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:27:57.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:27:57.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:27:57.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:57 smithi161 ceph-mon[116604]: 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-07T06:27:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:57 smithi028 ceph-mon[112123]: 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-07T06:27:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:57 smithi138 ceph-mon[117003]: 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-07T06:27:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:58 smithi028 ceph-mon[112123]: from='client.93756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:58 smithi138 ceph-mon[117003]: from='client.93756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:58 smithi161 ceph-mon[116604]: from='client.93756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:27:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:27:59 smithi028 ceph-mon[112123]: 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-07T06:27:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:27:59 smithi138 ceph-mon[117003]: 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-07T06:27:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:27:59 smithi161 ceph-mon[116604]: 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-07T06:28:01.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:01 smithi028 ceph-mon[112123]: 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-07T06:28:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:01 smithi138 ceph-mon[117003]: 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-07T06:28:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:01 smithi161 ceph-mon[116604]: 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-07T06:28:02.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:02.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:02.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:02.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:02.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:02.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:02.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:02.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:03.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:03 smithi028 ceph-mon[112123]: 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-07T06:28:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:03 smithi138 ceph-mon[117003]: 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-07T06:28:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:03 smithi161 ceph-mon[116604]: 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-07T06:28:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:04 smithi028 ceph-mon[112123]: from='client.93834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:04 smithi138 ceph-mon[117003]: from='client.93834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:04 smithi161 ceph-mon[116604]: from='client.93834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:05 smithi028 ceph-mon[112123]: 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-07T06:28:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:05 smithi138 ceph-mon[117003]: 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-07T06:28:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:05 smithi161 ceph-mon[116604]: 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-07T06:28:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:07 smithi028 ceph-mon[112123]: 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-07T06:28:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:07 smithi138 ceph-mon[117003]: 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-07T06:28:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:07 smithi161 ceph-mon[116604]: 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-07T06:28:07.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:07.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:07.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:08.746 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:08.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:08.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:08.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:08.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:09 smithi028 ceph-mon[112123]: 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-07T06:28:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:09 smithi028 ceph-mon[112123]: from='client.93909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:09 smithi138 ceph-mon[117003]: 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-07T06:28:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:09 smithi138 ceph-mon[117003]: from='client.93909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:09 smithi161 ceph-mon[116604]: 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-07T06:28:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:09 smithi161 ceph-mon[116604]: from='client.93909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:11 smithi028 ceph-mon[112123]: 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-07T06:28:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:11 smithi138 ceph-mon[117003]: 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-07T06:28:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:11 smithi161 ceph-mon[116604]: 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-07T06:28:13.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:13.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:13.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:13 smithi138 ceph-mon[117003]: 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-07T06:28:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:13 smithi161 ceph-mon[116604]: 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-07T06:28:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:13 smithi028 ceph-mon[112123]: 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-07T06:28:14.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:14.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:14.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:14.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:14.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:15 smithi138 ceph-mon[117003]: 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-07T06:28:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:15 smithi138 ceph-mon[117003]: from='client.93987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:15 smithi161 ceph-mon[116604]: 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-07T06:28:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:15 smithi161 ceph-mon[116604]: from='client.93987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:15 smithi028 ceph-mon[112123]: 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-07T06:28:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:15 smithi028 ceph-mon[112123]: from='client.93987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:17 smithi138 ceph-mon[117003]: pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:28:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:17 smithi161 ceph-mon[116604]: pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:28:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:17 smithi028 ceph-mon[112123]: pgmap v3049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:28:19.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:19.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:19.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:19 smithi138 ceph-mon[117003]: pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:28:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:19 smithi161 ceph-mon[116604]: pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:28:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:19 smithi028 ceph-mon[112123]: pgmap v3050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:28:20.294 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:20.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:20.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:20.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:20.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:21 smithi138 ceph-mon[117003]: 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-07T06:28:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:21 smithi138 ceph-mon[117003]: from='client.94062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:21 smithi161 ceph-mon[116604]: 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-07T06:28:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:21 smithi161 ceph-mon[116604]: from='client.94062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:21 smithi028 ceph-mon[112123]: 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-07T06:28:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:21 smithi028 ceph-mon[112123]: from='client.94062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:23 smithi138 ceph-mon[117003]: 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-07T06:28:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:23 smithi161 ceph-mon[116604]: 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-07T06:28:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:23 smithi028 ceph-mon[112123]: 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-07T06:28:25.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:25.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:25.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:25 smithi138 ceph-mon[117003]: 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-07T06:28:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:28:25.812 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:25 smithi161 ceph-mon[116604]: 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-07T06:28:25.813 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:28:25.948 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:25 smithi028 ceph-mon[112123]: 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-07T06:28:25.949 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:28:26.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:26.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:26.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:26.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:26.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: 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-07T06:28:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='client.94137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:28:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:28:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: 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-07T06:28:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='client.94137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:28:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:28:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: 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-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='client.94137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:28:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:28:29.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:28 smithi138 ceph-mon[117003]: pgmap v3055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:28:29.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:28 smithi161 ceph-mon[116604]: pgmap v3055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:28:29.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:28 smithi028 ceph-mon[112123]: pgmap v3055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:28:31.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:31.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:31.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:31.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:31 smithi161 ceph-mon[116604]: pgmap v3056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:28:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:31 smithi028 ceph-mon[112123]: pgmap v3056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:28:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:31 smithi138 ceph-mon[117003]: pgmap v3056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:28:31.930 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:31.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:31.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:31.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:31.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:32 smithi161 ceph-mon[116604]: from='client.94215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:32 smithi028 ceph-mon[112123]: from='client.94215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:32 smithi138 ceph-mon[117003]: from='client.94215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:33.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:33 smithi161 ceph-mon[116604]: 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-07T06:28:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:33 smithi028 ceph-mon[112123]: 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-07T06:28:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:33 smithi138 ceph-mon[117003]: 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-07T06:28:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:35 smithi161 ceph-mon[116604]: 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-07T06:28:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:35 smithi028 ceph-mon[112123]: 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-07T06:28:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:35 smithi138 ceph-mon[117003]: 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-07T06:28:36.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:36.932 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:36.932 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:37.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:37 smithi161 ceph-mon[116604]: 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-07T06:28:37.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:37.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:37.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:37.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:37.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:37 smithi028 ceph-mon[112123]: 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-07T06:28:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:37 smithi138 ceph-mon[117003]: 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-07T06:28:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:38 smithi161 ceph-mon[116604]: from='client.94287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:38 smithi028 ceph-mon[112123]: from='client.94287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:38 smithi138 ceph-mon[117003]: from='client.94287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:39 smithi161 ceph-mon[116604]: 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-07T06:28:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:39 smithi028 ceph-mon[112123]: 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-07T06:28:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:39 smithi138 ceph-mon[117003]: 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-07T06:28:41.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:41 smithi161 ceph-mon[116604]: 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-07T06:28:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:41 smithi028 ceph-mon[112123]: 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-07T06:28:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:41 smithi138 ceph-mon[117003]: 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-07T06:28:42.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:42.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:42.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:43.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:43.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:43.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:43.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:43.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:43 smithi161 ceph-mon[116604]: 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-07T06:28:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:43 smithi028 ceph-mon[112123]: 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-07T06:28:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:43 smithi138 ceph-mon[117003]: 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-07T06:28:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:44 smithi161 ceph-mon[116604]: from='client.94362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:44 smithi028 ceph-mon[112123]: from='client.94362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:44 smithi138 ceph-mon[117003]: from='client.94362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:45.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:45 smithi161 ceph-mon[116604]: 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-07T06:28:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:45 smithi028 ceph-mon[112123]: 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-07T06:28:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:45 smithi138 ceph-mon[117003]: 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-07T06:28:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:47 smithi161 ceph-mon[116604]: 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-07T06:28:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:47 smithi028 ceph-mon[112123]: 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-07T06:28:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:47 smithi138 ceph-mon[117003]: 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-07T06:28:48.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:48.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:48.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:49.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:49.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:49.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:49.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:49.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:49.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:49 smithi161 ceph-mon[116604]: 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-07T06:28:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:49 smithi028 ceph-mon[112123]: 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-07T06:28:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:49 smithi138 ceph-mon[117003]: 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-07T06:28:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:50 smithi161 ceph-mon[116604]: from='client.94440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:50 smithi028 ceph-mon[112123]: from='client.94440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:50 smithi138 ceph-mon[117003]: from='client.94440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:51 smithi161 ceph-mon[116604]: pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:28:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:51 smithi028 ceph-mon[112123]: pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:28:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:51 smithi138 ceph-mon[117003]: pgmap v3066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:28:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:53 smithi161 ceph-mon[116604]: pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:28:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:53 smithi028 ceph-mon[112123]: pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:28:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:53 smithi138 ceph-mon[117003]: pgmap v3067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:28:54.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:28:54.237 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:28:54.237 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:28:55.003 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:28:55.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:28:55.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:28:55.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:28:55.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:28:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:55 smithi161 ceph-mon[116604]: pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:28:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:55 smithi028 ceph-mon[112123]: pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:28:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:55 smithi138 ceph-mon[117003]: pgmap v3068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:28:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:56 smithi161 ceph-mon[116604]: from='client.94515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:56 smithi028 ceph-mon[112123]: from='client.94515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:56.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:56 smithi138 ceph-mon[117003]: from='client.94515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:28:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:57 smithi161 ceph-mon[116604]: pgmap v3069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:28:57.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:57 smithi028 ceph-mon[112123]: pgmap v3069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:28:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:57 smithi138 ceph-mon[117003]: pgmap v3069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:28:59.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:28:59 smithi161 ceph-mon[116604]: pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:28:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:28:59 smithi028 ceph-mon[112123]: pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:28:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:28:59 smithi138 ceph-mon[117003]: pgmap v3070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:00.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:00.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:00.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:00.768 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:00.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:00.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:00.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:00.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:01 smithi161 ceph-mon[116604]: 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-07T06:29:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:01 smithi161 ceph-mon[116604]: from='client.94590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:01 smithi028 ceph-mon[112123]: 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-07T06:29:01.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:01 smithi028 ceph-mon[112123]: from='client.94590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:01 smithi138 ceph-mon[117003]: 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-07T06:29:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:01 smithi138 ceph-mon[117003]: from='client.94590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:03 smithi161 ceph-mon[116604]: pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:29:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:03 smithi028 ceph-mon[112123]: pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:29:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:03 smithi138 ceph-mon[117003]: pgmap v3072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:29:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:05 smithi161 ceph-mon[116604]: pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:29:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:05 smithi028 ceph-mon[112123]: pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:29:05.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:05.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:05.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:05 smithi138 ceph-mon[117003]: pgmap v3073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:29:06.532 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:06.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:06.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:06.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:06.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:07 smithi161 ceph-mon[116604]: pgmap v3074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:29:07.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:07 smithi161 ceph-mon[116604]: from='client.94668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:07 smithi028 ceph-mon[112123]: pgmap v3074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:29:07.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:07 smithi028 ceph-mon[112123]: from='client.94668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:07 smithi138 ceph-mon[117003]: pgmap v3074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:29:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:07 smithi138 ceph-mon[117003]: from='client.94668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:09.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:09 smithi161 ceph-mon[116604]: pgmap v3075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:09 smithi028 ceph-mon[112123]: pgmap v3075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:09 smithi138 ceph-mon[117003]: pgmap v3075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:11.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:11.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:11.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:11.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:11 smithi161 ceph-mon[116604]: pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:29:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:11 smithi028 ceph-mon[112123]: pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:29:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:11 smithi138 ceph-mon[117003]: pgmap v3076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:29:12.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:12.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:12.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:12.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:12.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:13 smithi161 ceph-mon[116604]: 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-07T06:29:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:13 smithi161 ceph-mon[116604]: from='client.94746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:13 smithi028 ceph-mon[112123]: 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-07T06:29:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:13 smithi028 ceph-mon[112123]: from='client.94746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:13 smithi138 ceph-mon[117003]: 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-07T06:29:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:13 smithi138 ceph-mon[117003]: from='client.94746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:15 smithi161 ceph-mon[116604]: 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-07T06:29:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:15 smithi028 ceph-mon[112123]: 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-07T06:29:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:15 smithi138 ceph-mon[117003]: 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-07T06:29:17.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:17.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:17.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:17.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:17 smithi161 ceph-mon[116604]: 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-07T06:29:17.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:17 smithi028 ceph-mon[112123]: 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-07T06:29:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:17 smithi138 ceph-mon[117003]: 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-07T06:29:18.099 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:18.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:18.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:18.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:18.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:19.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:19 smithi161 ceph-mon[116604]: 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-07T06:29:19.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:19 smithi161 ceph-mon[116604]: from='client.94824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:19 smithi028 ceph-mon[112123]: 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-07T06:29:19.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:19 smithi028 ceph-mon[112123]: from='client.94824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:19 smithi138 ceph-mon[117003]: 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-07T06:29:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:19 smithi138 ceph-mon[117003]: from='client.94824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:21 smithi161 ceph-mon[116604]: 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-07T06:29:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:21 smithi028 ceph-mon[112123]: 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-07T06:29:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:21 smithi138 ceph-mon[117003]: 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-07T06:29:23.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:23.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:23.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:23 smithi161 ceph-mon[116604]: 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-07T06:29:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:23 smithi028 ceph-mon[112123]: 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-07T06:29:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:23 smithi138 ceph-mon[117003]: 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-07T06:29:23.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:23.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:23.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:23.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:23.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:24 smithi161 ceph-mon[116604]: from='client.94899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:24 smithi028 ceph-mon[112123]: from='client.94899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:24 smithi138 ceph-mon[117003]: from='client.94899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:25 smithi161 ceph-mon[116604]: 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-07T06:29:25.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:25 smithi028 ceph-mon[112123]: 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-07T06:29:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:25 smithi138 ceph-mon[117003]: 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-07T06:29:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:27 smithi161 ceph-mon[116604]: 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-07T06:29:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:29:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:27 smithi028 ceph-mon[112123]: 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-07T06:29:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:29:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:27 smithi138 ceph-mon[117003]: 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-07T06:29:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:29:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:29:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:29:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:29:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:29:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:29:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:29:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:29:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:29:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:29:28.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:28.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:28.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:29.654 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:29.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:29.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:29.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:29.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:29 smithi138 ceph-mon[117003]: 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-07T06:29:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:29 smithi161 ceph-mon[116604]: 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-07T06:29:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:29 smithi028 ceph-mon[112123]: 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-07T06:29:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:30 smithi138 ceph-mon[117003]: from='client.94974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:30.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:30 smithi161 ceph-mon[116604]: from='client.94974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:30.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:30 smithi028 ceph-mon[112123]: from='client.94974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:31 smithi138 ceph-mon[117003]: pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:31.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:31 smithi161 ceph-mon[116604]: pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:31 smithi028 ceph-mon[112123]: pgmap v3086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:33 smithi138 ceph-mon[117003]: pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:33.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:33 smithi161 ceph-mon[116604]: pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:33 smithi028 ceph-mon[112123]: pgmap v3087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:34.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:34.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:34.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:35.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:35.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:35.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:35.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:35.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:35 smithi138 ceph-mon[117003]: pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:35 smithi161 ceph-mon[116604]: pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:35 smithi028 ceph-mon[112123]: pgmap v3088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:36.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:36 smithi138 ceph-mon[117003]: from='client.95052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:36 smithi161 ceph-mon[116604]: from='client.95052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:36 smithi028 ceph-mon[112123]: from='client.95052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:37 smithi138 ceph-mon[117003]: pgmap v3089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:37 smithi161 ceph-mon[116604]: pgmap v3089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:37 smithi028 ceph-mon[112123]: pgmap v3089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:39 smithi138 ceph-mon[117003]: pgmap v3090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:39 smithi161 ceph-mon[116604]: pgmap v3090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:39 smithi028 ceph-mon[112123]: pgmap v3090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:29:40.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:40.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:40.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:41.198 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:41.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:41.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:41.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:41.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:41 smithi138 ceph-mon[117003]: 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-07T06:29:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:41 smithi161 ceph-mon[116604]: 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-07T06:29:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:41 smithi028 ceph-mon[112123]: 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-07T06:29:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:42 smithi138 ceph-mon[117003]: from='client.95127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:42 smithi161 ceph-mon[116604]: from='client.95127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:42 smithi028 ceph-mon[112123]: from='client.95127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:43 smithi138 ceph-mon[117003]: pgmap v3092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:43 smithi161 ceph-mon[116604]: pgmap v3092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:43 smithi028 ceph-mon[112123]: pgmap v3092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:45 smithi138 ceph-mon[117003]: pgmap v3093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:45 smithi161 ceph-mon[116604]: pgmap v3093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:45 smithi028 ceph-mon[112123]: pgmap v3093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:46.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:46.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:46.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:46.961 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:46.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:46.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:46.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:46.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:47 smithi138 ceph-mon[117003]: pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:29:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:47 smithi161 ceph-mon[116604]: pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:29:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:47 smithi028 ceph-mon[112123]: pgmap v3094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:29:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:48 smithi138 ceph-mon[117003]: from='client.95205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:48 smithi161 ceph-mon[116604]: from='client.95205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:48 smithi028 ceph-mon[112123]: from='client.95205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:49 smithi138 ceph-mon[117003]: pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:49 smithi161 ceph-mon[116604]: pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:49 smithi028 ceph-mon[112123]: pgmap v3095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:29:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:51 smithi138 ceph-mon[117003]: pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:29:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:51 smithi161 ceph-mon[116604]: pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:29:51.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:51.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:51.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:51 smithi028 ceph-mon[112123]: pgmap v3096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:29:52.741 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:52.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:52.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:52.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:52.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:53 smithi161 ceph-mon[116604]: 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-07T06:29:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:53 smithi161 ceph-mon[116604]: from='client.95277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:53 smithi028 ceph-mon[112123]: 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-07T06:29:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:53 smithi028 ceph-mon[112123]: from='client.95277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:53 smithi138 ceph-mon[117003]: 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-07T06:29:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:53 smithi138 ceph-mon[117003]: from='client.95277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:55 smithi161 ceph-mon[116604]: 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-07T06:29:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:55 smithi028 ceph-mon[112123]: 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-07T06:29:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:55 smithi138 ceph-mon[117003]: 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-07T06:29:57.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:29:57.743 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:29:57.743 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:29:57.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:57 smithi161 ceph-mon[116604]: 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-07T06:29:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:57 smithi028 ceph-mon[112123]: 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-07T06:29:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:57 smithi138 ceph-mon[117003]: 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-07T06:29:58.521 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:29:58.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:29:58.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:29:58.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:29:58.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:29:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:59 smithi161 ceph-mon[116604]: 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-07T06:29:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:29:59 smithi161 ceph-mon[116604]: from='client.95355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:29:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:59 smithi028 ceph-mon[112123]: 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-07T06:29:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:29:59 smithi028 ceph-mon[112123]: from='client.95355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:59 smithi138 ceph-mon[117003]: 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-07T06:30:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:29:59 smithi138 ceph-mon[117003]: from='client.95355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:00.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T06:30:00.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T06:30:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T06:30:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:01 smithi161 ceph-mon[116604]: 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-07T06:30:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:01 smithi028 ceph-mon[112123]: 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-07T06:30:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:01 smithi138 ceph-mon[117003]: 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-07T06:30:03.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:03.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:03.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:03 smithi161 ceph-mon[116604]: 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-07T06:30:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:03 smithi028 ceph-mon[112123]: 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-07T06:30:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:03 smithi138 ceph-mon[117003]: 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-07T06:30:04.295 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:04.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:04.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:04.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:04.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:05 smithi161 ceph-mon[116604]: 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-07T06:30:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:05 smithi161 ceph-mon[116604]: from='client.95433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:05 smithi028 ceph-mon[112123]: 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-07T06:30:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:05 smithi028 ceph-mon[112123]: from='client.95433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:05 smithi138 ceph-mon[117003]: 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-07T06:30:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:05 smithi138 ceph-mon[117003]: from='client.95433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:07 smithi161 ceph-mon[116604]: pgmap v3104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:30:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:07 smithi028 ceph-mon[112123]: pgmap v3104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:30:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:07 smithi138 ceph-mon[117003]: pgmap v3104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:30:09.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:09.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:09.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:09 smithi161 ceph-mon[116604]: pgmap v3105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:30:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:09 smithi028 ceph-mon[112123]: pgmap v3105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:30:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:09 smithi138 ceph-mon[117003]: pgmap v3105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:30:10.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:10.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:10.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:10.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:10.083 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:11 smithi161 ceph-mon[116604]: pgmap v3106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:11 smithi161 ceph-mon[116604]: from='client.95508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:11 smithi028 ceph-mon[112123]: pgmap v3106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:11 smithi028 ceph-mon[112123]: from='client.95508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:11 smithi138 ceph-mon[117003]: pgmap v3106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:11 smithi138 ceph-mon[117003]: from='client.95508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:13 smithi161 ceph-mon[116604]: pgmap v3107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:13 smithi028 ceph-mon[112123]: pgmap v3107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:13 smithi138 ceph-mon[117003]: pgmap v3107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:15.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:15.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:15.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:15.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:15.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:15.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:15.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:15.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:15 smithi161 ceph-mon[116604]: pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:15 smithi028 ceph-mon[112123]: pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:15 smithi138 ceph-mon[117003]: pgmap v3108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:16 smithi161 ceph-mon[116604]: from='client.95586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:16 smithi028 ceph-mon[112123]: from='client.95586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:16 smithi138 ceph-mon[117003]: from='client.95586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:17 smithi161 ceph-mon[116604]: pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:17 smithi028 ceph-mon[112123]: pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:17 smithi138 ceph-mon[117003]: pgmap v3109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:19 smithi161 ceph-mon[116604]: pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:30:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:19 smithi028 ceph-mon[112123]: pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:30:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:19 smithi138 ceph-mon[117003]: pgmap v3110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:30:20.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:20.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:20.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:21.633 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:21.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:21.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:21.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:21.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:21 smithi161 ceph-mon[116604]: pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:30:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:21 smithi028 ceph-mon[112123]: pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:30:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:21 smithi138 ceph-mon[117003]: pgmap v3111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:30:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:22 smithi161 ceph-mon[116604]: from='client.95658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:22 smithi028 ceph-mon[112123]: from='client.95658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:22 smithi138 ceph-mon[117003]: from='client.95658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:23 smithi161 ceph-mon[116604]: pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:23 smithi028 ceph-mon[112123]: pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:23 smithi138 ceph-mon[117003]: pgmap v3112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:24 smithi161 ceph-mon[116604]: pgmap v3113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:24 smithi028 ceph-mon[112123]: pgmap v3113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:24 smithi138 ceph-mon[117003]: pgmap v3113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:26.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:26.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:26.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:27.408 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:27.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:27.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:27.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:27.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:27 smithi161 ceph-mon[116604]: pgmap v3114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:30:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:27 smithi028 ceph-mon[112123]: pgmap v3114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:30:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:27 smithi138 ceph-mon[117003]: pgmap v3114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:30:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:28 smithi161 ceph-mon[116604]: from='client.95733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:30:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:30:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:30:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:30:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:28 smithi028 ceph-mon[112123]: from='client.95733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:30:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:30:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:30:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:30:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:28 smithi138 ceph-mon[117003]: from='client.95733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:30:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:30:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:30:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:30:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:29 smithi161 ceph-mon[116604]: pgmap v3115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:29 smithi028 ceph-mon[112123]: pgmap v3115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:29 smithi138 ceph-mon[117003]: pgmap v3115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:31 smithi161 ceph-mon[116604]: pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:30:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:31 smithi028 ceph-mon[112123]: pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:30:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:31 smithi138 ceph-mon[117003]: pgmap v3116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:30:32.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:32.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:32.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:33.188 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:33.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:33.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:33.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:33.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:33 smithi161 ceph-mon[116604]: 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-07T06:30:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:33 smithi028 ceph-mon[112123]: 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-07T06:30:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:33 smithi138 ceph-mon[117003]: 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-07T06:30:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:34 smithi161 ceph-mon[116604]: from='client.95805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:34 smithi028 ceph-mon[112123]: from='client.95805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:34 smithi138 ceph-mon[117003]: from='client.95805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:35 smithi161 ceph-mon[116604]: 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-07T06:30:35.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:35 smithi028 ceph-mon[112123]: 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-07T06:30:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:35 smithi138 ceph-mon[117003]: 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-07T06:30:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:37 smithi161 ceph-mon[116604]: 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-07T06:30:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:37 smithi028 ceph-mon[112123]: 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-07T06:30:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:37 smithi138 ceph-mon[117003]: 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-07T06:30:38.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:38.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:38.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:38.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:38.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:38.959 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:38.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:38.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:39 smithi161 ceph-mon[116604]: 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-07T06:30:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:39 smithi161 ceph-mon[116604]: from='client.95883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:39 smithi028 ceph-mon[112123]: 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-07T06:30:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:39 smithi028 ceph-mon[112123]: from='client.95883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:39 smithi138 ceph-mon[117003]: 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-07T06:30:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:39 smithi138 ceph-mon[117003]: from='client.95883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:41 smithi161 ceph-mon[116604]: 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-07T06:30:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:41 smithi028 ceph-mon[112123]: 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-07T06:30:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:41 smithi138 ceph-mon[117003]: 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-07T06:30:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:43 smithi161 ceph-mon[116604]: 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-07T06:30:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:43 smithi028 ceph-mon[112123]: 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-07T06:30:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:43 smithi138 ceph-mon[117003]: 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-07T06:30:43.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:43.961 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:43.961 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:44.742 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:44.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:44.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:44.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:44.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:45.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:45 smithi161 ceph-mon[116604]: 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-07T06:30:45.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:45 smithi161 ceph-mon[116604]: from='client.95958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:45 smithi028 ceph-mon[112123]: 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-07T06:30:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:45 smithi028 ceph-mon[112123]: from='client.95958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:45 smithi138 ceph-mon[117003]: 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-07T06:30:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:45 smithi138 ceph-mon[117003]: from='client.95958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:47 smithi161 ceph-mon[116604]: pgmap v3124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:47 smithi028 ceph-mon[112123]: pgmap v3124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:47 smithi138 ceph-mon[117003]: pgmap v3124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:49.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:49 smithi161 ceph-mon[116604]: pgmap v3125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:49 smithi028 ceph-mon[112123]: pgmap v3125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:49.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:49.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:49.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:49 smithi138 ceph-mon[117003]: pgmap v3125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:50.517 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:50.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:50.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:50.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:50.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:51.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:51 smithi161 ceph-mon[116604]: pgmap v3126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:51 smithi161 ceph-mon[116604]: from='client.96036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:51 smithi028 ceph-mon[112123]: pgmap v3126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:51.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:51 smithi028 ceph-mon[112123]: from='client.96036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:51 smithi138 ceph-mon[117003]: pgmap v3126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:51 smithi138 ceph-mon[117003]: from='client.96036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:53 smithi161 ceph-mon[116604]: pgmap v3127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:53 smithi028 ceph-mon[112123]: pgmap v3127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:53 smithi138 ceph-mon[117003]: pgmap v3127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:55.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:30:55.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:30:55.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:30:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:55 smithi161 ceph-mon[116604]: pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:55 smithi028 ceph-mon[112123]: pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:55 smithi138 ceph-mon[117003]: pgmap v3128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:30:56.303 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:30:56.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:30:56.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:30:56.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:30:56.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:30:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:57 smithi161 ceph-mon[116604]: 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-07T06:30:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:57 smithi161 ceph-mon[116604]: from='client.96114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:57 smithi028 ceph-mon[112123]: 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-07T06:30:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:57 smithi028 ceph-mon[112123]: from='client.96114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:57 smithi138 ceph-mon[117003]: 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-07T06:30:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:57 smithi138 ceph-mon[117003]: from='client.96114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:30:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:30:59 smithi161 ceph-mon[116604]: pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:30:59 smithi028 ceph-mon[112123]: pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:30:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:30:59 smithi138 ceph-mon[117003]: pgmap v3130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:01.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:01.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:01.306 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:01 smithi161 ceph-mon[116604]: pgmap v3131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:01 smithi028 ceph-mon[112123]: pgmap v3131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:01 smithi138 ceph-mon[117003]: pgmap v3131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:02.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:02.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:02.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:02.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:02.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:03 smithi161 ceph-mon[116604]: pgmap v3132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:03 smithi161 ceph-mon[116604]: from='client.96192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:03 smithi028 ceph-mon[112123]: pgmap v3132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:03 smithi028 ceph-mon[112123]: from='client.96192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:03 smithi138 ceph-mon[117003]: pgmap v3132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:03 smithi138 ceph-mon[117003]: from='client.96192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:05 smithi161 ceph-mon[116604]: pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:05 smithi028 ceph-mon[112123]: pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:05 smithi138 ceph-mon[117003]: pgmap v3133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:07.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:07.089 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:07.089 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:07.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:07 smithi161 ceph-mon[116604]: pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:07 smithi028 ceph-mon[112123]: pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:07 smithi138 ceph-mon[117003]: pgmap v3134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:07.852 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:07.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:07.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:07.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:07.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:08 smithi161 ceph-mon[116604]: from='client.96267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:08 smithi028 ceph-mon[112123]: from='client.96267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:08 smithi138 ceph-mon[117003]: from='client.96267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:09.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:09 smithi161 ceph-mon[116604]: 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-07T06:31:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:09 smithi028 ceph-mon[112123]: 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-07T06:31:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:09 smithi138 ceph-mon[117003]: 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-07T06:31:11.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:11 smithi161 ceph-mon[116604]: 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-07T06:31:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:11 smithi028 ceph-mon[112123]: 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-07T06:31:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:11 smithi138 ceph-mon[117003]: 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-07T06:31:12.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:12.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:12.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:13.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:13.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:13.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:13.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:13.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:13 smithi161 ceph-mon[116604]: 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-07T06:31:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:13 smithi028 ceph-mon[112123]: 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-07T06:31:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:13 smithi138 ceph-mon[117003]: 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-07T06:31:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:14 smithi161 ceph-mon[116604]: from='client.96345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:14 smithi028 ceph-mon[112123]: from='client.96345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:14 smithi138 ceph-mon[117003]: from='client.96345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:15 smithi161 ceph-mon[116604]: 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-07T06:31:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:15 smithi028 ceph-mon[112123]: 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-07T06:31:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:15 smithi138 ceph-mon[117003]: 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-07T06:31:17.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:17 smithi161 ceph-mon[116604]: 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-07T06:31:17.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:17 smithi028 ceph-mon[112123]: 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-07T06:31:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:17 smithi138 ceph-mon[117003]: 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-07T06:31:18.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:18.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:18.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:19.404 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:19.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:19.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:19.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:19.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:19.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:19 smithi161 ceph-mon[116604]: 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-07T06:31:19.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:19 smithi028 ceph-mon[112123]: 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-07T06:31:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:19 smithi138 ceph-mon[117003]: 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-07T06:31:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:20 smithi161 ceph-mon[116604]: from='client.96417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:20 smithi028 ceph-mon[112123]: from='client.96417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:20 smithi138 ceph-mon[117003]: from='client.96417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:21 smithi161 ceph-mon[116604]: pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:31:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:21 smithi028 ceph-mon[112123]: pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:31:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:21 smithi138 ceph-mon[117003]: pgmap v3141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:31:23.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:23 smithi161 ceph-mon[116604]: pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:31:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:23 smithi028 ceph-mon[112123]: pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:31:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:23 smithi138 ceph-mon[117003]: pgmap v3142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:31:24.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:24.406 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:24.406 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:25.183 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:25.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:25.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:25.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:25.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:25 smithi161 ceph-mon[116604]: pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:31:25.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:25 smithi028 ceph-mon[112123]: pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:31:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:25 smithi138 ceph-mon[117003]: pgmap v3143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:31:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:26 smithi028 ceph-mon[112123]: from='client.96489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:26.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:26 smithi138 ceph-mon[117003]: from='client.96489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:26 smithi161 ceph-mon[116604]: from='client.96489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:27 smithi028 ceph-mon[112123]: pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:27 smithi138 ceph-mon[117003]: pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:27 smithi161 ceph-mon[116604]: pgmap v3144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:31:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:31:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:31:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:29 smithi028 ceph-mon[112123]: pgmap v3145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:31:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:31:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:31:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:31:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:29 smithi138 ceph-mon[117003]: pgmap v3145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:31:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:31:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:31:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:31:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:29 smithi161 ceph-mon[116604]: pgmap v3145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:31:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:31:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:31:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:31:30.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:30.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:30.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:30.982 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:30.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:30.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:30.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:30.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:31.455 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:31 smithi161 ceph-mon[116604]: pgmap v3146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:31.456 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:31 smithi161 ceph-mon[116604]: from='client.96564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:31 smithi028 ceph-mon[112123]: pgmap v3146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:31.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:31 smithi028 ceph-mon[112123]: from='client.96564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:31 smithi138 ceph-mon[117003]: pgmap v3146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:31 smithi138 ceph-mon[117003]: from='client.96564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:33 smithi028 ceph-mon[112123]: pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:31:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:33 smithi138 ceph-mon[117003]: pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:31:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:33 smithi161 ceph-mon[116604]: pgmap v3147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:31:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:35 smithi028 ceph-mon[112123]: pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:31:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:35 smithi138 ceph-mon[117003]: pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:31:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:35 smithi161 ceph-mon[116604]: pgmap v3148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:31:35.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:35.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:35.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:36.758 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:36.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:36.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:36.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:36.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:37.464 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:37 smithi138 ceph-mon[117003]: pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:31:37.464 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:37 smithi138 ceph-mon[117003]: from='client.96636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:37 smithi028 ceph-mon[112123]: pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:31:37.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:37 smithi028 ceph-mon[112123]: from='client.96636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:37 smithi161 ceph-mon[116604]: pgmap v3149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:31:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:37 smithi161 ceph-mon[116604]: from='client.96636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:39 smithi028 ceph-mon[112123]: pgmap v3150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:39 smithi138 ceph-mon[117003]: pgmap v3150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:39 smithi161 ceph-mon[116604]: pgmap v3150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:41.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:41.760 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:41.760 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:41 smithi138 ceph-mon[117003]: pgmap v3151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:41 smithi161 ceph-mon[116604]: pgmap v3151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:41 smithi028 ceph-mon[112123]: pgmap v3151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:42.523 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:42.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:42.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:42.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:42.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:43 smithi138 ceph-mon[117003]: pgmap v3152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:43 smithi138 ceph-mon[117003]: from='client.96711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:43.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:43 smithi161 ceph-mon[116604]: pgmap v3152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:43 smithi161 ceph-mon[116604]: from='client.96711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:43 smithi028 ceph-mon[112123]: pgmap v3152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:43 smithi028 ceph-mon[112123]: from='client.96711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:45 smithi138 ceph-mon[117003]: pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:45 smithi161 ceph-mon[116604]: pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:45 smithi028 ceph-mon[112123]: pgmap v3153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:31:47.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:47.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:47.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:47 smithi138 ceph-mon[117003]: pgmap v3154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:47 smithi161 ceph-mon[116604]: pgmap v3154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:47 smithi028 ceph-mon[112123]: pgmap v3154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:31:48.290 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:48.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:48.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:48.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:48.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:49 smithi138 ceph-mon[117003]: 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-07T06:31:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:49 smithi138 ceph-mon[117003]: from='client.96789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:49 smithi161 ceph-mon[116604]: 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-07T06:31:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:49 smithi161 ceph-mon[116604]: from='client.96789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:49 smithi028 ceph-mon[112123]: 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-07T06:31:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:49 smithi028 ceph-mon[112123]: from='client.96789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:51 smithi138 ceph-mon[117003]: 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-07T06:31:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:51 smithi161 ceph-mon[116604]: 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-07T06:31:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:51 smithi028 ceph-mon[112123]: 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-07T06:31:53.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:53.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:53.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:53 smithi138 ceph-mon[117003]: 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-07T06:31:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:53 smithi161 ceph-mon[116604]: 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-07T06:31:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:53 smithi028 ceph-mon[112123]: 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-07T06:31:54.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:54.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:54.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:54.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:54.065 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:55 smithi138 ceph-mon[117003]: 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-07T06:31:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:55 smithi138 ceph-mon[117003]: from='client.96867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:55 smithi161 ceph-mon[116604]: 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-07T06:31:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:55 smithi161 ceph-mon[116604]: from='client.96867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:55 smithi028 ceph-mon[112123]: 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-07T06:31:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:55 smithi028 ceph-mon[112123]: from='client.96867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:31:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:57 smithi138 ceph-mon[117003]: 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-07T06:31:57.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:57 smithi161 ceph-mon[116604]: 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-07T06:31:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:57 smithi028 ceph-mon[112123]: 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-07T06:31:59.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:31:59.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:31:59.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:31:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:31:59 smithi138 ceph-mon[117003]: 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-07T06:31:59.832 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:31:59.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:31:59.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:31:59.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:31:59.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:31:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:31:59 smithi161 ceph-mon[116604]: 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-07T06:31:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:31:59 smithi028 ceph-mon[112123]: 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-07T06:32:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:00 smithi138 ceph-mon[117003]: from='client.96945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:00.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:00 smithi161 ceph-mon[116604]: from='client.96945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:00.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:00 smithi028 ceph-mon[112123]: from='client.96945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:01 smithi138 ceph-mon[117003]: pgmap v3161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:01 smithi161 ceph-mon[116604]: pgmap v3161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:01 smithi028 ceph-mon[112123]: pgmap v3161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:03 smithi138 ceph-mon[117003]: pgmap v3162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:03 smithi161 ceph-mon[116604]: pgmap v3162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:03 smithi028 ceph-mon[112123]: pgmap v3162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:04.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:04.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:04.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:05.608 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:05.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:05.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:05.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:05.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:05 smithi138 ceph-mon[117003]: pgmap v3163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:05 smithi161 ceph-mon[116604]: pgmap v3163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:05 smithi028 ceph-mon[112123]: pgmap v3163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:06.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:06 smithi138 ceph-mon[117003]: from='client.97020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:06 smithi161 ceph-mon[116604]: from='client.97020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:06 smithi028 ceph-mon[112123]: from='client.97020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:07 smithi138 ceph-mon[117003]: pgmap v3164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:07 smithi161 ceph-mon[116604]: pgmap v3164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:07 smithi028 ceph-mon[112123]: pgmap v3164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:09 smithi138 ceph-mon[117003]: pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:09 smithi161 ceph-mon[116604]: pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:09 smithi028 ceph-mon[112123]: pgmap v3165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:10.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:10.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:10.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:11.377 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:11.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:11.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:11.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:11.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:11 smithi138 ceph-mon[117003]: pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:11 smithi161 ceph-mon[116604]: pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:11 smithi028 ceph-mon[112123]: pgmap v3166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:12 smithi138 ceph-mon[117003]: from='client.97098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:12 smithi161 ceph-mon[116604]: from='client.97098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:12 smithi028 ceph-mon[112123]: from='client.97098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:13 smithi138 ceph-mon[117003]: 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-07T06:32:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:13 smithi161 ceph-mon[116604]: 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-07T06:32:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:13 smithi028 ceph-mon[112123]: 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-07T06:32:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:15 smithi138 ceph-mon[117003]: 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-07T06:32:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:15 smithi161 ceph-mon[116604]: 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-07T06:32:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:15 smithi028 ceph-mon[112123]: 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-07T06:32:16.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:16.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:16.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:17.149 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:17.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:17.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:17.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:17.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:17 smithi138 ceph-mon[117003]: pgmap v3169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:17 smithi161 ceph-mon[116604]: pgmap v3169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:17 smithi028 ceph-mon[112123]: pgmap v3169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:18 smithi138 ceph-mon[117003]: from='client.97173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:18 smithi161 ceph-mon[116604]: from='client.97173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:18 smithi028 ceph-mon[112123]: from='client.97173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:19 smithi138 ceph-mon[117003]: pgmap v3170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:19 smithi161 ceph-mon[116604]: pgmap v3170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:19 smithi028 ceph-mon[112123]: pgmap v3170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:21 smithi138 ceph-mon[117003]: pgmap v3171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:21 smithi161 ceph-mon[116604]: pgmap v3171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:21 smithi028 ceph-mon[112123]: pgmap v3171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:22.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:22.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:22.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:22.923 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:22.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:22.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:22.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:22.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:23 smithi138 ceph-mon[117003]: pgmap v3172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:23 smithi138 ceph-mon[117003]: from='client.97251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:23 smithi161 ceph-mon[116604]: pgmap v3172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:23 smithi161 ceph-mon[116604]: from='client.97251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:23 smithi028 ceph-mon[112123]: pgmap v3172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:23 smithi028 ceph-mon[112123]: from='client.97251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:25 smithi161 ceph-mon[116604]: pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:25 smithi028 ceph-mon[112123]: pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:25 smithi138 ceph-mon[117003]: pgmap v3173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:27.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:27.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:27.926 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:27 smithi161 ceph-mon[116604]: pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:27 smithi028 ceph-mon[112123]: pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:27 smithi138 ceph-mon[117003]: pgmap v3174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:28.716 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:28.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:28.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:28.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:28.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:29 smithi161 ceph-mon[116604]: 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-07T06:32:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:29 smithi161 ceph-mon[116604]: from='client.97314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:32:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:29 smithi028 ceph-mon[112123]: 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-07T06:32:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:29 smithi028 ceph-mon[112123]: from='client.97314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:32:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:29 smithi138 ceph-mon[117003]: 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-07T06:32:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:29 smithi138 ceph-mon[117003]: from='client.97314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:32:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:32:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:32:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:32:30.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:32:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:32:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:32:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:32:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:32:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:32:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:31 smithi161 ceph-mon[116604]: 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-07T06:32:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:31 smithi028 ceph-mon[112123]: 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-07T06:32:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:31 smithi138 ceph-mon[117003]: 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-07T06:32:33.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:33.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:33.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:33.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:33 smithi161 ceph-mon[116604]: 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-07T06:32:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:33 smithi028 ceph-mon[112123]: 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-07T06:32:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:33 smithi138 ceph-mon[117003]: 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-07T06:32:34.499 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:34.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:34.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:34.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:34.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:35 smithi161 ceph-mon[116604]: 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-07T06:32:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:35 smithi161 ceph-mon[116604]: from='client.97389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:35 smithi028 ceph-mon[112123]: 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-07T06:32:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:35 smithi028 ceph-mon[112123]: from='client.97389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:35 smithi138 ceph-mon[117003]: 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-07T06:32:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:35 smithi138 ceph-mon[117003]: from='client.97389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:37 smithi161 ceph-mon[116604]: pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:37 smithi028 ceph-mon[112123]: pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:37 smithi138 ceph-mon[117003]: pgmap v3179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:39.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:39.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:39.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:39 smithi161 ceph-mon[116604]: pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:39 smithi028 ceph-mon[112123]: pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:39 smithi138 ceph-mon[117003]: pgmap v3180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:40.278 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:40.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:40.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:40.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:40.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:41 smithi161 ceph-mon[116604]: pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:41 smithi161 ceph-mon[116604]: from='client.97464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:41 smithi028 ceph-mon[112123]: pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:41 smithi028 ceph-mon[112123]: from='client.97464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:41 smithi138 ceph-mon[117003]: pgmap v3181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:41 smithi138 ceph-mon[117003]: from='client.97464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:43.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:43 smithi161 ceph-mon[116604]: pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:43 smithi028 ceph-mon[112123]: pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:43 smithi138 ceph-mon[117003]: pgmap v3182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:45.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:45.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:45.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:45 smithi161 ceph-mon[116604]: pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:45 smithi028 ceph-mon[112123]: pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:45 smithi138 ceph-mon[117003]: pgmap v3183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:32:46.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:46.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:46.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:46.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:46.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:47 smithi161 ceph-mon[116604]: pgmap v3184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:47 smithi161 ceph-mon[116604]: from='client.97539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:47 smithi028 ceph-mon[112123]: pgmap v3184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:47 smithi028 ceph-mon[112123]: from='client.97539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:47 smithi138 ceph-mon[117003]: pgmap v3184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:47 smithi138 ceph-mon[117003]: from='client.97539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:49 smithi161 ceph-mon[116604]: 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-07T06:32:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:49 smithi028 ceph-mon[112123]: 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-07T06:32:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:49 smithi138 ceph-mon[117003]: 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-07T06:32:51.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:51.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:51.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:51.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:51.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:51.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:51.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:51.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:51 smithi161 ceph-mon[116604]: 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-07T06:32:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:51 smithi028 ceph-mon[112123]: 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-07T06:32:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:51 smithi138 ceph-mon[117003]: 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-07T06:32:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:52 smithi161 ceph-mon[116604]: from='client.97611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:52 smithi028 ceph-mon[112123]: from='client.97611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:52 smithi138 ceph-mon[117003]: from='client.97611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:53 smithi161 ceph-mon[116604]: 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-07T06:32:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:53 smithi028 ceph-mon[112123]: 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-07T06:32:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:53 smithi138 ceph-mon[117003]: 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-07T06:32:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:55 smithi161 ceph-mon[116604]: 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-07T06:32:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:55 smithi028 ceph-mon[112123]: 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-07T06:32:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:55 smithi138 ceph-mon[117003]: 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-07T06:32:56.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:32:56.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:32:56.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:32:57.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:32:57.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:32:57.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:32:57.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:32:57.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:32:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:57 smithi161 ceph-mon[116604]: pgmap v3189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:57 smithi028 ceph-mon[112123]: pgmap v3189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:57 smithi138 ceph-mon[117003]: pgmap v3189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:32:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:58 smithi161 ceph-mon[116604]: from='client.97686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:58 smithi028 ceph-mon[112123]: from='client.97686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:58 smithi138 ceph-mon[117003]: from='client.97686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:32:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:32:59 smithi161 ceph-mon[116604]: pgmap v3190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:32:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:32:59 smithi028 ceph-mon[112123]: pgmap v3190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:32:59 smithi138 ceph-mon[117003]: pgmap v3190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:01 smithi161 ceph-mon[116604]: pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:01 smithi028 ceph-mon[112123]: pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:01 smithi138 ceph-mon[117003]: pgmap v3191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:02.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:02.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:02.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:03.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:03.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:03.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:03.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:03.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:03 smithi161 ceph-mon[116604]: pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:03 smithi028 ceph-mon[112123]: pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:03 smithi138 ceph-mon[117003]: pgmap v3192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:04 smithi161 ceph-mon[116604]: from='client.97761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:04.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:04 smithi028 ceph-mon[112123]: from='client.97761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:04 smithi138 ceph-mon[117003]: from='client.97761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:05 smithi161 ceph-mon[116604]: pgmap v3193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:05 smithi028 ceph-mon[112123]: pgmap v3193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:05 smithi138 ceph-mon[117003]: pgmap v3193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:07 smithi161 ceph-mon[116604]: pgmap v3194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:07 smithi028 ceph-mon[112123]: pgmap v3194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:07 smithi138 ceph-mon[117003]: pgmap v3194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:08.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:08.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:08.373 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:09.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:09.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:09.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:09.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:09.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:09 smithi161 ceph-mon[116604]: 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-07T06:33:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:09 smithi028 ceph-mon[112123]: 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-07T06:33:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:09 smithi138 ceph-mon[117003]: 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-07T06:33:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:10 smithi161 ceph-mon[116604]: from='client.97833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:10 smithi161 ceph-mon[116604]: pgmap v3196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:33:10.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:10 smithi028 ceph-mon[112123]: from='client.97833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:10 smithi028 ceph-mon[112123]: pgmap v3196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:33:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:10 smithi138 ceph-mon[117003]: from='client.97833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:10 smithi138 ceph-mon[117003]: pgmap v3196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:33:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:12 smithi028 ceph-mon[112123]: pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:33:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:12 smithi138 ceph-mon[117003]: pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:33:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:12 smithi161 ceph-mon[116604]: pgmap v3197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:33:14.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:14.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:14.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:14.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:14.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:14.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:14.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:14.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:14 smithi028 ceph-mon[112123]: pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:33:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:14 smithi028 ceph-mon[112123]: from='client.97905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:14 smithi138 ceph-mon[117003]: pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:33:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:14 smithi138 ceph-mon[117003]: from='client.97905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:15.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:14 smithi161 ceph-mon[116604]: pgmap v3198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:33:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:14 smithi161 ceph-mon[116604]: from='client.97905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:17.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:17 smithi161 ceph-mon[116604]: pgmap v3199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:17.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:17 smithi028 ceph-mon[112123]: pgmap v3199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:17 smithi138 ceph-mon[117003]: pgmap v3199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:19.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:19 smithi161 ceph-mon[116604]: pgmap v3200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:19 smithi028 ceph-mon[112123]: pgmap v3200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:19 smithi138 ceph-mon[117003]: pgmap v3200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:19.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:19.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:19.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:20.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:20.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:20.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:20.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:20.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:21 smithi161 ceph-mon[116604]: pgmap v3201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:21 smithi161 ceph-mon[116604]: from='client.97983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:21 smithi028 ceph-mon[112123]: pgmap v3201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:21 smithi028 ceph-mon[112123]: from='client.97983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:21 smithi138 ceph-mon[117003]: pgmap v3201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:21 smithi138 ceph-mon[117003]: from='client.97983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:23.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:23 smithi161 ceph-mon[116604]: pgmap v3202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:33:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:23 smithi028 ceph-mon[112123]: pgmap v3202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:33:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:23 smithi138 ceph-mon[117003]: pgmap v3202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:33:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:25 smithi161 ceph-mon[116604]: pgmap v3203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:33:25.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:25.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:25.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:25.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:25 smithi028 ceph-mon[112123]: pgmap v3203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:33:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:25 smithi138 ceph-mon[117003]: pgmap v3203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:33:26.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:26.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:26.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:26.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:26.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:27 smithi161 ceph-mon[116604]: pgmap v3204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:33:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:27 smithi161 ceph-mon[116604]: from='client.98058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:27 smithi028 ceph-mon[112123]: pgmap v3204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:33:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:27 smithi028 ceph-mon[112123]: from='client.98058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:27 smithi138 ceph-mon[117003]: pgmap v3204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:33:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:27 smithi138 ceph-mon[117003]: from='client.98058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:29 smithi161 ceph-mon[116604]: 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-07T06:33:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:29 smithi028 ceph-mon[112123]: 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-07T06:33:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:29 smithi138 ceph-mon[117003]: 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-07T06:33:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:33:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:33:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:33:31.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:31.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:31.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:31 smithi161 ceph-mon[116604]: pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:33:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:33:31.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:33:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:31 smithi028 ceph-mon[112123]: pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:31.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:33:31.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:33:31.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:33:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:31 smithi138 ceph-mon[117003]: pgmap v3206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:33:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:33:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:33:32.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:32.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:32.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:32.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:32.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:33 smithi161 ceph-mon[116604]: pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:33 smithi161 ceph-mon[116604]: from='client.98136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:33 smithi028 ceph-mon[112123]: pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:33 smithi028 ceph-mon[112123]: from='client.98136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:33 smithi138 ceph-mon[117003]: pgmap v3207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:33 smithi138 ceph-mon[117003]: from='client.98136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:35 smithi161 ceph-mon[116604]: pgmap v3208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:35 smithi028 ceph-mon[112123]: pgmap v3208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:35 smithi138 ceph-mon[117003]: pgmap v3208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:37.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:37.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:37.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:37 smithi161 ceph-mon[116604]: pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:37 smithi028 ceph-mon[112123]: pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:37 smithi138 ceph-mon[117003]: pgmap v3209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:38.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:38.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:38.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:38.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:38.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:38 smithi161 ceph-mon[116604]: from='client.98211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:38 smithi028 ceph-mon[112123]: from='client.98211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:38 smithi138 ceph-mon[117003]: from='client.98211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:39.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:39 smithi161 ceph-mon[116604]: pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:39 smithi028 ceph-mon[112123]: pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:39 smithi138 ceph-mon[117003]: pgmap v3210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:41 smithi161 ceph-mon[116604]: pgmap v3211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:41 smithi028 ceph-mon[112123]: pgmap v3211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:41 smithi138 ceph-mon[117003]: pgmap v3211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:43.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:43.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:43.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:43.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:43 smithi161 ceph-mon[116604]: pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:43 smithi028 ceph-mon[112123]: pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:43.782 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:43.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:43.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:43.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:43.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:43 smithi138 ceph-mon[117003]: pgmap v3212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:44 smithi161 ceph-mon[116604]: from='client.98286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:44 smithi028 ceph-mon[112123]: from='client.98286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:44 smithi138 ceph-mon[117003]: from='client.98286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:45.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:45 smithi161 ceph-mon[116604]: pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:45 smithi028 ceph-mon[112123]: pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:45 smithi138 ceph-mon[117003]: pgmap v3213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:47.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:47 smithi161 ceph-mon[116604]: pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:47 smithi028 ceph-mon[112123]: pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:47 smithi138 ceph-mon[117003]: pgmap v3214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:33:48.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:48.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:48.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:49.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:49.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:49.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:49.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:49.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:49.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:49 smithi161 ceph-mon[116604]: 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-07T06:33:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:49 smithi028 ceph-mon[112123]: 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-07T06:33:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:49 smithi138 ceph-mon[117003]: 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-07T06:33:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:50 smithi028 ceph-mon[112123]: from='client.98364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:50 smithi138 ceph-mon[117003]: from='client.98364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:50.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:50 smithi161 ceph-mon[116604]: from='client.98364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:51 smithi161 ceph-mon[116604]: pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:51 smithi028 ceph-mon[112123]: pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:51 smithi138 ceph-mon[117003]: pgmap v3216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:53 smithi028 ceph-mon[112123]: pgmap v3217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:53 smithi138 ceph-mon[117003]: pgmap v3217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:53 smithi161 ceph-mon[116604]: pgmap v3217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:54.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:33:54.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:33:54.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:33:55.329 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:33:55.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:33:55.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:33:55.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:33:55.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:33:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:55 smithi028 ceph-mon[112123]: pgmap v3218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:55 smithi138 ceph-mon[117003]: pgmap v3218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:55 smithi161 ceph-mon[116604]: pgmap v3218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:56 smithi028 ceph-mon[112123]: from='client.98436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:56.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:56 smithi138 ceph-mon[117003]: from='client.98436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:56 smithi161 ceph-mon[116604]: from='client.98436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:33:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:57 smithi028 ceph-mon[112123]: pgmap v3219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:57 smithi138 ceph-mon[117003]: pgmap v3219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:57.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:57 smithi161 ceph-mon[116604]: pgmap v3219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:33:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:33:59 smithi028 ceph-mon[112123]: pgmap v3220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:33:59 smithi138 ceph-mon[117003]: pgmap v3220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:33:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:33:59 smithi161 ceph-mon[116604]: pgmap v3220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:34:00.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:00.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:00.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:01.105 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:01.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:01.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:01.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:01.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:01 smithi028 ceph-mon[112123]: pgmap v3221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:01 smithi138 ceph-mon[117003]: pgmap v3221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:01 smithi161 ceph-mon[116604]: pgmap v3221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:02 smithi028 ceph-mon[112123]: from='client.98505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:02 smithi138 ceph-mon[117003]: from='client.98505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:02.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:02 smithi161 ceph-mon[116604]: from='client.98505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:03.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:03 smithi028 ceph-mon[112123]: 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-07T06:34:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:03 smithi138 ceph-mon[117003]: 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-07T06:34:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:03 smithi161 ceph-mon[116604]: 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-07T06:34:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:05 smithi028 ceph-mon[112123]: 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-07T06:34:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:05 smithi138 ceph-mon[117003]: 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-07T06:34:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:05 smithi161 ceph-mon[116604]: 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-07T06:34:06.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:06.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:06.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:06.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:06.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:06.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:06.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:06.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:07 smithi138 ceph-mon[117003]: 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-07T06:34:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:07 smithi138 ceph-mon[117003]: from='client.98580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:07 smithi161 ceph-mon[116604]: 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-07T06:34:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:07 smithi161 ceph-mon[116604]: from='client.98580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:07 smithi028 ceph-mon[112123]: 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-07T06:34:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:07 smithi028 ceph-mon[112123]: from='client.98580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:09 smithi138 ceph-mon[117003]: 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-07T06:34:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:09 smithi161 ceph-mon[116604]: 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-07T06:34:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:09 smithi028 ceph-mon[112123]: 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-07T06:34:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:11 smithi138 ceph-mon[117003]: pgmap v3226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:11.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:11.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:11.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:11 smithi161 ceph-mon[116604]: pgmap v3226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:11 smithi028 ceph-mon[112123]: pgmap v3226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:12.658 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:12.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:12.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:12.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:12.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:13 smithi138 ceph-mon[117003]: pgmap v3227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:13 smithi138 ceph-mon[117003]: from='client.98652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:13 smithi161 ceph-mon[116604]: pgmap v3227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:13 smithi161 ceph-mon[116604]: from='client.98652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:13 smithi028 ceph-mon[112123]: pgmap v3227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:13 smithi028 ceph-mon[112123]: from='client.98652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:15 smithi138 ceph-mon[117003]: pgmap v3228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:15.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:15 smithi161 ceph-mon[116604]: pgmap v3228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:15 smithi028 ceph-mon[112123]: pgmap v3228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:17.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:17.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:17.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:17 smithi138 ceph-mon[117003]: pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:17 smithi161 ceph-mon[116604]: pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:17 smithi028 ceph-mon[112123]: pgmap v3229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:18.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:18.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:18.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:18.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:18.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:19 smithi138 ceph-mon[117003]: pgmap v3230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:19 smithi138 ceph-mon[117003]: from='client.98730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:19 smithi161 ceph-mon[116604]: pgmap v3230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:19.979 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:19 smithi161 ceph-mon[116604]: from='client.98730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:19.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:19 smithi028 ceph-mon[112123]: pgmap v3230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:19.980 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:19 smithi028 ceph-mon[112123]: from='client.98730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:21 smithi138 ceph-mon[117003]: pgmap v3231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:21 smithi161 ceph-mon[116604]: pgmap v3231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:21 smithi028 ceph-mon[112123]: pgmap v3231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:23.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:23.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:23 smithi138 ceph-mon[117003]: pgmap v3232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:23 smithi161 ceph-mon[116604]: pgmap v3232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:23 smithi028 ceph-mon[112123]: pgmap v3232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:24.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:24.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:24.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:24.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:24.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:25 smithi138 ceph-mon[117003]: pgmap v3233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:25 smithi138 ceph-mon[117003]: from='client.98799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:25 smithi161 ceph-mon[116604]: pgmap v3233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:25 smithi161 ceph-mon[116604]: from='client.98799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:25 smithi028 ceph-mon[112123]: pgmap v3233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:25 smithi028 ceph-mon[112123]: from='client.98799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:27 smithi138 ceph-mon[117003]: pgmap v3234: 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-07T06:34:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:27 smithi161 ceph-mon[116604]: pgmap v3234: 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-07T06:34:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:27 smithi028 ceph-mon[112123]: pgmap v3234: 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-07T06:34:29.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:29.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:29.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:29 smithi138 ceph-mon[117003]: pgmap v3235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:34:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:29 smithi161 ceph-mon[116604]: pgmap v3235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:34:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:29 smithi028 ceph-mon[112123]: pgmap v3235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:34:29.990 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:29.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:29.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:29.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:29.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:30 smithi138 ceph-mon[117003]: from='client.98874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:30.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:30 smithi161 ceph-mon[116604]: from='client.98874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:30 smithi028 ceph-mon[112123]: from='client.98874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:31 smithi138 ceph-mon[117003]: pgmap v3236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:34:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:34:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:34:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:34:31.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:31 smithi161 ceph-mon[116604]: pgmap v3236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:34:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:34:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:34:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:34:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:31 smithi028 ceph-mon[112123]: pgmap v3236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:34:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:34:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:34:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:34:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:33 smithi138 ceph-mon[117003]: pgmap v3237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:34:33.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:33 smithi161 ceph-mon[116604]: pgmap v3237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:34:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:33 smithi028 ceph-mon[112123]: pgmap v3237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:34:34.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:34.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:34.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:35.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:35.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:35.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:35.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:35.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:35 smithi138 ceph-mon[117003]: pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:34:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:35 smithi161 ceph-mon[116604]: pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:34:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:35 smithi028 ceph-mon[112123]: pgmap v3238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:34:36.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:36 smithi138 ceph-mon[117003]: from='client.98952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:36 smithi161 ceph-mon[116604]: from='client.98952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:36 smithi028 ceph-mon[112123]: from='client.98952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:37 smithi138 ceph-mon[117003]: pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:37 smithi161 ceph-mon[116604]: pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:37 smithi028 ceph-mon[112123]: pgmap v3239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:39 smithi138 ceph-mon[117003]: pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:34:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:39 smithi161 ceph-mon[116604]: pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:34:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:39 smithi028 ceph-mon[112123]: pgmap v3240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:34:40.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:40.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:40.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:41.532 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:41.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:41.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:41.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:41.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:41 smithi138 ceph-mon[117003]: pgmap v3241: 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-07T06:34:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:41 smithi161 ceph-mon[116604]: pgmap v3241: 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-07T06:34:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:41 smithi028 ceph-mon[112123]: pgmap v3241: 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-07T06:34:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:42 smithi138 ceph-mon[117003]: from='client.99024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:42 smithi161 ceph-mon[116604]: from='client.99024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:42 smithi028 ceph-mon[112123]: from='client.99024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:43 smithi138 ceph-mon[117003]: 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-07T06:34:43.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:43 smithi161 ceph-mon[116604]: 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-07T06:34:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:43 smithi028 ceph-mon[112123]: 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-07T06:34:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:45 smithi138 ceph-mon[117003]: 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-07T06:34:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:45 smithi161 ceph-mon[116604]: 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-07T06:34:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:45 smithi028 ceph-mon[112123]: 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-07T06:34:46.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:46.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:46.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:47.295 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:47.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:47.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:47.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:47.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:47 smithi138 ceph-mon[117003]: 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-07T06:34:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:47 smithi161 ceph-mon[116604]: 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-07T06:34:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:47 smithi028 ceph-mon[112123]: 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-07T06:34:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:48 smithi161 ceph-mon[116604]: from='client.99102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:48 smithi028 ceph-mon[112123]: from='client.99102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:48 smithi138 ceph-mon[117003]: from='client.99102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:49 smithi161 ceph-mon[116604]: 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-07T06:34:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:49 smithi028 ceph-mon[112123]: 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-07T06:34:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:49 smithi138 ceph-mon[117003]: 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-07T06:34:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:51 smithi161 ceph-mon[116604]: pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:51 smithi028 ceph-mon[112123]: pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:51 smithi138 ceph-mon[117003]: pgmap v3246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:52.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:52.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:52.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:53.071 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:53.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:53.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:53.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:53.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:53 smithi161 ceph-mon[116604]: pgmap v3247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:53 smithi028 ceph-mon[112123]: pgmap v3247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:53 smithi138 ceph-mon[117003]: pgmap v3247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:54 smithi161 ceph-mon[116604]: from='client.99177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:54 smithi028 ceph-mon[112123]: from='client.99177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:54 smithi138 ceph-mon[117003]: from='client.99177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:55 smithi161 ceph-mon[116604]: pgmap v3248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:55 smithi028 ceph-mon[112123]: pgmap v3248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:55 smithi138 ceph-mon[117003]: pgmap v3248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:57.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:57 smithi161 ceph-mon[116604]: pgmap v3249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:57 smithi028 ceph-mon[112123]: pgmap v3249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:57 smithi138 ceph-mon[117003]: pgmap v3249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:34:58.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:34:58.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:34:58.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:34:58.842 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:34:58.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:34:58.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:34:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:34:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:34:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:59 smithi161 ceph-mon[116604]: pgmap v3250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:34:59 smithi161 ceph-mon[116604]: from='client.99252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:34:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:59 smithi028 ceph-mon[112123]: pgmap v3250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:34:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:34:59 smithi028 ceph-mon[112123]: from='client.99252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:59 smithi138 ceph-mon[117003]: pgmap v3250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:34:59 smithi138 ceph-mon[117003]: from='client.99252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:01 smithi161 ceph-mon[116604]: pgmap v3251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:35:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:01 smithi028 ceph-mon[112123]: pgmap v3251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:35:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:01 smithi138 ceph-mon[117003]: pgmap v3251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:35:03.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:03.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:03.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:03 smithi161 ceph-mon[116604]: pgmap v3252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:03 smithi028 ceph-mon[112123]: pgmap v3252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:03 smithi138 ceph-mon[117003]: pgmap v3252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:04.621 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:04.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:04.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:04.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:04.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:05 smithi161 ceph-mon[116604]: pgmap v3253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:05 smithi161 ceph-mon[116604]: from='client.99330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:05 smithi028 ceph-mon[112123]: pgmap v3253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:05 smithi028 ceph-mon[112123]: from='client.99330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:05 smithi138 ceph-mon[117003]: pgmap v3253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:05 smithi138 ceph-mon[117003]: from='client.99330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:07 smithi161 ceph-mon[116604]: pgmap v3254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:07 smithi028 ceph-mon[112123]: pgmap v3254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:07 smithi138 ceph-mon[117003]: pgmap v3254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:09.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:09.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:09.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:09 smithi161 ceph-mon[116604]: pgmap v3255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:09 smithi028 ceph-mon[112123]: pgmap v3255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:09 smithi138 ceph-mon[117003]: pgmap v3255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:10.405 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:10.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:10.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:10.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:10.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:11 smithi161 ceph-mon[116604]: pgmap v3256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:11 smithi161 ceph-mon[116604]: from='client.99405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:11 smithi028 ceph-mon[112123]: pgmap v3256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:11 smithi028 ceph-mon[112123]: from='client.99405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:11 smithi138 ceph-mon[117003]: pgmap v3256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:11 smithi138 ceph-mon[117003]: from='client.99405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:13 smithi161 ceph-mon[116604]: pgmap v3257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:13 smithi028 ceph-mon[112123]: pgmap v3257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:13 smithi138 ceph-mon[117003]: pgmap v3257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:15.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:15.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:15.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:15 smithi161 ceph-mon[116604]: pgmap v3258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:15 smithi028 ceph-mon[112123]: pgmap v3258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:15 smithi138 ceph-mon[117003]: pgmap v3258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:16.178 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:16.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:16.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:16.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:16.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:17 smithi161 ceph-mon[116604]: pgmap v3259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:17 smithi161 ceph-mon[116604]: from='client.99483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:17 smithi028 ceph-mon[112123]: pgmap v3259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:17 smithi028 ceph-mon[112123]: from='client.99483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:17 smithi138 ceph-mon[117003]: pgmap v3259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:17 smithi138 ceph-mon[117003]: from='client.99483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:19 smithi161 ceph-mon[116604]: 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-07T06:35:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:19 smithi028 ceph-mon[112123]: 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-07T06:35:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:19 smithi138 ceph-mon[117003]: 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-07T06:35:21.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:21.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:21.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:21 smithi161 ceph-mon[116604]: 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-07T06:35:21.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:21.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:21.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:21.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:21.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:21 smithi028 ceph-mon[112123]: 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-07T06:35:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:21 smithi138 ceph-mon[117003]: 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-07T06:35:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:22 smithi161 ceph-mon[116604]: from='client.99558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:22 smithi028 ceph-mon[112123]: from='client.99558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:22 smithi138 ceph-mon[117003]: from='client.99558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:23 smithi161 ceph-mon[116604]: 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-07T06:35:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:23 smithi028 ceph-mon[112123]: 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-07T06:35:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:23 smithi138 ceph-mon[117003]: 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-07T06:35:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:25 smithi161 ceph-mon[116604]: 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-07T06:35:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:25 smithi028 ceph-mon[112123]: 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-07T06:35:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:25 smithi138 ceph-mon[117003]: 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-07T06:35:26.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:26.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:26.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:27.738 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:27.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:27.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:27.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:27.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:27 smithi161 ceph-mon[116604]: 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-07T06:35:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:27 smithi028 ceph-mon[112123]: 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-07T06:35:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:27 smithi138 ceph-mon[117003]: 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-07T06:35:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:28 smithi161 ceph-mon[116604]: from='client.99636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:28 smithi028 ceph-mon[112123]: from='client.99636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:28 smithi138 ceph-mon[117003]: from='client.99636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:29 smithi161 ceph-mon[116604]: 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-07T06:35:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:29 smithi028 ceph-mon[112123]: 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-07T06:35:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:29 smithi138 ceph-mon[117003]: 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-07T06:35:31.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:31 smithi161 ceph-mon[116604]: pgmap v3266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:35:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:35:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:31 smithi028 ceph-mon[112123]: pgmap v3266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:35:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:35:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:31 smithi138 ceph-mon[117003]: pgmap v3266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:35:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:35:32.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:32.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:32.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:35:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:35:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:35:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:35:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:35:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:35:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:35:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:35:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:35:33.509 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:33.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:33.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:33.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:33.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:33.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:33 smithi161 ceph-mon[116604]: pgmap v3267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:33 smithi028 ceph-mon[112123]: pgmap v3267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:33 smithi138 ceph-mon[117003]: pgmap v3267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:34 smithi161 ceph-mon[116604]: from='client.99711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:34 smithi028 ceph-mon[112123]: from='client.99711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:34 smithi138 ceph-mon[117003]: from='client.99711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:35 smithi161 ceph-mon[116604]: pgmap v3268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:35 smithi028 ceph-mon[112123]: pgmap v3268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:35 smithi138 ceph-mon[117003]: pgmap v3268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:37 smithi161 ceph-mon[116604]: pgmap v3269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:35:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:37 smithi028 ceph-mon[112123]: pgmap v3269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:35:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:37 smithi138 ceph-mon[117003]: pgmap v3269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:35:38.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:38.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:38.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:39.291 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:39.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:39.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:39.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:39.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:39 smithi161 ceph-mon[116604]: pgmap v3270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:39 smithi028 ceph-mon[112123]: pgmap v3270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:39 smithi138 ceph-mon[117003]: pgmap v3270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:40.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:40 smithi161 ceph-mon[116604]: from='client.99786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:40.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:40 smithi028 ceph-mon[112123]: from='client.99786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:40 smithi138 ceph-mon[117003]: from='client.99786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:41 smithi161 ceph-mon[116604]: pgmap v3271: 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-07T06:35:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:41 smithi028 ceph-mon[112123]: pgmap v3271: 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-07T06:35:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:41 smithi138 ceph-mon[117003]: pgmap v3271: 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-07T06:35:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:43 smithi161 ceph-mon[116604]: pgmap v3272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:43 smithi028 ceph-mon[112123]: pgmap v3272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:43 smithi138 ceph-mon[117003]: pgmap v3272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:44.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:44.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:44.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:45.058 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:45.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:45.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:45.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:45.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:45 smithi161 ceph-mon[116604]: pgmap v3273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:45 smithi028 ceph-mon[112123]: pgmap v3273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:45 smithi138 ceph-mon[117003]: pgmap v3273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:46 smithi161 ceph-mon[116604]: from='client.99864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:46 smithi028 ceph-mon[112123]: from='client.99864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:46 smithi138 ceph-mon[117003]: from='client.99864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:47 smithi161 ceph-mon[116604]: pgmap v3274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:47 smithi028 ceph-mon[112123]: pgmap v3274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:47 smithi138 ceph-mon[117003]: pgmap v3274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:49 smithi161 ceph-mon[116604]: pgmap v3275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:49 smithi028 ceph-mon[112123]: pgmap v3275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:49 smithi138 ceph-mon[117003]: pgmap v3275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:35:50.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:50.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:50.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:50.840 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:50.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:50.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:50.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:50.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:51 smithi161 ceph-mon[116604]: pgmap v3276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:51 smithi161 ceph-mon[116604]: from='client.99939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:51 smithi028 ceph-mon[112123]: pgmap v3276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:51 smithi028 ceph-mon[112123]: from='client.99939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:51 smithi138 ceph-mon[117003]: pgmap v3276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:35:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:51 smithi138 ceph-mon[117003]: from='client.99939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:53 smithi161 ceph-mon[116604]: pgmap v3277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:53 smithi028 ceph-mon[112123]: pgmap v3277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:53 smithi138 ceph-mon[117003]: pgmap v3277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:55 smithi161 ceph-mon[116604]: pgmap v3278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:55 smithi028 ceph-mon[112123]: pgmap v3278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:55 smithi138 ceph-mon[117003]: pgmap v3278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:35:55.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:35:55.842 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:35:55.842 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:35:56.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:35:56.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:35:56.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:35:56.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:35:56.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:35:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:57 smithi161 ceph-mon[116604]: pgmap v3279: 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-07T06:35:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:57 smithi161 ceph-mon[116604]: from='client.100014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:57 smithi028 ceph-mon[112123]: pgmap v3279: 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-07T06:35:57.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:57 smithi028 ceph-mon[112123]: from='client.100014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:57 smithi138 ceph-mon[117003]: pgmap v3279: 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-07T06:35:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:57 smithi138 ceph-mon[117003]: from='client.100014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:35:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:35:59 smithi161 ceph-mon[116604]: 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-07T06:35:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:35:59 smithi028 ceph-mon[112123]: 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-07T06:35:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:35:59 smithi138 ceph-mon[117003]: 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-07T06:36:01.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:01.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:01.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:01.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:01 smithi161 ceph-mon[116604]: 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-07T06:36:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:01 smithi028 ceph-mon[112123]: 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-07T06:36:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:01 smithi138 ceph-mon[117003]: 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-07T06:36:02.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:02.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:02.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:02.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:02.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:03 smithi161 ceph-mon[116604]: 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-07T06:36:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:03 smithi161 ceph-mon[116604]: from='client.100092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:03 smithi028 ceph-mon[112123]: 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-07T06:36:03.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:03 smithi028 ceph-mon[112123]: from='client.100092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:03 smithi138 ceph-mon[117003]: 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-07T06:36:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:03 smithi138 ceph-mon[117003]: from='client.100092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:05 smithi161 ceph-mon[116604]: 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-07T06:36:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:05 smithi028 ceph-mon[112123]: 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-07T06:36:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:05 smithi138 ceph-mon[117003]: 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-07T06:36:07.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:07.378 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:07.378 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:07 smithi161 ceph-mon[116604]: 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-07T06:36:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:07 smithi028 ceph-mon[112123]: 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-07T06:36:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:07 smithi138 ceph-mon[117003]: 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-07T06:36:08.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:08.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:08.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:08.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:08.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:09.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:09 smithi028 ceph-mon[112123]: 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-07T06:36:09.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:09 smithi028 ceph-mon[112123]: from='client.100167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:09 smithi138 ceph-mon[117003]: 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-07T06:36:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:09 smithi138 ceph-mon[117003]: from='client.100167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:09 smithi161 ceph-mon[116604]: 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-07T06:36:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:09 smithi161 ceph-mon[116604]: from='client.100167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:11.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:11 smithi028 ceph-mon[112123]: pgmap v3286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:36:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:11 smithi138 ceph-mon[117003]: pgmap v3286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:36:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:11 smithi161 ceph-mon[116604]: pgmap v3286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:36:13.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:13.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:13.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:13 smithi028 ceph-mon[112123]: pgmap v3287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:13 smithi138 ceph-mon[117003]: pgmap v3287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:13.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:13.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:13.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:13.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:13.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:13 smithi161 ceph-mon[116604]: pgmap v3287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:14 smithi028 ceph-mon[112123]: from='client.100245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:14 smithi138 ceph-mon[117003]: from='client.100245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:14 smithi161 ceph-mon[116604]: from='client.100245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:15 smithi028 ceph-mon[112123]: pgmap v3288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:15 smithi138 ceph-mon[117003]: pgmap v3288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:15 smithi161 ceph-mon[116604]: pgmap v3288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:17 smithi028 ceph-mon[112123]: pgmap v3289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:36:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:17 smithi138 ceph-mon[117003]: pgmap v3289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:36:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:17 smithi161 ceph-mon[116604]: pgmap v3289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:36:18.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:18.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:18.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:19.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:19.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:19.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:19.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:19.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:19 smithi028 ceph-mon[112123]: pgmap v3290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:19 smithi138 ceph-mon[117003]: pgmap v3290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:19 smithi161 ceph-mon[116604]: pgmap v3290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:20 smithi028 ceph-mon[112123]: from='client.100320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:20 smithi138 ceph-mon[117003]: from='client.100320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:20 smithi161 ceph-mon[116604]: from='client.100320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:21 smithi028 ceph-mon[112123]: 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-07T06:36:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:21 smithi138 ceph-mon[117003]: 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-07T06:36:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:21 smithi161 ceph-mon[116604]: 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-07T06:36:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:23 smithi138 ceph-mon[117003]: pgmap v3292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:36:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:23 smithi161 ceph-mon[116604]: pgmap v3292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:36:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:23 smithi028 ceph-mon[112123]: pgmap v3292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:36:24.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:24.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:24.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:25.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:25.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:25.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:25.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:25.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:25 smithi138 ceph-mon[117003]: pgmap v3293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:36:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:25 smithi161 ceph-mon[116604]: pgmap v3293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:36:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:25 smithi028 ceph-mon[112123]: pgmap v3293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:36:26.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:26 smithi138 ceph-mon[117003]: from='client.100395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:26.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:26 smithi161 ceph-mon[116604]: from='client.100395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:26 smithi028 ceph-mon[112123]: from='client.100395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:27 smithi138 ceph-mon[117003]: pgmap v3294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:27 smithi161 ceph-mon[116604]: pgmap v3294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:27 smithi028 ceph-mon[112123]: pgmap v3294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:29 smithi138 ceph-mon[117003]: pgmap v3295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:36:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:29 smithi161 ceph-mon[116604]: pgmap v3295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:36:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:29 smithi028 ceph-mon[112123]: pgmap v3295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:36:30.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:30.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:30.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:31.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:31.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:31.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:31.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:31.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:31 smithi138 ceph-mon[117003]: pgmap v3296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:31 smithi161 ceph-mon[116604]: pgmap v3296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:31 smithi028 ceph-mon[112123]: pgmap v3296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:32 smithi138 ceph-mon[117003]: from='client.100473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:36:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:32 smithi161 ceph-mon[116604]: from='client.100473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:36:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:32 smithi028 ceph-mon[112123]: from='client.100473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:36:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:33 smithi138 ceph-mon[117003]: 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-07T06:36:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:36:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:36:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:33 smithi161 ceph-mon[116604]: 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-07T06:36:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:36:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:36:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:33 smithi028 ceph-mon[112123]: 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-07T06:36:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:36:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:36:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:36:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:35 smithi138 ceph-mon[117003]: 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-07T06:36:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:35 smithi161 ceph-mon[116604]: 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-07T06:36:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:35 smithi028 ceph-mon[112123]: 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-07T06:36:36.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:36.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:36.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:37.021 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:37.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:37.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:37.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:37.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:37 smithi138 ceph-mon[117003]: 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-07T06:36:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:37 smithi138 ceph-mon[117003]: from='client.100551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:37 smithi161 ceph-mon[116604]: 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-07T06:36:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:37 smithi161 ceph-mon[116604]: from='client.100551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:37 smithi028 ceph-mon[112123]: 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-07T06:36:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:37 smithi028 ceph-mon[112123]: from='client.100551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:39 smithi138 ceph-mon[117003]: 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-07T06:36:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:39 smithi161 ceph-mon[116604]: 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-07T06:36:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:39 smithi028 ceph-mon[112123]: 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-07T06:36:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:41 smithi138 ceph-mon[117003]: 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-07T06:36:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:41 smithi161 ceph-mon[116604]: 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-07T06:36:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:41 smithi028 ceph-mon[112123]: 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-07T06:36:42.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:42.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:42.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:42.783 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:42.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:42.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:42.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:42.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:43 smithi138 ceph-mon[117003]: 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-07T06:36:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:43 smithi138 ceph-mon[117003]: from='client.100626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:43 smithi161 ceph-mon[116604]: 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-07T06:36:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:43 smithi161 ceph-mon[116604]: from='client.100626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:43 smithi028 ceph-mon[112123]: 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-07T06:36:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:43 smithi028 ceph-mon[112123]: from='client.100626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:45 smithi138 ceph-mon[117003]: 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-07T06:36:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:45 smithi161 ceph-mon[116604]: 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-07T06:36:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:45 smithi028 ceph-mon[112123]: 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-07T06:36:47.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:47.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:47.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:47 smithi138 ceph-mon[117003]: 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-07T06:36:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:47 smithi161 ceph-mon[116604]: 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-07T06:36:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:47 smithi028 ceph-mon[112123]: 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-07T06:36:48.562 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:48.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:48.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:48.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:48.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:49 smithi138 ceph-mon[117003]: 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-07T06:36:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:49 smithi138 ceph-mon[117003]: from='client.100704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:49 smithi161 ceph-mon[116604]: 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-07T06:36:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:49 smithi161 ceph-mon[116604]: from='client.100704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:49 smithi028 ceph-mon[112123]: 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-07T06:36:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:49 smithi028 ceph-mon[112123]: from='client.100704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:51 smithi138 ceph-mon[117003]: pgmap v3306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:36:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:51 smithi161 ceph-mon[116604]: pgmap v3306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:36:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:51 smithi028 ceph-mon[112123]: pgmap v3306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:36:53.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:53.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:53.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:53 smithi138 ceph-mon[117003]: pgmap v3307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:53 smithi161 ceph-mon[116604]: pgmap v3307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:53 smithi028 ceph-mon[112123]: pgmap v3307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:54.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:36:54.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:36:54.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:36:54.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:36:54.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:36:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:55 smithi138 ceph-mon[117003]: pgmap v3308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:55 smithi138 ceph-mon[117003]: from='client.100782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:55 smithi161 ceph-mon[116604]: pgmap v3308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:55 smithi161 ceph-mon[116604]: from='client.100782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:55 smithi028 ceph-mon[112123]: pgmap v3308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:36:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:55 smithi028 ceph-mon[112123]: from='client.100782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:36:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:57 smithi138 ceph-mon[117003]: pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:36:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:57 smithi161 ceph-mon[116604]: pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:36:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:57 smithi028 ceph-mon[112123]: pgmap v3309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:36:59.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:36:59.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:36:59.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:36:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:36:59 smithi138 ceph-mon[117003]: pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:36:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:36:59 smithi161 ceph-mon[116604]: pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:36:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:36:59 smithi028 ceph-mon[112123]: pgmap v3310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:37:00.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:00.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:00.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:00.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:00.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:01 smithi138 ceph-mon[117003]: 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-07T06:37:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:01 smithi138 ceph-mon[117003]: from='client.100860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:01 smithi161 ceph-mon[116604]: 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-07T06:37:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:01 smithi161 ceph-mon[116604]: from='client.100860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:01 smithi028 ceph-mon[112123]: 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-07T06:37:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:01 smithi028 ceph-mon[112123]: from='client.100860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:03 smithi138 ceph-mon[117003]: pgmap v3312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:03 smithi161 ceph-mon[116604]: pgmap v3312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:03 smithi028 ceph-mon[112123]: pgmap v3312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:05.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:05.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:05.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:05 smithi138 ceph-mon[117003]: pgmap v3313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:05.909 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:05.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:05.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:05.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:05.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:05 smithi161 ceph-mon[116604]: pgmap v3313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:05 smithi028 ceph-mon[112123]: pgmap v3313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:06.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:06 smithi138 ceph-mon[117003]: from='client.100938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:06.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:06 smithi161 ceph-mon[116604]: from='client.100938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:06 smithi028 ceph-mon[112123]: from='client.100938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:07 smithi138 ceph-mon[117003]: pgmap v3314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:07 smithi161 ceph-mon[116604]: pgmap v3314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:07 smithi028 ceph-mon[112123]: pgmap v3314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:09 smithi138 ceph-mon[117003]: pgmap v3315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:37:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:09 smithi161 ceph-mon[116604]: pgmap v3315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:37:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:09 smithi028 ceph-mon[112123]: pgmap v3315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:37:10.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:10.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:10.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:11.708 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:11.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:11.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:11.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:11.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:11 smithi161 ceph-mon[116604]: pgmap v3316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:37:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:11 smithi028 ceph-mon[112123]: pgmap v3316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:37:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:11 smithi138 ceph-mon[117003]: pgmap v3316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:37:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:12 smithi161 ceph-mon[116604]: from='client.101013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:12 smithi028 ceph-mon[112123]: from='client.101013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:12 smithi138 ceph-mon[117003]: from='client.101013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:13 smithi161 ceph-mon[116604]: 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-07T06:37:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:13 smithi028 ceph-mon[112123]: 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-07T06:37:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:13 smithi138 ceph-mon[117003]: 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-07T06:37:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:15 smithi161 ceph-mon[116604]: 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-07T06:37:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:15 smithi028 ceph-mon[112123]: 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-07T06:37:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:15 smithi138 ceph-mon[117003]: 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-07T06:37:16.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:16.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:16.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:17.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:17.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:17.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:17.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:17.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:17 smithi161 ceph-mon[116604]: 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-07T06:37:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:17 smithi028 ceph-mon[112123]: 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-07T06:37:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:17 smithi138 ceph-mon[117003]: 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-07T06:37:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:18 smithi161 ceph-mon[116604]: from='client.101082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:18.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:18 smithi028 ceph-mon[112123]: from='client.101082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:18 smithi138 ceph-mon[117003]: from='client.101082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:19 smithi161 ceph-mon[116604]: 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-07T06:37:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:19 smithi028 ceph-mon[112123]: 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-07T06:37:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:19 smithi138 ceph-mon[117003]: 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-07T06:37:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:21 smithi161 ceph-mon[116604]: 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-07T06:37:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:21 smithi028 ceph-mon[112123]: 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-07T06:37:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:21 smithi138 ceph-mon[117003]: 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-07T06:37:22.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:22.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:22.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:23.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:23.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:23.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:23.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:23.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:23 smithi161 ceph-mon[116604]: 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-07T06:37:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:23 smithi028 ceph-mon[112123]: 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-07T06:37:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:23 smithi138 ceph-mon[117003]: 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-07T06:37:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:24 smithi161 ceph-mon[116604]: from='client.101157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:24.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:24 smithi028 ceph-mon[112123]: from='client.101157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:24 smithi138 ceph-mon[117003]: from='client.101157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:25 smithi161 ceph-mon[116604]: 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-07T06:37:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:25 smithi028 ceph-mon[112123]: 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-07T06:37:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:25 smithi138 ceph-mon[117003]: 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-07T06:37:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:27 smithi161 ceph-mon[116604]: 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-07T06:37:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:27 smithi028 ceph-mon[112123]: 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-07T06:37:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:27 smithi138 ceph-mon[117003]: 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-07T06:37:28.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:28.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:28.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:29.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:29.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:29.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:29.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:29.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:29 smithi161 ceph-mon[116604]: 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-07T06:37:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:29 smithi161 ceph-mon[116604]: from='client.101232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:29 smithi028 ceph-mon[112123]: 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-07T06:37:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:29 smithi028 ceph-mon[112123]: from='client.101232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:29 smithi138 ceph-mon[117003]: 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-07T06:37:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:29 smithi138 ceph-mon[117003]: from='client.101232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:31 smithi161 ceph-mon[116604]: pgmap v3326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:37:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:31 smithi028 ceph-mon[112123]: pgmap v3326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:37:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:31 smithi138 ceph-mon[117003]: pgmap v3326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:37:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:33 smithi161 ceph-mon[116604]: pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:37:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:33 smithi028 ceph-mon[112123]: pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:37:34.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:34.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:34.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:33 smithi138 ceph-mon[117003]: pgmap v3327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:37:34.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:34.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:34.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:34.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:34.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:37:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:37:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:37:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:37:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:37:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:37:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:37:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:37:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:37:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:35 smithi161 ceph-mon[116604]: pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:35 smithi161 ceph-mon[116604]: from='client.101307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:35 smithi028 ceph-mon[112123]: pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:35 smithi028 ceph-mon[112123]: from='client.101307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:35 smithi138 ceph-mon[117003]: pgmap v3328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:35 smithi138 ceph-mon[117003]: from='client.101307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:37 smithi161 ceph-mon[116604]: 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-07T06:37:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:37 smithi028 ceph-mon[112123]: 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-07T06:37:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:37 smithi138 ceph-mon[117003]: 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-07T06:37:39.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:39.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:39.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:39 smithi161 ceph-mon[116604]: 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-07T06:37:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:39 smithi028 ceph-mon[112123]: 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-07T06:37:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:39 smithi138 ceph-mon[117003]: 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-07T06:37:40.597 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:40.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:40.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:40.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:40.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:41 smithi161 ceph-mon[116604]: 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-07T06:37:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:41 smithi161 ceph-mon[116604]: from='client.101382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:41 smithi028 ceph-mon[112123]: 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-07T06:37:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:41 smithi028 ceph-mon[112123]: from='client.101382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:41 smithi138 ceph-mon[117003]: 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-07T06:37:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:41 smithi138 ceph-mon[117003]: from='client.101382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:43 smithi161 ceph-mon[116604]: pgmap v3332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:43 smithi028 ceph-mon[112123]: pgmap v3332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:43 smithi138 ceph-mon[117003]: pgmap v3332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:45.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:45.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:45.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:45 smithi161 ceph-mon[116604]: pgmap v3333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:45 smithi028 ceph-mon[112123]: pgmap v3333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:45 smithi138 ceph-mon[117003]: pgmap v3333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:37:46.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:46.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:46.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:46.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:46.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:47 smithi161 ceph-mon[116604]: pgmap v3334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:47 smithi161 ceph-mon[116604]: from='client.101451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:47 smithi028 ceph-mon[112123]: pgmap v3334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:47 smithi028 ceph-mon[112123]: from='client.101451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:47 smithi138 ceph-mon[117003]: pgmap v3334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:37:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:47 smithi138 ceph-mon[117003]: from='client.101451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:49 smithi161 ceph-mon[116604]: 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-07T06:37:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:49 smithi028 ceph-mon[112123]: 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-07T06:37:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:49 smithi138 ceph-mon[117003]: 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-07T06:37:51.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:51.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:51.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:51 smithi161 ceph-mon[116604]: 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-07T06:37:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:51 smithi028 ceph-mon[112123]: 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-07T06:37:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:51 smithi138 ceph-mon[117003]: 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-07T06:37:52.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:52.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:52.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:52.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:52.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:53 smithi161 ceph-mon[116604]: 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-07T06:37:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:53 smithi161 ceph-mon[116604]: from='client.101526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:53 smithi028 ceph-mon[112123]: 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-07T06:37:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:53 smithi028 ceph-mon[112123]: from='client.101526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:53 smithi138 ceph-mon[117003]: 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-07T06:37:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:53 smithi138 ceph-mon[117003]: from='client.101526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:55 smithi161 ceph-mon[116604]: 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-07T06:37:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:55 smithi028 ceph-mon[112123]: 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-07T06:37:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:55 smithi138 ceph-mon[117003]: 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-07T06:37:57.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:37:57.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:37:57.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:37:57.931 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:37:57.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:37:57.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:37:57.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:37:57.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:37:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:57 smithi161 ceph-mon[116604]: 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-07T06:37:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:57 smithi028 ceph-mon[112123]: 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-07T06:37:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:57 smithi138 ceph-mon[117003]: 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-07T06:37:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:58 smithi161 ceph-mon[116604]: from='client.101595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:58 smithi028 ceph-mon[112123]: from='client.101595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:58 smithi138 ceph-mon[117003]: from='client.101595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:37:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:37:59 smithi161 ceph-mon[116604]: 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-07T06:37:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:37:59 smithi028 ceph-mon[112123]: 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-07T06:38:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:37:59 smithi138 ceph-mon[117003]: 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-07T06:38:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:01 smithi161 ceph-mon[116604]: 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-07T06:38:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:01 smithi028 ceph-mon[112123]: 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-07T06:38:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:01 smithi138 ceph-mon[117003]: 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-07T06:38:02.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:02.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:02.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:03.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:03.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:03.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:03.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:03.710 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:03 smithi028 ceph-mon[112123]: 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-07T06:38:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:03 smithi138 ceph-mon[117003]: 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-07T06:38:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:03 smithi161 ceph-mon[116604]: 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-07T06:38:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:04 smithi028 ceph-mon[112123]: from='client.101673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:04 smithi138 ceph-mon[117003]: from='client.101673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:04 smithi161 ceph-mon[116604]: from='client.101673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:05 smithi028 ceph-mon[112123]: 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-07T06:38:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:05 smithi138 ceph-mon[117003]: 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-07T06:38:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:05 smithi161 ceph-mon[116604]: 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-07T06:38:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:07 smithi028 ceph-mon[112123]: 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-07T06:38:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:07 smithi138 ceph-mon[117003]: 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-07T06:38:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:07 smithi161 ceph-mon[116604]: 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-07T06:38:08.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:08.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:08.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:09.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:09.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:09.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:09.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:09.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:09 smithi028 ceph-mon[112123]: 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-07T06:38:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:09 smithi138 ceph-mon[117003]: 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-07T06:38:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:09 smithi161 ceph-mon[116604]: 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-07T06:38:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:10 smithi028 ceph-mon[112123]: from='client.101748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:10 smithi138 ceph-mon[117003]: from='client.101748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:10.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:10 smithi161 ceph-mon[116604]: from='client.101748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:11 smithi028 ceph-mon[112123]: 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-07T06:38:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:11 smithi138 ceph-mon[117003]: 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-07T06:38:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:11 smithi161 ceph-mon[116604]: 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-07T06:38:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:13 smithi028 ceph-mon[112123]: 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-07T06:38:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:13 smithi138 ceph-mon[117003]: 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-07T06:38:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:13 smithi161 ceph-mon[116604]: 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-07T06:38:14.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:14.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:14.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:15.240 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:15.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:15.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:15.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:15.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:15 smithi028 ceph-mon[112123]: 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-07T06:38:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:15 smithi138 ceph-mon[117003]: 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-07T06:38:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:15 smithi161 ceph-mon[116604]: 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-07T06:38:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:16 smithi138 ceph-mon[117003]: from='client.101826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:16 smithi161 ceph-mon[116604]: from='client.101826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:16 smithi028 ceph-mon[112123]: from='client.101826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:17 smithi138 ceph-mon[117003]: 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-07T06:38:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:17 smithi161 ceph-mon[116604]: 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-07T06:38:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:17 smithi028 ceph-mon[112123]: 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-07T06:38:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:19 smithi138 ceph-mon[117003]: 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-07T06:38:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:19 smithi161 ceph-mon[116604]: 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-07T06:38:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:19 smithi028 ceph-mon[112123]: 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-07T06:38:20.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:20.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:20.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:21.006 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:21.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:21.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:21.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:21.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:21 smithi138 ceph-mon[117003]: 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-07T06:38:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:21 smithi138 ceph-mon[117003]: from='client.101901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:21 smithi161 ceph-mon[116604]: 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-07T06:38:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:21 smithi161 ceph-mon[116604]: from='client.101901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:21 smithi028 ceph-mon[112123]: 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-07T06:38:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:21 smithi028 ceph-mon[112123]: from='client.101901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:23 smithi138 ceph-mon[117003]: 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-07T06:38:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:23 smithi161 ceph-mon[116604]: 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-07T06:38:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:23 smithi028 ceph-mon[112123]: 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-07T06:38:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:25 smithi138 ceph-mon[117003]: 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-07T06:38:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:25 smithi161 ceph-mon[116604]: 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-07T06:38:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:25 smithi028 ceph-mon[112123]: 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-07T06:38:26.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:26.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:26.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:26.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:26.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:26.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:26.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:26.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:27 smithi138 ceph-mon[117003]: 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-07T06:38:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:27 smithi138 ceph-mon[117003]: from='client.101979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:27 smithi161 ceph-mon[116604]: 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-07T06:38:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:27 smithi161 ceph-mon[116604]: from='client.101979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:27 smithi028 ceph-mon[112123]: 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-07T06:38:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:27 smithi028 ceph-mon[112123]: from='client.101979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:29 smithi138 ceph-mon[117003]: 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-07T06:38:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:29 smithi161 ceph-mon[116604]: 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-07T06:38:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:29 smithi028 ceph-mon[112123]: 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-07T06:38:31.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:31.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:31.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:31.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:31 smithi138 ceph-mon[117003]: 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-07T06:38:31.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:31 smithi161 ceph-mon[116604]: 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-07T06:38:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:31 smithi028 ceph-mon[112123]: 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-07T06:38:32.551 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:32.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:32.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:32.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:32.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:33 smithi138 ceph-mon[117003]: 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-07T06:38:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:33 smithi138 ceph-mon[117003]: from='client.102057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:33.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:33 smithi161 ceph-mon[116604]: 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-07T06:38:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:33 smithi161 ceph-mon[116604]: from='client.102057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:33 smithi028 ceph-mon[112123]: 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-07T06:38:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:33 smithi028 ceph-mon[112123]: from='client.102057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:38:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:38:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:38:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: 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-07T06:38:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:38:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:38:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: 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-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:38:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: 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-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:38:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:38:37.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:37.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:37.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:37.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:37 smithi138 ceph-mon[117003]: 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-07T06:38:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:37 smithi161 ceph-mon[116604]: 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-07T06:38:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:37 smithi028 ceph-mon[112123]: 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-07T06:38:38.352 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:38.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:38.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:38.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:38.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:39 smithi138 ceph-mon[117003]: 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-07T06:38:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:39 smithi138 ceph-mon[117003]: from='client.102135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:39 smithi161 ceph-mon[116604]: 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-07T06:38:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:39 smithi161 ceph-mon[116604]: from='client.102135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:39 smithi028 ceph-mon[112123]: 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-07T06:38:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:39 smithi028 ceph-mon[112123]: from='client.102135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:41 smithi138 ceph-mon[117003]: 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-07T06:38:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:41 smithi161 ceph-mon[116604]: 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-07T06:38:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:41 smithi028 ceph-mon[112123]: 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-07T06:38:43.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:43.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:43.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:43 smithi138 ceph-mon[117003]: 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-07T06:38:43.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:43 smithi161 ceph-mon[116604]: 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-07T06:38:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:43 smithi028 ceph-mon[112123]: 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-07T06:38:44.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:44.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:44.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:44.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:44.130 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:45 smithi138 ceph-mon[117003]: 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-07T06:38:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:45 smithi138 ceph-mon[117003]: from='client.102213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:45 smithi161 ceph-mon[116604]: 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-07T06:38:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:45 smithi161 ceph-mon[116604]: from='client.102213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:45 smithi028 ceph-mon[112123]: 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-07T06:38:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:45 smithi028 ceph-mon[112123]: from='client.102213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:47 smithi138 ceph-mon[117003]: pgmap v3364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:38:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:47 smithi161 ceph-mon[116604]: pgmap v3364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:38:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:47 smithi028 ceph-mon[112123]: pgmap v3364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:38:49.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:49.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:49.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:49 smithi138 ceph-mon[117003]: pgmap v3365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:38:49.898 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:49.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:49.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:49.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:49.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:49 smithi161 ceph-mon[116604]: pgmap v3365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:38:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:49 smithi028 ceph-mon[112123]: pgmap v3365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:38:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:50 smithi138 ceph-mon[117003]: from='client.102291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:50.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:50 smithi161 ceph-mon[116604]: from='client.102291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:50.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:50 smithi028 ceph-mon[112123]: from='client.102291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:51 smithi138 ceph-mon[117003]: 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-07T06:38:51.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:51 smithi161 ceph-mon[116604]: 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-07T06:38:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:51 smithi028 ceph-mon[112123]: 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-07T06:38:53.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:53 smithi138 ceph-mon[117003]: 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-07T06:38:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:53 smithi161 ceph-mon[116604]: 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-07T06:38:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:53 smithi028 ceph-mon[112123]: 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-07T06:38:54.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:38:54.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:38:54.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:38:55.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:38:55.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:38:55.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:38:55.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:38:55.671 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:38:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:55 smithi138 ceph-mon[117003]: 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-07T06:38:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:55 smithi161 ceph-mon[116604]: 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-07T06:38:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:55 smithi028 ceph-mon[112123]: 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-07T06:38:56.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:56 smithi138 ceph-mon[117003]: from='client.102369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:56 smithi161 ceph-mon[116604]: from='client.102369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:56 smithi028 ceph-mon[112123]: from='client.102369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:38:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:57 smithi138 ceph-mon[117003]: 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-07T06:38:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:57 smithi161 ceph-mon[116604]: 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-07T06:38:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:57 smithi028 ceph-mon[112123]: 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-07T06:38:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:38:59 smithi138 ceph-mon[117003]: pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:38:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:38:59 smithi161 ceph-mon[116604]: pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:38:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:38:59 smithi028 ceph-mon[112123]: pgmap v3370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:39:00.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:00.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:00.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:01.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:01.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:01.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:01.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:01.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:01 smithi138 ceph-mon[117003]: pgmap v3371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:39:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:01 smithi161 ceph-mon[116604]: pgmap v3371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:39:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:01 smithi028 ceph-mon[112123]: pgmap v3371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:39:02.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:02 smithi161 ceph-mon[116604]: from='client.102441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:02.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:02 smithi028 ceph-mon[112123]: from='client.102441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:02 smithi138 ceph-mon[117003]: from='client.102441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:03 smithi161 ceph-mon[116604]: 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-07T06:39:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:03 smithi028 ceph-mon[112123]: 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-07T06:39:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:03 smithi138 ceph-mon[117003]: 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-07T06:39:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:05 smithi161 ceph-mon[116604]: 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-07T06:39:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:05 smithi028 ceph-mon[112123]: 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-07T06:39:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:05 smithi138 ceph-mon[117003]: 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-07T06:39:06.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:06.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:06.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:07.220 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:07 smithi161 ceph-mon[116604]: 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-07T06:39:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:07 smithi028 ceph-mon[112123]: 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-07T06:39:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:07 smithi138 ceph-mon[117003]: 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-07T06:39:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:08 smithi161 ceph-mon[116604]: from='client.102516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:08 smithi028 ceph-mon[112123]: from='client.102516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:08 smithi138 ceph-mon[117003]: from='client.102516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:09 smithi161 ceph-mon[116604]: 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-07T06:39:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:09 smithi028 ceph-mon[112123]: 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-07T06:39:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:09 smithi138 ceph-mon[117003]: 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-07T06:39:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:11 smithi161 ceph-mon[116604]: 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-07T06:39:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:11 smithi028 ceph-mon[112123]: 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-07T06:39:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:11 smithi138 ceph-mon[117003]: 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-07T06:39:12.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:12.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:12.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:12.989 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:12.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:12.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:12.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:12.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:13 smithi161 ceph-mon[116604]: 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-07T06:39:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:13 smithi161 ceph-mon[116604]: from='client.102591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:13 smithi028 ceph-mon[112123]: 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-07T06:39:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:13 smithi028 ceph-mon[112123]: from='client.102591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:13 smithi138 ceph-mon[117003]: 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-07T06:39:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:13 smithi138 ceph-mon[117003]: from='client.102591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:15 smithi161 ceph-mon[116604]: 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-07T06:39:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:15 smithi028 ceph-mon[112123]: 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-07T06:39:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:15 smithi138 ceph-mon[117003]: 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-07T06:39:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:17 smithi161 ceph-mon[116604]: 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-07T06:39:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:17 smithi028 ceph-mon[112123]: 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-07T06:39:17.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:17.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:17.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:17 smithi138 ceph-mon[117003]: 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-07T06:39:18.786 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:18.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:18.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:18.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:18.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:19 smithi161 ceph-mon[116604]: 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-07T06:39:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:19 smithi161 ceph-mon[116604]: from='client.102669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:19 smithi028 ceph-mon[112123]: 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-07T06:39:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:19 smithi028 ceph-mon[112123]: from='client.102669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:19 smithi138 ceph-mon[117003]: 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-07T06:39:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:19 smithi138 ceph-mon[117003]: from='client.102669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:21 smithi161 ceph-mon[116604]: 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-07T06:39:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:21 smithi028 ceph-mon[112123]: 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-07T06:39:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:21 smithi138 ceph-mon[117003]: 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-07T06:39:23.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:23.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:23.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:23 smithi161 ceph-mon[116604]: 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-07T06:39:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:23 smithi028 ceph-mon[112123]: 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-07T06:39:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:23 smithi138 ceph-mon[117003]: 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-07T06:39:24.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:24.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:24.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:24.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:24.559 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:25 smithi161 ceph-mon[116604]: 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-07T06:39:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:25 smithi161 ceph-mon[116604]: from='client.102747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:25 smithi028 ceph-mon[112123]: 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-07T06:39:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:25 smithi028 ceph-mon[112123]: from='client.102747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:25 smithi138 ceph-mon[117003]: 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-07T06:39:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:25 smithi138 ceph-mon[117003]: from='client.102747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:27 smithi161 ceph-mon[116604]: pgmap v3384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:39:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:27 smithi028 ceph-mon[112123]: pgmap v3384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:39:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:27 smithi138 ceph-mon[117003]: pgmap v3384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:39:29.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:29.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:29.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:29 smithi161 ceph-mon[116604]: pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:39:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:29 smithi028 ceph-mon[112123]: pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:39:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:29 smithi138 ceph-mon[117003]: pgmap v3385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:39:30.335 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:30.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:30.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:30.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:30.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:31 smithi161 ceph-mon[116604]: 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-07T06:39:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:31 smithi161 ceph-mon[116604]: from='client.102819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:31 smithi028 ceph-mon[112123]: 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-07T06:39:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:31 smithi028 ceph-mon[112123]: from='client.102819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:31 smithi138 ceph-mon[117003]: 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-07T06:39:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:31 smithi138 ceph-mon[117003]: from='client.102819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:33 smithi161 ceph-mon[116604]: 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-07T06:39:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:33 smithi028 ceph-mon[112123]: 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-07T06:39:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:33 smithi138 ceph-mon[117003]: 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-07T06:39:35.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:35.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:35.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:35 smithi161 ceph-mon[116604]: 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-07T06:39:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:39:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:35 smithi028 ceph-mon[112123]: 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-07T06:39:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:39:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:35 smithi138 ceph-mon[117003]: 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-07T06:39:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:39:36.168 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:36.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:36.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:36.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:36.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:39:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:39:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:39:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:39:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:39:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:39:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:39:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:39:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:39:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:37 smithi161 ceph-mon[116604]: from='client.102894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:37 smithi161 ceph-mon[116604]: 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-07T06:39:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:37 smithi028 ceph-mon[112123]: from='client.102894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:37 smithi028 ceph-mon[112123]: 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-07T06:39:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:37 smithi138 ceph-mon[117003]: from='client.102894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:37 smithi138 ceph-mon[117003]: 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-07T06:39:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:39 smithi161 ceph-mon[116604]: pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:39:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:39 smithi028 ceph-mon[112123]: pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:39:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:39 smithi138 ceph-mon[117003]: pgmap v3390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:39:41.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:41.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:41.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:41.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:41.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:41.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:41.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:41.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:41 smithi161 ceph-mon[116604]: pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:39:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:41 smithi028 ceph-mon[112123]: pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:39:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:41 smithi138 ceph-mon[117003]: pgmap v3391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:39:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:42 smithi161 ceph-mon[116604]: from='client.102972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:42.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:42 smithi028 ceph-mon[112123]: from='client.102972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:42 smithi138 ceph-mon[117003]: from='client.102972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:43.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:43 smithi161 ceph-mon[116604]: 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-07T06:39:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:43 smithi028 ceph-mon[112123]: 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-07T06:39:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:43 smithi138 ceph-mon[117003]: 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-07T06:39:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:45 smithi161 ceph-mon[116604]: 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-07T06:39:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:45 smithi028 ceph-mon[112123]: 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-07T06:39:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:45 smithi138 ceph-mon[117003]: 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-07T06:39:46.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:46.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:46.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:47.708 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:47.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:47.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:47.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:47.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:47 smithi161 ceph-mon[116604]: 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-07T06:39:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:47 smithi028 ceph-mon[112123]: 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-07T06:39:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:47 smithi138 ceph-mon[117003]: 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-07T06:39:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:48 smithi161 ceph-mon[116604]: from='client.103050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:48 smithi028 ceph-mon[112123]: from='client.103050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:48 smithi138 ceph-mon[117003]: from='client.103050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:49 smithi161 ceph-mon[116604]: 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-07T06:39:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:49 smithi028 ceph-mon[112123]: 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-07T06:39:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:49 smithi138 ceph-mon[117003]: 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-07T06:39:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:51 smithi161 ceph-mon[116604]: 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-07T06:39:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:51 smithi028 ceph-mon[112123]: 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-07T06:39:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:51 smithi138 ceph-mon[117003]: 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-07T06:39:52.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:52.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:52.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:53.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:53.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:53.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:53.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:53.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:53 smithi161 ceph-mon[116604]: 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-07T06:39:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:53 smithi028 ceph-mon[112123]: 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-07T06:39:54.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:53 smithi138 ceph-mon[117003]: 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-07T06:39:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:54 smithi161 ceph-mon[116604]: from='client.103128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:54 smithi028 ceph-mon[112123]: from='client.103128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:54 smithi138 ceph-mon[117003]: from='client.103128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:39:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:55 smithi161 ceph-mon[116604]: 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-07T06:39:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:55 smithi028 ceph-mon[112123]: 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-07T06:39:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:55 smithi138 ceph-mon[117003]: 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-07T06:39:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:57 smithi161 ceph-mon[116604]: 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-07T06:39:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:57 smithi028 ceph-mon[112123]: 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-07T06:39:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:57 smithi138 ceph-mon[117003]: 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-07T06:39:58.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:39:58.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:39:58.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:39:59.250 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:39:59.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:39:59.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:39:59.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:39:59.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:39:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:39:59 smithi161 ceph-mon[116604]: 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-07T06:39:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:39:59 smithi028 ceph-mon[112123]: 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-07T06:40:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:39:59 smithi138 ceph-mon[117003]: 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-07T06:40:00.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:00 smithi161 ceph-mon[116604]: from='client.103203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T06:40:00.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:00 smithi028 ceph-mon[112123]: from='client.103203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T06:40:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:00 smithi138 ceph-mon[117003]: from='client.103203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T06:40:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:01 smithi161 ceph-mon[116604]: pgmap v3401: 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-07T06:40:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:01 smithi028 ceph-mon[112123]: pgmap v3401: 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-07T06:40:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:01 smithi138 ceph-mon[117003]: pgmap v3401: 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-07T06:40:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:03 smithi161 ceph-mon[116604]: pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:03 smithi028 ceph-mon[112123]: pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:03 smithi138 ceph-mon[117003]: pgmap v3402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:04.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:04.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:04.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:05.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:05.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:05.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:05.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:05.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:05 smithi161 ceph-mon[116604]: pgmap v3403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:05 smithi161 ceph-mon[116604]: from='client.103278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:05 smithi028 ceph-mon[112123]: pgmap v3403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:05 smithi028 ceph-mon[112123]: from='client.103278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:05 smithi138 ceph-mon[117003]: pgmap v3403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:05 smithi138 ceph-mon[117003]: from='client.103278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:07 smithi161 ceph-mon[116604]: pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:07 smithi028 ceph-mon[112123]: pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:07 smithi138 ceph-mon[117003]: pgmap v3404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:09 smithi161 ceph-mon[116604]: pgmap v3405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:09 smithi028 ceph-mon[112123]: pgmap v3405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:10.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:10.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:10.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:09 smithi138 ceph-mon[117003]: pgmap v3405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:10.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:10.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:10.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:10.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:10.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:11 smithi161 ceph-mon[116604]: 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-07T06:40:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:11 smithi161 ceph-mon[116604]: from='client.103356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:11 smithi028 ceph-mon[112123]: 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-07T06:40:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:11 smithi028 ceph-mon[112123]: from='client.103356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:11 smithi138 ceph-mon[117003]: 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-07T06:40:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:11 smithi138 ceph-mon[117003]: from='client.103356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:13 smithi161 ceph-mon[116604]: pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:13 smithi028 ceph-mon[112123]: pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:13 smithi138 ceph-mon[117003]: pgmap v3407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:15.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:15.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:15.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:15 smithi161 ceph-mon[116604]: pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:15 smithi028 ceph-mon[112123]: pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:15 smithi138 ceph-mon[117003]: pgmap v3408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:40:16.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:16.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:16.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:16.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:16.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:17 smithi161 ceph-mon[116604]: pgmap v3409: 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-07T06:40:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:17 smithi161 ceph-mon[116604]: from='client.103434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:17 smithi028 ceph-mon[112123]: pgmap v3409: 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-07T06:40:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:17 smithi028 ceph-mon[112123]: from='client.103434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:17 smithi138 ceph-mon[117003]: pgmap v3409: 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-07T06:40:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:17 smithi138 ceph-mon[117003]: from='client.103434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:19 smithi161 ceph-mon[116604]: pgmap v3410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:19 smithi028 ceph-mon[112123]: pgmap v3410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:19 smithi138 ceph-mon[117003]: pgmap v3410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:21.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:21.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:21.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:21 smithi161 ceph-mon[116604]: pgmap v3411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:40:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:21 smithi028 ceph-mon[112123]: pgmap v3411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:40:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:21 smithi138 ceph-mon[117003]: pgmap v3411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:40:22.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:22.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:22.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:22.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:22.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:23 smithi161 ceph-mon[116604]: 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-07T06:40:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:23 smithi161 ceph-mon[116604]: from='client.103512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:23 smithi028 ceph-mon[112123]: 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-07T06:40:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:23 smithi028 ceph-mon[112123]: from='client.103512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:23 smithi138 ceph-mon[117003]: 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-07T06:40:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:23 smithi138 ceph-mon[117003]: from='client.103512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:25 smithi161 ceph-mon[116604]: 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-07T06:40:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:25 smithi028 ceph-mon[112123]: 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-07T06:40:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:25 smithi138 ceph-mon[117003]: 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-07T06:40:27.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:27.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:27.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:27 smithi161 ceph-mon[116604]: 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-07T06:40:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:27 smithi028 ceph-mon[112123]: 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-07T06:40:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:27 smithi138 ceph-mon[117003]: 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-07T06:40:28.085 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:28.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:28.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:28.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:28.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:29 smithi161 ceph-mon[116604]: from='client.103587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:29 smithi161 ceph-mon[116604]: 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-07T06:40:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:29 smithi028 ceph-mon[112123]: from='client.103587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:29 smithi028 ceph-mon[112123]: 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-07T06:40:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:29 smithi138 ceph-mon[117003]: from='client.103587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:29 smithi138 ceph-mon[117003]: 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-07T06:40:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:31 smithi161 ceph-mon[116604]: 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-07T06:40:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:31 smithi028 ceph-mon[112123]: 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-07T06:40:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:31 smithi138 ceph-mon[117003]: 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-07T06:40:33.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:33.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:33.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:33.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:33.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:33.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:33.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:33.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:33 smithi161 ceph-mon[116604]: 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-07T06:40:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:33 smithi028 ceph-mon[112123]: 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-07T06:40:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:33 smithi138 ceph-mon[117003]: 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-07T06:40:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:34 smithi028 ceph-mon[112123]: from='client.103665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:34 smithi138 ceph-mon[117003]: from='client.103665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:34 smithi161 ceph-mon[116604]: from='client.103665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:35 smithi028 ceph-mon[112123]: 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-07T06:40:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:35 smithi138 ceph-mon[117003]: 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-07T06:40:36.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:35 smithi161 ceph-mon[116604]: 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-07T06:40:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:40:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:40:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:40:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:37 smithi028 ceph-mon[112123]: 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-07T06:40:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:40:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:40:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:40:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:37 smithi138 ceph-mon[117003]: 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-07T06:40:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:40:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:40:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:40:38.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:37 smithi161 ceph-mon[116604]: 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-07T06:40:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:40:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:40:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:40:38.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:38.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:38.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:39.635 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:39.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:39.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:39.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:39.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:39 smithi028 ceph-mon[112123]: 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-07T06:40:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:39 smithi138 ceph-mon[117003]: 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-07T06:40:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:39 smithi161 ceph-mon[116604]: 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-07T06:40:40.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:40 smithi028 ceph-mon[112123]: from='client.103740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:40 smithi138 ceph-mon[117003]: from='client.103740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:40 smithi161 ceph-mon[116604]: from='client.103740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:41 smithi028 ceph-mon[112123]: pgmap v3421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:41 smithi138 ceph-mon[117003]: pgmap v3421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:41 smithi161 ceph-mon[116604]: pgmap v3421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:42 smithi028 ceph-mon[112123]: pgmap v3422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:42 smithi138 ceph-mon[117003]: pgmap v3422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:42 smithi161 ceph-mon[116604]: pgmap v3422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:44.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:44.637 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:44.637 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:44 smithi161 ceph-mon[116604]: pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:45.231 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:44 smithi028 ceph-mon[112123]: pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:44 smithi138 ceph-mon[117003]: pgmap v3423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:45.413 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:45.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:45.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:45.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:45.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:46 smithi138 ceph-mon[117003]: from='client.103815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:46 smithi161 ceph-mon[116604]: from='client.103815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:46 smithi028 ceph-mon[112123]: from='client.103815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:47 smithi138 ceph-mon[117003]: pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:47 smithi161 ceph-mon[116604]: pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:47 smithi028 ceph-mon[112123]: pgmap v3424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:49 smithi138 ceph-mon[117003]: pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:49 smithi161 ceph-mon[116604]: pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:49 smithi028 ceph-mon[112123]: pgmap v3425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:40:50.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:50.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:50.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:51.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:51.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:51.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:51.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:51.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:51 smithi138 ceph-mon[117003]: 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-07T06:40:51.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:51 smithi161 ceph-mon[116604]: 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-07T06:40:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:51 smithi028 ceph-mon[112123]: 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-07T06:40:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:52 smithi138 ceph-mon[117003]: from='client.103890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:52 smithi161 ceph-mon[116604]: from='client.103890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:52 smithi028 ceph-mon[112123]: from='client.103890 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:53 smithi138 ceph-mon[117003]: pgmap v3427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:53 smithi161 ceph-mon[116604]: pgmap v3427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:53 smithi028 ceph-mon[112123]: pgmap v3427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:55.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:55 smithi138 ceph-mon[117003]: pgmap v3428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:55 smithi161 ceph-mon[116604]: pgmap v3428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:55 smithi028 ceph-mon[112123]: pgmap v3428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:56.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:40:56.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:40:56.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:40:56.956 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:40:56.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:40:56.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:40:56.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:40:56.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:40:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:57 smithi138 ceph-mon[117003]: pgmap v3429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:40:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:57 smithi138 ceph-mon[117003]: from='client.103962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:57 smithi161 ceph-mon[116604]: pgmap v3429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:40:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:57 smithi161 ceph-mon[116604]: from='client.103962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:57 smithi028 ceph-mon[112123]: pgmap v3429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:40:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:57 smithi028 ceph-mon[112123]: from='client.103962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:40:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:40:59 smithi138 ceph-mon[117003]: pgmap v3430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:40:59 smithi161 ceph-mon[116604]: pgmap v3430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:40:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:40:59 smithi028 ceph-mon[112123]: pgmap v3430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:01 smithi138 ceph-mon[117003]: pgmap v3431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:41:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:01 smithi161 ceph-mon[116604]: pgmap v3431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:41:01.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:01.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:01.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:01 smithi028 ceph-mon[112123]: pgmap v3431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:41:02.726 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:02.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:02.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:02.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:02.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:03 smithi138 ceph-mon[117003]: 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-07T06:41:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:03 smithi138 ceph-mon[117003]: from='client.104037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:03 smithi161 ceph-mon[116604]: 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-07T06:41:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:03 smithi161 ceph-mon[116604]: from='client.104037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:03 smithi028 ceph-mon[112123]: 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-07T06:41:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:03 smithi028 ceph-mon[112123]: from='client.104037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:05 smithi138 ceph-mon[117003]: 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-07T06:41:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:05 smithi161 ceph-mon[116604]: 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-07T06:41:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:05 smithi028 ceph-mon[112123]: 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-07T06:41:07.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:07.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:07.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:07.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:07 smithi138 ceph-mon[117003]: 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-07T06:41:07.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:07 smithi161 ceph-mon[116604]: 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-07T06:41:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:07 smithi028 ceph-mon[112123]: 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-07T06:41:08.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:08.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:08.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:08.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:08.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:09 smithi138 ceph-mon[117003]: 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-07T06:41:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:09 smithi138 ceph-mon[117003]: from='client.104115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:09 smithi161 ceph-mon[116604]: 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-07T06:41:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:09 smithi161 ceph-mon[116604]: from='client.104115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:09 smithi028 ceph-mon[112123]: 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-07T06:41:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:09 smithi028 ceph-mon[112123]: from='client.104115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:11 smithi138 ceph-mon[117003]: 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-07T06:41:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:11 smithi161 ceph-mon[116604]: 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-07T06:41:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:11 smithi028 ceph-mon[112123]: 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-07T06:41:13.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:13.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:13.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:13.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:13 smithi138 ceph-mon[117003]: 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-07T06:41:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:13 smithi161 ceph-mon[116604]: 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-07T06:41:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:13 smithi028 ceph-mon[112123]: 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-07T06:41:14.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:14.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:14.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:14.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:14.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:15 smithi138 ceph-mon[117003]: 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-07T06:41:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:15 smithi138 ceph-mon[117003]: from='client.104193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:15 smithi161 ceph-mon[116604]: 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-07T06:41:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:15 smithi161 ceph-mon[116604]: from='client.104193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:15 smithi028 ceph-mon[112123]: 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-07T06:41:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:15 smithi028 ceph-mon[112123]: from='client.104193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:17.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:17 smithi138 ceph-mon[117003]: pgmap v3439: 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-07T06:41:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:17 smithi161 ceph-mon[116604]: pgmap v3439: 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-07T06:41:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:17 smithi028 ceph-mon[112123]: pgmap v3439: 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-07T06:41:19.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:19.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:19.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:19 smithi138 ceph-mon[117003]: pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:41:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:19 smithi161 ceph-mon[116604]: pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:41:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:19 smithi028 ceph-mon[112123]: pgmap v3440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:41:20.033 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:20.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:20.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:20.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:20.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:20 smithi138 ceph-mon[117003]: from='client.104265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:20 smithi161 ceph-mon[116604]: from='client.104265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:20 smithi028 ceph-mon[112123]: from='client.104265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:21 smithi138 ceph-mon[117003]: pgmap v3441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:21 smithi161 ceph-mon[116604]: pgmap v3441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:21 smithi028 ceph-mon[112123]: pgmap v3441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:23 smithi138 ceph-mon[117003]: pgmap v3442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:41:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:23 smithi161 ceph-mon[116604]: pgmap v3442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:41:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:23 smithi028 ceph-mon[112123]: pgmap v3442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:41:25.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:25.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:25.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:25 smithi138 ceph-mon[117003]: pgmap v3443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:41:25.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:25.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:25.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:25.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:25.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:25 smithi161 ceph-mon[116604]: pgmap v3443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:41:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:25 smithi028 ceph-mon[112123]: pgmap v3443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:41:26.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:26 smithi161 ceph-mon[116604]: from='client.104340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:26 smithi028 ceph-mon[112123]: from='client.104340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:26 smithi138 ceph-mon[117003]: from='client.104340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:27 smithi161 ceph-mon[116604]: 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-07T06:41:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:27 smithi028 ceph-mon[112123]: 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-07T06:41:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:27 smithi138 ceph-mon[117003]: 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-07T06:41:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:29 smithi161 ceph-mon[116604]: pgmap v3445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:41:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:29 smithi028 ceph-mon[112123]: pgmap v3445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:41:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:29 smithi138 ceph-mon[117003]: pgmap v3445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T06:41:30.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:30.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:30.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:31.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:31.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:31.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:31.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:31.585 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:31 smithi161 ceph-mon[116604]: pgmap v3446: 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-07T06:41:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:31 smithi028 ceph-mon[112123]: pgmap v3446: 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-07T06:41:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:31 smithi138 ceph-mon[117003]: pgmap v3446: 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-07T06:41:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:32 smithi161 ceph-mon[116604]: from='client.104415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:32 smithi028 ceph-mon[112123]: from='client.104415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:32 smithi138 ceph-mon[117003]: from='client.104415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:33 smithi161 ceph-mon[116604]: pgmap v3447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:33 smithi028 ceph-mon[112123]: pgmap v3447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:33 smithi138 ceph-mon[117003]: pgmap v3447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:35 smithi161 ceph-mon[116604]: pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:35 smithi028 ceph-mon[112123]: pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:35 smithi138 ceph-mon[117003]: pgmap v3448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:36.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:36.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:36.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:37.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:37.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:37.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:37.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:37.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:37 smithi161 ceph-mon[116604]: pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:41:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:41:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:41:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:41:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:41:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:37 smithi028 ceph-mon[112123]: pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:41:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:41:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:41:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:41:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:41:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:37 smithi138 ceph-mon[117003]: pgmap v3449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:41:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:41:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:41:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:41:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:41:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:38 smithi161 ceph-mon[116604]: from='client.104493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:38 smithi028 ceph-mon[112123]: from='client.104493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:38 smithi138 ceph-mon[117003]: from='client.104493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:39 smithi161 ceph-mon[116604]: 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-07T06:41:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:39 smithi028 ceph-mon[112123]: 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-07T06:41:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:39 smithi138 ceph-mon[117003]: 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-07T06:41:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:41 smithi161 ceph-mon[116604]: 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-07T06:41:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:41 smithi028 ceph-mon[112123]: 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-07T06:41:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:41 smithi138 ceph-mon[117003]: 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-07T06:41:42.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:42.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:42.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:43.175 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:43.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:43.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:43.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:43.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:43 smithi161 ceph-mon[116604]: 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-07T06:41:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:43 smithi028 ceph-mon[112123]: 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-07T06:41:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:43 smithi138 ceph-mon[117003]: 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-07T06:41:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:44 smithi161 ceph-mon[116604]: from='client.104568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:44 smithi028 ceph-mon[112123]: from='client.104568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:44 smithi138 ceph-mon[117003]: from='client.104568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:45 smithi161 ceph-mon[116604]: 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-07T06:41:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:45 smithi028 ceph-mon[112123]: 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-07T06:41:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:45 smithi138 ceph-mon[117003]: 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-07T06:41:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:47 smithi161 ceph-mon[116604]: 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-07T06:41:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:47 smithi028 ceph-mon[112123]: 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-07T06:41:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:47 smithi138 ceph-mon[117003]: 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-07T06:41:48.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:48.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:48.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:48.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:48.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:48.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:48.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:48.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:49 smithi161 ceph-mon[116604]: 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-07T06:41:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:49 smithi161 ceph-mon[116604]: from='client.104640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:49 smithi028 ceph-mon[112123]: 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-07T06:41:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:49 smithi028 ceph-mon[112123]: from='client.104640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:49 smithi138 ceph-mon[117003]: 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-07T06:41:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:49 smithi138 ceph-mon[117003]: from='client.104640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:51 smithi161 ceph-mon[116604]: 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-07T06:41:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:51 smithi028 ceph-mon[112123]: 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-07T06:41:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:51 smithi138 ceph-mon[117003]: 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-07T06:41:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:53 smithi161 ceph-mon[116604]: 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-07T06:41:53.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:53.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:53.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:53 smithi028 ceph-mon[112123]: 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-07T06:41:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:53 smithi138 ceph-mon[117003]: 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-07T06:41:54.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:41:54.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:41:54.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:41:54.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:41:54.725 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:41:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:55 smithi161 ceph-mon[116604]: 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-07T06:41:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:55 smithi161 ceph-mon[116604]: from='client.104718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:55 smithi028 ceph-mon[112123]: 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-07T06:41:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:55 smithi028 ceph-mon[112123]: from='client.104718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:55 smithi138 ceph-mon[117003]: 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-07T06:41:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:55 smithi138 ceph-mon[117003]: from='client.104718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:41:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:57 smithi161 ceph-mon[116604]: pgmap v3459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:57 smithi028 ceph-mon[112123]: pgmap v3459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:57 smithi138 ceph-mon[117003]: pgmap v3459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:41:59.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:41:59.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:41:59.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:41:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:41:59 smithi161 ceph-mon[116604]: pgmap v3460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:41:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:41:59 smithi028 ceph-mon[112123]: pgmap v3460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:41:59 smithi138 ceph-mon[117003]: pgmap v3460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:00.513 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:00.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:00.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:00.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:00.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:01 smithi161 ceph-mon[116604]: pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:01 smithi161 ceph-mon[116604]: from='client.104790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:01 smithi028 ceph-mon[112123]: pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:01 smithi028 ceph-mon[112123]: from='client.104790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:01 smithi138 ceph-mon[117003]: pgmap v3461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:01 smithi138 ceph-mon[117003]: from='client.104790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:03 smithi161 ceph-mon[116604]: pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:03 smithi028 ceph-mon[112123]: pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:03 smithi138 ceph-mon[117003]: pgmap v3462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:05.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:05.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:05.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:05 smithi161 ceph-mon[116604]: pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:05 smithi028 ceph-mon[112123]: pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:05 smithi138 ceph-mon[117003]: pgmap v3463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:06.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:06.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:06.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:06.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:06.299 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:07 smithi161 ceph-mon[116604]: 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-07T06:42:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:07 smithi161 ceph-mon[116604]: from='client.104865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:07 smithi028 ceph-mon[112123]: 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-07T06:42:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:07 smithi028 ceph-mon[112123]: from='client.104865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:07 smithi138 ceph-mon[117003]: 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-07T06:42:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:07 smithi138 ceph-mon[117003]: from='client.104865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:09 smithi161 ceph-mon[116604]: pgmap v3465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:09 smithi028 ceph-mon[112123]: pgmap v3465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:09 smithi138 ceph-mon[117003]: pgmap v3465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:11.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:11.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:11.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:11 smithi161 ceph-mon[116604]: pgmap v3466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:11 smithi028 ceph-mon[112123]: pgmap v3466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:11 smithi138 ceph-mon[117003]: pgmap v3466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:12.069 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:12.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:12.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:12.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:12.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:12 smithi161 ceph-mon[116604]: from='client.104940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:12 smithi028 ceph-mon[112123]: from='client.104940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:12 smithi138 ceph-mon[117003]: from='client.104940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:13.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:13 smithi161 ceph-mon[116604]: pgmap v3467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:13 smithi028 ceph-mon[112123]: pgmap v3467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:13 smithi138 ceph-mon[117003]: pgmap v3467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:15 smithi161 ceph-mon[116604]: pgmap v3468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:15.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:15 smithi028 ceph-mon[112123]: pgmap v3468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:15 smithi138 ceph-mon[117003]: pgmap v3468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:17.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:17.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:17.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:17.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:17.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:17.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:17.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:17.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:17 smithi161 ceph-mon[116604]: pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:17 smithi028 ceph-mon[112123]: pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:17 smithi138 ceph-mon[117003]: pgmap v3469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:18 smithi161 ceph-mon[116604]: from='client.105012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:18 smithi028 ceph-mon[112123]: from='client.105012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:18 smithi138 ceph-mon[117003]: from='client.105012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:19 smithi161 ceph-mon[116604]: 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-07T06:42:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:19 smithi028 ceph-mon[112123]: 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-07T06:42:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:19 smithi138 ceph-mon[117003]: 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-07T06:42:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:21 smithi161 ceph-mon[116604]: 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-07T06:42:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:21 smithi028 ceph-mon[112123]: 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-07T06:42:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:21 smithi138 ceph-mon[117003]: 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-07T06:42:22.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:22.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:22.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:23.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:23.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:23.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:23.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:23.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:23 smithi161 ceph-mon[116604]: 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-07T06:42:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:23 smithi028 ceph-mon[112123]: 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-07T06:42:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:23 smithi138 ceph-mon[117003]: 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-07T06:42:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:24 smithi161 ceph-mon[116604]: from='client.105090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:24.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:24 smithi028 ceph-mon[112123]: from='client.105090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:24 smithi138 ceph-mon[117003]: from='client.105090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:25 smithi161 ceph-mon[116604]: 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-07T06:42:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:25 smithi028 ceph-mon[112123]: 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-07T06:42:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:25 smithi138 ceph-mon[117003]: 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-07T06:42:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:27 smithi161 ceph-mon[116604]: 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-07T06:42:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:27 smithi028 ceph-mon[112123]: 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-07T06:42:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:27 smithi138 ceph-mon[117003]: 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-07T06:42:28.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:28.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:28.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:29.384 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:29.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:29.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:29.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:29.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:29 smithi161 ceph-mon[116604]: 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-07T06:42:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:29 smithi028 ceph-mon[112123]: 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-07T06:42:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:29 smithi138 ceph-mon[117003]: 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-07T06:42:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:30 smithi161 ceph-mon[116604]: from='client.105168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:30 smithi028 ceph-mon[112123]: from='client.105168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:30 smithi138 ceph-mon[117003]: from='client.105168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:31 smithi161 ceph-mon[116604]: pgmap v3476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:42:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:31 smithi028 ceph-mon[112123]: pgmap v3476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:42:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:31 smithi138 ceph-mon[117003]: pgmap v3476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:42:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:33 smithi161 ceph-mon[116604]: pgmap v3477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:42:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:33 smithi028 ceph-mon[112123]: pgmap v3477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:42:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:33 smithi138 ceph-mon[117003]: pgmap v3477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:42:34.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:34.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:34.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:35.147 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:35.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:35.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:35.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:35.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:35 smithi161 ceph-mon[116604]: pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:42:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:35 smithi028 ceph-mon[112123]: pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:42:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:35 smithi138 ceph-mon[117003]: pgmap v3478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:42:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:36 smithi161 ceph-mon[116604]: from='client.105246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:36 smithi028 ceph-mon[112123]: from='client.105246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:36 smithi138 ceph-mon[117003]: from='client.105246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:37 smithi161 ceph-mon[116604]: pgmap v3479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:42:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:37 smithi028 ceph-mon[112123]: pgmap v3479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:42:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:37 smithi138 ceph-mon[117003]: pgmap v3479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:42:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:42:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:42:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:42:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:42:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:42:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:42:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:42:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:42:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:42:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:39 smithi161 ceph-mon[116604]: pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:39 smithi028 ceph-mon[112123]: pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:39 smithi138 ceph-mon[117003]: pgmap v3480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:42:40.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:40.149 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:40.149 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:40.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:40.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:40.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:40.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:40.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:41 smithi161 ceph-mon[116604]: pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:41 smithi161 ceph-mon[116604]: from='client.105318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:41 smithi028 ceph-mon[112123]: pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:41 smithi028 ceph-mon[112123]: from='client.105318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:41 smithi138 ceph-mon[117003]: pgmap v3481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:41 smithi138 ceph-mon[117003]: from='client.105318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:43 smithi161 ceph-mon[116604]: pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:42:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:43 smithi028 ceph-mon[112123]: pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:42:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:43 smithi138 ceph-mon[117003]: pgmap v3482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:42:45.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:45.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:45.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:45 smithi161 ceph-mon[116604]: pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:42:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:45 smithi028 ceph-mon[112123]: pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:42:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:45 smithi138 ceph-mon[117003]: pgmap v3483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:42:46.706 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:46.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:46.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:46.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:46.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:47 smithi161 ceph-mon[116604]: pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:42:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:47 smithi161 ceph-mon[116604]: from='client.105396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:47 smithi028 ceph-mon[112123]: pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:42:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:47 smithi028 ceph-mon[112123]: from='client.105396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:47 smithi138 ceph-mon[117003]: pgmap v3484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:42:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:47 smithi138 ceph-mon[117003]: from='client.105396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:49 smithi161 ceph-mon[116604]: pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:49 smithi028 ceph-mon[112123]: pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:49 smithi138 ceph-mon[117003]: pgmap v3485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:51.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:51.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:51.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:51 smithi028 ceph-mon[112123]: pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:51 smithi138 ceph-mon[117003]: pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:51 smithi161 ceph-mon[116604]: pgmap v3486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:52.483 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:52.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:52.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:52.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:52.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:53 smithi028 ceph-mon[112123]: pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:53 smithi028 ceph-mon[112123]: from='client.105468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:53 smithi138 ceph-mon[117003]: pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:53 smithi138 ceph-mon[117003]: from='client.105468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:53 smithi161 ceph-mon[116604]: pgmap v3487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:53 smithi161 ceph-mon[116604]: from='client.105468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:42:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:55 smithi028 ceph-mon[112123]: pgmap v3488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:55 smithi138 ceph-mon[117003]: pgmap v3488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:55 smithi161 ceph-mon[116604]: pgmap v3488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:42:57.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:42:57.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:42:57.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:42:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:57 smithi028 ceph-mon[112123]: pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:57 smithi138 ceph-mon[117003]: pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:57 smithi161 ceph-mon[116604]: pgmap v3489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:42:58.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:42:58.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:42:58.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:42:58.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:42:58.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:42:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:59 smithi028 ceph-mon[112123]: 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-07T06:42:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:42:59 smithi028 ceph-mon[112123]: from='client.105546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:59 smithi138 ceph-mon[117003]: 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-07T06:43:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:42:59 smithi138 ceph-mon[117003]: from='client.105546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:59 smithi161 ceph-mon[116604]: 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-07T06:43:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:42:59 smithi161 ceph-mon[116604]: from='client.105546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:01 smithi028 ceph-mon[112123]: 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-07T06:43:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:01 smithi138 ceph-mon[117003]: 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-07T06:43:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:01 smithi161 ceph-mon[116604]: 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-07T06:43:03.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:03.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:03.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:03 smithi028 ceph-mon[112123]: 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-07T06:43:04.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:04.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:04.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:04.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:04.036 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:03 smithi138 ceph-mon[117003]: 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-07T06:43:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:03 smithi161 ceph-mon[116604]: 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-07T06:43:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:04 smithi028 ceph-mon[112123]: from='client.105624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:04 smithi138 ceph-mon[117003]: from='client.105624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:04 smithi161 ceph-mon[116604]: from='client.105624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:05 smithi028 ceph-mon[112123]: 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-07T06:43:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:05 smithi138 ceph-mon[117003]: 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-07T06:43:06.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:05 smithi161 ceph-mon[116604]: 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-07T06:43:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:07 smithi138 ceph-mon[117003]: 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-07T06:43:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:07 smithi161 ceph-mon[116604]: 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-07T06:43:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:07 smithi028 ceph-mon[112123]: 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-07T06:43:09.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:09.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:09.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:09.809 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:09.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:09.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:09.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:09.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:09 smithi138 ceph-mon[117003]: 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-07T06:43:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:09 smithi161 ceph-mon[116604]: 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-07T06:43:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:09 smithi028 ceph-mon[112123]: 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-07T06:43:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:10 smithi138 ceph-mon[117003]: from='client.105699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:10 smithi161 ceph-mon[116604]: from='client.105699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:10 smithi028 ceph-mon[112123]: from='client.105699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:11 smithi138 ceph-mon[117003]: pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:11 smithi161 ceph-mon[116604]: pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:11 smithi028 ceph-mon[112123]: pgmap v3496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:13 smithi138 ceph-mon[117003]: pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:13 smithi161 ceph-mon[116604]: pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:13 smithi028 ceph-mon[112123]: pgmap v3497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:14.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:14.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:14.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:15.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:15.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:15.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:15.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:15.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:15 smithi138 ceph-mon[117003]: pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:15 smithi161 ceph-mon[116604]: pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:15 smithi028 ceph-mon[112123]: pgmap v3498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:16 smithi138 ceph-mon[117003]: from='client.105771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:17.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:16 smithi161 ceph-mon[116604]: from='client.105771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:17.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:16 smithi028 ceph-mon[112123]: from='client.105771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:17 smithi138 ceph-mon[117003]: pgmap v3499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:17 smithi161 ceph-mon[116604]: pgmap v3499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:18.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:17 smithi028 ceph-mon[112123]: pgmap v3499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:18 smithi138 ceph-mon[117003]: pgmap v3500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:18 smithi161 ceph-mon[116604]: pgmap v3500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:18 smithi028 ceph-mon[112123]: pgmap v3500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:20.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:20.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:20.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:21.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:21.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:21.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:21.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:21.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:21 smithi138 ceph-mon[117003]: pgmap v3501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:21 smithi161 ceph-mon[116604]: pgmap v3501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:21 smithi028 ceph-mon[112123]: pgmap v3501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:22 smithi138 ceph-mon[117003]: from='client.105849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:22 smithi161 ceph-mon[116604]: from='client.105849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:22 smithi028 ceph-mon[112123]: from='client.105849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:23 smithi138 ceph-mon[117003]: 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-07T06:43:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:23 smithi161 ceph-mon[116604]: 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-07T06:43:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:23 smithi028 ceph-mon[112123]: 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-07T06:43:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:25 smithi138 ceph-mon[117003]: 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-07T06:43:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:25 smithi161 ceph-mon[116604]: 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-07T06:43:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:25 smithi028 ceph-mon[112123]: 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-07T06:43:26.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:26.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:26.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:27.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:27.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:27.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:27.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:27.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:27.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:27 smithi138 ceph-mon[117003]: pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:43:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:27 smithi161 ceph-mon[116604]: pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:43:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:27 smithi028 ceph-mon[112123]: pgmap v3504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:43:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:28 smithi138 ceph-mon[117003]: from='client.105921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:28 smithi161 ceph-mon[116604]: from='client.105921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:28 smithi028 ceph-mon[112123]: from='client.105921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:29 smithi138 ceph-mon[117003]: pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:29 smithi161 ceph-mon[116604]: pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:29 smithi028 ceph-mon[112123]: pgmap v3505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:31 smithi138 ceph-mon[117003]: pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:43:31.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:31 smithi161 ceph-mon[116604]: pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:43:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:31 smithi028 ceph-mon[112123]: pgmap v3506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:43:32.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:32.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:32.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:32.903 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:32.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:32.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:32.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:32.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:33 smithi138 ceph-mon[117003]: pgmap v3507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:33.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:33 smithi138 ceph-mon[117003]: from='client.105996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:33 smithi161 ceph-mon[116604]: pgmap v3507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:33 smithi161 ceph-mon[116604]: from='client.105996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:33 smithi028 ceph-mon[112123]: pgmap v3507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:33 smithi028 ceph-mon[112123]: from='client.105996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:35 smithi161 ceph-mon[116604]: pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:35 smithi028 ceph-mon[112123]: pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:35 smithi138 ceph-mon[117003]: pgmap v3508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:37.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:37.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:37.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:37 smithi161 ceph-mon[116604]: pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:43:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:37 smithi028 ceph-mon[112123]: pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:43:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:37 smithi138 ceph-mon[117003]: pgmap v3509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:43:38.707 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:38.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:38.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:38.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:38.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:43:38.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:43:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:43:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:39 smithi161 ceph-mon[116604]: 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-07T06:43:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:39 smithi161 ceph-mon[116604]: from='client.106074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:43:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:43:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:43:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:39 smithi028 ceph-mon[112123]: 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-07T06:43:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:39 smithi028 ceph-mon[112123]: from='client.106074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:43:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:43:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:43:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:39 smithi138 ceph-mon[117003]: 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-07T06:43:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:39 smithi138 ceph-mon[117003]: from='client.106074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:43:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:43:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:43:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:41 smithi161 ceph-mon[116604]: 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-07T06:43:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:41 smithi028 ceph-mon[112123]: 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-07T06:43:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:41 smithi138 ceph-mon[117003]: 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-07T06:43:43.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:43.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:43.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:43 smithi161 ceph-mon[116604]: 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-07T06:43:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:43 smithi028 ceph-mon[112123]: 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-07T06:43:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:43 smithi138 ceph-mon[117003]: 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-07T06:43:44.477 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:44.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:44.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:44.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:44.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:45 smithi161 ceph-mon[116604]: 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-07T06:43:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:45 smithi161 ceph-mon[116604]: from='client.106149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:45 smithi028 ceph-mon[112123]: 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-07T06:43:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:45 smithi028 ceph-mon[112123]: from='client.106149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:45 smithi138 ceph-mon[117003]: 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-07T06:43:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:45 smithi138 ceph-mon[117003]: from='client.106149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:47 smithi161 ceph-mon[116604]: pgmap v3514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:47 smithi028 ceph-mon[112123]: pgmap v3514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:47 smithi138 ceph-mon[117003]: pgmap v3514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:49.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:49.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:49.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:49 smithi161 ceph-mon[116604]: pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:49 smithi028 ceph-mon[112123]: pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:49 smithi138 ceph-mon[117003]: pgmap v3515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:50.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:50.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:50.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:50.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:50.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:51 smithi161 ceph-mon[116604]: pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:51 smithi161 ceph-mon[116604]: from='client.106224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:51 smithi028 ceph-mon[112123]: pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:51 smithi028 ceph-mon[112123]: from='client.106224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:51 smithi138 ceph-mon[117003]: pgmap v3516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:51 smithi138 ceph-mon[117003]: from='client.106224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:53 smithi161 ceph-mon[116604]: pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:53 smithi028 ceph-mon[112123]: pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:53 smithi138 ceph-mon[117003]: pgmap v3517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:55.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:43:55.248 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:43:55.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:43:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:55 smithi161 ceph-mon[116604]: pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:55 smithi028 ceph-mon[112123]: pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:56.037 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:43:56.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:43:56.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:43:56.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:43:56.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:43:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:55 smithi138 ceph-mon[117003]: pgmap v3518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:43:56.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:56 smithi161 ceph-mon[116604]: from='client.106302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:56.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:56 smithi028 ceph-mon[112123]: from='client.106302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:56 smithi138 ceph-mon[117003]: from='client.106302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:43:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:57 smithi161 ceph-mon[116604]: pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:57 smithi028 ceph-mon[112123]: pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:57 smithi138 ceph-mon[117003]: pgmap v3519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:43:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:43:59 smithi161 ceph-mon[116604]: 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-07T06:43:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:43:59 smithi028 ceph-mon[112123]: 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-07T06:44:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:43:59 smithi138 ceph-mon[117003]: 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-07T06:44:01.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:01.039 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:01.039 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:01.811 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:01.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:01.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:01.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:01.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:01 smithi161 ceph-mon[116604]: 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-07T06:44:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:01 smithi028 ceph-mon[112123]: 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-07T06:44:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:01 smithi138 ceph-mon[117003]: 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-07T06:44:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:02 smithi161 ceph-mon[116604]: from='client.106377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:02 smithi028 ceph-mon[112123]: from='client.106377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:02 smithi138 ceph-mon[117003]: from='client.106377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:03 smithi161 ceph-mon[116604]: 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-07T06:44:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:03 smithi028 ceph-mon[112123]: 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-07T06:44:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:03 smithi138 ceph-mon[117003]: 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-07T06:44:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:05 smithi161 ceph-mon[116604]: 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-07T06:44:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:05 smithi028 ceph-mon[112123]: 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-07T06:44:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:05 smithi138 ceph-mon[117003]: 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-07T06:44:06.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:06.813 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:06.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:07.587 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:07.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:07.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:07.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:07.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:07 smithi161 ceph-mon[116604]: pgmap v3524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:07 smithi028 ceph-mon[112123]: pgmap v3524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:07 smithi138 ceph-mon[117003]: pgmap v3524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:08.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:08 smithi161 ceph-mon[116604]: from='client.106449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:08 smithi028 ceph-mon[112123]: from='client.106449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:08 smithi138 ceph-mon[117003]: from='client.106449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:09 smithi161 ceph-mon[116604]: pgmap v3525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:09 smithi028 ceph-mon[112123]: pgmap v3525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:09 smithi138 ceph-mon[117003]: pgmap v3525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:11 smithi161 ceph-mon[116604]: pgmap v3526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:11 smithi028 ceph-mon[112123]: pgmap v3526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:11 smithi138 ceph-mon[117003]: pgmap v3526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:12.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:12.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:12.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:13.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:13.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:13.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:13.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:13.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:13 smithi161 ceph-mon[116604]: pgmap v3527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:13 smithi028 ceph-mon[112123]: pgmap v3527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:13 smithi138 ceph-mon[117003]: pgmap v3527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:14 smithi161 ceph-mon[116604]: from='client.106527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:14 smithi028 ceph-mon[112123]: from='client.106527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:14 smithi138 ceph-mon[117003]: from='client.106527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:15 smithi161 ceph-mon[116604]: pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:15 smithi028 ceph-mon[112123]: pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:15 smithi138 ceph-mon[117003]: pgmap v3528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:17 smithi161 ceph-mon[116604]: pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:17 smithi028 ceph-mon[112123]: pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:17 smithi138 ceph-mon[117003]: pgmap v3529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:18.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:18.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:18.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:19.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:19.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:19.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:19.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:19.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:19 smithi161 ceph-mon[116604]: 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-07T06:44:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:19 smithi028 ceph-mon[112123]: 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-07T06:44:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:19 smithi138 ceph-mon[117003]: 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-07T06:44:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:20 smithi161 ceph-mon[116604]: from='client.106602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:20 smithi028 ceph-mon[112123]: from='client.106602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:21.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:20 smithi138 ceph-mon[117003]: from='client.106602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:21 smithi161 ceph-mon[116604]: 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-07T06:44:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:21 smithi028 ceph-mon[112123]: 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-07T06:44:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:21 smithi138 ceph-mon[117003]: 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-07T06:44:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:23 smithi161 ceph-mon[116604]: 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-07T06:44:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:23 smithi028 ceph-mon[112123]: 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-07T06:44:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:23 smithi138 ceph-mon[117003]: 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-07T06:44:24.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:24.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:24.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:24.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:24.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:24.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:24.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:24.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:25 smithi161 ceph-mon[116604]: 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-07T06:44:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:25 smithi161 ceph-mon[116604]: from='client.106677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:25 smithi028 ceph-mon[112123]: 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-07T06:44:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:25 smithi028 ceph-mon[112123]: from='client.106677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:25 smithi138 ceph-mon[117003]: 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-07T06:44:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:25 smithi138 ceph-mon[117003]: from='client.106677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:27 smithi161 ceph-mon[116604]: pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:27 smithi028 ceph-mon[112123]: pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:27 smithi138 ceph-mon[117003]: pgmap v3534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:29.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:29.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:29.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:29 smithi161 ceph-mon[116604]: pgmap v3535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:44:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:29 smithi028 ceph-mon[112123]: pgmap v3535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:44:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:29 smithi138 ceph-mon[117003]: pgmap v3535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:44:30.676 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:30.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:30.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:30.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:30.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:31 smithi161 ceph-mon[116604]: pgmap v3536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:31 smithi161 ceph-mon[116604]: from='client.106752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:31 smithi028 ceph-mon[112123]: pgmap v3536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:31 smithi028 ceph-mon[112123]: from='client.106752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:31 smithi138 ceph-mon[117003]: pgmap v3536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:31 smithi138 ceph-mon[117003]: from='client.106752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:33 smithi161 ceph-mon[116604]: pgmap v3537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:44:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:33 smithi028 ceph-mon[112123]: pgmap v3537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:44:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:33 smithi138 ceph-mon[117003]: pgmap v3537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:44:35.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:35.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:35.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:35 smithi161 ceph-mon[116604]: pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:44:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:35 smithi028 ceph-mon[112123]: pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:44:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:35 smithi138 ceph-mon[117003]: pgmap v3538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:44:36.451 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:36.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:36.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:36.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:36.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:37 smithi161 ceph-mon[116604]: pgmap v3539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:37 smithi161 ceph-mon[116604]: from='client.106827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:37 smithi028 ceph-mon[112123]: pgmap v3539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:37 smithi028 ceph-mon[112123]: from='client.106827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:37 smithi138 ceph-mon[117003]: pgmap v3539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:37 smithi138 ceph-mon[117003]: from='client.106827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:39 smithi161 ceph-mon[116604]: 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-07T06:44:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:44:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:44:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:44:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:44:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:39 smithi028 ceph-mon[112123]: 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-07T06:44:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:44:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:44:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:44:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:44:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:39 smithi138 ceph-mon[117003]: 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-07T06:44:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:44:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:44:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:44:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:44:41.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:41.454 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:41.454 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:41 smithi161 ceph-mon[116604]: pgmap v3541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:41 smithi028 ceph-mon[112123]: pgmap v3541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:41 smithi138 ceph-mon[117003]: pgmap v3541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:42.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:42.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:42.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:42.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:42.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:43 smithi161 ceph-mon[116604]: pgmap v3542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:43.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:43 smithi161 ceph-mon[116604]: from='client.106899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:43 smithi028 ceph-mon[112123]: pgmap v3542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:43 smithi028 ceph-mon[112123]: from='client.106899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:43 smithi138 ceph-mon[117003]: pgmap v3542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:43 smithi138 ceph-mon[117003]: from='client.106899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:45 smithi161 ceph-mon[116604]: pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:45 smithi028 ceph-mon[112123]: pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:45 smithi138 ceph-mon[117003]: pgmap v3543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:47.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:47.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:47.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:47 smithi161 ceph-mon[116604]: pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:47.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:47 smithi028 ceph-mon[112123]: pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:47.997 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:47.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:47.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:47.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:47.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:47 smithi138 ceph-mon[117003]: pgmap v3544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:48.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:48 smithi161 ceph-mon[116604]: from='client.106977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:48 smithi028 ceph-mon[112123]: from='client.106977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:48 smithi138 ceph-mon[117003]: from='client.106977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:49 smithi161 ceph-mon[116604]: pgmap v3545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:49 smithi028 ceph-mon[112123]: pgmap v3545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:49 smithi138 ceph-mon[117003]: pgmap v3545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:51 smithi161 ceph-mon[116604]: pgmap v3546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:51 smithi028 ceph-mon[112123]: pgmap v3546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:51 smithi138 ceph-mon[117003]: pgmap v3546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:52.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:53.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:53.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:53.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:53.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:53.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:53.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:53.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:53 smithi161 ceph-mon[116604]: pgmap v3547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:53 smithi028 ceph-mon[112123]: pgmap v3547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:53 smithi138 ceph-mon[117003]: pgmap v3547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:54 smithi161 ceph-mon[116604]: from='client.107052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:54.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:54 smithi028 ceph-mon[112123]: from='client.107052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:54 smithi138 ceph-mon[117003]: from='client.107052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:44:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:55 smithi161 ceph-mon[116604]: pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:55 smithi028 ceph-mon[112123]: pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:55 smithi138 ceph-mon[117003]: pgmap v3548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:44:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:57 smithi161 ceph-mon[116604]: pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:57 smithi028 ceph-mon[112123]: pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:57 smithi138 ceph-mon[117003]: pgmap v3549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:44:58.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:44:58.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:44:58.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:44:59.535 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:44:59.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:44:59.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:44:59.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:44:59.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:44:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:44:59 smithi161 ceph-mon[116604]: 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-07T06:44:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:44:59 smithi028 ceph-mon[112123]: 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-07T06:45:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:44:59 smithi138 ceph-mon[117003]: 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-07T06:45:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:00 smithi028 ceph-mon[112123]: from='client.107127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:00 smithi138 ceph-mon[117003]: from='client.107127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:00 smithi161 ceph-mon[116604]: from='client.107127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:01 smithi028 ceph-mon[112123]: pgmap v3551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:01 smithi138 ceph-mon[117003]: pgmap v3551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:01 smithi161 ceph-mon[116604]: pgmap v3551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:03 smithi028 ceph-mon[112123]: pgmap v3552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:03 smithi138 ceph-mon[117003]: pgmap v3552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:03 smithi161 ceph-mon[116604]: pgmap v3552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:04.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:04.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:04.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:05.307 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:05.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:05.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:05.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:05.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:05 smithi028 ceph-mon[112123]: pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:05 smithi138 ceph-mon[117003]: pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:05 smithi161 ceph-mon[116604]: pgmap v3553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:06 smithi028 ceph-mon[112123]: from='client.107202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:06 smithi138 ceph-mon[117003]: from='client.107202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:06 smithi161 ceph-mon[116604]: from='client.107202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:07 smithi028 ceph-mon[112123]: pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:07 smithi138 ceph-mon[117003]: pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:07 smithi161 ceph-mon[116604]: pgmap v3554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:09 smithi028 ceph-mon[112123]: pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:09 smithi138 ceph-mon[117003]: pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:09 smithi161 ceph-mon[116604]: pgmap v3555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:10.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:10.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:10.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:11.081 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:11.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:11.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:11.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:11.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:11 smithi028 ceph-mon[112123]: pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:11 smithi028 ceph-mon[112123]: from='client.107274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:11 smithi138 ceph-mon[117003]: pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:11 smithi138 ceph-mon[117003]: from='client.107274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:11 smithi161 ceph-mon[116604]: pgmap v3556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:11 smithi161 ceph-mon[116604]: from='client.107274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:13 smithi138 ceph-mon[117003]: 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-07T06:45:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:13 smithi161 ceph-mon[116604]: 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-07T06:45:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:13 smithi028 ceph-mon[112123]: 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-07T06:45:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:15 smithi138 ceph-mon[117003]: 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-07T06:45:16.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:16.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:16.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:15 smithi161 ceph-mon[116604]: 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-07T06:45:16.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:15 smithi028 ceph-mon[112123]: 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-07T06:45:16.854 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:16.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:16.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:16.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:16.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:17 smithi138 ceph-mon[117003]: 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-07T06:45:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:17 smithi138 ceph-mon[117003]: from='client.107349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:17 smithi161 ceph-mon[116604]: 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-07T06:45:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:17 smithi161 ceph-mon[116604]: from='client.107349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:17 smithi028 ceph-mon[112123]: 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-07T06:45:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:17 smithi028 ceph-mon[112123]: from='client.107349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:19 smithi138 ceph-mon[117003]: 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-07T06:45:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:19 smithi161 ceph-mon[116604]: 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-07T06:45:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:19 smithi028 ceph-mon[112123]: 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-07T06:45:21.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:21.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:21.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:21 smithi138 ceph-mon[117003]: pgmap v3561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:45:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:21 smithi161 ceph-mon[116604]: pgmap v3561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:45:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:21 smithi028 ceph-mon[112123]: pgmap v3561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:45:22.632 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:22.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:22.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:22.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:22.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:23 smithi138 ceph-mon[117003]: pgmap v3562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:23 smithi138 ceph-mon[117003]: from='client.107421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:23 smithi161 ceph-mon[116604]: pgmap v3562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:23 smithi161 ceph-mon[116604]: from='client.107421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:23 smithi028 ceph-mon[112123]: pgmap v3562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:23 smithi028 ceph-mon[112123]: from='client.107421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:25 smithi138 ceph-mon[117003]: pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:25 smithi161 ceph-mon[116604]: pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:25 smithi028 ceph-mon[112123]: pgmap v3563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:27.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:27.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:27.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:27 smithi138 ceph-mon[117003]: pgmap v3564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:45:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:27 smithi161 ceph-mon[116604]: pgmap v3564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:45:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:27 smithi028 ceph-mon[112123]: pgmap v3564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:45:28.416 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:28.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:28.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:28.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:28.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:29 smithi138 ceph-mon[117003]: pgmap v3565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:29 smithi138 ceph-mon[117003]: from='client.107493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:29 smithi161 ceph-mon[116604]: pgmap v3565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:29 smithi161 ceph-mon[116604]: from='client.107493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:29 smithi028 ceph-mon[112123]: pgmap v3565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:29 smithi028 ceph-mon[112123]: from='client.107493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:31 smithi138 ceph-mon[117003]: pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:45:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:31 smithi161 ceph-mon[116604]: pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:45:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:31 smithi028 ceph-mon[112123]: pgmap v3566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:45:33.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:33.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:33.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:33 smithi138 ceph-mon[117003]: pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:33 smithi161 ceph-mon[116604]: pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:34.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:34.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:34.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:34.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:34.194 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:33 smithi028 ceph-mon[112123]: pgmap v3567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:35 smithi138 ceph-mon[117003]: from='client.107571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:35 smithi138 ceph-mon[117003]: pgmap v3568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:35 smithi161 ceph-mon[116604]: from='client.107571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:35 smithi161 ceph-mon[116604]: pgmap v3568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:35 smithi028 ceph-mon[112123]: from='client.107571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:35 smithi028 ceph-mon[112123]: pgmap v3568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:37 smithi138 ceph-mon[117003]: pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:45:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:37 smithi161 ceph-mon[116604]: pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:45:38.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:37 smithi028 ceph-mon[112123]: pgmap v3569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:45:39.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:39.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:39.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:39.999 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:39.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:39.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:39.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:39.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:39 smithi138 ceph-mon[117003]: pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:45:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:39 smithi161 ceph-mon[116604]: pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:45:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:39 smithi028 ceph-mon[112123]: pgmap v3570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:45:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:40 smithi138 ceph-mon[117003]: from='client.107646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:45:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:45:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:45:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:45:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:40 smithi161 ceph-mon[116604]: from='client.107646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:45:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:45:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:45:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:45:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:40 smithi028 ceph-mon[112123]: from='client.107646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:45:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:45:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:45:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:45:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:41 smithi138 ceph-mon[117003]: pgmap v3571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:41 smithi161 ceph-mon[116604]: pgmap v3571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:41 smithi028 ceph-mon[112123]: pgmap v3571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:42 smithi161 ceph-mon[116604]: pgmap v3572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:43.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:42 smithi028 ceph-mon[112123]: pgmap v3572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:42 smithi138 ceph-mon[117003]: pgmap v3572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:45.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:45.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:45.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:44 smithi161 ceph-mon[116604]: pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:45.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:44 smithi028 ceph-mon[112123]: pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:44 smithi138 ceph-mon[117003]: pgmap v3573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:45:45.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:45.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:45.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:45.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:45.763 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:46 smithi161 ceph-mon[116604]: from='client.107724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:46 smithi028 ceph-mon[112123]: from='client.107724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:46 smithi138 ceph-mon[117003]: from='client.107724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:47 smithi161 ceph-mon[116604]: pgmap v3574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:47 smithi028 ceph-mon[112123]: pgmap v3574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:47 smithi138 ceph-mon[117003]: pgmap v3574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:45:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:49 smithi161 ceph-mon[116604]: pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:45:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:49 smithi028 ceph-mon[112123]: pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:45:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:49 smithi138 ceph-mon[117003]: pgmap v3575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:45:50.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:50.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:50.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:51.542 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:51.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:51.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:51.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:51.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:51 smithi161 ceph-mon[116604]: pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:45:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:51 smithi028 ceph-mon[112123]: pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:45:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:51 smithi138 ceph-mon[117003]: pgmap v3576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:45:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:52 smithi161 ceph-mon[116604]: from='client.107799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:52.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:52 smithi028 ceph-mon[112123]: from='client.107799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:52 smithi138 ceph-mon[117003]: from='client.107799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:53 smithi161 ceph-mon[116604]: 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-07T06:45:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:53 smithi028 ceph-mon[112123]: 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-07T06:45:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:53 smithi138 ceph-mon[117003]: 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-07T06:45:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:55 smithi161 ceph-mon[116604]: 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-07T06:45:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:55 smithi028 ceph-mon[112123]: 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-07T06:45:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:55 smithi138 ceph-mon[117003]: 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-07T06:45:56.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:45:56.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:45:56.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:45:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:45:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:45:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:45:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:45:57.330 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:45:57.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:57 smithi161 ceph-mon[116604]: 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-07T06:45:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:57 smithi028 ceph-mon[112123]: 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-07T06:45:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:57 smithi138 ceph-mon[117003]: 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-07T06:45:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:58 smithi161 ceph-mon[116604]: from='client.107871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:58 smithi028 ceph-mon[112123]: from='client.107871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:58 smithi138 ceph-mon[117003]: from='client.107871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:45:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:45:59 smithi161 ceph-mon[116604]: 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-07T06:45:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:45:59 smithi028 ceph-mon[112123]: 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-07T06:46:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:45:59 smithi138 ceph-mon[117003]: 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-07T06:46:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:01 smithi161 ceph-mon[116604]: pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:01 smithi028 ceph-mon[112123]: pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:01 smithi138 ceph-mon[117003]: pgmap v3581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:02.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:02.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:02.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:03.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:03.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:03.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:03.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:03.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:03 smithi161 ceph-mon[116604]: pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:03 smithi161 ceph-mon[116604]: from='client.107946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:03 smithi028 ceph-mon[112123]: pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:03 smithi028 ceph-mon[112123]: from='client.107946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:03 smithi138 ceph-mon[117003]: pgmap v3582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:03 smithi138 ceph-mon[117003]: from='client.107946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:05 smithi161 ceph-mon[116604]: pgmap v3583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:05.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:05 smithi028 ceph-mon[112123]: pgmap v3583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:05 smithi138 ceph-mon[117003]: pgmap v3583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:07 smithi161 ceph-mon[116604]: pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:07 smithi028 ceph-mon[112123]: pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:07 smithi138 ceph-mon[117003]: pgmap v3584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:08.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:08.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:08.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:08.897 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:08.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:08.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:08.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:08.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:09 smithi161 ceph-mon[116604]: pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:09 smithi161 ceph-mon[116604]: from='client.108018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:09 smithi028 ceph-mon[112123]: pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:09 smithi028 ceph-mon[112123]: from='client.108018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:09 smithi138 ceph-mon[117003]: pgmap v3585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:09 smithi138 ceph-mon[117003]: from='client.108018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:11 smithi161 ceph-mon[116604]: pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:11 smithi028 ceph-mon[112123]: pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:11 smithi138 ceph-mon[117003]: pgmap v3586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:13.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:13.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:13.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:13 smithi161 ceph-mon[116604]: pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:13.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:13 smithi028 ceph-mon[112123]: pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:13 smithi138 ceph-mon[117003]: pgmap v3587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:14.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:14.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:14.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:14.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:14.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:15 smithi161 ceph-mon[116604]: pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:15 smithi161 ceph-mon[116604]: from='client.108096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:15 smithi028 ceph-mon[112123]: pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:15 smithi028 ceph-mon[112123]: from='client.108096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:15 smithi138 ceph-mon[117003]: pgmap v3588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:15 smithi138 ceph-mon[117003]: from='client.108096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:17 smithi161 ceph-mon[116604]: pgmap v3589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:17 smithi028 ceph-mon[112123]: pgmap v3589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:17 smithi138 ceph-mon[117003]: pgmap v3589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:19.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:19.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:19.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:19 smithi161 ceph-mon[116604]: pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:19 smithi028 ceph-mon[112123]: pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:19 smithi138 ceph-mon[117003]: pgmap v3590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:20.466 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:20.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:20.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:20.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:20.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:21 smithi161 ceph-mon[116604]: pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:21 smithi161 ceph-mon[116604]: from='client.108168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:21 smithi028 ceph-mon[112123]: pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:21 smithi028 ceph-mon[112123]: from='client.108168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:21 smithi138 ceph-mon[117003]: pgmap v3591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:21 smithi138 ceph-mon[117003]: from='client.108168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:23 smithi161 ceph-mon[116604]: pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:23 smithi028 ceph-mon[112123]: pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:23 smithi138 ceph-mon[117003]: pgmap v3592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:25.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:25.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:25.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:25 smithi161 ceph-mon[116604]: pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:25 smithi028 ceph-mon[112123]: pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:25 smithi138 ceph-mon[117003]: pgmap v3593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:26.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:26.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:26.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:26.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:26.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:27 smithi161 ceph-mon[116604]: pgmap v3594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:27 smithi161 ceph-mon[116604]: from='client.108243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:27 smithi028 ceph-mon[112123]: pgmap v3594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:27 smithi028 ceph-mon[112123]: from='client.108243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:27 smithi138 ceph-mon[117003]: pgmap v3594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:27 smithi138 ceph-mon[117003]: from='client.108243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:29 smithi161 ceph-mon[116604]: 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-07T06:46:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:29 smithi028 ceph-mon[112123]: 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-07T06:46:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:29 smithi138 ceph-mon[117003]: 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-07T06:46:31.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:31.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:31.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:31.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:31 smithi161 ceph-mon[116604]: 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-07T06:46:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:31 smithi028 ceph-mon[112123]: 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-07T06:46:32.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:32.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:32.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:32.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:32.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:31 smithi138 ceph-mon[117003]: 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-07T06:46:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:32 smithi161 ceph-mon[116604]: from='client.108318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:32 smithi028 ceph-mon[112123]: from='client.108318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:32 smithi138 ceph-mon[117003]: from='client.108318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:33 smithi161 ceph-mon[116604]: 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-07T06:46:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:33 smithi028 ceph-mon[112123]: 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-07T06:46:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:33 smithi138 ceph-mon[117003]: 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-07T06:46:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:35 smithi161 ceph-mon[116604]: 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-07T06:46:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:35 smithi028 ceph-mon[112123]: 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-07T06:46:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:35 smithi138 ceph-mon[117003]: 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-07T06:46:37.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:37.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:37.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:37.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:37.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:37.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:37.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:37.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:37 smithi161 ceph-mon[116604]: 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-07T06:46:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:37 smithi028 ceph-mon[112123]: 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-07T06:46:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:37 smithi138 ceph-mon[117003]: 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-07T06:46:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:38 smithi161 ceph-mon[116604]: from='client.108396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:38.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:38 smithi028 ceph-mon[112123]: from='client.108396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:38 smithi138 ceph-mon[117003]: from='client.108396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:39 smithi161 ceph-mon[116604]: 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-07T06:46:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:39 smithi028 ceph-mon[112123]: 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-07T06:46:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:39 smithi138 ceph-mon[117003]: 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-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:46:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:46:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:46:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:46:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: pgmap v3601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:46:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:46:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:46:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:46:42.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:42.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:42.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:43.594 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:43.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:43.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:43.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:43.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:43 smithi161 ceph-mon[116604]: pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:43 smithi028 ceph-mon[112123]: pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:43 smithi138 ceph-mon[117003]: pgmap v3602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:44 smithi161 ceph-mon[116604]: from='client.108474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:44 smithi028 ceph-mon[112123]: from='client.108474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:44 smithi138 ceph-mon[117003]: from='client.108474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:45 smithi161 ceph-mon[116604]: pgmap v3603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:45 smithi028 ceph-mon[112123]: pgmap v3603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:45 smithi138 ceph-mon[117003]: pgmap v3603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:47 smithi161 ceph-mon[116604]: pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:47 smithi028 ceph-mon[112123]: pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:47 smithi138 ceph-mon[117003]: pgmap v3604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:46:48.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:48.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:48.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:49.369 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:49.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:49.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:49.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:49.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:49 smithi161 ceph-mon[116604]: pgmap v3605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:49 smithi028 ceph-mon[112123]: pgmap v3605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:49 smithi138 ceph-mon[117003]: pgmap v3605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:50 smithi161 ceph-mon[116604]: from='client.108552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:50.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:50 smithi028 ceph-mon[112123]: from='client.108552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:50 smithi138 ceph-mon[117003]: from='client.108552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:51 smithi161 ceph-mon[116604]: 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-07T06:46:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:51 smithi028 ceph-mon[112123]: 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-07T06:46:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:51 smithi138 ceph-mon[117003]: 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-07T06:46:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:53 smithi161 ceph-mon[116604]: pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:53 smithi028 ceph-mon[112123]: pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:53 smithi138 ceph-mon[117003]: pgmap v3607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:54.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:46:54.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:46:54.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:46:55.151 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:46:55.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:46:55.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:46:55.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:46:55.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:46:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:55 smithi161 ceph-mon[116604]: pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:55 smithi161 ceph-mon[116604]: from='client.108624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:55 smithi028 ceph-mon[112123]: pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:55 smithi028 ceph-mon[112123]: from='client.108624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:55 smithi138 ceph-mon[117003]: pgmap v3608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:55 smithi138 ceph-mon[117003]: from='client.108624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:46:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:57 smithi161 ceph-mon[116604]: pgmap v3609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:57 smithi028 ceph-mon[112123]: pgmap v3609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:57 smithi138 ceph-mon[117003]: pgmap v3609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:46:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:46:59 smithi161 ceph-mon[116604]: pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:46:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:46:59 smithi028 ceph-mon[112123]: pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:46:59 smithi138 ceph-mon[117003]: pgmap v3610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:00.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:00.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:00.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:00.927 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:00.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:00.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:00.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:00.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:01 smithi161 ceph-mon[116604]: pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:01 smithi161 ceph-mon[116604]: from='client.108699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:01 smithi028 ceph-mon[112123]: pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:01 smithi028 ceph-mon[112123]: from='client.108699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:01 smithi138 ceph-mon[117003]: pgmap v3611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:01 smithi138 ceph-mon[117003]: from='client.108699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:03 smithi161 ceph-mon[116604]: 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-07T06:47:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:03 smithi028 ceph-mon[112123]: 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-07T06:47:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:03 smithi138 ceph-mon[117003]: 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-07T06:47:05.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:05.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:05.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:05 smithi161 ceph-mon[116604]: 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-07T06:47:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:05 smithi028 ceph-mon[112123]: 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-07T06:47:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:05 smithi138 ceph-mon[117003]: 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-07T06:47:06.728 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:06.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:06.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:06.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:06.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:07 smithi161 ceph-mon[116604]: 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-07T06:47:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:07 smithi161 ceph-mon[116604]: from='client.108771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:07 smithi028 ceph-mon[112123]: 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-07T06:47:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:07 smithi028 ceph-mon[112123]: from='client.108771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:07 smithi138 ceph-mon[117003]: 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-07T06:47:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:07 smithi138 ceph-mon[117003]: from='client.108771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:09 smithi161 ceph-mon[116604]: 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-07T06:47:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:09 smithi028 ceph-mon[112123]: 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-07T06:47:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:09 smithi138 ceph-mon[117003]: 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-07T06:47:11.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:11.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:11.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:11 smithi161 ceph-mon[116604]: 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-07T06:47:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:11 smithi028 ceph-mon[112123]: 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-07T06:47:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:11 smithi138 ceph-mon[117003]: 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-07T06:47:12.495 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:12.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:12.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:12.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:12.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:13 smithi161 ceph-mon[116604]: 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-07T06:47:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:13 smithi161 ceph-mon[116604]: from='client.108843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:13 smithi028 ceph-mon[112123]: 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-07T06:47:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:13 smithi028 ceph-mon[112123]: from='client.108843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:13 smithi138 ceph-mon[117003]: 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-07T06:47:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:13 smithi138 ceph-mon[117003]: from='client.108843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:15 smithi161 ceph-mon[116604]: 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-07T06:47:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:15 smithi028 ceph-mon[112123]: 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-07T06:47:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:15 smithi138 ceph-mon[117003]: 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-07T06:47:17.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:17.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:17.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:17 smithi161 ceph-mon[116604]: 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-07T06:47:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:17 smithi028 ceph-mon[112123]: 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-07T06:47:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:17 smithi138 ceph-mon[117003]: 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-07T06:47:18.278 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:18.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:18.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:18.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:18.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:19 smithi161 ceph-mon[116604]: 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-07T06:47:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:19 smithi161 ceph-mon[116604]: from='client.108915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:19 smithi028 ceph-mon[112123]: 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-07T06:47:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:19 smithi028 ceph-mon[112123]: from='client.108915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:19 smithi138 ceph-mon[117003]: 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-07T06:47:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:19 smithi138 ceph-mon[117003]: from='client.108915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:21 smithi161 ceph-mon[116604]: pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:47:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:21 smithi028 ceph-mon[112123]: pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:47:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:21 smithi138 ceph-mon[117003]: pgmap v3621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:47:23.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:23.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:23.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:23 smithi161 ceph-mon[116604]: pgmap v3622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:23 smithi028 ceph-mon[112123]: pgmap v3622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:23 smithi138 ceph-mon[117003]: pgmap v3622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:24.051 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:24.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:24.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:24.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:24.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:24 smithi161 ceph-mon[116604]: from='client.108993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:24 smithi028 ceph-mon[112123]: from='client.108993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:24 smithi138 ceph-mon[117003]: from='client.108993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:25 smithi161 ceph-mon[116604]: pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:25 smithi028 ceph-mon[112123]: pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:25 smithi138 ceph-mon[117003]: pgmap v3623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:27 smithi161 ceph-mon[116604]: pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:47:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:27 smithi028 ceph-mon[112123]: pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:47:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:27 smithi138 ceph-mon[117003]: pgmap v3624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:47:29.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:29.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:29.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:29.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:29.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:29.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:29.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:29.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:29 smithi161 ceph-mon[116604]: pgmap v3625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:29 smithi028 ceph-mon[112123]: pgmap v3625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:29 smithi138 ceph-mon[117003]: pgmap v3625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:30 smithi161 ceph-mon[116604]: from='client.109071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:30 smithi028 ceph-mon[112123]: from='client.109071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:30 smithi138 ceph-mon[117003]: from='client.109071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:31 smithi161 ceph-mon[116604]: 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-07T06:47:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:31 smithi028 ceph-mon[112123]: 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-07T06:47:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:31 smithi138 ceph-mon[117003]: 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-07T06:47:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:33 smithi161 ceph-mon[116604]: pgmap v3627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:33 smithi028 ceph-mon[112123]: pgmap v3627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:33 smithi138 ceph-mon[117003]: pgmap v3627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:34.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:34.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:34.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:35.618 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:35.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:35.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:35.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:35.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:35 smithi161 ceph-mon[116604]: pgmap v3628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:35 smithi028 ceph-mon[112123]: pgmap v3628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:35 smithi138 ceph-mon[117003]: pgmap v3628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:36 smithi161 ceph-mon[116604]: from='client.109149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:36 smithi028 ceph-mon[112123]: from='client.109149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:36 smithi138 ceph-mon[117003]: from='client.109149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:37 smithi161 ceph-mon[116604]: pgmap v3629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:37 smithi028 ceph-mon[112123]: pgmap v3629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:37 smithi138 ceph-mon[117003]: pgmap v3629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:39 smithi161 ceph-mon[116604]: pgmap v3630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:39 smithi028 ceph-mon[112123]: pgmap v3630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:39 smithi138 ceph-mon[117003]: pgmap v3630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:47:40.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:40.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:40.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:41.389 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:41.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:41.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:41.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:41.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:41 smithi161 ceph-mon[116604]: pgmap v3631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:47:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:41 smithi028 ceph-mon[112123]: pgmap v3631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:47:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:41 smithi138 ceph-mon[117003]: pgmap v3631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:47:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:47:42.896 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:42 smithi138 ceph-mon[117003]: from='client.109227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:42.922 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:42 smithi161 ceph-mon[116604]: from='client.109227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:42.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:42 smithi028 ceph-mon[112123]: from='client.109227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:43 smithi161 ceph-mon[116604]: 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-07T06:47:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:43 smithi028 ceph-mon[112123]: 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-07T06:47:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:43 smithi138 ceph-mon[117003]: 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-07T06:47:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: 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-07T06:47:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:47:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:47:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: 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-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:47:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: 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-07T06:47:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:47:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:47:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:47:46.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:46.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:46.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:47.181 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:47.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:47.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:47.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:47.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:47 smithi161 ceph-mon[116604]: 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-07T06:47:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:47 smithi161 ceph-mon[116604]: from='client.109305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:47 smithi028 ceph-mon[112123]: 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-07T06:47:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:47 smithi028 ceph-mon[112123]: from='client.109305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:47 smithi138 ceph-mon[117003]: 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-07T06:47:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:47 smithi138 ceph-mon[117003]: from='client.109305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:49 smithi161 ceph-mon[116604]: 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-07T06:47:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:49 smithi028 ceph-mon[112123]: 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-07T06:47:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:49 smithi138 ceph-mon[117003]: 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-07T06:47:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:51 smithi161 ceph-mon[116604]: 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-07T06:47:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:51 smithi028 ceph-mon[112123]: 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-07T06:47:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:51 smithi138 ceph-mon[117003]: 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-07T06:47:52.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:52.183 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:52.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:52.962 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:52.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:52.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:52.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:52.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:53 smithi161 ceph-mon[116604]: 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-07T06:47:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:53 smithi161 ceph-mon[116604]: from='client.109377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:53 smithi028 ceph-mon[112123]: 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-07T06:47:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:53 smithi028 ceph-mon[112123]: from='client.109377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:53 smithi138 ceph-mon[117003]: 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-07T06:47:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:53 smithi138 ceph-mon[117003]: from='client.109377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:55 smithi161 ceph-mon[116604]: 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-07T06:47:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:55 smithi028 ceph-mon[112123]: 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-07T06:47:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:55 smithi138 ceph-mon[117003]: 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-07T06:47:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:57 smithi161 ceph-mon[116604]: 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-07T06:47:57.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:47:57.964 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:47:57.964 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:47:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:57 smithi028 ceph-mon[112123]: 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-07T06:47:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:57 smithi138 ceph-mon[117003]: 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-07T06:47:58.732 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:47:58.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:47:58.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:47:58.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:47:58.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:47:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:59 smithi161 ceph-mon[116604]: 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-07T06:47:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:47:59 smithi161 ceph-mon[116604]: from='client.109452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:47:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:59 smithi028 ceph-mon[112123]: 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-07T06:47:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:47:59 smithi028 ceph-mon[112123]: from='client.109452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:59 smithi138 ceph-mon[117003]: 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-07T06:48:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:47:59 smithi138 ceph-mon[117003]: from='client.109452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:01 smithi161 ceph-mon[116604]: pgmap v3641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:48:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:01 smithi028 ceph-mon[112123]: pgmap v3641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:48:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:01 smithi138 ceph-mon[117003]: pgmap v3641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:48:03.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:03.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:03.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:03 smithi161 ceph-mon[116604]: pgmap v3642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:48:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:03 smithi028 ceph-mon[112123]: pgmap v3642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:48:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:03 smithi138 ceph-mon[117003]: pgmap v3642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:48:04.499 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:04.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:04.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:04.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:04.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:05 smithi161 ceph-mon[116604]: pgmap v3643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:48:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:05 smithi161 ceph-mon[116604]: from='client.109524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:05 smithi028 ceph-mon[112123]: pgmap v3643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:48:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:05 smithi028 ceph-mon[112123]: from='client.109524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:05 smithi138 ceph-mon[117003]: pgmap v3643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:48:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:05 smithi138 ceph-mon[117003]: from='client.109524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:07 smithi161 ceph-mon[116604]: 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-07T06:48:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:07 smithi028 ceph-mon[112123]: 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-07T06:48:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:07 smithi138 ceph-mon[117003]: 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-07T06:48:09.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:09.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:09.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:09 smithi161 ceph-mon[116604]: 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-07T06:48:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:09 smithi028 ceph-mon[112123]: 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-07T06:48:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:09 smithi138 ceph-mon[117003]: 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-07T06:48:10.265 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:10.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:10.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:10.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:10.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:11 smithi161 ceph-mon[116604]: 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-07T06:48:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:11 smithi161 ceph-mon[116604]: from='client.109602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:11 smithi028 ceph-mon[112123]: 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-07T06:48:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:11 smithi028 ceph-mon[112123]: from='client.109602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:11 smithi138 ceph-mon[117003]: 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-07T06:48:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:11 smithi138 ceph-mon[117003]: from='client.109602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:13 smithi161 ceph-mon[116604]: pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:48:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:13 smithi028 ceph-mon[112123]: pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:48:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:13 smithi138 ceph-mon[117003]: pgmap v3647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:48:15.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:15.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:15.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:15 smithi161 ceph-mon[116604]: pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:48:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:15 smithi028 ceph-mon[112123]: pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:48:16.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:16.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:16.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:16.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:16.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:15 smithi138 ceph-mon[117003]: pgmap v3648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:48:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:16 smithi161 ceph-mon[116604]: from='client.109680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:16 smithi028 ceph-mon[112123]: from='client.109680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:16 smithi138 ceph-mon[117003]: from='client.109680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:17 smithi161 ceph-mon[116604]: pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:48:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:17 smithi028 ceph-mon[112123]: pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:48:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:17 smithi138 ceph-mon[117003]: pgmap v3649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:48:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:19 smithi161 ceph-mon[116604]: 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-07T06:48:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:19 smithi028 ceph-mon[112123]: 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-07T06:48:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:19 smithi138 ceph-mon[117003]: 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-07T06:48:21.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:21.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:21.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:21.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:21.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:21.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:21.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:21.821 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:21 smithi161 ceph-mon[116604]: 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-07T06:48:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:21 smithi028 ceph-mon[112123]: 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-07T06:48:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:21 smithi138 ceph-mon[117003]: 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-07T06:48:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:22 smithi161 ceph-mon[116604]: from='client.109755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:22 smithi028 ceph-mon[112123]: from='client.109755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:22 smithi138 ceph-mon[117003]: from='client.109755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:23 smithi161 ceph-mon[116604]: 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-07T06:48:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:23 smithi028 ceph-mon[112123]: 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-07T06:48:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:23 smithi138 ceph-mon[117003]: 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-07T06:48:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:25 smithi161 ceph-mon[116604]: 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-07T06:48:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:25 smithi028 ceph-mon[112123]: 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-07T06:48:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:25 smithi138 ceph-mon[117003]: 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-07T06:48:26.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:26.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:26.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:27.595 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:27.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:27.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:27.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:27.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:27 smithi161 ceph-mon[116604]: 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-07T06:48:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:27 smithi028 ceph-mon[112123]: 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-07T06:48:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:27 smithi138 ceph-mon[117003]: 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-07T06:48:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:28 smithi161 ceph-mon[116604]: from='client.109830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:28 smithi028 ceph-mon[112123]: from='client.109830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:28 smithi138 ceph-mon[117003]: from='client.109830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:29 smithi161 ceph-mon[116604]: 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-07T06:48:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:29 smithi028 ceph-mon[112123]: 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-07T06:48:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:29 smithi138 ceph-mon[117003]: 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-07T06:48:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:31 smithi161 ceph-mon[116604]: 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-07T06:48:32.075 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:31 smithi138 ceph-mon[117003]: 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-07T06:48:32.076 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:31 smithi028 ceph-mon[112123]: 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-07T06:48:32.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:32.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:32.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:33.382 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:33.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:33.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:33.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:33.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:33 smithi161 ceph-mon[116604]: 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-07T06:48:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:33 smithi028 ceph-mon[112123]: 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-07T06:48:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:33 smithi138 ceph-mon[117003]: 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-07T06:48:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:34 smithi161 ceph-mon[116604]: from='client.109905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:34 smithi028 ceph-mon[112123]: from='client.109905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:34 smithi138 ceph-mon[117003]: from='client.109905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:35 smithi161 ceph-mon[116604]: 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-07T06:48:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:35 smithi028 ceph-mon[112123]: 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-07T06:48:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:35 smithi138 ceph-mon[117003]: 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-07T06:48:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:37 smithi161 ceph-mon[116604]: 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-07T06:48:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:37 smithi028 ceph-mon[112123]: 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-07T06:48:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:37 smithi138 ceph-mon[117003]: 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-07T06:48:38.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:38.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:38.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:39.160 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:39.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:39.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:39.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:39.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:39 smithi161 ceph-mon[116604]: 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-07T06:48:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:39 smithi161 ceph-mon[116604]: from='client.109983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:39 smithi028 ceph-mon[112123]: 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-07T06:48:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:39 smithi028 ceph-mon[112123]: from='client.109983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:39 smithi138 ceph-mon[117003]: 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-07T06:48:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:39 smithi138 ceph-mon[117003]: from='client.109983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:41 smithi161 ceph-mon[116604]: pgmap v3661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:48:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:41 smithi028 ceph-mon[112123]: pgmap v3661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:48:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:41 smithi138 ceph-mon[117003]: pgmap v3661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:48:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:43 smithi161 ceph-mon[116604]: pgmap v3662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:48:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:43 smithi028 ceph-mon[112123]: pgmap v3662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:48:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:43 smithi138 ceph-mon[117003]: pgmap v3662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:48:44.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:44.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:44.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:44.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:44.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:44.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:44.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:44.929 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:45 smithi161 ceph-mon[116604]: pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:48:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:45 smithi161 ceph-mon[116604]: from='client.110061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:48:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:45 smithi028 ceph-mon[112123]: pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:48:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:45 smithi028 ceph-mon[112123]: from='client.110061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:48:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:45 smithi138 ceph-mon[117003]: pgmap v3663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:48:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:45 smithi138 ceph-mon[117003]: from='client.110061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:48:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: 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-07T06:48:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:48:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: 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-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:48:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:48:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: 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-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:48:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:48:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:48:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:49 smithi138 ceph-mon[117003]: 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-07T06:48:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:49 smithi161 ceph-mon[116604]: 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-07T06:48:49.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:49 smithi028 ceph-mon[112123]: 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-07T06:48:49.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:49.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:49.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:50.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:50.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:50.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:50.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:50.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:51 smithi161 ceph-mon[116604]: 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-07T06:48:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:51 smithi161 ceph-mon[116604]: from='client.110136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:51 smithi028 ceph-mon[112123]: 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-07T06:48:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:51 smithi028 ceph-mon[112123]: from='client.110136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:51 smithi138 ceph-mon[117003]: 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-07T06:48:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:51 smithi138 ceph-mon[117003]: from='client.110136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:53 smithi161 ceph-mon[116604]: pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:48:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:53 smithi028 ceph-mon[112123]: pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:48:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:53 smithi138 ceph-mon[117003]: pgmap v3667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:48:55.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:48:55.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:48:55.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:48:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:55 smithi161 ceph-mon[116604]: pgmap v3668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:48:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:55 smithi028 ceph-mon[112123]: pgmap v3668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:48:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:55 smithi138 ceph-mon[117003]: pgmap v3668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:48:56.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:48:56.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:48:56.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:48:56.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:48:56.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:48:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:57 smithi161 ceph-mon[116604]: pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:48:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:57 smithi161 ceph-mon[116604]: from='client.110211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:57 smithi028 ceph-mon[112123]: pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:48:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:57 smithi028 ceph-mon[112123]: from='client.110211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:57 smithi138 ceph-mon[117003]: pgmap v3669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:48:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:57 smithi138 ceph-mon[117003]: from='client.110211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:48:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:48:59 smithi161 ceph-mon[116604]: 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-07T06:48:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:48:59 smithi028 ceph-mon[112123]: 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-07T06:49:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:48:59 smithi138 ceph-mon[117003]: 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-07T06:49:01.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:01.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:01.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:01 smithi161 ceph-mon[116604]: 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-07T06:49:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:01 smithi028 ceph-mon[112123]: 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-07T06:49:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:01 smithi138 ceph-mon[117003]: 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-07T06:49:02.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:02.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:02.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:02.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:02.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:03 smithi161 ceph-mon[116604]: from='client.110286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:03 smithi161 ceph-mon[116604]: 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-07T06:49:03.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:03 smithi028 ceph-mon[112123]: from='client.110286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:03 smithi028 ceph-mon[112123]: 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-07T06:49:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:03 smithi138 ceph-mon[117003]: from='client.110286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:03 smithi138 ceph-mon[117003]: 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-07T06:49:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:05 smithi161 ceph-mon[116604]: 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-07T06:49:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:05 smithi028 ceph-mon[112123]: 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-07T06:49:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:05 smithi138 ceph-mon[117003]: 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-07T06:49:07.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:07.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:07.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:07 smithi161 ceph-mon[116604]: 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-07T06:49:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:07 smithi028 ceph-mon[112123]: 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-07T06:49:08.043 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:07 smithi138 ceph-mon[117003]: 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-07T06:49:08.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:08.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:08.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:08.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:08 smithi161 ceph-mon[116604]: from='client.110364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:08 smithi028 ceph-mon[112123]: from='client.110364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:08 smithi138 ceph-mon[117003]: from='client.110364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:09 smithi161 ceph-mon[116604]: 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-07T06:49:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:09 smithi028 ceph-mon[112123]: 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-07T06:49:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:09 smithi138 ceph-mon[117003]: 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-07T06:49:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:11 smithi161 ceph-mon[116604]: 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-07T06:49:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:11 smithi028 ceph-mon[112123]: 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-07T06:49:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:11 smithi138 ceph-mon[117003]: 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-07T06:49:13.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:13.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:13.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:13.825 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:13.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:13.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:13.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:13.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:13 smithi161 ceph-mon[116604]: 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-07T06:49:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:13 smithi028 ceph-mon[112123]: 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-07T06:49:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:13 smithi138 ceph-mon[117003]: 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-07T06:49:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:14 smithi161 ceph-mon[116604]: from='client.110439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:14 smithi028 ceph-mon[112123]: from='client.110439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:14 smithi138 ceph-mon[117003]: from='client.110439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:15 smithi161 ceph-mon[116604]: 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-07T06:49:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:15 smithi028 ceph-mon[112123]: 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-07T06:49:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:15 smithi138 ceph-mon[117003]: 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-07T06:49:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:17 smithi161 ceph-mon[116604]: 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-07T06:49:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:17 smithi028 ceph-mon[112123]: 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-07T06:49:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:17 smithi138 ceph-mon[117003]: 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-07T06:49:18.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:18.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:18.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:19.596 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:19.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:19.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:19.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:19.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:19 smithi161 ceph-mon[116604]: 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-07T06:49:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:19 smithi028 ceph-mon[112123]: 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-07T06:49:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:19 smithi138 ceph-mon[117003]: 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-07T06:49:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:20 smithi161 ceph-mon[116604]: from='client.110511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:20 smithi028 ceph-mon[112123]: from='client.110511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:21.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:20 smithi138 ceph-mon[117003]: from='client.110511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:21 smithi161 ceph-mon[116604]: 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-07T06:49:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:21 smithi028 ceph-mon[112123]: 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-07T06:49:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:21 smithi138 ceph-mon[117003]: 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-07T06:49:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:23 smithi161 ceph-mon[116604]: 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-07T06:49:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:23 smithi028 ceph-mon[112123]: 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-07T06:49:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:23 smithi138 ceph-mon[117003]: 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-07T06:49:24.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:24.599 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:24.599 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:25.382 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:25.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:25.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:25.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:25.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:25 smithi161 ceph-mon[116604]: 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-07T06:49:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:25 smithi028 ceph-mon[112123]: 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-07T06:49:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:25 smithi138 ceph-mon[117003]: 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-07T06:49:26.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:26 smithi161 ceph-mon[116604]: from='client.110589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:26 smithi028 ceph-mon[112123]: from='client.110589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:26 smithi138 ceph-mon[117003]: from='client.110589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:27 smithi161 ceph-mon[116604]: 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-07T06:49:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:27 smithi028 ceph-mon[112123]: 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-07T06:49:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:27 smithi138 ceph-mon[117003]: 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-07T06:49:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:29 smithi161 ceph-mon[116604]: 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-07T06:49:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:29 smithi028 ceph-mon[112123]: 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-07T06:49:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:29 smithi138 ceph-mon[117003]: 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-07T06:49:30.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:30.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:30.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:31.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:31.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:31.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:31.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:31.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:31 smithi161 ceph-mon[116604]: 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-07T06:49:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:31 smithi161 ceph-mon[116604]: from='client.110661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:31 smithi028 ceph-mon[112123]: 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-07T06:49:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:31 smithi028 ceph-mon[112123]: from='client.110661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:31 smithi138 ceph-mon[117003]: 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-07T06:49:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:31 smithi138 ceph-mon[117003]: from='client.110661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:33 smithi161 ceph-mon[116604]: 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-07T06:49:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:33 smithi028 ceph-mon[112123]: 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-07T06:49:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:33 smithi138 ceph-mon[117003]: 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-07T06:49:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:35 smithi161 ceph-mon[116604]: 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-07T06:49:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:35 smithi028 ceph-mon[112123]: 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-07T06:49:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:35 smithi138 ceph-mon[117003]: 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-07T06:49:36.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:36.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:36.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:36.922 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:36.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:36.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:36.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:36.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:37 smithi161 ceph-mon[116604]: 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-07T06:49:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:37 smithi161 ceph-mon[116604]: from='client.110733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:37 smithi028 ceph-mon[112123]: 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-07T06:49:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:37 smithi028 ceph-mon[112123]: from='client.110733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:37 smithi138 ceph-mon[117003]: 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-07T06:49:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:37 smithi138 ceph-mon[117003]: from='client.110733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:39 smithi161 ceph-mon[116604]: 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-07T06:49:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:39 smithi028 ceph-mon[112123]: 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-07T06:49:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:39 smithi138 ceph-mon[117003]: 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-07T06:49:41.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:41.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:41.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:41 smithi161 ceph-mon[116604]: 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-07T06:49:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:41 smithi028 ceph-mon[112123]: 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-07T06:49:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:41 smithi138 ceph-mon[117003]: 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-07T06:49:42.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:42.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:42.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:42.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:42.695 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:43 smithi161 ceph-mon[116604]: 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-07T06:49:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:43 smithi161 ceph-mon[116604]: from='client.110811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:43 smithi028 ceph-mon[112123]: 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-07T06:49:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:43 smithi028 ceph-mon[112123]: from='client.110811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:43 smithi138 ceph-mon[117003]: 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-07T06:49:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:43 smithi138 ceph-mon[117003]: from='client.110811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:45 smithi161 ceph-mon[116604]: 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-07T06:49:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:45 smithi028 ceph-mon[112123]: 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-07T06:49:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:45 smithi138 ceph-mon[117003]: 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-07T06:49:47.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:47.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:47.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:47 smithi161 ceph-mon[116604]: 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-07T06:49:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:49:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:49:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:49:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:49:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:47 smithi028 ceph-mon[112123]: 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-07T06:49:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:49:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:49:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:49:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:49:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:47 smithi138 ceph-mon[117003]: 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-07T06:49:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:49:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:49:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:49:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:49:48.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:48.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:48.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:48.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:48.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:49 smithi161 ceph-mon[116604]: 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-07T06:49:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:49 smithi161 ceph-mon[116604]: from='client.110886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:49 smithi028 ceph-mon[112123]: 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-07T06:49:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:49 smithi028 ceph-mon[112123]: from='client.110886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:49 smithi138 ceph-mon[117003]: 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-07T06:49:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:49 smithi138 ceph-mon[117003]: from='client.110886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:51 smithi161 ceph-mon[116604]: 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-07T06:49:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:51 smithi028 ceph-mon[112123]: 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-07T06:49:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:51 smithi138 ceph-mon[117003]: 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-07T06:49:53.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:53.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:53.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:53 smithi161 ceph-mon[116604]: 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-07T06:49:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:53 smithi028 ceph-mon[112123]: 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-07T06:49:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:53 smithi138 ceph-mon[117003]: 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-07T06:49:54.221 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:54.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:54.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:54.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:54.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:49:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:55 smithi028 ceph-mon[112123]: from='client.110961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:55 smithi028 ceph-mon[112123]: 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-07T06:49:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:55 smithi138 ceph-mon[117003]: from='client.110961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:55 smithi138 ceph-mon[117003]: 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-07T06:49:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:55 smithi161 ceph-mon[116604]: from='client.110961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:49:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:55 smithi161 ceph-mon[116604]: 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-07T06:49:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:57 smithi028 ceph-mon[112123]: pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:49:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:57 smithi138 ceph-mon[117003]: pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:49:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:57 smithi161 ceph-mon[116604]: pgmap v3699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:49:59.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:49:59.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:49:59.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:49:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:49:59 smithi028 ceph-mon[112123]: pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:49:59.997 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:49:59.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:49:59.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:49:59.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:49:59.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:49:59 smithi138 ceph-mon[117003]: pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:50:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:49:59 smithi161 ceph-mon[116604]: pgmap v3700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:50:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:00 smithi028 ceph-mon[112123]: from='client.111036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T06:50:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:00 smithi138 ceph-mon[117003]: from='client.111036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T06:50:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:00 smithi161 ceph-mon[116604]: from='client.111036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T06:50:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:01 smithi028 ceph-mon[112123]: 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-07T06:50:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:01 smithi138 ceph-mon[117003]: 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-07T06:50:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:01 smithi161 ceph-mon[116604]: 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-07T06:50:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:03 smithi028 ceph-mon[112123]: 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-07T06:50:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:03 smithi138 ceph-mon[117003]: 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-07T06:50:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:03 smithi161 ceph-mon[116604]: 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-07T06:50:04.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:04.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:04.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:05.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:05.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:05.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:05.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:05.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:05 smithi028 ceph-mon[112123]: 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-07T06:50:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:05 smithi138 ceph-mon[117003]: 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-07T06:50:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:05 smithi161 ceph-mon[116604]: 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-07T06:50:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:06 smithi028 ceph-mon[112123]: from='client.111111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:06 smithi138 ceph-mon[117003]: from='client.111111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:06 smithi161 ceph-mon[116604]: from='client.111111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:07 smithi028 ceph-mon[112123]: 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-07T06:50:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:07 smithi138 ceph-mon[117003]: 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-07T06:50:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:07 smithi161 ceph-mon[116604]: 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-07T06:50:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:09 smithi028 ceph-mon[112123]: pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:50:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:09 smithi138 ceph-mon[117003]: pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:50:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:09 smithi161 ceph-mon[116604]: pgmap v3705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:50:10.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:10.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:10.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:11.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:11.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:11.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:11.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:11.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:11 smithi138 ceph-mon[117003]: pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:50:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:11 smithi161 ceph-mon[116604]: pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:50:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:11 smithi028 ceph-mon[112123]: pgmap v3706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:50:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:12 smithi138 ceph-mon[117003]: from='client.111180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:12 smithi161 ceph-mon[116604]: from='client.111180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:12 smithi028 ceph-mon[112123]: from='client.111180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:13 smithi138 ceph-mon[117003]: 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-07T06:50:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:13 smithi161 ceph-mon[116604]: 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-07T06:50:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:13 smithi028 ceph-mon[112123]: 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-07T06:50:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:15 smithi138 ceph-mon[117003]: 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-07T06:50:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:15 smithi161 ceph-mon[116604]: 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-07T06:50:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:15 smithi028 ceph-mon[112123]: 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-07T06:50:16.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:16.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:17.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:17.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:17.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:17.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:17.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:17 smithi138 ceph-mon[117003]: 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-07T06:50:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:17 smithi161 ceph-mon[116604]: 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-07T06:50:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:17 smithi028 ceph-mon[112123]: 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-07T06:50:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:18 smithi138 ceph-mon[117003]: from='client.111258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:18 smithi161 ceph-mon[116604]: from='client.111258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:18 smithi028 ceph-mon[112123]: from='client.111258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:19 smithi138 ceph-mon[117003]: 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-07T06:50:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:19 smithi161 ceph-mon[116604]: 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-07T06:50:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:19 smithi028 ceph-mon[112123]: 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-07T06:50:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:21 smithi138 ceph-mon[117003]: 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-07T06:50:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:21 smithi161 ceph-mon[116604]: 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-07T06:50:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:21 smithi028 ceph-mon[112123]: 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-07T06:50:22.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:22.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:22.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:23.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:23.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:23.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:23.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:23.097 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:23 smithi138 ceph-mon[117003]: 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-07T06:50:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:23 smithi138 ceph-mon[117003]: from='client.111333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:23 smithi161 ceph-mon[116604]: 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-07T06:50:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:23 smithi161 ceph-mon[116604]: from='client.111333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:23 smithi028 ceph-mon[112123]: 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-07T06:50:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:23 smithi028 ceph-mon[112123]: from='client.111333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:25 smithi138 ceph-mon[117003]: 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-07T06:50:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:25 smithi161 ceph-mon[116604]: 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-07T06:50:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:25 smithi028 ceph-mon[112123]: 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-07T06:50:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:27 smithi138 ceph-mon[117003]: 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-07T06:50:28.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:28.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:28.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:27 smithi161 ceph-mon[116604]: 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-07T06:50:28.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:27 smithi028 ceph-mon[112123]: 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-07T06:50:28.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:28.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:28.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:28.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:28.867 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:29 smithi138 ceph-mon[117003]: 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-07T06:50:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:29 smithi138 ceph-mon[117003]: from='client.111408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:29 smithi161 ceph-mon[116604]: 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-07T06:50:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:29 smithi161 ceph-mon[116604]: from='client.111408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:29 smithi028 ceph-mon[112123]: 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-07T06:50:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:29 smithi028 ceph-mon[112123]: from='client.111408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:31 smithi138 ceph-mon[117003]: 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-07T06:50:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:31 smithi161 ceph-mon[116604]: 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-07T06:50:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:31 smithi028 ceph-mon[112123]: 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-07T06:50:33.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:33.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:33.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:33 smithi138 ceph-mon[117003]: 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-07T06:50:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:33 smithi161 ceph-mon[116604]: 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-07T06:50:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:33 smithi028 ceph-mon[112123]: 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-07T06:50:34.642 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:34.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:34.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:34.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:34.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:35 smithi138 ceph-mon[117003]: 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-07T06:50:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:35 smithi138 ceph-mon[117003]: from='client.111483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:35 smithi161 ceph-mon[116604]: 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-07T06:50:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:35 smithi161 ceph-mon[116604]: from='client.111483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:35 smithi028 ceph-mon[112123]: 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-07T06:50:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:35 smithi028 ceph-mon[112123]: from='client.111483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:37 smithi138 ceph-mon[117003]: pgmap v3719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:50:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:37 smithi161 ceph-mon[116604]: pgmap v3719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:50:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:37 smithi028 ceph-mon[112123]: pgmap v3719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:50:39.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:39.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:39.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:39 smithi138 ceph-mon[117003]: pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:50:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:39 smithi161 ceph-mon[116604]: pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:50:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:39 smithi028 ceph-mon[112123]: pgmap v3720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:50:40.438 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:40.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:40.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:40.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:40.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:41 smithi138 ceph-mon[117003]: 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-07T06:50:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:41 smithi138 ceph-mon[117003]: from='client.111558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:41 smithi161 ceph-mon[116604]: 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-07T06:50:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:41 smithi161 ceph-mon[116604]: from='client.111558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:41 smithi028 ceph-mon[112123]: 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-07T06:50:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:41 smithi028 ceph-mon[112123]: from='client.111558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:43 smithi138 ceph-mon[117003]: 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-07T06:50:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:43 smithi161 ceph-mon[116604]: 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-07T06:50:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:43 smithi028 ceph-mon[112123]: 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-07T06:50:45.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:45.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:45.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:45 smithi138 ceph-mon[117003]: 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-07T06:50:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:45 smithi161 ceph-mon[116604]: 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-07T06:50:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:45 smithi028 ceph-mon[112123]: 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-07T06:50:46.227 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:46.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:46.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:46.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:46.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:47 smithi138 ceph-mon[117003]: from='client.111636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:47 smithi138 ceph-mon[117003]: 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-07T06:50:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:47 smithi161 ceph-mon[116604]: from='client.111636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:47 smithi161 ceph-mon[116604]: 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-07T06:50:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:47 smithi028 ceph-mon[112123]: from='client.111636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:47 smithi028 ceph-mon[112123]: 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-07T06:50:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:50:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:50:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:50:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:50:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:50:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:50:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:50:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:50:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:50:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:50:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:50:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:50:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:49 smithi138 ceph-mon[117003]: pgmap v3725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:50:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:49 smithi161 ceph-mon[116604]: pgmap v3725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:50:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:49 smithi028 ceph-mon[112123]: pgmap v3725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:50:51.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:51.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:51.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:51.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:51.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:51.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:51.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:51.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:51 smithi138 ceph-mon[117003]: pgmap v3726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:50:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:51 smithi161 ceph-mon[116604]: pgmap v3726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:50:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:51 smithi028 ceph-mon[112123]: pgmap v3726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:50:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:52 smithi161 ceph-mon[116604]: from='client.111711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:52 smithi028 ceph-mon[112123]: from='client.111711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:52 smithi138 ceph-mon[117003]: from='client.111711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:53 smithi161 ceph-mon[116604]: 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-07T06:50:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:53 smithi028 ceph-mon[112123]: 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-07T06:50:54.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:53 smithi138 ceph-mon[117003]: 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-07T06:50:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:55 smithi161 ceph-mon[116604]: 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-07T06:50:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:55 smithi028 ceph-mon[112123]: 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-07T06:50:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:55 smithi138 ceph-mon[117003]: 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-07T06:50:56.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:50:56.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:50:56.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:50:57.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:50:57.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:50:57.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:50:57.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:50:57.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:50:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:57 smithi161 ceph-mon[116604]: 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-07T06:50:58.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:57 smithi028 ceph-mon[112123]: 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-07T06:50:58.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:57 smithi138 ceph-mon[117003]: 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-07T06:50:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:58 smithi161 ceph-mon[116604]: from='client.111780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:58 smithi028 ceph-mon[112123]: from='client.111780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:50:59.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:58 smithi138 ceph-mon[117003]: from='client.111780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:50:59 smithi161 ceph-mon[116604]: 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-07T06:51:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:50:59 smithi028 ceph-mon[112123]: 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-07T06:51:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:50:59 smithi138 ceph-mon[117003]: 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-07T06:51:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:01 smithi161 ceph-mon[116604]: 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-07T06:51:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:01 smithi028 ceph-mon[112123]: 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-07T06:51:02.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:01 smithi138 ceph-mon[117003]: 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-07T06:51:02.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:02.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:02.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:03.544 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:03.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:03.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:03.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:03.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:03 smithi161 ceph-mon[116604]: 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-07T06:51:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:03 smithi028 ceph-mon[112123]: 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-07T06:51:04.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:03 smithi138 ceph-mon[117003]: 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-07T06:51:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:04 smithi161 ceph-mon[116604]: from='client.111858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:04 smithi028 ceph-mon[112123]: from='client.111858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:04 smithi138 ceph-mon[117003]: from='client.111858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:05 smithi161 ceph-mon[116604]: 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-07T06:51:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:05 smithi028 ceph-mon[112123]: 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-07T06:51:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:05 smithi138 ceph-mon[117003]: 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-07T06:51:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:06 smithi161 ceph-mon[116604]: 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-07T06:51:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:06 smithi028 ceph-mon[112123]: 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-07T06:51:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:06 smithi138 ceph-mon[117003]: 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-07T06:51:08.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:08.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:08.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:09.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:08 smithi138 ceph-mon[117003]: 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-07T06:51:09.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:09.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:09.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:09.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:09.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:08 smithi161 ceph-mon[116604]: 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-07T06:51:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:08 smithi028 ceph-mon[112123]: 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-07T06:51:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:09 smithi138 ceph-mon[117003]: from='client.111933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:09 smithi161 ceph-mon[116604]: from='client.111933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:09 smithi028 ceph-mon[112123]: from='client.111933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:11 smithi161 ceph-mon[116604]: pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:51:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:11 smithi028 ceph-mon[112123]: pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:51:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:11 smithi138 ceph-mon[117003]: pgmap v3736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:51:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:13 smithi161 ceph-mon[116604]: pgmap v3737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:51:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:13 smithi028 ceph-mon[112123]: pgmap v3737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:51:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:13 smithi138 ceph-mon[117003]: pgmap v3737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:51:14.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:14.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:14.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:15.105 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:15.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:15.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:15.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:15.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:15 smithi161 ceph-mon[116604]: pgmap v3738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:51:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:15 smithi161 ceph-mon[116604]: from='client.112008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:15 smithi028 ceph-mon[112123]: pgmap v3738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:51:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:15 smithi028 ceph-mon[112123]: from='client.112008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:15 smithi138 ceph-mon[117003]: pgmap v3738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:51:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:15 smithi138 ceph-mon[117003]: from='client.112008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:17 smithi161 ceph-mon[116604]: pgmap v3739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:51:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:17 smithi028 ceph-mon[112123]: pgmap v3739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:51:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:17 smithi138 ceph-mon[117003]: pgmap v3739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:51:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:19 smithi161 ceph-mon[116604]: pgmap v3740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:51:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:19 smithi028 ceph-mon[112123]: pgmap v3740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:51:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:19 smithi138 ceph-mon[117003]: pgmap v3740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:51:20.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:20.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:20.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:20.880 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:20.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:20.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:20.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:20.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:21 smithi161 ceph-mon[116604]: 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-07T06:51:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:21 smithi161 ceph-mon[116604]: from='client.112086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:21 smithi028 ceph-mon[112123]: 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-07T06:51:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:21 smithi028 ceph-mon[112123]: from='client.112086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:21 smithi138 ceph-mon[117003]: 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-07T06:51:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:21 smithi138 ceph-mon[117003]: from='client.112086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:23 smithi161 ceph-mon[116604]: pgmap v3742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:51:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:23 smithi028 ceph-mon[112123]: pgmap v3742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:51:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:23 smithi138 ceph-mon[117003]: pgmap v3742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:51:25.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:25.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:25.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:25 smithi161 ceph-mon[116604]: pgmap v3743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:51:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:25 smithi028 ceph-mon[112123]: pgmap v3743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:51:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:25 smithi138 ceph-mon[117003]: pgmap v3743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:51:26.650 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:26.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:26.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:26.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:26.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:27 smithi161 ceph-mon[116604]: pgmap v3744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:51:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:27 smithi161 ceph-mon[116604]: from='client.112158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:27 smithi028 ceph-mon[112123]: pgmap v3744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:51:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:27 smithi028 ceph-mon[112123]: from='client.112158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:27 smithi138 ceph-mon[117003]: pgmap v3744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:51:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:27 smithi138 ceph-mon[117003]: from='client.112158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:29 smithi161 ceph-mon[116604]: pgmap v3745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:51:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:29 smithi028 ceph-mon[112123]: pgmap v3745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:51:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:29 smithi138 ceph-mon[117003]: pgmap v3745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:51:31.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:31.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:31.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:31 smithi161 ceph-mon[116604]: pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:51:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:31 smithi028 ceph-mon[112123]: pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:51:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:31 smithi138 ceph-mon[117003]: pgmap v3746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:51:32.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:32.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:32.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:32.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:32.414 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:33 smithi161 ceph-mon[116604]: 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-07T06:51:33.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:33 smithi161 ceph-mon[116604]: from='client.112233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:33 smithi028 ceph-mon[112123]: 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-07T06:51:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:33 smithi028 ceph-mon[112123]: from='client.112233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:33 smithi138 ceph-mon[117003]: 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-07T06:51:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:33 smithi138 ceph-mon[117003]: from='client.112233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:35 smithi161 ceph-mon[116604]: 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-07T06:51:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:35 smithi028 ceph-mon[112123]: 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-07T06:51:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:35 smithi138 ceph-mon[117003]: 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-07T06:51:37.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:37.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:37.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:37 smithi161 ceph-mon[116604]: 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-07T06:51:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:37 smithi028 ceph-mon[112123]: 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-07T06:51:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:37 smithi138 ceph-mon[117003]: 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-07T06:51:38.215 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:38.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:38.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:38.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:38.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:38 smithi161 ceph-mon[116604]: from='client.112311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:38.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:38 smithi028 ceph-mon[112123]: from='client.112311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:38 smithi138 ceph-mon[117003]: from='client.112311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:39 smithi161 ceph-mon[116604]: 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-07T06:51:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:39 smithi028 ceph-mon[112123]: 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-07T06:51:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:39 smithi138 ceph-mon[117003]: 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-07T06:51:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:41 smithi161 ceph-mon[116604]: 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-07T06:51:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:41 smithi028 ceph-mon[112123]: 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-07T06:51:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:41 smithi138 ceph-mon[117003]: 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-07T06:51:43.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:43.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:43.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:43 smithi161 ceph-mon[116604]: 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-07T06:51:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:43 smithi028 ceph-mon[112123]: 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-07T06:51:43.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:43.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:43.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:43.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:43.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:43 smithi138 ceph-mon[117003]: 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-07T06:51:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:44 smithi161 ceph-mon[116604]: from='client.112389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:44 smithi028 ceph-mon[112123]: from='client.112389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:44 smithi138 ceph-mon[117003]: from='client.112389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:45.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:45 smithi161 ceph-mon[116604]: 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-07T06:51:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:45 smithi028 ceph-mon[112123]: 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-07T06:51:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:45 smithi138 ceph-mon[117003]: 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-07T06:51:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:47 smithi161 ceph-mon[116604]: 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-07T06:51:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:47 smithi028 ceph-mon[112123]: 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-07T06:51:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:47 smithi138 ceph-mon[117003]: 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-07T06:51:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:51:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:51:48.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:48.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:48.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:51:49.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:49.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:49.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:49.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:49.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:49 smithi161 ceph-mon[116604]: 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-07T06:51:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:51:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:51:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:51:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:49 smithi028 ceph-mon[112123]: 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-07T06:51:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:51:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:51:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:51:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:49 smithi138 ceph-mon[117003]: 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-07T06:51:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:51:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:51:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:51:50.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:50 smithi161 ceph-mon[116604]: from='client.112464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:50 smithi028 ceph-mon[112123]: from='client.112464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:50 smithi138 ceph-mon[117003]: from='client.112464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:51 smithi028 ceph-mon[112123]: pgmap v3756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:51:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:51 smithi138 ceph-mon[117003]: pgmap v3756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:51:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:51 smithi161 ceph-mon[116604]: pgmap v3756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:51:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:53 smithi028 ceph-mon[112123]: pgmap v3757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:51:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:53 smithi138 ceph-mon[117003]: pgmap v3757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:51:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:53 smithi161 ceph-mon[116604]: pgmap v3757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:51:54.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:51:54.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:51:54.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:51:55.523 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:51:55.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:51:55.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:51:55.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:51:55.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:51:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:55 smithi028 ceph-mon[112123]: pgmap v3758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:51:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:55 smithi138 ceph-mon[117003]: pgmap v3758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:51:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:55 smithi161 ceph-mon[116604]: pgmap v3758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:51:56.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:56 smithi028 ceph-mon[112123]: from='client.112539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:56 smithi138 ceph-mon[117003]: from='client.112539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:56 smithi161 ceph-mon[116604]: from='client.112539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:51:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:57 smithi028 ceph-mon[112123]: 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-07T06:51:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:57 smithi138 ceph-mon[117003]: 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-07T06:51:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:57 smithi161 ceph-mon[116604]: 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-07T06:51:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:51:59 smithi028 ceph-mon[112123]: 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-07T06:52:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:51:59 smithi138 ceph-mon[117003]: 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-07T06:52:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:51:59 smithi161 ceph-mon[116604]: 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-07T06:52:00.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:00.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:00.526 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:01.287 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:01.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:01.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:01.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:01.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:01 smithi028 ceph-mon[112123]: 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-07T06:52:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:01 smithi138 ceph-mon[117003]: 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-07T06:52:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:01 smithi161 ceph-mon[116604]: 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-07T06:52:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:02 smithi028 ceph-mon[112123]: from='client.112614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:02 smithi138 ceph-mon[117003]: from='client.112614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:02 smithi161 ceph-mon[116604]: from='client.112614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:03 smithi028 ceph-mon[112123]: pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:03 smithi138 ceph-mon[117003]: pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:03 smithi161 ceph-mon[116604]: pgmap v3762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:05 smithi138 ceph-mon[117003]: pgmap v3763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:05 smithi161 ceph-mon[116604]: pgmap v3763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:05 smithi028 ceph-mon[112123]: pgmap v3763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:06.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:06.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:06.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:07.046 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:07.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:07.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:07.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:07.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:07 smithi138 ceph-mon[117003]: pgmap v3764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:52:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:07 smithi138 ceph-mon[117003]: from='client.112692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:07 smithi161 ceph-mon[116604]: pgmap v3764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:52:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:07 smithi161 ceph-mon[116604]: from='client.112692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:07 smithi028 ceph-mon[112123]: pgmap v3764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:52:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:07 smithi028 ceph-mon[112123]: from='client.112692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:09 smithi138 ceph-mon[117003]: 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-07T06:52:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:09 smithi161 ceph-mon[116604]: 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-07T06:52:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:09 smithi028 ceph-mon[112123]: 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-07T06:52:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:11 smithi138 ceph-mon[117003]: 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-07T06:52:12.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:12.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:12.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:11 smithi161 ceph-mon[116604]: 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-07T06:52:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:11 smithi028 ceph-mon[112123]: 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-07T06:52:12.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:12.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:12.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:12.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:12.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:13 smithi138 ceph-mon[117003]: 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-07T06:52:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:13 smithi138 ceph-mon[117003]: from='client.112770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:13 smithi161 ceph-mon[116604]: 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-07T06:52:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:13 smithi161 ceph-mon[116604]: from='client.112770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:13 smithi028 ceph-mon[112123]: 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-07T06:52:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:13 smithi028 ceph-mon[112123]: from='client.112770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:15 smithi138 ceph-mon[117003]: 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-07T06:52:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:15 smithi161 ceph-mon[116604]: 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-07T06:52:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:15 smithi028 ceph-mon[112123]: 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-07T06:52:17.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:17.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:17.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:17 smithi138 ceph-mon[117003]: 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-07T06:52:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:17 smithi161 ceph-mon[116604]: 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-07T06:52:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:17 smithi028 ceph-mon[112123]: 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-07T06:52:18.598 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:18.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:18.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:18.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:18.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:19 smithi138 ceph-mon[117003]: 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-07T06:52:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:19 smithi138 ceph-mon[117003]: from='client.112845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:19 smithi161 ceph-mon[116604]: 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-07T06:52:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:19 smithi161 ceph-mon[116604]: from='client.112845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:19 smithi028 ceph-mon[112123]: 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-07T06:52:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:19 smithi028 ceph-mon[112123]: from='client.112845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:21 smithi138 ceph-mon[117003]: 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-07T06:52:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:21 smithi161 ceph-mon[116604]: 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-07T06:52:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:21 smithi028 ceph-mon[112123]: 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-07T06:52:23.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:23.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:23.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:23 smithi138 ceph-mon[117003]: 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-07T06:52:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:23 smithi161 ceph-mon[116604]: 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-07T06:52:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:23 smithi028 ceph-mon[112123]: 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-07T06:52:24.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:24.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:24.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:24.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:24.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:25 smithi138 ceph-mon[117003]: 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-07T06:52:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:25 smithi138 ceph-mon[117003]: from='client.112923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:25 smithi161 ceph-mon[116604]: 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-07T06:52:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:25 smithi161 ceph-mon[116604]: from='client.112923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:25 smithi028 ceph-mon[112123]: 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-07T06:52:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:25 smithi028 ceph-mon[112123]: from='client.112923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:27 smithi138 ceph-mon[117003]: pgmap v3774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:52:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:27 smithi161 ceph-mon[116604]: pgmap v3774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:52:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:27 smithi028 ceph-mon[112123]: pgmap v3774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:52:29.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:29.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:29.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:29 smithi138 ceph-mon[117003]: pgmap v3775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:52:30.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:30.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:30.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:30.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:30.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:29 smithi161 ceph-mon[116604]: pgmap v3775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:52:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:29 smithi028 ceph-mon[112123]: pgmap v3775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:52:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:30 smithi138 ceph-mon[117003]: from='client.112995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:30 smithi161 ceph-mon[116604]: from='client.112995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:30 smithi028 ceph-mon[112123]: from='client.112995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:31 smithi138 ceph-mon[117003]: pgmap v3776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:31 smithi161 ceph-mon[116604]: pgmap v3776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:31 smithi028 ceph-mon[112123]: pgmap v3776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:33 smithi138 ceph-mon[117003]: pgmap v3777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:52:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:33 smithi161 ceph-mon[116604]: pgmap v3777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:52:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:33 smithi028 ceph-mon[112123]: pgmap v3777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:52:35.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:35.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:35.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:35.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:35.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:35.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:35.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:35.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:35 smithi138 ceph-mon[117003]: pgmap v3778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:52:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:35 smithi161 ceph-mon[116604]: pgmap v3778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:52:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:35 smithi028 ceph-mon[112123]: pgmap v3778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:52:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:36 smithi138 ceph-mon[117003]: from='client.113073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:36 smithi161 ceph-mon[116604]: from='client.113073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:36 smithi028 ceph-mon[112123]: from='client.113073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:37 smithi138 ceph-mon[117003]: 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-07T06:52:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:37 smithi161 ceph-mon[116604]: 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-07T06:52:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:37 smithi028 ceph-mon[112123]: 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-07T06:52:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:39 smithi138 ceph-mon[117003]: pgmap v3780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:52:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:39 smithi161 ceph-mon[116604]: pgmap v3780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:52:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:39 smithi028 ceph-mon[112123]: pgmap v3780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:52:40.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:40.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:40.926 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:41.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:41.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:41.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:41.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:41.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:41 smithi138 ceph-mon[117003]: pgmap v3781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:52:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:41 smithi161 ceph-mon[116604]: pgmap v3781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:52:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:41 smithi028 ceph-mon[112123]: pgmap v3781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:52:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:42 smithi138 ceph-mon[117003]: from='client.113151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:42 smithi161 ceph-mon[116604]: from='client.113151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:42 smithi028 ceph-mon[112123]: from='client.113151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:43 smithi138 ceph-mon[117003]: pgmap v3782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:43 smithi161 ceph-mon[116604]: pgmap v3782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:43 smithi028 ceph-mon[112123]: pgmap v3782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:45 smithi138 ceph-mon[117003]: pgmap v3783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:45 smithi161 ceph-mon[116604]: pgmap v3783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:45 smithi028 ceph-mon[112123]: pgmap v3783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:52:46.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:46.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:46.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:47.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:47.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:47.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:47.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:47.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:47 smithi138 ceph-mon[117003]: pgmap v3784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:52:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:47 smithi161 ceph-mon[116604]: pgmap v3784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:52:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:47 smithi028 ceph-mon[112123]: pgmap v3784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:52:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:48 smithi138 ceph-mon[117003]: from='client.113229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:48 smithi161 ceph-mon[116604]: from='client.113229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:48 smithi028 ceph-mon[112123]: from='client.113229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:49 smithi138 ceph-mon[117003]: 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-07T06:52:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:52:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:49 smithi161 ceph-mon[116604]: 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-07T06:52:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:52:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:49 smithi028 ceph-mon[112123]: 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-07T06:52:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:52:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:52:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:52:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:52:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:52:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:52:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:52:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:52:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:52:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:52:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:51 smithi161 ceph-mon[116604]: 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-07T06:52:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:51 smithi028 ceph-mon[112123]: 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-07T06:52:52.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:51 smithi138 ceph-mon[117003]: 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-07T06:52:52.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:52.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:52.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:53.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:53.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:53.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:53.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:53.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:53 smithi161 ceph-mon[116604]: 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-07T06:52:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:53 smithi028 ceph-mon[112123]: 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-07T06:52:54.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:53 smithi138 ceph-mon[117003]: 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-07T06:52:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:54 smithi161 ceph-mon[116604]: from='client.113304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:54 smithi028 ceph-mon[112123]: from='client.113304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:54 smithi138 ceph-mon[117003]: from='client.113304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:55 smithi161 ceph-mon[116604]: 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-07T06:52:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:55 smithi028 ceph-mon[112123]: 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-07T06:52:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:55 smithi138 ceph-mon[117003]: 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-07T06:52:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:56 smithi161 ceph-mon[116604]: 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-07T06:52:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:56 smithi028 ceph-mon[112123]: 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-07T06:52:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:56 smithi138 ceph-mon[117003]: 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-07T06:52:58.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:52:58.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:52:58.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:52:59.022 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:52:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:52:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:52:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:52:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:52:59.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:59 smithi138 ceph-mon[117003]: 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-07T06:52:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:52:59 smithi138 ceph-mon[117003]: from='client.113376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:59.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:59 smithi161 ceph-mon[116604]: 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-07T06:52:59.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:52:59 smithi161 ceph-mon[116604]: from='client.113376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:52:59.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:59 smithi028 ceph-mon[112123]: 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-07T06:52:59.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:52:59 smithi028 ceph-mon[112123]: from='client.113376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:01 smithi161 ceph-mon[116604]: 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-07T06:53:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:01 smithi028 ceph-mon[112123]: 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-07T06:53:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:01 smithi138 ceph-mon[117003]: 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-07T06:53:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:03 smithi161 ceph-mon[116604]: 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-07T06:53:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:03 smithi028 ceph-mon[112123]: 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-07T06:53:04.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:04.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:04.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:03 smithi138 ceph-mon[117003]: 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-07T06:53:04.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:04.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:04.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:04.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:04.786 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:05 smithi161 ceph-mon[116604]: 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-07T06:53:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:05 smithi161 ceph-mon[116604]: from='client.113451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:05 smithi028 ceph-mon[112123]: 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-07T06:53:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:05 smithi028 ceph-mon[112123]: from='client.113451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:05 smithi138 ceph-mon[117003]: 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-07T06:53:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:05 smithi138 ceph-mon[117003]: from='client.113451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:07 smithi161 ceph-mon[116604]: pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:07 smithi028 ceph-mon[112123]: pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:07 smithi138 ceph-mon[117003]: pgmap v3794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:09.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:09.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:09.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:09 smithi161 ceph-mon[116604]: pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:09 smithi028 ceph-mon[112123]: pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:09 smithi138 ceph-mon[117003]: pgmap v3795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:10.552 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:10.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:10.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:10.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:10.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:11 smithi161 ceph-mon[116604]: pgmap v3796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:11 smithi161 ceph-mon[116604]: from='client.113526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:11 smithi028 ceph-mon[112123]: pgmap v3796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:11 smithi028 ceph-mon[112123]: from='client.113526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:11 smithi138 ceph-mon[117003]: pgmap v3796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:11 smithi138 ceph-mon[117003]: from='client.113526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:13 smithi161 ceph-mon[116604]: pgmap v3797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:13 smithi028 ceph-mon[112123]: pgmap v3797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:13 smithi138 ceph-mon[117003]: pgmap v3797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:15.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:15.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:15.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:15 smithi161 ceph-mon[116604]: pgmap v3798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:15 smithi028 ceph-mon[112123]: pgmap v3798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:15 smithi138 ceph-mon[117003]: pgmap v3798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:16.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:16.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:16.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:16.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:16.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:17 smithi161 ceph-mon[116604]: from='client.113604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:17 smithi161 ceph-mon[116604]: 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-07T06:53:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:17 smithi028 ceph-mon[112123]: from='client.113604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:17 smithi028 ceph-mon[112123]: 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-07T06:53:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:17 smithi138 ceph-mon[117003]: from='client.113604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:17 smithi138 ceph-mon[117003]: 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-07T06:53:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:19 smithi161 ceph-mon[116604]: pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:19 smithi028 ceph-mon[112123]: pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:19 smithi138 ceph-mon[117003]: pgmap v3800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:21.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:21.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:21.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:21 smithi161 ceph-mon[116604]: pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:53:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:21 smithi028 ceph-mon[112123]: pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:53:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:21 smithi138 ceph-mon[117003]: pgmap v3801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:53:22.086 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:22.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:22.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:22.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:22.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:22 smithi161 ceph-mon[116604]: from='client.113676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:22 smithi028 ceph-mon[112123]: from='client.113676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:22 smithi138 ceph-mon[117003]: from='client.113676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:23 smithi161 ceph-mon[116604]: pgmap v3802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:23 smithi028 ceph-mon[112123]: pgmap v3802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:23 smithi138 ceph-mon[117003]: pgmap v3802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:25 smithi161 ceph-mon[116604]: pgmap v3803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:25 smithi028 ceph-mon[112123]: pgmap v3803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:25 smithi138 ceph-mon[117003]: pgmap v3803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:27.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:27.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:27.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:27.855 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:27.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:27.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:27.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:27.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:27 smithi161 ceph-mon[116604]: pgmap v3804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:53:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:27 smithi028 ceph-mon[112123]: pgmap v3804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:53:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:27 smithi138 ceph-mon[117003]: pgmap v3804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:53:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:28 smithi161 ceph-mon[116604]: from='client.113751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:28 smithi028 ceph-mon[112123]: from='client.113751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:28 smithi138 ceph-mon[117003]: from='client.113751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:29 smithi161 ceph-mon[116604]: 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-07T06:53:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:29 smithi028 ceph-mon[112123]: 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-07T06:53:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:29 smithi138 ceph-mon[117003]: 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-07T06:53:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:31 smithi028 ceph-mon[112123]: 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-07T06:53:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:31 smithi138 ceph-mon[117003]: 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-07T06:53:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:31 smithi161 ceph-mon[116604]: 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-07T06:53:32.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:32.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:32.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:33.618 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:33.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:33.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:33.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:33.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:33 smithi028 ceph-mon[112123]: 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-07T06:53:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:33 smithi138 ceph-mon[117003]: 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-07T06:53:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:33 smithi161 ceph-mon[116604]: 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-07T06:53:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:34 smithi028 ceph-mon[112123]: from='client.113829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:34 smithi138 ceph-mon[117003]: from='client.113829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:34 smithi161 ceph-mon[116604]: from='client.113829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:35 smithi028 ceph-mon[112123]: 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-07T06:53:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:35 smithi138 ceph-mon[117003]: 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-07T06:53:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:35 smithi161 ceph-mon[116604]: 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-07T06:53:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:37 smithi028 ceph-mon[112123]: 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-07T06:53:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:37 smithi138 ceph-mon[117003]: 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-07T06:53:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:37 smithi161 ceph-mon[116604]: 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-07T06:53:38.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:38.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:38.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:39.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:39.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:39.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:39.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:39.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:39 smithi028 ceph-mon[112123]: 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-07T06:53:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:39 smithi138 ceph-mon[117003]: 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-07T06:53:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:39 smithi161 ceph-mon[116604]: 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-07T06:53:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:40 smithi028 ceph-mon[112123]: from='client.113907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:40 smithi138 ceph-mon[117003]: from='client.113907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:40 smithi161 ceph-mon[116604]: from='client.113907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:41 smithi028 ceph-mon[112123]: pgmap v3811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:53:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:41 smithi138 ceph-mon[117003]: pgmap v3811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:53:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:41 smithi161 ceph-mon[116604]: pgmap v3811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:53:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:43 smithi028 ceph-mon[112123]: pgmap v3812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:53:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:43 smithi138 ceph-mon[117003]: pgmap v3812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:53:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:43 smithi161 ceph-mon[116604]: pgmap v3812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:53:44.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:44.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:44.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:45.169 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:45.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:45.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:45.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:45.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:45 smithi028 ceph-mon[112123]: pgmap v3813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:53:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:45 smithi028 ceph-mon[112123]: from='client.113985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:45 smithi138 ceph-mon[117003]: pgmap v3813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:53:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:45 smithi138 ceph-mon[117003]: from='client.113985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:45 smithi161 ceph-mon[116604]: pgmap v3813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:53:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:45 smithi161 ceph-mon[116604]: from='client.113985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:47 smithi138 ceph-mon[117003]: pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:47 smithi161 ceph-mon[116604]: pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:47 smithi028 ceph-mon[112123]: pgmap v3814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:49 smithi138 ceph-mon[117003]: pgmap v3815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:50.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:50.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:50.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:49 smithi161 ceph-mon[116604]: pgmap v3815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:49 smithi028 ceph-mon[112123]: pgmap v3815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:53:50.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:50.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:50.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:50.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:50.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:53:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:53:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:53:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:53:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:53:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:53:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:53:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:53:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:53:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:53:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:53:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:53:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:51 smithi138 ceph-mon[117003]: pgmap v3816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:51 smithi138 ceph-mon[117003]: from='client.114063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:51 smithi161 ceph-mon[116604]: pgmap v3816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:51 smithi161 ceph-mon[116604]: from='client.114063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:51 smithi028 ceph-mon[112123]: pgmap v3816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:53:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:51 smithi028 ceph-mon[112123]: from='client.114063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:53 smithi138 ceph-mon[117003]: pgmap v3817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:53:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:53 smithi161 ceph-mon[116604]: pgmap v3817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:53:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:53 smithi028 ceph-mon[112123]: pgmap v3817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:53:55.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:53:55.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:53:55.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:53:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:55 smithi138 ceph-mon[117003]: pgmap v3818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:53:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:55 smithi161 ceph-mon[116604]: pgmap v3818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:53:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:55 smithi028 ceph-mon[112123]: pgmap v3818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:53:56.744 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:53:56.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:53:56.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:53:56.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:53:56.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:53:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:57 smithi138 ceph-mon[117003]: pgmap v3819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:53:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:57 smithi138 ceph-mon[117003]: from='client.114135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:57 smithi161 ceph-mon[116604]: pgmap v3819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:53:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:57 smithi161 ceph-mon[116604]: from='client.114135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:53:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:57 smithi028 ceph-mon[112123]: pgmap v3819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:53:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:57 smithi028 ceph-mon[112123]: from='client.114135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:53:59 smithi138 ceph-mon[117003]: pgmap v3820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:53:59 smithi161 ceph-mon[116604]: pgmap v3820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:53:59 smithi028 ceph-mon[112123]: pgmap v3820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:01.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:01.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:01.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:01 smithi138 ceph-mon[117003]: pgmap v3821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:01 smithi161 ceph-mon[116604]: pgmap v3821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:01 smithi028 ceph-mon[112123]: pgmap v3821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:02.511 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:02.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:02.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:02.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:02.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:03 smithi138 ceph-mon[117003]: pgmap v3822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:03 smithi138 ceph-mon[117003]: from='client.114213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:03 smithi161 ceph-mon[116604]: pgmap v3822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:03 smithi161 ceph-mon[116604]: from='client.114213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:03 smithi028 ceph-mon[112123]: pgmap v3822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:03 smithi028 ceph-mon[112123]: from='client.114213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:05 smithi138 ceph-mon[117003]: pgmap v3823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:05 smithi161 ceph-mon[116604]: pgmap v3823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:05 smithi028 ceph-mon[112123]: pgmap v3823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:07.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:07.513 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:07.513 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:07 smithi138 ceph-mon[117003]: pgmap v3824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:07 smithi161 ceph-mon[116604]: pgmap v3824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:07 smithi028 ceph-mon[112123]: pgmap v3824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:08.303 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:08.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:08.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:08.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:08.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:09 smithi138 ceph-mon[117003]: from='client.114282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:09 smithi138 ceph-mon[117003]: 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-07T06:54:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:09 smithi161 ceph-mon[116604]: from='client.114282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:09 smithi161 ceph-mon[116604]: 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-07T06:54:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:09 smithi028 ceph-mon[112123]: from='client.114282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:09 smithi028 ceph-mon[112123]: 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-07T06:54:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:11 smithi138 ceph-mon[117003]: 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-07T06:54:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:11 smithi161 ceph-mon[116604]: 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-07T06:54:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:11 smithi028 ceph-mon[112123]: 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-07T06:54:13.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:13.306 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:13.306 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:13 smithi138 ceph-mon[117003]: 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-07T06:54:14.088 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:14.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:14.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:14.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:14.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:13 smithi161 ceph-mon[116604]: 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-07T06:54:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:13 smithi028 ceph-mon[112123]: 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-07T06:54:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:14 smithi138 ceph-mon[117003]: from='client.114354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:14 smithi161 ceph-mon[116604]: from='client.114354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:14 smithi028 ceph-mon[112123]: from='client.114354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:15 smithi138 ceph-mon[117003]: 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-07T06:54:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:15 smithi161 ceph-mon[116604]: 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-07T06:54:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:15 smithi028 ceph-mon[112123]: 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-07T06:54:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:17 smithi138 ceph-mon[117003]: 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-07T06:54:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:17 smithi161 ceph-mon[116604]: 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-07T06:54:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:17 smithi028 ceph-mon[112123]: 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-07T06:54:19.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:19.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:19.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:19.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:19.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:19.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:19.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:19.856 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:19 smithi138 ceph-mon[117003]: 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-07T06:54:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:19 smithi161 ceph-mon[116604]: 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-07T06:54:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:19 smithi028 ceph-mon[112123]: 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-07T06:54:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:20 smithi138 ceph-mon[117003]: from='client.114432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:20 smithi161 ceph-mon[116604]: from='client.114432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:20 smithi028 ceph-mon[112123]: from='client.114432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:21 smithi138 ceph-mon[117003]: pgmap v3831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:21 smithi161 ceph-mon[116604]: pgmap v3831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:21 smithi028 ceph-mon[112123]: pgmap v3831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:23 smithi138 ceph-mon[117003]: pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:23 smithi161 ceph-mon[116604]: pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:23 smithi028 ceph-mon[112123]: pgmap v3832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:24.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:24.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:24.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:25.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:25.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:25.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:25.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:25.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:25 smithi138 ceph-mon[117003]: pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:25 smithi161 ceph-mon[116604]: pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:25 smithi028 ceph-mon[112123]: pgmap v3833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:26 smithi138 ceph-mon[117003]: from='client.114507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:26 smithi161 ceph-mon[116604]: from='client.114507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:26 smithi028 ceph-mon[112123]: from='client.114507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:27 smithi138 ceph-mon[117003]: pgmap v3834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:27 smithi161 ceph-mon[116604]: pgmap v3834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:27 smithi028 ceph-mon[112123]: pgmap v3834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:29 smithi138 ceph-mon[117003]: pgmap v3835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:29 smithi161 ceph-mon[116604]: pgmap v3835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:29 smithi028 ceph-mon[112123]: pgmap v3835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:30.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:30.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:30.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:31.400 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:31.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:31.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:31.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:31.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:31 smithi161 ceph-mon[116604]: pgmap v3836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:31 smithi028 ceph-mon[112123]: pgmap v3836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:32.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:31 smithi138 ceph-mon[117003]: pgmap v3836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:32 smithi161 ceph-mon[116604]: from='client.114582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:32 smithi028 ceph-mon[112123]: from='client.114582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:32 smithi138 ceph-mon[117003]: from='client.114582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:33 smithi161 ceph-mon[116604]: 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-07T06:54:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:33 smithi028 ceph-mon[112123]: 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-07T06:54:34.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:33 smithi138 ceph-mon[117003]: 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-07T06:54:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:35 smithi161 ceph-mon[116604]: 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-07T06:54:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:35 smithi028 ceph-mon[112123]: 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-07T06:54:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:35 smithi138 ceph-mon[117003]: 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-07T06:54:36.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:36.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:36.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:37.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:37.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:37.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:37.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:37.177 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:37 smithi161 ceph-mon[116604]: pgmap v3839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:37 smithi161 ceph-mon[116604]: from='client.114657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:37 smithi028 ceph-mon[112123]: pgmap v3839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:37 smithi028 ceph-mon[112123]: from='client.114657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:37 smithi138 ceph-mon[117003]: pgmap v3839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:37 smithi138 ceph-mon[117003]: from='client.114657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:39 smithi161 ceph-mon[116604]: pgmap v3840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:39 smithi028 ceph-mon[112123]: pgmap v3840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:39 smithi138 ceph-mon[117003]: pgmap v3840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:42.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:42.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:42.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:41 smithi161 ceph-mon[116604]: pgmap v3841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:41 smithi028 ceph-mon[112123]: pgmap v3841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:41 smithi138 ceph-mon[117003]: pgmap v3841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:42.949 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:42.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:42.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:42.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:42.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:43 smithi161 ceph-mon[116604]: pgmap v3842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:43 smithi161 ceph-mon[116604]: from='client.114735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:43 smithi028 ceph-mon[112123]: pgmap v3842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:43 smithi028 ceph-mon[112123]: from='client.114735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:43 smithi138 ceph-mon[117003]: pgmap v3842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:43 smithi138 ceph-mon[117003]: from='client.114735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:45 smithi161 ceph-mon[116604]: pgmap v3843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:45 smithi028 ceph-mon[112123]: pgmap v3843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:45 smithi138 ceph-mon[117003]: pgmap v3843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:47.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:47.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:47.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:47 smithi161 ceph-mon[116604]: pgmap v3844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:47 smithi028 ceph-mon[112123]: pgmap v3844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:48.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:47 smithi138 ceph-mon[117003]: pgmap v3844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:54:48.727 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:48.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:48.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:48.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:48.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:49 smithi161 ceph-mon[116604]: 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-07T06:54:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:49 smithi161 ceph-mon[116604]: from='client.114810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:49 smithi028 ceph-mon[112123]: 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-07T06:54:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:49 smithi028 ceph-mon[112123]: from='client.114810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:49 smithi138 ceph-mon[117003]: 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-07T06:54:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:49 smithi138 ceph-mon[117003]: from='client.114810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:51 smithi161 ceph-mon[116604]: 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-07T06:54:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:54:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:54:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:54:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:54:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:51 smithi028 ceph-mon[112123]: 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-07T06:54:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:54:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:54:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:54:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:54:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:51 smithi138 ceph-mon[117003]: 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-07T06:54:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:54:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:54:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:54:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:54:53.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:53.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:53.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:53 smithi161 ceph-mon[116604]: 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-07T06:54:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:53 smithi028 ceph-mon[112123]: 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-07T06:54:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:53 smithi138 ceph-mon[117003]: 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-07T06:54:54.514 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:54:54.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:54:54.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:54:54.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:54:54.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:54:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:55 smithi161 ceph-mon[116604]: 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-07T06:54:55.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:55 smithi161 ceph-mon[116604]: from='client.114888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:55 smithi028 ceph-mon[112123]: 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-07T06:54:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:55 smithi028 ceph-mon[112123]: from='client.114888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:55 smithi138 ceph-mon[117003]: 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-07T06:54:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:55 smithi138 ceph-mon[117003]: from='client.114888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:54:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:57 smithi161 ceph-mon[116604]: pgmap v3849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:57 smithi028 ceph-mon[112123]: pgmap v3849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:57 smithi138 ceph-mon[117003]: pgmap v3849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:54:59.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:54:59.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:54:59.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:54:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:54:59 smithi161 ceph-mon[116604]: pgmap v3850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:54:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:54:59 smithi028 ceph-mon[112123]: pgmap v3850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:54:59 smithi138 ceph-mon[117003]: pgmap v3850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:00.285 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:00.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:00.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:00.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:00.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:01 smithi161 ceph-mon[116604]: from='client.114963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:01 smithi161 ceph-mon[116604]: pgmap v3851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:01 smithi028 ceph-mon[112123]: from='client.114963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:01 smithi028 ceph-mon[112123]: pgmap v3851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:01 smithi138 ceph-mon[117003]: from='client.114963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:01 smithi138 ceph-mon[117003]: pgmap v3851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:03 smithi161 ceph-mon[116604]: pgmap v3852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:03 smithi028 ceph-mon[112123]: pgmap v3852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:03 smithi138 ceph-mon[117003]: pgmap v3852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:05.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:05.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:05.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:05 smithi161 ceph-mon[116604]: pgmap v3853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:05 smithi028 ceph-mon[112123]: pgmap v3853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:05 smithi138 ceph-mon[117003]: pgmap v3853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:06.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:06.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:06.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:06.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:06.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:06 smithi028 ceph-mon[112123]: from='client.115035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:06 smithi138 ceph-mon[117003]: from='client.115035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:06 smithi161 ceph-mon[116604]: from='client.115035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:07 smithi028 ceph-mon[112123]: pgmap v3854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:07 smithi138 ceph-mon[117003]: pgmap v3854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:07 smithi161 ceph-mon[116604]: pgmap v3854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:09 smithi028 ceph-mon[112123]: 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-07T06:55:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:09 smithi138 ceph-mon[117003]: 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-07T06:55:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:09 smithi161 ceph-mon[116604]: 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-07T06:55:11.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:11.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:11.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:11.838 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:11.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:11.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:11.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:11.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:11 smithi028 ceph-mon[112123]: pgmap v3856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:11 smithi138 ceph-mon[117003]: pgmap v3856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:11 smithi161 ceph-mon[116604]: pgmap v3856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:12 smithi028 ceph-mon[112123]: from='client.115113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:12 smithi138 ceph-mon[117003]: from='client.115113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:12 smithi161 ceph-mon[116604]: from='client.115113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:13 smithi028 ceph-mon[112123]: pgmap v3857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:13 smithi138 ceph-mon[117003]: pgmap v3857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:13 smithi161 ceph-mon[116604]: pgmap v3857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:15 smithi028 ceph-mon[112123]: pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:15 smithi138 ceph-mon[117003]: pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:15 smithi161 ceph-mon[116604]: pgmap v3858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:16.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:16.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:16.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:17.618 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:17.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:17.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:17.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:17.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:17 smithi028 ceph-mon[112123]: pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:17 smithi138 ceph-mon[117003]: pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:17 smithi161 ceph-mon[116604]: pgmap v3859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:18 smithi028 ceph-mon[112123]: from='client.115191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:18 smithi138 ceph-mon[117003]: from='client.115191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:18 smithi161 ceph-mon[116604]: from='client.115191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:19 smithi138 ceph-mon[117003]: pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:19 smithi161 ceph-mon[116604]: pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:19 smithi028 ceph-mon[112123]: pgmap v3860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:21 smithi138 ceph-mon[117003]: pgmap v3861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:21 smithi161 ceph-mon[116604]: pgmap v3861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:21 smithi028 ceph-mon[112123]: pgmap v3861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:22.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:22.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:22.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:23.387 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:23.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:23.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:23.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:23.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:23 smithi138 ceph-mon[117003]: pgmap v3862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:23 smithi161 ceph-mon[116604]: pgmap v3862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:23 smithi028 ceph-mon[112123]: pgmap v3862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:24 smithi138 ceph-mon[117003]: from='client.115269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:24 smithi161 ceph-mon[116604]: from='client.115269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:24 smithi028 ceph-mon[112123]: from='client.115269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:25 smithi138 ceph-mon[117003]: pgmap v3863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:25 smithi161 ceph-mon[116604]: pgmap v3863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:25 smithi028 ceph-mon[112123]: pgmap v3863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:27 smithi138 ceph-mon[117003]: pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:27 smithi161 ceph-mon[116604]: pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:27 smithi028 ceph-mon[112123]: pgmap v3864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:28.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:28.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:28.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:29.170 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:29.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:29.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:29.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:29.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:29 smithi138 ceph-mon[117003]: 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-07T06:55:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:29 smithi138 ceph-mon[117003]: from='client.115347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:29 smithi161 ceph-mon[116604]: 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-07T06:55:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:29 smithi161 ceph-mon[116604]: from='client.115347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:29 smithi028 ceph-mon[112123]: 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-07T06:55:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:29 smithi028 ceph-mon[112123]: from='client.115347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:31 smithi138 ceph-mon[117003]: pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:55:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:31 smithi161 ceph-mon[116604]: pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:55:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:31 smithi028 ceph-mon[112123]: pgmap v3866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:55:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:33 smithi138 ceph-mon[117003]: pgmap v3867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:55:34.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:34.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:34.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:33 smithi161 ceph-mon[116604]: pgmap v3867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:55:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:33 smithi028 ceph-mon[112123]: pgmap v3867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:55:34.935 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:34.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:34.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:34.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:34.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:35 smithi138 ceph-mon[117003]: pgmap v3868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:55:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:35 smithi138 ceph-mon[117003]: from='client.115422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:35 smithi161 ceph-mon[116604]: pgmap v3868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:55:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:35 smithi161 ceph-mon[116604]: from='client.115422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:35 smithi028 ceph-mon[112123]: pgmap v3868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:55:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:35 smithi028 ceph-mon[112123]: from='client.115422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:37 smithi138 ceph-mon[117003]: pgmap v3869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:37 smithi161 ceph-mon[116604]: pgmap v3869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:37 smithi028 ceph-mon[112123]: pgmap v3869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:39.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:39.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:39.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:39 smithi138 ceph-mon[117003]: pgmap v3870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:39 smithi161 ceph-mon[116604]: pgmap v3870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:39 smithi028 ceph-mon[112123]: pgmap v3870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:55:40.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:40.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:40.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:40.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:40.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:41 smithi138 ceph-mon[117003]: pgmap v3871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:41 smithi138 ceph-mon[117003]: from='client.115494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:41 smithi161 ceph-mon[116604]: pgmap v3871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:41 smithi161 ceph-mon[116604]: from='client.115494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:41 smithi028 ceph-mon[112123]: pgmap v3871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:41 smithi028 ceph-mon[112123]: from='client.115494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:44.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:43 smithi138 ceph-mon[117003]: pgmap v3872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:55:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:43 smithi161 ceph-mon[116604]: pgmap v3872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:55:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:43 smithi028 ceph-mon[112123]: pgmap v3872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:55:45.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:45.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:45.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:45 smithi138 ceph-mon[117003]: pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:55:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:45 smithi161 ceph-mon[116604]: pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:55:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:45 smithi028 ceph-mon[112123]: pgmap v3873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:55:46.492 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:46.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:46.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:46.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:46.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:47 smithi138 ceph-mon[117003]: pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:55:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:47 smithi138 ceph-mon[117003]: from='client.115569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:47 smithi161 ceph-mon[116604]: pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:55:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:47 smithi161 ceph-mon[116604]: from='client.115569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:47 smithi028 ceph-mon[112123]: pgmap v3874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:55:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:47 smithi028 ceph-mon[112123]: from='client.115569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:49 smithi138 ceph-mon[117003]: 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-07T06:55:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:49 smithi161 ceph-mon[116604]: 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-07T06:55:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:49 smithi028 ceph-mon[112123]: 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-07T06:55:51.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:51.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:51.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:51 smithi138 ceph-mon[117003]: pgmap v3876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:55:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:51 smithi161 ceph-mon[116604]: pgmap v3876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:55:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:51 smithi028 ceph-mon[112123]: pgmap v3876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:55:52.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:52.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:52.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:52.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:52.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:55:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:55:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:55:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:55:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:55:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:55:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:55:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:55:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:55:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:53 smithi138 ceph-mon[117003]: from='client.91861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:53 smithi138 ceph-mon[117003]: pgmap v3877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:53 smithi161 ceph-mon[116604]: from='client.91861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:53 smithi161 ceph-mon[116604]: pgmap v3877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:53 smithi028 ceph-mon[112123]: from='client.91861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:53 smithi028 ceph-mon[112123]: pgmap v3877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:55 smithi138 ceph-mon[117003]: pgmap v3878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:55 smithi161 ceph-mon[116604]: pgmap v3878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:55 smithi028 ceph-mon[112123]: pgmap v3878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:55:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:55:57.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:55:57.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:55:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:57 smithi138 ceph-mon[117003]: pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:58.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:55:58.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:55:58.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:55:58.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:55:58.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:55:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:57 smithi161 ceph-mon[116604]: pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:57 smithi028 ceph-mon[112123]: pgmap v3879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:55:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:58 smithi138 ceph-mon[117003]: from='client.115707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:58 smithi161 ceph-mon[116604]: from='client.115707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:55:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:58 smithi028 ceph-mon[112123]: from='client.115707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:55:59 smithi138 ceph-mon[117003]: pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:55:59 smithi161 ceph-mon[116604]: pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:55:59 smithi028 ceph-mon[112123]: pgmap v3880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:01 smithi138 ceph-mon[117003]: pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:01 smithi161 ceph-mon[116604]: pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:01 smithi028 ceph-mon[112123]: pgmap v3881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:03.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:03.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:03.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:03.916 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:03.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:03.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:03.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:03.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:03 smithi138 ceph-mon[117003]: pgmap v3882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:03 smithi161 ceph-mon[116604]: pgmap v3882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:03 smithi028 ceph-mon[112123]: pgmap v3882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:04 smithi161 ceph-mon[116604]: from='client.115782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:04 smithi028 ceph-mon[112123]: from='client.115782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:04 smithi138 ceph-mon[117003]: from='client.115782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:05 smithi161 ceph-mon[116604]: pgmap v3883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:05 smithi028 ceph-mon[112123]: pgmap v3883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:05 smithi138 ceph-mon[117003]: pgmap v3883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:07 smithi161 ceph-mon[116604]: pgmap v3884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:07 smithi028 ceph-mon[112123]: pgmap v3884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:07 smithi138 ceph-mon[117003]: pgmap v3884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:08.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:08.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:08.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:09.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:09.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:09.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:09.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:09.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:09 smithi161 ceph-mon[116604]: 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-07T06:56:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:09 smithi028 ceph-mon[112123]: 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-07T06:56:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:09 smithi138 ceph-mon[117003]: 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-07T06:56:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:10 smithi161 ceph-mon[116604]: from='client.115860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:10 smithi028 ceph-mon[112123]: from='client.115860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:10 smithi138 ceph-mon[117003]: from='client.115860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:11 smithi161 ceph-mon[116604]: pgmap v3886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:11 smithi028 ceph-mon[112123]: pgmap v3886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:12.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:11 smithi138 ceph-mon[117003]: pgmap v3886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:13 smithi161 ceph-mon[116604]: pgmap v3887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:13 smithi028 ceph-mon[112123]: pgmap v3887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:14.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:13 smithi138 ceph-mon[117003]: pgmap v3887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:14.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:14.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:14.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:15.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:15 smithi161 ceph-mon[116604]: pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:15 smithi028 ceph-mon[112123]: pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:15 smithi138 ceph-mon[117003]: pgmap v3888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:16 smithi161 ceph-mon[116604]: from='client.115932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:16 smithi028 ceph-mon[112123]: from='client.115932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:16 smithi138 ceph-mon[117003]: from='client.115932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:17 smithi161 ceph-mon[116604]: pgmap v3889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:17 smithi028 ceph-mon[112123]: pgmap v3889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:18.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:17 smithi138 ceph-mon[117003]: pgmap v3889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:19 smithi161 ceph-mon[116604]: pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:19 smithi028 ceph-mon[112123]: pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:19 smithi138 ceph-mon[117003]: pgmap v3890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:20.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:20.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:20.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:21.232 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:21.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:21.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:21.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:21.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:21 smithi161 ceph-mon[116604]: pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:21 smithi161 ceph-mon[116604]: from='client.116004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:21 smithi028 ceph-mon[112123]: pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:21 smithi028 ceph-mon[112123]: from='client.116004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:22.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:21 smithi138 ceph-mon[117003]: pgmap v3891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:21 smithi138 ceph-mon[117003]: from='client.116004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:23 smithi161 ceph-mon[116604]: 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-07T06:56:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:23 smithi028 ceph-mon[112123]: 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-07T06:56:24.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:23 smithi138 ceph-mon[117003]: 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-07T06:56:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:25 smithi161 ceph-mon[116604]: 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-07T06:56:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:25 smithi028 ceph-mon[112123]: 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-07T06:56:26.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:26.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:26.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:25 smithi138 ceph-mon[117003]: 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-07T06:56:26.994 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:26.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:26.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:26.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:26.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:27 smithi161 ceph-mon[116604]: 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-07T06:56:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:27 smithi161 ceph-mon[116604]: from='client.116076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:27 smithi028 ceph-mon[112123]: 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-07T06:56:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:27 smithi028 ceph-mon[112123]: from='client.116076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:27 smithi138 ceph-mon[117003]: 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-07T06:56:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:27 smithi138 ceph-mon[117003]: from='client.116076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:29 smithi161 ceph-mon[116604]: 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-07T06:56:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:29 smithi028 ceph-mon[112123]: 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-07T06:56:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:29 smithi138 ceph-mon[117003]: 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-07T06:56:31.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:31.996 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:31.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:31 smithi161 ceph-mon[116604]: pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:31 smithi028 ceph-mon[112123]: pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:31 smithi138 ceph-mon[117003]: pgmap v3896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:32.768 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:32.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:32.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:32.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:32.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:33 smithi161 ceph-mon[116604]: pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:33 smithi161 ceph-mon[116604]: from='client.116154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:33 smithi028 ceph-mon[112123]: pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:33 smithi028 ceph-mon[112123]: from='client.116154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:33 smithi138 ceph-mon[117003]: pgmap v3897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:33 smithi138 ceph-mon[117003]: from='client.116154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:35 smithi161 ceph-mon[116604]: pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:35 smithi028 ceph-mon[112123]: pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:35 smithi138 ceph-mon[117003]: pgmap v3898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:37.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:37.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:37.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:37 smithi161 ceph-mon[116604]: pgmap v3899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:37 smithi028 ceph-mon[112123]: pgmap v3899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:37 smithi138 ceph-mon[117003]: pgmap v3899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:38.553 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:38.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:38.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:38.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:38.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:39 smithi161 ceph-mon[116604]: pgmap v3900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:39 smithi161 ceph-mon[116604]: from='client.116232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:39 smithi028 ceph-mon[112123]: pgmap v3900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:39 smithi028 ceph-mon[112123]: from='client.116232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:39 smithi138 ceph-mon[117003]: pgmap v3900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:40.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:39 smithi138 ceph-mon[117003]: from='client.116232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:41 smithi161 ceph-mon[116604]: pgmap v3901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:41 smithi028 ceph-mon[112123]: pgmap v3901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:41 smithi138 ceph-mon[117003]: pgmap v3901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:56:43.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:43.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:43.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:43 smithi161 ceph-mon[116604]: pgmap v3902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:43 smithi028 ceph-mon[112123]: pgmap v3902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:43 smithi138 ceph-mon[117003]: pgmap v3902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:44.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:44.321 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:44.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:44.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:44.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:45 smithi161 ceph-mon[116604]: from='client.116304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:45 smithi161 ceph-mon[116604]: pgmap v3903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:45 smithi028 ceph-mon[112123]: from='client.116304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:45 smithi028 ceph-mon[112123]: pgmap v3903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:45 smithi138 ceph-mon[117003]: from='client.116304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:45 smithi138 ceph-mon[117003]: pgmap v3903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:47 smithi161 ceph-mon[116604]: pgmap v3904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:56:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:47 smithi028 ceph-mon[112123]: pgmap v3904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:56:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:47 smithi138 ceph-mon[117003]: pgmap v3904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T06:56:49.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:49.323 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:49.323 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:50.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:50.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:50.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:50.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:50.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:49 smithi161 ceph-mon[116604]: pgmap v3905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:56:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:49 smithi028 ceph-mon[112123]: pgmap v3905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:56:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:49 smithi138 ceph-mon[117003]: pgmap v3905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T06:56:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:50 smithi161 ceph-mon[116604]: from='client.116382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:50 smithi028 ceph-mon[112123]: from='client.116382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:50 smithi138 ceph-mon[117003]: from='client.116382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:51 smithi161 ceph-mon[116604]: pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:51 smithi028 ceph-mon[112123]: pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:52.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:51 smithi138 ceph-mon[117003]: pgmap v3906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:56:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:56:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:56:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:53 smithi161 ceph-mon[116604]: pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:56:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:56:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:53 smithi028 ceph-mon[112123]: pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:56:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:56:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:54.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:53 smithi138 ceph-mon[117003]: pgmap v3907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:56:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:56:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:56:55.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:56:55.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:56:55.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:56:55.870 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:56:55.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:56:55.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:56:55.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:56:55.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:56:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:55 smithi161 ceph-mon[116604]: pgmap v3908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:55 smithi028 ceph-mon[112123]: pgmap v3908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:55 smithi138 ceph-mon[117003]: pgmap v3908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:56:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:56 smithi161 ceph-mon[116604]: from='client.116460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:56 smithi028 ceph-mon[112123]: from='client.116460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:56 smithi138 ceph-mon[117003]: from='client.116460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:56:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:57 smithi161 ceph-mon[116604]: pgmap v3909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:57 smithi028 ceph-mon[112123]: pgmap v3909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:57 smithi138 ceph-mon[117003]: pgmap v3909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:56:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:56:58 smithi161 ceph-mon[116604]: pgmap v3910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:56:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:56:58 smithi028 ceph-mon[112123]: pgmap v3910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:56:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:56:58 smithi138 ceph-mon[117003]: pgmap v3910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:57:00.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:00.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:00.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:01.653 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:01.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:01.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:01.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:01.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:01 smithi028 ceph-mon[112123]: pgmap v3911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:57:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:01 smithi138 ceph-mon[117003]: pgmap v3911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:57:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:01 smithi161 ceph-mon[116604]: pgmap v3911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:57:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:02 smithi028 ceph-mon[112123]: from='client.116538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:02 smithi138 ceph-mon[117003]: from='client.116538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:02 smithi161 ceph-mon[116604]: from='client.116538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:03 smithi028 ceph-mon[112123]: 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-07T06:57:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:03 smithi138 ceph-mon[117003]: 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-07T06:57:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:03 smithi161 ceph-mon[116604]: 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-07T06:57:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:05 smithi028 ceph-mon[112123]: 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-07T06:57:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:05 smithi138 ceph-mon[117003]: 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-07T06:57:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:05 smithi161 ceph-mon[116604]: 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-07T06:57:06.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:06.656 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:06.656 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:07.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:07.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:07.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:07.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:07.424 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:07 smithi028 ceph-mon[112123]: 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-07T06:57:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:07 smithi138 ceph-mon[117003]: 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-07T06:57:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:07 smithi161 ceph-mon[116604]: 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-07T06:57:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:08 smithi028 ceph-mon[112123]: from='client.116613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:08 smithi138 ceph-mon[117003]: from='client.116613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:08 smithi161 ceph-mon[116604]: from='client.116613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:09 smithi028 ceph-mon[112123]: 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-07T06:57:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:09 smithi138 ceph-mon[117003]: 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-07T06:57:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:09 smithi161 ceph-mon[116604]: 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-07T06:57:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:11 smithi138 ceph-mon[117003]: pgmap v3916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:11 smithi161 ceph-mon[116604]: pgmap v3916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:11 smithi028 ceph-mon[112123]: pgmap v3916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:12.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:12.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:12.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:13.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:13.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:13.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:13.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:13.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:13 smithi138 ceph-mon[117003]: pgmap v3917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:13 smithi138 ceph-mon[117003]: from='client.116688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:13 smithi161 ceph-mon[116604]: pgmap v3917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:13 smithi161 ceph-mon[116604]: from='client.116688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:13 smithi028 ceph-mon[112123]: pgmap v3917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:13 smithi028 ceph-mon[112123]: from='client.116688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:15 smithi138 ceph-mon[117003]: pgmap v3918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:15 smithi161 ceph-mon[116604]: pgmap v3918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:15 smithi028 ceph-mon[112123]: pgmap v3918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:17 smithi138 ceph-mon[117003]: pgmap v3919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:17 smithi161 ceph-mon[116604]: pgmap v3919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:18.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:18.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:18.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:17 smithi028 ceph-mon[112123]: pgmap v3919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:18.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:18.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:18.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:18.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:18.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:19 smithi138 ceph-mon[117003]: pgmap v3920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:19 smithi138 ceph-mon[117003]: from='client.116754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:19 smithi161 ceph-mon[116604]: pgmap v3920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:19 smithi161 ceph-mon[116604]: from='client.116754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:19 smithi028 ceph-mon[112123]: pgmap v3920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:19 smithi028 ceph-mon[112123]: from='client.116754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:21 smithi138 ceph-mon[117003]: pgmap v3921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:21 smithi161 ceph-mon[116604]: pgmap v3921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:21 smithi028 ceph-mon[112123]: pgmap v3921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:23 smithi138 ceph-mon[117003]: 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-07T06:57:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:23 smithi161 ceph-mon[116604]: 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-07T06:57:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:23 smithi028 ceph-mon[112123]: 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-07T06:57:24.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:24.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:24.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:24.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:24.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:25 smithi138 ceph-mon[117003]: 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-07T06:57:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:25 smithi138 ceph-mon[117003]: from='client.116829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:25 smithi161 ceph-mon[116604]: 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-07T06:57:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:25 smithi161 ceph-mon[116604]: from='client.116829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:25 smithi028 ceph-mon[112123]: 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-07T06:57:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:25 smithi028 ceph-mon[112123]: from='client.116829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:27 smithi138 ceph-mon[117003]: pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:27 smithi161 ceph-mon[116604]: pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:28.238 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:27 smithi028 ceph-mon[112123]: pgmap v3924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:29.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:29.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:29.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:29 smithi138 ceph-mon[117003]: pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:57:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:29 smithi161 ceph-mon[116604]: pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:57:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:29 smithi028 ceph-mon[112123]: pgmap v3925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:57:30.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:30.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:30.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:30.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:30.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:31 smithi138 ceph-mon[117003]: pgmap v3926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:31 smithi138 ceph-mon[117003]: from='client.116904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:31 smithi161 ceph-mon[116604]: pgmap v3926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:31 smithi161 ceph-mon[116604]: from='client.116904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:31 smithi028 ceph-mon[112123]: pgmap v3926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:31 smithi028 ceph-mon[112123]: from='client.116904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:33 smithi138 ceph-mon[117003]: pgmap v3927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:57:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:33 smithi161 ceph-mon[116604]: pgmap v3927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:57:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:33 smithi028 ceph-mon[112123]: pgmap v3927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:57:35.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:35.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:35.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:35 smithi138 ceph-mon[117003]: pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:57:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:35 smithi161 ceph-mon[116604]: pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:57:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:35 smithi028 ceph-mon[112123]: pgmap v3928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:57:36.290 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:36.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:36.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:36.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:36.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:37 smithi138 ceph-mon[117003]: from='client.116982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:37 smithi138 ceph-mon[117003]: pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:37 smithi161 ceph-mon[116604]: from='client.116982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:37 smithi161 ceph-mon[116604]: pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:37 smithi028 ceph-mon[112123]: from='client.116982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:37 smithi028 ceph-mon[112123]: pgmap v3929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:39 smithi138 ceph-mon[117003]: 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-07T06:57:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:39 smithi161 ceph-mon[116604]: 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-07T06:57:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:39 smithi028 ceph-mon[112123]: 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-07T06:57:41.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:41.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:41.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:41 smithi138 ceph-mon[117003]: 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-07T06:57:42.059 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:42.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:42.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:42.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:42.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:41 smithi161 ceph-mon[116604]: 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-07T06:57:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:41 smithi028 ceph-mon[112123]: 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-07T06:57:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:42 smithi138 ceph-mon[117003]: from='client.117060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:42 smithi161 ceph-mon[116604]: from='client.117060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:42 smithi028 ceph-mon[112123]: from='client.117060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:43 smithi138 ceph-mon[117003]: 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-07T06:57:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:43 smithi161 ceph-mon[116604]: 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-07T06:57:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:43 smithi028 ceph-mon[112123]: 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-07T06:57:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:45 smithi138 ceph-mon[117003]: 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-07T06:57:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:45 smithi161 ceph-mon[116604]: 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-07T06:57:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:45 smithi028 ceph-mon[112123]: 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-07T06:57:47.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:47.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:47.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:47.838 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:47.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:47.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:47.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:47.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:47 smithi138 ceph-mon[117003]: 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-07T06:57:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:47 smithi161 ceph-mon[116604]: 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-07T06:57:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:47 smithi028 ceph-mon[112123]: 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-07T06:57:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:48 smithi138 ceph-mon[117003]: from='client.117138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:48 smithi161 ceph-mon[116604]: from='client.117138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:48 smithi028 ceph-mon[112123]: from='client.117138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:49 smithi138 ceph-mon[117003]: 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-07T06:57:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:49 smithi161 ceph-mon[116604]: 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-07T06:57:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:49 smithi028 ceph-mon[112123]: 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-07T06:57:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:51 smithi138 ceph-mon[117003]: pgmap v3936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:51 smithi161 ceph-mon[116604]: pgmap v3936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:51 smithi028 ceph-mon[112123]: pgmap v3936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:52.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:52.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:52.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:53.656 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:53.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:53.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:53.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:53.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:57:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:53 smithi138 ceph-mon[117003]: pgmap v3937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:57:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:53 smithi161 ceph-mon[116604]: pgmap v3937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:57:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:53 smithi028 ceph-mon[112123]: pgmap v3937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:57:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:54 smithi138 ceph-mon[117003]: from='client.117213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:57:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:57:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:57:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:54 smithi161 ceph-mon[116604]: from='client.117213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:57:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:57:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:57:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:54 smithi028 ceph-mon[112123]: from='client.117213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:57:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:57:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:57:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:57:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:55 smithi161 ceph-mon[116604]: pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:55 smithi028 ceph-mon[112123]: pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:55 smithi138 ceph-mon[117003]: pgmap v3938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:57:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:57 smithi161 ceph-mon[116604]: pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:57 smithi028 ceph-mon[112123]: pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:58.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:57 smithi138 ceph-mon[117003]: pgmap v3939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:57:58.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:57:58.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:57:58.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:57:59.443 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:57:59.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:57:59.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:57:59.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:57:59.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:57:59 smithi161 ceph-mon[116604]: pgmap v3940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:57:59 smithi028 ceph-mon[112123]: pgmap v3940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:57:59 smithi138 ceph-mon[117003]: pgmap v3940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:00 smithi161 ceph-mon[116604]: from='client.117288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:00 smithi028 ceph-mon[112123]: from='client.117288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:00 smithi138 ceph-mon[117003]: from='client.117288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:01 smithi161 ceph-mon[116604]: pgmap v3941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:58:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:01 smithi028 ceph-mon[112123]: pgmap v3941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:58:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:01 smithi138 ceph-mon[117003]: pgmap v3941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T06:58:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:03 smithi161 ceph-mon[116604]: pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:58:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:03 smithi028 ceph-mon[112123]: pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:58:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:03 smithi138 ceph-mon[117003]: pgmap v3942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:58:04.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:04.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:04.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:05.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:05.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:05.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:05.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:05.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:05 smithi161 ceph-mon[116604]: pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:58:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:05 smithi161 ceph-mon[116604]: from='client.117363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:05 smithi028 ceph-mon[112123]: pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:58:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:05 smithi028 ceph-mon[112123]: from='client.117363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:05 smithi138 ceph-mon[117003]: pgmap v3943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T06:58:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:05 smithi138 ceph-mon[117003]: from='client.117363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:07 smithi161 ceph-mon[116604]: pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:07 smithi028 ceph-mon[112123]: pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:07 smithi138 ceph-mon[117003]: pgmap v3944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:09 smithi161 ceph-mon[116604]: pgmap v3945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:09 smithi028 ceph-mon[112123]: pgmap v3945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:10.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:10.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:10.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:09 smithi138 ceph-mon[117003]: pgmap v3945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:11.008 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:11.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:11.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:11.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:11.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:11 smithi161 ceph-mon[116604]: pgmap v3946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:11 smithi161 ceph-mon[116604]: from='client.117438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:11 smithi028 ceph-mon[112123]: pgmap v3946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:11 smithi028 ceph-mon[112123]: from='client.117438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:12.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:11 smithi138 ceph-mon[117003]: pgmap v3946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:11 smithi138 ceph-mon[117003]: from='client.117438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:13 smithi161 ceph-mon[116604]: pgmap v3947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:58:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:13 smithi028 ceph-mon[112123]: pgmap v3947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:58:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:13 smithi138 ceph-mon[117003]: pgmap v3947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:58:16.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:16.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:16.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:15 smithi161 ceph-mon[116604]: pgmap v3948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:58:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:15 smithi028 ceph-mon[112123]: pgmap v3948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:58:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:15 smithi138 ceph-mon[117003]: pgmap v3948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T06:58:16.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:16.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:16.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:16.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:16.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:17 smithi161 ceph-mon[116604]: pgmap v3949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:58:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:17 smithi161 ceph-mon[116604]: from='client.117513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:17 smithi028 ceph-mon[112123]: pgmap v3949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:58:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:17 smithi028 ceph-mon[112123]: from='client.117513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:17 smithi138 ceph-mon[117003]: pgmap v3949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T06:58:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:17 smithi138 ceph-mon[117003]: from='client.117513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:19 smithi161 ceph-mon[116604]: 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-07T06:58:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:19 smithi028 ceph-mon[112123]: 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-07T06:58:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:19 smithi138 ceph-mon[117003]: 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-07T06:58:21.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:21.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:21.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:21 smithi028 ceph-mon[112123]: 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-07T06:58:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:21 smithi138 ceph-mon[117003]: 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-07T06:58:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:21 smithi161 ceph-mon[116604]: 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-07T06:58:22.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:22.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:22.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:22.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:22.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:23 smithi138 ceph-mon[117003]: 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-07T06:58:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:23 smithi138 ceph-mon[117003]: from='client.117588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:23 smithi161 ceph-mon[116604]: 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-07T06:58:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:23 smithi161 ceph-mon[116604]: from='client.117588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:23 smithi028 ceph-mon[112123]: 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-07T06:58:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:23 smithi028 ceph-mon[112123]: from='client.117588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:25 smithi138 ceph-mon[117003]: 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-07T06:58:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:25 smithi161 ceph-mon[116604]: 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-07T06:58:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:25 smithi028 ceph-mon[112123]: 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-07T06:58:27.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:27.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:27.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:27 smithi138 ceph-mon[117003]: 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-07T06:58:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:27 smithi161 ceph-mon[116604]: 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-07T06:58:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:27 smithi028 ceph-mon[112123]: 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-07T06:58:28.329 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:28.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:28.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:28.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:28.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:29 smithi138 ceph-mon[117003]: from='client.117663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:29 smithi138 ceph-mon[117003]: 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-07T06:58:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:29 smithi161 ceph-mon[116604]: from='client.117663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:29 smithi161 ceph-mon[116604]: 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-07T06:58:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:29 smithi028 ceph-mon[112123]: from='client.117663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:29 smithi028 ceph-mon[112123]: 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-07T06:58:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:31 smithi138 ceph-mon[117003]: pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:58:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:31 smithi161 ceph-mon[116604]: pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:58:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:31 smithi028 ceph-mon[112123]: pgmap v3956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:58:33.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:33.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:33.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:33 smithi138 ceph-mon[117003]: pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:34.109 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:34.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:34.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:34.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:34.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:33 smithi161 ceph-mon[116604]: pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:33 smithi028 ceph-mon[112123]: pgmap v3957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:34 smithi138 ceph-mon[117003]: from='client.117741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:34 smithi161 ceph-mon[116604]: from='client.117741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:34 smithi028 ceph-mon[112123]: from='client.117741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:35 smithi138 ceph-mon[117003]: pgmap v3958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:35 smithi161 ceph-mon[116604]: pgmap v3958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:35 smithi028 ceph-mon[112123]: pgmap v3958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:37 smithi138 ceph-mon[117003]: pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:58:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:37 smithi161 ceph-mon[116604]: pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:58:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:37 smithi028 ceph-mon[112123]: pgmap v3959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:58:39.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:39.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:39.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:39.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:39.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:39.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:39.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:39.905 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:39 smithi138 ceph-mon[117003]: pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:39 smithi161 ceph-mon[116604]: pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:39 smithi028 ceph-mon[112123]: pgmap v3960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:40 smithi138 ceph-mon[117003]: from='client.117816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:40 smithi161 ceph-mon[116604]: from='client.117816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:40 smithi028 ceph-mon[112123]: from='client.117816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:41 smithi138 ceph-mon[117003]: 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-07T06:58:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:41 smithi161 ceph-mon[116604]: 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-07T06:58:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:41 smithi028 ceph-mon[112123]: 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-07T06:58:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:43 smithi138 ceph-mon[117003]: pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:43 smithi161 ceph-mon[116604]: pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:43 smithi028 ceph-mon[112123]: pgmap v3962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:44.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:44.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:44.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:45.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:45.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:45.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:45.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:45.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:45 smithi138 ceph-mon[117003]: pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:45 smithi161 ceph-mon[116604]: pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:45 smithi028 ceph-mon[112123]: pgmap v3963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:46 smithi138 ceph-mon[117003]: from='client.117894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:46 smithi161 ceph-mon[116604]: from='client.117894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:46 smithi028 ceph-mon[112123]: from='client.117894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:47 smithi138 ceph-mon[117003]: pgmap v3964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:47 smithi161 ceph-mon[116604]: pgmap v3964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:47 smithi028 ceph-mon[112123]: pgmap v3964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:49 smithi138 ceph-mon[117003]: pgmap v3965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:49 smithi161 ceph-mon[116604]: pgmap v3965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:49 smithi028 ceph-mon[112123]: pgmap v3965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:58:50.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:50.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:50.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:51.442 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:51.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:51.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:51.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:51.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:51 smithi138 ceph-mon[117003]: pgmap v3966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:51 smithi161 ceph-mon[116604]: pgmap v3966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:51 smithi028 ceph-mon[112123]: pgmap v3966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:58:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:52 smithi138 ceph-mon[117003]: from='client.117972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:52 smithi161 ceph-mon[116604]: from='client.117972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:52 smithi028 ceph-mon[112123]: from='client.117972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:53 smithi138 ceph-mon[117003]: 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-07T06:58:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:53 smithi161 ceph-mon[116604]: 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-07T06:58:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:53 smithi028 ceph-mon[112123]: 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-07T06:58:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:58:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:58:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:58:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: 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-07T06:58:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:58:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:58:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: 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-07T06:58:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:58:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:58:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: 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-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:58:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:58:56.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:58:56.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:58:56.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:58:57.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:58:57.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:58:57.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:58:57.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:58:57.214 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:58:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:57 smithi161 ceph-mon[116604]: 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-07T06:58:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:57 smithi161 ceph-mon[116604]: from='client.118044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:57 smithi028 ceph-mon[112123]: 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-07T06:58:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:57 smithi028 ceph-mon[112123]: from='client.118044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:58:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:57 smithi138 ceph-mon[117003]: 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-07T06:58:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:57 smithi138 ceph-mon[117003]: from='client.118044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:58:59 smithi161 ceph-mon[116604]: 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-07T06:59:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:58:59 smithi028 ceph-mon[112123]: 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-07T06:59:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:58:59 smithi138 ceph-mon[117003]: 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-07T06:59:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:01 smithi161 ceph-mon[116604]: 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-07T06:59:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:01 smithi028 ceph-mon[112123]: 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-07T06:59:02.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:02.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:02.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:01 smithi138 ceph-mon[117003]: 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-07T06:59:02.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:02.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:02.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:02.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:02.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:03 smithi161 ceph-mon[116604]: 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-07T06:59:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:03 smithi161 ceph-mon[116604]: from='client.118119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:03 smithi028 ceph-mon[112123]: 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-07T06:59:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:03 smithi028 ceph-mon[112123]: from='client.118119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:04.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:03 smithi138 ceph-mon[117003]: 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-07T06:59:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:03 smithi138 ceph-mon[117003]: from='client.118119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:05 smithi161 ceph-mon[116604]: 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-07T06:59:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:05 smithi028 ceph-mon[112123]: 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-07T06:59:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:05 smithi138 ceph-mon[117003]: 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-07T06:59:07.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:07.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:07.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:07 smithi161 ceph-mon[116604]: 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-07T06:59:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:07 smithi028 ceph-mon[112123]: 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-07T06:59:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:07 smithi138 ceph-mon[117003]: 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-07T06:59:08.758 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:08.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:08.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:08.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:08.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:09 smithi161 ceph-mon[116604]: 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-07T06:59:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:09 smithi161 ceph-mon[116604]: from='client.118194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:09 smithi028 ceph-mon[112123]: 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-07T06:59:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:09 smithi028 ceph-mon[112123]: from='client.118194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:09 smithi138 ceph-mon[117003]: 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-07T06:59:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:09 smithi138 ceph-mon[117003]: from='client.118194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:11 smithi161 ceph-mon[116604]: pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:59:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:11 smithi028 ceph-mon[112123]: pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:59:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:11 smithi138 ceph-mon[117003]: pgmap v3976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T06:59:13.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:13.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:13.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:13 smithi161 ceph-mon[116604]: pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:59:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:13 smithi028 ceph-mon[112123]: pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:59:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:13 smithi138 ceph-mon[117003]: pgmap v3977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:59:14.532 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:14.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:14.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:14.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:14.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:14 smithi028 ceph-mon[112123]: pgmap v3978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:59:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:14 smithi028 ceph-mon[112123]: from='client.118269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:14 smithi138 ceph-mon[117003]: pgmap v3978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:59:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:14 smithi138 ceph-mon[117003]: from='client.118269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:14 smithi161 ceph-mon[116604]: pgmap v3978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:59:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:14 smithi161 ceph-mon[116604]: from='client.118269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:17 smithi138 ceph-mon[117003]: 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-07T06:59:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:17 smithi161 ceph-mon[116604]: 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-07T06:59:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:17 smithi028 ceph-mon[112123]: 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-07T06:59:19.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:19.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:19.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:19 smithi138 ceph-mon[117003]: 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-07T06:59:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:19 smithi161 ceph-mon[116604]: 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-07T06:59:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:19 smithi028 ceph-mon[112123]: 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-07T06:59:20.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:20.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:20.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:20.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:20.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:21 smithi138 ceph-mon[117003]: from='client.118341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:21 smithi138 ceph-mon[117003]: 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-07T06:59:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:21 smithi161 ceph-mon[116604]: from='client.118341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:21 smithi161 ceph-mon[116604]: 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-07T06:59:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:21 smithi028 ceph-mon[112123]: from='client.118341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:21 smithi028 ceph-mon[112123]: 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-07T06:59:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:23 smithi138 ceph-mon[117003]: pgmap v3982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:59:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:23 smithi161 ceph-mon[116604]: pgmap v3982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:59:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:23 smithi028 ceph-mon[112123]: pgmap v3982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:59:25.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:25.317 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:25.317 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:25 smithi138 ceph-mon[117003]: pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:59:26.088 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:26.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:26.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:26.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:26.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:25 smithi161 ceph-mon[116604]: pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:59:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:25 smithi028 ceph-mon[112123]: pgmap v3983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T06:59:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:26 smithi138 ceph-mon[117003]: from='client.118419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:26 smithi161 ceph-mon[116604]: from='client.118419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:26 smithi028 ceph-mon[112123]: from='client.118419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:27 smithi138 ceph-mon[117003]: pgmap v3984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:59:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:27 smithi161 ceph-mon[116604]: pgmap v3984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:59:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:27 smithi028 ceph-mon[112123]: pgmap v3984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T06:59:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:29 smithi138 ceph-mon[117003]: 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-07T06:59:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:29 smithi161 ceph-mon[116604]: 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-07T06:59:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:29 smithi028 ceph-mon[112123]: 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-07T06:59:31.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:31.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:31.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:31.864 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:31.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:31.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:31.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:31.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:31 smithi138 ceph-mon[117003]: 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-07T06:59:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:31 smithi161 ceph-mon[116604]: 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-07T06:59:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:31 smithi028 ceph-mon[112123]: 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-07T06:59:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:32 smithi138 ceph-mon[117003]: from='client.118491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:32 smithi161 ceph-mon[116604]: from='client.118491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:32 smithi028 ceph-mon[112123]: from='client.118491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:33 smithi138 ceph-mon[117003]: 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-07T06:59:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:33 smithi161 ceph-mon[116604]: 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-07T06:59:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:33 smithi028 ceph-mon[112123]: 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-07T06:59:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:35 smithi138 ceph-mon[117003]: 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-07T06:59:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:35 smithi161 ceph-mon[116604]: 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-07T06:59:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:35 smithi028 ceph-mon[112123]: 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-07T06:59:36.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:36.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:36.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:37.625 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:37.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:37.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:37.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:37.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:37 smithi138 ceph-mon[117003]: 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-07T06:59:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:37 smithi161 ceph-mon[116604]: 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-07T06:59:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:37 smithi028 ceph-mon[112123]: 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-07T06:59:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:38 smithi138 ceph-mon[117003]: from='client.118569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:38 smithi161 ceph-mon[116604]: from='client.118569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:38 smithi028 ceph-mon[112123]: from='client.118569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:39 smithi138 ceph-mon[117003]: 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-07T06:59:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:39 smithi161 ceph-mon[116604]: 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-07T06:59:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:39 smithi028 ceph-mon[112123]: 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-07T06:59:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:41 smithi138 ceph-mon[117003]: 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-07T06:59:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:41 smithi161 ceph-mon[116604]: 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-07T06:59:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:41 smithi028 ceph-mon[112123]: 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-07T06:59:42.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:42.628 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:42.628 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:43.407 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:43.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:43.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:43.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:43.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:43 smithi138 ceph-mon[117003]: 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-07T06:59:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:43 smithi161 ceph-mon[116604]: 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-07T06:59:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:43 smithi028 ceph-mon[112123]: 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-07T06:59:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:44 smithi138 ceph-mon[117003]: from='client.118647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:44 smithi161 ceph-mon[116604]: from='client.118647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:44 smithi028 ceph-mon[112123]: from='client.118647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:45 smithi138 ceph-mon[117003]: 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-07T06:59:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:45 smithi161 ceph-mon[116604]: 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-07T06:59:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:45 smithi028 ceph-mon[112123]: 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-07T06:59:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:47 smithi138 ceph-mon[117003]: 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-07T06:59:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:47 smithi161 ceph-mon[116604]: 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-07T06:59:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:47 smithi028 ceph-mon[112123]: 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-07T06:59:48.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:48.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:48.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:49.176 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:49.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:49.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:49.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:49.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:49 smithi138 ceph-mon[117003]: 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-07T06:59:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:49 smithi138 ceph-mon[117003]: from='client.118725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:49 smithi161 ceph-mon[116604]: 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-07T06:59:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:49 smithi161 ceph-mon[116604]: from='client.118725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:49 smithi028 ceph-mon[112123]: 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-07T06:59:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:49 smithi028 ceph-mon[112123]: from='client.118725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:51 smithi161 ceph-mon[116604]: pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:59:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:51 smithi028 ceph-mon[112123]: pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:59:52.295 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:51 smithi138 ceph-mon[117003]: pgmap v3996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T06:59:54.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:54.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:54.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T06:59:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:53 smithi161 ceph-mon[116604]: pgmap v3997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:59:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:53 smithi028 ceph-mon[112123]: pgmap v3997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:59:54.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:53 smithi138 ceph-mon[117003]: pgmap v3997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:59:54.944 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T06:59:54.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T06:59:54.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T06:59:54.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T06:59:54.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T06:59:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:55 smithi161 ceph-mon[116604]: pgmap v3998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:59:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:55 smithi161 ceph-mon[116604]: from='client.118800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:55 smithi028 ceph-mon[112123]: pgmap v3998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:59:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:55 smithi028 ceph-mon[112123]: from='client.118800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:55 smithi138 ceph-mon[117003]: pgmap v3998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T06:59:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:55 smithi138 ceph-mon[117003]: from='client.118800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T06:59:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:59:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:59:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:59:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:59:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:59:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:59:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:59:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:59:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T06:59:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T06:59:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T06:59:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T06:59:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:57 smithi161 ceph-mon[116604]: 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-07T06:59:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:57 smithi028 ceph-mon[112123]: 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-07T06:59:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:57 smithi138 ceph-mon[117003]: 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-07T06:59:59.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T06:59:59.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T06:59:59.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 06:59:59 smithi161 ceph-mon[116604]: 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-07T07:00:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 06:59:59 smithi028 ceph-mon[112123]: 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-07T07:00:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 06:59:59 smithi138 ceph-mon[117003]: 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-07T07:00:00.712 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:00.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:00.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:00.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:00.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T07:00:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T07:00:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T07:00:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:01 smithi161 ceph-mon[116604]: 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-07T07:00:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:01 smithi161 ceph-mon[116604]: from='client.118878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:01 smithi028 ceph-mon[112123]: 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-07T07:00:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:01 smithi028 ceph-mon[112123]: from='client.118878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:01 smithi138 ceph-mon[117003]: 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-07T07:00:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:01 smithi138 ceph-mon[117003]: from='client.118878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:03 smithi161 ceph-mon[116604]: pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:00:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:03 smithi028 ceph-mon[112123]: pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:00:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:03 smithi138 ceph-mon[117003]: pgmap v4002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:00:05.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:05.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:05.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:05 smithi161 ceph-mon[116604]: pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:00:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:05 smithi028 ceph-mon[112123]: pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:00:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:05 smithi138 ceph-mon[117003]: pgmap v4003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:00:06.480 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:06.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:06.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:06.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:06.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:07 smithi161 ceph-mon[116604]: pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:00:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:07 smithi161 ceph-mon[116604]: from='client.118950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:07 smithi028 ceph-mon[112123]: pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:00:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:07 smithi028 ceph-mon[112123]: from='client.118950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:07 smithi138 ceph-mon[117003]: pgmap v4004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:00:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:07 smithi138 ceph-mon[117003]: from='client.118950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:09 smithi161 ceph-mon[116604]: 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-07T07:00:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:09 smithi028 ceph-mon[112123]: 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-07T07:00:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:09 smithi138 ceph-mon[117003]: 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-07T07:00:11.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:11.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:11.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:11 smithi161 ceph-mon[116604]: 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-07T07:00:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:11 smithi028 ceph-mon[112123]: 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-07T07:00:12.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:12.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:12.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:12.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:12.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:12.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:11 smithi138 ceph-mon[117003]: 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-07T07:00:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:12 smithi161 ceph-mon[116604]: from='client.119028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:12 smithi028 ceph-mon[112123]: from='client.119028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:12 smithi138 ceph-mon[117003]: from='client.119028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:13 smithi161 ceph-mon[116604]: 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-07T07:00:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:13 smithi028 ceph-mon[112123]: 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-07T07:00:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:13 smithi138 ceph-mon[117003]: 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-07T07:00:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:15 smithi161 ceph-mon[116604]: 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-07T07:00:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:15 smithi028 ceph-mon[112123]: 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-07T07:00:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:15 smithi138 ceph-mon[117003]: 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-07T07:00:17.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:17.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:17.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:18.041 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:18.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:18.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:18.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:18.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:17 smithi161 ceph-mon[116604]: 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-07T07:00:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:17 smithi028 ceph-mon[112123]: 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-07T07:00:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:17 smithi138 ceph-mon[117003]: 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-07T07:00:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:18 smithi161 ceph-mon[116604]: from='client.119106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:18 smithi028 ceph-mon[112123]: from='client.119106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:19.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:18 smithi138 ceph-mon[117003]: from='client.119106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:19 smithi161 ceph-mon[116604]: 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-07T07:00:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:19 smithi028 ceph-mon[112123]: 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-07T07:00:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:19 smithi138 ceph-mon[117003]: 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-07T07:00:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:21 smithi161 ceph-mon[116604]: 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-07T07:00:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:21 smithi028 ceph-mon[112123]: 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-07T07:00:22.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:21 smithi138 ceph-mon[117003]: 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-07T07:00:23.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:23.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:23.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:23.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:23.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:23.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:23.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:23.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:23 smithi161 ceph-mon[116604]: 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-07T07:00:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:23 smithi028 ceph-mon[112123]: 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-07T07:00:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:23 smithi138 ceph-mon[117003]: 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-07T07:00:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:24 smithi161 ceph-mon[116604]: from='client.119181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:24 smithi028 ceph-mon[112123]: from='client.119181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:24 smithi138 ceph-mon[117003]: from='client.119181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:25 smithi161 ceph-mon[116604]: 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-07T07:00:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:25 smithi028 ceph-mon[112123]: 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-07T07:00:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:25 smithi138 ceph-mon[117003]: 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-07T07:00:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:27 smithi161 ceph-mon[116604]: 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-07T07:00:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:27 smithi028 ceph-mon[112123]: 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-07T07:00:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:27 smithi138 ceph-mon[117003]: 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-07T07:00:28.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:28.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:28.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:29.603 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:29.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:29.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:29.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:29.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:29 smithi161 ceph-mon[116604]: 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-07T07:00:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:29 smithi028 ceph-mon[112123]: 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-07T07:00:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:29 smithi138 ceph-mon[117003]: 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-07T07:00:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:30 smithi161 ceph-mon[116604]: from='client.119259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:30 smithi028 ceph-mon[112123]: from='client.119259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:30 smithi138 ceph-mon[117003]: from='client.119259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:31 smithi161 ceph-mon[116604]: 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-07T07:00:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:31 smithi028 ceph-mon[112123]: 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-07T07:00:32.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:31 smithi138 ceph-mon[117003]: 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-07T07:00:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:33 smithi161 ceph-mon[116604]: 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-07T07:00:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:33 smithi028 ceph-mon[112123]: 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-07T07:00:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:33 smithi138 ceph-mon[117003]: 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-07T07:00:34.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:34.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:34.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:35.372 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:35.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:35.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:35.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:35.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:35 smithi161 ceph-mon[116604]: 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-07T07:00:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:35 smithi028 ceph-mon[112123]: 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-07T07:00:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:35 smithi138 ceph-mon[117003]: 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-07T07:00:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:36 smithi161 ceph-mon[116604]: from='client.119331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:36 smithi028 ceph-mon[112123]: from='client.119331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:36 smithi138 ceph-mon[117003]: from='client.119331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:37 smithi161 ceph-mon[116604]: 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-07T07:00:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:37 smithi028 ceph-mon[112123]: 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-07T07:00:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:37 smithi138 ceph-mon[117003]: 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-07T07:00:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:39 smithi161 ceph-mon[116604]: 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-07T07:00:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:39 smithi028 ceph-mon[112123]: 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-07T07:00:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:39 smithi138 ceph-mon[117003]: 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-07T07:00:40.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:40.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:40.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:41.140 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:41.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:41.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:41.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:41.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:41 smithi161 ceph-mon[116604]: 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-07T07:00:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:41 smithi161 ceph-mon[116604]: from='client.119406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:41 smithi028 ceph-mon[112123]: 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-07T07:00:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:41 smithi028 ceph-mon[112123]: from='client.119406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:41 smithi138 ceph-mon[117003]: 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-07T07:00:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:41 smithi138 ceph-mon[117003]: from='client.119406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:43 smithi161 ceph-mon[116604]: 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-07T07:00:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:43 smithi028 ceph-mon[112123]: 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-07T07:00:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:43 smithi138 ceph-mon[117003]: 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-07T07:00:46.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:46.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:46.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:45 smithi161 ceph-mon[116604]: 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-07T07:00:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:45 smithi028 ceph-mon[112123]: 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-07T07:00:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:45 smithi138 ceph-mon[117003]: 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-07T07:00:46.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:46.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:46.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:46.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:46.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:47 smithi161 ceph-mon[116604]: 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-07T07:00:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:47 smithi161 ceph-mon[116604]: from='client.119481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:47 smithi028 ceph-mon[112123]: 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-07T07:00:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:47 smithi028 ceph-mon[112123]: from='client.119481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:48.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:47 smithi138 ceph-mon[117003]: 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-07T07:00:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:47 smithi138 ceph-mon[117003]: from='client.119481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:49 smithi161 ceph-mon[116604]: 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-07T07:00:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:49 smithi028 ceph-mon[112123]: 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-07T07:00:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:49 smithi138 ceph-mon[117003]: 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-07T07:00:51.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:51.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:51.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:51 smithi161 ceph-mon[116604]: 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-07T07:00:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:51 smithi028 ceph-mon[112123]: 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-07T07:00:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:51 smithi138 ceph-mon[117003]: 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-07T07:00:52.692 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:52.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:52.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:52.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:52.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:00:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:53 smithi161 ceph-mon[116604]: 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-07T07:00:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:53 smithi161 ceph-mon[116604]: from='client.119556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:53 smithi028 ceph-mon[112123]: 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-07T07:00:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:53 smithi028 ceph-mon[112123]: from='client.119556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:53 smithi138 ceph-mon[117003]: 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-07T07:00:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:53 smithi138 ceph-mon[117003]: from='client.119556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:00:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:55 smithi161 ceph-mon[116604]: 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-07T07:00:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:55 smithi028 ceph-mon[112123]: 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-07T07:00:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:55 smithi138 ceph-mon[117003]: 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-07T07:00:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:00:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:00:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:00:57.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:00:57.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:00:57.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:00:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:57 smithi161 ceph-mon[116604]: 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-07T07:00:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:00:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:00:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:00:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:57 smithi028 ceph-mon[112123]: 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-07T07:00:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:00:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:00:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:00:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:57 smithi138 ceph-mon[117003]: 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-07T07:00:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:00:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:00:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:00:58.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:00:58.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:00:58.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:00:58.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:00:58.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:59 smithi161 ceph-mon[116604]: 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-07T07:01:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:00:59 smithi161 ceph-mon[116604]: from='client.119631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:59 smithi028 ceph-mon[112123]: 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-07T07:01:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:00:59 smithi028 ceph-mon[112123]: from='client.119631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:59 smithi138 ceph-mon[117003]: 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-07T07:01:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:00:59 smithi138 ceph-mon[117003]: from='client.119631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:01 smithi161 ceph-mon[116604]: 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-07T07:01:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:01 smithi028 ceph-mon[112123]: 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-07T07:01:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:01 smithi138 ceph-mon[117003]: 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-07T07:01:03.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:03.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:03.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:03 smithi161 ceph-mon[116604]: 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-07T07:01:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:03 smithi028 ceph-mon[112123]: 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-07T07:01:04.243 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:04.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:04.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:04.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:04.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:03 smithi138 ceph-mon[117003]: 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-07T07:01:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:04 smithi161 ceph-mon[116604]: from='client.119700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:04 smithi028 ceph-mon[112123]: from='client.119700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:04 smithi138 ceph-mon[117003]: from='client.119700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:05 smithi161 ceph-mon[116604]: 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-07T07:01:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:05 smithi028 ceph-mon[112123]: 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-07T07:01:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:05 smithi138 ceph-mon[117003]: 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-07T07:01:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:07 smithi161 ceph-mon[116604]: pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:01:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:07 smithi028 ceph-mon[112123]: pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:01:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:07 smithi138 ceph-mon[117003]: pgmap v4034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:01:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:08 smithi161 ceph-mon[116604]: pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:01:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:08 smithi028 ceph-mon[112123]: pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:01:09.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:09.245 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:09.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:08 smithi138 ceph-mon[117003]: pgmap v4035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:01:10.022 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:10.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:10.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:10.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:10.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:09 smithi161 ceph-mon[116604]: from='client.119778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:09 smithi028 ceph-mon[112123]: from='client.119778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:09 smithi138 ceph-mon[117003]: from='client.119778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:11 smithi138 ceph-mon[117003]: 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-07T07:01:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:11 smithi161 ceph-mon[116604]: 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-07T07:01:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:11 smithi028 ceph-mon[112123]: 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-07T07:01:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:13 smithi138 ceph-mon[117003]: 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-07T07:01:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:13 smithi161 ceph-mon[116604]: 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-07T07:01:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:13 smithi028 ceph-mon[112123]: 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-07T07:01:15.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:15.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:15.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:15.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:15.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:15.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:15.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:15.792 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:15 smithi138 ceph-mon[117003]: 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-07T07:01:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:15 smithi161 ceph-mon[116604]: 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-07T07:01:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:15 smithi028 ceph-mon[112123]: 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-07T07:01:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:16 smithi138 ceph-mon[117003]: from='client.119853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:16 smithi161 ceph-mon[116604]: from='client.119853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:16 smithi028 ceph-mon[112123]: from='client.119853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:17 smithi138 ceph-mon[117003]: 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-07T07:01:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:17 smithi161 ceph-mon[116604]: 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-07T07:01:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:17 smithi028 ceph-mon[112123]: 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-07T07:01:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:19 smithi138 ceph-mon[117003]: pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:01:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:19 smithi161 ceph-mon[116604]: pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:01:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:19 smithi028 ceph-mon[112123]: pgmap v4040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:01:20.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:20.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:20.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:21.573 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:21.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:21.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:21.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:21.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:21 smithi138 ceph-mon[117003]: pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:01:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:21 smithi161 ceph-mon[116604]: pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:01:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:21 smithi028 ceph-mon[112123]: pgmap v4041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:01:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:22 smithi138 ceph-mon[117003]: from='client.119931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:22 smithi161 ceph-mon[116604]: from='client.119931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:22 smithi028 ceph-mon[112123]: from='client.119931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:23 smithi138 ceph-mon[117003]: 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-07T07:01:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:23 smithi161 ceph-mon[116604]: 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-07T07:01:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:23 smithi028 ceph-mon[112123]: 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-07T07:01:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:25 smithi138 ceph-mon[117003]: 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-07T07:01:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:25 smithi161 ceph-mon[116604]: 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-07T07:01:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:25 smithi028 ceph-mon[112123]: 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-07T07:01:26.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:26.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:26.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:27.350 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:27.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:27.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:27.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:27.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:27 smithi138 ceph-mon[117003]: 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-07T07:01:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:27 smithi161 ceph-mon[116604]: 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-07T07:01:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:27 smithi028 ceph-mon[112123]: 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-07T07:01:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:28 smithi138 ceph-mon[117003]: from='client.120009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:28 smithi161 ceph-mon[116604]: from='client.120009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:28 smithi028 ceph-mon[112123]: from='client.120009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:29 smithi138 ceph-mon[117003]: 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-07T07:01:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:29 smithi161 ceph-mon[116604]: 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-07T07:01:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:29 smithi028 ceph-mon[112123]: 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-07T07:01:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:31 smithi161 ceph-mon[116604]: 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-07T07:01:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:31 smithi028 ceph-mon[112123]: 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-07T07:01:32.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:31 smithi138 ceph-mon[117003]: 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-07T07:01:32.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:32.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:32.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:33.127 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:33.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:33.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:33.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:33.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:33 smithi161 ceph-mon[116604]: 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-07T07:01:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:33 smithi161 ceph-mon[116604]: from='client.120081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:33 smithi028 ceph-mon[112123]: 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-07T07:01:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:33 smithi028 ceph-mon[112123]: from='client.120081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:33 smithi138 ceph-mon[117003]: 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-07T07:01:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:33 smithi138 ceph-mon[117003]: from='client.120081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:35 smithi161 ceph-mon[116604]: 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-07T07:01:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:35 smithi028 ceph-mon[112123]: 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-07T07:01:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:35 smithi138 ceph-mon[117003]: 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-07T07:01:38.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:38.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:38.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:37 smithi161 ceph-mon[116604]: 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-07T07:01:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:37 smithi028 ceph-mon[112123]: 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-07T07:01:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:37 smithi138 ceph-mon[117003]: 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-07T07:01:38.904 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:38.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:38.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:38.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:38.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:39 smithi161 ceph-mon[116604]: 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-07T07:01:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:39 smithi161 ceph-mon[116604]: from='client.120156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:39 smithi028 ceph-mon[112123]: 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-07T07:01:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:39 smithi028 ceph-mon[112123]: from='client.120156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:39 smithi138 ceph-mon[117003]: 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-07T07:01:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:39 smithi138 ceph-mon[117003]: from='client.120156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:41 smithi161 ceph-mon[116604]: 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-07T07:01:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:41 smithi028 ceph-mon[112123]: 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-07T07:01:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:41 smithi138 ceph-mon[117003]: 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-07T07:01:43.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:43.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:43.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:43 smithi161 ceph-mon[116604]: 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-07T07:01:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:43 smithi028 ceph-mon[112123]: 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-07T07:01:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:43 smithi138 ceph-mon[117003]: 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-07T07:01:44.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:44.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:44.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:44.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:44.710 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:45 smithi161 ceph-mon[116604]: 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-07T07:01:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:45 smithi161 ceph-mon[116604]: from='client.120234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:45 smithi028 ceph-mon[112123]: 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-07T07:01:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:45 smithi028 ceph-mon[112123]: from='client.120234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:45 smithi138 ceph-mon[117003]: 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-07T07:01:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:45 smithi138 ceph-mon[117003]: from='client.120234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:47 smithi161 ceph-mon[116604]: pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:01:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:47 smithi028 ceph-mon[112123]: pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:01:48.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:47 smithi138 ceph-mon[117003]: pgmap v4054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:01:49.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:49.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:49.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:49 smithi161 ceph-mon[116604]: pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:01:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:49 smithi028 ceph-mon[112123]: pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:01:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:49 smithi138 ceph-mon[117003]: pgmap v4055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:01:50.497 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:50.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:50.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:50.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:50.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:51 smithi161 ceph-mon[116604]: 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-07T07:01:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:51 smithi161 ceph-mon[116604]: from='client.120312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:51 smithi028 ceph-mon[112123]: 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-07T07:01:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:51 smithi028 ceph-mon[112123]: from='client.120312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:51 smithi138 ceph-mon[117003]: 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-07T07:01:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:51 smithi138 ceph-mon[117003]: from='client.120312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:53 smithi161 ceph-mon[116604]: 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-07T07:01:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:53 smithi028 ceph-mon[112123]: 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-07T07:01:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:53 smithi138 ceph-mon[117003]: 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-07T07:01:55.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:01:55.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:01:55.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:01:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:55 smithi161 ceph-mon[116604]: pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:01:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:55 smithi028 ceph-mon[112123]: pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:01:56.268 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:01:56.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:01:56.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:01:56.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:01:56.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:01:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:55 smithi138 ceph-mon[117003]: pgmap v4058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:01:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:56 smithi161 ceph-mon[116604]: from='client.120387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:56 smithi028 ceph-mon[112123]: from='client.120387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:56 smithi138 ceph-mon[117003]: from='client.120387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:01:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:57 smithi161 ceph-mon[116604]: 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-07T07:01:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:01:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:01:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:01:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:01:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:57 smithi028 ceph-mon[112123]: 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-07T07:01:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:01:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:01:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:01:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:01:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:57 smithi138 ceph-mon[117003]: 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-07T07:01:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:01:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:01:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:01:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:02:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:01:59 smithi161 ceph-mon[116604]: pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:02:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:01:59 smithi028 ceph-mon[112123]: pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:02:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:01:59 smithi138 ceph-mon[117003]: pgmap v4060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:02:01.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:01.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:01.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:02.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:02.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:02.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:02.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:02.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:01 smithi161 ceph-mon[116604]: pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:02:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:01 smithi028 ceph-mon[112123]: pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:02:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:01 smithi138 ceph-mon[117003]: pgmap v4061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:02:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:02 smithi161 ceph-mon[116604]: from='client.120465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:02 smithi028 ceph-mon[112123]: from='client.120465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:02 smithi138 ceph-mon[117003]: from='client.120465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:03 smithi161 ceph-mon[116604]: 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-07T07:02:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:03 smithi028 ceph-mon[112123]: 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-07T07:02:04.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:03 smithi138 ceph-mon[117003]: 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-07T07:02:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:05 smithi161 ceph-mon[116604]: pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:05 smithi028 ceph-mon[112123]: pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:05 smithi138 ceph-mon[117003]: pgmap v4063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:07.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:07.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:07.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:07.821 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:07.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:07.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:07.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:07.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:07 smithi161 ceph-mon[116604]: pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:07 smithi028 ceph-mon[112123]: pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:07 smithi138 ceph-mon[117003]: pgmap v4064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:08 smithi161 ceph-mon[116604]: from='client.120543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:08 smithi028 ceph-mon[112123]: from='client.120543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:08 smithi138 ceph-mon[117003]: from='client.120543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:09 smithi161 ceph-mon[116604]: 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-07T07:02:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:09 smithi028 ceph-mon[112123]: 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-07T07:02:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:09 smithi138 ceph-mon[117003]: 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-07T07:02:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:11 smithi161 ceph-mon[116604]: 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-07T07:02:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:11 smithi028 ceph-mon[112123]: 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-07T07:02:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:11 smithi138 ceph-mon[117003]: 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-07T07:02:12.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:12.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:12.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:13.589 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:13.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:13.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:13.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:13.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:13 smithi161 ceph-mon[116604]: 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-07T07:02:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:13 smithi028 ceph-mon[112123]: 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-07T07:02:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:13 smithi138 ceph-mon[117003]: 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-07T07:02:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:14 smithi161 ceph-mon[116604]: from='client.120621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:14 smithi028 ceph-mon[112123]: from='client.120621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:14 smithi138 ceph-mon[117003]: from='client.120621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:15 smithi161 ceph-mon[116604]: pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:15 smithi028 ceph-mon[112123]: pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:15 smithi138 ceph-mon[117003]: pgmap v4068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:17 smithi161 ceph-mon[116604]: pgmap v4069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:17 smithi028 ceph-mon[112123]: pgmap v4069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:17 smithi138 ceph-mon[117003]: pgmap v4069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:18.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:18.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:18.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:19.369 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:19.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:19.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:19.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:19.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:19 smithi161 ceph-mon[116604]: 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-07T07:02:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:19 smithi028 ceph-mon[112123]: 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-07T07:02:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:19 smithi138 ceph-mon[117003]: 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-07T07:02:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:20 smithi161 ceph-mon[116604]: from='client.120693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:20 smithi028 ceph-mon[112123]: from='client.120693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:20 smithi138 ceph-mon[117003]: from='client.120693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:21 smithi161 ceph-mon[116604]: pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:02:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:21 smithi028 ceph-mon[112123]: pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:02:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:21 smithi138 ceph-mon[117003]: pgmap v4071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:02:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:23 smithi161 ceph-mon[116604]: pgmap v4072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:02:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:23 smithi028 ceph-mon[112123]: pgmap v4072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:02:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:23 smithi138 ceph-mon[117003]: pgmap v4072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:02:24.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:24.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:24.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:25.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:25.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:25.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:25.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:25.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:25 smithi161 ceph-mon[116604]: pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:02:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:25 smithi161 ceph-mon[116604]: from='client.120771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:25 smithi028 ceph-mon[112123]: pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:02:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:25 smithi028 ceph-mon[112123]: from='client.120771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:25 smithi138 ceph-mon[117003]: pgmap v4073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:02:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:25 smithi138 ceph-mon[117003]: from='client.120771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:27 smithi161 ceph-mon[116604]: pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:02:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:27 smithi028 ceph-mon[112123]: pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:02:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:27 smithi138 ceph-mon[117003]: pgmap v4074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:02:30.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:30.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:30.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:29 smithi161 ceph-mon[116604]: 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-07T07:02:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:29 smithi028 ceph-mon[112123]: 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-07T07:02:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:29 smithi138 ceph-mon[117003]: 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-07T07:02:30.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:30.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:30.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:30.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:30.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:31 smithi161 ceph-mon[116604]: 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-07T07:02:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:31 smithi161 ceph-mon[116604]: from='client.120840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:31 smithi028 ceph-mon[112123]: 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-07T07:02:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:31 smithi028 ceph-mon[112123]: from='client.120840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:32.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:31 smithi138 ceph-mon[117003]: 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-07T07:02:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:31 smithi138 ceph-mon[117003]: from='client.120840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:33 smithi161 ceph-mon[116604]: pgmap v4077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:02:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:33 smithi028 ceph-mon[112123]: pgmap v4077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:02:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:33 smithi138 ceph-mon[117003]: pgmap v4077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:02:35.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:35.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:35.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:35 smithi161 ceph-mon[116604]: pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:35 smithi028 ceph-mon[112123]: pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:35 smithi138 ceph-mon[117003]: pgmap v4078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:36.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:36.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:36.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:36.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:36.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:37 smithi161 ceph-mon[116604]: pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:37 smithi161 ceph-mon[116604]: from='client.120915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:37 smithi028 ceph-mon[112123]: pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:38.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:37 smithi028 ceph-mon[112123]: from='client.120915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:37 smithi138 ceph-mon[117003]: pgmap v4079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:37 smithi138 ceph-mon[117003]: from='client.120915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:39 smithi161 ceph-mon[116604]: 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-07T07:02:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:39 smithi028 ceph-mon[112123]: 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-07T07:02:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:39 smithi138 ceph-mon[117003]: 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-07T07:02:41.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:41.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:41.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:41 smithi161 ceph-mon[116604]: 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-07T07:02:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:41 smithi028 ceph-mon[112123]: 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-07T07:02:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:41 smithi138 ceph-mon[117003]: 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-07T07:02:42.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:42.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:42.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:42.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:42.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:43 smithi161 ceph-mon[116604]: from='client.120990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:43 smithi161 ceph-mon[116604]: 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-07T07:02:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:43 smithi028 ceph-mon[112123]: from='client.120990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:43 smithi028 ceph-mon[112123]: 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-07T07:02:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:43 smithi138 ceph-mon[117003]: from='client.120990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:43 smithi138 ceph-mon[117003]: 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-07T07:02:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:45 smithi161 ceph-mon[116604]: pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:45 smithi028 ceph-mon[112123]: pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:45 smithi138 ceph-mon[117003]: pgmap v4083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:47.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:47.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:47.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:47 smithi161 ceph-mon[116604]: pgmap v4084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:47 smithi028 ceph-mon[112123]: pgmap v4084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:48.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:48.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:48.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:48.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:48.236 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:47 smithi138 ceph-mon[117003]: pgmap v4084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:48 smithi161 ceph-mon[116604]: from='client.121065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:48 smithi028 ceph-mon[112123]: from='client.121065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:48 smithi138 ceph-mon[117003]: from='client.121065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:49 smithi161 ceph-mon[116604]: 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-07T07:02:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:49 smithi028 ceph-mon[112123]: 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-07T07:02:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:49 smithi138 ceph-mon[117003]: 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-07T07:02:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:51 smithi161 ceph-mon[116604]: 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-07T07:02:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:51 smithi028 ceph-mon[112123]: 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-07T07:02:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:51 smithi138 ceph-mon[117003]: 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-07T07:02:53.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:53.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:53.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:54.014 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:54.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:54.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:54.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:54.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:02:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:53 smithi161 ceph-mon[116604]: 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-07T07:02:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:53 smithi028 ceph-mon[112123]: 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-07T07:02:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:53 smithi138 ceph-mon[117003]: 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-07T07:02:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:54 smithi161 ceph-mon[116604]: from='client.121143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:54 smithi028 ceph-mon[112123]: from='client.121143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:54 smithi138 ceph-mon[117003]: from='client.121143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:02:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:55 smithi161 ceph-mon[116604]: pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:55 smithi028 ceph-mon[112123]: pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:55 smithi138 ceph-mon[117003]: pgmap v4088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:02:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:57 smithi161 ceph-mon[116604]: pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:57 smithi028 ceph-mon[112123]: pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:58.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:57 smithi138 ceph-mon[117003]: pgmap v4089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:02:59.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:02:59.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:02:59.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:02:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:02:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:02:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:02:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:02:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:02:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:02:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:02:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:02:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:02:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:02:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:02:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:02:59.778 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:02:59.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:02:59.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:02:59.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:02:59.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:02:59 smithi161 ceph-mon[116604]: 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-07T07:03:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:02:59 smithi028 ceph-mon[112123]: 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-07T07:03:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:02:59 smithi138 ceph-mon[117003]: 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-07T07:03:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:00 smithi028 ceph-mon[112123]: from='client.121218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:00 smithi138 ceph-mon[117003]: from='client.121218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:00 smithi161 ceph-mon[116604]: from='client.121218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:01 smithi028 ceph-mon[112123]: pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:01 smithi138 ceph-mon[117003]: pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:01 smithi161 ceph-mon[116604]: pgmap v4091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:03 smithi028 ceph-mon[112123]: pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:03:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:03 smithi138 ceph-mon[117003]: pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:03:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:03 smithi161 ceph-mon[116604]: pgmap v4092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:03:04.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:04.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:04.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:05.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:05.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:05.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:05.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:05.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:05 smithi028 ceph-mon[112123]: pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:03:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:05 smithi138 ceph-mon[117003]: pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:03:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:05 smithi161 ceph-mon[116604]: pgmap v4093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:03:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:06 smithi028 ceph-mon[112123]: from='client.121293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:06 smithi138 ceph-mon[117003]: from='client.121293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:06 smithi161 ceph-mon[116604]: from='client.121293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:07 smithi028 ceph-mon[112123]: pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:03:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:07 smithi138 ceph-mon[117003]: pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:03:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:07 smithi161 ceph-mon[116604]: pgmap v4094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:03:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:08 smithi028 ceph-mon[112123]: 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-07T07:03:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:08 smithi138 ceph-mon[117003]: 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-07T07:03:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:08 smithi161 ceph-mon[116604]: 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-07T07:03:10.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:10.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:10.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:11.318 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:11.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:11.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:11.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:11.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:11 smithi138 ceph-mon[117003]: 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-07T07:03:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:11 smithi138 ceph-mon[117003]: from='client.121368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:11 smithi161 ceph-mon[116604]: 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-07T07:03:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:11 smithi161 ceph-mon[116604]: from='client.121368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:11 smithi028 ceph-mon[112123]: 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-07T07:03:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:11 smithi028 ceph-mon[112123]: from='client.121368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:13 smithi138 ceph-mon[117003]: pgmap v4097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:13 smithi161 ceph-mon[116604]: pgmap v4097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:13 smithi028 ceph-mon[112123]: pgmap v4097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:15 smithi138 ceph-mon[117003]: pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:03:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:15 smithi161 ceph-mon[116604]: pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:03:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:15 smithi028 ceph-mon[112123]: pgmap v4098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:03:16.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:16.320 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:16.320 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:17.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:17.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:17.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:17.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:17.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:17 smithi138 ceph-mon[117003]: pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:03:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:17 smithi138 ceph-mon[117003]: from='client.121440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:17 smithi161 ceph-mon[116604]: pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:03:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:17 smithi161 ceph-mon[116604]: from='client.121440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:17 smithi028 ceph-mon[112123]: pgmap v4099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:03:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:17 smithi028 ceph-mon[112123]: from='client.121440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:19 smithi138 ceph-mon[117003]: 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-07T07:03:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:19 smithi161 ceph-mon[116604]: 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-07T07:03:20.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:19 smithi028 ceph-mon[112123]: 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-07T07:03:22.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:22.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:22.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:21 smithi161 ceph-mon[116604]: 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-07T07:03:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:21 smithi028 ceph-mon[112123]: 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-07T07:03:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:21 smithi138 ceph-mon[117003]: 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-07T07:03:22.887 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:22.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:22.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:22.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:22.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:23 smithi161 ceph-mon[116604]: 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-07T07:03:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:23 smithi161 ceph-mon[116604]: from='client.121512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:23 smithi028 ceph-mon[112123]: 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-07T07:03:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:23 smithi028 ceph-mon[112123]: from='client.121512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:23 smithi138 ceph-mon[117003]: 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-07T07:03:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:23 smithi138 ceph-mon[117003]: from='client.121512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:25 smithi161 ceph-mon[116604]: pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:03:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:25 smithi028 ceph-mon[112123]: pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:03:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:25 smithi138 ceph-mon[117003]: pgmap v4103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:03:27.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:27.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:27.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:27 smithi161 ceph-mon[116604]: pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:03:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:27 smithi028 ceph-mon[112123]: pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:03:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:27 smithi138 ceph-mon[117003]: pgmap v4104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:03:28.651 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:28.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:28.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:28.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:28.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:29 smithi161 ceph-mon[116604]: 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-07T07:03:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:29 smithi161 ceph-mon[116604]: from='client.121587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:29 smithi028 ceph-mon[112123]: 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-07T07:03:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:29 smithi028 ceph-mon[112123]: from='client.121587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:29 smithi138 ceph-mon[117003]: 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-07T07:03:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:29 smithi138 ceph-mon[117003]: from='client.121587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:31 smithi161 ceph-mon[116604]: 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-07T07:03:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:31 smithi028 ceph-mon[112123]: 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-07T07:03:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:31 smithi138 ceph-mon[117003]: 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-07T07:03:33.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:33.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:33.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:33 smithi161 ceph-mon[116604]: 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-07T07:03:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:33 smithi028 ceph-mon[112123]: 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-07T07:03:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:33 smithi138 ceph-mon[117003]: 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-07T07:03:34.417 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:34.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:34.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:34.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:34.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:35 smithi161 ceph-mon[116604]: from='client.121665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:35 smithi161 ceph-mon[116604]: 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-07T07:03:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:35 smithi028 ceph-mon[112123]: from='client.121665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:35 smithi028 ceph-mon[112123]: 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-07T07:03:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:35 smithi138 ceph-mon[117003]: from='client.121665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:35 smithi138 ceph-mon[117003]: 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-07T07:03:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:37 smithi161 ceph-mon[116604]: pgmap v4109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:03:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:37 smithi028 ceph-mon[112123]: pgmap v4109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:03:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:37 smithi138 ceph-mon[117003]: pgmap v4109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:03:39.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:39.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:39.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:39 smithi161 ceph-mon[116604]: pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:03:40.204 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:40.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:40.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:40.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:40.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:39 smithi028 ceph-mon[112123]: pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:03:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:39 smithi138 ceph-mon[117003]: pgmap v4110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:03:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:40 smithi161 ceph-mon[116604]: from='client.121740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:40 smithi028 ceph-mon[112123]: from='client.121740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:40 smithi138 ceph-mon[117003]: from='client.121740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:41 smithi161 ceph-mon[116604]: pgmap v4111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:41 smithi028 ceph-mon[112123]: pgmap v4111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:41 smithi138 ceph-mon[117003]: pgmap v4111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:43 smithi161 ceph-mon[116604]: pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:03:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:43 smithi028 ceph-mon[112123]: pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:03:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:43 smithi138 ceph-mon[117003]: pgmap v4112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:03:45.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:45.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:45.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:45.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:45.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:45.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:45.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:45.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:45 smithi161 ceph-mon[116604]: pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:03:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:45 smithi028 ceph-mon[112123]: pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:03:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:45 smithi138 ceph-mon[117003]: pgmap v4113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:03:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:46 smithi161 ceph-mon[116604]: from='client.121812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:46 smithi028 ceph-mon[112123]: from='client.121812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:46 smithi138 ceph-mon[117003]: from='client.121812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:47 smithi161 ceph-mon[116604]: 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-07T07:03:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:47 smithi028 ceph-mon[112123]: 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-07T07:03:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:47 smithi138 ceph-mon[117003]: 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-07T07:03:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:49 smithi161 ceph-mon[116604]: pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:49 smithi028 ceph-mon[112123]: pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:49 smithi138 ceph-mon[117003]: pgmap v4115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:50.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:50.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:50.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:51.750 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:51.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:51.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:51.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:51.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:51 smithi161 ceph-mon[116604]: pgmap v4116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:03:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:51 smithi028 ceph-mon[112123]: pgmap v4116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:03:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:51 smithi138 ceph-mon[117003]: pgmap v4116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:03:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:52 smithi161 ceph-mon[116604]: from='client.121887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:52 smithi028 ceph-mon[112123]: from='client.121887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:52 smithi138 ceph-mon[117003]: from='client.121887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:53 smithi161 ceph-mon[116604]: pgmap v4117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:53 smithi028 ceph-mon[112123]: pgmap v4117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:53 smithi138 ceph-mon[117003]: pgmap v4117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:03:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:55 smithi161 ceph-mon[116604]: pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:03:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:55 smithi028 ceph-mon[112123]: pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:03:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:55 smithi138 ceph-mon[117003]: pgmap v4118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:03:56.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:03:56.752 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:03:56.752 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:03:57.523 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:03:57.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:03:57.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:03:57.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:03:57.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:03:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:57 smithi161 ceph-mon[116604]: pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:03:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:57 smithi028 ceph-mon[112123]: pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:03:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:57 smithi138 ceph-mon[117003]: pgmap v4119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:03:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:58 smithi161 ceph-mon[116604]: from='client.121965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:03:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:58 smithi028 ceph-mon[112123]: from='client.121965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:03:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:58 smithi138 ceph-mon[117003]: from='client.121965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:03:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:04:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:59 smithi161 ceph-mon[116604]: 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-07T07:04:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:04:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:04:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:03:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:04:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:59 smithi028 ceph-mon[112123]: 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-07T07:04:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:04:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:04:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:03:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:04:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:59 smithi138 ceph-mon[117003]: 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-07T07:04:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:04:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:04:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:03:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:04:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:01 smithi161 ceph-mon[116604]: 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-07T07:04:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:01 smithi028 ceph-mon[112123]: 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-07T07:04:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:01 smithi138 ceph-mon[117003]: 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-07T07:04:02.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:02.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:02.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:03.285 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:03.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:03.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:03.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:03.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:03 smithi161 ceph-mon[116604]: 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-07T07:04:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:03 smithi161 ceph-mon[116604]: from='client.122043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:03 smithi028 ceph-mon[112123]: 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-07T07:04:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:03 smithi028 ceph-mon[112123]: from='client.122043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:03 smithi138 ceph-mon[117003]: 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-07T07:04:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:03 smithi138 ceph-mon[117003]: from='client.122043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:05 smithi161 ceph-mon[116604]: pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:04:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:05 smithi028 ceph-mon[112123]: pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:04:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:05 smithi138 ceph-mon[117003]: pgmap v4123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:04:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:07 smithi161 ceph-mon[116604]: pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:04:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:07 smithi028 ceph-mon[112123]: pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:04:08.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:08.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:08.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:07 smithi138 ceph-mon[117003]: pgmap v4124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:04:09.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:09.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:09.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:09.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:09.052 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:09 smithi161 ceph-mon[116604]: 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-07T07:04:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:09 smithi161 ceph-mon[116604]: from='client.122118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:09 smithi028 ceph-mon[112123]: 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-07T07:04:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:09 smithi028 ceph-mon[112123]: from='client.122118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:09 smithi138 ceph-mon[117003]: 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-07T07:04:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:09 smithi138 ceph-mon[117003]: from='client.122118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:11 smithi161 ceph-mon[116604]: 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-07T07:04:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:11 smithi028 ceph-mon[112123]: 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-07T07:04:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:11 smithi138 ceph-mon[117003]: 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-07T07:04:14.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:14.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:14.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:13 smithi161 ceph-mon[116604]: 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-07T07:04:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:13 smithi028 ceph-mon[112123]: 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-07T07:04:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:13 smithi138 ceph-mon[117003]: 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-07T07:04:14.829 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:14.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:14.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:14.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:14.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:15 smithi161 ceph-mon[116604]: 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-07T07:04:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:15 smithi161 ceph-mon[116604]: from='client.122196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:15 smithi028 ceph-mon[112123]: 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-07T07:04:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:15 smithi028 ceph-mon[112123]: from='client.122196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:15 smithi138 ceph-mon[117003]: 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-07T07:04:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:15 smithi138 ceph-mon[117003]: from='client.122196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:17 smithi161 ceph-mon[116604]: pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:04:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:17 smithi028 ceph-mon[112123]: pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:04:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:17 smithi138 ceph-mon[117003]: pgmap v4129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:04:19.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:19.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:19.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:19 smithi161 ceph-mon[116604]: pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:04:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:19 smithi028 ceph-mon[112123]: pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:04:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:19 smithi138 ceph-mon[117003]: pgmap v4130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:04:20.598 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:20.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:20.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:20.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:20.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:21 smithi161 ceph-mon[116604]: pgmap v4131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:21 smithi161 ceph-mon[116604]: from='client.122271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:21 smithi028 ceph-mon[112123]: pgmap v4131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:21 smithi028 ceph-mon[112123]: from='client.122271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:21 smithi138 ceph-mon[117003]: pgmap v4131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:21 smithi138 ceph-mon[117003]: from='client.122271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:23 smithi161 ceph-mon[116604]: pgmap v4132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:04:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:23 smithi028 ceph-mon[112123]: pgmap v4132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:04:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:23 smithi138 ceph-mon[117003]: pgmap v4132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:04:25.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:25.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:25.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:25 smithi161 ceph-mon[116604]: pgmap v4133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:04:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:25 smithi028 ceph-mon[112123]: pgmap v4133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:04:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:25 smithi138 ceph-mon[117003]: pgmap v4133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:04:26.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:26.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:26.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:26.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:26.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:27 smithi161 ceph-mon[116604]: from='client.122343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:27 smithi161 ceph-mon[116604]: 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-07T07:04:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:27 smithi028 ceph-mon[112123]: from='client.122343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:27 smithi028 ceph-mon[112123]: 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-07T07:04:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:27 smithi138 ceph-mon[117003]: from='client.122343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:27 smithi138 ceph-mon[117003]: 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-07T07:04:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:29 smithi161 ceph-mon[116604]: pgmap v4135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:29 smithi028 ceph-mon[112123]: pgmap v4135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:29 smithi138 ceph-mon[117003]: pgmap v4135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:31.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:31.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:31.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:32.139 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:32.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:32.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:32.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:32.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:31 smithi161 ceph-mon[116604]: pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:04:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:31 smithi028 ceph-mon[112123]: pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:04:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:31 smithi138 ceph-mon[117003]: pgmap v4136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:04:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:32 smithi161 ceph-mon[116604]: from='client.122415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:32 smithi028 ceph-mon[112123]: from='client.122415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:32 smithi138 ceph-mon[117003]: from='client.122415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:33 smithi161 ceph-mon[116604]: pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:33 smithi028 ceph-mon[112123]: pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:33 smithi138 ceph-mon[117003]: pgmap v4137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:35 smithi161 ceph-mon[116604]: pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:04:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:35 smithi028 ceph-mon[112123]: pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:04:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:35 smithi138 ceph-mon[117003]: pgmap v4138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:04:37.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:37.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:37.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:37.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:37.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:37.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:37.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:37.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:37 smithi161 ceph-mon[116604]: pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:04:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:37 smithi028 ceph-mon[112123]: pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:04:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:37 smithi138 ceph-mon[117003]: pgmap v4139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:04:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:38 smithi161 ceph-mon[116604]: from='client.122490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:38 smithi028 ceph-mon[112123]: from='client.122490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:38 smithi138 ceph-mon[117003]: from='client.122490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:39 smithi161 ceph-mon[116604]: 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-07T07:04:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:39 smithi028 ceph-mon[112123]: 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-07T07:04:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:39 smithi138 ceph-mon[117003]: 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-07T07:04:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:41 smithi161 ceph-mon[116604]: 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-07T07:04:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:41 smithi028 ceph-mon[112123]: 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-07T07:04:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:41 smithi138 ceph-mon[117003]: 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-07T07:04:42.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:42.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:42.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:43.679 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:43.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:43.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:43.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:43.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:43 smithi161 ceph-mon[116604]: 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-07T07:04:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:43 smithi028 ceph-mon[112123]: 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-07T07:04:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:43 smithi138 ceph-mon[117003]: 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-07T07:04:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:44 smithi161 ceph-mon[116604]: from='client.122562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:44 smithi028 ceph-mon[112123]: from='client.122562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:44 smithi138 ceph-mon[117003]: from='client.122562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:45 smithi161 ceph-mon[116604]: pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:04:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:45 smithi028 ceph-mon[112123]: pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:04:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:45 smithi138 ceph-mon[117003]: pgmap v4143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:04:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:47 smithi028 ceph-mon[112123]: pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:04:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:47 smithi138 ceph-mon[117003]: pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:04:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:47 smithi161 ceph-mon[116604]: pgmap v4144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:04:48.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:48.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:48.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:49.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:49.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:49.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:49.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:49.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:49 smithi028 ceph-mon[112123]: 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-07T07:04:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:49 smithi138 ceph-mon[117003]: 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-07T07:04:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:49 smithi161 ceph-mon[116604]: 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-07T07:04:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:50 smithi028 ceph-mon[112123]: from='client.122637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:50 smithi138 ceph-mon[117003]: from='client.122637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:50 smithi161 ceph-mon[116604]: from='client.122637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:51 smithi028 ceph-mon[112123]: pgmap v4146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:51 smithi138 ceph-mon[117003]: pgmap v4146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:51 smithi161 ceph-mon[116604]: pgmap v4146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:04:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:53 smithi028 ceph-mon[112123]: pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:04:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:53 smithi138 ceph-mon[117003]: pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:04:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:53 smithi161 ceph-mon[116604]: pgmap v4147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:04:54.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:04:54.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:04:54.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:04:55.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:04:55.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:04:55.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:04:55.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:04:55.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:04:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:55 smithi028 ceph-mon[112123]: pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:04:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:55 smithi028 ceph-mon[112123]: from='client.122715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:55 smithi138 ceph-mon[117003]: pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:04:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:55 smithi138 ceph-mon[117003]: from='client.122715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:55 smithi161 ceph-mon[116604]: pgmap v4148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:04:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:55 smithi161 ceph-mon[116604]: from='client.122715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:04:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:57 smithi028 ceph-mon[112123]: pgmap v4149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:04:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:57 smithi138 ceph-mon[117003]: pgmap v4149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:04:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:57 smithi161 ceph-mon[116604]: pgmap v4149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:05:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:59 smithi028 ceph-mon[112123]: pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:05:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:04:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:05:00.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:00.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:00.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:59 smithi138 ceph-mon[117003]: pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:05:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:04:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:05:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:59 smithi161 ceph-mon[116604]: pgmap v4150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:05:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:04:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:05:01.011 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:01.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:01.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:01.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:01.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:05:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:05:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:05:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:05:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:05:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:05:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:05:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:05:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:05:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:01 smithi028 ceph-mon[112123]: pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:01 smithi028 ceph-mon[112123]: from='client.122787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:01 smithi138 ceph-mon[117003]: pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:01 smithi138 ceph-mon[117003]: from='client.122787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:01 smithi161 ceph-mon[116604]: pgmap v4151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:01 smithi161 ceph-mon[116604]: from='client.122787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:03 smithi138 ceph-mon[117003]: pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:03 smithi161 ceph-mon[116604]: pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:03 smithi028 ceph-mon[112123]: pgmap v4152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:06.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:06.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:06.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:05 smithi138 ceph-mon[117003]: pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:05 smithi161 ceph-mon[116604]: pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:05 smithi028 ceph-mon[112123]: pgmap v4153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:06.802 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:06.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:06.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:06.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:06.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:07 smithi138 ceph-mon[117003]: pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:07 smithi138 ceph-mon[117003]: from='client.122862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:07 smithi161 ceph-mon[116604]: pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:07 smithi161 ceph-mon[116604]: from='client.122862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:07 smithi028 ceph-mon[112123]: pgmap v4154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:07 smithi028 ceph-mon[112123]: from='client.122862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:09 smithi138 ceph-mon[117003]: pgmap v4155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:09 smithi161 ceph-mon[116604]: pgmap v4155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:09 smithi028 ceph-mon[112123]: pgmap v4155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:11.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:11.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:11.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:11 smithi161 ceph-mon[116604]: pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:05:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:11 smithi028 ceph-mon[112123]: pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:05:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:11 smithi138 ceph-mon[117003]: pgmap v4156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:05:12.573 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:12.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:12.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:12.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:12.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:13 smithi161 ceph-mon[116604]: pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:13 smithi161 ceph-mon[116604]: from='client.122934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:13 smithi028 ceph-mon[112123]: pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:13 smithi028 ceph-mon[112123]: from='client.122934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:13 smithi138 ceph-mon[117003]: pgmap v4157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:13 smithi138 ceph-mon[117003]: from='client.122934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:15 smithi161 ceph-mon[116604]: pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:15 smithi028 ceph-mon[112123]: pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:15 smithi138 ceph-mon[117003]: pgmap v4158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:17.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:17.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:17.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:17 smithi161 ceph-mon[116604]: pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:17 smithi028 ceph-mon[112123]: pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:17 smithi138 ceph-mon[117003]: pgmap v4159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:18.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:18.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:18.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:18.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:18.354 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:18 smithi161 ceph-mon[116604]: from='client.123012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:18 smithi028 ceph-mon[112123]: from='client.123012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:18 smithi138 ceph-mon[117003]: from='client.123012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:19 smithi161 ceph-mon[116604]: 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-07T07:05:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:19 smithi028 ceph-mon[112123]: 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-07T07:05:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:19 smithi138 ceph-mon[117003]: 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-07T07:05:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:21 smithi161 ceph-mon[116604]: 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-07T07:05:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:21 smithi028 ceph-mon[112123]: 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-07T07:05:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:21 smithi138 ceph-mon[117003]: 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-07T07:05:23.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:23.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:23.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:24.137 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:24.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:24.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:24.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:24.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:23 smithi161 ceph-mon[116604]: 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-07T07:05:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:23 smithi028 ceph-mon[112123]: 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-07T07:05:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:23 smithi138 ceph-mon[117003]: 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-07T07:05:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:24 smithi161 ceph-mon[116604]: from='client.123090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:24 smithi028 ceph-mon[112123]: from='client.123090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:24 smithi138 ceph-mon[117003]: from='client.123090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:25 smithi161 ceph-mon[116604]: pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:05:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:25 smithi028 ceph-mon[112123]: pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:05:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:25 smithi138 ceph-mon[117003]: pgmap v4163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:05:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:27 smithi161 ceph-mon[116604]: pgmap v4164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T07:05:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:27 smithi028 ceph-mon[112123]: pgmap v4164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T07:05:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:27 smithi138 ceph-mon[117003]: pgmap v4164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T07:05:29.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:29.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:29.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:29.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:29.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:29.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:29.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:29.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:29 smithi161 ceph-mon[116604]: pgmap v4165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:05:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:29 smithi028 ceph-mon[112123]: pgmap v4165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:05:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:29 smithi138 ceph-mon[117003]: pgmap v4165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:05:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:30 smithi161 ceph-mon[116604]: from='client.123162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:30 smithi028 ceph-mon[112123]: from='client.123162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:30 smithi138 ceph-mon[117003]: from='client.123162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:31 smithi161 ceph-mon[116604]: pgmap v4166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:31 smithi028 ceph-mon[112123]: pgmap v4166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:31 smithi138 ceph-mon[117003]: pgmap v4166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:33 smithi161 ceph-mon[116604]: pgmap v4167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:05:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:33 smithi028 ceph-mon[112123]: pgmap v4167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:05:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:33 smithi138 ceph-mon[117003]: pgmap v4167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:05:34.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:34.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:34.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:35.696 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:35.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:35.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:35.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:35.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:35 smithi161 ceph-mon[116604]: pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:05:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:35 smithi028 ceph-mon[112123]: pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:05:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:35 smithi138 ceph-mon[117003]: pgmap v4168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:05:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:36 smithi161 ceph-mon[116604]: from='client.123240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:36 smithi028 ceph-mon[112123]: from='client.123240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:36 smithi138 ceph-mon[117003]: from='client.123240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:37 smithi161 ceph-mon[116604]: pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:05:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:37 smithi028 ceph-mon[112123]: pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:05:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:37 smithi138 ceph-mon[117003]: pgmap v4169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:05:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:39 smithi161 ceph-mon[116604]: pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:05:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:39 smithi028 ceph-mon[112123]: pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:05:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:39 smithi138 ceph-mon[117003]: pgmap v4170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:05:40.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:40.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:40.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:41.467 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:41.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:41.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:41.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:41.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:41 smithi161 ceph-mon[116604]: pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:05:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:41 smithi028 ceph-mon[112123]: pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:05:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:41 smithi138 ceph-mon[117003]: pgmap v4171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:05:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:42 smithi161 ceph-mon[116604]: from='client.123315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:42 smithi028 ceph-mon[112123]: from='client.123315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:42 smithi138 ceph-mon[117003]: from='client.123315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:43 smithi161 ceph-mon[116604]: pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:43 smithi028 ceph-mon[112123]: pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:43 smithi138 ceph-mon[117003]: pgmap v4172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:45 smithi161 ceph-mon[116604]: pgmap v4173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:45 smithi028 ceph-mon[112123]: pgmap v4173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:45 smithi138 ceph-mon[117003]: pgmap v4173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:46.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:46.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:46.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:47.246 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:47.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:47.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:47.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:47.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:47 smithi161 ceph-mon[116604]: pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:47 smithi161 ceph-mon[116604]: from='client.123390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:47 smithi028 ceph-mon[112123]: pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:47 smithi028 ceph-mon[112123]: from='client.123390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:47 smithi138 ceph-mon[117003]: pgmap v4174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:47 smithi138 ceph-mon[117003]: from='client.123390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:49 smithi161 ceph-mon[116604]: pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:49 smithi028 ceph-mon[112123]: pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:49 smithi138 ceph-mon[117003]: pgmap v4175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:51 smithi161 ceph-mon[116604]: pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:05:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:51 smithi028 ceph-mon[112123]: pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:05:52.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:52.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:52.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:51 smithi138 ceph-mon[117003]: pgmap v4176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:05:53.012 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:53.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:53.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:53.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:53.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:05:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:53 smithi161 ceph-mon[116604]: pgmap v4177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:53 smithi161 ceph-mon[116604]: from='client.123465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:53 smithi028 ceph-mon[112123]: pgmap v4177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:53 smithi028 ceph-mon[112123]: from='client.123465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:53 smithi138 ceph-mon[117003]: pgmap v4177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:05:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:53 smithi138 ceph-mon[117003]: from='client.123465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:05:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:55 smithi161 ceph-mon[116604]: pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:55 smithi028 ceph-mon[112123]: pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:55 smithi138 ceph-mon[117003]: pgmap v4178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:05:58.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:05:58.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:05:58.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:05:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:57 smithi161 ceph-mon[116604]: pgmap v4179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:57 smithi028 ceph-mon[112123]: pgmap v4179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:57 smithi138 ceph-mon[117003]: pgmap v4179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:05:58.792 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:05:58.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:05:58.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:05:58.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:05:58.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:59 smithi161 ceph-mon[116604]: 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-07T07:06:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:05:59 smithi161 ceph-mon[116604]: from='client.123540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:59 smithi028 ceph-mon[112123]: 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-07T07:06:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:05:59 smithi028 ceph-mon[112123]: from='client.123540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:59 smithi138 ceph-mon[117003]: 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-07T07:06:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:05:59 smithi138 ceph-mon[117003]: from='client.123540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:06:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:06:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:06:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:06:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:06:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:06:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:06:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:06:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:06:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:06:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:06:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:06:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:01 smithi161 ceph-mon[116604]: 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-07T07:06:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:01 smithi028 ceph-mon[112123]: 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-07T07:06:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:01 smithi138 ceph-mon[117003]: 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-07T07:06:03.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:03.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:03.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:03 smithi161 ceph-mon[116604]: 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-07T07:06:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:03 smithi028 ceph-mon[112123]: 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-07T07:06:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:03 smithi138 ceph-mon[117003]: 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-07T07:06:04.573 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:04.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:04.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:04.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:04.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:05 smithi161 ceph-mon[116604]: 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-07T07:06:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:05 smithi161 ceph-mon[116604]: from='client.123615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:05 smithi028 ceph-mon[112123]: 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-07T07:06:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:05 smithi028 ceph-mon[112123]: from='client.123615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:05 smithi138 ceph-mon[117003]: 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-07T07:06:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:05 smithi138 ceph-mon[117003]: from='client.123615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:07 smithi161 ceph-mon[116604]: pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:06:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:07 smithi028 ceph-mon[112123]: pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:06:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:07 smithi138 ceph-mon[117003]: pgmap v4184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:06:09.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:09.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:09.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:09 smithi161 ceph-mon[116604]: pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:06:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:09 smithi028 ceph-mon[112123]: pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:06:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:09 smithi138 ceph-mon[117003]: pgmap v4185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:06:10.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:10.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:10.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:10.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:10.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:10 smithi161 ceph-mon[116604]: from='client.123690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:10 smithi028 ceph-mon[112123]: from='client.123690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:10 smithi138 ceph-mon[117003]: from='client.123690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:11 smithi161 ceph-mon[116604]: pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:11 smithi028 ceph-mon[112123]: pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:11 smithi138 ceph-mon[117003]: pgmap v4186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:13 smithi161 ceph-mon[116604]: pgmap v4187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:06:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:13 smithi028 ceph-mon[112123]: pgmap v4187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:06:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:13 smithi138 ceph-mon[117003]: pgmap v4187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:06:15.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:15.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:15.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:16.116 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:16.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:16.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:16.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:16.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:15 smithi161 ceph-mon[116604]: pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:06:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:15 smithi028 ceph-mon[112123]: pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:06:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:15 smithi138 ceph-mon[117003]: pgmap v4188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:06:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:16 smithi161 ceph-mon[116604]: from='client.123765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:16 smithi028 ceph-mon[112123]: from='client.123765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:16 smithi138 ceph-mon[117003]: from='client.123765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:17 smithi161 ceph-mon[116604]: pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:17 smithi028 ceph-mon[112123]: pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:17 smithi138 ceph-mon[117003]: pgmap v4189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:19 smithi161 ceph-mon[116604]: 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-07T07:06:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:19 smithi028 ceph-mon[112123]: 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-07T07:06:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:19 smithi138 ceph-mon[117003]: 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-07T07:06:21.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:21.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:21.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:21.894 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:21.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:21.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:21.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:21.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:21 smithi161 ceph-mon[116604]: pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:06:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:21 smithi028 ceph-mon[112123]: pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:06:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:21 smithi138 ceph-mon[117003]: pgmap v4191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:06:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:22 smithi028 ceph-mon[112123]: from='client.123834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:22 smithi138 ceph-mon[117003]: from='client.123834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:23.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:22 smithi161 ceph-mon[116604]: from='client.123834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:23 smithi028 ceph-mon[112123]: pgmap v4192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:23 smithi138 ceph-mon[117003]: pgmap v4192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:23 smithi161 ceph-mon[116604]: pgmap v4192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:25 smithi028 ceph-mon[112123]: pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:06:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:25 smithi138 ceph-mon[117003]: pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:06:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:25 smithi161 ceph-mon[116604]: pgmap v4193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:06:26.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:26.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:26.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:27.666 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:27.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:27.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:27.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:27.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:27 smithi028 ceph-mon[112123]: pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:06:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:27 smithi138 ceph-mon[117003]: pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:06:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:27 smithi161 ceph-mon[116604]: pgmap v4194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:06:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:28 smithi028 ceph-mon[112123]: from='client.123909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:28 smithi138 ceph-mon[117003]: from='client.123909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:29.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:28 smithi161 ceph-mon[116604]: from='client.123909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:29 smithi028 ceph-mon[112123]: pgmap v4195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:29 smithi138 ceph-mon[117003]: pgmap v4195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:29 smithi161 ceph-mon[116604]: pgmap v4195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:31 smithi028 ceph-mon[112123]: pgmap v4196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:06:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:31 smithi138 ceph-mon[117003]: pgmap v4196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:06:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:31 smithi161 ceph-mon[116604]: pgmap v4196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:06:32.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:32.668 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:32.668 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:33.431 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:33.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:33.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:33.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:33.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:33 smithi028 ceph-mon[112123]: pgmap v4197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:33 smithi138 ceph-mon[117003]: pgmap v4197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:33 smithi161 ceph-mon[116604]: pgmap v4197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:34 smithi138 ceph-mon[117003]: from='client.123987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:35.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:34 smithi161 ceph-mon[116604]: from='client.123987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:35.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:34 smithi028 ceph-mon[112123]: from='client.123987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:35 smithi138 ceph-mon[117003]: pgmap v4198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:06:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:35 smithi161 ceph-mon[116604]: pgmap v4198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:06:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:35 smithi028 ceph-mon[112123]: pgmap v4198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:06:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:37 smithi138 ceph-mon[117003]: pgmap v4199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:06:38.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:38.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:38.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:37 smithi161 ceph-mon[116604]: pgmap v4199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:06:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:37 smithi028 ceph-mon[112123]: pgmap v4199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:06:39.216 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:39.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:39.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:39.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:39.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:39 smithi138 ceph-mon[117003]: 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-07T07:06:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:39 smithi138 ceph-mon[117003]: from='client.124059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:39 smithi161 ceph-mon[116604]: 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-07T07:06:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:39 smithi161 ceph-mon[116604]: from='client.124059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:39 smithi028 ceph-mon[112123]: 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-07T07:06:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:39 smithi028 ceph-mon[112123]: from='client.124059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:41 smithi138 ceph-mon[117003]: pgmap v4201: 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-07T07:06:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:41 smithi161 ceph-mon[116604]: pgmap v4201: 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-07T07:06:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:41 smithi028 ceph-mon[112123]: pgmap v4201: 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-07T07:06:44.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:44.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:44.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:43 smithi138 ceph-mon[117003]: pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:06:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:43 smithi161 ceph-mon[116604]: pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:06:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:43 smithi028 ceph-mon[112123]: pgmap v4202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:06:44.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:44.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:44.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:44.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:44.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:45 smithi138 ceph-mon[117003]: pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:06:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:45 smithi138 ceph-mon[117003]: from='client.124134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:45 smithi161 ceph-mon[116604]: pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:06:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:45 smithi161 ceph-mon[116604]: from='client.124134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:45 smithi028 ceph-mon[112123]: pgmap v4203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:06:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:45 smithi028 ceph-mon[112123]: from='client.124134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:47 smithi138 ceph-mon[117003]: pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:06:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:47 smithi161 ceph-mon[116604]: pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:06:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:47 smithi028 ceph-mon[112123]: pgmap v4204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:06:49.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:49.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:49.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:49 smithi138 ceph-mon[117003]: pgmap v4205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:06:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:49 smithi161 ceph-mon[116604]: pgmap v4205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:06:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:49 smithi028 ceph-mon[112123]: pgmap v4205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:06:50.757 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:50.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:50.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:50.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:50.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:51 smithi138 ceph-mon[117003]: pgmap v4206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:51 smithi138 ceph-mon[117003]: from='client.124212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:51 smithi161 ceph-mon[116604]: pgmap v4206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:51 smithi161 ceph-mon[116604]: from='client.124212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:51 smithi028 ceph-mon[112123]: pgmap v4206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:06:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:51 smithi028 ceph-mon[112123]: from='client.124212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:53 smithi138 ceph-mon[117003]: pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:06:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:53 smithi161 ceph-mon[116604]: pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:06:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:53 smithi028 ceph-mon[112123]: pgmap v4207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:06:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:55 smithi161 ceph-mon[116604]: pgmap v4208: 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-07T07:06:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:55 smithi028 ceph-mon[112123]: pgmap v4208: 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-07T07:06:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:55 smithi138 ceph-mon[117003]: pgmap v4208: 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-07T07:06:55.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:06:55.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:06:55.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:06:56.534 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:06:56.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:06:56.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:06:56.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:06:56.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:06:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:57 smithi161 ceph-mon[116604]: from='client.124284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:57 smithi161 ceph-mon[116604]: pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:06:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:57 smithi028 ceph-mon[112123]: from='client.124284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:57 smithi028 ceph-mon[112123]: pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:06:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:57 smithi138 ceph-mon[117003]: from='client.124284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:06:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:57 smithi138 ceph-mon[117003]: pgmap v4209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:07:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:06:59 smithi161 ceph-mon[116604]: 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-07T07:07:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:06:59 smithi028 ceph-mon[112123]: 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-07T07:07:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:06:59 smithi138 ceph-mon[117003]: 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-07T07:07:01.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:01.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:01.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: pgmap v4211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:07:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: pgmap v4211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:07:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: pgmap v4211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:07:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:07:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:07:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:07:02.351 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:02.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:02.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:02.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:02.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:02 smithi161 ceph-mon[116604]: from='client.124359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:02 smithi028 ceph-mon[112123]: from='client.124359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:02 smithi138 ceph-mon[117003]: from='client.124359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:03 smithi161 ceph-mon[116604]: pgmap v4212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:03 smithi028 ceph-mon[112123]: pgmap v4212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:03 smithi138 ceph-mon[117003]: pgmap v4212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:05 smithi161 ceph-mon[116604]: pgmap v4213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:05 smithi028 ceph-mon[112123]: pgmap v4213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:05 smithi138 ceph-mon[117003]: pgmap v4213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:07.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:07.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:07.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:08.115 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:08.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:08.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:08.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:08.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:07 smithi161 ceph-mon[116604]: pgmap v4214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:07 smithi028 ceph-mon[112123]: pgmap v4214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:07 smithi138 ceph-mon[117003]: pgmap v4214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:08 smithi161 ceph-mon[116604]: from='client.124434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:08 smithi028 ceph-mon[112123]: from='client.124434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:08 smithi138 ceph-mon[117003]: from='client.124434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:09 smithi161 ceph-mon[116604]: pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:09 smithi028 ceph-mon[112123]: pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:09 smithi138 ceph-mon[117003]: pgmap v4215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:11 smithi161 ceph-mon[116604]: pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:11 smithi028 ceph-mon[112123]: pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:11 smithi138 ceph-mon[117003]: pgmap v4216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:13.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:13.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:13.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:13.897 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:13.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:13.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:13.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:13.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:13 smithi161 ceph-mon[116604]: pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:13 smithi028 ceph-mon[112123]: pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:13 smithi138 ceph-mon[117003]: pgmap v4217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:14 smithi161 ceph-mon[116604]: from='client.124509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:14 smithi028 ceph-mon[112123]: from='client.124509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:14 smithi138 ceph-mon[117003]: from='client.124509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:15 smithi161 ceph-mon[116604]: pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:15 smithi028 ceph-mon[112123]: pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:15 smithi138 ceph-mon[117003]: pgmap v4218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:17 smithi161 ceph-mon[116604]: pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:17 smithi028 ceph-mon[112123]: pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:17 smithi138 ceph-mon[117003]: pgmap v4219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:18.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:18.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:18.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:19.666 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:19.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:19.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:19.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:19.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:19 smithi161 ceph-mon[116604]: 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-07T07:07:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:19 smithi028 ceph-mon[112123]: 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-07T07:07:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:19 smithi138 ceph-mon[117003]: 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-07T07:07:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:20 smithi161 ceph-mon[116604]: from='client.124581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:20 smithi028 ceph-mon[112123]: from='client.124581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:20 smithi138 ceph-mon[117003]: from='client.124581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:21 smithi161 ceph-mon[116604]: pgmap v4221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:21 smithi028 ceph-mon[112123]: pgmap v4221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:21 smithi138 ceph-mon[117003]: pgmap v4221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:23 smithi161 ceph-mon[116604]: pgmap v4222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:07:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:23 smithi028 ceph-mon[112123]: pgmap v4222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:07:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:23 smithi138 ceph-mon[117003]: pgmap v4222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:07:24.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:24.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:24.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:25.431 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:25.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:25.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:25.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:25.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:25 smithi161 ceph-mon[116604]: pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:07:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:25 smithi028 ceph-mon[112123]: pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:07:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:25 smithi138 ceph-mon[117003]: pgmap v4223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:07:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:26 smithi161 ceph-mon[116604]: from='client.124659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:26 smithi028 ceph-mon[112123]: from='client.124659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:26 smithi138 ceph-mon[117003]: from='client.124659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:27 smithi161 ceph-mon[116604]: pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:07:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:27 smithi028 ceph-mon[112123]: pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:07:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:27 smithi138 ceph-mon[117003]: pgmap v4224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:07:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:29 smithi161 ceph-mon[116604]: pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:07:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:29 smithi028 ceph-mon[112123]: pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:07:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:29 smithi138 ceph-mon[117003]: pgmap v4225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:07:30.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:30.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:30.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:31.199 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:31.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:31.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:31.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:31.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:31 smithi161 ceph-mon[116604]: pgmap v4226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:31 smithi161 ceph-mon[116604]: from='client.124734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:31 smithi028 ceph-mon[112123]: pgmap v4226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:31 smithi028 ceph-mon[112123]: from='client.124734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:31 smithi138 ceph-mon[117003]: pgmap v4226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:31 smithi138 ceph-mon[117003]: from='client.124734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:33 smithi161 ceph-mon[116604]: 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-07T07:07:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:33 smithi028 ceph-mon[112123]: 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-07T07:07:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:33 smithi138 ceph-mon[117003]: 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-07T07:07:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:35 smithi161 ceph-mon[116604]: pgmap v4228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:36.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:36.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:36.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:35 smithi028 ceph-mon[112123]: pgmap v4228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:35 smithi138 ceph-mon[117003]: pgmap v4228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:36.970 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:36.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:36.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:36.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:36.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:37 smithi161 ceph-mon[116604]: pgmap v4229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:37 smithi161 ceph-mon[116604]: from='client.124809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:37 smithi028 ceph-mon[112123]: pgmap v4229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:37 smithi028 ceph-mon[112123]: from='client.124809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:37 smithi138 ceph-mon[117003]: pgmap v4229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:37 smithi138 ceph-mon[117003]: from='client.124809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:39 smithi161 ceph-mon[116604]: 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-07T07:07:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:39 smithi028 ceph-mon[112123]: 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-07T07:07:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:39 smithi138 ceph-mon[117003]: 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-07T07:07:41.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:41.973 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:41.973 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:41 smithi161 ceph-mon[116604]: pgmap v4231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:41 smithi028 ceph-mon[112123]: pgmap v4231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:41 smithi138 ceph-mon[117003]: pgmap v4231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:42.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:42.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:42.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:42.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:42.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:43 smithi161 ceph-mon[116604]: pgmap v4232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:43 smithi161 ceph-mon[116604]: from='client.124884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:43 smithi028 ceph-mon[112123]: pgmap v4232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:43 smithi028 ceph-mon[112123]: from='client.124884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:43 smithi138 ceph-mon[117003]: pgmap v4232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:43 smithi138 ceph-mon[117003]: from='client.124884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:45 smithi161 ceph-mon[116604]: pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:45 smithi028 ceph-mon[112123]: pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:45 smithi138 ceph-mon[117003]: pgmap v4233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:07:47.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:47.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:47.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:47 smithi161 ceph-mon[116604]: pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:47 smithi028 ceph-mon[112123]: pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:47 smithi138 ceph-mon[117003]: pgmap v4234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:07:48.532 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:48.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:48.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:48.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:48.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:49 smithi161 ceph-mon[116604]: from='client.124962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:49 smithi161 ceph-mon[116604]: pgmap v4235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:49 smithi028 ceph-mon[112123]: from='client.124962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:49 smithi028 ceph-mon[112123]: pgmap v4235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:49 smithi138 ceph-mon[117003]: from='client.124962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:49 smithi138 ceph-mon[117003]: pgmap v4235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:07:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:51 smithi161 ceph-mon[116604]: pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:51 smithi028 ceph-mon[112123]: pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:51 smithi138 ceph-mon[117003]: pgmap v4236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:07:53.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:53.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:53.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:07:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:53 smithi161 ceph-mon[116604]: 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-07T07:07:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:53 smithi028 ceph-mon[112123]: 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-07T07:07:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:53 smithi138 ceph-mon[117003]: 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-07T07:07:54.297 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:07:54.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:07:54.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:07:54.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:07:54.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:07:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:54 smithi028 ceph-mon[112123]: from='client.125040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:54 smithi138 ceph-mon[117003]: from='client.125040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:54 smithi161 ceph-mon[116604]: from='client.125040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:07:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:55 smithi028 ceph-mon[112123]: pgmap v4238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:07:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:55 smithi138 ceph-mon[117003]: pgmap v4238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:07:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:55 smithi161 ceph-mon[116604]: pgmap v4238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:07:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:57 smithi028 ceph-mon[112123]: pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:07:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:57 smithi138 ceph-mon[117003]: pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:07:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:57 smithi161 ceph-mon[116604]: pgmap v4239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:07:59.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:07:59.300 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:07:59.300 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:00.065 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:00.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:00.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:00.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:00.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:07:59 smithi028 ceph-mon[112123]: pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:08:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:07:59 smithi138 ceph-mon[117003]: pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:08:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:07:59 smithi161 ceph-mon[116604]: pgmap v4240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:08:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:00 smithi028 ceph-mon[112123]: from='client.125112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:00 smithi138 ceph-mon[117003]: from='client.125112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:00 smithi161 ceph-mon[116604]: from='client.125112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:01 smithi028 ceph-mon[112123]: pgmap v4241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:01 smithi138 ceph-mon[117003]: pgmap v4241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:01 smithi161 ceph-mon[116604]: pgmap v4241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:08:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:08:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:08:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:08:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:08:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:08:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:08:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:08:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:08:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:08:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:08:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:08:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:03 smithi028 ceph-mon[112123]: pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:08:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:03 smithi138 ceph-mon[117003]: pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:08:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:03 smithi161 ceph-mon[116604]: pgmap v4242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:08:05.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:05.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:05.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:05.836 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:05.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:05.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:05.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:05.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:05 smithi028 ceph-mon[112123]: pgmap v4243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:08:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:05 smithi138 ceph-mon[117003]: pgmap v4243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:08:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:05 smithi161 ceph-mon[116604]: pgmap v4243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:08:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:06 smithi138 ceph-mon[117003]: from='client.125190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:06 smithi161 ceph-mon[116604]: from='client.125190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:06 smithi028 ceph-mon[112123]: from='client.125190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:07 smithi138 ceph-mon[117003]: pgmap v4244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:08:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:07 smithi161 ceph-mon[116604]: pgmap v4244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:08:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:07 smithi028 ceph-mon[112123]: pgmap v4244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:08:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:09 smithi138 ceph-mon[117003]: pgmap v4245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:08:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:09 smithi161 ceph-mon[116604]: pgmap v4245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:08:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:09 smithi028 ceph-mon[112123]: pgmap v4245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:08:10.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:10.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:10.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:11.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:11.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:11.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:11.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:11.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:11 smithi138 ceph-mon[117003]: pgmap v4246: 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-07T07:08:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:11 smithi161 ceph-mon[116604]: pgmap v4246: 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-07T07:08:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:11 smithi028 ceph-mon[112123]: pgmap v4246: 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-07T07:08:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:12 smithi138 ceph-mon[117003]: from='client.125268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:13.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:12 smithi161 ceph-mon[116604]: from='client.125268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:12 smithi028 ceph-mon[112123]: from='client.125268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:13 smithi138 ceph-mon[117003]: 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-07T07:08:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:13 smithi161 ceph-mon[116604]: 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-07T07:08:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:13 smithi028 ceph-mon[112123]: 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-07T07:08:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:15 smithi138 ceph-mon[117003]: pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:08:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:15 smithi161 ceph-mon[116604]: pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:08:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:15 smithi028 ceph-mon[112123]: pgmap v4248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:08:16.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:16.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:16.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:17.388 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:17.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:17.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:17.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:17.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:17 smithi138 ceph-mon[117003]: pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:08:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:17 smithi138 ceph-mon[117003]: from='client.125343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:17 smithi161 ceph-mon[116604]: pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:08:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:17 smithi161 ceph-mon[116604]: from='client.125343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:17 smithi028 ceph-mon[112123]: pgmap v4249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:08:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:17 smithi028 ceph-mon[112123]: from='client.125343 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:19 smithi138 ceph-mon[117003]: 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-07T07:08:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:19 smithi161 ceph-mon[116604]: 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-07T07:08:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:19 smithi028 ceph-mon[112123]: 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-07T07:08:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:21 smithi138 ceph-mon[117003]: pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:08:22.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:22.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:22.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:21 smithi161 ceph-mon[116604]: pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:08:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:21 smithi028 ceph-mon[112123]: pgmap v4251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:08:23.160 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:23.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:23.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:23.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:23.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:23 smithi138 ceph-mon[117003]: pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:23 smithi138 ceph-mon[117003]: from='client.125418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:23 smithi161 ceph-mon[116604]: pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:23 smithi161 ceph-mon[116604]: from='client.125418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:23 smithi028 ceph-mon[112123]: pgmap v4252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:23 smithi028 ceph-mon[112123]: from='client.125418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:25 smithi138 ceph-mon[117003]: pgmap v4253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:08:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:25 smithi161 ceph-mon[116604]: pgmap v4253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:08:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:25 smithi028 ceph-mon[112123]: pgmap v4253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:08:28.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:28.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:28.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:27 smithi138 ceph-mon[117003]: pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:08:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:27 smithi161 ceph-mon[116604]: pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:08:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:27 smithi028 ceph-mon[112123]: pgmap v4254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:08:28.966 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:28.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:28.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:28.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:28.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:30 smithi138 ceph-mon[117003]: pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:30 smithi138 ceph-mon[117003]: from='client.125496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:30 smithi161 ceph-mon[116604]: pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:30 smithi161 ceph-mon[116604]: from='client.125496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:30 smithi028 ceph-mon[112123]: pgmap v4255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:30 smithi028 ceph-mon[112123]: from='client.125496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:32 smithi138 ceph-mon[117003]: pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:08:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:32 smithi161 ceph-mon[116604]: pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:08:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:32 smithi028 ceph-mon[112123]: pgmap v4256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:08:33.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:33.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:33.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:34 smithi138 ceph-mon[117003]: 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-07T07:08:34.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:34 smithi161 ceph-mon[116604]: 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-07T07:08:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:34 smithi028 ceph-mon[112123]: 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-07T07:08:34.746 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:34.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:34.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:34.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:34.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:36 smithi138 ceph-mon[117003]: pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:36 smithi138 ceph-mon[117003]: from='client.125571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:36 smithi161 ceph-mon[116604]: pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:36 smithi161 ceph-mon[116604]: from='client.125571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:36 smithi028 ceph-mon[112123]: pgmap v4258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:36 smithi028 ceph-mon[112123]: from='client.125571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:38 smithi138 ceph-mon[117003]: pgmap v4259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:08:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:38 smithi161 ceph-mon[116604]: pgmap v4259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:08:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:38 smithi028 ceph-mon[112123]: pgmap v4259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:08:39.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:39 smithi161 ceph-mon[116604]: pgmap v4260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:08:39.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:39 smithi028 ceph-mon[112123]: pgmap v4260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:08:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:39 smithi138 ceph-mon[117003]: pgmap v4260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:08:39.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:39.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:39.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:40.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:40.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:40.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:40.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:40.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:41 smithi161 ceph-mon[116604]: from='client.125646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:41 smithi161 ceph-mon[116604]: pgmap v4261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:41 smithi028 ceph-mon[112123]: from='client.125646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:41 smithi028 ceph-mon[112123]: pgmap v4261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:41 smithi138 ceph-mon[117003]: from='client.125646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:41 smithi138 ceph-mon[117003]: pgmap v4261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:43 smithi161 ceph-mon[116604]: pgmap v4262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:08:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:43 smithi028 ceph-mon[112123]: pgmap v4262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:08:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:43 smithi138 ceph-mon[117003]: pgmap v4262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:08:45.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:45.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:45.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:45 smithi161 ceph-mon[116604]: pgmap v4263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:08:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:45 smithi028 ceph-mon[112123]: pgmap v4263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:08:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:45 smithi138 ceph-mon[117003]: pgmap v4263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:08:46.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:46.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:46.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:46.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:46.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:46 smithi161 ceph-mon[116604]: from='client.125724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:46 smithi028 ceph-mon[112123]: from='client.125724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:46 smithi138 ceph-mon[117003]: from='client.125724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:47 smithi161 ceph-mon[116604]: pgmap v4264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:47 smithi028 ceph-mon[112123]: pgmap v4264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:47 smithi138 ceph-mon[117003]: pgmap v4264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:08:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:49 smithi161 ceph-mon[116604]: 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-07T07:08:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:49 smithi028 ceph-mon[112123]: 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-07T07:08:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:49 smithi138 ceph-mon[117003]: 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-07T07:08:51.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:51.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:51.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:52.098 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:52.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:52.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:52.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:52.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:51 smithi161 ceph-mon[116604]: 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-07T07:08:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:51 smithi028 ceph-mon[112123]: 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-07T07:08:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:51 smithi138 ceph-mon[117003]: 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-07T07:08:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:52 smithi161 ceph-mon[116604]: from='client.125799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:52 smithi028 ceph-mon[112123]: from='client.125799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:52 smithi138 ceph-mon[117003]: from='client.125799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:53 smithi161 ceph-mon[116604]: 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-07T07:08:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:53 smithi028 ceph-mon[112123]: 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-07T07:08:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:53 smithi138 ceph-mon[117003]: 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-07T07:08:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:55 smithi161 ceph-mon[116604]: pgmap v4268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:08:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:55 smithi028 ceph-mon[112123]: pgmap v4268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:08:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:55 smithi138 ceph-mon[117003]: pgmap v4268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:08:57.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:08:57.100 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:08:57.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:08:57.863 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:08:57.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:08:57.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:08:57.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:08:57.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:08:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:57 smithi161 ceph-mon[116604]: pgmap v4269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:08:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:57 smithi028 ceph-mon[112123]: pgmap v4269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:08:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:57 smithi138 ceph-mon[117003]: pgmap v4269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:08:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:58 smithi161 ceph-mon[116604]: from='client.125874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:58 smithi028 ceph-mon[112123]: from='client.125874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:08:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:58 smithi138 ceph-mon[117003]: from='client.125874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:08:59 smithi161 ceph-mon[116604]: 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-07T07:09:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:08:59 smithi028 ceph-mon[112123]: 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-07T07:09:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:08:59 smithi138 ceph-mon[117003]: 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-07T07:09:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:01 smithi161 ceph-mon[116604]: pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:09:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:01 smithi028 ceph-mon[112123]: pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:09:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:01 smithi138 ceph-mon[117003]: pgmap v4271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:09:02.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:02.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:02.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:09:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:09:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:09:03.758 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:03.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:03.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:03.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:03.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:03 smithi161 ceph-mon[116604]: pgmap v4272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:03 smithi028 ceph-mon[112123]: pgmap v4272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:03 smithi138 ceph-mon[117003]: pgmap v4272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:04 smithi161 ceph-mon[116604]: from='client.125952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:09:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:09:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:04 smithi028 ceph-mon[112123]: from='client.125952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:09:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:09:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:04 smithi138 ceph-mon[117003]: from='client.125952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:09:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:09:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:09:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:05 smithi161 ceph-mon[116604]: pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:09:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:05 smithi028 ceph-mon[112123]: pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:09:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:05 smithi138 ceph-mon[117003]: pgmap v4273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:09:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:07 smithi161 ceph-mon[116604]: pgmap v4274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:09:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:07 smithi028 ceph-mon[112123]: pgmap v4274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:09:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:07 smithi138 ceph-mon[117003]: pgmap v4274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:09:08.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:08.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:08.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:09.535 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:09.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:09.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:09.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:09.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:09 smithi161 ceph-mon[116604]: pgmap v4275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:09 smithi028 ceph-mon[112123]: pgmap v4275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:09 smithi138 ceph-mon[117003]: pgmap v4275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:10 smithi161 ceph-mon[116604]: from='client.126018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:10 smithi028 ceph-mon[112123]: from='client.126018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:10 smithi138 ceph-mon[117003]: from='client.126018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:11 smithi161 ceph-mon[116604]: 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-07T07:09:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:11 smithi028 ceph-mon[112123]: 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-07T07:09:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:11 smithi138 ceph-mon[117003]: 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-07T07:09:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:13 smithi161 ceph-mon[116604]: pgmap v4277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:09:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:13 smithi028 ceph-mon[112123]: pgmap v4277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:09:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:13 smithi138 ceph-mon[117003]: pgmap v4277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:09:14.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:14.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:14.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:15.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:15 smithi161 ceph-mon[116604]: pgmap v4278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:09:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:15 smithi161 ceph-mon[116604]: from='client.126090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:15 smithi028 ceph-mon[112123]: pgmap v4278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:09:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:15 smithi028 ceph-mon[112123]: from='client.126090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:15 smithi138 ceph-mon[117003]: pgmap v4278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:09:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:15 smithi138 ceph-mon[117003]: from='client.126090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:17 smithi161 ceph-mon[116604]: pgmap v4279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:09:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:17 smithi028 ceph-mon[112123]: pgmap v4279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:09:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:17 smithi138 ceph-mon[117003]: pgmap v4279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:09:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:19 smithi161 ceph-mon[116604]: pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:09:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:19 smithi028 ceph-mon[112123]: pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:09:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:19 smithi138 ceph-mon[117003]: pgmap v4280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:09:20.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:20.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:20.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:21.088 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:21.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:21.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:21.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:21.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:21 smithi161 ceph-mon[116604]: pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:21 smithi161 ceph-mon[116604]: from='client.126165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:21 smithi028 ceph-mon[112123]: pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:21 smithi028 ceph-mon[112123]: from='client.126165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:21 smithi138 ceph-mon[117003]: pgmap v4281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:21 smithi138 ceph-mon[117003]: from='client.126165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:23 smithi161 ceph-mon[116604]: 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-07T07:09:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:23 smithi028 ceph-mon[112123]: 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-07T07:09:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:23 smithi138 ceph-mon[117003]: 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-07T07:09:26.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:26.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:26.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:25 smithi161 ceph-mon[116604]: pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:09:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:25 smithi028 ceph-mon[112123]: pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:09:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:25 smithi138 ceph-mon[117003]: pgmap v4283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:09:26.855 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:26.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:26.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:26.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:26.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:27 smithi028 ceph-mon[112123]: pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:09:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:27 smithi028 ceph-mon[112123]: from='client.126243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:27 smithi138 ceph-mon[117003]: pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:09:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:27 smithi138 ceph-mon[117003]: from='client.126243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:27 smithi161 ceph-mon[116604]: pgmap v4284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:09:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:27 smithi161 ceph-mon[116604]: from='client.126243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:29 smithi028 ceph-mon[112123]: 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-07T07:09:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:29 smithi138 ceph-mon[117003]: 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-07T07:09:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:29 smithi161 ceph-mon[116604]: 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-07T07:09:31.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:31.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:31.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:31 smithi028 ceph-mon[112123]: 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-07T07:09:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:31 smithi138 ceph-mon[117003]: 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-07T07:09:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:31 smithi161 ceph-mon[116604]: 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-07T07:09:32.634 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:32.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:32.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:32.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:32.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:33 smithi028 ceph-mon[112123]: 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-07T07:09:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:33 smithi028 ceph-mon[112123]: from='client.126321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:33 smithi138 ceph-mon[117003]: 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-07T07:09:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:33 smithi138 ceph-mon[117003]: from='client.126321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:33 smithi161 ceph-mon[116604]: 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-07T07:09:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:33 smithi161 ceph-mon[116604]: from='client.126321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:35 smithi028 ceph-mon[112123]: pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:09:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:35 smithi138 ceph-mon[117003]: pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:09:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:35 smithi161 ceph-mon[116604]: pgmap v4288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:09:37.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:37.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:37.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:37 smithi028 ceph-mon[112123]: pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:09:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:37 smithi138 ceph-mon[117003]: pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:09:38.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:38.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:38.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:38.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:38.405 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:37 smithi161 ceph-mon[116604]: pgmap v4289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:09:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:38 smithi028 ceph-mon[112123]: from='client.126396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:38 smithi138 ceph-mon[117003]: from='client.126396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:39.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:38 smithi161 ceph-mon[116604]: from='client.126396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:39 smithi028 ceph-mon[112123]: 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-07T07:09:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:39 smithi138 ceph-mon[117003]: 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-07T07:09:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:39 smithi161 ceph-mon[116604]: 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-07T07:09:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:41 smithi028 ceph-mon[112123]: pgmap v4291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:09:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:41 smithi138 ceph-mon[117003]: pgmap v4291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:09:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:41 smithi161 ceph-mon[116604]: pgmap v4291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:09:43.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:43.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:43.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:44.184 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:44.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:44.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:44.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:44.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:43 smithi138 ceph-mon[117003]: pgmap v4292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:43 smithi161 ceph-mon[116604]: pgmap v4292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:43 smithi028 ceph-mon[112123]: pgmap v4292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:44 smithi138 ceph-mon[117003]: from='client.126474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:44 smithi161 ceph-mon[116604]: from='client.126474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:45.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:44 smithi028 ceph-mon[112123]: from='client.126474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:45 smithi138 ceph-mon[117003]: pgmap v4293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:09:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:45 smithi161 ceph-mon[116604]: pgmap v4293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:09:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:45 smithi028 ceph-mon[112123]: pgmap v4293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:09:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:47 smithi138 ceph-mon[117003]: pgmap v4294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:09:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:47 smithi161 ceph-mon[116604]: pgmap v4294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:09:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:47 smithi028 ceph-mon[112123]: pgmap v4294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:09:49.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:49.187 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:49.187 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:49.949 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:49.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:49.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:49.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:49.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:49 smithi138 ceph-mon[117003]: pgmap v4295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:09:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:49 smithi161 ceph-mon[116604]: pgmap v4295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:09:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:49 smithi028 ceph-mon[112123]: pgmap v4295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:09:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:50 smithi138 ceph-mon[117003]: from='client.126552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:50 smithi161 ceph-mon[116604]: from='client.126552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:50 smithi028 ceph-mon[112123]: from='client.126552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:51 smithi138 ceph-mon[117003]: 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-07T07:09:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:51 smithi161 ceph-mon[116604]: 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-07T07:09:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:51 smithi028 ceph-mon[112123]: 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-07T07:09:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:53 smithi138 ceph-mon[117003]: pgmap v4297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:09:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:53 smithi161 ceph-mon[116604]: pgmap v4297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:09:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:53 smithi028 ceph-mon[112123]: pgmap v4297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:09:54.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:09:54.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:09:54.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:09:55.722 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:09:55.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:09:55.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:09:55.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:09:55.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:09:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:55 smithi138 ceph-mon[117003]: pgmap v4298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:55 smithi161 ceph-mon[116604]: pgmap v4298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:55 smithi028 ceph-mon[112123]: pgmap v4298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:09:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:56 smithi138 ceph-mon[117003]: from='client.126624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:56 smithi161 ceph-mon[116604]: from='client.126624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:57.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:56 smithi028 ceph-mon[112123]: from='client.126624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:09:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:09:58 smithi138 ceph-mon[117003]: pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:09:58.446 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:09:58 smithi161 ceph-mon[116604]: pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:09:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:09:58 smithi028 ceph-mon[112123]: pgmap v4299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:10:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:00 smithi138 ceph-mon[117003]: pgmap v4300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:10:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T07:10:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:00 smithi161 ceph-mon[116604]: pgmap v4300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:10:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T07:10:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:00 smithi028 ceph-mon[112123]: pgmap v4300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:10:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T07:10:00.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:00.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:00.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:01.491 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:01.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:01.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:01.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:01.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:02 smithi138 ceph-mon[117003]: pgmap v4301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:10:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:02 smithi161 ceph-mon[116604]: pgmap v4301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:10:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:02 smithi028 ceph-mon[112123]: pgmap v4301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:10:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:03 smithi138 ceph-mon[117003]: from='client.126699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:03 smithi161 ceph-mon[116604]: from='client.126699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:03.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:03 smithi028 ceph-mon[112123]: from='client.126699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:04 smithi138 ceph-mon[117003]: 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-07T07:10:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:04 smithi161 ceph-mon[116604]: 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-07T07:10:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:04 smithi028 ceph-mon[112123]: 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-07T07:10:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:10:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:10:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:10:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:10:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:10:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:10:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:10:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:10:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:10:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:10:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:10:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:10:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:06 smithi138 ceph-mon[117003]: pgmap v4303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:06 smithi161 ceph-mon[116604]: pgmap v4303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:06 smithi028 ceph-mon[112123]: pgmap v4303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:06.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:06.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:06.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:07.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:07.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:07.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:07.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:07.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:08 smithi138 ceph-mon[117003]: pgmap v4304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:08 smithi138 ceph-mon[117003]: from='client.126768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:08 smithi161 ceph-mon[116604]: pgmap v4304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:08 smithi161 ceph-mon[116604]: from='client.126768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:08 smithi028 ceph-mon[112123]: pgmap v4304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:08 smithi028 ceph-mon[112123]: from='client.126768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:10 smithi138 ceph-mon[117003]: 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-07T07:10:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:10 smithi161 ceph-mon[116604]: 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-07T07:10:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:10 smithi028 ceph-mon[112123]: 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-07T07:10:12.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:12.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:12.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:12 smithi138 ceph-mon[117003]: 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-07T07:10:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:12 smithi161 ceph-mon[116604]: 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-07T07:10:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:12 smithi028 ceph-mon[112123]: 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-07T07:10:13.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:13.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:13.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:13.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:13.029 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:14 smithi138 ceph-mon[117003]: 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-07T07:10:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:14 smithi138 ceph-mon[117003]: from='client.126843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:14 smithi161 ceph-mon[116604]: 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-07T07:10:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:14 smithi161 ceph-mon[116604]: from='client.126843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:14 smithi028 ceph-mon[112123]: 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-07T07:10:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:14 smithi028 ceph-mon[112123]: from='client.126843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:16 smithi138 ceph-mon[117003]: pgmap v4308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:16 smithi161 ceph-mon[116604]: pgmap v4308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:16 smithi028 ceph-mon[112123]: pgmap v4308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:18.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:18.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:18.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:18 smithi138 ceph-mon[117003]: pgmap v4309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:18 smithi161 ceph-mon[116604]: pgmap v4309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:18 smithi028 ceph-mon[112123]: pgmap v4309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:18.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:18.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:18.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:18.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:18.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:19 smithi161 ceph-mon[116604]: pgmap v4310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:19 smithi161 ceph-mon[116604]: from='client.126921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:19.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:19 smithi028 ceph-mon[112123]: pgmap v4310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:19.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:19 smithi028 ceph-mon[112123]: from='client.126921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:19 smithi138 ceph-mon[117003]: pgmap v4310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:19 smithi138 ceph-mon[117003]: from='client.126921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:21 smithi161 ceph-mon[116604]: pgmap v4311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:21 smithi028 ceph-mon[112123]: pgmap v4311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:21 smithi138 ceph-mon[117003]: pgmap v4311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:23.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:23.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:23.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:23 smithi161 ceph-mon[116604]: pgmap v4312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:23 smithi028 ceph-mon[112123]: pgmap v4312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:23 smithi138 ceph-mon[117003]: pgmap v4312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:24.568 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:24.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:24.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:24.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:24.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:25 smithi161 ceph-mon[116604]: from='client.126993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:25 smithi161 ceph-mon[116604]: pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:25 smithi028 ceph-mon[112123]: from='client.126993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:25 smithi028 ceph-mon[112123]: pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:25 smithi138 ceph-mon[117003]: from='client.126993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:25 smithi138 ceph-mon[117003]: pgmap v4313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:27 smithi161 ceph-mon[116604]: pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:10:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:27 smithi028 ceph-mon[112123]: pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:10:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:27 smithi138 ceph-mon[117003]: pgmap v4314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:10:29.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:29.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:29.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:29 smithi161 ceph-mon[116604]: pgmap v4315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:10:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:29 smithi028 ceph-mon[112123]: pgmap v4315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:10:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:29 smithi138 ceph-mon[117003]: pgmap v4315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:10:30.338 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:30.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:30.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:30.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:30.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:30 smithi161 ceph-mon[116604]: from='client.127068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:30 smithi028 ceph-mon[112123]: from='client.127068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:30 smithi138 ceph-mon[117003]: from='client.127068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:31 smithi161 ceph-mon[116604]: pgmap v4316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:31 smithi028 ceph-mon[112123]: pgmap v4316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:31 smithi138 ceph-mon[117003]: pgmap v4316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:33 smithi161 ceph-mon[116604]: pgmap v4317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:10:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:33 smithi028 ceph-mon[112123]: pgmap v4317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:10:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:33 smithi138 ceph-mon[117003]: pgmap v4317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:10:35.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:35.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:35.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:36.107 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:36.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:36.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:36.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:36.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:35 smithi161 ceph-mon[116604]: pgmap v4318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:35 smithi028 ceph-mon[112123]: pgmap v4318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:35 smithi138 ceph-mon[117003]: pgmap v4318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:36 smithi161 ceph-mon[116604]: from='client.127143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:36 smithi028 ceph-mon[112123]: from='client.127143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:36 smithi138 ceph-mon[117003]: from='client.127143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:37 smithi161 ceph-mon[116604]: pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:37 smithi028 ceph-mon[112123]: pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:37 smithi138 ceph-mon[117003]: pgmap v4319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:39 smithi161 ceph-mon[116604]: 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-07T07:10:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:39 smithi028 ceph-mon[112123]: 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-07T07:10:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:39 smithi138 ceph-mon[117003]: 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-07T07:10:41.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:41.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:41.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:41.876 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:41.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:41.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:41.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:41.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:41 smithi161 ceph-mon[116604]: 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-07T07:10:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:41 smithi028 ceph-mon[112123]: 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-07T07:10:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:41 smithi138 ceph-mon[117003]: 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-07T07:10:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:42 smithi161 ceph-mon[116604]: from='client.127221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:42 smithi028 ceph-mon[112123]: from='client.127221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:42 smithi138 ceph-mon[117003]: from='client.127221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:43 smithi161 ceph-mon[116604]: 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-07T07:10:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:43 smithi028 ceph-mon[112123]: 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-07T07:10:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:43 smithi138 ceph-mon[117003]: 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-07T07:10:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:45 smithi161 ceph-mon[116604]: pgmap v4323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:45 smithi028 ceph-mon[112123]: pgmap v4323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:45 smithi138 ceph-mon[117003]: pgmap v4323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:46.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:46.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:46.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:47.646 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:47.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:47.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:47.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:47.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:47 smithi161 ceph-mon[116604]: pgmap v4324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:47 smithi028 ceph-mon[112123]: pgmap v4324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:47 smithi138 ceph-mon[117003]: pgmap v4324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:48 smithi161 ceph-mon[116604]: from='client.127299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:48 smithi028 ceph-mon[112123]: from='client.127299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:48 smithi138 ceph-mon[117003]: from='client.127299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:49 smithi161 ceph-mon[116604]: 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-07T07:10:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:49 smithi028 ceph-mon[112123]: 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-07T07:10:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:49 smithi138 ceph-mon[117003]: 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-07T07:10:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:51 smithi028 ceph-mon[112123]: 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-07T07:10:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:51 smithi138 ceph-mon[117003]: 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-07T07:10:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:51 smithi161 ceph-mon[116604]: 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-07T07:10:52.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:52.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:52.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:53.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:53.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:53.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:53.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:53.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:10:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:53 smithi028 ceph-mon[112123]: 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-07T07:10:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:53 smithi028 ceph-mon[112123]: from='client.127374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:53 smithi138 ceph-mon[117003]: 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-07T07:10:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:53 smithi138 ceph-mon[117003]: from='client.127374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:53 smithi161 ceph-mon[116604]: 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-07T07:10:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:53 smithi161 ceph-mon[116604]: from='client.127374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:10:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:55 smithi028 ceph-mon[112123]: pgmap v4328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:55 smithi138 ceph-mon[117003]: pgmap v4328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:55 smithi161 ceph-mon[116604]: pgmap v4328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:10:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:57 smithi028 ceph-mon[112123]: pgmap v4329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:57 smithi138 ceph-mon[117003]: pgmap v4329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:58.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:10:58.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:10:58.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:10:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:57 smithi161 ceph-mon[116604]: pgmap v4329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:10:59.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:10:59.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:10:59.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:10:59.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:10:59.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:59 smithi028 ceph-mon[112123]: pgmap v4330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:10:59 smithi028 ceph-mon[112123]: from='client.127452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:59 smithi138 ceph-mon[117003]: pgmap v4330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:10:59 smithi138 ceph-mon[117003]: from='client.127452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:59 smithi161 ceph-mon[116604]: pgmap v4330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:10:59 smithi161 ceph-mon[116604]: from='client.127452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:01 smithi028 ceph-mon[112123]: pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:11:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:01 smithi138 ceph-mon[117003]: pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:11:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:01 smithi161 ceph-mon[116604]: pgmap v4331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:11:04.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:04.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:04.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:03 smithi028 ceph-mon[112123]: pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:11:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:03 smithi138 ceph-mon[117003]: pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:11:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:03 smithi161 ceph-mon[116604]: pgmap v4332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:11:04.964 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:04.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:04.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:04.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:04.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:05 smithi028 ceph-mon[112123]: pgmap v4333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:05 smithi028 ceph-mon[112123]: from='client.127530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:11:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:11:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:11:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:11:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:05 smithi138 ceph-mon[117003]: pgmap v4333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:05 smithi138 ceph-mon[117003]: from='client.127530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:11:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:11:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:11:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:11:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:05 smithi161 ceph-mon[116604]: pgmap v4333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:05 smithi161 ceph-mon[116604]: from='client.127530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:11:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:11:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:11:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:11:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:07 smithi028 ceph-mon[112123]: pgmap v4334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:07 smithi138 ceph-mon[117003]: pgmap v4334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:07 smithi161 ceph-mon[116604]: pgmap v4334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:09.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:09.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:09.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:09 smithi028 ceph-mon[112123]: pgmap v4335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:09 smithi138 ceph-mon[117003]: pgmap v4335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:09 smithi161 ceph-mon[116604]: pgmap v4335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:10.754 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:10.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:10.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:10.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:10.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:11 smithi138 ceph-mon[117003]: pgmap v4336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:11 smithi138 ceph-mon[117003]: from='client.127608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:11 smithi161 ceph-mon[116604]: pgmap v4336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:11 smithi161 ceph-mon[116604]: from='client.127608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:11 smithi028 ceph-mon[112123]: pgmap v4336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:11 smithi028 ceph-mon[112123]: from='client.127608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:13 smithi138 ceph-mon[117003]: pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:11:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:13 smithi161 ceph-mon[116604]: pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:11:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:13 smithi028 ceph-mon[112123]: pgmap v4337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:11:15.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:15.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:15.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:15 smithi138 ceph-mon[117003]: pgmap v4338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:11:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:15 smithi161 ceph-mon[116604]: pgmap v4338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:11:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:15 smithi028 ceph-mon[112123]: pgmap v4338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:11:16.522 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:16.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:16.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:16.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:16.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:17 smithi138 ceph-mon[117003]: from='client.127686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:17 smithi138 ceph-mon[117003]: pgmap v4339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:17 smithi161 ceph-mon[116604]: from='client.127686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:17 smithi161 ceph-mon[116604]: pgmap v4339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:17 smithi028 ceph-mon[112123]: from='client.127686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:17 smithi028 ceph-mon[112123]: pgmap v4339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:19 smithi138 ceph-mon[117003]: 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-07T07:11:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:19 smithi161 ceph-mon[116604]: 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-07T07:11:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:19 smithi028 ceph-mon[112123]: 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-07T07:11:21.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:21.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:21.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:22.284 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:22.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:22.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:22.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:22.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:21 smithi138 ceph-mon[117003]: 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-07T07:11:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:21 smithi161 ceph-mon[116604]: 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-07T07:11:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:21 smithi028 ceph-mon[112123]: 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-07T07:11:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:22 smithi138 ceph-mon[117003]: from='client.127761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:22 smithi161 ceph-mon[116604]: from='client.127761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:23.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:22 smithi028 ceph-mon[112123]: from='client.127761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:23 smithi138 ceph-mon[117003]: 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-07T07:11:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:23 smithi161 ceph-mon[116604]: 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-07T07:11:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:23 smithi028 ceph-mon[112123]: 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-07T07:11:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:25 smithi138 ceph-mon[117003]: pgmap v4343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:11:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:25 smithi161 ceph-mon[116604]: pgmap v4343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:11:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:25 smithi028 ceph-mon[112123]: pgmap v4343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:11:27.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:27.286 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:27.286 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:28.062 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:28.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:28.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:28.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:28.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:27 smithi138 ceph-mon[117003]: pgmap v4344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:27 smithi161 ceph-mon[116604]: pgmap v4344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:27 smithi028 ceph-mon[112123]: pgmap v4344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:28 smithi138 ceph-mon[117003]: from='client.127839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:28 smithi161 ceph-mon[116604]: from='client.127839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:29.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:28 smithi028 ceph-mon[112123]: from='client.127839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:29 smithi138 ceph-mon[117003]: 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-07T07:11:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:29 smithi161 ceph-mon[116604]: 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-07T07:11:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:29 smithi028 ceph-mon[112123]: 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-07T07:11:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:32 smithi138 ceph-mon[117003]: 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-07T07:11:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:32 smithi161 ceph-mon[116604]: 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-07T07:11:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:32 smithi028 ceph-mon[112123]: 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-07T07:11:33.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:33.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:33.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:33.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:33.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:33.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:33.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:33.843 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:34 smithi138 ceph-mon[117003]: 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-07T07:11:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:34 smithi161 ceph-mon[116604]: 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-07T07:11:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:34 smithi028 ceph-mon[112123]: 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-07T07:11:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:35 smithi138 ceph-mon[117003]: from='client.127914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:35 smithi161 ceph-mon[116604]: from='client.127914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:35.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:35 smithi028 ceph-mon[112123]: from='client.127914 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:36 smithi138 ceph-mon[117003]: pgmap v4348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:11:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:36 smithi161 ceph-mon[116604]: pgmap v4348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:11:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:36 smithi028 ceph-mon[112123]: pgmap v4348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:11:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:38 smithi138 ceph-mon[117003]: pgmap v4349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:38 smithi161 ceph-mon[116604]: pgmap v4349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:38 smithi028 ceph-mon[112123]: pgmap v4349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:38.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:38.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:38.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:39.607 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:39.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:39.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:39.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:39.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:40 smithi138 ceph-mon[117003]: pgmap v4350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:40 smithi161 ceph-mon[116604]: pgmap v4350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:40 smithi028 ceph-mon[112123]: pgmap v4350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:41 smithi138 ceph-mon[117003]: from='client.127989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:41 smithi161 ceph-mon[116604]: from='client.127989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:41 smithi028 ceph-mon[112123]: from='client.127989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:42 smithi138 ceph-mon[117003]: 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-07T07:11:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:42 smithi161 ceph-mon[116604]: 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-07T07:11:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:42 smithi028 ceph-mon[112123]: 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-07T07:11:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:44 smithi138 ceph-mon[117003]: 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-07T07:11:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:44 smithi161 ceph-mon[116604]: 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-07T07:11:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:44 smithi028 ceph-mon[112123]: 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-07T07:11:44.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:44.610 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:44.610 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:45.377 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:45.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:45.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:45.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:45.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:46 smithi138 ceph-mon[117003]: pgmap v4353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:46 smithi138 ceph-mon[117003]: from='client.128067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:46 smithi161 ceph-mon[116604]: pgmap v4353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:46 smithi161 ceph-mon[116604]: from='client.128067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:46 smithi028 ceph-mon[112123]: pgmap v4353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:46 smithi028 ceph-mon[112123]: from='client.128067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:48 smithi138 ceph-mon[117003]: pgmap v4354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:48 smithi161 ceph-mon[116604]: pgmap v4354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:48 smithi028 ceph-mon[112123]: pgmap v4354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:50 smithi138 ceph-mon[117003]: pgmap v4355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:50.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:50.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:50.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:50 smithi161 ceph-mon[116604]: pgmap v4355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:50 smithi028 ceph-mon[112123]: pgmap v4355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:11:51.155 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:51.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:51.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:51.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:51.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:52 smithi138 ceph-mon[117003]: pgmap v4356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:52 smithi138 ceph-mon[117003]: from='client.128145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:52 smithi161 ceph-mon[116604]: pgmap v4356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:52 smithi161 ceph-mon[116604]: from='client.128145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:52 smithi028 ceph-mon[112123]: pgmap v4356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:52 smithi028 ceph-mon[112123]: from='client.128145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:54 smithi138 ceph-mon[117003]: 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-07T07:11:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:54 smithi161 ceph-mon[116604]: 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-07T07:11:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:54 smithi028 ceph-mon[112123]: 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-07T07:11:56.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:11:56.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:11:56.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:11:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:56 smithi161 ceph-mon[116604]: pgmap v4358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:11:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:56 smithi028 ceph-mon[112123]: pgmap v4358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:11:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:56 smithi138 ceph-mon[117003]: pgmap v4358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:11:56.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:11:56.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:11:56.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:11:56.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:11:56.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:11:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:58 smithi161 ceph-mon[116604]: pgmap v4359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:11:58 smithi161 ceph-mon[116604]: from='client.128217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:58 smithi028 ceph-mon[112123]: pgmap v4359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:11:58 smithi028 ceph-mon[112123]: from='client.128217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:11:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:58 smithi138 ceph-mon[117003]: pgmap v4359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:11:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:11:58 smithi138 ceph-mon[117003]: from='client.128217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:00 smithi161 ceph-mon[116604]: 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-07T07:12:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:00 smithi028 ceph-mon[112123]: 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-07T07:12:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:00 smithi138 ceph-mon[117003]: 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-07T07:12:01.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:01.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:01.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:02 smithi161 ceph-mon[116604]: 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-07T07:12:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:02 smithi028 ceph-mon[112123]: 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-07T07:12:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:02 smithi138 ceph-mon[117003]: 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-07T07:12:02.680 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:02.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:02.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:02.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:02.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:04 smithi161 ceph-mon[116604]: 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-07T07:12:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:04 smithi161 ceph-mon[116604]: from='client.128295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:04 smithi028 ceph-mon[112123]: 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-07T07:12:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:04 smithi028 ceph-mon[112123]: from='client.128295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:04 smithi138 ceph-mon[117003]: 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-07T07:12:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:04 smithi138 ceph-mon[117003]: from='client.128295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:06 smithi161 ceph-mon[116604]: pgmap v4363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:12:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:12:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:06 smithi028 ceph-mon[112123]: pgmap v4363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:12:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:12:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:06 smithi138 ceph-mon[117003]: pgmap v4363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:12:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:12:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:07 smithi161 ceph-mon[116604]: pgmap v4364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:12:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:12:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:12:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:07 smithi028 ceph-mon[112123]: pgmap v4364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:12:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:12:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:12:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:07 smithi138 ceph-mon[117003]: pgmap v4364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:12:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:12:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:12:07.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:07.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:07.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:08.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:08.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:08.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:08.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:08.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:09 smithi138 ceph-mon[117003]: from='client.128373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:09 smithi138 ceph-mon[117003]: 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-07T07:12:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:09 smithi161 ceph-mon[116604]: from='client.128373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:09 smithi161 ceph-mon[116604]: 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-07T07:12:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:09 smithi028 ceph-mon[112123]: from='client.128373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:09 smithi028 ceph-mon[112123]: 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-07T07:12:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:11 smithi161 ceph-mon[116604]: 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-07T07:12:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:11 smithi028 ceph-mon[112123]: 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-07T07:12:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:11 smithi138 ceph-mon[117003]: 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-07T07:12:13.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:13.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:13.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:13 smithi161 ceph-mon[116604]: 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-07T07:12:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:13 smithi028 ceph-mon[112123]: 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-07T07:12:14.230 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:14.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:14.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:14.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:14.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:13 smithi138 ceph-mon[117003]: 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-07T07:12:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:14 smithi161 ceph-mon[116604]: from='client.128448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:14 smithi028 ceph-mon[112123]: from='client.128448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:14 smithi138 ceph-mon[117003]: from='client.128448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:15 smithi161 ceph-mon[116604]: pgmap v4368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:12:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:15 smithi028 ceph-mon[112123]: pgmap v4368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:12:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:15 smithi138 ceph-mon[117003]: pgmap v4368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:12:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:17 smithi161 ceph-mon[116604]: pgmap v4369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:12:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:17 smithi028 ceph-mon[112123]: pgmap v4369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:12:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:17 smithi138 ceph-mon[117003]: pgmap v4369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:12:19.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:19.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:19.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:19.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:19.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:19.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:19.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:19.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:19 smithi161 ceph-mon[116604]: pgmap v4370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:12:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:19 smithi028 ceph-mon[112123]: pgmap v4370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:12:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:19 smithi138 ceph-mon[117003]: pgmap v4370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:12:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:20 smithi161 ceph-mon[116604]: from='client.128523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:20 smithi028 ceph-mon[112123]: from='client.128523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:20 smithi138 ceph-mon[117003]: from='client.128523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:21 smithi161 ceph-mon[116604]: 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-07T07:12:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:21 smithi028 ceph-mon[112123]: 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-07T07:12:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:21 smithi138 ceph-mon[117003]: 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-07T07:12:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:23 smithi161 ceph-mon[116604]: 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-07T07:12:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:23 smithi028 ceph-mon[112123]: 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-07T07:12:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:23 smithi138 ceph-mon[117003]: 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-07T07:12:24.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:24.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:24.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:25.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:25.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:25.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:25.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:25.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:25 smithi161 ceph-mon[116604]: pgmap v4373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:25 smithi028 ceph-mon[112123]: pgmap v4373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:25 smithi138 ceph-mon[117003]: pgmap v4373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:26 smithi161 ceph-mon[116604]: from='client.128595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:26 smithi028 ceph-mon[112123]: from='client.128595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:26 smithi138 ceph-mon[117003]: from='client.128595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:27 smithi028 ceph-mon[112123]: pgmap v4374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:12:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:27 smithi138 ceph-mon[117003]: pgmap v4374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:12:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:27 smithi161 ceph-mon[116604]: pgmap v4374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:12:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:29 smithi028 ceph-mon[112123]: pgmap v4375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:12:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:29 smithi138 ceph-mon[117003]: pgmap v4375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:12:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:29 smithi161 ceph-mon[116604]: pgmap v4375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:12:30.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:30.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:30.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:31.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:31.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:31.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:31.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:31.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:31 smithi028 ceph-mon[112123]: pgmap v4376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:12:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:31 smithi138 ceph-mon[117003]: pgmap v4376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:12:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:31 smithi161 ceph-mon[116604]: pgmap v4376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:12:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:32 smithi028 ceph-mon[112123]: from='client.128664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:32 smithi138 ceph-mon[117003]: from='client.128664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:32 smithi161 ceph-mon[116604]: from='client.128664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:33 smithi028 ceph-mon[112123]: 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-07T07:12:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:33 smithi138 ceph-mon[117003]: 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-07T07:12:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:33 smithi161 ceph-mon[116604]: 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-07T07:12:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:35 smithi028 ceph-mon[112123]: pgmap v4378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:12:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:35 smithi138 ceph-mon[117003]: pgmap v4378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:12:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:35 smithi161 ceph-mon[116604]: pgmap v4378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:12:36.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:36.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:36.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:37.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:37.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:37.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:37.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:37.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:37 smithi028 ceph-mon[112123]: pgmap v4379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:37 smithi028 ceph-mon[112123]: from='client.128742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:37 smithi138 ceph-mon[117003]: pgmap v4379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:37 smithi138 ceph-mon[117003]: from='client.128742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:37 smithi161 ceph-mon[116604]: pgmap v4379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:37 smithi161 ceph-mon[116604]: from='client.128742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:39 smithi028 ceph-mon[112123]: 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-07T07:12:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:39 smithi138 ceph-mon[117003]: 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-07T07:12:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:39 smithi161 ceph-mon[116604]: 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-07T07:12:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:41 smithi028 ceph-mon[112123]: 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-07T07:12:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:41 smithi138 ceph-mon[117003]: 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-07T07:12:42.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:42.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:42.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:41 smithi161 ceph-mon[116604]: 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-07T07:12:43.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:43.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:43.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:43.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:43.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:43 smithi028 ceph-mon[112123]: 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-07T07:12:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:43 smithi028 ceph-mon[112123]: from='client.128814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:43 smithi138 ceph-mon[117003]: 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-07T07:12:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:43 smithi138 ceph-mon[117003]: from='client.128814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:43 smithi161 ceph-mon[116604]: 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-07T07:12:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:43 smithi161 ceph-mon[116604]: from='client.128814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:45 smithi138 ceph-mon[117003]: pgmap v4383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:12:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:45 smithi161 ceph-mon[116604]: pgmap v4383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:12:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:45 smithi028 ceph-mon[112123]: pgmap v4383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:12:48.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:48.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:48.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:47 smithi138 ceph-mon[117003]: pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:47 smithi161 ceph-mon[116604]: pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:47 smithi028 ceph-mon[112123]: pgmap v4384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:12:48.861 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:48.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:48.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:48.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:48.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:49 smithi138 ceph-mon[117003]: 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-07T07:12:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:49 smithi138 ceph-mon[117003]: from='client.128889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:49 smithi161 ceph-mon[116604]: 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-07T07:12:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:49 smithi161 ceph-mon[116604]: from='client.128889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:49 smithi028 ceph-mon[112123]: 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-07T07:12:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:49 smithi028 ceph-mon[112123]: from='client.128889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:51 smithi138 ceph-mon[117003]: 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-07T07:12:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:51 smithi161 ceph-mon[116604]: 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-07T07:12:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:51 smithi028 ceph-mon[112123]: 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-07T07:12:53.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:53.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:53.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:12:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:53 smithi138 ceph-mon[117003]: 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-07T07:12:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:53 smithi161 ceph-mon[116604]: 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-07T07:12:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:53 smithi028 ceph-mon[112123]: 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-07T07:12:54.647 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:12:54.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:12:54.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:12:54.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:12:54.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:12:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:55 smithi138 ceph-mon[117003]: 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-07T07:12:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:55 smithi138 ceph-mon[117003]: from='client.128964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:55 smithi161 ceph-mon[116604]: 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-07T07:12:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:55 smithi161 ceph-mon[116604]: from='client.128964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:55 smithi028 ceph-mon[112123]: 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-07T07:12:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:55 smithi028 ceph-mon[112123]: from='client.128964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:12:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:57 smithi138 ceph-mon[117003]: pgmap v4389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:12:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:57 smithi161 ceph-mon[116604]: pgmap v4389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:12:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:57 smithi028 ceph-mon[112123]: pgmap v4389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:12:59.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:12:59.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:12:59.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:12:59 smithi138 ceph-mon[117003]: 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-07T07:13:00.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:00.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:00.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:00.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:00.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:12:59 smithi161 ceph-mon[116604]: 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-07T07:13:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:12:59 smithi028 ceph-mon[112123]: 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-07T07:13:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:00 smithi138 ceph-mon[117003]: from='client.129042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:00 smithi161 ceph-mon[116604]: from='client.129042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:00 smithi028 ceph-mon[112123]: from='client.129042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:01 smithi138 ceph-mon[117003]: 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-07T07:13:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:01 smithi161 ceph-mon[116604]: 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-07T07:13:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:01 smithi028 ceph-mon[112123]: 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-07T07:13:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:03 smithi138 ceph-mon[117003]: 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-07T07:13:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:03 smithi161 ceph-mon[116604]: 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-07T07:13:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:03 smithi028 ceph-mon[112123]: 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-07T07:13:05.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:05.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:05.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:06.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:06.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:06.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:06.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:06.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:06 smithi138 ceph-mon[117003]: pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:06 smithi161 ceph-mon[116604]: pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:06 smithi028 ceph-mon[112123]: pgmap v4393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:07 smithi138 ceph-mon[117003]: from='client.129114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:13:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:07 smithi161 ceph-mon[116604]: from='client.129114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:13:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:07 smithi028 ceph-mon[112123]: from='client.129114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:13:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:08 smithi138 ceph-mon[117003]: 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-07T07:13:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:13:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:13:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:13:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:08 smithi161 ceph-mon[116604]: 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-07T07:13:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:13:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:13:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:13:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:08 smithi028 ceph-mon[112123]: 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-07T07:13:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:13:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:13:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:13:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:10 smithi138 ceph-mon[117003]: 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-07T07:13:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:10 smithi161 ceph-mon[116604]: 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-07T07:13:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:10 smithi028 ceph-mon[112123]: 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-07T07:13:11.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:11.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:11.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:11.956 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:11.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:11.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:11.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:11.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:12 smithi138 ceph-mon[117003]: 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-07T07:13:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:12 smithi161 ceph-mon[116604]: 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-07T07:13:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:12 smithi028 ceph-mon[112123]: 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-07T07:13:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:13 smithi138 ceph-mon[117003]: from='client.129192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:13 smithi161 ceph-mon[116604]: from='client.129192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:13 smithi028 ceph-mon[112123]: from='client.129192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:14 smithi138 ceph-mon[117003]: 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-07T07:13:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:14 smithi161 ceph-mon[116604]: 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-07T07:13:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:14 smithi028 ceph-mon[112123]: 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-07T07:13:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:16 smithi138 ceph-mon[117003]: pgmap v4398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:13:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:16 smithi161 ceph-mon[116604]: pgmap v4398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:13:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:16 smithi028 ceph-mon[112123]: pgmap v4398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:13:16.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:16.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:16.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:17.743 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:17.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:17.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:17.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:17.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:18 smithi138 ceph-mon[117003]: pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:18 smithi161 ceph-mon[116604]: pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:18 smithi028 ceph-mon[112123]: pgmap v4399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:19 smithi138 ceph-mon[117003]: from='client.129270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:19.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:19 smithi161 ceph-mon[116604]: from='client.129270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:19 smithi028 ceph-mon[112123]: from='client.129270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:20 smithi138 ceph-mon[117003]: 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-07T07:13:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:20 smithi161 ceph-mon[116604]: 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-07T07:13:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:20 smithi028 ceph-mon[112123]: 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-07T07:13:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:22 smithi138 ceph-mon[117003]: 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-07T07:13:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:22 smithi161 ceph-mon[116604]: 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-07T07:13:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:22 smithi028 ceph-mon[112123]: 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-07T07:13:22.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:22.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:22.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:23.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:23.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:23.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:23.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:23.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:24 smithi138 ceph-mon[117003]: 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-07T07:13:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:24 smithi161 ceph-mon[116604]: 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-07T07:13:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:24 smithi028 ceph-mon[112123]: 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-07T07:13:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:25 smithi138 ceph-mon[117003]: from='client.129348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:25.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:25 smithi161 ceph-mon[116604]: from='client.129348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:25.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:25 smithi028 ceph-mon[112123]: from='client.129348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:26 smithi161 ceph-mon[116604]: pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:13:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:26 smithi028 ceph-mon[112123]: pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:13:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:26 smithi138 ceph-mon[117003]: pgmap v4403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:13:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:28 smithi161 ceph-mon[116604]: pgmap v4404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:28 smithi028 ceph-mon[112123]: pgmap v4404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:28.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:28.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:28.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:28 smithi138 ceph-mon[117003]: pgmap v4404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:29.291 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:29.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:29.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:29.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:29.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:30 smithi161 ceph-mon[116604]: 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-07T07:13:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:30 smithi161 ceph-mon[116604]: from='client.129426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:30 smithi028 ceph-mon[112123]: 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-07T07:13:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:30 smithi028 ceph-mon[112123]: from='client.129426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:30 smithi138 ceph-mon[117003]: 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-07T07:13:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:30 smithi138 ceph-mon[117003]: from='client.129426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:32 smithi161 ceph-mon[116604]: pgmap v4406: 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-07T07:13:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:32 smithi028 ceph-mon[112123]: pgmap v4406: 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-07T07:13:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:32 smithi138 ceph-mon[117003]: pgmap v4406: 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-07T07:13:34.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:34.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:34.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:34 smithi161 ceph-mon[116604]: pgmap v4407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:13:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:34 smithi028 ceph-mon[112123]: pgmap v4407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:13:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:34 smithi138 ceph-mon[117003]: pgmap v4407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:13:35.066 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:35.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:35.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:35.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:35.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:36 smithi161 ceph-mon[116604]: 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-07T07:13:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:36 smithi161 ceph-mon[116604]: from='client.129498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:36 smithi028 ceph-mon[112123]: 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-07T07:13:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:36 smithi028 ceph-mon[112123]: from='client.129498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:36 smithi138 ceph-mon[117003]: 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-07T07:13:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:36 smithi138 ceph-mon[117003]: from='client.129498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:38 smithi161 ceph-mon[116604]: pgmap v4409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:13:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:38 smithi028 ceph-mon[112123]: pgmap v4409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:13:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:38 smithi138 ceph-mon[117003]: pgmap v4409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:13:40.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:40.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:40.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:40 smithi161 ceph-mon[116604]: 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-07T07:13:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:40 smithi028 ceph-mon[112123]: 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-07T07:13:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:40 smithi138 ceph-mon[117003]: 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-07T07:13:40.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:40.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:40.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:40.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:40.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:42 smithi161 ceph-mon[116604]: 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-07T07:13:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:42 smithi161 ceph-mon[116604]: from='client.129576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:42 smithi028 ceph-mon[112123]: 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-07T07:13:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:42 smithi028 ceph-mon[112123]: from='client.129576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:42 smithi138 ceph-mon[117003]: 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-07T07:13:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:42 smithi138 ceph-mon[117003]: from='client.129576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:44 smithi161 ceph-mon[116604]: pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:13:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:44 smithi028 ceph-mon[112123]: pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:13:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:44 smithi138 ceph-mon[117003]: pgmap v4412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:13:45.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:45.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:45.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:46 smithi161 ceph-mon[116604]: pgmap v4413: 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-07T07:13:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:46 smithi028 ceph-mon[112123]: pgmap v4413: 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-07T07:13:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:46 smithi138 ceph-mon[117003]: pgmap v4413: 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-07T07:13:46.620 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:46.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:46.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:46.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:46.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:48 smithi161 ceph-mon[116604]: from='client.129654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:48 smithi161 ceph-mon[116604]: 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-07T07:13:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:48 smithi028 ceph-mon[112123]: from='client.129654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:48 smithi028 ceph-mon[112123]: 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-07T07:13:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:48 smithi138 ceph-mon[117003]: from='client.129654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:48 smithi138 ceph-mon[117003]: 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-07T07:13:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:50 smithi161 ceph-mon[116604]: 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-07T07:13:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:50 smithi028 ceph-mon[112123]: 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-07T07:13:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:50 smithi138 ceph-mon[117003]: 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-07T07:13:51.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:51.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:51.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:51 smithi161 ceph-mon[116604]: 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-07T07:13:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:51 smithi028 ceph-mon[112123]: 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-07T07:13:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:51 smithi138 ceph-mon[117003]: 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-07T07:13:52.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:52.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:52.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:52.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:52.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:52 smithi161 ceph-mon[116604]: from='client.129732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:52 smithi028 ceph-mon[112123]: from='client.129732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:52 smithi138 ceph-mon[117003]: from='client.129732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:53 smithi161 ceph-mon[116604]: 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-07T07:13:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:53 smithi028 ceph-mon[112123]: 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-07T07:13:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:53 smithi138 ceph-mon[117003]: 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-07T07:13:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:55 smithi161 ceph-mon[116604]: pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:13:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:55 smithi028 ceph-mon[112123]: pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:13:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:55 smithi138 ceph-mon[117003]: pgmap v4418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:13:57.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:13:57.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:13:57.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:13:58.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:13:58.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:13:58.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:13:58.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:13:58.182 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:13:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:57 smithi028 ceph-mon[112123]: pgmap v4419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:57 smithi138 ceph-mon[117003]: pgmap v4419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:57 smithi161 ceph-mon[116604]: pgmap v4419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:13:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:58 smithi028 ceph-mon[112123]: from='client.129810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:58 smithi138 ceph-mon[117003]: from='client.129810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:13:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:58 smithi161 ceph-mon[116604]: from='client.129810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:13:59 smithi028 ceph-mon[112123]: 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-07T07:14:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:13:59 smithi138 ceph-mon[117003]: 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-07T07:14:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:13:59 smithi161 ceph-mon[116604]: 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-07T07:14:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:01 smithi028 ceph-mon[112123]: 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-07T07:14:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:01 smithi138 ceph-mon[117003]: 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-07T07:14:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:01 smithi161 ceph-mon[116604]: 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-07T07:14:03.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:03.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:03.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:03.957 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:03.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:03.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:03.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:03.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:03 smithi028 ceph-mon[112123]: 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-07T07:14:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:03 smithi138 ceph-mon[117003]: 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-07T07:14:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:03 smithi161 ceph-mon[116604]: 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-07T07:14:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:04 smithi028 ceph-mon[112123]: from='client.129888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:04 smithi138 ceph-mon[117003]: from='client.129888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:04 smithi161 ceph-mon[116604]: from='client.129888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:05 smithi028 ceph-mon[112123]: pgmap v4423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:14:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:05 smithi138 ceph-mon[117003]: pgmap v4423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:14:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:05 smithi161 ceph-mon[116604]: pgmap v4423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:14:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:07 smithi028 ceph-mon[112123]: pgmap v4424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:14:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:14:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:14:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:14:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:07 smithi138 ceph-mon[117003]: pgmap v4424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:14:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:14:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:14:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:14:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:07 smithi161 ceph-mon[116604]: pgmap v4424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:14:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:14:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:14:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:14:08.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:08.959 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:08.959 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:09.741 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:09.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:09.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:09.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:09.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:09 smithi028 ceph-mon[112123]: 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-07T07:14:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:09 smithi138 ceph-mon[117003]: 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-07T07:14:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:09 smithi161 ceph-mon[116604]: 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-07T07:14:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:10 smithi138 ceph-mon[117003]: from='client.129966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:10 smithi161 ceph-mon[116604]: from='client.129966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:10 smithi028 ceph-mon[112123]: from='client.129966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:11 smithi138 ceph-mon[117003]: pgmap v4426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:11 smithi161 ceph-mon[116604]: pgmap v4426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:11 smithi028 ceph-mon[112123]: pgmap v4426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:13 smithi138 ceph-mon[117003]: pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:14:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:13 smithi161 ceph-mon[116604]: pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:14:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:13 smithi028 ceph-mon[112123]: pgmap v4427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:14:14.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:14.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:14.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:15.522 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:15.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:15.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:15.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:15.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:15 smithi138 ceph-mon[117003]: 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-07T07:14:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:15 smithi161 ceph-mon[116604]: 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-07T07:14:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:15 smithi028 ceph-mon[112123]: 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-07T07:14:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:16 smithi138 ceph-mon[117003]: from='client.130044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:16 smithi161 ceph-mon[116604]: from='client.130044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:16 smithi028 ceph-mon[112123]: from='client.130044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:17 smithi138 ceph-mon[117003]: pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:14:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:17 smithi161 ceph-mon[116604]: pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:14:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:17 smithi028 ceph-mon[112123]: pgmap v4429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:14:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:19 smithi138 ceph-mon[117003]: 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-07T07:14:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:19 smithi161 ceph-mon[116604]: 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-07T07:14:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:19 smithi028 ceph-mon[112123]: 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-07T07:14:20.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:20.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:20.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:21.291 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:21.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:21.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:21.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:21.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:21 smithi138 ceph-mon[117003]: 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-07T07:14:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:21 smithi138 ceph-mon[117003]: from='client.130122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:21 smithi161 ceph-mon[116604]: 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-07T07:14:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:21 smithi161 ceph-mon[116604]: from='client.130122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:21 smithi028 ceph-mon[112123]: 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-07T07:14:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:21 smithi028 ceph-mon[112123]: from='client.130122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:23 smithi138 ceph-mon[117003]: pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:23 smithi161 ceph-mon[116604]: pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:23 smithi028 ceph-mon[112123]: pgmap v4432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:25 smithi138 ceph-mon[117003]: pgmap v4433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:14:26.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:26.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:26.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:25 smithi161 ceph-mon[116604]: pgmap v4433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:14:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:25 smithi028 ceph-mon[112123]: pgmap v4433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:14:27.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:27.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:27.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:27.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:27.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:27 smithi138 ceph-mon[117003]: 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-07T07:14:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:27 smithi138 ceph-mon[117003]: from='client.130200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:27 smithi161 ceph-mon[116604]: 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-07T07:14:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:27 smithi161 ceph-mon[116604]: from='client.130200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:27 smithi028 ceph-mon[112123]: 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-07T07:14:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:27 smithi028 ceph-mon[112123]: from='client.130200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:29 smithi138 ceph-mon[117003]: 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-07T07:14:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:29 smithi161 ceph-mon[116604]: 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-07T07:14:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:29 smithi028 ceph-mon[112123]: 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-07T07:14:32.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:32.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:32.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:32 smithi138 ceph-mon[117003]: 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-07T07:14:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:32 smithi161 ceph-mon[116604]: 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-07T07:14:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:32 smithi028 ceph-mon[112123]: 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-07T07:14:32.846 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:32.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:32.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:32.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:32.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:34 smithi138 ceph-mon[117003]: 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-07T07:14:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:34 smithi138 ceph-mon[117003]: from='client.130272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:34 smithi161 ceph-mon[116604]: 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-07T07:14:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:34 smithi161 ceph-mon[116604]: from='client.130272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:34 smithi028 ceph-mon[112123]: 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-07T07:14:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:34 smithi028 ceph-mon[112123]: from='client.130272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:36 smithi138 ceph-mon[117003]: pgmap v4438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:14:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:36 smithi161 ceph-mon[116604]: pgmap v4438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:14:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:36 smithi028 ceph-mon[112123]: pgmap v4438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:14:37.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:37.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:37.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:38 smithi138 ceph-mon[117003]: pgmap v4439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:38 smithi161 ceph-mon[116604]: pgmap v4439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:38 smithi028 ceph-mon[112123]: pgmap v4439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:38.623 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:38.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:38.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:38.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:38.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:40 smithi138 ceph-mon[117003]: from='client.130347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:40 smithi138 ceph-mon[117003]: 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-07T07:14:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:40 smithi161 ceph-mon[116604]: from='client.130347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:40 smithi161 ceph-mon[116604]: 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-07T07:14:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:40 smithi028 ceph-mon[112123]: from='client.130347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:40 smithi028 ceph-mon[112123]: 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-07T07:14:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:42 smithi138 ceph-mon[117003]: 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-07T07:14:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:42 smithi161 ceph-mon[116604]: 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-07T07:14:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:42 smithi028 ceph-mon[112123]: 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-07T07:14:43.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:43.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:43.626 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:44 smithi138 ceph-mon[117003]: 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-07T07:14:44.392 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:44.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:44.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:44.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:44.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:44 smithi161 ceph-mon[116604]: 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-07T07:14:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:44 smithi028 ceph-mon[112123]: 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-07T07:14:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:45 smithi138 ceph-mon[117003]: from='client.130425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:45 smithi161 ceph-mon[116604]: from='client.130425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:45.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:45 smithi028 ceph-mon[112123]: from='client.130425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:46 smithi138 ceph-mon[117003]: pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:14:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:46 smithi161 ceph-mon[116604]: pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:14:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:46 smithi028 ceph-mon[112123]: pgmap v4443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:14:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:48 smithi138 ceph-mon[117003]: pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:14:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:48 smithi161 ceph-mon[116604]: pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:14:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:48 smithi028 ceph-mon[112123]: pgmap v4444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:14:49.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:49.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:49.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:50.177 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:50.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:50.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:50.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:50.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:50 smithi138 ceph-mon[117003]: pgmap v4445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:14:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:50 smithi161 ceph-mon[116604]: pgmap v4445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:14:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:50 smithi028 ceph-mon[112123]: pgmap v4445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:14:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:51 smithi138 ceph-mon[117003]: from='client.130503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:51 smithi161 ceph-mon[116604]: from='client.130503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:51 smithi028 ceph-mon[112123]: from='client.130503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:52 smithi138 ceph-mon[117003]: pgmap v4446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:52 smithi161 ceph-mon[116604]: pgmap v4446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:52 smithi028 ceph-mon[112123]: pgmap v4446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:14:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:54 smithi138 ceph-mon[117003]: pgmap v4447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:14:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:54 smithi161 ceph-mon[116604]: pgmap v4447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:14:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:54 smithi028 ceph-mon[112123]: pgmap v4447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:14:55.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:14:55.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:14:55.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:14:55.948 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:14:55.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:14:55.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:14:55.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:14:55.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:14:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:56 smithi161 ceph-mon[116604]: 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-07T07:14:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:56 smithi028 ceph-mon[112123]: 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-07T07:14:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:56 smithi138 ceph-mon[117003]: 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-07T07:14:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:57 smithi161 ceph-mon[116604]: from='client.130578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:57 smithi028 ceph-mon[112123]: from='client.130578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:57 smithi138 ceph-mon[117003]: from='client.130578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:14:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:14:58 smithi161 ceph-mon[116604]: pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:14:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:14:58 smithi028 ceph-mon[112123]: pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:14:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:14:58 smithi138 ceph-mon[117003]: pgmap v4449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:15:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:00 smithi161 ceph-mon[116604]: pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:15:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:00 smithi028 ceph-mon[112123]: pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:15:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:00 smithi138 ceph-mon[117003]: pgmap v4450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:15:00.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:00.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:00.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:01.718 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:01.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:01.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:01.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:01.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:02 smithi161 ceph-mon[116604]: pgmap v4451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:15:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:02 smithi028 ceph-mon[112123]: pgmap v4451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:15:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:02 smithi138 ceph-mon[117003]: pgmap v4451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:15:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:03 smithi161 ceph-mon[116604]: from='client.130653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:03 smithi028 ceph-mon[112123]: from='client.130653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:03 smithi138 ceph-mon[117003]: from='client.130653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:04 smithi161 ceph-mon[116604]: pgmap v4452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:04 smithi028 ceph-mon[112123]: pgmap v4452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:04 smithi138 ceph-mon[117003]: pgmap v4452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:06 smithi161 ceph-mon[116604]: pgmap v4453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:06 smithi028 ceph-mon[112123]: pgmap v4453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:06 smithi138 ceph-mon[117003]: pgmap v4453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:06.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:06.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:06.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:07.512 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:07.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:07.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:07.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:07.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:08 smithi161 ceph-mon[116604]: 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-07T07:15:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:15:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:08 smithi028 ceph-mon[112123]: 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-07T07:15:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:15:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:08 smithi138 ceph-mon[117003]: 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-07T07:15:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:15:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:09 smithi161 ceph-mon[116604]: from='client.130728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:15:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:15:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:15:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:09 smithi028 ceph-mon[112123]: from='client.130728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:15:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:15:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:15:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:09 smithi138 ceph-mon[117003]: from='client.130728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:15:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:15:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:15:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:10 smithi161 ceph-mon[116604]: 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-07T07:15:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:10 smithi028 ceph-mon[112123]: 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-07T07:15:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:10 smithi138 ceph-mon[117003]: 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-07T07:15:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:12 smithi161 ceph-mon[116604]: 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-07T07:15:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:12 smithi028 ceph-mon[112123]: 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-07T07:15:12.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:12.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:12.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:12 smithi138 ceph-mon[117003]: 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-07T07:15:13.291 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:13.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:13.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:13.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:13.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:14 smithi161 ceph-mon[116604]: 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-07T07:15:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:14 smithi161 ceph-mon[116604]: from='client.130800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:14 smithi028 ceph-mon[112123]: 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-07T07:15:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:14 smithi028 ceph-mon[112123]: from='client.130800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:14 smithi138 ceph-mon[117003]: 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-07T07:15:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:14 smithi138 ceph-mon[117003]: from='client.130800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:16 smithi161 ceph-mon[116604]: pgmap v4458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:16 smithi028 ceph-mon[112123]: pgmap v4458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:16 smithi138 ceph-mon[117003]: pgmap v4458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:18.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:18.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:18.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:18 smithi161 ceph-mon[116604]: pgmap v4459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:18 smithi028 ceph-mon[112123]: pgmap v4459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:18 smithi138 ceph-mon[117003]: pgmap v4459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:19.060 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:19.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:19.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:19.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:19.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:20 smithi161 ceph-mon[116604]: 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-07T07:15:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:20 smithi161 ceph-mon[116604]: from='client.130872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:20 smithi028 ceph-mon[112123]: 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-07T07:15:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:20 smithi028 ceph-mon[112123]: from='client.130872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:20 smithi138 ceph-mon[117003]: 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-07T07:15:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:20 smithi138 ceph-mon[117003]: from='client.130872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:22 smithi161 ceph-mon[116604]: 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-07T07:15:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:22 smithi028 ceph-mon[112123]: 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-07T07:15:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:22 smithi138 ceph-mon[117003]: 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-07T07:15:24.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:24.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:24.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:24 smithi161 ceph-mon[116604]: 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-07T07:15:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:24 smithi028 ceph-mon[112123]: 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-07T07:15:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:24 smithi138 ceph-mon[117003]: 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-07T07:15:24.843 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:24.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:24.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:24.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:24.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:25 smithi161 ceph-mon[116604]: pgmap v4463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:25 smithi161 ceph-mon[116604]: from='client.130944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:25 smithi028 ceph-mon[112123]: pgmap v4463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:25 smithi028 ceph-mon[112123]: from='client.130944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:25 smithi138 ceph-mon[117003]: pgmap v4463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:25 smithi138 ceph-mon[117003]: from='client.130944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:27 smithi028 ceph-mon[112123]: pgmap v4464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:15:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:27 smithi138 ceph-mon[117003]: pgmap v4464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:15:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:27 smithi161 ceph-mon[116604]: pgmap v4464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:15:29.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:29.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:29.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:29 smithi028 ceph-mon[112123]: pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:15:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:29 smithi138 ceph-mon[117003]: pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:15:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:29 smithi161 ceph-mon[116604]: pgmap v4465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:15:30.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:30.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:30.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:30.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:30.621 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:31 smithi028 ceph-mon[112123]: from='client.131022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:31 smithi028 ceph-mon[112123]: pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:31 smithi138 ceph-mon[117003]: from='client.131022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:31 smithi138 ceph-mon[117003]: pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:31 smithi161 ceph-mon[116604]: from='client.131022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:31 smithi161 ceph-mon[116604]: pgmap v4466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:33 smithi028 ceph-mon[112123]: pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:15:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:33 smithi138 ceph-mon[117003]: pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:15:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:33 smithi161 ceph-mon[116604]: pgmap v4467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:15:35.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:35.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:35.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:35 smithi028 ceph-mon[112123]: 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-07T07:15:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:35 smithi138 ceph-mon[117003]: 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-07T07:15:36.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:36.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:36.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:36.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:36.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:35 smithi161 ceph-mon[116604]: 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-07T07:15:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:36 smithi138 ceph-mon[117003]: from='client.131097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:36 smithi161 ceph-mon[116604]: from='client.131097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:37.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:36 smithi028 ceph-mon[112123]: from='client.131097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:37 smithi138 ceph-mon[117003]: pgmap v4469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:37 smithi161 ceph-mon[116604]: pgmap v4469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:37 smithi028 ceph-mon[112123]: pgmap v4469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:39 smithi138 ceph-mon[117003]: pgmap v4470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:39 smithi161 ceph-mon[116604]: pgmap v4470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:39 smithi028 ceph-mon[112123]: pgmap v4470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:41.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:41.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:41.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:42.171 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:42.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:42.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:42.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:42.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:41 smithi138 ceph-mon[117003]: pgmap v4471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:41 smithi161 ceph-mon[116604]: pgmap v4471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:41 smithi028 ceph-mon[112123]: pgmap v4471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:42 smithi138 ceph-mon[117003]: from='client.131172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:42 smithi161 ceph-mon[116604]: from='client.131172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:43.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:42 smithi028 ceph-mon[112123]: from='client.131172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:43 smithi138 ceph-mon[117003]: pgmap v4472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:43 smithi161 ceph-mon[116604]: pgmap v4472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:43 smithi028 ceph-mon[112123]: pgmap v4472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:45 smithi138 ceph-mon[117003]: pgmap v4473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:45 smithi161 ceph-mon[116604]: pgmap v4473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:45 smithi028 ceph-mon[112123]: pgmap v4473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:47.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:47.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:47.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:47.935 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:47.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:47.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:47.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:47.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:47 smithi138 ceph-mon[117003]: 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-07T07:15:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:47 smithi161 ceph-mon[116604]: 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-07T07:15:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:47 smithi028 ceph-mon[112123]: 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-07T07:15:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:48 smithi138 ceph-mon[117003]: from='client.131247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:48 smithi161 ceph-mon[116604]: from='client.131247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:49.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:48 smithi028 ceph-mon[112123]: from='client.131247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:49 smithi138 ceph-mon[117003]: 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-07T07:15:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:49 smithi161 ceph-mon[116604]: 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-07T07:15:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:49 smithi028 ceph-mon[112123]: 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-07T07:15:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:51 smithi138 ceph-mon[117003]: 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-07T07:15:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:51 smithi161 ceph-mon[116604]: 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-07T07:15:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:51 smithi028 ceph-mon[112123]: 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-07T07:15:52.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:52.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:52.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:53.711 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:53.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:53.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:53.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:53.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:15:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:53 smithi138 ceph-mon[117003]: 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-07T07:15:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:53 smithi161 ceph-mon[116604]: 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-07T07:15:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:53 smithi028 ceph-mon[112123]: 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-07T07:15:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:55 smithi138 ceph-mon[117003]: from='client.131322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:55 smithi161 ceph-mon[116604]: from='client.131322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:55 smithi028 ceph-mon[112123]: from='client.131322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:15:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:56 smithi138 ceph-mon[117003]: pgmap v4478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:56 smithi161 ceph-mon[116604]: pgmap v4478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:56 smithi028 ceph-mon[112123]: pgmap v4478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:15:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:15:58 smithi138 ceph-mon[117003]: pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:15:58 smithi161 ceph-mon[116604]: pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:15:58 smithi028 ceph-mon[112123]: pgmap v4479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:15:58.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:15:58.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:15:58.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:15:59.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:15:59.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:15:59.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:15:59.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:15:59.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:00 smithi138 ceph-mon[117003]: 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-07T07:16:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:00 smithi161 ceph-mon[116604]: 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-07T07:16:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:00 smithi028 ceph-mon[112123]: 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-07T07:16:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:01 smithi138 ceph-mon[117003]: from='client.131400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:01 smithi161 ceph-mon[116604]: from='client.131400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:01 smithi028 ceph-mon[112123]: from='client.131400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:02 smithi138 ceph-mon[117003]: pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:02 smithi161 ceph-mon[116604]: pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:02 smithi028 ceph-mon[112123]: pgmap v4481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:04 smithi138 ceph-mon[117003]: pgmap v4482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:04 smithi161 ceph-mon[116604]: pgmap v4482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:04 smithi028 ceph-mon[112123]: pgmap v4482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:04.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:04.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:04.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:05.271 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:05.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:05.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:05.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:05.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:06 smithi138 ceph-mon[117003]: pgmap v4483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:06 smithi138 ceph-mon[117003]: from='client.131478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:06 smithi161 ceph-mon[116604]: pgmap v4483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:06 smithi161 ceph-mon[116604]: from='client.131478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:06 smithi028 ceph-mon[112123]: pgmap v4483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:06 smithi028 ceph-mon[112123]: from='client.131478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:08 smithi138 ceph-mon[117003]: pgmap v4484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:08 smithi161 ceph-mon[116604]: pgmap v4484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:08 smithi028 ceph-mon[112123]: pgmap v4484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:16:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:16:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:16:10.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:10.273 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:10.273 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:10 smithi138 ceph-mon[117003]: pgmap v4485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:16:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:16:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:16:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:10 smithi161 ceph-mon[116604]: pgmap v4485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:16:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:16:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:16:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:10 smithi028 ceph-mon[112123]: pgmap v4485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:16:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:16:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:16:11.068 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:11.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:11.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:11.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:11.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:12 smithi138 ceph-mon[117003]: pgmap v4486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:12 smithi138 ceph-mon[117003]: from='client.131553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:12 smithi161 ceph-mon[116604]: pgmap v4486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:12 smithi161 ceph-mon[116604]: from='client.131553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:12 smithi028 ceph-mon[112123]: pgmap v4486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:12 smithi028 ceph-mon[112123]: from='client.131553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:14 smithi138 ceph-mon[117003]: pgmap v4487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:14 smithi161 ceph-mon[116604]: pgmap v4487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:14 smithi028 ceph-mon[112123]: pgmap v4487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:16.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:16.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:16.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:16 smithi138 ceph-mon[117003]: pgmap v4488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:16 smithi161 ceph-mon[116604]: pgmap v4488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:16 smithi028 ceph-mon[112123]: pgmap v4488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:16.834 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:16.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:16.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:16.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:16.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:18 smithi161 ceph-mon[116604]: pgmap v4489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:18 smithi161 ceph-mon[116604]: from='client.131622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:18 smithi028 ceph-mon[112123]: pgmap v4489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:18 smithi028 ceph-mon[112123]: from='client.131622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:18 smithi138 ceph-mon[117003]: pgmap v4489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:18 smithi138 ceph-mon[117003]: from='client.131622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:20 smithi161 ceph-mon[116604]: pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:20 smithi028 ceph-mon[112123]: pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:20 smithi138 ceph-mon[117003]: pgmap v4490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:21.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:21.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:21.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:22 smithi161 ceph-mon[116604]: pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:22 smithi028 ceph-mon[112123]: pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:22 smithi138 ceph-mon[117003]: pgmap v4491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:22.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:22.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:22.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:22.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:22.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:24 smithi161 ceph-mon[116604]: from='client.131694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:24 smithi161 ceph-mon[116604]: pgmap v4492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:24 smithi028 ceph-mon[112123]: from='client.131694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:24 smithi028 ceph-mon[112123]: pgmap v4492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:24 smithi138 ceph-mon[117003]: from='client.131694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:24 smithi138 ceph-mon[117003]: pgmap v4492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:26.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:26 smithi161 ceph-mon[116604]: pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:26 smithi028 ceph-mon[112123]: pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:26 smithi138 ceph-mon[117003]: pgmap v4493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:27.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:27.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:27.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:28.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:28.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:28.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:28.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:28.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:28 smithi161 ceph-mon[116604]: 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-07T07:16:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:28 smithi028 ceph-mon[112123]: 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-07T07:16:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:28 smithi138 ceph-mon[117003]: 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-07T07:16:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:29 smithi161 ceph-mon[116604]: from='client.131769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:29.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:29 smithi028 ceph-mon[112123]: from='client.131769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:29 smithi138 ceph-mon[117003]: from='client.131769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:30 smithi161 ceph-mon[116604]: 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-07T07:16:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:30 smithi028 ceph-mon[112123]: 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-07T07:16:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:30 smithi138 ceph-mon[117003]: 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-07T07:16:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:32 smithi161 ceph-mon[116604]: 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-07T07:16:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:32 smithi028 ceph-mon[112123]: 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-07T07:16:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:32 smithi138 ceph-mon[117003]: 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-07T07:16:33.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:33.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:33.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:34.144 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:34.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:34.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:34.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:34.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:34 smithi161 ceph-mon[116604]: 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-07T07:16:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:34 smithi028 ceph-mon[112123]: 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-07T07:16:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:34 smithi138 ceph-mon[117003]: 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-07T07:16:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:35 smithi161 ceph-mon[116604]: from='client.131844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:35.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:35 smithi028 ceph-mon[112123]: from='client.131844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:35 smithi138 ceph-mon[117003]: from='client.131844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:36 smithi161 ceph-mon[116604]: pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:36 smithi028 ceph-mon[112123]: pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:36 smithi138 ceph-mon[117003]: pgmap v4498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:38 smithi161 ceph-mon[116604]: pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:38 smithi028 ceph-mon[112123]: pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:38 smithi138 ceph-mon[117003]: pgmap v4499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:39.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:39.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:39.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:39.919 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:39.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:39.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:39.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:39.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:40 smithi161 ceph-mon[116604]: 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-07T07:16:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:40 smithi028 ceph-mon[112123]: 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-07T07:16:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:40 smithi138 ceph-mon[117003]: 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-07T07:16:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:41 smithi161 ceph-mon[116604]: from='client.131919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:41 smithi028 ceph-mon[112123]: from='client.131919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:41 smithi138 ceph-mon[117003]: from='client.131919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:42 smithi161 ceph-mon[116604]: pgmap v4501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:42 smithi028 ceph-mon[112123]: pgmap v4501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:42 smithi138 ceph-mon[117003]: pgmap v4501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:44 smithi161 ceph-mon[116604]: pgmap v4502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:44 smithi028 ceph-mon[112123]: pgmap v4502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:44 smithi138 ceph-mon[117003]: pgmap v4502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:44.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:44.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:44.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:45.701 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:45.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:45.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:45.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:45.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:46 smithi161 ceph-mon[116604]: pgmap v4503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:46 smithi028 ceph-mon[112123]: pgmap v4503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:46 smithi138 ceph-mon[117003]: pgmap v4503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:47 smithi161 ceph-mon[116604]: from='client.131994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:47 smithi028 ceph-mon[112123]: from='client.131994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:47 smithi138 ceph-mon[117003]: from='client.131994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:48 smithi161 ceph-mon[116604]: pgmap v4504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:48 smithi028 ceph-mon[112123]: pgmap v4504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:48 smithi138 ceph-mon[117003]: pgmap v4504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:50 smithi161 ceph-mon[116604]: pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:50 smithi028 ceph-mon[112123]: pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:50 smithi138 ceph-mon[117003]: pgmap v4505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:16:50.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:50.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:50.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:51.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:51.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:51.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:51.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:51.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:52 smithi161 ceph-mon[116604]: 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-07T07:16:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:52 smithi161 ceph-mon[116604]: from='client.132072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:52 smithi028 ceph-mon[112123]: 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-07T07:16:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:52 smithi028 ceph-mon[112123]: from='client.132072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:52 smithi138 ceph-mon[117003]: 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-07T07:16:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:52 smithi138 ceph-mon[117003]: from='client.132072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:54 smithi161 ceph-mon[116604]: pgmap v4507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:54 smithi028 ceph-mon[112123]: pgmap v4507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:54 smithi138 ceph-mon[117003]: pgmap v4507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:55 smithi161 ceph-mon[116604]: pgmap v4508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:55 smithi028 ceph-mon[112123]: pgmap v4508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:55 smithi138 ceph-mon[117003]: pgmap v4508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:16:56.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:16:56.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:16:56.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:16:57.255 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:16:57.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:16:57.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:16:57.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:16:57.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:16:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:57 smithi138 ceph-mon[117003]: pgmap v4509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:57 smithi138 ceph-mon[117003]: from='client.132147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:57 smithi161 ceph-mon[116604]: pgmap v4509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:57 smithi161 ceph-mon[116604]: from='client.132147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:16:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:57 smithi028 ceph-mon[112123]: pgmap v4509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:16:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:57 smithi028 ceph-mon[112123]: from='client.132147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:16:59 smithi138 ceph-mon[117003]: pgmap v4510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:16:59 smithi161 ceph-mon[116604]: pgmap v4510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:16:59 smithi028 ceph-mon[112123]: pgmap v4510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:02.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:02.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:02.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:01 smithi138 ceph-mon[117003]: pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:01 smithi161 ceph-mon[116604]: pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:01 smithi028 ceph-mon[112123]: pgmap v4511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:03.037 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:03.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:03.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:03.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:03.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:03 smithi138 ceph-mon[117003]: 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-07T07:17:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:03 smithi138 ceph-mon[117003]: from='client.132219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:03 smithi161 ceph-mon[116604]: 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-07T07:17:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:03 smithi161 ceph-mon[116604]: from='client.132219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:03 smithi028 ceph-mon[112123]: 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-07T07:17:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:03 smithi028 ceph-mon[112123]: from='client.132219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:05 smithi138 ceph-mon[117003]: 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-07T07:17:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:05 smithi161 ceph-mon[116604]: 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-07T07:17:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:05 smithi028 ceph-mon[112123]: 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-07T07:17:08.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:08.039 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:08.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:07 smithi138 ceph-mon[117003]: 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-07T07:17:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:07 smithi161 ceph-mon[116604]: 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-07T07:17:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:07 smithi028 ceph-mon[112123]: 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-07T07:17:08.801 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:08.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:08.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:08.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:08.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:09 smithi138 ceph-mon[117003]: 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-07T07:17:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:09 smithi138 ceph-mon[117003]: from='client.132297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:17:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:09 smithi161 ceph-mon[116604]: 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-07T07:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:09 smithi161 ceph-mon[116604]: from='client.132297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:09 smithi028 ceph-mon[112123]: 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-07T07:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:09 smithi028 ceph-mon[112123]: from='client.132297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:17:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:17:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:17:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:17:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:17:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:17:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:17:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:11 smithi138 ceph-mon[117003]: 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-07T07:17:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:11 smithi161 ceph-mon[116604]: 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-07T07:17:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:11 smithi028 ceph-mon[112123]: 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-07T07:17:13.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:13.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:13.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:13 smithi138 ceph-mon[117003]: 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-07T07:17:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:13 smithi161 ceph-mon[116604]: 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-07T07:17:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:13 smithi028 ceph-mon[112123]: 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-07T07:17:14.580 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:14.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:14.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:14.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:14.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:15 smithi138 ceph-mon[117003]: from='client.132372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:15 smithi138 ceph-mon[117003]: pgmap v4518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:15 smithi161 ceph-mon[116604]: from='client.132372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:15 smithi161 ceph-mon[116604]: pgmap v4518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:15 smithi028 ceph-mon[112123]: from='client.132372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:15 smithi028 ceph-mon[112123]: pgmap v4518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:18 smithi138 ceph-mon[117003]: pgmap v4519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:18 smithi161 ceph-mon[116604]: pgmap v4519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:17 smithi028 ceph-mon[112123]: pgmap v4519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:19.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:19.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:19.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:20 smithi138 ceph-mon[117003]: pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:20.350 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:20.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:20.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:20.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:20.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:20 smithi161 ceph-mon[116604]: pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:20 smithi028 ceph-mon[112123]: pgmap v4520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:21 smithi138 ceph-mon[117003]: from='client.132450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:21 smithi161 ceph-mon[116604]: from='client.132450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:21 smithi028 ceph-mon[112123]: from='client.132450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:22 smithi138 ceph-mon[117003]: pgmap v4521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:22 smithi161 ceph-mon[116604]: pgmap v4521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:22 smithi028 ceph-mon[112123]: pgmap v4521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:24 smithi138 ceph-mon[117003]: pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:24 smithi161 ceph-mon[116604]: pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:24 smithi028 ceph-mon[112123]: pgmap v4522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:25.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:25.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:25.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:26.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:26.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:26.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:26.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:26.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:26 smithi138 ceph-mon[117003]: pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:26 smithi161 ceph-mon[116604]: pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:26 smithi028 ceph-mon[112123]: pgmap v4523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:27 smithi138 ceph-mon[117003]: from='client.132528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:27 smithi161 ceph-mon[116604]: from='client.132528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:27 smithi028 ceph-mon[112123]: from='client.132528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:28 smithi138 ceph-mon[117003]: 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-07T07:17:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:28 smithi161 ceph-mon[116604]: 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-07T07:17:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:28 smithi028 ceph-mon[112123]: 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-07T07:17:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:30 smithi138 ceph-mon[117003]: 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-07T07:17:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:30 smithi161 ceph-mon[116604]: 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-07T07:17:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:30 smithi028 ceph-mon[112123]: 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-07T07:17:31.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:31.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:31.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:31.906 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:31.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:31.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:31.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:31.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:32 smithi138 ceph-mon[117003]: pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:32 smithi161 ceph-mon[116604]: pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:32 smithi028 ceph-mon[112123]: pgmap v4526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:33 smithi138 ceph-mon[117003]: from='client.132603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:33 smithi161 ceph-mon[116604]: from='client.132603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:33.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:33 smithi028 ceph-mon[112123]: from='client.132603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:34 smithi138 ceph-mon[117003]: pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:34 smithi161 ceph-mon[116604]: pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:34 smithi028 ceph-mon[112123]: pgmap v4527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:36 smithi138 ceph-mon[117003]: pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:36 smithi161 ceph-mon[116604]: pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:36 smithi028 ceph-mon[112123]: pgmap v4528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:36.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:36.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:36.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:37.675 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:37.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:37.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:37.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:37.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:38 smithi138 ceph-mon[117003]: pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:38 smithi161 ceph-mon[116604]: pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:38 smithi028 ceph-mon[112123]: pgmap v4529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:39 smithi161 ceph-mon[116604]: from='client.132675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:39 smithi028 ceph-mon[112123]: from='client.132675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:39 smithi138 ceph-mon[117003]: from='client.132675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:40 smithi161 ceph-mon[116604]: pgmap v4530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:40 smithi028 ceph-mon[112123]: pgmap v4530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:40 smithi138 ceph-mon[117003]: pgmap v4530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:42 smithi161 ceph-mon[116604]: pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:42 smithi028 ceph-mon[112123]: pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:42 smithi138 ceph-mon[117003]: pgmap v4531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:17:42.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:42.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:42.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:43.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:43.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:43.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:43.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:43.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:44 smithi161 ceph-mon[116604]: 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-07T07:17:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:44 smithi161 ceph-mon[116604]: from='client.132753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:44 smithi028 ceph-mon[112123]: 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-07T07:17:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:44 smithi028 ceph-mon[112123]: from='client.132753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:44 smithi138 ceph-mon[117003]: 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-07T07:17:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:44 smithi138 ceph-mon[117003]: from='client.132753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:46 smithi161 ceph-mon[116604]: 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-07T07:17:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:46 smithi028 ceph-mon[112123]: 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-07T07:17:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:46 smithi138 ceph-mon[117003]: 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-07T07:17:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:48 smithi161 ceph-mon[116604]: 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-07T07:17:48.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:48.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:48.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:48 smithi028 ceph-mon[112123]: 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-07T07:17:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:48 smithi138 ceph-mon[117003]: 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-07T07:17:49.219 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:49.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:49.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:49.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:49.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:50 smithi161 ceph-mon[116604]: 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-07T07:17:50.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:50 smithi161 ceph-mon[116604]: from='client.132828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:50 smithi028 ceph-mon[112123]: 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-07T07:17:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:50 smithi028 ceph-mon[112123]: from='client.132828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:50 smithi138 ceph-mon[117003]: 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-07T07:17:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:50 smithi138 ceph-mon[117003]: from='client.132828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:52 smithi161 ceph-mon[116604]: pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:17:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:52 smithi028 ceph-mon[112123]: pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:17:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:52 smithi138 ceph-mon[117003]: pgmap v4536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:17:54.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:54.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:54.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:17:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:54 smithi161 ceph-mon[116604]: pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:17:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:54 smithi028 ceph-mon[112123]: pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:17:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:54 smithi138 ceph-mon[117003]: pgmap v4537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:17:54.993 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:17:54.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:17:54.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:17:54.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:17:54.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:17:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:56 smithi161 ceph-mon[116604]: pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:56 smithi161 ceph-mon[116604]: from='client.132903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:56 smithi028 ceph-mon[112123]: pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:56 smithi028 ceph-mon[112123]: from='client.132903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:56 smithi138 ceph-mon[117003]: pgmap v4538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:17:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:56 smithi138 ceph-mon[117003]: from='client.132903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:17:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:17:58 smithi161 ceph-mon[116604]: pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:17:58 smithi028 ceph-mon[112123]: pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:17:58 smithi138 ceph-mon[117003]: pgmap v4539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:17:59.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:17:59.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:17:59.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:00 smithi161 ceph-mon[116604]: pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:00 smithi028 ceph-mon[112123]: pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:00 smithi138 ceph-mon[117003]: pgmap v4540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:00.764 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:00.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:00.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:00.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:00.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:02 smithi161 ceph-mon[116604]: pgmap v4541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:02 smithi161 ceph-mon[116604]: from='client.132975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:02 smithi028 ceph-mon[112123]: pgmap v4541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:02 smithi028 ceph-mon[112123]: from='client.132975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:02 smithi138 ceph-mon[117003]: pgmap v4541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:02 smithi138 ceph-mon[117003]: from='client.132975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:04 smithi161 ceph-mon[116604]: pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:18:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:04 smithi028 ceph-mon[112123]: pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:18:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:04 smithi138 ceph-mon[117003]: pgmap v4542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:18:05.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:05.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:05.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:06 smithi161 ceph-mon[116604]: pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:18:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:06 smithi028 ceph-mon[112123]: pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:18:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:06 smithi138 ceph-mon[117003]: pgmap v4543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:18:06.552 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:06.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:06.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:06.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:06.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:08 smithi161 ceph-mon[116604]: from='client.133050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:08 smithi161 ceph-mon[116604]: 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-07T07:18:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:08 smithi028 ceph-mon[112123]: from='client.133050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:08 smithi028 ceph-mon[112123]: 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-07T07:18:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:08 smithi138 ceph-mon[117003]: from='client.133050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:08 smithi138 ceph-mon[117003]: 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-07T07:18:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:10 smithi161 ceph-mon[116604]: 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-07T07:18:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:10 smithi028 ceph-mon[112123]: 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-07T07:18:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:10 smithi138 ceph-mon[117003]: 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-07T07:18:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:18:11.445 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:18:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:18:11.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:11.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:11.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:12.128 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:12 smithi028 ceph-mon[112123]: pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:12.377 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:12.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:12.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:12.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:12.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:12 smithi161 ceph-mon[116604]: pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:12 smithi138 ceph-mon[117003]: pgmap v4546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:13.241 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:13 smithi138 ceph-mon[117003]: from='client.104108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:13.271 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:13 smithi161 ceph-mon[116604]: from='client.104108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:13.386 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:13 smithi028 ceph-mon[112123]: from='client.104108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:18:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:18:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: pgmap v4547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:18:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:18:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:18:16.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:16 smithi161 ceph-mon[116604]: pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:16 smithi028 ceph-mon[112123]: pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:16 smithi138 ceph-mon[117003]: pgmap v4548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:17.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:17.380 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:17.380 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:18.151 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:18.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:18.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:18.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:18.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:18 smithi161 ceph-mon[116604]: pgmap v4549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:18 smithi028 ceph-mon[112123]: pgmap v4549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:18 smithi138 ceph-mon[117003]: pgmap v4549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:19 smithi161 ceph-mon[116604]: from='client.133200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:19 smithi028 ceph-mon[112123]: from='client.133200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:19 smithi138 ceph-mon[117003]: from='client.133200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:20 smithi161 ceph-mon[116604]: pgmap v4550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:20 smithi028 ceph-mon[112123]: pgmap v4550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:20 smithi138 ceph-mon[117003]: pgmap v4550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:22 smithi161 ceph-mon[116604]: pgmap v4551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:22 smithi028 ceph-mon[112123]: pgmap v4551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:22 smithi138 ceph-mon[117003]: pgmap v4551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:23.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:23.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:23.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:23.924 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:23.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:23.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:23.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:23.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:24.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:24 smithi161 ceph-mon[116604]: 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-07T07:18:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:24 smithi028 ceph-mon[112123]: 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-07T07:18:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:24 smithi138 ceph-mon[117003]: 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-07T07:18:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:25 smithi161 ceph-mon[116604]: from='client.133269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:25 smithi028 ceph-mon[112123]: from='client.133269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:25 smithi138 ceph-mon[117003]: from='client.133269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:26 smithi161 ceph-mon[116604]: 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-07T07:18:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:26 smithi028 ceph-mon[112123]: 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-07T07:18:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:26 smithi138 ceph-mon[117003]: 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-07T07:18:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:28 smithi161 ceph-mon[116604]: 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-07T07:18:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:28 smithi028 ceph-mon[112123]: 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-07T07:18:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:28 smithi138 ceph-mon[117003]: 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-07T07:18:28.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:28.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:28.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:29.701 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:29.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:29.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:29.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:29.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:30 smithi161 ceph-mon[116604]: 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-07T07:18:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:30 smithi028 ceph-mon[112123]: 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-07T07:18:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:30 smithi138 ceph-mon[117003]: 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-07T07:18:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:31 smithi161 ceph-mon[116604]: from='client.133347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:31.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:31 smithi028 ceph-mon[112123]: from='client.133347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:31 smithi138 ceph-mon[117003]: from='client.133347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:32 smithi161 ceph-mon[116604]: pgmap v4556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:32 smithi028 ceph-mon[112123]: pgmap v4556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:32 smithi138 ceph-mon[117003]: pgmap v4556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:33 smithi161 ceph-mon[116604]: pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:33.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:33 smithi028 ceph-mon[112123]: pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:33 smithi138 ceph-mon[117003]: pgmap v4557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:34.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:34.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:34.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:35.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:35.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:35.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:35.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:35.484 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:35 smithi161 ceph-mon[116604]: pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:35 smithi161 ceph-mon[116604]: from='client.133422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:35 smithi028 ceph-mon[112123]: pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:35 smithi028 ceph-mon[112123]: from='client.133422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:35 smithi138 ceph-mon[117003]: pgmap v4558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:35 smithi138 ceph-mon[117003]: from='client.133422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:37 smithi138 ceph-mon[117003]: pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:37 smithi161 ceph-mon[116604]: pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:37 smithi028 ceph-mon[112123]: pgmap v4559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:39 smithi138 ceph-mon[117003]: pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:40.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:39 smithi161 ceph-mon[116604]: pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:39 smithi028 ceph-mon[112123]: pgmap v4560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:18:40.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:40.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:40.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:41.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:41.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:41.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:41.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:41.262 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:41 smithi138 ceph-mon[117003]: pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:41 smithi138 ceph-mon[117003]: from='client.133494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:42 smithi161 ceph-mon[116604]: pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:42 smithi161 ceph-mon[116604]: from='client.133494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:41 smithi028 ceph-mon[112123]: pgmap v4561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:41 smithi028 ceph-mon[112123]: from='client.133494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:44 smithi138 ceph-mon[117003]: 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-07T07:18:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:44 smithi161 ceph-mon[116604]: 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-07T07:18:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:44 smithi028 ceph-mon[112123]: 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-07T07:18:46.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:46.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:46.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:46 smithi138 ceph-mon[117003]: 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-07T07:18:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:46 smithi161 ceph-mon[116604]: 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-07T07:18:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:46 smithi028 ceph-mon[112123]: 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-07T07:18:47.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:48 smithi138 ceph-mon[117003]: 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-07T07:18:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:48 smithi138 ceph-mon[117003]: from='client.133569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:48 smithi161 ceph-mon[116604]: 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-07T07:18:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:48 smithi161 ceph-mon[116604]: from='client.133569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:48 smithi028 ceph-mon[112123]: 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-07T07:18:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:48 smithi028 ceph-mon[112123]: from='client.133569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:50 smithi138 ceph-mon[117003]: 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-07T07:18:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:50 smithi161 ceph-mon[116604]: 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-07T07:18:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:50 smithi028 ceph-mon[112123]: 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-07T07:18:52.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:52.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:52.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:52 smithi138 ceph-mon[117003]: pgmap v4566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:52 smithi161 ceph-mon[116604]: pgmap v4566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:52 smithi028 ceph-mon[112123]: pgmap v4566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:52.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:52.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:52.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:52.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:52.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:18:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:54 smithi138 ceph-mon[117003]: pgmap v4567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:54 smithi138 ceph-mon[117003]: from='client.133644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:54 smithi161 ceph-mon[116604]: pgmap v4567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:54 smithi161 ceph-mon[116604]: from='client.133644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:54 smithi028 ceph-mon[112123]: pgmap v4567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:54 smithi028 ceph-mon[112123]: from='client.133644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:18:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:56 smithi138 ceph-mon[117003]: pgmap v4568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:56 smithi161 ceph-mon[116604]: pgmap v4568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:56 smithi028 ceph-mon[112123]: pgmap v4568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:18:57.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:18:57.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:18:57.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:18:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:18:58 smithi138 ceph-mon[117003]: pgmap v4569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:18:58 smithi161 ceph-mon[116604]: pgmap v4569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:18:58 smithi028 ceph-mon[112123]: pgmap v4569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:18:58.592 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:18:58.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:18:58.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:18:58.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:18:58.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:00 smithi138 ceph-mon[117003]: from='client.133719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:00 smithi138 ceph-mon[117003]: pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:00 smithi161 ceph-mon[116604]: from='client.133719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:00 smithi161 ceph-mon[116604]: pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:00 smithi028 ceph-mon[112123]: from='client.133719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:00 smithi028 ceph-mon[112123]: pgmap v4570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:02 smithi138 ceph-mon[117003]: pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:02 smithi161 ceph-mon[116604]: pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:02 smithi028 ceph-mon[112123]: pgmap v4571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:03.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:03.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:03.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:04 smithi138 ceph-mon[117003]: 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-07T07:19:04.379 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:04.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:04.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:04.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:04.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:04 smithi161 ceph-mon[116604]: 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-07T07:19:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:04 smithi028 ceph-mon[112123]: 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-07T07:19:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:05 smithi138 ceph-mon[117003]: from='client.133797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:05 smithi161 ceph-mon[116604]: from='client.133797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:05 smithi028 ceph-mon[112123]: from='client.133797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:06 smithi138 ceph-mon[117003]: pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:19:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:06 smithi161 ceph-mon[116604]: pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:19:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:06 smithi028 ceph-mon[112123]: pgmap v4573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:19:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:08 smithi138 ceph-mon[117003]: pgmap v4574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:19:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:08 smithi161 ceph-mon[116604]: pgmap v4574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:19:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:08 smithi028 ceph-mon[112123]: pgmap v4574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:19:09.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:09.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:09.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:10.151 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:10.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:10.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:10.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:10.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:10 smithi161 ceph-mon[116604]: pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:19:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:10 smithi028 ceph-mon[112123]: pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:19:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:10 smithi138 ceph-mon[117003]: pgmap v4575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:19:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:11 smithi161 ceph-mon[116604]: from='client.133872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:11 smithi028 ceph-mon[112123]: from='client.133872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:11 smithi138 ceph-mon[117003]: from='client.133872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:12 smithi161 ceph-mon[116604]: pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:12 smithi028 ceph-mon[112123]: pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:12 smithi138 ceph-mon[117003]: pgmap v4576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:14 smithi161 ceph-mon[116604]: pgmap v4577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:19:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:19:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:14 smithi028 ceph-mon[112123]: pgmap v4577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:19:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:19:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:14 smithi138 ceph-mon[117003]: pgmap v4577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:19:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:19:15.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:15.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:15.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:15.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:15.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:15.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:15.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:15.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: pgmap v4578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:19:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:19:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: pgmap v4578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:19:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:19:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: pgmap v4578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:19:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:19:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:19:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:17 smithi138 ceph-mon[117003]: from='client.133950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:17 smithi161 ceph-mon[116604]: from='client.133950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:17 smithi028 ceph-mon[112123]: from='client.133950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:18 smithi138 ceph-mon[117003]: pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:19:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:18 smithi161 ceph-mon[116604]: pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:19:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:18 smithi028 ceph-mon[112123]: pgmap v4579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:19:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:20 smithi138 ceph-mon[117003]: pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:19:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:20 smithi161 ceph-mon[116604]: pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:19:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:20 smithi028 ceph-mon[112123]: pgmap v4580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:19:20.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:20.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:20.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:21.773 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:21.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:21.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:21.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:21.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:22 smithi138 ceph-mon[117003]: pgmap v4581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:19:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:22 smithi161 ceph-mon[116604]: pgmap v4581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:19:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:22 smithi028 ceph-mon[112123]: pgmap v4581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:19:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:23 smithi138 ceph-mon[117003]: from='client.134019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:23 smithi161 ceph-mon[116604]: from='client.134019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:23.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:23 smithi028 ceph-mon[112123]: from='client.134019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:24 smithi138 ceph-mon[117003]: 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-07T07:19:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:24 smithi161 ceph-mon[116604]: 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-07T07:19:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:24 smithi028 ceph-mon[112123]: 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-07T07:19:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:26 smithi138 ceph-mon[117003]: pgmap v4583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:26 smithi161 ceph-mon[116604]: pgmap v4583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:26 smithi028 ceph-mon[112123]: pgmap v4583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:26.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:26.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:26.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:27.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:27.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:27.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:27.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:27.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:28 smithi138 ceph-mon[117003]: pgmap v4584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:28 smithi161 ceph-mon[116604]: pgmap v4584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:28 smithi028 ceph-mon[112123]: pgmap v4584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:29 smithi138 ceph-mon[117003]: from='client.134094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:29 smithi161 ceph-mon[116604]: from='client.134094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:29 smithi028 ceph-mon[112123]: from='client.134094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:30 smithi138 ceph-mon[117003]: pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:30 smithi161 ceph-mon[116604]: pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:30 smithi028 ceph-mon[112123]: pgmap v4585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:32 smithi138 ceph-mon[117003]: pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:32 smithi161 ceph-mon[116604]: pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:32 smithi028 ceph-mon[112123]: pgmap v4586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:32.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:32.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:32.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:33.337 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:33.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:33.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:33.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:33.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:34 smithi138 ceph-mon[117003]: pgmap v4587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:34 smithi138 ceph-mon[117003]: from='client.134172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:34 smithi161 ceph-mon[116604]: pgmap v4587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:34 smithi161 ceph-mon[116604]: from='client.134172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:34 smithi028 ceph-mon[112123]: pgmap v4587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:34 smithi028 ceph-mon[112123]: from='client.134172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:36 smithi138 ceph-mon[117003]: pgmap v4588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:36 smithi161 ceph-mon[116604]: pgmap v4588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:36 smithi028 ceph-mon[112123]: pgmap v4588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:19:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:38 smithi138 ceph-mon[117003]: pgmap v4589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:38.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:38.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:38.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:38 smithi161 ceph-mon[116604]: pgmap v4589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:38 smithi028 ceph-mon[112123]: pgmap v4589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:39.107 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:39.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:39.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:39.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:39.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:40 smithi161 ceph-mon[116604]: pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:40 smithi161 ceph-mon[116604]: from='client.134247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:40 smithi028 ceph-mon[112123]: pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:40 smithi028 ceph-mon[112123]: from='client.134247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:40 smithi138 ceph-mon[117003]: pgmap v4590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:40 smithi138 ceph-mon[117003]: from='client.134247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:42 smithi161 ceph-mon[116604]: pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:19:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:42 smithi028 ceph-mon[112123]: pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:19:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:42 smithi138 ceph-mon[117003]: pgmap v4591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:19:44.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:44.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:44.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:44 smithi161 ceph-mon[116604]: pgmap v4592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:19:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:44 smithi028 ceph-mon[112123]: pgmap v4592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:19:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:44 smithi138 ceph-mon[117003]: pgmap v4592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:19:44.881 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:44.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:44.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:44.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:44.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:46 smithi161 ceph-mon[116604]: pgmap v4593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:46 smithi161 ceph-mon[116604]: from='client.134319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:46 smithi028 ceph-mon[112123]: pgmap v4593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:46 smithi028 ceph-mon[112123]: from='client.134319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:46 smithi138 ceph-mon[117003]: pgmap v4593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:46 smithi138 ceph-mon[117003]: from='client.134319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:48 smithi161 ceph-mon[116604]: pgmap v4594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:19:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:48 smithi028 ceph-mon[112123]: pgmap v4594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:19:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:48 smithi138 ceph-mon[117003]: pgmap v4594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:19:49.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:49.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:49.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:50 smithi161 ceph-mon[116604]: pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:19:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:50 smithi028 ceph-mon[112123]: pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:19:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:50 smithi138 ceph-mon[117003]: pgmap v4595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:19:50.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:50.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:50.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:50.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:50.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:52 smithi161 ceph-mon[116604]: from='client.134397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:52 smithi161 ceph-mon[116604]: pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:52 smithi028 ceph-mon[112123]: from='client.134397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:52 smithi028 ceph-mon[112123]: pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:52 smithi138 ceph-mon[117003]: from='client.134397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:52 smithi138 ceph-mon[117003]: pgmap v4596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:19:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:54 smithi161 ceph-mon[116604]: pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:19:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:54 smithi028 ceph-mon[112123]: pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:19:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:54 smithi138 ceph-mon[117003]: pgmap v4597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:19:55.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:19:55.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:19:55.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:19:56.435 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:19:56.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:19:56.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:19:56.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:19:56.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:19:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:56 smithi161 ceph-mon[116604]: pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:19:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:56 smithi028 ceph-mon[112123]: pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:19:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:56 smithi138 ceph-mon[117003]: pgmap v4598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:19:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:57 smithi161 ceph-mon[116604]: from='client.134475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:57 smithi028 ceph-mon[112123]: from='client.134475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:57 smithi138 ceph-mon[117003]: from='client.134475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:19:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:19:58 smithi161 ceph-mon[116604]: 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-07T07:19:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:19:58 smithi028 ceph-mon[112123]: 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-07T07:19:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:19:58 smithi138 ceph-mon[117003]: 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-07T07:20:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:00 smithi161 ceph-mon[116604]: 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-07T07:20:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T07:20:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:00 smithi028 ceph-mon[112123]: 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-07T07:20:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T07:20:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:00 smithi138 ceph-mon[117003]: 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-07T07:20:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T07:20:01.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:01.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:01.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:02.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:02.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:02.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:02.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:02.216 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:02 smithi161 ceph-mon[116604]: 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-07T07:20:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:02 smithi028 ceph-mon[112123]: 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-07T07:20:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:02 smithi138 ceph-mon[117003]: 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-07T07:20:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:03 smithi161 ceph-mon[116604]: from='client.134553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:03 smithi028 ceph-mon[112123]: from='client.134553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:03 smithi138 ceph-mon[117003]: from='client.134553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:04 smithi161 ceph-mon[116604]: 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-07T07:20:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:04 smithi028 ceph-mon[112123]: 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-07T07:20:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:04 smithi138 ceph-mon[117003]: 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-07T07:20:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:06 smithi161 ceph-mon[116604]: pgmap v4603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:06 smithi028 ceph-mon[112123]: pgmap v4603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:06 smithi138 ceph-mon[117003]: pgmap v4603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:07.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:07.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:07.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:07.991 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:07.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:07.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:07.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:07.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:08 smithi161 ceph-mon[116604]: pgmap v4604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:08 smithi028 ceph-mon[112123]: pgmap v4604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:08 smithi138 ceph-mon[117003]: pgmap v4604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:09 smithi161 ceph-mon[116604]: from='client.134628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:09 smithi028 ceph-mon[112123]: from='client.134628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:09 smithi138 ceph-mon[117003]: from='client.134628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:10.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:10 smithi161 ceph-mon[116604]: pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:10 smithi028 ceph-mon[112123]: pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:10 smithi138 ceph-mon[117003]: pgmap v4605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:12 smithi161 ceph-mon[116604]: pgmap v4606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:12 smithi028 ceph-mon[112123]: pgmap v4606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:12 smithi138 ceph-mon[117003]: pgmap v4606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:12.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:12.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:12.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:13.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:13.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:13.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:13.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:13.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:14 smithi161 ceph-mon[116604]: pgmap v4607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:14 smithi028 ceph-mon[112123]: pgmap v4607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:14 smithi138 ceph-mon[117003]: pgmap v4607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:15 smithi161 ceph-mon[116604]: from='client.134700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:15 smithi028 ceph-mon[112123]: from='client.134700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:15 smithi138 ceph-mon[117003]: from='client.134700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:16 smithi161 ceph-mon[116604]: pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:20:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:16 smithi028 ceph-mon[112123]: pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:20:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:16 smithi138 ceph-mon[117003]: pgmap v4608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:20:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:20:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:20:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:20:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:20:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:20:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:20:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:20:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:20:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:20:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:18 smithi161 ceph-mon[116604]: pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:18 smithi028 ceph-mon[112123]: pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:18 smithi138 ceph-mon[117003]: pgmap v4609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:18.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:18.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:18.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:19.541 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:19.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:19.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:19.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:19.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:20 smithi161 ceph-mon[116604]: pgmap v4610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:20 smithi161 ceph-mon[116604]: from='client.134778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:20 smithi028 ceph-mon[112123]: pgmap v4610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:20 smithi028 ceph-mon[112123]: from='client.134778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:20 smithi138 ceph-mon[117003]: pgmap v4610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:20 smithi138 ceph-mon[117003]: from='client.134778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:22 smithi161 ceph-mon[116604]: pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:22 smithi028 ceph-mon[112123]: pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:22 smithi138 ceph-mon[117003]: pgmap v4611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:24 smithi161 ceph-mon[116604]: pgmap v4612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:20:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:24 smithi028 ceph-mon[112123]: pgmap v4612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:20:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:24 smithi138 ceph-mon[117003]: pgmap v4612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:20:24.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:24.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:24.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:25.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:25.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:25.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:25.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:25.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:26 smithi161 ceph-mon[116604]: pgmap v4613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:26 smithi161 ceph-mon[116604]: from='client.134853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:26 smithi028 ceph-mon[112123]: pgmap v4613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:26 smithi028 ceph-mon[112123]: from='client.134853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:26 smithi138 ceph-mon[117003]: pgmap v4613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:26 smithi138 ceph-mon[117003]: from='client.134853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:28 smithi161 ceph-mon[116604]: pgmap v4614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:20:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:28 smithi028 ceph-mon[112123]: pgmap v4614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:20:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:28 smithi138 ceph-mon[117003]: pgmap v4614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:20:30.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:30.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:30.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:30 smithi161 ceph-mon[116604]: pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:20:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:30 smithi028 ceph-mon[112123]: pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:20:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:30 smithi138 ceph-mon[117003]: pgmap v4615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:20:31.079 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:31.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:31.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:31.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:31.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:32 smithi161 ceph-mon[116604]: pgmap v4616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:32 smithi161 ceph-mon[116604]: from='client.134928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:32 smithi028 ceph-mon[112123]: pgmap v4616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:32 smithi028 ceph-mon[112123]: from='client.134928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:32 smithi138 ceph-mon[117003]: pgmap v4616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:32 smithi138 ceph-mon[117003]: from='client.134928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:34 smithi161 ceph-mon[116604]: 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-07T07:20:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:34 smithi028 ceph-mon[112123]: 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-07T07:20:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:34 smithi138 ceph-mon[117003]: 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-07T07:20:36.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:36.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:36.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:36 smithi161 ceph-mon[116604]: 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-07T07:20:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:36 smithi028 ceph-mon[112123]: 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-07T07:20:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:36 smithi138 ceph-mon[117003]: 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-07T07:20:36.850 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:36.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:36.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:36.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:36.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:38 smithi161 ceph-mon[116604]: 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-07T07:20:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:38 smithi161 ceph-mon[116604]: from='client.135003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:38 smithi028 ceph-mon[112123]: 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-07T07:20:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:38 smithi028 ceph-mon[112123]: from='client.135003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:38 smithi138 ceph-mon[117003]: 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-07T07:20:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:38 smithi138 ceph-mon[117003]: from='client.135003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:40 smithi161 ceph-mon[116604]: 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-07T07:20:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:40 smithi028 ceph-mon[112123]: 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-07T07:20:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:40 smithi138 ceph-mon[117003]: 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-07T07:20:41.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:41.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:41.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:42 smithi161 ceph-mon[116604]: 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-07T07:20:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:42 smithi028 ceph-mon[112123]: 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-07T07:20:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:42 smithi138 ceph-mon[117003]: 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-07T07:20:42.621 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:42.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:42.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:42.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:42.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:44 smithi161 ceph-mon[116604]: from='client.135078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:44 smithi161 ceph-mon[116604]: 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-07T07:20:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:44 smithi028 ceph-mon[112123]: from='client.135078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:44 smithi028 ceph-mon[112123]: 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-07T07:20:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:44 smithi138 ceph-mon[117003]: from='client.135078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:44 smithi138 ceph-mon[117003]: 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-07T07:20:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:46 smithi161 ceph-mon[116604]: pgmap v4623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:46 smithi028 ceph-mon[112123]: pgmap v4623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:46 smithi138 ceph-mon[117003]: pgmap v4623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:47.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:47.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:47.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:48.388 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:48.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:48.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:48.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:48.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:48 smithi161 ceph-mon[116604]: pgmap v4624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:48 smithi028 ceph-mon[112123]: pgmap v4624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:48 smithi138 ceph-mon[117003]: pgmap v4624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:49 smithi161 ceph-mon[116604]: from='client.135156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:49.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:49 smithi028 ceph-mon[112123]: from='client.135156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:49 smithi138 ceph-mon[117003]: from='client.135156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:50 smithi161 ceph-mon[116604]: pgmap v4625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:50 smithi028 ceph-mon[112123]: pgmap v4625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:50 smithi138 ceph-mon[117003]: pgmap v4625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:52 smithi138 ceph-mon[117003]: pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:52 smithi161 ceph-mon[116604]: pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:52 smithi028 ceph-mon[112123]: pgmap v4626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:20:53.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:53.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:53.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:54.157 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:20:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:54 smithi138 ceph-mon[117003]: pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:54 smithi161 ceph-mon[116604]: pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:54 smithi028 ceph-mon[112123]: pgmap v4627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:20:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:55 smithi138 ceph-mon[117003]: from='client.135231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:55 smithi161 ceph-mon[116604]: from='client.135231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:55 smithi028 ceph-mon[112123]: from='client.135231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:20:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:56 smithi138 ceph-mon[117003]: pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:20:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:56 smithi161 ceph-mon[116604]: pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:20:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:56 smithi028 ceph-mon[112123]: pgmap v4628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:20:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:20:58 smithi138 ceph-mon[117003]: pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:20:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:20:58 smithi161 ceph-mon[116604]: pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:20:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:20:58 smithi028 ceph-mon[112123]: pgmap v4629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:20:59.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:20:59.159 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:20:59.159 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:20:59.925 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:20:59.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:20:59.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:20:59.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:20:59.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:00 smithi138 ceph-mon[117003]: pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:21:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:00 smithi161 ceph-mon[116604]: pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:21:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:00 smithi028 ceph-mon[112123]: pgmap v4630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:21:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:01 smithi161 ceph-mon[116604]: from='client.135303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:01 smithi028 ceph-mon[112123]: from='client.135303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:01 smithi138 ceph-mon[117003]: from='client.135303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:02 smithi161 ceph-mon[116604]: pgmap v4631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:02 smithi028 ceph-mon[112123]: pgmap v4631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:02 smithi138 ceph-mon[117003]: pgmap v4631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:04 smithi161 ceph-mon[116604]: pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:04 smithi028 ceph-mon[112123]: pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:04 smithi138 ceph-mon[117003]: pgmap v4632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:04.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:04.926 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:04.926 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:05.698 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:05.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:05.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:05.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:05.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:06 smithi161 ceph-mon[116604]: pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:06 smithi028 ceph-mon[112123]: pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:06 smithi138 ceph-mon[117003]: pgmap v4633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:07 smithi161 ceph-mon[116604]: from='client.135381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:07 smithi028 ceph-mon[112123]: from='client.135381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:07 smithi138 ceph-mon[117003]: from='client.135381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:08 smithi161 ceph-mon[116604]: pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:21:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:08 smithi028 ceph-mon[112123]: pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:21:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:08 smithi138 ceph-mon[117003]: pgmap v4634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:21:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:10 smithi161 ceph-mon[116604]: pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:21:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:10 smithi028 ceph-mon[112123]: pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:21:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:10 smithi138 ceph-mon[117003]: pgmap v4635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:21:10.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:10.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:10.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:11.481 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:11.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:11.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:11.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:11.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:12 smithi161 ceph-mon[116604]: pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:21:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:12 smithi161 ceph-mon[116604]: from='client.135459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:12 smithi028 ceph-mon[112123]: pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:21:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:12 smithi028 ceph-mon[112123]: from='client.135459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:12 smithi138 ceph-mon[117003]: pgmap v4636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:21:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:12 smithi138 ceph-mon[117003]: from='client.135459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:14 smithi161 ceph-mon[116604]: 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-07T07:21:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:14 smithi028 ceph-mon[112123]: 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-07T07:21:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:14 smithi138 ceph-mon[117003]: 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-07T07:21:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:16 smithi161 ceph-mon[116604]: 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-07T07:21:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:16 smithi028 ceph-mon[112123]: 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-07T07:21:16.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:16.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:16.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:16 smithi138 ceph-mon[117003]: 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-07T07:21:17.306 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:17.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:17.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:17.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:17.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:21:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:21:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:21:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:18 smithi161 ceph-mon[116604]: 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-07T07:21:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:18 smithi161 ceph-mon[116604]: from='client.135534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:21:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:21:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:21:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:18 smithi028 ceph-mon[112123]: 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-07T07:21:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:18 smithi028 ceph-mon[112123]: from='client.135534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:21:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:21:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:21:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:18 smithi138 ceph-mon[117003]: 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-07T07:21:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:18 smithi138 ceph-mon[117003]: from='client.135534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:21:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:21:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:21:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:20 smithi161 ceph-mon[116604]: 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-07T07:21:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:20 smithi028 ceph-mon[112123]: 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-07T07:21:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:20 smithi138 ceph-mon[117003]: 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-07T07:21:22.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:22.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:22.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:22 smithi161 ceph-mon[116604]: 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-07T07:21:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:22 smithi028 ceph-mon[112123]: 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-07T07:21:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:22 smithi138 ceph-mon[117003]: 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-07T07:21:23.095 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:23.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:23.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:23.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:23.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:24 smithi161 ceph-mon[116604]: 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-07T07:21:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:24 smithi161 ceph-mon[116604]: from='client.135603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:24 smithi028 ceph-mon[112123]: 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-07T07:21:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:24 smithi028 ceph-mon[112123]: from='client.135603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:24 smithi138 ceph-mon[117003]: 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-07T07:21:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:24 smithi138 ceph-mon[117003]: from='client.135603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:26 smithi161 ceph-mon[116604]: pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:21:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:26 smithi028 ceph-mon[112123]: pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:21:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:26 smithi138 ceph-mon[117003]: pgmap v4643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:21:28.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:28.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:28.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:28 smithi161 ceph-mon[116604]: pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:28 smithi028 ceph-mon[112123]: pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:28 smithi138 ceph-mon[117003]: pgmap v4644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:28.862 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:28.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:28.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:28.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:28.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:30 smithi161 ceph-mon[116604]: pgmap v4645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:30 smithi161 ceph-mon[116604]: from='client.135672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:30 smithi028 ceph-mon[112123]: pgmap v4645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:30 smithi028 ceph-mon[112123]: from='client.135672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:30 smithi138 ceph-mon[117003]: pgmap v4645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:30 smithi138 ceph-mon[117003]: from='client.135672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:32 smithi161 ceph-mon[116604]: pgmap v4646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:21:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:32 smithi028 ceph-mon[112123]: pgmap v4646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:21:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:32 smithi138 ceph-mon[117003]: pgmap v4646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:21:33.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:33.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:33.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:34 smithi161 ceph-mon[116604]: pgmap v4647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:34 smithi028 ceph-mon[112123]: pgmap v4647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:34 smithi138 ceph-mon[117003]: pgmap v4647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:34.646 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:34.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:34.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:34.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:34.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:36 smithi161 ceph-mon[116604]: from='client.135750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:36 smithi161 ceph-mon[116604]: 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-07T07:21:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:36 smithi028 ceph-mon[112123]: from='client.135750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:36 smithi028 ceph-mon[112123]: 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-07T07:21:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:36 smithi138 ceph-mon[117003]: from='client.135750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:36 smithi138 ceph-mon[117003]: 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-07T07:21:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:38 smithi161 ceph-mon[116604]: pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:38 smithi028 ceph-mon[112123]: pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:38 smithi138 ceph-mon[117003]: pgmap v4649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:39.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:39.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:39.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:40.411 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:40.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:40.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:40.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:40.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:40 smithi161 ceph-mon[116604]: pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:40 smithi028 ceph-mon[112123]: pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:40 smithi138 ceph-mon[117003]: pgmap v4650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:41 smithi161 ceph-mon[116604]: from='client.135828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:41 smithi028 ceph-mon[112123]: from='client.135828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:41 smithi138 ceph-mon[117003]: from='client.135828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:42 smithi161 ceph-mon[116604]: pgmap v4651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:42 smithi028 ceph-mon[112123]: pgmap v4651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:42 smithi138 ceph-mon[117003]: pgmap v4651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:44 smithi161 ceph-mon[116604]: pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:44 smithi028 ceph-mon[112123]: pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:44 smithi138 ceph-mon[117003]: pgmap v4652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:21:45.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:45.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:45.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:46.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:46.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:46.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:46.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:46.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:46 smithi161 ceph-mon[116604]: pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:46 smithi028 ceph-mon[112123]: pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:46 smithi138 ceph-mon[117003]: pgmap v4653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:21:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:47 smithi161 ceph-mon[116604]: from='client.135906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:47 smithi028 ceph-mon[112123]: from='client.135906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:47 smithi138 ceph-mon[117003]: from='client.135906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:48 smithi161 ceph-mon[116604]: 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-07T07:21:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:48 smithi028 ceph-mon[112123]: 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-07T07:21:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:48 smithi138 ceph-mon[117003]: 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-07T07:21:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:50 smithi161 ceph-mon[116604]: 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-07T07:21:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:50 smithi028 ceph-mon[112123]: 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-07T07:21:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:50 smithi138 ceph-mon[117003]: 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-07T07:21:51.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:51.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:51.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:51.955 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:51.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:51.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:51.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:51.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:52 smithi161 ceph-mon[116604]: 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-07T07:21:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:52 smithi028 ceph-mon[112123]: 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-07T07:21:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:52 smithi138 ceph-mon[117003]: 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-07T07:21:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:53 smithi161 ceph-mon[116604]: from='client.135981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:53 smithi028 ceph-mon[112123]: from='client.135981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:53 smithi138 ceph-mon[117003]: from='client.135981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:54 smithi161 ceph-mon[116604]: 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-07T07:21:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:54 smithi028 ceph-mon[112123]: 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-07T07:21:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:54 smithi138 ceph-mon[117003]: 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-07T07:21:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:56 smithi161 ceph-mon[116604]: 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-07T07:21:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:56 smithi028 ceph-mon[112123]: 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-07T07:21:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:56 smithi138 ceph-mon[117003]: 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-07T07:21:56.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:21:56.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:21:56.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:21:57.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:21:57.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:21:57.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:21:57.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:21:57.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:21:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:58 smithi161 ceph-mon[116604]: 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-07T07:21:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:58 smithi028 ceph-mon[112123]: 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-07T07:21:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:58 smithi138 ceph-mon[117003]: 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-07T07:21:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:21:59 smithi161 ceph-mon[116604]: from='client.136059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:21:59 smithi028 ceph-mon[112123]: from='client.136059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:21:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:21:59 smithi138 ceph-mon[117003]: from='client.136059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:00 smithi161 ceph-mon[116604]: 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-07T07:22:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:00 smithi028 ceph-mon[112123]: 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-07T07:22:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:00 smithi138 ceph-mon[117003]: 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-07T07:22:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:02 smithi161 ceph-mon[116604]: 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-07T07:22:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:02 smithi028 ceph-mon[112123]: 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-07T07:22:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:02 smithi138 ceph-mon[117003]: 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-07T07:22:02.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:02.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:02.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:03.501 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:03.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:03.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:03.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:03.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:04 smithi161 ceph-mon[116604]: 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-07T07:22:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:04 smithi161 ceph-mon[116604]: from='client.136137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:04 smithi028 ceph-mon[112123]: 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-07T07:22:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:04 smithi028 ceph-mon[112123]: from='client.136137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:04 smithi138 ceph-mon[117003]: 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-07T07:22:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:04 smithi138 ceph-mon[117003]: from='client.136137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:06 smithi161 ceph-mon[116604]: pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:22:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:06 smithi028 ceph-mon[112123]: pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:22:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:06 smithi138 ceph-mon[117003]: pgmap v4663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:22:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:08 smithi161 ceph-mon[116604]: pgmap v4664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:08 smithi028 ceph-mon[112123]: pgmap v4664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:08.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:08.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:08.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:08 smithi138 ceph-mon[117003]: pgmap v4664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:09.269 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:09.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:09.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:09.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:09.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:10 smithi161 ceph-mon[116604]: pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:10 smithi161 ceph-mon[116604]: from='client.136215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:10 smithi028 ceph-mon[112123]: pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:10 smithi028 ceph-mon[112123]: from='client.136215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:10 smithi138 ceph-mon[117003]: pgmap v4665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:10 smithi138 ceph-mon[117003]: from='client.136215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:12 smithi161 ceph-mon[116604]: pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:22:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:12 smithi028 ceph-mon[112123]: pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:22:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:12 smithi138 ceph-mon[117003]: pgmap v4666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:22:14.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:14.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:14.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:14 smithi161 ceph-mon[116604]: pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:22:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:14 smithi028 ceph-mon[112123]: pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:22:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:14 smithi138 ceph-mon[117003]: pgmap v4667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:22:15.044 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:15.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:15.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:15.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:15.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:16 smithi161 ceph-mon[116604]: 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-07T07:22:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:16 smithi161 ceph-mon[116604]: from='client.136290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:16 smithi028 ceph-mon[112123]: 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-07T07:22:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:16 smithi028 ceph-mon[112123]: from='client.136290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:16 smithi138 ceph-mon[117003]: 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-07T07:22:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:16 smithi138 ceph-mon[117003]: from='client.136290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:18 smithi161 ceph-mon[116604]: pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:22:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:22:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:22:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:22:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:22:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:18 smithi028 ceph-mon[112123]: pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:22:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:22:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:22:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:22:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:22:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:18 smithi138 ceph-mon[117003]: pgmap v4669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:22:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:22:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:22:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:22:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:22:20.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:20.046 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:20.046 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:20 smithi161 ceph-mon[116604]: pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:22:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:20 smithi028 ceph-mon[112123]: pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:22:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:20 smithi138 ceph-mon[117003]: pgmap v4670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:22:20.833 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:20.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:20.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:20.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:20.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:22.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:22 smithi161 ceph-mon[116604]: pgmap v4671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:22.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:22 smithi161 ceph-mon[116604]: from='client.136368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:22 smithi028 ceph-mon[112123]: pgmap v4671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:22 smithi028 ceph-mon[112123]: from='client.136368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:22 smithi138 ceph-mon[117003]: pgmap v4671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:22 smithi138 ceph-mon[117003]: from='client.136368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:24 smithi161 ceph-mon[116604]: pgmap v4672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:22:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:24 smithi028 ceph-mon[112123]: pgmap v4672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:22:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:24 smithi138 ceph-mon[117003]: pgmap v4672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:22:25.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:25.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:25.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:26 smithi161 ceph-mon[116604]: pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:22:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:26 smithi028 ceph-mon[112123]: pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:22:26.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:26 smithi138 ceph-mon[117003]: pgmap v4673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:22:26.599 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:26.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:26.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:26.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:26.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:28 smithi161 ceph-mon[116604]: from='client.136446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:28 smithi161 ceph-mon[116604]: 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-07T07:22:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:28 smithi028 ceph-mon[112123]: from='client.136446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:28 smithi028 ceph-mon[112123]: 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-07T07:22:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:28 smithi138 ceph-mon[117003]: from='client.136446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:28 smithi138 ceph-mon[117003]: 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-07T07:22:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:30 smithi161 ceph-mon[116604]: 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-07T07:22:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:30 smithi028 ceph-mon[112123]: 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-07T07:22:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:30 smithi138 ceph-mon[117003]: 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-07T07:22:31.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:31.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:31.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:32.371 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:32.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:32.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:32.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:32.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:32 smithi161 ceph-mon[116604]: 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-07T07:22:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:32 smithi028 ceph-mon[112123]: 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-07T07:22:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:32 smithi138 ceph-mon[117003]: 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-07T07:22:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:33 smithi161 ceph-mon[116604]: from='client.136524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:33 smithi028 ceph-mon[112123]: from='client.136524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:33 smithi138 ceph-mon[117003]: from='client.136524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:34 smithi161 ceph-mon[116604]: 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-07T07:22:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:34 smithi028 ceph-mon[112123]: 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-07T07:22:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:34 smithi138 ceph-mon[117003]: 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-07T07:22:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:36 smithi161 ceph-mon[116604]: 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-07T07:22:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:36 smithi028 ceph-mon[112123]: 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-07T07:22:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:36 smithi138 ceph-mon[117003]: 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-07T07:22:37.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:37.373 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:37.373 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:38.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:38.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:38.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:38.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:38.149 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:38 smithi161 ceph-mon[116604]: 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-07T07:22:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:38 smithi028 ceph-mon[112123]: 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-07T07:22:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:38 smithi138 ceph-mon[117003]: 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-07T07:22:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:39 smithi161 ceph-mon[116604]: from='client.136599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:39 smithi028 ceph-mon[112123]: from='client.136599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:39 smithi138 ceph-mon[117003]: from='client.136599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:40 smithi161 ceph-mon[116604]: 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-07T07:22:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:40 smithi028 ceph-mon[112123]: 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-07T07:22:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:40 smithi138 ceph-mon[117003]: 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-07T07:22:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:42 smithi161 ceph-mon[116604]: 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-07T07:22:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:42 smithi028 ceph-mon[112123]: 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-07T07:22:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:42 smithi138 ceph-mon[117003]: 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-07T07:22:43.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:43.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:43.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:43.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:43.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:43.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:43.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:43.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:44 smithi161 ceph-mon[116604]: 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-07T07:22:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:44 smithi028 ceph-mon[112123]: 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-07T07:22:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:44 smithi138 ceph-mon[117003]: 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-07T07:22:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:45 smithi161 ceph-mon[116604]: from='client.136677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:45 smithi028 ceph-mon[112123]: from='client.136677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:45 smithi138 ceph-mon[117003]: from='client.136677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:46 smithi161 ceph-mon[116604]: pgmap v4683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:22:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:46 smithi028 ceph-mon[112123]: pgmap v4683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:22:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:46 smithi138 ceph-mon[117003]: pgmap v4683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:22:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:48 smithi161 ceph-mon[116604]: pgmap v4684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:48 smithi028 ceph-mon[112123]: pgmap v4684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:48 smithi138 ceph-mon[117003]: pgmap v4684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:48.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:48.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:48.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:49.698 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:49.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:49.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:49.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:49.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:50 smithi161 ceph-mon[116604]: pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:50 smithi028 ceph-mon[112123]: pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:50 smithi138 ceph-mon[117003]: pgmap v4685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:22:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:51 smithi161 ceph-mon[116604]: from='client.136752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:51 smithi028 ceph-mon[112123]: from='client.136752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:51 smithi138 ceph-mon[117003]: from='client.136752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:52 smithi161 ceph-mon[116604]: 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-07T07:22:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:52 smithi028 ceph-mon[112123]: 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-07T07:22:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:52 smithi138 ceph-mon[117003]: 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-07T07:22:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:54 smithi161 ceph-mon[116604]: 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-07T07:22:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:54 smithi028 ceph-mon[112123]: 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-07T07:22:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:54 smithi138 ceph-mon[117003]: 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-07T07:22:54.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:22:54.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:22:54.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:22:55.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:22:55.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:22:55.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:22:55.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:22:55.491 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:22:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:56 smithi161 ceph-mon[116604]: 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-07T07:22:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:56 smithi161 ceph-mon[116604]: from='client.136830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:56 smithi028 ceph-mon[112123]: 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-07T07:22:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:56 smithi028 ceph-mon[112123]: from='client.136830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:56 smithi138 ceph-mon[117003]: 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-07T07:22:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:56 smithi138 ceph-mon[117003]: from='client.136830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:22:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:22:58 smithi161 ceph-mon[116604]: pgmap v4689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:22:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:22:58 smithi028 ceph-mon[112123]: pgmap v4689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:22:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:22:58 smithi138 ceph-mon[117003]: pgmap v4689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:23:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:00 smithi161 ceph-mon[116604]: pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:23:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:00 smithi028 ceph-mon[112123]: pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:23:00.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:00.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:00.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:00 smithi138 ceph-mon[117003]: pgmap v4690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:23:01.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:01.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:01.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:01.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:01.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:02 smithi161 ceph-mon[116604]: pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:23:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:02 smithi161 ceph-mon[116604]: from='client.136908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:02 smithi028 ceph-mon[112123]: pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:02 smithi028 ceph-mon[112123]: from='client.136908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:02 smithi138 ceph-mon[117003]: pgmap v4691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:23:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:02 smithi138 ceph-mon[117003]: from='client.136908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:04 smithi161 ceph-mon[116604]: 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-07T07:23:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:04 smithi028 ceph-mon[112123]: 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-07T07:23:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:04 smithi138 ceph-mon[117003]: 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-07T07:23:06.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:06.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:06.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:06 smithi161 ceph-mon[116604]: 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-07T07:23:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:06 smithi028 ceph-mon[112123]: 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-07T07:23:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:06 smithi138 ceph-mon[117003]: 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-07T07:23:07.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:07.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:07.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:07.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:07.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:08 smithi161 ceph-mon[116604]: 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-07T07:23:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:08 smithi161 ceph-mon[116604]: from='client.136986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:08 smithi028 ceph-mon[112123]: 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-07T07:23:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:08 smithi028 ceph-mon[112123]: from='client.136986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:08 smithi138 ceph-mon[117003]: 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-07T07:23:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:08 smithi138 ceph-mon[117003]: from='client.136986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:10 smithi161 ceph-mon[116604]: 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-07T07:23:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:10 smithi028 ceph-mon[112123]: 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-07T07:23:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:10 smithi138 ceph-mon[117003]: 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-07T07:23:12.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:12.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:12.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:12 smithi161 ceph-mon[116604]: 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-07T07:23:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:12 smithi028 ceph-mon[112123]: 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-07T07:23:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:12 smithi138 ceph-mon[117003]: 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-07T07:23:12.806 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:12.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:12.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:12.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:12.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:14 smithi161 ceph-mon[116604]: 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-07T07:23:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:14 smithi161 ceph-mon[116604]: from='client.137061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:14 smithi028 ceph-mon[112123]: 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-07T07:23:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:14 smithi028 ceph-mon[112123]: from='client.137061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:14 smithi138 ceph-mon[117003]: 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-07T07:23:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:14 smithi138 ceph-mon[117003]: from='client.137061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:16 smithi161 ceph-mon[116604]: 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-07T07:23:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:16 smithi028 ceph-mon[112123]: 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-07T07:23:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:16 smithi138 ceph-mon[117003]: 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-07T07:23:17.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:17.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:17.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:18 smithi161 ceph-mon[116604]: 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-07T07:23:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:18 smithi028 ceph-mon[112123]: 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-07T07:23:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:18 smithi138 ceph-mon[117003]: 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-07T07:23:18.599 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:18.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:18.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:18.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:18.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:19 smithi161 ceph-mon[116604]: from='client.137136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:23:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:23:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:23:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:23:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:19 smithi028 ceph-mon[112123]: from='client.137136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:23:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:23:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:23:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:23:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:19 smithi138 ceph-mon[117003]: from='client.137136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:23:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:23:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:23:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:23:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:20 smithi161 ceph-mon[116604]: 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-07T07:23:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:20 smithi028 ceph-mon[112123]: 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-07T07:23:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:20 smithi138 ceph-mon[117003]: 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-07T07:23:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:22 smithi161 ceph-mon[116604]: 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-07T07:23:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:22 smithi028 ceph-mon[112123]: 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-07T07:23:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:22 smithi138 ceph-mon[117003]: 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-07T07:23:23.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:23.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:23.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:24.372 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:24.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:24.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:24.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:24.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:24 smithi161 ceph-mon[116604]: 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-07T07:23:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:24 smithi028 ceph-mon[112123]: 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-07T07:23:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:24 smithi138 ceph-mon[117003]: 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-07T07:23:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:25 smithi161 ceph-mon[116604]: from='client.137211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:25 smithi028 ceph-mon[112123]: from='client.137211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:25 smithi138 ceph-mon[117003]: from='client.137211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:26 smithi161 ceph-mon[116604]: pgmap v4703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:23:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:26 smithi028 ceph-mon[112123]: pgmap v4703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:23:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:26 smithi138 ceph-mon[117003]: pgmap v4703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:23:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:28 smithi161 ceph-mon[116604]: pgmap v4704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:23:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:28 smithi028 ceph-mon[112123]: pgmap v4704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:23:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:28 smithi138 ceph-mon[117003]: pgmap v4704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:23:29.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:29.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:29.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:30.153 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:30.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:30.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:30.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:30.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:30 smithi161 ceph-mon[116604]: pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:23:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:30 smithi028 ceph-mon[112123]: pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:23:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:30 smithi138 ceph-mon[117003]: pgmap v4705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:23:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:31 smithi161 ceph-mon[116604]: from='client.137283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:31 smithi028 ceph-mon[112123]: from='client.137283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:31 smithi138 ceph-mon[117003]: from='client.137283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:32 smithi161 ceph-mon[116604]: 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-07T07:23:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:32 smithi028 ceph-mon[112123]: 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-07T07:23:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:32 smithi138 ceph-mon[117003]: 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-07T07:23:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:34 smithi161 ceph-mon[116604]: 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-07T07:23:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:34 smithi028 ceph-mon[112123]: 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-07T07:23:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:34 smithi138 ceph-mon[117003]: 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-07T07:23:35.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:35.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:35.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:35.933 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:35.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:35.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:35.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:35.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:36 smithi161 ceph-mon[116604]: 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-07T07:23:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:36 smithi028 ceph-mon[112123]: 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-07T07:23:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:36 smithi138 ceph-mon[117003]: 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-07T07:23:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:37 smithi161 ceph-mon[116604]: from='client.137358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:37 smithi028 ceph-mon[112123]: from='client.137358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:37 smithi138 ceph-mon[117003]: from='client.137358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:38.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:38 smithi161 ceph-mon[116604]: pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:23:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:38 smithi028 ceph-mon[112123]: pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:23:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:38 smithi138 ceph-mon[117003]: pgmap v4709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:23:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:40 smithi161 ceph-mon[116604]: pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:23:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:40 smithi028 ceph-mon[112123]: pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:23:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:40 smithi138 ceph-mon[117003]: pgmap v4710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:23:40.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:40.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:40.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:41.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:41.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:41.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:41.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:41.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:42 smithi161 ceph-mon[116604]: pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:23:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:42 smithi028 ceph-mon[112123]: pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:23:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:42 smithi138 ceph-mon[117003]: pgmap v4711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:23:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:43 smithi161 ceph-mon[116604]: from='client.137436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:43 smithi028 ceph-mon[112123]: from='client.137436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:43 smithi138 ceph-mon[117003]: from='client.137436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:44 smithi161 ceph-mon[116604]: 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-07T07:23:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:44 smithi028 ceph-mon[112123]: 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-07T07:23:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:44 smithi138 ceph-mon[117003]: 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-07T07:23:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:46 smithi028 ceph-mon[112123]: 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-07T07:23:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:46 smithi138 ceph-mon[117003]: 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-07T07:23:46.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:46 smithi161 ceph-mon[116604]: 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-07T07:23:46.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:46.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:46.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:47.485 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:47.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:47.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:47.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:47.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:48 smithi028 ceph-mon[112123]: 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-07T07:23:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:48 smithi028 ceph-mon[112123]: from='client.137514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:48 smithi138 ceph-mon[117003]: 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-07T07:23:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:48 smithi138 ceph-mon[117003]: from='client.137514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:48 smithi161 ceph-mon[116604]: 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-07T07:23:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:48 smithi161 ceph-mon[116604]: from='client.137514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:50 smithi028 ceph-mon[112123]: 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-07T07:23:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:50 smithi138 ceph-mon[117003]: 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-07T07:23:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:50 smithi161 ceph-mon[116604]: 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-07T07:23:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:52 smithi028 ceph-mon[112123]: 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-07T07:23:52.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:52.488 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:52.488 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:52 smithi138 ceph-mon[117003]: 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-07T07:23:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:52 smithi161 ceph-mon[116604]: 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-07T07:23:53.265 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:53.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:53.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:53.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:53.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:23:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:54 smithi028 ceph-mon[112123]: 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-07T07:23:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:54 smithi028 ceph-mon[112123]: from='client.137592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:54 smithi138 ceph-mon[117003]: 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-07T07:23:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:54 smithi138 ceph-mon[117003]: from='client.137592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:54 smithi161 ceph-mon[116604]: 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-07T07:23:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:54 smithi161 ceph-mon[116604]: from='client.137592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:23:56.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:56 smithi028 ceph-mon[112123]: 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-07T07:23:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:56 smithi138 ceph-mon[117003]: 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-07T07:23:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:56 smithi161 ceph-mon[116604]: 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-07T07:23:58.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:23:58.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:23:58.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:23:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:23:58 smithi028 ceph-mon[112123]: 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-07T07:23:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:23:58 smithi138 ceph-mon[117003]: 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-07T07:23:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:23:58 smithi161 ceph-mon[116604]: 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-07T07:23:59.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:23:59.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:23:59.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:23:59.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:23:59.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:00 smithi028 ceph-mon[112123]: 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-07T07:24:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:00 smithi028 ceph-mon[112123]: from='client.137667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:00 smithi138 ceph-mon[117003]: 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-07T07:24:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:00 smithi138 ceph-mon[117003]: from='client.137667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:00 smithi161 ceph-mon[116604]: 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-07T07:24:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:00 smithi161 ceph-mon[116604]: from='client.137667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:02 smithi161 ceph-mon[116604]: pgmap v4721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:24:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:02 smithi028 ceph-mon[112123]: pgmap v4721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:24:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:02 smithi138 ceph-mon[117003]: pgmap v4721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:24:04.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:04.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:04.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:04 smithi161 ceph-mon[116604]: pgmap v4722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:04 smithi028 ceph-mon[112123]: pgmap v4722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:04 smithi138 ceph-mon[117003]: pgmap v4722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:04.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:04.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:04.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:04.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:04.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:06 smithi161 ceph-mon[116604]: 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-07T07:24:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:06 smithi161 ceph-mon[116604]: from='client.137745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:06 smithi028 ceph-mon[112123]: 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-07T07:24:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:06 smithi028 ceph-mon[112123]: from='client.137745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:06 smithi138 ceph-mon[117003]: 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-07T07:24:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:06 smithi138 ceph-mon[117003]: from='client.137745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:08 smithi161 ceph-mon[116604]: 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-07T07:24:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:08 smithi028 ceph-mon[112123]: 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-07T07:24:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:08 smithi138 ceph-mon[117003]: 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-07T07:24:09.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:09.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:09.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:10 smithi161 ceph-mon[116604]: 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-07T07:24:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:10 smithi028 ceph-mon[112123]: 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-07T07:24:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:10 smithi138 ceph-mon[117003]: 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-07T07:24:10.583 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:10.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:10.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:10.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:10.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:11 smithi161 ceph-mon[116604]: from='client.137820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:11 smithi028 ceph-mon[112123]: from='client.137820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:11 smithi138 ceph-mon[117003]: from='client.137820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:12 smithi161 ceph-mon[116604]: 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-07T07:24:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:12 smithi028 ceph-mon[112123]: 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-07T07:24:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:12 smithi138 ceph-mon[117003]: 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-07T07:24:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:14 smithi161 ceph-mon[116604]: pgmap v4727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:24:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:14 smithi028 ceph-mon[112123]: pgmap v4727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:24:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:14 smithi138 ceph-mon[117003]: pgmap v4727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:24:15.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:15.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:15.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:16.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:16.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:16.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:16.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:16.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:16 smithi161 ceph-mon[116604]: pgmap v4728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:16 smithi028 ceph-mon[112123]: pgmap v4728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:16 smithi138 ceph-mon[117003]: pgmap v4728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:17 smithi161 ceph-mon[116604]: from='client.137898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:17.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:17 smithi138 ceph-mon[117003]: from='client.137898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:17.546 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:17 smithi028 ceph-mon[112123]: from='client.137898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:18 smithi161 ceph-mon[116604]: 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-07T07:24:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:18 smithi028 ceph-mon[112123]: 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-07T07:24:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:18 smithi138 ceph-mon[117003]: 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-07T07:24:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:24:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:24:19.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:24:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:20 smithi161 ceph-mon[116604]: 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-07T07:24:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:24:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:24:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:24:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:20 smithi028 ceph-mon[112123]: 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-07T07:24:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:24:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:24:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:24:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:20 smithi138 ceph-mon[117003]: 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-07T07:24:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:24:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:24:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:24:21.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:21.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:21.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:22.126 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:22.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:22.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:22.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:22.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:22 smithi161 ceph-mon[116604]: 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-07T07:24:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:22 smithi028 ceph-mon[112123]: 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-07T07:24:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:22 smithi138 ceph-mon[117003]: 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-07T07:24:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:23 smithi161 ceph-mon[116604]: from='client.137973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:23 smithi028 ceph-mon[112123]: from='client.137973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:23 smithi138 ceph-mon[117003]: from='client.137973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:24 smithi161 ceph-mon[116604]: 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-07T07:24:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:24 smithi028 ceph-mon[112123]: 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-07T07:24:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:24 smithi138 ceph-mon[117003]: 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-07T07:24:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:26 smithi161 ceph-mon[116604]: 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-07T07:24:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:26 smithi028 ceph-mon[112123]: 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-07T07:24:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:26 smithi138 ceph-mon[117003]: 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-07T07:24:27.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:27.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:27.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:27.907 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:27.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:27.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:27.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:27.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:28 smithi161 ceph-mon[116604]: 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-07T07:24:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:28 smithi028 ceph-mon[112123]: 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-07T07:24:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:28 smithi138 ceph-mon[117003]: 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-07T07:24:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:29 smithi161 ceph-mon[116604]: from='client.138051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:29 smithi028 ceph-mon[112123]: from='client.138051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:29 smithi138 ceph-mon[117003]: from='client.138051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:30 smithi161 ceph-mon[116604]: 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-07T07:24:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:30 smithi028 ceph-mon[112123]: 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-07T07:24:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:30 smithi138 ceph-mon[117003]: 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-07T07:24:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:32 smithi161 ceph-mon[116604]: 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-07T07:24:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:32 smithi028 ceph-mon[112123]: 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-07T07:24:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:32 smithi138 ceph-mon[117003]: 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-07T07:24:32.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:32.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:32.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:33.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:33.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:33.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:33.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:33.682 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:34 smithi161 ceph-mon[116604]: 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-07T07:24:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:34 smithi028 ceph-mon[112123]: 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-07T07:24:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:34 smithi138 ceph-mon[117003]: 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-07T07:24:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:35 smithi161 ceph-mon[116604]: from='client.138129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:35 smithi028 ceph-mon[112123]: from='client.138129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:35 smithi138 ceph-mon[117003]: from='client.138129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:36 smithi161 ceph-mon[116604]: 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-07T07:24:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:36 smithi028 ceph-mon[112123]: 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-07T07:24:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:36 smithi138 ceph-mon[117003]: 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-07T07:24:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:38 smithi161 ceph-mon[116604]: 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-07T07:24:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:38 smithi028 ceph-mon[112123]: 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-07T07:24:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:38 smithi138 ceph-mon[117003]: 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-07T07:24:38.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:38.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:38.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:39.457 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:39.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:39.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:39.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:39.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:40 smithi161 ceph-mon[116604]: 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-07T07:24:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:40 smithi161 ceph-mon[116604]: from='client.138204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:40 smithi028 ceph-mon[112123]: 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-07T07:24:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:40 smithi028 ceph-mon[112123]: from='client.138204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:40 smithi138 ceph-mon[117003]: 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-07T07:24:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:40 smithi138 ceph-mon[117003]: from='client.138204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:42 smithi161 ceph-mon[116604]: pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:42 smithi028 ceph-mon[112123]: pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:42 smithi138 ceph-mon[117003]: pgmap v4741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:44 smithi161 ceph-mon[116604]: pgmap v4742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:24:44.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:44.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:44.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:44 smithi028 ceph-mon[112123]: pgmap v4742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:24:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:44 smithi138 ceph-mon[117003]: pgmap v4742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:24:45.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:45.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:45.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:45.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:45.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:46 smithi161 ceph-mon[116604]: 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-07T07:24:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:46 smithi161 ceph-mon[116604]: from='client.138279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:46 smithi028 ceph-mon[112123]: 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-07T07:24:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:46 smithi028 ceph-mon[112123]: from='client.138279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:46 smithi138 ceph-mon[117003]: 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-07T07:24:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:46 smithi138 ceph-mon[117003]: from='client.138279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:48 smithi161 ceph-mon[116604]: 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-07T07:24:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:48 smithi028 ceph-mon[112123]: 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-07T07:24:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:48 smithi138 ceph-mon[117003]: 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-07T07:24:50.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:50.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:50.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:50 smithi161 ceph-mon[116604]: 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-07T07:24:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:50 smithi028 ceph-mon[112123]: 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-07T07:24:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:50 smithi138 ceph-mon[117003]: 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-07T07:24:51.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:51.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:51.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:51.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:51.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:52 smithi161 ceph-mon[116604]: 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-07T07:24:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:52 smithi161 ceph-mon[116604]: from='client.138351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:52 smithi028 ceph-mon[112123]: 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-07T07:24:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:52 smithi028 ceph-mon[112123]: from='client.138351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:52 smithi138 ceph-mon[117003]: 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-07T07:24:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:52 smithi138 ceph-mon[117003]: from='client.138351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:54 smithi161 ceph-mon[116604]: pgmap v4747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:54 smithi028 ceph-mon[112123]: pgmap v4747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:54 smithi138 ceph-mon[117003]: pgmap v4747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:24:56.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:24:56.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:24:56.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:24:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:56 smithi161 ceph-mon[116604]: pgmap v4748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:24:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:56 smithi028 ceph-mon[112123]: pgmap v4748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:24:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:56 smithi138 ceph-mon[117003]: pgmap v4748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:24:56.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:24:56.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:24:56.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:24:56.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:24:56.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:24:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:58 smithi161 ceph-mon[116604]: from='client.138429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:24:58 smithi161 ceph-mon[116604]: 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-07T07:24:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:58 smithi028 ceph-mon[112123]: from='client.138429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:24:58 smithi028 ceph-mon[112123]: 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-07T07:24:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:58 smithi138 ceph-mon[117003]: from='client.138429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:24:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:24:58 smithi138 ceph-mon[117003]: 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-07T07:25:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:00 smithi161 ceph-mon[116604]: 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-07T07:25:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:00 smithi028 ceph-mon[112123]: 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-07T07:25:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:00 smithi138 ceph-mon[117003]: 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-07T07:25:01.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:01.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:01.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:02 smithi161 ceph-mon[116604]: 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-07T07:25:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:02 smithi028 ceph-mon[112123]: 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-07T07:25:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:02 smithi138 ceph-mon[117003]: 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-07T07:25:02.577 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:02.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:02.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:02.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:02.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:03 smithi161 ceph-mon[116604]: from='client.138501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:03 smithi028 ceph-mon[112123]: from='client.138501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:03 smithi138 ceph-mon[117003]: from='client.138501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:04 smithi161 ceph-mon[116604]: 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-07T07:25:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:04 smithi028 ceph-mon[112123]: 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-07T07:25:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:04 smithi138 ceph-mon[117003]: 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-07T07:25:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:06 smithi161 ceph-mon[116604]: 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-07T07:25:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:06 smithi028 ceph-mon[112123]: 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-07T07:25:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:06 smithi138 ceph-mon[117003]: 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-07T07:25:07.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:07.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:07.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:08.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:08.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:08.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:08.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:08.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:08 smithi161 ceph-mon[116604]: 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-07T07:25:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:08 smithi028 ceph-mon[112123]: 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-07T07:25:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:08 smithi138 ceph-mon[117003]: 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-07T07:25:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:09 smithi161 ceph-mon[116604]: from='client.138576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:09 smithi028 ceph-mon[112123]: from='client.138576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:09 smithi138 ceph-mon[117003]: from='client.138576 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:10 smithi161 ceph-mon[116604]: 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-07T07:25:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:10 smithi028 ceph-mon[112123]: 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-07T07:25:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:10 smithi138 ceph-mon[117003]: 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-07T07:25:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:12 smithi028 ceph-mon[112123]: 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-07T07:25:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:12 smithi138 ceph-mon[117003]: 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-07T07:25:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:12 smithi161 ceph-mon[116604]: 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-07T07:25:13.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:13.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:13.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:14.134 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:14.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:14.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:14.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:14.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:14 smithi028 ceph-mon[112123]: 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-07T07:25:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:14 smithi138 ceph-mon[117003]: 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-07T07:25:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:14 smithi161 ceph-mon[116604]: 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-07T07:25:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:15 smithi028 ceph-mon[112123]: from='client.138654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:15 smithi138 ceph-mon[117003]: from='client.138654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:15 smithi161 ceph-mon[116604]: from='client.138654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:16 smithi028 ceph-mon[112123]: pgmap v4758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:25:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:16 smithi138 ceph-mon[117003]: pgmap v4758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:25:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:16 smithi161 ceph-mon[116604]: pgmap v4758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:25:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:18 smithi028 ceph-mon[112123]: pgmap v4759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:25:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:18 smithi138 ceph-mon[117003]: pgmap v4759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:25:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:18 smithi161 ceph-mon[116604]: pgmap v4759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:25:19.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:19.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:19.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:19.934 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:19.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:19.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:19.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:19.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:20 smithi028 ceph-mon[112123]: pgmap v4760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:25:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:25:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:20 smithi138 ceph-mon[117003]: pgmap v4760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:25:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:25:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:20 smithi161 ceph-mon[116604]: pgmap v4760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:25:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:25:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:21 smithi028 ceph-mon[112123]: from='client.138732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:25:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:25:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:25:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:21 smithi138 ceph-mon[117003]: from='client.138732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:25:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:25:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:25:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:21 smithi161 ceph-mon[116604]: from='client.138732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:25:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:25:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:25:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:22 smithi028 ceph-mon[112123]: pgmap v4761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:25:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:22 smithi138 ceph-mon[117003]: pgmap v4761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:25:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:22 smithi161 ceph-mon[116604]: pgmap v4761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:25:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:24 smithi028 ceph-mon[112123]: pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:25:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:24 smithi138 ceph-mon[117003]: pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:25:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:24 smithi161 ceph-mon[116604]: pgmap v4762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:25:24.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:24.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:24.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:25.703 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:25.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:25.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:25.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:25.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:26 smithi028 ceph-mon[112123]: 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-07T07:25:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:26 smithi138 ceph-mon[117003]: 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-07T07:25:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:26 smithi161 ceph-mon[116604]: 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-07T07:25:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:27 smithi138 ceph-mon[117003]: from='client.138810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:27 smithi161 ceph-mon[116604]: from='client.138810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:27 smithi028 ceph-mon[112123]: from='client.138810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:28 smithi138 ceph-mon[117003]: pgmap v4764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:25:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:28 smithi161 ceph-mon[116604]: pgmap v4764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:25:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:28 smithi028 ceph-mon[112123]: pgmap v4764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:25:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:30 smithi138 ceph-mon[117003]: pgmap v4765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:25:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:30 smithi161 ceph-mon[116604]: pgmap v4765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:25:30.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:30.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:30.706 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:30 smithi028 ceph-mon[112123]: pgmap v4765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T07:25:31.474 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:31.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:31.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:31.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:31.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:32 smithi138 ceph-mon[117003]: pgmap v4766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:25:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:32 smithi138 ceph-mon[117003]: from='client.138888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:32 smithi161 ceph-mon[116604]: pgmap v4766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:25:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:32 smithi161 ceph-mon[116604]: from='client.138888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:32 smithi028 ceph-mon[112123]: pgmap v4766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T07:25:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:32 smithi028 ceph-mon[112123]: from='client.138888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:34 smithi138 ceph-mon[117003]: pgmap v4767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:25:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:34 smithi161 ceph-mon[116604]: pgmap v4767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:25:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:34 smithi028 ceph-mon[112123]: pgmap v4767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:25:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:35 smithi138 ceph-mon[117003]: pgmap v4768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:25:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:35 smithi161 ceph-mon[116604]: pgmap v4768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:25:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:35 smithi028 ceph-mon[112123]: pgmap v4768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:25:36.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:36.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:36.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:37.241 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:37.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:37.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:37.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:37.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:38 smithi161 ceph-mon[116604]: 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-07T07:25:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:38 smithi161 ceph-mon[116604]: from='client.138960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:38 smithi028 ceph-mon[112123]: 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-07T07:25:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:38 smithi028 ceph-mon[112123]: from='client.138960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:38 smithi138 ceph-mon[117003]: 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-07T07:25:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:38 smithi138 ceph-mon[117003]: from='client.138960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:40 smithi161 ceph-mon[116604]: 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-07T07:25:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:40 smithi028 ceph-mon[112123]: 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-07T07:25:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:40 smithi138 ceph-mon[117003]: 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-07T07:25:42.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:42.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:42.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:42 smithi161 ceph-mon[116604]: 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-07T07:25:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:42 smithi028 ceph-mon[112123]: 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-07T07:25:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:42 smithi138 ceph-mon[117003]: 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-07T07:25:43.009 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:43.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:43.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:43.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:43.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:44 smithi161 ceph-mon[116604]: 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-07T07:25:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:44 smithi161 ceph-mon[116604]: from='client.139038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:44 smithi028 ceph-mon[112123]: 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-07T07:25:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:44 smithi028 ceph-mon[112123]: from='client.139038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:44 smithi138 ceph-mon[117003]: 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-07T07:25:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:44 smithi138 ceph-mon[117003]: from='client.139038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:46 smithi161 ceph-mon[116604]: 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-07T07:25:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:46 smithi028 ceph-mon[112123]: 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-07T07:25:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:46 smithi138 ceph-mon[117003]: 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-07T07:25:48.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:48.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:48.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:48 smithi161 ceph-mon[116604]: 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-07T07:25:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:48 smithi028 ceph-mon[112123]: 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-07T07:25:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:48 smithi138 ceph-mon[117003]: 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-07T07:25:48.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:48.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:48.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:48.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:48.775 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:50 smithi161 ceph-mon[116604]: from='client.139113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:50 smithi161 ceph-mon[116604]: 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-07T07:25:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:50 smithi028 ceph-mon[112123]: from='client.139113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:50 smithi028 ceph-mon[112123]: 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-07T07:25:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:50 smithi138 ceph-mon[117003]: from='client.139113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:50 smithi138 ceph-mon[117003]: 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-07T07:25:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:52 smithi161 ceph-mon[116604]: 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-07T07:25:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:52 smithi028 ceph-mon[112123]: 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-07T07:25:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:52 smithi138 ceph-mon[117003]: 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-07T07:25:53.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:53.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:53.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:25:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:54 smithi161 ceph-mon[116604]: 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-07T07:25:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:54 smithi028 ceph-mon[112123]: 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-07T07:25:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:54 smithi138 ceph-mon[117003]: 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-07T07:25:54.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:25:54.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:25:54.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:25:54.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:25:54.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:25:55.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:55 smithi161 ceph-mon[116604]: from='client.139188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:55.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:55 smithi028 ceph-mon[112123]: from='client.139188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:55 smithi138 ceph-mon[117003]: from='client.139188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:56 smithi161 ceph-mon[116604]: pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:56 smithi028 ceph-mon[112123]: pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:25:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:56 smithi138 ceph-mon[117003]: pgmap v4778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:25:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:25:58 smithi161 ceph-mon[116604]: pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:25:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:25:58 smithi028 ceph-mon[112123]: pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:25:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:25:58 smithi138 ceph-mon[117003]: pgmap v4779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:25:59.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:25:59.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:25:59.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:00.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:00.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:00.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:00.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:00.329 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:00 smithi161 ceph-mon[116604]: pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:00 smithi028 ceph-mon[112123]: pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:00 smithi138 ceph-mon[117003]: pgmap v4780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:01 smithi161 ceph-mon[116604]: from='client.139260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:01 smithi028 ceph-mon[112123]: from='client.139260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:01 smithi138 ceph-mon[117003]: from='client.139260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:02 smithi161 ceph-mon[116604]: pgmap v4781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:02 smithi028 ceph-mon[112123]: pgmap v4781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:02 smithi138 ceph-mon[117003]: pgmap v4781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:04 smithi161 ceph-mon[116604]: pgmap v4782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:04 smithi028 ceph-mon[112123]: pgmap v4782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:04 smithi138 ceph-mon[117003]: pgmap v4782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:05.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:05.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:05.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:06.116 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:06.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:06.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:06.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:06.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:06 smithi161 ceph-mon[116604]: 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-07T07:26:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:06 smithi028 ceph-mon[112123]: 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-07T07:26:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:06 smithi138 ceph-mon[117003]: 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-07T07:26:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:07 smithi161 ceph-mon[116604]: from='client.139338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:07 smithi028 ceph-mon[112123]: from='client.139338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:07 smithi138 ceph-mon[117003]: from='client.139338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:08 smithi161 ceph-mon[116604]: pgmap v4784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:08 smithi028 ceph-mon[112123]: pgmap v4784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:08 smithi138 ceph-mon[117003]: pgmap v4784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:10 smithi161 ceph-mon[116604]: pgmap v4785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:10 smithi028 ceph-mon[112123]: pgmap v4785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:10 smithi138 ceph-mon[117003]: pgmap v4785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:11.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:11.119 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:11.119 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:11.898 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:11.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:11.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:11.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:11.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:12 smithi161 ceph-mon[116604]: pgmap v4786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:26:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:12 smithi028 ceph-mon[112123]: pgmap v4786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:26:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:12 smithi138 ceph-mon[117003]: pgmap v4786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:26:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:13 smithi161 ceph-mon[116604]: from='client.139407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:13 smithi028 ceph-mon[112123]: from='client.139407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:13 smithi138 ceph-mon[117003]: from='client.139407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:14 smithi161 ceph-mon[116604]: pgmap v4787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:14 smithi028 ceph-mon[112123]: pgmap v4787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:14 smithi138 ceph-mon[117003]: pgmap v4787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:16 smithi161 ceph-mon[116604]: pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:26:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:16 smithi028 ceph-mon[112123]: pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:26:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:16 smithi138 ceph-mon[117003]: pgmap v4788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:26:16.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:16.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:16.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:17.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:17.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:17.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:17.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:17.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:18 smithi161 ceph-mon[116604]: 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-07T07:26:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:18 smithi028 ceph-mon[112123]: 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-07T07:26:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:18 smithi138 ceph-mon[117003]: 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-07T07:26:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:19 smithi161 ceph-mon[116604]: from='client.139485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:19 smithi028 ceph-mon[112123]: from='client.139485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:19 smithi138 ceph-mon[117003]: from='client.139485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:20 smithi161 ceph-mon[116604]: 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-07T07:26:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:20 smithi028 ceph-mon[112123]: 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-07T07:26:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:20 smithi138 ceph-mon[117003]: 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-07T07:26:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:26:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:26:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:26:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:26:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:26:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:26:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:26:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:26:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:26:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:26:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:26:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:26:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:22 smithi161 ceph-mon[116604]: 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-07T07:26:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:22 smithi028 ceph-mon[112123]: 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-07T07:26:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:22 smithi138 ceph-mon[117003]: 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-07T07:26:22.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:22.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:22.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:23.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:23.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:23.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:23.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:23.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:24 smithi161 ceph-mon[116604]: 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-07T07:26:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:24 smithi161 ceph-mon[116604]: from='client.139560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:24 smithi028 ceph-mon[112123]: 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-07T07:26:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:24 smithi028 ceph-mon[112123]: from='client.139560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:24 smithi138 ceph-mon[117003]: 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-07T07:26:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:24 smithi138 ceph-mon[117003]: from='client.139560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:26 smithi161 ceph-mon[116604]: 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-07T07:26:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:26 smithi028 ceph-mon[112123]: 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-07T07:26:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:26 smithi138 ceph-mon[117003]: 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-07T07:26:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:28 smithi161 ceph-mon[116604]: 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-07T07:26:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:28 smithi028 ceph-mon[112123]: 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-07T07:26:28.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:28.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:28.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:28 smithi138 ceph-mon[117003]: 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-07T07:26:29.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:29.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:29.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:29.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:29.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:30 smithi161 ceph-mon[116604]: 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-07T07:26:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:30 smithi161 ceph-mon[116604]: from='client.139635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:30 smithi028 ceph-mon[112123]: 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-07T07:26:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:30 smithi028 ceph-mon[112123]: from='client.139635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:30 smithi138 ceph-mon[117003]: 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-07T07:26:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:30 smithi138 ceph-mon[117003]: from='client.139635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:32 smithi161 ceph-mon[116604]: pgmap v4796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T07:26:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:32 smithi028 ceph-mon[112123]: pgmap v4796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T07:26:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:32 smithi138 ceph-mon[117003]: pgmap v4796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T07:26:34.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:34.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:34.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:34 smithi161 ceph-mon[116604]: pgmap v4797: 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-07T07:26:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:34 smithi028 ceph-mon[112123]: pgmap v4797: 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-07T07:26:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:34 smithi138 ceph-mon[117003]: pgmap v4797: 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-07T07:26:34.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:34.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:34.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:34.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:34.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:36 smithi028 ceph-mon[112123]: pgmap v4798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:36 smithi028 ceph-mon[112123]: from='client.139713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:36 smithi138 ceph-mon[117003]: pgmap v4798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:36 smithi138 ceph-mon[117003]: from='client.139713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:36 smithi161 ceph-mon[116604]: pgmap v4798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:36 smithi161 ceph-mon[116604]: from='client.139713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:38 smithi028 ceph-mon[112123]: pgmap v4799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:38 smithi138 ceph-mon[117003]: pgmap v4799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:38 smithi161 ceph-mon[116604]: pgmap v4799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:39.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:39.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:39.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:40 smithi028 ceph-mon[112123]: pgmap v4800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:40 smithi138 ceph-mon[117003]: pgmap v4800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:40 smithi161 ceph-mon[116604]: pgmap v4800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:26:40.777 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:40.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:40.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:40.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:40.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:42 smithi028 ceph-mon[112123]: from='client.139782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:42 smithi028 ceph-mon[112123]: 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-07T07:26:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:42 smithi138 ceph-mon[117003]: from='client.139782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:42 smithi138 ceph-mon[117003]: 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-07T07:26:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:42 smithi161 ceph-mon[116604]: from='client.139782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:42 smithi161 ceph-mon[116604]: 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-07T07:26:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:44 smithi028 ceph-mon[112123]: pgmap v4802: 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-07T07:26:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:44 smithi138 ceph-mon[117003]: pgmap v4802: 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-07T07:26:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:44 smithi161 ceph-mon[116604]: pgmap v4802: 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-07T07:26:45.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:45.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:45.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:46 smithi028 ceph-mon[112123]: pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T07:26:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:46 smithi138 ceph-mon[117003]: pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T07:26:46.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:46.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:46.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:46.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:46.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:46 smithi161 ceph-mon[116604]: pgmap v4803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T07:26:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:47 smithi028 ceph-mon[112123]: from='client.139857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:47 smithi138 ceph-mon[117003]: from='client.139857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:47 smithi161 ceph-mon[116604]: from='client.139857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:48 smithi028 ceph-mon[112123]: pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:48 smithi138 ceph-mon[117003]: pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:48 smithi161 ceph-mon[116604]: pgmap v4804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:50 smithi028 ceph-mon[112123]: pgmap v4805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:50 smithi138 ceph-mon[117003]: pgmap v4805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:50 smithi161 ceph-mon[116604]: pgmap v4805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:26:51.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:51.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:51.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:52.342 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:52.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:52.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:52.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:52.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:52 smithi028 ceph-mon[112123]: pgmap v4806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:26:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:52 smithi138 ceph-mon[117003]: pgmap v4806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:26:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:52 smithi161 ceph-mon[116604]: pgmap v4806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:26:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:53 smithi138 ceph-mon[117003]: from='client.139935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:53 smithi161 ceph-mon[116604]: from='client.139935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:53 smithi028 ceph-mon[112123]: from='client.139935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:54 smithi138 ceph-mon[117003]: 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-07T07:26:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:54 smithi161 ceph-mon[116604]: 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-07T07:26:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:54 smithi028 ceph-mon[112123]: 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-07T07:26:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:56 smithi138 ceph-mon[117003]: 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-07T07:26:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:56 smithi161 ceph-mon[116604]: 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-07T07:26:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:56 smithi028 ceph-mon[112123]: 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-07T07:26:57.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:26:57.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:26:57.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:26:58.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:26:58.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:26:58.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:26:58.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:26:58.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:26:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:58 smithi138 ceph-mon[117003]: 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-07T07:26:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:58 smithi161 ceph-mon[116604]: 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-07T07:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:58 smithi028 ceph-mon[112123]: 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-07T07:26:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:26:59 smithi138 ceph-mon[117003]: from='client.140007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:26:59 smithi161 ceph-mon[116604]: from='client.140007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:26:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:26:59 smithi028 ceph-mon[112123]: from='client.140007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:00 smithi138 ceph-mon[117003]: 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-07T07:27:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:00 smithi161 ceph-mon[116604]: 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-07T07:27:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:00 smithi028 ceph-mon[112123]: 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-07T07:27:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:02 smithi138 ceph-mon[117003]: 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-07T07:27:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:02 smithi161 ceph-mon[116604]: 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-07T07:27:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:02 smithi028 ceph-mon[112123]: 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-07T07:27:03.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:03.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:03.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:03.903 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:03.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:03.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:03.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:03.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:04 smithi138 ceph-mon[117003]: 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-07T07:27:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:04 smithi161 ceph-mon[116604]: 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-07T07:27:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:04 smithi028 ceph-mon[112123]: 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-07T07:27:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:05 smithi138 ceph-mon[117003]: from='client.140082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:05 smithi161 ceph-mon[116604]: from='client.140082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:05 smithi028 ceph-mon[112123]: from='client.140082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:06 smithi138 ceph-mon[117003]: 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-07T07:27:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:06 smithi161 ceph-mon[116604]: 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-07T07:27:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:06 smithi028 ceph-mon[112123]: 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-07T07:27:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:07 smithi138 ceph-mon[117003]: 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-07T07:27:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:07 smithi161 ceph-mon[116604]: 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-07T07:27:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:07 smithi028 ceph-mon[112123]: 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-07T07:27:08.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:08.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:08.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:09.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:09.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:09.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:09.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:09.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:09 smithi138 ceph-mon[117003]: 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-07T07:27:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:09 smithi161 ceph-mon[116604]: 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-07T07:27:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:09 smithi028 ceph-mon[112123]: 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-07T07:27:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:10 smithi138 ceph-mon[117003]: from='client.140157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:10 smithi161 ceph-mon[116604]: from='client.140157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:10 smithi028 ceph-mon[112123]: from='client.140157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:12 smithi161 ceph-mon[116604]: pgmap v4816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:12 smithi028 ceph-mon[112123]: pgmap v4816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:12 smithi138 ceph-mon[117003]: pgmap v4816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:14 smithi161 ceph-mon[116604]: pgmap v4817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:14 smithi028 ceph-mon[112123]: pgmap v4817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:14 smithi138 ceph-mon[117003]: pgmap v4817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:14.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:14.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:14.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:15.436 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:15.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:15.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:15.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:15.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:16 smithi161 ceph-mon[116604]: pgmap v4818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:16 smithi161 ceph-mon[116604]: from='client.140235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:16 smithi028 ceph-mon[112123]: pgmap v4818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:16 smithi028 ceph-mon[112123]: from='client.140235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:16 smithi138 ceph-mon[117003]: pgmap v4818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:16 smithi138 ceph-mon[117003]: from='client.140235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:18 smithi161 ceph-mon[116604]: pgmap v4819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:18 smithi028 ceph-mon[112123]: pgmap v4819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:18 smithi138 ceph-mon[117003]: pgmap v4819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:20.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:20.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:20.439 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:20 smithi161 ceph-mon[116604]: pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:20 smithi028 ceph-mon[112123]: pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:20 smithi138 ceph-mon[117003]: pgmap v4820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:21.207 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:21.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:21.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:21.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:21.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: 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-07T07:27:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='client.140310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:27:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:27:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:27:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: 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-07T07:27:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='client.140310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:27:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:27:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:27:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: 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-07T07:27:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='client.140310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:27:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:27:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:27:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:27:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:24 smithi161 ceph-mon[116604]: pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:24 smithi028 ceph-mon[112123]: pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:24 smithi138 ceph-mon[117003]: pgmap v4822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:26.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:26.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:26.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:26 smithi161 ceph-mon[116604]: pgmap v4823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:27:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:26 smithi028 ceph-mon[112123]: pgmap v4823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:27:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:26 smithi138 ceph-mon[117003]: pgmap v4823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:27:26.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:26.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:26.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:26.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:26.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:28 smithi161 ceph-mon[116604]: pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:28 smithi161 ceph-mon[116604]: from='client.140388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:28 smithi028 ceph-mon[112123]: pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:28 smithi028 ceph-mon[112123]: from='client.140388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:28 smithi138 ceph-mon[117003]: pgmap v4824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:28 smithi138 ceph-mon[117003]: from='client.140388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:30 smithi161 ceph-mon[116604]: pgmap v4825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:30 smithi028 ceph-mon[112123]: pgmap v4825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:30 smithi138 ceph-mon[117003]: pgmap v4825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:31.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:31.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:31.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:32 smithi161 ceph-mon[116604]: pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:27:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:32 smithi028 ceph-mon[112123]: pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:27:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:32 smithi138 ceph-mon[117003]: pgmap v4826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:27:32.763 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:32.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:32.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:32.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:32.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:34 smithi161 ceph-mon[116604]: from='client.140463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:34 smithi161 ceph-mon[116604]: 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-07T07:27:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:34 smithi028 ceph-mon[112123]: from='client.140463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:34 smithi028 ceph-mon[112123]: 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-07T07:27:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:34 smithi138 ceph-mon[117003]: from='client.140463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:34 smithi138 ceph-mon[117003]: 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-07T07:27:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:36 smithi161 ceph-mon[116604]: 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-07T07:27:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:36 smithi028 ceph-mon[112123]: 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-07T07:27:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:36 smithi138 ceph-mon[117003]: 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-07T07:27:37.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:37.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:37.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:38 smithi161 ceph-mon[116604]: 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-07T07:27:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:38 smithi028 ceph-mon[112123]: 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-07T07:27:38.532 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:38.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:38.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:38.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:38.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:38 smithi138 ceph-mon[117003]: 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-07T07:27:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:39 smithi161 ceph-mon[116604]: from='client.140538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:39 smithi028 ceph-mon[112123]: from='client.140538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:39 smithi138 ceph-mon[117003]: from='client.140538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:40 smithi161 ceph-mon[116604]: 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-07T07:27:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:40 smithi028 ceph-mon[112123]: 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-07T07:27:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:40 smithi138 ceph-mon[117003]: 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-07T07:27:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:42 smithi161 ceph-mon[116604]: 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-07T07:27:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:42 smithi028 ceph-mon[112123]: 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-07T07:27:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:42 smithi138 ceph-mon[117003]: 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-07T07:27:43.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:43.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:43.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:44.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:44.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:44.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:44.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:44.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:44 smithi161 ceph-mon[116604]: 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-07T07:27:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:44 smithi028 ceph-mon[112123]: 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-07T07:27:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:44 smithi138 ceph-mon[117003]: 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-07T07:27:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:45 smithi161 ceph-mon[116604]: from='client.140610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:45 smithi028 ceph-mon[112123]: from='client.140610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:45 smithi138 ceph-mon[117003]: from='client.140610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:46 smithi161 ceph-mon[116604]: pgmap v4833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:27:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:46 smithi028 ceph-mon[112123]: pgmap v4833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:27:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:46 smithi138 ceph-mon[117003]: pgmap v4833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:27:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:48 smithi161 ceph-mon[116604]: pgmap v4834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:27:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:48 smithi028 ceph-mon[112123]: pgmap v4834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:27:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:48 smithi138 ceph-mon[117003]: pgmap v4834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:27:49.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:49.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:49.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:50.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:50.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:50.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:50.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:50.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:50 smithi161 ceph-mon[116604]: pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:27:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:50 smithi028 ceph-mon[112123]: pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:27:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:50 smithi138 ceph-mon[117003]: pgmap v4835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:27:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:51 smithi161 ceph-mon[116604]: from='client.140685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:51 smithi028 ceph-mon[112123]: from='client.140685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:51 smithi138 ceph-mon[117003]: from='client.140685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:52 smithi161 ceph-mon[116604]: pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:52 smithi028 ceph-mon[112123]: pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:52 smithi138 ceph-mon[117003]: pgmap v4836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:54 smithi161 ceph-mon[116604]: pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:54 smithi028 ceph-mon[112123]: pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:54 smithi138 ceph-mon[117003]: pgmap v4837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:27:55.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:27:55.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:27:55.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:27:55.871 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:27:55.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:27:55.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:27:55.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:27:55.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:27:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:56 smithi161 ceph-mon[116604]: pgmap v4838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:56 smithi028 ceph-mon[112123]: pgmap v4838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:56 smithi138 ceph-mon[117003]: pgmap v4838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:27:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:57 smithi161 ceph-mon[116604]: from='client.140754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:57 smithi028 ceph-mon[112123]: from='client.140754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:57 smithi138 ceph-mon[117003]: from='client.140754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:27:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:27:58 smithi161 ceph-mon[116604]: pgmap v4839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:27:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:27:58 smithi028 ceph-mon[112123]: pgmap v4839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:27:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:27:58 smithi138 ceph-mon[117003]: pgmap v4839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:28:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:00 smithi161 ceph-mon[116604]: pgmap v4840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:28:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:00 smithi028 ceph-mon[112123]: pgmap v4840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:28:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:00 smithi138 ceph-mon[117003]: pgmap v4840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:28:00.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:00.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:00.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:01.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:01.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:01.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:01.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:01.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:02 smithi028 ceph-mon[112123]: pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:28:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:02 smithi028 ceph-mon[112123]: from='client.140832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:02 smithi138 ceph-mon[117003]: pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:28:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:02 smithi138 ceph-mon[117003]: from='client.140832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:02 smithi161 ceph-mon[116604]: pgmap v4841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:28:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:02 smithi161 ceph-mon[116604]: from='client.140832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:04 smithi028 ceph-mon[112123]: pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:04 smithi138 ceph-mon[117003]: pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:04 smithi161 ceph-mon[116604]: pgmap v4842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:06 smithi028 ceph-mon[112123]: pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:06 smithi138 ceph-mon[117003]: pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:06.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:06.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:06.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:06 smithi161 ceph-mon[116604]: pgmap v4843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:07.442 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:07.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:07.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:07.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:07.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:08 smithi028 ceph-mon[112123]: pgmap v4844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:08 smithi028 ceph-mon[112123]: from='client.140907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:08 smithi138 ceph-mon[117003]: pgmap v4844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:08 smithi138 ceph-mon[117003]: from='client.140907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:08 smithi161 ceph-mon[116604]: pgmap v4844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:08 smithi161 ceph-mon[116604]: from='client.140907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:10 smithi028 ceph-mon[112123]: pgmap v4845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:10 smithi138 ceph-mon[117003]: pgmap v4845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:10 smithi161 ceph-mon[116604]: pgmap v4845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:12.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:12.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:12.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:12 smithi028 ceph-mon[112123]: pgmap v4846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:12 smithi138 ceph-mon[117003]: pgmap v4846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:12 smithi161 ceph-mon[116604]: pgmap v4846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:13.230 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:13.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:13.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:13.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:13.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:14 smithi028 ceph-mon[112123]: 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-07T07:28:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:14 smithi028 ceph-mon[112123]: from='client.140985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:14 smithi138 ceph-mon[117003]: 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-07T07:28:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:14 smithi138 ceph-mon[117003]: from='client.140985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:14 smithi161 ceph-mon[116604]: 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-07T07:28:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:14 smithi161 ceph-mon[116604]: from='client.140985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:16 smithi028 ceph-mon[112123]: 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-07T07:28:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:16 smithi138 ceph-mon[117003]: 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-07T07:28:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:16 smithi161 ceph-mon[116604]: 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-07T07:28:18.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:18.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:18.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:18 smithi028 ceph-mon[112123]: 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-07T07:28:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:18 smithi138 ceph-mon[117003]: 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-07T07:28:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:18 smithi161 ceph-mon[116604]: 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-07T07:28:19.000 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:19.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:19.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:19.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:19.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:20 smithi028 ceph-mon[112123]: 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-07T07:28:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:20 smithi028 ceph-mon[112123]: from='client.141054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:20 smithi138 ceph-mon[117003]: 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-07T07:28:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:20 smithi138 ceph-mon[117003]: from='client.141054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:20 smithi161 ceph-mon[116604]: 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-07T07:28:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:20 smithi161 ceph-mon[116604]: from='client.141054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:22 smithi138 ceph-mon[117003]: 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-07T07:28:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:22 smithi161 ceph-mon[116604]: 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-07T07:28:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:22 smithi028 ceph-mon[112123]: 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-07T07:28:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:28:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:28:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:28:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:28:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:28:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:28:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:28:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:28:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:28:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:28:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:28:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:28:24.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:24.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:24.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:24 smithi138 ceph-mon[117003]: 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-07T07:28:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:24 smithi161 ceph-mon[116604]: 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-07T07:28:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:24 smithi028 ceph-mon[112123]: 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-07T07:28:24.773 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:24.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:24.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:24.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:24.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:26 smithi138 ceph-mon[117003]: from='client.141126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:26 smithi138 ceph-mon[117003]: pgmap v4853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:26 smithi161 ceph-mon[116604]: from='client.141126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:26 smithi161 ceph-mon[116604]: pgmap v4853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:26 smithi028 ceph-mon[112123]: from='client.141126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:26 smithi028 ceph-mon[112123]: pgmap v4853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:28 smithi138 ceph-mon[117003]: pgmap v4854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:28:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:28 smithi161 ceph-mon[116604]: pgmap v4854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:28:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:28 smithi028 ceph-mon[112123]: pgmap v4854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:28:29.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:29.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:29.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:30 smithi138 ceph-mon[117003]: pgmap v4855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:28:30.555 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:30.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:30.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:30.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:30.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:30 smithi161 ceph-mon[116604]: pgmap v4855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:28:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:30 smithi028 ceph-mon[112123]: pgmap v4855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:28:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:31 smithi138 ceph-mon[117003]: from='client.141198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:31 smithi161 ceph-mon[116604]: from='client.141198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:31 smithi028 ceph-mon[112123]: from='client.141198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:32 smithi138 ceph-mon[117003]: pgmap v4856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:32 smithi161 ceph-mon[116604]: pgmap v4856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:32 smithi028 ceph-mon[112123]: pgmap v4856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:34 smithi138 ceph-mon[117003]: pgmap v4857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:28:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:34 smithi161 ceph-mon[116604]: pgmap v4857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:28:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:34 smithi028 ceph-mon[112123]: pgmap v4857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:28:35.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:35.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:35.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:36.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:36.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:36.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:36.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:36.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:36 smithi138 ceph-mon[117003]: pgmap v4858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:36 smithi161 ceph-mon[116604]: pgmap v4858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:36 smithi028 ceph-mon[112123]: pgmap v4858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:37 smithi138 ceph-mon[117003]: from='client.141270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:37 smithi161 ceph-mon[116604]: from='client.141270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:37 smithi028 ceph-mon[112123]: from='client.141270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:38 smithi138 ceph-mon[117003]: 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-07T07:28:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:38 smithi161 ceph-mon[116604]: 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-07T07:28:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:38 smithi028 ceph-mon[112123]: 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-07T07:28:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:40 smithi138 ceph-mon[117003]: 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-07T07:28:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:40 smithi161 ceph-mon[116604]: 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-07T07:28:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:40 smithi028 ceph-mon[112123]: 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-07T07:28:41.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:41.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:41.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:42.131 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:42.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:42.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:42.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:42.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:42 smithi138 ceph-mon[117003]: pgmap v4861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:42 smithi161 ceph-mon[116604]: pgmap v4861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:42 smithi028 ceph-mon[112123]: pgmap v4861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:43 smithi138 ceph-mon[117003]: from='client.141345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:43 smithi161 ceph-mon[116604]: from='client.141345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:43 smithi028 ceph-mon[112123]: from='client.141345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:44 smithi138 ceph-mon[117003]: pgmap v4862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:44 smithi161 ceph-mon[116604]: pgmap v4862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:44 smithi028 ceph-mon[112123]: pgmap v4862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:45 smithi161 ceph-mon[116604]: pgmap v4863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:45 smithi028 ceph-mon[112123]: pgmap v4863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:45 smithi138 ceph-mon[117003]: pgmap v4863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:47.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:47.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:47.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:47.903 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:47.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:47.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:47.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:47.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:48 smithi161 ceph-mon[116604]: pgmap v4864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:48 smithi028 ceph-mon[112123]: pgmap v4864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:48 smithi138 ceph-mon[117003]: pgmap v4864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:49 smithi161 ceph-mon[116604]: from='client.141417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:49 smithi028 ceph-mon[112123]: from='client.141417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:49 smithi138 ceph-mon[117003]: from='client.141417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:50 smithi161 ceph-mon[116604]: pgmap v4865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:50 smithi028 ceph-mon[112123]: pgmap v4865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:50 smithi138 ceph-mon[117003]: pgmap v4865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:28:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:52 smithi161 ceph-mon[116604]: pgmap v4866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:52 smithi028 ceph-mon[112123]: pgmap v4866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:52 smithi138 ceph-mon[117003]: pgmap v4866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:28:52.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:52.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:52.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:53.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:53.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:53.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:53.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:53.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:28:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:54 smithi161 ceph-mon[116604]: 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-07T07:28:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:54 smithi028 ceph-mon[112123]: 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-07T07:28:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:54 smithi138 ceph-mon[117003]: 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-07T07:28:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:55 smithi161 ceph-mon[116604]: from='client.141492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:55 smithi028 ceph-mon[112123]: from='client.141492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:55 smithi138 ceph-mon[117003]: from='client.141492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:28:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:56 smithi161 ceph-mon[116604]: 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-07T07:28:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:56 smithi028 ceph-mon[112123]: 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-07T07:28:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:56 smithi138 ceph-mon[117003]: 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-07T07:28:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:28:58 smithi161 ceph-mon[116604]: 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-07T07:28:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:28:58 smithi028 ceph-mon[112123]: 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-07T07:28:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:28:58 smithi138 ceph-mon[117003]: 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-07T07:28:58.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:28:58.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:28:58.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:28:59.464 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:28:59.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:28:59.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:28:59.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:28:59.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:00 smithi161 ceph-mon[116604]: 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-07T07:29:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:00 smithi161 ceph-mon[116604]: from='client.141570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:00 smithi028 ceph-mon[112123]: 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-07T07:29:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:00 smithi028 ceph-mon[112123]: from='client.141570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:00 smithi138 ceph-mon[117003]: 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-07T07:29:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:00 smithi138 ceph-mon[117003]: from='client.141570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:02 smithi161 ceph-mon[116604]: pgmap v4871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:02 smithi028 ceph-mon[112123]: pgmap v4871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:02 smithi138 ceph-mon[117003]: pgmap v4871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:04 smithi161 ceph-mon[116604]: pgmap v4872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:04 smithi028 ceph-mon[112123]: pgmap v4872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:04.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:04.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:04.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:04 smithi138 ceph-mon[117003]: pgmap v4872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:05.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:05.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:05.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:05.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:05.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:06 smithi161 ceph-mon[116604]: pgmap v4873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:06 smithi161 ceph-mon[116604]: from='client.141648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:06 smithi028 ceph-mon[112123]: pgmap v4873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:06 smithi028 ceph-mon[112123]: from='client.141648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:06 smithi138 ceph-mon[117003]: pgmap v4873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:06 smithi138 ceph-mon[117003]: from='client.141648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:08 smithi161 ceph-mon[116604]: pgmap v4874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:08 smithi028 ceph-mon[112123]: pgmap v4874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:08 smithi138 ceph-mon[117003]: pgmap v4874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:10.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:10.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:10.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:10 smithi161 ceph-mon[116604]: pgmap v4875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:10 smithi028 ceph-mon[112123]: pgmap v4875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:10 smithi138 ceph-mon[117003]: pgmap v4875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:11.007 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:11.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:11.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:11.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:11.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:12 smithi161 ceph-mon[116604]: pgmap v4876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:12 smithi161 ceph-mon[116604]: from='client.141726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:12 smithi028 ceph-mon[112123]: pgmap v4876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:12 smithi028 ceph-mon[112123]: from='client.141726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:12 smithi138 ceph-mon[117003]: pgmap v4876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:12 smithi138 ceph-mon[117003]: from='client.141726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:14 smithi161 ceph-mon[116604]: 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-07T07:29:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:14 smithi028 ceph-mon[112123]: 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-07T07:29:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:14 smithi138 ceph-mon[117003]: 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-07T07:29:16.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:16.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:16.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:16 smithi161 ceph-mon[116604]: 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-07T07:29:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:16 smithi028 ceph-mon[112123]: 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-07T07:29:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:16 smithi138 ceph-mon[117003]: 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-07T07:29:16.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:16.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:16.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:16.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:16.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:18 smithi161 ceph-mon[116604]: from='client.141798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:18 smithi161 ceph-mon[116604]: 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-07T07:29:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:18 smithi028 ceph-mon[112123]: from='client.141798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:18 smithi028 ceph-mon[112123]: 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-07T07:29:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:18 smithi138 ceph-mon[117003]: from='client.141798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:18 smithi138 ceph-mon[117003]: 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-07T07:29:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:20 smithi161 ceph-mon[116604]: 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-07T07:29:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:20 smithi028 ceph-mon[112123]: 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-07T07:29:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:20 smithi138 ceph-mon[117003]: 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-07T07:29:21.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:21.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:21.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:22 smithi161 ceph-mon[116604]: pgmap v4881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:22 smithi028 ceph-mon[112123]: pgmap v4881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:22 smithi138 ceph-mon[117003]: pgmap v4881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:22.546 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:22.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:22.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:22.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:22.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:23 smithi028 ceph-mon[112123]: from='client.141873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:29:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:23 smithi138 ceph-mon[117003]: from='client.141873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:29:23.595 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:23 smithi161 ceph-mon[116604]: from='client.141873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:23.596 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:29:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:24 smithi028 ceph-mon[112123]: pgmap v4882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:24 smithi138 ceph-mon[117003]: pgmap v4882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:24 smithi161 ceph-mon[116604]: pgmap v4882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:29:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:29:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:29:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:29:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:29:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:29:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:29:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:26 smithi028 ceph-mon[112123]: pgmap v4883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:26 smithi138 ceph-mon[117003]: pgmap v4883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:26 smithi161 ceph-mon[116604]: pgmap v4883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:27.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:27.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:27.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:28.309 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:28.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:28.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:28.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:28.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:28 smithi028 ceph-mon[112123]: pgmap v4884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:28 smithi138 ceph-mon[117003]: pgmap v4884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:28 smithi161 ceph-mon[116604]: pgmap v4884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:29 smithi028 ceph-mon[112123]: from='client.141951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:29 smithi138 ceph-mon[117003]: from='client.141951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:29 smithi161 ceph-mon[116604]: from='client.141951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:30 smithi028 ceph-mon[112123]: pgmap v4885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:30 smithi138 ceph-mon[117003]: pgmap v4885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:30 smithi161 ceph-mon[116604]: pgmap v4885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:32 smithi028 ceph-mon[112123]: pgmap v4886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:32 smithi138 ceph-mon[117003]: pgmap v4886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:32 smithi161 ceph-mon[116604]: pgmap v4886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:33.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:33.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:33.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:34.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:34.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:34.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:34.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:34.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:34 smithi028 ceph-mon[112123]: 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-07T07:29:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:34 smithi138 ceph-mon[117003]: 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-07T07:29:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:34 smithi161 ceph-mon[116604]: 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-07T07:29:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:35 smithi028 ceph-mon[112123]: from='client.142023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:35 smithi138 ceph-mon[117003]: from='client.142023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:35 smithi161 ceph-mon[116604]: from='client.142023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:36 smithi028 ceph-mon[112123]: 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-07T07:29:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:36 smithi138 ceph-mon[117003]: 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-07T07:29:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:36 smithi161 ceph-mon[116604]: 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-07T07:29:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:38 smithi138 ceph-mon[117003]: 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-07T07:29:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:38 smithi161 ceph-mon[116604]: 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-07T07:29:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:38 smithi028 ceph-mon[112123]: 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-07T07:29:39.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:39.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:39.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:39.880 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:39.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:39.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:39.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:39.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:40 smithi138 ceph-mon[117003]: 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-07T07:29:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:40 smithi161 ceph-mon[116604]: 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-07T07:29:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:40 smithi028 ceph-mon[112123]: 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-07T07:29:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:41 smithi138 ceph-mon[117003]: from='client.142098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:41 smithi161 ceph-mon[116604]: from='client.142098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:41 smithi028 ceph-mon[112123]: from='client.142098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:42 smithi138 ceph-mon[117003]: pgmap v4891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:42 smithi161 ceph-mon[116604]: pgmap v4891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:42 smithi028 ceph-mon[112123]: pgmap v4891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:44 smithi138 ceph-mon[117003]: pgmap v4892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:44 smithi161 ceph-mon[116604]: pgmap v4892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:44 smithi028 ceph-mon[112123]: pgmap v4892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:44.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:44.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:44.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:45.655 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:45.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:45.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:45.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:45.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:46 smithi138 ceph-mon[117003]: pgmap v4893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:46 smithi138 ceph-mon[117003]: from='client.142173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:46 smithi161 ceph-mon[116604]: pgmap v4893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:46 smithi161 ceph-mon[116604]: from='client.142173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:46 smithi028 ceph-mon[112123]: pgmap v4893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:46 smithi028 ceph-mon[112123]: from='client.142173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:48 smithi138 ceph-mon[117003]: pgmap v4894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:48 smithi161 ceph-mon[116604]: pgmap v4894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:48 smithi028 ceph-mon[112123]: pgmap v4894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:50 smithi138 ceph-mon[117003]: pgmap v4895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:50.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:50.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:50.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:50 smithi161 ceph-mon[116604]: pgmap v4895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:50 smithi028 ceph-mon[112123]: pgmap v4895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:29:51.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:51.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:51.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:51.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:51.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:52 smithi138 ceph-mon[117003]: pgmap v4896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:52 smithi138 ceph-mon[117003]: from='client.142245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:52 smithi161 ceph-mon[116604]: pgmap v4896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:52 smithi161 ceph-mon[116604]: from='client.142245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:52 smithi028 ceph-mon[112123]: pgmap v4896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:52 smithi028 ceph-mon[112123]: from='client.142245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:54 smithi138 ceph-mon[117003]: 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-07T07:29:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:54 smithi161 ceph-mon[116604]: 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-07T07:29:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:54 smithi028 ceph-mon[112123]: 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-07T07:29:56.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:29:56.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:29:56.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:29:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:56 smithi138 ceph-mon[117003]: pgmap v4898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:56 smithi161 ceph-mon[116604]: pgmap v4898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:56 smithi028 ceph-mon[112123]: pgmap v4898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:29:57.211 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:29:57.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:29:57.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:29:57.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:29:57.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:29:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:58 smithi138 ceph-mon[117003]: pgmap v4899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:29:58 smithi138 ceph-mon[117003]: from='client.142323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:58 smithi161 ceph-mon[116604]: pgmap v4899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:29:58 smithi161 ceph-mon[116604]: from='client.142323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:29:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:58 smithi028 ceph-mon[112123]: pgmap v4899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:29:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:29:58 smithi028 ceph-mon[112123]: from='client.142323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:00 smithi138 ceph-mon[117003]: pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T07:30:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:00 smithi161 ceph-mon[116604]: pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T07:30:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:00 smithi028 ceph-mon[112123]: pgmap v4900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T07:30:02.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:02.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:02.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:02.533 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:02 smithi161 ceph-mon[116604]: pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:02 smithi138 ceph-mon[117003]: pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:02 smithi028 ceph-mon[112123]: pgmap v4901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:02.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:02.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:02.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:02.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:02.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:04 smithi138 ceph-mon[117003]: pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:04 smithi138 ceph-mon[117003]: from='client.142395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:04 smithi161 ceph-mon[116604]: pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:04 smithi161 ceph-mon[116604]: from='client.142395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:04 smithi028 ceph-mon[112123]: pgmap v4902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:04 smithi028 ceph-mon[112123]: from='client.142395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:06 smithi138 ceph-mon[117003]: pgmap v4903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:06 smithi161 ceph-mon[116604]: pgmap v4903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:06 smithi028 ceph-mon[112123]: pgmap v4903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:07.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:07.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:07.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:08 smithi138 ceph-mon[117003]: pgmap v4904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:08 smithi161 ceph-mon[116604]: pgmap v4904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:08 smithi028 ceph-mon[112123]: pgmap v4904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:08.755 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:08.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:08.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:08.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:08.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:10 smithi138 ceph-mon[117003]: from='client.142464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:10 smithi138 ceph-mon[117003]: pgmap v4905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:10 smithi161 ceph-mon[116604]: from='client.142464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:10 smithi161 ceph-mon[116604]: pgmap v4905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:10 smithi028 ceph-mon[112123]: from='client.142464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:10 smithi028 ceph-mon[112123]: pgmap v4905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:12 smithi138 ceph-mon[117003]: pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:12 smithi161 ceph-mon[116604]: pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:12 smithi028 ceph-mon[112123]: pgmap v4906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:13.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:13.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:13.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:14.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:14.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:14.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:14.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:14.528 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:14 smithi138 ceph-mon[117003]: 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-07T07:30:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:14 smithi161 ceph-mon[116604]: 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-07T07:30:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:14 smithi028 ceph-mon[112123]: 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-07T07:30:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:15 smithi138 ceph-mon[117003]: from='client.142539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:15 smithi161 ceph-mon[116604]: from='client.142539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:15 smithi028 ceph-mon[112123]: from='client.142539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:16 smithi138 ceph-mon[117003]: pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:16 smithi161 ceph-mon[116604]: pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:16 smithi028 ceph-mon[112123]: pgmap v4908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:18 smithi138 ceph-mon[117003]: pgmap v4909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:18 smithi161 ceph-mon[116604]: pgmap v4909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:18 smithi028 ceph-mon[112123]: pgmap v4909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:19.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:19.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:19.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:20.301 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:20.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:20.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:20.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:20.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:20 smithi138 ceph-mon[117003]: pgmap v4910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:20 smithi161 ceph-mon[116604]: pgmap v4910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:20 smithi028 ceph-mon[112123]: pgmap v4910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:21 smithi138 ceph-mon[117003]: from='client.142614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:21 smithi161 ceph-mon[116604]: from='client.142614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:21 smithi028 ceph-mon[112123]: from='client.142614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:22 smithi138 ceph-mon[117003]: pgmap v4911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:22 smithi161 ceph-mon[116604]: pgmap v4911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:22 smithi028 ceph-mon[112123]: pgmap v4911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:23 smithi161 ceph-mon[116604]: pgmap v4912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:23 smithi028 ceph-mon[112123]: pgmap v4912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:23 smithi138 ceph-mon[117003]: pgmap v4912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:25.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:25.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:25.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:25 smithi161 ceph-mon[116604]: pgmap v4913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:30:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:30:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:30:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:30:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:25 smithi028 ceph-mon[112123]: pgmap v4913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:30:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:30:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:30:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:30:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:25 smithi138 ceph-mon[117003]: pgmap v4913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:30:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:30:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:30:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:30:26.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:26.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:26.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:26.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:26.079 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:27 smithi161 ceph-mon[116604]: from='client.142692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:27 smithi028 ceph-mon[112123]: from='client.142692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:27 smithi138 ceph-mon[117003]: from='client.142692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:28 smithi161 ceph-mon[116604]: 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-07T07:30:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:28 smithi028 ceph-mon[112123]: 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-07T07:30:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:28 smithi138 ceph-mon[117003]: 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-07T07:30:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:30 smithi161 ceph-mon[116604]: 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-07T07:30:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:30 smithi028 ceph-mon[112123]: 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-07T07:30:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:30 smithi138 ceph-mon[117003]: 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-07T07:30:31.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:31.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:31.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:31.844 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:31.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:31.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:31.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:31.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:32 smithi161 ceph-mon[116604]: 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-07T07:30:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:32 smithi028 ceph-mon[112123]: 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-07T07:30:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:32 smithi138 ceph-mon[117003]: 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-07T07:30:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:33 smithi161 ceph-mon[116604]: from='client.142770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:33 smithi028 ceph-mon[112123]: from='client.142770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:33 smithi138 ceph-mon[117003]: from='client.142770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:34 smithi161 ceph-mon[116604]: 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-07T07:30:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:34 smithi028 ceph-mon[112123]: 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-07T07:30:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:34 smithi138 ceph-mon[117003]: 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-07T07:30:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:36 smithi161 ceph-mon[116604]: pgmap v4918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:36 smithi028 ceph-mon[112123]: pgmap v4918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:36 smithi138 ceph-mon[117003]: pgmap v4918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:36.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:36.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:36.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:37.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:37.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:37.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:37.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:37.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:38 smithi161 ceph-mon[116604]: pgmap v4919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:38 smithi161 ceph-mon[116604]: from='client.142848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:38 smithi028 ceph-mon[112123]: pgmap v4919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:38 smithi028 ceph-mon[112123]: from='client.142848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:38 smithi138 ceph-mon[117003]: pgmap v4919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:38 smithi138 ceph-mon[117003]: from='client.142848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:40 smithi161 ceph-mon[116604]: pgmap v4920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:40 smithi028 ceph-mon[112123]: pgmap v4920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:40 smithi138 ceph-mon[117003]: pgmap v4920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:42 smithi161 ceph-mon[116604]: pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:42 smithi028 ceph-mon[112123]: pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:42 smithi138 ceph-mon[117003]: pgmap v4921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:42.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:42.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:42.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:43.395 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:43.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:43.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:43.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:43.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:44 smithi161 ceph-mon[116604]: pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:44.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:44 smithi161 ceph-mon[116604]: from='client.142926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:44 smithi028 ceph-mon[112123]: pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:44 smithi028 ceph-mon[112123]: from='client.142926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:44 smithi138 ceph-mon[117003]: pgmap v4922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:44 smithi138 ceph-mon[117003]: from='client.142926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:46 smithi161 ceph-mon[116604]: pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:46 smithi028 ceph-mon[112123]: pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:46 smithi138 ceph-mon[117003]: pgmap v4923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:48.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:48.398 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:48.398 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:48 smithi161 ceph-mon[116604]: pgmap v4924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:48 smithi028 ceph-mon[112123]: pgmap v4924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:48 smithi138 ceph-mon[117003]: pgmap v4924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:49.162 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:49.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:49.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:49.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:49.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:50 smithi028 ceph-mon[112123]: pgmap v4925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:50 smithi028 ceph-mon[112123]: from='client.143004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:50 smithi138 ceph-mon[117003]: pgmap v4925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:50 smithi138 ceph-mon[117003]: from='client.143004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:50 smithi161 ceph-mon[116604]: pgmap v4925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:50 smithi161 ceph-mon[116604]: from='client.143004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:52 smithi028 ceph-mon[112123]: pgmap v4926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:52 smithi138 ceph-mon[117003]: pgmap v4926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:52 smithi161 ceph-mon[116604]: pgmap v4926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:30:54.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:54.164 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:54.164 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:30:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:54 smithi028 ceph-mon[112123]: 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-07T07:30:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:54 smithi138 ceph-mon[117003]: 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-07T07:30:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:54 smithi161 ceph-mon[116604]: 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-07T07:30:54.936 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:30:54.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:30:54.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:30:54.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:30:54.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:30:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:56 smithi028 ceph-mon[112123]: pgmap v4928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:56 smithi028 ceph-mon[112123]: from='client.143082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:56 smithi138 ceph-mon[117003]: pgmap v4928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:56 smithi138 ceph-mon[117003]: from='client.143082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:56 smithi161 ceph-mon[116604]: pgmap v4928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:30:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:56 smithi161 ceph-mon[116604]: from='client.143082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:30:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:30:58 smithi028 ceph-mon[112123]: pgmap v4929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:30:58 smithi138 ceph-mon[117003]: pgmap v4929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:30:58 smithi161 ceph-mon[116604]: pgmap v4929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:30:59.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:30:59.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:30:59.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:00 smithi028 ceph-mon[112123]: pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:00 smithi138 ceph-mon[117003]: pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:00 smithi161 ceph-mon[116604]: pgmap v4930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:00.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:00.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:00.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:00.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:00.704 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:02 smithi028 ceph-mon[112123]: from='client.143160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:02 smithi028 ceph-mon[112123]: pgmap v4931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:02 smithi138 ceph-mon[117003]: from='client.143160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:02 smithi138 ceph-mon[117003]: pgmap v4931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:02 smithi161 ceph-mon[116604]: from='client.143160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:02 smithi161 ceph-mon[116604]: pgmap v4931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:04 smithi028 ceph-mon[112123]: pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:04 smithi138 ceph-mon[117003]: pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:04 smithi161 ceph-mon[116604]: pgmap v4932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:05.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:05.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:05.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:06 smithi028 ceph-mon[112123]: pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:06.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:06.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:06.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:06.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:06.477 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:06 smithi138 ceph-mon[117003]: pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:06 smithi161 ceph-mon[116604]: pgmap v4933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:07 smithi138 ceph-mon[117003]: from='client.143238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:07 smithi161 ceph-mon[116604]: from='client.143238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:07 smithi028 ceph-mon[112123]: from='client.143238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:08 smithi138 ceph-mon[117003]: 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-07T07:31:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:08 smithi161 ceph-mon[116604]: 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-07T07:31:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:08 smithi028 ceph-mon[112123]: 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-07T07:31:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:10 smithi138 ceph-mon[117003]: 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-07T07:31:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:10 smithi161 ceph-mon[116604]: 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-07T07:31:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:10 smithi028 ceph-mon[112123]: 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-07T07:31:11.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:11.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:11.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:12.240 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:12.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:12.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:12.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:12.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:12 smithi138 ceph-mon[117003]: 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-07T07:31:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:12 smithi161 ceph-mon[116604]: 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-07T07:31:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:12 smithi028 ceph-mon[112123]: 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-07T07:31:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:13 smithi138 ceph-mon[117003]: from='client.143316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:13 smithi161 ceph-mon[116604]: from='client.143316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:13 smithi028 ceph-mon[112123]: from='client.143316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:14 smithi138 ceph-mon[117003]: 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-07T07:31:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:14 smithi161 ceph-mon[116604]: 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-07T07:31:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:14 smithi028 ceph-mon[112123]: 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-07T07:31:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:16 smithi138 ceph-mon[117003]: pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:16 smithi161 ceph-mon[116604]: pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:16 smithi028 ceph-mon[112123]: pgmap v4938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:17.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:17.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:17.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:18.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:18.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:18.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:18.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:18.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:18 smithi138 ceph-mon[117003]: pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:18 smithi161 ceph-mon[116604]: pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:18 smithi028 ceph-mon[112123]: pgmap v4939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:19 smithi138 ceph-mon[117003]: from='client.143388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:19 smithi161 ceph-mon[116604]: from='client.143388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:19 smithi028 ceph-mon[112123]: from='client.143388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:20 smithi138 ceph-mon[117003]: pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:20 smithi161 ceph-mon[116604]: pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:20 smithi028 ceph-mon[112123]: pgmap v4940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:22 smithi138 ceph-mon[117003]: pgmap v4941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:22 smithi161 ceph-mon[116604]: pgmap v4941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:22 smithi028 ceph-mon[112123]: pgmap v4941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:23.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:23.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:23.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:23.776 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:23.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:23.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:23.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:23.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:24 smithi138 ceph-mon[117003]: pgmap v4942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:24 smithi161 ceph-mon[116604]: pgmap v4942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:24 smithi028 ceph-mon[112123]: pgmap v4942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:25 smithi138 ceph-mon[117003]: from='client.143463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:25 smithi161 ceph-mon[116604]: from='client.143463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:25 smithi028 ceph-mon[112123]: from='client.143463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:26 smithi138 ceph-mon[117003]: pgmap v4943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:31:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:31:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:31:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:31:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:26 smithi161 ceph-mon[116604]: pgmap v4943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:31:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:31:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:31:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:31:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:26 smithi028 ceph-mon[112123]: pgmap v4943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:31:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:31:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:31:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:31:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:28 smithi138 ceph-mon[117003]: 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-07T07:31:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:28 smithi161 ceph-mon[116604]: 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-07T07:31:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:28 smithi028 ceph-mon[112123]: 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-07T07:31:28.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:28.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:28.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:29.544 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:29.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:29.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:29.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:29.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:30 smithi138 ceph-mon[117003]: 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-07T07:31:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:30 smithi138 ceph-mon[117003]: from='client.143541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:30 smithi161 ceph-mon[116604]: 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-07T07:31:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:30 smithi161 ceph-mon[116604]: from='client.143541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:30 smithi028 ceph-mon[112123]: 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-07T07:31:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:30 smithi028 ceph-mon[112123]: from='client.143541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:32 smithi138 ceph-mon[117003]: pgmap v4946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:32 smithi161 ceph-mon[116604]: pgmap v4946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:32 smithi028 ceph-mon[112123]: pgmap v4946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:34 smithi138 ceph-mon[117003]: pgmap v4947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:34.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:34.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:34.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:34 smithi161 ceph-mon[116604]: pgmap v4947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:34 smithi028 ceph-mon[112123]: pgmap v4947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:35.327 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:35.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:35.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:35.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:35.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:36 smithi138 ceph-mon[117003]: pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:36 smithi138 ceph-mon[117003]: from='client.143619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:36 smithi161 ceph-mon[116604]: pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:36 smithi161 ceph-mon[116604]: from='client.143619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:36 smithi028 ceph-mon[112123]: pgmap v4948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:36 smithi028 ceph-mon[112123]: from='client.143619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:38 smithi138 ceph-mon[117003]: pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:38 smithi161 ceph-mon[116604]: pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:38 smithi028 ceph-mon[112123]: pgmap v4949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:40.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:40.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:40.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:40 smithi138 ceph-mon[117003]: pgmap v4950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:40 smithi161 ceph-mon[116604]: pgmap v4950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:40 smithi028 ceph-mon[112123]: pgmap v4950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:31:41.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:41.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:41.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:41.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:41.094 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:42 smithi138 ceph-mon[117003]: pgmap v4951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:42 smithi138 ceph-mon[117003]: from='client.143697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:42 smithi161 ceph-mon[116604]: pgmap v4951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:42 smithi161 ceph-mon[116604]: from='client.143697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:42 smithi028 ceph-mon[112123]: pgmap v4951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:42 smithi028 ceph-mon[112123]: from='client.143697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:44 smithi138 ceph-mon[117003]: 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-07T07:31:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:44 smithi161 ceph-mon[116604]: 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-07T07:31:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:44 smithi028 ceph-mon[112123]: 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-07T07:31:46.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:46.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:46.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:46 smithi138 ceph-mon[117003]: 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-07T07:31:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:46 smithi161 ceph-mon[116604]: 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-07T07:31:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:46 smithi028 ceph-mon[112123]: 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-07T07:31:46.880 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:46.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:46.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:46.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:46.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:48 smithi138 ceph-mon[117003]: from='client.143772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:48 smithi138 ceph-mon[117003]: 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-07T07:31:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:48 smithi161 ceph-mon[116604]: from='client.143772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:48 smithi161 ceph-mon[116604]: 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-07T07:31:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:48 smithi028 ceph-mon[112123]: from='client.143772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:48 smithi028 ceph-mon[112123]: 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-07T07:31:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:50 smithi138 ceph-mon[117003]: 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-07T07:31:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:50 smithi161 ceph-mon[116604]: 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-07T07:31:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:50 smithi028 ceph-mon[112123]: 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-07T07:31:51.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:51.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:51.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:52.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:52.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:52.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:52.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:52.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:52 smithi161 ceph-mon[116604]: 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-07T07:31:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:52 smithi028 ceph-mon[112123]: 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-07T07:31:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:52 smithi138 ceph-mon[117003]: 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-07T07:31:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:53 smithi161 ceph-mon[116604]: from='client.143847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:53 smithi028 ceph-mon[112123]: from='client.143847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:53 smithi138 ceph-mon[117003]: from='client.143847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:54 smithi161 ceph-mon[116604]: 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-07T07:31:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:54 smithi028 ceph-mon[112123]: 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-07T07:31:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:54 smithi138 ceph-mon[117003]: 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-07T07:31:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:56 smithi161 ceph-mon[116604]: pgmap v4958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:56 smithi028 ceph-mon[112123]: pgmap v4958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:56 smithi138 ceph-mon[117003]: pgmap v4958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:31:57.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:31:57.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:31:57.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:31:58.415 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:31:58.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:31:58.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:31:58.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:31:58.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:31:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:58 smithi161 ceph-mon[116604]: pgmap v4959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:58 smithi028 ceph-mon[112123]: pgmap v4959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:58 smithi138 ceph-mon[117003]: pgmap v4959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:31:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:31:59 smithi161 ceph-mon[116604]: from='client.143922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:31:59 smithi028 ceph-mon[112123]: from='client.143922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:31:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:31:59 smithi138 ceph-mon[117003]: from='client.143922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:00 smithi161 ceph-mon[116604]: pgmap v4960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:00 smithi028 ceph-mon[112123]: pgmap v4960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:00 smithi138 ceph-mon[117003]: pgmap v4960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:02 smithi161 ceph-mon[116604]: pgmap v4961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:32:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:02 smithi028 ceph-mon[112123]: pgmap v4961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:32:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:02 smithi138 ceph-mon[117003]: pgmap v4961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:32:03.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:03.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:03.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:04.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:04.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:04.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:04.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:04.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:04 smithi161 ceph-mon[116604]: pgmap v4962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:04 smithi028 ceph-mon[112123]: pgmap v4962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:04 smithi138 ceph-mon[117003]: pgmap v4962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:05 smithi161 ceph-mon[116604]: from='client.143997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:05 smithi028 ceph-mon[112123]: from='client.143997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:05 smithi138 ceph-mon[117003]: from='client.143997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:06 smithi161 ceph-mon[116604]: pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:32:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:06 smithi028 ceph-mon[112123]: pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:32:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:06 smithi138 ceph-mon[117003]: pgmap v4963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:32:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:08 smithi161 ceph-mon[116604]: pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:32:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:08 smithi028 ceph-mon[112123]: pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:32:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:08 smithi138 ceph-mon[117003]: pgmap v4964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:32:09.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:09.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:09.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:09.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:09.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:09.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:09.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:09.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:10 smithi028 ceph-mon[112123]: pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:32:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:10 smithi138 ceph-mon[117003]: pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:32:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:10 smithi161 ceph-mon[116604]: pgmap v4965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:32:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:11 smithi028 ceph-mon[112123]: from='client.144075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:11 smithi138 ceph-mon[117003]: from='client.144075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:11 smithi161 ceph-mon[116604]: from='client.144075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:12 smithi028 ceph-mon[112123]: pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:12 smithi138 ceph-mon[117003]: pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:12 smithi161 ceph-mon[116604]: pgmap v4966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:14 smithi028 ceph-mon[112123]: pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:14 smithi138 ceph-mon[117003]: pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:14 smithi161 ceph-mon[116604]: pgmap v4967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:14.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:14.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:14.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:15.723 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:15.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:15.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:15.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:15.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:16 smithi028 ceph-mon[112123]: pgmap v4968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:16 smithi138 ceph-mon[117003]: pgmap v4968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:16 smithi161 ceph-mon[116604]: pgmap v4968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:17 smithi028 ceph-mon[112123]: from='client.144144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:17 smithi138 ceph-mon[117003]: from='client.144144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:17 smithi161 ceph-mon[116604]: from='client.144144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:18 smithi028 ceph-mon[112123]: pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:32:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:18 smithi138 ceph-mon[117003]: pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:32:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:18 smithi161 ceph-mon[116604]: pgmap v4969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:32:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:20 smithi028 ceph-mon[112123]: pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:32:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:20 smithi138 ceph-mon[117003]: pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:32:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:20 smithi161 ceph-mon[116604]: pgmap v4970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:32:20.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:20.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:20.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:21.507 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:21.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:21.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:21.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:21.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:22 smithi138 ceph-mon[117003]: pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:32:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:22 smithi138 ceph-mon[117003]: from='client.144222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:22 smithi161 ceph-mon[116604]: pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:32:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:22 smithi161 ceph-mon[116604]: from='client.144222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:22 smithi028 ceph-mon[112123]: pgmap v4971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:32:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:22 smithi028 ceph-mon[112123]: from='client.144222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:24 smithi138 ceph-mon[117003]: 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-07T07:32:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:24 smithi161 ceph-mon[116604]: 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-07T07:32:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:24 smithi028 ceph-mon[112123]: 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-07T07:32:26.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:26.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:26.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:26 smithi138 ceph-mon[117003]: 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-07T07:32:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:32:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:26 smithi161 ceph-mon[116604]: 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-07T07:32:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:32:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:26 smithi028 ceph-mon[112123]: 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-07T07:32:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:32:27.279 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:27.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:27.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:27.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:27.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:32:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:32:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:32:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:32:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:32:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:32:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:32:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:32:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:32:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:28 smithi138 ceph-mon[117003]: 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-07T07:32:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:28 smithi138 ceph-mon[117003]: from='client.144297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:28 smithi161 ceph-mon[116604]: 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-07T07:32:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:28 smithi161 ceph-mon[116604]: from='client.144297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:28 smithi028 ceph-mon[112123]: 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-07T07:32:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:28 smithi028 ceph-mon[112123]: from='client.144297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:30 smithi138 ceph-mon[117003]: 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-07T07:32:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:30 smithi161 ceph-mon[116604]: 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-07T07:32:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:30 smithi028 ceph-mon[112123]: 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-07T07:32:32.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:32.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:32.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:32 smithi138 ceph-mon[117003]: 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-07T07:32:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:32 smithi161 ceph-mon[116604]: 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-07T07:32:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:32 smithi028 ceph-mon[112123]: 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-07T07:32:33.060 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:33.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:33.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:33.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:33.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:34 smithi138 ceph-mon[117003]: 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-07T07:32:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:34 smithi138 ceph-mon[117003]: from='client.144375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:34 smithi161 ceph-mon[116604]: 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-07T07:32:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:34 smithi161 ceph-mon[116604]: from='client.144375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:34 smithi028 ceph-mon[112123]: 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-07T07:32:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:34 smithi028 ceph-mon[112123]: from='client.144375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:36 smithi138 ceph-mon[117003]: pgmap v4978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:32:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:36 smithi161 ceph-mon[116604]: pgmap v4978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:32:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:36 smithi028 ceph-mon[112123]: pgmap v4978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:32:38.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:38.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:38.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:38 smithi138 ceph-mon[117003]: pgmap v4979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:38 smithi161 ceph-mon[116604]: pgmap v4979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:38 smithi028 ceph-mon[112123]: pgmap v4979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:38.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:38.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:38.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:38.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:38.831 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:40 smithi138 ceph-mon[117003]: from='client.144450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:40 smithi138 ceph-mon[117003]: pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:40 smithi161 ceph-mon[116604]: from='client.144450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:40 smithi161 ceph-mon[116604]: pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:40 smithi028 ceph-mon[112123]: from='client.144450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:40 smithi028 ceph-mon[112123]: pgmap v4980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:42 smithi138 ceph-mon[117003]: pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:32:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:42 smithi161 ceph-mon[116604]: pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:32:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:42 smithi028 ceph-mon[112123]: pgmap v4981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:32:43.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:43.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:43.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:44 smithi138 ceph-mon[117003]: pgmap v4982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:44.599 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:44.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:44.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:44.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:44.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:44 smithi161 ceph-mon[116604]: pgmap v4982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:44 smithi028 ceph-mon[112123]: pgmap v4982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:45 smithi138 ceph-mon[117003]: from='client.144528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:45 smithi161 ceph-mon[116604]: from='client.144528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:45 smithi028 ceph-mon[112123]: from='client.144528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:46 smithi138 ceph-mon[117003]: 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-07T07:32:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:46 smithi161 ceph-mon[116604]: 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-07T07:32:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:46 smithi028 ceph-mon[112123]: 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-07T07:32:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:48 smithi138 ceph-mon[117003]: pgmap v4984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:48 smithi161 ceph-mon[116604]: pgmap v4984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:48 smithi028 ceph-mon[112123]: pgmap v4984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:49.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:49.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:49.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:50.383 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:50.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:50.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:50.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:50.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:50 smithi138 ceph-mon[117003]: pgmap v4985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:50 smithi161 ceph-mon[116604]: pgmap v4985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:50 smithi028 ceph-mon[112123]: pgmap v4985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:51 smithi138 ceph-mon[117003]: from='client.144606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:51 smithi161 ceph-mon[116604]: from='client.144606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:51 smithi028 ceph-mon[112123]: from='client.144606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:52 smithi138 ceph-mon[117003]: pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:52 smithi161 ceph-mon[116604]: pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:52 smithi028 ceph-mon[112123]: pgmap v4986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:54 smithi138 ceph-mon[117003]: pgmap v4987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:54 smithi161 ceph-mon[116604]: pgmap v4987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:54 smithi028 ceph-mon[112123]: pgmap v4987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:32:55.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:32:55.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:32:55.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:32:56.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:32:56.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:32:56.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:32:56.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:32:56.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:32:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:56 smithi138 ceph-mon[117003]: pgmap v4988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:56 smithi161 ceph-mon[116604]: pgmap v4988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:56 smithi028 ceph-mon[112123]: pgmap v4988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:32:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:57 smithi138 ceph-mon[117003]: from='client.144684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:57 smithi161 ceph-mon[116604]: from='client.144684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:57 smithi028 ceph-mon[112123]: from='client.144684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:32:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:32:58 smithi138 ceph-mon[117003]: 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-07T07:32:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:32:58 smithi161 ceph-mon[116604]: 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-07T07:32:58.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:32:58 smithi028 ceph-mon[112123]: 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-07T07:33:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:00 smithi138 ceph-mon[117003]: 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-07T07:33:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:00 smithi161 ceph-mon[116604]: 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-07T07:33:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:00 smithi028 ceph-mon[112123]: 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-07T07:33:01.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:01.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:01.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:01.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:01.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:01.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:01.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:01.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:02 smithi138 ceph-mon[117003]: 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-07T07:33:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:02 smithi161 ceph-mon[116604]: 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-07T07:33:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:02 smithi028 ceph-mon[112123]: 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-07T07:33:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:03 smithi138 ceph-mon[117003]: from='client.144762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:03 smithi161 ceph-mon[116604]: from='client.144762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:03 smithi028 ceph-mon[112123]: from='client.144762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:04 smithi138 ceph-mon[117003]: 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-07T07:33:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:04 smithi161 ceph-mon[116604]: 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-07T07:33:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:04 smithi028 ceph-mon[112123]: 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-07T07:33:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:06 smithi161 ceph-mon[116604]: 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-07T07:33:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:06 smithi028 ceph-mon[112123]: 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-07T07:33:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:06 smithi138 ceph-mon[117003]: 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-07T07:33:06.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:06.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:06.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:07.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:07.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:07.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:07.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:07.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:08 smithi161 ceph-mon[116604]: 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-07T07:33:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:08 smithi161 ceph-mon[116604]: from='client.144837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:08 smithi028 ceph-mon[112123]: 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-07T07:33:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:08 smithi028 ceph-mon[112123]: from='client.144837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:08 smithi138 ceph-mon[117003]: 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-07T07:33:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:08 smithi138 ceph-mon[117003]: from='client.144837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:10 smithi161 ceph-mon[116604]: 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-07T07:33:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:10 smithi028 ceph-mon[112123]: 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-07T07:33:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:10 smithi138 ceph-mon[117003]: 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-07T07:33:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:12 smithi161 ceph-mon[116604]: 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-07T07:33:12.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:12.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:12.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:12 smithi028 ceph-mon[112123]: 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-07T07:33:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:12 smithi138 ceph-mon[117003]: 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-07T07:33:13.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:13.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:13.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:13.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:13.477 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:14 smithi161 ceph-mon[116604]: 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-07T07:33:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:14 smithi161 ceph-mon[116604]: from='client.144915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:14 smithi028 ceph-mon[112123]: 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-07T07:33:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:14 smithi028 ceph-mon[112123]: from='client.144915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:14 smithi138 ceph-mon[117003]: 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-07T07:33:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:14 smithi138 ceph-mon[117003]: from='client.144915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:16 smithi161 ceph-mon[116604]: pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:33:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:16 smithi028 ceph-mon[112123]: pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:33:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:16 smithi138 ceph-mon[117003]: pgmap v4998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:33:18.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:18.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:18.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:18 smithi161 ceph-mon[116604]: pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:18 smithi028 ceph-mon[112123]: pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:18 smithi138 ceph-mon[117003]: pgmap v4999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:19.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:19.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:19.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:19.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:19.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:20 smithi161 ceph-mon[116604]: pgmap v5000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:20 smithi161 ceph-mon[116604]: from='client.144993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:20 smithi028 ceph-mon[112123]: pgmap v5000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:20 smithi028 ceph-mon[112123]: from='client.144993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:20 smithi138 ceph-mon[117003]: pgmap v5000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:20 smithi138 ceph-mon[117003]: from='client.144993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:22 smithi161 ceph-mon[116604]: pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:33:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:22 smithi028 ceph-mon[112123]: pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:33:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:22 smithi138 ceph-mon[117003]: pgmap v5001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:33:24.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:24.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:24.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:24 smithi161 ceph-mon[116604]: pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:33:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:24 smithi028 ceph-mon[112123]: pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:33:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:24 smithi138 ceph-mon[117003]: pgmap v5002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:33:25.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:25.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:25.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:25.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:25.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:26 smithi161 ceph-mon[116604]: 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-07T07:33:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:26 smithi161 ceph-mon[116604]: from='client.145071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:26 smithi028 ceph-mon[112123]: 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-07T07:33:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:26 smithi028 ceph-mon[112123]: from='client.145071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:26 smithi138 ceph-mon[117003]: 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-07T07:33:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:26 smithi138 ceph-mon[117003]: from='client.145071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:33:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:33:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:33:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:28 smithi161 ceph-mon[116604]: pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:33:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:33:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:33:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:33:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:28 smithi028 ceph-mon[112123]: pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:33:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:33:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:33:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:33:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:28 smithi138 ceph-mon[117003]: pgmap v5004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:33:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:33:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:33:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:33:30.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:30.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:30.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:30 smithi161 ceph-mon[116604]: pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:33:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:30 smithi028 ceph-mon[112123]: pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:33:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:30 smithi138 ceph-mon[117003]: pgmap v5005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:33:30.830 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:30.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:30.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:30.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:30.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:32 smithi028 ceph-mon[112123]: from='client.145143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:32 smithi028 ceph-mon[112123]: pgmap v5006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:32 smithi138 ceph-mon[117003]: from='client.145143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:32 smithi138 ceph-mon[117003]: pgmap v5006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:32 smithi161 ceph-mon[116604]: from='client.145143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:32 smithi161 ceph-mon[116604]: pgmap v5006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:34 smithi028 ceph-mon[112123]: pgmap v5007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:33:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:34 smithi138 ceph-mon[117003]: pgmap v5007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:33:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:34 smithi161 ceph-mon[116604]: pgmap v5007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:33:35.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:35.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:35.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:36 smithi028 ceph-mon[112123]: pgmap v5008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:33:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:36 smithi138 ceph-mon[117003]: pgmap v5008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:33:36.623 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:36.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:36.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:36.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:36.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:36 smithi161 ceph-mon[116604]: pgmap v5008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:33:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:37 smithi028 ceph-mon[112123]: from='client.145215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:37 smithi138 ceph-mon[117003]: from='client.145215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:37 smithi161 ceph-mon[116604]: from='client.145215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:38 smithi028 ceph-mon[112123]: 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-07T07:33:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:38 smithi138 ceph-mon[117003]: 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-07T07:33:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:38 smithi161 ceph-mon[116604]: 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-07T07:33:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:40 smithi028 ceph-mon[112123]: 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-07T07:33:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:40 smithi138 ceph-mon[117003]: 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-07T07:33:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:40 smithi161 ceph-mon[116604]: 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-07T07:33:41.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:41.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:41.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:42.400 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:42.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:42.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:42.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:42.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:42 smithi028 ceph-mon[112123]: 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-07T07:33:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:42 smithi138 ceph-mon[117003]: 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-07T07:33:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:42 smithi161 ceph-mon[116604]: 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-07T07:33:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:43 smithi138 ceph-mon[117003]: from='client.145290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:43 smithi161 ceph-mon[116604]: from='client.145290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:43 smithi028 ceph-mon[112123]: from='client.145290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:44 smithi138 ceph-mon[117003]: 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-07T07:33:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:44 smithi161 ceph-mon[116604]: 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-07T07:33:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:44 smithi028 ceph-mon[112123]: 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-07T07:33:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:46 smithi138 ceph-mon[117003]: 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-07T07:33:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:46 smithi161 ceph-mon[116604]: 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-07T07:33:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:46 smithi028 ceph-mon[112123]: 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-07T07:33:47.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:47.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:47.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:48.167 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:48.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:48.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:48.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:48.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:48 smithi138 ceph-mon[117003]: 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-07T07:33:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:48 smithi161 ceph-mon[116604]: 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-07T07:33:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:48 smithi028 ceph-mon[112123]: 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-07T07:33:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:49 smithi138 ceph-mon[117003]: from='client.145362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:49 smithi161 ceph-mon[116604]: from='client.145362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:49 smithi028 ceph-mon[112123]: from='client.145362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:50 smithi138 ceph-mon[117003]: 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-07T07:33:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:50 smithi161 ceph-mon[116604]: 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-07T07:33:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:50 smithi028 ceph-mon[112123]: 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-07T07:33:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:52 smithi138 ceph-mon[117003]: pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:33:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:52 smithi161 ceph-mon[116604]: pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:33:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:52 smithi028 ceph-mon[112123]: pgmap v5016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:33:53.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:53.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:53.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:53.947 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:53.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:53.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:53.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:53.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:33:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:54 smithi138 ceph-mon[117003]: pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:54 smithi161 ceph-mon[116604]: pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:54 smithi028 ceph-mon[112123]: pgmap v5017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:55 smithi138 ceph-mon[117003]: from='client.145440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:55 smithi161 ceph-mon[116604]: from='client.145440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:55 smithi028 ceph-mon[112123]: from='client.145440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:33:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:56 smithi138 ceph-mon[117003]: pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:33:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:56 smithi161 ceph-mon[116604]: pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:33:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:56 smithi028 ceph-mon[112123]: pgmap v5018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:33:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:33:58 smithi138 ceph-mon[117003]: pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:33:58 smithi161 ceph-mon[116604]: pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:33:58 smithi028 ceph-mon[112123]: pgmap v5019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:33:58.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:33:58.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:33:58.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:33:59.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:33:59.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:33:59.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:33:59.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:33:59.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:00 smithi138 ceph-mon[117003]: pgmap v5020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:00 smithi138 ceph-mon[117003]: from='client.145515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:00 smithi161 ceph-mon[116604]: pgmap v5020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:00 smithi161 ceph-mon[116604]: from='client.145515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:00 smithi028 ceph-mon[112123]: pgmap v5020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:00 smithi028 ceph-mon[112123]: from='client.145515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:02 smithi138 ceph-mon[117003]: 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-07T07:34:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:02 smithi161 ceph-mon[116604]: 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-07T07:34:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:02 smithi028 ceph-mon[112123]: 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-07T07:34:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:04 smithi138 ceph-mon[117003]: pgmap v5022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:04 smithi161 ceph-mon[116604]: pgmap v5022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:04.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:04.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:04.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:04 smithi028 ceph-mon[112123]: pgmap v5022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:05.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:05.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:05.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:05.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:05.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:06 smithi138 ceph-mon[117003]: pgmap v5023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:06 smithi138 ceph-mon[117003]: from='client.145590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:06 smithi161 ceph-mon[116604]: pgmap v5023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:06 smithi161 ceph-mon[116604]: from='client.145590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:06 smithi028 ceph-mon[112123]: pgmap v5023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:06 smithi028 ceph-mon[112123]: from='client.145590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:08 smithi138 ceph-mon[117003]: pgmap v5024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:08 smithi161 ceph-mon[116604]: pgmap v5024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:08 smithi028 ceph-mon[112123]: pgmap v5024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:10.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:10.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:10.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:10 smithi138 ceph-mon[117003]: pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:10 smithi161 ceph-mon[116604]: pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:10 smithi028 ceph-mon[112123]: pgmap v5025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:11.264 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:11.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:11.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:11.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:11.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:12 smithi138 ceph-mon[117003]: pgmap v5026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:12 smithi138 ceph-mon[117003]: from='client.145668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:12 smithi161 ceph-mon[116604]: pgmap v5026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:12 smithi161 ceph-mon[116604]: from='client.145668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:12 smithi028 ceph-mon[112123]: pgmap v5026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:12 smithi028 ceph-mon[112123]: from='client.145668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:14 smithi138 ceph-mon[117003]: 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-07T07:34:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:14 smithi161 ceph-mon[116604]: 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-07T07:34:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:14 smithi028 ceph-mon[112123]: 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-07T07:34:16.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:16.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:16.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:16 smithi138 ceph-mon[117003]: 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-07T07:34:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:16 smithi161 ceph-mon[116604]: 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-07T07:34:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:16 smithi028 ceph-mon[112123]: 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-07T07:34:17.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:17.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:17.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:17.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:17.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:18 smithi138 ceph-mon[117003]: 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-07T07:34:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:18 smithi138 ceph-mon[117003]: from='client.145743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:18 smithi161 ceph-mon[116604]: 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-07T07:34:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:18 smithi161 ceph-mon[116604]: from='client.145743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:18 smithi028 ceph-mon[112123]: 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-07T07:34:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:18 smithi028 ceph-mon[112123]: from='client.145743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:20 smithi138 ceph-mon[117003]: 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-07T07:34:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:20 smithi161 ceph-mon[116604]: 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-07T07:34:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:20 smithi028 ceph-mon[112123]: 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-07T07:34:22.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:22.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:22.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:22 smithi138 ceph-mon[117003]: 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-07T07:34:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:22 smithi161 ceph-mon[116604]: 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-07T07:34:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:22 smithi028 ceph-mon[112123]: 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-07T07:34:22.818 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:22.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:22.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:22.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:22.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:24 smithi138 ceph-mon[117003]: from='client.145821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:24 smithi138 ceph-mon[117003]: 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-07T07:34:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:24 smithi161 ceph-mon[116604]: from='client.145821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:24 smithi161 ceph-mon[116604]: 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-07T07:34:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:24 smithi028 ceph-mon[112123]: from='client.145821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:24 smithi028 ceph-mon[112123]: 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-07T07:34:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:26 smithi138 ceph-mon[117003]: 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-07T07:34:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:26 smithi161 ceph-mon[116604]: 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-07T07:34:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:26 smithi028 ceph-mon[112123]: 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-07T07:34:27.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:27.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:27.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:28 smithi138 ceph-mon[117003]: 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-07T07:34:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:34:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:34:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:34:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:34:28.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:28.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:28.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:28.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:28.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:28 smithi161 ceph-mon[116604]: 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-07T07:34:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:34:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:34:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:34:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:34:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:28 smithi028 ceph-mon[112123]: 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-07T07:34:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:34:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:34:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:34:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:34:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:29 smithi161 ceph-mon[116604]: from='client.145899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:29 smithi028 ceph-mon[112123]: from='client.145899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:29 smithi138 ceph-mon[117003]: from='client.145899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:30 smithi161 ceph-mon[116604]: 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-07T07:34:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:30 smithi028 ceph-mon[112123]: 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-07T07:34:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:30 smithi138 ceph-mon[117003]: 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-07T07:34:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:32 smithi161 ceph-mon[116604]: pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:34:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:32 smithi028 ceph-mon[112123]: pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:34:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:32 smithi138 ceph-mon[117003]: pgmap v5036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:34:33.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:33.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:33.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:34.377 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:34.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:34.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:34.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:34.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:34 smithi161 ceph-mon[116604]: pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:34 smithi028 ceph-mon[112123]: pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:34 smithi138 ceph-mon[117003]: pgmap v5037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:35 smithi161 ceph-mon[116604]: from='client.145971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:35 smithi028 ceph-mon[112123]: from='client.145971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:35 smithi138 ceph-mon[117003]: from='client.145971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:36 smithi161 ceph-mon[116604]: pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:34:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:36 smithi028 ceph-mon[112123]: pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:34:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:36 smithi138 ceph-mon[117003]: pgmap v5038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:34:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:38 smithi161 ceph-mon[116604]: pgmap v5039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:34:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:38 smithi028 ceph-mon[112123]: pgmap v5039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:34:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:38 smithi138 ceph-mon[117003]: pgmap v5039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:34:39.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:39.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:39.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:40.148 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:40.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:40.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:40.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:40.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:40 smithi161 ceph-mon[116604]: pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:34:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:40 smithi028 ceph-mon[112123]: pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:34:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:40 smithi138 ceph-mon[117003]: pgmap v5040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:34:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:41 smithi161 ceph-mon[116604]: from='client.146049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:41 smithi028 ceph-mon[112123]: from='client.146049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:41 smithi138 ceph-mon[117003]: from='client.146049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:42 smithi161 ceph-mon[116604]: 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-07T07:34:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:42 smithi028 ceph-mon[112123]: 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-07T07:34:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:42 smithi138 ceph-mon[117003]: 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-07T07:34:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:44 smithi161 ceph-mon[116604]: pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:44 smithi028 ceph-mon[112123]: pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:44 smithi138 ceph-mon[117003]: pgmap v5042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:34:45.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:45.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:45.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:45.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:45.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:45.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:45.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:45.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:46 smithi161 ceph-mon[116604]: pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:46 smithi028 ceph-mon[112123]: pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:46 smithi138 ceph-mon[117003]: pgmap v5043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:34:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:47 smithi161 ceph-mon[116604]: from='client.146127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:47 smithi028 ceph-mon[112123]: from='client.146127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:47 smithi138 ceph-mon[117003]: from='client.146127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:48 smithi161 ceph-mon[116604]: pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:34:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:48 smithi028 ceph-mon[112123]: pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:34:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:48 smithi138 ceph-mon[117003]: pgmap v5044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:34:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:50 smithi161 ceph-mon[116604]: pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:34:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:50 smithi028 ceph-mon[112123]: pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:34:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:50 smithi138 ceph-mon[117003]: pgmap v5045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:34:50.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:50.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:50.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:51.689 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:51.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:51.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:51.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:51.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:52 smithi161 ceph-mon[116604]: pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:34:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:52 smithi161 ceph-mon[116604]: from='client.146202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:52 smithi028 ceph-mon[112123]: pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:34:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:52 smithi028 ceph-mon[112123]: from='client.146202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:52 smithi138 ceph-mon[117003]: pgmap v5046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:34:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:52 smithi138 ceph-mon[117003]: from='client.146202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:54 smithi161 ceph-mon[116604]: 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-07T07:34:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:54 smithi028 ceph-mon[112123]: 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-07T07:34:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:54 smithi138 ceph-mon[117003]: 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-07T07:34:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:56 smithi161 ceph-mon[116604]: 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-07T07:34:56.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:34:56.691 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:34:56.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:34:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:56 smithi028 ceph-mon[112123]: 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-07T07:34:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:56 smithi138 ceph-mon[117003]: 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-07T07:34:57.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:34:57.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:34:57.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:34:57.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:34:57.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:34:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:58 smithi161 ceph-mon[116604]: 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-07T07:34:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:58 smithi161 ceph-mon[116604]: from='client.146280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:58 smithi028 ceph-mon[112123]: 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-07T07:34:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:58 smithi028 ceph-mon[112123]: from='client.146280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:58 smithi138 ceph-mon[117003]: 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-07T07:34:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:58 smithi138 ceph-mon[117003]: from='client.146280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:34:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:34:59 smithi161 ceph-mon[116604]: 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-07T07:34:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:34:59 smithi028 ceph-mon[112123]: 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-07T07:34:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:34:59 smithi138 ceph-mon[117003]: 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-07T07:35:02.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:02.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:02.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:02 smithi138 ceph-mon[117003]: 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-07T07:35:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:02 smithi161 ceph-mon[116604]: 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-07T07:35:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:02 smithi028 ceph-mon[112123]: 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-07T07:35:03.235 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:03.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:03.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:03.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:03.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:04 smithi138 ceph-mon[117003]: 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-07T07:35:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:04 smithi138 ceph-mon[117003]: from='client.146355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:04 smithi161 ceph-mon[116604]: 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-07T07:35:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:04 smithi161 ceph-mon[116604]: from='client.146355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:04.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:04 smithi028 ceph-mon[112123]: 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-07T07:35:04.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:04 smithi028 ceph-mon[112123]: from='client.146355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:06 smithi138 ceph-mon[117003]: 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-07T07:35:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:06 smithi161 ceph-mon[116604]: 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-07T07:35:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:06 smithi028 ceph-mon[112123]: 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-07T07:35:08.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:08.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:08.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:08 smithi138 ceph-mon[117003]: 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-07T07:35:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:08 smithi161 ceph-mon[116604]: 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-07T07:35:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:08 smithi028 ceph-mon[112123]: 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-07T07:35:09.006 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:09.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:09.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:09.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:09.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:10 smithi138 ceph-mon[117003]: 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-07T07:35:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:10 smithi138 ceph-mon[117003]: from='client.146433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:10 smithi161 ceph-mon[116604]: 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-07T07:35:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:10 smithi161 ceph-mon[116604]: from='client.146433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:10 smithi028 ceph-mon[112123]: 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-07T07:35:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:10 smithi028 ceph-mon[112123]: from='client.146433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:12 smithi138 ceph-mon[117003]: pgmap v5056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:35:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:12 smithi161 ceph-mon[116604]: pgmap v5056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:35:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:12 smithi028 ceph-mon[112123]: pgmap v5056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:35:14.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:14.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:14.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:14 smithi138 ceph-mon[117003]: pgmap v5057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:35:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:14 smithi161 ceph-mon[116604]: pgmap v5057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:35:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:14 smithi028 ceph-mon[112123]: pgmap v5057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:35:14.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:14.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:14.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:14.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:14.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:16 smithi138 ceph-mon[117003]: from='client.146511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:16 smithi138 ceph-mon[117003]: 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-07T07:35:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:16 smithi161 ceph-mon[116604]: from='client.146511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:16 smithi161 ceph-mon[116604]: 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-07T07:35:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:16 smithi028 ceph-mon[112123]: from='client.146511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:16 smithi028 ceph-mon[112123]: 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-07T07:35:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:18 smithi138 ceph-mon[117003]: 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-07T07:35:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:18 smithi161 ceph-mon[116604]: 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-07T07:35:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:18 smithi028 ceph-mon[112123]: 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-07T07:35:19.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:19.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:19.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:20 smithi138 ceph-mon[117003]: 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-07T07:35:20.562 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:20.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:20.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:20.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:20.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:20 smithi161 ceph-mon[116604]: 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-07T07:35:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:20 smithi028 ceph-mon[112123]: 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-07T07:35:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:21 smithi138 ceph-mon[117003]: from='client.146586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:21 smithi161 ceph-mon[116604]: from='client.146586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:21 smithi028 ceph-mon[112123]: from='client.146586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:22 smithi138 ceph-mon[117003]: 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-07T07:35:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:22 smithi161 ceph-mon[116604]: 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-07T07:35:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:22 smithi028 ceph-mon[112123]: 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-07T07:35:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:24 smithi138 ceph-mon[117003]: pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:35:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:24 smithi161 ceph-mon[116604]: pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:35:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:24 smithi028 ceph-mon[112123]: pgmap v5062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:35:25.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:25.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:25.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:26.341 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:26.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:26.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:26.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:26.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:26 smithi138 ceph-mon[117003]: pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:35:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:26 smithi161 ceph-mon[116604]: pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:35:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:26 smithi028 ceph-mon[112123]: pgmap v5063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:35:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:27 smithi138 ceph-mon[117003]: from='client.146661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:27 smithi161 ceph-mon[116604]: from='client.146661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:27 smithi028 ceph-mon[112123]: from='client.146661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:28 smithi138 ceph-mon[117003]: 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-07T07:35:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:28 smithi161 ceph-mon[116604]: 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-07T07:35:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:28 smithi028 ceph-mon[112123]: 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-07T07:35:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:35:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:35:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:35:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:35:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:35:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:35:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:35:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:35:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:35:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:35:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:35:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:35:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:30 smithi138 ceph-mon[117003]: 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-07T07:35:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:30 smithi161 ceph-mon[116604]: 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-07T07:35:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:30 smithi028 ceph-mon[112123]: 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-07T07:35:31.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:31.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:31.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:32.110 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:32.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:32.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:32.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:32.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:32 smithi138 ceph-mon[117003]: 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-07T07:35:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:32 smithi161 ceph-mon[116604]: 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-07T07:35:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:32 smithi028 ceph-mon[112123]: 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-07T07:35:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:33 smithi138 ceph-mon[117003]: from='client.146739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:33 smithi161 ceph-mon[116604]: from='client.146739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:33 smithi028 ceph-mon[112123]: from='client.146739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:34 smithi138 ceph-mon[117003]: 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-07T07:35:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:34 smithi161 ceph-mon[116604]: 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-07T07:35:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:34 smithi028 ceph-mon[112123]: 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-07T07:35:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:36 smithi138 ceph-mon[117003]: 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-07T07:35:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:36 smithi161 ceph-mon[116604]: 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-07T07:35:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:36 smithi028 ceph-mon[112123]: 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-07T07:35:37.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:37.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:37.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:37.890 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:37.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:37.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:37.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:37.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:38 smithi138 ceph-mon[117003]: 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-07T07:35:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:38 smithi161 ceph-mon[116604]: 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-07T07:35:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:38 smithi028 ceph-mon[112123]: 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-07T07:35:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:39 smithi138 ceph-mon[117003]: from='client.146814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:39 smithi161 ceph-mon[116604]: from='client.146814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:39 smithi028 ceph-mon[112123]: from='client.146814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:40 smithi138 ceph-mon[117003]: 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-07T07:35:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:40 smithi161 ceph-mon[116604]: 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-07T07:35:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:40 smithi028 ceph-mon[112123]: 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-07T07:35:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:42 smithi161 ceph-mon[116604]: 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-07T07:35:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:42 smithi028 ceph-mon[112123]: 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-07T07:35:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:42 smithi138 ceph-mon[117003]: 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-07T07:35:42.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:42.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:42.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:43.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:43.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:43.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:43.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:43.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:44 smithi161 ceph-mon[116604]: 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-07T07:35:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:44 smithi161 ceph-mon[116604]: from='client.146892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:44 smithi028 ceph-mon[112123]: 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-07T07:35:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:44 smithi028 ceph-mon[112123]: from='client.146892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:44 smithi138 ceph-mon[117003]: 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-07T07:35:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:44 smithi138 ceph-mon[117003]: from='client.146892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:46 smithi161 ceph-mon[116604]: 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-07T07:35:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:46 smithi028 ceph-mon[112123]: 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-07T07:35:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:46 smithi138 ceph-mon[117003]: 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-07T07:35:48.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:48.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:48.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:48 smithi161 ceph-mon[116604]: 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-07T07:35:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:48 smithi028 ceph-mon[112123]: 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-07T07:35:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:48 smithi138 ceph-mon[117003]: 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-07T07:35:49.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:49.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:49.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:49.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:49.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:50 smithi161 ceph-mon[116604]: 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-07T07:35:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:50 smithi161 ceph-mon[116604]: from='client.146967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:50 smithi028 ceph-mon[112123]: 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-07T07:35:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:50 smithi028 ceph-mon[112123]: from='client.146967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:50 smithi138 ceph-mon[117003]: 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-07T07:35:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:50 smithi138 ceph-mon[117003]: from='client.146967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:52 smithi161 ceph-mon[116604]: 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-07T07:35:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:52 smithi028 ceph-mon[112123]: 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-07T07:35:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:52 smithi138 ceph-mon[117003]: 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-07T07:35:54.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:35:54.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:35:54.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:35:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:54 smithi161 ceph-mon[116604]: 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-07T07:35:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:54 smithi028 ceph-mon[112123]: 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-07T07:35:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:54 smithi138 ceph-mon[117003]: 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-07T07:35:55.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:35:55.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:35:55.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:35:55.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:35:55.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:35:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:56 smithi161 ceph-mon[116604]: 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-07T07:35:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:56 smithi161 ceph-mon[116604]: from='client.147036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:56 smithi028 ceph-mon[112123]: 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-07T07:35:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:56 smithi028 ceph-mon[112123]: from='client.147036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:56 smithi138 ceph-mon[117003]: 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-07T07:35:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:56 smithi138 ceph-mon[117003]: from='client.147036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:35:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:35:58 smithi161 ceph-mon[116604]: 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-07T07:35:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:35:58 smithi028 ceph-mon[112123]: 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-07T07:35:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:35:58 smithi138 ceph-mon[117003]: 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-07T07:36:00.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:00.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:00.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:00 smithi161 ceph-mon[116604]: 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-07T07:36:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:00 smithi028 ceph-mon[112123]: 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-07T07:36:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:00 smithi138 ceph-mon[117003]: 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-07T07:36:01.008 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:01.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:01.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:01.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:01.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:02 smithi161 ceph-mon[116604]: 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-07T07:36:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:02 smithi161 ceph-mon[116604]: from='client.147114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:02 smithi028 ceph-mon[112123]: 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-07T07:36:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:02 smithi028 ceph-mon[112123]: from='client.147114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:02.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:02 smithi138 ceph-mon[117003]: 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-07T07:36:02.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:02 smithi138 ceph-mon[117003]: from='client.147114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:04 smithi161 ceph-mon[116604]: 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-07T07:36:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:04 smithi028 ceph-mon[112123]: 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-07T07:36:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:04 smithi138 ceph-mon[117003]: 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-07T07:36:05.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:05.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:05.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:06 smithi161 ceph-mon[116604]: 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-07T07:36:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:06 smithi028 ceph-mon[112123]: 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-07T07:36:06.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:06.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:06.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:06.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:06.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:06 smithi138 ceph-mon[117003]: 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-07T07:36:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:08 smithi161 ceph-mon[116604]: from='client.147192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:08 smithi161 ceph-mon[116604]: 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-07T07:36:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:08 smithi028 ceph-mon[112123]: from='client.147192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:08 smithi028 ceph-mon[112123]: 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-07T07:36:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:08 smithi138 ceph-mon[117003]: from='client.147192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:08 smithi138 ceph-mon[117003]: 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-07T07:36:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:10 smithi161 ceph-mon[116604]: 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-07T07:36:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:10 smithi028 ceph-mon[112123]: 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-07T07:36:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:10 smithi138 ceph-mon[117003]: 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-07T07:36:11.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:11.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:11.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:12.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:12.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:12.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:12.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:12.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:12 smithi161 ceph-mon[116604]: 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-07T07:36:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:12 smithi028 ceph-mon[112123]: 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-07T07:36:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:12 smithi138 ceph-mon[117003]: 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-07T07:36:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:13 smithi161 ceph-mon[116604]: from='client.147267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:13 smithi028 ceph-mon[112123]: from='client.147267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:13 smithi138 ceph-mon[117003]: from='client.147267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:14 smithi161 ceph-mon[116604]: 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-07T07:36:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:14 smithi028 ceph-mon[112123]: 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-07T07:36:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:14 smithi138 ceph-mon[117003]: 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-07T07:36:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:16 smithi161 ceph-mon[116604]: 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-07T07:36:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:16 smithi028 ceph-mon[112123]: 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-07T07:36:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:16 smithi138 ceph-mon[117003]: 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-07T07:36:17.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:17.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:17.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:18.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:18.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:18.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:18.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:18.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:18 smithi161 ceph-mon[116604]: 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-07T07:36:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:18 smithi028 ceph-mon[112123]: 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-07T07:36:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:18 smithi138 ceph-mon[117003]: 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-07T07:36:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:19 smithi161 ceph-mon[116604]: from='client.147345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:19 smithi028 ceph-mon[112123]: from='client.147345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:19 smithi138 ceph-mon[117003]: from='client.147345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:20 smithi161 ceph-mon[116604]: 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-07T07:36:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:20 smithi028 ceph-mon[112123]: 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-07T07:36:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:20 smithi138 ceph-mon[117003]: 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-07T07:36:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:22 smithi161 ceph-mon[116604]: 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-07T07:36:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:22 smithi028 ceph-mon[112123]: 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-07T07:36:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:22 smithi138 ceph-mon[117003]: 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-07T07:36:23.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:23.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:23.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:24.092 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:24.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:24.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:24.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:24.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:24 smithi161 ceph-mon[116604]: 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-07T07:36:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:24 smithi028 ceph-mon[112123]: 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-07T07:36:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:24 smithi138 ceph-mon[117003]: 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-07T07:36:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:25 smithi161 ceph-mon[116604]: from='client.147420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:25 smithi028 ceph-mon[112123]: from='client.147420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:25 smithi138 ceph-mon[117003]: from='client.147420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:26 smithi161 ceph-mon[116604]: 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-07T07:36:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:26 smithi028 ceph-mon[112123]: 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-07T07:36:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:26 smithi138 ceph-mon[117003]: 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-07T07:36:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:28 smithi161 ceph-mon[116604]: 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-07T07:36:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:28 smithi028 ceph-mon[112123]: 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-07T07:36:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:28 smithi138 ceph-mon[117003]: 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-07T07:36:29.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:29.094 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:29.094 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:29 smithi161 ceph-mon[116604]: 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-07T07:36:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:36:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:29 smithi028 ceph-mon[112123]: 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-07T07:36:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:36:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:29 smithi138 ceph-mon[117003]: 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-07T07:36:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:36:29.890 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:29.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:29.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:29.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:29.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:30 smithi161 ceph-mon[116604]: from='client.147492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:36:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:36:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:36:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:30 smithi028 ceph-mon[112123]: from='client.147492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:36:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:36:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:36:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:30 smithi138 ceph-mon[117003]: from='client.147492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:36:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:36:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:36:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:32 smithi138 ceph-mon[117003]: 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-07T07:36:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:32 smithi161 ceph-mon[116604]: 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-07T07:36:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:32 smithi028 ceph-mon[112123]: 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-07T07:36:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:34 smithi138 ceph-mon[117003]: 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-07T07:36:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:34 smithi161 ceph-mon[116604]: 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-07T07:36:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:34 smithi028 ceph-mon[112123]: 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-07T07:36:34.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:34.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:34.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:35.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:35.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:35.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:35.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:35.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:36 smithi138 ceph-mon[117003]: 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-07T07:36:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:36 smithi138 ceph-mon[117003]: from='client.147561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:36 smithi161 ceph-mon[116604]: 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-07T07:36:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:36 smithi161 ceph-mon[116604]: from='client.147561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:36 smithi028 ceph-mon[112123]: 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-07T07:36:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:36 smithi028 ceph-mon[112123]: from='client.147561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:38 smithi138 ceph-mon[117003]: 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-07T07:36:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:38 smithi161 ceph-mon[116604]: 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-07T07:36:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:38 smithi028 ceph-mon[112123]: 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-07T07:36:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:40 smithi138 ceph-mon[117003]: 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-07T07:36:40.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:40.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:40.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:40 smithi161 ceph-mon[116604]: 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-07T07:36:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:40 smithi028 ceph-mon[112123]: 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-07T07:36:41.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:41.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:41.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:41.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:41.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:42 smithi138 ceph-mon[117003]: 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-07T07:36:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:42 smithi138 ceph-mon[117003]: from='client.147633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:42 smithi161 ceph-mon[116604]: 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-07T07:36:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:42 smithi161 ceph-mon[116604]: from='client.147633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:42 smithi028 ceph-mon[112123]: 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-07T07:36:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:42 smithi028 ceph-mon[112123]: from='client.147633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:44 smithi138 ceph-mon[117003]: 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-07T07:36:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:44 smithi161 ceph-mon[116604]: 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-07T07:36:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:44 smithi028 ceph-mon[112123]: 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-07T07:36:46.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:46.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:46.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:46 smithi138 ceph-mon[117003]: 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-07T07:36:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:46 smithi161 ceph-mon[116604]: 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-07T07:36:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:46 smithi028 ceph-mon[112123]: 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-07T07:36:47.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:47.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:47.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:47.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:47.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:48 smithi138 ceph-mon[117003]: 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-07T07:36:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:48 smithi138 ceph-mon[117003]: from='client.147711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:48 smithi161 ceph-mon[116604]: 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-07T07:36:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:48 smithi161 ceph-mon[116604]: from='client.147711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:48 smithi028 ceph-mon[112123]: 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-07T07:36:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:48 smithi028 ceph-mon[112123]: from='client.147711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:50 smithi138 ceph-mon[117003]: 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-07T07:36:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:50 smithi161 ceph-mon[116604]: 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-07T07:36:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:50 smithi028 ceph-mon[112123]: 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-07T07:36:52.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:52.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:52.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:52 smithi138 ceph-mon[117003]: 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-07T07:36:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:52 smithi161 ceph-mon[116604]: 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-07T07:36:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:52 smithi028 ceph-mon[112123]: 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-07T07:36:53.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:53.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:53.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:53.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:53.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:36:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:54 smithi138 ceph-mon[117003]: 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-07T07:36:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:54 smithi138 ceph-mon[117003]: from='client.147780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:54 smithi161 ceph-mon[116604]: 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-07T07:36:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:54 smithi161 ceph-mon[116604]: from='client.147780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:54 smithi028 ceph-mon[112123]: 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-07T07:36:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:54 smithi028 ceph-mon[112123]: from='client.147780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:36:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:56 smithi138 ceph-mon[117003]: 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-07T07:36:56.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:56 smithi161 ceph-mon[116604]: 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-07T07:36:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:56 smithi028 ceph-mon[112123]: 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-07T07:36:58.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:36:58.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:36:58.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:36:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:36:58 smithi138 ceph-mon[117003]: 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-07T07:36:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:36:58 smithi161 ceph-mon[116604]: 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-07T07:36:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:36:58 smithi028 ceph-mon[112123]: 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-07T07:36:58.790 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:36:58.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:36:58.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:36:58.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:36:58.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:00 smithi138 ceph-mon[117003]: from='client.147858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:00 smithi138 ceph-mon[117003]: 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-07T07:37:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:00 smithi161 ceph-mon[116604]: from='client.147858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:00 smithi161 ceph-mon[116604]: 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-07T07:37:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:00 smithi028 ceph-mon[112123]: from='client.147858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:00 smithi028 ceph-mon[112123]: 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-07T07:37:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:02 smithi138 ceph-mon[117003]: 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-07T07:37:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:02 smithi161 ceph-mon[116604]: 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-07T07:37:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:02 smithi028 ceph-mon[112123]: 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-07T07:37:03.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:03.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:03.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:04 smithi138 ceph-mon[117003]: 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-07T07:37:04.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:04.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:04.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:04.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:04.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:04 smithi161 ceph-mon[116604]: 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-07T07:37:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:04 smithi028 ceph-mon[112123]: 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-07T07:37:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:05 smithi138 ceph-mon[117003]: from='client.147930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:05 smithi161 ceph-mon[116604]: from='client.147930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:05 smithi028 ceph-mon[112123]: from='client.147930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:06 smithi138 ceph-mon[117003]: pgmap v5113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:06 smithi161 ceph-mon[116604]: pgmap v5113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:06 smithi028 ceph-mon[112123]: pgmap v5113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:08 smithi138 ceph-mon[117003]: pgmap v5114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:08 smithi161 ceph-mon[116604]: pgmap v5114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:08 smithi028 ceph-mon[112123]: pgmap v5114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:09.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:09.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:09.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:10.354 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:10.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:10.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:10.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:10.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:10 smithi138 ceph-mon[117003]: pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:10 smithi161 ceph-mon[116604]: pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:10 smithi028 ceph-mon[112123]: pgmap v5115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:11 smithi161 ceph-mon[116604]: from='client.148005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:11 smithi028 ceph-mon[112123]: from='client.148005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:11 smithi138 ceph-mon[117003]: from='client.148005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:12 smithi161 ceph-mon[116604]: 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-07T07:37:12.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:12 smithi028 ceph-mon[112123]: 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-07T07:37:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:12 smithi138 ceph-mon[117003]: 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-07T07:37:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:14 smithi161 ceph-mon[116604]: 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-07T07:37:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:14 smithi028 ceph-mon[112123]: 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-07T07:37:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:14 smithi138 ceph-mon[117003]: 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-07T07:37:15.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:15.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:15.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:16.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:16.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:16.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:16.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:16.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:16 smithi161 ceph-mon[116604]: 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-07T07:37:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:16 smithi028 ceph-mon[112123]: 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-07T07:37:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:16 smithi138 ceph-mon[117003]: 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-07T07:37:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:17 smithi161 ceph-mon[116604]: from='client.148083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:17 smithi028 ceph-mon[112123]: from='client.148083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:17 smithi138 ceph-mon[117003]: from='client.148083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:18 smithi161 ceph-mon[116604]: pgmap v5119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:18 smithi028 ceph-mon[112123]: pgmap v5119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:18 smithi138 ceph-mon[117003]: pgmap v5119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:20 smithi161 ceph-mon[116604]: pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:20 smithi028 ceph-mon[112123]: pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:20 smithi138 ceph-mon[117003]: pgmap v5120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:21.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:21.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:21.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:21.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:21.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:21.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:21.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:21.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:22 smithi161 ceph-mon[116604]: pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:37:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:22 smithi028 ceph-mon[112123]: pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:37:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:22 smithi138 ceph-mon[117003]: pgmap v5121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:37:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:23 smithi161 ceph-mon[116604]: from='client.148155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:23 smithi028 ceph-mon[112123]: from='client.148155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:23 smithi138 ceph-mon[117003]: from='client.148155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:24 smithi161 ceph-mon[116604]: 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-07T07:37:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:24 smithi028 ceph-mon[112123]: 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-07T07:37:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:24 smithi138 ceph-mon[117003]: 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-07T07:37:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:26 smithi161 ceph-mon[116604]: 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-07T07:37:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:26 smithi028 ceph-mon[112123]: 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-07T07:37:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:26 smithi138 ceph-mon[117003]: 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-07T07:37:26.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:26.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:26.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:27.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:27.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:27.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:27.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:27.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:28 smithi161 ceph-mon[116604]: 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-07T07:37:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:28 smithi161 ceph-mon[116604]: from='client.148227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:28 smithi028 ceph-mon[112123]: 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-07T07:37:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:28 smithi028 ceph-mon[112123]: from='client.148227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:28 smithi138 ceph-mon[117003]: 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-07T07:37:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:28 smithi138 ceph-mon[117003]: from='client.148227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:30 smithi161 ceph-mon[116604]: 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-07T07:37:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:37:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:30 smithi028 ceph-mon[112123]: 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-07T07:37:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:37:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:30 smithi138 ceph-mon[117003]: 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-07T07:37:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:37:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:37:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:37:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:37:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:37:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:37:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:37:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:37:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:32 smithi161 ceph-mon[116604]: 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-07T07:37:32.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:32.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:32.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:32 smithi028 ceph-mon[112123]: 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-07T07:37:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:32 smithi138 ceph-mon[117003]: 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-07T07:37:33.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:33.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:33.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:33.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:33.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:34 smithi161 ceph-mon[116604]: 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-07T07:37:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:34 smithi161 ceph-mon[116604]: from='client.148305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:34 smithi028 ceph-mon[112123]: 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-07T07:37:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:34 smithi028 ceph-mon[112123]: from='client.148305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:34 smithi138 ceph-mon[117003]: 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-07T07:37:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:34 smithi138 ceph-mon[117003]: from='client.148305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:36 smithi161 ceph-mon[116604]: 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-07T07:37:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:36 smithi028 ceph-mon[112123]: 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-07T07:37:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:36 smithi138 ceph-mon[117003]: 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-07T07:37:38.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:38.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:38.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:38 smithi161 ceph-mon[116604]: 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-07T07:37:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:38 smithi028 ceph-mon[112123]: 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-07T07:37:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:38 smithi138 ceph-mon[117003]: 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-07T07:37:39.253 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:39.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:39.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:39.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:39.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:40 smithi161 ceph-mon[116604]: 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-07T07:37:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:40 smithi161 ceph-mon[116604]: from='client.148380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:40 smithi028 ceph-mon[112123]: 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-07T07:37:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:40 smithi028 ceph-mon[112123]: from='client.148380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:40 smithi138 ceph-mon[117003]: 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-07T07:37:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:40 smithi138 ceph-mon[117003]: from='client.148380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:42 smithi161 ceph-mon[116604]: pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:37:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:42 smithi028 ceph-mon[112123]: pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:37:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:42 smithi138 ceph-mon[117003]: pgmap v5131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:37:44.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:44.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:44.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:44 smithi161 ceph-mon[116604]: pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:37:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:44 smithi028 ceph-mon[112123]: pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:37:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:44 smithi138 ceph-mon[117003]: pgmap v5132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:37:45.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:45.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:45.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:45.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:45.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:46 smithi161 ceph-mon[116604]: pgmap v5133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:46 smithi161 ceph-mon[116604]: from='client.148458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:46 smithi028 ceph-mon[112123]: pgmap v5133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:46 smithi028 ceph-mon[112123]: from='client.148458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:46 smithi138 ceph-mon[117003]: pgmap v5133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:46 smithi138 ceph-mon[117003]: from='client.148458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:48 smithi161 ceph-mon[116604]: pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:48 smithi028 ceph-mon[112123]: pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:48 smithi138 ceph-mon[117003]: pgmap v5134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:50.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:50.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:50.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:50 smithi161 ceph-mon[116604]: pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:50 smithi028 ceph-mon[112123]: pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:50 smithi138 ceph-mon[117003]: pgmap v5135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:37:50.814 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:50.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:50.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:50.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:50.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:52 smithi161 ceph-mon[116604]: from='client.148533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:52 smithi161 ceph-mon[116604]: 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-07T07:37:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:52 smithi028 ceph-mon[112123]: from='client.148533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:52 smithi028 ceph-mon[112123]: 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-07T07:37:52.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:52 smithi138 ceph-mon[117003]: from='client.148533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:52.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:52 smithi138 ceph-mon[117003]: 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-07T07:37:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:54 smithi161 ceph-mon[116604]: pgmap v5137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:37:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:54 smithi028 ceph-mon[112123]: pgmap v5137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:37:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:54 smithi138 ceph-mon[117003]: pgmap v5137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:37:55.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:37:55.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:37:55.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:37:56.590 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:37:56.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:37:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:37:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:37:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:37:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:56 smithi161 ceph-mon[116604]: pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:37:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:56 smithi028 ceph-mon[112123]: pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:37:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:56 smithi138 ceph-mon[117003]: pgmap v5138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:37:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:57 smithi161 ceph-mon[116604]: from='client.148608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:57 smithi028 ceph-mon[112123]: from='client.148608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:57 smithi138 ceph-mon[117003]: from='client.148608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:37:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:37:58 smithi161 ceph-mon[116604]: pgmap v5139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:58.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:37:58 smithi028 ceph-mon[112123]: pgmap v5139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:37:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:37:58 smithi138 ceph-mon[117003]: pgmap v5139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:00 smithi161 ceph-mon[116604]: pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:00 smithi028 ceph-mon[112123]: pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:00 smithi138 ceph-mon[117003]: pgmap v5140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:01.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:01.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:01.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:02.380 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:02.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:02.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:02.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:02.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:02 smithi161 ceph-mon[116604]: pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:38:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:02 smithi028 ceph-mon[112123]: pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:38:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:02 smithi138 ceph-mon[117003]: pgmap v5141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:38:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:03 smithi161 ceph-mon[116604]: from='client.148683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:03 smithi028 ceph-mon[112123]: from='client.148683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:03 smithi138 ceph-mon[117003]: from='client.148683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:04 smithi161 ceph-mon[116604]: 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-07T07:38:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:04 smithi028 ceph-mon[112123]: 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-07T07:38:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:04 smithi138 ceph-mon[117003]: 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-07T07:38:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:05 smithi161 ceph-mon[116604]: 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-07T07:38:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:05 smithi028 ceph-mon[112123]: 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-07T07:38:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:05 smithi138 ceph-mon[117003]: 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-07T07:38:07.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:07.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:07.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:08.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:08.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:08.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:08.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:08.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:08 smithi138 ceph-mon[117003]: 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-07T07:38:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:08 smithi161 ceph-mon[116604]: 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-07T07:38:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:08 smithi028 ceph-mon[112123]: 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-07T07:38:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:09 smithi138 ceph-mon[117003]: from='client.148758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:09 smithi161 ceph-mon[116604]: from='client.148758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:09 smithi028 ceph-mon[112123]: from='client.148758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:10 smithi138 ceph-mon[117003]: 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-07T07:38:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:10 smithi161 ceph-mon[116604]: 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-07T07:38:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:10 smithi028 ceph-mon[112123]: 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-07T07:38:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:12 smithi138 ceph-mon[117003]: 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-07T07:38:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:12 smithi161 ceph-mon[116604]: 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-07T07:38:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:12 smithi028 ceph-mon[112123]: 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-07T07:38:13.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:13.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:13.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:13.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:13.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:13.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:13.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:13.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:14 smithi138 ceph-mon[117003]: 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-07T07:38:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:14 smithi161 ceph-mon[116604]: 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-07T07:38:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:14 smithi028 ceph-mon[112123]: 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-07T07:38:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:15 smithi138 ceph-mon[117003]: from='client.148833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:15 smithi161 ceph-mon[116604]: from='client.148833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:15 smithi028 ceph-mon[112123]: from='client.148833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:16 smithi138 ceph-mon[117003]: 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-07T07:38:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:16 smithi161 ceph-mon[116604]: 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-07T07:38:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:16 smithi028 ceph-mon[112123]: 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-07T07:38:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:18 smithi138 ceph-mon[117003]: 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-07T07:38:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:18 smithi161 ceph-mon[116604]: 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-07T07:38:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:18 smithi028 ceph-mon[112123]: 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-07T07:38:18.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:18.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:18.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:19.715 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:19.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:19.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:19.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:19.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:20 smithi138 ceph-mon[117003]: 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-07T07:38:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:20 smithi138 ceph-mon[117003]: from='client.148911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:20 smithi161 ceph-mon[116604]: 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-07T07:38:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:20 smithi161 ceph-mon[116604]: from='client.148911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:20 smithi028 ceph-mon[112123]: 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-07T07:38:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:20 smithi028 ceph-mon[112123]: from='client.148911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:22 smithi138 ceph-mon[117003]: pgmap v5151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:22 smithi161 ceph-mon[116604]: pgmap v5151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:22 smithi028 ceph-mon[112123]: pgmap v5151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:24 smithi138 ceph-mon[117003]: pgmap v5152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:38:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:24 smithi161 ceph-mon[116604]: pgmap v5152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:38:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:24 smithi028 ceph-mon[112123]: pgmap v5152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:38:24.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:24.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:24.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:25.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:25.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:25.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:25.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:25.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:26 smithi138 ceph-mon[117003]: pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:26 smithi138 ceph-mon[117003]: from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:26 smithi161 ceph-mon[116604]: pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:26 smithi161 ceph-mon[116604]: from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:26 smithi028 ceph-mon[112123]: pgmap v5153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:26 smithi028 ceph-mon[112123]: from='client.148989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:28 smithi161 ceph-mon[116604]: pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:38:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:28 smithi028 ceph-mon[112123]: pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:38:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:28 smithi138 ceph-mon[117003]: pgmap v5154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:38:30.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:30.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:30.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:30 smithi161 ceph-mon[116604]: pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:38:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:30 smithi028 ceph-mon[112123]: pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:38:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:30 smithi138 ceph-mon[117003]: pgmap v5155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:38:31.293 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:31.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:31.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:31.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:31.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:38:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:38:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:38:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:32 smithi161 ceph-mon[116604]: 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-07T07:38:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:32 smithi161 ceph-mon[116604]: from='client.149067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:38:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:38:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:38:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:32 smithi028 ceph-mon[112123]: 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-07T07:38:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:32 smithi028 ceph-mon[112123]: from='client.149067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:38:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:38:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:38:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:32 smithi138 ceph-mon[117003]: 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-07T07:38:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:32 smithi138 ceph-mon[117003]: from='client.149067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:38:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:38:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:38:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:34 smithi161 ceph-mon[116604]: pgmap v5157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:34 smithi028 ceph-mon[112123]: pgmap v5157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:34 smithi138 ceph-mon[117003]: pgmap v5157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:36.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:36.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:36.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:36 smithi161 ceph-mon[116604]: pgmap v5158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:38:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:36 smithi028 ceph-mon[112123]: pgmap v5158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:38:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:36 smithi138 ceph-mon[117003]: pgmap v5158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:38:37.061 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:37.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:37.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:37.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:37.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:38 smithi161 ceph-mon[116604]: pgmap v5159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:38 smithi161 ceph-mon[116604]: from='client.149139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:38 smithi028 ceph-mon[112123]: pgmap v5159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:38 smithi028 ceph-mon[112123]: from='client.149139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:38 smithi138 ceph-mon[117003]: pgmap v5159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:38 smithi138 ceph-mon[117003]: from='client.149139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:40 smithi161 ceph-mon[116604]: pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:40 smithi028 ceph-mon[112123]: pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:40 smithi138 ceph-mon[117003]: pgmap v5160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:38:42.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:42.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:42.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:42 smithi161 ceph-mon[116604]: pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:38:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:42 smithi028 ceph-mon[112123]: pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:38:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:42 smithi138 ceph-mon[117003]: pgmap v5161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:38:42.838 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:42.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:42.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:42.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:42.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:44 smithi161 ceph-mon[116604]: from='client.149211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:44 smithi161 ceph-mon[116604]: 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-07T07:38:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:44 smithi028 ceph-mon[112123]: from='client.149211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:44 smithi028 ceph-mon[112123]: 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-07T07:38:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:44 smithi138 ceph-mon[117003]: from='client.149211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:44 smithi138 ceph-mon[117003]: 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-07T07:38:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:46 smithi161 ceph-mon[116604]: 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-07T07:38:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:46 smithi028 ceph-mon[112123]: 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-07T07:38:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:46 smithi138 ceph-mon[117003]: 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-07T07:38:47.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:47.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:47.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:48.614 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:48.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:48.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:48.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:48.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:48 smithi161 ceph-mon[116604]: 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-07T07:38:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:48 smithi028 ceph-mon[112123]: 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-07T07:38:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:48 smithi138 ceph-mon[117003]: 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-07T07:38:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:49 smithi161 ceph-mon[116604]: from='client.149283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:49 smithi028 ceph-mon[112123]: from='client.149283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:49 smithi138 ceph-mon[117003]: from='client.149283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:50 smithi161 ceph-mon[116604]: 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-07T07:38:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:50 smithi028 ceph-mon[112123]: 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-07T07:38:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:50 smithi138 ceph-mon[117003]: 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-07T07:38:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:52 smithi161 ceph-mon[116604]: 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-07T07:38:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:52 smithi028 ceph-mon[112123]: 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-07T07:38:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:52 smithi138 ceph-mon[117003]: 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-07T07:38:53.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:53.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:53.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:38:54.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:38:54.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:38:54.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:38:54.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:38:54.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:38:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:54 smithi161 ceph-mon[116604]: 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-07T07:38:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:54 smithi028 ceph-mon[112123]: 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-07T07:38:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:54 smithi138 ceph-mon[117003]: 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-07T07:38:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:55 smithi161 ceph-mon[116604]: from='client.149358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:55 smithi028 ceph-mon[112123]: from='client.149358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:55 smithi138 ceph-mon[117003]: from='client.149358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:38:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:56 smithi161 ceph-mon[116604]: pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:38:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:56 smithi028 ceph-mon[112123]: pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:38:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:56 smithi138 ceph-mon[117003]: pgmap v5168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:38:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:38:58 smithi161 ceph-mon[116604]: pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:38:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:38:58 smithi028 ceph-mon[112123]: pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:38:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:38:58 smithi138 ceph-mon[117003]: pgmap v5169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:38:59.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:38:59.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:38:59.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:00.179 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:00.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:00.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:00.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:00.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:00 smithi161 ceph-mon[116604]: pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:39:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:00 smithi028 ceph-mon[112123]: pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:39:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:00 smithi138 ceph-mon[117003]: pgmap v5170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:39:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:01 smithi161 ceph-mon[116604]: from='client.149433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:01 smithi028 ceph-mon[112123]: from='client.149433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:01 smithi138 ceph-mon[117003]: from='client.149433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:02 smithi161 ceph-mon[116604]: pgmap v5171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:02 smithi028 ceph-mon[112123]: pgmap v5171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:02 smithi138 ceph-mon[117003]: pgmap v5171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:04 smithi161 ceph-mon[116604]: pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:04 smithi028 ceph-mon[112123]: pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:04 smithi138 ceph-mon[117003]: pgmap v5172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:05.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:05.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:05.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:05.947 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:05.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:05.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:05.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:05.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:06 smithi161 ceph-mon[116604]: pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:06 smithi028 ceph-mon[112123]: pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:06 smithi138 ceph-mon[117003]: pgmap v5173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:07 smithi161 ceph-mon[116604]: from='client.149511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:07 smithi028 ceph-mon[112123]: from='client.149511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:07 smithi138 ceph-mon[117003]: from='client.149511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:08 smithi161 ceph-mon[116604]: pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:39:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:08 smithi028 ceph-mon[112123]: pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:39:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:08 smithi138 ceph-mon[117003]: pgmap v5174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:39:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:10 smithi161 ceph-mon[116604]: pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:39:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:10 smithi028 ceph-mon[112123]: pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:39:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:10 smithi138 ceph-mon[117003]: pgmap v5175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:39:10.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:10.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:10.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:11.732 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:11.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:11.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:11.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:11.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:12 smithi161 ceph-mon[116604]: pgmap v5176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:39:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:12 smithi161 ceph-mon[116604]: from='client.149583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:12 smithi028 ceph-mon[112123]: pgmap v5176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:39:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:12 smithi028 ceph-mon[112123]: from='client.149583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:12 smithi138 ceph-mon[117003]: pgmap v5176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:39:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:12 smithi138 ceph-mon[117003]: from='client.149583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:14 smithi161 ceph-mon[116604]: pgmap v5177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:14 smithi028 ceph-mon[112123]: pgmap v5177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:14 smithi138 ceph-mon[117003]: pgmap v5177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:16 smithi161 ceph-mon[116604]: pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:16 smithi028 ceph-mon[112123]: pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:16.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:16.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:16.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:16 smithi138 ceph-mon[117003]: pgmap v5178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:17.515 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:17.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:17.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:17.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:17.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:18 smithi161 ceph-mon[116604]: pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:18 smithi161 ceph-mon[116604]: from='client.149661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:18 smithi028 ceph-mon[112123]: pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:18 smithi028 ceph-mon[112123]: from='client.149661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:18 smithi138 ceph-mon[117003]: pgmap v5179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:18 smithi138 ceph-mon[117003]: from='client.149661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:20 smithi161 ceph-mon[116604]: pgmap v5180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:20 smithi028 ceph-mon[112123]: pgmap v5180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:20 smithi138 ceph-mon[117003]: pgmap v5180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:22.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:22.517 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:22.518 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:22 smithi161 ceph-mon[116604]: pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:22 smithi028 ceph-mon[112123]: pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:22 smithi138 ceph-mon[117003]: pgmap v5181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:23.290 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:23.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:23.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:23.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:23.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:24 smithi161 ceph-mon[116604]: 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-07T07:39:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:24 smithi161 ceph-mon[116604]: from='client.149736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:24 smithi028 ceph-mon[112123]: 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-07T07:39:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:24 smithi028 ceph-mon[112123]: from='client.149736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:24 smithi138 ceph-mon[117003]: 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-07T07:39:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:24 smithi138 ceph-mon[117003]: from='client.149736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:26 smithi161 ceph-mon[116604]: 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-07T07:39:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:26 smithi028 ceph-mon[112123]: 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-07T07:39:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:26 smithi138 ceph-mon[117003]: 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-07T07:39:28.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:28.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:28.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:28 smithi161 ceph-mon[116604]: 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-07T07:39:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:28 smithi028 ceph-mon[112123]: 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-07T07:39:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:28 smithi138 ceph-mon[117003]: 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-07T07:39:29.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:29.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:29.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:29.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:29.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:30 smithi161 ceph-mon[116604]: 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-07T07:39:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:30 smithi161 ceph-mon[116604]: from='client.149811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:30 smithi028 ceph-mon[112123]: 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-07T07:39:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:30 smithi028 ceph-mon[112123]: from='client.149811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:30 smithi138 ceph-mon[117003]: 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-07T07:39:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:30 smithi138 ceph-mon[117003]: from='client.149811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:32 smithi138 ceph-mon[117003]: 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-07T07:39:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:39:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:32 smithi161 ceph-mon[116604]: 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-07T07:39:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:39:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:32 smithi028 ceph-mon[112123]: 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-07T07:39:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:39:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: 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-07T07:39:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:39:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:39:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: 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-07T07:39:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:39:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:39:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: 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-07T07:39:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:39:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:39:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:39:34.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:34.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:34.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:34.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:34.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:34.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:34.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:34.842 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:35 smithi028 ceph-mon[112123]: from='client.149886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:35 smithi028 ceph-mon[112123]: pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:35 smithi138 ceph-mon[117003]: from='client.149886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:35 smithi138 ceph-mon[117003]: pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:35 smithi161 ceph-mon[116604]: from='client.149886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:35 smithi161 ceph-mon[116604]: pgmap v5188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:38 smithi138 ceph-mon[117003]: pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:38 smithi161 ceph-mon[116604]: pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:38 smithi028 ceph-mon[112123]: pgmap v5189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:39.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:39.842 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:39.842 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:40 smithi138 ceph-mon[117003]: pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:40.618 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:40.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:40.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:40.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:40.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:40 smithi161 ceph-mon[116604]: pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:40 smithi028 ceph-mon[112123]: pgmap v5190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:41 smithi138 ceph-mon[117003]: from='client.149961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:41 smithi161 ceph-mon[116604]: from='client.149961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:41 smithi028 ceph-mon[112123]: from='client.149961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:42 smithi138 ceph-mon[117003]: pgmap v5191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:42 smithi161 ceph-mon[116604]: pgmap v5191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:42 smithi028 ceph-mon[112123]: pgmap v5191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:44 smithi138 ceph-mon[117003]: pgmap v5192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:44 smithi161 ceph-mon[116604]: pgmap v5192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:44 smithi028 ceph-mon[112123]: pgmap v5192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:39:45.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:45.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:45.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:46.399 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:46.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:46.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:46 smithi161 ceph-mon[116604]: pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:46 smithi028 ceph-mon[112123]: pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:46 smithi138 ceph-mon[117003]: pgmap v5193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:47 smithi161 ceph-mon[116604]: from='client.150030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:47 smithi028 ceph-mon[112123]: from='client.150030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:47 smithi138 ceph-mon[117003]: from='client.150030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:48 smithi161 ceph-mon[116604]: pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:48 smithi028 ceph-mon[112123]: pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:48 smithi138 ceph-mon[117003]: pgmap v5194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:50 smithi161 ceph-mon[116604]: pgmap v5195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:50 smithi028 ceph-mon[112123]: pgmap v5195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:50 smithi138 ceph-mon[117003]: pgmap v5195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:51.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:51.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:51.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:52.182 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:52.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:52.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:52.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:52.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:52 smithi161 ceph-mon[116604]: pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:52 smithi028 ceph-mon[112123]: pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:52 smithi138 ceph-mon[117003]: pgmap v5196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:53 smithi161 ceph-mon[116604]: from='client.150102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:53 smithi028 ceph-mon[112123]: from='client.150102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:53 smithi138 ceph-mon[117003]: from='client.150102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:54 smithi161 ceph-mon[116604]: pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:54 smithi028 ceph-mon[112123]: pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:54 smithi138 ceph-mon[117003]: pgmap v5197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:56 smithi161 ceph-mon[116604]: pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:56 smithi028 ceph-mon[112123]: pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:56 smithi138 ceph-mon[117003]: pgmap v5198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:39:57.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:39:57.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:39:57.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:39:57.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:39:57.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:39:57.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:39:57.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:39:57.961 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:39:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:58 smithi161 ceph-mon[116604]: pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:58 smithi028 ceph-mon[112123]: pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:58 smithi138 ceph-mon[117003]: pgmap v5199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:39:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:39:59 smithi161 ceph-mon[116604]: from='client.150171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:39:59 smithi028 ceph-mon[112123]: from='client.150171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:39:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:39:59 smithi138 ceph-mon[117003]: from='client.150171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:00 smithi161 ceph-mon[116604]: pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T07:40:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:00 smithi028 ceph-mon[112123]: pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T07:40:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:00 smithi138 ceph-mon[117003]: pgmap v5200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T07:40:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:02 smithi161 ceph-mon[116604]: pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:02 smithi028 ceph-mon[112123]: pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:02 smithi138 ceph-mon[117003]: pgmap v5201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:02.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:02.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:02.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:03.732 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:03.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:03.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:03.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:03.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:04 smithi161 ceph-mon[116604]: 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-07T07:40:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:04 smithi161 ceph-mon[116604]: from='client.150249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:04 smithi028 ceph-mon[112123]: 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-07T07:40:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:04 smithi028 ceph-mon[112123]: from='client.150249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:04 smithi138 ceph-mon[117003]: 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-07T07:40:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:04 smithi138 ceph-mon[117003]: from='client.150249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:06 smithi161 ceph-mon[116604]: 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-07T07:40:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:06 smithi028 ceph-mon[112123]: 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-07T07:40:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:06 smithi138 ceph-mon[117003]: 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-07T07:40:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:08 smithi161 ceph-mon[116604]: 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-07T07:40:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:08 smithi028 ceph-mon[112123]: 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-07T07:40:08.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:08.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:08.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:08 smithi138 ceph-mon[117003]: 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-07T07:40:09.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:09.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:09.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:09.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:09.525 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:10 smithi161 ceph-mon[116604]: 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-07T07:40:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:10 smithi161 ceph-mon[116604]: from='client.150324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:10.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:10 smithi028 ceph-mon[112123]: 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-07T07:40:10.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:10 smithi028 ceph-mon[112123]: from='client.150324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:10 smithi138 ceph-mon[117003]: 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-07T07:40:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:10 smithi138 ceph-mon[117003]: from='client.150324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:12 smithi161 ceph-mon[116604]: pgmap v5206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:12 smithi028 ceph-mon[112123]: pgmap v5206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:12 smithi138 ceph-mon[117003]: pgmap v5206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:14.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:14.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:14.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:14 smithi161 ceph-mon[116604]: pgmap v5207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:14 smithi028 ceph-mon[112123]: pgmap v5207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:14 smithi138 ceph-mon[117003]: pgmap v5207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:15.292 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:15.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:15.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:15.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:15.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:16 smithi161 ceph-mon[116604]: pgmap v5208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:16 smithi161 ceph-mon[116604]: from='client.150402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:16 smithi028 ceph-mon[112123]: pgmap v5208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:16 smithi028 ceph-mon[112123]: from='client.150402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:16 smithi138 ceph-mon[117003]: pgmap v5208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:16 smithi138 ceph-mon[117003]: from='client.150402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:18 smithi161 ceph-mon[116604]: pgmap v5209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:18 smithi028 ceph-mon[112123]: pgmap v5209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:18 smithi138 ceph-mon[117003]: pgmap v5209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:20.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:20.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:20.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:20 smithi161 ceph-mon[116604]: pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:20 smithi028 ceph-mon[112123]: pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:20 smithi138 ceph-mon[117003]: pgmap v5210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:21.071 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:21.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:21.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:21.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:21.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:22 smithi161 ceph-mon[116604]: pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:22 smithi161 ceph-mon[116604]: from='client.150480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:22 smithi028 ceph-mon[112123]: pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:22 smithi028 ceph-mon[112123]: from='client.150480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:22 smithi138 ceph-mon[117003]: pgmap v5211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:22 smithi138 ceph-mon[117003]: from='client.150480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:24 smithi161 ceph-mon[116604]: 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-07T07:40:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:24 smithi028 ceph-mon[112123]: 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-07T07:40:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:24 smithi138 ceph-mon[117003]: 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-07T07:40:26.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:26.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:26.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:26 smithi161 ceph-mon[116604]: pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:26 smithi028 ceph-mon[112123]: pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:26 smithi138 ceph-mon[117003]: pgmap v5213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:26.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:26.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:26.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:26.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:26.845 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:28 smithi161 ceph-mon[116604]: from='client.150558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:28 smithi161 ceph-mon[116604]: pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:28 smithi028 ceph-mon[112123]: from='client.150558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:28 smithi028 ceph-mon[112123]: pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:28 smithi138 ceph-mon[117003]: from='client.150558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:28 smithi138 ceph-mon[117003]: pgmap v5214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:30 smithi161 ceph-mon[116604]: pgmap v5215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:30 smithi028 ceph-mon[112123]: pgmap v5215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:30 smithi138 ceph-mon[117003]: pgmap v5215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:31.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:31.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:31.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:32.619 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:32.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:32.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:32.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:32.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:32 smithi161 ceph-mon[116604]: pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:32 smithi028 ceph-mon[112123]: pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:32 smithi138 ceph-mon[117003]: pgmap v5216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:33 smithi161 ceph-mon[116604]: from='client.150633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:40:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:33 smithi028 ceph-mon[112123]: from='client.150633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:40:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:33 smithi138 ceph-mon[117003]: from='client.150633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:40:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:34 smithi161 ceph-mon[116604]: pgmap v5217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:40:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:40:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:40:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:34 smithi028 ceph-mon[112123]: pgmap v5217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:40:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:40:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:40:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:34 smithi138 ceph-mon[117003]: pgmap v5217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:40:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:40:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:40:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:36 smithi161 ceph-mon[116604]: pgmap v5218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:36 smithi028 ceph-mon[112123]: pgmap v5218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:36 smithi138 ceph-mon[117003]: pgmap v5218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:37.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:37.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:37.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:38.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:38.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:38.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:38.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:38.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:38 smithi161 ceph-mon[116604]: pgmap v5219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:38 smithi028 ceph-mon[112123]: pgmap v5219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:38 smithi138 ceph-mon[117003]: pgmap v5219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:39 smithi161 ceph-mon[116604]: from='client.150705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:39 smithi028 ceph-mon[112123]: from='client.150705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:39 smithi138 ceph-mon[117003]: from='client.150705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:40 smithi161 ceph-mon[116604]: pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:40 smithi028 ceph-mon[112123]: pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:40 smithi138 ceph-mon[117003]: pgmap v5220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:42 smithi161 ceph-mon[116604]: pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:42 smithi028 ceph-mon[112123]: pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:42 smithi138 ceph-mon[117003]: pgmap v5221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:40:43.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:43.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:43.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:44.166 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:44.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:44.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:44.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:44.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:44 smithi161 ceph-mon[116604]: 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-07T07:40:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:44 smithi028 ceph-mon[112123]: 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-07T07:40:44.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:44 smithi138 ceph-mon[117003]: 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-07T07:40:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:45 smithi161 ceph-mon[116604]: from='client.150783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:45 smithi028 ceph-mon[112123]: from='client.150783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:45 smithi138 ceph-mon[117003]: from='client.150783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:46 smithi161 ceph-mon[116604]: pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:40:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:46 smithi028 ceph-mon[112123]: pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:40:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:46 smithi138 ceph-mon[117003]: pgmap v5223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:40:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:48 smithi161 ceph-mon[116604]: pgmap v5224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:40:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:48 smithi028 ceph-mon[112123]: pgmap v5224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:40:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:48 smithi138 ceph-mon[117003]: pgmap v5224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:40:49.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:49.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:49.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:49.929 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:49.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:49.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:49.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:49.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:50 smithi161 ceph-mon[116604]: pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:40:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:50 smithi028 ceph-mon[112123]: pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:40:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:50 smithi138 ceph-mon[117003]: pgmap v5225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:40:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:51 smithi161 ceph-mon[116604]: from='client.150855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:51 smithi028 ceph-mon[112123]: from='client.150855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:51 smithi138 ceph-mon[117003]: from='client.150855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:52 smithi161 ceph-mon[116604]: pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:52 smithi028 ceph-mon[112123]: pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:52 smithi138 ceph-mon[117003]: pgmap v5226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:54.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:54 smithi161 ceph-mon[116604]: pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:54 smithi028 ceph-mon[112123]: pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:54 smithi138 ceph-mon[117003]: pgmap v5227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:40:54.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:40:54.932 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:40:54.932 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:40:55.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:40:55.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:40:55.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:40:55.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:40:55.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:40:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:56 smithi161 ceph-mon[116604]: pgmap v5228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:56 smithi161 ceph-mon[116604]: from='client.150930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:56 smithi028 ceph-mon[112123]: pgmap v5228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:56 smithi028 ceph-mon[112123]: from='client.150930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:56 smithi138 ceph-mon[117003]: pgmap v5228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:40:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:56 smithi138 ceph-mon[117003]: from='client.150930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:40:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:58 smithi161 ceph-mon[116604]: pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:40:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:58 smithi028 ceph-mon[112123]: pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:40:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:58 smithi138 ceph-mon[117003]: pgmap v5229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:40:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:40:59 smithi138 ceph-mon[117003]: pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:40:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:40:59 smithi161 ceph-mon[116604]: pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:40:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:40:59 smithi028 ceph-mon[112123]: pgmap v5230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:41:00.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:00.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:00.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:01.474 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:01.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:01.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:01.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:01.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:02 smithi161 ceph-mon[116604]: pgmap v5231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:41:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:02 smithi161 ceph-mon[116604]: from='client.151005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:02 smithi028 ceph-mon[112123]: pgmap v5231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:41:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:02 smithi028 ceph-mon[112123]: from='client.151005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:02 smithi138 ceph-mon[117003]: pgmap v5231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:41:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:02 smithi138 ceph-mon[117003]: from='client.151005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:04 smithi161 ceph-mon[116604]: 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-07T07:41:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:04 smithi028 ceph-mon[112123]: 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-07T07:41:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:04 smithi138 ceph-mon[117003]: 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-07T07:41:06.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:06.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:06.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:06 smithi161 ceph-mon[116604]: pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:06 smithi028 ceph-mon[112123]: pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:06 smithi138 ceph-mon[117003]: pgmap v5233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:07.268 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:07.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:07.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:07.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:07.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:08 smithi161 ceph-mon[116604]: pgmap v5234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:08 smithi161 ceph-mon[116604]: from='client.151080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:08 smithi028 ceph-mon[112123]: pgmap v5234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:08 smithi028 ceph-mon[112123]: from='client.151080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:08 smithi138 ceph-mon[117003]: pgmap v5234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:08 smithi138 ceph-mon[117003]: from='client.151080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:10 smithi161 ceph-mon[116604]: pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:10 smithi028 ceph-mon[112123]: pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:10 smithi138 ceph-mon[117003]: pgmap v5235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:12.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:12.270 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:12.270 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:12 smithi161 ceph-mon[116604]: pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:12 smithi028 ceph-mon[112123]: pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:12 smithi138 ceph-mon[117003]: pgmap v5236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:13.037 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:13.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:13.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:13.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:13.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:14 smithi161 ceph-mon[116604]: from='client.151158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:14 smithi161 ceph-mon[116604]: pgmap v5237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:14 smithi028 ceph-mon[112123]: from='client.151158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:14 smithi028 ceph-mon[112123]: pgmap v5237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:14 smithi138 ceph-mon[117003]: from='client.151158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:14 smithi138 ceph-mon[117003]: pgmap v5237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:16 smithi161 ceph-mon[116604]: pgmap v5238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:16 smithi028 ceph-mon[112123]: pgmap v5238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:16 smithi138 ceph-mon[117003]: pgmap v5238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:18.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:18.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:18.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:18 smithi161 ceph-mon[116604]: pgmap v5239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:18 smithi028 ceph-mon[112123]: pgmap v5239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:18 smithi138 ceph-mon[117003]: pgmap v5239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:18.810 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:18.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:18.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:18.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:18.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:19 smithi161 ceph-mon[116604]: from='client.151236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:19 smithi028 ceph-mon[112123]: from='client.151236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:19 smithi138 ceph-mon[117003]: from='client.151236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:20 smithi161 ceph-mon[116604]: pgmap v5240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:20 smithi028 ceph-mon[112123]: pgmap v5240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:20 smithi138 ceph-mon[117003]: pgmap v5240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:22 smithi161 ceph-mon[116604]: pgmap v5241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:22 smithi028 ceph-mon[112123]: pgmap v5241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:22 smithi138 ceph-mon[117003]: pgmap v5241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:23.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:23.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:23.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:24.581 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:24.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:24.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:24.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:24.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:24 smithi161 ceph-mon[116604]: 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-07T07:41:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:24 smithi028 ceph-mon[112123]: 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-07T07:41:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:24 smithi138 ceph-mon[117003]: 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-07T07:41:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:25 smithi161 ceph-mon[116604]: from='client.151314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:25 smithi028 ceph-mon[112123]: from='client.151314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:25 smithi138 ceph-mon[117003]: from='client.151314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:26 smithi161 ceph-mon[116604]: pgmap v5243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:26 smithi028 ceph-mon[112123]: pgmap v5243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:26 smithi138 ceph-mon[117003]: pgmap v5243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:28 smithi161 ceph-mon[116604]: pgmap v5244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:41:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:28 smithi028 ceph-mon[112123]: pgmap v5244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:41:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:28 smithi138 ceph-mon[117003]: pgmap v5244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:41:29.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:29.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:29.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:30.358 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:30.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:30.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:30.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:30.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:30 smithi161 ceph-mon[116604]: pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:41:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:30 smithi028 ceph-mon[112123]: pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:41:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:30 smithi138 ceph-mon[117003]: pgmap v5245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:41:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:31 smithi161 ceph-mon[116604]: from='client.151386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:31 smithi028 ceph-mon[112123]: from='client.151386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:31 smithi138 ceph-mon[117003]: from='client.151386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:32 smithi161 ceph-mon[116604]: pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:32 smithi028 ceph-mon[112123]: pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:32 smithi138 ceph-mon[117003]: pgmap v5246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:34 smithi161 ceph-mon[116604]: pgmap v5247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:41:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:41:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:34 smithi028 ceph-mon[112123]: pgmap v5247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:41:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:41:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:34 smithi138 ceph-mon[117003]: pgmap v5247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:41:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:41:35.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:35.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:35.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:41:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:41:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:41:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:41:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:41:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:41:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:41:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:41:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:41:36.137 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:36.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:36.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:36.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:36.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:36 smithi161 ceph-mon[116604]: pgmap v5248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:36 smithi028 ceph-mon[112123]: pgmap v5248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:36 smithi138 ceph-mon[117003]: pgmap v5248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:37 smithi161 ceph-mon[116604]: from='client.151458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:37 smithi028 ceph-mon[112123]: from='client.151458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:37 smithi138 ceph-mon[117003]: from='client.151458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:38 smithi161 ceph-mon[116604]: 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-07T07:41:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:38 smithi028 ceph-mon[112123]: 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-07T07:41:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:38 smithi138 ceph-mon[117003]: 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-07T07:41:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:40 smithi161 ceph-mon[116604]: 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-07T07:41:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:40 smithi028 ceph-mon[112123]: 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-07T07:41:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:40 smithi138 ceph-mon[117003]: 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-07T07:41:41.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:41.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:41.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:41.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:41.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:41.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:41.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:41.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:42 smithi161 ceph-mon[116604]: 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-07T07:41:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:42 smithi028 ceph-mon[112123]: 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-07T07:41:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:42 smithi138 ceph-mon[117003]: 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-07T07:41:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:43 smithi161 ceph-mon[116604]: from='client.151536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:43 smithi028 ceph-mon[112123]: from='client.151536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:43 smithi138 ceph-mon[117003]: from='client.151536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:44 smithi161 ceph-mon[116604]: 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-07T07:41:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:44 smithi028 ceph-mon[112123]: 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-07T07:41:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:44 smithi138 ceph-mon[117003]: 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-07T07:41:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:46 smithi161 ceph-mon[116604]: pgmap v5253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:46 smithi028 ceph-mon[112123]: pgmap v5253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:46 smithi138 ceph-mon[117003]: pgmap v5253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:46.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:46.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:46.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:47.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:47.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:47.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:47.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:47.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:48 smithi161 ceph-mon[116604]: pgmap v5254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:48 smithi161 ceph-mon[116604]: from='client.151614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:48 smithi028 ceph-mon[112123]: pgmap v5254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:48 smithi028 ceph-mon[112123]: from='client.151614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:48 smithi138 ceph-mon[117003]: pgmap v5254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:48 smithi138 ceph-mon[117003]: from='client.151614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:50 smithi161 ceph-mon[116604]: pgmap v5255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:50 smithi028 ceph-mon[112123]: pgmap v5255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:50.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:50 smithi138 ceph-mon[117003]: pgmap v5255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:52.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:52.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:52.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:52 smithi161 ceph-mon[116604]: pgmap v5256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:52 smithi028 ceph-mon[112123]: pgmap v5256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:52 smithi138 ceph-mon[117003]: pgmap v5256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:53.472 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:53.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:53.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:53.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:53.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:41:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:54 smithi161 ceph-mon[116604]: pgmap v5257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:54 smithi161 ceph-mon[116604]: from='client.151689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:54 smithi028 ceph-mon[112123]: pgmap v5257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:54 smithi028 ceph-mon[112123]: from='client.151689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:54 smithi138 ceph-mon[117003]: pgmap v5257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:41:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:54 smithi138 ceph-mon[117003]: from='client.151689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:41:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:56 smithi161 ceph-mon[116604]: pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:56 smithi028 ceph-mon[112123]: pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:56 smithi138 ceph-mon[117003]: pgmap v5258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:41:58.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:41:58.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:41:58.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:41:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:41:58 smithi161 ceph-mon[116604]: 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-07T07:41:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:41:58 smithi028 ceph-mon[112123]: 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-07T07:41:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:41:58 smithi138 ceph-mon[117003]: 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-07T07:41:59.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:41:59.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:41:59.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:41:59.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:41:59.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:00 smithi161 ceph-mon[116604]: 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-07T07:42:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:00 smithi161 ceph-mon[116604]: from='client.151767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:00 smithi028 ceph-mon[112123]: 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-07T07:42:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:00 smithi028 ceph-mon[112123]: from='client.151767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:00 smithi138 ceph-mon[117003]: 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-07T07:42:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:00 smithi138 ceph-mon[117003]: from='client.151767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:02 smithi161 ceph-mon[116604]: pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:42:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:02 smithi028 ceph-mon[112123]: pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:42:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:02 smithi138 ceph-mon[117003]: pgmap v5261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:42:04.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:04.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:04.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:04.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:04 smithi161 ceph-mon[116604]: pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:42:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:04 smithi028 ceph-mon[112123]: pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:42:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:04 smithi138 ceph-mon[117003]: pgmap v5262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:42:05.042 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:05.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:05.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:05.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:05.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:06 smithi161 ceph-mon[116604]: from='client.151842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:06 smithi161 ceph-mon[116604]: pgmap v5263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:06 smithi028 ceph-mon[112123]: from='client.151842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:06 smithi028 ceph-mon[112123]: pgmap v5263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:06 smithi138 ceph-mon[117003]: from='client.151842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:06 smithi138 ceph-mon[117003]: pgmap v5263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:08 smithi161 ceph-mon[116604]: pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:08 smithi028 ceph-mon[112123]: pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:08 smithi138 ceph-mon[117003]: pgmap v5264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:10.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:10.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:10.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:10 smithi161 ceph-mon[116604]: pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:10 smithi028 ceph-mon[112123]: pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:10 smithi138 ceph-mon[117003]: pgmap v5265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:10.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:10.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:10.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:10.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:10.817 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:11 smithi161 ceph-mon[116604]: from='client.151917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:11 smithi028 ceph-mon[112123]: from='client.151917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:11 smithi138 ceph-mon[117003]: from='client.151917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:12 smithi161 ceph-mon[116604]: pgmap v5266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:12 smithi028 ceph-mon[112123]: pgmap v5266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:12 smithi138 ceph-mon[117003]: pgmap v5266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:14 smithi161 ceph-mon[116604]: pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:42:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:14 smithi028 ceph-mon[112123]: pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:42:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:14 smithi138 ceph-mon[117003]: pgmap v5267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:42:15.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:15.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:15.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:16.587 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:16.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:16.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:16.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:16.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:16 smithi161 ceph-mon[116604]: pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:42:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:16 smithi028 ceph-mon[112123]: pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:42:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:16 smithi138 ceph-mon[117003]: pgmap v5268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:42:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:17 smithi161 ceph-mon[116604]: from='client.151995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:17 smithi028 ceph-mon[112123]: from='client.151995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:17 smithi138 ceph-mon[117003]: from='client.151995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:18 smithi161 ceph-mon[116604]: 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-07T07:42:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:18 smithi028 ceph-mon[112123]: 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-07T07:42:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:18 smithi138 ceph-mon[117003]: 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-07T07:42:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:20 smithi161 ceph-mon[116604]: 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-07T07:42:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:20 smithi028 ceph-mon[112123]: 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-07T07:42:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:20 smithi138 ceph-mon[117003]: 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-07T07:42:21.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:21.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:21.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:22.356 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:22.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:22.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:22.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:22.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:22 smithi161 ceph-mon[116604]: 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-07T07:42:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:22 smithi028 ceph-mon[112123]: 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-07T07:42:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:22 smithi138 ceph-mon[117003]: 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-07T07:42:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:23 smithi161 ceph-mon[116604]: from='client.152067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:23 smithi028 ceph-mon[112123]: from='client.152067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:23 smithi138 ceph-mon[117003]: from='client.152067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:24 smithi161 ceph-mon[116604]: 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-07T07:42:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:24 smithi028 ceph-mon[112123]: 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-07T07:42:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:24 smithi138 ceph-mon[117003]: 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-07T07:42:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:25 smithi138 ceph-mon[117003]: pgmap v5273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:42:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:25 smithi161 ceph-mon[116604]: pgmap v5273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:42:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:25 smithi028 ceph-mon[112123]: pgmap v5273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:42:27.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:27.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:27.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:28.166 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:28.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:28.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:28.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:28.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:28 smithi161 ceph-mon[116604]: pgmap v5274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:28 smithi028 ceph-mon[112123]: pgmap v5274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:28 smithi138 ceph-mon[117003]: pgmap v5274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:29 smithi161 ceph-mon[116604]: from='client.152139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:29 smithi028 ceph-mon[112123]: from='client.152139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:29 smithi138 ceph-mon[117003]: from='client.152139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:30 smithi161 ceph-mon[116604]: pgmap v5275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:30 smithi028 ceph-mon[112123]: pgmap v5275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:30 smithi138 ceph-mon[117003]: pgmap v5275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:32 smithi161 ceph-mon[116604]: pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:42:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:32 smithi028 ceph-mon[112123]: pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:42:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:32 smithi138 ceph-mon[117003]: pgmap v5276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:42:33.168 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:33.168 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:33.168 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:33.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:33.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:33.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:33.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:33.941 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:34 smithi161 ceph-mon[116604]: pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:34 smithi028 ceph-mon[112123]: pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:34 smithi138 ceph-mon[117003]: pgmap v5277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:35 smithi161 ceph-mon[116604]: from='client.152217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:42:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:42:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:42:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:42:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:35 smithi028 ceph-mon[112123]: from='client.152217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:42:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:42:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:42:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:42:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:35 smithi138 ceph-mon[117003]: from='client.152217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:35.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:42:35.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:42:35.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:42:35.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:42:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:36 smithi161 ceph-mon[116604]: pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:42:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:36 smithi028 ceph-mon[112123]: pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:42:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:36 smithi138 ceph-mon[117003]: pgmap v5278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:42:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:38 smithi161 ceph-mon[116604]: 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-07T07:42:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:38 smithi028 ceph-mon[112123]: 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-07T07:42:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:38 smithi138 ceph-mon[117003]: 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-07T07:42:38.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:38.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:38.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:39.711 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:40.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:40 smithi161 ceph-mon[116604]: 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-07T07:42:40.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:40 smithi161 ceph-mon[116604]: from='client.152292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:40 smithi028 ceph-mon[112123]: 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-07T07:42:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:40 smithi028 ceph-mon[112123]: from='client.152292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:40 smithi138 ceph-mon[117003]: 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-07T07:42:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:40 smithi138 ceph-mon[117003]: from='client.152292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:42 smithi161 ceph-mon[116604]: pgmap v5281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:42 smithi028 ceph-mon[112123]: pgmap v5281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:42 smithi138 ceph-mon[117003]: pgmap v5281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:44 smithi161 ceph-mon[116604]: pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:44.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:44.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:44.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:44 smithi028 ceph-mon[112123]: pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:44 smithi138 ceph-mon[117003]: pgmap v5282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:45.502 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:45.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:45.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:45.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:45.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:46 smithi161 ceph-mon[116604]: pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:46 smithi161 ceph-mon[116604]: from='client.152370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:46 smithi028 ceph-mon[112123]: pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:46 smithi028 ceph-mon[112123]: from='client.152370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:46 smithi138 ceph-mon[117003]: pgmap v5283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:46 smithi138 ceph-mon[117003]: from='client.152370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:48 smithi161 ceph-mon[116604]: pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:48 smithi028 ceph-mon[112123]: pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:48 smithi138 ceph-mon[117003]: pgmap v5284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:50.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:50.505 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:50.505 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:50 smithi161 ceph-mon[116604]: pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:50 smithi028 ceph-mon[112123]: pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:50 smithi138 ceph-mon[117003]: pgmap v5285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:42:51.278 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:51.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:51.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:51.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:51.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:52 smithi161 ceph-mon[116604]: pgmap v5286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:52 smithi161 ceph-mon[116604]: from='client.152445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:52 smithi028 ceph-mon[112123]: pgmap v5286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:52 smithi028 ceph-mon[112123]: from='client.152445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:52 smithi138 ceph-mon[117003]: pgmap v5286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:42:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:52 smithi138 ceph-mon[117003]: from='client.152445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:54 smithi161 ceph-mon[116604]: 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-07T07:42:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:54 smithi028 ceph-mon[112123]: 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-07T07:42:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:54 smithi138 ceph-mon[117003]: 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-07T07:42:56.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:42:56.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:42:56.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:42:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:56 smithi161 ceph-mon[116604]: 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-07T07:42:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:56 smithi028 ceph-mon[112123]: 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-07T07:42:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:56 smithi138 ceph-mon[117003]: 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-07T07:42:57.046 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:42:57.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:42:57.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:42:57.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:42:57.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:42:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:58 smithi161 ceph-mon[116604]: from='client.152523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:42:58 smithi161 ceph-mon[116604]: 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-07T07:42:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:58 smithi028 ceph-mon[112123]: from='client.152523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:42:58 smithi028 ceph-mon[112123]: 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-07T07:42:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:58 smithi138 ceph-mon[117003]: from='client.152523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:42:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:42:58 smithi138 ceph-mon[117003]: 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-07T07:43:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:00 smithi161 ceph-mon[116604]: 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-07T07:43:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:00 smithi028 ceph-mon[112123]: 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-07T07:43:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:00 smithi138 ceph-mon[117003]: 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-07T07:43:02.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:02.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:02.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:02 smithi161 ceph-mon[116604]: 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-07T07:43:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:02 smithi028 ceph-mon[112123]: 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-07T07:43:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:02 smithi138 ceph-mon[117003]: 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-07T07:43:02.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:02.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:02.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:02.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:02.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:03 smithi161 ceph-mon[116604]: from='client.152595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:03 smithi028 ceph-mon[112123]: from='client.152595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:03 smithi138 ceph-mon[117003]: from='client.152595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:04 smithi161 ceph-mon[116604]: 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-07T07:43:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:04 smithi028 ceph-mon[112123]: 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-07T07:43:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:04 smithi138 ceph-mon[117003]: 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-07T07:43:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:06 smithi161 ceph-mon[116604]: pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:06 smithi028 ceph-mon[112123]: pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:06 smithi138 ceph-mon[117003]: pgmap v5293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:07.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:07.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:07.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:08.590 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:08.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:08.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:08.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:08.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:08 smithi161 ceph-mon[116604]: pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:08 smithi028 ceph-mon[112123]: pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:08 smithi138 ceph-mon[117003]: pgmap v5294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:09 smithi161 ceph-mon[116604]: from='client.152673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:09 smithi028 ceph-mon[112123]: from='client.152673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:09 smithi138 ceph-mon[117003]: from='client.152673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:10 smithi161 ceph-mon[116604]: pgmap v5295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:10 smithi028 ceph-mon[112123]: pgmap v5295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:10 smithi138 ceph-mon[117003]: pgmap v5295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:12 smithi161 ceph-mon[116604]: pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:12 smithi028 ceph-mon[112123]: pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:12 smithi138 ceph-mon[117003]: pgmap v5296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:13.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:13.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:13.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:14.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:14.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:14.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:14.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:14.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:14 smithi161 ceph-mon[116604]: pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:14 smithi028 ceph-mon[112123]: pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:14 smithi138 ceph-mon[117003]: pgmap v5297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:15 smithi161 ceph-mon[116604]: from='client.152751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:15 smithi028 ceph-mon[112123]: from='client.152751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:15 smithi138 ceph-mon[117003]: from='client.152751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:16 smithi161 ceph-mon[116604]: pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:43:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:16 smithi028 ceph-mon[112123]: pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:43:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:16 smithi138 ceph-mon[117003]: pgmap v5298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:43:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:18 smithi161 ceph-mon[116604]: pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:43:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:18 smithi028 ceph-mon[112123]: pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:43:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:18 smithi138 ceph-mon[117003]: pgmap v5299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:43:19.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:19.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:19.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:20.156 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:20.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:20.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:20.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:20.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:20 smithi161 ceph-mon[116604]: pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:43:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:20 smithi028 ceph-mon[112123]: pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:43:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:20 smithi138 ceph-mon[117003]: pgmap v5300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:43:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:21 smithi161 ceph-mon[116604]: from='client.152826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:21 smithi028 ceph-mon[112123]: from='client.152826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:21 smithi138 ceph-mon[117003]: from='client.152826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:22 smithi161 ceph-mon[116604]: pgmap v5301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:22 smithi028 ceph-mon[112123]: pgmap v5301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:22 smithi138 ceph-mon[117003]: pgmap v5301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:24 smithi161 ceph-mon[116604]: pgmap v5302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:43:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:24 smithi028 ceph-mon[112123]: pgmap v5302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:43:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:24 smithi138 ceph-mon[117003]: pgmap v5302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:43:25.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:25.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:25.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:25.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:25.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:25.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:25.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:25.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:26 smithi161 ceph-mon[116604]: pgmap v5303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:26 smithi028 ceph-mon[112123]: pgmap v5303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:26 smithi138 ceph-mon[117003]: pgmap v5303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:27 smithi161 ceph-mon[116604]: from='client.152904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:27 smithi028 ceph-mon[112123]: from='client.152904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:27 smithi138 ceph-mon[117003]: from='client.152904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:28 smithi161 ceph-mon[116604]: pgmap v5304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:43:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:28 smithi028 ceph-mon[112123]: pgmap v5304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:43:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:28 smithi138 ceph-mon[117003]: pgmap v5304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:43:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:30 smithi161 ceph-mon[116604]: pgmap v5305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:43:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:30 smithi028 ceph-mon[112123]: pgmap v5305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:43:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:30 smithi138 ceph-mon[117003]: pgmap v5305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:43:30.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:30.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:30.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:31.681 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:31.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:31.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:31.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:31.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:32 smithi161 ceph-mon[116604]: pgmap v5306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:43:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:32 smithi161 ceph-mon[116604]: from='client.152976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:32 smithi028 ceph-mon[112123]: pgmap v5306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:43:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:32 smithi028 ceph-mon[112123]: from='client.152976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:32.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:32 smithi138 ceph-mon[117003]: pgmap v5306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:43:32.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:32 smithi138 ceph-mon[117003]: from='client.152976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:34 smithi161 ceph-mon[116604]: 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-07T07:43:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:34 smithi028 ceph-mon[112123]: 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-07T07:43:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:34 smithi138 ceph-mon[117003]: 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-07T07:43:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:43:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:43:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:43:36.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:36.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:36.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:36 smithi028 ceph-mon[112123]: 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-07T07:43:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:43:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:43:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:43:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:36 smithi138 ceph-mon[117003]: 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-07T07:43:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:43:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:43:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:43:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:36 smithi161 ceph-mon[116604]: 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-07T07:43:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:43:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:43:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:43:37.445 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:37.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:37.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:37.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:37.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:38 smithi028 ceph-mon[112123]: 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-07T07:43:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:38 smithi028 ceph-mon[112123]: from='client.153048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:38 smithi138 ceph-mon[117003]: 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-07T07:43:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:38 smithi138 ceph-mon[117003]: from='client.153048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:38 smithi161 ceph-mon[116604]: 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-07T07:43:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:38 smithi161 ceph-mon[116604]: from='client.153048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:40 smithi028 ceph-mon[112123]: 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-07T07:43:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:40 smithi138 ceph-mon[117003]: 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-07T07:43:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:40 smithi161 ceph-mon[116604]: 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-07T07:43:42.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:42.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:42.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:42 smithi028 ceph-mon[112123]: 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-07T07:43:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:42 smithi138 ceph-mon[117003]: 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-07T07:43:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:42 smithi161 ceph-mon[116604]: 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-07T07:43:43.223 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:43.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:43.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:43.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:43.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:43 smithi138 ceph-mon[117003]: 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-07T07:43:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:43 smithi138 ceph-mon[117003]: from='client.153120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:43 smithi161 ceph-mon[116604]: 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-07T07:43:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:43 smithi161 ceph-mon[116604]: from='client.153120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:43 smithi028 ceph-mon[112123]: 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-07T07:43:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:43 smithi028 ceph-mon[112123]: from='client.153120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:45 smithi138 ceph-mon[117003]: pgmap v5313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:45 smithi161 ceph-mon[116604]: pgmap v5313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:45 smithi028 ceph-mon[112123]: pgmap v5313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:48.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:48.225 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:48.225 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:48 smithi161 ceph-mon[116604]: pgmap v5314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:48 smithi028 ceph-mon[112123]: pgmap v5314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:48 smithi138 ceph-mon[117003]: pgmap v5314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:49.001 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:49.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:49.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:49.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:49.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:50 smithi161 ceph-mon[116604]: from='client.153195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:50 smithi161 ceph-mon[116604]: pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:50 smithi028 ceph-mon[112123]: from='client.153195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:50 smithi028 ceph-mon[112123]: pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:50 smithi138 ceph-mon[117003]: from='client.153195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:50 smithi138 ceph-mon[117003]: pgmap v5315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:52 smithi161 ceph-mon[116604]: pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:52 smithi028 ceph-mon[112123]: pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:52 smithi138 ceph-mon[117003]: pgmap v5316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:43:54.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:54.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:54.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:43:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:54 smithi161 ceph-mon[116604]: pgmap v5317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:54 smithi028 ceph-mon[112123]: pgmap v5317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:54.791 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:43:54.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:43:54.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:43:54.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:43:54.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:43:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:54 smithi138 ceph-mon[117003]: pgmap v5317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:43:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:55 smithi161 ceph-mon[116604]: from='client.153273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:55 smithi028 ceph-mon[112123]: from='client.153273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:55 smithi138 ceph-mon[117003]: from='client.153273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:43:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:56 smithi161 ceph-mon[116604]: 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-07T07:43:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:56 smithi028 ceph-mon[112123]: 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-07T07:43:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:56 smithi138 ceph-mon[117003]: 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-07T07:43:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:43:58 smithi161 ceph-mon[116604]: pgmap v5319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:43:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:43:58 smithi028 ceph-mon[112123]: pgmap v5319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:43:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:43:58 smithi138 ceph-mon[117003]: pgmap v5319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:43:59.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:43:59.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:43:59.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:00.559 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:00.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:00.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:00.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:00.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:00 smithi161 ceph-mon[116604]: pgmap v5320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:00 smithi028 ceph-mon[112123]: pgmap v5320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:00 smithi138 ceph-mon[117003]: pgmap v5320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:01 smithi161 ceph-mon[116604]: from='client.153351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:01 smithi028 ceph-mon[112123]: from='client.153351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:01 smithi138 ceph-mon[117003]: from='client.153351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:02 smithi161 ceph-mon[116604]: pgmap v5321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:02 smithi028 ceph-mon[112123]: pgmap v5321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:02 smithi138 ceph-mon[117003]: pgmap v5321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:04 smithi161 ceph-mon[116604]: pgmap v5322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:04 smithi028 ceph-mon[112123]: pgmap v5322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:04 smithi138 ceph-mon[117003]: pgmap v5322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:05.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:05.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:05.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:06.325 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:06.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:06.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:06.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:06.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:06 smithi161 ceph-mon[116604]: pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:06 smithi028 ceph-mon[112123]: pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:06 smithi138 ceph-mon[117003]: pgmap v5323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:07 smithi161 ceph-mon[116604]: from='client.153429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:07 smithi028 ceph-mon[112123]: from='client.153429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:07 smithi138 ceph-mon[117003]: from='client.153429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:08 smithi161 ceph-mon[116604]: 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-07T07:44:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:08 smithi028 ceph-mon[112123]: 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-07T07:44:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:08 smithi138 ceph-mon[117003]: 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-07T07:44:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:10 smithi161 ceph-mon[116604]: 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-07T07:44:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:10 smithi028 ceph-mon[112123]: 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-07T07:44:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:10 smithi138 ceph-mon[117003]: 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-07T07:44:11.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:11.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:11.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:12.099 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:12.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:12.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:12.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:12.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:12 smithi161 ceph-mon[116604]: 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-07T07:44:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:12 smithi028 ceph-mon[112123]: 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-07T07:44:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:12 smithi138 ceph-mon[117003]: 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-07T07:44:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:13 smithi161 ceph-mon[116604]: from='client.153507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:13 smithi028 ceph-mon[112123]: from='client.153507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:13 smithi138 ceph-mon[117003]: from='client.153507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:14 smithi161 ceph-mon[116604]: 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-07T07:44:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:14 smithi028 ceph-mon[112123]: 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-07T07:44:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:14 smithi138 ceph-mon[117003]: 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-07T07:44:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:16 smithi161 ceph-mon[116604]: 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-07T07:44:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:16 smithi028 ceph-mon[112123]: 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-07T07:44:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:16 smithi138 ceph-mon[117003]: 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-07T07:44:17.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:17.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:17.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:17.871 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:17.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:17.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:17.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:17.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:18 smithi161 ceph-mon[116604]: 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-07T07:44:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:18 smithi028 ceph-mon[112123]: 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-07T07:44:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:18 smithi138 ceph-mon[117003]: 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-07T07:44:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:19 smithi161 ceph-mon[116604]: from='client.153585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:19 smithi028 ceph-mon[112123]: from='client.153585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:19 smithi138 ceph-mon[117003]: from='client.153585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:20.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:20 smithi161 ceph-mon[116604]: 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-07T07:44:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:20 smithi028 ceph-mon[112123]: 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-07T07:44:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:20 smithi138 ceph-mon[117003]: 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-07T07:44:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:22 smithi161 ceph-mon[116604]: pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:44:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:22 smithi028 ceph-mon[112123]: pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:44:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:22 smithi138 ceph-mon[117003]: pgmap v5331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:44:22.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:22.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:22.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:23.646 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:23.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:23.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:23.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:23.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:24 smithi161 ceph-mon[116604]: pgmap v5332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:24 smithi161 ceph-mon[116604]: from='client.153663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:24 smithi028 ceph-mon[112123]: pgmap v5332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:24 smithi028 ceph-mon[112123]: from='client.153663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:24 smithi138 ceph-mon[117003]: pgmap v5332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:24 smithi138 ceph-mon[117003]: from='client.153663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:26 smithi161 ceph-mon[116604]: pgmap v5333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:44:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:26 smithi028 ceph-mon[112123]: pgmap v5333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:44:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:26 smithi138 ceph-mon[117003]: pgmap v5333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:44:28.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:28.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:28.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:28 smithi161 ceph-mon[116604]: pgmap v5334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:28 smithi028 ceph-mon[112123]: pgmap v5334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:28 smithi138 ceph-mon[117003]: pgmap v5334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:29.416 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:29.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:29.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:29.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:29.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:30 smithi161 ceph-mon[116604]: pgmap v5335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:30 smithi161 ceph-mon[116604]: from='client.153738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:30 smithi028 ceph-mon[112123]: pgmap v5335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:30 smithi028 ceph-mon[112123]: from='client.153738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:30 smithi138 ceph-mon[117003]: pgmap v5335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:30 smithi138 ceph-mon[117003]: from='client.153738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:32 smithi161 ceph-mon[116604]: pgmap v5336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:44:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:32 smithi028 ceph-mon[112123]: pgmap v5336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:44:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:32 smithi138 ceph-mon[117003]: pgmap v5336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:44:34.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:34.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:34.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:34 smithi161 ceph-mon[116604]: pgmap v5337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:44:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:34 smithi028 ceph-mon[112123]: pgmap v5337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:44:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:34 smithi138 ceph-mon[117003]: pgmap v5337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:44:35.179 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:35.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:35.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:35.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:35.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:36 smithi161 ceph-mon[116604]: pgmap v5338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:36 smithi161 ceph-mon[116604]: from='client.153816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:44:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:36 smithi028 ceph-mon[112123]: pgmap v5338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:36 smithi028 ceph-mon[112123]: from='client.153816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:44:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:36 smithi138 ceph-mon[117003]: pgmap v5338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:36 smithi138 ceph-mon[117003]: from='client.153816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:44:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:44:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:44:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:44:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:44:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:44:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:44:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:44:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:44:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:44:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:38 smithi161 ceph-mon[116604]: pgmap v5339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:38 smithi028 ceph-mon[112123]: pgmap v5339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:38 smithi138 ceph-mon[117003]: pgmap v5339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:40.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:40.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:40.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:40 smithi161 ceph-mon[116604]: pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:40.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:40 smithi028 ceph-mon[112123]: pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:40 smithi138 ceph-mon[117003]: pgmap v5340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:44:40.954 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:40.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:40.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:40.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:40.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:42 smithi161 ceph-mon[116604]: from='client.153888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:42 smithi161 ceph-mon[116604]: pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:42 smithi028 ceph-mon[112123]: from='client.153888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:42 smithi028 ceph-mon[112123]: pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:42 smithi138 ceph-mon[117003]: from='client.153888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:42 smithi138 ceph-mon[117003]: pgmap v5341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:44:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:44 smithi161 ceph-mon[116604]: pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:44:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:44 smithi028 ceph-mon[112123]: pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:44:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:44 smithi138 ceph-mon[117003]: pgmap v5342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:44:45.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:45.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:45.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:46 smithi161 ceph-mon[116604]: pgmap v5343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:44:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:46 smithi028 ceph-mon[112123]: pgmap v5343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:44:46.725 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:46.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:46.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:46.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:46.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:46 smithi138 ceph-mon[117003]: pgmap v5343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:44:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:47 smithi161 ceph-mon[116604]: from='client.153963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:47 smithi028 ceph-mon[112123]: from='client.153963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:47 smithi138 ceph-mon[117003]: from='client.153963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:48 smithi028 ceph-mon[112123]: 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-07T07:44:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:48 smithi138 ceph-mon[117003]: 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-07T07:44:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:48 smithi161 ceph-mon[116604]: 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-07T07:44:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:50 smithi028 ceph-mon[112123]: 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-07T07:44:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:50 smithi138 ceph-mon[117003]: 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-07T07:44:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:50 smithi161 ceph-mon[116604]: 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-07T07:44:51.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:51.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:51.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:52.499 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:52.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:52.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:52.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:52.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:52 smithi028 ceph-mon[112123]: 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-07T07:44:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:52 smithi138 ceph-mon[117003]: 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-07T07:44:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:52 smithi161 ceph-mon[116604]: 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-07T07:44:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:53 smithi028 ceph-mon[112123]: from='client.154038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:53 smithi138 ceph-mon[117003]: from='client.154038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:53 smithi161 ceph-mon[116604]: from='client.154038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:54 smithi028 ceph-mon[112123]: 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-07T07:44:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:54 smithi138 ceph-mon[117003]: 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-07T07:44:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:54 smithi161 ceph-mon[116604]: 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-07T07:44:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:56 smithi028 ceph-mon[112123]: 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-07T07:44:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:56 smithi138 ceph-mon[117003]: 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-07T07:44:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:56 smithi161 ceph-mon[116604]: 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-07T07:44:57.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:44:57.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:44:57.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:44:58.271 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:44:58.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:44:58.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:44:58.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:44:58.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:44:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:58 smithi028 ceph-mon[112123]: 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-07T07:44:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:58 smithi138 ceph-mon[117003]: 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-07T07:44:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:58 smithi161 ceph-mon[116604]: 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-07T07:44:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:44:59 smithi028 ceph-mon[112123]: from='client.154110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:44:59 smithi138 ceph-mon[117003]: from='client.154110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:44:59.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:44:59 smithi161 ceph-mon[116604]: from='client.154110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:00 smithi028 ceph-mon[112123]: 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-07T07:45:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:00 smithi138 ceph-mon[117003]: 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-07T07:45:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:00 smithi161 ceph-mon[116604]: 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-07T07:45:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:02 smithi138 ceph-mon[117003]: pgmap v5351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:45:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:02 smithi161 ceph-mon[116604]: pgmap v5351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:45:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:02 smithi028 ceph-mon[112123]: pgmap v5351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:45:03.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:03.272 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:03.272 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:04.062 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:04.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:04.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:04.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:04.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:04 smithi138 ceph-mon[117003]: pgmap v5352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:04 smithi161 ceph-mon[116604]: pgmap v5352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:04 smithi028 ceph-mon[112123]: pgmap v5352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:05 smithi138 ceph-mon[117003]: from='client.154185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:05 smithi138 ceph-mon[117003]: pgmap v5353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:45:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:05 smithi161 ceph-mon[116604]: from='client.154185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:05 smithi161 ceph-mon[116604]: pgmap v5353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:45:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:05 smithi028 ceph-mon[112123]: from='client.154185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:05 smithi028 ceph-mon[112123]: pgmap v5353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:45:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:08 smithi161 ceph-mon[116604]: pgmap v5354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:08 smithi028 ceph-mon[112123]: pgmap v5354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:08 smithi138 ceph-mon[117003]: pgmap v5354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:09.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:09.064 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:09.064 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:09.831 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:09.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:09.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:09.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:09.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:10 smithi161 ceph-mon[116604]: pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:10 smithi161 ceph-mon[116604]: from='client.154263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:10 smithi028 ceph-mon[112123]: pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:10 smithi028 ceph-mon[112123]: from='client.154263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:10 smithi138 ceph-mon[117003]: pgmap v5355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:10 smithi138 ceph-mon[117003]: from='client.154263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:12 smithi161 ceph-mon[116604]: 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-07T07:45:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:12 smithi028 ceph-mon[112123]: 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-07T07:45:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:12 smithi138 ceph-mon[117003]: 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-07T07:45:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:14 smithi161 ceph-mon[116604]: pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:14 smithi028 ceph-mon[112123]: pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:14 smithi138 ceph-mon[117003]: pgmap v5357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:14.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:14.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:14.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:15.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:15.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:15.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:15.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:15.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:16 smithi161 ceph-mon[116604]: pgmap v5358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:16 smithi161 ceph-mon[116604]: from='client.154341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:16 smithi028 ceph-mon[112123]: pgmap v5358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:16 smithi028 ceph-mon[112123]: from='client.154341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:16 smithi138 ceph-mon[117003]: pgmap v5358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:16 smithi138 ceph-mon[117003]: from='client.154341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:18 smithi161 ceph-mon[116604]: pgmap v5359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:18 smithi028 ceph-mon[112123]: pgmap v5359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:18 smithi138 ceph-mon[117003]: pgmap v5359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:20.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:20.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:20.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:20 smithi161 ceph-mon[116604]: pgmap v5360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:20 smithi028 ceph-mon[112123]: pgmap v5360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:20 smithi138 ceph-mon[117003]: pgmap v5360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:21.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:21.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:21.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:21.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:21.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:22 smithi161 ceph-mon[116604]: pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:22 smithi161 ceph-mon[116604]: from='client.154416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:22 smithi028 ceph-mon[112123]: pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:22 smithi028 ceph-mon[112123]: from='client.154416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:22 smithi138 ceph-mon[117003]: pgmap v5361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:22 smithi138 ceph-mon[117003]: from='client.154416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:24 smithi161 ceph-mon[116604]: 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-07T07:45:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:24 smithi028 ceph-mon[112123]: 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-07T07:45:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:24 smithi138 ceph-mon[117003]: 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-07T07:45:26.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:26.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:26.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:26 smithi161 ceph-mon[116604]: 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-07T07:45:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:26 smithi028 ceph-mon[112123]: 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-07T07:45:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:26 smithi138 ceph-mon[117003]: 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-07T07:45:27.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:27.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:27.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:27.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:27.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:28 smithi161 ceph-mon[116604]: 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-07T07:45:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:28 smithi161 ceph-mon[116604]: from='client.154494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:28 smithi028 ceph-mon[112123]: 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-07T07:45:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:28 smithi028 ceph-mon[112123]: from='client.154494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:28 smithi138 ceph-mon[117003]: 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-07T07:45:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:28 smithi138 ceph-mon[117003]: from='client.154494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:30.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:30 smithi161 ceph-mon[116604]: 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-07T07:45:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:30 smithi028 ceph-mon[112123]: 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-07T07:45:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:30 smithi138 ceph-mon[117003]: 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-07T07:45:32.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:32.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:32.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:32 smithi161 ceph-mon[116604]: 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-07T07:45:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:32 smithi028 ceph-mon[112123]: 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-07T07:45:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:32 smithi138 ceph-mon[117003]: 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-07T07:45:32.926 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:32.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:32.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:32.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:32.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:34 smithi161 ceph-mon[116604]: from='client.154572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:34 smithi161 ceph-mon[116604]: 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-07T07:45:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:34 smithi028 ceph-mon[112123]: from='client.154572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:34 smithi028 ceph-mon[112123]: 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-07T07:45:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:34 smithi138 ceph-mon[117003]: from='client.154572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:34 smithi138 ceph-mon[117003]: 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-07T07:45:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:36 smithi161 ceph-mon[116604]: 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-07T07:45:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:36 smithi028 ceph-mon[112123]: 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-07T07:45:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:36 smithi138 ceph-mon[117003]: 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-07T07:45:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:45:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:45:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:45:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:45:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:45:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:45:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:45:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:45:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:45:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:45:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:45:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:45:37.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:37.929 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:37.929 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:38.689 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:38.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:38.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:38.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:38.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:38 smithi161 ceph-mon[116604]: 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-07T07:45:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:38 smithi028 ceph-mon[112123]: 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-07T07:45:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:38 smithi138 ceph-mon[117003]: 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-07T07:45:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:39 smithi161 ceph-mon[116604]: from='client.154650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:39 smithi028 ceph-mon[112123]: from='client.154650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:39 smithi138 ceph-mon[117003]: from='client.154650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:40 smithi161 ceph-mon[116604]: 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-07T07:45:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:40 smithi028 ceph-mon[112123]: 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-07T07:45:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:40 smithi138 ceph-mon[117003]: 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-07T07:45:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:42 smithi161 ceph-mon[116604]: pgmap v5371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:45:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:42 smithi028 ceph-mon[112123]: pgmap v5371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:45:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:42 smithi138 ceph-mon[117003]: pgmap v5371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:45:43.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:43.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:43.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:44.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:44.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:44.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:44.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:44.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:44 smithi161 ceph-mon[116604]: pgmap v5372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:44 smithi028 ceph-mon[112123]: pgmap v5372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:44 smithi138 ceph-mon[117003]: pgmap v5372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:45 smithi161 ceph-mon[116604]: from='client.154722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:45 smithi028 ceph-mon[112123]: from='client.154722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:45 smithi138 ceph-mon[117003]: from='client.154722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:46 smithi161 ceph-mon[116604]: pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:45:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:46 smithi028 ceph-mon[112123]: pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:45:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:46 smithi138 ceph-mon[117003]: pgmap v5373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:45:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:48 smithi161 ceph-mon[116604]: pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:45:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:48 smithi028 ceph-mon[112123]: pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:45:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:48 smithi138 ceph-mon[117003]: pgmap v5374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:45:49.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:49.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:49.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:50.267 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:50.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:50.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:50.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:50.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:50 smithi161 ceph-mon[116604]: pgmap v5375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:45:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:50 smithi028 ceph-mon[112123]: pgmap v5375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:45:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:50 smithi138 ceph-mon[117003]: pgmap v5375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:45:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:51 smithi161 ceph-mon[116604]: from='client.154800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:51 smithi028 ceph-mon[112123]: from='client.154800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:51 smithi138 ceph-mon[117003]: from='client.154800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:52 smithi161 ceph-mon[116604]: 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-07T07:45:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:52 smithi028 ceph-mon[112123]: 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-07T07:45:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:52 smithi138 ceph-mon[117003]: 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-07T07:45:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:54 smithi161 ceph-mon[116604]: pgmap v5377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:54 smithi028 ceph-mon[112123]: pgmap v5377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:54 smithi138 ceph-mon[117003]: pgmap v5377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:45:55.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:45:55.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:45:55.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:45:56.054 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:45:56.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:45:56.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:45:56.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:45:56.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:45:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:56 smithi161 ceph-mon[116604]: pgmap v5378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:56 smithi028 ceph-mon[112123]: pgmap v5378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:56 smithi138 ceph-mon[117003]: pgmap v5378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:45:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:57 smithi161 ceph-mon[116604]: from='client.154875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:57 smithi028 ceph-mon[112123]: from='client.154875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:57 smithi138 ceph-mon[117003]: from='client.154875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:45:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:45:58 smithi161 ceph-mon[116604]: pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:45:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:45:58 smithi028 ceph-mon[112123]: pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:45:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:45:58 smithi138 ceph-mon[117003]: pgmap v5379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:46:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:00 smithi028 ceph-mon[112123]: pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:46:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:00 smithi138 ceph-mon[117003]: pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:46:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:00 smithi161 ceph-mon[116604]: pgmap v5380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:46:01.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:01.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:01.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:01.827 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:01.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:01.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:01.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:01.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:02 smithi028 ceph-mon[112123]: pgmap v5381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:46:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:02 smithi028 ceph-mon[112123]: from='client.154950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:02 smithi138 ceph-mon[117003]: pgmap v5381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:46:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:02 smithi138 ceph-mon[117003]: from='client.154950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:02 smithi161 ceph-mon[116604]: pgmap v5381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:46:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:02 smithi161 ceph-mon[116604]: from='client.154950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:04 smithi028 ceph-mon[112123]: 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-07T07:46:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:04 smithi138 ceph-mon[117003]: 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-07T07:46:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:04 smithi161 ceph-mon[116604]: 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-07T07:46:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:06 smithi028 ceph-mon[112123]: 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-07T07:46:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:06 smithi138 ceph-mon[117003]: 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-07T07:46:06.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:06.829 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:06.829 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:06 smithi161 ceph-mon[116604]: 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-07T07:46:07.596 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:07.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:07.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:07.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:07.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:08 smithi028 ceph-mon[112123]: 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-07T07:46:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:08 smithi028 ceph-mon[112123]: from='client.155028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:08 smithi138 ceph-mon[117003]: 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-07T07:46:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:08 smithi138 ceph-mon[117003]: from='client.155028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:08 smithi161 ceph-mon[116604]: 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-07T07:46:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:08 smithi161 ceph-mon[116604]: from='client.155028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:10 smithi028 ceph-mon[112123]: 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-07T07:46:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:10 smithi138 ceph-mon[117003]: 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-07T07:46:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:10 smithi161 ceph-mon[116604]: 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-07T07:46:12.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:12.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:12.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:12 smithi028 ceph-mon[112123]: 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-07T07:46:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:12 smithi138 ceph-mon[117003]: 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-07T07:46:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:12 smithi161 ceph-mon[116604]: 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-07T07:46:13.365 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:13.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:13.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:13.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:13.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:14 smithi028 ceph-mon[112123]: 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-07T07:46:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:14 smithi028 ceph-mon[112123]: from='client.155103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:14 smithi138 ceph-mon[117003]: 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-07T07:46:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:14 smithi138 ceph-mon[117003]: from='client.155103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:14 smithi161 ceph-mon[116604]: 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-07T07:46:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:14 smithi161 ceph-mon[116604]: from='client.155103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:16 smithi028 ceph-mon[112123]: 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-07T07:46:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:16 smithi138 ceph-mon[117003]: 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-07T07:46:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:16 smithi161 ceph-mon[116604]: 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-07T07:46:18.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:18.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:18.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:18 smithi028 ceph-mon[112123]: 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-07T07:46:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:18 smithi138 ceph-mon[117003]: 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-07T07:46:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:18 smithi161 ceph-mon[116604]: 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-07T07:46:19.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:19.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:19.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:19.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:19.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:20 smithi138 ceph-mon[117003]: from='client.155175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:20 smithi138 ceph-mon[117003]: 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-07T07:46:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:20 smithi161 ceph-mon[116604]: from='client.155175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:20 smithi161 ceph-mon[116604]: 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-07T07:46:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:20 smithi028 ceph-mon[112123]: from='client.155175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:20 smithi028 ceph-mon[112123]: 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-07T07:46:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:22 smithi138 ceph-mon[117003]: pgmap v5391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:46:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:22 smithi161 ceph-mon[116604]: pgmap v5391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:46:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:22 smithi028 ceph-mon[112123]: pgmap v5391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:46:24.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:24.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:24.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:24 smithi138 ceph-mon[117003]: pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:46:24.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:24.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:24.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:24.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:24.916 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:24 smithi161 ceph-mon[116604]: pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:46:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:24 smithi028 ceph-mon[112123]: pgmap v5392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:46:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:26 smithi138 ceph-mon[117003]: from='client.155247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:26 smithi138 ceph-mon[117003]: 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-07T07:46:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:26 smithi161 ceph-mon[116604]: from='client.155247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:26 smithi161 ceph-mon[116604]: 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-07T07:46:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:26 smithi028 ceph-mon[112123]: from='client.155247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:26 smithi028 ceph-mon[112123]: 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-07T07:46:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:28 smithi138 ceph-mon[117003]: 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-07T07:46:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:28 smithi161 ceph-mon[116604]: 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-07T07:46:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:28 smithi028 ceph-mon[112123]: 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-07T07:46:29.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:29.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:29.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:30.681 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:30.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:30.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:30.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:30.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:30 smithi138 ceph-mon[117003]: 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-07T07:46:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:30 smithi161 ceph-mon[116604]: 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-07T07:46:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:30 smithi028 ceph-mon[112123]: 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-07T07:46:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:31 smithi138 ceph-mon[117003]: from='client.155322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:31 smithi161 ceph-mon[116604]: from='client.155322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:31.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:31 smithi028 ceph-mon[112123]: from='client.155322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:32 smithi138 ceph-mon[117003]: 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-07T07:46:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:32 smithi161 ceph-mon[116604]: 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-07T07:46:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:32 smithi028 ceph-mon[112123]: 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-07T07:46:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:34 smithi138 ceph-mon[117003]: pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:46:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:34 smithi161 ceph-mon[116604]: pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:46:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:34 smithi028 ceph-mon[112123]: pgmap v5397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:46:35.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:35.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:35.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:35 smithi161 ceph-mon[116604]: pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:46:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:35 smithi028 ceph-mon[112123]: pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:46:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:35 smithi138 ceph-mon[117003]: pgmap v5398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:46:36.453 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:36.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:36.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:36.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:36.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:37 smithi161 ceph-mon[116604]: from='client.155394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:37 smithi028 ceph-mon[112123]: from='client.155394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:37 smithi138 ceph-mon[117003]: from='client.155394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:38 smithi161 ceph-mon[116604]: 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-07T07:46:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:46:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:46:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:46:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:46:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:38 smithi028 ceph-mon[112123]: 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-07T07:46:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:46:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:46:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:46:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:46:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:38 smithi138 ceph-mon[117003]: 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-07T07:46:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:46:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:46:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:46:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:46:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:40 smithi161 ceph-mon[116604]: 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-07T07:46:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:40 smithi028 ceph-mon[112123]: 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-07T07:46:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:40 smithi138 ceph-mon[117003]: 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-07T07:46:41.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:41.455 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:41.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:42.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:42.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:42.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:42.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:42.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:42 smithi161 ceph-mon[116604]: 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-07T07:46:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:42 smithi028 ceph-mon[112123]: 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-07T07:46:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:42 smithi138 ceph-mon[117003]: 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-07T07:46:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:43 smithi161 ceph-mon[116604]: from='client.155469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:43 smithi028 ceph-mon[112123]: from='client.155469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:43 smithi138 ceph-mon[117003]: from='client.155469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:44 smithi161 ceph-mon[116604]: 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-07T07:46:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:44 smithi028 ceph-mon[112123]: 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-07T07:46:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:44 smithi138 ceph-mon[117003]: 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-07T07:46:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:46 smithi161 ceph-mon[116604]: 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-07T07:46:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:46 smithi028 ceph-mon[112123]: 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-07T07:46:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:46 smithi138 ceph-mon[117003]: 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-07T07:46:47.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:47.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:47.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:47.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:47.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:47.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:47.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:47.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:48 smithi161 ceph-mon[116604]: 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-07T07:46:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:48 smithi028 ceph-mon[112123]: 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-07T07:46:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:48 smithi138 ceph-mon[117003]: 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-07T07:46:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:49 smithi161 ceph-mon[116604]: from='client.155538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:49 smithi028 ceph-mon[112123]: from='client.155538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:49 smithi138 ceph-mon[117003]: from='client.155538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:50 smithi161 ceph-mon[116604]: 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-07T07:46:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:50 smithi028 ceph-mon[112123]: 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-07T07:46:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:50 smithi138 ceph-mon[117003]: 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-07T07:46:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:52 smithi161 ceph-mon[116604]: 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-07T07:46:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:52 smithi028 ceph-mon[112123]: 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-07T07:46:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:52 smithi138 ceph-mon[117003]: 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-07T07:46:52.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:52.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:52.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:53.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:53.778 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:53.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:53.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:53.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:46:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:54 smithi161 ceph-mon[116604]: 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-07T07:46:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:54 smithi161 ceph-mon[116604]: from='client.155616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:54 smithi028 ceph-mon[112123]: 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-07T07:46:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:54 smithi028 ceph-mon[112123]: from='client.155616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:54 smithi138 ceph-mon[117003]: 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-07T07:46:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:54 smithi138 ceph-mon[117003]: from='client.155616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:46:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:56 smithi161 ceph-mon[116604]: 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-07T07:46:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:56 smithi028 ceph-mon[112123]: 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-07T07:46:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:56 smithi138 ceph-mon[117003]: 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-07T07:46:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:46:58 smithi161 ceph-mon[116604]: 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-07T07:46:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:46:58 smithi028 ceph-mon[112123]: 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-07T07:46:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:46:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:46:58.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:46:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:46:58 smithi138 ceph-mon[117003]: 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-07T07:46:59.565 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:46:59.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:46:59.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:46:59.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:46:59.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:00 smithi161 ceph-mon[116604]: 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-07T07:47:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:00 smithi161 ceph-mon[116604]: from='client.155691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:00 smithi028 ceph-mon[112123]: 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-07T07:47:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:00 smithi028 ceph-mon[112123]: from='client.155691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:00 smithi138 ceph-mon[117003]: 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-07T07:47:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:00 smithi138 ceph-mon[117003]: from='client.155691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:02 smithi161 ceph-mon[116604]: 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-07T07:47:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:02 smithi028 ceph-mon[112123]: 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-07T07:47:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:02 smithi138 ceph-mon[117003]: 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-07T07:47:04.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:04.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:04.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:04 smithi161 ceph-mon[116604]: 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-07T07:47:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:04 smithi028 ceph-mon[112123]: 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-07T07:47:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:04 smithi138 ceph-mon[117003]: 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-07T07:47:05.351 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:05.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:05.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:05.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:05.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:06 smithi161 ceph-mon[116604]: 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-07T07:47:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:06 smithi161 ceph-mon[116604]: from='client.155769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:06 smithi028 ceph-mon[112123]: 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-07T07:47:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:06 smithi028 ceph-mon[112123]: from='client.155769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:06 smithi138 ceph-mon[117003]: 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-07T07:47:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:06 smithi138 ceph-mon[117003]: from='client.155769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:08 smithi161 ceph-mon[116604]: 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-07T07:47:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:08 smithi028 ceph-mon[112123]: 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-07T07:47:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:08 smithi138 ceph-mon[117003]: 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-07T07:47:10.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:10.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:10.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:10 smithi161 ceph-mon[116604]: 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-07T07:47:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:10 smithi028 ceph-mon[112123]: 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-07T07:47:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:10 smithi138 ceph-mon[117003]: 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-07T07:47:11.120 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:11.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:11.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:11.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:11.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:12 smithi161 ceph-mon[116604]: from='client.155844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:12 smithi161 ceph-mon[116604]: 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-07T07:47:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:12 smithi028 ceph-mon[112123]: from='client.155844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:12 smithi028 ceph-mon[112123]: 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-07T07:47:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:12 smithi138 ceph-mon[117003]: from='client.155844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:12 smithi138 ceph-mon[117003]: 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-07T07:47:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:14 smithi028 ceph-mon[112123]: 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-07T07:47:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:14 smithi138 ceph-mon[117003]: 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-07T07:47:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:14 smithi161 ceph-mon[116604]: 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-07T07:47:16.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:16.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:16.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:16 smithi028 ceph-mon[112123]: 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-07T07:47:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:16 smithi138 ceph-mon[117003]: 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-07T07:47:16.894 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:16.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:16.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:16.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:16.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:16 smithi161 ceph-mon[116604]: 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-07T07:47:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:18 smithi028 ceph-mon[112123]: from='client.155919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:18 smithi028 ceph-mon[112123]: 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-07T07:47:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:18 smithi138 ceph-mon[117003]: from='client.155919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:18 smithi138 ceph-mon[117003]: 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-07T07:47:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:18 smithi161 ceph-mon[116604]: from='client.155919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:18 smithi161 ceph-mon[116604]: 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-07T07:47:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:20 smithi028 ceph-mon[112123]: 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-07T07:47:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:20 smithi138 ceph-mon[117003]: 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-07T07:47:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:20 smithi161 ceph-mon[116604]: 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-07T07:47:21.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:21.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:21.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:22.681 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:22.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:22.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:22.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:22.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:22 smithi028 ceph-mon[112123]: 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-07T07:47:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:22 smithi138 ceph-mon[117003]: 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-07T07:47:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:22 smithi161 ceph-mon[116604]: 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-07T07:47:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:23 smithi028 ceph-mon[112123]: from='client.155997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:23 smithi138 ceph-mon[117003]: from='client.155997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:23 smithi161 ceph-mon[116604]: from='client.155997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:24 smithi028 ceph-mon[112123]: 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-07T07:47:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:24 smithi138 ceph-mon[117003]: 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-07T07:47:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:24 smithi161 ceph-mon[116604]: 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-07T07:47:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:26 smithi028 ceph-mon[112123]: 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-07T07:47:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:26 smithi138 ceph-mon[117003]: 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-07T07:47:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:26 smithi161 ceph-mon[116604]: 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-07T07:47:27.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:27.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:27.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:28.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:28.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:28.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:28.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:28.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:28 smithi028 ceph-mon[112123]: 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-07T07:47:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:28 smithi138 ceph-mon[117003]: 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-07T07:47:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:28 smithi161 ceph-mon[116604]: 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-07T07:47:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:29 smithi138 ceph-mon[117003]: from='client.156075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:29 smithi161 ceph-mon[116604]: from='client.156075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:29 smithi028 ceph-mon[112123]: from='client.156075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:30 smithi138 ceph-mon[117003]: 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-07T07:47:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:30 smithi161 ceph-mon[116604]: 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-07T07:47:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:30 smithi028 ceph-mon[112123]: 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-07T07:47:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:32 smithi138 ceph-mon[117003]: 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-07T07:47:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:32 smithi161 ceph-mon[116604]: 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-07T07:47:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:32 smithi028 ceph-mon[112123]: 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-07T07:47:33.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:33.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:33.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:34.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:34.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:34.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:34.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:34.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:34 smithi138 ceph-mon[117003]: 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-07T07:47:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:34 smithi161 ceph-mon[116604]: 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-07T07:47:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:34 smithi028 ceph-mon[112123]: 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-07T07:47:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:35 smithi138 ceph-mon[117003]: from='client.156147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:35 smithi161 ceph-mon[116604]: from='client.156147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:35 smithi028 ceph-mon[112123]: from='client.156147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:36 smithi138 ceph-mon[117003]: pgmap v5428: 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-07T07:47:36.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:36 smithi161 ceph-mon[116604]: pgmap v5428: 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-07T07:47:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:36 smithi028 ceph-mon[112123]: pgmap v5428: 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-07T07:47:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:38 smithi138 ceph-mon[117003]: pgmap v5429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:47:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:38 smithi161 ceph-mon[116604]: pgmap v5429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:47:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:38 smithi028 ceph-mon[112123]: pgmap v5429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:47:39.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:39.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:39.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: pgmap v5430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:47:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:47:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: pgmap v5430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:47:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:47:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:40.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:40.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:40.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:40.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:40.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: pgmap v5430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:47:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:47:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:47:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:40 smithi028 ceph-mon[112123]: from='client.156222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:40 smithi138 ceph-mon[117003]: from='client.156222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:40 smithi161 ceph-mon[116604]: from='client.156222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:42.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:42 smithi161 ceph-mon[116604]: 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-07T07:47:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:42 smithi028 ceph-mon[112123]: 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-07T07:47:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:42 smithi138 ceph-mon[117003]: 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-07T07:47:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:44 smithi161 ceph-mon[116604]: 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-07T07:47:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:44 smithi028 ceph-mon[112123]: 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-07T07:47:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:44 smithi138 ceph-mon[117003]: 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-07T07:47:45.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:45.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:45.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:45.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:45.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:45.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:45.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:45.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:46 smithi161 ceph-mon[116604]: 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-07T07:47:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:46 smithi161 ceph-mon[116604]: from='client.156300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:46 smithi028 ceph-mon[112123]: 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-07T07:47:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:46 smithi028 ceph-mon[112123]: from='client.156300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:46 smithi138 ceph-mon[117003]: 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-07T07:47:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:46 smithi138 ceph-mon[117003]: from='client.156300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:48 smithi161 ceph-mon[116604]: pgmap v5434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:48 smithi028 ceph-mon[112123]: pgmap v5434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:48 smithi138 ceph-mon[117003]: pgmap v5434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:50 smithi161 ceph-mon[116604]: pgmap v5435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:50 smithi028 ceph-mon[112123]: pgmap v5435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:50.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:50.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:50.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:50 smithi138 ceph-mon[117003]: pgmap v5435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:47:51.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:51.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:51.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:51.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:51.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:52 smithi161 ceph-mon[116604]: pgmap v5436: 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-07T07:47:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:52 smithi161 ceph-mon[116604]: from='client.156372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:52 smithi028 ceph-mon[112123]: pgmap v5436: 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-07T07:47:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:52 smithi028 ceph-mon[112123]: from='client.156372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:52 smithi138 ceph-mon[117003]: pgmap v5436: 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-07T07:47:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:52 smithi138 ceph-mon[117003]: from='client.156372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:54 smithi161 ceph-mon[116604]: 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-07T07:47:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:54 smithi028 ceph-mon[112123]: 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-07T07:47:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:54 smithi138 ceph-mon[117003]: 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-07T07:47:56.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:47:56.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:47:56.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:47:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:56 smithi161 ceph-mon[116604]: 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-07T07:47:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:56 smithi028 ceph-mon[112123]: 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-07T07:47:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:56 smithi138 ceph-mon[117003]: 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-07T07:47:57.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:47:57.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:47:57.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:47:57.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:47:57.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:47:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:58 smithi161 ceph-mon[116604]: 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-07T07:47:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:47:58 smithi161 ceph-mon[116604]: from='client.156450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:58 smithi028 ceph-mon[112123]: 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-07T07:47:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:47:58 smithi028 ceph-mon[112123]: from='client.156450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:47:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:58 smithi138 ceph-mon[117003]: 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-07T07:47:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:47:58 smithi138 ceph-mon[117003]: from='client.156450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:00 smithi161 ceph-mon[116604]: 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-07T07:48:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:00 smithi028 ceph-mon[112123]: 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-07T07:48:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:00 smithi138 ceph-mon[117003]: 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-07T07:48:02.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:02.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:02.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:02 smithi161 ceph-mon[116604]: 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-07T07:48:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:02 smithi028 ceph-mon[112123]: 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-07T07:48:02.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:02 smithi138 ceph-mon[117003]: 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-07T07:48:03.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:03.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:03.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:03.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:03.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:04 smithi161 ceph-mon[116604]: from='client.156528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:04 smithi161 ceph-mon[116604]: 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-07T07:48:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:04 smithi028 ceph-mon[112123]: from='client.156528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:04 smithi028 ceph-mon[112123]: 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-07T07:48:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:04 smithi138 ceph-mon[117003]: from='client.156528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:04 smithi138 ceph-mon[117003]: 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-07T07:48:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:06 smithi161 ceph-mon[116604]: 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-07T07:48:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:06 smithi028 ceph-mon[112123]: 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-07T07:48:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:06 smithi138 ceph-mon[117003]: 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-07T07:48:08.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:08.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:08.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:08 smithi161 ceph-mon[116604]: 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-07T07:48:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:08 smithi028 ceph-mon[112123]: 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-07T07:48:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:08 smithi138 ceph-mon[117003]: 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-07T07:48:08.854 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:08.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:08.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:08.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:08.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:09 smithi161 ceph-mon[116604]: from='client.156600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:09 smithi028 ceph-mon[112123]: from='client.156600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:09 smithi138 ceph-mon[117003]: from='client.156600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:10 smithi161 ceph-mon[116604]: 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-07T07:48:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:10 smithi028 ceph-mon[112123]: 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-07T07:48:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:10 smithi138 ceph-mon[117003]: 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-07T07:48:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:12 smithi161 ceph-mon[116604]: 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-07T07:48:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:12 smithi028 ceph-mon[112123]: 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-07T07:48:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:12 smithi138 ceph-mon[117003]: 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-07T07:48:13.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:13.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:13.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:14.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:14.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:14.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:14.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:14.638 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:14 smithi161 ceph-mon[116604]: 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-07T07:48:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:14 smithi028 ceph-mon[112123]: 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-07T07:48:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:14 smithi138 ceph-mon[117003]: 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-07T07:48:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:15 smithi161 ceph-mon[116604]: from='client.156675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:15 smithi028 ceph-mon[112123]: from='client.156675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:15 smithi138 ceph-mon[117003]: from='client.156675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:16 smithi028 ceph-mon[112123]: pgmap v5448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:16 smithi138 ceph-mon[117003]: pgmap v5448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:16 smithi161 ceph-mon[116604]: pgmap v5448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:18 smithi028 ceph-mon[112123]: pgmap v5449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:48:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:18 smithi138 ceph-mon[117003]: pgmap v5449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:48:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:18 smithi161 ceph-mon[116604]: pgmap v5449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:48:19.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:19.640 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:19.640 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:20.417 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:20.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:20.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:20.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:20.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:20 smithi028 ceph-mon[112123]: pgmap v5450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:48:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:20 smithi138 ceph-mon[117003]: pgmap v5450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:48:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:20 smithi161 ceph-mon[116604]: pgmap v5450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:48:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:21 smithi028 ceph-mon[112123]: from='client.156750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:21 smithi138 ceph-mon[117003]: from='client.156750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:21 smithi161 ceph-mon[116604]: from='client.156750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:22 smithi028 ceph-mon[112123]: 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-07T07:48:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:22 smithi138 ceph-mon[117003]: 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-07T07:48:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:22 smithi161 ceph-mon[116604]: 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-07T07:48:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:24 smithi028 ceph-mon[112123]: 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-07T07:48:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:24 smithi138 ceph-mon[117003]: 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-07T07:48:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:24 smithi161 ceph-mon[116604]: 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-07T07:48:25.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:25.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:25.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:26.196 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:26.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:26.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:26.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:26.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:26 smithi028 ceph-mon[112123]: 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-07T07:48:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:26 smithi138 ceph-mon[117003]: 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-07T07:48:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:26 smithi161 ceph-mon[116604]: 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-07T07:48:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:27 smithi028 ceph-mon[112123]: from='client.156828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:27 smithi138 ceph-mon[117003]: from='client.156828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:27 smithi161 ceph-mon[116604]: from='client.156828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:28 smithi028 ceph-mon[112123]: pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:28 smithi138 ceph-mon[117003]: pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:28 smithi161 ceph-mon[116604]: pgmap v5454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:30 smithi138 ceph-mon[117003]: pgmap v5455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:30 smithi161 ceph-mon[116604]: pgmap v5455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:30 smithi028 ceph-mon[112123]: pgmap v5455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:31.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:31.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:31.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:31.963 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:31.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:31.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:31.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:31.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:32 smithi138 ceph-mon[117003]: pgmap v5456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:48:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:32 smithi161 ceph-mon[116604]: pgmap v5456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:48:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:32 smithi028 ceph-mon[112123]: pgmap v5456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:48:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:33 smithi138 ceph-mon[117003]: from='client.156906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:33 smithi161 ceph-mon[116604]: from='client.156906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:33 smithi028 ceph-mon[112123]: from='client.156906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:34 smithi138 ceph-mon[117003]: 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-07T07:48:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:34 smithi161 ceph-mon[116604]: 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-07T07:48:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:34 smithi028 ceph-mon[112123]: 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-07T07:48:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:36 smithi138 ceph-mon[117003]: 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-07T07:48:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:36 smithi161 ceph-mon[116604]: 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-07T07:48:36.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:36.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:36.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:36 smithi028 ceph-mon[112123]: 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-07T07:48:37.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:37.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:37.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:37.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:37.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:38 smithi138 ceph-mon[117003]: 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-07T07:48:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:38 smithi138 ceph-mon[117003]: from='client.156978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:38 smithi161 ceph-mon[116604]: 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-07T07:48:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:38 smithi161 ceph-mon[116604]: from='client.156978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:38 smithi028 ceph-mon[112123]: 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-07T07:48:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:38 smithi028 ceph-mon[112123]: from='client.156978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:48:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:48:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:48:40.621 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:40 smithi138 ceph-mon[117003]: 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-07T07:48:40.673 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:40 smithi161 ceph-mon[116604]: 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-07T07:48:40.698 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:40 smithi028 ceph-mon[112123]: 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-07T07:48:42.544 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:42 smithi028 ceph-mon[112123]: 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-07T07:48:42.545 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.545 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.545 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.545 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:42.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:42.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:42 smithi138 ceph-mon[117003]: 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-07T07:48:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:42 smithi161 ceph-mon[116604]: 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-07T07:48:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:43.504 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:43.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:43.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:43.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:43.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:48:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:48:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:43 smithi161 ceph-mon[116604]: 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-07T07:48:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:43 smithi161 ceph-mon[116604]: from='client.157053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:48:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:48:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:43 smithi028 ceph-mon[112123]: 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-07T07:48:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:43 smithi028 ceph-mon[112123]: from='client.157053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:48:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:48:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:48:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:43 smithi138 ceph-mon[117003]: 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-07T07:48:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:43 smithi138 ceph-mon[117003]: from='client.157053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:45 smithi161 ceph-mon[116604]: 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-07T07:48:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:45 smithi028 ceph-mon[112123]: 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-07T07:48:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:45 smithi138 ceph-mon[117003]: 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-07T07:48:48.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:48.506 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:48.507 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:48 smithi161 ceph-mon[116604]: 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-07T07:48:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:48 smithi028 ceph-mon[112123]: 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-07T07:48:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:48 smithi138 ceph-mon[117003]: 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-07T07:48:49.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:49.283 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:49.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:49.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:49.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:50 smithi161 ceph-mon[116604]: 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-07T07:48:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:50 smithi161 ceph-mon[116604]: from='client.157131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:50 smithi028 ceph-mon[112123]: 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-07T07:48:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:50 smithi028 ceph-mon[112123]: from='client.157131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:50 smithi138 ceph-mon[117003]: 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-07T07:48:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:50 smithi138 ceph-mon[117003]: from='client.157131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:52 smithi161 ceph-mon[116604]: pgmap v5466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:48:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:52 smithi028 ceph-mon[112123]: pgmap v5466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:48:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:52 smithi138 ceph-mon[117003]: pgmap v5466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:48:54.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:48:54.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:48:54.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:48:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:54 smithi161 ceph-mon[116604]: pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:48:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:54 smithi028 ceph-mon[112123]: pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:48:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:54 smithi138 ceph-mon[117003]: pgmap v5467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:48:55.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:48:55.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:48:55.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:48:55.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:48:55.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:48:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:56 smithi161 ceph-mon[116604]: from='client.157203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:56 smithi161 ceph-mon[116604]: pgmap v5468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:56 smithi028 ceph-mon[112123]: from='client.157203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:56 smithi028 ceph-mon[112123]: pgmap v5468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:56 smithi138 ceph-mon[117003]: from='client.157203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:48:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:56 smithi138 ceph-mon[117003]: pgmap v5468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:48:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:48:58 smithi161 ceph-mon[116604]: pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:48:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:48:58 smithi028 ceph-mon[112123]: pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:48:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:48:58 smithi138 ceph-mon[117003]: pgmap v5469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:00.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:00.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:00.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:00 smithi161 ceph-mon[116604]: pgmap v5470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:00 smithi028 ceph-mon[112123]: pgmap v5470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:00 smithi138 ceph-mon[117003]: pgmap v5470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:00.841 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:00.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:00.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:00.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:00.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:01 smithi161 ceph-mon[116604]: from='client.157272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:01 smithi028 ceph-mon[112123]: from='client.157272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:01 smithi138 ceph-mon[117003]: from='client.157272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:02 smithi161 ceph-mon[116604]: 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-07T07:49:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:02 smithi028 ceph-mon[112123]: 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-07T07:49:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:02 smithi138 ceph-mon[117003]: 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-07T07:49:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:04 smithi161 ceph-mon[116604]: pgmap v5472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:49:04.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:04 smithi028 ceph-mon[112123]: pgmap v5472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:49:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:04 smithi138 ceph-mon[117003]: pgmap v5472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:49:05.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:05.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:05.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:06.606 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:06.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:06.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:06.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:06.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:06 smithi161 ceph-mon[116604]: pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:49:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:06 smithi028 ceph-mon[112123]: pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:49:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:06 smithi138 ceph-mon[117003]: pgmap v5473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:49:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:07 smithi161 ceph-mon[116604]: from='client.157350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:07 smithi028 ceph-mon[112123]: from='client.157350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:07 smithi138 ceph-mon[117003]: from='client.157350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:08 smithi161 ceph-mon[116604]: pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:08 smithi028 ceph-mon[112123]: pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:08 smithi138 ceph-mon[117003]: pgmap v5474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:10 smithi028 ceph-mon[112123]: pgmap v5475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:10 smithi138 ceph-mon[117003]: pgmap v5475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:10 smithi161 ceph-mon[116604]: pgmap v5475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:11.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:11.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:11.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:12.383 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:12.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:12.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:12.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:12.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:12 smithi028 ceph-mon[112123]: pgmap v5476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:49:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:12 smithi138 ceph-mon[117003]: pgmap v5476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:49:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:12 smithi161 ceph-mon[116604]: pgmap v5476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:49:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:13 smithi028 ceph-mon[112123]: from='client.157422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:13 smithi138 ceph-mon[117003]: from='client.157422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:13 smithi161 ceph-mon[116604]: from='client.157422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:14 smithi028 ceph-mon[112123]: 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-07T07:49:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:14 smithi138 ceph-mon[117003]: 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-07T07:49:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:14 smithi161 ceph-mon[116604]: 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-07T07:49:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:16 smithi028 ceph-mon[112123]: 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-07T07:49:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:16 smithi138 ceph-mon[117003]: 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-07T07:49:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:16 smithi161 ceph-mon[116604]: 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-07T07:49:17.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:17.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:17.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:18.167 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:18.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:18.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:18.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:18.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:18 smithi028 ceph-mon[112123]: 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-07T07:49:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:18 smithi138 ceph-mon[117003]: 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-07T07:49:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:18 smithi161 ceph-mon[116604]: 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-07T07:49:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:19 smithi028 ceph-mon[112123]: from='client.157500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:19 smithi138 ceph-mon[117003]: from='client.157500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:19 smithi161 ceph-mon[116604]: from='client.157500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:20 smithi028 ceph-mon[112123]: 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-07T07:49:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:20 smithi138 ceph-mon[117003]: 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-07T07:49:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:20 smithi161 ceph-mon[116604]: 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-07T07:49:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:22 smithi028 ceph-mon[112123]: 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-07T07:49:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:22 smithi138 ceph-mon[117003]: 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-07T07:49:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:22 smithi161 ceph-mon[116604]: 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-07T07:49:23.168 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:23.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:23.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:23.938 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:23.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:23.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:23.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:23.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:24 smithi138 ceph-mon[117003]: 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-07T07:49:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:24 smithi161 ceph-mon[116604]: 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-07T07:49:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:24 smithi028 ceph-mon[112123]: 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-07T07:49:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:25 smithi138 ceph-mon[117003]: from='client.157572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:25 smithi161 ceph-mon[116604]: from='client.157572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:25 smithi028 ceph-mon[112123]: from='client.157572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:26 smithi138 ceph-mon[117003]: 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-07T07:49:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:26 smithi161 ceph-mon[116604]: 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-07T07:49:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:26 smithi028 ceph-mon[112123]: 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-07T07:49:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:28 smithi138 ceph-mon[117003]: 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-07T07:49:28.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:28 smithi161 ceph-mon[116604]: 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-07T07:49:28.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:28.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:28 smithi028 ceph-mon[112123]: 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-07T07:49:29.714 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:29.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:29.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:29.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:29.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:30 smithi138 ceph-mon[117003]: 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-07T07:49:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:30 smithi138 ceph-mon[117003]: from='client.157638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:30 smithi161 ceph-mon[116604]: 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-07T07:49:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:30 smithi161 ceph-mon[116604]: from='client.157638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:30 smithi028 ceph-mon[112123]: 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-07T07:49:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:30 smithi028 ceph-mon[112123]: from='client.157638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:32 smithi138 ceph-mon[117003]: pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:32 smithi161 ceph-mon[116604]: pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:32 smithi028 ceph-mon[112123]: pgmap v5486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:34.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:34.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:34.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:34 smithi138 ceph-mon[117003]: pgmap v5487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:34 smithi161 ceph-mon[116604]: pgmap v5487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:34 smithi028 ceph-mon[112123]: pgmap v5487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:35.481 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:35.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:35.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:35.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:35.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:36 smithi138 ceph-mon[117003]: pgmap v5488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:36 smithi138 ceph-mon[117003]: from='client.157713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:36 smithi161 ceph-mon[116604]: pgmap v5488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:36 smithi161 ceph-mon[116604]: from='client.157713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:36 smithi028 ceph-mon[112123]: pgmap v5488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:36 smithi028 ceph-mon[112123]: from='client.157713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:38 smithi138 ceph-mon[117003]: pgmap v5489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:38 smithi161 ceph-mon[116604]: pgmap v5489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:38 smithi028 ceph-mon[112123]: pgmap v5489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:40.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:40.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:40.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:40 smithi138 ceph-mon[117003]: pgmap v5490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:40 smithi161 ceph-mon[116604]: pgmap v5490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:40 smithi028 ceph-mon[112123]: pgmap v5490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:49:41.265 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:41.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:41.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:41.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:41.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:42 smithi138 ceph-mon[117003]: 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-07T07:49:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:42 smithi138 ceph-mon[117003]: from='client.157788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:42 smithi161 ceph-mon[116604]: 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-07T07:49:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:42 smithi161 ceph-mon[116604]: from='client.157788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:42 smithi028 ceph-mon[112123]: 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-07T07:49:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:42 smithi028 ceph-mon[112123]: from='client.157788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:49:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:49:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:49:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:44 smithi138 ceph-mon[117003]: pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:44 smithi161 ceph-mon[116604]: pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:44 smithi028 ceph-mon[112123]: pgmap v5492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 17124M 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:45 smithi161 ceph-mon[116604]: pgmap v5493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:49:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 17124M 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:45 smithi028 ceph-mon[112123]: pgmap v5493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 17124M 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:49:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:49:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:49:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:45 smithi138 ceph-mon[117003]: pgmap v5493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:49:46.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:46.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:46.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:47.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:48 smithi161 ceph-mon[116604]: from='client.157866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:48 smithi161 ceph-mon[116604]: pgmap v5494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:48 smithi028 ceph-mon[112123]: from='client.157866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:48 smithi028 ceph-mon[112123]: pgmap v5494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:48 smithi138 ceph-mon[117003]: from='client.157866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:48 smithi138 ceph-mon[117003]: pgmap v5494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:50 smithi161 ceph-mon[116604]: pgmap v5495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:50 smithi028 ceph-mon[112123]: pgmap v5495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:50 smithi138 ceph-mon[117003]: pgmap v5495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:49:52.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:52.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:52.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:52 smithi161 ceph-mon[116604]: pgmap v5496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:49:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:52 smithi028 ceph-mon[112123]: pgmap v5496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:49:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:52 smithi138 ceph-mon[117003]: pgmap v5496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:49:52.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:52.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:52.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:52.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:52.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:53 smithi161 ceph-mon[116604]: from='client.157941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:53 smithi028 ceph-mon[112123]: from='client.157941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:53 smithi138 ceph-mon[117003]: from='client.157941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:54 smithi161 ceph-mon[116604]: 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-07T07:49:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:54 smithi028 ceph-mon[112123]: 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-07T07:49:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:54 smithi138 ceph-mon[117003]: 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-07T07:49:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:56 smithi161 ceph-mon[116604]: 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-07T07:49:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:56 smithi028 ceph-mon[112123]: 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-07T07:49:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:56 smithi138 ceph-mon[117003]: 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-07T07:49:57.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:49:57.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:49:57.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:49:58.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:49:58.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:49:58.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:49:58.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:49:58.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:49:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:58 smithi161 ceph-mon[116604]: 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-07T07:49:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:58 smithi028 ceph-mon[112123]: 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-07T07:49:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:58 smithi138 ceph-mon[117003]: 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-07T07:49:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:49:59 smithi028 ceph-mon[112123]: from='client.158013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:49:59 smithi138 ceph-mon[117003]: from='client.158013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:49:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:49:59 smithi161 ceph-mon[116604]: from='client.158013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:00 smithi028 ceph-mon[112123]: 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-07T07:50:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T07:50:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:00 smithi138 ceph-mon[117003]: 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-07T07:50:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T07:50:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:00 smithi161 ceph-mon[116604]: 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-07T07:50:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T07:50:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:02 smithi028 ceph-mon[112123]: 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-07T07:50:02.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:02 smithi138 ceph-mon[117003]: 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-07T07:50:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:02 smithi161 ceph-mon[116604]: 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-07T07:50:03.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:03.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:03.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:04.385 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:04.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:04.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:04.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:04.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:04 smithi028 ceph-mon[112123]: 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-07T07:50:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:04 smithi138 ceph-mon[117003]: 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-07T07:50:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:04 smithi161 ceph-mon[116604]: 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-07T07:50:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:05 smithi028 ceph-mon[112123]: from='client.158091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:05 smithi138 ceph-mon[117003]: from='client.158091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:05 smithi161 ceph-mon[116604]: from='client.158091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:06 smithi028 ceph-mon[112123]: pgmap v5503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:50:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:06 smithi138 ceph-mon[117003]: pgmap v5503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:50:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:06 smithi161 ceph-mon[116604]: pgmap v5503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:50:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:08 smithi028 ceph-mon[112123]: pgmap v5504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:50:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:08 smithi138 ceph-mon[117003]: pgmap v5504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:50:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:08 smithi161 ceph-mon[116604]: pgmap v5504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:50:09.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:09.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:09.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:10.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:10.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:10.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:10.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:10.172 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:10 smithi028 ceph-mon[112123]: pgmap v5505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:50:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:10 smithi138 ceph-mon[117003]: pgmap v5505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:50:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:10 smithi161 ceph-mon[116604]: pgmap v5505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:50:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:11 smithi028 ceph-mon[112123]: from='client.158163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:11 smithi138 ceph-mon[117003]: from='client.158163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:11 smithi161 ceph-mon[116604]: from='client.158163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:12 smithi028 ceph-mon[112123]: pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:12 smithi138 ceph-mon[117003]: pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:12 smithi161 ceph-mon[116604]: pgmap v5506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:14 smithi138 ceph-mon[117003]: pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:14 smithi161 ceph-mon[116604]: pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:14 smithi028 ceph-mon[112123]: pgmap v5507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:15.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:15.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:15.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:15.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:15.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:15.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:15.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:15.951 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:16 smithi138 ceph-mon[117003]: 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-07T07:50:16.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:16 smithi161 ceph-mon[116604]: 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-07T07:50:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:16 smithi028 ceph-mon[112123]: 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-07T07:50:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:17 smithi138 ceph-mon[117003]: from='client.158238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:17 smithi161 ceph-mon[116604]: from='client.158238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:17 smithi028 ceph-mon[112123]: from='client.158238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:18 smithi138 ceph-mon[117003]: pgmap v5509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:50:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:18 smithi161 ceph-mon[116604]: pgmap v5509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:50:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:18 smithi028 ceph-mon[112123]: pgmap v5509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:50:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:20 smithi138 ceph-mon[117003]: pgmap v5510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:50:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:20 smithi161 ceph-mon[116604]: pgmap v5510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:50:20.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:20.952 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:20.952 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:20 smithi028 ceph-mon[112123]: pgmap v5510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:50:21.718 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:21.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:21.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:21.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:21.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:22 smithi138 ceph-mon[117003]: pgmap v5511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:50:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:22 smithi138 ceph-mon[117003]: from='client.158316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:22 smithi161 ceph-mon[116604]: pgmap v5511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:50:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:22 smithi161 ceph-mon[116604]: from='client.158316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:22 smithi028 ceph-mon[112123]: pgmap v5511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:50:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:22 smithi028 ceph-mon[112123]: from='client.158316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:24 smithi138 ceph-mon[117003]: pgmap v5512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:24 smithi161 ceph-mon[116604]: pgmap v5512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:24 smithi028 ceph-mon[112123]: pgmap v5512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:26.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:26.720 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:26.720 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:26 smithi138 ceph-mon[117003]: pgmap v5513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:50:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:26 smithi161 ceph-mon[116604]: pgmap v5513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:50:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:26 smithi028 ceph-mon[112123]: pgmap v5513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:50:27.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:27.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:27.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:27.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:27.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:28 smithi138 ceph-mon[117003]: 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-07T07:50:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:28 smithi138 ceph-mon[117003]: from='client.158394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:28 smithi161 ceph-mon[116604]: 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-07T07:50:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:28 smithi161 ceph-mon[116604]: from='client.158394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:28 smithi028 ceph-mon[112123]: 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-07T07:50:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:28 smithi028 ceph-mon[112123]: from='client.158394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:30 smithi138 ceph-mon[117003]: 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-07T07:50:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:30 smithi161 ceph-mon[116604]: 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-07T07:50:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:30 smithi028 ceph-mon[112123]: 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-07T07:50:32.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:32.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:32.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:32 smithi138 ceph-mon[117003]: 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-07T07:50:32.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:32 smithi161 ceph-mon[116604]: 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-07T07:50:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:32 smithi028 ceph-mon[112123]: 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-07T07:50:33.273 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:33.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:33.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:33.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:33.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:34 smithi138 ceph-mon[117003]: 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-07T07:50:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:34 smithi138 ceph-mon[117003]: from='client.158472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:34 smithi161 ceph-mon[116604]: 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-07T07:50:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:34 smithi161 ceph-mon[116604]: from='client.158472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:34 smithi028 ceph-mon[112123]: 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-07T07:50:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:34 smithi028 ceph-mon[112123]: from='client.158472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:36 smithi138 ceph-mon[117003]: 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-07T07:50:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:36 smithi161 ceph-mon[116604]: 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-07T07:50:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:36 smithi028 ceph-mon[112123]: 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-07T07:50:38.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:38.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:38.276 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:38 smithi138 ceph-mon[117003]: 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-07T07:50:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:38 smithi161 ceph-mon[116604]: 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-07T07:50:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:38 smithi028 ceph-mon[112123]: 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-07T07:50:39.050 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:39.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:39.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:39.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:39.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:40 smithi138 ceph-mon[117003]: from='client.158547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:40 smithi138 ceph-mon[117003]: 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-07T07:50:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:40 smithi161 ceph-mon[116604]: from='client.158547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:40 smithi161 ceph-mon[116604]: 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-07T07:50:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:40 smithi028 ceph-mon[112123]: from='client.158547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:40 smithi028 ceph-mon[112123]: 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-07T07:50:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:42 smithi138 ceph-mon[117003]: 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-07T07:50:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:42 smithi161 ceph-mon[116604]: 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-07T07:50:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:42 smithi028 ceph-mon[112123]: 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-07T07:50:44.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:44.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:44.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:44 smithi138 ceph-mon[117003]: 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-07T07:50:44.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:44.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:44.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:44.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:44.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:44 smithi161 ceph-mon[116604]: 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-07T07:50:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:44 smithi028 ceph-mon[112123]: 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-07T07:50:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:45 smithi138 ceph-mon[117003]: from='client.158625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:50:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:50:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:50:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:50:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:45 smithi161 ceph-mon[116604]: from='client.158625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:50:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:50:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:50:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:50:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:45 smithi028 ceph-mon[112123]: from='client.158625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:50:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:50:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:50:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:50:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:46 smithi138 ceph-mon[117003]: pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:46 smithi161 ceph-mon[116604]: pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:46 smithi028 ceph-mon[112123]: pgmap v5523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:48 smithi138 ceph-mon[117003]: pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:48 smithi161 ceph-mon[116604]: pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:48 smithi028 ceph-mon[112123]: pgmap v5524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:49.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:49.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:49.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:50.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:50.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:50.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:50.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:50.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:50 smithi138 ceph-mon[117003]: pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:50 smithi161 ceph-mon[116604]: pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:50 smithi028 ceph-mon[112123]: pgmap v5525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:51 smithi138 ceph-mon[117003]: from='client.158700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:51 smithi161 ceph-mon[116604]: from='client.158700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:51 smithi028 ceph-mon[112123]: from='client.158700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:52 smithi138 ceph-mon[117003]: pgmap v5526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:52 smithi161 ceph-mon[116604]: pgmap v5526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:52 smithi028 ceph-mon[112123]: pgmap v5526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:54 smithi138 ceph-mon[117003]: pgmap v5527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:54 smithi161 ceph-mon[116604]: pgmap v5527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:54 smithi028 ceph-mon[112123]: pgmap v5527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:50:55.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:50:55.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:50:55.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:50:56.377 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:50:56.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:50:56.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:50:56.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:50:56.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:50:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:56 smithi138 ceph-mon[117003]: 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-07T07:50:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:56 smithi161 ceph-mon[116604]: 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-07T07:50:57.056 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:56 smithi028 ceph-mon[112123]: 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-07T07:50:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:57 smithi138 ceph-mon[117003]: from='client.158775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:57 smithi161 ceph-mon[116604]: from='client.158775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:57 smithi028 ceph-mon[112123]: from='client.158775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:50:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:58 smithi138 ceph-mon[117003]: pgmap v5529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:58 smithi161 ceph-mon[116604]: pgmap v5529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:58 smithi028 ceph-mon[112123]: pgmap v5529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:50:59 smithi161 ceph-mon[116604]: pgmap v5530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:50:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:50:59 smithi028 ceph-mon[112123]: pgmap v5530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:50:59 smithi138 ceph-mon[117003]: pgmap v5530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:01.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:01.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:01.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:02.145 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:02.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:02.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:02.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:02.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:02 smithi161 ceph-mon[116604]: pgmap v5531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:02 smithi028 ceph-mon[112123]: pgmap v5531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:02 smithi138 ceph-mon[117003]: pgmap v5531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:03 smithi028 ceph-mon[112123]: from='client.158850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:03 smithi138 ceph-mon[117003]: from='client.158850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:03 smithi161 ceph-mon[116604]: from='client.158850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:04 smithi161 ceph-mon[116604]: pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:04 smithi028 ceph-mon[112123]: pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:04 smithi138 ceph-mon[117003]: pgmap v5532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:06 smithi028 ceph-mon[112123]: pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:06 smithi138 ceph-mon[117003]: pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:06 smithi161 ceph-mon[116604]: pgmap v5533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:07.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:07.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:07.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:07.947 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:07.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:07.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:07.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:07.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:08 smithi028 ceph-mon[112123]: 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-07T07:51:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:08 smithi028 ceph-mon[112123]: from='client.158925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:08 smithi138 ceph-mon[117003]: 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-07T07:51:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:08 smithi138 ceph-mon[117003]: from='client.158925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:08 smithi161 ceph-mon[116604]: 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-07T07:51:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:08 smithi161 ceph-mon[116604]: from='client.158925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:10 smithi028 ceph-mon[112123]: 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-07T07:51:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:10 smithi138 ceph-mon[117003]: 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-07T07:51:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:10 smithi161 ceph-mon[116604]: 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-07T07:51:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:12 smithi028 ceph-mon[112123]: 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-07T07:51:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:12 smithi138 ceph-mon[117003]: 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-07T07:51:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:12 smithi161 ceph-mon[116604]: 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-07T07:51:12.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:12.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:12.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:13.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:13.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:13.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:13.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:13.730 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:14 smithi028 ceph-mon[112123]: 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-07T07:51:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:14 smithi028 ceph-mon[112123]: from='client.159000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:14 smithi138 ceph-mon[117003]: 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-07T07:51:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:14 smithi138 ceph-mon[117003]: from='client.159000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:14 smithi161 ceph-mon[116604]: 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-07T07:51:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:14 smithi161 ceph-mon[116604]: from='client.159000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:16 smithi028 ceph-mon[112123]: 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-07T07:51:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:16 smithi138 ceph-mon[117003]: 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-07T07:51:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:16 smithi161 ceph-mon[116604]: 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-07T07:51:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:18 smithi028 ceph-mon[112123]: 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-07T07:51:18.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:18.732 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:18.732 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:18 smithi138 ceph-mon[117003]: 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-07T07:51:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:18 smithi161 ceph-mon[116604]: 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-07T07:51:19.506 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:19.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:19.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:19.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:19.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:20 smithi028 ceph-mon[112123]: 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-07T07:51:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:20 smithi028 ceph-mon[112123]: from='client.159078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:20 smithi138 ceph-mon[117003]: 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-07T07:51:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:20 smithi138 ceph-mon[117003]: from='client.159078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:20 smithi161 ceph-mon[116604]: 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-07T07:51:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:20 smithi161 ceph-mon[116604]: from='client.159078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:22 smithi028 ceph-mon[112123]: pgmap v5541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:22 smithi138 ceph-mon[117003]: pgmap v5541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:22 smithi161 ceph-mon[116604]: pgmap v5541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:24.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:24.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:24.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:24 smithi138 ceph-mon[117003]: pgmap v5542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:51:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:24 smithi161 ceph-mon[116604]: pgmap v5542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:51:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:24 smithi028 ceph-mon[112123]: pgmap v5542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:51:25.290 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:25.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:25.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:25.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:25.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:26 smithi138 ceph-mon[117003]: pgmap v5543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:26 smithi138 ceph-mon[117003]: from='client.159156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:26 smithi161 ceph-mon[116604]: pgmap v5543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:26 smithi161 ceph-mon[116604]: from='client.159156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:26 smithi028 ceph-mon[112123]: pgmap v5543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:26 smithi028 ceph-mon[112123]: from='client.159156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:28 smithi138 ceph-mon[117003]: pgmap v5544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:51:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:28 smithi161 ceph-mon[116604]: pgmap v5544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:51:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:28 smithi028 ceph-mon[112123]: pgmap v5544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:51:30.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:30.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:30.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:30 smithi138 ceph-mon[117003]: pgmap v5545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:51:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:30 smithi161 ceph-mon[116604]: pgmap v5545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:51:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:30 smithi028 ceph-mon[112123]: pgmap v5545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:51:31.051 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:31.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:31.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:31.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:31.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:32 smithi138 ceph-mon[117003]: from='client.159234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:32 smithi138 ceph-mon[117003]: pgmap v5546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:32 smithi161 ceph-mon[116604]: from='client.159234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:32 smithi161 ceph-mon[116604]: pgmap v5546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:32 smithi028 ceph-mon[112123]: from='client.159234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:32 smithi028 ceph-mon[112123]: pgmap v5546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:34 smithi138 ceph-mon[117003]: 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-07T07:51:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:34 smithi161 ceph-mon[116604]: 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-07T07:51:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:34 smithi028 ceph-mon[112123]: 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-07T07:51:36.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:36.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:36.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:36 smithi138 ceph-mon[117003]: pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:36.838 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:36.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:36.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:36.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:36.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:36 smithi161 ceph-mon[116604]: pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:36 smithi028 ceph-mon[112123]: pgmap v5548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:37 smithi138 ceph-mon[117003]: from='client.159306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:37 smithi161 ceph-mon[116604]: from='client.159306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:37 smithi028 ceph-mon[112123]: from='client.159306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:38 smithi138 ceph-mon[117003]: pgmap v5549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:38 smithi161 ceph-mon[116604]: pgmap v5549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:38 smithi028 ceph-mon[112123]: pgmap v5549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:40 smithi138 ceph-mon[117003]: pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:40 smithi161 ceph-mon[116604]: pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:40 smithi028 ceph-mon[112123]: pgmap v5550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:41.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:41.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:41.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:42.620 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:42.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:42.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:42.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:42.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:42 smithi138 ceph-mon[117003]: pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:42 smithi161 ceph-mon[116604]: pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:42 smithi028 ceph-mon[112123]: pgmap v5551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:43 smithi138 ceph-mon[117003]: from='client.159384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:43 smithi161 ceph-mon[116604]: from='client.159384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:43 smithi028 ceph-mon[112123]: from='client.159384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:44 smithi138 ceph-mon[117003]: pgmap v5552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:44 smithi161 ceph-mon[116604]: pgmap v5552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:44 smithi028 ceph-mon[112123]: pgmap v5552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:51:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:46 smithi138 ceph-mon[117003]: pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:51:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:51:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:51:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:51:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:46 smithi161 ceph-mon[116604]: pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:51:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:51:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:51:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:51:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:46 smithi028 ceph-mon[112123]: pgmap v5553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:51:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:51:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:51:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:51:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:51:47.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:47.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:47.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:48.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:48.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:48.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:48.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:48.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:48 smithi138 ceph-mon[117003]: 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-07T07:51:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:48 smithi161 ceph-mon[116604]: 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-07T07:51:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:48 smithi028 ceph-mon[112123]: 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-07T07:51:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:49 smithi138 ceph-mon[117003]: from='client.159462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:49 smithi161 ceph-mon[116604]: from='client.159462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:49 smithi028 ceph-mon[112123]: from='client.159462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:50 smithi138 ceph-mon[117003]: 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-07T07:51:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:50 smithi161 ceph-mon[116604]: 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-07T07:51:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:50 smithi028 ceph-mon[112123]: 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-07T07:51:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:52 smithi138 ceph-mon[117003]: 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-07T07:51:52.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:52 smithi161 ceph-mon[116604]: 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-07T07:51:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:52 smithi028 ceph-mon[112123]: 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-07T07:51:53.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:53.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:53.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:54.157 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:54.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:51:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:54 smithi138 ceph-mon[117003]: 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-07T07:51:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:54 smithi161 ceph-mon[116604]: 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-07T07:51:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:54 smithi028 ceph-mon[112123]: 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-07T07:51:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:55 smithi138 ceph-mon[117003]: from='client.159537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:55 smithi161 ceph-mon[116604]: from='client.159537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:55 smithi028 ceph-mon[112123]: from='client.159537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:51:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:56 smithi138 ceph-mon[117003]: pgmap v5558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:51:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:56 smithi161 ceph-mon[116604]: pgmap v5558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:51:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:56 smithi028 ceph-mon[112123]: pgmap v5558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:51:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:51:58 smithi138 ceph-mon[117003]: pgmap v5559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:51:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:51:58 smithi161 ceph-mon[116604]: pgmap v5559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:51:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:51:58 smithi028 ceph-mon[112123]: pgmap v5559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:51:59.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:51:59.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:51:59.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:51:59.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:51:59.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:51:59.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:51:59.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:51:59.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:00 smithi138 ceph-mon[117003]: pgmap v5560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:52:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:00 smithi138 ceph-mon[117003]: from='client.159609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:00 smithi161 ceph-mon[116604]: pgmap v5560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:52:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:00 smithi161 ceph-mon[116604]: from='client.159609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:00 smithi028 ceph-mon[112123]: pgmap v5560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:52:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:00 smithi028 ceph-mon[112123]: from='client.159609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:02 smithi138 ceph-mon[117003]: pgmap v5561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:02 smithi161 ceph-mon[116604]: pgmap v5561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:02 smithi028 ceph-mon[112123]: pgmap v5561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:04 smithi138 ceph-mon[117003]: pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:04.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:04.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:04.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:04 smithi161 ceph-mon[116604]: pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:04 smithi028 ceph-mon[112123]: pgmap v5562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:05.707 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:05.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:05.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:05.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:05.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:06 smithi138 ceph-mon[117003]: pgmap v5563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:06 smithi138 ceph-mon[117003]: from='client.159687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:06 smithi161 ceph-mon[116604]: pgmap v5563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:06 smithi161 ceph-mon[116604]: from='client.159687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:06 smithi028 ceph-mon[112123]: pgmap v5563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:06 smithi028 ceph-mon[112123]: from='client.159687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:08 smithi161 ceph-mon[116604]: pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:52:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:08 smithi028 ceph-mon[112123]: pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:52:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:08 smithi138 ceph-mon[117003]: pgmap v5564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:52:10.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:10.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:10.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:10 smithi161 ceph-mon[116604]: pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:52:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:10 smithi028 ceph-mon[112123]: pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:52:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:10 smithi138 ceph-mon[117003]: pgmap v5565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:52:11.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:11.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:11.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:11.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:11.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:12 smithi161 ceph-mon[116604]: pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:52:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:12 smithi161 ceph-mon[116604]: from='client.159759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:12 smithi028 ceph-mon[112123]: pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:52:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:12 smithi028 ceph-mon[112123]: from='client.159759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:12 smithi138 ceph-mon[117003]: pgmap v5566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:52:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:12 smithi138 ceph-mon[117003]: from='client.159759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:14 smithi161 ceph-mon[116604]: 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-07T07:52:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:14 smithi028 ceph-mon[112123]: 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-07T07:52:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:14 smithi138 ceph-mon[117003]: 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-07T07:52:16.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:16.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:16.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:16 smithi161 ceph-mon[116604]: pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:16 smithi028 ceph-mon[112123]: pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:16 smithi138 ceph-mon[117003]: pgmap v5568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:17.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:17.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:17.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:17.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:17.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:18 smithi161 ceph-mon[116604]: pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:18 smithi161 ceph-mon[116604]: from='client.159837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:18 smithi028 ceph-mon[112123]: pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:18 smithi028 ceph-mon[112123]: from='client.159837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:18 smithi138 ceph-mon[117003]: pgmap v5569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:18 smithi138 ceph-mon[117003]: from='client.159837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:19 smithi161 ceph-mon[116604]: pgmap v5570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:19 smithi028 ceph-mon[112123]: pgmap v5570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:19 smithi138 ceph-mon[117003]: pgmap v5570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:22.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:22.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:22.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:22 smithi028 ceph-mon[112123]: pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:22 smithi138 ceph-mon[117003]: pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:22 smithi161 ceph-mon[116604]: pgmap v5571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:23.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:23.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:23.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:23.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:23.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:24 smithi028 ceph-mon[112123]: from='client.159912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:24 smithi028 ceph-mon[112123]: pgmap v5572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:24 smithi138 ceph-mon[117003]: from='client.159912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:24 smithi138 ceph-mon[117003]: pgmap v5572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:24 smithi161 ceph-mon[116604]: from='client.159912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:24 smithi161 ceph-mon[116604]: pgmap v5572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:26 smithi028 ceph-mon[112123]: pgmap v5573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:26 smithi138 ceph-mon[117003]: pgmap v5573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:26 smithi161 ceph-mon[116604]: pgmap v5573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:28.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:28.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:28.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:28 smithi028 ceph-mon[112123]: 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-07T07:52:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:28 smithi138 ceph-mon[117003]: 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-07T07:52:28.820 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:28.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:28.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:28.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:28.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:28 smithi161 ceph-mon[116604]: 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-07T07:52:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:29 smithi028 ceph-mon[112123]: from='client.159987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:29 smithi138 ceph-mon[117003]: from='client.159987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:29 smithi161 ceph-mon[116604]: from='client.159987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:30 smithi028 ceph-mon[112123]: 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-07T07:52:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:30 smithi138 ceph-mon[117003]: 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-07T07:52:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:30 smithi161 ceph-mon[116604]: 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-07T07:52:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:32 smithi138 ceph-mon[117003]: 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-07T07:52:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:32 smithi161 ceph-mon[116604]: 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-07T07:52:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:32 smithi028 ceph-mon[112123]: 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-07T07:52:33.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:33.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:33.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:34.586 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:34.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:34.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:34.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:34.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:34 smithi138 ceph-mon[117003]: 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-07T07:52:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:34 smithi161 ceph-mon[116604]: 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-07T07:52:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:34 smithi028 ceph-mon[112123]: 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-07T07:52:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:35 smithi138 ceph-mon[117003]: from='client.160062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:35.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:35 smithi161 ceph-mon[116604]: from='client.160062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:35 smithi028 ceph-mon[112123]: from='client.160062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:36 smithi138 ceph-mon[117003]: pgmap v5578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:36 smithi161 ceph-mon[116604]: pgmap v5578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:36 smithi028 ceph-mon[112123]: pgmap v5578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:38 smithi138 ceph-mon[117003]: pgmap v5579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:38 smithi161 ceph-mon[116604]: pgmap v5579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:38 smithi028 ceph-mon[112123]: pgmap v5579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:39.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:39.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:39.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:40.357 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:40.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:40.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:40.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:40.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:40 smithi138 ceph-mon[117003]: pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:40 smithi161 ceph-mon[116604]: pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:40 smithi028 ceph-mon[112123]: pgmap v5580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:41 smithi138 ceph-mon[117003]: from='client.160140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:41 smithi161 ceph-mon[116604]: from='client.160140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:41 smithi028 ceph-mon[112123]: from='client.160140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:42 smithi138 ceph-mon[117003]: pgmap v5581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:42 smithi161 ceph-mon[116604]: pgmap v5581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:42 smithi028 ceph-mon[112123]: pgmap v5581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:44 smithi138 ceph-mon[117003]: pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:44 smithi161 ceph-mon[116604]: pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:44 smithi028 ceph-mon[112123]: pgmap v5582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:52:45.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:45.359 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:45.359 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:46.127 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:46.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:46.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:46.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:46.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:46 smithi138 ceph-mon[117003]: pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:52:46.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:46 smithi161 ceph-mon[116604]: pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:46.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:52:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:46 smithi028 ceph-mon[112123]: pgmap v5583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:52:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:47 smithi138 ceph-mon[117003]: from='client.160215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:52:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:52:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:52:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:47 smithi161 ceph-mon[116604]: from='client.160215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:52:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:52:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:52:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:47 smithi028 ceph-mon[112123]: from='client.160215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:52:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:52:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:52:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:48 smithi138 ceph-mon[117003]: 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-07T07:52:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:48 smithi161 ceph-mon[116604]: 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-07T07:52:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:48 smithi028 ceph-mon[112123]: 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-07T07:52:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:50 smithi138 ceph-mon[117003]: 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-07T07:52:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:50 smithi161 ceph-mon[116604]: 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-07T07:52:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:50 smithi028 ceph-mon[112123]: 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-07T07:52:51.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:51.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:51.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:51.892 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:51.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:51.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:51.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:51.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:52 smithi138 ceph-mon[117003]: pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:52 smithi138 ceph-mon[117003]: from='client.160287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:52 smithi161 ceph-mon[116604]: pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:52 smithi161 ceph-mon[116604]: from='client.160287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:52 smithi028 ceph-mon[112123]: pgmap v5586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:52 smithi028 ceph-mon[112123]: from='client.160287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:54 smithi138 ceph-mon[117003]: pgmap v5587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:54 smithi161 ceph-mon[116604]: pgmap v5587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:54 smithi028 ceph-mon[112123]: pgmap v5587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:56 smithi138 ceph-mon[117003]: pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:56.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:52:56.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:52:56.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:52:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:56 smithi161 ceph-mon[116604]: pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:56 smithi028 ceph-mon[112123]: pgmap v5588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:52:57.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:52:57.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:52:57.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:52:57.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:52:57.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:52:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:58 smithi138 ceph-mon[117003]: pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:52:58 smithi138 ceph-mon[117003]: from='client.160365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:58 smithi161 ceph-mon[116604]: pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:52:58 smithi161 ceph-mon[116604]: from='client.160365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:52:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:58 smithi028 ceph-mon[112123]: pgmap v5589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:52:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:52:58 smithi028 ceph-mon[112123]: from='client.160365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:00 smithi138 ceph-mon[117003]: pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:00 smithi161 ceph-mon[116604]: pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:00 smithi028 ceph-mon[112123]: pgmap v5590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:02.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:02.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:02.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:02 smithi138 ceph-mon[117003]: pgmap v5591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:02 smithi161 ceph-mon[116604]: pgmap v5591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:02 smithi028 ceph-mon[112123]: pgmap v5591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:03.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:03.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:03.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:03.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:03.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:04 smithi138 ceph-mon[117003]: pgmap v5592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:04 smithi138 ceph-mon[117003]: from='client.160437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:04 smithi161 ceph-mon[116604]: pgmap v5592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:04 smithi161 ceph-mon[116604]: from='client.160437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:04 smithi028 ceph-mon[112123]: pgmap v5592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:04 smithi028 ceph-mon[112123]: from='client.160437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:06 smithi138 ceph-mon[117003]: pgmap v5593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:06 smithi161 ceph-mon[116604]: pgmap v5593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:06 smithi028 ceph-mon[112123]: pgmap v5593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:08.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:08.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:08.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:08 smithi138 ceph-mon[117003]: 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-07T07:53:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:08 smithi161 ceph-mon[116604]: 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-07T07:53:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:08 smithi028 ceph-mon[112123]: 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-07T07:53:09.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:09.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:09.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:09.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:09.216 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:10 smithi138 ceph-mon[117003]: from='client.160515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:10 smithi138 ceph-mon[117003]: 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-07T07:53:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:10 smithi161 ceph-mon[116604]: from='client.160515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:10 smithi161 ceph-mon[116604]: 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-07T07:53:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:10 smithi028 ceph-mon[112123]: from='client.160515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:10 smithi028 ceph-mon[112123]: 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-07T07:53:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:12 smithi138 ceph-mon[117003]: pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:53:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:12 smithi161 ceph-mon[116604]: pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:53:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:12 smithi028 ceph-mon[112123]: pgmap v5596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T07:53:14.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:14.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:14.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:14 smithi138 ceph-mon[117003]: pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:53:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:14 smithi161 ceph-mon[116604]: pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:53:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:14 smithi028 ceph-mon[112123]: pgmap v5597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:53:14.991 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:14.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:14.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:14.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:14.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:16 smithi138 ceph-mon[117003]: from='client.160590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:16 smithi138 ceph-mon[117003]: pgmap v5598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:16 smithi161 ceph-mon[116604]: from='client.160590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:16 smithi161 ceph-mon[116604]: pgmap v5598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:16 smithi028 ceph-mon[112123]: from='client.160590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:16 smithi028 ceph-mon[112123]: pgmap v5598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:18 smithi138 ceph-mon[117003]: pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:18 smithi161 ceph-mon[116604]: pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:18 smithi028 ceph-mon[112123]: pgmap v5599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:19.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:19.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:19.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:20.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:20.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:20.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:20.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:20.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:20 smithi161 ceph-mon[116604]: pgmap v5600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:20 smithi028 ceph-mon[112123]: pgmap v5600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:20 smithi138 ceph-mon[117003]: pgmap v5600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:21 smithi161 ceph-mon[116604]: from='client.160668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:21 smithi028 ceph-mon[112123]: from='client.160668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:21 smithi138 ceph-mon[117003]: from='client.160668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:22 smithi161 ceph-mon[116604]: pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:22 smithi028 ceph-mon[112123]: pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:22 smithi138 ceph-mon[117003]: pgmap v5601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:24 smithi161 ceph-mon[116604]: pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:53:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:24 smithi028 ceph-mon[112123]: pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:53:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:24 smithi138 ceph-mon[117003]: pgmap v5602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:53:25.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:25.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:25.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:26.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:26.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:26.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:26.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:26.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:26 smithi161 ceph-mon[116604]: pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:53:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:26 smithi028 ceph-mon[112123]: pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:53:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:26 smithi138 ceph-mon[117003]: pgmap v5603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:53:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:27 smithi161 ceph-mon[116604]: from='client.160743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:27 smithi028 ceph-mon[112123]: from='client.160743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:27 smithi138 ceph-mon[117003]: from='client.160743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:28 smithi161 ceph-mon[116604]: 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-07T07:53:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:28 smithi028 ceph-mon[112123]: 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-07T07:53:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:28 smithi138 ceph-mon[117003]: 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-07T07:53:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:30 smithi161 ceph-mon[116604]: 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-07T07:53:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:30 smithi028 ceph-mon[112123]: 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-07T07:53:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:30 smithi138 ceph-mon[117003]: 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-07T07:53:31.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:31.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:31.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:32.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:32.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:32.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:32.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:32.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:32 smithi161 ceph-mon[116604]: pgmap v5606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:32 smithi028 ceph-mon[112123]: pgmap v5606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:32 smithi138 ceph-mon[117003]: pgmap v5606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:33 smithi161 ceph-mon[116604]: from='client.160821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:33 smithi028 ceph-mon[112123]: from='client.160821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:33 smithi138 ceph-mon[117003]: from='client.160821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:34 smithi161 ceph-mon[116604]: pgmap v5607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:34 smithi028 ceph-mon[112123]: pgmap v5607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:34 smithi138 ceph-mon[117003]: pgmap v5607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:35 smithi161 ceph-mon[116604]: pgmap v5608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:35 smithi028 ceph-mon[112123]: pgmap v5608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:35 smithi138 ceph-mon[117003]: pgmap v5608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:37.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:37.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:37.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:38.078 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:38.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:38.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:38.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:38.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:38 smithi138 ceph-mon[117003]: pgmap v5609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:38 smithi161 ceph-mon[116604]: pgmap v5609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:38 smithi028 ceph-mon[112123]: pgmap v5609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:39 smithi138 ceph-mon[117003]: from='client.160896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:39 smithi161 ceph-mon[116604]: from='client.160896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:39 smithi028 ceph-mon[112123]: from='client.160896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:40 smithi138 ceph-mon[117003]: pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:40 smithi161 ceph-mon[116604]: pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:40 smithi028 ceph-mon[112123]: pgmap v5610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:42 smithi138 ceph-mon[117003]: pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:42 smithi161 ceph-mon[116604]: pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:42 smithi028 ceph-mon[112123]: pgmap v5611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:43.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:43.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:43.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:43.841 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:43.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:43.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:43.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:43.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:44 smithi138 ceph-mon[117003]: pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:44 smithi138 ceph-mon[117003]: from='client.160974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:44 smithi161 ceph-mon[116604]: pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:44 smithi161 ceph-mon[116604]: from='client.160974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:44 smithi028 ceph-mon[112123]: pgmap v5612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:44 smithi028 ceph-mon[112123]: from='client.160974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:46 smithi138 ceph-mon[117003]: pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:46 smithi161 ceph-mon[116604]: pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:46 smithi028 ceph-mon[112123]: pgmap v5613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:53:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:53:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:53:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:53:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:48 smithi138 ceph-mon[117003]: 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-07T07:53:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:53:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:53:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:53:48.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:48.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:48.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:48 smithi161 ceph-mon[116604]: 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-07T07:53:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:53:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:53:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:53:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:48 smithi028 ceph-mon[112123]: 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-07T07:53:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:53:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:53:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:53:49.620 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:49.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:49.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:49.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:49.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:50 smithi138 ceph-mon[117003]: 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-07T07:53:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:50 smithi138 ceph-mon[117003]: from='client.161049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:50 smithi161 ceph-mon[116604]: 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-07T07:53:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:50 smithi161 ceph-mon[116604]: from='client.161049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:50 smithi028 ceph-mon[112123]: 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-07T07:53:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:50 smithi028 ceph-mon[112123]: from='client.161049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:52 smithi138 ceph-mon[117003]: pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:52 smithi161 ceph-mon[116604]: pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:52 smithi028 ceph-mon[112123]: pgmap v5616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:54.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:53:54.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:53:54.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:53:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:54 smithi138 ceph-mon[117003]: pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:54 smithi161 ceph-mon[116604]: pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:54 smithi028 ceph-mon[112123]: pgmap v5617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:55.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:53:55.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:53:55.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:53:55.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:53:55.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:53:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:56 smithi138 ceph-mon[117003]: pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:56 smithi138 ceph-mon[117003]: from='client.161124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:56 smithi161 ceph-mon[116604]: pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:56 smithi161 ceph-mon[116604]: from='client.161124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:56 smithi028 ceph-mon[112123]: pgmap v5618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:53:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:56 smithi028 ceph-mon[112123]: from='client.161124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:53:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:53:58 smithi138 ceph-mon[117003]: pgmap v5619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:53:58 smithi161 ceph-mon[116604]: pgmap v5619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:53:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:53:58 smithi028 ceph-mon[112123]: pgmap v5619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:54:00.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:00.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:00.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:00 smithi138 ceph-mon[117003]: pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:54:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:00 smithi161 ceph-mon[116604]: pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:54:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:00 smithi028 ceph-mon[112123]: pgmap v5620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:54:01.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:01.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:01.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:01.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:01.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:02 smithi138 ceph-mon[117003]: from='client.161202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:02 smithi138 ceph-mon[117003]: pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:02 smithi161 ceph-mon[116604]: from='client.161202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:02 smithi161 ceph-mon[116604]: pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:02 smithi028 ceph-mon[112123]: from='client.161202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:02 smithi028 ceph-mon[112123]: pgmap v5621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:04 smithi138 ceph-mon[117003]: 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-07T07:54:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:04 smithi161 ceph-mon[116604]: 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-07T07:54:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:04 smithi028 ceph-mon[112123]: 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-07T07:54:06.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:06.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:06.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:06 smithi138 ceph-mon[117003]: 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-07T07:54:06.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:06.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:06.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:06.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:06.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:06 smithi161 ceph-mon[116604]: 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-07T07:54:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:06 smithi028 ceph-mon[112123]: 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-07T07:54:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:07 smithi138 ceph-mon[117003]: from='client.161280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:07 smithi161 ceph-mon[116604]: from='client.161280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:07 smithi028 ceph-mon[112123]: from='client.161280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:08 smithi138 ceph-mon[117003]: 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-07T07:54:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:08 smithi161 ceph-mon[116604]: 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-07T07:54:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:08 smithi028 ceph-mon[112123]: 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-07T07:54:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:10 smithi138 ceph-mon[117003]: 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-07T07:54:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:10 smithi161 ceph-mon[116604]: 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-07T07:54:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:10 smithi028 ceph-mon[112123]: 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-07T07:54:11.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:11.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:11.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:12.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:12.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:12.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:12.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:12.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:12 smithi138 ceph-mon[117003]: pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:12 smithi161 ceph-mon[116604]: pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:12 smithi028 ceph-mon[112123]: pgmap v5626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:13 smithi138 ceph-mon[117003]: from='client.161352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:13 smithi161 ceph-mon[116604]: from='client.161352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:13 smithi028 ceph-mon[112123]: from='client.161352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:14 smithi138 ceph-mon[117003]: pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:14 smithi161 ceph-mon[116604]: pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:14 smithi028 ceph-mon[112123]: pgmap v5627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:16 smithi138 ceph-mon[117003]: pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:16 smithi161 ceph-mon[116604]: pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:16 smithi028 ceph-mon[112123]: pgmap v5628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:17.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:17.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:17.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:18.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:18.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:18.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:18.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:18.456 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:18 smithi138 ceph-mon[117003]: pgmap v5629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:18 smithi161 ceph-mon[116604]: pgmap v5629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:18 smithi028 ceph-mon[112123]: pgmap v5629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:19 smithi161 ceph-mon[116604]: from='client.161427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:19 smithi028 ceph-mon[112123]: from='client.161427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:19 smithi138 ceph-mon[117003]: from='client.161427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:20 smithi161 ceph-mon[116604]: pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:20 smithi028 ceph-mon[112123]: pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:20 smithi138 ceph-mon[117003]: pgmap v5630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:22 smithi161 ceph-mon[116604]: pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:22 smithi028 ceph-mon[112123]: pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:22 smithi138 ceph-mon[117003]: pgmap v5631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:23.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:23.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:23.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:24.225 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:24.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:24.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:24.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:24.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:24 smithi161 ceph-mon[116604]: pgmap v5632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:24 smithi028 ceph-mon[112123]: pgmap v5632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:24 smithi138 ceph-mon[117003]: pgmap v5632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:25 smithi161 ceph-mon[116604]: from='client.161502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:25 smithi028 ceph-mon[112123]: from='client.161502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:25 smithi138 ceph-mon[117003]: from='client.161502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:26 smithi161 ceph-mon[116604]: 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-07T07:54:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:26 smithi028 ceph-mon[112123]: 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-07T07:54:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:26 smithi138 ceph-mon[117003]: 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-07T07:54:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:28 smithi161 ceph-mon[116604]: pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:54:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:28 smithi028 ceph-mon[112123]: pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:54:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:28 smithi138 ceph-mon[117003]: pgmap v5634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:54:29.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:29.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:29.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:30.008 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:30.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:30.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:30.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:30.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:30 smithi161 ceph-mon[116604]: pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:54:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:30 smithi028 ceph-mon[112123]: pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:54:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:30 smithi138 ceph-mon[117003]: pgmap v5635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T07:54:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:31 smithi161 ceph-mon[116604]: from='client.161580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:31 smithi028 ceph-mon[112123]: from='client.161580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:31 smithi138 ceph-mon[117003]: from='client.161580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:32 smithi161 ceph-mon[116604]: pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:32 smithi028 ceph-mon[112123]: pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:32 smithi138 ceph-mon[117003]: pgmap v5636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:34 smithi161 ceph-mon[116604]: pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:54:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:34 smithi028 ceph-mon[112123]: pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:54:35.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:35.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:35.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:34 smithi138 ceph-mon[117003]: pgmap v5637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:54:35.780 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:35.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:35.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:35.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:35.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:36 smithi161 ceph-mon[116604]: pgmap v5638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:36 smithi161 ceph-mon[116604]: from='client.161655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:36 smithi028 ceph-mon[112123]: pgmap v5638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:36 smithi028 ceph-mon[112123]: from='client.161655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:36 smithi138 ceph-mon[117003]: pgmap v5638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:36 smithi138 ceph-mon[117003]: from='client.161655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:38 smithi161 ceph-mon[116604]: pgmap v5639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:54:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:38 smithi028 ceph-mon[112123]: pgmap v5639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:54:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:38 smithi138 ceph-mon[117003]: pgmap v5639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:54:40.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:40.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:40.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:40 smithi161 ceph-mon[116604]: pgmap v5640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:54:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:40 smithi028 ceph-mon[112123]: pgmap v5640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:54:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:40 smithi138 ceph-mon[117003]: pgmap v5640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T07:54:41.556 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:41.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:41.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:41.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:41.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:42 smithi138 ceph-mon[117003]: pgmap v5641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:54:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:42 smithi138 ceph-mon[117003]: from='client.161733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:42 smithi161 ceph-mon[116604]: pgmap v5641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:54:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:42 smithi161 ceph-mon[116604]: from='client.161733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:42 smithi028 ceph-mon[112123]: pgmap v5641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T07:54:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:42 smithi028 ceph-mon[112123]: from='client.161733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:44 smithi138 ceph-mon[117003]: 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-07T07:54:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:44 smithi161 ceph-mon[116604]: 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-07T07:54:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:44 smithi028 ceph-mon[112123]: 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-07T07:54:46.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:46.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:46.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:46 smithi138 ceph-mon[117003]: 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-07T07:54:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:46 smithi161 ceph-mon[116604]: 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-07T07:54:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:46 smithi028 ceph-mon[112123]: 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-07T07:54:47.321 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:47.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:47.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:47.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:47.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:48 smithi138 ceph-mon[117003]: 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-07T07:54:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:48 smithi138 ceph-mon[117003]: from='client.161811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:54:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:54:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:54:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:54:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:48 smithi161 ceph-mon[116604]: 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-07T07:54:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:48 smithi161 ceph-mon[116604]: from='client.161811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:54:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:54:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:54:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:54:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:48 smithi028 ceph-mon[112123]: 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-07T07:54:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:48 smithi028 ceph-mon[112123]: from='client.161811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:54:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:54:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:54:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:54:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:50 smithi138 ceph-mon[117003]: 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-07T07:54:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:50 smithi161 ceph-mon[116604]: 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-07T07:54:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:50 smithi028 ceph-mon[112123]: 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-07T07:54:52.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:52.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:52.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:52 smithi138 ceph-mon[117003]: pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:52 smithi161 ceph-mon[116604]: pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:52.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:52 smithi028 ceph-mon[112123]: pgmap v5646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:53.091 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:53.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:53.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:53.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:53.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:54 smithi138 ceph-mon[117003]: from='client.161886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:54 smithi138 ceph-mon[117003]: pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:54 smithi161 ceph-mon[116604]: from='client.161886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:54 smithi161 ceph-mon[116604]: pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:54 smithi028 ceph-mon[112123]: from='client.161886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:54 smithi028 ceph-mon[112123]: pgmap v5647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:56 smithi138 ceph-mon[117003]: pgmap v5648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:56 smithi161 ceph-mon[116604]: pgmap v5648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:56 smithi028 ceph-mon[112123]: pgmap v5648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:54:58.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:54:58.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:54:58.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:54:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:58 smithi138 ceph-mon[117003]: pgmap v5649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:58.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:54:58.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:54:58.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:54:58.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:54:58.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:54:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:58 smithi161 ceph-mon[116604]: pgmap v5649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:58 smithi028 ceph-mon[112123]: pgmap v5649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:54:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:54:59 smithi138 ceph-mon[117003]: from='client.161958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:54:59 smithi161 ceph-mon[116604]: from='client.161958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:54:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:54:59 smithi028 ceph-mon[112123]: from='client.161958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:00 smithi138 ceph-mon[117003]: pgmap v5650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:00 smithi161 ceph-mon[116604]: pgmap v5650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:00 smithi028 ceph-mon[112123]: pgmap v5650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:02.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:02 smithi138 ceph-mon[117003]: pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:55:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:02 smithi161 ceph-mon[116604]: pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:55:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:02 smithi028 ceph-mon[112123]: pgmap v5651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:55:03.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:03.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:03.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:04.650 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:04.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:04.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:04.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:04.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:04 smithi138 ceph-mon[117003]: 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-07T07:55:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:04 smithi161 ceph-mon[116604]: 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-07T07:55:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:04 smithi028 ceph-mon[112123]: 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-07T07:55:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:05 smithi138 ceph-mon[117003]: from='client.162033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:05 smithi161 ceph-mon[116604]: from='client.162033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:05 smithi028 ceph-mon[112123]: from='client.162033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:06 smithi138 ceph-mon[117003]: pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:06 smithi161 ceph-mon[116604]: pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:06 smithi028 ceph-mon[112123]: pgmap v5653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:08 smithi138 ceph-mon[117003]: pgmap v5654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:08 smithi161 ceph-mon[116604]: pgmap v5654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:08 smithi028 ceph-mon[112123]: pgmap v5654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:09.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:09.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:09.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:10.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:10.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:10.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:10.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:10.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:10 smithi138 ceph-mon[117003]: pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:10.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:10 smithi161 ceph-mon[116604]: pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:10 smithi028 ceph-mon[112123]: pgmap v5655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:11 smithi138 ceph-mon[117003]: from='client.162108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:11 smithi161 ceph-mon[116604]: from='client.162108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:11 smithi028 ceph-mon[112123]: from='client.162108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:12 smithi138 ceph-mon[117003]: pgmap v5656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:12 smithi161 ceph-mon[116604]: pgmap v5656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:12 smithi028 ceph-mon[112123]: pgmap v5656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:14 smithi138 ceph-mon[117003]: pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:14 smithi161 ceph-mon[116604]: pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:14 smithi028 ceph-mon[112123]: pgmap v5657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:15.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:15.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:15.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:16.204 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:16.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:16.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:16.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:16.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:16 smithi161 ceph-mon[116604]: pgmap v5658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:16 smithi028 ceph-mon[112123]: pgmap v5658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:16 smithi138 ceph-mon[117003]: pgmap v5658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:17 smithi161 ceph-mon[116604]: from='client.162183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:17 smithi028 ceph-mon[112123]: from='client.162183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:17 smithi138 ceph-mon[117003]: from='client.162183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:18 smithi161 ceph-mon[116604]: 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-07T07:55:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:18 smithi028 ceph-mon[112123]: 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-07T07:55:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:18 smithi138 ceph-mon[117003]: 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-07T07:55:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:20 smithi161 ceph-mon[116604]: 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-07T07:55:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:20 smithi028 ceph-mon[112123]: 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-07T07:55:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:20 smithi138 ceph-mon[117003]: 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-07T07:55:21.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:21.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:21.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:21.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:21.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:21.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:21.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:21.999 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:22 smithi161 ceph-mon[116604]: 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-07T07:55:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:22 smithi028 ceph-mon[112123]: 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-07T07:55:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:22 smithi138 ceph-mon[117003]: 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-07T07:55:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:23 smithi161 ceph-mon[116604]: from='client.162255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:23 smithi028 ceph-mon[112123]: from='client.162255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:23 smithi138 ceph-mon[117003]: from='client.162255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:24 smithi161 ceph-mon[116604]: 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-07T07:55:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:24 smithi028 ceph-mon[112123]: 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-07T07:55:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:24 smithi138 ceph-mon[117003]: 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-07T07:55:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:26 smithi161 ceph-mon[116604]: 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-07T07:55:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:26 smithi028 ceph-mon[112123]: 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-07T07:55:27.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:27.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:27.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:26 smithi138 ceph-mon[117003]: 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-07T07:55:27.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:27.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:27.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:27.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:27.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:28 smithi161 ceph-mon[116604]: 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-07T07:55:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:28 smithi161 ceph-mon[116604]: from='client.162330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:28 smithi028 ceph-mon[112123]: 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-07T07:55:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:28 smithi028 ceph-mon[112123]: from='client.162330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:28 smithi138 ceph-mon[117003]: 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-07T07:55:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:28 smithi138 ceph-mon[117003]: from='client.162330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:30 smithi161 ceph-mon[116604]: 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-07T07:55:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:30 smithi028 ceph-mon[112123]: 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-07T07:55:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:30 smithi138 ceph-mon[117003]: 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-07T07:55:32.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:32.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:32.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:32 smithi161 ceph-mon[116604]: pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:55:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:32 smithi028 ceph-mon[112123]: pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:55:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:32 smithi138 ceph-mon[117003]: pgmap v5666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:55:33.535 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:33.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:33.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:33.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:33.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:34 smithi161 ceph-mon[116604]: pgmap v5667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:34 smithi161 ceph-mon[116604]: from='client.162408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:34 smithi028 ceph-mon[112123]: pgmap v5667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:34 smithi028 ceph-mon[112123]: from='client.162408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:34 smithi138 ceph-mon[117003]: pgmap v5667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:34 smithi138 ceph-mon[117003]: from='client.162408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:36 smithi161 ceph-mon[116604]: pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:55:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:36 smithi028 ceph-mon[112123]: pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:55:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:36 smithi138 ceph-mon[117003]: pgmap v5668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:55:38.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:38.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:38.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:38 smithi161 ceph-mon[116604]: pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:38 smithi028 ceph-mon[112123]: pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:38 smithi138 ceph-mon[117003]: pgmap v5669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:39.309 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:39.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:39.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:39.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:39.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:40 smithi161 ceph-mon[116604]: pgmap v5670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:40 smithi161 ceph-mon[116604]: from='client.162483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:40 smithi028 ceph-mon[112123]: pgmap v5670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:40 smithi028 ceph-mon[112123]: from='client.162483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:40 smithi138 ceph-mon[117003]: pgmap v5670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:40 smithi138 ceph-mon[117003]: from='client.162483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:42 smithi161 ceph-mon[116604]: pgmap v5671: 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-07T07:55:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:42 smithi028 ceph-mon[112123]: pgmap v5671: 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-07T07:55:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:42 smithi138 ceph-mon[117003]: pgmap v5671: 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-07T07:55:44.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:44.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:44.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:44 smithi161 ceph-mon[116604]: pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:55:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:44 smithi028 ceph-mon[112123]: pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:55:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:44 smithi138 ceph-mon[117003]: pgmap v5672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:55:45.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:45.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:45.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:45.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:45.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:46 smithi161 ceph-mon[116604]: from='client.162558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:46 smithi161 ceph-mon[116604]: pgmap v5673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:46 smithi028 ceph-mon[112123]: from='client.162558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:46 smithi028 ceph-mon[112123]: pgmap v5673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:46 smithi138 ceph-mon[117003]: from='client.162558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:46 smithi138 ceph-mon[117003]: pgmap v5673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:48 smithi161 ceph-mon[116604]: pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:55:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:48 smithi028 ceph-mon[112123]: pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:55:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:48 smithi138 ceph-mon[117003]: pgmap v5674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:55:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:55:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:55:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:55:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:55:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:55:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:55:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:55:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:55:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:55:50.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:50.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:50.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:50.853 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:50.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:50.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:50.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:50.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:50 smithi161 ceph-mon[116604]: pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:50 smithi161 ceph-mon[116604]: from='client.162636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:50 smithi028 ceph-mon[112123]: pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:50 smithi028 ceph-mon[112123]: from='client.162636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:50 smithi138 ceph-mon[117003]: pgmap v5675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:55:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:50 smithi138 ceph-mon[117003]: from='client.162636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:52 smithi138 ceph-mon[117003]: pgmap v5676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:52 smithi161 ceph-mon[116604]: pgmap v5676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:52 smithi028 ceph-mon[112123]: pgmap v5676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:55:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:54 smithi138 ceph-mon[117003]: pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:55:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:54 smithi161 ceph-mon[116604]: pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:55:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:54 smithi028 ceph-mon[112123]: pgmap v5677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T07:55:55.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:55:55.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:55:55.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:55:56.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:55:56.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:55:56.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:55:56.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:55:56.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:55:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:56 smithi138 ceph-mon[117003]: pgmap v5678: 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-07T07:55:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:56 smithi161 ceph-mon[116604]: pgmap v5678: 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-07T07:55:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:56 smithi028 ceph-mon[112123]: pgmap v5678: 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-07T07:55:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:57 smithi138 ceph-mon[117003]: from='client.162711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:57 smithi161 ceph-mon[116604]: from='client.162711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:57 smithi028 ceph-mon[112123]: from='client.162711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:55:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:55:58 smithi138 ceph-mon[117003]: 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-07T07:55:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:55:58 smithi161 ceph-mon[116604]: 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-07T07:55:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:55:58 smithi028 ceph-mon[112123]: 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-07T07:56:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:00 smithi138 ceph-mon[117003]: 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-07T07:56:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:00 smithi161 ceph-mon[116604]: 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-07T07:56:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:00 smithi028 ceph-mon[112123]: 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-07T07:56:01.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:01.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:01.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:02.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:02.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:02.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:02.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:02.442 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:02 smithi138 ceph-mon[117003]: 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-07T07:56:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:02 smithi161 ceph-mon[116604]: 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-07T07:56:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:02 smithi028 ceph-mon[112123]: 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-07T07:56:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:03 smithi138 ceph-mon[117003]: from='client.162789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:03 smithi161 ceph-mon[116604]: from='client.162789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:03 smithi028 ceph-mon[112123]: from='client.162789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:04 smithi138 ceph-mon[117003]: 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-07T07:56:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:04 smithi161 ceph-mon[116604]: 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-07T07:56:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:04 smithi028 ceph-mon[112123]: 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-07T07:56:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:06 smithi138 ceph-mon[117003]: 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-07T07:56:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:06 smithi161 ceph-mon[116604]: 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-07T07:56:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:06 smithi028 ceph-mon[112123]: 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-07T07:56:07.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:07.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:07.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:08.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:08.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:08.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:08.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:08.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:08 smithi138 ceph-mon[117003]: 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-07T07:56:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:08 smithi161 ceph-mon[116604]: 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-07T07:56:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:08 smithi028 ceph-mon[112123]: 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-07T07:56:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:09 smithi138 ceph-mon[117003]: from='client.162861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:09 smithi161 ceph-mon[116604]: from='client.162861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:09 smithi028 ceph-mon[112123]: from='client.162861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:10 smithi138 ceph-mon[117003]: 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-07T07:56:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:10 smithi161 ceph-mon[116604]: 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-07T07:56:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:10 smithi028 ceph-mon[112123]: 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-07T07:56:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:12 smithi138 ceph-mon[117003]: pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:56:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:12 smithi161 ceph-mon[116604]: pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:56:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:12 smithi028 ceph-mon[112123]: pgmap v5686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:56:13.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:13.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:13.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:13.984 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:13.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:13.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:13.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:13.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:14 smithi138 ceph-mon[117003]: pgmap v5687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:14 smithi161 ceph-mon[116604]: pgmap v5687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:14 smithi028 ceph-mon[112123]: pgmap v5687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:15 smithi161 ceph-mon[116604]: from='client.162939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:15 smithi028 ceph-mon[112123]: from='client.162939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:15 smithi138 ceph-mon[117003]: from='client.162939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:16 smithi161 ceph-mon[116604]: pgmap v5688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:56:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:16 smithi028 ceph-mon[112123]: pgmap v5688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:56:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:16 smithi138 ceph-mon[117003]: pgmap v5688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:56:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:18 smithi161 ceph-mon[116604]: pgmap v5689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:18 smithi028 ceph-mon[112123]: pgmap v5689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:18.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:18.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:18.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:18 smithi138 ceph-mon[117003]: pgmap v5689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:19.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:19.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:19.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:19.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:19.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:20 smithi161 ceph-mon[116604]: pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:20 smithi161 ceph-mon[116604]: from='client.163017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:20 smithi028 ceph-mon[112123]: pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:20 smithi028 ceph-mon[112123]: from='client.163017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:20 smithi138 ceph-mon[117003]: pgmap v5690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:20 smithi138 ceph-mon[117003]: from='client.163017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:22 smithi161 ceph-mon[116604]: 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-07T07:56:22.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:22 smithi028 ceph-mon[112123]: 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-07T07:56:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:22 smithi138 ceph-mon[117003]: 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-07T07:56:24.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:24.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:24.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:24 smithi161 ceph-mon[116604]: pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:56:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:24 smithi028 ceph-mon[112123]: pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:56:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:24 smithi138 ceph-mon[117003]: pgmap v5692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:56:25.529 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:25.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:25.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:25.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:25.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:26 smithi161 ceph-mon[116604]: pgmap v5693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:26 smithi161 ceph-mon[116604]: from='client.163095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:26 smithi028 ceph-mon[112123]: pgmap v5693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:26 smithi028 ceph-mon[112123]: from='client.163095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:26 smithi138 ceph-mon[117003]: pgmap v5693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:26 smithi138 ceph-mon[117003]: from='client.163095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:28 smithi161 ceph-mon[116604]: pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:28 smithi028 ceph-mon[112123]: pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:56:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:28 smithi138 ceph-mon[117003]: pgmap v5694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:56:30.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:30.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:30.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:30 smithi161 ceph-mon[116604]: pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:56:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:30 smithi028 ceph-mon[112123]: pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:56:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:30 smithi138 ceph-mon[117003]: pgmap v5695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:56:31.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:31.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:31.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:31.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:31.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:32 smithi161 ceph-mon[116604]: pgmap v5696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:32 smithi161 ceph-mon[116604]: from='client.163164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:32 smithi028 ceph-mon[112123]: pgmap v5696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:32 smithi028 ceph-mon[112123]: from='client.163164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:32 smithi138 ceph-mon[117003]: pgmap v5696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:32 smithi138 ceph-mon[117003]: from='client.163164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:34 smithi161 ceph-mon[116604]: 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-07T07:56:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:34 smithi028 ceph-mon[112123]: 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-07T07:56:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:34 smithi138 ceph-mon[117003]: 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-07T07:56:36.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:36.300 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:36.300 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:36 smithi161 ceph-mon[116604]: 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-07T07:56:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:36 smithi028 ceph-mon[112123]: 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-07T07:56:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:36 smithi138 ceph-mon[117003]: 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-07T07:56:37.074 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:37.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:37.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:37.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:37.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:38 smithi161 ceph-mon[116604]: from='client.163236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:38 smithi161 ceph-mon[116604]: 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-07T07:56:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:38 smithi028 ceph-mon[112123]: from='client.163236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:38 smithi028 ceph-mon[112123]: 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-07T07:56:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:38 smithi138 ceph-mon[117003]: from='client.163236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:38 smithi138 ceph-mon[117003]: 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-07T07:56:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:40 smithi161 ceph-mon[116604]: 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-07T07:56:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:40 smithi028 ceph-mon[112123]: 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-07T07:56:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:40 smithi138 ceph-mon[117003]: 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-07T07:56:42.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:42.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:42.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:42.840 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:42.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:42.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:42.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:42.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:42 smithi161 ceph-mon[116604]: 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-07T07:56:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:42 smithi028 ceph-mon[112123]: 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-07T07:56:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:42 smithi138 ceph-mon[117003]: 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-07T07:56:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:43 smithi161 ceph-mon[116604]: from='client.163311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:43 smithi028 ceph-mon[112123]: from='client.163311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:43 smithi138 ceph-mon[117003]: from='client.163311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:44 smithi161 ceph-mon[116604]: 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-07T07:56:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:44 smithi028 ceph-mon[112123]: 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-07T07:56:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:44 smithi138 ceph-mon[117003]: 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-07T07:56:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:46 smithi161 ceph-mon[116604]: 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-07T07:56:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:46 smithi028 ceph-mon[112123]: 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-07T07:56:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:46 smithi138 ceph-mon[117003]: 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-07T07:56:47.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:47.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:47.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:48.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:48.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:48.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:48.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:48.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:48 smithi161 ceph-mon[116604]: 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-07T07:56:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:48 smithi028 ceph-mon[112123]: 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-07T07:56:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:48 smithi138 ceph-mon[117003]: 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-07T07:56:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:49 smithi161 ceph-mon[116604]: from='client.163386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:56:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:49 smithi028 ceph-mon[112123]: from='client.163386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:56:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:49 smithi138 ceph-mon[117003]: from='client.163386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:56:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:50 smithi161 ceph-mon[116604]: 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-07T07:56:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:56:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:56:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:56:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:50 smithi028 ceph-mon[112123]: 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-07T07:56:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:56:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:56:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:56:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:50 smithi138 ceph-mon[117003]: 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-07T07:56:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:56:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:56:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:56:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:52 smithi161 ceph-mon[116604]: pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:56:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:52 smithi028 ceph-mon[112123]: pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:56:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:52 smithi138 ceph-mon[117003]: pgmap v5706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:56:53.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:53.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:53.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:56:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:53 smithi161 ceph-mon[116604]: pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:53 smithi028 ceph-mon[112123]: pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:53 smithi138 ceph-mon[117003]: pgmap v5707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:56:54.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:56:54.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:56:54.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:56:54.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:56:54.383 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:56:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:54 smithi161 ceph-mon[116604]: from='client.163464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:54 smithi028 ceph-mon[112123]: from='client.163464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:54 smithi138 ceph-mon[117003]: from='client.163464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:56:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:55 smithi161 ceph-mon[116604]: pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:56:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:55 smithi028 ceph-mon[112123]: pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:56:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:55 smithi138 ceph-mon[117003]: pgmap v5708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T07:56:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:56:58 smithi138 ceph-mon[117003]: pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:56:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:56:58 smithi161 ceph-mon[116604]: pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:56:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:56:58 smithi028 ceph-mon[112123]: pgmap v5709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:56:59.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:56:59.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:56:59.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:00.160 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:00.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:00.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:00.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:00.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:00 smithi138 ceph-mon[117003]: pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:57:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:00 smithi161 ceph-mon[116604]: pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:57:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:00 smithi028 ceph-mon[112123]: pgmap v5710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T07:57:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:01 smithi138 ceph-mon[117003]: from='client.163542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:01 smithi161 ceph-mon[116604]: from='client.163542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:01 smithi028 ceph-mon[112123]: from='client.163542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:02 smithi138 ceph-mon[117003]: 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-07T07:57:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:02 smithi161 ceph-mon[116604]: 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-07T07:57:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:02 smithi028 ceph-mon[112123]: 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-07T07:57:04.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:04 smithi138 ceph-mon[117003]: pgmap v5712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:57:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:04 smithi161 ceph-mon[116604]: pgmap v5712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:57:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:04 smithi028 ceph-mon[112123]: pgmap v5712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:57:05.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:05.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:05.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:05.935 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:05.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:05.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:05.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:05.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:06 smithi138 ceph-mon[117003]: pgmap v5713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:57:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:06 smithi138 ceph-mon[117003]: from='client.163620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:06 smithi161 ceph-mon[116604]: pgmap v5713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:57:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:06 smithi161 ceph-mon[116604]: from='client.163620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:06 smithi028 ceph-mon[112123]: pgmap v5713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:57:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:06 smithi028 ceph-mon[112123]: from='client.163620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:08 smithi138 ceph-mon[117003]: pgmap v5714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:57:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:08 smithi161 ceph-mon[116604]: pgmap v5714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:57:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:08 smithi028 ceph-mon[112123]: pgmap v5714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:57:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:10 smithi138 ceph-mon[117003]: pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:57:10.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:10.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:10.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:10 smithi161 ceph-mon[116604]: pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:57:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:10 smithi028 ceph-mon[112123]: pgmap v5715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T07:57:11.716 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:11.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:11.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:11.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:11.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:12 smithi138 ceph-mon[117003]: pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:57:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:12 smithi138 ceph-mon[117003]: from='client.163695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:12 smithi161 ceph-mon[116604]: pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:57:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:12 smithi161 ceph-mon[116604]: from='client.163695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:12.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:12 smithi028 ceph-mon[112123]: pgmap v5716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T07:57:12.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:12 smithi028 ceph-mon[112123]: from='client.163695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:14 smithi138 ceph-mon[117003]: 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-07T07:57:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:14 smithi161 ceph-mon[116604]: 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-07T07:57:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:14 smithi028 ceph-mon[112123]: 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-07T07:57:16.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:16.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:16.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:16 smithi161 ceph-mon[116604]: 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-07T07:57:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:16 smithi028 ceph-mon[112123]: 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-07T07:57:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:16 smithi138 ceph-mon[117003]: 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-07T07:57:17.494 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:17.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:17.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:17.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:17.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:18 smithi161 ceph-mon[116604]: 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-07T07:57:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:18 smithi161 ceph-mon[116604]: from='client.163773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:18 smithi028 ceph-mon[112123]: 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-07T07:57:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:18 smithi028 ceph-mon[112123]: from='client.163773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:18 smithi138 ceph-mon[117003]: 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-07T07:57:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:18 smithi138 ceph-mon[117003]: from='client.163773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:20 smithi161 ceph-mon[116604]: 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-07T07:57:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:20 smithi028 ceph-mon[112123]: 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-07T07:57:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:20 smithi138 ceph-mon[117003]: 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-07T07:57:22.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:22.496 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:22.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:22 smithi161 ceph-mon[116604]: 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-07T07:57:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:22 smithi028 ceph-mon[112123]: 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-07T07:57:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:22 smithi138 ceph-mon[117003]: 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-07T07:57:23.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:23.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:23.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:23.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:23.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:24 smithi161 ceph-mon[116604]: from='client.163851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:24 smithi161 ceph-mon[116604]: 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-07T07:57:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:24 smithi028 ceph-mon[112123]: from='client.163851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:24 smithi028 ceph-mon[112123]: 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-07T07:57:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:24 smithi138 ceph-mon[117003]: from='client.163851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:24 smithi138 ceph-mon[117003]: 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-07T07:57:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:26 smithi161 ceph-mon[116604]: 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-07T07:57:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:26 smithi028 ceph-mon[112123]: 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-07T07:57:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:26 smithi138 ceph-mon[117003]: 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-07T07:57:28.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:28.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:28.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:28 smithi161 ceph-mon[116604]: 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-07T07:57:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:28 smithi028 ceph-mon[112123]: 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-07T07:57:29.033 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:29.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:29.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:29.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:29.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:28 smithi138 ceph-mon[117003]: 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-07T07:57:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:30 smithi161 ceph-mon[116604]: from='client.163929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:30 smithi161 ceph-mon[116604]: 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-07T07:57:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:30 smithi028 ceph-mon[112123]: from='client.163929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:30 smithi028 ceph-mon[112123]: 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-07T07:57:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:30 smithi138 ceph-mon[117003]: from='client.163929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:30 smithi138 ceph-mon[117003]: 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-07T07:57:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:32 smithi161 ceph-mon[116604]: pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:57:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:32 smithi028 ceph-mon[112123]: pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:57:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:32 smithi138 ceph-mon[117003]: pgmap v5726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:57:34.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:34.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:34.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:34.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:34.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:34.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:34.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:34.820 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:34 smithi161 ceph-mon[116604]: pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:57:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:34 smithi028 ceph-mon[112123]: pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:57:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:34 smithi138 ceph-mon[117003]: pgmap v5727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:57:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:35 smithi161 ceph-mon[116604]: from='client.164004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:35 smithi028 ceph-mon[112123]: from='client.164004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:35 smithi138 ceph-mon[117003]: from='client.164004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:36 smithi161 ceph-mon[116604]: 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-07T07:57:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:36 smithi028 ceph-mon[112123]: 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-07T07:57:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:36 smithi138 ceph-mon[117003]: 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-07T07:57:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:38 smithi161 ceph-mon[116604]: 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-07T07:57:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:38 smithi028 ceph-mon[112123]: 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-07T07:57:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:38 smithi138 ceph-mon[117003]: 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-07T07:57:39.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:39.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:39.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:40.588 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:40.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:40.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:40.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:40.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:40 smithi161 ceph-mon[116604]: 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-07T07:57:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:40 smithi028 ceph-mon[112123]: 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-07T07:57:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:40 smithi138 ceph-mon[117003]: 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-07T07:57:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:41 smithi161 ceph-mon[116604]: from='client.164079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:41 smithi028 ceph-mon[112123]: from='client.164079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:41 smithi138 ceph-mon[117003]: from='client.164079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:42 smithi161 ceph-mon[116604]: 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-07T07:57:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:42 smithi028 ceph-mon[112123]: 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-07T07:57:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:42 smithi138 ceph-mon[117003]: 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-07T07:57:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:44 smithi161 ceph-mon[116604]: pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:57:44.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:44 smithi028 ceph-mon[112123]: pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:57:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:44 smithi138 ceph-mon[117003]: pgmap v5732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:57:45.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:45.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:45.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:46.366 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:46.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:46.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:46.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:46.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:46 smithi161 ceph-mon[116604]: pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:57:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:46 smithi028 ceph-mon[112123]: pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:57:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:46 smithi138 ceph-mon[117003]: pgmap v5733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:57:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:47 smithi161 ceph-mon[116604]: from='client.164154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:47 smithi028 ceph-mon[112123]: from='client.164154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:47 smithi138 ceph-mon[117003]: from='client.164154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:48 smithi161 ceph-mon[116604]: 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-07T07:57:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:48 smithi028 ceph-mon[112123]: 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-07T07:57:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:48 smithi138 ceph-mon[117003]: 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-07T07:57:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:50 smithi161 ceph-mon[116604]: 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-07T07:57:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:57:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:50 smithi028 ceph-mon[112123]: 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-07T07:57:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:57:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:50 smithi138 ceph-mon[117003]: 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-07T07:57:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:57:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:51.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:51.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:51.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:57:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:57:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:57:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:57:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:57:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:57:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:57:52.155 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:52.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:52.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:52.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:52.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:52 smithi161 ceph-mon[116604]: 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-07T07:57:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:52 smithi028 ceph-mon[112123]: 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-07T07:57:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:52 smithi138 ceph-mon[117003]: 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-07T07:57:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:53 smithi161 ceph-mon[116604]: from='client.164229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:53 smithi028 ceph-mon[112123]: from='client.164229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:53 smithi138 ceph-mon[117003]: from='client.164229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:54 smithi161 ceph-mon[116604]: 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-07T07:57:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:54 smithi028 ceph-mon[112123]: 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-07T07:57:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:54 smithi138 ceph-mon[117003]: 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-07T07:57:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:56 smithi161 ceph-mon[116604]: 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-07T07:57:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:56 smithi028 ceph-mon[112123]: 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-07T07:57:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:56 smithi138 ceph-mon[117003]: 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-07T07:57:57.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:57:57.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:57:57.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:57:57.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:57:57.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:57:57.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:57:57.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:57:57.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:57:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:58 smithi161 ceph-mon[116604]: 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-07T07:57:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:58 smithi161 ceph-mon[116604]: from='client.164304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:58 smithi028 ceph-mon[112123]: 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-07T07:57:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:58 smithi028 ceph-mon[112123]: from='client.164304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:58 smithi138 ceph-mon[117003]: 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-07T07:57:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:58 smithi138 ceph-mon[117003]: from='client.164304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:57:59.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:57:59 smithi161 ceph-mon[116604]: 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-07T07:57:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:57:59 smithi028 ceph-mon[112123]: 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-07T07:58:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:57:59 smithi138 ceph-mon[117003]: 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-07T07:58:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:02 smithi138 ceph-mon[117003]: 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-07T07:58:02.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:02.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:02.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:02 smithi161 ceph-mon[116604]: 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-07T07:58:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:02 smithi028 ceph-mon[112123]: 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-07T07:58:03.693 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:03.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:03.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:03.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:03.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:04 smithi138 ceph-mon[117003]: 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-07T07:58:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:04 smithi138 ceph-mon[117003]: from='client.164379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:04 smithi161 ceph-mon[116604]: 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-07T07:58:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:04 smithi161 ceph-mon[116604]: from='client.164379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:04 smithi028 ceph-mon[112123]: 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-07T07:58:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:04 smithi028 ceph-mon[112123]: from='client.164379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:06 smithi138 ceph-mon[117003]: pgmap v5743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:58:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:06 smithi161 ceph-mon[116604]: pgmap v5743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:58:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:06 smithi028 ceph-mon[112123]: pgmap v5743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:58:08.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:08.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:08.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:08 smithi138 ceph-mon[117003]: pgmap v5744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:08 smithi161 ceph-mon[116604]: pgmap v5744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:08 smithi028 ceph-mon[112123]: pgmap v5744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:09.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:09.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:09.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:09.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:09.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:10 smithi138 ceph-mon[117003]: pgmap v5745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:10 smithi138 ceph-mon[117003]: from='client.164448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:10 smithi161 ceph-mon[116604]: pgmap v5745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:10 smithi161 ceph-mon[116604]: from='client.164448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:10 smithi028 ceph-mon[112123]: pgmap v5745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:10 smithi028 ceph-mon[112123]: from='client.164448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:12 smithi138 ceph-mon[117003]: 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-07T07:58:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:12 smithi161 ceph-mon[116604]: 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-07T07:58:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:12 smithi028 ceph-mon[112123]: 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-07T07:58:14.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:14.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:14.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:14 smithi161 ceph-mon[116604]: 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-07T07:58:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:14 smithi028 ceph-mon[112123]: 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-07T07:58:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:14 smithi138 ceph-mon[117003]: 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-07T07:58:15.243 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:15.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:15.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:15.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:15.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:16 smithi161 ceph-mon[116604]: from='client.164526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:16 smithi161 ceph-mon[116604]: 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-07T07:58:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:16 smithi028 ceph-mon[112123]: from='client.164526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:16 smithi028 ceph-mon[112123]: 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-07T07:58:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:16 smithi138 ceph-mon[117003]: from='client.164526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:16 smithi138 ceph-mon[117003]: 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-07T07:58:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:18 smithi161 ceph-mon[116604]: pgmap v5749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:58:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:18 smithi028 ceph-mon[112123]: pgmap v5749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:58:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:18 smithi138 ceph-mon[117003]: pgmap v5749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:58:20.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:20.245 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:20.245 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:20 smithi161 ceph-mon[116604]: pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:58:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:20 smithi028 ceph-mon[112123]: pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:58:21.017 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:21.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:21.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:21.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:21.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:20 smithi138 ceph-mon[117003]: pgmap v5750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:58:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:22 smithi161 ceph-mon[116604]: from='client.164601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:22 smithi161 ceph-mon[116604]: pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:22 smithi028 ceph-mon[112123]: from='client.164601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:22 smithi028 ceph-mon[112123]: pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:22 smithi138 ceph-mon[117003]: from='client.164601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:22 smithi138 ceph-mon[117003]: pgmap v5751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:24 smithi161 ceph-mon[116604]: 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-07T07:58:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:24 smithi028 ceph-mon[112123]: 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-07T07:58:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:24 smithi138 ceph-mon[117003]: 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-07T07:58:26.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:26.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:26.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:26.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:26.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:26.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:26.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:26.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:26 smithi161 ceph-mon[116604]: 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-07T07:58:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:26 smithi028 ceph-mon[112123]: 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-07T07:58:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:26 smithi138 ceph-mon[117003]: 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-07T07:58:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:27 smithi161 ceph-mon[116604]: from='client.164676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:27 smithi028 ceph-mon[112123]: from='client.164676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:27 smithi138 ceph-mon[117003]: from='client.164676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:28 smithi161 ceph-mon[116604]: 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-07T07:58:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:28 smithi028 ceph-mon[112123]: 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-07T07:58:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:28 smithi138 ceph-mon[117003]: 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-07T07:58:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:30 smithi161 ceph-mon[116604]: 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-07T07:58:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:30 smithi028 ceph-mon[112123]: 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-07T07:58:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:30 smithi138 ceph-mon[117003]: 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-07T07:58:31.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:31.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:31.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:32.556 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:32.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:32.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:32.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:32.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:32 smithi161 ceph-mon[116604]: 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-07T07:58:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:32 smithi028 ceph-mon[112123]: 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-07T07:58:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:32 smithi138 ceph-mon[117003]: 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-07T07:58:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:33 smithi161 ceph-mon[116604]: from='client.164748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:33 smithi028 ceph-mon[112123]: from='client.164748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:33 smithi138 ceph-mon[117003]: from='client.164748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:34 smithi161 ceph-mon[116604]: 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-07T07:58:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:34 smithi028 ceph-mon[112123]: 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-07T07:58:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:34 smithi138 ceph-mon[117003]: 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-07T07:58:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:36 smithi161 ceph-mon[116604]: 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-07T07:58:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:36 smithi028 ceph-mon[112123]: 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-07T07:58:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:36 smithi138 ceph-mon[117003]: 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-07T07:58:37.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:37.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:37.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:38.337 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:38.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:38.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:38.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:38.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:38 smithi161 ceph-mon[116604]: 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-07T07:58:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:38 smithi028 ceph-mon[112123]: 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-07T07:58:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:38 smithi138 ceph-mon[117003]: 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-07T07:58:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:39 smithi161 ceph-mon[116604]: from='client.164826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:39 smithi028 ceph-mon[112123]: from='client.164826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:39 smithi138 ceph-mon[117003]: from='client.164826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:40 smithi161 ceph-mon[116604]: 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-07T07:58:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:40 smithi028 ceph-mon[112123]: 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-07T07:58:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:40 smithi138 ceph-mon[117003]: 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-07T07:58:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:42 smithi161 ceph-mon[116604]: 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-07T07:58:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:42 smithi028 ceph-mon[112123]: 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-07T07:58:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:42 smithi138 ceph-mon[117003]: 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-07T07:58:43.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:43.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:43.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:44.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:44.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:44.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:44.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:44.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:44 smithi161 ceph-mon[116604]: 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-07T07:58:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:44 smithi028 ceph-mon[112123]: 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-07T07:58:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:44 smithi138 ceph-mon[117003]: 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-07T07:58:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:45 smithi161 ceph-mon[116604]: from='client.164904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:45 smithi028 ceph-mon[112123]: from='client.164904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:45 smithi138 ceph-mon[117003]: from='client.164904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:46 smithi161 ceph-mon[116604]: pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:58:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:46 smithi028 ceph-mon[112123]: pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:58:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:46 smithi138 ceph-mon[117003]: pgmap v5763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T07:58:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:48 smithi161 ceph-mon[116604]: pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:48 smithi028 ceph-mon[112123]: pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:48 smithi138 ceph-mon[117003]: pgmap v5764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:49.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:49.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:49.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:49.906 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:49.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:49.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:49.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:49.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:50 smithi161 ceph-mon[116604]: pgmap v5765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:50 smithi161 ceph-mon[116604]: from='client.164982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:50 smithi028 ceph-mon[112123]: pgmap v5765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:50 smithi028 ceph-mon[112123]: from='client.164982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:50 smithi138 ceph-mon[117003]: pgmap v5765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:58:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:50 smithi138 ceph-mon[117003]: from='client.164982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:58:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:58:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:58:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:58:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:58:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:58:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:58:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:58:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:58:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:58:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:58:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:58:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:52 smithi161 ceph-mon[116604]: 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-07T07:58:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:52 smithi028 ceph-mon[112123]: 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-07T07:58:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:52 smithi138 ceph-mon[117003]: 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-07T07:58:54.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:58:54.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:58:54.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:58:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:54 smithi161 ceph-mon[116604]: 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-07T07:58:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:54 smithi028 ceph-mon[112123]: 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-07T07:58:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:54 smithi138 ceph-mon[117003]: 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-07T07:58:55.681 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:58:55.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:58:55.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:58:55.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:58:55.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:58:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:56 smithi161 ceph-mon[116604]: 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-07T07:58:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:56 smithi161 ceph-mon[116604]: from='client.165054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:56 smithi028 ceph-mon[112123]: 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-07T07:58:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:56 smithi028 ceph-mon[112123]: from='client.165054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:56 smithi138 ceph-mon[117003]: 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-07T07:58:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:56 smithi138 ceph-mon[117003]: from='client.165054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:58:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:58:58 smithi161 ceph-mon[116604]: pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:58:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:58:58 smithi028 ceph-mon[112123]: pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:58:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:58:58 smithi138 ceph-mon[117003]: pgmap v5769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:59:00.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:00.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:00.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:00 smithi161 ceph-mon[116604]: pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:59:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:00 smithi028 ceph-mon[112123]: pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:59:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:00 smithi138 ceph-mon[117003]: pgmap v5770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T07:59:01.481 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:01.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:01.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:01.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:01.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:02 smithi161 ceph-mon[116604]: pgmap v5771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:59:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:02 smithi161 ceph-mon[116604]: from='client.165132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:02 smithi028 ceph-mon[112123]: pgmap v5771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:59:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:02 smithi028 ceph-mon[112123]: from='client.165132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:02 smithi138 ceph-mon[117003]: pgmap v5771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T07:59:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:02 smithi138 ceph-mon[117003]: from='client.165132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:04 smithi161 ceph-mon[116604]: 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-07T07:59:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:04 smithi028 ceph-mon[112123]: 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-07T07:59:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:04 smithi138 ceph-mon[117003]: 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-07T07:59:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:05 smithi161 ceph-mon[116604]: 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-07T07:59:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:05 smithi028 ceph-mon[112123]: 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-07T07:59:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:05 smithi138 ceph-mon[117003]: 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-07T07:59:06.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:06.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:06.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:07.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:08 smithi161 ceph-mon[116604]: from='client.165210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:08 smithi161 ceph-mon[116604]: 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-07T07:59:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:08 smithi028 ceph-mon[112123]: from='client.165210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:08 smithi028 ceph-mon[112123]: 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-07T07:59:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:08 smithi138 ceph-mon[117003]: from='client.165210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:08 smithi138 ceph-mon[117003]: 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-07T07:59:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:10 smithi161 ceph-mon[116604]: 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-07T07:59:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:10 smithi028 ceph-mon[112123]: 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-07T07:59:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:10 smithi138 ceph-mon[117003]: 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-07T07:59:12.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:12.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:12.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:12 smithi161 ceph-mon[116604]: 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-07T07:59:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:12 smithi028 ceph-mon[112123]: 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-07T07:59:13.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:13.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:13.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:13.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:13.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:12 smithi138 ceph-mon[117003]: 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-07T07:59:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:14 smithi161 ceph-mon[116604]: from='client.165288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:14 smithi161 ceph-mon[116604]: 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-07T07:59:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:14 smithi028 ceph-mon[112123]: from='client.165288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:14 smithi028 ceph-mon[112123]: 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-07T07:59:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:14 smithi138 ceph-mon[117003]: from='client.165288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:15.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:14 smithi138 ceph-mon[117003]: 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-07T07:59:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:16 smithi161 ceph-mon[116604]: 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-07T07:59:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:16 smithi028 ceph-mon[112123]: 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-07T07:59:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:16 smithi138 ceph-mon[117003]: 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-07T07:59:18.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:18.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:18.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:18.803 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:18.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:18.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:18.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:18.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:18 smithi161 ceph-mon[116604]: 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-07T07:59:18.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:18 smithi028 ceph-mon[112123]: 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-07T07:59:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:18 smithi138 ceph-mon[117003]: 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-07T07:59:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:19 smithi161 ceph-mon[116604]: from='client.165366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:19 smithi028 ceph-mon[112123]: from='client.165366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:19 smithi138 ceph-mon[117003]: from='client.165366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:20 smithi161 ceph-mon[116604]: 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-07T07:59:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:20 smithi028 ceph-mon[112123]: 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-07T07:59:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:20 smithi138 ceph-mon[117003]: 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-07T07:59:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:22 smithi161 ceph-mon[116604]: 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-07T07:59:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:22 smithi028 ceph-mon[112123]: 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-07T07:59:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:22 smithi138 ceph-mon[117003]: 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-07T07:59:23.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:23.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:23.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:24.584 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:24.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:24.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:24.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:24.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:24 smithi161 ceph-mon[116604]: 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-07T07:59:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:24 smithi028 ceph-mon[112123]: 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-07T07:59:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:24 smithi138 ceph-mon[117003]: 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-07T07:59:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:25 smithi161 ceph-mon[116604]: from='client.165441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:25 smithi028 ceph-mon[112123]: from='client.165441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:25 smithi138 ceph-mon[117003]: from='client.165441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:26 smithi161 ceph-mon[116604]: 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-07T07:59:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:26 smithi028 ceph-mon[112123]: 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-07T07:59:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:26 smithi138 ceph-mon[117003]: 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-07T07:59:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:28 smithi161 ceph-mon[116604]: 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-07T07:59:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:28 smithi028 ceph-mon[112123]: 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-07T07:59:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:28 smithi138 ceph-mon[117003]: 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-07T07:59:29.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:29.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:29.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:30.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:30.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:30.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:30.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:30.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:30 smithi161 ceph-mon[116604]: 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-07T07:59:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:30 smithi028 ceph-mon[112123]: 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-07T07:59:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:30 smithi138 ceph-mon[117003]: 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-07T07:59:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:31 smithi161 ceph-mon[116604]: from='client.165516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:31 smithi028 ceph-mon[112123]: from='client.165516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:31 smithi138 ceph-mon[117003]: from='client.165516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:32 smithi161 ceph-mon[116604]: 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-07T07:59:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:32 smithi028 ceph-mon[112123]: 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-07T07:59:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:32 smithi138 ceph-mon[117003]: 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-07T07:59:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:34 smithi161 ceph-mon[116604]: 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-07T07:59:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:34 smithi028 ceph-mon[112123]: 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-07T07:59:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:34 smithi138 ceph-mon[117003]: 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-07T07:59:35.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:35.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:35.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:36.155 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:36.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:36.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:36.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:36.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:36 smithi161 ceph-mon[116604]: 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-07T07:59:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:36 smithi028 ceph-mon[112123]: 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-07T07:59:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:36 smithi138 ceph-mon[117003]: 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-07T07:59:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:37 smithi161 ceph-mon[116604]: from='client.165594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:37 smithi028 ceph-mon[112123]: from='client.165594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:37 smithi138 ceph-mon[117003]: from='client.165594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:38 smithi161 ceph-mon[116604]: 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-07T07:59:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:38 smithi028 ceph-mon[112123]: 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-07T07:59:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:38 smithi138 ceph-mon[117003]: 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-07T07:59:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:40 smithi161 ceph-mon[116604]: 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-07T07:59:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:40 smithi028 ceph-mon[112123]: 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-07T07:59:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:40 smithi138 ceph-mon[117003]: 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-07T07:59:41.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:41.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:41.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:41.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:41.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:41.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:41.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:41.941 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:42 smithi161 ceph-mon[116604]: 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-07T07:59:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:42 smithi161 ceph-mon[116604]: from='client.165666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:42 smithi028 ceph-mon[112123]: 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-07T07:59:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:42 smithi028 ceph-mon[112123]: from='client.165666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:42 smithi138 ceph-mon[117003]: 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-07T07:59:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:42 smithi138 ceph-mon[117003]: from='client.165666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:44 smithi161 ceph-mon[116604]: 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-07T07:59:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:44 smithi028 ceph-mon[112123]: 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-07T07:59:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:44 smithi138 ceph-mon[117003]: 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-07T07:59:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:46 smithi161 ceph-mon[116604]: 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-07T07:59:46.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:46.942 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:46.942 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:46 smithi028 ceph-mon[112123]: 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-07T07:59:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:46 smithi138 ceph-mon[117003]: 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-07T07:59:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:47.720 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:48 smithi161 ceph-mon[116604]: 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-07T07:59:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:48 smithi161 ceph-mon[116604]: from='client.165741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:48 smithi028 ceph-mon[112123]: 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-07T07:59:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:48 smithi028 ceph-mon[112123]: from='client.165741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:48 smithi138 ceph-mon[117003]: 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-07T07:59:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:48 smithi138 ceph-mon[117003]: from='client.165741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:50 smithi161 ceph-mon[116604]: 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-07T07:59:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:50 smithi028 ceph-mon[112123]: 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-07T07:59:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:50 smithi138 ceph-mon[117003]: 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-07T07:59:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:52 smithi028 ceph-mon[112123]: 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-07T07:59:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:59:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:52.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:52.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:52.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:52 smithi161 ceph-mon[116604]: 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-07T07:59:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:59:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:52 smithi138 ceph-mon[117003]: 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-07T07:59:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T07:59:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:53.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:53.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:53.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:53.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:53.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T07:59:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: 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-07T07:59:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: from='client.165819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T07:59:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 17070M 2023-12-07T07:59:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:59:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:59:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: 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-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: from='client.165819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 17070M 2023-12-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:59:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: 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-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: from='client.165819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 17070M 2023-12-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T07:59:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T07:59:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:56 smithi138 ceph-mon[117003]: 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-07T07:59:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:56 smithi161 ceph-mon[116604]: 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-07T07:59:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:56 smithi028 ceph-mon[112123]: 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-07T07:59:58.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T07:59:58.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T07:59:58.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T07:59:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 07:59:58 smithi161 ceph-mon[116604]: 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-07T07:59:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 07:59:58 smithi028 ceph-mon[112123]: 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-07T07:59:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 07:59:58 smithi138 ceph-mon[117003]: 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-07T07:59:59.302 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T07:59:59.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T07:59:59.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T07:59:59.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T07:59:59.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:00 smithi161 ceph-mon[116604]: from='client.165897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:00 smithi161 ceph-mon[116604]: 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-07T08:00:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T08:00:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:00 smithi028 ceph-mon[112123]: from='client.165897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:00 smithi028 ceph-mon[112123]: 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-07T08:00:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T08:00:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:00 smithi138 ceph-mon[117003]: from='client.165897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:00 smithi138 ceph-mon[117003]: 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-07T08:00:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T08:00:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:02 smithi161 ceph-mon[116604]: pgmap v5801: 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-07T08:00:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:02 smithi028 ceph-mon[112123]: pgmap v5801: 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-07T08:00:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:02 smithi138 ceph-mon[117003]: pgmap v5801: 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-07T08:00:04.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:04.304 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:04.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:04 smithi161 ceph-mon[116604]: pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:00:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:04 smithi028 ceph-mon[112123]: pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:00:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:04 smithi138 ceph-mon[117003]: pgmap v5802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:00:05.076 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:05.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:05.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:05.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:05.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:06 smithi161 ceph-mon[116604]: from='client.165972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:06 smithi161 ceph-mon[116604]: 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-07T08:00:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:06 smithi028 ceph-mon[112123]: from='client.165972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:06 smithi028 ceph-mon[112123]: 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-07T08:00:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:06 smithi138 ceph-mon[117003]: from='client.165972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:06 smithi138 ceph-mon[117003]: 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-07T08:00:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:08 smithi161 ceph-mon[116604]: 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-07T08:00:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:08 smithi028 ceph-mon[112123]: 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-07T08:00:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:08 smithi138 ceph-mon[117003]: 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-07T08:00:10.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:10.079 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:10.079 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:10.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:10.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:10.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:10.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:10.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:10 smithi161 ceph-mon[116604]: 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-07T08:00:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:10 smithi028 ceph-mon[112123]: 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-07T08:00:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:10 smithi138 ceph-mon[117003]: 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-07T08:00:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:11 smithi161 ceph-mon[116604]: from='client.166047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:11 smithi028 ceph-mon[112123]: from='client.166047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:11 smithi138 ceph-mon[117003]: from='client.166047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:12 smithi161 ceph-mon[116604]: 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-07T08:00:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:12 smithi028 ceph-mon[112123]: 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-07T08:00:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:12 smithi138 ceph-mon[117003]: 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-07T08:00:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:14 smithi161 ceph-mon[116604]: pgmap v5807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:00:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:14 smithi028 ceph-mon[112123]: pgmap v5807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:00:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:14 smithi138 ceph-mon[117003]: pgmap v5807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:00:15.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:15.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:15.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:16.641 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:16.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:16.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:16.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:16.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:16 smithi161 ceph-mon[116604]: pgmap v5808: 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-07T08:00:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:16 smithi028 ceph-mon[112123]: pgmap v5808: 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-07T08:00:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:16 smithi138 ceph-mon[117003]: pgmap v5808: 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-07T08:00:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:17 smithi161 ceph-mon[116604]: from='client.166119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:17 smithi028 ceph-mon[112123]: from='client.166119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:17 smithi138 ceph-mon[117003]: from='client.166119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:18 smithi161 ceph-mon[116604]: 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-07T08:00:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:18 smithi028 ceph-mon[112123]: 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-07T08:00:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:18 smithi138 ceph-mon[117003]: 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-07T08:00:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:20 smithi161 ceph-mon[116604]: 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-07T08:00:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:20 smithi028 ceph-mon[112123]: 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-07T08:00:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:20 smithi138 ceph-mon[117003]: 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-07T08:00:21.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:21.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:21.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:22.440 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:22.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:22.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:22.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:22.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:22 smithi161 ceph-mon[116604]: 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-07T08:00:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:22 smithi028 ceph-mon[112123]: 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-07T08:00:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:22 smithi138 ceph-mon[117003]: 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-07T08:00:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:23 smithi161 ceph-mon[116604]: from='client.166197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:23 smithi028 ceph-mon[112123]: from='client.166197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:23 smithi138 ceph-mon[117003]: from='client.166197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:24 smithi161 ceph-mon[116604]: 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-07T08:00:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:24 smithi028 ceph-mon[112123]: 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-07T08:00:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:24 smithi138 ceph-mon[117003]: 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-07T08:00:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:26 smithi161 ceph-mon[116604]: 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-07T08:00:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:26 smithi028 ceph-mon[112123]: 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-07T08:00:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:26 smithi138 ceph-mon[117003]: 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-07T08:00:27.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:27.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:27.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:28.216 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:28.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:28.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:28.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:28.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:28 smithi161 ceph-mon[116604]: 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-07T08:00:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:28 smithi028 ceph-mon[112123]: 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-07T08:00:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:28 smithi138 ceph-mon[117003]: 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-07T08:00:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:29 smithi161 ceph-mon[116604]: from='client.166272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:29 smithi028 ceph-mon[112123]: from='client.166272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:29 smithi138 ceph-mon[117003]: from='client.166272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:30 smithi161 ceph-mon[116604]: 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-07T08:00:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:30 smithi028 ceph-mon[112123]: 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-07T08:00:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:30 smithi138 ceph-mon[117003]: 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-07T08:00:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:32 smithi161 ceph-mon[116604]: 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-07T08:00:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:32 smithi028 ceph-mon[112123]: 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-07T08:00:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:32 smithi138 ceph-mon[117003]: 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-07T08:00:33.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:33.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:33.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:33.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:33.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:33.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:33.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:33.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:34 smithi161 ceph-mon[116604]: 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-07T08:00:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:34 smithi161 ceph-mon[116604]: from='client.166347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:34 smithi028 ceph-mon[112123]: 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-07T08:00:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:34 smithi028 ceph-mon[112123]: from='client.166347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:34 smithi138 ceph-mon[117003]: 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-07T08:00:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:34 smithi138 ceph-mon[117003]: from='client.166347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:36 smithi161 ceph-mon[116604]: 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-07T08:00:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:36 smithi028 ceph-mon[112123]: 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-07T08:00:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:36 smithi138 ceph-mon[117003]: 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-07T08:00:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:38 smithi161 ceph-mon[116604]: 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-07T08:00:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:38 smithi028 ceph-mon[112123]: 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-07T08:00:38.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:38.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:38.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:38 smithi138 ceph-mon[117003]: 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-07T08:00:39.764 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:39.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:39.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:39.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:39.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:40 smithi161 ceph-mon[116604]: 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-07T08:00:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:40 smithi161 ceph-mon[116604]: from='client.166425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:40 smithi028 ceph-mon[112123]: 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-07T08:00:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:40 smithi028 ceph-mon[112123]: from='client.166425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:40 smithi138 ceph-mon[117003]: 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-07T08:00:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:40 smithi138 ceph-mon[117003]: from='client.166425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:42 smithi161 ceph-mon[116604]: pgmap v5821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:00:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:42 smithi028 ceph-mon[112123]: pgmap v5821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:00:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:42 smithi138 ceph-mon[117003]: pgmap v5821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:00:44.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:44.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:44.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:44 smithi161 ceph-mon[116604]: pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:00:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:44 smithi028 ceph-mon[112123]: pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:00:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:44 smithi138 ceph-mon[117003]: pgmap v5822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:00:45.534 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:45.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:45.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:45.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:45.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:46 smithi161 ceph-mon[116604]: 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-07T08:00:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:46 smithi161 ceph-mon[116604]: from='client.166503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:46 smithi028 ceph-mon[112123]: 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-07T08:00:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:46 smithi028 ceph-mon[112123]: from='client.166503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:46 smithi138 ceph-mon[117003]: 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-07T08:00:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:46 smithi138 ceph-mon[117003]: from='client.166503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:48 smithi138 ceph-mon[117003]: 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-07T08:00:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:48 smithi161 ceph-mon[116604]: 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-07T08:00:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:48 smithi028 ceph-mon[112123]: 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-07T08:00:50.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:50.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:50.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:50 smithi161 ceph-mon[116604]: 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-07T08:00:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:50 smithi028 ceph-mon[112123]: 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-07T08:00:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:50 smithi138 ceph-mon[117003]: 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-07T08:00:51.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:51.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:51.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:51.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:51.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:52 smithi161 ceph-mon[116604]: from='client.166581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:52 smithi161 ceph-mon[116604]: 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-07T08:00:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:52 smithi028 ceph-mon[112123]: from='client.166581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:52 smithi028 ceph-mon[112123]: 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-07T08:00:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:52 smithi138 ceph-mon[117003]: from='client.166581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:52 smithi138 ceph-mon[117003]: 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-07T08:00:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:00:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:00:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:00:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:54 smithi161 ceph-mon[116604]: pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:00:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:00:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:00:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:00:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:54 smithi028 ceph-mon[112123]: pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:00:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:00:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:00:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:00:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:54 smithi138 ceph-mon[117003]: pgmap v5827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:00:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:00:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:00:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:00:56.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:00:56.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:00:56.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:00:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:56 smithi161 ceph-mon[116604]: pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:00:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:56 smithi028 ceph-mon[112123]: pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:00:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:56 smithi138 ceph-mon[117003]: pgmap v5828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:00:57.074 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:00:57.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:00:57.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:00:57.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:00:57.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:00:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:57 smithi161 ceph-mon[116604]: from='client.166656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:00:57 smithi161 ceph-mon[116604]: 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-07T08:00:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:57 smithi028 ceph-mon[112123]: from='client.166656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:00:57 smithi028 ceph-mon[112123]: 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-07T08:00:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:57 smithi138 ceph-mon[117003]: from='client.166656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:00:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:00:57 smithi138 ceph-mon[117003]: 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-07T08:01:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:00 smithi138 ceph-mon[117003]: 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-07T08:01:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:00 smithi161 ceph-mon[116604]: 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-07T08:01:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:00 smithi028 ceph-mon[112123]: 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-07T08:01:02.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:02.077 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:02.077 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:02.850 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:02.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:02.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:02.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:02.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:02 smithi161 ceph-mon[116604]: 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-07T08:01:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:02 smithi028 ceph-mon[112123]: 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-07T08:01:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:02 smithi138 ceph-mon[117003]: 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-07T08:01:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:03 smithi161 ceph-mon[116604]: from='client.166734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:03 smithi028 ceph-mon[112123]: from='client.166734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:03 smithi138 ceph-mon[117003]: from='client.166734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:04 smithi161 ceph-mon[116604]: 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-07T08:01:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:04 smithi028 ceph-mon[112123]: 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-07T08:01:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:04 smithi138 ceph-mon[117003]: 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-07T08:01:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:06 smithi161 ceph-mon[116604]: 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-07T08:01:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:06 smithi028 ceph-mon[112123]: 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-07T08:01:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:06 smithi138 ceph-mon[117003]: 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-07T08:01:07.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:07.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:07.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:08.620 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:08.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:08.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:08.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:08.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:08 smithi161 ceph-mon[116604]: 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-07T08:01:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:08 smithi028 ceph-mon[112123]: 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-07T08:01:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:08 smithi138 ceph-mon[117003]: 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-07T08:01:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:09 smithi161 ceph-mon[116604]: from='client.166809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:09 smithi028 ceph-mon[112123]: from='client.166809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:09 smithi138 ceph-mon[117003]: from='client.166809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:10 smithi161 ceph-mon[116604]: 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-07T08:01:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:10 smithi028 ceph-mon[112123]: 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-07T08:01:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:10 smithi138 ceph-mon[117003]: 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-07T08:01:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:12 smithi161 ceph-mon[116604]: 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-07T08:01:12.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:12 smithi028 ceph-mon[112123]: 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-07T08:01:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:12 smithi138 ceph-mon[117003]: 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-07T08:01:13.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:13.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:13.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:14.380 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:14.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:14.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:14.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:14.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:14 smithi161 ceph-mon[116604]: 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-07T08:01:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:14 smithi028 ceph-mon[112123]: 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-07T08:01:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:14 smithi138 ceph-mon[117003]: 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-07T08:01:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:15 smithi161 ceph-mon[116604]: from='client.166884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:15 smithi028 ceph-mon[112123]: from='client.166884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:15 smithi138 ceph-mon[117003]: from='client.166884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:16 smithi161 ceph-mon[116604]: pgmap v5838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:01:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:16 smithi028 ceph-mon[112123]: pgmap v5838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:01:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:16 smithi138 ceph-mon[117003]: pgmap v5838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:01:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:18 smithi161 ceph-mon[116604]: pgmap v5839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:01:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:18 smithi028 ceph-mon[112123]: pgmap v5839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:01:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:18 smithi138 ceph-mon[117003]: pgmap v5839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:01:19.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:19.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:19.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:20.151 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:20.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:20.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:20.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:20.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:20 smithi161 ceph-mon[116604]: pgmap v5840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:01:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:20 smithi028 ceph-mon[112123]: pgmap v5840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:01:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:20 smithi138 ceph-mon[117003]: pgmap v5840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:01:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:21 smithi161 ceph-mon[116604]: from='client.166959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:21 smithi028 ceph-mon[112123]: from='client.166959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:21 smithi138 ceph-mon[117003]: from='client.166959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:22 smithi161 ceph-mon[116604]: pgmap v5841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:01:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:22 smithi028 ceph-mon[112123]: pgmap v5841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:01:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:22 smithi138 ceph-mon[117003]: pgmap v5841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:01:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:24 smithi161 ceph-mon[116604]: pgmap v5842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:01:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:24 smithi028 ceph-mon[112123]: pgmap v5842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:01:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:24 smithi138 ceph-mon[117003]: pgmap v5842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:01:25.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:25.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:25.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:25.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:25.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:25.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:25.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:25.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:26 smithi161 ceph-mon[116604]: 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-07T08:01:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:26 smithi161 ceph-mon[116604]: from='client.167028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:26 smithi028 ceph-mon[112123]: 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-07T08:01:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:26 smithi028 ceph-mon[112123]: from='client.167028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:26 smithi138 ceph-mon[117003]: 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-07T08:01:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:26 smithi138 ceph-mon[117003]: from='client.167028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:28 smithi161 ceph-mon[116604]: pgmap v5844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:01:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:28 smithi028 ceph-mon[112123]: pgmap v5844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:01:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:28 smithi138 ceph-mon[117003]: pgmap v5844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:01:30.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:30.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:30.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:30 smithi161 ceph-mon[116604]: pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:01:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:30 smithi028 ceph-mon[112123]: pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:01:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:30 smithi138 ceph-mon[117003]: pgmap v5845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:01:31.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:32 smithi161 ceph-mon[116604]: pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:01:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:32 smithi161 ceph-mon[116604]: from='client.167106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:32 smithi028 ceph-mon[112123]: pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:01:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:32 smithi028 ceph-mon[112123]: from='client.167106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:32 smithi138 ceph-mon[117003]: pgmap v5846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:01:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:32 smithi138 ceph-mon[117003]: from='client.167106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:34 smithi161 ceph-mon[116604]: pgmap v5847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:01:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:34 smithi028 ceph-mon[112123]: pgmap v5847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:01:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:34 smithi138 ceph-mon[117003]: pgmap v5847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:01:36.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:36.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:36.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:36 smithi161 ceph-mon[116604]: pgmap v5848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:01:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:36 smithi028 ceph-mon[112123]: pgmap v5848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:01:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:36 smithi138 ceph-mon[117003]: pgmap v5848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:01:37.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:37.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:37.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:37.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:37.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:38 smithi161 ceph-mon[116604]: 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-07T08:01:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:38 smithi161 ceph-mon[116604]: from='client.167184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:38 smithi028 ceph-mon[112123]: 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-07T08:01:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:38 smithi028 ceph-mon[112123]: from='client.167184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:38 smithi138 ceph-mon[117003]: 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-07T08:01:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:38 smithi138 ceph-mon[117003]: from='client.167184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:40 smithi161 ceph-mon[116604]: 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-07T08:01:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:40 smithi028 ceph-mon[112123]: 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-07T08:01:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:40 smithi138 ceph-mon[117003]: 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-07T08:01:42.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:42.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:42.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:42 smithi161 ceph-mon[116604]: 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-07T08:01:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:42 smithi028 ceph-mon[112123]: 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-07T08:01:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:42 smithi138 ceph-mon[117003]: 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-07T08:01:43.245 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:43.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:43.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:43.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:43.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:44 smithi161 ceph-mon[116604]: from='client.167259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:44 smithi161 ceph-mon[116604]: 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-07T08:01:44.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:44 smithi028 ceph-mon[112123]: from='client.167259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:44.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:44 smithi028 ceph-mon[112123]: 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-07T08:01:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:44 smithi138 ceph-mon[117003]: from='client.167259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:44 smithi138 ceph-mon[117003]: 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-07T08:01:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:46 smithi161 ceph-mon[116604]: 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-07T08:01:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:46 smithi028 ceph-mon[112123]: 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-07T08:01:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:46 smithi138 ceph-mon[117003]: 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-07T08:01:48.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:48.248 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:48.248 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:48 smithi161 ceph-mon[116604]: 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-07T08:01:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:48 smithi028 ceph-mon[112123]: 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-07T08:01:49.017 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:49.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:49.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:49.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:49.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:48 smithi138 ceph-mon[117003]: 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-07T08:01:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:49 smithi161 ceph-mon[116604]: from='client.167334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:49 smithi028 ceph-mon[112123]: from='client.167334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:49 smithi138 ceph-mon[117003]: from='client.167334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:50 smithi161 ceph-mon[116604]: 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-07T08:01:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:50 smithi028 ceph-mon[112123]: 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-07T08:01:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:50 smithi138 ceph-mon[117003]: 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-07T08:01:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:52 smithi161 ceph-mon[116604]: 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-07T08:01:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:52 smithi028 ceph-mon[112123]: 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-07T08:01:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:52 smithi138 ceph-mon[117003]: 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-07T08:01:54.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:54.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:54.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:01:54.860 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:01:54.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:01:54.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:01:54.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:01:54.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:01:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:54 smithi161 ceph-mon[116604]: 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-07T08:01:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:01:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:01:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:01:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:54 smithi028 ceph-mon[112123]: 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-07T08:01:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:01:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:01:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:01:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:54 smithi138 ceph-mon[117003]: 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-07T08:01:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:01:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:01:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:01:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:55 smithi161 ceph-mon[116604]: from='client.167409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:01:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:55 smithi028 ceph-mon[112123]: from='client.167409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:01:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:55 smithi138 ceph-mon[117003]: from='client.167409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:01:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:01:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:56 smithi161 ceph-mon[116604]: pgmap v5858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:01:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:56 smithi028 ceph-mon[112123]: pgmap v5858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:01:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:56 smithi138 ceph-mon[117003]: pgmap v5858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:01:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:01:58 smithi161 ceph-mon[116604]: pgmap v5859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:01:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:01:58 smithi028 ceph-mon[112123]: pgmap v5859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:01:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:01:58 smithi138 ceph-mon[117003]: pgmap v5859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:01:59.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:01:59.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:01:59.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:00.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:00.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:00.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:00.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:00.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:00 smithi161 ceph-mon[116604]: pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:00 smithi028 ceph-mon[112123]: pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:00 smithi138 ceph-mon[117003]: pgmap v5860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:01 smithi161 ceph-mon[116604]: from='client.167484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:01 smithi028 ceph-mon[112123]: from='client.167484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:01 smithi138 ceph-mon[117003]: from='client.167484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:02 smithi161 ceph-mon[116604]: pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:02 smithi028 ceph-mon[112123]: pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:02 smithi138 ceph-mon[117003]: pgmap v5861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:03 smithi161 ceph-mon[116604]: pgmap v5862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:03 smithi028 ceph-mon[112123]: pgmap v5862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:03 smithi138 ceph-mon[117003]: pgmap v5862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:05.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:05.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:05.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:06 smithi138 ceph-mon[117003]: 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-07T08:02:06.414 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:06.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:06.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:06.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:06.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:06 smithi161 ceph-mon[116604]: 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-07T08:02:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:06 smithi028 ceph-mon[112123]: 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-07T08:02:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:07 smithi161 ceph-mon[116604]: from='client.167559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:07 smithi028 ceph-mon[112123]: from='client.167559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:07 smithi138 ceph-mon[117003]: from='client.167559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:08 smithi161 ceph-mon[116604]: pgmap v5864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:08 smithi028 ceph-mon[112123]: pgmap v5864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:08 smithi138 ceph-mon[117003]: pgmap v5864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:10 smithi161 ceph-mon[116604]: pgmap v5865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:10 smithi028 ceph-mon[112123]: pgmap v5865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:10 smithi138 ceph-mon[117003]: pgmap v5865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:11.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:11.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:11.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:12.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:12.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:12.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:12.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:12.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:12 smithi161 ceph-mon[116604]: pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:12 smithi028 ceph-mon[112123]: pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:12 smithi138 ceph-mon[117003]: pgmap v5866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:13 smithi161 ceph-mon[116604]: from='client.167631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:13 smithi028 ceph-mon[112123]: from='client.167631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:13 smithi138 ceph-mon[117003]: from='client.167631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:14 smithi161 ceph-mon[116604]: pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:14 smithi028 ceph-mon[112123]: pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:14 smithi138 ceph-mon[117003]: pgmap v5867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:16 smithi161 ceph-mon[116604]: pgmap v5868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:16 smithi028 ceph-mon[112123]: pgmap v5868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:16 smithi138 ceph-mon[117003]: pgmap v5868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:17.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:17.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:17.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:17.960 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:17.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:17.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:17.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:17.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:18 smithi161 ceph-mon[116604]: 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-07T08:02:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:18 smithi161 ceph-mon[116604]: from='client.167709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:18 smithi028 ceph-mon[112123]: 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-07T08:02:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:18 smithi028 ceph-mon[112123]: from='client.167709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:18 smithi138 ceph-mon[117003]: 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-07T08:02:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:18 smithi138 ceph-mon[117003]: from='client.167709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:20 smithi161 ceph-mon[116604]: 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-07T08:02:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:20 smithi028 ceph-mon[112123]: 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-07T08:02:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:20 smithi138 ceph-mon[117003]: 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-07T08:02:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:22 smithi161 ceph-mon[116604]: 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-07T08:02:22.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:22.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:22.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:22 smithi028 ceph-mon[112123]: 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-07T08:02:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:22 smithi138 ceph-mon[117003]: 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-07T08:02:23.732 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:23.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:23.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:23.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:23.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:24 smithi161 ceph-mon[116604]: 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-07T08:02:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:24 smithi161 ceph-mon[116604]: from='client.167787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:24 smithi028 ceph-mon[112123]: 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-07T08:02:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:24 smithi028 ceph-mon[112123]: from='client.167787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:24 smithi138 ceph-mon[117003]: 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-07T08:02:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:24 smithi138 ceph-mon[117003]: from='client.167787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:26 smithi161 ceph-mon[116604]: 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-07T08:02:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:26 smithi028 ceph-mon[112123]: 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-07T08:02:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:26 smithi138 ceph-mon[117003]: 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-07T08:02:28.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:28.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:28.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:28 smithi161 ceph-mon[116604]: 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-07T08:02:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:28 smithi028 ceph-mon[112123]: 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-07T08:02:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:28 smithi138 ceph-mon[117003]: 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-07T08:02:29.499 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:29.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:29.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:29.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:29.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:30 smithi161 ceph-mon[116604]: 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-07T08:02:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:30 smithi161 ceph-mon[116604]: from='client.167859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:30 smithi028 ceph-mon[112123]: 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-07T08:02:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:30 smithi028 ceph-mon[112123]: from='client.167859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:30 smithi138 ceph-mon[117003]: 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-07T08:02:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:30 smithi138 ceph-mon[117003]: from='client.167859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:32 smithi161 ceph-mon[116604]: pgmap v5876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:32 smithi028 ceph-mon[112123]: pgmap v5876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:32 smithi138 ceph-mon[117003]: pgmap v5876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:34.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:34.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:34.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:34 smithi161 ceph-mon[116604]: pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:34 smithi028 ceph-mon[112123]: pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:34 smithi138 ceph-mon[117003]: pgmap v5877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:35.275 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:35.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:35.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:35.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:35.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:36 smithi161 ceph-mon[116604]: from='client.167931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:36 smithi161 ceph-mon[116604]: pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:36 smithi028 ceph-mon[112123]: from='client.167931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:36 smithi028 ceph-mon[112123]: pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:36 smithi138 ceph-mon[117003]: from='client.167931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:36 smithi138 ceph-mon[117003]: pgmap v5878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:38 smithi161 ceph-mon[116604]: pgmap v5879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:38 smithi028 ceph-mon[112123]: pgmap v5879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:38 smithi138 ceph-mon[117003]: pgmap v5879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:40.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:40.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:40.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:40 smithi161 ceph-mon[116604]: pgmap v5880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:40 smithi028 ceph-mon[112123]: pgmap v5880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:40 smithi138 ceph-mon[117003]: pgmap v5880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:02:41.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:41.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:41.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:41.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:41.048 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:41 smithi161 ceph-mon[116604]: from='client.168003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:41.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:41 smithi028 ceph-mon[112123]: from='client.168003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:41 smithi138 ceph-mon[117003]: from='client.168003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:42 smithi161 ceph-mon[116604]: pgmap v5881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:42 smithi028 ceph-mon[112123]: pgmap v5881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:42 smithi138 ceph-mon[117003]: pgmap v5881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:44 smithi161 ceph-mon[116604]: pgmap v5882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:44 smithi028 ceph-mon[112123]: pgmap v5882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:44 smithi138 ceph-mon[117003]: pgmap v5882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:46.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:46.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:46.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:46.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:46.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:46.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:46.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:46.817 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:46 smithi161 ceph-mon[116604]: pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:46 smithi028 ceph-mon[112123]: pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:46 smithi138 ceph-mon[117003]: pgmap v5883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:47 smithi161 ceph-mon[116604]: from='client.168078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:47 smithi028 ceph-mon[112123]: from='client.168078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:47 smithi138 ceph-mon[117003]: from='client.168078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:48 smithi161 ceph-mon[116604]: pgmap v5884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:48 smithi028 ceph-mon[112123]: pgmap v5884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:48 smithi138 ceph-mon[117003]: pgmap v5884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:50 smithi161 ceph-mon[116604]: pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:50 smithi028 ceph-mon[112123]: pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:50 smithi138 ceph-mon[117003]: pgmap v5885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:51.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:51.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:51.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:52.599 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:52.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:52.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:52.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:52.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:52 smithi161 ceph-mon[116604]: pgmap v5886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:52 smithi028 ceph-mon[112123]: pgmap v5886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:52 smithi138 ceph-mon[117003]: pgmap v5886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:53 smithi161 ceph-mon[116604]: from='client.168156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:53 smithi028 ceph-mon[112123]: from='client.168156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:53 smithi138 ceph-mon[117003]: from='client.168156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:54 smithi161 ceph-mon[116604]: pgmap v5887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:54 smithi028 ceph-mon[112123]: pgmap v5887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:54 smithi138 ceph-mon[117003]: pgmap v5887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:02:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:02:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:02:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:02:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:02:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:02:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:02:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:02:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:02:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:02:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:02:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:02:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:02:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:56 smithi161 ceph-mon[116604]: pgmap v5888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:56 smithi028 ceph-mon[112123]: pgmap v5888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:56 smithi138 ceph-mon[117003]: pgmap v5888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:02:57.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:02:57.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:02:57.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:02:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:57 smithi161 ceph-mon[116604]: 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-07T08:02:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:57 smithi028 ceph-mon[112123]: 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-07T08:02:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:57 smithi138 ceph-mon[117003]: 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-07T08:02:58.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:02:58.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:02:58.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:02:58.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:02:58.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:02:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:58 smithi161 ceph-mon[116604]: from='client.168234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:58 smithi028 ceph-mon[112123]: from='client.168234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:58 smithi138 ceph-mon[117003]: from='client.168234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:02:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:02:59 smithi161 ceph-mon[116604]: 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-07T08:02:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:02:59 smithi028 ceph-mon[112123]: 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-07T08:03:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:02:59 smithi138 ceph-mon[117003]: 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-07T08:03:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:02 smithi161 ceph-mon[116604]: 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-07T08:03:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:02 smithi028 ceph-mon[112123]: 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-07T08:03:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:02 smithi138 ceph-mon[117003]: 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-07T08:03:03.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:03.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:03.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:04.140 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:04.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:04.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:04.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:04.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:04 smithi161 ceph-mon[116604]: 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-07T08:03:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:04 smithi028 ceph-mon[112123]: 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-07T08:03:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:04 smithi138 ceph-mon[117003]: 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-07T08:03:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:05 smithi161 ceph-mon[116604]: from='client.168312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:05 smithi028 ceph-mon[112123]: from='client.168312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:05 smithi138 ceph-mon[117003]: from='client.168312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:06 smithi161 ceph-mon[116604]: pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:03:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:06 smithi028 ceph-mon[112123]: pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:03:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:06 smithi138 ceph-mon[117003]: pgmap v5893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:03:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:08 smithi161 ceph-mon[116604]: pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:03:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:08 smithi028 ceph-mon[112123]: pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:03:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:08 smithi138 ceph-mon[117003]: pgmap v5894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:03:09.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:09.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:09.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:09.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:09.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:09.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:09.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:09.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:10 smithi161 ceph-mon[116604]: pgmap v5895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:03:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:10 smithi161 ceph-mon[116604]: from='client.168381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:10 smithi028 ceph-mon[112123]: pgmap v5895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:03:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:10 smithi028 ceph-mon[112123]: from='client.168381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:10 smithi138 ceph-mon[117003]: pgmap v5895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:03:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:10 smithi138 ceph-mon[117003]: from='client.168381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:12.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:12 smithi161 ceph-mon[116604]: pgmap v5896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:12 smithi028 ceph-mon[112123]: pgmap v5896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:12 smithi138 ceph-mon[117003]: pgmap v5896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:14.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:14.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:14.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:14 smithi161 ceph-mon[116604]: pgmap v5897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:14 smithi028 ceph-mon[112123]: pgmap v5897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:14 smithi138 ceph-mon[117003]: pgmap v5897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:15.682 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:15.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:15.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:15.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:15.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:16 smithi161 ceph-mon[116604]: pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:16 smithi161 ceph-mon[116604]: from='client.168459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:16 smithi028 ceph-mon[112123]: pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:16 smithi028 ceph-mon[112123]: from='client.168459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:16 smithi138 ceph-mon[117003]: pgmap v5898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:16 smithi138 ceph-mon[117003]: from='client.168459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:18 smithi161 ceph-mon[116604]: pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:03:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:18 smithi028 ceph-mon[112123]: pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:03:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:18 smithi138 ceph-mon[117003]: pgmap v5899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:03:20.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:20.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:20.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:20 smithi161 ceph-mon[116604]: pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:03:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:20 smithi028 ceph-mon[112123]: pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:03:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:20 smithi138 ceph-mon[117003]: pgmap v5900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:03:21.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:21.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:21.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:21.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:21.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:22 smithi161 ceph-mon[116604]: pgmap v5901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:03:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:22 smithi161 ceph-mon[116604]: from='client.168537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:22 smithi028 ceph-mon[112123]: pgmap v5901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:03:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:22 smithi028 ceph-mon[112123]: from='client.168537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:22 smithi138 ceph-mon[117003]: pgmap v5901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:03:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:22 smithi138 ceph-mon[117003]: from='client.168537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:24 smithi161 ceph-mon[116604]: pgmap v5902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:24 smithi028 ceph-mon[112123]: pgmap v5902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:24 smithi138 ceph-mon[117003]: pgmap v5902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:26.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:26.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:26.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:26 smithi161 ceph-mon[116604]: pgmap v5903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:03:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:26 smithi028 ceph-mon[112123]: pgmap v5903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:03:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:26 smithi138 ceph-mon[117003]: pgmap v5903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:03:27.226 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:27.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:27.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:27.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:27.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:28 smithi161 ceph-mon[116604]: from='client.168612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:28 smithi161 ceph-mon[116604]: pgmap v5904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:28 smithi028 ceph-mon[112123]: from='client.168612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:28 smithi028 ceph-mon[112123]: pgmap v5904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:28 smithi138 ceph-mon[117003]: from='client.168612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:28 smithi138 ceph-mon[117003]: pgmap v5904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:30 smithi161 ceph-mon[116604]: pgmap v5905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:30 smithi028 ceph-mon[112123]: pgmap v5905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:30 smithi138 ceph-mon[117003]: pgmap v5905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:32.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:32.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:32.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:32 smithi161 ceph-mon[116604]: pgmap v5906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:03:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:32 smithi028 ceph-mon[112123]: pgmap v5906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:03:32.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:32.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:32.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:32.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:32.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:32 smithi138 ceph-mon[117003]: pgmap v5906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:03:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:33 smithi161 ceph-mon[116604]: from='client.168687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:33 smithi028 ceph-mon[112123]: from='client.168687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:33 smithi138 ceph-mon[117003]: from='client.168687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:34 smithi161 ceph-mon[116604]: 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-07T08:03:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:34 smithi028 ceph-mon[112123]: 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-07T08:03:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:34 smithi138 ceph-mon[117003]: 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-07T08:03:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:36 smithi161 ceph-mon[116604]: 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-07T08:03:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:36 smithi028 ceph-mon[112123]: 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-07T08:03:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:36 smithi138 ceph-mon[117003]: 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-07T08:03:37.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:37.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:37.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:38.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:38.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:38.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:38.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:38.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:38 smithi161 ceph-mon[116604]: 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-07T08:03:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:38 smithi028 ceph-mon[112123]: 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-07T08:03:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:38 smithi138 ceph-mon[117003]: 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-07T08:03:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:39 smithi161 ceph-mon[116604]: from='client.168762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:39 smithi028 ceph-mon[112123]: from='client.168762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:39 smithi138 ceph-mon[117003]: from='client.168762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:40 smithi161 ceph-mon[116604]: 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-07T08:03:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:40 smithi028 ceph-mon[112123]: 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-07T08:03:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:40 smithi138 ceph-mon[117003]: 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-07T08:03:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:42 smithi161 ceph-mon[116604]: 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-07T08:03:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:42 smithi028 ceph-mon[112123]: 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-07T08:03:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:42 smithi138 ceph-mon[117003]: 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-07T08:03:43.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:43.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:43.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:44.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:44.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:44.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:44.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:44.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:44 smithi161 ceph-mon[116604]: 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-07T08:03:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:44 smithi028 ceph-mon[112123]: 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-07T08:03:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:44 smithi138 ceph-mon[117003]: 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-07T08:03:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:45 smithi161 ceph-mon[116604]: from='client.168840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:45 smithi028 ceph-mon[112123]: from='client.168840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:45 smithi138 ceph-mon[117003]: from='client.168840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:46 smithi161 ceph-mon[116604]: pgmap v5913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:46 smithi028 ceph-mon[112123]: pgmap v5913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:46 smithi138 ceph-mon[117003]: pgmap v5913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:48 smithi161 ceph-mon[116604]: pgmap v5914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:48 smithi028 ceph-mon[112123]: pgmap v5914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:48 smithi138 ceph-mon[117003]: pgmap v5914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:49.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:49.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:49.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:50.324 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:50.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:50.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:50.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:50.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:50 smithi161 ceph-mon[116604]: pgmap v5915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:50 smithi028 ceph-mon[112123]: pgmap v5915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:50 smithi138 ceph-mon[117003]: pgmap v5915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:51 smithi161 ceph-mon[116604]: from='client.168915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:51 smithi028 ceph-mon[112123]: from='client.168915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:51 smithi138 ceph-mon[117003]: from='client.168915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:52 smithi161 ceph-mon[116604]: pgmap v5916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:52 smithi028 ceph-mon[112123]: pgmap v5916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:52 smithi138 ceph-mon[117003]: pgmap v5916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:54 smithi161 ceph-mon[116604]: pgmap v5917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:54 smithi028 ceph-mon[112123]: pgmap v5917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:54 smithi138 ceph-mon[117003]: pgmap v5917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:03:55.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:03:55.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:03:55.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:03:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:03:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:03:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:03:56.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:03:56.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:03:56.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:03:56.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:03:56.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:03:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:56 smithi161 ceph-mon[116604]: pgmap v5918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:56 smithi161 ceph-mon[116604]: from='client.168990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:03:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:03:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:03:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:56 smithi028 ceph-mon[112123]: pgmap v5918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:56 smithi028 ceph-mon[112123]: from='client.168990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:03:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:03:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:03:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:56 smithi138 ceph-mon[117003]: pgmap v5918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:03:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:56 smithi138 ceph-mon[117003]: from='client.168990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:03:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:03:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:03:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:03:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:03:57 smithi028 ceph-mon[112123]: 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-07T08:03:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:03:57 smithi138 ceph-mon[117003]: 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-07T08:03:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:03:57 smithi161 ceph-mon[116604]: 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-07T08:04:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:00 smithi161 ceph-mon[116604]: 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-07T08:04:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:00 smithi028 ceph-mon[112123]: 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-07T08:04:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:00 smithi138 ceph-mon[117003]: 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-07T08:04:01.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:01.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:01.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:01.919 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:01.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:01.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:01.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:01.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:02 smithi161 ceph-mon[116604]: pgmap v5921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:02 smithi161 ceph-mon[116604]: from='client.169065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:02 smithi028 ceph-mon[112123]: pgmap v5921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:02 smithi028 ceph-mon[112123]: from='client.169065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:02 smithi138 ceph-mon[117003]: pgmap v5921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:02 smithi138 ceph-mon[117003]: from='client.169065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:04 smithi161 ceph-mon[116604]: pgmap v5922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:04 smithi028 ceph-mon[112123]: pgmap v5922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:04 smithi138 ceph-mon[117003]: pgmap v5922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:06.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:06.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:06.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:06 smithi161 ceph-mon[116604]: pgmap v5923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:06 smithi028 ceph-mon[112123]: pgmap v5923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:06 smithi138 ceph-mon[117003]: pgmap v5923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:07.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:07.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:07.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:07.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:07.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:08 smithi161 ceph-mon[116604]: pgmap v5924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:08 smithi161 ceph-mon[116604]: from='client.169137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:08 smithi028 ceph-mon[112123]: pgmap v5924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:08 smithi028 ceph-mon[112123]: from='client.169137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:08 smithi138 ceph-mon[117003]: pgmap v5924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:08 smithi138 ceph-mon[117003]: from='client.169137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:10 smithi161 ceph-mon[116604]: pgmap v5925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:10 smithi028 ceph-mon[112123]: pgmap v5925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:10 smithi138 ceph-mon[117003]: pgmap v5925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:12.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:12.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:12.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:12 smithi161 ceph-mon[116604]: pgmap v5926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:12 smithi028 ceph-mon[112123]: pgmap v5926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:12 smithi138 ceph-mon[117003]: pgmap v5926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:13.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:13.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:13.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:13.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:13.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:14 smithi161 ceph-mon[116604]: 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-07T08:04:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:14 smithi161 ceph-mon[116604]: from='client.169206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:14 smithi028 ceph-mon[112123]: 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-07T08:04:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:14 smithi028 ceph-mon[112123]: from='client.169206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:14 smithi138 ceph-mon[117003]: 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-07T08:04:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:14 smithi138 ceph-mon[117003]: from='client.169206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:16 smithi161 ceph-mon[116604]: 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-07T08:04:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:16 smithi028 ceph-mon[112123]: 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-07T08:04:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:16 smithi138 ceph-mon[117003]: 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-07T08:04:18.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:18.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:18.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:18 smithi161 ceph-mon[116604]: 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-07T08:04:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:18 smithi028 ceph-mon[112123]: 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-07T08:04:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:18 smithi138 ceph-mon[117003]: 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-07T08:04:19.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:19.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:19.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:19.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:19.251 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:20 smithi161 ceph-mon[116604]: from='client.169281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:20 smithi161 ceph-mon[116604]: 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-07T08:04:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:20 smithi028 ceph-mon[112123]: from='client.169281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:20 smithi028 ceph-mon[112123]: 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-07T08:04:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:20 smithi138 ceph-mon[117003]: from='client.169281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:20 smithi138 ceph-mon[117003]: 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-07T08:04:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:22 smithi161 ceph-mon[116604]: pgmap v5931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:04:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:22 smithi028 ceph-mon[112123]: pgmap v5931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:04:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:22 smithi138 ceph-mon[117003]: pgmap v5931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:04:24.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:24.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:24.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:24 smithi161 ceph-mon[116604]: pgmap v5932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:04:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:24 smithi028 ceph-mon[112123]: pgmap v5932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:04:25.020 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:25.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:25.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:25.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:25.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:24 smithi138 ceph-mon[117003]: pgmap v5932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:04:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:25 smithi161 ceph-mon[116604]: from='client.169356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:25 smithi028 ceph-mon[112123]: from='client.169356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:25 smithi138 ceph-mon[117003]: from='client.169356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:26 smithi161 ceph-mon[116604]: pgmap v5933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:26 smithi028 ceph-mon[112123]: pgmap v5933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:26 smithi138 ceph-mon[117003]: pgmap v5933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:28 smithi161 ceph-mon[116604]: pgmap v5934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:04:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:28 smithi028 ceph-mon[112123]: pgmap v5934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:04:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:28 smithi138 ceph-mon[117003]: pgmap v5934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:04:30.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:30.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:30.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:30.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:30.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:30.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:30.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:30.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:30 smithi161 ceph-mon[116604]: pgmap v5935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:04:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:30 smithi028 ceph-mon[112123]: pgmap v5935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:04:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:30 smithi138 ceph-mon[117003]: pgmap v5935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:04:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:31 smithi161 ceph-mon[116604]: from='client.169434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:31 smithi028 ceph-mon[112123]: from='client.169434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:31 smithi138 ceph-mon[117003]: from='client.169434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:32 smithi161 ceph-mon[116604]: pgmap v5936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:32 smithi028 ceph-mon[112123]: pgmap v5936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:32 smithi138 ceph-mon[117003]: pgmap v5936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:34 smithi161 ceph-mon[116604]: pgmap v5937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:04:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:34 smithi028 ceph-mon[112123]: pgmap v5937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:04:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:34 smithi138 ceph-mon[117003]: pgmap v5937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:04:35.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:35.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:35.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:36.571 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:36.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:36.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:36.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:36.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:36 smithi161 ceph-mon[116604]: pgmap v5938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:04:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:36 smithi028 ceph-mon[112123]: pgmap v5938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:04:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:36 smithi138 ceph-mon[117003]: pgmap v5938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:04:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:37 smithi161 ceph-mon[116604]: from='client.169506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:37 smithi028 ceph-mon[112123]: from='client.169506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:37 smithi138 ceph-mon[117003]: from='client.169506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:38 smithi161 ceph-mon[116604]: 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-07T08:04:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:38 smithi028 ceph-mon[112123]: 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-07T08:04:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:38 smithi138 ceph-mon[117003]: 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-07T08:04:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:40 smithi161 ceph-mon[116604]: 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-07T08:04:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:40 smithi028 ceph-mon[112123]: 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-07T08:04:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:40 smithi138 ceph-mon[117003]: 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-07T08:04:41.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:41.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:41.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:42.347 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:42.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:42.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:42.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:42.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:42 smithi161 ceph-mon[116604]: pgmap v5941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:42 smithi028 ceph-mon[112123]: pgmap v5941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:42 smithi138 ceph-mon[117003]: pgmap v5941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:43 smithi161 ceph-mon[116604]: from='client.169581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:43 smithi028 ceph-mon[112123]: from='client.169581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:43 smithi138 ceph-mon[117003]: from='client.169581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:44 smithi161 ceph-mon[116604]: pgmap v5942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:44 smithi028 ceph-mon[112123]: pgmap v5942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:44 smithi138 ceph-mon[117003]: pgmap v5942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:46 smithi161 ceph-mon[116604]: pgmap v5943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:46 smithi028 ceph-mon[112123]: pgmap v5943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:46 smithi138 ceph-mon[117003]: pgmap v5943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:47.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:47.350 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:47.350 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:48.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:48.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:48.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:48.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:48.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:48 smithi161 ceph-mon[116604]: pgmap v5944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:48 smithi028 ceph-mon[112123]: pgmap v5944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:48 smithi138 ceph-mon[117003]: pgmap v5944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:49 smithi028 ceph-mon[112123]: from='client.169656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:49 smithi138 ceph-mon[117003]: from='client.169656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:49 smithi161 ceph-mon[116604]: from='client.169656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:50 smithi028 ceph-mon[112123]: pgmap v5945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:50 smithi138 ceph-mon[117003]: pgmap v5945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:50 smithi161 ceph-mon[116604]: pgmap v5945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:04:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:52 smithi028 ceph-mon[112123]: pgmap v5946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:52 smithi138 ceph-mon[117003]: pgmap v5946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:53.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:53.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:53.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:52 smithi161 ceph-mon[116604]: pgmap v5946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:04:53.892 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:53.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:53.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:53.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:53.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:04:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:54 smithi028 ceph-mon[112123]: 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-07T08:04:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:54 smithi028 ceph-mon[112123]: from='client.169731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:54 smithi138 ceph-mon[117003]: 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-07T08:04:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:54 smithi138 ceph-mon[117003]: from='client.169731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:54 smithi161 ceph-mon[116604]: 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-07T08:04:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:54 smithi161 ceph-mon[116604]: from='client.169731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:04:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:56 smithi028 ceph-mon[112123]: 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-07T08:04:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:04:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:56 smithi138 ceph-mon[117003]: 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-07T08:04:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:04:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:56 smithi161 ceph-mon[116604]: 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-07T08:04:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:04:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:04:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:04:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:04:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:04:57 smithi028 ceph-mon[112123]: 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-07T08:04:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:04:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:04:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:04:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:04:57 smithi138 ceph-mon[117003]: 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-07T08:04:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:04:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:04:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:04:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:04:57 smithi161 ceph-mon[116604]: 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-07T08:04:58.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:04:58.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:04:58.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:04:59.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:04:59.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:04:59.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:04:59.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:04:59.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:00 smithi161 ceph-mon[116604]: 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-07T08:05:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:00 smithi161 ceph-mon[116604]: from='client.169803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:00 smithi028 ceph-mon[112123]: 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-07T08:05:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:00 smithi028 ceph-mon[112123]: from='client.169803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:00 smithi138 ceph-mon[117003]: 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-07T08:05:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:00 smithi138 ceph-mon[117003]: from='client.169803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:02 smithi161 ceph-mon[116604]: pgmap v5951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:02 smithi028 ceph-mon[112123]: pgmap v5951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:02 smithi138 ceph-mon[117003]: pgmap v5951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:04.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:04.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:04.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:04 smithi161 ceph-mon[116604]: pgmap v5952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:04 smithi028 ceph-mon[112123]: pgmap v5952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:04 smithi138 ceph-mon[117003]: pgmap v5952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:05.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:05.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:05.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:05.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:05.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:06 smithi161 ceph-mon[116604]: pgmap v5953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:06 smithi161 ceph-mon[116604]: from='client.169878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:06 smithi028 ceph-mon[112123]: pgmap v5953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:06 smithi028 ceph-mon[112123]: from='client.169878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:06 smithi138 ceph-mon[117003]: pgmap v5953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:06 smithi138 ceph-mon[117003]: from='client.169878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:08 smithi161 ceph-mon[116604]: pgmap v5954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:08 smithi028 ceph-mon[112123]: pgmap v5954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:08 smithi138 ceph-mon[117003]: pgmap v5954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:10.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:10.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:10.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:10 smithi161 ceph-mon[116604]: pgmap v5955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:10 smithi028 ceph-mon[112123]: pgmap v5955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:10 smithi138 ceph-mon[117003]: pgmap v5955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:11.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:11.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:11.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:11.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:11.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:12 smithi161 ceph-mon[116604]: from='client.169950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:12 smithi161 ceph-mon[116604]: pgmap v5956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:12 smithi028 ceph-mon[112123]: from='client.169950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:12 smithi028 ceph-mon[112123]: pgmap v5956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:12 smithi138 ceph-mon[117003]: from='client.169950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:12 smithi138 ceph-mon[117003]: pgmap v5956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:14 smithi161 ceph-mon[116604]: 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-07T08:05:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:14 smithi028 ceph-mon[112123]: 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-07T08:05:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:14 smithi138 ceph-mon[117003]: 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-07T08:05:16.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:16.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:16.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:16 smithi161 ceph-mon[116604]: 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-07T08:05:16.963 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:16.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:16.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:16.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:16.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:16 smithi028 ceph-mon[112123]: 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-07T08:05:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:16 smithi138 ceph-mon[117003]: 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-07T08:05:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:17 smithi161 ceph-mon[116604]: from='client.170022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:17 smithi028 ceph-mon[112123]: from='client.170022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:17 smithi138 ceph-mon[117003]: from='client.170022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:18 smithi161 ceph-mon[116604]: 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-07T08:05:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:18 smithi028 ceph-mon[112123]: 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-07T08:05:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:18 smithi138 ceph-mon[117003]: 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-07T08:05:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:20 smithi161 ceph-mon[116604]: 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-07T08:05:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:20 smithi028 ceph-mon[112123]: 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-07T08:05:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:20 smithi138 ceph-mon[117003]: 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-07T08:05:21.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:21.965 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:21.965 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:22.743 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:22.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:22.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:22.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:22.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:22 smithi161 ceph-mon[116604]: pgmap v5961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:22 smithi028 ceph-mon[112123]: pgmap v5961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:22 smithi138 ceph-mon[117003]: pgmap v5961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:23 smithi161 ceph-mon[116604]: from='client.170097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:23 smithi028 ceph-mon[112123]: from='client.170097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:23 smithi138 ceph-mon[117003]: from='client.170097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:24 smithi161 ceph-mon[116604]: pgmap v5962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:24 smithi028 ceph-mon[112123]: pgmap v5962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:24 smithi138 ceph-mon[117003]: pgmap v5962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:26 smithi161 ceph-mon[116604]: pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:26 smithi028 ceph-mon[112123]: pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:26 smithi138 ceph-mon[117003]: pgmap v5963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:27.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:27.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:27.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:28.510 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:28.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:28.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:28.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:28.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:28 smithi161 ceph-mon[116604]: pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:28 smithi028 ceph-mon[112123]: pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:28 smithi138 ceph-mon[117003]: pgmap v5964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:29 smithi161 ceph-mon[116604]: from='client.170175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:29 smithi028 ceph-mon[112123]: from='client.170175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:29 smithi138 ceph-mon[117003]: from='client.170175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:30 smithi161 ceph-mon[116604]: pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:30 smithi028 ceph-mon[112123]: pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:30 smithi138 ceph-mon[117003]: pgmap v5965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:32 smithi161 ceph-mon[116604]: pgmap v5966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:32 smithi028 ceph-mon[112123]: pgmap v5966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:32 smithi138 ceph-mon[117003]: pgmap v5966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:33.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:33.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:33.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:34.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:34.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:34.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:34.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:34.287 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:34 smithi161 ceph-mon[116604]: 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-07T08:05:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:34 smithi028 ceph-mon[112123]: 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-07T08:05:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:34 smithi138 ceph-mon[117003]: 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-07T08:05:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:35 smithi161 ceph-mon[116604]: from='client.170250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:35 smithi028 ceph-mon[112123]: from='client.170250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:35 smithi138 ceph-mon[117003]: from='client.170250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:36 smithi161 ceph-mon[116604]: pgmap v5968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:05:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:36 smithi028 ceph-mon[112123]: pgmap v5968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:05:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:36 smithi138 ceph-mon[117003]: pgmap v5968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:05:38.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:38 smithi028 ceph-mon[112123]: pgmap v5969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:05:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:38 smithi138 ceph-mon[117003]: pgmap v5969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:05:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:38 smithi161 ceph-mon[116604]: pgmap v5969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:05:39.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:39.289 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:39.289 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:40.050 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:40.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:40.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:40.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:40.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:40 smithi028 ceph-mon[112123]: pgmap v5970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:05:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:40 smithi028 ceph-mon[112123]: from='client.170328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:40 smithi138 ceph-mon[117003]: pgmap v5970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:05:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:40 smithi138 ceph-mon[117003]: from='client.170328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:40 smithi161 ceph-mon[116604]: pgmap v5970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:05:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:40 smithi161 ceph-mon[116604]: from='client.170328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:42 smithi028 ceph-mon[112123]: pgmap v5971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:42 smithi138 ceph-mon[117003]: pgmap v5971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:42 smithi161 ceph-mon[116604]: pgmap v5971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:44 smithi028 ceph-mon[112123]: pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:44 smithi138 ceph-mon[117003]: pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:45.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:45.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:45.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:44 smithi161 ceph-mon[116604]: pgmap v5972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:05:45.864 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:45.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:45.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:45.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:45.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:46 smithi028 ceph-mon[112123]: pgmap v5973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:46 smithi028 ceph-mon[112123]: from='client.170406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:46 smithi138 ceph-mon[117003]: pgmap v5973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:46 smithi138 ceph-mon[117003]: from='client.170406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:46 smithi161 ceph-mon[116604]: pgmap v5973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:46 smithi161 ceph-mon[116604]: from='client.170406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:48 smithi028 ceph-mon[112123]: pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:05:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:48 smithi138 ceph-mon[117003]: pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:05:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:48 smithi161 ceph-mon[116604]: pgmap v5974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:05:50.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:50.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:50.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:50 smithi028 ceph-mon[112123]: pgmap v5975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:05:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:50 smithi138 ceph-mon[117003]: pgmap v5975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:05:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:50 smithi161 ceph-mon[116604]: pgmap v5975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:05:51.650 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:51.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:51.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:51.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:51.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:52 smithi161 ceph-mon[116604]: pgmap v5976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:05:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:52 smithi161 ceph-mon[116604]: from='client.170484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:52 smithi028 ceph-mon[112123]: pgmap v5976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:05:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:52 smithi028 ceph-mon[112123]: from='client.170484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:52 smithi138 ceph-mon[117003]: pgmap v5976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:05:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:52 smithi138 ceph-mon[117003]: from='client.170484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:54 smithi161 ceph-mon[116604]: 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-07T08:05:54.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:54 smithi028 ceph-mon[112123]: 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-07T08:05:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:54 smithi138 ceph-mon[117003]: 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-07T08:05:56.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:05:56.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:05:56.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:05:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:56 smithi161 ceph-mon[116604]: pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:56 smithi028 ceph-mon[112123]: pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:56 smithi138 ceph-mon[117003]: pgmap v5978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:05:57.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:05:57.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:05:57.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:05:57.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:05:57.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:05:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:05:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:05:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:05:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:05:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:05:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:05:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:05:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:05:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:05:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:05:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:05:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:05:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:58 smithi161 ceph-mon[116604]: from='client.170559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:05:58 smithi161 ceph-mon[116604]: pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:58 smithi028 ceph-mon[112123]: from='client.170559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:05:58 smithi028 ceph-mon[112123]: pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:05:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:58 smithi138 ceph-mon[117003]: from='client.170559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:05:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:05:58 smithi138 ceph-mon[117003]: pgmap v5979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:00 smithi161 ceph-mon[116604]: pgmap v5980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:00 smithi028 ceph-mon[112123]: pgmap v5980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:00 smithi138 ceph-mon[117003]: pgmap v5980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:02.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:02.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:02.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:02 smithi161 ceph-mon[116604]: pgmap v5981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:02 smithi028 ceph-mon[112123]: pgmap v5981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:02 smithi138 ceph-mon[117003]: pgmap v5981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:03.256 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:03.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:03.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:03.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:03.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:04 smithi161 ceph-mon[116604]: from='client.170628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:04 smithi161 ceph-mon[116604]: pgmap v5982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:04 smithi028 ceph-mon[112123]: from='client.170628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:04 smithi028 ceph-mon[112123]: pgmap v5982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:04 smithi138 ceph-mon[117003]: from='client.170628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:04 smithi138 ceph-mon[117003]: pgmap v5982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:06 smithi161 ceph-mon[116604]: pgmap v5983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:06 smithi028 ceph-mon[112123]: pgmap v5983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:06 smithi138 ceph-mon[117003]: pgmap v5983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:08.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:08.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:08.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:08 smithi161 ceph-mon[116604]: pgmap v5984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:08 smithi028 ceph-mon[112123]: pgmap v5984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:09.027 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:09.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:09.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:09.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:09.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:08 smithi138 ceph-mon[117003]: pgmap v5984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:09 smithi161 ceph-mon[116604]: from='client.170706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:09 smithi028 ceph-mon[112123]: from='client.170706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:09 smithi138 ceph-mon[117003]: from='client.170706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:10 smithi161 ceph-mon[116604]: pgmap v5985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:10 smithi028 ceph-mon[112123]: pgmap v5985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:10 smithi138 ceph-mon[117003]: pgmap v5985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:12 smithi161 ceph-mon[116604]: pgmap v5986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:12 smithi028 ceph-mon[112123]: pgmap v5986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:12 smithi138 ceph-mon[117003]: pgmap v5986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:14.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:14.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:14.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:14.795 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:14.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:14.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:14.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:14.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:14 smithi161 ceph-mon[116604]: 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-07T08:06:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:14 smithi028 ceph-mon[112123]: 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-07T08:06:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:14 smithi138 ceph-mon[117003]: 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-07T08:06:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:15 smithi161 ceph-mon[116604]: from='client.170784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:15 smithi028 ceph-mon[112123]: from='client.170784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:15 smithi138 ceph-mon[117003]: from='client.170784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:16 smithi161 ceph-mon[116604]: pgmap v5988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:16 smithi028 ceph-mon[112123]: pgmap v5988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:16 smithi138 ceph-mon[117003]: pgmap v5988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:18 smithi161 ceph-mon[116604]: pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:18 smithi028 ceph-mon[112123]: pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:18 smithi138 ceph-mon[117003]: pgmap v5989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:19.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:19.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:19.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:20.582 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:20.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:20.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:20.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:20.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:20 smithi161 ceph-mon[116604]: pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:20 smithi028 ceph-mon[112123]: pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:20 smithi138 ceph-mon[117003]: pgmap v5990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:21 smithi161 ceph-mon[116604]: from='client.170859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:21 smithi028 ceph-mon[112123]: from='client.170859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:21 smithi138 ceph-mon[117003]: from='client.170859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:22 smithi028 ceph-mon[112123]: pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:22 smithi138 ceph-mon[117003]: pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:22 smithi161 ceph-mon[116604]: pgmap v5991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:24 smithi028 ceph-mon[112123]: pgmap v5992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:24 smithi138 ceph-mon[117003]: pgmap v5992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:24 smithi161 ceph-mon[116604]: pgmap v5992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:25.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:25.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:25.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:26.369 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:26.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:26.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:26.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:26.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:26 smithi028 ceph-mon[112123]: pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:26 smithi138 ceph-mon[117003]: pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:26 smithi161 ceph-mon[116604]: pgmap v5993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:27 smithi028 ceph-mon[112123]: from='client.170931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:27 smithi138 ceph-mon[117003]: from='client.170931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:27 smithi161 ceph-mon[116604]: from='client.170931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:28 smithi028 ceph-mon[112123]: 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-07T08:06:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:28 smithi138 ceph-mon[117003]: 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-07T08:06:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:28 smithi161 ceph-mon[116604]: 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-07T08:06:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:30 smithi028 ceph-mon[112123]: 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-07T08:06:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:30 smithi138 ceph-mon[117003]: 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-07T08:06:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:30 smithi161 ceph-mon[116604]: 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-07T08:06:31.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:31.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:31.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:32.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:32.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:32.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:32.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:32.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:32 smithi028 ceph-mon[112123]: 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-07T08:06:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:32 smithi138 ceph-mon[117003]: 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-07T08:06:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:32 smithi161 ceph-mon[116604]: 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-07T08:06:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:33 smithi028 ceph-mon[112123]: from='client.171003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:33 smithi138 ceph-mon[117003]: from='client.171003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:33 smithi161 ceph-mon[116604]: from='client.171003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:34 smithi028 ceph-mon[112123]: 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-07T08:06:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:34 smithi138 ceph-mon[117003]: 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-07T08:06:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:34 smithi161 ceph-mon[116604]: 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-07T08:06:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:36 smithi138 ceph-mon[117003]: pgmap v5998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:37.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:37.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:37.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:36 smithi161 ceph-mon[116604]: pgmap v5998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:36 smithi028 ceph-mon[112123]: pgmap v5998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:37.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:38 smithi138 ceph-mon[117003]: pgmap v5999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:38 smithi138 ceph-mon[117003]: from='client.171081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:38 smithi161 ceph-mon[116604]: pgmap v5999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:38 smithi161 ceph-mon[116604]: from='client.171081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:38 smithi028 ceph-mon[112123]: pgmap v5999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:38 smithi028 ceph-mon[112123]: from='client.171081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:39 smithi138 ceph-mon[117003]: pgmap v6000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:39 smithi161 ceph-mon[116604]: pgmap v6000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:39 smithi028 ceph-mon[112123]: pgmap v6000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:42.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:42.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:42.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:42 smithi161 ceph-mon[116604]: pgmap v6001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:42 smithi028 ceph-mon[112123]: pgmap v6001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:42 smithi138 ceph-mon[117003]: pgmap v6001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:43.701 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:43.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:43.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:43.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:43.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:44 smithi161 ceph-mon[116604]: pgmap v6002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:44 smithi161 ceph-mon[116604]: from='client.171159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:44 smithi028 ceph-mon[112123]: pgmap v6002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:44 smithi028 ceph-mon[112123]: from='client.171159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:44 smithi138 ceph-mon[117003]: pgmap v6002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:44 smithi138 ceph-mon[117003]: from='client.171159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:46 smithi161 ceph-mon[116604]: pgmap v6003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:46 smithi028 ceph-mon[112123]: pgmap v6003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:46 smithi138 ceph-mon[117003]: pgmap v6003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:06:48.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:48.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:48.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:48 smithi161 ceph-mon[116604]: pgmap v6004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:48 smithi028 ceph-mon[112123]: pgmap v6004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:48 smithi138 ceph-mon[117003]: pgmap v6004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:49.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:49.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:49.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:49.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:49.489 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:50 smithi161 ceph-mon[116604]: pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:50 smithi161 ceph-mon[116604]: from='client.171234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:50 smithi028 ceph-mon[112123]: pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:50 smithi028 ceph-mon[112123]: from='client.171234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:50 smithi138 ceph-mon[117003]: pgmap v6005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:50 smithi138 ceph-mon[117003]: from='client.171234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:52 smithi161 ceph-mon[116604]: pgmap v6006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:52 smithi028 ceph-mon[112123]: pgmap v6006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:52 smithi138 ceph-mon[117003]: pgmap v6006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:54.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:06:54.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:06:54.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:06:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:54 smithi161 ceph-mon[116604]: pgmap v6007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:54 smithi028 ceph-mon[112123]: pgmap v6007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:54 smithi138 ceph-mon[117003]: pgmap v6007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:55.260 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:06:55.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:06:55.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:06:55.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:06:55.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:06:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:56 smithi161 ceph-mon[116604]: from='client.171306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:56 smithi161 ceph-mon[116604]: pgmap v6008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:56 smithi028 ceph-mon[112123]: from='client.171306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:56 smithi028 ceph-mon[112123]: pgmap v6008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:56 smithi138 ceph-mon[117003]: from='client.171306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:06:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:56 smithi138 ceph-mon[117003]: pgmap v6008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:06:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:58 smithi161 ceph-mon[116604]: pgmap v6009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:06:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:06:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:06:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:06:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:06:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:58 smithi028 ceph-mon[112123]: pgmap v6009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:06:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:06:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:06:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:06:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:06:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:58 smithi138 ceph-mon[117003]: pgmap v6009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:06:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:06:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:06:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:06:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:06:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:07:00.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:00.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:00.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:00 smithi161 ceph-mon[116604]: pgmap v6010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:07:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:00 smithi028 ceph-mon[112123]: pgmap v6010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:07:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:00 smithi138 ceph-mon[117003]: pgmap v6010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:07:01.043 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:01.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:01.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:01.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:01.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:01 smithi161 ceph-mon[116604]: from='client.171381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:01 smithi028 ceph-mon[112123]: from='client.171381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:01 smithi138 ceph-mon[117003]: from='client.171381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:02 smithi161 ceph-mon[116604]: pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:02 smithi028 ceph-mon[112123]: pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:02 smithi138 ceph-mon[117003]: pgmap v6011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:04 smithi161 ceph-mon[116604]: 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-07T08:07:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:04 smithi028 ceph-mon[112123]: 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-07T08:07:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:04 smithi138 ceph-mon[117003]: 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-07T08:07:06.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:06.045 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:06.046 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:06.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:06.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:06.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:06.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:06.816 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:06 smithi028 ceph-mon[112123]: 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-07T08:07:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:06 smithi138 ceph-mon[117003]: 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-07T08:07:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:06 smithi161 ceph-mon[116604]: 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-07T08:07:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:07 smithi028 ceph-mon[112123]: from='client.171459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:07 smithi138 ceph-mon[117003]: from='client.171459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:07 smithi161 ceph-mon[116604]: from='client.171459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:08 smithi028 ceph-mon[112123]: 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-07T08:07:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:08 smithi138 ceph-mon[117003]: 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-07T08:07:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:08 smithi161 ceph-mon[116604]: 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-07T08:07:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:10 smithi028 ceph-mon[112123]: 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-07T08:07:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:10 smithi138 ceph-mon[117003]: 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-07T08:07:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:10 smithi161 ceph-mon[116604]: 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-07T08:07:11.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:11.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:11.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:12.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:12.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:12.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:12.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:12.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:12 smithi028 ceph-mon[112123]: 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-07T08:07:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:12 smithi138 ceph-mon[117003]: 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-07T08:07:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:12 smithi161 ceph-mon[116604]: 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-07T08:07:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:13 smithi028 ceph-mon[112123]: from='client.171537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:13 smithi138 ceph-mon[117003]: from='client.171537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:13 smithi161 ceph-mon[116604]: from='client.171537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:14 smithi028 ceph-mon[112123]: 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-07T08:07:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:14 smithi138 ceph-mon[117003]: 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-07T08:07:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:14 smithi161 ceph-mon[116604]: 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-07T08:07:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:16 smithi028 ceph-mon[112123]: pgmap v6018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:07:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:16 smithi138 ceph-mon[117003]: pgmap v6018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:07:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:16 smithi161 ceph-mon[116604]: pgmap v6018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:07:17.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:17.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:17.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:18.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:18.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:18.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:18.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:18.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:18 smithi028 ceph-mon[112123]: pgmap v6019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:18 smithi138 ceph-mon[117003]: pgmap v6019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:18 smithi161 ceph-mon[116604]: pgmap v6019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:19 smithi138 ceph-mon[117003]: from='client.171612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:19 smithi161 ceph-mon[116604]: from='client.171612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:19 smithi028 ceph-mon[112123]: from='client.171612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:20 smithi138 ceph-mon[117003]: pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:20 smithi161 ceph-mon[116604]: pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:20 smithi028 ceph-mon[112123]: pgmap v6020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:22 smithi138 ceph-mon[117003]: pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:07:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:22 smithi161 ceph-mon[116604]: pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:07:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:22 smithi028 ceph-mon[112123]: pgmap v6021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:07:23.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:23.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:23.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:24.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:24.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:24.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:24.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:24.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:24 smithi138 ceph-mon[117003]: pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:24 smithi161 ceph-mon[116604]: pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:24 smithi028 ceph-mon[112123]: pgmap v6022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:25 smithi138 ceph-mon[117003]: from='client.171684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:25 smithi161 ceph-mon[116604]: from='client.171684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:25 smithi028 ceph-mon[112123]: from='client.171684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:26 smithi138 ceph-mon[117003]: pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:07:27.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:26 smithi161 ceph-mon[116604]: pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:07:27.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:26 smithi028 ceph-mon[112123]: pgmap v6023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:07:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:27 smithi138 ceph-mon[117003]: pgmap v6024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:07:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:27 smithi161 ceph-mon[116604]: pgmap v6024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:07:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:27 smithi028 ceph-mon[112123]: pgmap v6024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:07:29.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:29.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:29.149 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:29.924 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:29.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:29.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:29.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:29.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:30.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:30 smithi161 ceph-mon[116604]: pgmap v6025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:07:30.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:30 smithi161 ceph-mon[116604]: from='client.171762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:30 smithi028 ceph-mon[112123]: pgmap v6025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:07:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:30 smithi028 ceph-mon[112123]: from='client.171762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:30 smithi138 ceph-mon[117003]: pgmap v6025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:07:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:30 smithi138 ceph-mon[117003]: from='client.171762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:32 smithi161 ceph-mon[116604]: pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:32 smithi028 ceph-mon[112123]: pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:32 smithi138 ceph-mon[117003]: pgmap v6026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:34.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:34.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:34.926 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:34 smithi161 ceph-mon[116604]: pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:07:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:34 smithi028 ceph-mon[112123]: pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:07:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:34 smithi138 ceph-mon[117003]: pgmap v6027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:07:35.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:35.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:35.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:35.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:35.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:36 smithi161 ceph-mon[116604]: pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:36 smithi161 ceph-mon[116604]: from='client.171834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:36 smithi028 ceph-mon[112123]: pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:36 smithi028 ceph-mon[112123]: from='client.171834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:36 smithi138 ceph-mon[117003]: pgmap v6028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:36 smithi138 ceph-mon[117003]: from='client.171834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:38 smithi161 ceph-mon[116604]: pgmap v6029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:07:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:38 smithi028 ceph-mon[112123]: pgmap v6029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:07:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:38 smithi138 ceph-mon[117003]: pgmap v6029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:07:40.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:40.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:40.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:40 smithi161 ceph-mon[116604]: pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:07:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:40 smithi028 ceph-mon[112123]: pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:07:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:40 smithi138 ceph-mon[117003]: pgmap v6030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:07:41.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:41.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:41.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:41.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:41.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:42 smithi161 ceph-mon[116604]: pgmap v6031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:07:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:42 smithi161 ceph-mon[116604]: from='client.171906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:42 smithi028 ceph-mon[112123]: pgmap v6031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:07:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:42 smithi028 ceph-mon[112123]: from='client.171906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:42 smithi138 ceph-mon[117003]: pgmap v6031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:07:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:42 smithi138 ceph-mon[117003]: from='client.171906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:44 smithi161 ceph-mon[116604]: 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-07T08:07:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:44 smithi028 ceph-mon[112123]: 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-07T08:07:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:44 smithi138 ceph-mon[117003]: 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-07T08:07:46.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:46.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:46.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:46 smithi161 ceph-mon[116604]: 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-07T08:07:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:46 smithi028 ceph-mon[112123]: 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-07T08:07:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:46 smithi138 ceph-mon[117003]: 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-07T08:07:47.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:47.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:47.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:47.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:47.286 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:48 smithi161 ceph-mon[116604]: from='client.171984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:48 smithi161 ceph-mon[116604]: 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-07T08:07:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:48 smithi028 ceph-mon[112123]: from='client.171984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:48 smithi028 ceph-mon[112123]: 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-07T08:07:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:48 smithi138 ceph-mon[117003]: from='client.171984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:48 smithi138 ceph-mon[117003]: 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-07T08:07:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:50 smithi161 ceph-mon[116604]: 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-07T08:07:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:50 smithi028 ceph-mon[112123]: 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-07T08:07:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:50 smithi138 ceph-mon[117003]: 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-07T08:07:52.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:52.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:52.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:52 smithi161 ceph-mon[116604]: 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-07T08:07:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:52 smithi028 ceph-mon[112123]: 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-07T08:07:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:52 smithi138 ceph-mon[117003]: 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-07T08:07:53.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:53.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:53.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:53.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:53.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:53 smithi028 ceph-mon[112123]: from='client.172062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:53 smithi138 ceph-mon[117003]: from='client.172062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:53 smithi161 ceph-mon[116604]: from='client.172062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:54 smithi028 ceph-mon[112123]: 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-07T08:07:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:54 smithi138 ceph-mon[117003]: 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-07T08:07:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:54 smithi161 ceph-mon[116604]: 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-07T08:07:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:56 smithi028 ceph-mon[112123]: pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:07:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:56 smithi138 ceph-mon[117003]: pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:07:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:56 smithi161 ceph-mon[116604]: pgmap v6038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:07:58.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:07:58.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:07:58.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:07:58.843 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:07:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:07:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:07:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:07:58.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:07:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:58 smithi028 ceph-mon[112123]: pgmap v6039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:07:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:58 smithi138 ceph-mon[117003]: pgmap v6039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:07:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:58 smithi161 ceph-mon[116604]: pgmap v6039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:07:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:07:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='client.172137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:07:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:07:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:07:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:07:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:07:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:07:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:07:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:07:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:07:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:07:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='client.172137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:08:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:08:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:07:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='client.172137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:08:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:08:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:07:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:08:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:00 smithi028 ceph-mon[112123]: pgmap v6040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:00 smithi138 ceph-mon[117003]: pgmap v6040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:00 smithi161 ceph-mon[116604]: pgmap v6040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:02 smithi028 ceph-mon[112123]: pgmap v6041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:08:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:02 smithi138 ceph-mon[117003]: pgmap v6041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:08:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:02 smithi161 ceph-mon[116604]: pgmap v6041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:08:03.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:03.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:03.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:04.616 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:04.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:04.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:04.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:04.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:04 smithi028 ceph-mon[112123]: pgmap v6042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:08:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:04 smithi138 ceph-mon[117003]: pgmap v6042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:08:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:04 smithi161 ceph-mon[116604]: pgmap v6042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:08:05.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:05 smithi028 ceph-mon[112123]: from='client.172203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:05 smithi138 ceph-mon[117003]: from='client.172203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:05 smithi161 ceph-mon[116604]: from='client.172203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:06 smithi028 ceph-mon[112123]: 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-07T08:08:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:06 smithi138 ceph-mon[117003]: 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-07T08:08:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:06 smithi161 ceph-mon[116604]: 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-07T08:08:09.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:08 smithi138 ceph-mon[117003]: pgmap v6044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:08:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:08 smithi161 ceph-mon[116604]: pgmap v6044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:08:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:08 smithi028 ceph-mon[112123]: pgmap v6044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:08:09.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:09.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:09.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:10.385 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:10.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:10.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:10.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:10.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:10 smithi138 ceph-mon[117003]: 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-07T08:08:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:10 smithi161 ceph-mon[116604]: 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-07T08:08:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:10 smithi028 ceph-mon[112123]: 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-07T08:08:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:11 smithi138 ceph-mon[117003]: from='client.172278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:11 smithi161 ceph-mon[116604]: from='client.172278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:11 smithi028 ceph-mon[112123]: from='client.172278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:12 smithi138 ceph-mon[117003]: pgmap v6046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:08:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:12 smithi161 ceph-mon[116604]: pgmap v6046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:08:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:12 smithi028 ceph-mon[112123]: pgmap v6046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:08:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:14 smithi138 ceph-mon[117003]: pgmap v6047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:08:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:14 smithi161 ceph-mon[116604]: pgmap v6047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:08:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:14 smithi028 ceph-mon[112123]: pgmap v6047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:08:15.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:15.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:15.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:16.184 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:16.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:16.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:16.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:16.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:16 smithi138 ceph-mon[117003]: pgmap v6048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:08:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:16 smithi161 ceph-mon[116604]: pgmap v6048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:08:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:16 smithi028 ceph-mon[112123]: pgmap v6048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:08:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:17 smithi138 ceph-mon[117003]: from='client.172353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:17 smithi161 ceph-mon[116604]: from='client.172353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:17 smithi028 ceph-mon[112123]: from='client.172353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:18 smithi138 ceph-mon[117003]: 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-07T08:08:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:18 smithi161 ceph-mon[116604]: 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-07T08:08:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:18 smithi028 ceph-mon[112123]: 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-07T08:08:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:20 smithi138 ceph-mon[117003]: pgmap v6050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:21.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:21.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:21.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:20 smithi161 ceph-mon[116604]: pgmap v6050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:20 smithi028 ceph-mon[112123]: pgmap v6050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:21.970 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:21.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:21.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:21.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:21.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:22 smithi161 ceph-mon[116604]: pgmap v6051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:08:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:22 smithi161 ceph-mon[116604]: from='client.172428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:22.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:22 smithi028 ceph-mon[112123]: pgmap v6051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:08:22.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:22 smithi028 ceph-mon[112123]: from='client.172428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:22 smithi138 ceph-mon[117003]: pgmap v6051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:08:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:22 smithi138 ceph-mon[117003]: from='client.172428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:24 smithi161 ceph-mon[116604]: 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-07T08:08:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:24 smithi028 ceph-mon[112123]: 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-07T08:08:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:24 smithi138 ceph-mon[117003]: 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-07T08:08:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:26 smithi161 ceph-mon[116604]: 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-07T08:08:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:26 smithi028 ceph-mon[112123]: 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-07T08:08:26.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:26.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:26.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:26 smithi138 ceph-mon[117003]: 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-07T08:08:27.735 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:27.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:27.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:27.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:27.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:28 smithi161 ceph-mon[116604]: 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-07T08:08:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:28 smithi161 ceph-mon[116604]: from='client.172503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:28 smithi028 ceph-mon[112123]: 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-07T08:08:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:28 smithi028 ceph-mon[112123]: from='client.172503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:28 smithi138 ceph-mon[117003]: 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-07T08:08:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:28 smithi138 ceph-mon[117003]: from='client.172503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:30 smithi161 ceph-mon[116604]: pgmap v6055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:30 smithi028 ceph-mon[112123]: pgmap v6055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:30 smithi138 ceph-mon[117003]: pgmap v6055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:32.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:32.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:32.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:32 smithi161 ceph-mon[116604]: pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:08:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:32 smithi028 ceph-mon[112123]: pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:08:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:32 smithi138 ceph-mon[117003]: pgmap v6056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:08:33.511 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:33.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:33.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:33.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:33.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:34 smithi028 ceph-mon[112123]: 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-07T08:08:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:34 smithi028 ceph-mon[112123]: from='client.172578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:34 smithi138 ceph-mon[117003]: 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-07T08:08:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:34 smithi138 ceph-mon[117003]: from='client.172578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:34 smithi161 ceph-mon[116604]: 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-07T08:08:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:34 smithi161 ceph-mon[116604]: from='client.172578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:36 smithi028 ceph-mon[112123]: pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:08:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:36 smithi138 ceph-mon[117003]: pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:08:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:36 smithi161 ceph-mon[116604]: pgmap v6058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:08:38.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:38.513 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:38.513 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:38 smithi028 ceph-mon[112123]: pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:08:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:38 smithi138 ceph-mon[117003]: pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:08:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:38 smithi161 ceph-mon[116604]: pgmap v6059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:08:39.277 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:39.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:39.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:39.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:39.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:40 smithi028 ceph-mon[112123]: from='client.172656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:40 smithi028 ceph-mon[112123]: pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:08:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:40 smithi138 ceph-mon[117003]: from='client.172656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:40 smithi138 ceph-mon[117003]: pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:08:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:40 smithi161 ceph-mon[116604]: from='client.172656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:40 smithi161 ceph-mon[116604]: pgmap v6060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:08:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:42 smithi028 ceph-mon[112123]: pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:42 smithi138 ceph-mon[117003]: pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:42 smithi161 ceph-mon[116604]: pgmap v6061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:44.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:44.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:44.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:44 smithi028 ceph-mon[112123]: pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:08:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:44 smithi138 ceph-mon[117003]: pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:08:45.043 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:45.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:45.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:45.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:45.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:44 smithi161 ceph-mon[116604]: pgmap v6062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:08:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:45 smithi028 ceph-mon[112123]: from='client.172728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:45 smithi138 ceph-mon[117003]: from='client.172728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:45 smithi161 ceph-mon[116604]: from='client.172728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:46 smithi028 ceph-mon[112123]: 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-07T08:08:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:46 smithi138 ceph-mon[117003]: 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-07T08:08:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:46 smithi161 ceph-mon[116604]: 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-07T08:08:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:48 smithi138 ceph-mon[117003]: pgmap v6064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:08:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:48 smithi161 ceph-mon[116604]: pgmap v6064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:08:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:48 smithi028 ceph-mon[112123]: pgmap v6064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:08:50.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:50.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:50.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:50.813 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:50.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:50.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:50.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:50.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:50 smithi138 ceph-mon[117003]: pgmap v6065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:50 smithi161 ceph-mon[116604]: pgmap v6065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:50 smithi028 ceph-mon[112123]: pgmap v6065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:51 smithi138 ceph-mon[117003]: from='client.172806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:51 smithi161 ceph-mon[116604]: from='client.172806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:51 smithi028 ceph-mon[112123]: from='client.172806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:52 smithi138 ceph-mon[117003]: pgmap v6066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:52 smithi161 ceph-mon[116604]: pgmap v6066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:52 smithi028 ceph-mon[112123]: pgmap v6066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:54 smithi138 ceph-mon[117003]: pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:54 smithi161 ceph-mon[116604]: pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:54 smithi028 ceph-mon[112123]: pgmap v6067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:08:55.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:08:55.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:08:55.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:08:56.589 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:08:56.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:08:56.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:08:56.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:08:56.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:08:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:56 smithi138 ceph-mon[117003]: pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:56 smithi161 ceph-mon[116604]: pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:56 smithi028 ceph-mon[112123]: pgmap v6068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:08:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:57 smithi138 ceph-mon[117003]: from='client.172875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:57 smithi161 ceph-mon[116604]: from='client.172875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:57 smithi028 ceph-mon[112123]: from='client.172875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:08:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:58 smithi138 ceph-mon[117003]: 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-07T08:08:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:58 smithi161 ceph-mon[116604]: 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-07T08:08:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:58 smithi028 ceph-mon[112123]: 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-07T08:09:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:08:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:09:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:08:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:09:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:08:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:09:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:00 smithi138 ceph-mon[117003]: pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:09:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:09:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:09:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:00 smithi161 ceph-mon[116604]: pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:09:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:09:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:09:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:00 smithi028 ceph-mon[112123]: pgmap v6070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:09:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:09:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:09:01.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:01.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:01.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:02.362 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:02.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:02.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:02.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:02.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:02 smithi138 ceph-mon[117003]: pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:09:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:02 smithi161 ceph-mon[116604]: pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:09:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:02 smithi028 ceph-mon[112123]: pgmap v6071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:09:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:03 smithi138 ceph-mon[117003]: from='client.172953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:03 smithi161 ceph-mon[116604]: from='client.172953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:03 smithi028 ceph-mon[112123]: from='client.172953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:04 smithi138 ceph-mon[117003]: 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-07T08:09:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:04 smithi161 ceph-mon[116604]: 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-07T08:09:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:04 smithi028 ceph-mon[112123]: 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-07T08:09:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:05 smithi138 ceph-mon[117003]: 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-07T08:09:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:05 smithi161 ceph-mon[116604]: 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-07T08:09:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:05 smithi028 ceph-mon[112123]: 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-07T08:09:07.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:07.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:07.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:08.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:08.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:08.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:08.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:08.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:08 smithi161 ceph-mon[116604]: 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-07T08:09:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:08 smithi161 ceph-mon[116604]: from='client.173025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:08 smithi028 ceph-mon[112123]: 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-07T08:09:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:08 smithi028 ceph-mon[112123]: from='client.173025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:08 smithi138 ceph-mon[117003]: 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-07T08:09:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:08 smithi138 ceph-mon[117003]: from='client.173025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:10 smithi161 ceph-mon[116604]: pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:10 smithi028 ceph-mon[112123]: pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:10 smithi138 ceph-mon[117003]: pgmap v6075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:12 smithi161 ceph-mon[116604]: pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:09:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:12 smithi028 ceph-mon[112123]: pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:09:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:12 smithi138 ceph-mon[117003]: pgmap v6076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:09:13.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:13.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:13.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:13.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:13.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:13.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:13.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:13.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:14 smithi028 ceph-mon[112123]: 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-07T08:09:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:14 smithi028 ceph-mon[112123]: from='client.173097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:14 smithi138 ceph-mon[117003]: 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-07T08:09:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:14 smithi138 ceph-mon[117003]: from='client.173097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:14 smithi161 ceph-mon[116604]: 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-07T08:09:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:14 smithi161 ceph-mon[116604]: from='client.173097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:16 smithi028 ceph-mon[112123]: pgmap v6078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:09:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:16 smithi138 ceph-mon[117003]: pgmap v6078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:09:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:16 smithi161 ceph-mon[116604]: pgmap v6078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:09:18.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:18.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:18.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:18 smithi028 ceph-mon[112123]: pgmap v6079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:09:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:18 smithi138 ceph-mon[117003]: pgmap v6079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:09:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:18 smithi161 ceph-mon[116604]: pgmap v6079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:09:19.695 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:19.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:19.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:19.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:19.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:20 smithi028 ceph-mon[112123]: pgmap v6080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:09:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:20 smithi028 ceph-mon[112123]: from='client.173172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:20 smithi138 ceph-mon[117003]: pgmap v6080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:09:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:20 smithi138 ceph-mon[117003]: from='client.173172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:20 smithi161 ceph-mon[116604]: pgmap v6080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:09:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:20 smithi161 ceph-mon[116604]: from='client.173172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:22 smithi028 ceph-mon[112123]: pgmap v6081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:09:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:22 smithi138 ceph-mon[117003]: pgmap v6081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:09:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:22 smithi161 ceph-mon[116604]: pgmap v6081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:09:24.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:24.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:24.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:24 smithi028 ceph-mon[112123]: 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-07T08:09:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:24 smithi138 ceph-mon[117003]: 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-07T08:09:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:24 smithi161 ceph-mon[116604]: 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-07T08:09:25.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:25.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:25.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:25.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:25.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:26 smithi028 ceph-mon[112123]: from='client.173250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:26 smithi028 ceph-mon[112123]: 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-07T08:09:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:26 smithi138 ceph-mon[117003]: from='client.173250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:26 smithi138 ceph-mon[117003]: 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-07T08:09:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:26 smithi161 ceph-mon[116604]: from='client.173250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:26 smithi161 ceph-mon[116604]: 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-07T08:09:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:28 smithi028 ceph-mon[112123]: pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:09:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:28 smithi138 ceph-mon[117003]: pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:09:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:28 smithi161 ceph-mon[116604]: pgmap v6084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:09:30.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:30.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:30.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:30 smithi028 ceph-mon[112123]: pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:09:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:30 smithi138 ceph-mon[117003]: pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:09:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:30 smithi161 ceph-mon[116604]: pgmap v6085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:09:31.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:31.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:31.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:31.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:31.235 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:32 smithi138 ceph-mon[117003]: from='client.173328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:32 smithi138 ceph-mon[117003]: pgmap v6086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:09:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:32 smithi161 ceph-mon[116604]: from='client.173328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:32 smithi161 ceph-mon[116604]: pgmap v6086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:09:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:32 smithi028 ceph-mon[112123]: from='client.173328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:32 smithi028 ceph-mon[112123]: pgmap v6086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:09:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:34 smithi138 ceph-mon[117003]: 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-07T08:09:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:34 smithi161 ceph-mon[116604]: 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-07T08:09:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:34 smithi028 ceph-mon[112123]: 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-07T08:09:36.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:36.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:36.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:36.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:36.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:36.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:36.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:36.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:36 smithi138 ceph-mon[117003]: 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-07T08:09:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:36 smithi161 ceph-mon[116604]: 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-07T08:09:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:36 smithi028 ceph-mon[112123]: 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-07T08:09:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:37 smithi138 ceph-mon[117003]: from='client.173406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:37 smithi161 ceph-mon[116604]: from='client.173406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:37 smithi028 ceph-mon[112123]: from='client.173406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:38 smithi138 ceph-mon[117003]: 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-07T08:09:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:38 smithi161 ceph-mon[116604]: 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-07T08:09:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:38 smithi028 ceph-mon[112123]: 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-07T08:09:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:40 smithi138 ceph-mon[117003]: pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:40 smithi161 ceph-mon[116604]: pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:40 smithi028 ceph-mon[112123]: pgmap v6090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:41.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:41.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:41.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:42.774 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:42.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:42.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:42.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:42.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:42 smithi138 ceph-mon[117003]: pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:09:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:42 smithi161 ceph-mon[116604]: pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:09:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:42 smithi028 ceph-mon[112123]: pgmap v6091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:09:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:43 smithi138 ceph-mon[117003]: from='client.173484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:43 smithi161 ceph-mon[116604]: from='client.173484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:43 smithi028 ceph-mon[112123]: from='client.173484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:44 smithi138 ceph-mon[117003]: 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-07T08:09:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:44 smithi161 ceph-mon[116604]: 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-07T08:09:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:44 smithi028 ceph-mon[112123]: 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-07T08:09:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:46 smithi138 ceph-mon[117003]: 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-07T08:09:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:46 smithi161 ceph-mon[116604]: 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-07T08:09:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:46 smithi028 ceph-mon[112123]: 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-07T08:09:47.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:47.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:47.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:48.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:48.544 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:48.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:48.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:48.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:48 smithi138 ceph-mon[117003]: 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-07T08:09:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:48 smithi161 ceph-mon[116604]: 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-07T08:09:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:48 smithi028 ceph-mon[112123]: 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-07T08:09:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:49 smithi138 ceph-mon[117003]: from='client.173559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:49 smithi161 ceph-mon[116604]: from='client.173559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:49 smithi028 ceph-mon[112123]: from='client.173559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:50 smithi138 ceph-mon[117003]: pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:50 smithi161 ceph-mon[116604]: pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:50 smithi028 ceph-mon[112123]: pgmap v6095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:09:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:52 smithi138 ceph-mon[117003]: pgmap v6096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:09:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:52 smithi161 ceph-mon[116604]: pgmap v6096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:09:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:52 smithi028 ceph-mon[112123]: pgmap v6096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:09:53.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:53.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:53.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:09:54.316 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:09:54.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:09:54.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:09:54.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:09:54.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:09:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:54 smithi138 ceph-mon[117003]: 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-07T08:09:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:54 smithi161 ceph-mon[116604]: 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-07T08:09:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:54 smithi028 ceph-mon[112123]: 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-07T08:09:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:55 smithi138 ceph-mon[117003]: from='client.173634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:55 smithi161 ceph-mon[116604]: from='client.173634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:55 smithi028 ceph-mon[112123]: from='client.173634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:09:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:56 smithi138 ceph-mon[117003]: pgmap v6098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:09:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:56 smithi161 ceph-mon[116604]: pgmap v6098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:09:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:56 smithi028 ceph-mon[112123]: pgmap v6098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:09:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:09:57 smithi138 ceph-mon[117003]: pgmap v6099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:09:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:09:57 smithi161 ceph-mon[116604]: pgmap v6099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:09:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:09:57 smithi028 ceph-mon[112123]: pgmap v6099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:09:59.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:09:59.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:09:59.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:00.080 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:00.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:00.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:00.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:00.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:00 smithi161 ceph-mon[116604]: pgmap v6100: 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-07T08:10:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:00 smithi161 ceph-mon[116604]: from='client.173712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T08:10:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:00 smithi028 ceph-mon[112123]: pgmap v6100: 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-07T08:10:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:00 smithi028 ceph-mon[112123]: from='client.173712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T08:10:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:00 smithi138 ceph-mon[117003]: pgmap v6100: 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-07T08:10:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:00 smithi138 ceph-mon[117003]: from='client.173712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T08:10:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:10:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:10:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:10:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T08:10:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:10:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:10:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:10:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: pgmap v6101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T08:10:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:10:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:10:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:10:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:10:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:03 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 17017M 2023-12-07T08:10:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:03 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 17017M 2023-12-07T08:10:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:03 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 17017M 2023-12-07T08:10:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:04 smithi028 ceph-mon[112123]: 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-07T08:10:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:04 smithi138 ceph-mon[117003]: 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-07T08:10:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:04 smithi161 ceph-mon[116604]: 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-07T08:10:05.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:05.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:05.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:05.852 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:05.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:05.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:05.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:05.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:06 smithi028 ceph-mon[112123]: 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-07T08:10:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:06 smithi028 ceph-mon[112123]: from='client.173790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:06 smithi138 ceph-mon[117003]: 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-07T08:10:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:06 smithi138 ceph-mon[117003]: from='client.173790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:06 smithi161 ceph-mon[116604]: 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-07T08:10:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:06 smithi161 ceph-mon[116604]: from='client.173790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:08 smithi028 ceph-mon[112123]: pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:10:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:08 smithi138 ceph-mon[117003]: pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:10:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:08 smithi161 ceph-mon[116604]: pgmap v6104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:10:10.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:10.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:10.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:10 smithi028 ceph-mon[112123]: pgmap v6105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:10:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:10 smithi138 ceph-mon[117003]: pgmap v6105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:10:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:10 smithi161 ceph-mon[116604]: pgmap v6105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:10:11.619 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:11.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:11.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:11.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:11.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:12 smithi028 ceph-mon[112123]: pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:10:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:12 smithi028 ceph-mon[112123]: from='client.173865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:12 smithi138 ceph-mon[117003]: pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:10:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:12 smithi138 ceph-mon[117003]: from='client.173865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:12 smithi161 ceph-mon[116604]: pgmap v6106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:10:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:12 smithi161 ceph-mon[116604]: from='client.173865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:14 smithi028 ceph-mon[112123]: 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-07T08:10:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:14 smithi138 ceph-mon[117003]: 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-07T08:10:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:14 smithi161 ceph-mon[116604]: 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-07T08:10:16.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:16.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:16.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:16 smithi028 ceph-mon[112123]: 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-07T08:10:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:16 smithi138 ceph-mon[117003]: 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-07T08:10:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:16 smithi161 ceph-mon[116604]: 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-07T08:10:17.399 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:17.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:17.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:17.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:17.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:18 smithi028 ceph-mon[112123]: from='client.173943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:18 smithi028 ceph-mon[112123]: 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-07T08:10:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:18 smithi138 ceph-mon[117003]: from='client.173943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:18 smithi138 ceph-mon[117003]: 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-07T08:10:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:18 smithi161 ceph-mon[116604]: from='client.173943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:18 smithi161 ceph-mon[116604]: 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-07T08:10:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:20 smithi028 ceph-mon[112123]: pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:10:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:20 smithi138 ceph-mon[117003]: pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:10:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:20 smithi161 ceph-mon[116604]: pgmap v6110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:10:22.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:22.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:22.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:22 smithi028 ceph-mon[112123]: pgmap v6111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:10:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:22 smithi138 ceph-mon[117003]: pgmap v6111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:10:23.171 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:23.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:23.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:23.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:23.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:22 smithi161 ceph-mon[116604]: pgmap v6111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T08:10:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:24 smithi138 ceph-mon[117003]: from='client.174021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:24 smithi138 ceph-mon[117003]: 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-07T08:10:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:24 smithi161 ceph-mon[116604]: from='client.174021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:24 smithi161 ceph-mon[116604]: 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-07T08:10:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:24 smithi028 ceph-mon[112123]: from='client.174021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:24 smithi028 ceph-mon[112123]: 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-07T08:10:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:26 smithi138 ceph-mon[117003]: 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-07T08:10:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:26 smithi161 ceph-mon[116604]: 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-07T08:10:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:26 smithi028 ceph-mon[112123]: 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-07T08:10:28.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:28.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:28.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:28.956 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:28.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:28.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:28.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:28.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:28 smithi138 ceph-mon[117003]: 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-07T08:10:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:28 smithi161 ceph-mon[116604]: 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-07T08:10:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:28 smithi028 ceph-mon[112123]: 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-07T08:10:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:29 smithi138 ceph-mon[117003]: from='client.174096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:29 smithi161 ceph-mon[116604]: from='client.174096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:29 smithi028 ceph-mon[112123]: from='client.174096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:30 smithi138 ceph-mon[117003]: pgmap v6115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:10:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:30 smithi161 ceph-mon[116604]: pgmap v6115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:10:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:30 smithi028 ceph-mon[112123]: pgmap v6115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:10:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:32 smithi138 ceph-mon[117003]: pgmap v6116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:10:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:32 smithi161 ceph-mon[116604]: pgmap v6116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:10:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:32 smithi028 ceph-mon[112123]: pgmap v6116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:10:33.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:33.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:33.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:34.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:34.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:34.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:34.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:34.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:34 smithi138 ceph-mon[117003]: 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-07T08:10:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:34 smithi161 ceph-mon[116604]: 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-07T08:10:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:34 smithi028 ceph-mon[112123]: 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-07T08:10:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:35 smithi138 ceph-mon[117003]: from='client.174171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:35 smithi161 ceph-mon[116604]: from='client.174171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:35 smithi028 ceph-mon[112123]: from='client.174171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:36 smithi138 ceph-mon[117003]: 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-07T08:10:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:36 smithi161 ceph-mon[116604]: 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-07T08:10:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:36 smithi028 ceph-mon[112123]: 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-07T08:10:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:38 smithi138 ceph-mon[117003]: 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-07T08:10:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:38 smithi161 ceph-mon[116604]: 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-07T08:10:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:38 smithi028 ceph-mon[112123]: 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-07T08:10:39.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:39.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:39.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:40.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:40.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:40.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:40.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:40.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:40 smithi138 ceph-mon[117003]: pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:10:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:40 smithi161 ceph-mon[116604]: pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:10:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:40 smithi028 ceph-mon[112123]: pgmap v6120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:10:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:41 smithi138 ceph-mon[117003]: from='client.174243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:41 smithi161 ceph-mon[116604]: from='client.174243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:41 smithi028 ceph-mon[112123]: from='client.174243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:42 smithi138 ceph-mon[117003]: pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:10:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:42 smithi161 ceph-mon[116604]: pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:10:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:42 smithi028 ceph-mon[112123]: pgmap v6121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:10:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:44 smithi138 ceph-mon[117003]: 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-07T08:10:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:44 smithi161 ceph-mon[116604]: 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-07T08:10:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:44 smithi028 ceph-mon[112123]: 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-07T08:10:45.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:45.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:45.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:46.302 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:46.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:46.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:46.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:46.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:46 smithi138 ceph-mon[117003]: 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-07T08:10:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:46 smithi161 ceph-mon[116604]: 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-07T08:10:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:46 smithi028 ceph-mon[112123]: 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-07T08:10:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:47 smithi138 ceph-mon[117003]: from='client.174318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:47 smithi161 ceph-mon[116604]: from='client.174318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:47 smithi028 ceph-mon[112123]: from='client.174318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:48 smithi138 ceph-mon[117003]: 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-07T08:10:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:48 smithi161 ceph-mon[116604]: 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-07T08:10:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:48 smithi028 ceph-mon[112123]: 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-07T08:10:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:50 smithi138 ceph-mon[117003]: pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:10:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:50 smithi161 ceph-mon[116604]: pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:10:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:50 smithi028 ceph-mon[112123]: pgmap v6125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:10:51.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:51.304 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:51.304 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:52.072 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:52.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:52.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:52.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:52.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:52 smithi028 ceph-mon[112123]: pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:10:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:52 smithi028 ceph-mon[112123]: from='client.174393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:52 smithi138 ceph-mon[117003]: pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:10:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:52 smithi138 ceph-mon[117003]: from='client.174393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:52 smithi161 ceph-mon[116604]: pgmap v6126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:10:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:52 smithi161 ceph-mon[116604]: from='client.174393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:54 smithi028 ceph-mon[112123]: 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-07T08:10:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:54 smithi138 ceph-mon[117003]: 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-07T08:10:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:54 smithi161 ceph-mon[116604]: 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-07T08:10:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:56 smithi028 ceph-mon[112123]: 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-07T08:10:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:56 smithi138 ceph-mon[117003]: 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-07T08:10:57.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:10:57.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:10:57.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:10:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:56 smithi161 ceph-mon[116604]: 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-07T08:10:57.846 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:10:57.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:10:57.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:10:57.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:10:57.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:10:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:58 smithi028 ceph-mon[112123]: 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-07T08:10:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:10:58 smithi028 ceph-mon[112123]: from='client.174471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:58 smithi138 ceph-mon[117003]: 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-07T08:10:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:10:58 smithi138 ceph-mon[117003]: from='client.174471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:10:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:58 smithi161 ceph-mon[116604]: 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-07T08:10:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:10:58 smithi161 ceph-mon[116604]: from='client.174471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:00 smithi138 ceph-mon[117003]: pgmap v6130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:11:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:00 smithi161 ceph-mon[116604]: pgmap v6130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:11:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:00 smithi028 ceph-mon[112123]: pgmap v6130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:11:02.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:02.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:02.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:02 smithi138 ceph-mon[117003]: pgmap v6131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:11:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:11:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:11:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:11:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:02 smithi161 ceph-mon[116604]: pgmap v6131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:11:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:11:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:11:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:11:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:02 smithi028 ceph-mon[112123]: pgmap v6131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:11:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:11:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:11:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:11:03.607 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:03.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:03.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:03.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:03.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:04 smithi138 ceph-mon[117003]: 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-07T08:11:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:04 smithi138 ceph-mon[117003]: from='client.174546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:04 smithi161 ceph-mon[116604]: 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-07T08:11:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:04 smithi161 ceph-mon[116604]: from='client.174546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:04 smithi028 ceph-mon[112123]: 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-07T08:11:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:04 smithi028 ceph-mon[112123]: from='client.174546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:06 smithi138 ceph-mon[117003]: 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-07T08:11:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:06 smithi161 ceph-mon[116604]: 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-07T08:11:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:06 smithi028 ceph-mon[112123]: 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-07T08:11:08.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:08.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:08.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:08 smithi138 ceph-mon[117003]: 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-07T08:11:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:08 smithi161 ceph-mon[116604]: 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-07T08:11:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:08 smithi028 ceph-mon[112123]: 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-07T08:11:09.379 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:09.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:09.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:09.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:09.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:10 smithi138 ceph-mon[117003]: from='client.174618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:10 smithi138 ceph-mon[117003]: pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:11:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:10 smithi161 ceph-mon[116604]: from='client.174618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:10 smithi161 ceph-mon[116604]: pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:11:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:10 smithi028 ceph-mon[112123]: from='client.174618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:10 smithi028 ceph-mon[112123]: pgmap v6135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:11:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:12 smithi138 ceph-mon[117003]: pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:11:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:12 smithi161 ceph-mon[116604]: pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:11:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:12 smithi028 ceph-mon[112123]: pgmap v6136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:11:14.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:14.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:14.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:14 smithi138 ceph-mon[117003]: pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:11:15.151 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:15.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:15.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:15.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:15.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:14 smithi161 ceph-mon[116604]: pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:11:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:14 smithi028 ceph-mon[112123]: pgmap v6137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:11:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:15 smithi138 ceph-mon[117003]: from='client.174696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:15 smithi161 ceph-mon[116604]: from='client.174696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:15 smithi028 ceph-mon[112123]: from='client.174696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:16 smithi138 ceph-mon[117003]: 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-07T08:11:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:16 smithi161 ceph-mon[116604]: 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-07T08:11:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:16 smithi028 ceph-mon[112123]: 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-07T08:11:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:18 smithi138 ceph-mon[117003]: 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-07T08:11:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:18 smithi161 ceph-mon[116604]: 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-07T08:11:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:18 smithi028 ceph-mon[112123]: 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-07T08:11:20.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:20.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:20.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:20.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:20.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:20.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:20.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:20.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:20 smithi138 ceph-mon[117003]: pgmap v6140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:20 smithi161 ceph-mon[116604]: pgmap v6140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:20 smithi028 ceph-mon[112123]: pgmap v6140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:21 smithi138 ceph-mon[117003]: from='client.174768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:21 smithi161 ceph-mon[116604]: from='client.174768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:21 smithi028 ceph-mon[112123]: from='client.174768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:22 smithi138 ceph-mon[117003]: pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:11:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:22 smithi161 ceph-mon[116604]: pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:11:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:22 smithi028 ceph-mon[112123]: pgmap v6141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:11:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:24 smithi138 ceph-mon[117003]: pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:11:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:24 smithi161 ceph-mon[116604]: pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:11:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:24 smithi028 ceph-mon[112123]: pgmap v6142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:11:25.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:25.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:25.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:26.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:26.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:26.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:26.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:26.696 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:26 smithi138 ceph-mon[117003]: pgmap v6143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:11:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:26 smithi161 ceph-mon[116604]: pgmap v6143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:11:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:26 smithi028 ceph-mon[112123]: pgmap v6143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:11:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:27 smithi138 ceph-mon[117003]: from='client.174846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:27 smithi161 ceph-mon[116604]: from='client.174846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:27 smithi028 ceph-mon[112123]: from='client.174846 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:28 smithi138 ceph-mon[117003]: 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-07T08:11:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:28 smithi161 ceph-mon[116604]: 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-07T08:11:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:28 smithi028 ceph-mon[112123]: 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-07T08:11:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:30 smithi138 ceph-mon[117003]: pgmap v6145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:11:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:30 smithi161 ceph-mon[116604]: pgmap v6145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:11:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:30 smithi028 ceph-mon[112123]: pgmap v6145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:11:31.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:31.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:32.485 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:32.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:32.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:32.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:32.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:32 smithi138 ceph-mon[117003]: pgmap v6146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:32 smithi161 ceph-mon[116604]: pgmap v6146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:32 smithi028 ceph-mon[112123]: pgmap v6146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:33 smithi138 ceph-mon[117003]: from='client.174918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:33 smithi161 ceph-mon[116604]: from='client.174918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:33 smithi028 ceph-mon[112123]: from='client.174918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:34 smithi138 ceph-mon[117003]: 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-07T08:11:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:34 smithi161 ceph-mon[116604]: 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-07T08:11:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:34 smithi028 ceph-mon[112123]: 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-07T08:11:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:35 smithi138 ceph-mon[117003]: 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-07T08:11:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:35 smithi161 ceph-mon[116604]: 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-07T08:11:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:35 smithi028 ceph-mon[112123]: 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-07T08:11:37.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:37.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:37.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:38.256 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:38.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:38.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:38.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:38.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:38 smithi138 ceph-mon[117003]: 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-07T08:11:39.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:38 smithi161 ceph-mon[116604]: 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-07T08:11:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:38 smithi028 ceph-mon[112123]: 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-07T08:11:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:39 smithi138 ceph-mon[117003]: from='client.174996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:39 smithi161 ceph-mon[116604]: from='client.174996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:39 smithi028 ceph-mon[112123]: from='client.174996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:40 smithi138 ceph-mon[117003]: pgmap v6150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:11:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:40 smithi161 ceph-mon[116604]: pgmap v6150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:11:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:40 smithi028 ceph-mon[112123]: pgmap v6150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:11:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:42 smithi138 ceph-mon[117003]: pgmap v6151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:42 smithi161 ceph-mon[116604]: pgmap v6151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:42 smithi028 ceph-mon[112123]: pgmap v6151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:11:43.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:43.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:43.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:44.027 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:44.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:44.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:44.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:44.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:44 smithi138 ceph-mon[117003]: 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-07T08:11:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:44 smithi138 ceph-mon[117003]: from='client.175074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:44 smithi161 ceph-mon[116604]: 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-07T08:11:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:44 smithi161 ceph-mon[116604]: from='client.175074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:44 smithi028 ceph-mon[112123]: 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-07T08:11:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:44 smithi028 ceph-mon[112123]: from='client.175074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:46 smithi138 ceph-mon[117003]: 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-07T08:11:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:46 smithi161 ceph-mon[116604]: 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-07T08:11:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:46 smithi028 ceph-mon[112123]: 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-07T08:11:49.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:49.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:49.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:48 smithi138 ceph-mon[117003]: 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-07T08:11:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:48 smithi161 ceph-mon[116604]: 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-07T08:11:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:48 smithi028 ceph-mon[112123]: 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-07T08:11:49.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:49.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:49.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:49.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:49.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:50 smithi138 ceph-mon[117003]: 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-07T08:11:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:50 smithi138 ceph-mon[117003]: from='client.175149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:50 smithi161 ceph-mon[116604]: 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-07T08:11:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:50 smithi161 ceph-mon[116604]: from='client.175149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:50 smithi028 ceph-mon[112123]: 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-07T08:11:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:50 smithi028 ceph-mon[112123]: from='client.175149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:52 smithi138 ceph-mon[117003]: pgmap v6156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:11:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:52 smithi161 ceph-mon[116604]: pgmap v6156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:11:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:52 smithi028 ceph-mon[112123]: pgmap v6156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:11:54.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:11:54.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:11:54.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:11:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:54 smithi138 ceph-mon[117003]: pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:11:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:54 smithi161 ceph-mon[116604]: pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:11:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:54 smithi028 ceph-mon[112123]: pgmap v6157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:11:55.576 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:11:55.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:11:55.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:11:55.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:11:55.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:11:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:56 smithi138 ceph-mon[117003]: 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-07T08:11:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:56 smithi138 ceph-mon[117003]: from='client.175224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:56 smithi161 ceph-mon[116604]: 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-07T08:11:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:56 smithi161 ceph-mon[116604]: from='client.175224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:56 smithi028 ceph-mon[112123]: 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-07T08:11:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:56 smithi028 ceph-mon[112123]: from='client.175224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:11:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:11:58 smithi138 ceph-mon[117003]: 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-07T08:11:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:11:58 smithi161 ceph-mon[116604]: 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-07T08:11:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:11:58 smithi028 ceph-mon[112123]: 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-07T08:12:00.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:00.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:00.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:00 smithi138 ceph-mon[117003]: pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:00 smithi161 ceph-mon[116604]: pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:00 smithi028 ceph-mon[112123]: pgmap v6160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:01.358 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:01.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:01.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:01.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:01.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:02 smithi138 ceph-mon[117003]: from='client.175299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:02 smithi138 ceph-mon[117003]: 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-07T08:12:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:12:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:02 smithi161 ceph-mon[116604]: from='client.175299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:02 smithi161 ceph-mon[116604]: 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-07T08:12:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:12:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:02 smithi028 ceph-mon[112123]: from='client.175299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:02 smithi028 ceph-mon[112123]: 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-07T08:12:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:12:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:12:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:12:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:12:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:12:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:12:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:12:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:12:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:12:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:12:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:04 smithi138 ceph-mon[117003]: pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:04 smithi161 ceph-mon[116604]: pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:04 smithi028 ceph-mon[112123]: pgmap v6162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:06.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:06.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:06.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:06 smithi138 ceph-mon[117003]: pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:07.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:07.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:07.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:07.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:07.151 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:06 smithi161 ceph-mon[116604]: pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:06 smithi028 ceph-mon[112123]: pgmap v6163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:07 smithi138 ceph-mon[117003]: from='client.175377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:07 smithi161 ceph-mon[116604]: from='client.175377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:07 smithi028 ceph-mon[112123]: from='client.175377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:08 smithi138 ceph-mon[117003]: 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-07T08:12:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:08 smithi161 ceph-mon[116604]: 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-07T08:12:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:08 smithi028 ceph-mon[112123]: 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-07T08:12:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:10 smithi138 ceph-mon[117003]: pgmap v6165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:10 smithi161 ceph-mon[116604]: pgmap v6165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:10 smithi028 ceph-mon[112123]: pgmap v6165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:12.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:12.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:12.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:12.919 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:12.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:12.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:12.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:12.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:12 smithi138 ceph-mon[117003]: pgmap v6166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:12 smithi161 ceph-mon[116604]: pgmap v6166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:12 smithi028 ceph-mon[112123]: pgmap v6166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:13 smithi138 ceph-mon[117003]: from='client.175452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:13 smithi161 ceph-mon[116604]: from='client.175452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:13 smithi028 ceph-mon[112123]: from='client.175452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:14 smithi138 ceph-mon[117003]: 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-07T08:12:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:14 smithi161 ceph-mon[116604]: 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-07T08:12:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:14 smithi028 ceph-mon[112123]: 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-07T08:12:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:15 smithi161 ceph-mon[116604]: 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-07T08:12:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:15 smithi028 ceph-mon[112123]: 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-07T08:12:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:15 smithi138 ceph-mon[117003]: 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-07T08:12:17.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:17.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:17.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:18.702 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:18.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:18.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:18.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:18.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:18 smithi138 ceph-mon[117003]: 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-07T08:12:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:18 smithi161 ceph-mon[116604]: 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-07T08:12:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:18 smithi028 ceph-mon[112123]: 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-07T08:12:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:19 smithi138 ceph-mon[117003]: from='client.175527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:19 smithi161 ceph-mon[116604]: from='client.175527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:19 smithi028 ceph-mon[112123]: from='client.175527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:20 smithi138 ceph-mon[117003]: pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:20 smithi161 ceph-mon[116604]: pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:20 smithi028 ceph-mon[112123]: pgmap v6170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:22 smithi138 ceph-mon[117003]: pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:22 smithi161 ceph-mon[116604]: pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:22 smithi028 ceph-mon[112123]: pgmap v6171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:23.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:23.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:23.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:24.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:24.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:24.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:24.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:24.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:24 smithi138 ceph-mon[117003]: 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-07T08:12:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:24 smithi161 ceph-mon[116604]: 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-07T08:12:25.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:24 smithi028 ceph-mon[112123]: 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-07T08:12:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:25 smithi138 ceph-mon[117003]: from='client.175602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:25 smithi161 ceph-mon[116604]: from='client.175602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:25 smithi028 ceph-mon[112123]: from='client.175602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:26 smithi138 ceph-mon[117003]: pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:26 smithi161 ceph-mon[116604]: pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:26 smithi028 ceph-mon[112123]: pgmap v6173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:28 smithi138 ceph-mon[117003]: pgmap v6174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:12:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:28 smithi161 ceph-mon[116604]: pgmap v6174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:12:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:28 smithi028 ceph-mon[112123]: pgmap v6174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:12:29.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:29.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:29.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:30.255 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:30.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:30.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:30.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:30.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:30 smithi138 ceph-mon[117003]: 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-07T08:12:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:30 smithi161 ceph-mon[116604]: 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-07T08:12:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:30 smithi028 ceph-mon[112123]: 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-07T08:12:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:31 smithi138 ceph-mon[117003]: from='client.175677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:31 smithi161 ceph-mon[116604]: from='client.175677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:31 smithi028 ceph-mon[112123]: from='client.175677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:32 smithi138 ceph-mon[117003]: pgmap v6176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:12:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:32 smithi161 ceph-mon[116604]: pgmap v6176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:12:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:32 smithi028 ceph-mon[112123]: pgmap v6176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:12:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:34 smithi138 ceph-mon[117003]: pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:12:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:34 smithi161 ceph-mon[116604]: pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:12:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:34 smithi028 ceph-mon[112123]: pgmap v6177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:12:35.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:35.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:35.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:36.032 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:36.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:36.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:36.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:36.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:36 smithi138 ceph-mon[117003]: 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-07T08:12:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:36 smithi138 ceph-mon[117003]: from='client.175752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:36 smithi161 ceph-mon[116604]: 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-07T08:12:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:36 smithi161 ceph-mon[116604]: from='client.175752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:36 smithi028 ceph-mon[112123]: 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-07T08:12:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:36 smithi028 ceph-mon[112123]: from='client.175752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:38 smithi138 ceph-mon[117003]: pgmap v6179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:38 smithi161 ceph-mon[116604]: pgmap v6179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:38 smithi028 ceph-mon[112123]: pgmap v6179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:41.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:41.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:41.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:40 smithi138 ceph-mon[117003]: pgmap v6180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:40 smithi161 ceph-mon[116604]: pgmap v6180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:40 smithi028 ceph-mon[112123]: pgmap v6180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:41.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:41.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:41.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:41.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:41.831 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:42 smithi138 ceph-mon[117003]: 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-07T08:12:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:42 smithi138 ceph-mon[117003]: from='client.175827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:42 smithi161 ceph-mon[116604]: 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-07T08:12:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:42 smithi161 ceph-mon[116604]: from='client.175827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:42 smithi028 ceph-mon[112123]: 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-07T08:12:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:42 smithi028 ceph-mon[112123]: from='client.175827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:44 smithi138 ceph-mon[117003]: pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:44 smithi161 ceph-mon[116604]: pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:44 smithi028 ceph-mon[112123]: pgmap v6182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:46.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:46.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:46.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:46 smithi138 ceph-mon[117003]: pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:46 smithi161 ceph-mon[116604]: pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:46 smithi028 ceph-mon[112123]: pgmap v6183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:47.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:47.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:47.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:47.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:47.612 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:48 smithi138 ceph-mon[117003]: 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-07T08:12:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:48 smithi138 ceph-mon[117003]: from='client.175905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:48 smithi161 ceph-mon[116604]: 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-07T08:12:49.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:48 smithi161 ceph-mon[116604]: from='client.175905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:48 smithi028 ceph-mon[112123]: 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-07T08:12:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:48 smithi028 ceph-mon[112123]: from='client.175905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:50 smithi138 ceph-mon[117003]: pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:50 smithi161 ceph-mon[116604]: pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:51.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:50 smithi028 ceph-mon[112123]: pgmap v6185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:12:52.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:52.614 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:52.614 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:52 smithi138 ceph-mon[117003]: pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:52 smithi161 ceph-mon[116604]: pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:52 smithi028 ceph-mon[112123]: pgmap v6186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:12:53.400 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:53.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:53.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:53.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:53.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:54 smithi138 ceph-mon[117003]: from='client.175980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:54 smithi138 ceph-mon[117003]: 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-07T08:12:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:54 smithi161 ceph-mon[116604]: from='client.175980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:54 smithi161 ceph-mon[116604]: 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-07T08:12:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:54 smithi028 ceph-mon[112123]: from='client.175980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:12:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:54 smithi028 ceph-mon[112123]: 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-07T08:12:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:56 smithi138 ceph-mon[117003]: 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-07T08:12:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:56 smithi161 ceph-mon[116604]: 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-07T08:12:57.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:56 smithi028 ceph-mon[112123]: 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-07T08:12:58.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:12:58.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:12:58.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:12:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:58 smithi138 ceph-mon[117003]: 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-07T08:12:59.180 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:12:59.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:12:59.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:12:59.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:12:59.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:12:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:58 smithi161 ceph-mon[116604]: 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-07T08:12:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:58 smithi028 ceph-mon[112123]: 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-07T08:13:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:12:59 smithi161 ceph-mon[116604]: from='client.176058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:12:59 smithi028 ceph-mon[112123]: from='client.176058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:12:59 smithi138 ceph-mon[117003]: from='client.176058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:00 smithi161 ceph-mon[116604]: pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:13:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:00 smithi028 ceph-mon[112123]: pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:13:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:00 smithi138 ceph-mon[117003]: pgmap v6190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:13:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:02 smithi138 ceph-mon[117003]: pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:13:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:02 smithi161 ceph-mon[116604]: pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:13:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:02 smithi028 ceph-mon[112123]: pgmap v6191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:13:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:13:04.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:04.183 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:04.183 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:13:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:13:04.975 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:04.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:04.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:04.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:04.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:04 smithi138 ceph-mon[117003]: pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:13:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:13:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:13:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:13:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:04 smithi161 ceph-mon[116604]: pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:13:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:13:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:13:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:13:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:04 smithi028 ceph-mon[112123]: pgmap v6192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:13:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:13:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:13:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:13:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:05 smithi138 ceph-mon[117003]: from='client.176133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:05 smithi161 ceph-mon[116604]: from='client.176133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:05 smithi028 ceph-mon[112123]: from='client.176133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:06 smithi138 ceph-mon[117003]: pgmap v6193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:06 smithi161 ceph-mon[116604]: pgmap v6193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:06 smithi028 ceph-mon[112123]: pgmap v6193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:08 smithi138 ceph-mon[117003]: pgmap v6194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:08 smithi161 ceph-mon[116604]: pgmap v6194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:08 smithi028 ceph-mon[112123]: pgmap v6194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:09.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:09.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:09.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:10.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:10.748 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:10.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:10.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:10.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:10 smithi138 ceph-mon[117003]: 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-07T08:13:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:10 smithi161 ceph-mon[116604]: 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-07T08:13:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:10 smithi028 ceph-mon[112123]: 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-07T08:13:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:11 smithi138 ceph-mon[117003]: from='client.176208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:11 smithi161 ceph-mon[116604]: from='client.176208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:11 smithi028 ceph-mon[112123]: from='client.176208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:12 smithi138 ceph-mon[117003]: pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:13:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:12 smithi161 ceph-mon[116604]: pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:13:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:12 smithi028 ceph-mon[112123]: pgmap v6196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:13:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:14 smithi138 ceph-mon[117003]: pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:13:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:14 smithi161 ceph-mon[116604]: pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:13:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:14 smithi028 ceph-mon[112123]: pgmap v6197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:13:15.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:15.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:15.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:16.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:16.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:16.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:16.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:16.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:16 smithi138 ceph-mon[117003]: pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:13:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:16 smithi161 ceph-mon[116604]: pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:13:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:16 smithi028 ceph-mon[112123]: pgmap v6198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:13:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:17 smithi138 ceph-mon[117003]: from='client.176286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:17 smithi161 ceph-mon[116604]: from='client.176286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:17 smithi028 ceph-mon[112123]: from='client.176286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:18 smithi138 ceph-mon[117003]: pgmap v6199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:18 smithi161 ceph-mon[116604]: pgmap v6199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:18 smithi028 ceph-mon[112123]: pgmap v6199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:20 smithi138 ceph-mon[117003]: pgmap v6200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:20 smithi161 ceph-mon[116604]: pgmap v6200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:20 smithi028 ceph-mon[112123]: pgmap v6200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:21.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:21.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:21.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:22.318 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:22.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:22.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:22.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:22.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:22 smithi138 ceph-mon[117003]: 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-07T08:13:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:22 smithi161 ceph-mon[116604]: 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-07T08:13:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:22 smithi028 ceph-mon[112123]: 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-07T08:13:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:23 smithi138 ceph-mon[117003]: from='client.176364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:23 smithi161 ceph-mon[116604]: from='client.176364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:23 smithi028 ceph-mon[112123]: from='client.176364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:24 smithi138 ceph-mon[117003]: pgmap v6202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:24 smithi161 ceph-mon[116604]: pgmap v6202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:24 smithi028 ceph-mon[112123]: pgmap v6202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:26 smithi138 ceph-mon[117003]: pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:26 smithi161 ceph-mon[116604]: pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:26 smithi028 ceph-mon[112123]: pgmap v6203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:27.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:27.320 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:27.320 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:28.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:28.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:28.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:28.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:28.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:28 smithi138 ceph-mon[117003]: 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-07T08:13:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:28 smithi138 ceph-mon[117003]: from='client.176439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:28 smithi161 ceph-mon[116604]: 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-07T08:13:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:28 smithi161 ceph-mon[116604]: from='client.176439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:28 smithi028 ceph-mon[112123]: 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-07T08:13:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:28 smithi028 ceph-mon[112123]: from='client.176439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:30 smithi138 ceph-mon[117003]: pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:30 smithi161 ceph-mon[116604]: pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:30 smithi028 ceph-mon[112123]: pgmap v6205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:32 smithi138 ceph-mon[117003]: pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:33.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:33.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:33.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:32 smithi161 ceph-mon[116604]: pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:32 smithi028 ceph-mon[112123]: pgmap v6206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:33.870 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:33.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:33.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:33.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:33.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:34 smithi161 ceph-mon[116604]: 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-07T08:13:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:34 smithi161 ceph-mon[116604]: from='client.176514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:34 smithi028 ceph-mon[112123]: 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-07T08:13:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:34 smithi028 ceph-mon[112123]: from='client.176514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:34 smithi138 ceph-mon[117003]: 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-07T08:13:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:34 smithi138 ceph-mon[117003]: from='client.176514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:36 smithi161 ceph-mon[116604]: 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-07T08:13:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:36 smithi028 ceph-mon[112123]: 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-07T08:13:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:36 smithi138 ceph-mon[117003]: 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-07T08:13:38.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:38.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:38.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:38 smithi161 ceph-mon[116604]: 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-07T08:13:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:38 smithi028 ceph-mon[112123]: 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-07T08:13:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:38 smithi138 ceph-mon[117003]: 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-07T08:13:39.651 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:39.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:39.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:39.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:39.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:39 smithi161 ceph-mon[116604]: 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-07T08:13:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:39 smithi161 ceph-mon[116604]: from='client.176589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:39 smithi028 ceph-mon[112123]: 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-07T08:13:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:39 smithi028 ceph-mon[112123]: from='client.176589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:39 smithi138 ceph-mon[117003]: 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-07T08:13:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:39 smithi138 ceph-mon[117003]: from='client.176589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:42 smithi138 ceph-mon[117003]: pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:42 smithi161 ceph-mon[116604]: pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:42 smithi028 ceph-mon[112123]: pgmap v6211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:44.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:44.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:44.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:44 smithi138 ceph-mon[117003]: pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:44 smithi161 ceph-mon[116604]: pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:44 smithi028 ceph-mon[112123]: pgmap v6212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:45.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:45.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:45.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:45.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:45.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:46 smithi138 ceph-mon[117003]: from='client.176664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:46 smithi138 ceph-mon[117003]: pgmap v6213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:46 smithi161 ceph-mon[116604]: from='client.176664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:46 smithi161 ceph-mon[116604]: pgmap v6213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:46 smithi028 ceph-mon[112123]: from='client.176664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:46 smithi028 ceph-mon[112123]: pgmap v6213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:48 smithi138 ceph-mon[117003]: pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:48 smithi161 ceph-mon[116604]: pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:48 smithi028 ceph-mon[112123]: pgmap v6214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:13:50.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:50.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:50.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:50 smithi138 ceph-mon[117003]: 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-07T08:13:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:50 smithi161 ceph-mon[116604]: 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-07T08:13:51.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:51.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:51.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:51.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:51.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:50 smithi028 ceph-mon[112123]: 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-07T08:13:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:52 smithi138 ceph-mon[117003]: from='client.176736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:52 smithi138 ceph-mon[117003]: 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-07T08:13:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:52 smithi161 ceph-mon[116604]: from='client.176736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:52 smithi161 ceph-mon[116604]: 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-07T08:13:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:52 smithi028 ceph-mon[112123]: from='client.176736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:52 smithi028 ceph-mon[112123]: 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-07T08:13:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:54 smithi138 ceph-mon[117003]: pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:54 smithi161 ceph-mon[116604]: pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:54 smithi028 ceph-mon[112123]: pgmap v6217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:56.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:13:56.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:13:56.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:13:56.964 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:13:56.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:13:56.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:13:56.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:13:56.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:13:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:56 smithi138 ceph-mon[117003]: pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:56 smithi161 ceph-mon[116604]: pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:56 smithi028 ceph-mon[112123]: pgmap v6218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:13:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:57 smithi138 ceph-mon[117003]: from='client.176814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:57 smithi161 ceph-mon[116604]: from='client.176814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:57 smithi028 ceph-mon[112123]: from='client.176814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:13:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:13:58 smithi138 ceph-mon[117003]: pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:13:58 smithi161 ceph-mon[116604]: pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:13:59.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:13:58 smithi028 ceph-mon[112123]: pgmap v6219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:00 smithi138 ceph-mon[117003]: pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:00 smithi161 ceph-mon[116604]: pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:00 smithi028 ceph-mon[112123]: pgmap v6220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:01.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:01.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:01.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:02.739 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:02.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:02.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:02.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:02.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:02 smithi138 ceph-mon[117003]: 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-07T08:14:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:02 smithi161 ceph-mon[116604]: 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-07T08:14:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:02 smithi028 ceph-mon[112123]: 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-07T08:14:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:03 smithi138 ceph-mon[117003]: from='client.176889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:03 smithi161 ceph-mon[116604]: from='client.176889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:03 smithi028 ceph-mon[112123]: from='client.176889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:04 smithi138 ceph-mon[117003]: 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-07T08:14:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:14:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:14:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:14:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:14:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:04 smithi161 ceph-mon[116604]: 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-07T08:14:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:14:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:14:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:14:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:14:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:04 smithi028 ceph-mon[112123]: 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-07T08:14:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:14:05.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:14:05.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:14:05.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:14:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:06 smithi161 ceph-mon[116604]: 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-07T08:14:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:06 smithi028 ceph-mon[112123]: 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-07T08:14:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:06 smithi138 ceph-mon[117003]: 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-07T08:14:07.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:07.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:07.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:08.524 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:08.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:08.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:08.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:08.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:08 smithi161 ceph-mon[116604]: 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-07T08:14:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:08 smithi028 ceph-mon[112123]: 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-07T08:14:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:08 smithi138 ceph-mon[117003]: 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-07T08:14:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:09 smithi161 ceph-mon[116604]: from='client.176964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:09 smithi028 ceph-mon[112123]: from='client.176964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:09 smithi138 ceph-mon[117003]: from='client.176964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:10 smithi161 ceph-mon[116604]: pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:10 smithi028 ceph-mon[112123]: pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:10 smithi138 ceph-mon[117003]: pgmap v6225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:12 smithi161 ceph-mon[116604]: pgmap v6226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:12 smithi028 ceph-mon[112123]: pgmap v6226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:12 smithi138 ceph-mon[117003]: pgmap v6226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:13.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:13.526 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:13.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:14.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:14.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:14.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:14.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:14.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:14 smithi161 ceph-mon[116604]: 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-07T08:14:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:14 smithi028 ceph-mon[112123]: 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-07T08:14:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:14 smithi138 ceph-mon[117003]: 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-07T08:14:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:15 smithi161 ceph-mon[116604]: from='client.177042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:15 smithi028 ceph-mon[112123]: from='client.177042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:15 smithi138 ceph-mon[117003]: from='client.177042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:16 smithi161 ceph-mon[116604]: pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:14:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:16 smithi028 ceph-mon[112123]: pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:14:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:16 smithi138 ceph-mon[117003]: pgmap v6228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:14:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:17 smithi161 ceph-mon[116604]: pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:14:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:17 smithi028 ceph-mon[112123]: pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:14:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:17 smithi138 ceph-mon[117003]: pgmap v6229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:14:19.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:19.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:19.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:20.110 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:20.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:20.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:20.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:20.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:20 smithi138 ceph-mon[117003]: 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-07T08:14:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:20 smithi138 ceph-mon[117003]: from='client.177120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:20 smithi161 ceph-mon[116604]: 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-07T08:14:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:20 smithi161 ceph-mon[116604]: from='client.177120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:20 smithi028 ceph-mon[112123]: 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-07T08:14:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:20 smithi028 ceph-mon[112123]: from='client.177120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:22 smithi138 ceph-mon[117003]: pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:14:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:22 smithi161 ceph-mon[116604]: pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:14:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:22 smithi028 ceph-mon[112123]: pgmap v6231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:14:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:24 smithi138 ceph-mon[117003]: pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:14:25.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:25.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:25.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:24 smithi161 ceph-mon[116604]: pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:14:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:24 smithi028 ceph-mon[112123]: pgmap v6232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:14:25.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:25.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:25.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:25.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:25.875 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:26 smithi138 ceph-mon[117003]: pgmap v6233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:26 smithi138 ceph-mon[117003]: from='client.177198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:26 smithi161 ceph-mon[116604]: pgmap v6233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:26 smithi161 ceph-mon[116604]: from='client.177198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:26 smithi028 ceph-mon[112123]: pgmap v6233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:26 smithi028 ceph-mon[112123]: from='client.177198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:28 smithi138 ceph-mon[117003]: pgmap v6234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:14:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:28 smithi161 ceph-mon[116604]: pgmap v6234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:14:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:28 smithi028 ceph-mon[112123]: pgmap v6234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:14:30.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:30.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:30.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:30 smithi138 ceph-mon[117003]: pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:14:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:30 smithi161 ceph-mon[116604]: pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:14:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:30 smithi028 ceph-mon[112123]: pgmap v6235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:14:31.646 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:31.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:31.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:31.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:31.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:32 smithi138 ceph-mon[117003]: 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-07T08:14:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:32 smithi138 ceph-mon[117003]: from='client.177273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:32 smithi161 ceph-mon[116604]: 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-07T08:14:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:32 smithi161 ceph-mon[116604]: from='client.177273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:32 smithi028 ceph-mon[112123]: 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-07T08:14:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:32 smithi028 ceph-mon[112123]: from='client.177273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:34 smithi138 ceph-mon[117003]: pgmap v6237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:34 smithi161 ceph-mon[116604]: pgmap v6237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:34 smithi028 ceph-mon[112123]: pgmap v6237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:36.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:36.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:36.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:36 smithi138 ceph-mon[117003]: pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:36 smithi161 ceph-mon[116604]: pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:36 smithi028 ceph-mon[112123]: pgmap v6238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:37.440 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:37.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:37.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:37.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:37.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:38 smithi138 ceph-mon[117003]: from='client.177351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:38 smithi138 ceph-mon[117003]: pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:38 smithi161 ceph-mon[116604]: from='client.177351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:38 smithi161 ceph-mon[116604]: pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:38 smithi028 ceph-mon[112123]: from='client.177351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:38 smithi028 ceph-mon[112123]: pgmap v6239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:40 smithi138 ceph-mon[117003]: pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:40 smithi161 ceph-mon[116604]: pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:40 smithi028 ceph-mon[112123]: pgmap v6240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:42.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:42.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:42.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:42 smithi138 ceph-mon[117003]: 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-07T08:14:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:42 smithi161 ceph-mon[116604]: 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-07T08:14:43.207 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:43.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:43.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:43.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:43.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:42 smithi028 ceph-mon[112123]: 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-07T08:14:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:44 smithi138 ceph-mon[117003]: from='client.177429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:44 smithi138 ceph-mon[117003]: 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-07T08:14:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:44 smithi161 ceph-mon[116604]: from='client.177429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:44 smithi161 ceph-mon[116604]: 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-07T08:14:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:44 smithi028 ceph-mon[112123]: from='client.177429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:44 smithi028 ceph-mon[112123]: 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-07T08:14:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:46 smithi138 ceph-mon[117003]: 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-07T08:14:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:46 smithi161 ceph-mon[116604]: 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-07T08:14:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:46 smithi028 ceph-mon[112123]: 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-07T08:14:48.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:48.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:48.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:48.985 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:48.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:48.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:48.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:48.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:48 smithi161 ceph-mon[116604]: 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-07T08:14:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:48 smithi028 ceph-mon[112123]: 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-07T08:14:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:48 smithi138 ceph-mon[117003]: 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-07T08:14:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:49 smithi161 ceph-mon[116604]: from='client.177507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:49 smithi028 ceph-mon[112123]: from='client.177507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:49 smithi138 ceph-mon[117003]: from='client.177507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:50 smithi161 ceph-mon[116604]: pgmap v6245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:50 smithi028 ceph-mon[112123]: pgmap v6245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:50 smithi138 ceph-mon[117003]: pgmap v6245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:14:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:52 smithi161 ceph-mon[116604]: pgmap v6246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:52 smithi028 ceph-mon[112123]: pgmap v6246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:52 smithi138 ceph-mon[117003]: pgmap v6246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:53.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:53.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:53.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:14:54.754 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:14:54.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:14:54.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:14:54.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:14:54.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:14:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:54 smithi161 ceph-mon[116604]: 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-07T08:14:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:54 smithi028 ceph-mon[112123]: 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-07T08:14:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:54 smithi138 ceph-mon[117003]: 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-07T08:14:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:55 smithi161 ceph-mon[116604]: from='client.177585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:55 smithi028 ceph-mon[112123]: from='client.177585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:55 smithi138 ceph-mon[117003]: from='client.177585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:14:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:56 smithi161 ceph-mon[116604]: pgmap v6248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:56 smithi028 ceph-mon[112123]: pgmap v6248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:56 smithi138 ceph-mon[117003]: pgmap v6248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:14:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:14:57 smithi161 ceph-mon[116604]: pgmap v6249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:14:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:14:57 smithi028 ceph-mon[112123]: pgmap v6249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:14:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:14:57 smithi138 ceph-mon[117003]: pgmap v6249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:14:59.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:14:59.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:14:59.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:00.533 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:00.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:00.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:00.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:00.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:00 smithi138 ceph-mon[117003]: 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-07T08:15:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:00 smithi161 ceph-mon[116604]: 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-07T08:15:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:00 smithi028 ceph-mon[112123]: 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-07T08:15:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:01 smithi138 ceph-mon[117003]: from='client.177660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:01 smithi161 ceph-mon[116604]: from='client.177660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:01 smithi028 ceph-mon[112123]: from='client.177660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:02 smithi138 ceph-mon[117003]: pgmap v6251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:15:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:02 smithi161 ceph-mon[116604]: pgmap v6251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:15:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:02 smithi028 ceph-mon[112123]: pgmap v6251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:15:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:04 smithi138 ceph-mon[117003]: pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:15:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:04 smithi161 ceph-mon[116604]: pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:15:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:04 smithi028 ceph-mon[112123]: pgmap v6252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:15:05.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:05.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:05.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:15:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:15:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:15:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:15:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:15:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:15:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:15:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:15:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:15:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:15:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:15:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:15:06.301 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:06.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:06.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:06.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:06.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:06 smithi138 ceph-mon[117003]: pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:06 smithi161 ceph-mon[116604]: pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:06 smithi028 ceph-mon[112123]: pgmap v6253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:07 smithi138 ceph-mon[117003]: from='client.177735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:07 smithi161 ceph-mon[116604]: from='client.177735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:07 smithi028 ceph-mon[112123]: from='client.177735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:08 smithi138 ceph-mon[117003]: 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-07T08:15:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:08 smithi161 ceph-mon[116604]: 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-07T08:15:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:08 smithi028 ceph-mon[112123]: 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-07T08:15:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:10 smithi138 ceph-mon[117003]: pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:10 smithi161 ceph-mon[116604]: pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:10 smithi028 ceph-mon[112123]: pgmap v6255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:11.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:11.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:11.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:12.078 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:12.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:12.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:12.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:12.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:12 smithi138 ceph-mon[117003]: 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-07T08:15:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:12 smithi138 ceph-mon[117003]: from='client.177804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:12 smithi161 ceph-mon[116604]: 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-07T08:15:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:12 smithi161 ceph-mon[116604]: from='client.177804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:12 smithi028 ceph-mon[112123]: 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-07T08:15:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:12 smithi028 ceph-mon[112123]: from='client.177804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:14 smithi138 ceph-mon[117003]: pgmap v6257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:14 smithi161 ceph-mon[116604]: pgmap v6257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:14 smithi028 ceph-mon[112123]: pgmap v6257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:16 smithi138 ceph-mon[117003]: pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:17.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:17.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:17.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:16 smithi161 ceph-mon[116604]: pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:16 smithi028 ceph-mon[112123]: pgmap v6258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:17.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:17.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:17.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:17.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:17.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:18 smithi161 ceph-mon[116604]: pgmap v6259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:18 smithi161 ceph-mon[116604]: from='client.177882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:18 smithi028 ceph-mon[112123]: pgmap v6259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:18 smithi028 ceph-mon[112123]: from='client.177882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:18 smithi138 ceph-mon[117003]: pgmap v6259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:18 smithi138 ceph-mon[117003]: from='client.177882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:20 smithi161 ceph-mon[116604]: pgmap v6260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:20 smithi028 ceph-mon[112123]: pgmap v6260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:20 smithi138 ceph-mon[117003]: pgmap v6260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:22.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:22.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:22.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:22 smithi161 ceph-mon[116604]: 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-07T08:15:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:22 smithi028 ceph-mon[112123]: 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-07T08:15:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:22 smithi138 ceph-mon[117003]: 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-07T08:15:23.653 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:23.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:23.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:23.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:23.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:24 smithi161 ceph-mon[116604]: 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-07T08:15:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:24 smithi161 ceph-mon[116604]: from='client.177960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:24 smithi028 ceph-mon[112123]: 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-07T08:15:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:24 smithi028 ceph-mon[112123]: from='client.177960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:24 smithi138 ceph-mon[117003]: 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-07T08:15:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:24 smithi138 ceph-mon[117003]: from='client.177960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:26 smithi161 ceph-mon[116604]: 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-07T08:15:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:26 smithi028 ceph-mon[112123]: 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-07T08:15:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:26 smithi138 ceph-mon[117003]: 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-07T08:15:28.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:28.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:28.656 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:28 smithi161 ceph-mon[116604]: 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-07T08:15:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:28 smithi028 ceph-mon[112123]: 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-07T08:15:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:28 smithi138 ceph-mon[117003]: 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-07T08:15:29.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:29.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:29.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:29.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:29.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:30 smithi161 ceph-mon[116604]: from='client.178038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:30 smithi161 ceph-mon[116604]: pgmap v6265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:15:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:30 smithi028 ceph-mon[112123]: from='client.178038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:30 smithi028 ceph-mon[112123]: pgmap v6265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:15:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:30 smithi138 ceph-mon[117003]: from='client.178038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:30 smithi138 ceph-mon[117003]: pgmap v6265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:15:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:32 smithi161 ceph-mon[116604]: pgmap v6266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:15:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:32 smithi028 ceph-mon[112123]: pgmap v6266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:15:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:32 smithi138 ceph-mon[117003]: pgmap v6266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:15:34.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:34.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:34.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:34 smithi161 ceph-mon[116604]: pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:15:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:35.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:34 smithi028 ceph-mon[112123]: pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:15:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:34 smithi138 ceph-mon[117003]: pgmap v6267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:15:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:36 smithi161 ceph-mon[116604]: from='client.178113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:36 smithi161 ceph-mon[116604]: pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:36 smithi028 ceph-mon[112123]: from='client.178113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:36 smithi028 ceph-mon[112123]: pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:36 smithi138 ceph-mon[117003]: from='client.178113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:36 smithi138 ceph-mon[117003]: pgmap v6268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:38 smithi161 ceph-mon[116604]: pgmap v6269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:15:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:38 smithi028 ceph-mon[112123]: pgmap v6269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:15:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:38 smithi138 ceph-mon[117003]: pgmap v6269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:15:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:39 smithi161 ceph-mon[116604]: 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-07T08:15:40.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:40.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:40.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:39 smithi028 ceph-mon[112123]: 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-07T08:15:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:39 smithi138 ceph-mon[117003]: 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-07T08:15:40.980 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:40.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:40.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:40.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:40.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:40 smithi161 ceph-mon[116604]: from='client.178188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:40 smithi028 ceph-mon[112123]: from='client.178188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:40 smithi138 ceph-mon[117003]: from='client.178188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:42 smithi138 ceph-mon[117003]: pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:15:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:42 smithi161 ceph-mon[116604]: pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:15:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:42 smithi028 ceph-mon[112123]: pgmap v6271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:15:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:44 smithi138 ceph-mon[117003]: pgmap v6272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:15:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:44 smithi161 ceph-mon[116604]: pgmap v6272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:15:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:44 smithi028 ceph-mon[112123]: pgmap v6272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:15:45.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:45.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:45.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:46.767 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:46.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:46.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:46.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:46.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:46 smithi138 ceph-mon[117003]: pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:15:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:46 smithi161 ceph-mon[116604]: pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:15:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:46 smithi028 ceph-mon[112123]: pgmap v6273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:15:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:47 smithi138 ceph-mon[117003]: from='client.178266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:47 smithi161 ceph-mon[116604]: from='client.178266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:47 smithi028 ceph-mon[112123]: from='client.178266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:48 smithi138 ceph-mon[117003]: 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-07T08:15:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:48 smithi161 ceph-mon[116604]: 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-07T08:15:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:48 smithi028 ceph-mon[112123]: 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-07T08:15:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:50 smithi138 ceph-mon[117003]: pgmap v6275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:50 smithi161 ceph-mon[116604]: pgmap v6275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:50 smithi028 ceph-mon[112123]: pgmap v6275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:51.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:51.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:51.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:52.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:52.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:52.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:52.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:52.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:52 smithi161 ceph-mon[116604]: 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-07T08:15:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:52 smithi028 ceph-mon[112123]: 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-07T08:15:53.295 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:52 smithi138 ceph-mon[117003]: 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-07T08:15:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:53 smithi161 ceph-mon[116604]: from='client.178341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:53 smithi028 ceph-mon[112123]: from='client.178341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:53 smithi138 ceph-mon[117003]: from='client.178341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:15:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:54 smithi161 ceph-mon[116604]: pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:54 smithi028 ceph-mon[112123]: pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:54 smithi138 ceph-mon[117003]: pgmap v6277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:56 smithi161 ceph-mon[116604]: pgmap v6278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:56 smithi028 ceph-mon[112123]: pgmap v6278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:56 smithi138 ceph-mon[117003]: pgmap v6278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:15:57.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:15:57.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:15:57.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:15:58.312 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:15:58.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:15:58.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:15:58.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:15:58.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:15:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:58 smithi161 ceph-mon[116604]: pgmap v6279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:58 smithi028 ceph-mon[112123]: pgmap v6279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:15:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:58 smithi138 ceph-mon[117003]: pgmap v6279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:15:59 smithi161 ceph-mon[116604]: from='client.178419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:15:59 smithi028 ceph-mon[112123]: from='client.178419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:15:59 smithi138 ceph-mon[117003]: from='client.178419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:00 smithi161 ceph-mon[116604]: pgmap v6280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:00 smithi028 ceph-mon[112123]: pgmap v6280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:00 smithi138 ceph-mon[117003]: pgmap v6280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:02 smithi161 ceph-mon[116604]: 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-07T08:16:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:02 smithi028 ceph-mon[112123]: 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-07T08:16:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:02 smithi138 ceph-mon[117003]: 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-07T08:16:03.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:03.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:03.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:04.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:04.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:04.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:04.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:04.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:04 smithi161 ceph-mon[116604]: 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-07T08:16:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:04 smithi161 ceph-mon[116604]: from='client.178497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:04 smithi028 ceph-mon[112123]: 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-07T08:16:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:04 smithi028 ceph-mon[112123]: from='client.178497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:04 smithi138 ceph-mon[117003]: 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-07T08:16:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:04 smithi138 ceph-mon[117003]: from='client.178497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:16:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:16:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:16:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:06 smithi161 ceph-mon[116604]: 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-07T08:16:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:16:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:16:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:16:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:06 smithi028 ceph-mon[112123]: 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-07T08:16:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:16:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:16:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:16:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:06 smithi138 ceph-mon[117003]: 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-07T08:16:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:16:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:16:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:16:09.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:09.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:09.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:08 smithi161 ceph-mon[116604]: 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-07T08:16:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:08 smithi028 ceph-mon[112123]: 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-07T08:16:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:08 smithi138 ceph-mon[117003]: 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-07T08:16:09.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:09.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:09.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:09.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:09.857 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:10 smithi161 ceph-mon[116604]: 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-07T08:16:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:10 smithi161 ceph-mon[116604]: from='client.178575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:10 smithi028 ceph-mon[112123]: 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-07T08:16:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:10 smithi028 ceph-mon[112123]: from='client.178575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:10 smithi138 ceph-mon[117003]: 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-07T08:16:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:10 smithi138 ceph-mon[117003]: from='client.178575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:12 smithi138 ceph-mon[117003]: pgmap v6286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:12 smithi161 ceph-mon[116604]: pgmap v6286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:12 smithi028 ceph-mon[112123]: pgmap v6286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:14.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:14.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:14.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:14 smithi138 ceph-mon[117003]: pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:14 smithi161 ceph-mon[116604]: pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:14 smithi028 ceph-mon[112123]: pgmap v6287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:15.632 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:15.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:15.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:15.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:15.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:16 smithi138 ceph-mon[117003]: pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:16 smithi138 ceph-mon[117003]: from='client.178650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:16 smithi161 ceph-mon[116604]: pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:16 smithi161 ceph-mon[116604]: from='client.178650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:16 smithi028 ceph-mon[112123]: pgmap v6288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:16 smithi028 ceph-mon[112123]: from='client.178650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:18 smithi138 ceph-mon[117003]: pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:18 smithi161 ceph-mon[116604]: pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:18 smithi028 ceph-mon[112123]: pgmap v6289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:20.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:20.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:20.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:20 smithi161 ceph-mon[116604]: 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-07T08:16:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:20 smithi028 ceph-mon[112123]: 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-07T08:16:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:20 smithi138 ceph-mon[117003]: 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-07T08:16:21.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:21.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:21.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:21.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:21.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:22 smithi161 ceph-mon[116604]: from='client.178728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:22 smithi161 ceph-mon[116604]: pgmap v6291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:22 smithi028 ceph-mon[112123]: from='client.178728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:22 smithi028 ceph-mon[112123]: pgmap v6291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:22 smithi138 ceph-mon[117003]: from='client.178728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:22 smithi138 ceph-mon[117003]: pgmap v6291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:24 smithi161 ceph-mon[116604]: 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-07T08:16:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:24 smithi028 ceph-mon[112123]: 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-07T08:16:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:24 smithi138 ceph-mon[117003]: 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-07T08:16:26.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:26.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:26.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:27.175 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:27.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:27.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:27.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:27.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:26 smithi161 ceph-mon[116604]: pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:26 smithi028 ceph-mon[112123]: pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:26 smithi138 ceph-mon[117003]: pgmap v6293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:27 smithi161 ceph-mon[116604]: from='client.178803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:27 smithi028 ceph-mon[112123]: from='client.178803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:27 smithi138 ceph-mon[117003]: from='client.178803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:28 smithi161 ceph-mon[116604]: pgmap v6294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:28 smithi028 ceph-mon[112123]: pgmap v6294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:28 smithi138 ceph-mon[117003]: pgmap v6294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:30 smithi161 ceph-mon[116604]: pgmap v6295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:30 smithi028 ceph-mon[112123]: pgmap v6295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:30 smithi138 ceph-mon[117003]: pgmap v6295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:32.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:32.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:32.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:32.955 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:32.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:32.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:32.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:32.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:32 smithi161 ceph-mon[116604]: 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-07T08:16:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:32 smithi028 ceph-mon[112123]: 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-07T08:16:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:32 smithi138 ceph-mon[117003]: 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-07T08:16:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:33 smithi161 ceph-mon[116604]: from='client.178881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:33 smithi028 ceph-mon[112123]: from='client.178881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:33 smithi138 ceph-mon[117003]: from='client.178881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:34 smithi161 ceph-mon[116604]: pgmap v6297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:34 smithi028 ceph-mon[112123]: pgmap v6297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:34 smithi138 ceph-mon[117003]: pgmap v6297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:36 smithi161 ceph-mon[116604]: pgmap v6298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:36 smithi028 ceph-mon[112123]: pgmap v6298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:36 smithi138 ceph-mon[117003]: pgmap v6298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:37.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:37.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:37.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:38.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:38.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:38.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:38.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:38.727 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:38 smithi161 ceph-mon[116604]: pgmap v6299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:38 smithi028 ceph-mon[112123]: pgmap v6299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:38 smithi138 ceph-mon[117003]: pgmap v6299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:39 smithi161 ceph-mon[116604]: from='client.178950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:39 smithi028 ceph-mon[112123]: from='client.178950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:39 smithi138 ceph-mon[117003]: from='client.178950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:40 smithi161 ceph-mon[116604]: pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:40 smithi028 ceph-mon[112123]: pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:40 smithi138 ceph-mon[117003]: pgmap v6300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:16:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:42 smithi138 ceph-mon[117003]: pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:42 smithi161 ceph-mon[116604]: pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:42 smithi028 ceph-mon[112123]: pgmap v6301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:43.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:43.728 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:43.728 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:44.501 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:44.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:44.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:44.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:44.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:44 smithi138 ceph-mon[117003]: 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-07T08:16:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:44 smithi161 ceph-mon[116604]: 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-07T08:16:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:44 smithi028 ceph-mon[112123]: 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-07T08:16:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:45 smithi161 ceph-mon[116604]: from='client.179025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:45 smithi028 ceph-mon[112123]: from='client.179025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:45 smithi138 ceph-mon[117003]: from='client.179025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:46 smithi161 ceph-mon[116604]: pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:46 smithi028 ceph-mon[112123]: pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:46 smithi138 ceph-mon[117003]: pgmap v6303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:48 smithi161 ceph-mon[116604]: pgmap v6304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:48 smithi028 ceph-mon[112123]: pgmap v6304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:48 smithi138 ceph-mon[117003]: pgmap v6304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:49.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:49.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:49.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:50.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:50.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:50.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:50.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:50 smithi161 ceph-mon[116604]: pgmap v6305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:50 smithi028 ceph-mon[112123]: pgmap v6305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:50 smithi138 ceph-mon[117003]: pgmap v6305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:51 smithi161 ceph-mon[116604]: from='client.179100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:51 smithi028 ceph-mon[112123]: from='client.179100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:51 smithi138 ceph-mon[117003]: from='client.179100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:52 smithi161 ceph-mon[116604]: pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:52 smithi028 ceph-mon[112123]: pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:52 smithi138 ceph-mon[117003]: pgmap v6306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:54 smithi161 ceph-mon[116604]: pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:54 smithi028 ceph-mon[112123]: pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:55.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:16:55.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:16:55.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:16:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:54 smithi138 ceph-mon[117003]: pgmap v6307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:16:56.057 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:16:56.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:16:56.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:16:56.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:16:56.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:16:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:56 smithi161 ceph-mon[116604]: pgmap v6308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:56 smithi161 ceph-mon[116604]: from='client.179178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:56 smithi028 ceph-mon[112123]: pgmap v6308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:56 smithi028 ceph-mon[112123]: from='client.179178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:56 smithi138 ceph-mon[117003]: pgmap v6308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:16:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:56 smithi138 ceph-mon[117003]: from='client.179178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:16:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:16:58 smithi161 ceph-mon[116604]: 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-07T08:16:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:16:58 smithi028 ceph-mon[112123]: 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-07T08:16:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:16:58 smithi138 ceph-mon[117003]: 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-07T08:17:01.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:01.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:01.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:00 smithi161 ceph-mon[116604]: pgmap v6310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:00 smithi028 ceph-mon[112123]: pgmap v6310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:00 smithi138 ceph-mon[117003]: pgmap v6310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:01.825 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:01.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:01.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:01.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:01.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:02 smithi161 ceph-mon[116604]: pgmap v6311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:02 smithi161 ceph-mon[116604]: from='client.179256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:02 smithi028 ceph-mon[112123]: pgmap v6311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:02 smithi028 ceph-mon[112123]: from='client.179256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:02 smithi138 ceph-mon[117003]: pgmap v6311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:02 smithi138 ceph-mon[117003]: from='client.179256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:04 smithi161 ceph-mon[116604]: 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-07T08:17:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:04 smithi028 ceph-mon[112123]: 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-07T08:17:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:04 smithi138 ceph-mon[117003]: 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-07T08:17:06.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:06.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:06.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:06 smithi161 ceph-mon[116604]: pgmap v6313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:17:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:06 smithi028 ceph-mon[112123]: pgmap v6313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:17:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:06 smithi138 ceph-mon[117003]: pgmap v6313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:17:07.596 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:07.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:07.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:07.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:07.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:17:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:17:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:17:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:17:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:17:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:17:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:17:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:17:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:17:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:08 smithi161 ceph-mon[116604]: from='client.179334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:08 smithi161 ceph-mon[116604]: pgmap v6314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:08 smithi028 ceph-mon[112123]: from='client.179334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:08 smithi028 ceph-mon[112123]: pgmap v6314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:08 smithi138 ceph-mon[117003]: from='client.179334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:08 smithi138 ceph-mon[117003]: pgmap v6314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:10 smithi161 ceph-mon[116604]: pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:10 smithi028 ceph-mon[112123]: pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:10 smithi138 ceph-mon[117003]: pgmap v6315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:12.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:12.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:12.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:12 smithi161 ceph-mon[116604]: pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:12 smithi028 ceph-mon[112123]: pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:12 smithi138 ceph-mon[117003]: pgmap v6316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:13.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:13.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:13.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:13.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:13.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:14 smithi161 ceph-mon[116604]: from='client.179409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:14 smithi161 ceph-mon[116604]: pgmap v6317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:14 smithi028 ceph-mon[112123]: from='client.179409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:14 smithi028 ceph-mon[112123]: pgmap v6317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:14 smithi138 ceph-mon[117003]: from='client.179409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:14 smithi138 ceph-mon[117003]: pgmap v6317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:15 smithi161 ceph-mon[116604]: pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:15 smithi028 ceph-mon[112123]: pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:15 smithi138 ceph-mon[117003]: pgmap v6318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:18.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:18.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:18.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:19.154 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:19.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:19.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:19.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:19.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:18 smithi161 ceph-mon[116604]: pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:18 smithi028 ceph-mon[112123]: pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:18 smithi138 ceph-mon[117003]: pgmap v6319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:19 smithi161 ceph-mon[116604]: from='client.179484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:19 smithi028 ceph-mon[112123]: from='client.179484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:19 smithi138 ceph-mon[117003]: from='client.179484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:20 smithi161 ceph-mon[116604]: pgmap v6320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:20 smithi028 ceph-mon[112123]: pgmap v6320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:20 smithi138 ceph-mon[117003]: pgmap v6320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:22 smithi161 ceph-mon[116604]: pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:22 smithi028 ceph-mon[112123]: pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:22 smithi138 ceph-mon[117003]: pgmap v6321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:24.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:24.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:24.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:24.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:24.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:24.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:24.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:24.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:24 smithi161 ceph-mon[116604]: 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-07T08:17:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:24 smithi028 ceph-mon[112123]: 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-07T08:17:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:24 smithi138 ceph-mon[117003]: 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-07T08:17:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:25 smithi161 ceph-mon[116604]: from='client.179562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:25 smithi028 ceph-mon[112123]: from='client.179562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:25 smithi138 ceph-mon[117003]: from='client.179562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:26 smithi161 ceph-mon[116604]: pgmap v6323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:26 smithi028 ceph-mon[112123]: pgmap v6323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:26 smithi138 ceph-mon[117003]: pgmap v6323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:28 smithi161 ceph-mon[116604]: pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:17:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:28 smithi028 ceph-mon[112123]: pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:17:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:28 smithi138 ceph-mon[117003]: pgmap v6324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:17:29.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:29.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:29.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:30.708 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:30.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:30.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:30.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:30.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:30 smithi161 ceph-mon[116604]: pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:30 smithi028 ceph-mon[112123]: pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:30 smithi138 ceph-mon[117003]: pgmap v6325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:31 smithi161 ceph-mon[116604]: from='client.179640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:31 smithi028 ceph-mon[112123]: from='client.179640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:32.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:31 smithi138 ceph-mon[117003]: from='client.179640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:32 smithi161 ceph-mon[116604]: pgmap v6326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:17:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:32 smithi028 ceph-mon[112123]: pgmap v6326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:17:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:32 smithi138 ceph-mon[117003]: pgmap v6326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:17:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:34 smithi161 ceph-mon[116604]: pgmap v6327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:17:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:34 smithi028 ceph-mon[112123]: pgmap v6327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:17:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:34 smithi138 ceph-mon[117003]: pgmap v6327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:17:35.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:35.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:35.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:36.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:36.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:36.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:36.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:36.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:36 smithi161 ceph-mon[116604]: pgmap v6328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:36 smithi028 ceph-mon[112123]: pgmap v6328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:36 smithi138 ceph-mon[117003]: pgmap v6328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:37 smithi161 ceph-mon[116604]: from='client.179718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:37 smithi028 ceph-mon[112123]: from='client.179718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:37 smithi138 ceph-mon[117003]: from='client.179718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:38 smithi161 ceph-mon[116604]: 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-07T08:17:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:38 smithi028 ceph-mon[112123]: 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-07T08:17:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:38 smithi138 ceph-mon[117003]: 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-07T08:17:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:40 smithi161 ceph-mon[116604]: pgmap v6330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:40 smithi028 ceph-mon[112123]: pgmap v6330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:40 smithi138 ceph-mon[117003]: pgmap v6330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:41.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:41.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:41.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:42.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:42.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:42.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:42.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:42.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:42 smithi161 ceph-mon[116604]: pgmap v6331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:42 smithi028 ceph-mon[112123]: pgmap v6331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:42 smithi138 ceph-mon[117003]: pgmap v6331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:43 smithi161 ceph-mon[116604]: from='client.179796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:43 smithi028 ceph-mon[112123]: from='client.179796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:43 smithi138 ceph-mon[117003]: from='client.179796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:44 smithi161 ceph-mon[116604]: 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-07T08:17:45.223 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:44 smithi028 ceph-mon[112123]: 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-07T08:17:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:44 smithi138 ceph-mon[117003]: 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-07T08:17:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:46 smithi161 ceph-mon[116604]: pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:46 smithi028 ceph-mon[112123]: pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:47.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:47.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:47.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:46 smithi138 ceph-mon[117003]: pgmap v6333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:48.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:48.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:48.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:48.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:48.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:48 smithi161 ceph-mon[116604]: pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:48 smithi161 ceph-mon[116604]: from='client.179868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:48 smithi028 ceph-mon[112123]: pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:48 smithi028 ceph-mon[112123]: from='client.179868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:48 smithi138 ceph-mon[117003]: pgmap v6334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:48 smithi138 ceph-mon[117003]: from='client.179868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:50 smithi161 ceph-mon[116604]: pgmap v6335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:50 smithi028 ceph-mon[112123]: pgmap v6335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:50 smithi138 ceph-mon[117003]: pgmap v6335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:53.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:53.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:53.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:52 smithi161 ceph-mon[116604]: pgmap v6336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:52 smithi028 ceph-mon[112123]: pgmap v6336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:52 smithi138 ceph-mon[117003]: pgmap v6336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:53.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:53.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:53.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:53.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:53.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:17:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:54 smithi161 ceph-mon[116604]: pgmap v6337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:54 smithi161 ceph-mon[116604]: from='client.179943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:54 smithi028 ceph-mon[112123]: pgmap v6337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:54 smithi028 ceph-mon[112123]: from='client.179943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:54 smithi138 ceph-mon[117003]: pgmap v6337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:54 smithi138 ceph-mon[117003]: from='client.179943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:17:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:56 smithi161 ceph-mon[116604]: pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:56 smithi028 ceph-mon[112123]: pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:56 smithi138 ceph-mon[117003]: pgmap v6338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:17:58.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:17:58.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:17:58.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:17:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:17:58 smithi161 ceph-mon[116604]: pgmap v6339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:17:58 smithi028 ceph-mon[112123]: pgmap v6339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:17:58 smithi138 ceph-mon[117003]: pgmap v6339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:17:59.595 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:17:59.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:17:59.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:17:59.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:17:59.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:00 smithi161 ceph-mon[116604]: from='client.180018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:00 smithi161 ceph-mon[116604]: pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:00 smithi028 ceph-mon[112123]: from='client.180018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:00 smithi028 ceph-mon[112123]: pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:00 smithi138 ceph-mon[117003]: from='client.180018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:00 smithi138 ceph-mon[117003]: pgmap v6340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:02 smithi161 ceph-mon[116604]: pgmap v6341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:02 smithi028 ceph-mon[112123]: pgmap v6341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:02 smithi138 ceph-mon[117003]: pgmap v6341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:04.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:04.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:04.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:04 smithi161 ceph-mon[116604]: pgmap v6342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:04 smithi028 ceph-mon[112123]: pgmap v6342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:04 smithi138 ceph-mon[117003]: pgmap v6342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:05.369 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:05.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:05.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:05.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:05.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:06 smithi161 ceph-mon[116604]: from='client.180096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:06 smithi161 ceph-mon[116604]: pgmap v6343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:06 smithi028 ceph-mon[112123]: from='client.180096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:06 smithi028 ceph-mon[112123]: pgmap v6343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:06 smithi138 ceph-mon[117003]: from='client.180096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:06 smithi138 ceph-mon[117003]: pgmap v6343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:18:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:18:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:18:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:08 smithi161 ceph-mon[116604]: pgmap v6344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:18:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:18:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:08 smithi028 ceph-mon[112123]: pgmap v6344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:18:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:18:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:08 smithi138 ceph-mon[117003]: pgmap v6344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:18:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:18:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:18:10.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:10.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:10.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:11.154 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:11.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:11.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:11.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:11.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:10 smithi161 ceph-mon[116604]: pgmap v6345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:10 smithi028 ceph-mon[112123]: pgmap v6345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:10 smithi138 ceph-mon[117003]: pgmap v6345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:11 smithi161 ceph-mon[116604]: from='client.180174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:11 smithi161 ceph-mon[116604]: pgmap v6346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:11 smithi028 ceph-mon[112123]: from='client.180174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:11 smithi028 ceph-mon[112123]: pgmap v6346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:11 smithi138 ceph-mon[117003]: from='client.180174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:11 smithi138 ceph-mon[117003]: pgmap v6346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:14 smithi138 ceph-mon[117003]: 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-07T08:18:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:14 smithi161 ceph-mon[116604]: 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-07T08:18:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:14 smithi028 ceph-mon[112123]: 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-07T08:18:16.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:16.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:16.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:16 smithi161 ceph-mon[116604]: 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-07T08:18:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:16 smithi028 ceph-mon[112123]: 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-07T08:18:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:16 smithi138 ceph-mon[117003]: 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-07T08:18:16.930 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:16.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:16.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:16.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:16.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:17 smithi161 ceph-mon[116604]: from='client.180252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:17 smithi028 ceph-mon[112123]: from='client.180252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:17 smithi138 ceph-mon[117003]: from='client.180252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:18 smithi161 ceph-mon[116604]: 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-07T08:18:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:18 smithi028 ceph-mon[112123]: 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-07T08:18:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:18 smithi138 ceph-mon[117003]: 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-07T08:18:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:20 smithi161 ceph-mon[116604]: pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:18:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:20 smithi028 ceph-mon[112123]: pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:18:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:20 smithi138 ceph-mon[117003]: pgmap v6350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:18:21.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:21.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:21.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:22.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:22.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:22.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:22.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:22.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:22 smithi161 ceph-mon[116604]: pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:22 smithi028 ceph-mon[112123]: pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:22 smithi138 ceph-mon[117003]: pgmap v6351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:23 smithi161 ceph-mon[116604]: from='client.180327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:23 smithi028 ceph-mon[112123]: from='client.180327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:23 smithi138 ceph-mon[117003]: from='client.180327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:24 smithi161 ceph-mon[116604]: 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-07T08:18:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:24 smithi028 ceph-mon[112123]: 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-07T08:18:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:24 smithi138 ceph-mon[117003]: 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-07T08:18:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:26 smithi161 ceph-mon[116604]: pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:18:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:26 smithi028 ceph-mon[112123]: pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:18:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:26 smithi138 ceph-mon[117003]: pgmap v6353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:18:27.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:27.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:27.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:28.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:28.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:28.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:28.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:28.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:28 smithi161 ceph-mon[116604]: pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:28 smithi028 ceph-mon[112123]: pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:28 smithi138 ceph-mon[117003]: pgmap v6354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:29 smithi161 ceph-mon[116604]: from='client.180402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:29 smithi028 ceph-mon[112123]: from='client.180402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:29 smithi138 ceph-mon[117003]: from='client.180402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:30 smithi161 ceph-mon[116604]: pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:18:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:30 smithi028 ceph-mon[112123]: pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:18:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:30 smithi138 ceph-mon[117003]: pgmap v6355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:18:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:32 smithi161 ceph-mon[116604]: pgmap v6356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:32 smithi028 ceph-mon[112123]: pgmap v6356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:32 smithi138 ceph-mon[117003]: pgmap v6356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:33.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:33.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:33.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:34.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:34.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:34.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:34.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:34.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:34 smithi161 ceph-mon[116604]: pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:34 smithi161 ceph-mon[116604]: from='client.180480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:34 smithi028 ceph-mon[112123]: pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:34 smithi028 ceph-mon[112123]: from='client.180480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:34 smithi138 ceph-mon[117003]: pgmap v6357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:34 smithi138 ceph-mon[117003]: from='client.180480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:36 smithi161 ceph-mon[116604]: pgmap v6358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:18:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:36 smithi028 ceph-mon[112123]: pgmap v6358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:18:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:36 smithi138 ceph-mon[117003]: pgmap v6358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:18:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:38 smithi161 ceph-mon[116604]: pgmap v6359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:18:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:38 smithi028 ceph-mon[112123]: pgmap v6359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:18:39.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:39.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:39.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:38 smithi138 ceph-mon[117003]: pgmap v6359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:18:39.994 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:39.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:39.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:39.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:39.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:40 smithi161 ceph-mon[116604]: pgmap v6360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:40 smithi161 ceph-mon[116604]: from='client.180558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:40 smithi028 ceph-mon[112123]: pgmap v6360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:40 smithi028 ceph-mon[112123]: from='client.180558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:40 smithi138 ceph-mon[117003]: pgmap v6360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:40 smithi138 ceph-mon[117003]: from='client.180558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:42 smithi161 ceph-mon[116604]: pgmap v6361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:42 smithi028 ceph-mon[112123]: pgmap v6361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:42 smithi138 ceph-mon[117003]: pgmap v6361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:43 smithi161 ceph-mon[116604]: pgmap v6362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:43 smithi028 ceph-mon[112123]: pgmap v6362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:43 smithi138 ceph-mon[117003]: pgmap v6362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:18:44.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:44.996 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:44.996 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:45.773 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:45.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:45.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:45.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:45.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:46 smithi161 ceph-mon[116604]: pgmap v6363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:46 smithi161 ceph-mon[116604]: from='client.180633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:46 smithi028 ceph-mon[112123]: pgmap v6363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:46 smithi028 ceph-mon[112123]: from='client.180633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:46 smithi138 ceph-mon[117003]: pgmap v6363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:46 smithi138 ceph-mon[117003]: from='client.180633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:48 smithi161 ceph-mon[116604]: pgmap v6364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:18:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:48 smithi028 ceph-mon[112123]: pgmap v6364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:18:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:48 smithi138 ceph-mon[117003]: pgmap v6364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:18:50.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:50.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:50.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:50 smithi161 ceph-mon[116604]: pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:18:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:50 smithi028 ceph-mon[112123]: pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:18:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:50 smithi138 ceph-mon[117003]: pgmap v6365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:18:51.547 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:51.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:51.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:51.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:51.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:52 smithi161 ceph-mon[116604]: from='client.180708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:52 smithi161 ceph-mon[116604]: pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:52 smithi028 ceph-mon[112123]: from='client.180708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:52 smithi028 ceph-mon[112123]: pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:52 smithi138 ceph-mon[117003]: from='client.180708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:52 smithi138 ceph-mon[117003]: pgmap v6366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:18:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:54 smithi161 ceph-mon[116604]: 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-07T08:18:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:54 smithi028 ceph-mon[112123]: 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-07T08:18:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:54 smithi138 ceph-mon[117003]: 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-07T08:18:56.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:18:56.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:18:56.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:18:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:56 smithi161 ceph-mon[116604]: 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-07T08:18:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:56 smithi028 ceph-mon[112123]: 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-07T08:18:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:56 smithi138 ceph-mon[117003]: 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-07T08:18:57.329 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:18:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:18:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:18:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:18:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:18:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:58 smithi161 ceph-mon[116604]: from='client.180780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:18:58 smithi161 ceph-mon[116604]: 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-07T08:18:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:58 smithi028 ceph-mon[112123]: from='client.180780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:18:58 smithi028 ceph-mon[112123]: 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-07T08:18:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:58 smithi138 ceph-mon[117003]: from='client.180780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:18:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:18:58 smithi138 ceph-mon[117003]: 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-07T08:19:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:00 smithi161 ceph-mon[116604]: pgmap v6370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:00 smithi028 ceph-mon[112123]: pgmap v6370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:00 smithi138 ceph-mon[117003]: pgmap v6370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:02.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:02.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:02.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:03.114 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:03.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:03.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:03.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:03.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:02 smithi161 ceph-mon[116604]: pgmap v6371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:02 smithi028 ceph-mon[112123]: pgmap v6371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:02 smithi138 ceph-mon[117003]: pgmap v6371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:03 smithi161 ceph-mon[116604]: from='client.180855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:03 smithi028 ceph-mon[112123]: from='client.180855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:03 smithi138 ceph-mon[117003]: from='client.180855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:04 smithi161 ceph-mon[116604]: 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-07T08:19:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:04 smithi028 ceph-mon[112123]: 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-07T08:19:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:04 smithi138 ceph-mon[117003]: 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-07T08:19:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:06 smithi161 ceph-mon[116604]: pgmap v6373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:06 smithi028 ceph-mon[112123]: pgmap v6373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:06 smithi138 ceph-mon[117003]: pgmap v6373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:08.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:08.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:08.117 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:08.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:08.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:08.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:08.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:08.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:09.151 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:08 smithi161 ceph-mon[116604]: pgmap v6374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:09.152 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:19:09.159 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:08 smithi138 ceph-mon[117003]: pgmap v6374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:09.159 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:19:09.192 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:08 smithi028 ceph-mon[112123]: pgmap v6374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:09.193 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:19:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:09 smithi161 ceph-mon[116604]: from='client.180933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:09 smithi028 ceph-mon[112123]: from='client.180933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:09 smithi138 ceph-mon[117003]: from='client.180933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:10.971 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:10 smithi161 ceph-mon[116604]: pgmap v6375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:10.981 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:10 smithi138 ceph-mon[117003]: pgmap v6375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:11.126 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:10 smithi028 ceph-mon[112123]: pgmap v6375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: pgmap v6376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:19:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: pgmap v6376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:19:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: pgmap v6376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:19:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:19:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:19:13.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:13.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:13.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:14 smithi161 ceph-mon[116604]: pgmap v6377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:14 smithi028 ceph-mon[112123]: pgmap v6377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:14.765 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:14.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:14.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:14.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:14.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:14 smithi138 ceph-mon[117003]: pgmap v6377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:15 smithi161 ceph-mon[116604]: from='client.181008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:15 smithi028 ceph-mon[112123]: from='client.181008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:15 smithi138 ceph-mon[117003]: from='client.181008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:16 smithi161 ceph-mon[116604]: 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-07T08:19:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:16 smithi028 ceph-mon[112123]: 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-07T08:19:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:16 smithi138 ceph-mon[117003]: 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-07T08:19:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:18 smithi161 ceph-mon[116604]: pgmap v6379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:18 smithi028 ceph-mon[112123]: pgmap v6379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:18 smithi138 ceph-mon[117003]: pgmap v6379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:19.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:19.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:19.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:20.563 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:20.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:20.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:20.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:20.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:20 smithi161 ceph-mon[116604]: pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:20 smithi028 ceph-mon[112123]: pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:20 smithi138 ceph-mon[117003]: pgmap v6380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:21 smithi161 ceph-mon[116604]: from='client.181086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:21 smithi028 ceph-mon[112123]: from='client.181086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:21 smithi138 ceph-mon[117003]: from='client.181086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:22 smithi161 ceph-mon[116604]: pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:22 smithi028 ceph-mon[112123]: pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:22 smithi138 ceph-mon[117003]: pgmap v6381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:24 smithi161 ceph-mon[116604]: pgmap v6382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:24 smithi028 ceph-mon[112123]: pgmap v6382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:24 smithi138 ceph-mon[117003]: pgmap v6382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:25.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:25.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:25.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:26.334 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:26.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:26.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:26.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:26.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:26 smithi161 ceph-mon[116604]: pgmap v6383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:26 smithi028 ceph-mon[112123]: pgmap v6383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:26 smithi138 ceph-mon[117003]: pgmap v6383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:27 smithi161 ceph-mon[116604]: from='client.181164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:27 smithi028 ceph-mon[112123]: from='client.181164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:27 smithi138 ceph-mon[117003]: from='client.181164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:28 smithi161 ceph-mon[116604]: 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-07T08:19:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:28 smithi028 ceph-mon[112123]: 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-07T08:19:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:28 smithi138 ceph-mon[117003]: 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-07T08:19:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:30 smithi161 ceph-mon[116604]: pgmap v6385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:30 smithi028 ceph-mon[112123]: pgmap v6385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:30 smithi138 ceph-mon[117003]: pgmap v6385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:31.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:31.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:31.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:32.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:32.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:32.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:32.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:32.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:32 smithi161 ceph-mon[116604]: pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:32 smithi161 ceph-mon[116604]: from='client.181242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:32 smithi028 ceph-mon[112123]: pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:32 smithi028 ceph-mon[112123]: from='client.181242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:32 smithi138 ceph-mon[117003]: pgmap v6386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:32 smithi138 ceph-mon[117003]: from='client.181242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:34 smithi161 ceph-mon[116604]: 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-07T08:19:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:34 smithi028 ceph-mon[112123]: 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-07T08:19:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:34 smithi138 ceph-mon[117003]: 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-07T08:19:37.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:37.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:37.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:36 smithi161 ceph-mon[116604]: 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-07T08:19:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:36 smithi028 ceph-mon[112123]: 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-07T08:19:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:36 smithi138 ceph-mon[117003]: 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-07T08:19:37.887 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:37.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:37.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:37.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:37.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:38 smithi161 ceph-mon[116604]: 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-07T08:19:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:38 smithi161 ceph-mon[116604]: from='client.181317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:38 smithi028 ceph-mon[112123]: 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-07T08:19:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:38 smithi028 ceph-mon[112123]: from='client.181317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:38 smithi138 ceph-mon[117003]: 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-07T08:19:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:38 smithi138 ceph-mon[117003]: from='client.181317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:40 smithi161 ceph-mon[116604]: pgmap v6390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:40 smithi028 ceph-mon[112123]: pgmap v6390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:40 smithi138 ceph-mon[117003]: pgmap v6390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:42.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:42.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:42.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:42 smithi161 ceph-mon[116604]: pgmap v6391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:42 smithi028 ceph-mon[112123]: pgmap v6391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:42 smithi138 ceph-mon[117003]: pgmap v6391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:43.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:43.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:43.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:43.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:43.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:44 smithi161 ceph-mon[116604]: 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-07T08:19:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:44 smithi161 ceph-mon[116604]: from='client.181395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:44 smithi028 ceph-mon[112123]: 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-07T08:19:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:44 smithi028 ceph-mon[112123]: from='client.181395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:44 smithi138 ceph-mon[117003]: 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-07T08:19:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:44 smithi138 ceph-mon[117003]: from='client.181395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:46 smithi161 ceph-mon[116604]: pgmap v6393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:47.779 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:46 smithi138 ceph-mon[117003]: pgmap v6393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:47.779 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:46 smithi028 ceph-mon[112123]: pgmap v6393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:19:48.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:48.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:48.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:48 smithi161 ceph-mon[116604]: pgmap v6394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:48 smithi028 ceph-mon[112123]: pgmap v6394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:48 smithi138 ceph-mon[117003]: pgmap v6394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:19:49.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:49.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:49.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:49.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:49.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:50 smithi161 ceph-mon[116604]: from='client.181470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:50 smithi161 ceph-mon[116604]: pgmap v6395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:19:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:50 smithi028 ceph-mon[112123]: from='client.181470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:50 smithi028 ceph-mon[112123]: pgmap v6395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:19:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:50 smithi138 ceph-mon[117003]: from='client.181470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:50 smithi138 ceph-mon[117003]: pgmap v6395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:19:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:52 smithi161 ceph-mon[116604]: pgmap v6396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:19:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:52 smithi028 ceph-mon[112123]: pgmap v6396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:19:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:52 smithi138 ceph-mon[117003]: pgmap v6396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:19:54.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:19:54.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:19:54.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:19:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:54 smithi161 ceph-mon[116604]: pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:19:55.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:54 smithi028 ceph-mon[112123]: pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:19:55.244 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:19:55.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:19:55.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:19:55.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:19:55.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:19:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:54 smithi138 ceph-mon[117003]: pgmap v6397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:19:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:55 smithi161 ceph-mon[116604]: from='client.181548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:55 smithi028 ceph-mon[112123]: from='client.181548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:55 smithi138 ceph-mon[117003]: from='client.181548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:19:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:56 smithi161 ceph-mon[116604]: 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-07T08:19:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:56 smithi028 ceph-mon[112123]: 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-07T08:19:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:56 smithi138 ceph-mon[117003]: 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-07T08:19:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:19:58 smithi161 ceph-mon[116604]: pgmap v6399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:19:58 smithi028 ceph-mon[112123]: pgmap v6399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:19:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:19:58 smithi138 ceph-mon[117003]: pgmap v6399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:20:00.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:00.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:00.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:01.016 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:01.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:01.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:01.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:01.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:00 smithi161 ceph-mon[116604]: pgmap v6400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T08:20:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:00 smithi028 ceph-mon[112123]: pgmap v6400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T08:20:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:00 smithi138 ceph-mon[117003]: pgmap v6400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T08:20:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:01 smithi161 ceph-mon[116604]: from='client.181620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:01 smithi028 ceph-mon[112123]: from='client.181620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:01 smithi138 ceph-mon[117003]: from='client.181620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:02 smithi161 ceph-mon[116604]: pgmap v6401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:20:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:02 smithi028 ceph-mon[112123]: pgmap v6401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:20:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:02 smithi138 ceph-mon[117003]: pgmap v6401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:20:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:04 smithi161 ceph-mon[116604]: pgmap v6402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:20:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:04 smithi028 ceph-mon[112123]: pgmap v6402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:20:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:04 smithi138 ceph-mon[117003]: pgmap v6402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:20:06.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:06.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:06.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:05 smithi161 ceph-mon[116604]: pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:20:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:05 smithi028 ceph-mon[112123]: pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:20:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:05 smithi138 ceph-mon[117003]: pgmap v6403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:20:06.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:06.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:06.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:06.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:06.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:07 smithi161 ceph-mon[116604]: from='client.181698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:07 smithi028 ceph-mon[112123]: from='client.181698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:07 smithi138 ceph-mon[117003]: from='client.181698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:08 smithi161 ceph-mon[116604]: 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-07T08:20:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:08 smithi028 ceph-mon[112123]: 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-07T08:20:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:08 smithi138 ceph-mon[117003]: 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-07T08:20:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:10 smithi161 ceph-mon[116604]: pgmap v6405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:20:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:10 smithi028 ceph-mon[112123]: pgmap v6405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:20:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:10 smithi138 ceph-mon[117003]: pgmap v6405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:20:11.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:11.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:11.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:12.170 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:20:12.175 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:20:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:20:12.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:12.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:12.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:12.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:12.672 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:12 smithi161 ceph-mon[116604]: pgmap v6406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:12 smithi028 ceph-mon[112123]: pgmap v6406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:12 smithi138 ceph-mon[117003]: pgmap v6406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='client.181773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:20:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:20:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='client.181773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:20:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:20:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:20:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='client.181773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:20:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:20:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:20:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:20:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:14 smithi161 ceph-mon[116604]: 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-07T08:20:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:14 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16963M 2023-12-07T08:20:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:14 smithi028 ceph-mon[112123]: 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-07T08:20:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:14 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16963M 2023-12-07T08:20:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:14 smithi138 ceph-mon[117003]: 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-07T08:20:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:14 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16963M 2023-12-07T08:20:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:16 smithi161 ceph-mon[116604]: 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-07T08:20:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:16 smithi028 ceph-mon[112123]: 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-07T08:20:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:16 smithi138 ceph-mon[117003]: 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-07T08:20:17.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:17.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:17.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:18.461 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:18.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:18.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:18.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:18.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:18 smithi161 ceph-mon[116604]: 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-07T08:20:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:18 smithi028 ceph-mon[112123]: 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-07T08:20:19.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:18 smithi138 ceph-mon[117003]: 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-07T08:20:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:19 smithi161 ceph-mon[116604]: from='client.181845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:19 smithi028 ceph-mon[112123]: from='client.181845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:19 smithi138 ceph-mon[117003]: from='client.181845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:20 smithi161 ceph-mon[116604]: pgmap v6410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:20:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:20 smithi028 ceph-mon[112123]: pgmap v6410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:20:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:20 smithi138 ceph-mon[117003]: pgmap v6410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:20:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:22 smithi161 ceph-mon[116604]: pgmap v6411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:22 smithi028 ceph-mon[112123]: pgmap v6411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:22 smithi138 ceph-mon[117003]: pgmap v6411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:23.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:23.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:23.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:24.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:24.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:24.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:24.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:24.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:24 smithi161 ceph-mon[116604]: pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:24 smithi161 ceph-mon[116604]: from='client.181920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:24 smithi028 ceph-mon[112123]: pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:24 smithi028 ceph-mon[112123]: from='client.181920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:24 smithi138 ceph-mon[117003]: pgmap v6412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:24 smithi138 ceph-mon[117003]: from='client.181920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:26 smithi161 ceph-mon[116604]: pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:20:27.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:26 smithi028 ceph-mon[112123]: pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:20:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:26 smithi138 ceph-mon[117003]: pgmap v6413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:20:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:28 smithi161 ceph-mon[116604]: pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:20:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:28 smithi028 ceph-mon[112123]: pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:20:29.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:29.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:29.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:28 smithi138 ceph-mon[117003]: pgmap v6414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:20:29.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:29.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:29.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:29.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:29.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:29 smithi161 ceph-mon[116604]: pgmap v6415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:29 smithi161 ceph-mon[116604]: from='client.181998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:29 smithi028 ceph-mon[112123]: pgmap v6415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:29 smithi028 ceph-mon[112123]: from='client.181998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:29 smithi138 ceph-mon[117003]: pgmap v6415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:29 smithi138 ceph-mon[117003]: from='client.181998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:32 smithi161 ceph-mon[116604]: pgmap v6416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:20:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:32 smithi028 ceph-mon[112123]: pgmap v6416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:20:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:32 smithi138 ceph-mon[117003]: pgmap v6416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:20:34.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:34.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:34.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:34 smithi161 ceph-mon[116604]: pgmap v6417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:20:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:34 smithi028 ceph-mon[112123]: pgmap v6417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:20:35.295 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:34 smithi138 ceph-mon[117003]: pgmap v6417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:20:35.776 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:35.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:35.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:35.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:35.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:36 smithi161 ceph-mon[116604]: pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:36 smithi161 ceph-mon[116604]: from='client.182073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:36 smithi028 ceph-mon[112123]: pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:36 smithi028 ceph-mon[112123]: from='client.182073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:36 smithi138 ceph-mon[117003]: pgmap v6418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:36 smithi138 ceph-mon[117003]: from='client.182073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:38 smithi161 ceph-mon[116604]: pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:20:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:38 smithi028 ceph-mon[112123]: pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:20:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:38 smithi138 ceph-mon[117003]: pgmap v6419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:20:40.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:40.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:40.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:40 smithi161 ceph-mon[116604]: pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:20:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:40 smithi028 ceph-mon[112123]: pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:20:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:40 smithi138 ceph-mon[117003]: pgmap v6420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:20:41.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:41.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:41.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:41.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:41.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:42 smithi161 ceph-mon[116604]: from='client.182148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:42 smithi161 ceph-mon[116604]: pgmap v6421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:42 smithi028 ceph-mon[112123]: from='client.182148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:42 smithi028 ceph-mon[112123]: pgmap v6421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:42 smithi138 ceph-mon[117003]: from='client.182148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:42 smithi138 ceph-mon[117003]: pgmap v6421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:44 smithi161 ceph-mon[116604]: 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-07T08:20:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:44 smithi028 ceph-mon[112123]: 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-07T08:20:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:44 smithi138 ceph-mon[117003]: 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-07T08:20:46.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:46.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:46.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:46 smithi161 ceph-mon[116604]: 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-07T08:20:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:46 smithi028 ceph-mon[112123]: 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-07T08:20:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:46 smithi138 ceph-mon[117003]: 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-07T08:20:47.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:47.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:47.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:47.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:47.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:48 smithi161 ceph-mon[116604]: from='client.182220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:48 smithi161 ceph-mon[116604]: 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-07T08:20:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:48 smithi028 ceph-mon[112123]: from='client.182220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:48 smithi028 ceph-mon[112123]: 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-07T08:20:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:48 smithi138 ceph-mon[117003]: from='client.182220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:48 smithi138 ceph-mon[117003]: 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-07T08:20:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:50 smithi161 ceph-mon[116604]: pgmap v6425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:20:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:50 smithi028 ceph-mon[112123]: pgmap v6425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:20:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:50 smithi138 ceph-mon[117003]: pgmap v6425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:20:52.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:52.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:52.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:53.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:53.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:53.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:53.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:53.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:52 smithi161 ceph-mon[116604]: pgmap v6426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:52 smithi028 ceph-mon[112123]: pgmap v6426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:52 smithi138 ceph-mon[117003]: pgmap v6426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:20:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:53 smithi161 ceph-mon[116604]: from='client.182298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:53 smithi028 ceph-mon[112123]: from='client.182298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:53 smithi138 ceph-mon[117003]: from='client.182298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:20:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:54 smithi161 ceph-mon[116604]: 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-07T08:20:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:54 smithi028 ceph-mon[112123]: 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-07T08:20:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:54 smithi138 ceph-mon[117003]: 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-07T08:20:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:55 smithi161 ceph-mon[116604]: 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-07T08:20:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:55 smithi028 ceph-mon[112123]: 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-07T08:20:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:55 smithi138 ceph-mon[117003]: 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-07T08:20:58.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:20:58.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:20:58.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:20:58.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:20:58.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:20:58.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:20:58.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:20:58.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:20:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:58 smithi161 ceph-mon[116604]: 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-07T08:20:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:58 smithi028 ceph-mon[112123]: 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-07T08:20:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:58 smithi138 ceph-mon[117003]: 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-07T08:21:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:20:59 smithi161 ceph-mon[116604]: from='client.182376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:20:59 smithi028 ceph-mon[112123]: from='client.182376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:20:59 smithi138 ceph-mon[117003]: from='client.182376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:00 smithi161 ceph-mon[116604]: pgmap v6430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:21:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:00 smithi028 ceph-mon[112123]: pgmap v6430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:21:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:00 smithi138 ceph-mon[117003]: pgmap v6430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:21:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:02 smithi161 ceph-mon[116604]: pgmap v6431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:02 smithi028 ceph-mon[112123]: pgmap v6431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:02 smithi138 ceph-mon[117003]: pgmap v6431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:03.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:03.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:03.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:04.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:04.677 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:04.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:04.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:04.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:04 smithi161 ceph-mon[116604]: pgmap v6432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:04 smithi028 ceph-mon[112123]: pgmap v6432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:04 smithi138 ceph-mon[117003]: pgmap v6432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:06.195 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:05 smithi161 ceph-mon[116604]: from='client.182451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:06.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:05 smithi028 ceph-mon[112123]: from='client.182451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:05 smithi138 ceph-mon[117003]: from='client.182451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:06 smithi161 ceph-mon[116604]: 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-07T08:21:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:06 smithi028 ceph-mon[112123]: 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-07T08:21:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:06 smithi138 ceph-mon[117003]: 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-07T08:21:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:08 smithi161 ceph-mon[116604]: 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-07T08:21:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:08 smithi028 ceph-mon[112123]: 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-07T08:21:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:08 smithi138 ceph-mon[117003]: 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-07T08:21:09.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:09.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:09.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:10.457 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:10.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:10.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:10.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:10.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:10 smithi161 ceph-mon[116604]: pgmap v6435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:10 smithi028 ceph-mon[112123]: pgmap v6435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:10 smithi138 ceph-mon[117003]: pgmap v6435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:11 smithi161 ceph-mon[116604]: from='client.182529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:11 smithi028 ceph-mon[112123]: from='client.182529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:11 smithi138 ceph-mon[117003]: from='client.182529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:12 smithi161 ceph-mon[116604]: pgmap v6436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:21:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:12 smithi028 ceph-mon[112123]: pgmap v6436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:21:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:12 smithi138 ceph-mon[117003]: pgmap v6436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:21:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:21:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:21:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:21:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:14 smithi161 ceph-mon[116604]: pgmap v6437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:21:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:21:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:21:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:21:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:14 smithi028 ceph-mon[112123]: pgmap v6437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:21:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:21:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:21:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:21:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:14 smithi138 ceph-mon[117003]: pgmap v6437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:21:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:21:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:21:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:21:15.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:15.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:15 smithi161 ceph-mon[116604]: pgmap v6438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:15 smithi161 ceph-mon[116604]: from='client.182607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:15 smithi028 ceph-mon[112123]: pgmap v6438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:15 smithi028 ceph-mon[112123]: from='client.182607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:16.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:16.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:16.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:16.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:16.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:15 smithi138 ceph-mon[117003]: pgmap v6438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:15 smithi138 ceph-mon[117003]: from='client.182607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:18 smithi161 ceph-mon[116604]: 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-07T08:21:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:18 smithi028 ceph-mon[112123]: 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-07T08:21:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:18 smithi138 ceph-mon[117003]: 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-07T08:21:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:20 smithi161 ceph-mon[116604]: pgmap v6440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:21:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:20 smithi028 ceph-mon[112123]: pgmap v6440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:21:21.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:21.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:21.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:20 smithi138 ceph-mon[117003]: pgmap v6440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:21:22.013 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:22.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:22.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:22.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:22.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:22 smithi161 ceph-mon[116604]: pgmap v6441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:22 smithi161 ceph-mon[116604]: from='client.182679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:22 smithi028 ceph-mon[112123]: pgmap v6441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:22 smithi028 ceph-mon[112123]: from='client.182679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:22 smithi138 ceph-mon[117003]: pgmap v6441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:22 smithi138 ceph-mon[117003]: from='client.182679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:24 smithi161 ceph-mon[116604]: 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-07T08:21:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:24 smithi028 ceph-mon[112123]: 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-07T08:21:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:24 smithi138 ceph-mon[117003]: 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-07T08:21:27.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:27.016 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:27.016 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:26 smithi161 ceph-mon[116604]: 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-07T08:21:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:26 smithi028 ceph-mon[112123]: 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-07T08:21:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:26 smithi138 ceph-mon[117003]: 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-07T08:21:27.784 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:27.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:27.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:27.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:27.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:28 smithi161 ceph-mon[116604]: 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-07T08:21:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:28 smithi161 ceph-mon[116604]: from='client.182757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:28 smithi028 ceph-mon[112123]: 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-07T08:21:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:28 smithi028 ceph-mon[112123]: from='client.182757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:28 smithi138 ceph-mon[117003]: 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-07T08:21:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:28 smithi138 ceph-mon[117003]: from='client.182757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:30 smithi161 ceph-mon[116604]: pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:21:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:30 smithi028 ceph-mon[112123]: pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:21:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:30 smithi138 ceph-mon[117003]: pgmap v6445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:21:32.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:32.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:32.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:32 smithi161 ceph-mon[116604]: pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:32 smithi028 ceph-mon[112123]: pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:32 smithi138 ceph-mon[117003]: pgmap v6446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:33.571 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:33.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:33.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:33.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:33.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:34 smithi161 ceph-mon[116604]: from='client.182832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:34 smithi161 ceph-mon[116604]: 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-07T08:21:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:34 smithi028 ceph-mon[112123]: from='client.182832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:34 smithi028 ceph-mon[112123]: 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-07T08:21:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:34 smithi138 ceph-mon[117003]: from='client.182832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:34 smithi138 ceph-mon[117003]: 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-07T08:21:37.198 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:36 smithi161 ceph-mon[116604]: 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-07T08:21:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:36 smithi028 ceph-mon[112123]: 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-07T08:21:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:36 smithi138 ceph-mon[117003]: 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-07T08:21:38.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:38.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:38.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:38 smithi161 ceph-mon[116604]: 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-07T08:21:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:38 smithi028 ceph-mon[112123]: 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-07T08:21:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:38 smithi138 ceph-mon[117003]: 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-07T08:21:39.364 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:39.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:39.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:39.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:39.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:40 smithi161 ceph-mon[116604]: from='client.182910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:40 smithi161 ceph-mon[116604]: pgmap v6450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:21:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:40 smithi028 ceph-mon[112123]: from='client.182910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:40 smithi028 ceph-mon[112123]: pgmap v6450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:21:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:40 smithi138 ceph-mon[117003]: from='client.182910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:40 smithi138 ceph-mon[117003]: pgmap v6450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:21:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:42 smithi161 ceph-mon[116604]: pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:21:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:42 smithi028 ceph-mon[112123]: pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:21:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:42 smithi138 ceph-mon[117003]: pgmap v6451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:21:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:43 smithi161 ceph-mon[116604]: pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:21:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:43 smithi028 ceph-mon[112123]: pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:21:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:43 smithi138 ceph-mon[117003]: pgmap v6452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:21:44.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:44.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:44.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:45.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:45.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:45.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:45.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:45.149 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:44 smithi161 ceph-mon[116604]: from='client.182988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:45.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:44 smithi028 ceph-mon[112123]: from='client.182988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:44 smithi138 ceph-mon[117003]: from='client.182988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:45 smithi161 ceph-mon[116604]: 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-07T08:21:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:45 smithi028 ceph-mon[112123]: 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-07T08:21:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:45 smithi138 ceph-mon[117003]: 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-07T08:21:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:48 smithi161 ceph-mon[116604]: 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-07T08:21:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:48 smithi028 ceph-mon[112123]: 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-07T08:21:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:48 smithi138 ceph-mon[117003]: 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-07T08:21:50.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:50.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:50.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:50.924 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:50.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:50.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:50.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:50.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:50 smithi161 ceph-mon[116604]: pgmap v6455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:50 smithi028 ceph-mon[112123]: pgmap v6455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:50 smithi138 ceph-mon[117003]: pgmap v6455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:21:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:51 smithi161 ceph-mon[116604]: from='client.183063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:51 smithi028 ceph-mon[112123]: from='client.183063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:51 smithi138 ceph-mon[117003]: from='client.183063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:52 smithi161 ceph-mon[116604]: pgmap v6456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:21:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:52 smithi028 ceph-mon[112123]: pgmap v6456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:21:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:52 smithi138 ceph-mon[117003]: pgmap v6456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:21:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:54 smithi161 ceph-mon[116604]: pgmap v6457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:21:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:54 smithi028 ceph-mon[112123]: pgmap v6457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:21:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:54 smithi138 ceph-mon[117003]: pgmap v6457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:21:55.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:21:55.926 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:21:55.926 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:21:56.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:21:56.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:21:56.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:21:56.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:21:56.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:21:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:56 smithi161 ceph-mon[116604]: pgmap v6458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:21:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:56 smithi028 ceph-mon[112123]: pgmap v6458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:21:57.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:56 smithi138 ceph-mon[117003]: pgmap v6458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:21:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:57 smithi161 ceph-mon[116604]: from='client.183138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:57 smithi028 ceph-mon[112123]: from='client.183138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:57 smithi138 ceph-mon[117003]: from='client.183138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:21:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:58 smithi161 ceph-mon[116604]: 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-07T08:21:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:58 smithi028 ceph-mon[112123]: 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-07T08:21:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:58 smithi138 ceph-mon[117003]: 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-07T08:22:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:21:59 smithi161 ceph-mon[116604]: pgmap v6460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:21:59 smithi028 ceph-mon[112123]: pgmap v6460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:21:59 smithi138 ceph-mon[117003]: pgmap v6460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:01.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:01.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:01.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:02.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:02.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:02.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:02.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:02.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:02 smithi161 ceph-mon[116604]: pgmap v6461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:02 smithi028 ceph-mon[112123]: pgmap v6461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:02 smithi138 ceph-mon[117003]: pgmap v6461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:03 smithi161 ceph-mon[116604]: from='client.183216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:03 smithi028 ceph-mon[112123]: from='client.183216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:03 smithi138 ceph-mon[117003]: from='client.183216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:04 smithi161 ceph-mon[116604]: 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-07T08:22:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:04 smithi028 ceph-mon[112123]: 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-07T08:22:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:04 smithi138 ceph-mon[117003]: 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-07T08:22:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:06 smithi161 ceph-mon[116604]: 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-07T08:22:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:06 smithi028 ceph-mon[112123]: 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-07T08:22:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:06 smithi138 ceph-mon[117003]: 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-07T08:22:07.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:07.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:07.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:08.236 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:08.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:08.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:08.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:08.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:08 smithi161 ceph-mon[116604]: 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-07T08:22:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:08 smithi161 ceph-mon[116604]: from='client.183291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:08 smithi028 ceph-mon[112123]: 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-07T08:22:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:08 smithi028 ceph-mon[112123]: from='client.183291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:08 smithi138 ceph-mon[117003]: 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-07T08:22:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:08 smithi138 ceph-mon[117003]: from='client.183291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:10 smithi161 ceph-mon[116604]: pgmap v6465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:10 smithi028 ceph-mon[112123]: pgmap v6465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:10 smithi138 ceph-mon[117003]: pgmap v6465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:12 smithi161 ceph-mon[116604]: pgmap v6466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:12 smithi028 ceph-mon[112123]: pgmap v6466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:13.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:13.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:13.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:12 smithi138 ceph-mon[117003]: pgmap v6466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:14.008 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:14.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:14.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:14.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:14.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:14 smithi161 ceph-mon[116604]: 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-07T08:22:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:14 smithi161 ceph-mon[116604]: from='client.183369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:22:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:22:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:22:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:22:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:14 smithi028 ceph-mon[112123]: 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-07T08:22:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:14 smithi028 ceph-mon[112123]: from='client.183369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:22:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:22:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:22:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:22:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:14 smithi138 ceph-mon[117003]: 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-07T08:22:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:14 smithi138 ceph-mon[117003]: from='client.183369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:22:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:22:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:22:15.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:22:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:16 smithi161 ceph-mon[116604]: 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-07T08:22:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:16 smithi028 ceph-mon[112123]: 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-07T08:22:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:16 smithi138 ceph-mon[117003]: 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-07T08:22:19.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:19.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:19.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:19.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:18 smithi161 ceph-mon[116604]: 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-07T08:22:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:18 smithi028 ceph-mon[112123]: 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-07T08:22:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:18 smithi138 ceph-mon[117003]: 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-07T08:22:19.787 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:19.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:19.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:19.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:19.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:19 smithi161 ceph-mon[116604]: 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-07T08:22:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:19 smithi161 ceph-mon[116604]: from='client.183444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:19 smithi028 ceph-mon[112123]: 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-07T08:22:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:19 smithi028 ceph-mon[112123]: from='client.183444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:19 smithi138 ceph-mon[117003]: 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-07T08:22:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:19 smithi138 ceph-mon[117003]: from='client.183444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:22 smithi161 ceph-mon[116604]: pgmap v6471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:22:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:22 smithi028 ceph-mon[112123]: pgmap v6471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:22:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:22 smithi138 ceph-mon[117003]: pgmap v6471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:22:24.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:24.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:24.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:24 smithi161 ceph-mon[116604]: pgmap v6472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:22:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:24 smithi028 ceph-mon[112123]: pgmap v6472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:22:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:24 smithi138 ceph-mon[117003]: pgmap v6472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:22:25.555 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:26 smithi161 ceph-mon[116604]: from='client.183513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:26 smithi161 ceph-mon[116604]: 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-07T08:22:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:26 smithi028 ceph-mon[112123]: from='client.183513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:26 smithi028 ceph-mon[112123]: 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-07T08:22:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:26 smithi138 ceph-mon[117003]: from='client.183513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:26 smithi138 ceph-mon[117003]: 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-07T08:22:29.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:28 smithi161 ceph-mon[116604]: 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-07T08:22:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:28 smithi028 ceph-mon[112123]: 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-07T08:22:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:28 smithi138 ceph-mon[117003]: 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-07T08:22:30.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:30.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:30.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:30 smithi161 ceph-mon[116604]: pgmap v6475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:30 smithi028 ceph-mon[112123]: pgmap v6475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:30 smithi138 ceph-mon[117003]: pgmap v6475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:31.337 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:31.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:31.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:31.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:31.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:32 smithi161 ceph-mon[116604]: from='client.183591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:32 smithi161 ceph-mon[116604]: 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-07T08:22:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:32 smithi028 ceph-mon[112123]: from='client.183591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:32 smithi028 ceph-mon[112123]: 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-07T08:22:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:32 smithi138 ceph-mon[117003]: from='client.183591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:32 smithi138 ceph-mon[117003]: 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-07T08:22:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:34 smithi161 ceph-mon[116604]: pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:34 smithi028 ceph-mon[112123]: pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:34 smithi138 ceph-mon[117003]: pgmap v6477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:36.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:36.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:36.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:37.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:37.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:37.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:37.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:37.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:36 smithi161 ceph-mon[116604]: pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:36 smithi028 ceph-mon[112123]: pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:36 smithi138 ceph-mon[117003]: pgmap v6478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:37 smithi161 ceph-mon[116604]: from='client.183666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:37 smithi028 ceph-mon[112123]: from='client.183666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:37 smithi138 ceph-mon[117003]: from='client.183666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:38 smithi161 ceph-mon[116604]: 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-07T08:22:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:38 smithi028 ceph-mon[112123]: 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-07T08:22:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:38 smithi138 ceph-mon[117003]: 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-07T08:22:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:39 smithi028 ceph-mon[112123]: pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:39 smithi138 ceph-mon[117003]: pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:39 smithi161 ceph-mon[116604]: pgmap v6480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:42.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:42.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:42.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:42.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:42.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:42.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:42.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:42.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:42 smithi161 ceph-mon[116604]: pgmap v6481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:42 smithi028 ceph-mon[112123]: pgmap v6481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:42 smithi138 ceph-mon[117003]: pgmap v6481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:43 smithi161 ceph-mon[116604]: from='client.183744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:43 smithi028 ceph-mon[112123]: from='client.183744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:43 smithi138 ceph-mon[117003]: from='client.183744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:44 smithi161 ceph-mon[116604]: 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-07T08:22:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:44 smithi028 ceph-mon[112123]: 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-07T08:22:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:44 smithi138 ceph-mon[117003]: 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-07T08:22:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:46 smithi161 ceph-mon[116604]: 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-07T08:22:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:46 smithi028 ceph-mon[112123]: 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-07T08:22:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:46 smithi138 ceph-mon[117003]: 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-07T08:22:47.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:47.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:47.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:48.667 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:48.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:48.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:48.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:48.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:48 smithi161 ceph-mon[116604]: 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-07T08:22:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:48 smithi028 ceph-mon[112123]: 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-07T08:22:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:48 smithi138 ceph-mon[117003]: 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-07T08:22:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:49 smithi161 ceph-mon[116604]: from='client.183819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:49 smithi028 ceph-mon[112123]: from='client.183819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:49 smithi138 ceph-mon[117003]: from='client.183819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:50 smithi161 ceph-mon[116604]: pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:50 smithi028 ceph-mon[112123]: pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:50 smithi138 ceph-mon[117003]: pgmap v6485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:22:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:52 smithi161 ceph-mon[116604]: pgmap v6486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:52 smithi028 ceph-mon[112123]: pgmap v6486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:52 smithi138 ceph-mon[117003]: pgmap v6486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:22:53.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:53.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:53.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:22:54.456 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:22:54.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:22:54.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:22:54.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:22:54.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:22:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:54 smithi161 ceph-mon[116604]: 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-07T08:22:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:54 smithi028 ceph-mon[112123]: 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-07T08:22:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:54 smithi138 ceph-mon[117003]: 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-07T08:22:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:55 smithi161 ceph-mon[116604]: from='client.183894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:55 smithi028 ceph-mon[112123]: from='client.183894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:55 smithi138 ceph-mon[117003]: from='client.183894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:22:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:56 smithi161 ceph-mon[116604]: pgmap v6488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:22:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:56 smithi028 ceph-mon[112123]: pgmap v6488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:22:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:56 smithi138 ceph-mon[117003]: pgmap v6488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:22:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:22:58 smithi161 ceph-mon[116604]: pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:22:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:22:58 smithi028 ceph-mon[112123]: pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:22:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:22:58 smithi138 ceph-mon[117003]: pgmap v6489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:22:59.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:22:59.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:22:59.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:00.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:00.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:00.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:00.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:00.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:00 smithi161 ceph-mon[116604]: 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-07T08:23:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:00 smithi161 ceph-mon[116604]: from='client.183972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:00 smithi028 ceph-mon[112123]: 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-07T08:23:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:00 smithi028 ceph-mon[112123]: from='client.183972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:00 smithi138 ceph-mon[117003]: 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-07T08:23:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:00 smithi138 ceph-mon[117003]: from='client.183972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:02 smithi161 ceph-mon[116604]: pgmap v6491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:02 smithi028 ceph-mon[112123]: pgmap v6491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:02 smithi138 ceph-mon[117003]: pgmap v6491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:04 smithi161 ceph-mon[116604]: pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:05.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:04 smithi028 ceph-mon[112123]: pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:05.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:05.225 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:05.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:04 smithi138 ceph-mon[117003]: pgmap v6492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:06.000 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:06.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:06.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:06.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:06.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:06 smithi161 ceph-mon[116604]: 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-07T08:23:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:06 smithi161 ceph-mon[116604]: from='client.184047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:06 smithi028 ceph-mon[112123]: 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-07T08:23:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:06 smithi028 ceph-mon[112123]: from='client.184047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:06 smithi138 ceph-mon[117003]: 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-07T08:23:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:06 smithi138 ceph-mon[117003]: from='client.184047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:08 smithi161 ceph-mon[116604]: pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:23:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:08 smithi028 ceph-mon[112123]: pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:23:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:08 smithi138 ceph-mon[117003]: pgmap v6494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:23:11.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:11.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:11.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:10 smithi161 ceph-mon[116604]: pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:23:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:10 smithi028 ceph-mon[112123]: pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:23:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:10 smithi138 ceph-mon[117003]: pgmap v6495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:23:11.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:11.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:11.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:11.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:11.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:12 smithi161 ceph-mon[116604]: 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-07T08:23:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:12 smithi161 ceph-mon[116604]: from='client.184125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:12 smithi028 ceph-mon[112123]: 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-07T08:23:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:12 smithi028 ceph-mon[112123]: from='client.184125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:12 smithi138 ceph-mon[117003]: 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-07T08:23:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:12 smithi138 ceph-mon[117003]: from='client.184125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:14 smithi161 ceph-mon[116604]: pgmap v6497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:14 smithi028 ceph-mon[112123]: pgmap v6497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:14 smithi138 ceph-mon[117003]: pgmap v6497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:23:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:23:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:23:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:23:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:23:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:23:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:23:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:23:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:23:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:23:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:23:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:23:16.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:16.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:16.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:17.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:16 smithi161 ceph-mon[116604]: pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:16 smithi028 ceph-mon[112123]: pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:16 smithi138 ceph-mon[117003]: pgmap v6498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:17.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:17.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:17.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:17.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:17.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:18 smithi161 ceph-mon[116604]: from='client.184200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:18 smithi161 ceph-mon[116604]: 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-07T08:23:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:18 smithi028 ceph-mon[112123]: from='client.184200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:18 smithi028 ceph-mon[112123]: 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-07T08:23:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:18 smithi138 ceph-mon[117003]: from='client.184200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:18 smithi138 ceph-mon[117003]: 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-07T08:23:21.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:20 smithi161 ceph-mon[116604]: pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:20 smithi028 ceph-mon[112123]: pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:20 smithi138 ceph-mon[117003]: pgmap v6500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:22.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:22.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:22.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:22 smithi161 ceph-mon[116604]: pgmap v6501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:22 smithi028 ceph-mon[112123]: pgmap v6501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:22 smithi138 ceph-mon[117003]: pgmap v6501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:23.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:23.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:23.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:23.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:23.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:24 smithi161 ceph-mon[116604]: from='client.184278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:24 smithi161 ceph-mon[116604]: 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-07T08:23:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:24 smithi028 ceph-mon[112123]: from='client.184278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:24 smithi028 ceph-mon[112123]: 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-07T08:23:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:24 smithi138 ceph-mon[117003]: from='client.184278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:24 smithi138 ceph-mon[117003]: 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-07T08:23:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:26 smithi161 ceph-mon[116604]: 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-07T08:23:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:26 smithi028 ceph-mon[112123]: 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-07T08:23:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:26 smithi138 ceph-mon[117003]: 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-07T08:23:28.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:28.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:28.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:29.099 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:29.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:29.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:29.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:29.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:28 smithi161 ceph-mon[116604]: 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-07T08:23:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:28 smithi028 ceph-mon[112123]: 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-07T08:23:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:28 smithi138 ceph-mon[117003]: 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-07T08:23:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:29 smithi161 ceph-mon[116604]: from='client.184350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:29 smithi028 ceph-mon[112123]: from='client.184350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:29 smithi138 ceph-mon[117003]: from='client.184350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:30 smithi161 ceph-mon[116604]: pgmap v6505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:31.224 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:30 smithi028 ceph-mon[112123]: pgmap v6505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:30 smithi138 ceph-mon[117003]: pgmap v6505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:32 smithi161 ceph-mon[116604]: pgmap v6506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:32 smithi028 ceph-mon[112123]: pgmap v6506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:32 smithi138 ceph-mon[117003]: pgmap v6506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:34.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:34.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:34.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:34.879 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:34.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:34.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:34.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:34.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:34 smithi161 ceph-mon[116604]: 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-07T08:23:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:34 smithi028 ceph-mon[112123]: 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-07T08:23:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:34 smithi138 ceph-mon[117003]: 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-07T08:23:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:35 smithi161 ceph-mon[116604]: from='client.184428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:35 smithi028 ceph-mon[112123]: from='client.184428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:35 smithi138 ceph-mon[117003]: from='client.184428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:36 smithi161 ceph-mon[116604]: pgmap v6508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:36 smithi028 ceph-mon[112123]: pgmap v6508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:36 smithi138 ceph-mon[117003]: pgmap v6508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:38 smithi161 ceph-mon[116604]: pgmap v6509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:38 smithi028 ceph-mon[112123]: pgmap v6509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:38 smithi138 ceph-mon[117003]: pgmap v6509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:39.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:39.881 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:39.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:40.647 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:40.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:40.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:40.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:40.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:40 smithi161 ceph-mon[116604]: 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-07T08:23:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:40 smithi028 ceph-mon[112123]: 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-07T08:23:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:40 smithi138 ceph-mon[117003]: 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-07T08:23:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:41 smithi161 ceph-mon[116604]: from='client.184500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:41 smithi028 ceph-mon[112123]: from='client.184500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:41 smithi138 ceph-mon[117003]: from='client.184500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:42 smithi161 ceph-mon[116604]: pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:42 smithi028 ceph-mon[112123]: pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:42 smithi138 ceph-mon[117003]: pgmap v6511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:23:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:44 smithi161 ceph-mon[116604]: 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-07T08:23:45.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:44 smithi028 ceph-mon[112123]: 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-07T08:23:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:44 smithi138 ceph-mon[117003]: 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-07T08:23:45.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:45.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:45.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:45 smithi028 ceph-mon[112123]: 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-07T08:23:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:45 smithi138 ceph-mon[117003]: 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-07T08:23:46.420 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:46.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:46.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:46.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:46.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:45 smithi161 ceph-mon[116604]: 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-07T08:23:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:47 smithi161 ceph-mon[116604]: from='client.184578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:47 smithi028 ceph-mon[112123]: from='client.184578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:48.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:47 smithi138 ceph-mon[117003]: from='client.184578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:48 smithi161 ceph-mon[116604]: pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:48 smithi028 ceph-mon[112123]: pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:49.296 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:48 smithi138 ceph-mon[117003]: pgmap v6514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:23:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:50 smithi161 ceph-mon[116604]: pgmap v6515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:50 smithi028 ceph-mon[112123]: pgmap v6515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:50 smithi138 ceph-mon[117003]: pgmap v6515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:23:51.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:51.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:51.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:52.201 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:52.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:52.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:52.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:52.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:52 smithi161 ceph-mon[116604]: 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-07T08:23:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:52 smithi161 ceph-mon[116604]: from='client.184656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:52 smithi028 ceph-mon[112123]: 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-07T08:23:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:52 smithi028 ceph-mon[112123]: from='client.184656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:52 smithi138 ceph-mon[117003]: 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-07T08:23:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:52 smithi138 ceph-mon[117003]: from='client.184656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:54 smithi161 ceph-mon[116604]: 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-07T08:23:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:54 smithi028 ceph-mon[112123]: 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-07T08:23:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:54 smithi138 ceph-mon[117003]: 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-07T08:23:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:56 smithi161 ceph-mon[116604]: 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-07T08:23:57.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:23:57.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:23:57.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:23:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:56 smithi028 ceph-mon[112123]: 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-07T08:23:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:56 smithi138 ceph-mon[117003]: 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-07T08:23:57.968 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:23:57.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:23:57.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:23:57.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:23:57.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:23:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:58 smithi161 ceph-mon[116604]: 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-07T08:23:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:23:58 smithi161 ceph-mon[116604]: from='client.184734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:58 smithi028 ceph-mon[112123]: 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-07T08:23:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:23:58 smithi028 ceph-mon[112123]: from='client.184734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:23:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:58 smithi138 ceph-mon[117003]: 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-07T08:23:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:23:58 smithi138 ceph-mon[117003]: from='client.184734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:00 smithi161 ceph-mon[116604]: pgmap v6520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:24:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:00 smithi028 ceph-mon[112123]: pgmap v6520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:24:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:00 smithi138 ceph-mon[117003]: pgmap v6520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:24:02.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:02.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:02.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:02 smithi161 ceph-mon[116604]: pgmap v6521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:02 smithi028 ceph-mon[112123]: pgmap v6521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:02 smithi138 ceph-mon[117003]: pgmap v6521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:03.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:03.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:03.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:03.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:03.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:03 smithi028 ceph-mon[112123]: 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-07T08:24:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:03 smithi028 ceph-mon[112123]: from='client.184809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:03 smithi138 ceph-mon[117003]: 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-07T08:24:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:03 smithi138 ceph-mon[117003]: from='client.184809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:03 smithi161 ceph-mon[116604]: 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-07T08:24:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:03 smithi161 ceph-mon[116604]: from='client.184809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:06 smithi161 ceph-mon[116604]: 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-07T08:24:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:06 smithi028 ceph-mon[112123]: 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-07T08:24:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:06 smithi138 ceph-mon[117003]: 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-07T08:24:08.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:08.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:08.736 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:08 smithi161 ceph-mon[116604]: 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-07T08:24:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:08 smithi028 ceph-mon[112123]: 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-07T08:24:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:08 smithi138 ceph-mon[117003]: 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-07T08:24:09.503 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:09.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:09.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:09.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:09.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:10 smithi161 ceph-mon[116604]: from='client.184884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:10 smithi161 ceph-mon[116604]: pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:24:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:10 smithi028 ceph-mon[112123]: from='client.184884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:10 smithi028 ceph-mon[112123]: pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:24:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:10 smithi138 ceph-mon[117003]: from='client.184884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:10 smithi138 ceph-mon[117003]: pgmap v6525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:24:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:12 smithi161 ceph-mon[116604]: pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:24:13.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:12 smithi028 ceph-mon[112123]: pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:24:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:12 smithi138 ceph-mon[117003]: pgmap v6526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:24:14.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:14.506 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:14.506 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:14 smithi161 ceph-mon[116604]: pgmap v6527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:24:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:14 smithi028 ceph-mon[112123]: pgmap v6527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:24:15.273 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:15.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:15.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:15.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:15.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:14 smithi138 ceph-mon[117003]: pgmap v6527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:24:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:15 smithi161 ceph-mon[116604]: from='client.184962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:24:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:15 smithi028 ceph-mon[112123]: from='client.184962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:24:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:15 smithi138 ceph-mon[117003]: from='client.184962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:24:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:16 smithi161 ceph-mon[116604]: pgmap v6528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:24:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:24:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:24:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:16 smithi028 ceph-mon[112123]: pgmap v6528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:24:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:24:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:24:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:16 smithi138 ceph-mon[117003]: pgmap v6528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:24:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:24:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:24:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:18 smithi161 ceph-mon[116604]: pgmap v6529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:18 smithi028 ceph-mon[112123]: pgmap v6529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:18 smithi138 ceph-mon[117003]: pgmap v6529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:20.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:20.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:20.276 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:21.049 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:21.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:21.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:21.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:21.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:20 smithi161 ceph-mon[116604]: 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-07T08:24:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:20 smithi028 ceph-mon[112123]: 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-07T08:24:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:20 smithi138 ceph-mon[117003]: 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-07T08:24:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:21 smithi161 ceph-mon[116604]: from='client.185040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:21 smithi028 ceph-mon[112123]: from='client.185040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:21 smithi138 ceph-mon[117003]: from='client.185040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:22 smithi161 ceph-mon[116604]: pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:24:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:22 smithi028 ceph-mon[112123]: pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:24:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:22 smithi138 ceph-mon[117003]: pgmap v6531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:24:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:24 smithi161 ceph-mon[116604]: pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:24:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:24 smithi028 ceph-mon[112123]: pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:24:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:24 smithi138 ceph-mon[117003]: pgmap v6532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:24:26.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:26.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:26.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:25 smithi138 ceph-mon[117003]: pgmap v6533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:24:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:25 smithi161 ceph-mon[116604]: pgmap v6533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:24:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:25 smithi028 ceph-mon[112123]: pgmap v6533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:24:26.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:26.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:26.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:26.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:26.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:27 smithi161 ceph-mon[116604]: from='client.185112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:27 smithi028 ceph-mon[112123]: from='client.185112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:27 smithi138 ceph-mon[117003]: from='client.185112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:28 smithi161 ceph-mon[116604]: pgmap v6534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:28 smithi028 ceph-mon[112123]: pgmap v6534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:28 smithi138 ceph-mon[117003]: pgmap v6534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:30 smithi161 ceph-mon[116604]: pgmap v6535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:24:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:30 smithi028 ceph-mon[112123]: pgmap v6535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:24:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:30 smithi138 ceph-mon[117003]: pgmap v6535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:24:31.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:31.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:31.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:32.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:32.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:32.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:32.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:32.594 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:32 smithi161 ceph-mon[116604]: 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-07T08:24:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:32 smithi028 ceph-mon[112123]: 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-07T08:24:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:32 smithi138 ceph-mon[117003]: 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-07T08:24:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:33 smithi161 ceph-mon[116604]: from='client.185184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:33 smithi028 ceph-mon[112123]: from='client.185184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:33 smithi138 ceph-mon[117003]: from='client.185184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:34 smithi161 ceph-mon[116604]: 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-07T08:24:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:34 smithi028 ceph-mon[112123]: 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-07T08:24:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:34 smithi138 ceph-mon[117003]: 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-07T08:24:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:36 smithi161 ceph-mon[116604]: 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-07T08:24:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:36 smithi028 ceph-mon[112123]: 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-07T08:24:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:36 smithi138 ceph-mon[117003]: 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-07T08:24:37.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:37.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:37.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:38.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:38.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:38.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:38.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:38.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:38 smithi161 ceph-mon[116604]: 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-07T08:24:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:38 smithi028 ceph-mon[112123]: 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-07T08:24:39.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:38 smithi138 ceph-mon[117003]: 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-07T08:24:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:39 smithi161 ceph-mon[116604]: from='client.185259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:39 smithi028 ceph-mon[112123]: from='client.185259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:39 smithi138 ceph-mon[117003]: from='client.185259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:40 smithi161 ceph-mon[116604]: pgmap v6540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:24:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:40 smithi028 ceph-mon[112123]: pgmap v6540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:24:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:40 smithi138 ceph-mon[117003]: pgmap v6540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:24:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:42 smithi161 ceph-mon[116604]: pgmap v6541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:42 smithi028 ceph-mon[112123]: pgmap v6541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:42 smithi138 ceph-mon[117003]: pgmap v6541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:43.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:43.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:43.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:44.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:44.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:44.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:44.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:44.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:44 smithi161 ceph-mon[116604]: 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-07T08:24:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:44 smithi161 ceph-mon[116604]: from='client.185337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:44 smithi028 ceph-mon[112123]: 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-07T08:24:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:44 smithi028 ceph-mon[112123]: from='client.185337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:44 smithi138 ceph-mon[117003]: 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-07T08:24:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:44 smithi138 ceph-mon[117003]: from='client.185337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:46 smithi161 ceph-mon[116604]: 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-07T08:24:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:46 smithi028 ceph-mon[112123]: 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-07T08:24:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:46 smithi138 ceph-mon[117003]: 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-07T08:24:49.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:49.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:49.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:48 smithi161 ceph-mon[116604]: 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-07T08:24:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:48 smithi028 ceph-mon[112123]: 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-07T08:24:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:48 smithi138 ceph-mon[117003]: 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-07T08:24:49.922 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:49.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:49.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:49.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:49.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:50 smithi161 ceph-mon[116604]: pgmap v6545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:50 smithi161 ceph-mon[116604]: from='client.185412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:50 smithi028 ceph-mon[112123]: pgmap v6545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:50 smithi028 ceph-mon[112123]: from='client.185412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:50 smithi138 ceph-mon[117003]: pgmap v6545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:50 smithi138 ceph-mon[117003]: from='client.185412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:52 smithi161 ceph-mon[116604]: pgmap v6546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:52 smithi028 ceph-mon[112123]: pgmap v6546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:52 smithi138 ceph-mon[117003]: pgmap v6546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:54.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:24:54.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:24:54.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:24:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:54 smithi161 ceph-mon[116604]: pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:54 smithi028 ceph-mon[112123]: pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:54 smithi138 ceph-mon[117003]: pgmap v6547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:55.696 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:24:55.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:24:55.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:24:55.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:24:55.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:24:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:56 smithi161 ceph-mon[116604]: from='client.185487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:56 smithi161 ceph-mon[116604]: pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:56 smithi028 ceph-mon[112123]: from='client.185487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:56 smithi028 ceph-mon[112123]: pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:56 smithi138 ceph-mon[117003]: from='client.185487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:24:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:56 smithi138 ceph-mon[117003]: pgmap v6548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:24:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:24:58 smithi161 ceph-mon[116604]: pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:24:58 smithi028 ceph-mon[112123]: pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:24:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:24:58 smithi138 ceph-mon[117003]: pgmap v6549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:00.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:00.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:00.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:00 smithi161 ceph-mon[116604]: 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-07T08:25:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:00 smithi028 ceph-mon[112123]: 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-07T08:25:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:00 smithi138 ceph-mon[117003]: 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-07T08:25:01.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:01.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:01.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:01.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:01.467 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:02 smithi161 ceph-mon[116604]: from='client.185565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:02 smithi161 ceph-mon[116604]: pgmap v6551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:02 smithi028 ceph-mon[112123]: from='client.185565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:02 smithi028 ceph-mon[112123]: pgmap v6551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:02 smithi138 ceph-mon[117003]: from='client.185565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:03.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:02 smithi138 ceph-mon[117003]: pgmap v6551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:03 smithi138 ceph-mon[117003]: pgmap v6552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:03 smithi161 ceph-mon[116604]: pgmap v6552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:03 smithi028 ceph-mon[112123]: pgmap v6552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:06.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:06.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:06.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:06 smithi161 ceph-mon[116604]: pgmap v6553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:06 smithi028 ceph-mon[112123]: pgmap v6553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:06 smithi138 ceph-mon[117003]: pgmap v6553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:07.239 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:07.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:07.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:07.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:07.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:07 smithi161 ceph-mon[116604]: from='client.185640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:07 smithi028 ceph-mon[112123]: from='client.185640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:07 smithi138 ceph-mon[117003]: from='client.185640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:08 smithi161 ceph-mon[116604]: pgmap v6554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:08 smithi028 ceph-mon[112123]: pgmap v6554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:08 smithi138 ceph-mon[117003]: pgmap v6554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:10 smithi161 ceph-mon[116604]: pgmap v6555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:10 smithi028 ceph-mon[112123]: pgmap v6555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:10 smithi138 ceph-mon[117003]: pgmap v6555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:12.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:12.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:12.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:13.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:13.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:13.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:13.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:13.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:12 smithi161 ceph-mon[116604]: 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-07T08:25:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:12 smithi028 ceph-mon[112123]: 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-07T08:25:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:12 smithi138 ceph-mon[117003]: 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-07T08:25:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:13 smithi161 ceph-mon[116604]: from='client.185718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:13 smithi028 ceph-mon[112123]: from='client.185718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:13 smithi138 ceph-mon[117003]: from='client.185718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:14 smithi161 ceph-mon[116604]: 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-07T08:25:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:14 smithi028 ceph-mon[112123]: 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-07T08:25:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:14 smithi138 ceph-mon[117003]: 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-07T08:25:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:16 smithi161 ceph-mon[116604]: 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-07T08:25:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:25:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:16 smithi028 ceph-mon[112123]: 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-07T08:25:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:25:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:16 smithi138 ceph-mon[117003]: 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-07T08:25:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:25:18.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:18.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:18.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:25:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:25:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:25:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:25:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:25:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:25:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:25:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:25:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:25:18.783 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:18.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:18.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:18.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:18.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:18 smithi161 ceph-mon[116604]: 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-07T08:25:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:18 smithi028 ceph-mon[112123]: 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-07T08:25:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:18 smithi138 ceph-mon[117003]: 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-07T08:25:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:19 smithi161 ceph-mon[116604]: from='client.185796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:19 smithi028 ceph-mon[112123]: from='client.185796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:19 smithi138 ceph-mon[117003]: from='client.185796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:20 smithi161 ceph-mon[116604]: pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:20 smithi028 ceph-mon[112123]: pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:21.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:20 smithi138 ceph-mon[117003]: pgmap v6560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:22 smithi161 ceph-mon[116604]: pgmap v6561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:22 smithi028 ceph-mon[112123]: pgmap v6561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:22 smithi138 ceph-mon[117003]: pgmap v6561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:23.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:23.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:23.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:24.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:24.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:24.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:24.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:24.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:24 smithi161 ceph-mon[116604]: 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-07T08:25:25.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:24 smithi028 ceph-mon[112123]: 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-07T08:25:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:24 smithi138 ceph-mon[117003]: 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-07T08:25:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:25 smithi161 ceph-mon[116604]: from='client.185871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:25 smithi028 ceph-mon[112123]: from='client.185871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:25 smithi138 ceph-mon[117003]: from='client.185871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:26 smithi161 ceph-mon[116604]: pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:26 smithi028 ceph-mon[112123]: pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:26 smithi138 ceph-mon[117003]: pgmap v6563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:28 smithi161 ceph-mon[116604]: pgmap v6564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:28 smithi028 ceph-mon[112123]: pgmap v6564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:28 smithi138 ceph-mon[117003]: pgmap v6564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:29.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:29.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:29.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:30.327 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:30.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:30.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:30.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:30.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:30 smithi161 ceph-mon[116604]: pgmap v6565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:30 smithi028 ceph-mon[112123]: pgmap v6565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:30 smithi138 ceph-mon[117003]: pgmap v6565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:31 smithi161 ceph-mon[116604]: from='client.185946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:31 smithi028 ceph-mon[112123]: from='client.185946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:31 smithi138 ceph-mon[117003]: from='client.185946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:33.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:32 smithi161 ceph-mon[116604]: pgmap v6566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:33.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:32 smithi028 ceph-mon[112123]: pgmap v6566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:32 smithi138 ceph-mon[117003]: pgmap v6566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:34 smithi161 ceph-mon[116604]: pgmap v6567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:34 smithi028 ceph-mon[112123]: pgmap v6567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:34 smithi138 ceph-mon[117003]: pgmap v6567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:25:35.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:35.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:35.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:36.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:36.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:36.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:36.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:36.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:36 smithi161 ceph-mon[116604]: pgmap v6568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:36 smithi161 ceph-mon[116604]: from='client.186024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:36 smithi028 ceph-mon[112123]: pgmap v6568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:36 smithi028 ceph-mon[112123]: from='client.186024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:36 smithi138 ceph-mon[117003]: pgmap v6568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:36 smithi138 ceph-mon[117003]: from='client.186024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:37 smithi138 ceph-mon[117003]: pgmap v6569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:37 smithi161 ceph-mon[116604]: pgmap v6569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:37 smithi028 ceph-mon[112123]: pgmap v6569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:40 smithi161 ceph-mon[116604]: pgmap v6570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:40 smithi028 ceph-mon[112123]: pgmap v6570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:40 smithi138 ceph-mon[117003]: pgmap v6570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:41.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:41.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:41.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:41.884 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:41.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:41.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:41.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:41.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:42 smithi161 ceph-mon[116604]: pgmap v6571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:42 smithi161 ceph-mon[116604]: from='client.186099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:42 smithi028 ceph-mon[112123]: pgmap v6571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:42 smithi028 ceph-mon[112123]: from='client.186099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:42 smithi138 ceph-mon[117003]: pgmap v6571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:42 smithi138 ceph-mon[117003]: from='client.186099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:44 smithi161 ceph-mon[116604]: pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:44 smithi028 ceph-mon[112123]: pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:44 smithi138 ceph-mon[117003]: pgmap v6572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:46.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:46.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:46.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:46 smithi161 ceph-mon[116604]: pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:46 smithi028 ceph-mon[112123]: pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:46 smithi138 ceph-mon[117003]: pgmap v6573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:47.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:47.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:47.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:47.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:47.653 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:48 smithi161 ceph-mon[116604]: from='client.186174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:48 smithi161 ceph-mon[116604]: pgmap v6574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:48 smithi028 ceph-mon[112123]: from='client.186174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:48 smithi028 ceph-mon[112123]: pgmap v6574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:48 smithi138 ceph-mon[117003]: from='client.186174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:48 smithi138 ceph-mon[117003]: pgmap v6574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:25:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:50 smithi161 ceph-mon[116604]: pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:50 smithi028 ceph-mon[112123]: pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:50 smithi138 ceph-mon[117003]: pgmap v6575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:25:52.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:52.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:52.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:52 smithi161 ceph-mon[116604]: 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-07T08:25:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:52 smithi028 ceph-mon[112123]: 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-07T08:25:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:52 smithi138 ceph-mon[117003]: 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-07T08:25:53.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:53.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:53.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:53.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:53.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:54 smithi161 ceph-mon[116604]: from='client.186252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:54 smithi161 ceph-mon[116604]: 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-07T08:25:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:54 smithi028 ceph-mon[112123]: from='client.186252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:54 smithi028 ceph-mon[112123]: 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-07T08:25:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:54 smithi138 ceph-mon[117003]: from='client.186252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:25:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:54 smithi138 ceph-mon[117003]: 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-07T08:25:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:56 smithi161 ceph-mon[116604]: 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-07T08:25:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:56 smithi028 ceph-mon[112123]: 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-07T08:25:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:56 smithi138 ceph-mon[117003]: 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-07T08:25:58.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:25:58.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:25:58.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:25:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:58 smithi161 ceph-mon[116604]: 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-07T08:25:59.198 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:25:59.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:25:59.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:25:59.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:25:59.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:25:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:58 smithi028 ceph-mon[112123]: 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-07T08:25:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:58 smithi138 ceph-mon[117003]: 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-07T08:26:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:25:59 smithi028 ceph-mon[112123]: from='client.186330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:25:59 smithi138 ceph-mon[117003]: from='client.186330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:25:59 smithi161 ceph-mon[116604]: from='client.186330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:00 smithi161 ceph-mon[116604]: 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-07T08:26:01.223 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:00 smithi028 ceph-mon[112123]: 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-07T08:26:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:00 smithi138 ceph-mon[117003]: 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-07T08:26:03.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:02 smithi161 ceph-mon[116604]: pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:02 smithi028 ceph-mon[112123]: pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:02 smithi138 ceph-mon[117003]: pgmap v6581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:04.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:04.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:04.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:04.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:04.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:04.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:04.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:04.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:04 smithi161 ceph-mon[116604]: 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-07T08:26:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:04 smithi028 ceph-mon[112123]: 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-07T08:26:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:04 smithi138 ceph-mon[117003]: 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-07T08:26:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:05 smithi161 ceph-mon[116604]: from='client.186405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:05 smithi028 ceph-mon[112123]: from='client.186405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:05 smithi138 ceph-mon[117003]: from='client.186405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:06 smithi161 ceph-mon[116604]: pgmap v6583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:06 smithi028 ceph-mon[112123]: pgmap v6583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:06 smithi138 ceph-mon[117003]: pgmap v6583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:08 smithi161 ceph-mon[116604]: pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:08 smithi028 ceph-mon[112123]: pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:08 smithi138 ceph-mon[117003]: pgmap v6584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:09.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:09.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:09.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:10.735 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:10.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:10.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:10.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:10.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:10 smithi161 ceph-mon[116604]: pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:10 smithi028 ceph-mon[112123]: pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:10 smithi138 ceph-mon[117003]: pgmap v6585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:11 smithi161 ceph-mon[116604]: from='client.186483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:11 smithi028 ceph-mon[112123]: from='client.186483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:11 smithi138 ceph-mon[117003]: from='client.186483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:12 smithi161 ceph-mon[116604]: pgmap v6586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:12 smithi028 ceph-mon[112123]: pgmap v6586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:12 smithi138 ceph-mon[117003]: pgmap v6586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:14 smithi161 ceph-mon[116604]: pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:14 smithi028 ceph-mon[112123]: pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:14 smithi138 ceph-mon[117003]: pgmap v6587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:15.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:15.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:15.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:15 smithi028 ceph-mon[112123]: pgmap v6588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:15 smithi138 ceph-mon[117003]: pgmap v6588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:15 smithi161 ceph-mon[116604]: pgmap v6588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:16.525 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:16.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:16.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:16.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:16.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:17 smithi161 ceph-mon[116604]: from='client.186558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:26:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:26:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:26:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:26:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:17 smithi028 ceph-mon[112123]: from='client.186558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:26:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:26:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:26:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:26:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:17 smithi138 ceph-mon[117003]: from='client.186558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:26:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:26:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:26:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:26:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:18 smithi161 ceph-mon[116604]: pgmap v6589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:18 smithi028 ceph-mon[112123]: pgmap v6589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:18 smithi138 ceph-mon[117003]: pgmap v6589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:20 smithi161 ceph-mon[116604]: pgmap v6590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:20 smithi028 ceph-mon[112123]: pgmap v6590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:20 smithi138 ceph-mon[117003]: pgmap v6590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:21.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:21.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:21.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:22.290 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:22.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:22.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:22.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:22.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:23.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:22 smithi161 ceph-mon[116604]: pgmap v6591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:23.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:22 smithi161 ceph-mon[116604]: from='client.186633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:22 smithi028 ceph-mon[112123]: pgmap v6591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:22 smithi028 ceph-mon[112123]: from='client.186633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:22 smithi138 ceph-mon[117003]: pgmap v6591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:22 smithi138 ceph-mon[117003]: from='client.186633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:24 smithi161 ceph-mon[116604]: pgmap v6592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:24 smithi028 ceph-mon[112123]: pgmap v6592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:24 smithi138 ceph-mon[117003]: pgmap v6592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:26 smithi161 ceph-mon[116604]: pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:26 smithi028 ceph-mon[112123]: pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:26 smithi138 ceph-mon[117003]: pgmap v6593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:27.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:27.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:27.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:28.071 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:28.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:28.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:28.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:28.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:28 smithi161 ceph-mon[116604]: pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:28 smithi161 ceph-mon[116604]: from='client.186711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:28 smithi028 ceph-mon[112123]: pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:28 smithi028 ceph-mon[112123]: from='client.186711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:28 smithi138 ceph-mon[117003]: pgmap v6594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:28 smithi138 ceph-mon[117003]: from='client.186711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:29 smithi138 ceph-mon[117003]: pgmap v6595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:29 smithi161 ceph-mon[116604]: pgmap v6595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:30.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:29 smithi028 ceph-mon[112123]: pgmap v6595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:33.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:33.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:33.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:32 smithi161 ceph-mon[116604]: 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-07T08:26:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:32 smithi028 ceph-mon[112123]: 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-07T08:26:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:32 smithi138 ceph-mon[117003]: 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-07T08:26:33.862 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:33.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:33.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:33.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:33.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:34 smithi161 ceph-mon[116604]: 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-07T08:26:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:34 smithi161 ceph-mon[116604]: from='client.186783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:34 smithi028 ceph-mon[112123]: 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-07T08:26:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:34 smithi028 ceph-mon[112123]: from='client.186783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:34 smithi138 ceph-mon[117003]: 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-07T08:26:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:34 smithi138 ceph-mon[117003]: from='client.186783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:36 smithi161 ceph-mon[116604]: 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-07T08:26:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:36 smithi028 ceph-mon[112123]: 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-07T08:26:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:36 smithi138 ceph-mon[117003]: 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-07T08:26:38.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:38.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:38.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:38 smithi161 ceph-mon[116604]: 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-07T08:26:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:38 smithi028 ceph-mon[112123]: 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-07T08:26:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:38 smithi138 ceph-mon[117003]: 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-07T08:26:39.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:39.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:39.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:39.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:39.635 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:40 smithi161 ceph-mon[116604]: from='client.186858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:40 smithi161 ceph-mon[116604]: pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:40 smithi028 ceph-mon[112123]: from='client.186858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:40 smithi028 ceph-mon[112123]: pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:40 smithi138 ceph-mon[117003]: from='client.186858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:40 smithi138 ceph-mon[117003]: pgmap v6600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:42 smithi161 ceph-mon[116604]: pgmap v6601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:42 smithi028 ceph-mon[112123]: pgmap v6601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:42 smithi138 ceph-mon[117003]: pgmap v6601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:44.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:44.637 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:44.637 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:44 smithi161 ceph-mon[116604]: pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:44 smithi028 ceph-mon[112123]: pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:44 smithi138 ceph-mon[117003]: pgmap v6602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:45.403 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:45.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:45.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:45.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:45.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:46 smithi028 ceph-mon[112123]: from='client.186936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:46 smithi028 ceph-mon[112123]: pgmap v6603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:46 smithi138 ceph-mon[117003]: from='client.186936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:46 smithi138 ceph-mon[117003]: pgmap v6603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:46 smithi161 ceph-mon[116604]: from='client.186936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:46 smithi161 ceph-mon[116604]: pgmap v6603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:47 smithi138 ceph-mon[117003]: pgmap v6604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:47 smithi161 ceph-mon[116604]: pgmap v6604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:47 smithi028 ceph-mon[112123]: pgmap v6604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:26:50.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:50.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:50.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:50 smithi161 ceph-mon[116604]: pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:50 smithi028 ceph-mon[112123]: pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:50 smithi138 ceph-mon[117003]: pgmap v6605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:51.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:51.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:51.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:51.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:51.178 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:51 smithi161 ceph-mon[116604]: from='client.187011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:51 smithi028 ceph-mon[112123]: from='client.187011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:51 smithi138 ceph-mon[117003]: from='client.187011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:53.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:52 smithi161 ceph-mon[116604]: 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-07T08:26:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:52 smithi028 ceph-mon[112123]: 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-07T08:26:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:52 smithi138 ceph-mon[117003]: 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-07T08:26:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:54 smithi161 ceph-mon[116604]: 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-07T08:26:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:54 smithi028 ceph-mon[112123]: 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-07T08:26:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:54 smithi138 ceph-mon[117003]: 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-07T08:26:56.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:26:56.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:26:56.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:26:56.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:26:56.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:26:56.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:26:56.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:26:56.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:26:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:56 smithi161 ceph-mon[116604]: pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:56 smithi028 ceph-mon[112123]: pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:56 smithi138 ceph-mon[117003]: pgmap v6608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:26:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:57 smithi161 ceph-mon[116604]: from='client.187086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:57 smithi028 ceph-mon[112123]: from='client.187086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:57 smithi138 ceph-mon[117003]: from='client.187086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:26:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:26:58 smithi161 ceph-mon[116604]: pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:26:58 smithi028 ceph-mon[112123]: pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:26:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:26:58 smithi138 ceph-mon[117003]: pgmap v6609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:00 smithi161 ceph-mon[116604]: pgmap v6610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:00 smithi028 ceph-mon[112123]: pgmap v6610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:00 smithi138 ceph-mon[117003]: pgmap v6610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:01.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:01.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:01.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:02.725 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:02.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:02.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:02.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:02.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:02 smithi028 ceph-mon[112123]: pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:02 smithi138 ceph-mon[117003]: pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:02 smithi161 ceph-mon[116604]: pgmap v6611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:03 smithi028 ceph-mon[112123]: from='client.187161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:03 smithi138 ceph-mon[117003]: from='client.187161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:03 smithi161 ceph-mon[116604]: from='client.187161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:04 smithi028 ceph-mon[112123]: pgmap v6612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:04 smithi138 ceph-mon[117003]: pgmap v6612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:04 smithi161 ceph-mon[116604]: pgmap v6612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:05 smithi028 ceph-mon[112123]: pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:05 smithi138 ceph-mon[117003]: pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:05 smithi161 ceph-mon[116604]: pgmap v6613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:07.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:07.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:07.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:08.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:08.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:08.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:08.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:08.499 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:08 smithi161 ceph-mon[116604]: pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:08 smithi028 ceph-mon[112123]: pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:08 smithi138 ceph-mon[117003]: pgmap v6614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:09 smithi161 ceph-mon[116604]: from='client.187233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:09 smithi028 ceph-mon[112123]: from='client.187233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:09 smithi138 ceph-mon[117003]: from='client.187233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:10 smithi161 ceph-mon[116604]: pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:10 smithi028 ceph-mon[112123]: pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:10 smithi138 ceph-mon[117003]: pgmap v6615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:12 smithi028 ceph-mon[112123]: 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-07T08:27:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:12 smithi138 ceph-mon[117003]: 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-07T08:27:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:12 smithi161 ceph-mon[116604]: 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-07T08:27:13.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:13.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:13.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:14.283 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:14.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:14.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:14.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:14.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:14 smithi028 ceph-mon[112123]: 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-07T08:27:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:14 smithi028 ceph-mon[112123]: from='client.187305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:14 smithi138 ceph-mon[117003]: 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-07T08:27:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:14 smithi138 ceph-mon[117003]: from='client.187305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:14 smithi161 ceph-mon[116604]: 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-07T08:27:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:14 smithi161 ceph-mon[116604]: from='client.187305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:15 smithi028 ceph-mon[112123]: pgmap v6618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:27:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:15 smithi138 ceph-mon[117003]: pgmap v6618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:27:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:15 smithi161 ceph-mon[116604]: pgmap v6618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:27:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:18 smithi161 ceph-mon[116604]: pgmap v6619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:27:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:27:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:27:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:27:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:27:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:18 smithi028 ceph-mon[112123]: pgmap v6619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:27:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:27:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:27:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:27:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:27:19.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:19.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:19.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:18 smithi138 ceph-mon[117003]: pgmap v6619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:27:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:27:19.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:27:19.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:27:19.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:27:20.057 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:20.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:20.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:20.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:20.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:20 smithi161 ceph-mon[116604]: pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:20 smithi161 ceph-mon[116604]: from='client.187380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:20 smithi028 ceph-mon[112123]: pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:20 smithi028 ceph-mon[112123]: from='client.187380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:20 smithi138 ceph-mon[117003]: pgmap v6620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:20 smithi138 ceph-mon[117003]: from='client.187380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:22 smithi028 ceph-mon[112123]: pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:27:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:22 smithi138 ceph-mon[117003]: pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:27:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:22 smithi161 ceph-mon[116604]: pgmap v6621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:27:25.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:25.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:25.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:25.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:24 smithi028 ceph-mon[112123]: pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:27:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:24 smithi138 ceph-mon[117003]: pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:27:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:24 smithi161 ceph-mon[116604]: pgmap v6622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:27:25.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:25.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:25.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:25.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:25.835 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:26 smithi028 ceph-mon[112123]: pgmap v6623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:26 smithi028 ceph-mon[112123]: from='client.187452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:26 smithi138 ceph-mon[117003]: pgmap v6623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:26 smithi138 ceph-mon[117003]: from='client.187452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:26 smithi161 ceph-mon[116604]: pgmap v6623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:26 smithi161 ceph-mon[116604]: from='client.187452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:28 smithi028 ceph-mon[112123]: pgmap v6624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:27:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:28 smithi138 ceph-mon[117003]: pgmap v6624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:27:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:28 smithi161 ceph-mon[116604]: pgmap v6624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:27:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:29 smithi138 ceph-mon[117003]: pgmap v6625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:27:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:30 smithi161 ceph-mon[116604]: pgmap v6625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:27:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:29 smithi028 ceph-mon[112123]: pgmap v6625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:27:30.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:30.837 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:30.837 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:31.604 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:31.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:31.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:31.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:31.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:32 smithi161 ceph-mon[116604]: from='client.187527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:32 smithi161 ceph-mon[116604]: 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-07T08:27:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:32 smithi028 ceph-mon[112123]: from='client.187527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:32 smithi028 ceph-mon[112123]: 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-07T08:27:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:32 smithi138 ceph-mon[117003]: from='client.187527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:32 smithi138 ceph-mon[117003]: 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-07T08:27:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:34 smithi161 ceph-mon[116604]: 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-07T08:27:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:34 smithi028 ceph-mon[112123]: 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-07T08:27:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:34 smithi138 ceph-mon[117003]: 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-07T08:27:36.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:36.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:36.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:36 smithi161 ceph-mon[116604]: pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:36 smithi028 ceph-mon[112123]: pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:36 smithi138 ceph-mon[117003]: pgmap v6628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:37.385 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:37.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:37.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:37.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:37.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:38 smithi028 ceph-mon[112123]: from='client.187593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:38 smithi028 ceph-mon[112123]: pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:38 smithi138 ceph-mon[117003]: from='client.187593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:38 smithi138 ceph-mon[117003]: pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:38 smithi161 ceph-mon[116604]: from='client.187593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:38 smithi161 ceph-mon[116604]: pgmap v6629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:40 smithi028 ceph-mon[112123]: pgmap v6630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:40 smithi138 ceph-mon[117003]: pgmap v6630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:40 smithi161 ceph-mon[116604]: pgmap v6630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:42.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:42.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:42.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:43.153 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:43.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:43.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:43.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:43.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:42 smithi028 ceph-mon[112123]: pgmap v6631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:42 smithi138 ceph-mon[117003]: pgmap v6631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:42 smithi161 ceph-mon[116604]: pgmap v6631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:44.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:43 smithi028 ceph-mon[112123]: from='client.187668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:44.312 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:43 smithi138 ceph-mon[117003]: from='client.187668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:43 smithi161 ceph-mon[116604]: from='client.187668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:44 smithi028 ceph-mon[112123]: pgmap v6632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:45.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:44 smithi138 ceph-mon[117003]: pgmap v6632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:44 smithi161 ceph-mon[116604]: pgmap v6632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:45 smithi028 ceph-mon[112123]: pgmap v6633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:45 smithi138 ceph-mon[117003]: pgmap v6633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:45 smithi161 ceph-mon[116604]: pgmap v6633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:48.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:48.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:48.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:48.923 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:48.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:48.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:48.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:48.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:48 smithi028 ceph-mon[112123]: pgmap v6634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:48 smithi138 ceph-mon[117003]: pgmap v6634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:49.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:48 smithi161 ceph-mon[116604]: pgmap v6634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:49 smithi028 ceph-mon[112123]: from='client.187743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:49 smithi138 ceph-mon[117003]: from='client.187743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:49 smithi161 ceph-mon[116604]: from='client.187743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:50 smithi028 ceph-mon[112123]: pgmap v6635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:50 smithi138 ceph-mon[117003]: pgmap v6635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:50 smithi161 ceph-mon[116604]: pgmap v6635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:27:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:52 smithi028 ceph-mon[112123]: 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-07T08:27:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:52 smithi138 ceph-mon[117003]: 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-07T08:27:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:52 smithi161 ceph-mon[116604]: 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-07T08:27:53.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:53.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:53.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:27:54.695 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:27:54.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:27:54.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:27:54.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:27:54.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:27:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:54 smithi028 ceph-mon[112123]: 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-07T08:27:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:54 smithi138 ceph-mon[117003]: 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-07T08:27:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:54 smithi161 ceph-mon[116604]: 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-07T08:27:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:55 smithi028 ceph-mon[112123]: from='client.187818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:55 smithi138 ceph-mon[117003]: from='client.187818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:55 smithi161 ceph-mon[116604]: from='client.187818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:27:57.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:56 smithi028 ceph-mon[112123]: pgmap v6638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:56 smithi138 ceph-mon[117003]: pgmap v6638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:56 smithi161 ceph-mon[116604]: pgmap v6638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:27:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:58 smithi028 ceph-mon[112123]: pgmap v6639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:27:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:58 smithi138 ceph-mon[117003]: pgmap v6639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:27:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:58 smithi161 ceph-mon[116604]: pgmap v6639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:27:59.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:27:59.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:27:59.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:27:59 smithi028 ceph-mon[112123]: pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:27:59 smithi138 ceph-mon[117003]: pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:27:59 smithi161 ceph-mon[116604]: pgmap v6640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:00.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:00.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:00.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:00.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:00.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:00 smithi028 ceph-mon[112123]: from='client.187893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:00 smithi138 ceph-mon[117003]: from='client.187893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:00 smithi161 ceph-mon[116604]: from='client.187893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:02 smithi028 ceph-mon[112123]: pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:28:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:02 smithi138 ceph-mon[117003]: pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:28:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:02 smithi161 ceph-mon[116604]: pgmap v6641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:28:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:04 smithi028 ceph-mon[112123]: pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:28:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:04 smithi138 ceph-mon[117003]: pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:28:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:04 smithi161 ceph-mon[116604]: pgmap v6642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:28:05.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:05.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:05.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:06.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:06.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:06.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:06.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:06.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:06 smithi028 ceph-mon[112123]: pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:06 smithi028 ceph-mon[112123]: from='client.187968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:06 smithi138 ceph-mon[117003]: pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:06 smithi138 ceph-mon[117003]: from='client.187968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:06 smithi161 ceph-mon[116604]: pgmap v6643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:06 smithi161 ceph-mon[116604]: from='client.187968 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:08 smithi028 ceph-mon[112123]: 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-07T08:28:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:08 smithi138 ceph-mon[117003]: 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-07T08:28:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:08 smithi161 ceph-mon[116604]: 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-07T08:28:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:10 smithi028 ceph-mon[112123]: 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-07T08:28:11.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:11.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:11.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:10 smithi138 ceph-mon[117003]: 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-07T08:28:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:10 smithi161 ceph-mon[116604]: 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-07T08:28:12.021 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:12.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:12.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:12.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:12.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:12 smithi028 ceph-mon[112123]: 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-07T08:28:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:12 smithi028 ceph-mon[112123]: from='client.188043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:12 smithi138 ceph-mon[117003]: 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-07T08:28:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:12 smithi138 ceph-mon[117003]: from='client.188043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:13.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:12 smithi161 ceph-mon[116604]: 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-07T08:28:13.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:12 smithi161 ceph-mon[116604]: from='client.188043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:14 smithi028 ceph-mon[112123]: 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-07T08:28:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:14 smithi138 ceph-mon[117003]: 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-07T08:28:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:14 smithi161 ceph-mon[116604]: 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-07T08:28:17.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:17.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:17.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:16 smithi028 ceph-mon[112123]: pgmap v6648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:16 smithi138 ceph-mon[117003]: pgmap v6648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:16 smithi161 ceph-mon[116604]: pgmap v6648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:17.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:17.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:17.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:17.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:17.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:18 smithi028 ceph-mon[112123]: pgmap v6649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:18 smithi028 ceph-mon[112123]: from='client.188121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:28:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:18 smithi138 ceph-mon[117003]: pgmap v6649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:18 smithi138 ceph-mon[117003]: from='client.188121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:28:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:18 smithi161 ceph-mon[116604]: pgmap v6649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:18 smithi161 ceph-mon[116604]: from='client.188121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:28:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: pgmap v6650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:28:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:28:20.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: pgmap v6650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:28:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:28:20.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: pgmap v6650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:28:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:28:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:28:22.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:22.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:22.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:23.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:22 smithi028 ceph-mon[112123]: pgmap v6651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:22 smithi138 ceph-mon[117003]: pgmap v6651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:22 smithi161 ceph-mon[116604]: pgmap v6651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:23.563 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:23.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:23.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:23.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:23.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:24 smithi028 ceph-mon[112123]: from='client.188199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:24 smithi028 ceph-mon[112123]: pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:24 smithi138 ceph-mon[117003]: from='client.188199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:24 smithi138 ceph-mon[117003]: pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:24 smithi161 ceph-mon[116604]: from='client.188199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:24 smithi161 ceph-mon[116604]: pgmap v6652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:26 smithi028 ceph-mon[112123]: pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:26 smithi138 ceph-mon[117003]: pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:26 smithi161 ceph-mon[116604]: pgmap v6653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:28.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:28.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:28.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:28 smithi028 ceph-mon[112123]: 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-07T08:28:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:28 smithi138 ceph-mon[117003]: 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-07T08:28:29.332 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:29.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:29.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:29.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:29.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:28 smithi161 ceph-mon[116604]: 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-07T08:28:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:29 smithi028 ceph-mon[112123]: from='client.188277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:29 smithi138 ceph-mon[117003]: from='client.188277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:29 smithi161 ceph-mon[116604]: from='client.188277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:30 smithi028 ceph-mon[112123]: pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:28:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:30 smithi138 ceph-mon[117003]: pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:28:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:30 smithi161 ceph-mon[116604]: pgmap v6655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:28:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:32 smithi028 ceph-mon[112123]: pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:28:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:32 smithi138 ceph-mon[117003]: pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:28:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:32 smithi161 ceph-mon[116604]: pgmap v6656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:28:34.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:34.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:34.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:35.101 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:35.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:35.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:35.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:35.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:34 smithi028 ceph-mon[112123]: pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:28:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:34 smithi138 ceph-mon[117003]: pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:28:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:34 smithi161 ceph-mon[116604]: pgmap v6657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:28:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:35 smithi028 ceph-mon[112123]: from='client.188349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:35 smithi138 ceph-mon[117003]: from='client.188349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:35 smithi161 ceph-mon[116604]: from='client.188349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:36 smithi028 ceph-mon[112123]: pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:36 smithi138 ceph-mon[117003]: pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:36 smithi161 ceph-mon[116604]: pgmap v6658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:38 smithi138 ceph-mon[117003]: pgmap v6659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:28:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:38 smithi161 ceph-mon[116604]: pgmap v6659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:28:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:38 smithi028 ceph-mon[112123]: pgmap v6659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:28:40.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:40.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:40.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:40 smithi161 ceph-mon[116604]: pgmap v6660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:40 smithi028 ceph-mon[112123]: pgmap v6660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:40 smithi138 ceph-mon[117003]: pgmap v6660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:40.869 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:40.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:40.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:40.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:40.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:41 smithi028 ceph-mon[112123]: from='client.188424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:41 smithi138 ceph-mon[117003]: from='client.188424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:41 smithi161 ceph-mon[116604]: from='client.188424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:42 smithi028 ceph-mon[112123]: pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:28:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:42 smithi138 ceph-mon[117003]: pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:28:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:42 smithi161 ceph-mon[116604]: pgmap v6661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:28:45.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:44 smithi028 ceph-mon[112123]: pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:28:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:44 smithi138 ceph-mon[117003]: pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:28:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:44 smithi161 ceph-mon[116604]: pgmap v6662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:28:45.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:45.871 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:45.871 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:46.641 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:46.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:46.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:46.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:46.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:46 smithi028 ceph-mon[112123]: pgmap v6663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:28:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:46 smithi138 ceph-mon[117003]: pgmap v6663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:28:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:46 smithi161 ceph-mon[116604]: pgmap v6663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:28:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:47 smithi028 ceph-mon[112123]: from='client.188502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:47 smithi138 ceph-mon[117003]: from='client.188502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:47 smithi161 ceph-mon[116604]: from='client.188502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:49.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:48 smithi028 ceph-mon[112123]: 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-07T08:28:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:48 smithi138 ceph-mon[117003]: 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-07T08:28:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:48 smithi161 ceph-mon[116604]: 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-07T08:28:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:49 smithi138 ceph-mon[117003]: 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-07T08:28:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:49 smithi161 ceph-mon[116604]: 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-07T08:28:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:49 smithi028 ceph-mon[112123]: 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-07T08:28:51.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:51.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:51.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:52.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:52.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:52.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:52.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:52.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:52 smithi028 ceph-mon[112123]: 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-07T08:28:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:52 smithi138 ceph-mon[117003]: 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-07T08:28:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:52 smithi161 ceph-mon[116604]: 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-07T08:28:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:53 smithi028 ceph-mon[112123]: from='client.188577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:53 smithi138 ceph-mon[117003]: from='client.188577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:53 smithi161 ceph-mon[116604]: from='client.188577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:54 smithi028 ceph-mon[112123]: 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-07T08:28:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:54 smithi138 ceph-mon[117003]: 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-07T08:28:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:54 smithi161 ceph-mon[116604]: 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-07T08:28:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:56 smithi138 ceph-mon[117003]: pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:56 smithi161 ceph-mon[116604]: pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:56 smithi028 ceph-mon[112123]: pgmap v6668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:28:57.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:28:57.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:28:57.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:28:58.198 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:28:58.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:28:58.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:28:58.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:28:58.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:28:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:58 smithi028 ceph-mon[112123]: pgmap v6669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:28:58 smithi028 ceph-mon[112123]: from='client.188652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:58 smithi138 ceph-mon[117003]: pgmap v6669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:28:58 smithi138 ceph-mon[117003]: from='client.188652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:28:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:58 smithi161 ceph-mon[116604]: pgmap v6669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:28:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:28:58 smithi161 ceph-mon[116604]: from='client.188652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:00 smithi028 ceph-mon[112123]: pgmap v6670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:00 smithi138 ceph-mon[117003]: pgmap v6670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:00 smithi161 ceph-mon[116604]: pgmap v6670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:03.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:03.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:03.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:02 smithi028 ceph-mon[112123]: pgmap v6671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:02 smithi138 ceph-mon[117003]: pgmap v6671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:02 smithi161 ceph-mon[116604]: pgmap v6671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:03.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:03.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:03.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:03.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:03.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:04 smithi028 ceph-mon[112123]: pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:04 smithi028 ceph-mon[112123]: from='client.188730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:04 smithi138 ceph-mon[117003]: pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:04 smithi138 ceph-mon[117003]: from='client.188730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:04 smithi161 ceph-mon[116604]: pgmap v6672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:04 smithi161 ceph-mon[116604]: from='client.188730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:05 smithi138 ceph-mon[117003]: pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:05 smithi161 ceph-mon[116604]: pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:05 smithi028 ceph-mon[112123]: pgmap v6673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:08.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:08.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:08.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:08 smithi028 ceph-mon[112123]: 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-07T08:29:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:08 smithi138 ceph-mon[117003]: 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-07T08:29:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:08 smithi161 ceph-mon[116604]: 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-07T08:29:09.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:09.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:09.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:09.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:09.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:10 smithi028 ceph-mon[112123]: from='client.188802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:10 smithi028 ceph-mon[112123]: pgmap v6675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:10 smithi138 ceph-mon[117003]: from='client.188802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:10 smithi138 ceph-mon[117003]: pgmap v6675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:10 smithi161 ceph-mon[116604]: from='client.188802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:10 smithi161 ceph-mon[116604]: pgmap v6675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:12 smithi028 ceph-mon[112123]: pgmap v6676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:12 smithi138 ceph-mon[117003]: pgmap v6676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:12 smithi161 ceph-mon[116604]: pgmap v6676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:14 smithi138 ceph-mon[117003]: pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:14 smithi161 ceph-mon[116604]: pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:14 smithi028 ceph-mon[112123]: pgmap v6677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:14.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:14.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:14.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:15.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:15.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:15.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:15.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:15.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:16 smithi028 ceph-mon[112123]: from='client.188877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:16 smithi028 ceph-mon[112123]: pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:16 smithi138 ceph-mon[117003]: from='client.188877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:16 smithi138 ceph-mon[117003]: pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:16 smithi161 ceph-mon[116604]: from='client.188877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:16 smithi161 ceph-mon[116604]: pgmap v6678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:19.229 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:18 smithi028 ceph-mon[112123]: pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:18 smithi138 ceph-mon[117003]: pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:18 smithi161 ceph-mon[116604]: pgmap v6679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:20.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:29:20.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:29:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:29:20.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:20.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:20.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:20 smithi138 ceph-mon[117003]: pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:29:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:29:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:29:21.324 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:21.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:21.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:21.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:21.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:20 smithi161 ceph-mon[116604]: pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:29:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:29:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:29:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:20 smithi028 ceph-mon[112123]: pgmap v6680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:29:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:29:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:29:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:21 smithi138 ceph-mon[117003]: from='client.188952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:21 smithi138 ceph-mon[117003]: 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-07T08:29:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:21 smithi161 ceph-mon[116604]: from='client.188952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:21 smithi161 ceph-mon[116604]: 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-07T08:29:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:21 smithi028 ceph-mon[112123]: from='client.188952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:21 smithi028 ceph-mon[112123]: 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-07T08:29:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:24 smithi028 ceph-mon[112123]: 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-07T08:29:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:24 smithi138 ceph-mon[117003]: 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-07T08:29:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:24 smithi161 ceph-mon[116604]: 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-07T08:29:26.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:26.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:26.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:26 smithi028 ceph-mon[112123]: 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-07T08:29:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:26 smithi138 ceph-mon[117003]: 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-07T08:29:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:26 smithi161 ceph-mon[116604]: 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-07T08:29:27.095 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:27.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:27.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:27.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:27.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:27 smithi028 ceph-mon[112123]: from='client.189024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:27 smithi138 ceph-mon[117003]: from='client.189024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:27 smithi161 ceph-mon[116604]: from='client.189024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:28 smithi138 ceph-mon[117003]: 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-07T08:29:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:28 smithi161 ceph-mon[116604]: 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-07T08:29:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:28 smithi028 ceph-mon[112123]: 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-07T08:29:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:30 smithi138 ceph-mon[117003]: 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-07T08:29:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:30 smithi161 ceph-mon[116604]: 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-07T08:29:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:30 smithi028 ceph-mon[112123]: 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-07T08:29:32.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:32.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:32.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:32.876 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:32.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:32.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:32.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:32.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:32 smithi138 ceph-mon[117003]: 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-07T08:29:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:32 smithi161 ceph-mon[116604]: 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-07T08:29:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:32 smithi028 ceph-mon[112123]: 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-07T08:29:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:33 smithi138 ceph-mon[117003]: from='client.189102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:35.501 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:34 smithi138 ceph-mon[117003]: 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-07T08:29:35.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:33 smithi028 ceph-mon[112123]: from='client.189102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:35.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:34 smithi028 ceph-mon[112123]: 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-07T08:29:35.503 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:33 smithi161 ceph-mon[116604]: from='client.189102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:35.503 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:34 smithi161 ceph-mon[116604]: 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-07T08:29:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:35 smithi138 ceph-mon[117003]: pgmap v6688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:37.666 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:35 smithi028 ceph-mon[112123]: pgmap v6688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:37.667 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:35 smithi161 ceph-mon[116604]: pgmap v6688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:37.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:37.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:37.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:38.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:38.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:38.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:38.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:38.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:38 smithi028 ceph-mon[112123]: pgmap v6689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:38 smithi138 ceph-mon[117003]: pgmap v6689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:38 smithi161 ceph-mon[116604]: pgmap v6689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:39 smithi138 ceph-mon[117003]: from='client.189180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:39 smithi161 ceph-mon[116604]: from='client.189180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:39 smithi028 ceph-mon[112123]: from='client.189180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:40 smithi138 ceph-mon[117003]: pgmap v6690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:40 smithi161 ceph-mon[116604]: pgmap v6690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:40 smithi028 ceph-mon[112123]: pgmap v6690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:29:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:42 smithi028 ceph-mon[112123]: pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:42 smithi138 ceph-mon[117003]: pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:42 smithi161 ceph-mon[116604]: pgmap v6691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:43.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:43.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:43.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:44.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:44.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:44.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:44.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:44.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:44 smithi138 ceph-mon[117003]: pgmap v6692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:44 smithi161 ceph-mon[116604]: pgmap v6692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:44 smithi028 ceph-mon[112123]: pgmap v6692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:45 smithi138 ceph-mon[117003]: from='client.189255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:45 smithi161 ceph-mon[116604]: from='client.189255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:45 smithi028 ceph-mon[112123]: from='client.189255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:46 smithi138 ceph-mon[117003]: pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:29:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:46 smithi161 ceph-mon[116604]: pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:29:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:46 smithi028 ceph-mon[112123]: pgmap v6693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:29:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:47 smithi138 ceph-mon[117003]: pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:29:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:47 smithi161 ceph-mon[116604]: pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:29:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:47 smithi028 ceph-mon[112123]: pgmap v6694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:29:49.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:49.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:49.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:50.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:50.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:50.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:50.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:50.211 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:50 smithi028 ceph-mon[112123]: pgmap v6695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:50 smithi028 ceph-mon[112123]: from='client.189333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:50 smithi138 ceph-mon[117003]: pgmap v6695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:50 smithi138 ceph-mon[117003]: from='client.189333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:50 smithi161 ceph-mon[116604]: pgmap v6695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:50 smithi161 ceph-mon[116604]: from='client.189333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:52 smithi138 ceph-mon[117003]: pgmap v6696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:52 smithi161 ceph-mon[116604]: pgmap v6696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:53.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:52 smithi028 ceph-mon[112123]: pgmap v6696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:55.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:29:55.213 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:29:55.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:29:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:54 smithi138 ceph-mon[117003]: pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:54 smithi161 ceph-mon[116604]: pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:54 smithi028 ceph-mon[112123]: pgmap v6697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:29:55.982 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:29:55.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:29:55.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:29:55.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:29:55.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:29:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:56 smithi138 ceph-mon[117003]: pgmap v6698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:56 smithi138 ceph-mon[117003]: from='client.189411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:56 smithi161 ceph-mon[116604]: pgmap v6698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:56 smithi161 ceph-mon[116604]: from='client.189411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:56 smithi028 ceph-mon[112123]: pgmap v6698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:29:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:56 smithi028 ceph-mon[112123]: from='client.189411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:29:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:29:58 smithi138 ceph-mon[117003]: pgmap v6699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:29:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:29:58 smithi161 ceph-mon[116604]: pgmap v6699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:29:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:29:58 smithi028 ceph-mon[112123]: pgmap v6699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:30:00.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:00.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:00.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:00 smithi138 ceph-mon[117003]: pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:30:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T08:30:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:00 smithi161 ceph-mon[116604]: pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:30:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T08:30:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:00 smithi028 ceph-mon[112123]: pgmap v6700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:30:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T08:30:01.744 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:01.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:01.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:01.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:01.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:02 smithi138 ceph-mon[117003]: from='client.189483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:02 smithi138 ceph-mon[117003]: 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-07T08:30:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:02 smithi161 ceph-mon[116604]: from='client.189483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:02 smithi161 ceph-mon[116604]: 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-07T08:30:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:02 smithi028 ceph-mon[112123]: from='client.189483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:02 smithi028 ceph-mon[112123]: 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-07T08:30:05.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:04 smithi138 ceph-mon[117003]: 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-07T08:30:05.473 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:04 smithi028 ceph-mon[112123]: 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-07T08:30:05.473 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:04 smithi161 ceph-mon[116604]: 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-07T08:30:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:06 smithi138 ceph-mon[117003]: 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-07T08:30:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:06 smithi161 ceph-mon[116604]: 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-07T08:30:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:06 smithi028 ceph-mon[112123]: 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-07T08:30:06.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:06.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:06.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:07.527 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:07.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:07.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:07.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:07.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:07 smithi138 ceph-mon[117003]: from='client.189558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:07 smithi138 ceph-mon[117003]: 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-07T08:30:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:07 smithi161 ceph-mon[116604]: from='client.189558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:07 smithi161 ceph-mon[116604]: 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-07T08:30:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:07 smithi028 ceph-mon[112123]: from='client.189558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:07 smithi028 ceph-mon[112123]: 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-07T08:30:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:10 smithi028 ceph-mon[112123]: 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-07T08:30:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:10 smithi138 ceph-mon[117003]: 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-07T08:30:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:10 smithi161 ceph-mon[116604]: 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-07T08:30:12.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:12.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:12.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:12 smithi138 ceph-mon[117003]: 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-07T08:30:13.294 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:13.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:13.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:13.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:13.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:12 smithi161 ceph-mon[116604]: 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-07T08:30:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:12 smithi028 ceph-mon[112123]: 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-07T08:30:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:13 smithi138 ceph-mon[117003]: from='client.189633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:13 smithi161 ceph-mon[116604]: from='client.189633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:13 smithi028 ceph-mon[112123]: from='client.189633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:14 smithi138 ceph-mon[117003]: 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-07T08:30:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:14 smithi161 ceph-mon[116604]: 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-07T08:30:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:14 smithi028 ceph-mon[112123]: 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-07T08:30:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:15 smithi138 ceph-mon[117003]: pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:15 smithi161 ceph-mon[116604]: pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:15 smithi028 ceph-mon[112123]: pgmap v6708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:17 smithi138 ceph-mon[117003]: pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:18.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:18.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:18.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:17 smithi161 ceph-mon[116604]: pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:17 smithi028 ceph-mon[112123]: pgmap v6709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:19.073 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:19.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:19.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:19.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:19.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:18 smithi138 ceph-mon[117003]: from='client.189711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:18 smithi161 ceph-mon[116604]: from='client.189711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:18 smithi028 ceph-mon[112123]: from='client.189711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:19 smithi138 ceph-mon[117003]: pgmap v6710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:19 smithi161 ceph-mon[116604]: pgmap v6710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:19 smithi028 ceph-mon[112123]: pgmap v6710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:21.106 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:30:21.156 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:30:21.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:30:22.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:22.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:30:22.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16909M 2023-12-07T08:30:22.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.547 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:30:22.547 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:30:22.547 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:22.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:30:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16909M 2023-12-07T08:30:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:30:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:30:22.695 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: pgmap v6711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:30:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16909M 2023-12-07T08:30:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:30:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:30:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:30:24.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:24.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:24.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:24 smithi028 ceph-mon[112123]: pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:24 smithi138 ceph-mon[117003]: pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:24.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:24.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:24.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:24.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:24.844 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:24 smithi161 ceph-mon[116604]: pgmap v6712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:25 smithi138 ceph-mon[117003]: from='client.189789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:25 smithi161 ceph-mon[116604]: from='client.189789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:25 smithi028 ceph-mon[112123]: from='client.189789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:26 smithi138 ceph-mon[117003]: 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-07T08:30:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:26 smithi161 ceph-mon[116604]: 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-07T08:30:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:26 smithi028 ceph-mon[112123]: 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-07T08:30:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:28 smithi138 ceph-mon[117003]: pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:30:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:28 smithi161 ceph-mon[116604]: pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:30:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:28 smithi028 ceph-mon[112123]: pgmap v6714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:30:29.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:29.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:29.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:30.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:30.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:30.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:30.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:30.632 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:30 smithi028 ceph-mon[112123]: pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:30 smithi138 ceph-mon[117003]: pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:30 smithi161 ceph-mon[116604]: pgmap v6715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:31 smithi138 ceph-mon[117003]: from='client.189858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:31 smithi161 ceph-mon[116604]: from='client.189858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:31 smithi028 ceph-mon[112123]: from='client.189858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:32 smithi138 ceph-mon[117003]: pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:30:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:32 smithi161 ceph-mon[116604]: pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:30:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:32 smithi028 ceph-mon[112123]: pgmap v6716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:30:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:33 smithi138 ceph-mon[117003]: pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:30:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:33 smithi161 ceph-mon[116604]: pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:30:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:33 smithi028 ceph-mon[112123]: pgmap v6717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:30:35.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:35.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:35.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:36.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:36.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:36.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:36.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:36.419 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:36.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:36 smithi138 ceph-mon[117003]: pgmap v6718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:36 smithi161 ceph-mon[116604]: pgmap v6718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:36 smithi028 ceph-mon[112123]: pgmap v6718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:37 smithi138 ceph-mon[117003]: from='client.189933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:37 smithi161 ceph-mon[116604]: from='client.189933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:37 smithi028 ceph-mon[112123]: from='client.189933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:38 smithi138 ceph-mon[117003]: 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-07T08:30:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:38 smithi161 ceph-mon[116604]: 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-07T08:30:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:38 smithi028 ceph-mon[112123]: 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-07T08:30:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:39 smithi138 ceph-mon[117003]: 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-07T08:30:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:39 smithi161 ceph-mon[116604]: 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-07T08:30:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:39 smithi028 ceph-mon[112123]: 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-07T08:30:41.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:41.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:41.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:42.208 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:42.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:42.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:42.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:42.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:42 smithi138 ceph-mon[117003]: 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-07T08:30:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:42 smithi138 ceph-mon[117003]: from='client.190005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:42 smithi161 ceph-mon[116604]: 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-07T08:30:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:42 smithi161 ceph-mon[116604]: from='client.190005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:42 smithi028 ceph-mon[112123]: 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-07T08:30:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:42 smithi028 ceph-mon[112123]: from='client.190005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:43 smithi138 ceph-mon[117003]: 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-07T08:30:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:43 smithi161 ceph-mon[116604]: 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-07T08:30:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:43 smithi028 ceph-mon[112123]: 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-07T08:30:46.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:46 smithi138 ceph-mon[117003]: 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-07T08:30:46.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:46 smithi161 ceph-mon[116604]: 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-07T08:30:46.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:46 smithi028 ceph-mon[112123]: 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-07T08:30:47.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:47.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:47.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:47.991 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:47.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:47.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:47.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:47.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:48 smithi138 ceph-mon[117003]: 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-07T08:30:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:48 smithi138 ceph-mon[117003]: from='client.190080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:48 smithi161 ceph-mon[116604]: 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-07T08:30:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:48 smithi161 ceph-mon[116604]: from='client.190080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:48 smithi028 ceph-mon[112123]: 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-07T08:30:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:48 smithi028 ceph-mon[112123]: from='client.190080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:50 smithi138 ceph-mon[117003]: pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:50.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:50 smithi161 ceph-mon[116604]: pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:50 smithi028 ceph-mon[112123]: pgmap v6725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:52 smithi138 ceph-mon[117003]: pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:52 smithi161 ceph-mon[116604]: pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:52 smithi028 ceph-mon[112123]: pgmap v6726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:52.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:52.996 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:52.996 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:53.768 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:53.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:53.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:53.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:53.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:30:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:54 smithi138 ceph-mon[117003]: from='client.190158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:54.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:54 smithi138 ceph-mon[117003]: pgmap v6727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:54 smithi161 ceph-mon[116604]: from='client.190158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:54 smithi161 ceph-mon[116604]: pgmap v6727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:54 smithi028 ceph-mon[112123]: from='client.190158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:30:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:54 smithi028 ceph-mon[112123]: pgmap v6727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:56 smithi138 ceph-mon[117003]: pgmap v6728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:56 smithi161 ceph-mon[116604]: pgmap v6728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:56 smithi028 ceph-mon[112123]: pgmap v6728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:30:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:30:57 smithi138 ceph-mon[117003]: pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:30:57 smithi161 ceph-mon[116604]: pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:30:57 smithi028 ceph-mon[112123]: pgmap v6729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:30:58.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:30:58.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:30:58.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:30:59.554 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:30:59.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:30:59.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:30:59.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:30:59.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:00 smithi138 ceph-mon[117003]: from='client.190236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:00 smithi138 ceph-mon[117003]: pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:31:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:00 smithi161 ceph-mon[116604]: from='client.190236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:00 smithi161 ceph-mon[116604]: pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:31:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:00 smithi028 ceph-mon[112123]: from='client.190236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:00 smithi028 ceph-mon[112123]: pgmap v6730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:31:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:02 smithi138 ceph-mon[117003]: pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:31:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:02 smithi161 ceph-mon[116604]: pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:31:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:02 smithi028 ceph-mon[112123]: pgmap v6731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:31:04.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:04.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:04.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:04 smithi138 ceph-mon[117003]: pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:31:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:04 smithi161 ceph-mon[116604]: pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:31:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:04 smithi028 ceph-mon[112123]: pgmap v6732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:31:05.330 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:05.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:05.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:05.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:05.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:05 smithi138 ceph-mon[117003]: from='client.190311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:05 smithi161 ceph-mon[116604]: from='client.190311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:05 smithi028 ceph-mon[112123]: from='client.190311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:06 smithi138 ceph-mon[117003]: pgmap v6733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:06 smithi161 ceph-mon[116604]: pgmap v6733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:06 smithi028 ceph-mon[112123]: pgmap v6733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:07 smithi138 ceph-mon[117003]: pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:07 smithi161 ceph-mon[116604]: pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:07 smithi028 ceph-mon[112123]: pgmap v6734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:10.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:10.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:10.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:10.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:10 smithi138 ceph-mon[117003]: pgmap v6735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:10 smithi161 ceph-mon[116604]: pgmap v6735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:10 smithi028 ceph-mon[112123]: pgmap v6735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:11.096 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:11.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:11.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:11.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:11.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:11 smithi138 ceph-mon[117003]: from='client.190386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:11 smithi161 ceph-mon[116604]: from='client.190386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:11 smithi028 ceph-mon[112123]: from='client.190386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:12 smithi138 ceph-mon[117003]: pgmap v6736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:31:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:12 smithi161 ceph-mon[116604]: pgmap v6736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:31:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:12 smithi028 ceph-mon[112123]: pgmap v6736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:31:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:14 smithi138 ceph-mon[117003]: pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:31:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:14 smithi161 ceph-mon[116604]: pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:31:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:14 smithi028 ceph-mon[112123]: pgmap v6737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:31:16.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:16.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:16.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:16 smithi138 ceph-mon[117003]: pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:31:16.870 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:16.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:16.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:16.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:16.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:16 smithi161 ceph-mon[116604]: pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:31:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:16 smithi028 ceph-mon[112123]: pgmap v6738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:31:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:17 smithi138 ceph-mon[117003]: from='client.190458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:17 smithi161 ceph-mon[116604]: from='client.190458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:17 smithi028 ceph-mon[112123]: from='client.190458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:18 smithi138 ceph-mon[117003]: 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-07T08:31:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:18 smithi161 ceph-mon[116604]: 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-07T08:31:18.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:18 smithi028 ceph-mon[112123]: 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-07T08:31:20.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:20 smithi138 ceph-mon[117003]: 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-07T08:31:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:20 smithi161 ceph-mon[116604]: 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-07T08:31:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:20 smithi028 ceph-mon[112123]: 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-07T08:31:21.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:21.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:21.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:22.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:22.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:22.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:22.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:22.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:22 smithi138 ceph-mon[117003]: 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-07T08:31:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:31:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:22 smithi161 ceph-mon[116604]: 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-07T08:31:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:31:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:22 smithi028 ceph-mon[112123]: 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-07T08:31:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:31:23.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:23 smithi138 ceph-mon[117003]: from='client.190536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:23.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:31:23.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:31:23.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:31:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:23 smithi161 ceph-mon[116604]: from='client.190536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:31:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:31:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:31:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:23 smithi028 ceph-mon[112123]: from='client.190536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:31:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:31:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:31:24.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:24 smithi161 ceph-mon[116604]: 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-07T08:31:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:24 smithi028 ceph-mon[112123]: 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-07T08:31:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:24 smithi138 ceph-mon[117003]: 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-07T08:31:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:26 smithi161 ceph-mon[116604]: 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-07T08:31:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:26 smithi028 ceph-mon[112123]: 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-07T08:31:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:26 smithi138 ceph-mon[117003]: 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-07T08:31:27.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:27.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:27.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:27 smithi138 ceph-mon[117003]: 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-07T08:31:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:27 smithi161 ceph-mon[116604]: 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-07T08:31:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:27 smithi028 ceph-mon[112123]: 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-07T08:31:28.470 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:28.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:28.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:28.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:28.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:28 smithi138 ceph-mon[117003]: from='client.190611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:28 smithi161 ceph-mon[116604]: from='client.190611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:28 smithi028 ceph-mon[112123]: from='client.190611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:29 smithi138 ceph-mon[117003]: pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:31:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:29 smithi161 ceph-mon[116604]: pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:31:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:29 smithi028 ceph-mon[112123]: pgmap v6745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:31:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:32 smithi138 ceph-mon[117003]: pgmap v6746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:32 smithi161 ceph-mon[116604]: pgmap v6746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:32 smithi028 ceph-mon[112123]: pgmap v6746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:33.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:33.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:33.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:34.240 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:34.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:34.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:34.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:34.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:34 smithi138 ceph-mon[117003]: pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:34.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:34 smithi138 ceph-mon[117003]: from='client.190689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:34.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:34 smithi161 ceph-mon[116604]: pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:34.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:34 smithi161 ceph-mon[116604]: from='client.190689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:34 smithi028 ceph-mon[112123]: pgmap v6747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:34 smithi028 ceph-mon[112123]: from='client.190689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:36 smithi138 ceph-mon[117003]: pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:31:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:36 smithi161 ceph-mon[116604]: pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:31:36.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:36 smithi028 ceph-mon[112123]: pgmap v6748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:31:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:37 smithi138 ceph-mon[117003]: pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:37 smithi161 ceph-mon[116604]: pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:37 smithi028 ceph-mon[112123]: pgmap v6749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:39.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:39.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:39.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:40.014 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:40.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:40.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:40.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:40.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:40.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:40 smithi138 ceph-mon[117003]: 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-07T08:31:40.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:40 smithi138 ceph-mon[117003]: from='client.190767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:40.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:40 smithi161 ceph-mon[116604]: 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-07T08:31:40.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:40 smithi161 ceph-mon[116604]: from='client.190767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:40.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:40 smithi028 ceph-mon[112123]: 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-07T08:31:40.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:40 smithi028 ceph-mon[112123]: from='client.190767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:42 smithi138 ceph-mon[117003]: pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:42 smithi161 ceph-mon[116604]: pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:42 smithi028 ceph-mon[112123]: pgmap v6751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:44 smithi138 ceph-mon[117003]: pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:44 smithi161 ceph-mon[116604]: pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:44 smithi028 ceph-mon[112123]: pgmap v6752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:45.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:45.016 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:45.016 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:45.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:45.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:45.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:45.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:45.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:46 smithi138 ceph-mon[117003]: from='client.190845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:46 smithi138 ceph-mon[117003]: pgmap v6753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:46 smithi161 ceph-mon[116604]: from='client.190845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:46 smithi161 ceph-mon[116604]: pgmap v6753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:46 smithi028 ceph-mon[112123]: from='client.190845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:46 smithi028 ceph-mon[112123]: pgmap v6753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:47 smithi138 ceph-mon[117003]: pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:47 smithi161 ceph-mon[116604]: pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:47 smithi028 ceph-mon[112123]: pgmap v6754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:31:50.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:50.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:50.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:50 smithi138 ceph-mon[117003]: pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:50 smithi161 ceph-mon[116604]: pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:50 smithi028 ceph-mon[112123]: pgmap v6755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:31:51.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:51.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:51.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:51.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:51.573 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:52 smithi138 ceph-mon[117003]: from='client.190923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:52.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:52 smithi138 ceph-mon[117003]: 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-07T08:31:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:52 smithi161 ceph-mon[116604]: from='client.190923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:52 smithi161 ceph-mon[116604]: 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-07T08:31:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:52 smithi028 ceph-mon[112123]: from='client.190923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:52 smithi028 ceph-mon[112123]: 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-07T08:31:54.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:54 smithi138 ceph-mon[117003]: 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-07T08:31:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:54 smithi161 ceph-mon[116604]: 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-07T08:31:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:54 smithi028 ceph-mon[112123]: 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-07T08:31:56.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:31:56.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:31:56.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:31:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:56 smithi138 ceph-mon[117003]: 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-07T08:31:56.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:56 smithi161 ceph-mon[116604]: 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-07T08:31:56.972 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:56 smithi028 ceph-mon[112123]: 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-07T08:31:57.342 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:31:57.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:31:57.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:31:57.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:31:57.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:31:57.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:57 smithi138 ceph-mon[117003]: from='client.191001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:57 smithi161 ceph-mon[116604]: from='client.191001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:57 smithi028 ceph-mon[112123]: from='client.191001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:31:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:31:58 smithi138 ceph-mon[117003]: 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-07T08:31:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:31:58 smithi161 ceph-mon[116604]: 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-07T08:31:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:31:58 smithi028 ceph-mon[112123]: 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-07T08:32:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:00 smithi138 ceph-mon[117003]: 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-07T08:32:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:00 smithi161 ceph-mon[116604]: 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-07T08:32:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:00 smithi028 ceph-mon[112123]: 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-07T08:32:02.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:02.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:02.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:02 smithi138 ceph-mon[117003]: 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-07T08:32:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:02 smithi161 ceph-mon[116604]: 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-07T08:32:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:02 smithi028 ceph-mon[112123]: 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-07T08:32:03.116 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:03.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:03.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:03.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:03.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:03 smithi138 ceph-mon[117003]: from='client.191079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:03 smithi161 ceph-mon[116604]: from='client.191079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:03 smithi028 ceph-mon[112123]: from='client.191079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:04 smithi138 ceph-mon[117003]: 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-07T08:32:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:04 smithi161 ceph-mon[116604]: 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-07T08:32:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:04 smithi028 ceph-mon[112123]: 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-07T08:32:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:06 smithi138 ceph-mon[117003]: 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-07T08:32:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:06 smithi161 ceph-mon[116604]: 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-07T08:32:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:06 smithi028 ceph-mon[112123]: 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-07T08:32:08.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:08.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:08.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:08 smithi138 ceph-mon[117003]: 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-07T08:32:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:08 smithi161 ceph-mon[116604]: 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-07T08:32:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:07 smithi028 ceph-mon[112123]: 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-07T08:32:08.879 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:08.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:08.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:08.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:08.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:09 smithi138 ceph-mon[117003]: from='client.191148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:09 smithi161 ceph-mon[116604]: from='client.191148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:09 smithi028 ceph-mon[112123]: from='client.191148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:10 smithi138 ceph-mon[117003]: pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:32:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:10 smithi161 ceph-mon[116604]: pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:32:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:10 smithi028 ceph-mon[112123]: pgmap v6765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:32:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:12 smithi138 ceph-mon[117003]: pgmap v6766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:32:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:12 smithi161 ceph-mon[116604]: pgmap v6766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:32:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:12 smithi028 ceph-mon[112123]: pgmap v6766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:32:13.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:13.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:13.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:14.666 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:14.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:14.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:14.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:14.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:14 smithi138 ceph-mon[117003]: pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:32:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:14 smithi161 ceph-mon[116604]: pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:32:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:14 smithi028 ceph-mon[112123]: pgmap v6767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:32:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:15 smithi138 ceph-mon[117003]: from='client.191220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:15 smithi161 ceph-mon[116604]: from='client.191220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:15 smithi028 ceph-mon[112123]: from='client.191220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:16 smithi138 ceph-mon[117003]: 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-07T08:32:16.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:16 smithi161 ceph-mon[116604]: 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-07T08:32:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:16 smithi028 ceph-mon[112123]: 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-07T08:32:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:18 smithi138 ceph-mon[117003]: 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-07T08:32:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:18 smithi161 ceph-mon[116604]: 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-07T08:32:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:18 smithi028 ceph-mon[112123]: 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-07T08:32:19.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:19.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:19.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:20.444 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:20.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:20.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:20.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:20.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:20 smithi138 ceph-mon[117003]: 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-07T08:32:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:20 smithi161 ceph-mon[116604]: 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-07T08:32:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:20 smithi028 ceph-mon[112123]: 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-07T08:32:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:21 smithi138 ceph-mon[117003]: from='client.191298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:21 smithi161 ceph-mon[116604]: from='client.191298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:21 smithi028 ceph-mon[112123]: from='client.191298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:22 smithi138 ceph-mon[117003]: pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:32:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:22 smithi161 ceph-mon[116604]: pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:32:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:22 smithi028 ceph-mon[112123]: pgmap v6771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:32:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:32:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:32:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:32:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:32:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:32:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:32:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:32:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:32:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:32:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:32:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:32:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:32:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:24 smithi138 ceph-mon[117003]: pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:32:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:24 smithi161 ceph-mon[116604]: pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:32:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:24 smithi028 ceph-mon[112123]: pgmap v6772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:32:25.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:25.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:25.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:26.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:26.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:26.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:26.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:26.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:26.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:26 smithi138 ceph-mon[117003]: pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:32:26.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:26 smithi138 ceph-mon[117003]: from='client.191376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:26 smithi161 ceph-mon[116604]: pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:32:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:26 smithi161 ceph-mon[116604]: from='client.191376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:26 smithi028 ceph-mon[112123]: pgmap v6773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:32:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:26 smithi028 ceph-mon[112123]: from='client.191376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:28 smithi138 ceph-mon[117003]: 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-07T08:32:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:28 smithi161 ceph-mon[116604]: 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-07T08:32:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:28 smithi028 ceph-mon[112123]: 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-07T08:32:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:30 smithi138 ceph-mon[117003]: 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-07T08:32:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:30 smithi161 ceph-mon[116604]: 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-07T08:32:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:30 smithi028 ceph-mon[112123]: 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-07T08:32:31.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:31.225 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:31.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:32.019 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:32.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:32.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:32.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:32.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:32.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:32 smithi138 ceph-mon[117003]: 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-07T08:32:32.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:32 smithi138 ceph-mon[117003]: from='client.191454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:32 smithi161 ceph-mon[116604]: 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-07T08:32:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:32 smithi161 ceph-mon[116604]: from='client.191454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:32 smithi028 ceph-mon[112123]: 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-07T08:32:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:32 smithi028 ceph-mon[112123]: from='client.191454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:34 smithi138 ceph-mon[117003]: 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-07T08:32:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:34 smithi161 ceph-mon[116604]: 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-07T08:32:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:34 smithi028 ceph-mon[112123]: 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-07T08:32:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:36 smithi138 ceph-mon[117003]: 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-07T08:32:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:36 smithi161 ceph-mon[116604]: 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-07T08:32:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:36 smithi028 ceph-mon[112123]: 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-07T08:32:37.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:37.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:37.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:37.784 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:37.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:37.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:37.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:37.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:38 smithi138 ceph-mon[117003]: from='client.191523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:38 smithi138 ceph-mon[117003]: 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-07T08:32:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:38 smithi161 ceph-mon[116604]: from='client.191523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:38 smithi161 ceph-mon[116604]: 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-07T08:32:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:38 smithi028 ceph-mon[112123]: from='client.191523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:38 smithi028 ceph-mon[112123]: 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-07T08:32:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:40 smithi138 ceph-mon[117003]: 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-07T08:32:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:40 smithi161 ceph-mon[116604]: 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-07T08:32:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:40 smithi028 ceph-mon[112123]: 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-07T08:32:42.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:42.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:42.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:42 smithi138 ceph-mon[117003]: 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-07T08:32:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:42 smithi161 ceph-mon[116604]: 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-07T08:32:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:42 smithi028 ceph-mon[112123]: 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-07T08:32:43.566 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:43.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:43.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:43.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:43.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:44 smithi138 ceph-mon[117003]: from='client.191595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:44 smithi138 ceph-mon[117003]: 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-07T08:32:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:44 smithi161 ceph-mon[116604]: from='client.191595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:44 smithi161 ceph-mon[116604]: 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-07T08:32:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:44 smithi028 ceph-mon[112123]: from='client.191595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:44 smithi028 ceph-mon[112123]: 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-07T08:32:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:46 smithi138 ceph-mon[117003]: 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-07T08:32:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:46 smithi161 ceph-mon[116604]: 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-07T08:32:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:46 smithi028 ceph-mon[112123]: 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-07T08:32:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:48 smithi138 ceph-mon[117003]: 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-07T08:32:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:48 smithi161 ceph-mon[116604]: 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-07T08:32:48.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:48 smithi028 ceph-mon[112123]: 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-07T08:32:48.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:48.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:48.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:49.297 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:49 smithi138 ceph-mon[117003]: from='client.191670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:49.344 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:49.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:49.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:49.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:49.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:49 smithi161 ceph-mon[116604]: from='client.191670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:49 smithi028 ceph-mon[112123]: from='client.191670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:50 smithi138 ceph-mon[117003]: pgmap v6785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:32:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:50 smithi161 ceph-mon[116604]: pgmap v6785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:32:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:50 smithi028 ceph-mon[112123]: pgmap v6785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:32:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:52 smithi138 ceph-mon[117003]: pgmap v6786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:32:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:52 smithi161 ceph-mon[116604]: pgmap v6786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:32:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:52 smithi028 ceph-mon[112123]: pgmap v6786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:32:54.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:32:54.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:32:54.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:32:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:54 smithi138 ceph-mon[117003]: pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:32:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:54 smithi161 ceph-mon[116604]: pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:32:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:54 smithi028 ceph-mon[112123]: pgmap v6787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:32:55.126 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:32:55.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:32:55.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:32:55.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:32:55.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:32:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:55 smithi138 ceph-mon[117003]: from='client.191748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:55 smithi161 ceph-mon[116604]: from='client.191748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:55 smithi028 ceph-mon[112123]: from='client.191748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:32:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:56 smithi138 ceph-mon[117003]: 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-07T08:32:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:56 smithi161 ceph-mon[116604]: 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-07T08:32:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:56 smithi028 ceph-mon[112123]: 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-07T08:32:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:32:58 smithi138 ceph-mon[117003]: 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-07T08:32:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:32:58 smithi161 ceph-mon[116604]: 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-07T08:32:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:32:58 smithi028 ceph-mon[112123]: 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-07T08:33:00.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:00.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:00.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:00 smithi138 ceph-mon[117003]: 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-07T08:33:00.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:00.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:00.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:00.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:00.897 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:00 smithi161 ceph-mon[116604]: 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-07T08:33:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:00 smithi028 ceph-mon[112123]: 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-07T08:33:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:01 smithi138 ceph-mon[117003]: from='client.191826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:01 smithi161 ceph-mon[116604]: from='client.191826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:01 smithi028 ceph-mon[112123]: from='client.191826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:02 smithi138 ceph-mon[117003]: pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:33:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:02 smithi161 ceph-mon[116604]: pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:33:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:02 smithi028 ceph-mon[112123]: pgmap v6791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:33:04.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:04 smithi138 ceph-mon[117003]: pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:33:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:04 smithi161 ceph-mon[116604]: pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:33:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:04 smithi028 ceph-mon[112123]: pgmap v6792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:33:05.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:05.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:05.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:06.683 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:06.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:06.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:06.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:06.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:06 smithi138 ceph-mon[117003]: pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:33:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:06 smithi161 ceph-mon[116604]: pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:33:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:06 smithi028 ceph-mon[112123]: pgmap v6793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:33:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:07 smithi138 ceph-mon[117003]: from='client.191898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:07 smithi161 ceph-mon[116604]: from='client.191898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:07 smithi028 ceph-mon[112123]: from='client.191898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:08 smithi138 ceph-mon[117003]: 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-07T08:33:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:08 smithi161 ceph-mon[116604]: 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-07T08:33:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:08 smithi028 ceph-mon[112123]: 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-07T08:33:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:10 smithi138 ceph-mon[117003]: 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-07T08:33:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:10 smithi161 ceph-mon[116604]: 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-07T08:33:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:10 smithi028 ceph-mon[112123]: 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-07T08:33:11.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:11.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:11.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:12.455 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:12.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:12.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:12.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:12.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:12 smithi138 ceph-mon[117003]: 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-07T08:33:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:12 smithi161 ceph-mon[116604]: 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-07T08:33:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:12 smithi028 ceph-mon[112123]: 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-07T08:33:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:13 smithi138 ceph-mon[117003]: from='client.191970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:13 smithi161 ceph-mon[116604]: from='client.191970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:13 smithi028 ceph-mon[112123]: from='client.191970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:14 smithi138 ceph-mon[117003]: 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-07T08:33:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:14 smithi161 ceph-mon[116604]: 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-07T08:33:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:14 smithi028 ceph-mon[112123]: 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-07T08:33:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:16 smithi138 ceph-mon[117003]: 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-07T08:33:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:16 smithi161 ceph-mon[116604]: 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-07T08:33:16.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:16 smithi028 ceph-mon[112123]: 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-07T08:33:17.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:17.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:17.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:18.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:18.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:18.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:18.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:18.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:18 smithi138 ceph-mon[117003]: 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-07T08:33:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:18 smithi138 ceph-mon[117003]: from='client.192045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:18 smithi161 ceph-mon[116604]: 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-07T08:33:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:18 smithi161 ceph-mon[116604]: from='client.192045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:18 smithi028 ceph-mon[112123]: 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-07T08:33:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:18 smithi028 ceph-mon[112123]: from='client.192045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:20 smithi138 ceph-mon[117003]: 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-07T08:33:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:20 smithi161 ceph-mon[116604]: 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-07T08:33:20.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:20 smithi028 ceph-mon[112123]: 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-07T08:33:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:22 smithi138 ceph-mon[117003]: 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-07T08:33:22.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:22 smithi161 ceph-mon[116604]: 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-07T08:33:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:22 smithi028 ceph-mon[112123]: 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-07T08:33:23.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:23.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:23.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:24.036 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:24.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:24.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:24.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:24.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:24 smithi138 ceph-mon[117003]: 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-07T08:33:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:33:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:24 smithi138 ceph-mon[117003]: from='client.192120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:33:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:33:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:33:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:24 smithi161 ceph-mon[116604]: 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-07T08:33:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:33:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:24 smithi161 ceph-mon[116604]: from='client.192120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:33:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:33:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:33:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:24 smithi028 ceph-mon[112123]: 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-07T08:33:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:33:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:24 smithi028 ceph-mon[112123]: from='client.192120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:33:24.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:33:24.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:33:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:26 smithi138 ceph-mon[117003]: 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-07T08:33:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:26 smithi161 ceph-mon[116604]: 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-07T08:33:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:26 smithi028 ceph-mon[112123]: 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-07T08:33:28.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:28 smithi138 ceph-mon[117003]: 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-07T08:33:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:28 smithi161 ceph-mon[116604]: 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-07T08:33:28.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:28 smithi028 ceph-mon[112123]: 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-07T08:33:29.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:29.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:29.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:29.799 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:29.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:29.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:29.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:29.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:30 smithi138 ceph-mon[117003]: from='client.192186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:30 smithi138 ceph-mon[117003]: 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-07T08:33:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:30 smithi161 ceph-mon[116604]: from='client.192186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:30 smithi161 ceph-mon[116604]: 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-07T08:33:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:30 smithi028 ceph-mon[112123]: from='client.192186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:30 smithi028 ceph-mon[112123]: 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-07T08:33:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:32 smithi138 ceph-mon[117003]: 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-07T08:33:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:32 smithi161 ceph-mon[116604]: 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-07T08:33:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:32 smithi028 ceph-mon[112123]: 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-07T08:33:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:34 smithi138 ceph-mon[117003]: 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-07T08:33:34.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:34.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:34.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:34 smithi161 ceph-mon[116604]: 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-07T08:33:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:34 smithi028 ceph-mon[112123]: 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-07T08:33:35.573 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:35.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:35.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:35.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:35.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:36 smithi138 ceph-mon[117003]: from='client.192264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:36.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:36 smithi138 ceph-mon[117003]: 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-07T08:33:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:36 smithi161 ceph-mon[116604]: from='client.192264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:36 smithi161 ceph-mon[116604]: 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-07T08:33:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:36 smithi028 ceph-mon[112123]: from='client.192264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:36 smithi028 ceph-mon[112123]: 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-07T08:33:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:38 smithi138 ceph-mon[117003]: 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-07T08:33:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:38 smithi161 ceph-mon[116604]: 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-07T08:33:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:38 smithi028 ceph-mon[112123]: 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-07T08:33:40.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:40.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:40.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:40 smithi138 ceph-mon[117003]: 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-07T08:33:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:40 smithi161 ceph-mon[116604]: 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-07T08:33:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:40 smithi028 ceph-mon[112123]: 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-07T08:33:41.349 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:41.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:41.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:41.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:41.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:41 smithi138 ceph-mon[117003]: from='client.192333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:41 smithi161 ceph-mon[116604]: from='client.192333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:41 smithi028 ceph-mon[112123]: from='client.192333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:42 smithi138 ceph-mon[117003]: 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-07T08:33:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:42 smithi161 ceph-mon[116604]: 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-07T08:33:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:42 smithi028 ceph-mon[112123]: 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-07T08:33:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:44 smithi138 ceph-mon[117003]: 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-07T08:33:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:44 smithi161 ceph-mon[116604]: 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-07T08:33:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:44 smithi028 ceph-mon[112123]: 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-07T08:33:46.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:46.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:46.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:46 smithi138 ceph-mon[117003]: 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-07T08:33:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:46 smithi161 ceph-mon[116604]: 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-07T08:33:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:46 smithi028 ceph-mon[112123]: 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-07T08:33:47.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:47.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:47.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:47.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:47.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:48 smithi138 ceph-mon[117003]: from='client.192411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:48 smithi161 ceph-mon[116604]: from='client.192411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:48 smithi028 ceph-mon[112123]: from='client.192411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:49 smithi138 ceph-mon[117003]: 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-07T08:33:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:49 smithi161 ceph-mon[116604]: 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-07T08:33:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:49 smithi028 ceph-mon[112123]: 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-07T08:33:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:50 smithi138 ceph-mon[117003]: 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-07T08:33:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:50 smithi161 ceph-mon[116604]: 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-07T08:33:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:50 smithi028 ceph-mon[112123]: 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-07T08:33:52.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:52.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:52.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:52.903 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:52.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:52.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:52.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:52.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:53 smithi138 ceph-mon[117003]: 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-07T08:33:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:53 smithi161 ceph-mon[116604]: 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-07T08:33:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:53 smithi028 ceph-mon[112123]: 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-07T08:33:54.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:54 smithi138 ceph-mon[117003]: from='client.192486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:54 smithi161 ceph-mon[116604]: from='client.192486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:54 smithi028 ceph-mon[112123]: from='client.192486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:33:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:55 smithi138 ceph-mon[117003]: 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-07T08:33:55.706 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:55 smithi028 ceph-mon[112123]: 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-07T08:33:55.706 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:55 smithi161 ceph-mon[116604]: 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-07T08:33:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:56 smithi138 ceph-mon[117003]: 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-07T08:33:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:56 smithi161 ceph-mon[116604]: 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-07T08:33:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:56 smithi028 ceph-mon[112123]: 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-07T08:33:57.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:33:57.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:33:57.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:33:58.671 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:33:58.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:33:58.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:33:58.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:33:58.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:33:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:33:59 smithi138 ceph-mon[117003]: 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-07T08:33:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:33:59 smithi161 ceph-mon[116604]: 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-07T08:33:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:33:59 smithi028 ceph-mon[112123]: 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-07T08:34:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:00 smithi138 ceph-mon[117003]: from='client.192561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:00 smithi161 ceph-mon[116604]: from='client.192561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:00 smithi028 ceph-mon[112123]: from='client.192561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:01 smithi138 ceph-mon[117003]: 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-07T08:34:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:01 smithi161 ceph-mon[116604]: 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-07T08:34:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:01 smithi028 ceph-mon[112123]: 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-07T08:34:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:03 smithi138 ceph-mon[117003]: 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-07T08:34:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:03 smithi161 ceph-mon[116604]: 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-07T08:34:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:03 smithi028 ceph-mon[112123]: 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-07T08:34:03.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:03.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:03.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:04 smithi161 ceph-mon[116604]: 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-07T08:34:04.449 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:04.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:04.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:04.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:04.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:04 smithi028 ceph-mon[112123]: 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-07T08:34:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:04 smithi138 ceph-mon[117003]: 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-07T08:34:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:05 smithi161 ceph-mon[116604]: from='client.192639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:05 smithi028 ceph-mon[112123]: from='client.192639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:05 smithi138 ceph-mon[117003]: from='client.192639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:06 smithi161 ceph-mon[116604]: pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:06 smithi028 ceph-mon[112123]: pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:06 smithi138 ceph-mon[117003]: pgmap v6823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:09 smithi138 ceph-mon[117003]: pgmap v6824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:34:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:09 smithi161 ceph-mon[116604]: pgmap v6824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:34:09.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:09.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:09.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:09 smithi028 ceph-mon[112123]: pgmap v6824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:34:10.216 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:10.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:10.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:10.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:10.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:10 smithi138 ceph-mon[117003]: 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-07T08:34:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:10 smithi138 ceph-mon[117003]: from='client.192717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:10 smithi161 ceph-mon[116604]: 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-07T08:34:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:10 smithi161 ceph-mon[116604]: from='client.192717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:10 smithi028 ceph-mon[112123]: 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-07T08:34:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:10 smithi028 ceph-mon[112123]: from='client.192717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:13.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:13 smithi138 ceph-mon[117003]: 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-07T08:34:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:13 smithi161 ceph-mon[116604]: 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-07T08:34:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:13 smithi028 ceph-mon[112123]: 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-07T08:34:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:14 smithi161 ceph-mon[116604]: 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-07T08:34:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:14 smithi028 ceph-mon[112123]: 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-07T08:34:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:14 smithi138 ceph-mon[117003]: 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-07T08:34:15.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:15.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:15.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:15.998 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:15.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:15.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:15.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:15.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:16 smithi138 ceph-mon[117003]: 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-07T08:34:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:16 smithi138 ceph-mon[117003]: from='client.192792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:16 smithi161 ceph-mon[116604]: 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-07T08:34:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:16 smithi161 ceph-mon[116604]: from='client.192792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:16.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:16 smithi028 ceph-mon[112123]: 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-07T08:34:16.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:16 smithi028 ceph-mon[112123]: from='client.192792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:18 smithi161 ceph-mon[116604]: pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:18 smithi028 ceph-mon[112123]: pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:18 smithi138 ceph-mon[117003]: pgmap v6829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:20 smithi138 ceph-mon[117003]: pgmap v6830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:34:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:20 smithi161 ceph-mon[116604]: pgmap v6830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:34:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:20 smithi028 ceph-mon[112123]: pgmap v6830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:34:21.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:21.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:21.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:21.764 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:21.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:21.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:21.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:21.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:23 smithi138 ceph-mon[117003]: from='client.192870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:23 smithi138 ceph-mon[117003]: 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-07T08:34:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:23 smithi161 ceph-mon[116604]: from='client.192870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:23 smithi161 ceph-mon[116604]: 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-07T08:34:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:23 smithi028 ceph-mon[112123]: from='client.192870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:23 smithi028 ceph-mon[112123]: 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-07T08:34:24.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:24 smithi161 ceph-mon[116604]: 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-07T08:34:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:24 smithi028 ceph-mon[112123]: 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-07T08:34:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:24 smithi138 ceph-mon[117003]: 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-07T08:34:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:34:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:34:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:34:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:34:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:34:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:34:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:34:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:34:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:34:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:34:25.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:34:25.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:34:26.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:26 smithi161 ceph-mon[116604]: 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-07T08:34:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:26 smithi028 ceph-mon[112123]: 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-07T08:34:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:26 smithi138 ceph-mon[117003]: 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-07T08:34:26.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:26.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:26.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:27.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:27.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:27.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:27.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:27.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:28 smithi161 ceph-mon[116604]: from='client.192945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:28 smithi161 ceph-mon[116604]: 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-07T08:34:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:28 smithi028 ceph-mon[112123]: from='client.192945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:28 smithi028 ceph-mon[112123]: 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-07T08:34:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:28 smithi138 ceph-mon[117003]: from='client.192945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:28 smithi138 ceph-mon[117003]: 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-07T08:34:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:30 smithi138 ceph-mon[117003]: 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-07T08:34:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:30 smithi161 ceph-mon[116604]: 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-07T08:34:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:30 smithi028 ceph-mon[112123]: 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-07T08:34:32.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:32.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:32.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:33 smithi138 ceph-mon[117003]: 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-07T08:34:33.334 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:33.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:33.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:33.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:33.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:33 smithi161 ceph-mon[116604]: 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-07T08:34:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:33 smithi028 ceph-mon[112123]: 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-07T08:34:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:34 smithi138 ceph-mon[117003]: from='client.193023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:34 smithi138 ceph-mon[117003]: 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-07T08:34:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:34 smithi161 ceph-mon[116604]: from='client.193023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:34 smithi161 ceph-mon[116604]: 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-07T08:34:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:34 smithi028 ceph-mon[112123]: from='client.193023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:34 smithi028 ceph-mon[112123]: 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-07T08:34:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:36 smithi138 ceph-mon[117003]: 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-07T08:34:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:36 smithi161 ceph-mon[116604]: 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-07T08:34:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:36 smithi028 ceph-mon[112123]: 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-07T08:34:38.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:38.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:38.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:38.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:38 smithi161 ceph-mon[116604]: 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-07T08:34:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:38 smithi028 ceph-mon[112123]: 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-07T08:34:38.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:38 smithi138 ceph-mon[117003]: 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-07T08:34:39.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:39.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:39.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:39.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:39.130 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:39 smithi161 ceph-mon[116604]: from='client.193098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:39 smithi028 ceph-mon[112123]: from='client.193098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:39 smithi138 ceph-mon[117003]: from='client.193098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:40.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:40 smithi161 ceph-mon[116604]: pgmap v6840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:34:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:40 smithi028 ceph-mon[112123]: pgmap v6840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:34:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:40 smithi138 ceph-mon[117003]: pgmap v6840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:34:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:42 smithi138 ceph-mon[117003]: pgmap v6841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:34:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:42 smithi161 ceph-mon[116604]: pgmap v6841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:34:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:42 smithi028 ceph-mon[112123]: pgmap v6841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:34:44.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:44.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:44.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:44.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:44 smithi138 ceph-mon[117003]: pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:34:44.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:44.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:44.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:44.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:44.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:44 smithi161 ceph-mon[116604]: pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:34:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:44 smithi028 ceph-mon[112123]: pgmap v6842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:34:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:45 smithi138 ceph-mon[117003]: from='client.193176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:45 smithi161 ceph-mon[116604]: from='client.193176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:45 smithi028 ceph-mon[112123]: from='client.193176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:46 smithi138 ceph-mon[117003]: pgmap v6843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:46 smithi161 ceph-mon[116604]: pgmap v6843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:46 smithi028 ceph-mon[112123]: pgmap v6843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:48 smithi161 ceph-mon[116604]: pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:34:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:48 smithi028 ceph-mon[112123]: pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:34:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:48 smithi138 ceph-mon[117003]: pgmap v6844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:34:49.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:49.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:49.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:50.667 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:50.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:50.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:50.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:50.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:50 smithi138 ceph-mon[117003]: 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-07T08:34:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:50 smithi161 ceph-mon[116604]: 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-07T08:34:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:50 smithi028 ceph-mon[112123]: 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-07T08:34:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:51 smithi138 ceph-mon[117003]: from='client.193254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:51.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:51 smithi161 ceph-mon[116604]: from='client.193254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:51 smithi028 ceph-mon[112123]: from='client.193254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:52.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:52 smithi138 ceph-mon[117003]: pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:34:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:52 smithi161 ceph-mon[116604]: pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:34:52.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:52 smithi028 ceph-mon[112123]: pgmap v6846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:34:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:54 smithi138 ceph-mon[117003]: pgmap v6847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:34:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:54 smithi161 ceph-mon[116604]: pgmap v6847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:34:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:54 smithi028 ceph-mon[112123]: pgmap v6847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:34:55.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:34:55.668 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:34:55.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:34:56.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:34:56.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:34:56.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:34:56.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:34:56.807 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:34:56.808 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:56 smithi138 ceph-mon[117003]: pgmap v6848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:34:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:56 smithi161 ceph-mon[116604]: pgmap v6848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:34:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:56 smithi028 ceph-mon[112123]: pgmap v6848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:34:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:57 smithi161 ceph-mon[116604]: from='client.193326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:57 smithi028 ceph-mon[112123]: from='client.193326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:57 smithi138 ceph-mon[117003]: from='client.193326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:34:58.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:34:58 smithi161 ceph-mon[116604]: pgmap v6849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:34:58 smithi028 ceph-mon[112123]: pgmap v6849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:34:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:34:58 smithi138 ceph-mon[117003]: pgmap v6849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:00.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:00 smithi161 ceph-mon[116604]: pgmap v6850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:35:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:00 smithi028 ceph-mon[112123]: pgmap v6850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:35:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:00 smithi138 ceph-mon[117003]: pgmap v6850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:35:01.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:01.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:01.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:02.221 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:02.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:02.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:02.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:02.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:02 smithi161 ceph-mon[116604]: 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-07T08:35:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:02 smithi161 ceph-mon[116604]: from='client.193401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:02 smithi028 ceph-mon[112123]: 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-07T08:35:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:02 smithi028 ceph-mon[112123]: from='client.193401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:02 smithi138 ceph-mon[117003]: 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-07T08:35:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:02 smithi138 ceph-mon[117003]: from='client.193401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:04 smithi161 ceph-mon[116604]: 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-07T08:35:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:04 smithi028 ceph-mon[112123]: 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-07T08:35:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:04 smithi138 ceph-mon[117003]: 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-07T08:35:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:06 smithi161 ceph-mon[116604]: 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-07T08:35:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:06 smithi028 ceph-mon[112123]: 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-07T08:35:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:06 smithi138 ceph-mon[117003]: 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-07T08:35:07.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:07.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:07.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:07.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:07.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:07.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:07.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:07.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:08 smithi161 ceph-mon[116604]: 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-07T08:35:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:08 smithi161 ceph-mon[116604]: from='client.193476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:08 smithi028 ceph-mon[112123]: 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-07T08:35:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:08 smithi028 ceph-mon[112123]: from='client.193476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:08 smithi138 ceph-mon[117003]: 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-07T08:35:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:08 smithi138 ceph-mon[117003]: from='client.193476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:10.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:10 smithi138 ceph-mon[117003]: 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-07T08:35:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:10 smithi161 ceph-mon[116604]: 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-07T08:35:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:10 smithi028 ceph-mon[112123]: 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-07T08:35:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:12 smithi138 ceph-mon[117003]: 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-07T08:35:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:12 smithi161 ceph-mon[116604]: 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-07T08:35:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:12 smithi028 ceph-mon[112123]: 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-07T08:35:12.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:12.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:12.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:13.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:13.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:13.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:13.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:13.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:14 smithi138 ceph-mon[117003]: from='client.193548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:14 smithi138 ceph-mon[117003]: 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-07T08:35:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:14 smithi161 ceph-mon[116604]: from='client.193548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:14 smithi161 ceph-mon[116604]: 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-07T08:35:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:14 smithi028 ceph-mon[112123]: from='client.193548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:14 smithi028 ceph-mon[112123]: 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-07T08:35:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:16 smithi161 ceph-mon[116604]: 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-07T08:35:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:16 smithi028 ceph-mon[112123]: 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-07T08:35:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:16 smithi138 ceph-mon[117003]: 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-07T08:35:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:18 smithi161 ceph-mon[116604]: 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-07T08:35:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:18 smithi028 ceph-mon[112123]: 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-07T08:35:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:18 smithi138 ceph-mon[117003]: 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-07T08:35:18.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:18.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:18.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:19.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:19.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:19.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:19.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:19.539 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:20 smithi138 ceph-mon[117003]: from='client.193626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:20.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:20 smithi138 ceph-mon[117003]: pgmap v6860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:20 smithi161 ceph-mon[116604]: from='client.193626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:20 smithi161 ceph-mon[116604]: pgmap v6860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:20 smithi028 ceph-mon[112123]: from='client.193626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:20 smithi028 ceph-mon[112123]: pgmap v6860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:22 smithi161 ceph-mon[116604]: pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:35:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:22 smithi028 ceph-mon[112123]: pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:35:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:22 smithi138 ceph-mon[117003]: pgmap v6861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:35:24.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:24.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:24.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:24 smithi161 ceph-mon[116604]: pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:35:24.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:24 smithi028 ceph-mon[112123]: pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:35:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:24 smithi138 ceph-mon[117003]: pgmap v6862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:35:25.351 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:25.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:25.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:25.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:25.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:25 smithi161 ceph-mon[116604]: from='client.193698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:25.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:35:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:25 smithi028 ceph-mon[112123]: from='client.193698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:35:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:25 smithi138 ceph-mon[117003]: from='client.193698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:35:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:26 smithi161 ceph-mon[116604]: pgmap v6863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:35:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:35:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:35:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:26 smithi028 ceph-mon[112123]: pgmap v6863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:35:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:35:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:35:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:26 smithi138 ceph-mon[117003]: pgmap v6863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:35:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:35:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:35:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:29 smithi161 ceph-mon[116604]: pgmap v6864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:35:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:29 smithi028 ceph-mon[112123]: pgmap v6864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:35:29.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:29 smithi138 ceph-mon[117003]: pgmap v6864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:35:30.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:30.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:30.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:30 smithi161 ceph-mon[116604]: 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-07T08:35:30.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:30 smithi028 ceph-mon[112123]: 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-07T08:35:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:30 smithi138 ceph-mon[117003]: 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-07T08:35:31.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:31.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:31.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:31.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:31.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:31 smithi161 ceph-mon[116604]: from='client.193776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:31.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:31 smithi028 ceph-mon[112123]: from='client.193776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:31 smithi138 ceph-mon[117003]: from='client.193776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:33 smithi161 ceph-mon[116604]: pgmap v6866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:33 smithi028 ceph-mon[112123]: pgmap v6866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:33 smithi138 ceph-mon[117003]: pgmap v6866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:34 smithi161 ceph-mon[116604]: pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:34 smithi028 ceph-mon[112123]: pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:34 smithi138 ceph-mon[117003]: pgmap v6867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:36.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:36.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:36.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:36.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:36.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:36.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:36.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:36.907 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:36 smithi161 ceph-mon[116604]: pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:35:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:36 smithi028 ceph-mon[112123]: pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:35:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:36 smithi138 ceph-mon[117003]: pgmap v6868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:35:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:38 smithi161 ceph-mon[116604]: from='client.193854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:38 smithi028 ceph-mon[112123]: from='client.193854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:38 smithi138 ceph-mon[117003]: from='client.193854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:39 smithi161 ceph-mon[116604]: pgmap v6869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:39 smithi028 ceph-mon[112123]: pgmap v6869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:39 smithi138 ceph-mon[117003]: pgmap v6869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:35:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:40 smithi161 ceph-mon[116604]: pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:35:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:40 smithi028 ceph-mon[112123]: pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:35:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:40 smithi138 ceph-mon[117003]: pgmap v6870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:35:41.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:41.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:41.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:42.679 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:42.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:42.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:42.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:42.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:43 smithi161 ceph-mon[116604]: 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-07T08:35:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:43 smithi028 ceph-mon[112123]: 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-07T08:35:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:43 smithi138 ceph-mon[117003]: 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-07T08:35:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:44 smithi161 ceph-mon[116604]: from='client.193932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:44 smithi161 ceph-mon[116604]: 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-07T08:35:44.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:44 smithi028 ceph-mon[112123]: from='client.193932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:44.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:44 smithi028 ceph-mon[112123]: 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-07T08:35:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:44 smithi138 ceph-mon[117003]: from='client.193932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:44 smithi138 ceph-mon[117003]: 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-07T08:35:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:46 smithi161 ceph-mon[116604]: 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-07T08:35:46.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:46 smithi028 ceph-mon[112123]: 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-07T08:35:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:46 smithi138 ceph-mon[117003]: 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-07T08:35:47.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:47.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:47.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:48.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:48 smithi161 ceph-mon[116604]: 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-07T08:35:48.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:48.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:48.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:48.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:48.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:48 smithi028 ceph-mon[112123]: 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-07T08:35:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:48 smithi138 ceph-mon[117003]: 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-07T08:35:49.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:49 smithi161 ceph-mon[116604]: from='client.194007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:49 smithi028 ceph-mon[112123]: from='client.194007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:49 smithi138 ceph-mon[117003]: from='client.194007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:50 smithi161 ceph-mon[116604]: 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-07T08:35:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:50 smithi028 ceph-mon[112123]: 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-07T08:35:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:50 smithi138 ceph-mon[117003]: 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-07T08:35:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:52 smithi161 ceph-mon[116604]: 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-07T08:35:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:52 smithi028 ceph-mon[112123]: 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-07T08:35:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:52 smithi138 ceph-mon[117003]: 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-07T08:35:53.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:53.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:53.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:35:54.220 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:35:54.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:35:54.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:35:54.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:35:54.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:35:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:54 smithi161 ceph-mon[116604]: 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-07T08:35:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:54 smithi161 ceph-mon[116604]: from='client.194085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:54.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:54 smithi028 ceph-mon[112123]: 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-07T08:35:54.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:54 smithi028 ceph-mon[112123]: from='client.194085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:54 smithi138 ceph-mon[117003]: 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-07T08:35:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:54 smithi138 ceph-mon[117003]: from='client.194085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:35:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:56 smithi161 ceph-mon[116604]: pgmap v6878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:35:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:56 smithi028 ceph-mon[112123]: pgmap v6878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:35:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:56 smithi138 ceph-mon[117003]: pgmap v6878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:35:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:35:58 smithi161 ceph-mon[116604]: pgmap v6879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:35:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:35:58 smithi028 ceph-mon[112123]: pgmap v6879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:35:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:35:58 smithi138 ceph-mon[117003]: pgmap v6879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:35:59.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:35:59.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:35:59.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:00.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:00.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:00.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:00.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:00.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:00 smithi161 ceph-mon[116604]: pgmap v6880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:00 smithi161 ceph-mon[116604]: from='client.194163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:00 smithi028 ceph-mon[112123]: pgmap v6880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:00 smithi028 ceph-mon[112123]: from='client.194163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:00 smithi138 ceph-mon[117003]: pgmap v6880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:00 smithi138 ceph-mon[117003]: from='client.194163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:02 smithi161 ceph-mon[116604]: pgmap v6881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:02 smithi028 ceph-mon[112123]: pgmap v6881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:03.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:02 smithi138 ceph-mon[117003]: pgmap v6881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:04.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:04 smithi161 ceph-mon[116604]: pgmap v6882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:04.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:04 smithi028 ceph-mon[112123]: pgmap v6882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:05.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:05.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:05.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:04 smithi138 ceph-mon[117003]: pgmap v6882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:05.780 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:05.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:05.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:05.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:05.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:06 smithi161 ceph-mon[116604]: from='client.194238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:06 smithi161 ceph-mon[116604]: pgmap v6883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:06 smithi028 ceph-mon[112123]: from='client.194238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:06 smithi028 ceph-mon[112123]: pgmap v6883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:06 smithi138 ceph-mon[117003]: from='client.194238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:06 smithi138 ceph-mon[117003]: pgmap v6883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:08.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:08 smithi161 ceph-mon[116604]: pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:08 smithi028 ceph-mon[112123]: pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:08 smithi138 ceph-mon[117003]: pgmap v6884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:36:10.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:10.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:10.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:10 smithi161 ceph-mon[116604]: pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:36:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:10 smithi028 ceph-mon[112123]: pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:36:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:10 smithi138 ceph-mon[117003]: pgmap v6885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:36:11.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:11.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:11.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:11.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:11.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:12 smithi161 ceph-mon[116604]: from='client.194313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:12 smithi161 ceph-mon[116604]: pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:12.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:12 smithi028 ceph-mon[112123]: from='client.194313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:12.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:12 smithi028 ceph-mon[112123]: pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:12 smithi138 ceph-mon[117003]: from='client.194313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:12 smithi138 ceph-mon[117003]: pgmap v6886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:14 smithi161 ceph-mon[116604]: pgmap v6887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:14 smithi028 ceph-mon[112123]: pgmap v6887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:14 smithi138 ceph-mon[117003]: pgmap v6887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:16.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:16.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:16 smithi161 ceph-mon[116604]: pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:16 smithi028 ceph-mon[112123]: pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:16 smithi138 ceph-mon[117003]: pgmap v6888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:17.318 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:17.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:17.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:17.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:17.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:17 smithi161 ceph-mon[116604]: from='client.194388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:17 smithi028 ceph-mon[112123]: from='client.194388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:17 smithi138 ceph-mon[117003]: from='client.194388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:18 smithi161 ceph-mon[116604]: pgmap v6889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:18 smithi028 ceph-mon[112123]: pgmap v6889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:18 smithi138 ceph-mon[117003]: pgmap v6889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:20 smithi161 ceph-mon[116604]: pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:20 smithi028 ceph-mon[112123]: pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:21.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:20 smithi138 ceph-mon[117003]: pgmap v6890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:22.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:22.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:22.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:22 smithi161 ceph-mon[116604]: 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-07T08:36:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:22 smithi028 ceph-mon[112123]: 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-07T08:36:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:22 smithi138 ceph-mon[117003]: 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-07T08:36:23.095 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:23.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:23.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:23.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:23.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:23 smithi161 ceph-mon[116604]: from='client.194466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:23 smithi028 ceph-mon[112123]: from='client.194466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:24.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:23 smithi138 ceph-mon[117003]: from='client.194466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:24 smithi161 ceph-mon[116604]: 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-07T08:36:24.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:24 smithi028 ceph-mon[112123]: 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-07T08:36:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:24 smithi138 ceph-mon[117003]: 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-07T08:36:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:26 smithi161 ceph-mon[116604]: 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-07T08:36:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:36:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:36:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:36:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:36:26.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:26 smithi028 ceph-mon[112123]: 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-07T08:36:26.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:36:26.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:36:26.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:36:26.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:36:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:26 smithi138 ceph-mon[117003]: 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-07T08:36:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:36:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:36:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:36:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:36:28.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:28.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:28.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:28 smithi161 ceph-mon[116604]: 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-07T08:36:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:28 smithi028 ceph-mon[112123]: 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-07T08:36:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:28 smithi138 ceph-mon[117003]: 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-07T08:36:28.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:28.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:28.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:28.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:28.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:29 smithi161 ceph-mon[116604]: from='client.194538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:29 smithi028 ceph-mon[112123]: from='client.194538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:29 smithi138 ceph-mon[117003]: from='client.194538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:30 smithi161 ceph-mon[116604]: 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-07T08:36:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:30 smithi028 ceph-mon[112123]: 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-07T08:36:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:30 smithi138 ceph-mon[117003]: 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-07T08:36:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:32 smithi161 ceph-mon[116604]: 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-07T08:36:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:32 smithi028 ceph-mon[112123]: 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-07T08:36:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:32 smithi138 ceph-mon[117003]: 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-07T08:36:33.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:33.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:33.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:34.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:34.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:34.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:34.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:34.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:34 smithi161 ceph-mon[116604]: 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-07T08:36:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:34 smithi028 ceph-mon[112123]: 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-07T08:36:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:34 smithi138 ceph-mon[117003]: 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-07T08:36:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:35 smithi161 ceph-mon[116604]: from='client.194616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:35 smithi028 ceph-mon[112123]: from='client.194616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:35 smithi138 ceph-mon[117003]: from='client.194616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:36.947 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:36 smithi161 ceph-mon[116604]: pgmap v6898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:36.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:36 smithi028 ceph-mon[112123]: pgmap v6898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:39.073 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:38 smithi161 ceph-mon[116604]: pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:39.073 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:38 smithi028 ceph-mon[112123]: pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:39.073 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:36 smithi138 ceph-mon[117003]: pgmap v6898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:39.073 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:38 smithi138 ceph-mon[117003]: pgmap v6899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:39.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:39.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:39.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:40.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:40.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:40.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:40.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:40.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:40 smithi161 ceph-mon[116604]: pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:40 smithi161 ceph-mon[116604]: from='client.194694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:40 smithi028 ceph-mon[112123]: pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:40 smithi028 ceph-mon[112123]: from='client.194694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:40 smithi138 ceph-mon[117003]: pgmap v6900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:40 smithi138 ceph-mon[117003]: from='client.194694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:42 smithi138 ceph-mon[117003]: pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:42 smithi161 ceph-mon[116604]: pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:42 smithi028 ceph-mon[112123]: pgmap v6901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:45.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:44 smithi138 ceph-mon[117003]: pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:44 smithi161 ceph-mon[116604]: pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:44 smithi028 ceph-mon[112123]: pgmap v6902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:36:45.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:45.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:45.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:46.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:46.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:46.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:46.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:46.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:46 smithi138 ceph-mon[117003]: 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-07T08:36:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:46 smithi138 ceph-mon[117003]: from='client.194772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:46 smithi161 ceph-mon[116604]: 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-07T08:36:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:46 smithi161 ceph-mon[116604]: from='client.194772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:46 smithi028 ceph-mon[112123]: 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-07T08:36:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:46 smithi028 ceph-mon[112123]: from='client.194772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:48 smithi161 ceph-mon[116604]: pgmap v6904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:48 smithi028 ceph-mon[112123]: pgmap v6904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:48 smithi138 ceph-mon[117003]: pgmap v6904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:50 smithi161 ceph-mon[116604]: pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:51.021 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:50 smithi028 ceph-mon[112123]: pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:50 smithi138 ceph-mon[117003]: pgmap v6905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:51.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:51.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:51.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:51.965 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:51.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:51.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:51.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:51.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:52 smithi161 ceph-mon[116604]: pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:52 smithi161 ceph-mon[116604]: from='client.194850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:52 smithi028 ceph-mon[112123]: pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:52 smithi028 ceph-mon[112123]: from='client.194850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:52 smithi138 ceph-mon[117003]: pgmap v6906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:52 smithi138 ceph-mon[117003]: from='client.194850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:54 smithi161 ceph-mon[116604]: pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:54.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:54 smithi028 ceph-mon[112123]: pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:55.047 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:54 smithi138 ceph-mon[117003]: pgmap v6907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:36:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:56 smithi161 ceph-mon[116604]: pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:56.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:36:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:56 smithi028 ceph-mon[112123]: pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:56.968 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:36:56.968 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:36:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:56 smithi138 ceph-mon[117003]: pgmap v6908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:36:57.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:36:57.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:36:57.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:36:57.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:36:57.743 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:36:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:58 smithi161 ceph-mon[116604]: from='client.194922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:36:58 smithi161 ceph-mon[116604]: 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-07T08:36:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:58 smithi028 ceph-mon[112123]: from='client.194922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:36:58 smithi028 ceph-mon[112123]: 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-07T08:36:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:58 smithi138 ceph-mon[117003]: from='client.194922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:36:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:36:58 smithi138 ceph-mon[117003]: 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-07T08:37:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:00 smithi161 ceph-mon[116604]: 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-07T08:37:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:00 smithi028 ceph-mon[112123]: 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-07T08:37:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:00 smithi138 ceph-mon[117003]: 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-07T08:37:02.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:02.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:02.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:02 smithi161 ceph-mon[116604]: 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-07T08:37:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:02 smithi028 ceph-mon[112123]: 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-07T08:37:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:02 smithi138 ceph-mon[117003]: 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-07T08:37:03.517 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:03.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:03.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:03.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:03.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:04 smithi161 ceph-mon[116604]: from='client.194997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:04 smithi161 ceph-mon[116604]: 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-07T08:37:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:04 smithi028 ceph-mon[112123]: from='client.194997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:04 smithi028 ceph-mon[112123]: 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-07T08:37:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:04 smithi138 ceph-mon[117003]: from='client.194997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:04 smithi138 ceph-mon[117003]: 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-07T08:37:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:06 smithi161 ceph-mon[116604]: 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-07T08:37:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:06 smithi028 ceph-mon[112123]: 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-07T08:37:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:06 smithi138 ceph-mon[117003]: 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-07T08:37:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:08 smithi161 ceph-mon[116604]: 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-07T08:37:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:08 smithi028 ceph-mon[112123]: 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-07T08:37:08.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:08.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:08.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:08 smithi138 ceph-mon[117003]: 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-07T08:37:09.288 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:09.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:09.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:09.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:09.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:09 smithi161 ceph-mon[116604]: from='client.195075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:09 smithi028 ceph-mon[112123]: from='client.195075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:09 smithi138 ceph-mon[117003]: from='client.195075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:10 smithi161 ceph-mon[116604]: pgmap v6915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:37:10.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:10 smithi028 ceph-mon[112123]: pgmap v6915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:37:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:10 smithi138 ceph-mon[117003]: pgmap v6915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:37:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:12 smithi161 ceph-mon[116604]: pgmap v6916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:37:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:12 smithi028 ceph-mon[112123]: pgmap v6916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:37:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:12 smithi138 ceph-mon[117003]: pgmap v6916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:37:14.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:14.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:14.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:14 smithi161 ceph-mon[116604]: pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:37:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:14 smithi028 ceph-mon[112123]: pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:37:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:14 smithi138 ceph-mon[117003]: pgmap v6917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:37:15.076 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:15.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:15.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:15.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:15.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:15 smithi161 ceph-mon[116604]: from='client.195150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:15 smithi028 ceph-mon[112123]: from='client.195150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:15 smithi138 ceph-mon[117003]: from='client.195150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:16 smithi161 ceph-mon[116604]: pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:16 smithi028 ceph-mon[112123]: pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:16 smithi138 ceph-mon[117003]: pgmap v6918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:18 smithi161 ceph-mon[116604]: pgmap v6919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:18 smithi028 ceph-mon[112123]: pgmap v6919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:18 smithi138 ceph-mon[117003]: pgmap v6919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:20.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:20.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:20.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:20.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:20.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:20.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:20.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:20.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:20 smithi161 ceph-mon[116604]: pgmap v6920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:20 smithi028 ceph-mon[112123]: pgmap v6920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:20 smithi138 ceph-mon[117003]: pgmap v6920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:21 smithi161 ceph-mon[116604]: from='client.195225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:21 smithi028 ceph-mon[112123]: from='client.195225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:21 smithi138 ceph-mon[117003]: from='client.195225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:22 smithi161 ceph-mon[116604]: pgmap v6921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:37:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:22 smithi028 ceph-mon[112123]: pgmap v6921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:37:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:22 smithi138 ceph-mon[117003]: pgmap v6921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:37:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:24 smithi161 ceph-mon[116604]: pgmap v6922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:37:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:24 smithi028 ceph-mon[112123]: pgmap v6922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:37:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:24 smithi138 ceph-mon[117003]: pgmap v6922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:37:25.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:25.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:25.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:26.642 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:26.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:26.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:26.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:26.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:26 smithi161 ceph-mon[116604]: pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:37:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:37:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:26 smithi028 ceph-mon[112123]: pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:37:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:37:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:26 smithi138 ceph-mon[117003]: pgmap v6923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:37:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:37:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:27 smithi161 ceph-mon[116604]: from='client.195303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:37:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:37:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:37:27.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:27 smithi028 ceph-mon[112123]: from='client.195303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:27.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:37:27.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:37:27.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:37:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:27 smithi138 ceph-mon[117003]: from='client.195303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:37:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:37:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:37:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:28 smithi161 ceph-mon[116604]: pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:28 smithi028 ceph-mon[112123]: pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:28 smithi138 ceph-mon[117003]: pgmap v6924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:30 smithi161 ceph-mon[116604]: pgmap v6925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:37:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:30 smithi028 ceph-mon[112123]: pgmap v6925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:37:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:30 smithi138 ceph-mon[117003]: pgmap v6925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:37:31.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:31.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:31.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:32.411 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:32.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:32.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:32.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:32.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:32 smithi161 ceph-mon[116604]: pgmap v6926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:32 smithi161 ceph-mon[116604]: from='client.195378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:32 smithi028 ceph-mon[112123]: pgmap v6926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:32 smithi028 ceph-mon[112123]: from='client.195378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:32 smithi138 ceph-mon[117003]: pgmap v6926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:32 smithi138 ceph-mon[117003]: from='client.195378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:34.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:34 smithi161 ceph-mon[116604]: pgmap v6927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:34 smithi028 ceph-mon[112123]: pgmap v6927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:34 smithi138 ceph-mon[117003]: pgmap v6927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:36 smithi161 ceph-mon[116604]: pgmap v6928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:37:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:36 smithi028 ceph-mon[112123]: pgmap v6928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:37:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:36 smithi138 ceph-mon[117003]: pgmap v6928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:37:37.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:37.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:37.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:38.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:38.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:38.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:38.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:38.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:38 smithi161 ceph-mon[116604]: 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-07T08:37:38.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:38 smithi161 ceph-mon[116604]: from='client.195456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:38 smithi028 ceph-mon[112123]: 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-07T08:37:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:38 smithi028 ceph-mon[112123]: from='client.195456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:38 smithi138 ceph-mon[117003]: 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-07T08:37:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:38 smithi138 ceph-mon[117003]: from='client.195456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:40 smithi161 ceph-mon[116604]: 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-07T08:37:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:40 smithi028 ceph-mon[112123]: 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-07T08:37:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:40 smithi138 ceph-mon[117003]: 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-07T08:37:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:42 smithi161 ceph-mon[116604]: 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-07T08:37:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:42 smithi028 ceph-mon[112123]: 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-07T08:37:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:42 smithi138 ceph-mon[117003]: 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-07T08:37:43.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:43.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:43.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:43.971 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:43.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:43.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:43.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:43.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:44.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:44 smithi161 ceph-mon[116604]: 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-07T08:37:44.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:44 smithi161 ceph-mon[116604]: from='client.195534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:44.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:44 smithi028 ceph-mon[112123]: 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-07T08:37:44.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:44 smithi028 ceph-mon[112123]: from='client.195534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:44 smithi138 ceph-mon[117003]: 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-07T08:37:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:44 smithi138 ceph-mon[117003]: from='client.195534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:46 smithi161 ceph-mon[116604]: 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-07T08:37:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:46 smithi028 ceph-mon[112123]: 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-07T08:37:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:46 smithi138 ceph-mon[117003]: 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-07T08:37:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:48 smithi161 ceph-mon[116604]: 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-07T08:37:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:48 smithi028 ceph-mon[112123]: 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-07T08:37:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:48 smithi138 ceph-mon[117003]: 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-07T08:37:48.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:48.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:48.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:49.743 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:49.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:49.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:49.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:49.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:50 smithi161 ceph-mon[116604]: from='client.195612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:50 smithi161 ceph-mon[116604]: pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:50 smithi028 ceph-mon[112123]: from='client.195612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:50 smithi028 ceph-mon[112123]: pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:50 smithi138 ceph-mon[117003]: from='client.195612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:50 smithi138 ceph-mon[117003]: pgmap v6935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:52 smithi161 ceph-mon[116604]: pgmap v6936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:52 smithi028 ceph-mon[112123]: pgmap v6936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:52 smithi138 ceph-mon[117003]: pgmap v6936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:54.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:37:54.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:37:54.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:37:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:54 smithi161 ceph-mon[116604]: pgmap v6937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:54 smithi028 ceph-mon[112123]: pgmap v6937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:54 smithi138 ceph-mon[117003]: pgmap v6937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:55.509 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:37:55.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:37:55.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:37:55.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:37:55.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:37:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:56 smithi161 ceph-mon[116604]: from='client.195690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:56 smithi161 ceph-mon[116604]: pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:56 smithi028 ceph-mon[112123]: from='client.195690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:56 smithi028 ceph-mon[112123]: pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:56 smithi138 ceph-mon[117003]: from='client.195690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:37:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:56 smithi138 ceph-mon[117003]: pgmap v6938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:37:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:37:58 smithi161 ceph-mon[116604]: pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:37:58 smithi028 ceph-mon[112123]: pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:37:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:37:58 smithi138 ceph-mon[117003]: pgmap v6939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:38:00.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:00.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:00.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:00.947 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:00 smithi161 ceph-mon[116604]: pgmap v6940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:00 smithi028 ceph-mon[112123]: pgmap v6940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:00 smithi138 ceph-mon[117003]: pgmap v6940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:01.292 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:01.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:01.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:01.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:01.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:01 smithi161 ceph-mon[116604]: from='client.195759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:01 smithi028 ceph-mon[112123]: from='client.195759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:01 smithi138 ceph-mon[117003]: from='client.195759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:02 smithi161 ceph-mon[116604]: 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-07T08:38:02.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:02 smithi028 ceph-mon[112123]: 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-07T08:38:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:02 smithi138 ceph-mon[117003]: 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-07T08:38:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:04 smithi161 ceph-mon[116604]: 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-07T08:38:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:04 smithi028 ceph-mon[112123]: 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-07T08:38:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:04 smithi138 ceph-mon[117003]: 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-07T08:38:06.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:06.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:06.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:06 smithi161 ceph-mon[116604]: pgmap v6943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:06 smithi028 ceph-mon[112123]: pgmap v6943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:06 smithi138 ceph-mon[117003]: pgmap v6943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:07.062 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:07.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:07.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:07.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:07.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:07 smithi161 ceph-mon[116604]: from='client.195831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:07 smithi028 ceph-mon[112123]: from='client.195831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:07 smithi138 ceph-mon[117003]: from='client.195831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:08 smithi161 ceph-mon[116604]: pgmap v6944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:08 smithi028 ceph-mon[112123]: pgmap v6944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:08 smithi138 ceph-mon[117003]: pgmap v6944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:10 smithi161 ceph-mon[116604]: pgmap v6945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:10 smithi028 ceph-mon[112123]: pgmap v6945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:10 smithi138 ceph-mon[117003]: pgmap v6945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:12.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:12.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:12.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:12.845 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:12.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:12.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:12.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:12.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:12 smithi161 ceph-mon[116604]: pgmap v6946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:12 smithi028 ceph-mon[112123]: pgmap v6946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:12 smithi138 ceph-mon[117003]: pgmap v6946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:13 smithi161 ceph-mon[116604]: from='client.195906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:13.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:13 smithi028 ceph-mon[112123]: from='client.195906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:13 smithi138 ceph-mon[117003]: from='client.195906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:14 smithi161 ceph-mon[116604]: pgmap v6947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:14.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:14 smithi028 ceph-mon[112123]: pgmap v6947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:14 smithi138 ceph-mon[117003]: pgmap v6947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:16 smithi161 ceph-mon[116604]: pgmap v6948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:16 smithi028 ceph-mon[112123]: pgmap v6948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:16 smithi138 ceph-mon[117003]: pgmap v6948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:17.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:17.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:17.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:18 smithi161 ceph-mon[116604]: 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-07T08:38:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:18 smithi028 ceph-mon[112123]: 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-07T08:38:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:18 smithi138 ceph-mon[117003]: 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-07T08:38:18.642 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:18.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:18.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:18.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:18.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:19 smithi161 ceph-mon[116604]: from='client.195981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:19 smithi028 ceph-mon[112123]: from='client.195981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:19.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:19 smithi138 ceph-mon[117003]: from='client.195981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:20 smithi161 ceph-mon[116604]: 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-07T08:38:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:20 smithi028 ceph-mon[112123]: 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-07T08:38:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:20 smithi138 ceph-mon[117003]: 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-07T08:38:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:22 smithi161 ceph-mon[116604]: 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-07T08:38:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:22 smithi028 ceph-mon[112123]: 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-07T08:38:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:22 smithi138 ceph-mon[117003]: 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-07T08:38:23.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:23.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:23.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:24.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:24.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:24.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:24.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:24.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:24 smithi161 ceph-mon[116604]: 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-07T08:38:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:24 smithi161 ceph-mon[116604]: from='client.196056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:24 smithi028 ceph-mon[112123]: 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-07T08:38:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:24 smithi028 ceph-mon[112123]: from='client.196056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:24 smithi138 ceph-mon[117003]: 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-07T08:38:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:24 smithi138 ceph-mon[117003]: from='client.196056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:26 smithi161 ceph-mon[116604]: pgmap v6953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:38:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:26 smithi028 ceph-mon[112123]: pgmap v6953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:38:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:26 smithi138 ceph-mon[117003]: pgmap v6953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:38:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:38:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:28 smithi161 ceph-mon[116604]: pgmap v6954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:38:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:38:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:28 smithi028 ceph-mon[112123]: pgmap v6954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:38:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:38:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:28 smithi138 ceph-mon[117003]: pgmap v6954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:38:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:29.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:29.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:29.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:38:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:38:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:38:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:38:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:38:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:38:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:38:30.187 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:30.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:30.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:30.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:30.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:30 smithi161 ceph-mon[116604]: pgmap v6955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:30 smithi161 ceph-mon[116604]: from='client.196131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:30 smithi028 ceph-mon[112123]: pgmap v6955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:30 smithi028 ceph-mon[112123]: from='client.196131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:30 smithi138 ceph-mon[117003]: pgmap v6955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:30 smithi138 ceph-mon[117003]: from='client.196131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:32 smithi161 ceph-mon[116604]: pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:38:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:32 smithi028 ceph-mon[112123]: pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:38:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:32 smithi138 ceph-mon[117003]: pgmap v6956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:38:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:34 smithi161 ceph-mon[116604]: pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:38:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:34 smithi028 ceph-mon[112123]: pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:38:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:34 smithi138 ceph-mon[117003]: pgmap v6957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:38:35.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:35.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:35.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:35.962 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:35.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:35.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:35.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:35.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:36 smithi161 ceph-mon[116604]: pgmap v6958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:36 smithi161 ceph-mon[116604]: from='client.196206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:36 smithi028 ceph-mon[112123]: pgmap v6958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:36 smithi028 ceph-mon[112123]: from='client.196206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:36 smithi138 ceph-mon[117003]: pgmap v6958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:36 smithi138 ceph-mon[117003]: from='client.196206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:38 smithi161 ceph-mon[116604]: pgmap v6959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:38:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:38 smithi028 ceph-mon[112123]: pgmap v6959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:38:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:38 smithi138 ceph-mon[117003]: pgmap v6959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:38:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:40 smithi161 ceph-mon[116604]: pgmap v6960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:38:40.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:40.964 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:40.964 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:40 smithi028 ceph-mon[112123]: pgmap v6960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:38:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:40 smithi138 ceph-mon[117003]: pgmap v6960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:38:41.731 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:41.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:41.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:41.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:41.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:42 smithi161 ceph-mon[116604]: from='client.196281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:42 smithi161 ceph-mon[116604]: pgmap v6961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:42 smithi028 ceph-mon[112123]: from='client.196281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:42 smithi028 ceph-mon[112123]: pgmap v6961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:42 smithi138 ceph-mon[117003]: from='client.196281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:42 smithi138 ceph-mon[117003]: pgmap v6961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:44 smithi161 ceph-mon[116604]: pgmap v6962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:44 smithi028 ceph-mon[112123]: pgmap v6962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:44 smithi138 ceph-mon[117003]: pgmap v6962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:46.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:46.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:46.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:46.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:46 smithi161 ceph-mon[116604]: pgmap v6963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:46 smithi028 ceph-mon[112123]: pgmap v6963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:46 smithi138 ceph-mon[117003]: pgmap v6963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:47.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:47.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:47.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:47.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:47.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:48 smithi161 ceph-mon[116604]: from='client.196359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:48 smithi161 ceph-mon[116604]: pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:48.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:48 smithi028 ceph-mon[112123]: from='client.196359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:48.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:48 smithi028 ceph-mon[112123]: pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:48 smithi138 ceph-mon[117003]: from='client.196359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:48.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:48 smithi138 ceph-mon[117003]: pgmap v6964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:50 smithi161 ceph-mon[116604]: pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:50 smithi028 ceph-mon[112123]: pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:50 smithi138 ceph-mon[117003]: pgmap v6965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:52.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:52.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:52.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:52 smithi161 ceph-mon[116604]: pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:52 smithi028 ceph-mon[112123]: pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:52 smithi138 ceph-mon[117003]: pgmap v6966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:53.286 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:53.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:53.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:53.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:53.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:53 smithi161 ceph-mon[116604]: from='client.196434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:53 smithi028 ceph-mon[112123]: from='client.196434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:53 smithi138 ceph-mon[117003]: from='client.196434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:54 smithi161 ceph-mon[116604]: pgmap v6967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:54 smithi028 ceph-mon[112123]: pgmap v6967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:54 smithi138 ceph-mon[117003]: pgmap v6967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:38:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:56 smithi161 ceph-mon[116604]: pgmap v6968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:56 smithi028 ceph-mon[112123]: pgmap v6968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:56 smithi138 ceph-mon[117003]: pgmap v6968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:38:58.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:38:58.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:38:58.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:38:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:58 smithi161 ceph-mon[116604]: 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-07T08:38:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:58 smithi028 ceph-mon[112123]: 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-07T08:38:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:58 smithi138 ceph-mon[117003]: 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-07T08:38:59.055 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:38:59.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:38:59.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:38:59.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:38:59.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:38:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:38:59 smithi161 ceph-mon[116604]: from='client.196509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:38:59 smithi028 ceph-mon[112123]: from='client.196509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:38:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:38:59 smithi138 ceph-mon[117003]: from='client.196509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:00 smithi161 ceph-mon[116604]: 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-07T08:39:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:00 smithi028 ceph-mon[112123]: 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-07T08:39:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:00 smithi138 ceph-mon[117003]: 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-07T08:39:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:02 smithi161 ceph-mon[116604]: 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-07T08:39:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:02 smithi028 ceph-mon[112123]: 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-07T08:39:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:02 smithi138 ceph-mon[117003]: 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-07T08:39:04.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:04.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:04.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:04.823 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:04.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:04.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:04.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:04.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:04 smithi161 ceph-mon[116604]: 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-07T08:39:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:04 smithi028 ceph-mon[112123]: 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-07T08:39:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:04 smithi138 ceph-mon[117003]: 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-07T08:39:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:05 smithi161 ceph-mon[116604]: from='client.196584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:05 smithi028 ceph-mon[112123]: from='client.196584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:05 smithi138 ceph-mon[117003]: from='client.196584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:06 smithi161 ceph-mon[116604]: pgmap v6973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:06 smithi028 ceph-mon[112123]: pgmap v6973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:06 smithi138 ceph-mon[117003]: pgmap v6973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:08 smithi161 ceph-mon[116604]: pgmap v6974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:08 smithi028 ceph-mon[112123]: pgmap v6974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:08 smithi138 ceph-mon[117003]: pgmap v6974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:09.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:09.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:09.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:10.597 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:10.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:10.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:10.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:10.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:10 smithi161 ceph-mon[116604]: pgmap v6975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:10.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:10 smithi028 ceph-mon[112123]: pgmap v6975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:10 smithi138 ceph-mon[117003]: pgmap v6975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:11 smithi161 ceph-mon[116604]: from='client.196662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:11 smithi028 ceph-mon[112123]: from='client.196662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:11 smithi138 ceph-mon[117003]: from='client.196662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:12 smithi161 ceph-mon[116604]: pgmap v6976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:12 smithi028 ceph-mon[112123]: pgmap v6976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:12 smithi138 ceph-mon[117003]: pgmap v6976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:14 smithi161 ceph-mon[116604]: pgmap v6977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:14 smithi028 ceph-mon[112123]: pgmap v6977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:15.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:14 smithi138 ceph-mon[117003]: pgmap v6977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:15.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:15.599 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:15.599 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:16.363 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:16.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:16.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:16.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:16.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:16 smithi161 ceph-mon[116604]: pgmap v6978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:16 smithi161 ceph-mon[116604]: from='client.196737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:16 smithi028 ceph-mon[112123]: pgmap v6978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:16 smithi028 ceph-mon[112123]: from='client.196737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:16 smithi138 ceph-mon[117003]: pgmap v6978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:17.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:16 smithi138 ceph-mon[117003]: from='client.196737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:18 smithi161 ceph-mon[116604]: 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-07T08:39:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:18 smithi028 ceph-mon[112123]: 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-07T08:39:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:18 smithi138 ceph-mon[117003]: 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-07T08:39:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:20 smithi161 ceph-mon[116604]: pgmap v6980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:20 smithi028 ceph-mon[112123]: pgmap v6980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:20 smithi138 ceph-mon[117003]: pgmap v6980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:21.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:21.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:21.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:22.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:22.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:22.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:22.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:22.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:22 smithi161 ceph-mon[116604]: pgmap v6981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:22 smithi161 ceph-mon[116604]: from='client.196815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:22 smithi028 ceph-mon[112123]: pgmap v6981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:22 smithi028 ceph-mon[112123]: from='client.196815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:22 smithi138 ceph-mon[117003]: pgmap v6981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:22 smithi138 ceph-mon[117003]: from='client.196815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:24 smithi161 ceph-mon[116604]: pgmap v6982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:24 smithi028 ceph-mon[112123]: pgmap v6982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:24 smithi138 ceph-mon[117003]: pgmap v6982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:26 smithi161 ceph-mon[116604]: pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:26 smithi028 ceph-mon[112123]: pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:26 smithi138 ceph-mon[117003]: pgmap v6983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:27.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:27.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:27.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:27.924 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:27.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:27.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:27.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:27.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:28 smithi161 ceph-mon[116604]: from='client.196893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:28 smithi161 ceph-mon[116604]: pgmap v6984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:28 smithi028 ceph-mon[112123]: from='client.196893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:28 smithi028 ceph-mon[112123]: pgmap v6984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:28 smithi138 ceph-mon[117003]: from='client.196893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:28 smithi138 ceph-mon[117003]: pgmap v6984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:39:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:39:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:39:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:39:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:39:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:39:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:39:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:39:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:39:29.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:39:29.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:39:29.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:39:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:30 smithi161 ceph-mon[116604]: pgmap v6985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:30.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:30 smithi028 ceph-mon[112123]: pgmap v6985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:30 smithi138 ceph-mon[117003]: pgmap v6985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:32.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:32.926 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:32.926 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:32 smithi161 ceph-mon[116604]: pgmap v6986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:32 smithi028 ceph-mon[112123]: pgmap v6986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:33.047 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:32 smithi138 ceph-mon[117003]: pgmap v6986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:33.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:33.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:33.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:33.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:33.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:34 smithi161 ceph-mon[116604]: from='client.196965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:34 smithi161 ceph-mon[116604]: pgmap v6987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:34 smithi028 ceph-mon[112123]: from='client.196965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:34 smithi028 ceph-mon[112123]: pgmap v6987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:34 smithi138 ceph-mon[117003]: from='client.196965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:34 smithi138 ceph-mon[117003]: pgmap v6987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:36 smithi161 ceph-mon[116604]: pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:36 smithi028 ceph-mon[112123]: pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:36 smithi138 ceph-mon[117003]: pgmap v6988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:39:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:38 smithi161 ceph-mon[116604]: 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-07T08:39:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:38 smithi028 ceph-mon[112123]: 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-07T08:39:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:38 smithi138 ceph-mon[117003]: 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-07T08:39:38.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:38.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:38.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:39 smithi161 ceph-mon[116604]: from='client.197043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:39 smithi028 ceph-mon[112123]: from='client.197043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:39.470 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:39.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:39.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:39.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:39.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:39 smithi138 ceph-mon[117003]: from='client.197043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:40.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:40 smithi161 ceph-mon[116604]: pgmap v6990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:40 smithi028 ceph-mon[112123]: pgmap v6990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:40 smithi138 ceph-mon[117003]: pgmap v6990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:42 smithi161 ceph-mon[116604]: pgmap v6991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:42 smithi028 ceph-mon[112123]: pgmap v6991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:42 smithi138 ceph-mon[117003]: pgmap v6991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:44.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:44.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:44.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:44 smithi161 ceph-mon[116604]: pgmap v6992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:44 smithi028 ceph-mon[112123]: pgmap v6992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:44 smithi138 ceph-mon[117003]: pgmap v6992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:45.253 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:45.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:45.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:45.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:45.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:45 smithi161 ceph-mon[116604]: from='client.197118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:45 smithi028 ceph-mon[112123]: from='client.197118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:45 smithi138 ceph-mon[117003]: from='client.197118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:46 smithi161 ceph-mon[116604]: pgmap v6993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:46 smithi028 ceph-mon[112123]: pgmap v6993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:46 smithi138 ceph-mon[117003]: pgmap v6993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:48 smithi161 ceph-mon[116604]: pgmap v6994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:48 smithi028 ceph-mon[112123]: pgmap v6994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:48 smithi138 ceph-mon[117003]: pgmap v6994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:39:50.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:50.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:50.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:50 smithi161 ceph-mon[116604]: pgmap v6995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:50 smithi028 ceph-mon[112123]: pgmap v6995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:51.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:51.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:51.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:51.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:51.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:51.051 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:50 smithi138 ceph-mon[117003]: pgmap v6995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:39:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:51 smithi161 ceph-mon[116604]: from='client.197193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:51 smithi028 ceph-mon[112123]: from='client.197193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:51 smithi138 ceph-mon[117003]: from='client.197193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:52.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:52 smithi161 ceph-mon[116604]: 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-07T08:39:52.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:52 smithi028 ceph-mon[112123]: 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-07T08:39:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:52 smithi138 ceph-mon[117003]: 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-07T08:39:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:54 smithi161 ceph-mon[116604]: 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-07T08:39:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:54 smithi028 ceph-mon[112123]: 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-07T08:39:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:54 smithi138 ceph-mon[117003]: 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-07T08:39:56.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:39:56.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:39:56.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:39:56.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:39:56.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:39:56.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:39:56.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:39:56.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:39:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:56 smithi161 ceph-mon[116604]: 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-07T08:39:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:56 smithi028 ceph-mon[112123]: 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-07T08:39:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:56 smithi138 ceph-mon[117003]: 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-07T08:39:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:57 smithi161 ceph-mon[116604]: from='client.197265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:57 smithi028 ceph-mon[112123]: from='client.197265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:57 smithi138 ceph-mon[117003]: from='client.197265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:39:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:39:58 smithi161 ceph-mon[116604]: 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-07T08:39:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:39:58 smithi028 ceph-mon[112123]: 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-07T08:39:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:39:58 smithi138 ceph-mon[117003]: 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-07T08:40:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:00 smithi161 ceph-mon[116604]: pgmap v7000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T08:40:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:00 smithi028 ceph-mon[112123]: pgmap v7000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T08:40:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:00 smithi138 ceph-mon[117003]: pgmap v7000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T08:40:01.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:01.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:01.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:02.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:02.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:02.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:02.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:02.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:02 smithi161 ceph-mon[116604]: pgmap v7001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:02.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:02 smithi028 ceph-mon[112123]: pgmap v7001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:02 smithi138 ceph-mon[117003]: pgmap v7001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:03 smithi161 ceph-mon[116604]: from='client.197340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:03 smithi028 ceph-mon[112123]: from='client.197340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:03 smithi138 ceph-mon[117003]: from='client.197340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:04 smithi161 ceph-mon[116604]: pgmap v7002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:04 smithi028 ceph-mon[112123]: pgmap v7002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:05.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:04 smithi138 ceph-mon[117003]: pgmap v7002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:06.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:06 smithi161 ceph-mon[116604]: pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:06 smithi028 ceph-mon[112123]: pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:06 smithi138 ceph-mon[117003]: pgmap v7003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:07.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:07.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:07.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:08.352 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:08.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:08.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:08.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:08.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:08 smithi161 ceph-mon[116604]: pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:08 smithi161 ceph-mon[116604]: from='client.197412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:08 smithi028 ceph-mon[112123]: pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:08 smithi028 ceph-mon[112123]: from='client.197412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:08 smithi138 ceph-mon[117003]: pgmap v7004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:08 smithi138 ceph-mon[117003]: from='client.197412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:10 smithi161 ceph-mon[116604]: pgmap v7005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:10 smithi028 ceph-mon[112123]: pgmap v7005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:10 smithi138 ceph-mon[117003]: pgmap v7005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:12 smithi161 ceph-mon[116604]: pgmap v7006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:12 smithi028 ceph-mon[112123]: pgmap v7006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:12 smithi138 ceph-mon[117003]: pgmap v7006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:13.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:13.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:13.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:14.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:14.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:14.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:14.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:14.133 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:14 smithi161 ceph-mon[116604]: pgmap v7007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:14.961 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:14 smithi161 ceph-mon[116604]: from='client.197490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:14.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:14 smithi028 ceph-mon[112123]: pgmap v7007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:14.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:14 smithi028 ceph-mon[112123]: from='client.197490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:15.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:14 smithi138 ceph-mon[117003]: pgmap v7007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:15.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:14 smithi138 ceph-mon[117003]: from='client.197490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:16 smithi161 ceph-mon[116604]: pgmap v7008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:40:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:16 smithi028 ceph-mon[112123]: pgmap v7008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:40:17.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:16 smithi138 ceph-mon[117003]: pgmap v7008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:40:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:18 smithi161 ceph-mon[116604]: pgmap v7009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:40:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:18 smithi028 ceph-mon[112123]: pgmap v7009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:40:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:18 smithi138 ceph-mon[117003]: pgmap v7009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:40:19.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:19.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:19.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:19.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:19.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:19.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:19.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:19.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:20 smithi161 ceph-mon[116604]: from='client.197559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:20 smithi161 ceph-mon[116604]: pgmap v7010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:20 smithi028 ceph-mon[112123]: from='client.197559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:20 smithi028 ceph-mon[112123]: pgmap v7010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:20 smithi138 ceph-mon[117003]: from='client.197559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:20 smithi138 ceph-mon[117003]: pgmap v7010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:22 smithi161 ceph-mon[116604]: pgmap v7011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:40:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:22 smithi028 ceph-mon[112123]: pgmap v7011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:40:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:22 smithi138 ceph-mon[117003]: pgmap v7011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:40:24.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:24.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:24.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:24 smithi161 ceph-mon[116604]: pgmap v7012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:40:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:24 smithi028 ceph-mon[112123]: pgmap v7012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:40:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:24 smithi138 ceph-mon[117003]: pgmap v7012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:40:25.689 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:25.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:25.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:25.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:25.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:26 smithi161 ceph-mon[116604]: from='client.197637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:26 smithi161 ceph-mon[116604]: pgmap v7013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:26 smithi028 ceph-mon[112123]: from='client.197637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:26 smithi028 ceph-mon[112123]: pgmap v7013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:26 smithi138 ceph-mon[117003]: from='client.197637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:26 smithi138 ceph-mon[117003]: pgmap v7013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:28 smithi161 ceph-mon[116604]: pgmap v7014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:40:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:28 smithi028 ceph-mon[112123]: pgmap v7014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:40:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:28 smithi138 ceph-mon[117003]: pgmap v7014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:40:29.418 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:40:29.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:40:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:40:30.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:30.691 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:30.691 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:31.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: pgmap v7015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:40:31.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: pgmap v7015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:40:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:40:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:40:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:40:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: pgmap v7015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:40:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:40:31.478 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:31.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:31.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:31.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:31.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:31 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16858M 2023-12-07T08:40:32.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:31 smithi161 ceph-mon[116604]: from='client.197715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:31 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16858M 2023-12-07T08:40:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:31 smithi028 ceph-mon[112123]: from='client.197715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:31 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16858M 2023-12-07T08:40:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:31 smithi138 ceph-mon[117003]: from='client.197715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:32 smithi161 ceph-mon[116604]: 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-07T08:40:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:32 smithi028 ceph-mon[112123]: 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-07T08:40:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:32 smithi138 ceph-mon[117003]: 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-07T08:40:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:34 smithi161 ceph-mon[116604]: 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-07T08:40:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:34 smithi028 ceph-mon[112123]: 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-07T08:40:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:34 smithi138 ceph-mon[117003]: 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-07T08:40:36.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:36.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:36.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:36 smithi161 ceph-mon[116604]: 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-07T08:40:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:36 smithi028 ceph-mon[112123]: 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-07T08:40:37.244 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:37.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:37.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:37.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:37.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:36 smithi138 ceph-mon[117003]: 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-07T08:40:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:37 smithi161 ceph-mon[116604]: from='client.197787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:41.232 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:37 smithi138 ceph-mon[117003]: from='client.197787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:41.232 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:38 smithi138 ceph-mon[117003]: 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-07T08:40:41.233 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:38 smithi161 ceph-mon[116604]: 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-07T08:40:41.233 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:40 smithi161 ceph-mon[116604]: pgmap v7020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:41.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:37 smithi028 ceph-mon[112123]: from='client.197787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:41.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:38 smithi028 ceph-mon[112123]: 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-07T08:40:41.233 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:40 smithi028 ceph-mon[112123]: pgmap v7020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:40 smithi138 ceph-mon[117003]: pgmap v7020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:42.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:42.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:42.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:43.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:43.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:43.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:43.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:43.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:42 smithi028 ceph-mon[112123]: pgmap v7021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:42 smithi138 ceph-mon[117003]: pgmap v7021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:42 smithi161 ceph-mon[116604]: pgmap v7021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:43 smithi028 ceph-mon[112123]: from='client.197865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:43 smithi138 ceph-mon[117003]: from='client.197865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:43 smithi161 ceph-mon[116604]: from='client.197865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:44 smithi028 ceph-mon[112123]: pgmap v7022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:44 smithi138 ceph-mon[117003]: pgmap v7022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:44 smithi161 ceph-mon[116604]: pgmap v7022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:46 smithi028 ceph-mon[112123]: pgmap v7023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:46 smithi138 ceph-mon[117003]: pgmap v7023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:47.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:46 smithi161 ceph-mon[116604]: pgmap v7023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:48.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:48.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:48.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:48 smithi161 ceph-mon[116604]: pgmap v7024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:48 smithi028 ceph-mon[112123]: pgmap v7024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:48 smithi138 ceph-mon[117003]: pgmap v7024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:48.793 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:48.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:48.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:48.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:48.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:49.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:49 smithi161 ceph-mon[116604]: from='client.197937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:49 smithi028 ceph-mon[112123]: from='client.197937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:49 smithi138 ceph-mon[117003]: from='client.197937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:50 smithi161 ceph-mon[116604]: pgmap v7025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:50 smithi028 ceph-mon[112123]: pgmap v7025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:50 smithi138 ceph-mon[117003]: pgmap v7025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:40:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:52 smithi161 ceph-mon[116604]: 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-07T08:40:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:52 smithi028 ceph-mon[112123]: 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-07T08:40:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:52 smithi138 ceph-mon[117003]: 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-07T08:40:53.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:53.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:53.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:40:54.571 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:40:54.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:40:54.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:40:54.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:40:54.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:40:54.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:54 smithi161 ceph-mon[116604]: 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-07T08:40:54.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:54 smithi028 ceph-mon[112123]: 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-07T08:40:55.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:54 smithi138 ceph-mon[117003]: 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-07T08:40:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:55 smithi161 ceph-mon[116604]: from='client.198006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:55 smithi028 ceph-mon[112123]: from='client.198006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:55 smithi138 ceph-mon[117003]: from='client.198006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:40:56.633 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:56 smithi161 ceph-mon[116604]: pgmap v7028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:56.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:56 smithi028 ceph-mon[112123]: pgmap v7028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:57.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:56 smithi138 ceph-mon[117003]: pgmap v7028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:40:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:40:58 smithi161 ceph-mon[116604]: pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:40:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:40:58 smithi028 ceph-mon[112123]: pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:40:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:40:58 smithi138 ceph-mon[117003]: pgmap v7029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:40:59.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:40:59.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:40:59.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:00.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:00.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:00.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:00.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:00.344 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:00 smithi161 ceph-mon[116604]: pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:00 smithi161 ceph-mon[116604]: from='client.198084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:00 smithi028 ceph-mon[112123]: pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:00 smithi028 ceph-mon[112123]: from='client.198084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:00 smithi138 ceph-mon[117003]: pgmap v7030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:00 smithi138 ceph-mon[117003]: from='client.198084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:02 smithi161 ceph-mon[116604]: pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:41:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:02 smithi028 ceph-mon[112123]: pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:41:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:02 smithi138 ceph-mon[117003]: pgmap v7031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:41:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:04 smithi161 ceph-mon[116604]: pgmap v7032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:41:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:04 smithi028 ceph-mon[112123]: pgmap v7032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:41:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:04 smithi138 ceph-mon[117003]: pgmap v7032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:41:05.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:05.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:05.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:06.133 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:06.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:06.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:06.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:06.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:06 smithi161 ceph-mon[116604]: pgmap v7033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:06 smithi161 ceph-mon[116604]: from='client.198159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:06.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:06 smithi028 ceph-mon[112123]: pgmap v7033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:06.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:06 smithi028 ceph-mon[112123]: from='client.198159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:06 smithi138 ceph-mon[117003]: pgmap v7033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:06 smithi138 ceph-mon[117003]: from='client.198159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:08 smithi161 ceph-mon[116604]: 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-07T08:41:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:08 smithi028 ceph-mon[112123]: 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-07T08:41:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:08 smithi138 ceph-mon[117003]: 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-07T08:41:10.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:10 smithi161 ceph-mon[116604]: 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-07T08:41:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:10 smithi028 ceph-mon[112123]: 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-07T08:41:11.047 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:10 smithi138 ceph-mon[117003]: 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-07T08:41:11.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:11.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:11.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:11.906 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:11.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:11.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:11.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:11.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:12.946 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:12 smithi161 ceph-mon[116604]: from='client.198234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:12.946 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:12 smithi161 ceph-mon[116604]: 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-07T08:41:12.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:12 smithi028 ceph-mon[112123]: from='client.198234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:12.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:12 smithi028 ceph-mon[112123]: 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-07T08:41:13.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:12 smithi138 ceph-mon[117003]: from='client.198234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:13.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:12 smithi138 ceph-mon[117003]: 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-07T08:41:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:14 smithi161 ceph-mon[116604]: 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-07T08:41:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:14 smithi028 ceph-mon[112123]: 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-07T08:41:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:14 smithi138 ceph-mon[117003]: 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-07T08:41:16.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:16.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:16.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:16 smithi161 ceph-mon[116604]: 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-07T08:41:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:16 smithi028 ceph-mon[112123]: 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-07T08:41:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:16 smithi138 ceph-mon[117003]: 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-07T08:41:17.680 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:17.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:17.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:17.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:17.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:18 smithi161 ceph-mon[116604]: from='client.198309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:18 smithi161 ceph-mon[116604]: 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-07T08:41:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:18 smithi028 ceph-mon[112123]: from='client.198309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:18 smithi028 ceph-mon[112123]: 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-07T08:41:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:18 smithi138 ceph-mon[117003]: from='client.198309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:18 smithi138 ceph-mon[117003]: 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-07T08:41:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:20 smithi161 ceph-mon[116604]: pgmap v7040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:41:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:20 smithi028 ceph-mon[112123]: pgmap v7040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:41:22.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:22.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:22.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:22 smithi161 ceph-mon[116604]: pgmap v7041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:22 smithi028 ceph-mon[112123]: pgmap v7041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:20 smithi138 ceph-mon[117003]: pgmap v7040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:41:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:22 smithi138 ceph-mon[117003]: pgmap v7041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:23.444 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:23.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:23.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:23.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:23.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:23 smithi161 ceph-mon[116604]: from='client.198384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:23 smithi028 ceph-mon[112123]: from='client.198384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:23 smithi138 ceph-mon[117003]: from='client.198384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:24 smithi161 ceph-mon[116604]: pgmap v7042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:24 smithi028 ceph-mon[112123]: pgmap v7042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:24 smithi138 ceph-mon[117003]: pgmap v7042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:26 smithi161 ceph-mon[116604]: pgmap v7043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:41:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:26 smithi028 ceph-mon[112123]: pgmap v7043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:41:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:26 smithi138 ceph-mon[117003]: pgmap v7043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:41:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:28 smithi161 ceph-mon[116604]: pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:28.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:28.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:28.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:28 smithi028 ceph-mon[112123]: pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:28 smithi138 ceph-mon[117003]: pgmap v7044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:29.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:29.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:29.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:29.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:29.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:29 smithi161 ceph-mon[116604]: from='client.198459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:29 smithi028 ceph-mon[112123]: from='client.198459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:29 smithi138 ceph-mon[117003]: from='client.198459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:30.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:30 smithi161 ceph-mon[116604]: pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:41:30.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:30 smithi028 ceph-mon[112123]: pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:41:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:30 smithi138 ceph-mon[117003]: pgmap v7045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:41:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:41:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:41:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:41:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:41:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:41:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:41:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:32 smithi161 ceph-mon[116604]: pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:41:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:41:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:41:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:41:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:32 smithi028 ceph-mon[112123]: pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:41:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:41:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:41:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:41:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:32 smithi138 ceph-mon[117003]: pgmap v7046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:41:34.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:34.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:34.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:34 smithi161 ceph-mon[116604]: pgmap v7047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:41:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:34 smithi028 ceph-mon[112123]: pgmap v7047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:41:34.998 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:34.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:34.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:34.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:34.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:35.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:34 smithi138 ceph-mon[117003]: pgmap v7047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:41:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:35 smithi161 ceph-mon[116604]: from='client.198531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:35.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:35 smithi028 ceph-mon[112123]: from='client.198531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:36.047 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:35 smithi138 ceph-mon[117003]: from='client.198531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:36 smithi161 ceph-mon[116604]: pgmap v7048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:36 smithi028 ceph-mon[112123]: pgmap v7048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:36 smithi138 ceph-mon[117003]: pgmap v7048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:38.444 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:38 smithi161 ceph-mon[116604]: pgmap v7049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:41:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:38 smithi028 ceph-mon[112123]: pgmap v7049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:41:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:38 smithi138 ceph-mon[117003]: pgmap v7049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:41:40.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:40.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:40.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:40.782 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:40.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:40.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:40.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:40.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:40 smithi161 ceph-mon[116604]: pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:40 smithi028 ceph-mon[112123]: pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:40 smithi138 ceph-mon[117003]: pgmap v7050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:41:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:41 smithi161 ceph-mon[116604]: from='client.198600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:41.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:41 smithi028 ceph-mon[112123]: from='client.198600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:41 smithi138 ceph-mon[117003]: from='client.198600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:42 smithi161 ceph-mon[116604]: pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:41:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:42 smithi028 ceph-mon[112123]: pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:41:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:42 smithi138 ceph-mon[117003]: pgmap v7051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:41:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:44 smithi161 ceph-mon[116604]: pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:41:44.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:44 smithi028 ceph-mon[112123]: pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:41:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:44 smithi138 ceph-mon[117003]: pgmap v7052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:41:45.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:45.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:45.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:46.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:46.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:46.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:46.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:46.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:46 smithi161 ceph-mon[116604]: pgmap v7053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:41:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:46 smithi028 ceph-mon[112123]: pgmap v7053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:41:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:46 smithi138 ceph-mon[117003]: pgmap v7053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:41:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:47 smithi161 ceph-mon[116604]: from='client.198678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:47 smithi028 ceph-mon[112123]: from='client.198678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:47 smithi138 ceph-mon[117003]: from='client.198678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:48 smithi161 ceph-mon[116604]: 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-07T08:41:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:48 smithi028 ceph-mon[112123]: 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-07T08:41:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:48 smithi138 ceph-mon[117003]: 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-07T08:41:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:50 smithi161 ceph-mon[116604]: 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-07T08:41:50.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:50 smithi028 ceph-mon[112123]: 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-07T08:41:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:50 smithi138 ceph-mon[117003]: 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-07T08:41:51.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:51.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:51.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:52.312 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:52.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:52.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:52.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:52.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:52.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:52 smithi161 ceph-mon[116604]: 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-07T08:41:52.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:52 smithi161 ceph-mon[116604]: from='client.198753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:52 smithi028 ceph-mon[112123]: 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-07T08:41:52.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:52 smithi028 ceph-mon[112123]: from='client.198753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:52 smithi138 ceph-mon[117003]: 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-07T08:41:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:52 smithi138 ceph-mon[117003]: from='client.198753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:54 smithi161 ceph-mon[116604]: 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-07T08:41:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:54 smithi028 ceph-mon[112123]: 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-07T08:41:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:54 smithi138 ceph-mon[117003]: 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-07T08:41:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:56 smithi161 ceph-mon[116604]: 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-07T08:41:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:56 smithi028 ceph-mon[112123]: 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-07T08:41:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:56 smithi138 ceph-mon[117003]: 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-07T08:41:57.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:41:57.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:41:57.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:41:58.079 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:41:58.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:41:58.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:41:58.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:41:58.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:41:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:58 smithi161 ceph-mon[116604]: 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-07T08:41:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:41:58 smithi161 ceph-mon[116604]: from='client.198825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:58 smithi028 ceph-mon[112123]: 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-07T08:41:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:41:58 smithi028 ceph-mon[112123]: from='client.198825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:41:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:58 smithi138 ceph-mon[117003]: 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-07T08:41:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:41:58 smithi138 ceph-mon[117003]: from='client.198825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:00 smithi161 ceph-mon[116604]: pgmap v7060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:42:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:00 smithi028 ceph-mon[112123]: pgmap v7060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:42:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:00 smithi138 ceph-mon[117003]: pgmap v7060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:42:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:02 smithi161 ceph-mon[116604]: pgmap v7061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:02 smithi028 ceph-mon[112123]: pgmap v7061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:02 smithi138 ceph-mon[117003]: pgmap v7061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:03.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:03.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:03.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:03.847 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:03.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:03.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:03.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:03.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:04 smithi161 ceph-mon[116604]: from='client.198900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:04 smithi161 ceph-mon[116604]: pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:04.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:04 smithi028 ceph-mon[112123]: from='client.198900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:04.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:04 smithi028 ceph-mon[112123]: pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:04 smithi138 ceph-mon[117003]: from='client.198900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:04 smithi138 ceph-mon[117003]: pgmap v7062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:06 smithi161 ceph-mon[116604]: pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:42:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:06 smithi028 ceph-mon[112123]: pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:42:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:06 smithi138 ceph-mon[117003]: pgmap v7063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:42:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:08 smithi161 ceph-mon[116604]: pgmap v7064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:08 smithi028 ceph-mon[112123]: pgmap v7064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:08 smithi138 ceph-mon[117003]: pgmap v7064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:08.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:08.850 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:08.850 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:09.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:09.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:09.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:09.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:09.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:10.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:10 smithi161 ceph-mon[116604]: from='client.198978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:10.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:10 smithi161 ceph-mon[116604]: 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-07T08:42:10.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:10 smithi028 ceph-mon[112123]: from='client.198978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:10.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:10 smithi028 ceph-mon[112123]: 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-07T08:42:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:10 smithi138 ceph-mon[117003]: from='client.198978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:10 smithi138 ceph-mon[117003]: 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-07T08:42:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:12 smithi161 ceph-mon[116604]: pgmap v7066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:12.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:12 smithi028 ceph-mon[112123]: pgmap v7066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:12 smithi138 ceph-mon[117003]: pgmap v7066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:14.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:14.616 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:14.616 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:14 smithi161 ceph-mon[116604]: pgmap v7067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:14 smithi028 ceph-mon[112123]: pgmap v7067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:14 smithi138 ceph-mon[117003]: pgmap v7067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:15.384 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:15.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:15.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:15.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:15.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:15 smithi161 ceph-mon[116604]: from='client.199053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:15.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:15 smithi028 ceph-mon[112123]: from='client.199053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:15 smithi138 ceph-mon[117003]: from='client.199053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:16 smithi161 ceph-mon[116604]: pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:16 smithi028 ceph-mon[112123]: pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:16 smithi138 ceph-mon[117003]: pgmap v7068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:18 smithi161 ceph-mon[116604]: pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:18 smithi028 ceph-mon[112123]: pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:18.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:18 smithi138 ceph-mon[117003]: pgmap v7069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:20.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:20.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:20.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:20 smithi161 ceph-mon[116604]: pgmap v7070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:20 smithi028 ceph-mon[112123]: pgmap v7070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:21.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:20 smithi138 ceph-mon[117003]: pgmap v7070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:21.169 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:21.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:21.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:21.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:21.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:21 smithi161 ceph-mon[116604]: from='client.199131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:21 smithi028 ceph-mon[112123]: from='client.199131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:21 smithi138 ceph-mon[117003]: from='client.199131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:22 smithi161 ceph-mon[116604]: 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-07T08:42:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:22 smithi028 ceph-mon[112123]: 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-07T08:42:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:22 smithi138 ceph-mon[117003]: 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-07T08:42:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:24 smithi161 ceph-mon[116604]: 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-07T08:42:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:24 smithi028 ceph-mon[112123]: 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-07T08:42:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:24 smithi138 ceph-mon[117003]: 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-07T08:42:26.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:26.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:26.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:26.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:26 smithi161 ceph-mon[116604]: 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-07T08:42:26.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:26.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:26.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:26.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:26.946 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:26 smithi028 ceph-mon[112123]: 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-07T08:42:27.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:26 smithi138 ceph-mon[117003]: 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-07T08:42:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:27 smithi161 ceph-mon[116604]: from='client.199203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:27 smithi028 ceph-mon[112123]: from='client.199203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:27 smithi138 ceph-mon[117003]: from='client.199203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:28 smithi161 ceph-mon[116604]: 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-07T08:42:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:28 smithi028 ceph-mon[112123]: 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-07T08:42:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:28 smithi138 ceph-mon[117003]: 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-07T08:42:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:30 smithi161 ceph-mon[116604]: 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-07T08:42:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:30 smithi028 ceph-mon[112123]: 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-07T08:42:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:30 smithi138 ceph-mon[117003]: 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-07T08:42:31.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:42:31.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:31.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:42:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:42:32.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:32.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:32.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:32.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:32.717 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:32 smithi161 ceph-mon[116604]: 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-07T08:42:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:42:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:42:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:42:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:32 smithi028 ceph-mon[112123]: 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-07T08:42:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:42:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:42:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:42:33.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:32 smithi138 ceph-mon[117003]: 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-07T08:42:33.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:42:33.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:42:33.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:42:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:33 smithi161 ceph-mon[116604]: from='client.199281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:33 smithi028 ceph-mon[112123]: from='client.199281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:33 smithi138 ceph-mon[117003]: from='client.199281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:34 smithi161 ceph-mon[116604]: 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-07T08:42:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:34 smithi028 ceph-mon[112123]: 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-07T08:42:35.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:34 smithi138 ceph-mon[117003]: 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-07T08:42:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:36 smithi161 ceph-mon[116604]: 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-07T08:42:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:36 smithi028 ceph-mon[112123]: 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-07T08:42:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:36 smithi138 ceph-mon[117003]: 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-07T08:42:37.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:37.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:37.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:38 smithi161 ceph-mon[116604]: 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-07T08:42:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:38 smithi161 ceph-mon[116604]: from='client.199359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:38 smithi028 ceph-mon[112123]: 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-07T08:42:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:38 smithi028 ceph-mon[112123]: from='client.199359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:38.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:38.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:38.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:38.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:38.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:38 smithi138 ceph-mon[117003]: 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-07T08:42:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:38 smithi138 ceph-mon[117003]: from='client.199359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:40 smithi161 ceph-mon[116604]: pgmap v7080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:42:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:40 smithi028 ceph-mon[112123]: pgmap v7080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:42:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:40 smithi138 ceph-mon[117003]: pgmap v7080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:42:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:42 smithi161 ceph-mon[116604]: pgmap v7081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:42 smithi028 ceph-mon[112123]: pgmap v7081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:42 smithi138 ceph-mon[117003]: pgmap v7081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:43.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:43.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:43.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:44.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:44.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:44.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:44.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:44.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:44 smithi161 ceph-mon[116604]: pgmap v7082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:44 smithi161 ceph-mon[116604]: from='client.199431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:44 smithi028 ceph-mon[112123]: pgmap v7082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:44 smithi028 ceph-mon[112123]: from='client.199431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:44 smithi138 ceph-mon[117003]: pgmap v7082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:44 smithi138 ceph-mon[117003]: from='client.199431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:46 smithi161 ceph-mon[116604]: pgmap v7083: 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-07T08:42:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:46 smithi028 ceph-mon[112123]: pgmap v7083: 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-07T08:42:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:46 smithi138 ceph-mon[117003]: pgmap v7083: 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-07T08:42:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:48 smithi161 ceph-mon[116604]: pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:42:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:48 smithi028 ceph-mon[112123]: pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:42:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:48 smithi138 ceph-mon[117003]: pgmap v7084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:42:49.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:49.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:49.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:50.023 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:50.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:50.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:50.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:50.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:50 smithi161 ceph-mon[116604]: 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-07T08:42:50.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:50 smithi161 ceph-mon[116604]: from='client.199503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:50 smithi028 ceph-mon[112123]: 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-07T08:42:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:50 smithi028 ceph-mon[112123]: from='client.199503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:51.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:50 smithi138 ceph-mon[117003]: 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-07T08:42:51.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:50 smithi138 ceph-mon[117003]: from='client.199503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:52 smithi161 ceph-mon[116604]: pgmap v7086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:52.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:52 smithi028 ceph-mon[112123]: pgmap v7086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:52 smithi138 ceph-mon[117003]: pgmap v7086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:54 smithi161 ceph-mon[116604]: pgmap v7087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:54 smithi028 ceph-mon[112123]: pgmap v7087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:55.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:42:55.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:42:55.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:42:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:54 smithi138 ceph-mon[117003]: pgmap v7087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:42:55.800 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:42:55.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:42:55.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:42:55.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:42:55.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:42:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:56 smithi161 ceph-mon[116604]: from='client.199581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:56 smithi161 ceph-mon[116604]: pgmap v7088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:56.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:56 smithi028 ceph-mon[112123]: from='client.199581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:56.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:56 smithi028 ceph-mon[112123]: pgmap v7088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:56 smithi138 ceph-mon[117003]: from='client.199581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:42:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:56 smithi138 ceph-mon[117003]: pgmap v7088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:42:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:42:58 smithi161 ceph-mon[116604]: pgmap v7089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:42:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:42:58 smithi028 ceph-mon[112123]: pgmap v7089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:42:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:42:58 smithi138 ceph-mon[117003]: pgmap v7089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:43:00.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:00.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:00.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:00 smithi161 ceph-mon[116604]: pgmap v7090: 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-07T08:43:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:00 smithi028 ceph-mon[112123]: pgmap v7090: 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-07T08:43:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:00 smithi138 ceph-mon[117003]: pgmap v7090: 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-07T08:43:01.582 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:01.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:01.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:01.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:01.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:02 smithi161 ceph-mon[116604]: from='client.199653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:02 smithi161 ceph-mon[116604]: 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-07T08:43:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:02 smithi028 ceph-mon[112123]: from='client.199653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:02 smithi028 ceph-mon[112123]: 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-07T08:43:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:02 smithi138 ceph-mon[117003]: from='client.199653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:02 smithi138 ceph-mon[117003]: 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-07T08:43:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:04 smithi161 ceph-mon[116604]: 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-07T08:43:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:04 smithi028 ceph-mon[112123]: 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-07T08:43:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:04 smithi138 ceph-mon[117003]: 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-07T08:43:06.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:06.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:06.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:06 smithi161 ceph-mon[116604]: 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-07T08:43:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:06 smithi028 ceph-mon[112123]: 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-07T08:43:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:06 smithi138 ceph-mon[117003]: 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-07T08:43:07.362 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:07.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:07.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:07.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:07.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:07 smithi161 ceph-mon[116604]: from='client.199725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:07 smithi028 ceph-mon[112123]: from='client.199725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:07 smithi138 ceph-mon[117003]: from='client.199725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:08 smithi161 ceph-mon[116604]: 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-07T08:43:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:08 smithi028 ceph-mon[112123]: 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-07T08:43:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:08 smithi138 ceph-mon[117003]: 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-07T08:43:10.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:10 smithi161 ceph-mon[116604]: 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-07T08:43:10.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:10 smithi028 ceph-mon[112123]: 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-07T08:43:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:10 smithi138 ceph-mon[117003]: 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-07T08:43:12.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:12.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:12.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:12 smithi161 ceph-mon[116604]: 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-07T08:43:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:12 smithi028 ceph-mon[112123]: 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-07T08:43:13.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:12 smithi138 ceph-mon[117003]: 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-07T08:43:13.134 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:13.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:13.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:13.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:13.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:13 smithi161 ceph-mon[116604]: from='client.199800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:13 smithi028 ceph-mon[112123]: from='client.199800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:13 smithi138 ceph-mon[117003]: from='client.199800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:14.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:14 smithi161 ceph-mon[116604]: 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-07T08:43:14.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:14 smithi028 ceph-mon[112123]: 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-07T08:43:15.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:14 smithi138 ceph-mon[117003]: 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-07T08:43:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:16 smithi161 ceph-mon[116604]: pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:43:16.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:16 smithi028 ceph-mon[112123]: pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:43:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:16 smithi138 ceph-mon[117003]: pgmap v7098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:43:18.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:18.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:18.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:18 smithi161 ceph-mon[116604]: pgmap v7099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:18 smithi028 ceph-mon[112123]: pgmap v7099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:18 smithi138 ceph-mon[117003]: pgmap v7099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:18.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:18.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:18.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:18.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:18.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:19 smithi161 ceph-mon[116604]: from='client.199878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:19 smithi028 ceph-mon[112123]: from='client.199878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:19 smithi138 ceph-mon[117003]: from='client.199878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:20 smithi161 ceph-mon[116604]: pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:43:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:20 smithi028 ceph-mon[112123]: pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:43:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:20 smithi138 ceph-mon[117003]: pgmap v7100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:43:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:22 smithi161 ceph-mon[116604]: pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:22 smithi028 ceph-mon[112123]: pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:22 smithi138 ceph-mon[117003]: pgmap v7101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:23.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:23.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:23.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:24.698 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:24.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:24.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:24.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:24.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:24 smithi161 ceph-mon[116604]: pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:24 smithi028 ceph-mon[112123]: pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:24 smithi138 ceph-mon[117003]: pgmap v7102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:25.945 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:25 smithi161 ceph-mon[116604]: from='client.199953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:25 smithi028 ceph-mon[112123]: from='client.199953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:25 smithi138 ceph-mon[117003]: from='client.199953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:26 smithi161 ceph-mon[116604]: 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-07T08:43:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:26 smithi028 ceph-mon[112123]: 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-07T08:43:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:26 smithi138 ceph-mon[117003]: 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-07T08:43:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:28 smithi161 ceph-mon[116604]: pgmap v7104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:43:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:28 smithi028 ceph-mon[112123]: pgmap v7104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:43:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:28 smithi138 ceph-mon[117003]: pgmap v7104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:43:29.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:29.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:29.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:30.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:30.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:30.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:30.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:30.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:30 smithi161 ceph-mon[116604]: pgmap v7105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:30 smithi161 ceph-mon[116604]: from='client.200028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:30 smithi028 ceph-mon[112123]: pgmap v7105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:30 smithi028 ceph-mon[112123]: from='client.200028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:30 smithi138 ceph-mon[117003]: pgmap v7105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:30 smithi138 ceph-mon[117003]: from='client.200028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:32 smithi161 ceph-mon[116604]: pgmap v7106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:43:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:43:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:32 smithi028 ceph-mon[112123]: pgmap v7106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:43:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:43:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:32 smithi138 ceph-mon[117003]: pgmap v7106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:43:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:43:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:43:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:43:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:43:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:43:33.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:43:33.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:43:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:43:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:43:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:43:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:34 smithi028 ceph-mon[112123]: pgmap v7107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:43:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:34 smithi138 ceph-mon[117003]: pgmap v7107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:43:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:34 smithi161 ceph-mon[116604]: pgmap v7107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:43:35.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:35.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:35.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:36.268 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:36.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:36.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:36.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:36.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:36.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:36 smithi028 ceph-mon[112123]: pgmap v7108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:36.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:36 smithi028 ceph-mon[112123]: from='client.200100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:36 smithi138 ceph-mon[117003]: pgmap v7108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:36 smithi138 ceph-mon[117003]: from='client.200100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:36 smithi161 ceph-mon[116604]: pgmap v7108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:36 smithi161 ceph-mon[116604]: from='client.200100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:38.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:38 smithi161 ceph-mon[116604]: 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-07T08:43:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:38 smithi028 ceph-mon[112123]: 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-07T08:43:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:38 smithi138 ceph-mon[117003]: 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-07T08:43:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:40 smithi161 ceph-mon[116604]: 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-07T08:43:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:40 smithi028 ceph-mon[112123]: 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-07T08:43:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:40 smithi138 ceph-mon[117003]: 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-07T08:43:41.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:41.270 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:41.270 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:42.054 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:42.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:42.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:42.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:42.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:42 smithi161 ceph-mon[116604]: 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-07T08:43:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:42 smithi161 ceph-mon[116604]: from='client.200178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:42.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:42 smithi028 ceph-mon[112123]: 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-07T08:43:42.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:42 smithi028 ceph-mon[112123]: from='client.200178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:42 smithi138 ceph-mon[117003]: 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-07T08:43:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:42 smithi138 ceph-mon[117003]: from='client.200178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:44 smithi161 ceph-mon[116604]: 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-07T08:43:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:44 smithi028 ceph-mon[112123]: 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-07T08:43:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:44 smithi138 ceph-mon[117003]: 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-07T08:43:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:46 smithi161 ceph-mon[116604]: 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-07T08:43:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:46 smithi028 ceph-mon[112123]: 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-07T08:43:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:46 smithi138 ceph-mon[117003]: 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-07T08:43:47.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:47.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:47.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:47.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:47.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:47.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:47.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:47.841 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:48 smithi161 ceph-mon[116604]: from='client.200256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:48 smithi161 ceph-mon[116604]: 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-07T08:43:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:48 smithi028 ceph-mon[112123]: from='client.200256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:48 smithi028 ceph-mon[112123]: 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-07T08:43:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:48 smithi138 ceph-mon[117003]: from='client.200256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:48 smithi138 ceph-mon[117003]: 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-07T08:43:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:50 smithi161 ceph-mon[116604]: 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-07T08:43:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:50 smithi028 ceph-mon[112123]: 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-07T08:43:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:50 smithi138 ceph-mon[117003]: 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-07T08:43:52.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:52.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:52.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:52 smithi161 ceph-mon[116604]: 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-07T08:43:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:52 smithi028 ceph-mon[112123]: 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-07T08:43:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:52 smithi138 ceph-mon[117003]: 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-07T08:43:53.631 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:53.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:53.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:53.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:53.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:54.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:54 smithi161 ceph-mon[116604]: from='client.200331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:54.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:54 smithi161 ceph-mon[116604]: 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-07T08:43:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:54 smithi028 ceph-mon[112123]: from='client.200331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:54 smithi028 ceph-mon[112123]: 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-07T08:43:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:54 smithi138 ceph-mon[117003]: from='client.200331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:54 smithi138 ceph-mon[117003]: 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-07T08:43:56.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:56 smithi161 ceph-mon[116604]: pgmap v7118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:43:56.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:56 smithi028 ceph-mon[112123]: pgmap v7118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:43:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:56 smithi138 ceph-mon[117003]: pgmap v7118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:43:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:58 smithi161 ceph-mon[116604]: pgmap v7119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:58 smithi028 ceph-mon[112123]: pgmap v7119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:58.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:58 smithi138 ceph-mon[117003]: pgmap v7119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:43:58.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:43:58.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:43:58.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:43:59.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:43:59.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:43:59.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:43:59.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:43:59.409 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:43:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:43:59 smithi161 ceph-mon[116604]: from='client.200406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:43:59 smithi028 ceph-mon[112123]: from='client.200406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:43:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:43:59 smithi138 ceph-mon[117003]: from='client.200406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:00 smithi161 ceph-mon[116604]: pgmap v7120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:44:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:00 smithi028 ceph-mon[112123]: pgmap v7120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:44:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:00 smithi138 ceph-mon[117003]: pgmap v7120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:44:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:02 smithi161 ceph-mon[116604]: pgmap v7121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:44:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:02 smithi028 ceph-mon[112123]: pgmap v7121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:44:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:02 smithi138 ceph-mon[117003]: pgmap v7121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:44:04.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:04.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:04.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:04 smithi161 ceph-mon[116604]: pgmap v7122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:44:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:04 smithi028 ceph-mon[112123]: pgmap v7122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:44:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:04 smithi138 ceph-mon[117003]: pgmap v7122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:44:05.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:05.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:05.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:05.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:05.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:05 smithi161 ceph-mon[116604]: from='client.200481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:05 smithi028 ceph-mon[112123]: from='client.200481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:05 smithi138 ceph-mon[117003]: from='client.200481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:06 smithi161 ceph-mon[116604]: 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-07T08:44:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:06 smithi028 ceph-mon[112123]: 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-07T08:44:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:06 smithi138 ceph-mon[117003]: 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-07T08:44:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:08 smithi161 ceph-mon[116604]: pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:44:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:08 smithi028 ceph-mon[112123]: pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:44:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:08 smithi138 ceph-mon[117003]: pgmap v7124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:44:10.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:10.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:10.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:10 smithi161 ceph-mon[116604]: pgmap v7125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:44:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:10 smithi028 ceph-mon[112123]: pgmap v7125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:44:10.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:10.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:10.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:10.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:10.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:10 smithi138 ceph-mon[117003]: pgmap v7125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:44:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:11 smithi161 ceph-mon[116604]: from='client.200559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:11 smithi028 ceph-mon[112123]: from='client.200559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:11 smithi138 ceph-mon[117003]: from='client.200559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:12 smithi161 ceph-mon[116604]: pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:44:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:12 smithi028 ceph-mon[112123]: pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:44:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:12 smithi138 ceph-mon[117003]: pgmap v7126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:44:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:14 smithi028 ceph-mon[112123]: pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:44:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:14 smithi138 ceph-mon[117003]: pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:44:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:14 smithi161 ceph-mon[116604]: pgmap v7127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:44:15.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:15.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:15.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:16.761 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:16.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:16.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:16.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:16.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:16 smithi028 ceph-mon[112123]: pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:44:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:16 smithi138 ceph-mon[117003]: pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:44:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:16 smithi161 ceph-mon[116604]: pgmap v7128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:44:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:17 smithi028 ceph-mon[112123]: from='client.200634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:17 smithi138 ceph-mon[117003]: from='client.200634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:17 smithi161 ceph-mon[116604]: from='client.200634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:18 smithi028 ceph-mon[112123]: 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-07T08:44:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:18 smithi138 ceph-mon[117003]: 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-07T08:44:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:18 smithi161 ceph-mon[116604]: 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-07T08:44:20.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:20 smithi028 ceph-mon[112123]: 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-07T08:44:21.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:20 smithi138 ceph-mon[117003]: 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-07T08:44:21.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:20 smithi161 ceph-mon[116604]: 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-07T08:44:21.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:21.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:21.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:22.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:22.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:22.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:22.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:22.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:22 smithi028 ceph-mon[112123]: 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-07T08:44:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:22 smithi028 ceph-mon[112123]: from='client.200709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:22 smithi138 ceph-mon[117003]: 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-07T08:44:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:22 smithi138 ceph-mon[117003]: from='client.200709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:22 smithi161 ceph-mon[116604]: 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-07T08:44:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:22 smithi161 ceph-mon[116604]: from='client.200709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:24 smithi028 ceph-mon[112123]: 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-07T08:44:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:24 smithi138 ceph-mon[117003]: 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-07T08:44:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:24 smithi161 ceph-mon[116604]: 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-07T08:44:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:26 smithi028 ceph-mon[112123]: 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-07T08:44:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:26 smithi138 ceph-mon[117003]: 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-07T08:44:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:26 smithi161 ceph-mon[116604]: 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-07T08:44:27.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:27.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:27.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:28.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:28.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:28.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:28.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:28.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:28 smithi161 ceph-mon[116604]: 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-07T08:44:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:28 smithi161 ceph-mon[116604]: from='client.200787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:28 smithi028 ceph-mon[112123]: 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-07T08:44:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:28 smithi028 ceph-mon[112123]: from='client.200787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:28.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:28 smithi138 ceph-mon[117003]: 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-07T08:44:28.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:28 smithi138 ceph-mon[117003]: from='client.200787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:30 smithi161 ceph-mon[116604]: 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-07T08:44:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:30 smithi028 ceph-mon[112123]: 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-07T08:44:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:30 smithi138 ceph-mon[117003]: 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-07T08:44:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:32 smithi161 ceph-mon[116604]: 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-07T08:44:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:32 smithi028 ceph-mon[112123]: 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-07T08:44:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:32 smithi138 ceph-mon[117003]: 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-07T08:44:33.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:33.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:33.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:44:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:44:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:44:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:44:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:44:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:44:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:44:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:44:34.114 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:34.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:34.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:34.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:34.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:44:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:44:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:44:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:44:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:34 smithi028 ceph-mon[112123]: 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-07T08:44:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:34 smithi028 ceph-mon[112123]: from='client.148526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:34 smithi138 ceph-mon[117003]: 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-07T08:44:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:34 smithi138 ceph-mon[117003]: from='client.148526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:34 smithi161 ceph-mon[116604]: 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-07T08:44:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:34 smithi161 ceph-mon[116604]: from='client.148526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:36 smithi028 ceph-mon[112123]: pgmap v7138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:44:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:36 smithi138 ceph-mon[117003]: pgmap v7138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:44:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:36 smithi161 ceph-mon[116604]: pgmap v7138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:44:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:38 smithi161 ceph-mon[116604]: pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:44:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:38 smithi028 ceph-mon[112123]: pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:44:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:38 smithi138 ceph-mon[117003]: pgmap v7139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:44:39.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:39.117 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:39.117 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:39.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:39.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:39.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:39.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:39.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:40.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:40 smithi161 ceph-mon[116604]: from='client.200940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:40.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:40 smithi161 ceph-mon[116604]: 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-07T08:44:40.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:40 smithi028 ceph-mon[112123]: from='client.200940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:40.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:40 smithi028 ceph-mon[112123]: 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-07T08:44:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:40 smithi138 ceph-mon[117003]: from='client.200940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:40 smithi138 ceph-mon[117003]: 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-07T08:44:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:42 smithi028 ceph-mon[112123]: 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-07T08:44:43.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:42 smithi138 ceph-mon[117003]: 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-07T08:44:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:42 smithi161 ceph-mon[116604]: 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-07T08:44:44.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:44.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:44.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:44 smithi028 ceph-mon[112123]: 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-07T08:44:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:44 smithi138 ceph-mon[117003]: 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-07T08:44:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:44 smithi161 ceph-mon[116604]: 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-07T08:44:45.672 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:45.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:45.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:45.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:45.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:46 smithi028 ceph-mon[112123]: from='client.201018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:46 smithi028 ceph-mon[112123]: 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-07T08:44:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:46 smithi138 ceph-mon[117003]: from='client.201018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:46 smithi138 ceph-mon[117003]: 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-07T08:44:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:46 smithi161 ceph-mon[116604]: from='client.201018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:46 smithi161 ceph-mon[116604]: 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-07T08:44:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:48 smithi161 ceph-mon[116604]: pgmap v7144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:44:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:48 smithi028 ceph-mon[112123]: pgmap v7144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:44:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:48 smithi138 ceph-mon[117003]: pgmap v7144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:44:50.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:50.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:50.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:50 smithi028 ceph-mon[112123]: pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:44:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:50 smithi138 ceph-mon[117003]: pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:44:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:50 smithi161 ceph-mon[116604]: pgmap v7145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:44:51.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:51.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:51.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:51.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:51.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:51 smithi028 ceph-mon[112123]: from='client.201093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:51 smithi138 ceph-mon[117003]: from='client.201093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:51 smithi161 ceph-mon[116604]: from='client.201093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:52 smithi028 ceph-mon[112123]: 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-07T08:44:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:52 smithi138 ceph-mon[117003]: 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-07T08:44:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:52 smithi161 ceph-mon[116604]: 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-07T08:44:54.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:54 smithi028 ceph-mon[112123]: 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-07T08:44:55.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:54 smithi138 ceph-mon[117003]: 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-07T08:44:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:54 smithi161 ceph-mon[116604]: 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-07T08:44:56.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:44:56.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:44:56.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:44:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:56 smithi028 ceph-mon[112123]: 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-07T08:44:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:56 smithi138 ceph-mon[117003]: 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-07T08:44:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:56 smithi161 ceph-mon[116604]: 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-07T08:44:57.241 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:44:57.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:44:57.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:44:57.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:44:57.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:44:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:57 smithi028 ceph-mon[112123]: from='client.201168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:57 smithi138 ceph-mon[117003]: from='client.201168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:57 smithi161 ceph-mon[116604]: from='client.201168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:44:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:44:58 smithi028 ceph-mon[112123]: 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-07T08:44:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:44:58 smithi138 ceph-mon[117003]: 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-07T08:44:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:44:58 smithi161 ceph-mon[116604]: 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-07T08:45:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:00 smithi028 ceph-mon[112123]: 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-07T08:45:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:00 smithi138 ceph-mon[117003]: 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-07T08:45:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:00 smithi161 ceph-mon[116604]: 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-07T08:45:02.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:02.245 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:02.245 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:02 smithi028 ceph-mon[112123]: 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-07T08:45:03.017 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:03.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:03.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:03.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:03.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:02 smithi138 ceph-mon[117003]: 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-07T08:45:03.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:02 smithi161 ceph-mon[116604]: 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-07T08:45:03.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:03 smithi028 ceph-mon[112123]: from='client.201246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:03 smithi138 ceph-mon[117003]: from='client.201246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:03 smithi161 ceph-mon[116604]: from='client.201246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:04 smithi138 ceph-mon[117003]: 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-07T08:45:05.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:04 smithi161 ceph-mon[116604]: 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-07T08:45:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:04 smithi028 ceph-mon[112123]: 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-07T08:45:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:06 smithi138 ceph-mon[117003]: 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-07T08:45:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:06 smithi161 ceph-mon[116604]: 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-07T08:45:07.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:06 smithi028 ceph-mon[112123]: 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-07T08:45:08.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:08.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:08.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:08.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:08 smithi161 ceph-mon[116604]: 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-07T08:45:08.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:08 smithi028 ceph-mon[112123]: 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-07T08:45:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:08 smithi138 ceph-mon[117003]: 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-07T08:45:08.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:08.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:08.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:09 smithi161 ceph-mon[116604]: from='client.201321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:09 smithi028 ceph-mon[112123]: from='client.201321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:09 smithi138 ceph-mon[117003]: from='client.201321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:10 smithi161 ceph-mon[116604]: 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-07T08:45:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:10 smithi028 ceph-mon[112123]: 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-07T08:45:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:10 smithi138 ceph-mon[117003]: 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-07T08:45:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:12 smithi028 ceph-mon[112123]: 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-07T08:45:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:12 smithi138 ceph-mon[117003]: 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-07T08:45:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:12 smithi161 ceph-mon[116604]: 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-07T08:45:13.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:13.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:13.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:14.579 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:14.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:14.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:14.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:14.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:14 smithi028 ceph-mon[112123]: 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-07T08:45:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:14 smithi138 ceph-mon[117003]: 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-07T08:45:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:14 smithi161 ceph-mon[116604]: 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-07T08:45:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:15 smithi028 ceph-mon[112123]: from='client.201399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:15 smithi138 ceph-mon[117003]: from='client.201399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:15 smithi161 ceph-mon[116604]: from='client.201399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:16.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:16 smithi028 ceph-mon[112123]: 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-07T08:45:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:16 smithi138 ceph-mon[117003]: 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-07T08:45:17.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:16 smithi161 ceph-mon[116604]: 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-07T08:45:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:18 smithi161 ceph-mon[116604]: 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-07T08:45:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:18 smithi028 ceph-mon[112123]: 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-07T08:45:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:18 smithi138 ceph-mon[117003]: 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-07T08:45:19.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:20.352 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:20.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:20.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:20.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:20.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:20 smithi028 ceph-mon[112123]: 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-07T08:45:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:20 smithi028 ceph-mon[112123]: from='client.201477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:20 smithi138 ceph-mon[117003]: 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-07T08:45:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:20 smithi138 ceph-mon[117003]: from='client.201477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:20 smithi161 ceph-mon[116604]: 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-07T08:45:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:20 smithi161 ceph-mon[116604]: from='client.201477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:22 smithi028 ceph-mon[112123]: 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-07T08:45:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:22 smithi138 ceph-mon[117003]: 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-07T08:45:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:22 smithi161 ceph-mon[116604]: 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-07T08:45:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:24 smithi028 ceph-mon[112123]: 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-07T08:45:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:24 smithi138 ceph-mon[117003]: 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-07T08:45:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:24 smithi161 ceph-mon[116604]: 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-07T08:45:25.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:25.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:25.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:26.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:26.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:26.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:26.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:26.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:26 smithi028 ceph-mon[112123]: 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-07T08:45:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:26 smithi028 ceph-mon[112123]: from='client.201552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:26 smithi138 ceph-mon[117003]: 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-07T08:45:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:26 smithi138 ceph-mon[117003]: from='client.201552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:26 smithi161 ceph-mon[116604]: 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-07T08:45:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:26 smithi161 ceph-mon[116604]: from='client.201552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:28 smithi161 ceph-mon[116604]: 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-07T08:45:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:28 smithi028 ceph-mon[112123]: 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-07T08:45:28.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:28 smithi138 ceph-mon[117003]: 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-07T08:45:30.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:30 smithi028 ceph-mon[112123]: 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-07T08:45:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:30 smithi138 ceph-mon[117003]: 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-07T08:45:31.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:31.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:31.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:30 smithi161 ceph-mon[116604]: 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-07T08:45:31.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:31.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:31.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:31.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:31.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:32 smithi028 ceph-mon[112123]: from='client.201627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:32 smithi028 ceph-mon[112123]: 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-07T08:45:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:32 smithi138 ceph-mon[117003]: from='client.201627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:32 smithi138 ceph-mon[117003]: 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-07T08:45:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:32 smithi161 ceph-mon[116604]: from='client.201627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:32 smithi161 ceph-mon[116604]: 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-07T08:45:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:45:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:45:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:45:34.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:34 smithi028 ceph-mon[112123]: 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-07T08:45:34.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:45:34.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:45:34.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:45:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:34 smithi138 ceph-mon[117003]: 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-07T08:45:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:45:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:45:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:45:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:34 smithi161 ceph-mon[116604]: 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-07T08:45:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:45:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:45:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:45:36.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:36.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:36.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:36 smithi028 ceph-mon[112123]: 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-07T08:45:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:36 smithi138 ceph-mon[117003]: 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-07T08:45:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:36 smithi161 ceph-mon[116604]: 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-07T08:45:37.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:37.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:37.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:37.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:37.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:38.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:38 smithi161 ceph-mon[116604]: from='client.201702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:38.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:38 smithi161 ceph-mon[116604]: 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-07T08:45:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:38 smithi028 ceph-mon[112123]: from='client.201702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:38 smithi028 ceph-mon[112123]: 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-07T08:45:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:38 smithi138 ceph-mon[117003]: from='client.201702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:38 smithi138 ceph-mon[117003]: 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-07T08:45:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:40 smithi028 ceph-mon[112123]: 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-07T08:45:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:40 smithi138 ceph-mon[117003]: 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-07T08:45:41.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:40 smithi161 ceph-mon[116604]: 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-07T08:45:42.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:42.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:42.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:42 smithi028 ceph-mon[112123]: 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-07T08:45:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:42 smithi138 ceph-mon[117003]: 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-07T08:45:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:42 smithi161 ceph-mon[116604]: 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-07T08:45:43.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:43.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:43.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:43.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:43.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:43 smithi028 ceph-mon[112123]: from='client.201777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:43 smithi138 ceph-mon[117003]: from='client.201777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:43 smithi161 ceph-mon[116604]: from='client.201777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:44 smithi028 ceph-mon[112123]: 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-07T08:45:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:44 smithi138 ceph-mon[117003]: 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-07T08:45:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:44 smithi161 ceph-mon[116604]: 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-07T08:45:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:46 smithi138 ceph-mon[117003]: 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-07T08:45:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:46 smithi161 ceph-mon[116604]: 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-07T08:45:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:46 smithi028 ceph-mon[112123]: 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-07T08:45:48.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:48 smithi161 ceph-mon[116604]: 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-07T08:45:48.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:48.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:48.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:48 smithi028 ceph-mon[112123]: 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-07T08:45:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:48 smithi138 ceph-mon[117003]: 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-07T08:45:49.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:49.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:49.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:49.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:49.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:49 smithi161 ceph-mon[116604]: from='client.201855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:49 smithi028 ceph-mon[112123]: from='client.201855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:49.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:49 smithi138 ceph-mon[117003]: from='client.201855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:50 smithi161 ceph-mon[116604]: pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:45:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:50 smithi028 ceph-mon[112123]: pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:45:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:50 smithi138 ceph-mon[117003]: pgmap v7175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:45:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:52 smithi028 ceph-mon[112123]: pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:45:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:52 smithi138 ceph-mon[117003]: pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:45:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:52 smithi161 ceph-mon[116604]: pgmap v7176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:45:54.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:45:54.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:45:54.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:45:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:54 smithi028 ceph-mon[112123]: pgmap v7177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:45:55.013 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:45:55.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:45:55.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:45:55.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:45:55.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:45:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:54 smithi138 ceph-mon[117003]: pgmap v7177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:45:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:54 smithi161 ceph-mon[116604]: pgmap v7177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:45:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:55 smithi028 ceph-mon[112123]: from='client.201930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:55 smithi138 ceph-mon[117003]: from='client.201930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:56.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:55 smithi161 ceph-mon[116604]: from='client.201930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:45:56.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:56 smithi028 ceph-mon[112123]: 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-07T08:45:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:56 smithi138 ceph-mon[117003]: 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-07T08:45:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:56 smithi161 ceph-mon[116604]: 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-07T08:45:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:45:58 smithi161 ceph-mon[116604]: 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-07T08:45:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:45:58 smithi028 ceph-mon[112123]: 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-07T08:45:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:45:58 smithi138 ceph-mon[117003]: 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-07T08:46:00.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:00.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:00.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:00.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:00.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:00.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:00.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:00.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:00 smithi028 ceph-mon[112123]: 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-07T08:46:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:00 smithi138 ceph-mon[117003]: 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-07T08:46:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:00 smithi161 ceph-mon[116604]: 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-07T08:46:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:01 smithi028 ceph-mon[112123]: from='client.202005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:01 smithi138 ceph-mon[117003]: from='client.202005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:01 smithi161 ceph-mon[116604]: from='client.202005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:02 smithi028 ceph-mon[112123]: pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:46:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:02 smithi138 ceph-mon[117003]: pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:46:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:02 smithi161 ceph-mon[116604]: pgmap v7181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:46:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:04 smithi028 ceph-mon[112123]: pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:46:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:04 smithi138 ceph-mon[117003]: pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:46:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:04 smithi161 ceph-mon[116604]: pgmap v7182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:46:05.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:05.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:05.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:06.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:06.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:06.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:06.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:06.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:06 smithi138 ceph-mon[117003]: pgmap v7183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:46:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:06 smithi138 ceph-mon[117003]: from='client.202080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:07.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:06 smithi161 ceph-mon[116604]: pgmap v7183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:46:07.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:06 smithi161 ceph-mon[116604]: from='client.202080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:06 smithi028 ceph-mon[112123]: pgmap v7183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:46:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:06 smithi028 ceph-mon[112123]: from='client.202080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:08 smithi161 ceph-mon[116604]: 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-07T08:46:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:08 smithi028 ceph-mon[112123]: 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-07T08:46:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:08 smithi138 ceph-mon[117003]: 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-07T08:46:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:10 smithi028 ceph-mon[112123]: 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-07T08:46:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:10 smithi138 ceph-mon[117003]: 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-07T08:46:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:10 smithi161 ceph-mon[116604]: 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-07T08:46:11.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:11.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:11.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:12.340 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:12.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:12.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:12.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:12.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:12 smithi028 ceph-mon[112123]: 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-07T08:46:12.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:12 smithi028 ceph-mon[112123]: from='client.202158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:13.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:12 smithi138 ceph-mon[117003]: 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-07T08:46:13.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:12 smithi138 ceph-mon[117003]: from='client.202158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:12 smithi161 ceph-mon[116604]: 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-07T08:46:13.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:12 smithi161 ceph-mon[116604]: from='client.202158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:14 smithi028 ceph-mon[112123]: 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-07T08:46:15.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:14 smithi138 ceph-mon[117003]: 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-07T08:46:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:14 smithi161 ceph-mon[116604]: 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-07T08:46:17.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:16 smithi138 ceph-mon[117003]: 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-07T08:46:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:16 smithi161 ceph-mon[116604]: 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-07T08:46:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:16 smithi028 ceph-mon[112123]: 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-07T08:46:17.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:17.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:17.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:18.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:18.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:18.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:18.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:18.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:18.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:18 smithi161 ceph-mon[116604]: 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-07T08:46:18.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:18 smithi161 ceph-mon[116604]: from='client.202233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:18.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:18 smithi028 ceph-mon[112123]: 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-07T08:46:18.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:18 smithi028 ceph-mon[112123]: from='client.202233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:18.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:18 smithi138 ceph-mon[117003]: 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-07T08:46:18.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:18 smithi138 ceph-mon[117003]: from='client.202233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:20 smithi028 ceph-mon[112123]: 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-07T08:46:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:20 smithi138 ceph-mon[117003]: 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-07T08:46:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:20 smithi161 ceph-mon[116604]: 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-07T08:46:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:22 smithi028 ceph-mon[112123]: 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-07T08:46:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:22 smithi138 ceph-mon[117003]: 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-07T08:46:23.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:23.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:23.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:22 smithi161 ceph-mon[116604]: 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-07T08:46:23.909 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:23.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:23.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:23.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:23.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:24 smithi138 ceph-mon[117003]: from='client.202308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:24 smithi138 ceph-mon[117003]: 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-07T08:46:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:24 smithi161 ceph-mon[116604]: from='client.202308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:24 smithi161 ceph-mon[116604]: 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-07T08:46:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:24 smithi028 ceph-mon[112123]: from='client.202308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:24 smithi028 ceph-mon[112123]: 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-07T08:46:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:26 smithi138 ceph-mon[117003]: 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-07T08:46:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:26 smithi161 ceph-mon[116604]: 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-07T08:46:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:26 smithi028 ceph-mon[112123]: 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-07T08:46:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:28 smithi161 ceph-mon[116604]: 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-07T08:46:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:28 smithi028 ceph-mon[112123]: 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-07T08:46:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:28 smithi138 ceph-mon[117003]: 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-07T08:46:28.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:28.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:28.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:29.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:29.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:29.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:29.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:29.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:30 smithi028 ceph-mon[112123]: from='client.202383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:30 smithi028 ceph-mon[112123]: pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:46:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:30 smithi138 ceph-mon[117003]: from='client.202383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:30 smithi138 ceph-mon[117003]: pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:46:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:30 smithi161 ceph-mon[116604]: from='client.202383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:30 smithi161 ceph-mon[116604]: pgmap v7195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:46:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:32 smithi138 ceph-mon[117003]: pgmap v7196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:46:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:32 smithi161 ceph-mon[116604]: pgmap v7196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:46:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:32 smithi028 ceph-mon[112123]: pgmap v7196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:46:34.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:34.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:34.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:34 smithi138 ceph-mon[117003]: pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:46:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:46:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:34 smithi161 ceph-mon[116604]: pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:46:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:46:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:34 smithi028 ceph-mon[112123]: pgmap v7197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:46:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:46:35.483 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:35.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:35.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:35.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:35.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:46:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:46:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:46:36.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:35 smithi138 ceph-mon[117003]: from='client.202458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:46:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:46:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:46:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:35 smithi161 ceph-mon[116604]: from='client.202458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:46:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:46:36.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:46:36.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:35 smithi028 ceph-mon[112123]: from='client.202458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:36 smithi161 ceph-mon[116604]: 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-07T08:46:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:36 smithi028 ceph-mon[112123]: 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-07T08:46:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:36 smithi138 ceph-mon[117003]: 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-07T08:46:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:38 smithi028 ceph-mon[112123]: 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-07T08:46:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:38 smithi138 ceph-mon[117003]: 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-07T08:46:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:38 smithi161 ceph-mon[116604]: 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-07T08:46:40.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:40.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:40.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:41.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:40 smithi138 ceph-mon[117003]: 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-07T08:46:41.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:40 smithi161 ceph-mon[116604]: 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-07T08:46:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:40 smithi028 ceph-mon[112123]: 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-07T08:46:41.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:41.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:41.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:41.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:41.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:41 smithi138 ceph-mon[117003]: from='client.202533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:41 smithi161 ceph-mon[116604]: from='client.202533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:42.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:41 smithi028 ceph-mon[112123]: from='client.202533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:42 smithi138 ceph-mon[117003]: pgmap v7201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:46:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:42 smithi161 ceph-mon[116604]: pgmap v7201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:46:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:42 smithi028 ceph-mon[112123]: pgmap v7201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:46:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:44 smithi138 ceph-mon[117003]: pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:46:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:44 smithi161 ceph-mon[116604]: pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:46:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:44 smithi028 ceph-mon[112123]: pgmap v7202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:46:46.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:46.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:46.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:47.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:47.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:47.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:47.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:46 smithi138 ceph-mon[117003]: pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:46:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:46 smithi161 ceph-mon[116604]: pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:46:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:46 smithi028 ceph-mon[112123]: pgmap v7203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:46:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:47 smithi138 ceph-mon[117003]: from='client.202605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:47 smithi161 ceph-mon[116604]: from='client.202605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:47 smithi028 ceph-mon[112123]: from='client.202605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:48 smithi138 ceph-mon[117003]: 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-07T08:46:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:48 smithi161 ceph-mon[116604]: 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-07T08:46:49.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:48 smithi028 ceph-mon[112123]: 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-07T08:46:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:50 smithi138 ceph-mon[117003]: 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-07T08:46:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:50 smithi161 ceph-mon[116604]: 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-07T08:46:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:50 smithi028 ceph-mon[112123]: 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-07T08:46:52.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:52.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:52.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:52.821 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:52.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:52.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:52.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:52.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:52 smithi138 ceph-mon[117003]: 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-07T08:46:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:52 smithi161 ceph-mon[116604]: 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-07T08:46:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:52 smithi028 ceph-mon[112123]: 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-07T08:46:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:53 smithi138 ceph-mon[117003]: from='client.202680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:53 smithi161 ceph-mon[116604]: from='client.202680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:53 smithi028 ceph-mon[112123]: from='client.202680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:54 smithi138 ceph-mon[117003]: 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-07T08:46:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:54 smithi161 ceph-mon[116604]: 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-07T08:46:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:54 smithi028 ceph-mon[112123]: 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-07T08:46:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:56 smithi138 ceph-mon[117003]: 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-07T08:46:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:56 smithi161 ceph-mon[116604]: 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-07T08:46:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:56 smithi028 ceph-mon[112123]: 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-07T08:46:57.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:46:57.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:46:57.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:46:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:58 smithi028 ceph-mon[112123]: 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-07T08:46:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:58 smithi138 ceph-mon[117003]: 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-07T08:46:58.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:46:58.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:46:58.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:46:58.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:46:58.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:46:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:58 smithi161 ceph-mon[116604]: 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-07T08:46:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:46:59 smithi028 ceph-mon[112123]: from='client.202752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:46:59 smithi138 ceph-mon[117003]: from='client.202752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:46:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:46:59 smithi161 ceph-mon[116604]: from='client.202752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:00.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:00 smithi028 ceph-mon[112123]: 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-07T08:47:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:00 smithi138 ceph-mon[117003]: 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-07T08:47:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:00 smithi161 ceph-mon[116604]: 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-07T08:47:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:02 smithi138 ceph-mon[117003]: 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-07T08:47:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:02 smithi161 ceph-mon[116604]: 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-07T08:47:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:02 smithi028 ceph-mon[112123]: 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-07T08:47:03.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:03.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:03.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:04.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:04.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:04.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:04.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:04.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:04 smithi138 ceph-mon[117003]: 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-07T08:47:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:04 smithi138 ceph-mon[117003]: from='client.202830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:04 smithi161 ceph-mon[116604]: 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-07T08:47:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:04 smithi161 ceph-mon[116604]: from='client.202830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:04 smithi028 ceph-mon[112123]: 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-07T08:47:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:04 smithi028 ceph-mon[112123]: from='client.202830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:06 smithi138 ceph-mon[117003]: pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:47:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:06 smithi161 ceph-mon[116604]: pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:47:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:06 smithi028 ceph-mon[112123]: pgmap v7213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:47:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:08 smithi028 ceph-mon[112123]: pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:47:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:08 smithi138 ceph-mon[117003]: pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:47:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:08 smithi161 ceph-mon[116604]: pgmap v7214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:47:09.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:09.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:09.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:10.164 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:10.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:10.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:10.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:10.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:10 smithi138 ceph-mon[117003]: pgmap v7215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:10 smithi138 ceph-mon[117003]: from='client.202905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:10 smithi161 ceph-mon[116604]: pgmap v7215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:10 smithi161 ceph-mon[116604]: from='client.202905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:10 smithi028 ceph-mon[112123]: pgmap v7215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:10 smithi028 ceph-mon[112123]: from='client.202905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:13.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:12 smithi138 ceph-mon[117003]: pgmap v7216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:13.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:12 smithi161 ceph-mon[116604]: pgmap v7216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:12 smithi028 ceph-mon[112123]: pgmap v7216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:15.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:14 smithi138 ceph-mon[117003]: pgmap v7217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:15.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:15.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:15.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:14 smithi161 ceph-mon[116604]: pgmap v7217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:14 smithi028 ceph-mon[112123]: pgmap v7217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:15.936 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:15.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:15.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:15.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:15.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:17.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:16 smithi138 ceph-mon[117003]: from='client.202983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:17.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:16 smithi138 ceph-mon[117003]: 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-07T08:47:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:16 smithi161 ceph-mon[116604]: from='client.202983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:16 smithi161 ceph-mon[116604]: 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-07T08:47:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:16 smithi028 ceph-mon[112123]: from='client.202983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:16 smithi028 ceph-mon[112123]: 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-07T08:47:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:18 smithi028 ceph-mon[112123]: pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:47:18.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:18 smithi138 ceph-mon[117003]: pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:47:18.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:18 smithi161 ceph-mon[116604]: pgmap v7219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:47:20.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:20.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:20.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:20 smithi138 ceph-mon[117003]: pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:47:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:20 smithi161 ceph-mon[116604]: pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:47:21.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:20 smithi028 ceph-mon[112123]: pgmap v7220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:47:21.703 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:21.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:21.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:21.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:21.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:22 smithi138 ceph-mon[117003]: from='client.203061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:22 smithi138 ceph-mon[117003]: pgmap v7221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:22 smithi161 ceph-mon[116604]: from='client.203061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:22 smithi161 ceph-mon[116604]: pgmap v7221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:22 smithi028 ceph-mon[112123]: from='client.203061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:22 smithi028 ceph-mon[112123]: pgmap v7221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:24 smithi138 ceph-mon[117003]: pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:24 smithi161 ceph-mon[116604]: pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:24 smithi028 ceph-mon[112123]: pgmap v7222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:26.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:26.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:26.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:26 smithi138 ceph-mon[117003]: pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:47:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:26 smithi161 ceph-mon[116604]: pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:47:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:26 smithi028 ceph-mon[112123]: pgmap v7223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:47:27.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:27.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:27.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:27.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:27.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:27 smithi138 ceph-mon[117003]: from='client.203136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:27 smithi161 ceph-mon[116604]: from='client.203136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:27 smithi028 ceph-mon[112123]: from='client.203136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:28 smithi138 ceph-mon[117003]: 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-07T08:47:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:28 smithi161 ceph-mon[116604]: 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-07T08:47:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:28 smithi028 ceph-mon[112123]: 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-07T08:47:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:30 smithi138 ceph-mon[117003]: 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-07T08:47:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:30 smithi161 ceph-mon[116604]: 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-07T08:47:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:30 smithi028 ceph-mon[112123]: 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-07T08:47:32.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:32.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:32.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:32 smithi138 ceph-mon[117003]: 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-07T08:47:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:32 smithi161 ceph-mon[116604]: 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-07T08:47:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:32 smithi028 ceph-mon[112123]: 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-07T08:47:33.236 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:33.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:33.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:33.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:33.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:33 smithi138 ceph-mon[117003]: from='client.203214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:33 smithi161 ceph-mon[116604]: from='client.203214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:34.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:33 smithi028 ceph-mon[112123]: from='client.203214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:34 smithi138 ceph-mon[117003]: 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-07T08:47:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:34 smithi161 ceph-mon[116604]: 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-07T08:47:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:34 smithi028 ceph-mon[112123]: 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-07T08:47:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:47:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:47:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:47:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:47:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:47:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:47:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:47:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:47:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:47:36.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:47:36.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:47:36.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:47:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:36 smithi138 ceph-mon[117003]: 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-07T08:47:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:36 smithi161 ceph-mon[116604]: 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-07T08:47:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:36 smithi028 ceph-mon[112123]: 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-07T08:47:38.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:38.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:38.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:38 smithi028 ceph-mon[112123]: 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-07T08:47:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:38 smithi138 ceph-mon[117003]: 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-07T08:47:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:38 smithi161 ceph-mon[116604]: 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-07T08:47:39.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:39.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:39.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:39.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:39.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:39 smithi028 ceph-mon[112123]: from='client.203292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:39 smithi138 ceph-mon[117003]: from='client.203292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:39 smithi161 ceph-mon[116604]: from='client.203292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:40 smithi028 ceph-mon[112123]: 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-07T08:47:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:40 smithi138 ceph-mon[117003]: 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-07T08:47:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:40 smithi161 ceph-mon[116604]: 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-07T08:47:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:42 smithi138 ceph-mon[117003]: 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-07T08:47:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:42 smithi161 ceph-mon[116604]: 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-07T08:47:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:42 smithi028 ceph-mon[112123]: 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-07T08:47:44.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:44.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:44.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:44.776 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:44.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:44.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:44.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:44.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:44 smithi138 ceph-mon[117003]: 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-07T08:47:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:44 smithi161 ceph-mon[116604]: 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-07T08:47:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:44 smithi028 ceph-mon[112123]: 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-07T08:47:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:45 smithi138 ceph-mon[117003]: from='client.203370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:45 smithi161 ceph-mon[116604]: from='client.203370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:45 smithi028 ceph-mon[112123]: from='client.203370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:46 smithi138 ceph-mon[117003]: pgmap v7233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:46 smithi161 ceph-mon[116604]: pgmap v7233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:46 smithi028 ceph-mon[112123]: pgmap v7233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:48.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:48 smithi028 ceph-mon[112123]: pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:48 smithi138 ceph-mon[117003]: pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:48 smithi161 ceph-mon[116604]: pgmap v7234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:49.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:49.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:49.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:50.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:50.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:50.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:50.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:50.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:50 smithi138 ceph-mon[117003]: pgmap v7235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:50 smithi138 ceph-mon[117003]: from='client.203448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:50 smithi161 ceph-mon[116604]: pgmap v7235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:50 smithi161 ceph-mon[116604]: from='client.203448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:50 smithi028 ceph-mon[112123]: pgmap v7235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:51.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:50 smithi028 ceph-mon[112123]: from='client.203448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:52 smithi138 ceph-mon[117003]: pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:52 smithi161 ceph-mon[116604]: pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:52 smithi028 ceph-mon[112123]: pgmap v7236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:54 smithi138 ceph-mon[117003]: pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:54 smithi161 ceph-mon[116604]: pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:54 smithi028 ceph-mon[112123]: pgmap v7237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:47:55.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:47:55.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:47:55.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:47:56.334 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:47:56.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:47:56.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:47:56.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:47:56.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:47:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:56 smithi138 ceph-mon[117003]: 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-07T08:47:57.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:56 smithi138 ceph-mon[117003]: from='client.203520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:56 smithi161 ceph-mon[116604]: 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-07T08:47:57.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:56 smithi161 ceph-mon[116604]: from='client.203520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:57.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:56 smithi028 ceph-mon[112123]: 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-07T08:47:57.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:56 smithi028 ceph-mon[112123]: from='client.203520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:47:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:47:58 smithi028 ceph-mon[112123]: pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:47:58 smithi138 ceph-mon[117003]: pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:47:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:47:58 smithi161 ceph-mon[116604]: pgmap v7239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:00 smithi138 ceph-mon[117003]: pgmap v7240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:00 smithi161 ceph-mon[116604]: pgmap v7240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:00 smithi028 ceph-mon[112123]: pgmap v7240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:01.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:01.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:01.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:02.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:02.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:02.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:02.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:02.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:02 smithi138 ceph-mon[117003]: pgmap v7241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:02 smithi138 ceph-mon[117003]: from='client.203592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:02 smithi161 ceph-mon[116604]: pgmap v7241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:02 smithi161 ceph-mon[116604]: from='client.203592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:02 smithi028 ceph-mon[112123]: pgmap v7241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:02 smithi028 ceph-mon[112123]: from='client.203592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:04 smithi138 ceph-mon[117003]: pgmap v7242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:04 smithi161 ceph-mon[116604]: pgmap v7242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:05.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:04 smithi028 ceph-mon[112123]: pgmap v7242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:06 smithi138 ceph-mon[117003]: pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:07.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:06 smithi161 ceph-mon[116604]: pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:06 smithi028 ceph-mon[112123]: pgmap v7243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:07.870 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:07.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:07.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:07.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:07.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:08 smithi028 ceph-mon[112123]: from='client.203670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:08 smithi028 ceph-mon[112123]: 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-07T08:48:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:08 smithi138 ceph-mon[117003]: from='client.203670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:08 smithi138 ceph-mon[117003]: 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-07T08:48:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:08 smithi161 ceph-mon[116604]: from='client.203670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:08 smithi161 ceph-mon[116604]: 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-07T08:48:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:10 smithi138 ceph-mon[117003]: 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-07T08:48:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:10 smithi161 ceph-mon[116604]: 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-07T08:48:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:10 smithi028 ceph-mon[112123]: 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-07T08:48:12.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:12.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:12.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:13.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:12 smithi138 ceph-mon[117003]: 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-07T08:48:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:12 smithi161 ceph-mon[116604]: 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-07T08:48:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:12 smithi028 ceph-mon[112123]: 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-07T08:48:13.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:13.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:13.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:13.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:13.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:15.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:14 smithi138 ceph-mon[117003]: from='client.203748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:15.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:14 smithi138 ceph-mon[117003]: 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-07T08:48:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:14 smithi161 ceph-mon[116604]: from='client.203748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:14 smithi161 ceph-mon[116604]: 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-07T08:48:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:14 smithi028 ceph-mon[112123]: from='client.203748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:14 smithi028 ceph-mon[112123]: 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-07T08:48:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:16 smithi138 ceph-mon[117003]: 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-07T08:48:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:16 smithi161 ceph-mon[116604]: 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-07T08:48:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:16 smithi028 ceph-mon[112123]: 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-07T08:48:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:18 smithi028 ceph-mon[112123]: 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-07T08:48:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:18 smithi138 ceph-mon[117003]: 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-07T08:48:18.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:18.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:18.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:18.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:18 smithi161 ceph-mon[116604]: 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-07T08:48:19.431 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:19.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:19.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:19.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:19.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:19 smithi028 ceph-mon[112123]: from='client.203823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:19 smithi138 ceph-mon[117003]: from='client.203823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:19 smithi161 ceph-mon[116604]: from='client.203823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:20 smithi138 ceph-mon[117003]: pgmap v7250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:20 smithi161 ceph-mon[116604]: pgmap v7250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:20 smithi028 ceph-mon[112123]: pgmap v7250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:22 smithi138 ceph-mon[117003]: pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:48:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:22 smithi161 ceph-mon[116604]: pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:48:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:22 smithi028 ceph-mon[112123]: pgmap v7251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:48:24.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:24.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:24.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:24 smithi138 ceph-mon[117003]: pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:48:25.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:24 smithi161 ceph-mon[116604]: pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:48:25.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:25.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:25.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:25.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:25.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:25.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:24 smithi028 ceph-mon[112123]: pgmap v7252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:48:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:25 smithi138 ceph-mon[117003]: from='client.203901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:25 smithi161 ceph-mon[116604]: from='client.203901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:25 smithi028 ceph-mon[112123]: from='client.203901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:26 smithi138 ceph-mon[117003]: pgmap v7253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:26 smithi161 ceph-mon[116604]: pgmap v7253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:27.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:26 smithi028 ceph-mon[112123]: pgmap v7253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:28 smithi138 ceph-mon[117003]: pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:48:28.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:28 smithi161 ceph-mon[116604]: pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:48:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:28 smithi028 ceph-mon[112123]: pgmap v7254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:48:30.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:30.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:30.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:30.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:30.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:30.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:30.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:30.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:30 smithi138 ceph-mon[117003]: pgmap v7255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:30 smithi161 ceph-mon[116604]: pgmap v7255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:30 smithi028 ceph-mon[112123]: pgmap v7255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:31 smithi138 ceph-mon[117003]: from='client.203979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:31 smithi161 ceph-mon[116604]: from='client.203979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:31 smithi028 ceph-mon[112123]: from='client.203979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:32 smithi138 ceph-mon[117003]: pgmap v7256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:32 smithi161 ceph-mon[116604]: pgmap v7256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:32 smithi028 ceph-mon[112123]: pgmap v7256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:34 smithi138 ceph-mon[117003]: pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:34 smithi161 ceph-mon[116604]: pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:34 smithi028 ceph-mon[112123]: pgmap v7257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:35.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:35.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:35.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:36.810 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:36.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:36.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:36.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:36.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:36 smithi138 ceph-mon[117003]: pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:48:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:36 smithi161 ceph-mon[116604]: pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:48:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:36 smithi028 ceph-mon[112123]: pgmap v7258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:48:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:37 smithi138 ceph-mon[117003]: from='client.204054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:48:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:48:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:38.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:37 smithi161 ceph-mon[116604]: from='client.204054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:38.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:48:38.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:48:38.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:37 smithi028 ceph-mon[112123]: from='client.204054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:48:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:48:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:48:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:38 smithi138 ceph-mon[117003]: pgmap v7259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:38 smithi161 ceph-mon[116604]: pgmap v7259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:38 smithi028 ceph-mon[112123]: pgmap v7259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:40 smithi138 ceph-mon[117003]: pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:40 smithi161 ceph-mon[116604]: pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:40 smithi028 ceph-mon[112123]: pgmap v7260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:41.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:41.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:41.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:42.582 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:42.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:42.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:42.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:42.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:43.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:42 smithi138 ceph-mon[117003]: pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:43.047 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:42 smithi138 ceph-mon[117003]: from='client.204132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:42 smithi161 ceph-mon[116604]: pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:42 smithi161 ceph-mon[116604]: from='client.204132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:42 smithi028 ceph-mon[112123]: pgmap v7261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:42 smithi028 ceph-mon[112123]: from='client.204132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:44 smithi138 ceph-mon[117003]: pgmap v7262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:44 smithi161 ceph-mon[116604]: pgmap v7262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:44 smithi028 ceph-mon[112123]: pgmap v7262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:48:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:46 smithi138 ceph-mon[117003]: pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:46 smithi161 ceph-mon[116604]: pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:46 smithi028 ceph-mon[112123]: pgmap v7263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:48:47.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:47.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:47.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:48.358 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:48.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:48.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:48.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:48.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:48 smithi138 ceph-mon[117003]: 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-07T08:48:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:48 smithi138 ceph-mon[117003]: from='client.204207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:48 smithi161 ceph-mon[116604]: 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-07T08:48:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:48 smithi161 ceph-mon[116604]: from='client.204207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:48 smithi028 ceph-mon[112123]: 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-07T08:48:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:48 smithi028 ceph-mon[112123]: from='client.204207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:50 smithi138 ceph-mon[117003]: 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-07T08:48:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:50 smithi161 ceph-mon[116604]: 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-07T08:48:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:50 smithi028 ceph-mon[112123]: 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-07T08:48:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:52 smithi138 ceph-mon[117003]: 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-07T08:48:53.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:52 smithi161 ceph-mon[116604]: 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-07T08:48:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:52 smithi028 ceph-mon[112123]: 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-07T08:48:53.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:53.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:53.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:54.123 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:54.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:54.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:54.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:54.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:48:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:54 smithi138 ceph-mon[117003]: 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-07T08:48:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:54 smithi138 ceph-mon[117003]: from='client.204285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:54 smithi161 ceph-mon[116604]: 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-07T08:48:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:54 smithi161 ceph-mon[116604]: from='client.204285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:54 smithi028 ceph-mon[112123]: 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-07T08:48:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:54 smithi028 ceph-mon[112123]: from='client.204285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:48:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:56 smithi138 ceph-mon[117003]: pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:48:57.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:56 smithi161 ceph-mon[116604]: pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:48:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:56 smithi028 ceph-mon[112123]: pgmap v7268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:48:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:48:58 smithi138 ceph-mon[117003]: pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:48:58.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:48:58 smithi161 ceph-mon[116604]: pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:48:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:48:58 smithi028 ceph-mon[112123]: pgmap v7269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:48:59.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:48:59.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:48:59.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:48:59.898 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:48:59.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:48:59.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:48:59.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:48:59.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:00 smithi138 ceph-mon[117003]: from='client.204360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:00 smithi138 ceph-mon[117003]: pgmap v7270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:00 smithi161 ceph-mon[116604]: from='client.204360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:00 smithi161 ceph-mon[116604]: pgmap v7270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:00 smithi028 ceph-mon[112123]: from='client.204360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:00 smithi028 ceph-mon[112123]: pgmap v7270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:02 smithi138 ceph-mon[117003]: pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:02 smithi161 ceph-mon[116604]: pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:02 smithi028 ceph-mon[112123]: pgmap v7271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:04.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:04.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:04.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:04 smithi138 ceph-mon[117003]: pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:04 smithi161 ceph-mon[116604]: pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:04 smithi028 ceph-mon[112123]: pgmap v7272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:05.674 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:05.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:05.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:05.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:05.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:06 smithi138 ceph-mon[117003]: from='client.204432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:06 smithi138 ceph-mon[117003]: pgmap v7273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:06 smithi161 ceph-mon[116604]: from='client.204432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:06 smithi161 ceph-mon[116604]: pgmap v7273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:06 smithi028 ceph-mon[112123]: from='client.204432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:06 smithi028 ceph-mon[112123]: pgmap v7273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:08 smithi138 ceph-mon[117003]: pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:49:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:08 smithi161 ceph-mon[116604]: pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:49:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:08 smithi028 ceph-mon[112123]: pgmap v7274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:49:10.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:10.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:10.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:10 smithi138 ceph-mon[117003]: pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:49:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:10 smithi161 ceph-mon[116604]: pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:49:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:10 smithi028 ceph-mon[112123]: pgmap v7275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:49:11.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:11.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:11.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:11.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:11.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:11 smithi138 ceph-mon[117003]: from='client.204510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:11 smithi161 ceph-mon[116604]: from='client.204510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:11 smithi028 ceph-mon[112123]: from='client.204510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:13.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:12 smithi138 ceph-mon[117003]: pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:12 smithi161 ceph-mon[116604]: pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:12 smithi028 ceph-mon[112123]: pgmap v7276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:15.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:14 smithi138 ceph-mon[117003]: pgmap v7277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:14 smithi161 ceph-mon[116604]: pgmap v7277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:14 smithi028 ceph-mon[112123]: pgmap v7277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:16.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:16.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:16.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:17.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:16 smithi138 ceph-mon[117003]: pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:16 smithi161 ceph-mon[116604]: pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:16 smithi028 ceph-mon[112123]: pgmap v7278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:17.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:17.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:17.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:17.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:17.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:17 smithi138 ceph-mon[117003]: from='client.204588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:17 smithi161 ceph-mon[116604]: from='client.204588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:17 smithi028 ceph-mon[112123]: from='client.204588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:18 smithi138 ceph-mon[117003]: pgmap v7279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:18 smithi161 ceph-mon[116604]: pgmap v7279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:18 smithi028 ceph-mon[112123]: pgmap v7279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:20 smithi138 ceph-mon[117003]: pgmap v7280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:20 smithi161 ceph-mon[116604]: pgmap v7280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:20 smithi028 ceph-mon[112123]: pgmap v7280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:22.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:22.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:22.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:23.014 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:23.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:23.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:23.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:23.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:22 smithi138 ceph-mon[117003]: pgmap v7281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:22 smithi161 ceph-mon[116604]: pgmap v7281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:22 smithi028 ceph-mon[112123]: pgmap v7281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:23 smithi138 ceph-mon[117003]: from='client.204663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:23 smithi161 ceph-mon[116604]: from='client.204663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:23 smithi028 ceph-mon[112123]: from='client.204663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:24 smithi138 ceph-mon[117003]: pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:24 smithi161 ceph-mon[116604]: pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:24 smithi028 ceph-mon[112123]: pgmap v7282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:26 smithi138 ceph-mon[117003]: pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:26 smithi161 ceph-mon[116604]: pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:26 smithi028 ceph-mon[112123]: pgmap v7283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:28.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:28.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:28.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:28 smithi138 ceph-mon[117003]: 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-07T08:49:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:28 smithi161 ceph-mon[116604]: 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-07T08:49:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:28 smithi028 ceph-mon[112123]: 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-07T08:49:28.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:28.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:28.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:28.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:28.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:29 smithi138 ceph-mon[117003]: from='client.204735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:29 smithi161 ceph-mon[116604]: from='client.204735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:29 smithi028 ceph-mon[112123]: from='client.204735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:30 smithi138 ceph-mon[117003]: 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-07T08:49:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:30 smithi161 ceph-mon[116604]: 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-07T08:49:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:30 smithi028 ceph-mon[112123]: 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-07T08:49:33.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:32 smithi138 ceph-mon[117003]: 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-07T08:49:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:32 smithi161 ceph-mon[116604]: 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-07T08:49:33.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:32 smithi028 ceph-mon[112123]: 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-07T08:49:33.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:33.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:33.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:34.575 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:34.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:34.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:34.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:34.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:34 smithi138 ceph-mon[117003]: 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-07T08:49:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:34 smithi138 ceph-mon[117003]: from='client.204810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:34 smithi161 ceph-mon[116604]: 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-07T08:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:34 smithi161 ceph-mon[116604]: from='client.204810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:34 smithi028 ceph-mon[112123]: 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-07T08:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:34 smithi028 ceph-mon[112123]: from='client.204810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:36 smithi138 ceph-mon[117003]: pgmap v7288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:36 smithi161 ceph-mon[116604]: pgmap v7288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:37.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:36 smithi028 ceph-mon[112123]: pgmap v7288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:49:38.067 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:49:38.131 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:49:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:38 smithi138 ceph-mon[117003]: pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:38 smithi161 ceph-mon[116604]: pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:38 smithi028 ceph-mon[112123]: pgmap v7289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:39.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:39.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:39.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:40.417 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:40.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:40.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:40.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:40.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='client.204882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:49:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='client.204882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:49:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:49:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: pgmap v7290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='client.204882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:49:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:42 smithi161 ceph-mon[116604]: pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:42 smithi028 ceph-mon[112123]: pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:42 smithi138 ceph-mon[117003]: pgmap v7291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:44 smithi161 ceph-mon[116604]: pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:44 smithi028 ceph-mon[112123]: pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:44 smithi138 ceph-mon[117003]: pgmap v7292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:49:45.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:45.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:45.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:46.187 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:46.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:46.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:46.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:46.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:46 smithi161 ceph-mon[116604]: pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:46 smithi161 ceph-mon[116604]: from='client.204954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:46 smithi028 ceph-mon[112123]: pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:46 smithi028 ceph-mon[112123]: from='client.204954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:46 smithi138 ceph-mon[117003]: pgmap v7293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:46 smithi138 ceph-mon[117003]: from='client.204954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:48 smithi138 ceph-mon[117003]: 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-07T08:49:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:48 smithi161 ceph-mon[116604]: 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-07T08:49:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:48 smithi028 ceph-mon[112123]: 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-07T08:49:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:50 smithi138 ceph-mon[117003]: pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:51.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:51.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:51.190 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:50 smithi161 ceph-mon[116604]: pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:50 smithi028 ceph-mon[112123]: pgmap v7295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:51.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:51.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:51.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:51.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:51.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:52 smithi138 ceph-mon[117003]: from='client.205032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:52 smithi138 ceph-mon[117003]: pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:52 smithi161 ceph-mon[116604]: from='client.205032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:52 smithi161 ceph-mon[116604]: pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:52 smithi028 ceph-mon[112123]: from='client.205032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:52 smithi028 ceph-mon[112123]: pgmap v7296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:54 smithi138 ceph-mon[117003]: pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:54 smithi161 ceph-mon[116604]: pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:54 smithi028 ceph-mon[112123]: pgmap v7297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:56.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:49:56.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:49:56.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:49:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:56 smithi138 ceph-mon[117003]: pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:56 smithi161 ceph-mon[116604]: pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:56 smithi028 ceph-mon[112123]: pgmap v7298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:49:57.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:49:57.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:49:57.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:49:57.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:49:57.737 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:49:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:58 smithi138 ceph-mon[117003]: from='client.205110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:49:58 smithi138 ceph-mon[117003]: pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:58 smithi161 ceph-mon[116604]: from='client.205110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:49:58 smithi161 ceph-mon[116604]: pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:49:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:58 smithi028 ceph-mon[112123]: from='client.205110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:49:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:49:58 smithi028 ceph-mon[112123]: pgmap v7299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:00 smithi138 ceph-mon[117003]: pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T08:50:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:00 smithi161 ceph-mon[116604]: pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T08:50:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:00 smithi028 ceph-mon[112123]: pgmap v7300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T08:50:02.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:02.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:02.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:02 smithi161 ceph-mon[116604]: pgmap v7301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:02 smithi138 ceph-mon[117003]: pgmap v7301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:02 smithi028 ceph-mon[112123]: pgmap v7301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:03.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:03.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:03.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:03.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:03.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:03 smithi138 ceph-mon[117003]: from='client.205188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:03 smithi161 ceph-mon[116604]: from='client.205188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:03 smithi028 ceph-mon[112123]: from='client.205188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:04 smithi138 ceph-mon[117003]: pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:05.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:04 smithi161 ceph-mon[116604]: pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:05.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:04 smithi028 ceph-mon[112123]: pgmap v7302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:06 smithi138 ceph-mon[117003]: pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:06 smithi161 ceph-mon[116604]: pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:06 smithi028 ceph-mon[112123]: pgmap v7303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:08.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:08.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:08.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:08 smithi138 ceph-mon[117003]: 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-07T08:50:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:08 smithi161 ceph-mon[116604]: 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-07T08:50:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:08 smithi028 ceph-mon[112123]: 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-07T08:50:09.300 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:09.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:09.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:09.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:09.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:09 smithi138 ceph-mon[117003]: from='client.205263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:09 smithi161 ceph-mon[116604]: from='client.205263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:09 smithi028 ceph-mon[112123]: from='client.205263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:10 smithi138 ceph-mon[117003]: pgmap v7305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:50:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:10 smithi161 ceph-mon[116604]: pgmap v7305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:50:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:10 smithi028 ceph-mon[112123]: pgmap v7305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:50:13.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:12 smithi138 ceph-mon[117003]: pgmap v7306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:50:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:12 smithi161 ceph-mon[116604]: pgmap v7306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:50:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:12 smithi028 ceph-mon[112123]: pgmap v7306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:50:14.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:14.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:14.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:14 smithi138 ceph-mon[117003]: pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:50:15.067 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:15.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:15.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:15.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:15.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:14 smithi161 ceph-mon[116604]: pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:50:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:14 smithi028 ceph-mon[112123]: pgmap v7307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:50:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:15 smithi138 ceph-mon[117003]: from='client.205341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:15 smithi161 ceph-mon[116604]: from='client.205341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:15 smithi028 ceph-mon[112123]: from='client.205341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:17.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:16 smithi138 ceph-mon[117003]: pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:16 smithi161 ceph-mon[116604]: pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:17.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:16 smithi028 ceph-mon[112123]: pgmap v7308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:18 smithi138 ceph-mon[117003]: pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:18 smithi161 ceph-mon[116604]: pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:18 smithi028 ceph-mon[112123]: pgmap v7309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:20.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:20.069 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:20.069 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:20.836 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:20.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:20.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:20.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:20.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:20 smithi138 ceph-mon[117003]: pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:20 smithi161 ceph-mon[116604]: pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:20 smithi028 ceph-mon[112123]: pgmap v7310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:21 smithi138 ceph-mon[117003]: from='client.205419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:21 smithi161 ceph-mon[116604]: from='client.205419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:21 smithi028 ceph-mon[112123]: from='client.205419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:22 smithi138 ceph-mon[117003]: pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:50:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:22 smithi161 ceph-mon[116604]: pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:50:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:22 smithi028 ceph-mon[112123]: pgmap v7311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:50:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:24 smithi138 ceph-mon[117003]: pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:50:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:24 smithi161 ceph-mon[116604]: pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:50:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:24 smithi028 ceph-mon[112123]: pgmap v7312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:50:25.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:25.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:25.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:26.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:26.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:26.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:26.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:26.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:26 smithi138 ceph-mon[117003]: pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:50:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:26 smithi138 ceph-mon[117003]: from='client.205494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:26 smithi161 ceph-mon[116604]: pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:50:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:26 smithi161 ceph-mon[116604]: from='client.205494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:26 smithi028 ceph-mon[112123]: pgmap v7313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:50:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:26 smithi028 ceph-mon[112123]: from='client.205494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:28 smithi138 ceph-mon[117003]: 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-07T08:50:28.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:28 smithi161 ceph-mon[116604]: 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-07T08:50:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:28 smithi028 ceph-mon[112123]: 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-07T08:50:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:30 smithi138 ceph-mon[117003]: pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:31.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:30 smithi161 ceph-mon[116604]: pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:30 smithi028 ceph-mon[112123]: pgmap v7315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:31.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:31.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:31.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:32.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:32.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:32.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:32.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:32.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:32 smithi138 ceph-mon[117003]: pgmap v7316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:32 smithi138 ceph-mon[117003]: from='client.205569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:33.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:32 smithi161 ceph-mon[116604]: pgmap v7316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:33.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:32 smithi161 ceph-mon[116604]: from='client.205569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:32 smithi028 ceph-mon[112123]: pgmap v7316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:32 smithi028 ceph-mon[112123]: from='client.205569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:34 smithi138 ceph-mon[117003]: pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:34 smithi161 ceph-mon[116604]: pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:34 smithi028 ceph-mon[112123]: pgmap v7317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:36 smithi138 ceph-mon[117003]: pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:36 smithi161 ceph-mon[116604]: pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:36 smithi028 ceph-mon[112123]: pgmap v7318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:37.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:37.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:37.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:38.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:38.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:38.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:38.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:38.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:38 smithi138 ceph-mon[117003]: pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:38 smithi138 ceph-mon[117003]: from='client.205644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:38 smithi161 ceph-mon[116604]: pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:38 smithi161 ceph-mon[116604]: from='client.205644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:38 smithi028 ceph-mon[112123]: pgmap v7319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:38.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:38 smithi028 ceph-mon[112123]: from='client.205644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:40 smithi138 ceph-mon[117003]: pgmap v7320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:50:41.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:40 smithi161 ceph-mon[116604]: pgmap v7320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:41.150 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:50:41.205 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:40 smithi028 ceph-mon[112123]: pgmap v7320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:50:41.206 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:50:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: 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-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:50:42.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:50:42.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: 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-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:50:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:50:42.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: 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-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T08:50:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:50:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:50:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:50:43.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:43.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:43.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:43 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16804M 2023-12-07T08:50:43.925 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:43.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:43.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:43.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:43.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:43 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16804M 2023-12-07T08:50:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:43 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16804M 2023-12-07T08:50:44.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:44 smithi138 ceph-mon[117003]: from='client.205722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:44.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:44 smithi138 ceph-mon[117003]: 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-07T08:50:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:44 smithi161 ceph-mon[116604]: from='client.205722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:44 smithi161 ceph-mon[116604]: 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-07T08:50:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:44 smithi028 ceph-mon[112123]: from='client.205722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:44 smithi028 ceph-mon[112123]: 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-07T08:50:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:46 smithi138 ceph-mon[117003]: 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-07T08:50:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:46 smithi161 ceph-mon[116604]: 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-07T08:50:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:46 smithi028 ceph-mon[112123]: 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-07T08:50:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:48 smithi138 ceph-mon[117003]: 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-07T08:50:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:48 smithi161 ceph-mon[116604]: 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-07T08:50:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:48 smithi028 ceph-mon[112123]: 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-07T08:50:48.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:48.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:48.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:49.711 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:49.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:49.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:49.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:49.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:50 smithi138 ceph-mon[117003]: from='client.205794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:50 smithi138 ceph-mon[117003]: pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:50 smithi161 ceph-mon[116604]: from='client.205794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:51.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:50 smithi161 ceph-mon[116604]: pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:50 smithi028 ceph-mon[112123]: from='client.205794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:50 smithi028 ceph-mon[112123]: pgmap v7325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:52 smithi138 ceph-mon[117003]: pgmap v7326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:52 smithi161 ceph-mon[116604]: pgmap v7326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:52 smithi028 ceph-mon[112123]: pgmap v7326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:54.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:50:54.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:50:54.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:50:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:54 smithi138 ceph-mon[117003]: pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:54 smithi161 ceph-mon[116604]: pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:54 smithi028 ceph-mon[112123]: pgmap v7327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:55.493 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:50:55.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:50:55.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:50:55.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:50:55.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:50:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:55 smithi138 ceph-mon[117003]: from='client.205866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:55 smithi161 ceph-mon[116604]: from='client.205866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:55 smithi028 ceph-mon[112123]: from='client.205866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:50:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:56 smithi161 ceph-mon[116604]: pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:56 smithi028 ceph-mon[112123]: pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:56 smithi138 ceph-mon[117003]: pgmap v7328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:50:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:50:58 smithi138 ceph-mon[117003]: pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:50:58 smithi161 ceph-mon[116604]: pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:50:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:50:58 smithi028 ceph-mon[112123]: pgmap v7329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:51:00.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:00.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:00.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:00 smithi138 ceph-mon[117003]: pgmap v7330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:00 smithi161 ceph-mon[116604]: pgmap v7330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:00 smithi028 ceph-mon[112123]: pgmap v7330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:01.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:01.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:01.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:01.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:01.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:01 smithi138 ceph-mon[117003]: from='client.205944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:01 smithi161 ceph-mon[116604]: from='client.205944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:01 smithi028 ceph-mon[112123]: from='client.205944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:02 smithi138 ceph-mon[117003]: 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-07T08:51:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:02 smithi161 ceph-mon[116604]: 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-07T08:51:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:02 smithi028 ceph-mon[112123]: 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-07T08:51:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:04 smithi161 ceph-mon[116604]: 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-07T08:51:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:04 smithi028 ceph-mon[112123]: 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-07T08:51:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:04 smithi138 ceph-mon[117003]: 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-07T08:51:06.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:06.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:06.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:07.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:07.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:07.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:07.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:07.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:07.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:06 smithi161 ceph-mon[116604]: 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-07T08:51:08.821 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:07 smithi161 ceph-mon[116604]: from='client.206016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:08.821 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:06 smithi138 ceph-mon[117003]: 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-07T08:51:08.821 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:07 smithi138 ceph-mon[117003]: from='client.206016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:08.821 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:06 smithi028 ceph-mon[112123]: 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-07T08:51:08.821 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:07 smithi028 ceph-mon[112123]: from='client.206016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:08 smithi161 ceph-mon[116604]: 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-07T08:51:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:08 smithi028 ceph-mon[112123]: 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-07T08:51:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:08 smithi138 ceph-mon[117003]: 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-07T08:51:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:10 smithi161 ceph-mon[116604]: pgmap v7335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:10 smithi028 ceph-mon[112123]: pgmap v7335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:10 smithi138 ceph-mon[117003]: pgmap v7335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:12.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:12.039 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:12.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:12.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:12.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:12.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:12.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:12.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:13.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:12 smithi161 ceph-mon[116604]: pgmap v7336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:12 smithi028 ceph-mon[112123]: pgmap v7336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:12 smithi138 ceph-mon[117003]: pgmap v7336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:13 smithi161 ceph-mon[116604]: from='client.206091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:13 smithi028 ceph-mon[112123]: from='client.206091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:13 smithi138 ceph-mon[117003]: from='client.206091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:15.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:14 smithi161 ceph-mon[116604]: pgmap v7337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:14 smithi028 ceph-mon[112123]: pgmap v7337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:14 smithi138 ceph-mon[117003]: pgmap v7337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:16 smithi161 ceph-mon[116604]: pgmap v7338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:16 smithi028 ceph-mon[112123]: pgmap v7338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:17.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:16 smithi138 ceph-mon[117003]: pgmap v7338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:17.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:17.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:17.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:18 smithi138 ceph-mon[117003]: pgmap v7339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:18 smithi138 ceph-mon[117003]: from='client.206163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:18.601 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:18.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:18.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:18.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:18.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:18 smithi161 ceph-mon[116604]: pgmap v7339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:18 smithi161 ceph-mon[116604]: from='client.206163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:18 smithi028 ceph-mon[112123]: pgmap v7339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:18 smithi028 ceph-mon[112123]: from='client.206163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:20 smithi138 ceph-mon[117003]: pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:20 smithi161 ceph-mon[116604]: pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:20 smithi028 ceph-mon[112123]: pgmap v7340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:22 smithi138 ceph-mon[117003]: 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-07T08:51:23.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:22 smithi161 ceph-mon[116604]: 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-07T08:51:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:22 smithi028 ceph-mon[112123]: 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-07T08:51:23.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:23.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:23.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:24.379 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:24.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:24.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:24.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:24.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:25.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:24 smithi161 ceph-mon[116604]: 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-07T08:51:25.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:24 smithi161 ceph-mon[116604]: from='client.206241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:24 smithi028 ceph-mon[112123]: 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-07T08:51:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:24 smithi028 ceph-mon[112123]: from='client.206241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:24 smithi138 ceph-mon[117003]: 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-07T08:51:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:24 smithi138 ceph-mon[117003]: from='client.206241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:26 smithi161 ceph-mon[116604]: pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:51:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:26 smithi028 ceph-mon[112123]: pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:51:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:26 smithi138 ceph-mon[117003]: pgmap v7343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:51:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:28 smithi138 ceph-mon[117003]: pgmap v7344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:51:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:28 smithi161 ceph-mon[116604]: pgmap v7344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:51:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:28 smithi028 ceph-mon[112123]: pgmap v7344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:51:29.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:29.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:29.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:30.158 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:30.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:30.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:30.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:30.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:30 smithi138 ceph-mon[117003]: pgmap v7345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:30 smithi138 ceph-mon[117003]: from='client.206319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:30 smithi161 ceph-mon[116604]: pgmap v7345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:31.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:30 smithi161 ceph-mon[116604]: from='client.206319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:30 smithi028 ceph-mon[112123]: pgmap v7345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:30 smithi028 ceph-mon[112123]: from='client.206319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:32 smithi161 ceph-mon[116604]: pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:51:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:32 smithi028 ceph-mon[112123]: pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:51:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:32 smithi138 ceph-mon[117003]: pgmap v7346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:51:35.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:35.161 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:35.161 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:34 smithi161 ceph-mon[116604]: pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:51:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:34 smithi028 ceph-mon[112123]: pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:51:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:34 smithi138 ceph-mon[117003]: pgmap v7347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:51:35.939 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:35.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:35.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:35.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:35.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:36 smithi161 ceph-mon[116604]: from='client.206397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:36 smithi161 ceph-mon[116604]: pgmap v7348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:36 smithi028 ceph-mon[112123]: from='client.206397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:36 smithi028 ceph-mon[112123]: pgmap v7348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:36 smithi138 ceph-mon[117003]: from='client.206397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:36 smithi138 ceph-mon[117003]: pgmap v7348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:38.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:38 smithi138 ceph-mon[117003]: pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:51:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:38 smithi161 ceph-mon[116604]: pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:51:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:38 smithi028 ceph-mon[112123]: pgmap v7349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:51:40.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:40.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:40.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:40 smithi161 ceph-mon[116604]: pgmap v7350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:51:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:40 smithi028 ceph-mon[112123]: pgmap v7350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:51:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:40 smithi138 ceph-mon[117003]: pgmap v7350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:51:41.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:41.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:41.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:41.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:41.706 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:42 smithi161 ceph-mon[116604]: from='client.206469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:42 smithi161 ceph-mon[116604]: 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-07T08:51:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:51:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:42 smithi028 ceph-mon[112123]: from='client.206469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:42 smithi028 ceph-mon[112123]: 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-07T08:51:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:51:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:42 smithi138 ceph-mon[117003]: from='client.206469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:42 smithi138 ceph-mon[117003]: 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-07T08:51:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:51:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:51:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:51:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:51:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:51:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:51:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:51:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:51:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:51:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:51:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:45 smithi161 ceph-mon[116604]: 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-07T08:51:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:45 smithi028 ceph-mon[112123]: 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-07T08:51:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:45 smithi138 ceph-mon[117003]: 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-07T08:51:46.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:46.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:46.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:47 smithi161 ceph-mon[116604]: 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-07T08:51:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:47 smithi028 ceph-mon[112123]: 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-07T08:51:47.474 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:47.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:47.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:47.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:47.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:47 smithi138 ceph-mon[117003]: 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-07T08:51:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:48 smithi161 ceph-mon[116604]: from='client.206547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:48 smithi028 ceph-mon[112123]: from='client.206547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:48 smithi138 ceph-mon[117003]: from='client.206547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:49 smithi161 ceph-mon[116604]: 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-07T08:51:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:49 smithi028 ceph-mon[112123]: 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-07T08:51:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:49 smithi138 ceph-mon[117003]: 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-07T08:51:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:51 smithi161 ceph-mon[116604]: pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:51 smithi028 ceph-mon[112123]: pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:51 smithi138 ceph-mon[117003]: pgmap v7355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:52.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:52.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:52.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:53.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:53.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:53.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:53.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:53.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:53 smithi161 ceph-mon[116604]: pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:53 smithi028 ceph-mon[112123]: pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:53 smithi138 ceph-mon[117003]: pgmap v7356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:54 smithi161 ceph-mon[116604]: from='client.206622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:54 smithi028 ceph-mon[112123]: from='client.206622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:54 smithi138 ceph-mon[117003]: from='client.206622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:55 smithi161 ceph-mon[116604]: pgmap v7357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:55 smithi028 ceph-mon[112123]: pgmap v7357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:55 smithi138 ceph-mon[117003]: pgmap v7357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:57 smithi161 ceph-mon[116604]: pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:57 smithi028 ceph-mon[112123]: pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:57 smithi138 ceph-mon[117003]: pgmap v7358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:51:58.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:51:58.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:51:58.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:51:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:58 smithi138 ceph-mon[117003]: pgmap v7359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:58 smithi161 ceph-mon[116604]: pgmap v7359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:58 smithi028 ceph-mon[112123]: pgmap v7359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:51:59.022 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:51:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:51:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:51:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:51:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:51:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:51:59 smithi138 ceph-mon[117003]: from='client.206697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:51:59 smithi161 ceph-mon[116604]: from='client.206697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:51:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:51:59 smithi028 ceph-mon[112123]: from='client.206697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:00 smithi138 ceph-mon[117003]: pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:00 smithi161 ceph-mon[116604]: pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:00 smithi028 ceph-mon[112123]: pgmap v7360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:02 smithi161 ceph-mon[116604]: 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-07T08:52:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:02 smithi028 ceph-mon[112123]: 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-07T08:52:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:02 smithi138 ceph-mon[117003]: 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-07T08:52:04.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:04.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:04.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:04.800 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:04.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:04.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:04.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:04.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:05.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:04 smithi161 ceph-mon[116604]: 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-07T08:52:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:04 smithi028 ceph-mon[112123]: 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-07T08:52:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:04 smithi138 ceph-mon[117003]: 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-07T08:52:06.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:05 smithi161 ceph-mon[116604]: from='client.206766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:06.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:05 smithi028 ceph-mon[112123]: from='client.206766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:05 smithi138 ceph-mon[117003]: from='client.206766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:06 smithi161 ceph-mon[116604]: pgmap v7363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:07.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:06 smithi028 ceph-mon[112123]: pgmap v7363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:06 smithi138 ceph-mon[117003]: pgmap v7363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:08 smithi138 ceph-mon[117003]: pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:08 smithi161 ceph-mon[116604]: pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:08 smithi028 ceph-mon[112123]: pgmap v7364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:09.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:09.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:09.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:10.570 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:10.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:10.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:10.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:10.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:10 smithi161 ceph-mon[116604]: pgmap v7365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:10 smithi161 ceph-mon[116604]: from='client.206841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:10 smithi028 ceph-mon[112123]: pgmap v7365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:11.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:10 smithi028 ceph-mon[112123]: from='client.206841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:10 smithi138 ceph-mon[117003]: pgmap v7365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:10 smithi138 ceph-mon[117003]: from='client.206841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:12 smithi161 ceph-mon[116604]: pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:12 smithi028 ceph-mon[112123]: pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:12 smithi138 ceph-mon[117003]: pgmap v7366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:14 smithi161 ceph-mon[116604]: pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:14 smithi028 ceph-mon[112123]: pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:14 smithi138 ceph-mon[117003]: pgmap v7367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:15.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:15.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:15.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:16.335 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:16.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:16.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:16.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:16.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:16 smithi161 ceph-mon[116604]: pgmap v7368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:16 smithi161 ceph-mon[116604]: from='client.206913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:16 smithi028 ceph-mon[112123]: pgmap v7368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:17.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:16 smithi028 ceph-mon[112123]: from='client.206913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:16 smithi138 ceph-mon[117003]: pgmap v7368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:16 smithi138 ceph-mon[117003]: from='client.206913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:18 smithi138 ceph-mon[117003]: 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-07T08:52:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:18 smithi161 ceph-mon[116604]: 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-07T08:52:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:18 smithi028 ceph-mon[112123]: 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-07T08:52:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:20 smithi161 ceph-mon[116604]: 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-07T08:52:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:20 smithi028 ceph-mon[112123]: 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-07T08:52:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:20 smithi138 ceph-mon[117003]: 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-07T08:52:21.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:21.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:21.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:22.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:22.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:22.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:22.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:22.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:22 smithi161 ceph-mon[116604]: from='client.206988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:22 smithi161 ceph-mon[116604]: 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-07T08:52:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:22 smithi028 ceph-mon[112123]: from='client.206988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:22 smithi028 ceph-mon[112123]: 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-07T08:52:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:22 smithi138 ceph-mon[117003]: from='client.206988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:22 smithi138 ceph-mon[117003]: 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-07T08:52:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:24 smithi161 ceph-mon[116604]: 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-07T08:52:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:24 smithi028 ceph-mon[112123]: 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-07T08:52:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:24 smithi138 ceph-mon[117003]: 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-07T08:52:27.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:27.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:27.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:26 smithi161 ceph-mon[116604]: pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:26 smithi028 ceph-mon[112123]: pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:26 smithi138 ceph-mon[117003]: pgmap v7373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:27.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:27.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:27.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:27.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:27.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:28 smithi138 ceph-mon[117003]: from='client.207066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:28 smithi138 ceph-mon[117003]: pgmap v7374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:28 smithi161 ceph-mon[116604]: from='client.207066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:28 smithi161 ceph-mon[116604]: pgmap v7374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:28 smithi028 ceph-mon[112123]: from='client.207066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:28.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:28 smithi028 ceph-mon[112123]: pgmap v7374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:31.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:30 smithi161 ceph-mon[116604]: pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:30 smithi028 ceph-mon[112123]: pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:30 smithi138 ceph-mon[117003]: pgmap v7375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:32.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:32.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:32.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:32 smithi161 ceph-mon[116604]: pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:32 smithi028 ceph-mon[112123]: pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:32 smithi138 ceph-mon[117003]: pgmap v7376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:33.639 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:33.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:33.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:33.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:33.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:34 smithi161 ceph-mon[116604]: from='client.207144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:34 smithi161 ceph-mon[116604]: pgmap v7377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:34 smithi028 ceph-mon[112123]: from='client.207144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:34 smithi028 ceph-mon[112123]: pgmap v7377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:35.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:34 smithi138 ceph-mon[117003]: from='client.207144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:35.295 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:34 smithi138 ceph-mon[117003]: pgmap v7377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:36 smithi161 ceph-mon[116604]: pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:36 smithi028 ceph-mon[112123]: pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:36 smithi138 ceph-mon[117003]: pgmap v7378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:52:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:38 smithi138 ceph-mon[117003]: pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:38.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:38.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:38.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:38 smithi161 ceph-mon[116604]: pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:38 smithi028 ceph-mon[112123]: pgmap v7379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:39.427 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:39.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:39.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:39.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:39.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:39 smithi138 ceph-mon[117003]: from='client.207222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:39 smithi161 ceph-mon[116604]: from='client.207222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:39 smithi028 ceph-mon[112123]: from='client.207222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:40 smithi138 ceph-mon[117003]: pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:52:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:40 smithi161 ceph-mon[116604]: pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:52:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:40 smithi028 ceph-mon[112123]: pgmap v7380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:52:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:42 smithi161 ceph-mon[116604]: pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:52:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:42 smithi028 ceph-mon[112123]: pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:52:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:42 smithi138 ceph-mon[117003]: pgmap v7381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:52:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:52:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:52:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:52:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:52:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:52:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:52:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:52:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:52:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:52:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:52:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:52:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:52:44.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:44.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:44.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:44 smithi161 ceph-mon[116604]: pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:52:45.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:45.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:45.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:45.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:45.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:44 smithi028 ceph-mon[112123]: pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:52:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:44 smithi138 ceph-mon[117003]: pgmap v7382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:52:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:45 smithi161 ceph-mon[116604]: from='client.207300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:45 smithi028 ceph-mon[112123]: from='client.207300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:45 smithi138 ceph-mon[117003]: from='client.207300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:46 smithi161 ceph-mon[116604]: pgmap v7383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:46 smithi028 ceph-mon[112123]: pgmap v7383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:46 smithi138 ceph-mon[117003]: pgmap v7383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:48 smithi138 ceph-mon[117003]: pgmap v7384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:48 smithi161 ceph-mon[116604]: pgmap v7384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:48 smithi028 ceph-mon[112123]: pgmap v7384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:52:50.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:50.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:50.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:50.980 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:50.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:50.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:50.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:50.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:50 smithi161 ceph-mon[116604]: pgmap v7385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:50 smithi028 ceph-mon[112123]: pgmap v7385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:50 smithi138 ceph-mon[117003]: pgmap v7385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:52:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:51 smithi161 ceph-mon[116604]: from='client.207369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:51 smithi028 ceph-mon[112123]: from='client.207369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:51 smithi138 ceph-mon[117003]: from='client.207369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:52 smithi161 ceph-mon[116604]: pgmap v7386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:52:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:52 smithi028 ceph-mon[112123]: pgmap v7386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:52:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:52 smithi138 ceph-mon[117003]: pgmap v7386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:52:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:54 smithi161 ceph-mon[116604]: pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:52:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:54 smithi028 ceph-mon[112123]: pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:52:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:54 smithi138 ceph-mon[117003]: pgmap v7387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:52:55.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:52:55.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:52:55.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:52:56.749 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:52:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:52:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:52:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:52:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:52:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:56 smithi161 ceph-mon[116604]: pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:52:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:56 smithi028 ceph-mon[112123]: pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:52:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:56 smithi138 ceph-mon[117003]: pgmap v7388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:52:58.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:57 smithi161 ceph-mon[116604]: from='client.207444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:58.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:57 smithi028 ceph-mon[112123]: from='client.207444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:57 smithi138 ceph-mon[117003]: from='client.207444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:52:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:52:58 smithi161 ceph-mon[116604]: 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-07T08:52:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:52:58 smithi028 ceph-mon[112123]: 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-07T08:52:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:52:58 smithi138 ceph-mon[117003]: 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-07T08:53:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:00 smithi161 ceph-mon[116604]: 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-07T08:53:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:00 smithi028 ceph-mon[112123]: 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-07T08:53:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:00 smithi138 ceph-mon[117003]: 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-07T08:53:01.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:01.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:01.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:02.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:02.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:02.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:02.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:02.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:02 smithi161 ceph-mon[116604]: 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-07T08:53:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:02 smithi161 ceph-mon[116604]: from='client.207522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:02 smithi028 ceph-mon[112123]: 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-07T08:53:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:02 smithi028 ceph-mon[112123]: from='client.207522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:02 smithi138 ceph-mon[117003]: 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-07T08:53:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:02 smithi138 ceph-mon[117003]: from='client.207522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:04 smithi161 ceph-mon[116604]: 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-07T08:53:05.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:04 smithi028 ceph-mon[112123]: 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-07T08:53:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:04 smithi138 ceph-mon[117003]: 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-07T08:53:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:06 smithi161 ceph-mon[116604]: pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:06 smithi028 ceph-mon[112123]: pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:06 smithi138 ceph-mon[117003]: pgmap v7393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:07.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:07.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:07.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:08.295 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:08.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:08.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:08.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:08.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:08 smithi138 ceph-mon[117003]: pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:08 smithi138 ceph-mon[117003]: from='client.207591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:08 smithi161 ceph-mon[116604]: pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:08 smithi161 ceph-mon[116604]: from='client.207591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:08 smithi028 ceph-mon[112123]: pgmap v7394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:08 smithi028 ceph-mon[112123]: from='client.207591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:11.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:10 smithi161 ceph-mon[116604]: pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:11.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:10 smithi028 ceph-mon[112123]: pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:10 smithi138 ceph-mon[117003]: pgmap v7395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:12 smithi161 ceph-mon[116604]: pgmap v7396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:13.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:12 smithi028 ceph-mon[112123]: pgmap v7396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:12 smithi138 ceph-mon[117003]: pgmap v7396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:13.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:13.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:13.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:14.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:14.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:14.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:14.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:14.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:14 smithi161 ceph-mon[116604]: from='client.207666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:14 smithi161 ceph-mon[116604]: pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:14 smithi028 ceph-mon[112123]: from='client.207666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:14 smithi028 ceph-mon[112123]: pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:14 smithi138 ceph-mon[117003]: from='client.207666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:14 smithi138 ceph-mon[117003]: pgmap v7397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:16 smithi161 ceph-mon[116604]: pgmap v7398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:16 smithi028 ceph-mon[112123]: pgmap v7398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:16 smithi138 ceph-mon[117003]: pgmap v7398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:18 smithi138 ceph-mon[117003]: pgmap v7399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:18 smithi161 ceph-mon[116604]: pgmap v7399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:18 smithi028 ceph-mon[112123]: pgmap v7399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:19.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:19.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:19.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:19.862 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:19.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:19.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:19.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:19.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:20 smithi161 ceph-mon[116604]: from='client.207741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:20 smithi161 ceph-mon[116604]: pgmap v7400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:20 smithi028 ceph-mon[112123]: from='client.207741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:20 smithi028 ceph-mon[112123]: pgmap v7400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:20 smithi138 ceph-mon[117003]: from='client.207741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:20 smithi138 ceph-mon[117003]: pgmap v7400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:22 smithi161 ceph-mon[116604]: pgmap v7401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:22 smithi028 ceph-mon[112123]: pgmap v7401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:22 smithi138 ceph-mon[117003]: pgmap v7401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:24.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:24.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:24.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:24 smithi161 ceph-mon[116604]: pgmap v7402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:24 smithi028 ceph-mon[112123]: pgmap v7402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:24 smithi138 ceph-mon[117003]: pgmap v7402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:25.641 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:25.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:25.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:25.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:25.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:25 smithi161 ceph-mon[116604]: from='client.207819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:25 smithi028 ceph-mon[112123]: from='client.207819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:25 smithi138 ceph-mon[117003]: from='client.207819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:26 smithi161 ceph-mon[116604]: pgmap v7403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:26 smithi028 ceph-mon[112123]: pgmap v7403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:26 smithi138 ceph-mon[117003]: pgmap v7403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:28 smithi138 ceph-mon[117003]: pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:28 smithi161 ceph-mon[116604]: pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:28 smithi028 ceph-mon[112123]: pgmap v7404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:30.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:30.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:30.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:31.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:30 smithi161 ceph-mon[116604]: pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:30 smithi028 ceph-mon[112123]: pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:30 smithi138 ceph-mon[117003]: pgmap v7405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:31.413 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:31.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:31.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:31.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:31.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:31 smithi161 ceph-mon[116604]: from='client.207894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:31 smithi028 ceph-mon[112123]: from='client.207894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:31 smithi138 ceph-mon[117003]: from='client.207894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:32 smithi161 ceph-mon[116604]: 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-07T08:53:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:32 smithi028 ceph-mon[112123]: 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-07T08:53:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:32 smithi138 ceph-mon[117003]: 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-07T08:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:34 smithi161 ceph-mon[116604]: 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-07T08:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:34 smithi028 ceph-mon[112123]: 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-07T08:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:34 smithi138 ceph-mon[117003]: 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-07T08:53:36.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:36.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:36.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:36 smithi161 ceph-mon[116604]: 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-07T08:53:37.200 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:37.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:37.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:37.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:37.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:36 smithi028 ceph-mon[112123]: 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-07T08:53:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:36 smithi138 ceph-mon[117003]: 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-07T08:53:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:37 smithi161 ceph-mon[116604]: from='client.207969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:37 smithi028 ceph-mon[112123]: from='client.207969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:37 smithi138 ceph-mon[117003]: from='client.207969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:38 smithi161 ceph-mon[116604]: 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-07T08:53:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:38 smithi028 ceph-mon[112123]: 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-07T08:53:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:38 smithi138 ceph-mon[117003]: 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-07T08:53:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:40 smithi161 ceph-mon[116604]: 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-07T08:53:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:40 smithi028 ceph-mon[112123]: 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-07T08:53:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:40 smithi138 ceph-mon[117003]: 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-07T08:53:42.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:42.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:42.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:42.967 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:42.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:42.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:42.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:42.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:42 smithi161 ceph-mon[116604]: 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-07T08:53:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:42 smithi028 ceph-mon[112123]: 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-07T08:53:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:42 smithi138 ceph-mon[117003]: 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-07T08:53:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:43 smithi161 ceph-mon[116604]: from='client.208047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:43 smithi028 ceph-mon[112123]: from='client.208047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:43 smithi138 ceph-mon[117003]: from='client.208047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:44 smithi161 ceph-mon[116604]: 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-07T08:53:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:53:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:53:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:53:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:53:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:44 smithi028 ceph-mon[112123]: 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-07T08:53:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:53:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:53:45.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:53:45.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:53:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:44 smithi138 ceph-mon[117003]: 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-07T08:53:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:53:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:53:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:53:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:53:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:46 smithi161 ceph-mon[116604]: pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:46 smithi028 ceph-mon[112123]: pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:46 smithi138 ceph-mon[117003]: pgmap v7413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:47.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:47.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:47.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:48 smithi138 ceph-mon[117003]: pgmap v7414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:48 smithi161 ceph-mon[116604]: pgmap v7414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:48 smithi028 ceph-mon[112123]: pgmap v7414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:48.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:48.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:48.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:48.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:48.744 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:49 smithi138 ceph-mon[117003]: from='client.208122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:49 smithi161 ceph-mon[116604]: from='client.208122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:49 smithi028 ceph-mon[112123]: from='client.208122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:50 smithi138 ceph-mon[117003]: pgmap v7415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:50 smithi161 ceph-mon[116604]: pgmap v7415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:50 smithi028 ceph-mon[112123]: pgmap v7415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:53:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:52 smithi161 ceph-mon[116604]: pgmap v7416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:52 smithi028 ceph-mon[112123]: pgmap v7416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:52 smithi138 ceph-mon[117003]: pgmap v7416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:53.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:53.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:53.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:53:54.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:53:54.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:53:54.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:53:54.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:53:54.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:53:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:54 smithi161 ceph-mon[116604]: pgmap v7417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:54 smithi161 ceph-mon[116604]: from='client.208200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:54 smithi028 ceph-mon[112123]: pgmap v7417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:55.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:54 smithi028 ceph-mon[112123]: from='client.208200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:54 smithi138 ceph-mon[117003]: pgmap v7417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:53:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:54 smithi138 ceph-mon[117003]: from='client.208200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:53:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:56 smithi161 ceph-mon[116604]: 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-07T08:53:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:56 smithi028 ceph-mon[112123]: 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-07T08:53:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:56 smithi138 ceph-mon[117003]: 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-07T08:53:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:53:58 smithi138 ceph-mon[117003]: pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:53:58 smithi161 ceph-mon[116604]: pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:53:58 smithi028 ceph-mon[112123]: pgmap v7419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:53:59.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:53:59.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:53:59.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:00.280 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:00.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:00.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:00.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:00.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:00 smithi161 ceph-mon[116604]: pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:00 smithi161 ceph-mon[116604]: from='client.208278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:00 smithi028 ceph-mon[112123]: pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:00 smithi028 ceph-mon[112123]: from='client.208278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:00 smithi138 ceph-mon[117003]: pgmap v7420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:00 smithi138 ceph-mon[117003]: from='client.208278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:02 smithi161 ceph-mon[116604]: pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:54:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:02 smithi028 ceph-mon[112123]: pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:54:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:02 smithi138 ceph-mon[117003]: pgmap v7421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:54:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:04 smithi161 ceph-mon[116604]: pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:54:05.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:04 smithi028 ceph-mon[112123]: pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:54:05.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:05.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:05.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:04 smithi138 ceph-mon[117003]: pgmap v7422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:54:06.049 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:06.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:06.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:06.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:06.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:07.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:06 smithi161 ceph-mon[116604]: from='client.208356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:07.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:06 smithi161 ceph-mon[116604]: pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:07.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:06 smithi028 ceph-mon[112123]: from='client.208356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:07.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:06 smithi028 ceph-mon[112123]: pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:06 smithi138 ceph-mon[117003]: from='client.208356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:06 smithi138 ceph-mon[117003]: pgmap v7423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:08 smithi138 ceph-mon[117003]: 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-07T08:54:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:08 smithi161 ceph-mon[116604]: 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-07T08:54:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:08 smithi028 ceph-mon[112123]: 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-07T08:54:11.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:11.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:11.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:10 smithi161 ceph-mon[116604]: 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-07T08:54:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:10 smithi028 ceph-mon[112123]: 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-07T08:54:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:10 smithi138 ceph-mon[117003]: 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-07T08:54:11.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:11.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:11.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:11.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:11.828 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:12 smithi161 ceph-mon[116604]: from='client.208431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:12 smithi161 ceph-mon[116604]: 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-07T08:54:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:12 smithi028 ceph-mon[112123]: from='client.208431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:12 smithi028 ceph-mon[112123]: 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-07T08:54:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:12 smithi138 ceph-mon[117003]: from='client.208431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:12 smithi138 ceph-mon[117003]: 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-07T08:54:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:14 smithi161 ceph-mon[116604]: 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-07T08:54:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:14 smithi028 ceph-mon[112123]: 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-07T08:54:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:14 smithi138 ceph-mon[117003]: 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-07T08:54:16.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:16.830 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:16.830 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:17.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:16 smithi161 ceph-mon[116604]: 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-07T08:54:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:16 smithi028 ceph-mon[112123]: 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-07T08:54:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:16 smithi138 ceph-mon[117003]: 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-07T08:54:17.600 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:17.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:17.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:17.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:17.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:17 smithi161 ceph-mon[116604]: from='client.208509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:18.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:17 smithi028 ceph-mon[112123]: from='client.208509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:17 smithi138 ceph-mon[117003]: from='client.208509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:18 smithi161 ceph-mon[116604]: 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-07T08:54:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:18 smithi028 ceph-mon[112123]: 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-07T08:54:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:18 smithi138 ceph-mon[117003]: 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-07T08:54:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:20 smithi161 ceph-mon[116604]: 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-07T08:54:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:20 smithi028 ceph-mon[112123]: 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-07T08:54:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:20 smithi138 ceph-mon[117003]: 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-07T08:54:22.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:22.602 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:22.602 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:22 smithi161 ceph-mon[116604]: 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-07T08:54:23.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:22 smithi028 ceph-mon[112123]: 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-07T08:54:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:22 smithi138 ceph-mon[117003]: 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-07T08:54:23.380 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:23.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:23.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:23.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:23.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:23 smithi161 ceph-mon[116604]: from='client.208584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:23 smithi028 ceph-mon[112123]: from='client.208584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:23 smithi138 ceph-mon[117003]: from='client.208584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:24 smithi161 ceph-mon[116604]: 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-07T08:54:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:24 smithi028 ceph-mon[112123]: 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-07T08:54:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:24 smithi138 ceph-mon[117003]: 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-07T08:54:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:26 smithi161 ceph-mon[116604]: pgmap v7433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:54:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:26 smithi028 ceph-mon[112123]: pgmap v7433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:54:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:26 smithi138 ceph-mon[117003]: pgmap v7433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:54:28.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:28.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:28.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:28 smithi161 ceph-mon[116604]: pgmap v7434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:28 smithi028 ceph-mon[112123]: pgmap v7434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:28 smithi138 ceph-mon[117003]: pgmap v7434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:29.156 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:29.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:29.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:29.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:29.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:29 smithi161 ceph-mon[116604]: from='client.208659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:29 smithi028 ceph-mon[112123]: from='client.208659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:29 smithi138 ceph-mon[117003]: from='client.208659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:30 smithi161 ceph-mon[116604]: pgmap v7435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:54:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:30 smithi028 ceph-mon[112123]: pgmap v7435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:54:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:30 smithi138 ceph-mon[117003]: pgmap v7435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T08:54:33.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:32 smithi161 ceph-mon[116604]: pgmap v7436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:54:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:32 smithi028 ceph-mon[112123]: pgmap v7436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:54:33.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:32 smithi138 ceph-mon[117003]: pgmap v7436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:54:34.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:34.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:34.159 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:34.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:34.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:34.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:34.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:34.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:34 smithi161 ceph-mon[116604]: pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:54:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:34 smithi028 ceph-mon[112123]: pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:54:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:34 smithi138 ceph-mon[117003]: pgmap v7437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T08:54:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:35 smithi161 ceph-mon[116604]: from='client.208734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:35 smithi028 ceph-mon[112123]: from='client.208734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:35 smithi138 ceph-mon[117003]: from='client.208734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:36 smithi161 ceph-mon[116604]: 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-07T08:54:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:36 smithi028 ceph-mon[112123]: 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-07T08:54:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:36 smithi138 ceph-mon[117003]: 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-07T08:54:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:38 smithi161 ceph-mon[116604]: pgmap v7439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:54:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:38 smithi028 ceph-mon[112123]: pgmap v7439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:54:38.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:38 smithi138 ceph-mon[117003]: pgmap v7439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:54:39.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:39.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:39.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:40.748 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:40.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:40.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:40.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:40.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:40 smithi161 ceph-mon[116604]: pgmap v7440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:40 smithi028 ceph-mon[112123]: pgmap v7440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:40 smithi138 ceph-mon[117003]: pgmap v7440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:54:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:41 smithi161 ceph-mon[116604]: from='client.208806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:41 smithi028 ceph-mon[112123]: from='client.208806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:41 smithi138 ceph-mon[117003]: from='client.208806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:42 smithi161 ceph-mon[116604]: pgmap v7441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:54:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:42 smithi028 ceph-mon[112123]: pgmap v7441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:54:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:42 smithi138 ceph-mon[117003]: pgmap v7441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:54:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:44 smithi161 ceph-mon[116604]: pgmap v7442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:54:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:54:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:44 smithi028 ceph-mon[112123]: pgmap v7442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:54:45.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:54:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:44 smithi138 ceph-mon[117003]: pgmap v7442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T08:54:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:54:45.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:45.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:45.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:54:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:54:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:54:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:54:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:54:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:54:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:54:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:54:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:54:46.522 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:46.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:46.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:46.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:46.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:47 smithi138 ceph-mon[117003]: pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:54:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:47 smithi138 ceph-mon[117003]: from='client.208881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:47 smithi161 ceph-mon[116604]: pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:54:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:47 smithi161 ceph-mon[116604]: from='client.208881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:47 smithi028 ceph-mon[112123]: pgmap v7443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T08:54:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:47 smithi028 ceph-mon[112123]: from='client.208881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:48 smithi161 ceph-mon[116604]: 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-07T08:54:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:48 smithi028 ceph-mon[112123]: 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-07T08:54:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:48 smithi138 ceph-mon[117003]: 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-07T08:54:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:50 smithi161 ceph-mon[116604]: 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-07T08:54:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:50 smithi028 ceph-mon[112123]: 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-07T08:54:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:50 smithi138 ceph-mon[117003]: 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-07T08:54:51.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:51.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:51.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:52.288 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:52.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:52.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:52.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:52.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:52 smithi161 ceph-mon[116604]: 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-07T08:54:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:52 smithi161 ceph-mon[116604]: from='client.208959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:52 smithi028 ceph-mon[112123]: 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-07T08:54:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:52 smithi028 ceph-mon[112123]: from='client.208959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:52 smithi138 ceph-mon[117003]: 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-07T08:54:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:52 smithi138 ceph-mon[117003]: from='client.208959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:54 smithi161 ceph-mon[116604]: 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-07T08:54:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:54 smithi028 ceph-mon[112123]: 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-07T08:54:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:54 smithi138 ceph-mon[117003]: 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-07T08:54:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:56 smithi161 ceph-mon[116604]: 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-07T08:54:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:56 smithi028 ceph-mon[112123]: 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-07T08:54:57.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:54:57.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:54:57.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:54:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:56 smithi138 ceph-mon[117003]: 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-07T08:54:58.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:54:58.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:54:58.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:54:58.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:54:58.064 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:54:58.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:58 smithi161 ceph-mon[116604]: from='client.209034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:58.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:54:58 smithi161 ceph-mon[116604]: 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-07T08:54:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:58 smithi028 ceph-mon[112123]: from='client.209034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:58.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:54:58 smithi028 ceph-mon[112123]: 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-07T08:54:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:58 smithi138 ceph-mon[117003]: from='client.209034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:54:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:54:58 smithi138 ceph-mon[117003]: 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-07T08:55:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:00 smithi161 ceph-mon[116604]: 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-07T08:55:01.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:00 smithi028 ceph-mon[112123]: 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-07T08:55:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:00 smithi138 ceph-mon[117003]: 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-07T08:55:03.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:03.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:03.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:02 smithi161 ceph-mon[116604]: 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-07T08:55:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:02 smithi028 ceph-mon[112123]: 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-07T08:55:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:02 smithi138 ceph-mon[117003]: 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-07T08:55:03.850 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:03.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:03.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:03.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:03.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:04 smithi161 ceph-mon[116604]: from='client.209109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:04 smithi161 ceph-mon[116604]: 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-07T08:55:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:04 smithi028 ceph-mon[112123]: from='client.209109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:04 smithi028 ceph-mon[112123]: 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-07T08:55:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:04 smithi138 ceph-mon[117003]: from='client.209109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:04 smithi138 ceph-mon[117003]: 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-07T08:55:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:06 smithi161 ceph-mon[116604]: pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:55:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:06 smithi028 ceph-mon[112123]: pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:55:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:06 smithi138 ceph-mon[117003]: pgmap v7453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:55:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:08 smithi161 ceph-mon[116604]: pgmap v7454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:55:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:08 smithi028 ceph-mon[112123]: pgmap v7454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:55:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:08 smithi138 ceph-mon[117003]: pgmap v7454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:55:08.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:08.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:08.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:09.623 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:09.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:09.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:09.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:09.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:09 smithi161 ceph-mon[116604]: from='client.209181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:09 smithi028 ceph-mon[112123]: from='client.209181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:09 smithi138 ceph-mon[117003]: from='client.209181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:10 smithi161 ceph-mon[116604]: 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-07T08:55:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:10 smithi028 ceph-mon[112123]: 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-07T08:55:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:10 smithi138 ceph-mon[117003]: 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-07T08:55:13.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:12 smithi161 ceph-mon[116604]: 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-07T08:55:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:12 smithi028 ceph-mon[112123]: 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-07T08:55:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:12 smithi138 ceph-mon[117003]: 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-07T08:55:14.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:14.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:14.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:14 smithi161 ceph-mon[116604]: 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-07T08:55:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:14 smithi028 ceph-mon[112123]: 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-07T08:55:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:14 smithi138 ceph-mon[117003]: 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-07T08:55:15.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:15.407 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:15.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:15.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:15.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:15 smithi161 ceph-mon[116604]: from='client.209253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:15 smithi028 ceph-mon[112123]: from='client.209253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:15 smithi138 ceph-mon[117003]: from='client.209253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:16 smithi161 ceph-mon[116604]: 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-07T08:55:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:16 smithi028 ceph-mon[112123]: 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-07T08:55:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:16 smithi138 ceph-mon[117003]: 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-07T08:55:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:18 smithi161 ceph-mon[116604]: pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:55:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:18 smithi028 ceph-mon[112123]: pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:55:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:18 smithi138 ceph-mon[117003]: pgmap v7459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:55:20.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:20.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:20.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:21.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:21.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:21.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:21.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:21.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:21.195 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:20 smithi161 ceph-mon[116604]: pgmap v7460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:55:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:20 smithi028 ceph-mon[112123]: pgmap v7460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:55:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:20 smithi138 ceph-mon[117003]: pgmap v7460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:55:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:21 smithi161 ceph-mon[116604]: from='client.209328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:21 smithi028 ceph-mon[112123]: from='client.209328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:21 smithi138 ceph-mon[117003]: from='client.209328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:22 smithi161 ceph-mon[116604]: 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-07T08:55:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:22 smithi028 ceph-mon[112123]: 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-07T08:55:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:22 smithi138 ceph-mon[117003]: 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-07T08:55:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:24 smithi161 ceph-mon[116604]: 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-07T08:55:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:24 smithi028 ceph-mon[112123]: 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-07T08:55:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:24 smithi138 ceph-mon[117003]: 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-07T08:55:26.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:26.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:26.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:26.957 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:26.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:26.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:26.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:26.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:26 smithi161 ceph-mon[116604]: 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-07T08:55:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:26 smithi028 ceph-mon[112123]: 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-07T08:55:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:26 smithi138 ceph-mon[117003]: 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-07T08:55:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:27 smithi161 ceph-mon[116604]: from='client.209397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:27 smithi028 ceph-mon[112123]: from='client.209397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:27 smithi138 ceph-mon[117003]: from='client.209397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:28 smithi161 ceph-mon[116604]: 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-07T08:55:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:28 smithi028 ceph-mon[112123]: 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-07T08:55:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:28 smithi138 ceph-mon[117003]: 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-07T08:55:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:30 smithi161 ceph-mon[116604]: 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-07T08:55:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:30 smithi028 ceph-mon[112123]: 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-07T08:55:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:30 smithi138 ceph-mon[117003]: 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-07T08:55:31.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:31.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:31.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:32.737 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:32.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:32.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:32.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:32.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:32 smithi161 ceph-mon[116604]: 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-07T08:55:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:32 smithi028 ceph-mon[112123]: 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-07T08:55:33.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:32 smithi138 ceph-mon[117003]: 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-07T08:55:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:33 smithi161 ceph-mon[116604]: from='client.209475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:33 smithi028 ceph-mon[112123]: from='client.209475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:33 smithi138 ceph-mon[117003]: from='client.209475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:34 smithi161 ceph-mon[116604]: 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-07T08:55:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:34 smithi028 ceph-mon[112123]: 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-07T08:55:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:34 smithi138 ceph-mon[117003]: 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-07T08:55:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:36 smithi161 ceph-mon[116604]: 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-07T08:55:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:36 smithi028 ceph-mon[112123]: 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-07T08:55:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:36 smithi138 ceph-mon[117003]: 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-07T08:55:37.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:37.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:37.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:38.517 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:38.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:38.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:38.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:38.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:38.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:38 smithi161 ceph-mon[116604]: 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-07T08:55:38.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:38 smithi161 ceph-mon[116604]: from='client.209550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:38 smithi028 ceph-mon[112123]: 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-07T08:55:38.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:38 smithi028 ceph-mon[112123]: from='client.209550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:38 smithi138 ceph-mon[117003]: 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-07T08:55:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:38 smithi138 ceph-mon[117003]: from='client.209550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:40 smithi161 ceph-mon[116604]: 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-07T08:55:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:40 smithi028 ceph-mon[112123]: 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-07T08:55:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:40 smithi138 ceph-mon[117003]: 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-07T08:55:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:42 smithi161 ceph-mon[116604]: 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-07T08:55:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:42 smithi028 ceph-mon[112123]: 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-07T08:55:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:42 smithi138 ceph-mon[117003]: 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-07T08:55:43.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:43.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:43.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:44.295 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:44.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:44.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:44.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:44.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:44 smithi161 ceph-mon[116604]: 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-07T08:55:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:44 smithi161 ceph-mon[116604]: from='client.209628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:44 smithi028 ceph-mon[112123]: 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-07T08:55:45.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:44 smithi028 ceph-mon[112123]: from='client.209628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:44 smithi138 ceph-mon[117003]: 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-07T08:55:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:44 smithi138 ceph-mon[117003]: from='client.209628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:46.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:55:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:55:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:55:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:46 smithi161 ceph-mon[116604]: pgmap v7473: 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-07T08:55:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:55:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:55:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:55:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:46 smithi028 ceph-mon[112123]: pgmap v7473: 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-07T08:55:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:55:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:55:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:55:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:46 smithi138 ceph-mon[117003]: pgmap v7473: 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-07T08:55:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:55:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:55:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:55:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:48 smithi161 ceph-mon[116604]: pgmap v7474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:55:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:48 smithi028 ceph-mon[112123]: pgmap v7474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:55:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:48 smithi138 ceph-mon[117003]: pgmap v7474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:55:49.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:49.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:49.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:50.063 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:50.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:50.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:50.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:50.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:50 smithi161 ceph-mon[116604]: from='client.209694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:50 smithi161 ceph-mon[116604]: 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-07T08:55:51.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:50 smithi028 ceph-mon[112123]: from='client.209694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:51.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:50 smithi028 ceph-mon[112123]: 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-07T08:55:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:50 smithi138 ceph-mon[117003]: from='client.209694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:50 smithi138 ceph-mon[117003]: 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-07T08:55:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:52 smithi161 ceph-mon[116604]: 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-07T08:55:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:52 smithi028 ceph-mon[112123]: 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-07T08:55:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:52 smithi138 ceph-mon[117003]: 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-07T08:55:55.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:55:55.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:55:55.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:55:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:54 smithi161 ceph-mon[116604]: 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-07T08:55:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:54 smithi028 ceph-mon[112123]: 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-07T08:55:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:54 smithi138 ceph-mon[117003]: 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-07T08:55:55.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:55:55.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:55:55.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:55:55.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:55:55.843 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:55:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:56 smithi161 ceph-mon[116604]: from='client.209769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:56 smithi161 ceph-mon[116604]: 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-07T08:55:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:56 smithi028 ceph-mon[112123]: from='client.209769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:57.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:56 smithi028 ceph-mon[112123]: 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-07T08:55:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:56 smithi138 ceph-mon[117003]: from='client.209769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:55:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:56 smithi138 ceph-mon[117003]: 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-07T08:55:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:55:58 smithi161 ceph-mon[116604]: pgmap v7479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:55:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:55:58 smithi028 ceph-mon[112123]: pgmap v7479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:55:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:55:58 smithi138 ceph-mon[117003]: pgmap v7479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T08:56:00.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:00.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:00.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:00 smithi161 ceph-mon[116604]: pgmap v7480: 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-07T08:56:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:00 smithi028 ceph-mon[112123]: pgmap v7480: 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-07T08:56:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:00 smithi138 ceph-mon[117003]: pgmap v7480: 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-07T08:56:01.630 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:01.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:01.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:01.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:01.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:01 smithi161 ceph-mon[116604]: from='client.209844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:01 smithi028 ceph-mon[112123]: from='client.209844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:01 smithi138 ceph-mon[117003]: from='client.209844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:02 smithi161 ceph-mon[116604]: 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-07T08:56:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:02 smithi028 ceph-mon[112123]: 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-07T08:56:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:02 smithi138 ceph-mon[117003]: 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-07T08:56:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:04 smithi161 ceph-mon[116604]: 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-07T08:56:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:04 smithi028 ceph-mon[112123]: 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-07T08:56:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:04 smithi138 ceph-mon[117003]: 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-07T08:56:06.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:06.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:06.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:06 smithi161 ceph-mon[116604]: 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-07T08:56:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:06 smithi028 ceph-mon[112123]: 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-07T08:56:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:06 smithi138 ceph-mon[117003]: 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-07T08:56:07.411 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:07.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:07.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:07.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:07.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:07 smithi161 ceph-mon[116604]: from='client.209922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:07 smithi028 ceph-mon[112123]: from='client.209922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:07 smithi138 ceph-mon[117003]: from='client.209922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:08 smithi161 ceph-mon[116604]: 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-07T08:56:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:08 smithi028 ceph-mon[112123]: 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-07T08:56:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:08 smithi138 ceph-mon[117003]: 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-07T08:56:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:10 smithi161 ceph-mon[116604]: 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-07T08:56:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:10 smithi028 ceph-mon[112123]: 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-07T08:56:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:10 smithi138 ceph-mon[117003]: 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-07T08:56:12.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:12.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:12.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:13.187 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:13.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:13.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:13.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:13.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:12 smithi161 ceph-mon[116604]: 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-07T08:56:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:12 smithi028 ceph-mon[112123]: 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-07T08:56:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:12 smithi138 ceph-mon[117003]: 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-07T08:56:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:13 smithi161 ceph-mon[116604]: from='client.210000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:13 smithi028 ceph-mon[112123]: from='client.210000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:13 smithi138 ceph-mon[117003]: from='client.210000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:14 smithi161 ceph-mon[116604]: 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-07T08:56:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:14 smithi028 ceph-mon[112123]: 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-07T08:56:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:14 smithi138 ceph-mon[117003]: 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-07T08:56:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:16 smithi161 ceph-mon[116604]: 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-07T08:56:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:16 smithi028 ceph-mon[112123]: 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-07T08:56:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:16 smithi138 ceph-mon[117003]: 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-07T08:56:18.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:18.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:18.190 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:18 smithi161 ceph-mon[116604]: 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-07T08:56:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:18 smithi028 ceph-mon[112123]: 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-07T08:56:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:18 smithi138 ceph-mon[117003]: 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-07T08:56:18.951 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:18.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:18.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:18.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:18.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:19 smithi161 ceph-mon[116604]: from='client.210072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:19 smithi028 ceph-mon[112123]: from='client.210072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:19 smithi138 ceph-mon[117003]: from='client.210072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:20 smithi161 ceph-mon[116604]: pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:56:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:20 smithi028 ceph-mon[112123]: pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:56:20.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:20 smithi138 ceph-mon[117003]: pgmap v7490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:56:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:22 smithi161 ceph-mon[116604]: pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:56:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:22 smithi028 ceph-mon[112123]: pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:56:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:22 smithi138 ceph-mon[117003]: pgmap v7491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:56:23.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:23.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:23.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:24.731 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:24.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:24.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:24.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:24.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:24 smithi161 ceph-mon[116604]: pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:56:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:24 smithi028 ceph-mon[112123]: pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:56:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:24 smithi138 ceph-mon[117003]: pgmap v7492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:56:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:25 smithi161 ceph-mon[116604]: from='client.210147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:25 smithi028 ceph-mon[112123]: from='client.210147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:25 smithi138 ceph-mon[117003]: from='client.210147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:26 smithi161 ceph-mon[116604]: 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-07T08:56:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:26 smithi028 ceph-mon[112123]: 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-07T08:56:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:26 smithi138 ceph-mon[117003]: 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-07T08:56:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:28 smithi161 ceph-mon[116604]: 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-07T08:56:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:28 smithi028 ceph-mon[112123]: 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-07T08:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:28 smithi138 ceph-mon[117003]: 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-07T08:56:29.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:29.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:29.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:30.500 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:30.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:30.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:30.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:30.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:30 smithi161 ceph-mon[116604]: 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-07T08:56:31.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:30 smithi161 ceph-mon[116604]: from='client.210222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:30 smithi028 ceph-mon[112123]: 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-07T08:56:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:30 smithi028 ceph-mon[112123]: from='client.210222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:30 smithi138 ceph-mon[117003]: 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-07T08:56:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:30 smithi138 ceph-mon[117003]: from='client.210222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:33.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:32 smithi161 ceph-mon[116604]: pgmap v7496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:56:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:32 smithi028 ceph-mon[112123]: pgmap v7496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:56:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:32 smithi138 ceph-mon[117003]: pgmap v7496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:56:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:34 smithi161 ceph-mon[116604]: pgmap v7497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:56:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:34 smithi028 ceph-mon[112123]: pgmap v7497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:56:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:34 smithi138 ceph-mon[117003]: pgmap v7497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:56:35.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:35.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:35.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:36.276 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:36.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:36.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:36.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:36.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:36 smithi161 ceph-mon[116604]: pgmap v7498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:56:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:36 smithi161 ceph-mon[116604]: from='client.210297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:36 smithi028 ceph-mon[112123]: pgmap v7498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:56:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:36 smithi028 ceph-mon[112123]: from='client.210297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:36 smithi138 ceph-mon[117003]: pgmap v7498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:56:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:36 smithi138 ceph-mon[117003]: from='client.210297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:38 smithi161 ceph-mon[116604]: 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-07T08:56:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:38 smithi028 ceph-mon[112123]: 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-07T08:56:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:38 smithi138 ceph-mon[117003]: 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-07T08:56:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:40 smithi161 ceph-mon[116604]: 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-07T08:56:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:40 smithi028 ceph-mon[112123]: 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-07T08:56:41.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:41.278 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:41.278 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:40 smithi138 ceph-mon[117003]: 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-07T08:56:42.058 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:42.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:42.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:42.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:42.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:42 smithi161 ceph-mon[116604]: from='client.210375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:42 smithi161 ceph-mon[116604]: 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-07T08:56:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:42 smithi028 ceph-mon[112123]: from='client.210375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:42 smithi028 ceph-mon[112123]: 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-07T08:56:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:42 smithi138 ceph-mon[117003]: from='client.210375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:42 smithi138 ceph-mon[117003]: 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-07T08:56:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:44 smithi161 ceph-mon[116604]: 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-07T08:56:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:44 smithi028 ceph-mon[112123]: 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-07T08:56:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:44 smithi138 ceph-mon[117003]: 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-07T08:56:47.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:47.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:47.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:46 smithi161 ceph-mon[116604]: 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-07T08:56:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:56:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:56:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:56:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:56:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:46 smithi028 ceph-mon[112123]: 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-07T08:56:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:56:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:56:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:56:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:56:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:46 smithi138 ceph-mon[117003]: 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-07T08:56:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:56:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:56:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:56:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:56:47.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:47.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:47.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:47.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:47.828 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:48 smithi161 ceph-mon[116604]: from='client.210450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:48 smithi161 ceph-mon[116604]: 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-07T08:56:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:48 smithi028 ceph-mon[112123]: from='client.210450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:48 smithi028 ceph-mon[112123]: 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-07T08:56:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:48 smithi138 ceph-mon[117003]: from='client.210450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:48 smithi138 ceph-mon[117003]: 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-07T08:56:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:50 smithi161 ceph-mon[116604]: 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-07T08:56:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:50 smithi028 ceph-mon[112123]: 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-07T08:56:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:50 smithi138 ceph-mon[117003]: 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-07T08:56:52.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:52.830 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:52.830 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:52 smithi161 ceph-mon[116604]: 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-07T08:56:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:52 smithi028 ceph-mon[112123]: 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-07T08:56:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:52 smithi138 ceph-mon[117003]: 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-07T08:56:53.630 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:53.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:53.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:53.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:53.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:53 smithi161 ceph-mon[116604]: from='client.210525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:53 smithi028 ceph-mon[112123]: from='client.210525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:53 smithi138 ceph-mon[117003]: from='client.210525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:54 smithi161 ceph-mon[116604]: 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-07T08:56:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:54 smithi028 ceph-mon[112123]: 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-07T08:56:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:54 smithi138 ceph-mon[117003]: 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-07T08:56:57.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:56 smithi161 ceph-mon[116604]: 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-07T08:56:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:56 smithi028 ceph-mon[112123]: 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-07T08:56:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:56 smithi138 ceph-mon[117003]: 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-07T08:56:58.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:56:58.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:56:58.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:56:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:58 smithi161 ceph-mon[116604]: 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-07T08:56:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:58 smithi028 ceph-mon[112123]: 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-07T08:56:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:58 smithi138 ceph-mon[117003]: 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-07T08:56:59.396 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:56:59.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:56:59.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:56:59.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:56:59.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:56:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:56:59 smithi161 ceph-mon[116604]: from='client.210600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:56:59 smithi028 ceph-mon[112123]: from='client.210600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:56:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:56:59 smithi138 ceph-mon[117003]: from='client.210600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:00 smithi161 ceph-mon[116604]: pgmap v7510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:57:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:00 smithi028 ceph-mon[112123]: pgmap v7510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:57:00.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:00 smithi138 ceph-mon[117003]: pgmap v7510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T08:57:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:02 smithi161 ceph-mon[116604]: pgmap v7511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:57:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:02 smithi028 ceph-mon[112123]: pgmap v7511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:57:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:02 smithi138 ceph-mon[117003]: pgmap v7511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:57:04.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:04.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:04.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:05.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:05.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:05.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:05.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:05.172 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:04 smithi161 ceph-mon[116604]: pgmap v7512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:57:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:04 smithi028 ceph-mon[112123]: pgmap v7512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:57:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:04 smithi138 ceph-mon[117003]: pgmap v7512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T08:57:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:05 smithi161 ceph-mon[116604]: from='client.210675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:05 smithi028 ceph-mon[112123]: from='client.210675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:05 smithi138 ceph-mon[117003]: from='client.210675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:06 smithi161 ceph-mon[116604]: 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-07T08:57:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:06 smithi028 ceph-mon[112123]: 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-07T08:57:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:06 smithi138 ceph-mon[117003]: 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-07T08:57:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:08 smithi161 ceph-mon[116604]: 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-07T08:57:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:08 smithi028 ceph-mon[112123]: 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-07T08:57:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:08 smithi138 ceph-mon[117003]: 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-07T08:57:10.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:10.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:10.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:10.955 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:10.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:10.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:10.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:10.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:10 smithi161 ceph-mon[116604]: 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-07T08:57:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:10 smithi028 ceph-mon[112123]: 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-07T08:57:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:10 smithi138 ceph-mon[117003]: 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-07T08:57:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:11 smithi161 ceph-mon[116604]: from='client.210744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:11 smithi028 ceph-mon[112123]: from='client.210744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:11 smithi138 ceph-mon[117003]: from='client.210744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:12 smithi161 ceph-mon[116604]: pgmap v7516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:57:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:12 smithi028 ceph-mon[112123]: pgmap v7516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:57:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:12 smithi138 ceph-mon[117003]: pgmap v7516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:57:15.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:14 smithi161 ceph-mon[116604]: pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:57:15.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:14 smithi028 ceph-mon[112123]: pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:57:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:14 smithi138 ceph-mon[117003]: pgmap v7517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T08:57:15.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:15.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:15.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:16.754 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:16.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:16.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:16.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:16.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:16 smithi161 ceph-mon[116604]: pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:57:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:16 smithi028 ceph-mon[112123]: pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:57:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:16 smithi138 ceph-mon[117003]: pgmap v7518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T08:57:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:17 smithi161 ceph-mon[116604]: from='client.210816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:17 smithi028 ceph-mon[112123]: from='client.210816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:17 smithi138 ceph-mon[117003]: from='client.210816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:18 smithi161 ceph-mon[116604]: 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-07T08:57:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:18 smithi028 ceph-mon[112123]: 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-07T08:57:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:18 smithi138 ceph-mon[117003]: 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-07T08:57:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:20 smithi161 ceph-mon[116604]: 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-07T08:57:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:20 smithi028 ceph-mon[112123]: 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-07T08:57:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:20 smithi138 ceph-mon[117003]: 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-07T08:57:21.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:21.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:21.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:22.538 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:22.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:22.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:22.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:22.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:22 smithi161 ceph-mon[116604]: 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-07T08:57:23.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:22 smithi161 ceph-mon[116604]: from='client.210888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:22 smithi028 ceph-mon[112123]: 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-07T08:57:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:22 smithi028 ceph-mon[112123]: from='client.210888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:22 smithi138 ceph-mon[117003]: 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-07T08:57:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:22 smithi138 ceph-mon[117003]: from='client.210888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:24 smithi161 ceph-mon[116604]: 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-07T08:57:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:24 smithi028 ceph-mon[112123]: 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-07T08:57:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:24 smithi138 ceph-mon[117003]: 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-07T08:57:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:26 smithi161 ceph-mon[116604]: 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-07T08:57:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:26 smithi028 ceph-mon[112123]: 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-07T08:57:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:26 smithi138 ceph-mon[117003]: 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-07T08:57:27.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:27.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:27.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:28.312 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:28.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:28.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:28.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:28.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:28 smithi161 ceph-mon[116604]: 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-07T08:57:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:28 smithi161 ceph-mon[116604]: from='client.210960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:28 smithi028 ceph-mon[112123]: 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-07T08:57:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:28 smithi028 ceph-mon[112123]: from='client.210960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:28 smithi138 ceph-mon[117003]: 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-07T08:57:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:28 smithi138 ceph-mon[117003]: from='client.210960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:31.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:30 smithi161 ceph-mon[116604]: 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-07T08:57:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:30 smithi028 ceph-mon[112123]: 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-07T08:57:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:30 smithi138 ceph-mon[117003]: 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-07T08:57:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:32 smithi161 ceph-mon[116604]: 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-07T08:57:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:32 smithi028 ceph-mon[112123]: 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-07T08:57:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:32 smithi138 ceph-mon[117003]: 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-07T08:57:33.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:33.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:33.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:34.081 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:34.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:34.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:34.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:34.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:34 smithi161 ceph-mon[116604]: from='client.211035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:34 smithi161 ceph-mon[116604]: 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-07T08:57:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:34 smithi028 ceph-mon[112123]: from='client.211035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:34 smithi028 ceph-mon[112123]: 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-07T08:57:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:34 smithi138 ceph-mon[117003]: from='client.211035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:34 smithi138 ceph-mon[117003]: 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-07T08:57:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:36 smithi161 ceph-mon[116604]: 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-07T08:57:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:36 smithi028 ceph-mon[112123]: 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-07T08:57:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:36 smithi138 ceph-mon[117003]: 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-07T08:57:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:38 smithi161 ceph-mon[116604]: 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-07T08:57:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:38 smithi028 ceph-mon[112123]: 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-07T08:57:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:38 smithi138 ceph-mon[117003]: 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-07T08:57:39.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:39.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:39.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:39.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:39.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:39.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:39.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:39.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:40 smithi161 ceph-mon[116604]: from='client.211113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:40 smithi161 ceph-mon[116604]: pgmap v7530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:57:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:40 smithi028 ceph-mon[112123]: from='client.211113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:40 smithi028 ceph-mon[112123]: pgmap v7530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:57:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:40 smithi138 ceph-mon[117003]: from='client.211113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:40 smithi138 ceph-mon[117003]: pgmap v7530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:57:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:42 smithi161 ceph-mon[116604]: pgmap v7531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:57:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:42 smithi028 ceph-mon[112123]: pgmap v7531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:57:43.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:42 smithi138 ceph-mon[117003]: pgmap v7531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:57:44.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:44.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:44.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:44 smithi161 ceph-mon[116604]: pgmap v7532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:57:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:44 smithi028 ceph-mon[112123]: pgmap v7532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:57:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:44 smithi138 ceph-mon[117003]: pgmap v7532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:57:45.625 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:45.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:45.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:45.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:45.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:45 smithi161 ceph-mon[116604]: from='client.211188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:45 smithi028 ceph-mon[112123]: from='client.211188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:45 smithi138 ceph-mon[117003]: from='client.211188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:46 smithi161 ceph-mon[116604]: 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-07T08:57:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:57:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:46 smithi028 ceph-mon[112123]: 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-07T08:57:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:57:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:46 smithi138 ceph-mon[117003]: 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-07T08:57:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:57:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:57:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:57:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:57:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:48 smithi161 ceph-mon[116604]: 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-07T08:57:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:57:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:57:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:57:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:48 smithi028 ceph-mon[112123]: 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-07T08:57:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:57:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:57:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:57:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:48 smithi138 ceph-mon[117003]: 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-07T08:57:50.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:50.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:50.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:50 smithi161 ceph-mon[116604]: 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-07T08:57:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:50 smithi028 ceph-mon[112123]: 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-07T08:57:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:50 smithi138 ceph-mon[117003]: 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-07T08:57:51.404 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:51.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:51.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:51.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:51.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:51 smithi161 ceph-mon[116604]: from='client.211263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:51 smithi028 ceph-mon[112123]: from='client.211263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:51 smithi138 ceph-mon[117003]: from='client.211263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:52 smithi161 ceph-mon[116604]: pgmap v7536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:57:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:52 smithi028 ceph-mon[112123]: pgmap v7536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:57:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:52 smithi138 ceph-mon[117003]: pgmap v7536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:57:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:54 smithi161 ceph-mon[116604]: pgmap v7537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:57:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:54 smithi028 ceph-mon[112123]: pgmap v7537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:57:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:54 smithi138 ceph-mon[117003]: pgmap v7537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:57:56.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:57:56.406 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:57:56.406 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:57:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:56 smithi161 ceph-mon[116604]: pgmap v7538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:57:57.200 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:57:57.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:57:57.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:57:57.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:57:57.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:57:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:56 smithi028 ceph-mon[112123]: pgmap v7538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:57:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:56 smithi138 ceph-mon[117003]: pgmap v7538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:57:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:57 smithi161 ceph-mon[116604]: from='client.211341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:57 smithi028 ceph-mon[112123]: from='client.211341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:57 smithi138 ceph-mon[117003]: from='client.211341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:57:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:57:58 smithi161 ceph-mon[116604]: 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-07T08:57:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:57:58 smithi028 ceph-mon[112123]: 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-07T08:57:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:57:58 smithi138 ceph-mon[117003]: 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-07T08:58:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:00 smithi161 ceph-mon[116604]: 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-07T08:58:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:00 smithi028 ceph-mon[112123]: 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-07T08:58:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:00 smithi138 ceph-mon[117003]: 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-07T08:58:02.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:02.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:02.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:02.964 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:02.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:02.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:02.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:02.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:02 smithi161 ceph-mon[116604]: 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-07T08:58:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:02 smithi028 ceph-mon[112123]: 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-07T08:58:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:02 smithi138 ceph-mon[117003]: 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-07T08:58:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:03 smithi161 ceph-mon[116604]: from='client.211413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:03 smithi028 ceph-mon[112123]: from='client.211413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:03 smithi138 ceph-mon[117003]: from='client.211413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:04 smithi161 ceph-mon[116604]: 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-07T08:58:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:04 smithi028 ceph-mon[112123]: 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-07T08:58:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:04 smithi138 ceph-mon[117003]: 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-07T08:58:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:06 smithi161 ceph-mon[116604]: 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-07T08:58:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:06 smithi028 ceph-mon[112123]: 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-07T08:58:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:06 smithi138 ceph-mon[117003]: 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-07T08:58:07.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:07.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:07.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:08 smithi161 ceph-mon[116604]: 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-07T08:58:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:08 smithi028 ceph-mon[112123]: 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-07T08:58:08.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:08.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:08.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:08.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:08.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:08 smithi138 ceph-mon[117003]: 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-07T08:58:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:09 smithi161 ceph-mon[116604]: from='client.211485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:09 smithi028 ceph-mon[112123]: from='client.211485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:09 smithi138 ceph-mon[117003]: from='client.211485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:10 smithi161 ceph-mon[116604]: 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-07T08:58:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:10 smithi028 ceph-mon[112123]: 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-07T08:58:10.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:10 smithi138 ceph-mon[117003]: 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-07T08:58:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:12 smithi161 ceph-mon[116604]: 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-07T08:58:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:12 smithi028 ceph-mon[112123]: 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-07T08:58:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:12 smithi138 ceph-mon[117003]: 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-07T08:58:13.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:13.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:13.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:14.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:14.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:14.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:14.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:14.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:14 smithi161 ceph-mon[116604]: 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-07T08:58:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:14 smithi161 ceph-mon[116604]: from='client.211563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:14 smithi028 ceph-mon[112123]: 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-07T08:58:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:14 smithi028 ceph-mon[112123]: from='client.211563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:14 smithi138 ceph-mon[117003]: 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-07T08:58:15.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:14 smithi138 ceph-mon[117003]: from='client.211563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:16 smithi161 ceph-mon[116604]: pgmap v7548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:16 smithi028 ceph-mon[112123]: pgmap v7548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:16 smithi138 ceph-mon[117003]: pgmap v7548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:18 smithi161 ceph-mon[116604]: pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:18 smithi028 ceph-mon[112123]: pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:18 smithi138 ceph-mon[117003]: pgmap v7549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:19.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:19.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:19.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:20.286 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:20.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:20.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:20.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:20.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:21.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:20 smithi161 ceph-mon[116604]: pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:21.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:20 smithi161 ceph-mon[116604]: from='client.211638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:20 smithi028 ceph-mon[112123]: pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:21.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:20 smithi028 ceph-mon[112123]: from='client.211638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:20 smithi138 ceph-mon[117003]: pgmap v7550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:20 smithi138 ceph-mon[117003]: from='client.211638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:22 smithi161 ceph-mon[116604]: pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:22 smithi028 ceph-mon[112123]: pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:22 smithi138 ceph-mon[117003]: pgmap v7551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:24 smithi161 ceph-mon[116604]: pgmap v7552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:24 smithi028 ceph-mon[112123]: pgmap v7552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:25.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:25.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:25.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:24 smithi138 ceph-mon[117003]: pgmap v7552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:26.064 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:26.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:26.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:26.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:26.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:27.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:26 smithi161 ceph-mon[116604]: from='client.211713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:27.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:26 smithi161 ceph-mon[116604]: 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-07T08:58:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:26 smithi028 ceph-mon[112123]: from='client.211713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:27.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:26 smithi028 ceph-mon[112123]: 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-07T08:58:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:26 smithi138 ceph-mon[117003]: from='client.211713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:26 smithi138 ceph-mon[117003]: 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-07T08:58:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:28 smithi161 ceph-mon[116604]: pgmap v7554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:28 smithi028 ceph-mon[112123]: pgmap v7554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:28 smithi138 ceph-mon[117003]: pgmap v7554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:31.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:31.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:31.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:30 smithi161 ceph-mon[116604]: pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:58:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:30 smithi028 ceph-mon[112123]: pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:58:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:30 smithi138 ceph-mon[117003]: pgmap v7555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:58:31.831 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:31.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:31.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:31.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:31.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:32 smithi161 ceph-mon[116604]: from='client.211785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:32 smithi161 ceph-mon[116604]: pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:32 smithi028 ceph-mon[112123]: from='client.211785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:32 smithi028 ceph-mon[112123]: pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:32 smithi138 ceph-mon[117003]: from='client.211785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:32 smithi138 ceph-mon[117003]: pgmap v7556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:34 smithi161 ceph-mon[116604]: pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:34 smithi028 ceph-mon[112123]: pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:34 smithi138 ceph-mon[117003]: pgmap v7557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:36.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:36.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:36.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:36 smithi161 ceph-mon[116604]: pgmap v7558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:58:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:36 smithi028 ceph-mon[112123]: pgmap v7558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:58:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:36 smithi138 ceph-mon[117003]: pgmap v7558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:58:37.601 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:37.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:37.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:37.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:37.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:37 smithi161 ceph-mon[116604]: from='client.211860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:37 smithi028 ceph-mon[112123]: from='client.211860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:37 smithi138 ceph-mon[117003]: from='client.211860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:38 smithi161 ceph-mon[116604]: 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-07T08:58:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:38 smithi028 ceph-mon[112123]: 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-07T08:58:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:38 smithi138 ceph-mon[117003]: 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-07T08:58:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:40 smithi161 ceph-mon[116604]: 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-07T08:58:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:40 smithi028 ceph-mon[112123]: 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-07T08:58:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:40 smithi138 ceph-mon[117003]: 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-07T08:58:42.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:42.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:42.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:42 smithi161 ceph-mon[116604]: 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-07T08:58:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:42 smithi028 ceph-mon[112123]: 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-07T08:58:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:42 smithi138 ceph-mon[117003]: 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-07T08:58:43.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:43.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:43.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:43.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:43.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:43 smithi161 ceph-mon[116604]: from='client.211935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:43 smithi028 ceph-mon[112123]: from='client.211935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:43 smithi138 ceph-mon[117003]: from='client.211935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:44 smithi161 ceph-mon[116604]: 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-07T08:58:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:44 smithi028 ceph-mon[112123]: 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-07T08:58:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:44 smithi138 ceph-mon[117003]: 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-07T08:58:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:46 smithi161 ceph-mon[116604]: 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-07T08:58:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:46 smithi028 ceph-mon[112123]: 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-07T08:58:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:46 smithi138 ceph-mon[117003]: 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-07T08:58:48.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:48.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:48.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:58:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:48 smithi161 ceph-mon[116604]: 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-07T08:58:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:58:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:48 smithi028 ceph-mon[112123]: 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-07T08:58:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:58:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:48 smithi138 ceph-mon[117003]: 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-07T08:58:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:49.167 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:49.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:49.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:49.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:49.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:58:49.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:58:49.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:49.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:49 smithi161 ceph-mon[116604]: from='client.212007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:58:49.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:58:49.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:49.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:49 smithi028 ceph-mon[112123]: from='client.212007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:58:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:58:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:58:49.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:49 smithi138 ceph-mon[117003]: from='client.212007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:50 smithi161 ceph-mon[116604]: 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-07T08:58:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:50 smithi028 ceph-mon[112123]: 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-07T08:58:50.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:50 smithi138 ceph-mon[117003]: 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-07T08:58:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:52 smithi161 ceph-mon[116604]: 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-07T08:58:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:52 smithi028 ceph-mon[112123]: 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-07T08:58:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:52 smithi138 ceph-mon[117003]: 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-07T08:58:54.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:54.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:54.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:58:54.940 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:58:54.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:58:54.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:58:54.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:58:54.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:58:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:54 smithi161 ceph-mon[116604]: 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-07T08:58:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:54 smithi028 ceph-mon[112123]: 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-07T08:58:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:54 smithi138 ceph-mon[117003]: 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-07T08:58:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:55 smithi161 ceph-mon[116604]: from='client.212085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:55 smithi028 ceph-mon[112123]: from='client.212085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:55 smithi138 ceph-mon[117003]: from='client.212085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:58:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:56 smithi161 ceph-mon[116604]: pgmap v7568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:56 smithi028 ceph-mon[112123]: pgmap v7568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:56 smithi138 ceph-mon[117003]: pgmap v7568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:58:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:58:58 smithi161 ceph-mon[116604]: pgmap v7569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:58:58 smithi028 ceph-mon[112123]: pgmap v7569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:58:58 smithi138 ceph-mon[117003]: pgmap v7569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:58:59.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:58:59.942 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:58:59.942 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:00.708 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:00.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:00.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:00.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:00.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:00 smithi161 ceph-mon[116604]: 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-07T08:59:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:00 smithi161 ceph-mon[116604]: from='client.212160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:00 smithi028 ceph-mon[112123]: 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-07T08:59:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:00 smithi028 ceph-mon[112123]: from='client.212160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:00 smithi138 ceph-mon[117003]: 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-07T08:59:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:00 smithi138 ceph-mon[117003]: from='client.212160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:02 smithi161 ceph-mon[116604]: 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-07T08:59:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:02 smithi028 ceph-mon[112123]: 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-07T08:59:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:02 smithi138 ceph-mon[117003]: 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-07T08:59:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:04 smithi161 ceph-mon[116604]: 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-07T08:59:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:04 smithi028 ceph-mon[112123]: 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-07T08:59:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:04 smithi138 ceph-mon[117003]: 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-07T08:59:05.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:05.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:05.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:06.485 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:06.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:06.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:06.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:06.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:06 smithi161 ceph-mon[116604]: 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-07T08:59:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:06 smithi161 ceph-mon[116604]: from='client.212235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:06 smithi028 ceph-mon[112123]: 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-07T08:59:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:06 smithi028 ceph-mon[112123]: from='client.212235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:06 smithi138 ceph-mon[117003]: 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-07T08:59:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:06 smithi138 ceph-mon[117003]: from='client.212235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:08 smithi161 ceph-mon[116604]: pgmap v7574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:08 smithi028 ceph-mon[112123]: pgmap v7574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:08 smithi138 ceph-mon[117003]: pgmap v7574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:10 smithi161 ceph-mon[116604]: pgmap v7575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:59:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:10 smithi028 ceph-mon[112123]: pgmap v7575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:59:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:10 smithi138 ceph-mon[117003]: pgmap v7575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:59:11.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:11.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:11.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:12.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:12.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:12.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:12.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:12.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:12 smithi161 ceph-mon[116604]: 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-07T08:59:13.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:12 smithi161 ceph-mon[116604]: from='client.212310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:12 smithi028 ceph-mon[112123]: 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-07T08:59:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:12 smithi028 ceph-mon[112123]: from='client.212310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:12 smithi138 ceph-mon[117003]: 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-07T08:59:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:12 smithi138 ceph-mon[117003]: from='client.212310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:14 smithi161 ceph-mon[116604]: 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-07T08:59:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:14 smithi028 ceph-mon[112123]: 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-07T08:59:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:14 smithi138 ceph-mon[117003]: 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-07T08:59:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:16 smithi161 ceph-mon[116604]: 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-07T08:59:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:16 smithi028 ceph-mon[112123]: 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-07T08:59:17.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:17.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:17.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:16 smithi138 ceph-mon[117003]: 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-07T08:59:18.022 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:18.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:18.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:18.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:18.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:18 smithi161 ceph-mon[116604]: from='client.212385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:18.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:18 smithi161 ceph-mon[116604]: 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-07T08:59:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:18 smithi028 ceph-mon[112123]: from='client.212385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:18.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:18 smithi028 ceph-mon[112123]: 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-07T08:59:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:18 smithi138 ceph-mon[117003]: from='client.212385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:18 smithi138 ceph-mon[117003]: 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-07T08:59:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:20 smithi161 ceph-mon[116604]: 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-07T08:59:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:20 smithi028 ceph-mon[112123]: 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-07T08:59:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:20 smithi138 ceph-mon[117003]: 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-07T08:59:23.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:23.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:23.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:22 smithi161 ceph-mon[116604]: 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-07T08:59:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:22 smithi028 ceph-mon[112123]: 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-07T08:59:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:22 smithi138 ceph-mon[117003]: 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-07T08:59:23.798 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:23.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:23.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:23.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:23.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:24 smithi161 ceph-mon[116604]: from='client.212457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:25.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:24 smithi161 ceph-mon[116604]: 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-07T08:59:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:24 smithi028 ceph-mon[112123]: from='client.212457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:24 smithi028 ceph-mon[112123]: 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-07T08:59:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:24 smithi138 ceph-mon[117003]: from='client.212457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:24 smithi138 ceph-mon[117003]: 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-07T08:59:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:26 smithi161 ceph-mon[116604]: 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-07T08:59:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:26 smithi028 ceph-mon[112123]: 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-07T08:59:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:26 smithi138 ceph-mon[117003]: 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-07T08:59:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:28 smithi161 ceph-mon[116604]: 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-07T08:59:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:28 smithi028 ceph-mon[112123]: 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-07T08:59:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:28 smithi138 ceph-mon[117003]: 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-07T08:59:28.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:28.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:28.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:29.584 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:29.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:29.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:29.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:29.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:29 smithi161 ceph-mon[116604]: from='client.212535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:29 smithi028 ceph-mon[112123]: from='client.212535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:29 smithi138 ceph-mon[117003]: from='client.212535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:30 smithi161 ceph-mon[116604]: pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:30 smithi028 ceph-mon[112123]: pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:30 smithi138 ceph-mon[117003]: pgmap v7585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:32 smithi161 ceph-mon[116604]: pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:59:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:32 smithi028 ceph-mon[112123]: pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:59:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:32 smithi138 ceph-mon[117003]: pgmap v7586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:59:34.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:34.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:34.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:34 smithi161 ceph-mon[116604]: pgmap v7587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:59:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:34 smithi028 ceph-mon[112123]: pgmap v7587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:59:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:34 smithi138 ceph-mon[117003]: pgmap v7587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:59:35.353 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:35.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:35.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:35.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:35.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:35 smithi161 ceph-mon[116604]: from='client.212613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:35 smithi028 ceph-mon[112123]: from='client.212613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:35 smithi138 ceph-mon[117003]: from='client.212613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:36 smithi161 ceph-mon[116604]: pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:36 smithi028 ceph-mon[112123]: pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:36 smithi138 ceph-mon[117003]: pgmap v7588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:38 smithi161 ceph-mon[116604]: pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:59:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:38 smithi028 ceph-mon[112123]: pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:59:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:38 smithi138 ceph-mon[117003]: pgmap v7589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T08:59:40.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:40.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:40.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:41.130 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:41.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:41.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:41.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:41.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:40 smithi161 ceph-mon[116604]: 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-07T08:59:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:40 smithi028 ceph-mon[112123]: 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-07T08:59:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:40 smithi138 ceph-mon[117003]: 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-07T08:59:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:41 smithi161 ceph-mon[116604]: from='client.212691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:41 smithi028 ceph-mon[112123]: from='client.212691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:41 smithi138 ceph-mon[117003]: from='client.212691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:43.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:42 smithi161 ceph-mon[116604]: pgmap v7591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:42 smithi028 ceph-mon[112123]: pgmap v7591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:42 smithi138 ceph-mon[117003]: pgmap v7591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:44 smithi161 ceph-mon[116604]: pgmap v7592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:44 smithi028 ceph-mon[112123]: pgmap v7592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:44 smithi138 ceph-mon[117003]: pgmap v7592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:46.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:46.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:46.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:46.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:46.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:46.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:46.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:46.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:46 smithi161 ceph-mon[116604]: pgmap v7593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:59:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:46 smithi028 ceph-mon[112123]: pgmap v7593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:59:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:46 smithi138 ceph-mon[117003]: pgmap v7593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:59:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:47 smithi161 ceph-mon[116604]: from='client.212769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:47 smithi028 ceph-mon[112123]: from='client.212769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:47 smithi138 ceph-mon[117003]: from='client.212769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:48 smithi161 ceph-mon[116604]: pgmap v7594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:59:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:48 smithi028 ceph-mon[112123]: pgmap v7594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:59:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:48 smithi138 ceph-mon[117003]: pgmap v7594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T08:59:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T08:59:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:59:50.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:59:50.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:59:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:59:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:59:50.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:59:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T08:59:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T08:59:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T08:59:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:51 smithi138 ceph-mon[117003]: pgmap v7595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:59:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:51 smithi161 ceph-mon[116604]: pgmap v7595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:59:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:51 smithi028 ceph-mon[112123]: pgmap v7595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T08:59:51.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:51.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:51.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:52.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:52.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:52.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:52.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:52.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:53 smithi138 ceph-mon[117003]: 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-07T08:59:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:53 smithi138 ceph-mon[117003]: from='client.212844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:53 smithi161 ceph-mon[116604]: 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-07T08:59:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:53 smithi161 ceph-mon[116604]: from='client.212844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:53 smithi028 ceph-mon[112123]: 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-07T08:59:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:53 smithi028 ceph-mon[112123]: from='client.212844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:55 smithi138 ceph-mon[117003]: 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-07T08:59:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:55 smithi161 ceph-mon[116604]: 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-07T08:59:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:55 smithi028 ceph-mon[112123]: 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-07T08:59:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:57 smithi138 ceph-mon[117003]: 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-07T08:59:57.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T08:59:57.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T08:59:57.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T08:59:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:57 smithi161 ceph-mon[116604]: 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-07T08:59:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:57 smithi028 ceph-mon[112123]: 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-07T08:59:58.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T08:59:58.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T08:59:58.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T08:59:58.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T08:59:58.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T08:59:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:58 smithi161 ceph-mon[116604]: 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-07T08:59:58.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 08:59:58 smithi161 ceph-mon[116604]: from='client.212919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:58 smithi028 ceph-mon[112123]: 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-07T08:59:58.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 08:59:58 smithi028 ceph-mon[112123]: from='client.212919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T08:59:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:58 smithi138 ceph-mon[117003]: 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-07T08:59:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 08:59:58 smithi138 ceph-mon[117003]: from='client.212919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:00 smithi161 ceph-mon[116604]: 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-07T09:00:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T09:00:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:00 smithi028 ceph-mon[112123]: 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-07T09:00:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T09:00:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:00 smithi138 ceph-mon[117003]: 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-07T09:00:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T09:00:03.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:02 smithi161 ceph-mon[116604]: 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-07T09:00:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:02 smithi028 ceph-mon[112123]: 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-07T09:00:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:02 smithi138 ceph-mon[117003]: 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-07T09:00:03.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:03.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:03.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:04.233 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:04.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:04.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:04.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:04.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:04 smithi161 ceph-mon[116604]: from='client.212997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:04 smithi161 ceph-mon[116604]: 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-07T09:00:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:04 smithi028 ceph-mon[112123]: from='client.212997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:04 smithi028 ceph-mon[112123]: 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-07T09:00:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:04 smithi138 ceph-mon[117003]: from='client.212997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:04 smithi138 ceph-mon[117003]: 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-07T09:00:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:06 smithi161 ceph-mon[116604]: pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:00:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:06 smithi028 ceph-mon[112123]: pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:00:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:06 smithi138 ceph-mon[117003]: pgmap v7603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:00:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:08 smithi161 ceph-mon[116604]: pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:00:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:08 smithi028 ceph-mon[112123]: pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:00:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:08 smithi138 ceph-mon[117003]: pgmap v7604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:00:09.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:09.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:09.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:10.009 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:10.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:10.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:10.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:10.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:10 smithi161 ceph-mon[116604]: from='client.213072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:11.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:10 smithi161 ceph-mon[116604]: pgmap v7605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:10 smithi028 ceph-mon[112123]: from='client.213072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:11.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:10 smithi028 ceph-mon[112123]: pgmap v7605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:10 smithi138 ceph-mon[117003]: from='client.213072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:10 smithi138 ceph-mon[117003]: pgmap v7605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:12 smithi161 ceph-mon[116604]: pgmap v7606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:12 smithi028 ceph-mon[112123]: pgmap v7606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:12 smithi138 ceph-mon[117003]: pgmap v7606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:15.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:15.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:15.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:14 smithi161 ceph-mon[116604]: pgmap v7607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:14 smithi028 ceph-mon[112123]: pgmap v7607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:14 smithi138 ceph-mon[117003]: pgmap v7607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:15.791 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:15.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:15.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:15.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:15.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:16 smithi161 ceph-mon[116604]: from='client.213144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:17.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:16 smithi161 ceph-mon[116604]: pgmap v7608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:16 smithi028 ceph-mon[112123]: from='client.213144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:17.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:16 smithi028 ceph-mon[112123]: pgmap v7608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:16 smithi138 ceph-mon[117003]: from='client.213144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:16 smithi138 ceph-mon[117003]: pgmap v7608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:18 smithi161 ceph-mon[116604]: pgmap v7609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:00:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:18 smithi028 ceph-mon[112123]: pgmap v7609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:00:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:18 smithi138 ceph-mon[117003]: pgmap v7609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:00:20.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:20.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:20.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:20 smithi161 ceph-mon[116604]: pgmap v7610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:00:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:20 smithi028 ceph-mon[112123]: pgmap v7610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:00:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:20 smithi138 ceph-mon[117003]: pgmap v7610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:00:21.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:21.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:21.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:21.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:21.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:21 smithi161 ceph-mon[116604]: from='client.213219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:21 smithi028 ceph-mon[112123]: from='client.213219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:21 smithi138 ceph-mon[117003]: from='client.213219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:22 smithi161 ceph-mon[116604]: pgmap v7611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:22 smithi028 ceph-mon[112123]: pgmap v7611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:22 smithi138 ceph-mon[117003]: pgmap v7611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:25.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:24 smithi161 ceph-mon[116604]: pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:24 smithi028 ceph-mon[112123]: pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:24 smithi138 ceph-mon[117003]: pgmap v7612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:26.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:26.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:26.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:26 smithi161 ceph-mon[116604]: pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:00:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:26 smithi028 ceph-mon[112123]: pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:00:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:26 smithi138 ceph-mon[117003]: pgmap v7613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:00:27.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:27.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:27.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:27.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:27.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:27 smithi161 ceph-mon[116604]: from='client.213297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:27 smithi028 ceph-mon[112123]: from='client.213297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:27 smithi138 ceph-mon[117003]: from='client.213297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:28 smithi161 ceph-mon[116604]: pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:28 smithi028 ceph-mon[112123]: pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:28 smithi138 ceph-mon[117003]: pgmap v7614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:30 smithi161 ceph-mon[116604]: pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:00:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:30 smithi028 ceph-mon[112123]: pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:00:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:30 smithi138 ceph-mon[117003]: pgmap v7615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:00:32.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:32.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:32.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:33.105 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:33.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:33.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:33.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:33.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:32 smithi161 ceph-mon[116604]: 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-07T09:00:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:32 smithi028 ceph-mon[112123]: 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-07T09:00:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:32 smithi138 ceph-mon[117003]: 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-07T09:00:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:33 smithi028 ceph-mon[112123]: from='client.213369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:33 smithi138 ceph-mon[117003]: from='client.213369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:33 smithi161 ceph-mon[116604]: from='client.213369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:34 smithi028 ceph-mon[112123]: 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-07T09:00:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:34 smithi138 ceph-mon[117003]: 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-07T09:00:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:34 smithi161 ceph-mon[116604]: 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-07T09:00:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:36 smithi028 ceph-mon[112123]: 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-07T09:00:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:36 smithi138 ceph-mon[117003]: 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-07T09:00:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:36 smithi161 ceph-mon[116604]: 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-07T09:00:38.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:38.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:38.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:38 smithi161 ceph-mon[116604]: 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-07T09:00:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:38 smithi028 ceph-mon[112123]: 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-07T09:00:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:38 smithi138 ceph-mon[117003]: 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-07T09:00:38.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:38.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:38.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:38.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:38.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:39 smithi161 ceph-mon[116604]: from='client.213447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:39 smithi028 ceph-mon[112123]: from='client.213447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:39 smithi138 ceph-mon[117003]: from='client.213447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:40 smithi161 ceph-mon[116604]: 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-07T09:00:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:40 smithi028 ceph-mon[112123]: 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-07T09:00:40.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:40 smithi138 ceph-mon[117003]: 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-07T09:00:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:42 smithi161 ceph-mon[116604]: 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-07T09:00:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:42 smithi028 ceph-mon[112123]: 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-07T09:00:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:42 smithi138 ceph-mon[117003]: 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-07T09:00:43.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:43.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:43.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:44.655 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:44.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:44.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:44.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:44.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:44 smithi161 ceph-mon[116604]: 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-07T09:00:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:44 smithi161 ceph-mon[116604]: from='client.213525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:44 smithi028 ceph-mon[112123]: 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-07T09:00:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:44 smithi028 ceph-mon[112123]: from='client.213525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:44 smithi138 ceph-mon[117003]: 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-07T09:00:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:44 smithi138 ceph-mon[117003]: from='client.213525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:46 smithi161 ceph-mon[116604]: pgmap v7623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:46 smithi028 ceph-mon[112123]: pgmap v7623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:46 smithi138 ceph-mon[117003]: pgmap v7623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:48 smithi161 ceph-mon[116604]: pgmap v7624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:48 smithi028 ceph-mon[112123]: pgmap v7624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:48 smithi138 ceph-mon[117003]: pgmap v7624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:49.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:49.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:49.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:00:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:00:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:00:50.484 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:50.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:50.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:50.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:50.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: pgmap v7625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='client.213597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:00:51.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:00:51.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:00:51.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: pgmap v7625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='client.213597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:00:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: pgmap v7625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='client.213597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:00:51.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:51.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:00:51.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:00:51.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:00:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:52 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16752M 2023-12-07T09:00:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:52 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16752M 2023-12-07T09:00:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:52 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16752M 2023-12-07T09:00:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:53 smithi138 ceph-mon[117003]: pgmap v7626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:53 smithi161 ceph-mon[116604]: pgmap v7626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:53 smithi028 ceph-mon[112123]: pgmap v7626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:55.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:00:55.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:00:55.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:00:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:55 smithi138 ceph-mon[117003]: pgmap v7627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:55 smithi161 ceph-mon[116604]: pgmap v7627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:55 smithi028 ceph-mon[112123]: pgmap v7627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:00:56.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:00:56.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:00:56.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:00:56.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:00:56.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:00:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:57 smithi138 ceph-mon[117003]: from='client.213672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:57 smithi138 ceph-mon[117003]: pgmap v7628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:57 smithi161 ceph-mon[116604]: from='client.213672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:57 smithi161 ceph-mon[116604]: pgmap v7628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:57 smithi028 ceph-mon[112123]: from='client.213672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:00:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:57 smithi028 ceph-mon[112123]: pgmap v7628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:00:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:00:58 smithi161 ceph-mon[116604]: 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-07T09:00:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:00:58 smithi028 ceph-mon[112123]: 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-07T09:00:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:00:58 smithi138 ceph-mon[117003]: 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-07T09:01:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:00 smithi161 ceph-mon[116604]: pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:00 smithi028 ceph-mon[112123]: pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:01.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:01.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:01.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:00 smithi138 ceph-mon[117003]: pgmap v7630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:02.039 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:02.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:02.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:02.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:02.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:03.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:02 smithi161 ceph-mon[116604]: from='client.213747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:03.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:02 smithi161 ceph-mon[116604]: pgmap v7631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:02 smithi028 ceph-mon[112123]: from='client.213747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:02 smithi028 ceph-mon[112123]: pgmap v7631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:02 smithi138 ceph-mon[117003]: from='client.213747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:02 smithi138 ceph-mon[117003]: pgmap v7631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:04 smithi028 ceph-mon[112123]: pgmap v7632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:04 smithi138 ceph-mon[117003]: pgmap v7632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:04 smithi161 ceph-mon[116604]: pgmap v7632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:07.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:07.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:07.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:06 smithi028 ceph-mon[112123]: pgmap v7633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:06 smithi138 ceph-mon[117003]: pgmap v7633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:06 smithi161 ceph-mon[116604]: pgmap v7633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:07.803 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:07.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:07.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:07.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:07.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:08.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:08 smithi161 ceph-mon[116604]: from='client.213822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:08.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:08 smithi161 ceph-mon[116604]: pgmap v7634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:08 smithi028 ceph-mon[112123]: from='client.213822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:08.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:08 smithi028 ceph-mon[112123]: pgmap v7634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:08 smithi138 ceph-mon[117003]: from='client.213822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:08 smithi138 ceph-mon[117003]: pgmap v7634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:10 smithi161 ceph-mon[116604]: pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:10 smithi028 ceph-mon[112123]: pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:10 smithi138 ceph-mon[117003]: pgmap v7635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:12.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:12.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:12.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:12 smithi161 ceph-mon[116604]: 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-07T09:01:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:12 smithi028 ceph-mon[112123]: 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-07T09:01:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:12 smithi138 ceph-mon[117003]: 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-07T09:01:13.570 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:13.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:13.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:13.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:13.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:13 smithi028 ceph-mon[112123]: from='client.213900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:13 smithi138 ceph-mon[117003]: from='client.213900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:13 smithi161 ceph-mon[116604]: from='client.213900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:14 smithi028 ceph-mon[112123]: 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-07T09:01:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:14 smithi138 ceph-mon[117003]: 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-07T09:01:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:14 smithi161 ceph-mon[116604]: 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-07T09:01:17.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:16 smithi028 ceph-mon[112123]: 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-07T09:01:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:16 smithi138 ceph-mon[117003]: 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-07T09:01:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:16 smithi161 ceph-mon[116604]: 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-07T09:01:18.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:18.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:18.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:18 smithi161 ceph-mon[116604]: 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-07T09:01:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:18 smithi028 ceph-mon[112123]: 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-07T09:01:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:18 smithi138 ceph-mon[117003]: 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-07T09:01:19.355 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:19.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:19.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:19.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:19.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:19 smithi161 ceph-mon[116604]: from='client.213975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:19 smithi028 ceph-mon[112123]: from='client.213975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:19 smithi138 ceph-mon[117003]: from='client.213975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:20 smithi161 ceph-mon[116604]: pgmap v7640: 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-07T09:01:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:20 smithi028 ceph-mon[112123]: pgmap v7640: 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-07T09:01:20.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:20 smithi138 ceph-mon[117003]: pgmap v7640: 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-07T09:01:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:22 smithi161 ceph-mon[116604]: pgmap v7641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:22 smithi028 ceph-mon[112123]: pgmap v7641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:22 smithi138 ceph-mon[117003]: pgmap v7641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:24.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:24.357 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:24.357 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:25.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:25.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:25.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:25.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:25.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:24 smithi028 ceph-mon[112123]: pgmap v7642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:24 smithi138 ceph-mon[117003]: pgmap v7642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:24 smithi161 ceph-mon[116604]: pgmap v7642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:25 smithi028 ceph-mon[112123]: from='client.214050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:25 smithi138 ceph-mon[117003]: from='client.214050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:25 smithi161 ceph-mon[116604]: from='client.214050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:26 smithi028 ceph-mon[112123]: pgmap v7643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:26 smithi138 ceph-mon[117003]: pgmap v7643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:26 smithi161 ceph-mon[116604]: pgmap v7643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:28 smithi161 ceph-mon[116604]: pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:01:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:28 smithi028 ceph-mon[112123]: pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:01:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:28 smithi138 ceph-mon[117003]: pgmap v7644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:01:30.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:30.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:30.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:30.909 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:30.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:30.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:30.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:30.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:30 smithi028 ceph-mon[112123]: pgmap v7645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:30 smithi138 ceph-mon[117003]: pgmap v7645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:30 smithi161 ceph-mon[116604]: pgmap v7645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:31 smithi028 ceph-mon[112123]: from='client.214128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:31 smithi138 ceph-mon[117003]: from='client.214128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:31 smithi161 ceph-mon[116604]: from='client.214128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:32 smithi028 ceph-mon[112123]: pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:32 smithi138 ceph-mon[117003]: pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:32 smithi161 ceph-mon[116604]: pgmap v7646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:34 smithi028 ceph-mon[112123]: pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:34 smithi138 ceph-mon[117003]: pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:34 smithi161 ceph-mon[116604]: pgmap v7647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:01:35.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:35.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:35.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:36.726 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:36.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:36.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:36.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:36.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:36 smithi028 ceph-mon[112123]: pgmap v7648: 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-07T09:01:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:36 smithi028 ceph-mon[112123]: from='client.214200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:36 smithi138 ceph-mon[117003]: pgmap v7648: 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-07T09:01:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:36 smithi138 ceph-mon[117003]: from='client.214200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:36 smithi161 ceph-mon[116604]: pgmap v7648: 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-07T09:01:37.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:36 smithi161 ceph-mon[116604]: from='client.214200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:38 smithi161 ceph-mon[116604]: pgmap v7649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:38 smithi028 ceph-mon[112123]: pgmap v7649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:38 smithi138 ceph-mon[117003]: pgmap v7649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:40 smithi028 ceph-mon[112123]: pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:40 smithi138 ceph-mon[117003]: pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:40 smithi161 ceph-mon[116604]: pgmap v7650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:41.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:41.728 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:41.728 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:42.497 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:42.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:42.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:42.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:42.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:42 smithi028 ceph-mon[112123]: pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:43.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:42 smithi028 ceph-mon[112123]: from='client.214275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:42 smithi138 ceph-mon[117003]: pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:42 smithi138 ceph-mon[117003]: from='client.214275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:42 smithi161 ceph-mon[116604]: pgmap v7651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:42 smithi161 ceph-mon[116604]: from='client.214275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:44 smithi028 ceph-mon[112123]: pgmap v7652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:44 smithi138 ceph-mon[117003]: pgmap v7652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:44 smithi161 ceph-mon[116604]: pgmap v7652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:46 smithi028 ceph-mon[112123]: pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:46 smithi138 ceph-mon[117003]: pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:46 smithi161 ceph-mon[116604]: pgmap v7653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:47.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:47.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:47.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:48.286 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:48.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:48.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:48.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:48.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:48 smithi161 ceph-mon[116604]: from='client.214353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:48 smithi161 ceph-mon[116604]: pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:48 smithi028 ceph-mon[112123]: from='client.214353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:48 smithi028 ceph-mon[112123]: pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:48 smithi138 ceph-mon[117003]: from='client.214353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:48 smithi138 ceph-mon[117003]: pgmap v7654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:01:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:50 smithi028 ceph-mon[112123]: pgmap v7655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:50 smithi138 ceph-mon[117003]: pgmap v7655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:50 smithi161 ceph-mon[116604]: pgmap v7655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:01:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:01:52.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:01:52.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:01:52.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:01:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:01:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:01:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:01:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:01:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:01:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:01:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:01:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:01:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:52 smithi028 ceph-mon[112123]: 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-07T09:01:53.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:53.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:53.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:52 smithi138 ceph-mon[117003]: 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-07T09:01:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:52 smithi161 ceph-mon[116604]: 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-07T09:01:54.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:54.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:54.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:54.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:01:54.060 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:54 smithi028 ceph-mon[112123]: from='client.214428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:55.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:54 smithi028 ceph-mon[112123]: 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-07T09:01:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:54 smithi138 ceph-mon[117003]: from='client.214428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:54 smithi138 ceph-mon[117003]: 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-07T09:01:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:54 smithi161 ceph-mon[116604]: from='client.214428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:01:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:54 smithi161 ceph-mon[116604]: 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-07T09:01:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:56 smithi028 ceph-mon[112123]: 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-07T09:01:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:56 smithi138 ceph-mon[117003]: 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-07T09:01:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:56 smithi161 ceph-mon[116604]: 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-07T09:01:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:01:58 smithi161 ceph-mon[116604]: 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-07T09:01:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:01:58 smithi028 ceph-mon[112123]: 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-07T09:01:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:01:58 smithi138 ceph-mon[117003]: 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-07T09:01:59.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:01:59.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:01:59.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:01:59.833 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:01:59.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:01:59.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:01:59.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:01:59.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:00 smithi028 ceph-mon[112123]: from='client.214503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:01.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:00 smithi028 ceph-mon[112123]: pgmap v7660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:00 smithi138 ceph-mon[117003]: from='client.214503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:00 smithi138 ceph-mon[117003]: pgmap v7660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:00 smithi161 ceph-mon[116604]: from='client.214503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:00 smithi161 ceph-mon[116604]: pgmap v7660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:02 smithi028 ceph-mon[112123]: pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:02 smithi138 ceph-mon[117003]: pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:02 smithi161 ceph-mon[116604]: pgmap v7661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:04.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:04.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:04.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:04 smithi028 ceph-mon[112123]: pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:04 smithi138 ceph-mon[117003]: pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:04 smithi161 ceph-mon[116604]: pgmap v7662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:05.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:05.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:05.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:05.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:05.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:06.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:05 smithi028 ceph-mon[112123]: from='client.214581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:05 smithi138 ceph-mon[117003]: from='client.214581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:05 smithi161 ceph-mon[116604]: from='client.214581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:06 smithi028 ceph-mon[112123]: pgmap v7663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:06 smithi138 ceph-mon[117003]: pgmap v7663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:06 smithi161 ceph-mon[116604]: pgmap v7663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:08 smithi161 ceph-mon[116604]: pgmap v7664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:08 smithi028 ceph-mon[112123]: pgmap v7664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:08 smithi138 ceph-mon[117003]: pgmap v7664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:10.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:10.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:10.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:10 smithi028 ceph-mon[112123]: pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:10 smithi138 ceph-mon[117003]: pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:11.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:11.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:11.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:11.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:11.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:10 smithi161 ceph-mon[116604]: pgmap v7665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:12.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:11 smithi028 ceph-mon[112123]: from='client.214656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:11 smithi138 ceph-mon[117003]: from='client.214656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:11 smithi161 ceph-mon[116604]: from='client.214656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:12 smithi028 ceph-mon[112123]: 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-07T09:02:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:12 smithi138 ceph-mon[117003]: 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-07T09:02:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:12 smithi161 ceph-mon[116604]: 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-07T09:02:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:14 smithi028 ceph-mon[112123]: 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-07T09:02:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:14 smithi138 ceph-mon[117003]: 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-07T09:02:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:14 smithi161 ceph-mon[116604]: 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-07T09:02:16.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:16.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:16.378 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:17.157 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:17.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:17.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:17.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:17.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:16 smithi028 ceph-mon[112123]: pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:16 smithi138 ceph-mon[117003]: pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:16 smithi161 ceph-mon[116604]: pgmap v7668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:17 smithi028 ceph-mon[112123]: from='client.214734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:17 smithi138 ceph-mon[117003]: from='client.214734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:17 smithi161 ceph-mon[116604]: from='client.214734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:18 smithi028 ceph-mon[112123]: pgmap v7669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:18 smithi138 ceph-mon[117003]: pgmap v7669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:18 smithi161 ceph-mon[116604]: pgmap v7669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:20 smithi138 ceph-mon[117003]: pgmap v7670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:20 smithi161 ceph-mon[116604]: pgmap v7670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:20 smithi028 ceph-mon[112123]: pgmap v7670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:22.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:22.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:22.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:22.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:22.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:22.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:22.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:22.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:22 smithi138 ceph-mon[117003]: pgmap v7671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:22 smithi161 ceph-mon[116604]: pgmap v7671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:22 smithi028 ceph-mon[112123]: pgmap v7671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:23 smithi138 ceph-mon[117003]: from='client.214803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:23 smithi161 ceph-mon[116604]: from='client.214803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:23 smithi028 ceph-mon[112123]: from='client.214803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:24 smithi138 ceph-mon[117003]: pgmap v7672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:24 smithi161 ceph-mon[116604]: pgmap v7672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:24 smithi028 ceph-mon[112123]: pgmap v7672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:26 smithi138 ceph-mon[117003]: pgmap v7673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:26 smithi161 ceph-mon[116604]: pgmap v7673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:26 smithi028 ceph-mon[112123]: pgmap v7673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:27.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:27.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:27.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:28.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:28 smithi161 ceph-mon[116604]: pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:28.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:28 smithi161 ceph-mon[116604]: from='client.214881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:28.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:28.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:28.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:28.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:28.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:28 smithi028 ceph-mon[112123]: pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:28 smithi028 ceph-mon[112123]: from='client.214881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:28 smithi138 ceph-mon[117003]: pgmap v7674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:28 smithi138 ceph-mon[117003]: from='client.214881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:30 smithi028 ceph-mon[112123]: pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:30 smithi138 ceph-mon[117003]: pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:31.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:30 smithi161 ceph-mon[116604]: pgmap v7675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:32 smithi028 ceph-mon[112123]: 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-07T09:02:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:32 smithi138 ceph-mon[117003]: 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-07T09:02:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:32 smithi161 ceph-mon[116604]: 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-07T09:02:33.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:33.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:33.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:34.500 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:34.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:34.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:34.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:34.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:34 smithi028 ceph-mon[112123]: 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-07T09:02:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:34 smithi028 ceph-mon[112123]: from='client.214959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:34 smithi138 ceph-mon[117003]: 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-07T09:02:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:34 smithi138 ceph-mon[117003]: from='client.214959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:34 smithi161 ceph-mon[116604]: 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-07T09:02:35.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:34 smithi161 ceph-mon[116604]: from='client.214959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:36 smithi028 ceph-mon[112123]: pgmap v7678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:36 smithi138 ceph-mon[117003]: pgmap v7678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:36 smithi161 ceph-mon[116604]: pgmap v7678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:38 smithi161 ceph-mon[116604]: pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:38 smithi028 ceph-mon[112123]: pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:38 smithi138 ceph-mon[117003]: pgmap v7679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:39.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:39.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:39.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:40.281 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:40.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:40.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:40.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:40.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:40 smithi028 ceph-mon[112123]: from='client.215034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:40 smithi028 ceph-mon[112123]: pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:40 smithi138 ceph-mon[117003]: from='client.215034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:40 smithi138 ceph-mon[117003]: pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:40 smithi161 ceph-mon[116604]: from='client.215034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:40 smithi161 ceph-mon[116604]: pgmap v7680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:42 smithi028 ceph-mon[112123]: pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:42 smithi138 ceph-mon[117003]: pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:42 smithi161 ceph-mon[116604]: pgmap v7681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:44 smithi028 ceph-mon[112123]: pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:45.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:45.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:45.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:44 smithi138 ceph-mon[117003]: pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:44 smithi161 ceph-mon[116604]: pgmap v7682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:02:46.071 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:46.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:46.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:46.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:46.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:46 smithi028 ceph-mon[112123]: from='client.215109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:46 smithi028 ceph-mon[112123]: pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:46 smithi138 ceph-mon[117003]: from='client.215109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:46 smithi138 ceph-mon[117003]: pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:46 smithi161 ceph-mon[116604]: from='client.215109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:47.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:46 smithi161 ceph-mon[116604]: pgmap v7683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:48 smithi161 ceph-mon[116604]: 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-07T09:02:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:48 smithi028 ceph-mon[112123]: 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-07T09:02:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:48 smithi138 ceph-mon[117003]: 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-07T09:02:51.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:51.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:51.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:50 smithi028 ceph-mon[112123]: 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-07T09:02:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:50 smithi138 ceph-mon[117003]: 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-07T09:02:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:50 smithi161 ceph-mon[116604]: 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-07T09:02:51.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:51.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:51.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:51.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:51.854 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:02:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:02:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:02:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:52 smithi028 ceph-mon[112123]: from='client.215187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:52 smithi028 ceph-mon[112123]: 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-07T09:02:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:02:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:02:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:02:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:52 smithi138 ceph-mon[117003]: from='client.215187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:52 smithi138 ceph-mon[117003]: 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-07T09:02:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:02:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:02:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:02:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:52 smithi161 ceph-mon[116604]: from='client.215187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:52 smithi161 ceph-mon[116604]: 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-07T09:02:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:02:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:02:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:02:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:54 smithi138 ceph-mon[117003]: 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-07T09:02:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:54 smithi161 ceph-mon[116604]: 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-07T09:02:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:54 smithi028 ceph-mon[112123]: 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-07T09:02:56.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:02:56.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:02:56.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:02:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:56 smithi138 ceph-mon[117003]: pgmap v7688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:56 smithi161 ceph-mon[116604]: pgmap v7688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:56 smithi028 ceph-mon[112123]: pgmap v7688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:02:57.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:02:57.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:02:57.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:02:57.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:02:57.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:02:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:57 smithi138 ceph-mon[117003]: from='client.215262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:57 smithi161 ceph-mon[116604]: from='client.215262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:57 smithi028 ceph-mon[112123]: from='client.215262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:02:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:02:58 smithi138 ceph-mon[117003]: pgmap v7689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:02:58 smithi161 ceph-mon[116604]: pgmap v7689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:02:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:02:58 smithi028 ceph-mon[112123]: pgmap v7689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:00 smithi138 ceph-mon[117003]: pgmap v7690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:00 smithi161 ceph-mon[116604]: pgmap v7690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:00 smithi028 ceph-mon[112123]: pgmap v7690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:02.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:02.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:02.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:02 smithi138 ceph-mon[117003]: pgmap v7691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:03.428 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:03.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:03.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:03.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:03.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:02 smithi161 ceph-mon[116604]: pgmap v7691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:02 smithi028 ceph-mon[112123]: pgmap v7691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:03 smithi138 ceph-mon[117003]: from='client.215340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:03 smithi161 ceph-mon[116604]: from='client.215340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:03 smithi028 ceph-mon[112123]: from='client.215340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:04 smithi138 ceph-mon[117003]: pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:04 smithi161 ceph-mon[116604]: pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:04 smithi028 ceph-mon[112123]: pgmap v7692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:06 smithi138 ceph-mon[117003]: pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:06 smithi161 ceph-mon[116604]: pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:06 smithi028 ceph-mon[112123]: pgmap v7693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:08.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:08.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:08.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:08 smithi161 ceph-mon[116604]: 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-07T09:03:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:08 smithi028 ceph-mon[112123]: 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-07T09:03:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:08 smithi138 ceph-mon[117003]: 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-07T09:03:09.220 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:09.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:09.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:09.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:09.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:09 smithi161 ceph-mon[116604]: from='client.215415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:09 smithi028 ceph-mon[112123]: from='client.215415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:09 smithi138 ceph-mon[117003]: from='client.215415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:10.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:10 smithi161 ceph-mon[116604]: pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:03:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:10 smithi028 ceph-mon[112123]: pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:03:10.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:10 smithi138 ceph-mon[117003]: pgmap v7695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:03:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:12 smithi028 ceph-mon[112123]: pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:03:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:12 smithi138 ceph-mon[117003]: pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:03:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:12 smithi161 ceph-mon[116604]: pgmap v7696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:03:14.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:14.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:14.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:14.993 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:14.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:14.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:14.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:14.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:14 smithi138 ceph-mon[117003]: pgmap v7697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:03:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:14 smithi161 ceph-mon[116604]: pgmap v7697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:03:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:14 smithi028 ceph-mon[112123]: pgmap v7697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:03:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:15 smithi138 ceph-mon[117003]: from='client.215490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:15 smithi161 ceph-mon[116604]: from='client.215490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:15 smithi028 ceph-mon[112123]: from='client.215490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:16 smithi138 ceph-mon[117003]: pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:16 smithi161 ceph-mon[116604]: pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:16 smithi028 ceph-mon[112123]: pgmap v7698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:18.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:18 smithi161 ceph-mon[116604]: pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:18 smithi028 ceph-mon[112123]: pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:18 smithi138 ceph-mon[117003]: pgmap v7699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:19.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:19.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:19.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:20.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:20.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:20.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:20.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:20.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:20 smithi138 ceph-mon[117003]: pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:20 smithi138 ceph-mon[117003]: from='client.215568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:20 smithi161 ceph-mon[116604]: pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:20 smithi161 ceph-mon[116604]: from='client.215568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:20 smithi028 ceph-mon[112123]: pgmap v7700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:20 smithi028 ceph-mon[112123]: from='client.215568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:22 smithi138 ceph-mon[117003]: pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:03:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:22 smithi161 ceph-mon[116604]: pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:03:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:22 smithi028 ceph-mon[112123]: pgmap v7701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:03:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:24 smithi138 ceph-mon[117003]: pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:03:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:24 smithi161 ceph-mon[116604]: pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:03:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:24 smithi028 ceph-mon[112123]: pgmap v7702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:03:25.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:25.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:25.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:26.541 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:26.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:26.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:26.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:26.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:26 smithi138 ceph-mon[117003]: pgmap v7703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:03:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:26 smithi138 ceph-mon[117003]: from='client.215640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:26 smithi161 ceph-mon[116604]: pgmap v7703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:03:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:26 smithi161 ceph-mon[116604]: from='client.215640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:27.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:26 smithi028 ceph-mon[112123]: pgmap v7703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:03:27.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:26 smithi028 ceph-mon[112123]: from='client.215640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:28 smithi161 ceph-mon[116604]: 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-07T09:03:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:28 smithi028 ceph-mon[112123]: 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-07T09:03:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:28 smithi138 ceph-mon[117003]: 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-07T09:03:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:30 smithi138 ceph-mon[117003]: 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-07T09:03:31.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:30 smithi161 ceph-mon[116604]: 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-07T09:03:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:30 smithi028 ceph-mon[112123]: 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-07T09:03:31.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:31.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:31.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:32.309 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:32.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:32.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:32.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:32.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:32 smithi138 ceph-mon[117003]: 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-07T09:03:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:32 smithi138 ceph-mon[117003]: from='client.215715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:32 smithi161 ceph-mon[116604]: 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-07T09:03:33.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:32 smithi161 ceph-mon[116604]: from='client.215715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:32 smithi028 ceph-mon[112123]: 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-07T09:03:33.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:32 smithi028 ceph-mon[112123]: from='client.215715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:35.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:34 smithi138 ceph-mon[117003]: 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-07T09:03:35.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:34 smithi161 ceph-mon[116604]: 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-07T09:03:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:34 smithi028 ceph-mon[112123]: 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-07T09:03:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:36 smithi138 ceph-mon[117003]: pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:37.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:37.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:37.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:36 smithi161 ceph-mon[116604]: pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:36 smithi028 ceph-mon[112123]: pgmap v7708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:38.117 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:38.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:38.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:38.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:38.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:38 smithi161 ceph-mon[116604]: from='client.215790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:38.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:38 smithi161 ceph-mon[116604]: pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:38 smithi028 ceph-mon[112123]: from='client.215790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:38 smithi028 ceph-mon[112123]: pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:38 smithi138 ceph-mon[117003]: from='client.215790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:38 smithi138 ceph-mon[117003]: pgmap v7709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:40 smithi138 ceph-mon[117003]: pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:40 smithi161 ceph-mon[116604]: pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:40 smithi028 ceph-mon[112123]: pgmap v7710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:43.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:43.119 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:43.119 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:42 smithi138 ceph-mon[117003]: pgmap v7711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:42 smithi161 ceph-mon[116604]: pgmap v7711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:42 smithi028 ceph-mon[112123]: pgmap v7711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:43.884 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:43.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:43.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:43.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:43.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:44 smithi138 ceph-mon[117003]: from='client.215862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:44 smithi138 ceph-mon[117003]: pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:44 smithi161 ceph-mon[116604]: from='client.215862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:45.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:44 smithi161 ceph-mon[116604]: pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:44 smithi028 ceph-mon[112123]: from='client.215862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:45.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:44 smithi028 ceph-mon[112123]: pgmap v7712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:46 smithi138 ceph-mon[117003]: pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:46 smithi161 ceph-mon[116604]: pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:46 smithi028 ceph-mon[112123]: pgmap v7713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:03:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:48 smithi161 ceph-mon[116604]: 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-07T09:03:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:48 smithi028 ceph-mon[112123]: 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-07T09:03:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:48 smithi138 ceph-mon[117003]: 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-07T09:03:48.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:48.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:48.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:49.656 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:49.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:49.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:49.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:49.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:49 smithi161 ceph-mon[116604]: from='client.215937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:49 smithi028 ceph-mon[112123]: from='client.215937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:49 smithi138 ceph-mon[117003]: from='client.215937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:50.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:50 smithi161 ceph-mon[116604]: pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:50 smithi028 ceph-mon[112123]: pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:50.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:50 smithi138 ceph-mon[117003]: pgmap v7715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:52 smithi138 ceph-mon[117003]: pgmap v7716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:03:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:52 smithi161 ceph-mon[116604]: pgmap v7716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:03:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:52 smithi028 ceph-mon[112123]: pgmap v7716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:53.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:03:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:03:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:03:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:03:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:03:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:03:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:03:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:03:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:03:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:03:54.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:03:54.658 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:03:54.658 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:03:55.429 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:03:55.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:03:55.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:03:55.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:03:55.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:03:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:55 smithi161 ceph-mon[116604]: pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:55 smithi028 ceph-mon[112123]: pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:55 smithi138 ceph-mon[117003]: pgmap v7717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:56 smithi161 ceph-mon[116604]: from='client.216012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:56 smithi028 ceph-mon[112123]: from='client.216012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:56 smithi138 ceph-mon[117003]: from='client.216012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:03:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:57 smithi161 ceph-mon[116604]: pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:57 smithi028 ceph-mon[112123]: pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:57 smithi138 ceph-mon[117003]: pgmap v7718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:03:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:03:58 smithi161 ceph-mon[116604]: pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:03:58 smithi028 ceph-mon[112123]: pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:03:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:03:58 smithi138 ceph-mon[117003]: pgmap v7719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:04:00.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:00.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:00.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:01.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:01.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:01.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:01.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:01.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:00 smithi138 ceph-mon[117003]: pgmap v7720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:00 smithi161 ceph-mon[116604]: pgmap v7720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:00 smithi028 ceph-mon[112123]: pgmap v7720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:01 smithi138 ceph-mon[117003]: from='client.216087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:01 smithi161 ceph-mon[116604]: from='client.216087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:01 smithi028 ceph-mon[112123]: from='client.216087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:02 smithi138 ceph-mon[117003]: 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-07T09:04:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:02 smithi161 ceph-mon[116604]: 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-07T09:04:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:02 smithi028 ceph-mon[112123]: 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-07T09:04:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:04 smithi138 ceph-mon[117003]: 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-07T09:04:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:04 smithi161 ceph-mon[116604]: 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-07T09:04:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:04 smithi028 ceph-mon[112123]: 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-07T09:04:06.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:06.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:06.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:06.964 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:06.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:06.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:06.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:06.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:06 smithi138 ceph-mon[117003]: 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-07T09:04:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:06 smithi161 ceph-mon[116604]: 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-07T09:04:07.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:06 smithi028 ceph-mon[112123]: 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-07T09:04:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:07 smithi138 ceph-mon[117003]: from='client.216162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:07 smithi161 ceph-mon[116604]: from='client.216162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:07 smithi028 ceph-mon[112123]: from='client.216162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:09.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:08 smithi138 ceph-mon[117003]: 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-07T09:04:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:08 smithi161 ceph-mon[116604]: 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-07T09:04:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:08 smithi028 ceph-mon[112123]: 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-07T09:04:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:10 smithi138 ceph-mon[117003]: 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-07T09:04:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:10 smithi161 ceph-mon[116604]: 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-07T09:04:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:10 smithi028 ceph-mon[112123]: 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-07T09:04:11.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:11.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:11.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:12.740 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:12.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:12.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:12.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:12.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:12 smithi138 ceph-mon[117003]: 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-07T09:04:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:12 smithi138 ceph-mon[117003]: from='client.216234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:12 smithi161 ceph-mon[116604]: 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-07T09:04:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:12 smithi161 ceph-mon[116604]: from='client.216234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:12 smithi028 ceph-mon[112123]: 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-07T09:04:13.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:12 smithi028 ceph-mon[112123]: from='client.216234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:15 smithi138 ceph-mon[117003]: 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-07T09:04:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:15 smithi161 ceph-mon[116604]: 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-07T09:04:15.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:15 smithi028 ceph-mon[112123]: 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-07T09:04:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:17 smithi138 ceph-mon[117003]: pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:04:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:17 smithi161 ceph-mon[116604]: pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:04:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:17 smithi028 ceph-mon[112123]: pgmap v7728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:04:17.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:17.742 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:17.742 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:18.516 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:18.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:18.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:18.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:18.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:18 smithi161 ceph-mon[116604]: pgmap v7729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:18.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:18 smithi161 ceph-mon[116604]: from='client.216312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:18 smithi028 ceph-mon[112123]: pgmap v7729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:18.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:18 smithi028 ceph-mon[112123]: from='client.216312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:18 smithi138 ceph-mon[117003]: pgmap v7729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:18 smithi138 ceph-mon[117003]: from='client.216312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:20 smithi138 ceph-mon[117003]: pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:04:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:20 smithi161 ceph-mon[116604]: pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:04:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:20 smithi028 ceph-mon[112123]: pgmap v7730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:04:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:22 smithi138 ceph-mon[117003]: pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:23.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:22 smithi161 ceph-mon[116604]: pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:23.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:22 smithi028 ceph-mon[112123]: pgmap v7731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:23.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:23.518 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:23.518 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:24.289 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:24.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:24.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:24.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:24.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:24 smithi138 ceph-mon[117003]: from='client.216387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:24 smithi138 ceph-mon[117003]: pgmap v7732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:24 smithi161 ceph-mon[116604]: from='client.216387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:24 smithi161 ceph-mon[116604]: pgmap v7732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:24 smithi028 ceph-mon[112123]: from='client.216387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:25.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:24 smithi028 ceph-mon[112123]: pgmap v7732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:26 smithi138 ceph-mon[117003]: pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:04:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:26 smithi161 ceph-mon[116604]: pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:04:27.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:26 smithi028 ceph-mon[112123]: pgmap v7733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:04:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:28 smithi161 ceph-mon[116604]: pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:04:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:28 smithi028 ceph-mon[112123]: pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:04:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:28 smithi138 ceph-mon[117003]: pgmap v7734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:04:29.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:29.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:29.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:30.071 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:30.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:30.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:30.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:30.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:30 smithi138 ceph-mon[117003]: from='client.216465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:30 smithi138 ceph-mon[117003]: pgmap v7735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:30 smithi161 ceph-mon[116604]: from='client.216465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:30 smithi161 ceph-mon[116604]: pgmap v7735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:30 smithi028 ceph-mon[112123]: from='client.216465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:31.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:30 smithi028 ceph-mon[112123]: pgmap v7735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:32 smithi138 ceph-mon[117003]: pgmap v7736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:04:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:32 smithi161 ceph-mon[116604]: pgmap v7736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:04:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:32 smithi028 ceph-mon[112123]: pgmap v7736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:04:35.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:35.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:35.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:34 smithi138 ceph-mon[117003]: pgmap v7737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:04:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:34 smithi161 ceph-mon[116604]: pgmap v7737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:04:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:34 smithi028 ceph-mon[112123]: pgmap v7737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:04:35.839 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:35.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:35.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:35.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:35.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:36 smithi138 ceph-mon[117003]: from='client.216534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:36 smithi138 ceph-mon[117003]: pgmap v7738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:37.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:36 smithi161 ceph-mon[116604]: from='client.216534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:37.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:36 smithi161 ceph-mon[116604]: pgmap v7738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:37.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:36 smithi028 ceph-mon[112123]: from='client.216534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:37.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:36 smithi028 ceph-mon[112123]: pgmap v7738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:38 smithi161 ceph-mon[116604]: pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:04:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:38 smithi028 ceph-mon[112123]: pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:04:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:38 smithi138 ceph-mon[117003]: pgmap v7739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:04:40.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:40.842 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:40.842 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:40 smithi138 ceph-mon[117003]: pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:04:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:40 smithi161 ceph-mon[116604]: pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:04:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:40 smithi028 ceph-mon[112123]: pgmap v7740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:04:41.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:41.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:41.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:41.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:41.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:41 smithi138 ceph-mon[117003]: from='client.216609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:41 smithi161 ceph-mon[116604]: from='client.216609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:41 smithi028 ceph-mon[112123]: from='client.216609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:42 smithi138 ceph-mon[117003]: 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-07T09:04:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:42 smithi161 ceph-mon[116604]: 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-07T09:04:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:42 smithi028 ceph-mon[112123]: 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-07T09:04:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:44 smithi138 ceph-mon[117003]: 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-07T09:04:45.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:44 smithi161 ceph-mon[116604]: 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-07T09:04:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:44 smithi028 ceph-mon[112123]: 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-07T09:04:46.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:46.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:46.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:46 smithi138 ceph-mon[117003]: 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-07T09:04:47.394 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:47.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:47.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:47.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:47.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:46 smithi161 ceph-mon[116604]: 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-07T09:04:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:46 smithi028 ceph-mon[112123]: 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-07T09:04:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:47 smithi138 ceph-mon[117003]: from='client.216684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:47 smithi161 ceph-mon[116604]: from='client.216684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:48.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:47 smithi028 ceph-mon[112123]: from='client.216684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:48 smithi138 ceph-mon[117003]: 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-07T09:04:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:48 smithi161 ceph-mon[116604]: 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-07T09:04:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:48 smithi028 ceph-mon[112123]: 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-07T09:04:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:51 smithi138 ceph-mon[117003]: 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-07T09:04:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:51 smithi161 ceph-mon[116604]: 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-07T09:04:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:51 smithi028 ceph-mon[112123]: 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-07T09:04:52.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:52.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:52.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:53.169 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:53.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:53.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:53.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:53.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:53 smithi138 ceph-mon[117003]: 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-07T09:04:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:53 smithi161 ceph-mon[116604]: 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-07T09:04:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:53 smithi028 ceph-mon[112123]: 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-07T09:04:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:54 smithi138 ceph-mon[117003]: from='client.216759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:04:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:04:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:04:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:04:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:54 smithi161 ceph-mon[116604]: from='client.216759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:04:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:04:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:04:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:04:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:54 smithi028 ceph-mon[112123]: from='client.216759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:04:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:04:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:04:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:04:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:55 smithi138 ceph-mon[117003]: 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-07T09:04:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:55 smithi161 ceph-mon[116604]: 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-07T09:04:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:55 smithi028 ceph-mon[112123]: 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-07T09:04:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:57 smithi138 ceph-mon[117003]: pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:04:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:57 smithi161 ceph-mon[116604]: pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:04:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:57 smithi028 ceph-mon[112123]: pgmap v7748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:04:58.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:04:58.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:04:58.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:04:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:58 smithi161 ceph-mon[116604]: pgmap v7749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:58 smithi028 ceph-mon[112123]: pgmap v7749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:58 smithi138 ceph-mon[117003]: pgmap v7749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:04:58.934 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:04:58.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:04:58.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:04:58.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:04:58.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:04:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:04:59 smithi161 ceph-mon[116604]: from='client.216831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:04:59 smithi028 ceph-mon[112123]: from='client.216831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:04:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:04:59 smithi138 ceph-mon[117003]: from='client.216831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:00 smithi161 ceph-mon[116604]: pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:05:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:00 smithi028 ceph-mon[112123]: pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:05:00.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:00 smithi138 ceph-mon[117003]: pgmap v7750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:05:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:02 smithi138 ceph-mon[117003]: pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:02 smithi161 ceph-mon[116604]: pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:02 smithi028 ceph-mon[112123]: pgmap v7751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:03.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:03.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:03.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:04.708 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:04.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:04.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:04.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:04.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:05.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:04 smithi138 ceph-mon[117003]: pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:05.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:04 smithi138 ceph-mon[117003]: from='client.216906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:04 smithi161 ceph-mon[116604]: pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:04 smithi161 ceph-mon[116604]: from='client.216906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:04 smithi028 ceph-mon[112123]: pgmap v7752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:04 smithi028 ceph-mon[112123]: from='client.216906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:06 smithi138 ceph-mon[117003]: 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-07T09:05:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:06 smithi161 ceph-mon[116604]: 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-07T09:05:07.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:06 smithi028 ceph-mon[112123]: 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-07T09:05:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:08 smithi161 ceph-mon[116604]: pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:08 smithi028 ceph-mon[112123]: pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:08 smithi138 ceph-mon[117003]: pgmap v7754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:09.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:09.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:09.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:10.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:10.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:10.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:10.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:10.478 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:10 smithi138 ceph-mon[117003]: pgmap v7755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:10 smithi138 ceph-mon[117003]: from='client.216981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:10 smithi161 ceph-mon[116604]: pgmap v7755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:10 smithi161 ceph-mon[116604]: from='client.216981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:10 smithi028 ceph-mon[112123]: pgmap v7755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:11.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:10 smithi028 ceph-mon[112123]: from='client.216981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:12 smithi138 ceph-mon[117003]: pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:12 smithi161 ceph-mon[116604]: pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:12 smithi028 ceph-mon[112123]: pgmap v7756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:14 smithi138 ceph-mon[117003]: pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:14 smithi161 ceph-mon[116604]: pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:14 smithi028 ceph-mon[112123]: pgmap v7757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:15.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:15.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:15.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:16.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:16.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:16.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:16.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:16.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:17 smithi138 ceph-mon[117003]: from='client.217056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:17 smithi138 ceph-mon[117003]: pgmap v7758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:17 smithi161 ceph-mon[116604]: from='client.217056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:17.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:17 smithi161 ceph-mon[116604]: pgmap v7758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:16 smithi028 ceph-mon[112123]: from='client.217056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:16 smithi028 ceph-mon[112123]: pgmap v7758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:18 smithi161 ceph-mon[116604]: 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-07T09:05:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:18 smithi028 ceph-mon[112123]: 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-07T09:05:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:18 smithi138 ceph-mon[117003]: 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-07T09:05:21.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:21.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:21.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:20 smithi138 ceph-mon[117003]: 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-07T09:05:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:20 smithi161 ceph-mon[116604]: 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-07T09:05:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:20 smithi028 ceph-mon[112123]: 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-07T09:05:22.025 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:22.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:22.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:22.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:22.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:22 smithi138 ceph-mon[117003]: from='client.217131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:22 smithi138 ceph-mon[117003]: 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-07T09:05:23.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:22 smithi161 ceph-mon[116604]: from='client.217131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:23.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:22 smithi161 ceph-mon[116604]: 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-07T09:05:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:22 smithi028 ceph-mon[112123]: from='client.217131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:23.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:22 smithi028 ceph-mon[112123]: 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-07T09:05:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:25 smithi138 ceph-mon[117003]: 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-07T09:05:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:25 smithi161 ceph-mon[116604]: 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-07T09:05:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:25 smithi028 ceph-mon[112123]: 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-07T09:05:27.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:27.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:27.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:27 smithi138 ceph-mon[117003]: 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-07T09:05:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:27 smithi161 ceph-mon[116604]: 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-07T09:05:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:27 smithi028 ceph-mon[112123]: 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-07T09:05:27.811 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:27.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:27.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:27.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:27.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:28 smithi161 ceph-mon[116604]: from='client.217209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:28.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:28 smithi161 ceph-mon[116604]: 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-07T09:05:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:28 smithi028 ceph-mon[112123]: from='client.217209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:28.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:28 smithi028 ceph-mon[112123]: 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-07T09:05:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:28 smithi138 ceph-mon[117003]: from='client.217209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:28 smithi138 ceph-mon[117003]: 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-07T09:05:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:30 smithi138 ceph-mon[117003]: pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:05:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:30 smithi161 ceph-mon[116604]: pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:05:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:30 smithi028 ceph-mon[112123]: pgmap v7765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:05:32.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:32.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:32.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:32 smithi138 ceph-mon[117003]: pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:33.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:32 smithi161 ceph-mon[116604]: pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:32 smithi028 ceph-mon[112123]: pgmap v7766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:33.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:33.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:33.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:33.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:33.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:34 smithi138 ceph-mon[117003]: from='client.217284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:34 smithi161 ceph-mon[116604]: from='client.217284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:34 smithi028 ceph-mon[112123]: from='client.217284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:35 smithi138 ceph-mon[117003]: pgmap v7767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:35 smithi161 ceph-mon[116604]: pgmap v7767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:35 smithi028 ceph-mon[112123]: pgmap v7767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:37 smithi138 ceph-mon[117003]: pgmap v7768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:05:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:37 smithi161 ceph-mon[116604]: pgmap v7768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:05:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:37 smithi028 ceph-mon[112123]: pgmap v7768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:05:38.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:38.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:38.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:38 smithi028 ceph-mon[112123]: pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:38 smithi138 ceph-mon[117003]: pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:38 smithi161 ceph-mon[116604]: pgmap v7769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:39.364 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:39.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:39.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:39.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:39.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:39 smithi028 ceph-mon[112123]: from='client.217359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:39 smithi138 ceph-mon[117003]: from='client.217359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:39 smithi161 ceph-mon[116604]: from='client.217359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:40 smithi028 ceph-mon[112123]: pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:05:40.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:40 smithi138 ceph-mon[117003]: pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:05:40.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:40 smithi161 ceph-mon[116604]: pgmap v7770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:05:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:43 smithi138 ceph-mon[117003]: 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-07T09:05:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:43 smithi161 ceph-mon[116604]: 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-07T09:05:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:42 smithi028 ceph-mon[112123]: 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-07T09:05:44.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:44.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:44.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:45.149 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:45.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:45.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:45.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:45.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:45 smithi138 ceph-mon[117003]: 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-07T09:05:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:45 smithi161 ceph-mon[116604]: 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-07T09:05:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:45 smithi028 ceph-mon[112123]: 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-07T09:05:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:46 smithi138 ceph-mon[117003]: from='client.217437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:46 smithi161 ceph-mon[116604]: from='client.217437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:46 smithi028 ceph-mon[112123]: from='client.217437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:47 smithi138 ceph-mon[117003]: pgmap v7773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:47 smithi161 ceph-mon[116604]: pgmap v7773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:47 smithi028 ceph-mon[112123]: pgmap v7773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:48 smithi028 ceph-mon[112123]: pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:48 smithi138 ceph-mon[117003]: pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:48.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:48 smithi161 ceph-mon[116604]: pgmap v7774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:05:50.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:50.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:50.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:50.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:50.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:50.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:50.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:50.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:51 smithi138 ceph-mon[117003]: pgmap v7775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:51 smithi161 ceph-mon[116604]: pgmap v7775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:51 smithi028 ceph-mon[112123]: pgmap v7775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:05:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:52 smithi138 ceph-mon[117003]: from='client.217515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:52 smithi161 ceph-mon[116604]: from='client.217515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:52 smithi028 ceph-mon[112123]: from='client.217515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:53 smithi138 ceph-mon[117003]: pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:05:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:53 smithi161 ceph-mon[116604]: pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:05:53.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:53 smithi028 ceph-mon[112123]: pgmap v7776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:05:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:55 smithi138 ceph-mon[117003]: pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:05:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:05:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:05:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:05:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:05:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:55 smithi161 ceph-mon[116604]: pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:05:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:05:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:05:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:05:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:05:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:55 smithi028 ceph-mon[112123]: pgmap v7777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:05:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:05:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:05:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:05:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:05:55.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:05:55.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:05:55.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:05:56.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:05:56.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:05:56.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:05:56.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:05:56.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:05:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:57 smithi138 ceph-mon[117003]: pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:05:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:57 smithi138 ceph-mon[117003]: from='client.217593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:57 smithi161 ceph-mon[116604]: pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:05:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:57 smithi161 ceph-mon[116604]: from='client.217593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:57 smithi028 ceph-mon[112123]: pgmap v7778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:05:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:57 smithi028 ceph-mon[112123]: from='client.217593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:05:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:05:58 smithi028 ceph-mon[112123]: 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-07T09:05:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:05:58 smithi138 ceph-mon[117003]: 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-07T09:05:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:05:58 smithi161 ceph-mon[116604]: 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-07T09:06:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:01 smithi138 ceph-mon[117003]: 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-07T09:06:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:01 smithi161 ceph-mon[116604]: 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-07T09:06:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:01 smithi028 ceph-mon[112123]: 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-07T09:06:01.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:01.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:01.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:02.455 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:02.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:02.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:02.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:02.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:03 smithi138 ceph-mon[117003]: 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-07T09:06:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:03 smithi138 ceph-mon[117003]: from='client.217665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:03 smithi161 ceph-mon[116604]: 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-07T09:06:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:03 smithi161 ceph-mon[116604]: from='client.217665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:03 smithi028 ceph-mon[112123]: 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-07T09:06:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:03 smithi028 ceph-mon[112123]: from='client.217665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:05 smithi138 ceph-mon[117003]: 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-07T09:06:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:05 smithi161 ceph-mon[116604]: 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-07T09:06:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:05 smithi028 ceph-mon[112123]: 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-07T09:06:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:07 smithi138 ceph-mon[117003]: 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-07T09:06:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:07 smithi161 ceph-mon[116604]: 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-07T09:06:07.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:07.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:07.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:07 smithi028 ceph-mon[112123]: 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-07T09:06:08.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:08.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:08.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:08.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:08.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:08 smithi028 ceph-mon[112123]: from='client.217740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:08.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:08 smithi028 ceph-mon[112123]: 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-07T09:06:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:08 smithi138 ceph-mon[117003]: from='client.217740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:08 smithi138 ceph-mon[117003]: 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-07T09:06:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:08 smithi161 ceph-mon[116604]: from='client.217740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:08 smithi161 ceph-mon[116604]: 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-07T09:06:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:11 smithi138 ceph-mon[117003]: pgmap v7785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:06:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:11 smithi161 ceph-mon[116604]: pgmap v7785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:06:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:11 smithi028 ceph-mon[112123]: pgmap v7785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:06:13.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:13.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:13.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:13 smithi138 ceph-mon[117003]: pgmap v7786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:13 smithi161 ceph-mon[116604]: pgmap v7786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:13 smithi028 ceph-mon[112123]: pgmap v7786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:14.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:14.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:14.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:14.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:14.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:15 smithi138 ceph-mon[117003]: from='client.217818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:15 smithi138 ceph-mon[117003]: pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:15 smithi161 ceph-mon[116604]: from='client.217818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:15.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:15 smithi161 ceph-mon[116604]: pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:15 smithi028 ceph-mon[112123]: from='client.217818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:15.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:15 smithi028 ceph-mon[112123]: pgmap v7787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:17 smithi138 ceph-mon[117003]: pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:06:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:17 smithi161 ceph-mon[116604]: pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:06:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:17 smithi028 ceph-mon[112123]: pgmap v7788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:06:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:18 smithi028 ceph-mon[112123]: pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:18 smithi138 ceph-mon[117003]: pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:18 smithi161 ceph-mon[116604]: pgmap v7789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:19.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:19.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:19.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:19 smithi028 ceph-mon[112123]: from='client.217893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:19.776 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:19.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:19.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:19.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:19.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:19 smithi138 ceph-mon[117003]: from='client.217893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:19 smithi161 ceph-mon[116604]: from='client.217893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:20 smithi028 ceph-mon[112123]: 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-07T09:06:20.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:20 smithi138 ceph-mon[117003]: 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-07T09:06:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:20 smithi161 ceph-mon[116604]: 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-07T09:06:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:23 smithi138 ceph-mon[117003]: pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:06:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:23 smithi161 ceph-mon[116604]: pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:06:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:23 smithi028 ceph-mon[112123]: pgmap v7791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:06:24.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:24.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:24.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:25 smithi138 ceph-mon[117003]: pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:06:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:25 smithi161 ceph-mon[116604]: pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:06:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:25 smithi028 ceph-mon[112123]: pgmap v7792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:06:25.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:25.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:25.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:25.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:25.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:26 smithi138 ceph-mon[117003]: from='client.217971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:26 smithi161 ceph-mon[116604]: from='client.217971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:26 smithi028 ceph-mon[112123]: from='client.217971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:27 smithi138 ceph-mon[117003]: pgmap v7793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:27 smithi161 ceph-mon[116604]: pgmap v7793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:27 smithi028 ceph-mon[112123]: pgmap v7793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:28 smithi028 ceph-mon[112123]: pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:06:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:28 smithi138 ceph-mon[117003]: pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:06:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:28 smithi161 ceph-mon[116604]: pgmap v7794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:06:30.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:30.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:30.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:31 smithi138 ceph-mon[117003]: pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:31.324 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:31.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:31.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:31.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:31.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:31 smithi161 ceph-mon[116604]: pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:31 smithi028 ceph-mon[112123]: pgmap v7795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:32 smithi138 ceph-mon[117003]: from='client.218043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:32 smithi161 ceph-mon[116604]: from='client.218043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:32 smithi028 ceph-mon[112123]: from='client.218043 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:33 smithi138 ceph-mon[117003]: 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-07T09:06:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:33 smithi161 ceph-mon[116604]: 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-07T09:06:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:33 smithi028 ceph-mon[112123]: 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-07T09:06:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:35 smithi138 ceph-mon[117003]: 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-07T09:06:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:35 smithi161 ceph-mon[116604]: 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-07T09:06:35.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:35 smithi028 ceph-mon[112123]: 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-07T09:06:36.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:36.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:36.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:37.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:37.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:37.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:37.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:37.095 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:37 smithi138 ceph-mon[117003]: 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-07T09:06:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:37 smithi161 ceph-mon[116604]: 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-07T09:06:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:37 smithi028 ceph-mon[112123]: 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-07T09:06:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:38 smithi138 ceph-mon[117003]: from='client.218115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:38 smithi161 ceph-mon[116604]: from='client.218115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:38 smithi028 ceph-mon[112123]: from='client.218115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:39 smithi138 ceph-mon[117003]: 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-07T09:06:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:39 smithi161 ceph-mon[116604]: 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-07T09:06:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:39 smithi028 ceph-mon[112123]: 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-07T09:06:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:41 smithi138 ceph-mon[117003]: 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-07T09:06:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:41 smithi161 ceph-mon[116604]: 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-07T09:06:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:41 smithi028 ceph-mon[112123]: 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-07T09:06:42.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:42.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:42.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:42.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:42.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:42.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:42.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:42.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:43 smithi138 ceph-mon[117003]: 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-07T09:06:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:43 smithi161 ceph-mon[116604]: 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-07T09:06:43.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:43 smithi028 ceph-mon[112123]: 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-07T09:06:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:44 smithi138 ceph-mon[117003]: from='client.218193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:44 smithi161 ceph-mon[116604]: from='client.218193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:44 smithi028 ceph-mon[112123]: from='client.218193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:45 smithi138 ceph-mon[117003]: 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-07T09:06:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:45 smithi161 ceph-mon[116604]: 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-07T09:06:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:45 smithi028 ceph-mon[112123]: 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-07T09:06:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:47 smithi138 ceph-mon[117003]: 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-07T09:06:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:47 smithi161 ceph-mon[116604]: 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-07T09:06:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:47 smithi028 ceph-mon[112123]: 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-07T09:06:47.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:47.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:47.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:48.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:48.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:48.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:48.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:48.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:48 smithi028 ceph-mon[112123]: 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-07T09:06:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:48 smithi028 ceph-mon[112123]: from='client.218268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:48 smithi138 ceph-mon[117003]: 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-07T09:06:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:48 smithi138 ceph-mon[117003]: from='client.218268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:48 smithi161 ceph-mon[116604]: 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-07T09:06:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:48 smithi161 ceph-mon[116604]: from='client.218268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:51 smithi138 ceph-mon[117003]: pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:06:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:51 smithi161 ceph-mon[116604]: pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:06:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:51 smithi028 ceph-mon[112123]: pgmap v7805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:06:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:53 smithi138 ceph-mon[117003]: pgmap v7806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:53 smithi161 ceph-mon[116604]: pgmap v7806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:53 smithi028 ceph-mon[112123]: pgmap v7806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:53.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:53.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:53.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:06:54.421 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:06:54.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:06:54.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:06:54.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:06:54.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:06:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:55 smithi138 ceph-mon[117003]: pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:55 smithi138 ceph-mon[117003]: from='client.218340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:55.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:06:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:55 smithi161 ceph-mon[116604]: pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:55 smithi161 ceph-mon[116604]: from='client.218340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:06:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:55 smithi028 ceph-mon[112123]: pgmap v7807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:06:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:55 smithi028 ceph-mon[112123]: from='client.218340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:06:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:06:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:06:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:06:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:06:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:06:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:06:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:06:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:06:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:06:56.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:06:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:57 smithi138 ceph-mon[117003]: 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-07T09:06:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:57 smithi161 ceph-mon[116604]: 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-07T09:06:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:57 smithi028 ceph-mon[112123]: 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-07T09:06:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:06:58 smithi028 ceph-mon[112123]: 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-07T09:06:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:06:58 smithi138 ceph-mon[117003]: 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-07T09:06:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:06:58 smithi161 ceph-mon[116604]: 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-07T09:06:59.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:06:59.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:06:59.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:00.184 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:00.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:00.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:00.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:00.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:01 smithi138 ceph-mon[117003]: from='client.218418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:01 smithi138 ceph-mon[117003]: 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-07T09:07:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:01 smithi161 ceph-mon[116604]: from='client.218418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:01 smithi161 ceph-mon[116604]: 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-07T09:07:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:01 smithi028 ceph-mon[112123]: from='client.218418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:01 smithi028 ceph-mon[112123]: 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-07T09:07:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:03 smithi138 ceph-mon[117003]: pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:03 smithi161 ceph-mon[116604]: pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:03 smithi028 ceph-mon[112123]: pgmap v7811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:05.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:05.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:05.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:05 smithi138 ceph-mon[117003]: pgmap v7812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:05.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:05 smithi161 ceph-mon[116604]: pgmap v7812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:05 smithi028 ceph-mon[112123]: pgmap v7812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:05.963 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:05.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:05.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:05.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:05.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:07 smithi138 ceph-mon[117003]: from='client.218493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:07 smithi138 ceph-mon[117003]: pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:07 smithi161 ceph-mon[116604]: from='client.218493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:07.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:07 smithi161 ceph-mon[116604]: pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:07.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:07 smithi028 ceph-mon[112123]: from='client.218493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:07.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:07 smithi028 ceph-mon[112123]: pgmap v7813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:08 smithi028 ceph-mon[112123]: 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-07T09:07:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:08 smithi138 ceph-mon[117003]: 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-07T09:07:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:08 smithi161 ceph-mon[116604]: 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-07T09:07:10.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:10.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:10.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:11 smithi138 ceph-mon[117003]: 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-07T09:07:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:11 smithi161 ceph-mon[116604]: 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-07T09:07:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:11 smithi028 ceph-mon[112123]: 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-07T09:07:11.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:11.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:11.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:11.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:11.735 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:12 smithi138 ceph-mon[117003]: from='client.218568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:12 smithi161 ceph-mon[116604]: from='client.218568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:12 smithi028 ceph-mon[112123]: from='client.218568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:13 smithi138 ceph-mon[117003]: 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-07T09:07:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:13 smithi161 ceph-mon[116604]: 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-07T09:07:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:13 smithi028 ceph-mon[112123]: 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-07T09:07:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:15 smithi138 ceph-mon[117003]: 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-07T09:07:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:15 smithi161 ceph-mon[116604]: 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-07T09:07:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:15 smithi028 ceph-mon[112123]: 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-07T09:07:16.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:16.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:16.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:17 smithi138 ceph-mon[117003]: 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-07T09:07:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:17 smithi161 ceph-mon[116604]: 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-07T09:07:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:17 smithi028 ceph-mon[112123]: 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-07T09:07:17.512 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:17.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:17.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:17.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:17.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:18 smithi138 ceph-mon[117003]: from='client.218643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:18 smithi161 ceph-mon[116604]: from='client.218643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:18.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:18 smithi028 ceph-mon[112123]: from='client.218643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:19 smithi138 ceph-mon[117003]: 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-07T09:07:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:19 smithi161 ceph-mon[116604]: 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-07T09:07:19.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:19 smithi028 ceph-mon[112123]: 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-07T09:07:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:21 smithi161 ceph-mon[116604]: 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-07T09:07:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:21 smithi028 ceph-mon[112123]: 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-07T09:07:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:21 smithi138 ceph-mon[117003]: 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-07T09:07:22.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:22.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:22.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:23.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:23.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:23.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:23.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:23.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:23 smithi161 ceph-mon[116604]: 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-07T09:07:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:23 smithi028 ceph-mon[112123]: 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-07T09:07:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:23 smithi138 ceph-mon[117003]: 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-07T09:07:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:24 smithi161 ceph-mon[116604]: from='client.218721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:24 smithi028 ceph-mon[112123]: from='client.218721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:24.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:24 smithi138 ceph-mon[117003]: from='client.218721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:25 smithi161 ceph-mon[116604]: 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-07T09:07:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:25 smithi028 ceph-mon[112123]: 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-07T09:07:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:25 smithi138 ceph-mon[117003]: 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-07T09:07:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:27 smithi161 ceph-mon[116604]: 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-07T09:07:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:27 smithi028 ceph-mon[112123]: 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-07T09:07:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:27 smithi138 ceph-mon[117003]: 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-07T09:07:28.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:28.300 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:28.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:28 smithi028 ceph-mon[112123]: 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-07T09:07:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:28 smithi138 ceph-mon[117003]: 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-07T09:07:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:28 smithi161 ceph-mon[116604]: 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-07T09:07:29.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:29.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:29.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:29.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:29.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:29.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:29 smithi028 ceph-mon[112123]: from='client.218796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:29 smithi138 ceph-mon[117003]: from='client.218796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:29.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:29 smithi161 ceph-mon[116604]: from='client.218796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:30 smithi138 ceph-mon[117003]: pgmap v7825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:07:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:30 smithi161 ceph-mon[116604]: pgmap v7825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:07:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:30 smithi028 ceph-mon[112123]: pgmap v7825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:07:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:33 smithi138 ceph-mon[117003]: pgmap v7826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:33 smithi161 ceph-mon[116604]: pgmap v7826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:33 smithi028 ceph-mon[112123]: pgmap v7826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:34.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:34.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:34.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:34.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:34.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:34.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:34.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:34.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:35 smithi138 ceph-mon[117003]: pgmap v7827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:35 smithi161 ceph-mon[116604]: pgmap v7827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:35 smithi028 ceph-mon[112123]: pgmap v7827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:36 smithi138 ceph-mon[117003]: from='client.218871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:36 smithi161 ceph-mon[116604]: from='client.218871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:36 smithi028 ceph-mon[112123]: from='client.218871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:37 smithi138 ceph-mon[117003]: 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-07T09:07:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:37 smithi161 ceph-mon[116604]: 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-07T09:07:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:37 smithi028 ceph-mon[112123]: 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-07T09:07:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:38 smithi028 ceph-mon[112123]: 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-07T09:07:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:38 smithi138 ceph-mon[117003]: 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-07T09:07:38.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:38 smithi161 ceph-mon[116604]: 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-07T09:07:39.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:39.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:39.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:40.609 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:40.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:40.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:40.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:40.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:41 smithi138 ceph-mon[117003]: 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-07T09:07:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:41 smithi138 ceph-mon[117003]: from='client.218949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:41 smithi161 ceph-mon[116604]: 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-07T09:07:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:41 smithi161 ceph-mon[116604]: from='client.218949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:41 smithi028 ceph-mon[112123]: 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-07T09:07:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:41 smithi028 ceph-mon[112123]: from='client.218949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:43 smithi138 ceph-mon[117003]: pgmap v7831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:43 smithi161 ceph-mon[116604]: pgmap v7831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:43 smithi028 ceph-mon[112123]: pgmap v7831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:45 smithi138 ceph-mon[117003]: pgmap v7832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:45 smithi161 ceph-mon[116604]: pgmap v7832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:45 smithi028 ceph-mon[112123]: pgmap v7832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:07:45.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:45.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:45.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:46.399 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:47 smithi138 ceph-mon[117003]: pgmap v7833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:47 smithi138 ceph-mon[117003]: from='client.219024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:47 smithi161 ceph-mon[116604]: pgmap v7833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:47.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:47 smithi161 ceph-mon[116604]: from='client.219024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:47 smithi028 ceph-mon[112123]: pgmap v7833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:07:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:47 smithi028 ceph-mon[112123]: from='client.219024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:48 smithi138 ceph-mon[117003]: 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-07T09:07:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:48 smithi161 ceph-mon[116604]: 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-07T09:07:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:48 smithi028 ceph-mon[112123]: 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-07T09:07:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:51 smithi138 ceph-mon[117003]: 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-07T09:07:51.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:51.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:51.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:51 smithi161 ceph-mon[116604]: 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-07T09:07:51.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:51 smithi028 ceph-mon[112123]: 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-07T09:07:52.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:52.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:52.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:52.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:52.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:53 smithi138 ceph-mon[117003]: from='client.219099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:53 smithi138 ceph-mon[117003]: 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-07T09:07:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:53 smithi161 ceph-mon[116604]: from='client.219099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:53 smithi161 ceph-mon[116604]: 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-07T09:07:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:53 smithi028 ceph-mon[112123]: from='client.219099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:53.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:53 smithi028 ceph-mon[112123]: 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-07T09:07:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:55 smithi138 ceph-mon[117003]: 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-07T09:07:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:55 smithi161 ceph-mon[116604]: 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-07T09:07:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:55 smithi028 ceph-mon[112123]: 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-07T09:07:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:07:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:07:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:07:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:07:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:07:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:07:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:07:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:07:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:07:56.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:07:56.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:07:56.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:07:57.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:07:57.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:07:57.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:07:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:57 smithi161 ceph-mon[116604]: 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-07T09:07:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:57 smithi028 ceph-mon[112123]: 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-07T09:07:57.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:57 smithi138 ceph-mon[117003]: 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-07T09:07:57.935 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:07:57.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:07:57.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:07:57.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:07:57.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:07:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:58 smithi138 ceph-mon[117003]: from='client.219174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:07:58 smithi138 ceph-mon[117003]: 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-07T09:07:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:58 smithi161 ceph-mon[116604]: from='client.219174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:58.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:07:58 smithi161 ceph-mon[116604]: 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-07T09:07:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:58 smithi028 ceph-mon[112123]: from='client.219174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:07:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:07:58 smithi028 ceph-mon[112123]: 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-07T09:08:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:01 smithi138 ceph-mon[117003]: 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-07T09:08:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:01 smithi161 ceph-mon[116604]: 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-07T09:08:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:01 smithi028 ceph-mon[112123]: 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-07T09:08:02.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:02.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:02.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:03 smithi138 ceph-mon[117003]: 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-07T09:08:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:03 smithi161 ceph-mon[116604]: 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-07T09:08:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:03 smithi028 ceph-mon[112123]: 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-07T09:08:03.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:03.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:03.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:03.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:03.708 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:04 smithi161 ceph-mon[116604]: from='client.219249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:04 smithi028 ceph-mon[112123]: from='client.219249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:04 smithi138 ceph-mon[117003]: from='client.219249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:05 smithi161 ceph-mon[116604]: 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-07T09:08:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:05 smithi028 ceph-mon[112123]: 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-07T09:08:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:05 smithi138 ceph-mon[117003]: 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-07T09:08:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:07 smithi161 ceph-mon[116604]: 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-07T09:08:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:07 smithi028 ceph-mon[112123]: 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-07T09:08:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:07 smithi138 ceph-mon[117003]: 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-07T09:08:08.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:08.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:08.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:08 smithi138 ceph-mon[117003]: 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-07T09:08:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:08 smithi161 ceph-mon[116604]: 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-07T09:08:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:08 smithi028 ceph-mon[112123]: 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-07T09:08:09.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:09.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:09.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:09.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:09.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:09 smithi138 ceph-mon[117003]: from='client.219324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:09 smithi161 ceph-mon[116604]: from='client.219324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:09 smithi028 ceph-mon[112123]: from='client.219324 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:10.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:10 smithi138 ceph-mon[117003]: 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-07T09:08:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:10 smithi161 ceph-mon[116604]: 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-07T09:08:10.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:10 smithi028 ceph-mon[112123]: 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-07T09:08:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:13 smithi138 ceph-mon[117003]: 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-07T09:08:13.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:13 smithi161 ceph-mon[116604]: 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-07T09:08:13.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:13 smithi028 ceph-mon[112123]: 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-07T09:08:14.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:14.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:14.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:15.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:15.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:15.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:15.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:15.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:15 smithi138 ceph-mon[117003]: 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-07T09:08:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:15 smithi161 ceph-mon[116604]: 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-07T09:08:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:15 smithi028 ceph-mon[112123]: 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-07T09:08:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:16 smithi161 ceph-mon[116604]: from='client.219396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:16 smithi028 ceph-mon[112123]: from='client.219396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:16 smithi138 ceph-mon[117003]: from='client.219396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:17 smithi161 ceph-mon[116604]: 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-07T09:08:17.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:17 smithi028 ceph-mon[112123]: 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-07T09:08:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:17 smithi138 ceph-mon[117003]: 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-07T09:08:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:18 smithi138 ceph-mon[117003]: 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-07T09:08:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:18 smithi161 ceph-mon[116604]: 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-07T09:08:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:18 smithi028 ceph-mon[112123]: 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-07T09:08:20.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:20.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:20.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:21.018 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:21.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:21.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:21.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:21.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:21 smithi138 ceph-mon[117003]: 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-07T09:08:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:21 smithi161 ceph-mon[116604]: 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-07T09:08:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:21 smithi028 ceph-mon[112123]: 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-07T09:08:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:22 smithi161 ceph-mon[116604]: from='client.219471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:22 smithi028 ceph-mon[112123]: from='client.219471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:22.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:22 smithi138 ceph-mon[117003]: from='client.219471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:23 smithi161 ceph-mon[116604]: 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-07T09:08:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:23 smithi028 ceph-mon[112123]: 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-07T09:08:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:23 smithi138 ceph-mon[117003]: 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-07T09:08:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:25 smithi161 ceph-mon[116604]: 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-07T09:08:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:25 smithi028 ceph-mon[112123]: 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-07T09:08:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:25 smithi138 ceph-mon[117003]: 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-07T09:08:26.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:26.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:26.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:26.798 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:26.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:26.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:26.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:26.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:27 smithi161 ceph-mon[116604]: 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-07T09:08:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:27 smithi161 ceph-mon[116604]: from='client.219549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:27 smithi028 ceph-mon[112123]: 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-07T09:08:27.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:27 smithi028 ceph-mon[112123]: from='client.219549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:27 smithi138 ceph-mon[117003]: 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-07T09:08:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:27 smithi138 ceph-mon[117003]: from='client.219549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:28 smithi138 ceph-mon[117003]: 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-07T09:08:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:28 smithi161 ceph-mon[116604]: 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-07T09:08:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:28 smithi028 ceph-mon[112123]: 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-07T09:08:31.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:31 smithi161 ceph-mon[116604]: 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-07T09:08:31.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:31 smithi028 ceph-mon[112123]: 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-07T09:08:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:31 smithi138 ceph-mon[117003]: 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-07T09:08:31.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:31.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:31.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:32.581 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:32.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:32.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:32.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:32.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:33 smithi161 ceph-mon[116604]: 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-07T09:08:33.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:33 smithi161 ceph-mon[116604]: from='client.219618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:33 smithi028 ceph-mon[112123]: 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-07T09:08:33.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:33 smithi028 ceph-mon[112123]: from='client.219618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:33 smithi138 ceph-mon[117003]: 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-07T09:08:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:33 smithi138 ceph-mon[117003]: from='client.219618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:35 smithi161 ceph-mon[116604]: 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-07T09:08:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:35 smithi028 ceph-mon[112123]: 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-07T09:08:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:35 smithi138 ceph-mon[117003]: 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-07T09:08:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:37 smithi161 ceph-mon[116604]: 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-07T09:08:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:37 smithi028 ceph-mon[112123]: 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-07T09:08:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:37 smithi138 ceph-mon[117003]: 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-07T09:08:37.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:37.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:37.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:38.350 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:38.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:38.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:38.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:38.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:38 smithi138 ceph-mon[117003]: from='client.219696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:38 smithi138 ceph-mon[117003]: 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-07T09:08:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:38 smithi161 ceph-mon[116604]: from='client.219696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:38.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:38 smithi161 ceph-mon[116604]: 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-07T09:08:38.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:38 smithi028 ceph-mon[112123]: from='client.219696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:38.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:38 smithi028 ceph-mon[112123]: 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-07T09:08:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:41 smithi161 ceph-mon[116604]: 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-07T09:08:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:41 smithi028 ceph-mon[112123]: 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-07T09:08:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:41 smithi138 ceph-mon[117003]: 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-07T09:08:43.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:43.352 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:43.352 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:43 smithi161 ceph-mon[116604]: 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-07T09:08:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:43 smithi028 ceph-mon[112123]: 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-07T09:08:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:43 smithi138 ceph-mon[117003]: 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-07T09:08:44.126 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:44.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:44.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:44.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:44.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:45 smithi161 ceph-mon[116604]: from='client.219768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:45 smithi161 ceph-mon[116604]: 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-07T09:08:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:45 smithi028 ceph-mon[112123]: from='client.219768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:45 smithi028 ceph-mon[112123]: 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-07T09:08:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:45 smithi138 ceph-mon[117003]: from='client.219768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:45 smithi138 ceph-mon[117003]: 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-07T09:08:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:47 smithi161 ceph-mon[116604]: pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:08:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:47 smithi028 ceph-mon[112123]: pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:08:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:47 smithi138 ceph-mon[117003]: pgmap v7863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:08:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:48 smithi138 ceph-mon[117003]: pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:08:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:48 smithi161 ceph-mon[116604]: pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:08:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:48 smithi028 ceph-mon[112123]: pgmap v7864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:08:49.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:49.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:49.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:49.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:49.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:49.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:49.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:49.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:51 smithi161 ceph-mon[116604]: from='client.219843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:51.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:51 smithi161 ceph-mon[116604]: 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-07T09:08:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:51 smithi028 ceph-mon[112123]: from='client.219843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:51.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:51 smithi028 ceph-mon[112123]: 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-07T09:08:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:51 smithi138 ceph-mon[117003]: from='client.219843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:51 smithi138 ceph-mon[117003]: 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-07T09:08:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:53 smithi161 ceph-mon[116604]: 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-07T09:08:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:53 smithi028 ceph-mon[112123]: 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-07T09:08:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:53 smithi138 ceph-mon[117003]: 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-07T09:08:54.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:08:54.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:08:54.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:08:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:55 smithi161 ceph-mon[116604]: 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-07T09:08:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:55 smithi028 ceph-mon[112123]: 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-07T09:08:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:55 smithi138 ceph-mon[117003]: 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-07T09:08:55.679 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:08:55.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:08:55.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:08:55.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:08:55.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:08:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:56 smithi161 ceph-mon[116604]: from='client.219921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:56 smithi028 ceph-mon[112123]: from='client.219921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:56 smithi138 ceph-mon[117003]: from='client.219921 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:08:57.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:57 smithi161 ceph-mon[116604]: 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-07T09:08:57.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:08:57.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:57 smithi028 ceph-mon[112123]: 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-07T09:08:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:08:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:57 smithi138 ceph-mon[117003]: 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-07T09:08:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:08:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:57.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:08:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:08:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:08:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:08:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:08:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:08:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:08:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:08:59 smithi161 ceph-mon[116604]: pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:08:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:08:59 smithi028 ceph-mon[112123]: pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:08:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:08:59 smithi138 ceph-mon[117003]: pgmap v7869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:09:00.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:00.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:00.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:01 smithi161 ceph-mon[116604]: pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:09:01.453 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:01.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:01.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:01.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:01.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:01 smithi028 ceph-mon[112123]: pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:09:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:01 smithi138 ceph-mon[117003]: pgmap v7870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:09:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:02 smithi161 ceph-mon[116604]: from='client.219996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:02 smithi028 ceph-mon[112123]: from='client.219996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:02 smithi138 ceph-mon[117003]: from='client.219996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:03 smithi161 ceph-mon[116604]: 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-07T09:09:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:03 smithi028 ceph-mon[112123]: 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-07T09:09:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:03 smithi138 ceph-mon[117003]: 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-07T09:09:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:05 smithi161 ceph-mon[116604]: 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-07T09:09:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:05 smithi028 ceph-mon[112123]: 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-07T09:09:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:05 smithi138 ceph-mon[117003]: 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-07T09:09:06.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:06.455 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:06.455 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:07.221 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:07 smithi161 ceph-mon[116604]: 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-07T09:09:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:07 smithi028 ceph-mon[112123]: 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-07T09:09:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:07 smithi138 ceph-mon[117003]: 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-07T09:09:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:08 smithi161 ceph-mon[116604]: from='client.220071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:08 smithi028 ceph-mon[112123]: from='client.220071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:08 smithi138 ceph-mon[117003]: from='client.220071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:09 smithi161 ceph-mon[116604]: 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-07T09:09:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:09 smithi028 ceph-mon[112123]: 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-07T09:09:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:09 smithi138 ceph-mon[117003]: 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-07T09:09:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:11 smithi161 ceph-mon[116604]: 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-07T09:09:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:11 smithi028 ceph-mon[112123]: 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-07T09:09:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:11 smithi138 ceph-mon[117003]: 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-07T09:09:12.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:12.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:12.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:12.991 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:12.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:12.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:12.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:12.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:13.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:13 smithi161 ceph-mon[116604]: 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-07T09:09:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:13 smithi028 ceph-mon[112123]: 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-07T09:09:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:13 smithi138 ceph-mon[117003]: 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-07T09:09:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:14 smithi161 ceph-mon[116604]: from='client.220146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:14 smithi028 ceph-mon[112123]: from='client.220146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:14 smithi138 ceph-mon[117003]: from='client.220146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:15 smithi161 ceph-mon[116604]: 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-07T09:09:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:15 smithi028 ceph-mon[112123]: 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-07T09:09:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:15 smithi138 ceph-mon[117003]: 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-07T09:09:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:17 smithi161 ceph-mon[116604]: 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-07T09:09:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:17 smithi028 ceph-mon[112123]: 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-07T09:09:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:17 smithi138 ceph-mon[117003]: 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-07T09:09:17.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:17.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:17.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:18.786 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:18.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:18.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:18.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:18.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:18 smithi138 ceph-mon[117003]: 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-07T09:09:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:18 smithi138 ceph-mon[117003]: from='client.220221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:18 smithi161 ceph-mon[116604]: 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-07T09:09:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:18 smithi161 ceph-mon[116604]: from='client.220221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:18 smithi028 ceph-mon[112123]: 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-07T09:09:18.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:18 smithi028 ceph-mon[112123]: from='client.220221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:21 smithi161 ceph-mon[116604]: 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-07T09:09:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:21 smithi028 ceph-mon[112123]: 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-07T09:09:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:21 smithi138 ceph-mon[117003]: 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-07T09:09:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:23 smithi161 ceph-mon[116604]: 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-07T09:09:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:23 smithi028 ceph-mon[112123]: 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-07T09:09:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:23 smithi138 ceph-mon[117003]: 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-07T09:09:23.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:23.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:23.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:24.587 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:24.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:24.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:24.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:24.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:25 smithi161 ceph-mon[116604]: 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-07T09:09:25.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:25 smithi161 ceph-mon[116604]: from='client.220293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:25 smithi028 ceph-mon[112123]: 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-07T09:09:25.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:25 smithi028 ceph-mon[112123]: from='client.220293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:25 smithi138 ceph-mon[117003]: 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-07T09:09:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:25 smithi138 ceph-mon[117003]: from='client.220293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:27 smithi161 ceph-mon[116604]: pgmap v7883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:09:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:27 smithi028 ceph-mon[112123]: pgmap v7883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:09:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:27 smithi138 ceph-mon[117003]: pgmap v7883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:09:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:28 smithi138 ceph-mon[117003]: pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:09:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:28 smithi161 ceph-mon[116604]: pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:09:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:28 smithi028 ceph-mon[112123]: pgmap v7884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:09:29.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:29.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:29.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:30.379 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:30.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:30.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:30.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:30.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:31 smithi161 ceph-mon[116604]: from='client.220368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:31.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:31 smithi161 ceph-mon[116604]: 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-07T09:09:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:31 smithi028 ceph-mon[112123]: from='client.220368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:31 smithi028 ceph-mon[112123]: 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-07T09:09:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:31 smithi138 ceph-mon[117003]: from='client.220368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:31 smithi138 ceph-mon[117003]: 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-07T09:09:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:33 smithi161 ceph-mon[116604]: 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-07T09:09:33.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:33 smithi028 ceph-mon[112123]: 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-07T09:09:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:33 smithi138 ceph-mon[117003]: 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-07T09:09:35.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:35.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:35.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:35 smithi161 ceph-mon[116604]: 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-07T09:09:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:35 smithi028 ceph-mon[112123]: 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-07T09:09:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:35 smithi138 ceph-mon[117003]: 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-07T09:09:36.149 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:36.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:36.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:36.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:36.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:37 smithi161 ceph-mon[116604]: from='client.220443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:37.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:37 smithi161 ceph-mon[116604]: 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-07T09:09:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:37 smithi028 ceph-mon[112123]: from='client.220443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:37.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:37 smithi028 ceph-mon[112123]: 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-07T09:09:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:37 smithi138 ceph-mon[117003]: from='client.220443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:37 smithi138 ceph-mon[117003]: 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-07T09:09:38.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:38 smithi138 ceph-mon[117003]: pgmap v7889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:09:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:38 smithi161 ceph-mon[116604]: pgmap v7889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:09:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:38 smithi028 ceph-mon[112123]: pgmap v7889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:09:41.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:41.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:41.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:41 smithi161 ceph-mon[116604]: pgmap v7890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:09:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:41 smithi028 ceph-mon[112123]: pgmap v7890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:09:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:41 smithi138 ceph-mon[117003]: pgmap v7890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:09:41.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:41.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:41.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:41.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:41.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:43 smithi161 ceph-mon[116604]: from='client.220518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:43.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:43 smithi161 ceph-mon[116604]: 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-07T09:09:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:43 smithi028 ceph-mon[112123]: from='client.220518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:43 smithi028 ceph-mon[112123]: 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-07T09:09:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:43 smithi138 ceph-mon[117003]: from='client.220518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:43 smithi138 ceph-mon[117003]: 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-07T09:09:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:45 smithi161 ceph-mon[116604]: 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-07T09:09:45.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:45 smithi028 ceph-mon[112123]: 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-07T09:09:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:45 smithi138 ceph-mon[117003]: 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-07T09:09:46.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:46.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:46.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:47 smithi161 ceph-mon[116604]: 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-07T09:09:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:47 smithi028 ceph-mon[112123]: 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-07T09:09:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:47 smithi138 ceph-mon[117003]: 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-07T09:09:47.684 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:47.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:47.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:47.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:47.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:48 smithi161 ceph-mon[116604]: from='client.220593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:48 smithi028 ceph-mon[112123]: from='client.220593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:48 smithi138 ceph-mon[117003]: from='client.220593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:49 smithi161 ceph-mon[116604]: 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-07T09:09:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:49 smithi028 ceph-mon[112123]: 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-07T09:09:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:49 smithi138 ceph-mon[117003]: 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-07T09:09:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:51 smithi161 ceph-mon[116604]: 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-07T09:09:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:51 smithi028 ceph-mon[112123]: 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-07T09:09:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:51 smithi138 ceph-mon[117003]: 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-07T09:09:52.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:52.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:52.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:53 smithi161 ceph-mon[116604]: 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-07T09:09:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:53 smithi028 ceph-mon[112123]: 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-07T09:09:53.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:53.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:53.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:53.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:53.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:53 smithi138 ceph-mon[117003]: 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-07T09:09:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:54 smithi161 ceph-mon[116604]: from='client.220665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:54 smithi028 ceph-mon[112123]: from='client.220665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:54 smithi138 ceph-mon[117003]: from='client.220665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:09:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:55 smithi161 ceph-mon[116604]: 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-07T09:09:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:55 smithi028 ceph-mon[112123]: 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-07T09:09:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:55 smithi138 ceph-mon[117003]: 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-07T09:09:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:57 smithi161 ceph-mon[116604]: 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-07T09:09:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:57 smithi028 ceph-mon[112123]: 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-07T09:09:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:57 smithi138 ceph-mon[117003]: 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-07T09:09:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:09:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:09:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:09:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:09:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:09:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:09:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:09:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:09:58.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:09:58.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:09:58.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:09:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:09:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:09:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:09:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:09:59.251 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:09:59.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:09:59.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:09:59.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:09:59.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:09:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:09:59 smithi161 ceph-mon[116604]: 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-07T09:09:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:09:59 smithi028 ceph-mon[112123]: 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-07T09:09:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:09:59 smithi138 ceph-mon[117003]: 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-07T09:10:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:00 smithi161 ceph-mon[116604]: from='client.220737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:00.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T09:10:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:00 smithi028 ceph-mon[112123]: from='client.220737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T09:10:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:00 smithi138 ceph-mon[117003]: from='client.220737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T09:10:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:01 smithi161 ceph-mon[116604]: pgmap v7900: 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-07T09:10:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:01 smithi028 ceph-mon[112123]: pgmap v7900: 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-07T09:10:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:01 smithi138 ceph-mon[117003]: pgmap v7900: 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-07T09:10:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:03 smithi161 ceph-mon[116604]: pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:03 smithi028 ceph-mon[112123]: pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:03 smithi138 ceph-mon[117003]: pgmap v7901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:04.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:04.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:04.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:05.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:05.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:05.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:05.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:05.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:05 smithi161 ceph-mon[116604]: pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:05 smithi028 ceph-mon[112123]: pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:05 smithi138 ceph-mon[117003]: pgmap v7902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:06 smithi161 ceph-mon[116604]: from='client.220809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:06 smithi028 ceph-mon[112123]: from='client.220809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:06.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:06 smithi138 ceph-mon[117003]: from='client.220809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:07 smithi161 ceph-mon[116604]: pgmap v7903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:07 smithi028 ceph-mon[112123]: pgmap v7903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:07 smithi138 ceph-mon[117003]: pgmap v7903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:08 smithi138 ceph-mon[117003]: pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:08 smithi161 ceph-mon[116604]: pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:08 smithi028 ceph-mon[112123]: pgmap v7904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:10.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:10.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:10.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:10.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:10.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:10.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:10.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:10.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:11 smithi161 ceph-mon[116604]: 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-07T09:10:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:11 smithi161 ceph-mon[116604]: from='client.220884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:11 smithi028 ceph-mon[112123]: 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-07T09:10:11.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:11 smithi028 ceph-mon[112123]: from='client.220884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:11 smithi138 ceph-mon[117003]: 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-07T09:10:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:11 smithi138 ceph-mon[117003]: from='client.220884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:13 smithi161 ceph-mon[116604]: pgmap v7906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:13 smithi028 ceph-mon[112123]: pgmap v7906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:13 smithi138 ceph-mon[117003]: pgmap v7906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:15 smithi161 ceph-mon[116604]: pgmap v7907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:15 smithi028 ceph-mon[112123]: pgmap v7907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:15 smithi138 ceph-mon[117003]: pgmap v7907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:10:15.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:15.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:15.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:16.575 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:16.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:17.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:17 smithi161 ceph-mon[116604]: pgmap v7908: 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-07T09:10:17.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:17 smithi161 ceph-mon[116604]: from='client.220962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:17 smithi028 ceph-mon[112123]: pgmap v7908: 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-07T09:10:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:17 smithi028 ceph-mon[112123]: from='client.220962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:17 smithi138 ceph-mon[117003]: pgmap v7908: 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-07T09:10:17.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:17 smithi138 ceph-mon[117003]: from='client.220962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:18 smithi138 ceph-mon[117003]: pgmap v7909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:18 smithi161 ceph-mon[116604]: pgmap v7909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:18 smithi028 ceph-mon[112123]: pgmap v7909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:21 smithi161 ceph-mon[116604]: pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:10:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:21 smithi028 ceph-mon[112123]: pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:10:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:21 smithi138 ceph-mon[117003]: pgmap v7910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:10:21.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:21.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:21.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:22.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:22.342 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:22.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:22.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:22.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:23 smithi161 ceph-mon[116604]: from='client.221034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:23.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:23 smithi161 ceph-mon[116604]: 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-07T09:10:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:23 smithi028 ceph-mon[112123]: from='client.221034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:23.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:23 smithi028 ceph-mon[112123]: 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-07T09:10:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:23 smithi138 ceph-mon[117003]: from='client.221034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:23 smithi138 ceph-mon[117003]: 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-07T09:10:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:25 smithi161 ceph-mon[116604]: 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-07T09:10:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:25 smithi028 ceph-mon[112123]: 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-07T09:10:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:25 smithi138 ceph-mon[117003]: 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-07T09:10:27.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:27.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:27.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:27 smithi161 ceph-mon[116604]: 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-07T09:10:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:27 smithi028 ceph-mon[112123]: 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-07T09:10:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:27 smithi138 ceph-mon[117003]: 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-07T09:10:28.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:28.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:28.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:28.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:28.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:28 smithi138 ceph-mon[117003]: from='client.221109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:28 smithi138 ceph-mon[117003]: 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-07T09:10:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:28 smithi161 ceph-mon[116604]: from='client.221109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:28 smithi161 ceph-mon[116604]: 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-07T09:10:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:28 smithi028 ceph-mon[112123]: from='client.221109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:28 smithi028 ceph-mon[112123]: 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-07T09:10:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:31 smithi161 ceph-mon[116604]: 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-07T09:10:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:31 smithi028 ceph-mon[112123]: 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-07T09:10:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:31 smithi138 ceph-mon[117003]: 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-07T09:10:33.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:33.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:33.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:33.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:33 smithi161 ceph-mon[116604]: 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-07T09:10:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:33 smithi028 ceph-mon[112123]: 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-07T09:10:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:33 smithi138 ceph-mon[117003]: 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-07T09:10:33.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:33.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:33.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:33.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:33.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:35 smithi161 ceph-mon[116604]: from='client.221181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:35.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:35 smithi161 ceph-mon[116604]: 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-07T09:10:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:35 smithi028 ceph-mon[112123]: from='client.221181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:35.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:35 smithi028 ceph-mon[112123]: 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-07T09:10:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:35 smithi138 ceph-mon[117003]: from='client.221181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:35 smithi138 ceph-mon[117003]: 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-07T09:10:37.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:37 smithi161 ceph-mon[116604]: 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-07T09:10:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:37 smithi028 ceph-mon[112123]: 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-07T09:10:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:37 smithi138 ceph-mon[117003]: 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-07T09:10:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:38 smithi138 ceph-mon[117003]: 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-07T09:10:38.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:38.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:38.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:38 smithi161 ceph-mon[116604]: 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-07T09:10:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:38 smithi028 ceph-mon[112123]: 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-07T09:10:39.708 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:39.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:39.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:39.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:39.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:39 smithi138 ceph-mon[117003]: from='client.221256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:39 smithi161 ceph-mon[116604]: from='client.221256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:39 smithi028 ceph-mon[112123]: from='client.221256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:40.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:40 smithi138 ceph-mon[117003]: pgmap v7920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:40 smithi161 ceph-mon[116604]: pgmap v7920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:40 smithi028 ceph-mon[112123]: pgmap v7920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:43.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:43 smithi161 ceph-mon[116604]: pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:43 smithi028 ceph-mon[112123]: pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:43 smithi138 ceph-mon[117003]: pgmap v7921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:44.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:44.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:44.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:45 smithi161 ceph-mon[116604]: pgmap v7922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:45 smithi028 ceph-mon[112123]: pgmap v7922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:45.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:45.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:45.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:45.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:45.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:45 smithi138 ceph-mon[117003]: pgmap v7922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:46.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:46 smithi161 ceph-mon[116604]: from='client.221331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:46.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:46 smithi028 ceph-mon[112123]: from='client.221331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:46 smithi138 ceph-mon[117003]: from='client.221331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:47 smithi161 ceph-mon[116604]: pgmap v7923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:47 smithi028 ceph-mon[112123]: pgmap v7923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:47 smithi138 ceph-mon[117003]: pgmap v7923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:48 smithi138 ceph-mon[117003]: pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:48 smithi161 ceph-mon[116604]: pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:48 smithi028 ceph-mon[112123]: pgmap v7924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:10:50.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:50.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:50.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:51.253 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:51.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:51.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:51.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:51.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:51 smithi161 ceph-mon[116604]: 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-07T09:10:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:51 smithi028 ceph-mon[112123]: 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-07T09:10:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:51 smithi138 ceph-mon[117003]: 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-07T09:10:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:52 smithi161 ceph-mon[116604]: from='client.221409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:52 smithi028 ceph-mon[112123]: from='client.221409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:52 smithi138 ceph-mon[117003]: from='client.221409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:53 smithi161 ceph-mon[116604]: pgmap v7926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:53 smithi028 ceph-mon[112123]: pgmap v7926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:53 smithi138 ceph-mon[117003]: pgmap v7926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:55 smithi161 ceph-mon[116604]: pgmap v7927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:55 smithi028 ceph-mon[112123]: pgmap v7927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:55 smithi138 ceph-mon[117003]: pgmap v7927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:56.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:10:56.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:10:56.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:10:57.025 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:10:57.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:10:57.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:10:57.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:10:57.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:10:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:57 smithi161 ceph-mon[116604]: pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:10:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:57 smithi028 ceph-mon[112123]: pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:10:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:57 smithi138 ceph-mon[117003]: pgmap v7928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:10:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:58 smithi161 ceph-mon[116604]: from='client.221484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:10:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:58 smithi028 ceph-mon[112123]: from='client.221484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:10:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:58 smithi138 ceph-mon[117003]: from='client.221484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:10:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:10:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:59 smithi161 ceph-mon[116604]: pgmap v7929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:10:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:59 smithi028 ceph-mon[112123]: pgmap v7929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:10:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:59 smithi138 ceph-mon[117003]: pgmap v7929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:10:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:10:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:10:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:11:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:11:00.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:00 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16698M 2023-12-07T09:11:00.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:11:00.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:11:00.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:11:00.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:11:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:11:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:00 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16698M 2023-12-07T09:11:00.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:11:00.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:11:00.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:11:00.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:11:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:11:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:00 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16698M 2023-12-07T09:11:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:11:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:11:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:11:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:11:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:01 smithi138 ceph-mon[117003]: pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:11:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:01 smithi161 ceph-mon[116604]: pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:11:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:01 smithi028 ceph-mon[112123]: pgmap v7930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:11:02.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:02.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:02.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:02.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:02.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:02.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:02.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:02.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:03 smithi138 ceph-mon[117003]: 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-07T09:11:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:03 smithi138 ceph-mon[117003]: from='client.221562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:03 smithi161 ceph-mon[116604]: 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-07T09:11:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:03 smithi161 ceph-mon[116604]: from='client.221562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:03 smithi028 ceph-mon[112123]: 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-07T09:11:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:03 smithi028 ceph-mon[112123]: from='client.221562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:04.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:04 smithi138 ceph-mon[117003]: 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-07T09:11:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:04 smithi161 ceph-mon[116604]: 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-07T09:11:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:04 smithi028 ceph-mon[112123]: 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-07T09:11:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:07 smithi161 ceph-mon[116604]: 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-07T09:11:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:07 smithi028 ceph-mon[112123]: 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-07T09:11:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:07 smithi138 ceph-mon[117003]: 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-07T09:11:07.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:07.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:07.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:08.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:08.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:08.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:08.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:08.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:08.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:08 smithi138 ceph-mon[117003]: 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-07T09:11:08.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:08 smithi138 ceph-mon[117003]: from='client.221637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:08 smithi161 ceph-mon[116604]: 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-07T09:11:08.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:08 smithi161 ceph-mon[116604]: from='client.221637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:08 smithi028 ceph-mon[112123]: 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-07T09:11:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:08 smithi028 ceph-mon[112123]: from='client.221637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:11 smithi161 ceph-mon[116604]: 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-07T09:11:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:11 smithi028 ceph-mon[112123]: 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-07T09:11:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:11 smithi138 ceph-mon[117003]: 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-07T09:11:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:13 smithi161 ceph-mon[116604]: 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-07T09:11:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:13 smithi028 ceph-mon[112123]: 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-07T09:11:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:13 smithi138 ceph-mon[117003]: 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-07T09:11:13.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:13.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:13.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:14.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:14.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:14.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:14.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:14.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:15.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:15 smithi161 ceph-mon[116604]: from='client.221712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:15.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:15 smithi161 ceph-mon[116604]: 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-07T09:11:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:15 smithi028 ceph-mon[112123]: from='client.221712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:15 smithi028 ceph-mon[112123]: 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-07T09:11:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:15 smithi138 ceph-mon[117003]: from='client.221712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:15 smithi138 ceph-mon[117003]: 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-07T09:11:17.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:17 smithi161 ceph-mon[116604]: pgmap v7938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:11:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:17 smithi028 ceph-mon[112123]: pgmap v7938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:11:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:17 smithi138 ceph-mon[117003]: pgmap v7938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:11:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:18 smithi138 ceph-mon[117003]: pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:11:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:18 smithi161 ceph-mon[116604]: pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:11:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:18 smithi028 ceph-mon[112123]: pgmap v7939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:11:19.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:19.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:19.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:20.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:20.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:20.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:20.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:20.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:21 smithi161 ceph-mon[116604]: from='client.221787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:21.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:21 smithi161 ceph-mon[116604]: pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:21 smithi028 ceph-mon[112123]: from='client.221787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:21 smithi028 ceph-mon[112123]: pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:21 smithi138 ceph-mon[117003]: from='client.221787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:21 smithi138 ceph-mon[117003]: pgmap v7940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:23 smithi161 ceph-mon[116604]: pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:11:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:23 smithi028 ceph-mon[112123]: pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:11:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:23 smithi138 ceph-mon[117003]: pgmap v7941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:11:25.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:25.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:25.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:25 smithi161 ceph-mon[116604]: pgmap v7942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:11:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:25 smithi028 ceph-mon[112123]: pgmap v7942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:11:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:25 smithi138 ceph-mon[117003]: pgmap v7942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:11:25.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:25.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:25.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:25.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:25.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:27 smithi161 ceph-mon[116604]: from='client.221862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:27 smithi161 ceph-mon[116604]: pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:27.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:27 smithi028 ceph-mon[112123]: from='client.221862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:27.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:27 smithi028 ceph-mon[112123]: pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:27 smithi138 ceph-mon[117003]: from='client.221862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:27 smithi138 ceph-mon[117003]: pgmap v7943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:28 smithi138 ceph-mon[117003]: pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:11:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:28 smithi161 ceph-mon[116604]: pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:11:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:28 smithi028 ceph-mon[112123]: pgmap v7944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:11:30.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:30.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:30.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:31.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:31 smithi161 ceph-mon[116604]: pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:11:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:31 smithi028 ceph-mon[112123]: pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:11:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:31 smithi138 ceph-mon[117003]: pgmap v7945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:11:31.679 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:31.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:31.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:31.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:31.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:32 smithi161 ceph-mon[116604]: from='client.221940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:32 smithi028 ceph-mon[112123]: from='client.221940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:32 smithi138 ceph-mon[117003]: from='client.221940 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:33 smithi161 ceph-mon[116604]: pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:33 smithi028 ceph-mon[112123]: pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:33 smithi138 ceph-mon[117003]: pgmap v7946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:35 smithi161 ceph-mon[116604]: pgmap v7947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:35 smithi028 ceph-mon[112123]: pgmap v7947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:35 smithi138 ceph-mon[117003]: pgmap v7947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:36.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:36.682 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:36.682 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:37 smithi161 ceph-mon[116604]: pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:11:37.457 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:37.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:37.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:37.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:37.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:37 smithi028 ceph-mon[112123]: pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:11:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:37 smithi138 ceph-mon[117003]: pgmap v7948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:11:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:38 smithi161 ceph-mon[116604]: from='client.222015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:38 smithi028 ceph-mon[112123]: from='client.222015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:38 smithi138 ceph-mon[117003]: from='client.222015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:39 smithi161 ceph-mon[116604]: pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:39 smithi028 ceph-mon[112123]: pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:39 smithi138 ceph-mon[117003]: pgmap v7949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:41 smithi161 ceph-mon[116604]: pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:11:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:41 smithi028 ceph-mon[112123]: pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:11:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:41 smithi138 ceph-mon[117003]: pgmap v7950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:11:42.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:42.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:42.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:43.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:43.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:43.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:43.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:43.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:43 smithi161 ceph-mon[116604]: 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-07T09:11:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:43 smithi028 ceph-mon[112123]: 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-07T09:11:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:43 smithi138 ceph-mon[117003]: 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-07T09:11:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:44 smithi161 ceph-mon[116604]: from='client.222087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:44 smithi028 ceph-mon[112123]: from='client.222087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:44.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:44 smithi138 ceph-mon[117003]: from='client.222087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:45.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:45 smithi161 ceph-mon[116604]: 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-07T09:11:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:45 smithi028 ceph-mon[112123]: 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-07T09:11:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:45 smithi138 ceph-mon[117003]: 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-07T09:11:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:47 smithi161 ceph-mon[116604]: 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-07T09:11:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:47 smithi028 ceph-mon[112123]: 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-07T09:11:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:47 smithi138 ceph-mon[117003]: 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-07T09:11:48.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:48.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:48.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:48 smithi138 ceph-mon[117003]: 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-07T09:11:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:48 smithi161 ceph-mon[116604]: 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-07T09:11:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:48 smithi028 ceph-mon[112123]: 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-07T09:11:49.008 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:49.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:49.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:49.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:49.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:49 smithi138 ceph-mon[117003]: from='client.222165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:49.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:49 smithi161 ceph-mon[116604]: from='client.222165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:49 smithi028 ceph-mon[112123]: from='client.222165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:50.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:50 smithi138 ceph-mon[117003]: 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-07T09:11:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:50 smithi161 ceph-mon[116604]: 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-07T09:11:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:50 smithi028 ceph-mon[112123]: 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-07T09:11:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:53 smithi161 ceph-mon[116604]: 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-07T09:11:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:53 smithi028 ceph-mon[112123]: 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-07T09:11:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:53 smithi138 ceph-mon[117003]: 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-07T09:11:54.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:54.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:54.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:54.778 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:11:54.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:11:54.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:11:54.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:11:54.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:11:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:55 smithi161 ceph-mon[116604]: 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-07T09:11:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:55 smithi161 ceph-mon[116604]: from='client.222243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:55 smithi028 ceph-mon[112123]: 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-07T09:11:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:55 smithi028 ceph-mon[112123]: from='client.222243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:55 smithi138 ceph-mon[117003]: 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-07T09:11:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:55 smithi138 ceph-mon[117003]: from='client.222243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:11:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:57 smithi161 ceph-mon[116604]: pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:57 smithi028 ceph-mon[112123]: pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:57 smithi138 ceph-mon[117003]: pgmap v7958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:11:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:58 smithi138 ceph-mon[117003]: pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:11:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:58 smithi161 ceph-mon[116604]: pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:11:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:58 smithi028 ceph-mon[112123]: pgmap v7959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:11:59.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:11:59.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:11:59.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:11:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:11:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:12:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:11:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:12:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:11:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:12:00.573 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:00.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:00.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:00.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:00.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:00 smithi138 ceph-mon[117003]: pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:00 smithi138 ceph-mon[117003]: from='client.162929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:12:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:12:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:12:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:00 smithi161 ceph-mon[116604]: pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:00 smithi161 ceph-mon[116604]: from='client.162929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:12:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:12:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:12:01.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:00 smithi028 ceph-mon[112123]: pgmap v7960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:01.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:00 smithi028 ceph-mon[112123]: from='client.162929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:01.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:12:01.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:12:01.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:12:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:03 smithi161 ceph-mon[116604]: pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:12:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:03 smithi028 ceph-mon[112123]: pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:12:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:03 smithi138 ceph-mon[117003]: pgmap v7961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:12:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:05 smithi161 ceph-mon[116604]: pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:12:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:05 smithi028 ceph-mon[112123]: pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:12:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:05 smithi138 ceph-mon[117003]: pgmap v7962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:12:05.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:05.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:05.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:06.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:06.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:06.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:06.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:06.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:07 smithi161 ceph-mon[116604]: from='client.222393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:07.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:07 smithi161 ceph-mon[116604]: 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-07T09:12:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:07 smithi028 ceph-mon[112123]: from='client.222393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:07.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:07 smithi028 ceph-mon[112123]: 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-07T09:12:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:07 smithi138 ceph-mon[117003]: from='client.222393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:07 smithi138 ceph-mon[117003]: 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-07T09:12:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:08 smithi138 ceph-mon[117003]: pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:08 smithi161 ceph-mon[116604]: pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:08 smithi028 ceph-mon[112123]: pgmap v7964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:11.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:11.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:11.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:11 smithi161 ceph-mon[116604]: pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:11 smithi028 ceph-mon[112123]: pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:11 smithi138 ceph-mon[117003]: pgmap v7965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:12.117 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:12.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:12.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:12.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:12.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:13 smithi161 ceph-mon[116604]: from='client.222465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:13.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:13 smithi161 ceph-mon[116604]: pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:13 smithi028 ceph-mon[112123]: from='client.222465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:13.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:13 smithi028 ceph-mon[112123]: pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:13 smithi138 ceph-mon[117003]: from='client.222465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:13 smithi138 ceph-mon[117003]: pgmap v7966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:15 smithi161 ceph-mon[116604]: pgmap v7967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:15 smithi028 ceph-mon[112123]: pgmap v7967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:15 smithi138 ceph-mon[117003]: pgmap v7967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:17.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:17.119 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:17.119 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:17.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:17 smithi161 ceph-mon[116604]: pgmap v7968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:17 smithi028 ceph-mon[112123]: pgmap v7968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:17 smithi138 ceph-mon[117003]: pgmap v7968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:17.892 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:17.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:17.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:17.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:17.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:18 smithi138 ceph-mon[117003]: from='client.222540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:18 smithi138 ceph-mon[117003]: 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-07T09:12:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:18 smithi161 ceph-mon[116604]: from='client.222540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:18 smithi161 ceph-mon[116604]: 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-07T09:12:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:18 smithi028 ceph-mon[112123]: from='client.222540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:18.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:18 smithi028 ceph-mon[112123]: 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-07T09:12:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:21 smithi161 ceph-mon[116604]: 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-07T09:12:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:21 smithi028 ceph-mon[112123]: 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-07T09:12:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:21 smithi138 ceph-mon[117003]: 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-07T09:12:22.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:22.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:22.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:23 smithi161 ceph-mon[116604]: 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-07T09:12:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:23 smithi028 ceph-mon[112123]: 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-07T09:12:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:23 smithi138 ceph-mon[117003]: 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-07T09:12:23.656 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:23.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:23.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:23.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:23.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:24 smithi161 ceph-mon[116604]: from='client.222615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:24 smithi028 ceph-mon[112123]: from='client.222615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:24.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:24 smithi138 ceph-mon[117003]: from='client.222615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:25 smithi161 ceph-mon[116604]: 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-07T09:12:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:25 smithi028 ceph-mon[112123]: 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-07T09:12:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:25 smithi138 ceph-mon[117003]: 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-07T09:12:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:27 smithi161 ceph-mon[116604]: 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-07T09:12:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:27 smithi028 ceph-mon[112123]: 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-07T09:12:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:27 smithi138 ceph-mon[117003]: 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-07T09:12:28.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:28.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:28.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:28 smithi138 ceph-mon[117003]: 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-07T09:12:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:28 smithi161 ceph-mon[116604]: 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-07T09:12:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:28 smithi028 ceph-mon[112123]: 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-07T09:12:29.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:29.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:29.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:29.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:29.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:29 smithi138 ceph-mon[117003]: from='client.222693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:29 smithi161 ceph-mon[116604]: from='client.222693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:29.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:29 smithi028 ceph-mon[112123]: from='client.222693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:30 smithi138 ceph-mon[117003]: pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:12:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:30 smithi161 ceph-mon[116604]: pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:12:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:30 smithi028 ceph-mon[112123]: pgmap v7975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:12:33.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:33 smithi161 ceph-mon[116604]: pgmap v7976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:12:33.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:33 smithi028 ceph-mon[112123]: pgmap v7976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:12:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:33 smithi138 ceph-mon[117003]: pgmap v7976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:12:34.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:34.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:34.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:35.199 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:35.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:35.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:35.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:35.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:35 smithi161 ceph-mon[116604]: pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:12:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:35 smithi028 ceph-mon[112123]: pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:12:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:35 smithi138 ceph-mon[117003]: pgmap v7977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:12:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:36 smithi161 ceph-mon[116604]: from='client.222768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:36 smithi028 ceph-mon[112123]: from='client.222768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:36 smithi138 ceph-mon[117003]: from='client.222768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:37 smithi161 ceph-mon[116604]: pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:37 smithi028 ceph-mon[112123]: pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:37 smithi138 ceph-mon[117003]: pgmap v7978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:38 smithi138 ceph-mon[117003]: pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:12:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:38 smithi161 ceph-mon[116604]: pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:12:38.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:38 smithi028 ceph-mon[112123]: pgmap v7979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:12:40.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:40.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:40.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:40.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:40.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:40.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:40.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:40.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:41 smithi161 ceph-mon[116604]: pgmap v7980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:41 smithi028 ceph-mon[112123]: pgmap v7980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:41 smithi138 ceph-mon[117003]: pgmap v7980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:42 smithi161 ceph-mon[116604]: from='client.222843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:42 smithi028 ceph-mon[112123]: from='client.222843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:42 smithi138 ceph-mon[117003]: from='client.222843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:43 smithi161 ceph-mon[116604]: pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:12:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:43 smithi028 ceph-mon[112123]: pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:12:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:43 smithi138 ceph-mon[117003]: pgmap v7981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:12:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:45 smithi161 ceph-mon[116604]: pgmap v7982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:12:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:45 smithi028 ceph-mon[112123]: pgmap v7982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:12:45.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:45 smithi138 ceph-mon[117003]: pgmap v7982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:12:45.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:45.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:45.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:46.755 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:46.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:46.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:46.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:46.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:47.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:47 smithi161 ceph-mon[116604]: pgmap v7983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:12:47.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:47 smithi161 ceph-mon[116604]: from='client.222918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:47.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:47 smithi028 ceph-mon[112123]: pgmap v7983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:12:47.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:47 smithi028 ceph-mon[112123]: from='client.222918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:47 smithi138 ceph-mon[117003]: pgmap v7983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:12:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:47 smithi138 ceph-mon[117003]: from='client.222918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:48 smithi138 ceph-mon[117003]: pgmap v7984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:48.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:48 smithi161 ceph-mon[116604]: pgmap v7984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:48 smithi028 ceph-mon[112123]: pgmap v7984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:51 smithi161 ceph-mon[116604]: pgmap v7985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:51 smithi028 ceph-mon[112123]: pgmap v7985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:51 smithi138 ceph-mon[117003]: pgmap v7985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:51.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:51.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:51.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:52.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:52.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:52.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:52.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:52.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:53 smithi161 ceph-mon[116604]: pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:53 smithi161 ceph-mon[116604]: from='client.222996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:53 smithi028 ceph-mon[112123]: pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:53.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:53 smithi028 ceph-mon[112123]: from='client.222996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:53 smithi138 ceph-mon[117003]: pgmap v7986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:53 smithi138 ceph-mon[117003]: from='client.222996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:55 smithi161 ceph-mon[116604]: pgmap v7987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:55 smithi028 ceph-mon[112123]: pgmap v7987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:55 smithi138 ceph-mon[117003]: pgmap v7987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:12:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:57 smithi161 ceph-mon[116604]: pgmap v7988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:57 smithi028 ceph-mon[112123]: pgmap v7988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:57.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:12:57.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:12:57.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:12:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:57 smithi138 ceph-mon[117003]: pgmap v7988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:12:58.319 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:12:58.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:12:58.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:12:58.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:12:58.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:12:58.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:58 smithi138 ceph-mon[117003]: from='client.223074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:58.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:12:58 smithi138 ceph-mon[117003]: 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-07T09:12:58.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:58 smithi161 ceph-mon[116604]: from='client.223074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:58.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:12:58 smithi161 ceph-mon[116604]: 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-07T09:12:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:58 smithi028 ceph-mon[112123]: from='client.223074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:12:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:12:58 smithi028 ceph-mon[112123]: 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-07T09:13:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:01 smithi161 ceph-mon[116604]: 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-07T09:13:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:13:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:13:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:13:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:13:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:01 smithi028 ceph-mon[112123]: 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-07T09:13:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:13:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:13:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:13:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:13:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:01 smithi138 ceph-mon[117003]: 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-07T09:13:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:13:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:13:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:13:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:13:03.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:03.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:03.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:03 smithi161 ceph-mon[116604]: 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-07T09:13:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:03 smithi028 ceph-mon[112123]: 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-07T09:13:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:03 smithi138 ceph-mon[117003]: 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-07T09:13:04.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:04.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:04.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:04.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:04.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:05 smithi161 ceph-mon[116604]: from='client.223149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:05.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:05 smithi161 ceph-mon[116604]: 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-07T09:13:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:05 smithi028 ceph-mon[112123]: from='client.223149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:05 smithi028 ceph-mon[112123]: 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-07T09:13:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:05 smithi138 ceph-mon[117003]: from='client.223149 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:05 smithi138 ceph-mon[117003]: 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-07T09:13:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:07 smithi161 ceph-mon[116604]: 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-07T09:13:07.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:07 smithi028 ceph-mon[112123]: 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-07T09:13:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:07 smithi138 ceph-mon[117003]: 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-07T09:13:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:08 smithi138 ceph-mon[117003]: 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-07T09:13:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:08 smithi161 ceph-mon[116604]: 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-07T09:13:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:08 smithi028 ceph-mon[112123]: 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-07T09:13:09.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:09.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:09.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:09 smithi138 ceph-mon[117003]: from='client.223224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:09.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:09.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:09.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:09.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:09.877 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:09 smithi161 ceph-mon[116604]: from='client.223224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:09 smithi028 ceph-mon[112123]: from='client.223224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:10 smithi161 ceph-mon[116604]: pgmap v7995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:10.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:10 smithi028 ceph-mon[112123]: pgmap v7995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:10 smithi138 ceph-mon[117003]: pgmap v7995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:13 smithi161 ceph-mon[116604]: pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:13 smithi028 ceph-mon[112123]: pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:13 smithi138 ceph-mon[117003]: pgmap v7996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:14.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:14.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:14.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:15 smithi161 ceph-mon[116604]: pgmap v7997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:15 smithi028 ceph-mon[112123]: pgmap v7997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:15 smithi138 ceph-mon[117003]: pgmap v7997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:15.654 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:15.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:15.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:15.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:15.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:16.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:16 smithi161 ceph-mon[116604]: from='client.223302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:16 smithi028 ceph-mon[112123]: from='client.223302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:16 smithi138 ceph-mon[117003]: from='client.223302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:17 smithi161 ceph-mon[116604]: pgmap v7998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:17 smithi028 ceph-mon[112123]: pgmap v7998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:17 smithi138 ceph-mon[117003]: pgmap v7998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:18 smithi138 ceph-mon[117003]: pgmap v7999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:18 smithi161 ceph-mon[116604]: pgmap v7999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:18 smithi028 ceph-mon[112123]: pgmap v7999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:20.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:20.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:20.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:21.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:21.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:21.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:21.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:21.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:21 smithi161 ceph-mon[116604]: pgmap v8000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:21.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:21 smithi028 ceph-mon[112123]: pgmap v8000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:21 smithi138 ceph-mon[117003]: pgmap v8000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:22 smithi161 ceph-mon[116604]: from='client.223371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:22 smithi028 ceph-mon[112123]: from='client.223371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:22.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:22 smithi138 ceph-mon[117003]: from='client.223371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:23 smithi161 ceph-mon[116604]: 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-07T09:13:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:23 smithi028 ceph-mon[112123]: 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-07T09:13:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:23 smithi138 ceph-mon[117003]: 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-07T09:13:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:25 smithi161 ceph-mon[116604]: 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-07T09:13:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:25 smithi028 ceph-mon[112123]: 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-07T09:13:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:25 smithi138 ceph-mon[117003]: 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-07T09:13:26.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:26.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:26.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:27.201 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:27.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:27.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:27.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:27.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:27 smithi161 ceph-mon[116604]: pgmap v8003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:13:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:27 smithi028 ceph-mon[112123]: pgmap v8003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:13:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:27 smithi138 ceph-mon[117003]: pgmap v8003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:13:28.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:28 smithi161 ceph-mon[116604]: from='client.223449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:28 smithi028 ceph-mon[112123]: from='client.223449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:28 smithi138 ceph-mon[117003]: from='client.223449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:29 smithi161 ceph-mon[116604]: pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:29 smithi028 ceph-mon[112123]: pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:29 smithi138 ceph-mon[117003]: pgmap v8004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:31 smithi161 ceph-mon[116604]: pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:13:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:31 smithi028 ceph-mon[112123]: pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:13:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:31 smithi138 ceph-mon[117003]: pgmap v8005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:13:32.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:32.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:32.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:32.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:32.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:32.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:32.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:32.973 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:33 smithi161 ceph-mon[116604]: pgmap v8006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:33 smithi028 ceph-mon[112123]: pgmap v8006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:33 smithi138 ceph-mon[117003]: pgmap v8006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:34 smithi161 ceph-mon[116604]: from='client.223518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:34 smithi028 ceph-mon[112123]: from='client.223518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:34.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:34 smithi138 ceph-mon[117003]: from='client.223518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:35 smithi161 ceph-mon[116604]: pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:35 smithi028 ceph-mon[112123]: pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:35 smithi138 ceph-mon[117003]: pgmap v8007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:37 smithi161 ceph-mon[116604]: pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:13:37.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:37 smithi028 ceph-mon[112123]: pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:13:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:37 smithi138 ceph-mon[117003]: pgmap v8008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:13:37.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:37.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:37.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:38.751 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:38.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:38.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:38.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:38.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:38 smithi161 ceph-mon[116604]: 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-07T09:13:38.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:38 smithi161 ceph-mon[116604]: from='client.223596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:38 smithi028 ceph-mon[112123]: 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-07T09:13:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:38 smithi028 ceph-mon[112123]: from='client.223596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:38 smithi138 ceph-mon[117003]: 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-07T09:13:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:38 smithi138 ceph-mon[117003]: from='client.223596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:41 smithi161 ceph-mon[116604]: 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-07T09:13:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:41 smithi028 ceph-mon[112123]: 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-07T09:13:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:41 smithi138 ceph-mon[117003]: 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-07T09:13:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:43 smithi161 ceph-mon[116604]: 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-07T09:13:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:43 smithi028 ceph-mon[112123]: 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-07T09:13:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:43 smithi138 ceph-mon[117003]: 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-07T09:13:43.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:43.753 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:43.753 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:44.521 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:44.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:44.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:44.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:44.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:45 smithi161 ceph-mon[116604]: 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-07T09:13:45.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:45 smithi161 ceph-mon[116604]: from='client.223674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:45 smithi028 ceph-mon[112123]: 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-07T09:13:45.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:45 smithi028 ceph-mon[112123]: from='client.223674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:45 smithi138 ceph-mon[117003]: 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-07T09:13:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:45 smithi138 ceph-mon[117003]: from='client.223674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:47 smithi161 ceph-mon[116604]: pgmap v8013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:47 smithi028 ceph-mon[112123]: pgmap v8013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:47 smithi138 ceph-mon[117003]: pgmap v8013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:48 smithi161 ceph-mon[116604]: pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:48.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:48 smithi028 ceph-mon[112123]: pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:48 smithi138 ceph-mon[117003]: pgmap v8014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:49.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:49.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:49.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:50.295 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:50.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:50.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:50.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:50.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:51.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:51 smithi161 ceph-mon[116604]: from='client.223752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:51.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:51 smithi161 ceph-mon[116604]: pgmap v8015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:51 smithi028 ceph-mon[112123]: from='client.223752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:51 smithi028 ceph-mon[112123]: pgmap v8015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:51 smithi138 ceph-mon[117003]: from='client.223752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:51 smithi138 ceph-mon[117003]: pgmap v8015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:53 smithi161 ceph-mon[116604]: pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:53 smithi028 ceph-mon[112123]: pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:53 smithi138 ceph-mon[117003]: pgmap v8016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:55.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:13:55.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:13:55.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:13:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:55 smithi161 ceph-mon[116604]: pgmap v8017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:55 smithi028 ceph-mon[112123]: pgmap v8017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:55 smithi138 ceph-mon[117003]: pgmap v8017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:13:56.065 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:13:56.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:13:56.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:13:56.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:13:56.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:13:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:57 smithi161 ceph-mon[116604]: from='client.223827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:57 smithi161 ceph-mon[116604]: pgmap v8018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:57 smithi028 ceph-mon[112123]: from='client.223827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:57 smithi028 ceph-mon[112123]: pgmap v8018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:57 smithi138 ceph-mon[117003]: from='client.223827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:13:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:57 smithi138 ceph-mon[117003]: pgmap v8018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:13:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:13:58 smithi161 ceph-mon[116604]: 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-07T09:13:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:13:58 smithi028 ceph-mon[112123]: 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-07T09:13:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:13:58 smithi138 ceph-mon[117003]: 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-07T09:14:01.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:01.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:01.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:01 smithi161 ceph-mon[116604]: 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-07T09:14:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:14:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:01 smithi028 ceph-mon[112123]: 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-07T09:14:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:14:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:01 smithi138 ceph-mon[117003]: 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-07T09:14:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:14:01.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:01.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:01.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:01.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:01.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:02 smithi161 ceph-mon[116604]: from='client.223905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:14:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:14:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:14:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:02 smithi028 ceph-mon[112123]: from='client.223905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:02.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:14:02.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:14:02.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:14:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:02 smithi138 ceph-mon[117003]: from='client.223905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:14:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:14:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:14:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:03 smithi161 ceph-mon[116604]: 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-07T09:14:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:03 smithi028 ceph-mon[112123]: 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-07T09:14:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:03 smithi138 ceph-mon[117003]: 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-07T09:14:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:05 smithi161 ceph-mon[116604]: 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-07T09:14:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:05 smithi028 ceph-mon[112123]: 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-07T09:14:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:05 smithi138 ceph-mon[117003]: 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-07T09:14:06.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:06.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:06.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:07 smithi161 ceph-mon[116604]: pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:07 smithi028 ceph-mon[112123]: pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:07 smithi138 ceph-mon[117003]: pgmap v8023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:07.662 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:07.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:07.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:07.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:07.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:08 smithi161 ceph-mon[116604]: from='client.223980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:08 smithi028 ceph-mon[112123]: from='client.223980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:08 smithi138 ceph-mon[117003]: from='client.223980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:09 smithi161 ceph-mon[116604]: pgmap v8024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:09.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:09 smithi028 ceph-mon[112123]: pgmap v8024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:09 smithi138 ceph-mon[117003]: pgmap v8024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:11 smithi161 ceph-mon[116604]: pgmap v8025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:11 smithi028 ceph-mon[112123]: pgmap v8025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:11 smithi138 ceph-mon[117003]: pgmap v8025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:12.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:12.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:12.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:13.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:13.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:13.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:13.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:13.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:13 smithi161 ceph-mon[116604]: pgmap v8026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:13.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:13 smithi028 ceph-mon[112123]: pgmap v8026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:13 smithi138 ceph-mon[117003]: pgmap v8026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:14 smithi161 ceph-mon[116604]: from='client.224058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:14 smithi028 ceph-mon[112123]: from='client.224058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:14 smithi138 ceph-mon[117003]: from='client.224058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:15 smithi161 ceph-mon[116604]: pgmap v8027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:15 smithi028 ceph-mon[112123]: pgmap v8027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:15 smithi138 ceph-mon[117003]: pgmap v8027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:17.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:17 smithi161 ceph-mon[116604]: pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:17 smithi028 ceph-mon[112123]: pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:17 smithi138 ceph-mon[117003]: pgmap v8028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:18.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:18.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:18.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:18 smithi161 ceph-mon[116604]: 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-07T09:14:18.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:18 smithi028 ceph-mon[112123]: 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-07T09:14:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:18 smithi138 ceph-mon[117003]: 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-07T09:14:19.197 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:19.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:19.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:19.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:19.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:19 smithi161 ceph-mon[116604]: from='client.224133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:19 smithi028 ceph-mon[112123]: from='client.224133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:20.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:19 smithi138 ceph-mon[117003]: from='client.224133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:20 smithi161 ceph-mon[116604]: pgmap v8030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:14:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:20 smithi028 ceph-mon[112123]: pgmap v8030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:14:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:20 smithi138 ceph-mon[117003]: pgmap v8030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:14:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:23 smithi161 ceph-mon[116604]: pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:14:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:23 smithi028 ceph-mon[112123]: pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:14:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:23 smithi138 ceph-mon[117003]: pgmap v8031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:14:24.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:24.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:24.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:24.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:24.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:24.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:24.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:24.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:25 smithi161 ceph-mon[116604]: pgmap v8032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:14:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:25 smithi028 ceph-mon[112123]: pgmap v8032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:14:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:25 smithi138 ceph-mon[117003]: pgmap v8032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:14:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:26 smithi161 ceph-mon[116604]: from='client.224211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:26 smithi028 ceph-mon[112123]: from='client.224211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:26.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:26 smithi138 ceph-mon[117003]: from='client.224211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:27 smithi161 ceph-mon[116604]: pgmap v8033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:27 smithi028 ceph-mon[112123]: pgmap v8033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:27 smithi138 ceph-mon[117003]: pgmap v8033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:28 smithi161 ceph-mon[116604]: pgmap v8034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:14:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:28 smithi028 ceph-mon[112123]: pgmap v8034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:14:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:28 smithi138 ceph-mon[117003]: pgmap v8034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:14:29.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:29.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:29.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:30.737 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:30.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:30.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:30.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:30.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:31 smithi161 ceph-mon[116604]: pgmap v8035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:31.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:31 smithi161 ceph-mon[116604]: from='client.224286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:31 smithi028 ceph-mon[112123]: pgmap v8035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:31 smithi028 ceph-mon[112123]: from='client.224286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:31 smithi138 ceph-mon[117003]: pgmap v8035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:31 smithi138 ceph-mon[117003]: from='client.224286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:33 smithi161 ceph-mon[116604]: pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:14:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:33 smithi028 ceph-mon[112123]: pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:14:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:33 smithi138 ceph-mon[117003]: pgmap v8036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:14:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:35 smithi161 ceph-mon[116604]: pgmap v8037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:14:35.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:35 smithi028 ceph-mon[112123]: pgmap v8037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:14:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:35 smithi138 ceph-mon[117003]: pgmap v8037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:14:35.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:35.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:35.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:36.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:36.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:36.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:36.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:36.508 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:37 smithi161 ceph-mon[116604]: pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:14:37.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:37 smithi161 ceph-mon[116604]: from='client.224361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:37.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:37 smithi028 ceph-mon[112123]: pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:14:37.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:37 smithi028 ceph-mon[112123]: from='client.224361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:37 smithi138 ceph-mon[117003]: pgmap v8038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:14:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:37 smithi138 ceph-mon[117003]: from='client.224361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:38.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:38 smithi161 ceph-mon[116604]: 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-07T09:14:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:38 smithi028 ceph-mon[112123]: 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-07T09:14:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:38 smithi138 ceph-mon[117003]: 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-07T09:14:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:41 smithi161 ceph-mon[116604]: 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-07T09:14:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:41 smithi028 ceph-mon[112123]: 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-07T09:14:41.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:41.510 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:41.510 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:41 smithi138 ceph-mon[117003]: 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-07T09:14:42.275 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:42.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:42.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:42.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:42.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:43 smithi161 ceph-mon[116604]: from='client.224436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:43.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:43 smithi161 ceph-mon[116604]: 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-07T09:14:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:43 smithi028 ceph-mon[112123]: from='client.224436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:43.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:43 smithi028 ceph-mon[112123]: 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-07T09:14:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:43 smithi138 ceph-mon[117003]: from='client.224436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:43 smithi138 ceph-mon[117003]: 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-07T09:14:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:45 smithi161 ceph-mon[116604]: 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-07T09:14:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:45 smithi028 ceph-mon[112123]: 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-07T09:14:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:45 smithi138 ceph-mon[117003]: 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-07T09:14:47.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:47.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:47.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:47 smithi161 ceph-mon[116604]: pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:47 smithi028 ceph-mon[112123]: pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:47 smithi138 ceph-mon[117003]: pgmap v8043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:48.059 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:48.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:48.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:48.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:48.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:48.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:48 smithi161 ceph-mon[116604]: from='client.224511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:48.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:48 smithi161 ceph-mon[116604]: pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:48.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:48 smithi028 ceph-mon[112123]: from='client.224511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:48.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:48 smithi028 ceph-mon[112123]: pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:48 smithi138 ceph-mon[117003]: from='client.224511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:48 smithi138 ceph-mon[117003]: pgmap v8044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:51 smithi161 ceph-mon[116604]: pgmap v8045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:51 smithi028 ceph-mon[112123]: pgmap v8045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:51 smithi138 ceph-mon[117003]: pgmap v8045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:53.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:53.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:53.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:53 smithi161 ceph-mon[116604]: pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:53 smithi028 ceph-mon[112123]: pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:53 smithi138 ceph-mon[117003]: pgmap v8046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:53.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:53.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:53.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:53.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:53.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:54 smithi161 ceph-mon[116604]: from='client.224586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:54 smithi028 ceph-mon[112123]: from='client.224586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:54 smithi138 ceph-mon[117003]: from='client.224586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:55 smithi161 ceph-mon[116604]: pgmap v8047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:55 smithi028 ceph-mon[112123]: pgmap v8047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:55 smithi138 ceph-mon[117003]: pgmap v8047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:14:57.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:57 smithi161 ceph-mon[116604]: pgmap v8048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:57 smithi028 ceph-mon[112123]: pgmap v8048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:57.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:57 smithi138 ceph-mon[117003]: pgmap v8048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:14:58.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:14:58.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:14:58.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:14:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:58 smithi161 ceph-mon[116604]: 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-07T09:14:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:58 smithi028 ceph-mon[112123]: 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-07T09:14:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:58 smithi138 ceph-mon[117003]: 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-07T09:14:59.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:14:59.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:14:59.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:14:59.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:14:59.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:14:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:14:59 smithi161 ceph-mon[116604]: from='client.224664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:14:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:14:59 smithi028 ceph-mon[112123]: from='client.224664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:14:59 smithi138 ceph-mon[117003]: from='client.224664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:00 smithi161 ceph-mon[116604]: pgmap v8050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:00.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:00 smithi028 ceph-mon[112123]: pgmap v8050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:00 smithi138 ceph-mon[117003]: pgmap v8050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:02.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:15:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:15:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:15:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:02 smithi028 ceph-mon[112123]: pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:15:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:15:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:15:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:02 smithi138 ceph-mon[117003]: pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:15:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:15:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:15:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:02 smithi161 ceph-mon[116604]: pgmap v8051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:15:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:15:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:15:04.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:04.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:04.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:05.396 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:05.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:05.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:05.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:05.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:05 smithi161 ceph-mon[116604]: pgmap v8052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:05 smithi028 ceph-mon[112123]: pgmap v8052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:05 smithi138 ceph-mon[117003]: pgmap v8052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:06 smithi161 ceph-mon[116604]: from='client.224742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:06 smithi028 ceph-mon[112123]: from='client.224742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:06.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:06 smithi138 ceph-mon[117003]: from='client.224742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:07 smithi161 ceph-mon[116604]: pgmap v8053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:07 smithi028 ceph-mon[112123]: pgmap v8053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:07 smithi138 ceph-mon[117003]: pgmap v8053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:08 smithi161 ceph-mon[116604]: pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:08 smithi028 ceph-mon[112123]: pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:08 smithi138 ceph-mon[117003]: pgmap v8054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:10.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:10.398 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:10.398 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:11.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:11.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:11.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:11.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:11.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:11 smithi161 ceph-mon[116604]: pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:11 smithi028 ceph-mon[112123]: pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:11 smithi138 ceph-mon[117003]: pgmap v8055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:12 smithi161 ceph-mon[116604]: from='client.224820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:12 smithi028 ceph-mon[112123]: from='client.224820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:12 smithi138 ceph-mon[117003]: from='client.224820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:13 smithi161 ceph-mon[116604]: 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-07T09:15:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:13 smithi028 ceph-mon[112123]: 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-07T09:15:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:13 smithi138 ceph-mon[117003]: 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-07T09:15:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:15 smithi161 ceph-mon[116604]: 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-07T09:15:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:15 smithi028 ceph-mon[112123]: 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-07T09:15:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:15 smithi138 ceph-mon[117003]: 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-07T09:15:16.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:16.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:16.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:16.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:16.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:16.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:16.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:16.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:17 smithi161 ceph-mon[116604]: 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-07T09:15:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:17 smithi028 ceph-mon[112123]: 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-07T09:15:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:17 smithi138 ceph-mon[117003]: 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-07T09:15:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:18 smithi161 ceph-mon[116604]: from='client.224895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:18 smithi028 ceph-mon[112123]: from='client.224895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:18 smithi138 ceph-mon[117003]: from='client.224895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:19 smithi161 ceph-mon[116604]: 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-07T09:15:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:19 smithi028 ceph-mon[112123]: 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-07T09:15:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:19 smithi138 ceph-mon[117003]: 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-07T09:15:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:21 smithi161 ceph-mon[116604]: pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:15:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:21 smithi028 ceph-mon[112123]: pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:15:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:21 smithi138 ceph-mon[117003]: pgmap v8060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:15:21.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:21.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:21.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:22.731 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:22.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:22.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:22.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:22.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:23.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:23 smithi161 ceph-mon[116604]: pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:23.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:23 smithi161 ceph-mon[116604]: from='client.224973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:23.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:23 smithi028 ceph-mon[112123]: pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:23.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:23 smithi028 ceph-mon[112123]: from='client.224973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:23 smithi138 ceph-mon[117003]: pgmap v8061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:23 smithi138 ceph-mon[117003]: from='client.224973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:25 smithi161 ceph-mon[116604]: pgmap v8062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:25 smithi028 ceph-mon[112123]: pgmap v8062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:25 smithi138 ceph-mon[117003]: pgmap v8062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:27 smithi161 ceph-mon[116604]: pgmap v8063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:15:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:27 smithi028 ceph-mon[112123]: pgmap v8063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:15:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:27 smithi138 ceph-mon[117003]: pgmap v8063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:15:27.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:27.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:27.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:28.530 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:28.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:28.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:28.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:28.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:28 smithi161 ceph-mon[116604]: pgmap v8064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:28 smithi161 ceph-mon[116604]: from='client.225051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:28 smithi028 ceph-mon[112123]: pgmap v8064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:28 smithi028 ceph-mon[112123]: from='client.225051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:28 smithi138 ceph-mon[117003]: pgmap v8064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:28 smithi138 ceph-mon[117003]: from='client.225051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:31 smithi161 ceph-mon[116604]: pgmap v8065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:15:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:31 smithi028 ceph-mon[112123]: pgmap v8065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:15:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:31 smithi138 ceph-mon[117003]: pgmap v8065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:15:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:33 smithi161 ceph-mon[116604]: pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:33 smithi028 ceph-mon[112123]: pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:33.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:33.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:33.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:33 smithi138 ceph-mon[117003]: pgmap v8066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:34.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:34.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:34.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:34.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:34.301 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:35 smithi161 ceph-mon[116604]: from='client.225129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:35.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:35 smithi161 ceph-mon[116604]: pgmap v8067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:35.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:35 smithi028 ceph-mon[112123]: from='client.225129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:35.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:35 smithi028 ceph-mon[112123]: pgmap v8067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:35 smithi138 ceph-mon[117003]: from='client.225129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:35 smithi138 ceph-mon[117003]: pgmap v8067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:37 smithi161 ceph-mon[116604]: pgmap v8068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:15:37.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:37 smithi028 ceph-mon[112123]: pgmap v8068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:15:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:37 smithi138 ceph-mon[117003]: pgmap v8068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:15:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:38 smithi161 ceph-mon[116604]: pgmap v8069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:15:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:38 smithi028 ceph-mon[112123]: pgmap v8069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:15:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:38 smithi138 ceph-mon[117003]: pgmap v8069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:15:39.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:39.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:39.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:40.073 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:40.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:40.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:40.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:40.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:41 smithi161 ceph-mon[116604]: from='client.225207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:41 smithi161 ceph-mon[116604]: pgmap v8070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:41 smithi028 ceph-mon[112123]: from='client.225207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:41 smithi028 ceph-mon[112123]: pgmap v8070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:41 smithi138 ceph-mon[117003]: from='client.225207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:41 smithi138 ceph-mon[117003]: pgmap v8070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:43 smithi161 ceph-mon[116604]: pgmap v8071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:43 smithi028 ceph-mon[112123]: pgmap v8071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:43 smithi138 ceph-mon[117003]: pgmap v8071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:45.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:45.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:45.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:45 smithi161 ceph-mon[116604]: pgmap v8072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:45 smithi028 ceph-mon[112123]: pgmap v8072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:45 smithi138 ceph-mon[117003]: pgmap v8072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:15:45.844 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:45.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:45.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:45.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:45.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:46 smithi161 ceph-mon[116604]: from='client.225282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:46 smithi028 ceph-mon[112123]: from='client.225282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:46 smithi138 ceph-mon[117003]: from='client.225282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:47 smithi161 ceph-mon[116604]: pgmap v8073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:47.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:47 smithi028 ceph-mon[112123]: pgmap v8073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:47 smithi138 ceph-mon[117003]: pgmap v8073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:15:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:48 smithi161 ceph-mon[116604]: pgmap v8074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:15:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:48 smithi028 ceph-mon[112123]: pgmap v8074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:15:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:48 smithi138 ceph-mon[117003]: pgmap v8074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:15:50.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:50.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:50.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:51 smithi161 ceph-mon[116604]: pgmap v8075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:15:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:51 smithi028 ceph-mon[112123]: pgmap v8075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:15:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:51 smithi138 ceph-mon[117003]: pgmap v8075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:15:51.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:51.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:51.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:51.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:51.630 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:52 smithi161 ceph-mon[116604]: from='client.225360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:52.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:52 smithi028 ceph-mon[112123]: from='client.225360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:52 smithi138 ceph-mon[117003]: from='client.225360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:53 smithi161 ceph-mon[116604]: 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-07T09:15:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:53 smithi028 ceph-mon[112123]: 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-07T09:15:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:53 smithi138 ceph-mon[117003]: 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-07T09:15:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:55 smithi161 ceph-mon[116604]: 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-07T09:15:55.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:55 smithi028 ceph-mon[112123]: 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-07T09:15:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:55 smithi138 ceph-mon[117003]: 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-07T09:15:56.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:15:56.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:15:56.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:15:57.421 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:15:57.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:15:57.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:15:57.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:15:57.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:15:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:57 smithi161 ceph-mon[116604]: 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-07T09:15:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:57 smithi028 ceph-mon[112123]: 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-07T09:15:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:57 smithi138 ceph-mon[117003]: 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-07T09:15:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:58 smithi161 ceph-mon[116604]: from='client.225438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:58 smithi028 ceph-mon[112123]: from='client.225438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:58 smithi138 ceph-mon[117003]: from='client.225438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:15:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:15:59 smithi161 ceph-mon[116604]: 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-07T09:15:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:15:59 smithi028 ceph-mon[112123]: 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-07T09:15:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:15:59 smithi138 ceph-mon[117003]: 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-07T09:16:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:01 smithi161 ceph-mon[116604]: pgmap v8080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:01 smithi028 ceph-mon[112123]: pgmap v8080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:01 smithi138 ceph-mon[117003]: pgmap v8080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:02.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:02.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:02.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:03.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:03.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:03.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:03.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:03.225 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:03 smithi161 ceph-mon[116604]: pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:16:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:03 smithi028 ceph-mon[112123]: pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:16:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:03 smithi138 ceph-mon[117003]: pgmap v8081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:16:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:04 smithi161 ceph-mon[116604]: from='client.225510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:16:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:16:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:16:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:04 smithi028 ceph-mon[112123]: from='client.225510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:16:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:16:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:16:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:04 smithi138 ceph-mon[117003]: from='client.225510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:16:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:16:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:16:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:05 smithi138 ceph-mon[117003]: pgmap v8082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:05 smithi161 ceph-mon[116604]: pgmap v8082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:05 smithi028 ceph-mon[112123]: pgmap v8082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:07 smithi138 ceph-mon[117003]: pgmap v8083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:07 smithi161 ceph-mon[116604]: pgmap v8083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:07 smithi028 ceph-mon[112123]: pgmap v8083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:08.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:08.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:08.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:08 smithi161 ceph-mon[116604]: pgmap v8084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:08 smithi028 ceph-mon[112123]: pgmap v8084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:08.997 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:08.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:08.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:08.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:08.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:08 smithi138 ceph-mon[117003]: pgmap v8084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:09 smithi161 ceph-mon[116604]: from='client.225585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:09 smithi028 ceph-mon[112123]: from='client.225585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:10.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:09 smithi138 ceph-mon[117003]: from='client.225585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:10 smithi161 ceph-mon[116604]: pgmap v8085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:10 smithi028 ceph-mon[112123]: pgmap v8085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:10 smithi138 ceph-mon[117003]: pgmap v8085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:13 smithi161 ceph-mon[116604]: pgmap v8086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:13 smithi028 ceph-mon[112123]: pgmap v8086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:13 smithi138 ceph-mon[117003]: pgmap v8086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:13.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:13.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:13.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:14.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:14.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:14.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:14.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:14.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:15 smithi161 ceph-mon[116604]: pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:15 smithi161 ceph-mon[116604]: from='client.225660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:15 smithi028 ceph-mon[112123]: pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:15.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:15 smithi028 ceph-mon[112123]: from='client.225660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:15 smithi138 ceph-mon[117003]: pgmap v8087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:15 smithi138 ceph-mon[117003]: from='client.225660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:17 smithi161 ceph-mon[116604]: pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:17.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:17 smithi028 ceph-mon[112123]: pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:17 smithi138 ceph-mon[117003]: pgmap v8088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:18 smithi161 ceph-mon[116604]: pgmap v8089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:18 smithi028 ceph-mon[112123]: pgmap v8089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:18 smithi138 ceph-mon[117003]: pgmap v8089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:19.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:19.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:19.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:20.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:20.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:20.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:20.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:20.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:21 smithi161 ceph-mon[116604]: pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:21.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:21 smithi161 ceph-mon[116604]: from='client.225732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:21 smithi028 ceph-mon[112123]: pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:21.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:21 smithi028 ceph-mon[112123]: from='client.225732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:21 smithi138 ceph-mon[117003]: pgmap v8090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:21 smithi138 ceph-mon[117003]: from='client.225732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:23.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:23 smithi161 ceph-mon[116604]: pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:23.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:23 smithi028 ceph-mon[112123]: pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:23.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:23 smithi138 ceph-mon[117003]: pgmap v8091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:25.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:25 smithi161 ceph-mon[116604]: pgmap v8092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:25 smithi028 ceph-mon[112123]: pgmap v8092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:25 smithi138 ceph-mon[117003]: pgmap v8092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:25.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:25.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:25.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:26.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:26.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:26.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:26.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:26.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:27 smithi161 ceph-mon[116604]: from='client.225810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:27 smithi161 ceph-mon[116604]: pgmap v8093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:27 smithi028 ceph-mon[112123]: from='client.225810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:27.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:27 smithi028 ceph-mon[112123]: pgmap v8093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:27 smithi138 ceph-mon[117003]: from='client.225810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:27 smithi138 ceph-mon[117003]: pgmap v8093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:28 smithi161 ceph-mon[116604]: 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-07T09:16:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:28 smithi028 ceph-mon[112123]: 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-07T09:16:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:28 smithi138 ceph-mon[117003]: 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-07T09:16:31.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:31.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:31.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:31 smithi161 ceph-mon[116604]: 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-07T09:16:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:31 smithi028 ceph-mon[112123]: 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-07T09:16:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:31 smithi138 ceph-mon[117003]: 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-07T09:16:32.119 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:32.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:32.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:32.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:32.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:33 smithi161 ceph-mon[116604]: from='client.225888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:33.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:33 smithi161 ceph-mon[116604]: 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-07T09:16:33.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:33 smithi028 ceph-mon[112123]: from='client.225888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:33.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:33 smithi028 ceph-mon[112123]: 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-07T09:16:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:33 smithi138 ceph-mon[117003]: from='client.225888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:33 smithi138 ceph-mon[117003]: 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-07T09:16:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:35 smithi161 ceph-mon[116604]: 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-07T09:16:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:35 smithi028 ceph-mon[112123]: 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-07T09:16:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:35 smithi138 ceph-mon[117003]: 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-07T09:16:37.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:37.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:37.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:37 smithi161 ceph-mon[116604]: 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-07T09:16:37.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:37 smithi028 ceph-mon[112123]: 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-07T09:16:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:37 smithi138 ceph-mon[117003]: 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-07T09:16:37.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:37.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:37.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:37.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:37.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:38 smithi161 ceph-mon[116604]: from='client.225966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:38 smithi028 ceph-mon[112123]: from='client.225966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:38 smithi138 ceph-mon[117003]: from='client.225966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:39 smithi161 ceph-mon[116604]: 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-07T09:16:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:39 smithi028 ceph-mon[112123]: 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-07T09:16:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:39 smithi138 ceph-mon[117003]: 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-07T09:16:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:41 smithi161 ceph-mon[116604]: pgmap v8100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:41 smithi028 ceph-mon[112123]: pgmap v8100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:41 smithi138 ceph-mon[117003]: pgmap v8100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:42.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:42.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:42.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:43 smithi161 ceph-mon[116604]: pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:43.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:43 smithi028 ceph-mon[112123]: pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:43 smithi138 ceph-mon[117003]: pgmap v8101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:43.679 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:43.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:43.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:43.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:43.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:44 smithi161 ceph-mon[116604]: from='client.226041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:44 smithi028 ceph-mon[112123]: from='client.226041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:44.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:44 smithi138 ceph-mon[117003]: from='client.226041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:45 smithi161 ceph-mon[116604]: pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:45 smithi028 ceph-mon[112123]: pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:45 smithi138 ceph-mon[117003]: pgmap v8102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:47 smithi161 ceph-mon[116604]: pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:47 smithi028 ceph-mon[112123]: pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:47 smithi138 ceph-mon[117003]: pgmap v8103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:16:48.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:48.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:48.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:48 smithi161 ceph-mon[116604]: pgmap v8104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:48 smithi028 ceph-mon[112123]: pgmap v8104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:48 smithi138 ceph-mon[117003]: pgmap v8104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:49.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:49.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:49.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:49.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:49.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:49 smithi161 ceph-mon[116604]: from='client.226116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:49 smithi028 ceph-mon[112123]: from='client.226116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:49 smithi138 ceph-mon[117003]: from='client.226116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:50 smithi161 ceph-mon[116604]: 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-07T09:16:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:50 smithi028 ceph-mon[112123]: 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-07T09:16:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:50 smithi138 ceph-mon[117003]: 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-07T09:16:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:53 smithi161 ceph-mon[116604]: pgmap v8106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:53 smithi028 ceph-mon[112123]: pgmap v8106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:53 smithi138 ceph-mon[117003]: pgmap v8106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:54.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:16:54.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:16:54.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:16:55.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:16:55.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:16:55.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:16:55.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:16:55.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:16:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:55 smithi161 ceph-mon[116604]: pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:16:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:55 smithi028 ceph-mon[112123]: pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:16:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:55 smithi138 ceph-mon[117003]: pgmap v8107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:16:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:56 smithi161 ceph-mon[116604]: from='client.226194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:56 smithi028 ceph-mon[112123]: from='client.226194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:56 smithi138 ceph-mon[117003]: from='client.226194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:16:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:57 smithi161 ceph-mon[116604]: pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:57 smithi028 ceph-mon[112123]: pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:57 smithi138 ceph-mon[117003]: pgmap v8108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:16:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:16:58 smithi161 ceph-mon[116604]: pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:16:58 smithi028 ceph-mon[112123]: pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:16:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:16:58 smithi138 ceph-mon[117003]: pgmap v8109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:17:00.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:00.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:00.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:01.021 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:01.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:01.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:01.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:01.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:01.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:01 smithi161 ceph-mon[116604]: pgmap v8110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:17:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:01 smithi028 ceph-mon[112123]: pgmap v8110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:17:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:01 smithi138 ceph-mon[117003]: pgmap v8110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:17:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:02 smithi161 ceph-mon[116604]: from='client.226272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:02 smithi028 ceph-mon[112123]: from='client.226272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:02 smithi138 ceph-mon[117003]: from='client.226272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:03 smithi161 ceph-mon[116604]: 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-07T09:17:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:03 smithi028 ceph-mon[112123]: 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-07T09:17:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:03 smithi138 ceph-mon[117003]: 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-07T09:17:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:17:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:17:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:17:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:17:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:17:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:17:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:17:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:17:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:17:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:17:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:17:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:17:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:05 smithi161 ceph-mon[116604]: pgmap v8112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:05 smithi028 ceph-mon[112123]: pgmap v8112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:05 smithi138 ceph-mon[117003]: pgmap v8112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:06.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:06.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:06.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:06.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:06.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:06.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:06.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:06.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:07 smithi161 ceph-mon[116604]: pgmap v8113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:07.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:07 smithi161 ceph-mon[116604]: from='client.226350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:07.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:07 smithi028 ceph-mon[112123]: pgmap v8113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:07.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:07 smithi028 ceph-mon[112123]: from='client.226350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:07 smithi138 ceph-mon[117003]: pgmap v8113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:07 smithi138 ceph-mon[117003]: from='client.226350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:08 smithi161 ceph-mon[116604]: 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-07T09:17:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:08 smithi028 ceph-mon[112123]: 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-07T09:17:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:08 smithi138 ceph-mon[117003]: 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-07T09:17:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:11 smithi161 ceph-mon[116604]: 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-07T09:17:11.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:11 smithi028 ceph-mon[112123]: 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-07T09:17:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:11 smithi138 ceph-mon[117003]: 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-07T09:17:11.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:11.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:11.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:12.586 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:12.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:12.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:12.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:12.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:13 smithi161 ceph-mon[116604]: 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-07T09:17:13.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:13 smithi161 ceph-mon[116604]: from='client.226425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:13 smithi028 ceph-mon[112123]: 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-07T09:17:13.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:13 smithi028 ceph-mon[112123]: from='client.226425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:13.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:13 smithi138 ceph-mon[117003]: 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-07T09:17:13.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:13 smithi138 ceph-mon[117003]: from='client.226425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:15 smithi161 ceph-mon[116604]: pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:15 smithi028 ceph-mon[112123]: pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:15 smithi138 ceph-mon[117003]: pgmap v8117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:17 smithi161 ceph-mon[116604]: pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:17 smithi028 ceph-mon[112123]: pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:17 smithi138 ceph-mon[117003]: pgmap v8118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:17.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:17.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:17.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:18.361 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:18.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:18.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:18.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:18.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:18 smithi161 ceph-mon[116604]: from='client.226503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:18 smithi161 ceph-mon[116604]: 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-07T09:17:18.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:18 smithi028 ceph-mon[112123]: from='client.226503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:18.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:18 smithi028 ceph-mon[112123]: 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-07T09:17:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:18 smithi138 ceph-mon[117003]: from='client.226503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:18 smithi138 ceph-mon[117003]: 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-07T09:17:21.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:21 smithi161 ceph-mon[116604]: pgmap v8120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:17:21.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:21 smithi028 ceph-mon[112123]: pgmap v8120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:17:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:21 smithi138 ceph-mon[117003]: pgmap v8120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:17:23.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:23.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:23.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:23 smithi161 ceph-mon[116604]: pgmap v8121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:17:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:23 smithi028 ceph-mon[112123]: pgmap v8121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:17:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:23 smithi138 ceph-mon[117003]: pgmap v8121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:17:24.129 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:24.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:24.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:24.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:24.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:25.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:25 smithi161 ceph-mon[116604]: from='client.226581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:25.665 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:25 smithi161 ceph-mon[116604]: pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:17:25.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:25 smithi138 ceph-mon[117003]: from='client.226581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:25.666 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:25 smithi138 ceph-mon[117003]: pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:17:25.666 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:25 smithi028 ceph-mon[112123]: from='client.226581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:25.666 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:25 smithi028 ceph-mon[112123]: pgmap v8122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:17:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:27 smithi161 ceph-mon[116604]: pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T09:17:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:27 smithi028 ceph-mon[112123]: pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T09:17:27.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:27 smithi138 ceph-mon[117003]: pgmap v8123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T09:17:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:28 smithi161 ceph-mon[116604]: pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:17:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:28 smithi028 ceph-mon[112123]: pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:17:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:28 smithi138 ceph-mon[117003]: pgmap v8124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:17:29.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:29.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:29.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:29.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:29.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:29.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:29.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:29.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:29 smithi161 ceph-mon[116604]: from='client.226653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:29.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:29 smithi028 ceph-mon[112123]: from='client.226653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:29 smithi138 ceph-mon[117003]: from='client.226653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:30 smithi161 ceph-mon[116604]: 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-07T09:17:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:30 smithi028 ceph-mon[112123]: 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-07T09:17:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:30 smithi138 ceph-mon[117003]: 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-07T09:17:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:33 smithi161 ceph-mon[116604]: pgmap v8126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:17:33.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:33 smithi028 ceph-mon[112123]: pgmap v8126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:17:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:33 smithi138 ceph-mon[117003]: pgmap v8126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:17:34.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:34.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:34.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:35 smithi161 ceph-mon[116604]: pgmap v8127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:17:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:35 smithi028 ceph-mon[112123]: pgmap v8127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:17:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:35 smithi138 ceph-mon[117003]: pgmap v8127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:17:35.696 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:35.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:35.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:35.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:35.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:36 smithi161 ceph-mon[116604]: from='client.226728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:36.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:36 smithi028 ceph-mon[112123]: from='client.226728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:36 smithi138 ceph-mon[117003]: from='client.226728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:37 smithi161 ceph-mon[116604]: pgmap v8128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:17:37.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:37 smithi028 ceph-mon[112123]: pgmap v8128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:17:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:37 smithi138 ceph-mon[117003]: pgmap v8128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:17:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:38 smithi161 ceph-mon[116604]: pgmap v8129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:17:38.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:38 smithi028 ceph-mon[112123]: pgmap v8129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:17:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:38 smithi138 ceph-mon[117003]: pgmap v8129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:17:40.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:40.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:40.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:41 smithi161 ceph-mon[116604]: pgmap v8130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:17:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:41 smithi028 ceph-mon[112123]: pgmap v8130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:17:41.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:41.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:41.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:41.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:41.473 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:41 smithi138 ceph-mon[117003]: pgmap v8130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:17:42.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:42 smithi161 ceph-mon[116604]: from='client.226806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:42.471 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:42 smithi028 ceph-mon[112123]: from='client.226806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:42 smithi138 ceph-mon[117003]: from='client.226806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:43.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:43 smithi161 ceph-mon[116604]: 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-07T09:17:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:43 smithi028 ceph-mon[112123]: 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-07T09:17:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:43 smithi138 ceph-mon[117003]: 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-07T09:17:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:45 smithi161 ceph-mon[116604]: pgmap v8132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:45 smithi028 ceph-mon[112123]: pgmap v8132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:45 smithi138 ceph-mon[117003]: pgmap v8132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:46.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:46.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:46.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:47.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:47.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:47.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:47.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:47.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:47 smithi161 ceph-mon[116604]: pgmap v8133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:47 smithi028 ceph-mon[112123]: pgmap v8133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:47 smithi138 ceph-mon[117003]: pgmap v8133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:48.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:48 smithi028 ceph-mon[112123]: from='client.226881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:48 smithi138 ceph-mon[117003]: from='client.226881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:48 smithi161 ceph-mon[116604]: from='client.226881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:49 smithi028 ceph-mon[112123]: 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-07T09:17:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:49 smithi138 ceph-mon[117003]: 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-07T09:17:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:49 smithi161 ceph-mon[116604]: 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-07T09:17:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:51 smithi028 ceph-mon[112123]: 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-07T09:17:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:51 smithi138 ceph-mon[117003]: 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-07T09:17:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:51 smithi161 ceph-mon[116604]: 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-07T09:17:52.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:52.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:52.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:53.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:53.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:53.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:53.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:53.023 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:53.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:53 smithi028 ceph-mon[112123]: 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-07T09:17:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:53 smithi138 ceph-mon[117003]: 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-07T09:17:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:53 smithi161 ceph-mon[116604]: 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-07T09:17:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:54 smithi028 ceph-mon[112123]: from='client.226956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:54 smithi138 ceph-mon[117003]: from='client.226956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:54 smithi161 ceph-mon[116604]: from='client.226956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:55 smithi028 ceph-mon[112123]: pgmap v8137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:55 smithi138 ceph-mon[117003]: pgmap v8137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:55 smithi161 ceph-mon[116604]: pgmap v8137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:17:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:57 smithi028 ceph-mon[112123]: pgmap v8138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:57 smithi138 ceph-mon[117003]: pgmap v8138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:57 smithi161 ceph-mon[116604]: pgmap v8138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:17:58.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:17:58.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:17:58.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:17:58.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:17:58.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:17:58.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:17:58.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:17:58.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:17:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:58 smithi161 ceph-mon[116604]: 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-07T09:17:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:17:58 smithi161 ceph-mon[116604]: from='client.227028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:58 smithi028 ceph-mon[112123]: 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-07T09:17:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:17:58 smithi028 ceph-mon[112123]: from='client.227028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:17:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:58 smithi138 ceph-mon[117003]: 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-07T09:17:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:17:58 smithi138 ceph-mon[117003]: from='client.227028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:01 smithi161 ceph-mon[116604]: pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:18:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:01 smithi028 ceph-mon[112123]: pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:18:01.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:01 smithi138 ceph-mon[117003]: pgmap v8140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:18:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:03 smithi161 ceph-mon[116604]: pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:18:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:03 smithi028 ceph-mon[112123]: pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:18:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:03 smithi138 ceph-mon[117003]: pgmap v8141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:18:03.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:03.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:03.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:18:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:18:04.631 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:04.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:04.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:04.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:04.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:18:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:05 smithi028 ceph-mon[112123]: pgmap v8142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:18:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:05 smithi028 ceph-mon[112123]: from='client.227100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:18:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:18:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:18:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:05 smithi138 ceph-mon[117003]: pgmap v8142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:18:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:05 smithi138 ceph-mon[117003]: from='client.227100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:18:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:18:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:18:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:05 smithi161 ceph-mon[116604]: pgmap v8142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:18:05.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:05 smithi161 ceph-mon[116604]: from='client.227100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:05.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:18:05.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:18:05.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:18:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:07 smithi028 ceph-mon[112123]: pgmap v8143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:18:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:07 smithi138 ceph-mon[117003]: pgmap v8143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:18:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:07 smithi161 ceph-mon[116604]: pgmap v8143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:18:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:08 smithi161 ceph-mon[116604]: 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-07T09:18:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:08 smithi028 ceph-mon[112123]: 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-07T09:18:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:08 smithi138 ceph-mon[117003]: 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-07T09:18:09.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:09.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:09.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:10.402 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:10.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:10.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:10.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:10.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:11 smithi161 ceph-mon[116604]: from='client.227178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:11 smithi161 ceph-mon[116604]: 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-07T09:18:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:11 smithi028 ceph-mon[112123]: from='client.227178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:11 smithi028 ceph-mon[112123]: 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-07T09:18:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:11 smithi138 ceph-mon[117003]: from='client.227178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:11 smithi138 ceph-mon[117003]: 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-07T09:18:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:13 smithi028 ceph-mon[112123]: pgmap v8146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:18:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:13 smithi138 ceph-mon[117003]: pgmap v8146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:18:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:13 smithi161 ceph-mon[116604]: pgmap v8146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:18:15.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:15.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:15.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:15 smithi028 ceph-mon[112123]: pgmap v8147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:18:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:15 smithi138 ceph-mon[117003]: pgmap v8147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:18:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:15 smithi161 ceph-mon[116604]: pgmap v8147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:18:16.170 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:16.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:16.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:16.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:16.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:17.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:17 smithi028 ceph-mon[112123]: from='client.227253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:17.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:17 smithi028 ceph-mon[112123]: pgmap v8148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:18:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:17 smithi138 ceph-mon[117003]: from='client.227253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:17 smithi138 ceph-mon[117003]: pgmap v8148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:18:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:17 smithi161 ceph-mon[116604]: from='client.227253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:17 smithi161 ceph-mon[116604]: pgmap v8148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:18:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:18 smithi161 ceph-mon[116604]: 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-07T09:18:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:18 smithi028 ceph-mon[112123]: 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-07T09:18:19.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:18 smithi138 ceph-mon[117003]: 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-07T09:18:21.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:21.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:21.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:21 smithi161 ceph-mon[116604]: 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-07T09:18:21.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:21 smithi028 ceph-mon[112123]: 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-07T09:18:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:21 smithi138 ceph-mon[117003]: 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-07T09:18:21.961 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:21.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:21.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:21.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:21.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:23 smithi028 ceph-mon[112123]: from='client.227328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:23.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:23 smithi028 ceph-mon[112123]: 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-07T09:18:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:23 smithi138 ceph-mon[117003]: from='client.227328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:23 smithi138 ceph-mon[117003]: 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-07T09:18:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:23 smithi161 ceph-mon[116604]: from='client.227328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:23.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:23 smithi161 ceph-mon[116604]: 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-07T09:18:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:25 smithi028 ceph-mon[112123]: pgmap v8152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:18:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:25 smithi138 ceph-mon[117003]: pgmap v8152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:18:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:25 smithi161 ceph-mon[116604]: pgmap v8152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:18:26.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:26.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:26.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:27.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:27 smithi028 ceph-mon[112123]: pgmap v8153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:18:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:27 smithi138 ceph-mon[117003]: pgmap v8153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:18:27.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:27 smithi161 ceph-mon[116604]: pgmap v8153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:18:27.731 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:27.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:27.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:27.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:27.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:28 smithi028 ceph-mon[112123]: from='client.227403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:28 smithi138 ceph-mon[117003]: from='client.227403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:28 smithi161 ceph-mon[116604]: from='client.227403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:29 smithi028 ceph-mon[112123]: 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-07T09:18:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:29 smithi138 ceph-mon[117003]: 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-07T09:18:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:29 smithi161 ceph-mon[116604]: 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-07T09:18:31.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:31 smithi028 ceph-mon[112123]: 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-07T09:18:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:31 smithi138 ceph-mon[117003]: 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-07T09:18:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:31 smithi161 ceph-mon[116604]: 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-07T09:18:32.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:32.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:32.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:33 smithi028 ceph-mon[112123]: 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-07T09:18:33.499 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:33.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:33.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:33.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:33.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:33 smithi138 ceph-mon[117003]: 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-07T09:18:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:33 smithi161 ceph-mon[116604]: 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-07T09:18:34.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:34 smithi028 ceph-mon[112123]: from='client.227478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:34.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:34 smithi138 ceph-mon[117003]: from='client.227478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:34 smithi161 ceph-mon[116604]: from='client.227478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:35.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:35 smithi028 ceph-mon[112123]: pgmap v8157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:18:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:35 smithi138 ceph-mon[117003]: pgmap v8157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:18:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:35 smithi161 ceph-mon[116604]: pgmap v8157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:18:37.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:37 smithi028 ceph-mon[112123]: pgmap v8158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:18:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:37 smithi138 ceph-mon[117003]: pgmap v8158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:18:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:37 smithi161 ceph-mon[116604]: pgmap v8158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:18:38.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:38.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:38.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:38 smithi161 ceph-mon[116604]: 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-07T09:18:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:38 smithi028 ceph-mon[112123]: 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-07T09:18:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:38 smithi138 ceph-mon[117003]: 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-07T09:18:39.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:39.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:39.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:39.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:39.271 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:39 smithi161 ceph-mon[116604]: from='client.227556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:39 smithi028 ceph-mon[112123]: from='client.227556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:39 smithi138 ceph-mon[117003]: from='client.227556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:40.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:40 smithi161 ceph-mon[116604]: pgmap v8160: 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-07T09:18:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:40 smithi028 ceph-mon[112123]: pgmap v8160: 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-07T09:18:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:40 smithi138 ceph-mon[117003]: pgmap v8160: 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-07T09:18:43.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:43 smithi028 ceph-mon[112123]: pgmap v8161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:18:43.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:43 smithi138 ceph-mon[117003]: pgmap v8161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:18:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:43 smithi161 ceph-mon[116604]: pgmap v8161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:18:44.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:44.273 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:44.273 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:45.048 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:45.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:45.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:45.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:45.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:45 smithi028 ceph-mon[112123]: pgmap v8162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:18:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:45 smithi138 ceph-mon[117003]: pgmap v8162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:18:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:45 smithi161 ceph-mon[116604]: pgmap v8162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:18:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:46 smithi028 ceph-mon[112123]: from='client.227631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:46 smithi138 ceph-mon[117003]: from='client.227631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:46 smithi161 ceph-mon[116604]: from='client.227631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:47 smithi028 ceph-mon[112123]: pgmap v8163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:18:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:47 smithi138 ceph-mon[117003]: pgmap v8163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:18:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:47 smithi161 ceph-mon[116604]: pgmap v8163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:18:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:48 smithi161 ceph-mon[116604]: 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-07T09:18:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:48 smithi028 ceph-mon[112123]: 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-07T09:18:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:48 smithi138 ceph-mon[117003]: 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-07T09:18:50.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:50.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:50.051 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:50.818 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:50.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:50.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:50.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:50.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:51 smithi028 ceph-mon[112123]: 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-07T09:18:51.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:51 smithi028 ceph-mon[112123]: from='client.227706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:51 smithi138 ceph-mon[117003]: 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-07T09:18:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:51 smithi138 ceph-mon[117003]: from='client.227706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:51 smithi161 ceph-mon[116604]: 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-07T09:18:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:51 smithi161 ceph-mon[116604]: from='client.227706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:53.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:53 smithi028 ceph-mon[112123]: pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:18:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:53 smithi138 ceph-mon[117003]: pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:18:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:53 smithi161 ceph-mon[116604]: pgmap v8166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:18:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:55 smithi028 ceph-mon[112123]: pgmap v8167: 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-07T09:18:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:55 smithi138 ceph-mon[117003]: pgmap v8167: 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-07T09:18:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:55 smithi161 ceph-mon[116604]: pgmap v8167: 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-07T09:18:55.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:18:55.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:18:55.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:18:56.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:18:56.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:18:56.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:18:56.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:18:56.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:18:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:57 smithi028 ceph-mon[112123]: pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:18:57.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:57 smithi028 ceph-mon[112123]: from='client.227781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:57 smithi138 ceph-mon[117003]: pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:18:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:57 smithi138 ceph-mon[117003]: from='client.227781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:57 smithi161 ceph-mon[116604]: pgmap v8168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:18:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:57 smithi161 ceph-mon[116604]: from='client.227781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:18:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:18:58 smithi161 ceph-mon[116604]: 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-07T09:18:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:18:58 smithi028 ceph-mon[112123]: 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-07T09:18:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:18:58 smithi138 ceph-mon[117003]: 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-07T09:19:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:01 smithi028 ceph-mon[112123]: 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-07T09:19:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:01 smithi138 ceph-mon[117003]: 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-07T09:19:01.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:01.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:01.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:01 smithi161 ceph-mon[116604]: 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-07T09:19:02.362 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:02.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:02.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:02.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:02.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:03 smithi028 ceph-mon[112123]: from='client.227859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:03 smithi028 ceph-mon[112123]: 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-07T09:19:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:03 smithi138 ceph-mon[117003]: from='client.227859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:03 smithi138 ceph-mon[117003]: 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-07T09:19:03.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:03 smithi161 ceph-mon[116604]: from='client.227859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:03.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:03 smithi161 ceph-mon[116604]: 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-07T09:19:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:05 smithi028 ceph-mon[112123]: pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:19:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:05 smithi138 ceph-mon[117003]: pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:19:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:05 smithi161 ceph-mon[116604]: pgmap v8172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:05.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:19:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:19:06.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:19:06.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:19:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:19:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:19:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:19:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:19:07.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:07.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:07.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:07 smithi161 ceph-mon[116604]: pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:19:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:07 smithi028 ceph-mon[112123]: pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:19:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:07 smithi138 ceph-mon[117003]: pgmap v8173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:19:08.156 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:08.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:08.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:08.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:08.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:08.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:08 smithi161 ceph-mon[116604]: from='client.227937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:08.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:08 smithi161 ceph-mon[116604]: 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-07T09:19:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:08 smithi028 ceph-mon[112123]: from='client.227937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:08 smithi028 ceph-mon[112123]: 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-07T09:19:09.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:08 smithi138 ceph-mon[117003]: from='client.227937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:09.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:08 smithi138 ceph-mon[117003]: 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-07T09:19:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:11 smithi028 ceph-mon[112123]: 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-07T09:19:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:11 smithi138 ceph-mon[117003]: 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-07T09:19:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:11 smithi161 ceph-mon[116604]: 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-07T09:19:13.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:13.159 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:13.159 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:13 smithi028 ceph-mon[112123]: 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-07T09:19:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:13 smithi138 ceph-mon[117003]: 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-07T09:19:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:13 smithi161 ceph-mon[116604]: 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-07T09:19:13.933 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:13.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:13.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:13.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:13.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:14 smithi028 ceph-mon[112123]: from='client.228015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:14 smithi138 ceph-mon[117003]: from='client.228015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:14 smithi161 ceph-mon[116604]: from='client.228015 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:15.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:15 smithi028 ceph-mon[112123]: pgmap v8177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:15 smithi138 ceph-mon[117003]: pgmap v8177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:15 smithi161 ceph-mon[116604]: pgmap v8177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:17 smithi028 ceph-mon[112123]: 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-07T09:19:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:17 smithi138 ceph-mon[117003]: 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-07T09:19:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:17 smithi161 ceph-mon[116604]: 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-07T09:19:18.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:18.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:18.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:18 smithi161 ceph-mon[116604]: pgmap v8179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:19:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:18 smithi028 ceph-mon[112123]: pgmap v8179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:19:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:18 smithi138 ceph-mon[117003]: pgmap v8179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:19:19.704 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:19.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:19.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:19.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:19.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:19 smithi161 ceph-mon[116604]: from='client.228090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:19.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:19 smithi028 ceph-mon[112123]: from='client.228090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:20.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:19 smithi138 ceph-mon[117003]: from='client.228090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:20 smithi161 ceph-mon[116604]: 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-07T09:19:20.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:20 smithi028 ceph-mon[112123]: 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-07T09:19:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:20 smithi138 ceph-mon[117003]: 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-07T09:19:23.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:23 smithi028 ceph-mon[112123]: 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-07T09:19:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:23 smithi138 ceph-mon[117003]: 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-07T09:19:23.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:23 smithi161 ceph-mon[116604]: 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-07T09:19:24.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:24.706 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:24.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:25.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:25 smithi028 ceph-mon[112123]: pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:19:25.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:25.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:25.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:25.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:25.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:25 smithi138 ceph-mon[117003]: pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:19:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:25 smithi161 ceph-mon[116604]: pgmap v8182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:19:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:26 smithi028 ceph-mon[112123]: from='client.228165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:26.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:26 smithi138 ceph-mon[117003]: from='client.228165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:26 smithi161 ceph-mon[116604]: from='client.228165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:27.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:27 smithi028 ceph-mon[112123]: pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:19:27.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:27 smithi138 ceph-mon[117003]: pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:19:27.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:27 smithi161 ceph-mon[116604]: pgmap v8183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:19:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:28 smithi161 ceph-mon[116604]: pgmap v8184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:19:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:28 smithi028 ceph-mon[112123]: pgmap v8184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:19:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:28 smithi138 ceph-mon[117003]: pgmap v8184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:19:30.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:30.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:30.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:31.246 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:31.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:31.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:31.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:31.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:31 smithi028 ceph-mon[112123]: pgmap v8185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:19:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:31 smithi138 ceph-mon[117003]: pgmap v8185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:19:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:31 smithi161 ceph-mon[116604]: pgmap v8185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:19:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:32 smithi028 ceph-mon[112123]: from='client.228237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:32 smithi138 ceph-mon[117003]: from='client.228237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:32 smithi161 ceph-mon[116604]: from='client.228237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:33.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:33 smithi028 ceph-mon[112123]: 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-07T09:19:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:33 smithi138 ceph-mon[117003]: 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-07T09:19:33.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:33 smithi161 ceph-mon[116604]: 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-07T09:19:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:35 smithi028 ceph-mon[112123]: pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:35.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:35 smithi138 ceph-mon[117003]: pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:35 smithi161 ceph-mon[116604]: pgmap v8187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:36.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:36.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:36.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:37.037 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:37.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:37.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:37.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:37.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:37.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:37 smithi138 ceph-mon[117003]: pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:19:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:37 smithi161 ceph-mon[116604]: pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:19:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:37 smithi028 ceph-mon[112123]: pgmap v8188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:19:38.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:38 smithi138 ceph-mon[117003]: from='client.228315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:38.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:38 smithi161 ceph-mon[116604]: from='client.228315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:38.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:38 smithi028 ceph-mon[112123]: from='client.228315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:39 smithi138 ceph-mon[117003]: 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-07T09:19:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:39 smithi161 ceph-mon[116604]: 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-07T09:19:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:39 smithi028 ceph-mon[112123]: 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-07T09:19:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:41 smithi138 ceph-mon[117003]: 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-07T09:19:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:41 smithi161 ceph-mon[116604]: 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-07T09:19:41.721 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:41 smithi028 ceph-mon[112123]: 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-07T09:19:42.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:42.039 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:42.039 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:42.806 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:42.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:42.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:42.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:42.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:43 smithi138 ceph-mon[117003]: 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-07T09:19:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:43 smithi138 ceph-mon[117003]: from='client.228390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:43 smithi161 ceph-mon[116604]: 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-07T09:19:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:43 smithi161 ceph-mon[116604]: from='client.228390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:43 smithi028 ceph-mon[112123]: 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-07T09:19:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:43 smithi028 ceph-mon[112123]: from='client.228390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:45 smithi138 ceph-mon[117003]: pgmap v8192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:45 smithi161 ceph-mon[116604]: pgmap v8192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:45 smithi028 ceph-mon[112123]: pgmap v8192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:19:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:47 smithi138 ceph-mon[117003]: pgmap v8193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:19:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:47 smithi161 ceph-mon[116604]: pgmap v8193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:19:47.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:47 smithi028 ceph-mon[112123]: pgmap v8193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:19:47.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:47.809 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:47.809 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:48.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:48.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:48.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:48.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:48.586 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:48 smithi161 ceph-mon[116604]: 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-07T09:19:48.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:48 smithi161 ceph-mon[116604]: from='client.228465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:48 smithi028 ceph-mon[112123]: 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-07T09:19:48.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:48 smithi028 ceph-mon[112123]: from='client.228465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:48 smithi138 ceph-mon[117003]: 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-07T09:19:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:48 smithi138 ceph-mon[117003]: from='client.228465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:51 smithi028 ceph-mon[112123]: 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-07T09:19:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:51 smithi138 ceph-mon[117003]: 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-07T09:19:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:51 smithi161 ceph-mon[116604]: 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-07T09:19:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:53 smithi028 ceph-mon[112123]: 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-07T09:19:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:53 smithi138 ceph-mon[117003]: 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-07T09:19:53.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:53.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:53.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:19:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:53 smithi161 ceph-mon[116604]: 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-07T09:19:54.372 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:19:54.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:19:54.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:19:54.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:19:54.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:19:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:55 smithi028 ceph-mon[112123]: from='client.228540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:55 smithi028 ceph-mon[112123]: pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:19:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:55 smithi138 ceph-mon[117003]: from='client.228540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:55 smithi138 ceph-mon[117003]: pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:19:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:55 smithi161 ceph-mon[116604]: from='client.228540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:19:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:55 smithi161 ceph-mon[116604]: pgmap v8197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:19:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:57 smithi138 ceph-mon[117003]: pgmap v8198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:19:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:57 smithi161 ceph-mon[116604]: pgmap v8198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:19:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:57 smithi028 ceph-mon[112123]: pgmap v8198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:19:58.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:19:58 smithi161 ceph-mon[116604]: 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-07T09:19:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:19:58 smithi028 ceph-mon[112123]: 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-07T09:19:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:19:58 smithi138 ceph-mon[117003]: 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-07T09:19:59.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:19:59.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:19:59.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:00.145 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:00.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:00.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:00.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:00.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T09:20:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T09:20:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T09:20:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:01 smithi161 ceph-mon[116604]: from='client.228615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:01 smithi161 ceph-mon[116604]: 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-07T09:20:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:01 smithi028 ceph-mon[112123]: from='client.228615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:01 smithi028 ceph-mon[112123]: 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-07T09:20:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:01 smithi138 ceph-mon[117003]: from='client.228615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:01 smithi138 ceph-mon[117003]: 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-07T09:20:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:03 smithi028 ceph-mon[112123]: 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-07T09:20:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:03 smithi138 ceph-mon[117003]: 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-07T09:20:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:03 smithi161 ceph-mon[116604]: 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-07T09:20:05.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:05.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:05.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:05 smithi028 ceph-mon[112123]: pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:20:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:05 smithi138 ceph-mon[117003]: pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:20:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:05 smithi161 ceph-mon[116604]: pgmap v8202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:20:05.933 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:05.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:05.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:05.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:05.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:06.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:06 smithi138 ceph-mon[117003]: from='client.228690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:06.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:20:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:06 smithi161 ceph-mon[116604]: from='client.228690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:20:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:06 smithi028 ceph-mon[112123]: from='client.228690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:20:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:07 smithi138 ceph-mon[117003]: pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:20:07.611 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:07 smithi161 ceph-mon[116604]: pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:20:07.637 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:07 smithi028 ceph-mon[112123]: pgmap v8203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:20:08.714 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:08 smithi138 ceph-mon[117003]: 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-07T09:20:08.815 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:08 smithi161 ceph-mon[116604]: 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-07T09:20:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:08 smithi028 ceph-mon[112123]: 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-07T09:20:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:20:10.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:20:10.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:20:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:20:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:20:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:20:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:20:10.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:10.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:10.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:11.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:10 smithi161 ceph-mon[116604]: 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-07T09:20:11.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:10 smithi028 ceph-mon[112123]: 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-07T09:20:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:10 smithi138 ceph-mon[117003]: 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-07T09:20:11.716 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:11.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:11.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:11.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:11.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:11 smithi161 ceph-mon[116604]: from='client.228768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:12.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:11 smithi028 ceph-mon[112123]: from='client.228768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:11 smithi138 ceph-mon[117003]: from='client.228768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:12 smithi161 ceph-mon[116604]: 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-07T09:20:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:12 smithi028 ceph-mon[112123]: 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-07T09:20:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:12 smithi138 ceph-mon[117003]: 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-07T09:20:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:15 smithi028 ceph-mon[112123]: pgmap v8207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:20:15.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:15 smithi138 ceph-mon[117003]: pgmap v8207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:20:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:15 smithi161 ceph-mon[116604]: pgmap v8207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:20:16.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:16.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:16.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:17.503 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:17.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:17.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:17.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:17.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:17 smithi138 ceph-mon[117003]: pgmap v8208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:20:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:17 smithi161 ceph-mon[116604]: pgmap v8208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:20:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:17 smithi028 ceph-mon[112123]: pgmap v8208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:20:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:18 smithi138 ceph-mon[117003]: from='client.228843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:18 smithi161 ceph-mon[116604]: from='client.228843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:18 smithi028 ceph-mon[112123]: from='client.228843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:19 smithi138 ceph-mon[117003]: 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-07T09:20:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:19 smithi161 ceph-mon[116604]: 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-07T09:20:19.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:19 smithi028 ceph-mon[112123]: 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-07T09:20:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:21 smithi138 ceph-mon[117003]: 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-07T09:20:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:21 smithi161 ceph-mon[116604]: 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-07T09:20:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:21 smithi028 ceph-mon[112123]: 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-07T09:20:22.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:22.506 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:22.506 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:23.280 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:23.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:23.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:23.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:23.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:23 smithi138 ceph-mon[117003]: 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-07T09:20:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:23 smithi161 ceph-mon[116604]: 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-07T09:20:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:23 smithi028 ceph-mon[112123]: 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-07T09:20:24.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:24 smithi138 ceph-mon[117003]: from='client.228918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:24 smithi161 ceph-mon[116604]: from='client.228918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:24 smithi028 ceph-mon[112123]: from='client.228918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:25 smithi138 ceph-mon[117003]: pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:20:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:25 smithi161 ceph-mon[116604]: pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:20:25.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:25 smithi028 ceph-mon[112123]: pgmap v8212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:20:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:27 smithi138 ceph-mon[117003]: pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:20:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:27 smithi161 ceph-mon[116604]: pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:20:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:27 smithi028 ceph-mon[112123]: pgmap v8213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:20:28.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:28.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:28.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:28 smithi161 ceph-mon[116604]: 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-07T09:20:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:28 smithi028 ceph-mon[112123]: 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-07T09:20:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:28 smithi138 ceph-mon[117003]: 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-07T09:20:29.050 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:29.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:29.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:29.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:29.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:29 smithi161 ceph-mon[116604]: from='client.228993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:29 smithi028 ceph-mon[112123]: from='client.228993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:29 smithi138 ceph-mon[117003]: from='client.228993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:30 smithi161 ceph-mon[116604]: 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-07T09:20:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:30 smithi028 ceph-mon[112123]: 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-07T09:20:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:30 smithi138 ceph-mon[117003]: 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-07T09:20:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:33 smithi138 ceph-mon[117003]: 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-07T09:20:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:33 smithi161 ceph-mon[116604]: 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-07T09:20:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:33 smithi028 ceph-mon[112123]: 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-07T09:20:34.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:34.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:34.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:34.844 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:34.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:34.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:34.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:34.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:35 smithi138 ceph-mon[117003]: 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-07T09:20:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:35 smithi138 ceph-mon[117003]: from='client.229071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:35 smithi161 ceph-mon[116604]: 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-07T09:20:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:35 smithi161 ceph-mon[116604]: from='client.229071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:35 smithi028 ceph-mon[112123]: 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-07T09:20:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:35 smithi028 ceph-mon[112123]: from='client.229071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:37 smithi138 ceph-mon[117003]: pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:20:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:37 smithi161 ceph-mon[116604]: pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:20:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:37 smithi028 ceph-mon[112123]: pgmap v8218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:20:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:38 smithi161 ceph-mon[116604]: 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-07T09:20:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:38 smithi028 ceph-mon[112123]: 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-07T09:20:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:38 smithi138 ceph-mon[117003]: 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-07T09:20:39.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:39.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:39.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:40.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:40.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:40.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:40.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:40.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:41 smithi138 ceph-mon[117003]: 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-07T09:20:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:41 smithi138 ceph-mon[117003]: from='client.229146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:41 smithi161 ceph-mon[116604]: 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-07T09:20:41.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:41 smithi161 ceph-mon[116604]: from='client.229146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:41 smithi028 ceph-mon[112123]: 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-07T09:20:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:41 smithi028 ceph-mon[112123]: from='client.229146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:43 smithi138 ceph-mon[117003]: 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-07T09:20:43.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:43 smithi161 ceph-mon[116604]: 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-07T09:20:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:43 smithi028 ceph-mon[112123]: 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-07T09:20:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:45 smithi138 ceph-mon[117003]: pgmap v8222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:20:45.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:45.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:45.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:45 smithi161 ceph-mon[116604]: pgmap v8222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:20:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:45 smithi028 ceph-mon[112123]: pgmap v8222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:20:46.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:46.399 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:47 smithi138 ceph-mon[117003]: from='client.229221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:47 smithi138 ceph-mon[117003]: 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-07T09:20:47.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:47 smithi161 ceph-mon[116604]: from='client.229221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:47.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:47 smithi161 ceph-mon[116604]: 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-07T09:20:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:47 smithi028 ceph-mon[112123]: from='client.229221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:47.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:47 smithi028 ceph-mon[112123]: 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-07T09:20:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:48 smithi161 ceph-mon[116604]: 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-07T09:20:48.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:48 smithi028 ceph-mon[112123]: 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-07T09:20:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:48 smithi138 ceph-mon[117003]: 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-07T09:20:51.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:51.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:51.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:51 smithi138 ceph-mon[117003]: 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-07T09:20:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:51 smithi161 ceph-mon[116604]: 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-07T09:20:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:51 smithi028 ceph-mon[112123]: 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-07T09:20:52.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:52.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:52.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:52.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:52.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:53.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:53 smithi138 ceph-mon[117003]: from='client.229299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:53.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:53 smithi138 ceph-mon[117003]: 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-07T09:20:53.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:53 smithi161 ceph-mon[116604]: from='client.229299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:53.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:53 smithi161 ceph-mon[116604]: 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-07T09:20:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:53 smithi028 ceph-mon[112123]: from='client.229299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:53 smithi028 ceph-mon[112123]: 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-07T09:20:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:55 smithi138 ceph-mon[117003]: pgmap v8227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:20:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:55 smithi161 ceph-mon[116604]: pgmap v8227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:20:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:55 smithi028 ceph-mon[112123]: pgmap v8227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:20:57.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:20:57.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:20:57.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:20:57.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:57 smithi138 ceph-mon[117003]: pgmap v8228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:20:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:57 smithi161 ceph-mon[116604]: pgmap v8228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:20:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:57 smithi028 ceph-mon[112123]: pgmap v8228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:20:57.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:20:57.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:20:57.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:20:57.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:20:57.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:20:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:58 smithi138 ceph-mon[117003]: from='client.229377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:58 smithi161 ceph-mon[116604]: from='client.229377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:58 smithi028 ceph-mon[112123]: from='client.229377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:20:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:20:59 smithi138 ceph-mon[117003]: 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-07T09:20:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:20:59 smithi161 ceph-mon[116604]: 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-07T09:20:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:20:59 smithi028 ceph-mon[112123]: 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-07T09:21:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:01 smithi138 ceph-mon[117003]: 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-07T09:21:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:01 smithi161 ceph-mon[116604]: 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-07T09:21:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:01 smithi028 ceph-mon[112123]: 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-07T09:21:02.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:02.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:02.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:03 smithi138 ceph-mon[117003]: 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-07T09:21:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:03 smithi161 ceph-mon[116604]: 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-07T09:21:03.721 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:03 smithi028 ceph-mon[112123]: 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-07T09:21:03.742 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:03.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:03.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:03.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:03.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:04 smithi138 ceph-mon[117003]: from='client.229455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:04 smithi161 ceph-mon[116604]: from='client.229455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:04.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:04 smithi028 ceph-mon[112123]: from='client.229455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:05 smithi138 ceph-mon[117003]: pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:21:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:05 smithi161 ceph-mon[116604]: pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:21:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:05 smithi028 ceph-mon[112123]: pgmap v8232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:21:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:07 smithi138 ceph-mon[117003]: pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:21:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:07 smithi161 ceph-mon[116604]: pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:21:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:07 smithi028 ceph-mon[112123]: pgmap v8233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:21:08.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:08.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:08.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:08 smithi161 ceph-mon[116604]: 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-07T09:21:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:08 smithi028 ceph-mon[112123]: 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-07T09:21:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:08 smithi138 ceph-mon[117003]: 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-07T09:21:09.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:09.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:09.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:09.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:09.544 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:09.899 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:09 smithi138 ceph-mon[117003]: from='client.229533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:09.899 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:21:09.927 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:09 smithi161 ceph-mon[116604]: from='client.229533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:09.927 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:21:09.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:09 smithi028 ceph-mon[112123]: from='client.229533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:09.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:21:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:21:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:21:11.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:21:11.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:11.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:21:11.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: pgmap v8235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:21:11.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:11.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:21:11.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:21:11.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:21:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:12 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16646M 2023-12-07T09:21:12.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:12 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16646M 2023-12-07T09:21:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:12 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16646M 2023-12-07T09:21:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:13 smithi161 ceph-mon[116604]: pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:21:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:13 smithi028 ceph-mon[112123]: pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:21:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:13 smithi138 ceph-mon[117003]: pgmap v8236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:21:14.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:14.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:14.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:15.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:15.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:15 smithi138 ceph-mon[117003]: 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-07T09:21:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:15 smithi161 ceph-mon[116604]: 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-07T09:21:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:15 smithi028 ceph-mon[112123]: 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-07T09:21:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:16 smithi138 ceph-mon[117003]: from='client.229611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:16 smithi161 ceph-mon[116604]: from='client.229611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:16 smithi028 ceph-mon[112123]: from='client.229611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:17 smithi138 ceph-mon[117003]: pgmap v8238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:21:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:17 smithi161 ceph-mon[116604]: pgmap v8238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:21:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:17 smithi028 ceph-mon[112123]: pgmap v8238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:21:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:18 smithi161 ceph-mon[116604]: 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-07T09:21:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:18 smithi028 ceph-mon[112123]: 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-07T09:21:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:18 smithi138 ceph-mon[117003]: 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-07T09:21:20.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:20.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:20.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:21.086 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:21.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:21.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:21.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:21.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:21 smithi138 ceph-mon[117003]: 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-07T09:21:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:21 smithi161 ceph-mon[116604]: 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-07T09:21:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:21 smithi028 ceph-mon[112123]: 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-07T09:21:22.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:22 smithi138 ceph-mon[117003]: from='client.229680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:22 smithi161 ceph-mon[116604]: from='client.229680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:22 smithi028 ceph-mon[112123]: from='client.229680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:23 smithi138 ceph-mon[117003]: pgmap v8241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:23 smithi161 ceph-mon[116604]: pgmap v8241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:23 smithi028 ceph-mon[112123]: pgmap v8241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:25.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:25 smithi138 ceph-mon[117003]: pgmap v8242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:21:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:25 smithi161 ceph-mon[116604]: pgmap v8242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:21:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:25 smithi028 ceph-mon[112123]: pgmap v8242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:21:26.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:26.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:26.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:26.858 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:26.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:26.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:26.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:26.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:27.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:27 smithi138 ceph-mon[117003]: 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-07T09:21:27.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:27 smithi138 ceph-mon[117003]: from='client.229755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:27.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:27 smithi161 ceph-mon[116604]: 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-07T09:21:27.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:27 smithi161 ceph-mon[116604]: from='client.229755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:27 smithi028 ceph-mon[112123]: 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-07T09:21:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:27 smithi028 ceph-mon[112123]: from='client.229755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:28 smithi161 ceph-mon[116604]: 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-07T09:21:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:28 smithi028 ceph-mon[112123]: 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-07T09:21:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:28 smithi138 ceph-mon[117003]: 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-07T09:21:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:31 smithi138 ceph-mon[117003]: 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-07T09:21:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:31 smithi161 ceph-mon[116604]: 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-07T09:21:31.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:31 smithi028 ceph-mon[112123]: 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-07T09:21:31.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:31.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:31.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:32.625 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:32.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:32.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:32.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:32.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:33 smithi138 ceph-mon[117003]: 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-07T09:21:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:33 smithi138 ceph-mon[117003]: from='client.229827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:33 smithi161 ceph-mon[116604]: 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-07T09:21:33.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:33 smithi161 ceph-mon[116604]: from='client.229827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:33.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:33 smithi028 ceph-mon[112123]: 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-07T09:21:33.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:33 smithi028 ceph-mon[112123]: from='client.229827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:35 smithi138 ceph-mon[117003]: pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:21:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:35 smithi161 ceph-mon[116604]: pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:21:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:35 smithi028 ceph-mon[112123]: pgmap v8247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:21:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:37 smithi138 ceph-mon[117003]: pgmap v8248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:37.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:37.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:37.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:37 smithi161 ceph-mon[116604]: pgmap v8248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:37 smithi028 ceph-mon[112123]: pgmap v8248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:38.401 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:38.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:38.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:38.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:38.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:38 smithi161 ceph-mon[116604]: from='client.229905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:38.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:38 smithi161 ceph-mon[116604]: 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-07T09:21:38.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:38 smithi028 ceph-mon[112123]: from='client.229905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:38.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:38 smithi028 ceph-mon[112123]: 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-07T09:21:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:38 smithi138 ceph-mon[117003]: from='client.229905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:38 smithi138 ceph-mon[117003]: 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-07T09:21:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:41 smithi138 ceph-mon[117003]: 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-07T09:21:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:41 smithi161 ceph-mon[116604]: 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-07T09:21:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:41 smithi028 ceph-mon[112123]: 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-07T09:21:43.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:43.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:43.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:43 smithi138 ceph-mon[117003]: 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-07T09:21:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:43 smithi161 ceph-mon[116604]: 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-07T09:21:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:43 smithi028 ceph-mon[112123]: 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-07T09:21:44.171 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:44.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:44.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:44.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:44.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:45 smithi138 ceph-mon[117003]: from='client.229980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:45.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:45 smithi138 ceph-mon[117003]: pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:21:45.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:45 smithi161 ceph-mon[116604]: from='client.229980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:45.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:45 smithi161 ceph-mon[116604]: pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:21:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:45 smithi028 ceph-mon[112123]: from='client.229980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:45 smithi028 ceph-mon[112123]: pgmap v8252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:21:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:47 smithi138 ceph-mon[117003]: pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:21:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:47 smithi161 ceph-mon[116604]: pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:21:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:47 smithi028 ceph-mon[112123]: pgmap v8253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:21:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:48 smithi161 ceph-mon[116604]: pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:21:48.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:48 smithi028 ceph-mon[112123]: pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:21:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:48 smithi138 ceph-mon[117003]: pgmap v8254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:21:49.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:49.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:49.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:49.936 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:49.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:49.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:49.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:49.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:49.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:49 smithi161 ceph-mon[116604]: from='client.230058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:49 smithi028 ceph-mon[112123]: from='client.230058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:49 smithi138 ceph-mon[117003]: from='client.230058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:50 smithi161 ceph-mon[116604]: pgmap v8255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:50 smithi028 ceph-mon[112123]: pgmap v8255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:50 smithi138 ceph-mon[117003]: pgmap v8255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:21:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:53 smithi138 ceph-mon[117003]: pgmap v8256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:21:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:53 smithi161 ceph-mon[116604]: pgmap v8256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:21:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:53 smithi028 ceph-mon[112123]: pgmap v8256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:21:54.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:21:54.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:21:54.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:21:55.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:55 smithi138 ceph-mon[117003]: 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-07T09:21:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:55 smithi161 ceph-mon[116604]: 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-07T09:21:55.716 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:21:55.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:21:55.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:21:55.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:21:55.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:21:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:55 smithi028 ceph-mon[112123]: 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-07T09:21:56.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:56 smithi138 ceph-mon[117003]: from='client.230130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:56 smithi161 ceph-mon[116604]: from='client.230130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:56 smithi028 ceph-mon[112123]: from='client.230130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:21:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:57 smithi138 ceph-mon[117003]: pgmap v8258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:21:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:57 smithi161 ceph-mon[116604]: pgmap v8258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:21:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:57 smithi028 ceph-mon[112123]: pgmap v8258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:21:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:21:58 smithi161 ceph-mon[116604]: pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:21:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:21:58 smithi028 ceph-mon[112123]: pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:21:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:21:58 smithi138 ceph-mon[117003]: pgmap v8259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:22:00.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:00.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:00.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:01.515 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:01.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:01.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:01.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:01.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:01 smithi138 ceph-mon[117003]: pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:22:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:01 smithi161 ceph-mon[116604]: pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:22:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:01 smithi028 ceph-mon[112123]: pgmap v8260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:22:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:02 smithi138 ceph-mon[117003]: from='client.230205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:02 smithi161 ceph-mon[116604]: from='client.230205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:02 smithi028 ceph-mon[112123]: from='client.230205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:03 smithi138 ceph-mon[117003]: pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:03 smithi161 ceph-mon[116604]: pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:03 smithi028 ceph-mon[112123]: pgmap v8261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:05 smithi138 ceph-mon[117003]: pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:05 smithi161 ceph-mon[116604]: pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:05 smithi028 ceph-mon[112123]: pgmap v8262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:06.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:06.517 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:06.517 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:07.290 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:07.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:07.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:07.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:07.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:07 smithi138 ceph-mon[117003]: 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-07T09:22:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:07 smithi161 ceph-mon[116604]: 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-07T09:22:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:07 smithi028 ceph-mon[112123]: 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-07T09:22:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:08 smithi138 ceph-mon[117003]: from='client.230283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:08 smithi161 ceph-mon[116604]: from='client.230283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:08 smithi028 ceph-mon[112123]: from='client.230283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:09 smithi138 ceph-mon[117003]: 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-07T09:22:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:09 smithi161 ceph-mon[116604]: 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-07T09:22:09.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:09 smithi028 ceph-mon[112123]: 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-07T09:22:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:11 smithi138 ceph-mon[117003]: 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-07T09:22:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:22:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:11 smithi161 ceph-mon[116604]: 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-07T09:22:11.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:22:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:11 smithi028 ceph-mon[112123]: 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-07T09:22:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:22:12.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:12.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:12.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:22:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:22:12.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:22:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:22:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:22:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:22:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:22:12.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:22:12.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:22:13.063 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:13.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:13.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:13.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:13.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:13 smithi138 ceph-mon[117003]: 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-07T09:22:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:13 smithi161 ceph-mon[116604]: 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-07T09:22:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:13 smithi028 ceph-mon[112123]: 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-07T09:22:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:14 smithi138 ceph-mon[117003]: from='client.230355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:14 smithi161 ceph-mon[116604]: from='client.230355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:14 smithi028 ceph-mon[112123]: from='client.230355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:15 smithi138 ceph-mon[117003]: pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:15 smithi161 ceph-mon[116604]: pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:15 smithi028 ceph-mon[112123]: pgmap v8267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:17 smithi138 ceph-mon[117003]: pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:17 smithi161 ceph-mon[116604]: pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:17 smithi028 ceph-mon[112123]: pgmap v8268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:18.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:18.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:18.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:18.845 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:18.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:18.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:18.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:18.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:18 smithi161 ceph-mon[116604]: 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-07T09:22:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:18 smithi161 ceph-mon[116604]: from='client.230430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:18.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:18 smithi028 ceph-mon[112123]: 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-07T09:22:18.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:18 smithi028 ceph-mon[112123]: from='client.230430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:18 smithi138 ceph-mon[117003]: 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-07T09:22:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:18 smithi138 ceph-mon[117003]: from='client.230430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:21 smithi138 ceph-mon[117003]: 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-07T09:22:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:21 smithi161 ceph-mon[116604]: 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-07T09:22:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:21 smithi028 ceph-mon[112123]: 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-07T09:22:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:23 smithi138 ceph-mon[117003]: 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-07T09:22:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:23 smithi161 ceph-mon[116604]: 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-07T09:22:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:23 smithi028 ceph-mon[112123]: 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-07T09:22:23.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:23.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:23.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:24.626 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:24.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:24.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:24.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:24.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:25 smithi138 ceph-mon[117003]: 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-07T09:22:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:25 smithi138 ceph-mon[117003]: from='client.230502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:25 smithi161 ceph-mon[116604]: 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-07T09:22:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:25 smithi161 ceph-mon[116604]: from='client.230502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:25 smithi028 ceph-mon[112123]: 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-07T09:22:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:25 smithi028 ceph-mon[112123]: from='client.230502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:27 smithi138 ceph-mon[117003]: pgmap v8273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:22:27.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:27 smithi161 ceph-mon[116604]: pgmap v8273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:22:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:27 smithi028 ceph-mon[112123]: pgmap v8273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:22:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:28 smithi161 ceph-mon[116604]: pgmap v8274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:22:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:28 smithi028 ceph-mon[112123]: pgmap v8274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:22:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:28 smithi138 ceph-mon[117003]: pgmap v8274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:22:29.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:29.628 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:29.628 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:30.402 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:30.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:30.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:30.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:30.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:31 smithi138 ceph-mon[117003]: from='client.230577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:31 smithi138 ceph-mon[117003]: pgmap v8275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:31 smithi161 ceph-mon[116604]: from='client.230577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:31.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:31 smithi161 ceph-mon[116604]: pgmap v8275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:31 smithi028 ceph-mon[112123]: from='client.230577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:31.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:31 smithi028 ceph-mon[112123]: pgmap v8275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:33 smithi138 ceph-mon[117003]: pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:22:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:33 smithi161 ceph-mon[116604]: pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:22:33.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:33 smithi028 ceph-mon[112123]: pgmap v8276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:22:35.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:35.404 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:35.404 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:35 smithi138 ceph-mon[117003]: 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-07T09:22:35.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:35 smithi161 ceph-mon[116604]: 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-07T09:22:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:35 smithi028 ceph-mon[112123]: 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-07T09:22:36.178 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:36.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:36.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:36.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:36.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:37 smithi138 ceph-mon[117003]: from='client.230655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:37 smithi138 ceph-mon[117003]: 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-07T09:22:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:37 smithi161 ceph-mon[116604]: from='client.230655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:37 smithi161 ceph-mon[116604]: 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-07T09:22:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:37 smithi028 ceph-mon[112123]: from='client.230655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:37 smithi028 ceph-mon[112123]: 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-07T09:22:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:38 smithi161 ceph-mon[116604]: pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:38 smithi028 ceph-mon[112123]: pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:38 smithi138 ceph-mon[117003]: pgmap v8279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:41.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:41.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:41.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:41 smithi138 ceph-mon[117003]: pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:41 smithi161 ceph-mon[116604]: pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:41 smithi028 ceph-mon[112123]: pgmap v8280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:41.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:41.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:41.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:41.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:41.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:42 smithi138 ceph-mon[117003]: from='client.230733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:42 smithi161 ceph-mon[116604]: from='client.230733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:42 smithi028 ceph-mon[112123]: from='client.230733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:43 smithi138 ceph-mon[117003]: pgmap v8281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:43.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:43 smithi161 ceph-mon[116604]: pgmap v8281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:43 smithi028 ceph-mon[112123]: pgmap v8281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:45 smithi138 ceph-mon[117003]: pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:45 smithi161 ceph-mon[116604]: pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:45 smithi028 ceph-mon[112123]: pgmap v8282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:46.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:46.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:46.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:47 smithi138 ceph-mon[117003]: 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-07T09:22:47.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:47 smithi161 ceph-mon[116604]: 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-07T09:22:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:47 smithi028 ceph-mon[112123]: 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-07T09:22:47.754 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:47.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:47.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:47.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:47.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:48 smithi138 ceph-mon[117003]: from='client.230805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:48 smithi161 ceph-mon[116604]: from='client.230805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:48 smithi028 ceph-mon[112123]: from='client.230805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:49 smithi138 ceph-mon[117003]: 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-07T09:22:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:49 smithi161 ceph-mon[116604]: 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-07T09:22:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:49 smithi028 ceph-mon[112123]: 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-07T09:22:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:51 smithi138 ceph-mon[117003]: 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-07T09:22:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:51 smithi161 ceph-mon[116604]: 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-07T09:22:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:51 smithi028 ceph-mon[112123]: 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-07T09:22:52.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:52.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:52.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:53.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:53.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:53.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:53.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:53.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:53 smithi138 ceph-mon[117003]: 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-07T09:22:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:53 smithi161 ceph-mon[116604]: 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-07T09:22:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:53 smithi028 ceph-mon[112123]: 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-07T09:22:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:54 smithi138 ceph-mon[117003]: from='client.230880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:54 smithi161 ceph-mon[116604]: from='client.230880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:54 smithi028 ceph-mon[112123]: from='client.230880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:55 smithi138 ceph-mon[117003]: pgmap v8287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:55 smithi161 ceph-mon[116604]: pgmap v8287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:55 smithi028 ceph-mon[112123]: pgmap v8287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:22:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:57 smithi138 ceph-mon[117003]: pgmap v8288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:57 smithi161 ceph-mon[116604]: pgmap v8288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:57 smithi028 ceph-mon[112123]: pgmap v8288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:22:58.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:22:58.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:22:58.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:22:58.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:58 smithi161 ceph-mon[116604]: 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-07T09:22:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:58 smithi028 ceph-mon[112123]: 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-07T09:22:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:58 smithi138 ceph-mon[117003]: 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-07T09:22:59.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:22:59.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:22:59.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:22:59.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:22:59.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:22:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:22:59 smithi161 ceph-mon[116604]: from='client.230955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:22:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:22:59 smithi028 ceph-mon[112123]: from='client.230955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:22:59 smithi138 ceph-mon[117003]: from='client.230955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:00 smithi161 ceph-mon[116604]: pgmap v8290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:23:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:00 smithi028 ceph-mon[112123]: pgmap v8290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:23:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:00 smithi138 ceph-mon[117003]: pgmap v8290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:23:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:03 smithi138 ceph-mon[117003]: pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:23:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:03 smithi161 ceph-mon[116604]: pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:23:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:03 smithi028 ceph-mon[112123]: pgmap v8291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:23:04.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:04.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:04.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:05.080 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:05.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:05.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:05.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:05.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:05 smithi138 ceph-mon[117003]: 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-07T09:23:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:05 smithi161 ceph-mon[116604]: 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-07T09:23:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:05 smithi028 ceph-mon[112123]: 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-07T09:23:06.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:06 smithi138 ceph-mon[117003]: from='client.231033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:06 smithi161 ceph-mon[116604]: from='client.231033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:06 smithi028 ceph-mon[112123]: from='client.231033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:07 smithi138 ceph-mon[117003]: pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:07 smithi161 ceph-mon[116604]: pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:07 smithi028 ceph-mon[112123]: pgmap v8293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:08 smithi161 ceph-mon[116604]: pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:08 smithi028 ceph-mon[112123]: pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:08 smithi138 ceph-mon[117003]: pgmap v8294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:10.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:10.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:10.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:10.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:10.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:10.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:10.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:10.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:11 smithi138 ceph-mon[117003]: pgmap v8295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:11 smithi138 ceph-mon[117003]: from='client.231111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:11 smithi161 ceph-mon[116604]: pgmap v8295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:11.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:11 smithi161 ceph-mon[116604]: from='client.231111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:11 smithi028 ceph-mon[112123]: pgmap v8295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:11 smithi028 ceph-mon[112123]: from='client.231111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:23:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:23:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:23:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:13 smithi138 ceph-mon[117003]: 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-07T09:23:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:23:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:23:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:23:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:13 smithi161 ceph-mon[116604]: 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-07T09:23:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:23:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:23:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:23:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:13 smithi028 ceph-mon[112123]: 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-07T09:23:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:23:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:23:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:23:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:15 smithi138 ceph-mon[117003]: pgmap v8297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:23:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:15 smithi161 ceph-mon[116604]: pgmap v8297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:23:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:15 smithi028 ceph-mon[112123]: pgmap v8297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:23:15.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:15.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:15.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:16.638 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:16.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:16.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:16.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:16.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:17 smithi138 ceph-mon[117003]: 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-07T09:23:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:17 smithi138 ceph-mon[117003]: from='client.231189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:17 smithi161 ceph-mon[116604]: 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-07T09:23:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:17 smithi161 ceph-mon[116604]: from='client.231189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:17 smithi028 ceph-mon[112123]: 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-07T09:23:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:17 smithi028 ceph-mon[112123]: from='client.231189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:18 smithi161 ceph-mon[116604]: pgmap v8299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:18.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:18 smithi028 ceph-mon[112123]: pgmap v8299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:18 smithi138 ceph-mon[117003]: pgmap v8299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:21 smithi138 ceph-mon[117003]: pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:21.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:21.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:21.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:21 smithi161 ceph-mon[116604]: pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:21 smithi028 ceph-mon[112123]: pgmap v8300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:22.408 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:22.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:22.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:22.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:22.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:23.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:23 smithi138 ceph-mon[117003]: from='client.231261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:23.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:23 smithi138 ceph-mon[117003]: pgmap v8301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:23 smithi161 ceph-mon[116604]: from='client.231261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:23 smithi161 ceph-mon[116604]: pgmap v8301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:23 smithi028 ceph-mon[112123]: from='client.231261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:23 smithi028 ceph-mon[112123]: pgmap v8301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:25 smithi138 ceph-mon[117003]: pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:25 smithi161 ceph-mon[116604]: pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:25.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:25 smithi028 ceph-mon[112123]: pgmap v8302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:27.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:27.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:27.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:27 smithi138 ceph-mon[117003]: pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:27 smithi161 ceph-mon[116604]: pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:27 smithi028 ceph-mon[112123]: pgmap v8303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:28.175 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:28.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:28.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:28.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:28.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:28 smithi161 ceph-mon[116604]: from='client.231339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:28 smithi161 ceph-mon[116604]: 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-07T09:23:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:28 smithi028 ceph-mon[112123]: from='client.231339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:28 smithi028 ceph-mon[112123]: 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-07T09:23:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:28 smithi138 ceph-mon[117003]: from='client.231339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:28 smithi138 ceph-mon[117003]: 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-07T09:23:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:31 smithi138 ceph-mon[117003]: 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-07T09:23:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:31 smithi161 ceph-mon[116604]: 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-07T09:23:31.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:31 smithi028 ceph-mon[112123]: 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-07T09:23:33.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:33.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:33.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:33 smithi138 ceph-mon[117003]: 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-07T09:23:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:33 smithi161 ceph-mon[116604]: 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-07T09:23:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:33 smithi028 ceph-mon[112123]: 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-07T09:23:33.946 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:34.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:34 smithi138 ceph-mon[117003]: from='client.231414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:34 smithi161 ceph-mon[116604]: from='client.231414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:34.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:34 smithi028 ceph-mon[112123]: from='client.231414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:35 smithi138 ceph-mon[117003]: pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:35.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:35 smithi161 ceph-mon[116604]: pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:35 smithi028 ceph-mon[112123]: pgmap v8307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:37 smithi138 ceph-mon[117003]: pgmap v8308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:37 smithi161 ceph-mon[116604]: pgmap v8308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:37 smithi028 ceph-mon[112123]: pgmap v8308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:38 smithi161 ceph-mon[116604]: 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-07T09:23:38.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:38.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:38.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:38 smithi028 ceph-mon[112123]: 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-07T09:23:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:38 smithi138 ceph-mon[117003]: 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-07T09:23:39.718 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:39.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:39.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:39.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:39.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:39 smithi161 ceph-mon[116604]: from='client.231489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:39 smithi028 ceph-mon[112123]: from='client.231489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:39 smithi138 ceph-mon[117003]: from='client.231489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:40 smithi161 ceph-mon[116604]: pgmap v8310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:40 smithi028 ceph-mon[112123]: pgmap v8310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:40 smithi138 ceph-mon[117003]: pgmap v8310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:43 smithi138 ceph-mon[117003]: pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:43 smithi161 ceph-mon[116604]: pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:43 smithi028 ceph-mon[112123]: pgmap v8311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:44.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:44.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:44.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:45.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:45.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:45.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:45.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:45.491 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:45 smithi138 ceph-mon[117003]: 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-07T09:23:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:45 smithi161 ceph-mon[116604]: 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-07T09:23:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:45 smithi028 ceph-mon[112123]: 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-07T09:23:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:46 smithi138 ceph-mon[117003]: from='client.231564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:46 smithi161 ceph-mon[116604]: from='client.231564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:46.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:46 smithi028 ceph-mon[112123]: from='client.231564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:47.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:47 smithi138 ceph-mon[117003]: pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:47 smithi161 ceph-mon[116604]: pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:47.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:47 smithi028 ceph-mon[112123]: pgmap v8313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:48 smithi161 ceph-mon[116604]: pgmap v8314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:48.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:48 smithi028 ceph-mon[112123]: pgmap v8314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:48 smithi138 ceph-mon[117003]: pgmap v8314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:23:50.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:50.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:50.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:51.272 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:51.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:51.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:51.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:51.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:51 smithi138 ceph-mon[117003]: pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:51 smithi161 ceph-mon[116604]: pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:51 smithi028 ceph-mon[112123]: pgmap v8315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:52 smithi138 ceph-mon[117003]: from='client.231636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:52 smithi161 ceph-mon[116604]: from='client.231636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:52 smithi028 ceph-mon[112123]: from='client.231636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:53 smithi138 ceph-mon[117003]: pgmap v8316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:53 smithi161 ceph-mon[116604]: pgmap v8316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:53 smithi028 ceph-mon[112123]: pgmap v8316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:55 smithi138 ceph-mon[117003]: pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:55 smithi161 ceph-mon[116604]: pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:55 smithi028 ceph-mon[112123]: pgmap v8317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:23:56.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:23:56.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:23:56.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:23:57.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:23:57.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:23:57.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:23:57.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:23:57.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:23:57.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:57 smithi138 ceph-mon[117003]: 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-07T09:23:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:57 smithi161 ceph-mon[116604]: 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-07T09:23:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:57 smithi028 ceph-mon[112123]: 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-07T09:23:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:58 smithi138 ceph-mon[117003]: from='client.231714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:58 smithi161 ceph-mon[116604]: from='client.231714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:58 smithi028 ceph-mon[112123]: from='client.231714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:23:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:23:59 smithi138 ceph-mon[117003]: pgmap v8319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:23:59 smithi161 ceph-mon[116604]: pgmap v8319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:23:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:23:59 smithi028 ceph-mon[112123]: pgmap v8319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:01 smithi138 ceph-mon[117003]: pgmap v8320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:01 smithi161 ceph-mon[116604]: pgmap v8320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:01.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:01 smithi028 ceph-mon[112123]: pgmap v8320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:02.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:02.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:02.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:02.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:02.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:02.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:02.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:02.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:03 smithi161 ceph-mon[116604]: pgmap v8321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:03.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:03 smithi161 ceph-mon[116604]: from='client.231786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:03 smithi028 ceph-mon[112123]: pgmap v8321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:03 smithi028 ceph-mon[112123]: from='client.231786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:03 smithi138 ceph-mon[117003]: pgmap v8321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:03 smithi138 ceph-mon[117003]: from='client.231786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:05 smithi161 ceph-mon[116604]: pgmap v8322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:05 smithi028 ceph-mon[112123]: pgmap v8322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:05 smithi138 ceph-mon[117003]: pgmap v8322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:07 smithi161 ceph-mon[116604]: pgmap v8323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:07 smithi028 ceph-mon[112123]: pgmap v8323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:07 smithi138 ceph-mon[117003]: pgmap v8323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:07.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:07.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:07.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:08.588 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:08.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:08.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:08.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:08.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:08 smithi161 ceph-mon[116604]: from='client.231861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:08.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:08 smithi161 ceph-mon[116604]: 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-07T09:24:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:08 smithi028 ceph-mon[112123]: from='client.231861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:08 smithi028 ceph-mon[112123]: 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-07T09:24:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:08 smithi138 ceph-mon[117003]: from='client.231861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:08 smithi138 ceph-mon[117003]: 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-07T09:24:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:11 smithi138 ceph-mon[117003]: 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-07T09:24:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:11 smithi161 ceph-mon[116604]: 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-07T09:24:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:11 smithi028 ceph-mon[112123]: 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-07T09:24:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:13 smithi138 ceph-mon[117003]: 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-07T09:24:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:24:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:24:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:24:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:24:13.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:13.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:13.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:13 smithi161 ceph-mon[116604]: 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-07T09:24:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:24:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:24:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:24:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:24:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:13 smithi028 ceph-mon[112123]: 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-07T09:24:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:24:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:24:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:24:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:24:14.360 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:14.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:14.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:14.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:14.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:15 smithi138 ceph-mon[117003]: from='client.231936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:15 smithi138 ceph-mon[117003]: pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:24:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:15 smithi161 ceph-mon[116604]: from='client.231936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:15.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:15 smithi161 ceph-mon[116604]: pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:24:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:15 smithi028 ceph-mon[112123]: from='client.231936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:15 smithi028 ceph-mon[112123]: pgmap v8327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:24:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:17 smithi138 ceph-mon[117003]: pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:24:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:17 smithi161 ceph-mon[116604]: pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:24:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:17 smithi028 ceph-mon[112123]: pgmap v8328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:24:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:18 smithi161 ceph-mon[116604]: pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:24:18.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:18 smithi028 ceph-mon[112123]: pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:24:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:18 smithi138 ceph-mon[117003]: pgmap v8329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:24:19.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:19.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:19.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:20.135 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:20.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:20.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:20.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:20.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:21 smithi138 ceph-mon[117003]: from='client.232008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:21.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:21 smithi138 ceph-mon[117003]: pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:21 smithi161 ceph-mon[116604]: from='client.232008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:21 smithi161 ceph-mon[116604]: pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:21 smithi028 ceph-mon[112123]: from='client.232008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:21 smithi028 ceph-mon[112123]: pgmap v8330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:23 smithi138 ceph-mon[117003]: pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:24:23.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:23 smithi161 ceph-mon[116604]: pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:24:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:23 smithi028 ceph-mon[112123]: pgmap v8331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:24:25.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:25.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:25.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:25 smithi138 ceph-mon[117003]: 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-07T09:24:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:25 smithi161 ceph-mon[116604]: 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-07T09:24:25.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:25 smithi028 ceph-mon[112123]: 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-07T09:24:25.914 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:25.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:25.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:25.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:25.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:26.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:26 smithi138 ceph-mon[117003]: from='client.232086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:26 smithi161 ceph-mon[116604]: from='client.232086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:26.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:26 smithi028 ceph-mon[112123]: from='client.232086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:27 smithi161 ceph-mon[116604]: pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:24:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:27 smithi028 ceph-mon[112123]: pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:24:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:27 smithi138 ceph-mon[117003]: pgmap v8333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:24:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:28 smithi161 ceph-mon[116604]: pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:24:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:28 smithi028 ceph-mon[112123]: pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:24:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:28 smithi138 ceph-mon[117003]: pgmap v8334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:24:30.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:30.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:30.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:31.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:31 smithi138 ceph-mon[117003]: pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:24:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:31 smithi161 ceph-mon[116604]: pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:24:32.732 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:32 smithi138 ceph-mon[117003]: from='client.232164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:32.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:32.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:32.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:32.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:32.733 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:32 smithi161 ceph-mon[116604]: from='client.232164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:32.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:32.733 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:31 smithi028 ceph-mon[112123]: pgmap v8335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:24:32.734 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:32 smithi028 ceph-mon[112123]: from='client.232164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:33 smithi138 ceph-mon[117003]: pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:33 smithi161 ceph-mon[116604]: pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:33.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:33 smithi028 ceph-mon[112123]: pgmap v8336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:35 smithi161 ceph-mon[116604]: pgmap v8337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:35 smithi028 ceph-mon[112123]: pgmap v8337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:35 smithi138 ceph-mon[117003]: pgmap v8337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:36.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:36.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:36.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:37.485 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:37.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:37.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:37.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:37.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:37 smithi161 ceph-mon[116604]: 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-07T09:24:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:37 smithi028 ceph-mon[112123]: 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-07T09:24:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:37 smithi138 ceph-mon[117003]: 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-07T09:24:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:38 smithi161 ceph-mon[116604]: from='client.232239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:38 smithi028 ceph-mon[112123]: from='client.232239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:38 smithi138 ceph-mon[117003]: from='client.232239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:39 smithi161 ceph-mon[116604]: pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:39 smithi028 ceph-mon[112123]: pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:39 smithi138 ceph-mon[117003]: pgmap v8339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:41 smithi161 ceph-mon[116604]: pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:41 smithi028 ceph-mon[112123]: pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:41 smithi138 ceph-mon[117003]: pgmap v8340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:42.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:42.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:42.488 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:43.255 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:43.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:43.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:43.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:43.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:43 smithi161 ceph-mon[116604]: pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:43 smithi028 ceph-mon[112123]: pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:43 smithi138 ceph-mon[117003]: pgmap v8341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:44.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:44 smithi161 ceph-mon[116604]: from='client.232317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:44 smithi028 ceph-mon[112123]: from='client.232317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:44.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:44 smithi138 ceph-mon[117003]: from='client.232317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:45 smithi161 ceph-mon[116604]: pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:45 smithi028 ceph-mon[112123]: pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:45 smithi138 ceph-mon[117003]: pgmap v8342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:24:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:47 smithi161 ceph-mon[116604]: pgmap v8343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:47 smithi028 ceph-mon[112123]: pgmap v8343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:47 smithi138 ceph-mon[117003]: pgmap v8343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:24:48.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:48.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:48.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:48 smithi028 ceph-mon[112123]: 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-07T09:24:49.026 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:49.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:49.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:49.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:49.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:48 smithi138 ceph-mon[117003]: 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-07T09:24:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:48 smithi161 ceph-mon[116604]: 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-07T09:24:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:49 smithi028 ceph-mon[112123]: from='client.232395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:49 smithi138 ceph-mon[117003]: from='client.232395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:49 smithi161 ceph-mon[116604]: from='client.232395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:50 smithi028 ceph-mon[112123]: 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-07T09:24:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:50 smithi138 ceph-mon[117003]: 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-07T09:24:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:50 smithi161 ceph-mon[116604]: 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-07T09:24:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:53 smithi138 ceph-mon[117003]: 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-07T09:24:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:53 smithi161 ceph-mon[116604]: 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-07T09:24:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:53 smithi028 ceph-mon[112123]: 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-07T09:24:54.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:54.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:54.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:24:54.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:24:54.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:24:54.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:24:54.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:24:54.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:24:55.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:55 smithi161 ceph-mon[116604]: 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-07T09:24:55.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:55 smithi161 ceph-mon[116604]: from='client.232467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:55 smithi028 ceph-mon[112123]: 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-07T09:24:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:55 smithi028 ceph-mon[112123]: from='client.232467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:55 smithi138 ceph-mon[117003]: 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-07T09:24:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:55 smithi138 ceph-mon[117003]: from='client.232467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:24:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:57 smithi161 ceph-mon[116604]: pgmap v8348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:24:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:57 smithi028 ceph-mon[112123]: pgmap v8348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:24:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:57 smithi138 ceph-mon[117003]: pgmap v8348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:24:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:24:58 smithi028 ceph-mon[112123]: pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:24:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:24:58 smithi138 ceph-mon[117003]: pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:24:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:24:58 smithi161 ceph-mon[116604]: pgmap v8349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:24:59.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:24:59.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:24:59.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:00.572 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:00.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:00.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:00.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:00.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:01 smithi138 ceph-mon[117003]: from='client.232542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:01 smithi138 ceph-mon[117003]: pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:01 smithi161 ceph-mon[116604]: from='client.232542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:01.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:01 smithi161 ceph-mon[116604]: pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:01.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:01 smithi028 ceph-mon[112123]: from='client.232542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:01.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:01 smithi028 ceph-mon[112123]: pgmap v8350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:03.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:03 smithi161 ceph-mon[116604]: pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:25:04.164 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:03 smithi138 ceph-mon[117003]: pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:25:04.164 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:03 smithi028 ceph-mon[112123]: pgmap v8351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:25:05.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:05.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:05.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:05 smithi161 ceph-mon[116604]: 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-07T09:25:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:05 smithi028 ceph-mon[112123]: 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-07T09:25:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:05 smithi138 ceph-mon[117003]: 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-07T09:25:06.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:06.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:06.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:06.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:06.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:07 smithi161 ceph-mon[116604]: from='client.232620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:07 smithi161 ceph-mon[116604]: pgmap v8353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:07 smithi028 ceph-mon[112123]: from='client.232620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:07 smithi028 ceph-mon[112123]: pgmap v8353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:07 smithi138 ceph-mon[117003]: from='client.232620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:07 smithi138 ceph-mon[117003]: pgmap v8353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:08 smithi028 ceph-mon[112123]: 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-07T09:25:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:08 smithi138 ceph-mon[117003]: 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-07T09:25:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:08 smithi161 ceph-mon[116604]: 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-07T09:25:11.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:11.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:11.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:11 smithi161 ceph-mon[116604]: pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:11 smithi028 ceph-mon[112123]: pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:11 smithi138 ceph-mon[117003]: pgmap v8355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:12.113 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:12.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:12.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:12.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:12.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:13 smithi161 ceph-mon[116604]: from='client.232698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:13 smithi161 ceph-mon[116604]: pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:13 smithi028 ceph-mon[112123]: from='client.232698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:13 smithi028 ceph-mon[112123]: pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:13 smithi138 ceph-mon[117003]: from='client.232698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:13 smithi138 ceph-mon[117003]: pgmap v8356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:25:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:25:14.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:25:14.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:25:14.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:25:14.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:25:14.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:25:14.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:25:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:25:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:25:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:25:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:25:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:15 smithi161 ceph-mon[116604]: pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:15 smithi028 ceph-mon[112123]: pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:15 smithi138 ceph-mon[117003]: pgmap v8357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:17.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:17.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:17.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:17 smithi161 ceph-mon[116604]: 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-07T09:25:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:17 smithi028 ceph-mon[112123]: 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-07T09:25:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:17 smithi138 ceph-mon[117003]: 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-07T09:25:17.880 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:17.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:17.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:17.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:17.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:18.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:18 smithi161 ceph-mon[116604]: from='client.232770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:18.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:18 smithi028 ceph-mon[112123]: from='client.232770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:18 smithi138 ceph-mon[117003]: from='client.232770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:19 smithi161 ceph-mon[116604]: pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:19 smithi028 ceph-mon[112123]: pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:19 smithi138 ceph-mon[117003]: pgmap v8359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:21 smithi161 ceph-mon[116604]: pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:21 smithi028 ceph-mon[112123]: pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:21 smithi138 ceph-mon[117003]: pgmap v8360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:22.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:22.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:22.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:23.641 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:23.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:23.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:23.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:23.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:23 smithi161 ceph-mon[116604]: 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-07T09:25:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:23 smithi028 ceph-mon[112123]: 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-07T09:25:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:23 smithi138 ceph-mon[117003]: 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-07T09:25:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:24 smithi161 ceph-mon[116604]: from='client.232845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:24 smithi028 ceph-mon[112123]: from='client.232845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:24 smithi138 ceph-mon[117003]: from='client.232845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:25 smithi161 ceph-mon[116604]: pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:25 smithi028 ceph-mon[112123]: pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:25 smithi138 ceph-mon[117003]: pgmap v8362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:27 smithi161 ceph-mon[116604]: pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:27 smithi028 ceph-mon[112123]: pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:27 smithi138 ceph-mon[117003]: pgmap v8363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:28.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:28.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:28.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:28 smithi028 ceph-mon[112123]: 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-07T09:25:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:28 smithi138 ceph-mon[117003]: 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-07T09:25:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:28 smithi161 ceph-mon[116604]: 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-07T09:25:29.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:29.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:29.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:29.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:29.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:29.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:29 smithi028 ceph-mon[112123]: from='client.232920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:29 smithi138 ceph-mon[117003]: from='client.232920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:29 smithi161 ceph-mon[116604]: from='client.232920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:30 smithi028 ceph-mon[112123]: pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:25:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:30 smithi138 ceph-mon[117003]: pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:25:31.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:30 smithi161 ceph-mon[116604]: pgmap v8365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:25:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:33 smithi161 ceph-mon[116604]: pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:25:33.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:33 smithi028 ceph-mon[112123]: pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:25:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:33 smithi138 ceph-mon[117003]: pgmap v8366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:25:34.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:34.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:34.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:35.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:35.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:35.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:35.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:35.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:35 smithi161 ceph-mon[116604]: 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-07T09:25:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:35 smithi028 ceph-mon[112123]: 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-07T09:25:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:35 smithi138 ceph-mon[117003]: 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-07T09:25:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:36 smithi161 ceph-mon[116604]: from='client.232995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:36.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:36 smithi028 ceph-mon[112123]: from='client.232995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:36.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:36 smithi138 ceph-mon[117003]: from='client.232995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:37 smithi161 ceph-mon[116604]: pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:25:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:37 smithi028 ceph-mon[112123]: pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:25:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:37 smithi138 ceph-mon[117003]: pgmap v8368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:25:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:38 smithi028 ceph-mon[112123]: pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:25:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:38 smithi138 ceph-mon[117003]: pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:25:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:38 smithi161 ceph-mon[116604]: pgmap v8369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:25:40.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:40.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:40.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:40.979 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:40.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:40.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:40.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:40.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:41 smithi161 ceph-mon[116604]: pgmap v8370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:41.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:41 smithi161 ceph-mon[116604]: from='client.233073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:41 smithi028 ceph-mon[112123]: pgmap v8370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:41 smithi028 ceph-mon[112123]: from='client.233073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:41 smithi138 ceph-mon[117003]: pgmap v8370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:41 smithi138 ceph-mon[117003]: from='client.233073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:43 smithi161 ceph-mon[116604]: pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:25:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:43 smithi028 ceph-mon[112123]: pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:25:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:43 smithi138 ceph-mon[117003]: pgmap v8371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:25:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:45 smithi161 ceph-mon[116604]: pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:25:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:45 smithi028 ceph-mon[112123]: pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:25:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:45 smithi138 ceph-mon[117003]: pgmap v8372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:25:45.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:45.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:45.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:46.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:46.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:46.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:46.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:46.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:47 smithi161 ceph-mon[116604]: pgmap v8373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:47.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:47 smithi161 ceph-mon[116604]: from='client.233145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:47 smithi028 ceph-mon[112123]: pgmap v8373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:47.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:47 smithi028 ceph-mon[112123]: from='client.233145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:47 smithi138 ceph-mon[117003]: pgmap v8373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:47 smithi138 ceph-mon[117003]: from='client.233145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:48.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:48 smithi028 ceph-mon[112123]: 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-07T09:25:49.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:48 smithi138 ceph-mon[117003]: 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-07T09:25:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:48 smithi161 ceph-mon[116604]: 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-07T09:25:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:51 smithi161 ceph-mon[116604]: pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:51 smithi028 ceph-mon[112123]: pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:51.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:51.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:51.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:51 smithi138 ceph-mon[117003]: pgmap v8375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:52.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:52.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:52.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:52.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:52.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:53 smithi161 ceph-mon[116604]: from='client.233223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:53 smithi161 ceph-mon[116604]: pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:53 smithi028 ceph-mon[112123]: from='client.233223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:53 smithi028 ceph-mon[112123]: pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:53 smithi138 ceph-mon[117003]: from='client.233223 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:53 smithi138 ceph-mon[117003]: pgmap v8376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:55 smithi161 ceph-mon[116604]: pgmap v8377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:55 smithi028 ceph-mon[112123]: pgmap v8377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:55 smithi138 ceph-mon[117003]: pgmap v8377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:25:57.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:25:57.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:25:57.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:25:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:57 smithi161 ceph-mon[116604]: 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-07T09:25:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:57 smithi028 ceph-mon[112123]: 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-07T09:25:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:57 smithi138 ceph-mon[117003]: 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-07T09:25:58.305 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:25:58.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:25:58.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:25:58.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:25:58.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:25:58.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:58 smithi028 ceph-mon[112123]: from='client.233301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:58.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:25:58 smithi028 ceph-mon[112123]: pgmap v8379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:58 smithi138 ceph-mon[117003]: from='client.233301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:25:58 smithi138 ceph-mon[117003]: pgmap v8379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:25:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:58 smithi161 ceph-mon[116604]: from='client.233301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:25:59.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:25:58 smithi161 ceph-mon[116604]: pgmap v8379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:01 smithi161 ceph-mon[116604]: pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:01.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:01 smithi028 ceph-mon[112123]: pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:01 smithi138 ceph-mon[117003]: pgmap v8380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:03.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:03.307 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:03.307 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:03 smithi161 ceph-mon[116604]: 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-07T09:26:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:03 smithi028 ceph-mon[112123]: 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-07T09:26:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:03 smithi138 ceph-mon[117003]: 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-07T09:26:04.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:04.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:04.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:04.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:04.069 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:05.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:05 smithi161 ceph-mon[116604]: from='client.233373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:05.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:05 smithi161 ceph-mon[116604]: pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:05 smithi028 ceph-mon[112123]: from='client.233373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:05 smithi028 ceph-mon[112123]: pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:05 smithi138 ceph-mon[117003]: from='client.233373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:05 smithi138 ceph-mon[117003]: pgmap v8382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:07 smithi161 ceph-mon[116604]: pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:07 smithi028 ceph-mon[112123]: pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:07 smithi138 ceph-mon[117003]: pgmap v8383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:08 smithi028 ceph-mon[112123]: 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-07T09:26:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:08 smithi138 ceph-mon[117003]: 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-07T09:26:09.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:09.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:09.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:08 smithi161 ceph-mon[116604]: 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-07T09:26:09.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:09.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:09.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:09.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:09.840 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:09.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:09 smithi028 ceph-mon[112123]: from='client.233451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:10.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:09 smithi138 ceph-mon[117003]: from='client.233451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:09 smithi161 ceph-mon[116604]: from='client.233451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:10 smithi138 ceph-mon[117003]: pgmap v8385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:10 smithi161 ceph-mon[116604]: pgmap v8385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:10 smithi028 ceph-mon[112123]: pgmap v8385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:13 smithi161 ceph-mon[116604]: pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:13 smithi028 ceph-mon[112123]: pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:13 smithi138 ceph-mon[117003]: pgmap v8386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:26:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:26:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:26:14.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:14.842 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:14.842 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:15.619 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:15.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:15.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:15.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:15.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:15 smithi161 ceph-mon[116604]: 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-07T09:26:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:26:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:26:15.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:26:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:15 smithi028 ceph-mon[112123]: 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-07T09:26:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:26:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:26:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:26:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:15 smithi138 ceph-mon[117003]: 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-07T09:26:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:26:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:26:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:26:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:16 smithi161 ceph-mon[116604]: from='client.233526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:16 smithi028 ceph-mon[112123]: from='client.233526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:16 smithi138 ceph-mon[117003]: from='client.233526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:17 smithi161 ceph-mon[116604]: pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:17 smithi028 ceph-mon[112123]: pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:17 smithi138 ceph-mon[117003]: pgmap v8388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:18 smithi028 ceph-mon[112123]: pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:18 smithi138 ceph-mon[117003]: pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:18 smithi161 ceph-mon[116604]: pgmap v8389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:20.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:20.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:20.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:21.403 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:21.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:21.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:21.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:21.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:21 smithi161 ceph-mon[116604]: pgmap v8390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:21 smithi028 ceph-mon[112123]: pgmap v8390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:21 smithi138 ceph-mon[117003]: pgmap v8390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:22 smithi161 ceph-mon[116604]: from='client.233601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:22 smithi028 ceph-mon[112123]: from='client.233601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:22.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:22 smithi138 ceph-mon[117003]: from='client.233601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:23 smithi161 ceph-mon[116604]: 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-07T09:26:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:23 smithi028 ceph-mon[112123]: 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-07T09:26:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:23 smithi138 ceph-mon[117003]: 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-07T09:26:25.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:25 smithi161 ceph-mon[116604]: pgmap v8392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:25 smithi028 ceph-mon[112123]: pgmap v8392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:25 smithi138 ceph-mon[117003]: pgmap v8392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:26.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:26.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:26.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:27.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:27.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:27.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:27.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:27.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:27 smithi161 ceph-mon[116604]: pgmap v8393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:27 smithi028 ceph-mon[112123]: pgmap v8393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:27 smithi138 ceph-mon[117003]: pgmap v8393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:28 smithi161 ceph-mon[116604]: from='client.233679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:28 smithi028 ceph-mon[112123]: from='client.233679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:28 smithi138 ceph-mon[117003]: from='client.233679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:29 smithi161 ceph-mon[116604]: 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-07T09:26:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:29 smithi028 ceph-mon[112123]: 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-07T09:26:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:29 smithi138 ceph-mon[117003]: 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-07T09:26:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:31 smithi161 ceph-mon[116604]: pgmap v8395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:31.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:31 smithi028 ceph-mon[112123]: pgmap v8395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:31 smithi138 ceph-mon[117003]: pgmap v8395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:32.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:32.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:32.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:32.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:32.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:32.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:32.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:32.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:33 smithi161 ceph-mon[116604]: pgmap v8396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:33.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:33 smithi161 ceph-mon[116604]: from='client.233754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:33.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:33 smithi028 ceph-mon[112123]: pgmap v8396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:33.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:33 smithi028 ceph-mon[112123]: from='client.233754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:33 smithi138 ceph-mon[117003]: pgmap v8396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:33 smithi138 ceph-mon[117003]: from='client.233754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:35 smithi161 ceph-mon[116604]: pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:35 smithi028 ceph-mon[112123]: pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:35 smithi138 ceph-mon[117003]: pgmap v8397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:37.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:37 smithi161 ceph-mon[116604]: 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-07T09:26:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:37 smithi028 ceph-mon[112123]: 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-07T09:26:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:37 smithi138 ceph-mon[117003]: 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-07T09:26:37.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:37.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:37.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:38.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:38.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:38.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:38.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:38.721 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:38 smithi028 ceph-mon[112123]: pgmap v8399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:38.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:38 smithi028 ceph-mon[112123]: from='client.233832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:38 smithi138 ceph-mon[117003]: pgmap v8399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:38 smithi138 ceph-mon[117003]: from='client.233832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:38 smithi161 ceph-mon[116604]: pgmap v8399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:38 smithi161 ceph-mon[116604]: from='client.233832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:41 smithi161 ceph-mon[116604]: pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:41 smithi028 ceph-mon[112123]: pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:41 smithi138 ceph-mon[117003]: pgmap v8400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:26:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:43 smithi161 ceph-mon[116604]: 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-07T09:26:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:43 smithi028 ceph-mon[112123]: 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-07T09:26:43.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:43.723 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:43.723 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:43 smithi138 ceph-mon[117003]: 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-07T09:26:44.497 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:44.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:44.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:44.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:44.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:45 smithi161 ceph-mon[116604]: from='client.233910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:45.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:45 smithi161 ceph-mon[116604]: 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-07T09:26:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:45 smithi028 ceph-mon[112123]: from='client.233910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:45 smithi028 ceph-mon[112123]: 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-07T09:26:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:45 smithi138 ceph-mon[117003]: from='client.233910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:45 smithi138 ceph-mon[117003]: 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-07T09:26:47.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:47 smithi161 ceph-mon[116604]: pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:47 smithi028 ceph-mon[112123]: pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:47 smithi138 ceph-mon[117003]: pgmap v8403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:48 smithi138 ceph-mon[117003]: pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:48 smithi161 ceph-mon[116604]: pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:48 smithi028 ceph-mon[112123]: pgmap v8404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:49.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:49.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:49.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:50.266 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:50.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:50.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:50.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:50.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:51 smithi161 ceph-mon[116604]: from='client.233982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:51 smithi161 ceph-mon[116604]: pgmap v8405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:51 smithi028 ceph-mon[112123]: from='client.233982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:51 smithi028 ceph-mon[112123]: pgmap v8405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:51 smithi138 ceph-mon[117003]: from='client.233982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:51 smithi138 ceph-mon[117003]: pgmap v8405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:53 smithi161 ceph-mon[116604]: pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:53 smithi028 ceph-mon[112123]: pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:53 smithi138 ceph-mon[117003]: pgmap v8406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:26:55.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:26:55.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:26:55.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:26:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:55 smithi161 ceph-mon[116604]: 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-07T09:26:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:55 smithi028 ceph-mon[112123]: 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-07T09:26:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:55 smithi138 ceph-mon[117003]: 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-07T09:26:56.054 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:26:56.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:26:56.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:26:56.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:26:56.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:26:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:57 smithi161 ceph-mon[116604]: from='client.234057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:57 smithi161 ceph-mon[116604]: pgmap v8408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:57 smithi028 ceph-mon[112123]: from='client.234057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:57 smithi028 ceph-mon[112123]: pgmap v8408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:57 smithi138 ceph-mon[117003]: from='client.234057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:26:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:57 smithi138 ceph-mon[117003]: pgmap v8408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:26:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:26:58 smithi138 ceph-mon[117003]: 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-07T09:26:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:26:58 smithi161 ceph-mon[116604]: 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-07T09:26:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:26:58 smithi028 ceph-mon[112123]: 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-07T09:27:01.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:01.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:01.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:01.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:01 smithi161 ceph-mon[116604]: 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-07T09:27:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:01 smithi028 ceph-mon[112123]: 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-07T09:27:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:01 smithi138 ceph-mon[117003]: 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-07T09:27:01.836 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:01.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:01.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:01.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:01.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:02 smithi161 ceph-mon[116604]: from='client.234132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:02 smithi028 ceph-mon[112123]: from='client.234132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:02.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:02 smithi138 ceph-mon[117003]: from='client.234132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:03 smithi161 ceph-mon[116604]: 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-07T09:27:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:03 smithi028 ceph-mon[112123]: 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-07T09:27:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:03 smithi138 ceph-mon[117003]: 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-07T09:27:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:05 smithi161 ceph-mon[116604]: pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:05 smithi028 ceph-mon[112123]: pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:05 smithi138 ceph-mon[117003]: pgmap v8412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:06.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:06.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:06.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:07.606 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:07.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:07.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:07.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:07.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:07.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:07 smithi161 ceph-mon[116604]: pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:07 smithi028 ceph-mon[112123]: pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:07.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:07 smithi138 ceph-mon[117003]: pgmap v8413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:08 smithi161 ceph-mon[116604]: from='client.234204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:08.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:08 smithi028 ceph-mon[112123]: from='client.234204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:08 smithi138 ceph-mon[117003]: from='client.234204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:09 smithi161 ceph-mon[116604]: 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-07T09:27:09.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:09 smithi028 ceph-mon[112123]: 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-07T09:27:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:09 smithi138 ceph-mon[117003]: 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-07T09:27:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:11 smithi161 ceph-mon[116604]: pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:11 smithi028 ceph-mon[112123]: pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:11 smithi138 ceph-mon[117003]: pgmap v8415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:12.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:12.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:12.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:13.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:13.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:13.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:13.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:13.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:13 smithi161 ceph-mon[116604]: pgmap v8416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:13 smithi028 ceph-mon[112123]: pgmap v8416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:13 smithi138 ceph-mon[117003]: pgmap v8416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:14 smithi161 ceph-mon[116604]: from='client.234279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:14.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:14 smithi028 ceph-mon[112123]: from='client.234279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:14 smithi138 ceph-mon[117003]: from='client.234279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:15 smithi161 ceph-mon[116604]: pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:15.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:27:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:15 smithi028 ceph-mon[112123]: pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:27:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:15 smithi138 ceph-mon[117003]: pgmap v8417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:27:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:27:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:27:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:27:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:27:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:27:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:27:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:27:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:27:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:27:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:17 smithi161 ceph-mon[116604]: 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-07T09:27:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:17 smithi028 ceph-mon[112123]: 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-07T09:27:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:17 smithi138 ceph-mon[117003]: 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-07T09:27:18.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:18.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:18.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:18 smithi138 ceph-mon[117003]: pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:19.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:19.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:19.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:19.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:19.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:18 smithi161 ceph-mon[116604]: pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:18 smithi028 ceph-mon[112123]: pgmap v8419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:20.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:19 smithi138 ceph-mon[117003]: from='client.234354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:19 smithi161 ceph-mon[116604]: from='client.234354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:19 smithi028 ceph-mon[112123]: from='client.234354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:20 smithi138 ceph-mon[117003]: pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:20 smithi161 ceph-mon[116604]: pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:20 smithi028 ceph-mon[112123]: pgmap v8420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:23 smithi161 ceph-mon[116604]: 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-07T09:27:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:23 smithi028 ceph-mon[112123]: 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-07T09:27:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:23 smithi138 ceph-mon[117003]: 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-07T09:27:24.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:24.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:24.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:24.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:24.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:24.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:24.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:24.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:25 smithi161 ceph-mon[116604]: 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-07T09:27:25.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:25 smithi161 ceph-mon[116604]: from='client.234429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:25 smithi028 ceph-mon[112123]: 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-07T09:27:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:25 smithi028 ceph-mon[112123]: from='client.234429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:25 smithi138 ceph-mon[117003]: 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-07T09:27:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:25 smithi138 ceph-mon[117003]: from='client.234429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:27 smithi161 ceph-mon[116604]: pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:27:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:27 smithi028 ceph-mon[112123]: pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:27:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:27 smithi138 ceph-mon[117003]: pgmap v8423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:27:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:28 smithi138 ceph-mon[117003]: pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:27:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:28 smithi161 ceph-mon[116604]: pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:27:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:28 smithi028 ceph-mon[112123]: pgmap v8424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:27:29.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:29.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:29.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:30.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:30.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:30.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:30.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:30.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:31 smithi161 ceph-mon[116604]: pgmap v8425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:31.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:31 smithi161 ceph-mon[116604]: from='client.234507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:31.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:31 smithi028 ceph-mon[112123]: pgmap v8425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:31.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:31 smithi028 ceph-mon[112123]: from='client.234507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:31 smithi138 ceph-mon[117003]: pgmap v8425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:31 smithi138 ceph-mon[117003]: from='client.234507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:33.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:33 smithi161 ceph-mon[116604]: pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:27:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:33 smithi028 ceph-mon[112123]: pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:27:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:33 smithi138 ceph-mon[117003]: pgmap v8426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:27:35.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:35 smithi161 ceph-mon[116604]: 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-07T09:27:35.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:35.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:35.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:35 smithi028 ceph-mon[112123]: 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-07T09:27:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:35 smithi138 ceph-mon[117003]: 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-07T09:27:36.480 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:36.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:36.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:36.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:36.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:37 smithi161 ceph-mon[116604]: from='client.234582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:37.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:37 smithi161 ceph-mon[116604]: pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:37 smithi028 ceph-mon[112123]: from='client.234582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:37 smithi028 ceph-mon[112123]: pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:37 smithi138 ceph-mon[117003]: from='client.234582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:37 smithi138 ceph-mon[117003]: pgmap v8428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:38 smithi138 ceph-mon[117003]: 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-07T09:27:40.241 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:38 smithi028 ceph-mon[112123]: 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-07T09:27:40.241 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:38 smithi161 ceph-mon[116604]: 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-07T09:27:41.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:41.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:41.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:41 smithi161 ceph-mon[116604]: 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-07T09:27:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:41 smithi028 ceph-mon[112123]: 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-07T09:27:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:41 smithi138 ceph-mon[117003]: 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-07T09:27:42.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:42.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:42.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:42.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:42.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:43 smithi161 ceph-mon[116604]: from='client.234660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:43.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:43 smithi161 ceph-mon[116604]: 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-07T09:27:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:43 smithi028 ceph-mon[112123]: from='client.234660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:43 smithi028 ceph-mon[112123]: 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-07T09:27:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:43 smithi138 ceph-mon[117003]: from='client.234660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:43 smithi138 ceph-mon[117003]: 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-07T09:27:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:45 smithi161 ceph-mon[116604]: pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:45 smithi028 ceph-mon[112123]: pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:45 smithi138 ceph-mon[117003]: pgmap v8432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:47.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:47.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:47.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:47 smithi161 ceph-mon[116604]: pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:47 smithi028 ceph-mon[112123]: pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:47 smithi138 ceph-mon[117003]: pgmap v8433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:48.025 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:48.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:48.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:48.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:48.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:48.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:48 smithi161 ceph-mon[116604]: from='client.234738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:48 smithi028 ceph-mon[112123]: from='client.234738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:48 smithi138 ceph-mon[117003]: from='client.234738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:49 smithi161 ceph-mon[116604]: pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:49 smithi028 ceph-mon[112123]: pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:49 smithi138 ceph-mon[117003]: pgmap v8434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:51 smithi161 ceph-mon[116604]: pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:51.721 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:51 smithi028 ceph-mon[112123]: pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:51 smithi138 ceph-mon[117003]: pgmap v8435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:53.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:53.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:53.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:53 smithi161 ceph-mon[116604]: pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:53 smithi028 ceph-mon[112123]: pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:53 smithi138 ceph-mon[117003]: pgmap v8436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:53.818 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:53.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:53.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:53.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:53.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:27:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:54 smithi161 ceph-mon[116604]: from='client.234816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:54 smithi028 ceph-mon[112123]: from='client.234816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:54.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:54 smithi138 ceph-mon[117003]: from='client.234816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:27:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:55 smithi161 ceph-mon[116604]: pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:55 smithi028 ceph-mon[112123]: pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:55 smithi138 ceph-mon[117003]: pgmap v8437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:27:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:57 smithi161 ceph-mon[116604]: pgmap v8438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:57 smithi028 ceph-mon[112123]: pgmap v8438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:57 smithi138 ceph-mon[117003]: pgmap v8438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:58.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:27:58.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:27:58.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:27:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:58 smithi138 ceph-mon[117003]: pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:58 smithi161 ceph-mon[116604]: pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:58 smithi028 ceph-mon[112123]: pgmap v8439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:27:59.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:27:59.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:27:59.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:27:59.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:27:59.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:27:59 smithi138 ceph-mon[117003]: from='client.234891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:27:59 smithi161 ceph-mon[116604]: from='client.234891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:27:59 smithi028 ceph-mon[112123]: from='client.234891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:01.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:00 smithi138 ceph-mon[117003]: pgmap v8440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:00 smithi161 ceph-mon[116604]: pgmap v8440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:00 smithi028 ceph-mon[112123]: pgmap v8440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:03 smithi161 ceph-mon[116604]: pgmap v8441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:03 smithi028 ceph-mon[112123]: pgmap v8441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:03 smithi138 ceph-mon[117003]: pgmap v8441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:04.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:04.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:04.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:05.377 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:05.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:05.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:05.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:05.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:05.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:05 smithi161 ceph-mon[116604]: pgmap v8442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:05 smithi028 ceph-mon[112123]: pgmap v8442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:05 smithi138 ceph-mon[117003]: pgmap v8442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:06 smithi161 ceph-mon[116604]: from='client.234966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:06 smithi028 ceph-mon[112123]: from='client.234966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:06 smithi138 ceph-mon[117003]: from='client.234966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:07 smithi161 ceph-mon[116604]: pgmap v8443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:07 smithi028 ceph-mon[112123]: pgmap v8443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:07 smithi138 ceph-mon[117003]: pgmap v8443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:08 smithi138 ceph-mon[117003]: pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:08 smithi161 ceph-mon[116604]: pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:08 smithi028 ceph-mon[112123]: pgmap v8444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:10.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:10.380 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:10.380 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:11.156 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:11.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:11.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:11.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:11.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:11 smithi161 ceph-mon[116604]: pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:11 smithi028 ceph-mon[112123]: pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:11 smithi138 ceph-mon[117003]: pgmap v8445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:12 smithi161 ceph-mon[116604]: from='client.235044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:12 smithi028 ceph-mon[112123]: from='client.235044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:12.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:12 smithi138 ceph-mon[117003]: from='client.235044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:13 smithi161 ceph-mon[116604]: 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-07T09:28:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:13 smithi028 ceph-mon[112123]: 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-07T09:28:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:13 smithi138 ceph-mon[117003]: 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-07T09:28:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:15 smithi161 ceph-mon[116604]: pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:15 smithi028 ceph-mon[112123]: pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:15 smithi138 ceph-mon[117003]: pgmap v8447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:16.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:16.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:16.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:28:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:28:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:28:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:28:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:28:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:28:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:28:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:28:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:28:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:28:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:28:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:28:16.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:17 smithi161 ceph-mon[116604]: pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:17 smithi161 ceph-mon[116604]: from='client.235119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:17 smithi028 ceph-mon[112123]: pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:17 smithi028 ceph-mon[112123]: from='client.235119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:17 smithi138 ceph-mon[117003]: pgmap v8448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:17 smithi138 ceph-mon[117003]: from='client.235119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:18 smithi138 ceph-mon[117003]: 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-07T09:28:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:18 smithi161 ceph-mon[116604]: 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-07T09:28:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:18 smithi028 ceph-mon[112123]: 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-07T09:28:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:21 smithi161 ceph-mon[116604]: 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-07T09:28:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:21 smithi028 ceph-mon[112123]: 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-07T09:28:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:21 smithi138 ceph-mon[117003]: 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-07T09:28:21.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:21.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:21.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:22.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:22.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:22.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:22.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:22.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:23 smithi161 ceph-mon[116604]: 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-07T09:28:23.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:23 smithi161 ceph-mon[116604]: from='client.235197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:23 smithi028 ceph-mon[112123]: 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-07T09:28:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:23 smithi028 ceph-mon[112123]: from='client.235197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:23 smithi138 ceph-mon[117003]: 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-07T09:28:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:23 smithi138 ceph-mon[117003]: from='client.235197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:25 smithi161 ceph-mon[116604]: pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:25 smithi028 ceph-mon[112123]: pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:25 smithi138 ceph-mon[117003]: pgmap v8452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:27.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:27 smithi161 ceph-mon[116604]: pgmap v8453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:27.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:27.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:27.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:27 smithi028 ceph-mon[112123]: pgmap v8453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:27 smithi138 ceph-mon[117003]: pgmap v8453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:28.483 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:28.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:28.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:28.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:28.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:28 smithi138 ceph-mon[117003]: from='client.235275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:28 smithi138 ceph-mon[117003]: pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:28 smithi161 ceph-mon[116604]: from='client.235275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:28 smithi161 ceph-mon[116604]: pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:28 smithi028 ceph-mon[112123]: from='client.235275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:28 smithi028 ceph-mon[112123]: pgmap v8454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:31 smithi161 ceph-mon[116604]: pgmap v8455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:31.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:31 smithi028 ceph-mon[112123]: pgmap v8455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:31 smithi138 ceph-mon[117003]: pgmap v8455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:33.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:33.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:33.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:33 smithi161 ceph-mon[116604]: pgmap v8456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:33 smithi028 ceph-mon[112123]: pgmap v8456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:33 smithi138 ceph-mon[117003]: pgmap v8456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:34.276 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:34.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:34.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:34.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:34.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:35 smithi161 ceph-mon[116604]: from='client.235353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:35 smithi161 ceph-mon[116604]: pgmap v8457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:28:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:35 smithi028 ceph-mon[112123]: from='client.235353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:35 smithi028 ceph-mon[112123]: pgmap v8457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:28:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:35 smithi138 ceph-mon[117003]: from='client.235353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:35 smithi138 ceph-mon[117003]: pgmap v8457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:28:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:37 smithi161 ceph-mon[116604]: 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-07T09:28:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:37 smithi028 ceph-mon[112123]: 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-07T09:28:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:37 smithi138 ceph-mon[117003]: 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-07T09:28:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:38 smithi138 ceph-mon[117003]: 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-07T09:28:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:38 smithi161 ceph-mon[116604]: 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-07T09:28:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:38 smithi028 ceph-mon[112123]: 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-07T09:28:39.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:39.278 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:39.278 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:39 smithi138 ceph-mon[117003]: from='client.235431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:40.066 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:40.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:40.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:40.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:40.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:39 smithi161 ceph-mon[116604]: from='client.235431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:39 smithi028 ceph-mon[112123]: from='client.235431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:40 smithi138 ceph-mon[117003]: pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:40 smithi161 ceph-mon[116604]: pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:40 smithi028 ceph-mon[112123]: pgmap v8460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:43 smithi161 ceph-mon[116604]: pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:43 smithi028 ceph-mon[112123]: pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:43 smithi138 ceph-mon[117003]: pgmap v8461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:28:45.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:45.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:45.068 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:45 smithi161 ceph-mon[116604]: pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:45 smithi028 ceph-mon[112123]: pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:45 smithi138 ceph-mon[117003]: pgmap v8462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:45.834 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:45.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:45.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:45.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:45.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:46.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:46 smithi161 ceph-mon[116604]: from='client.235509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:46 smithi028 ceph-mon[112123]: from='client.235509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:46.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:46 smithi138 ceph-mon[117003]: from='client.235509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:47.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:47 smithi161 ceph-mon[116604]: pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:28:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:47 smithi028 ceph-mon[112123]: pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:28:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:47 smithi138 ceph-mon[117003]: pgmap v8463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:28:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:48 smithi138 ceph-mon[117003]: pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:28:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:48 smithi161 ceph-mon[116604]: pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:28:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:48 smithi028 ceph-mon[112123]: pgmap v8464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:28:50.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:50.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:50.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:51.616 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:51.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:51.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:51.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:51.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:51 smithi161 ceph-mon[116604]: pgmap v8465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:28:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:51 smithi028 ceph-mon[112123]: pgmap v8465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:28:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:51 smithi138 ceph-mon[117003]: pgmap v8465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:28:52.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:52 smithi161 ceph-mon[116604]: from='client.235587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:52 smithi028 ceph-mon[112123]: from='client.235587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:52.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:52 smithi138 ceph-mon[117003]: from='client.235587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:53 smithi161 ceph-mon[116604]: 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-07T09:28:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:53 smithi028 ceph-mon[112123]: 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-07T09:28:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:53 smithi138 ceph-mon[117003]: 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-07T09:28:55.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:55 smithi161 ceph-mon[116604]: pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:55 smithi028 ceph-mon[112123]: pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:55 smithi138 ceph-mon[117003]: pgmap v8467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:28:56.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:28:56.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:28:56.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:28:57.393 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:28:57.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:28:57.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:28:57.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:28:57.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:28:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:57 smithi161 ceph-mon[116604]: pgmap v8468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:57 smithi028 ceph-mon[112123]: pgmap v8468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:57 smithi138 ceph-mon[117003]: pgmap v8468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:28:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:58 smithi161 ceph-mon[116604]: from='client.235665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:58 smithi028 ceph-mon[112123]: from='client.235665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:58 smithi138 ceph-mon[117003]: from='client.235665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:28:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:28:59 smithi161 ceph-mon[116604]: 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-07T09:28:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:28:59 smithi028 ceph-mon[112123]: 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-07T09:28:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:28:59 smithi138 ceph-mon[117003]: 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-07T09:29:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:01 smithi161 ceph-mon[116604]: 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-07T09:29:01.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:01 smithi028 ceph-mon[112123]: 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-07T09:29:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:01 smithi138 ceph-mon[117003]: 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-07T09:29:02.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:02.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:02.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:03.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:03.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:03.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:03.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:03.172 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:03 smithi161 ceph-mon[116604]: 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-07T09:29:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:03 smithi028 ceph-mon[112123]: 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-07T09:29:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:03 smithi138 ceph-mon[117003]: 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-07T09:29:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:04 smithi161 ceph-mon[116604]: from='client.235743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:04 smithi028 ceph-mon[112123]: from='client.235743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:04.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:04 smithi138 ceph-mon[117003]: from='client.235743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:05 smithi161 ceph-mon[116604]: pgmap v8472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:05 smithi028 ceph-mon[112123]: pgmap v8472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:05 smithi138 ceph-mon[117003]: pgmap v8472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:07.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:07 smithi161 ceph-mon[116604]: pgmap v8473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:07 smithi028 ceph-mon[112123]: pgmap v8473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:07 smithi138 ceph-mon[117003]: pgmap v8473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:08.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:08.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:08.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:08.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:08.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:08.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:08.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:08.939 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:08 smithi138 ceph-mon[117003]: pgmap v8474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:08 smithi138 ceph-mon[117003]: from='client.235815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:09.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:08 smithi161 ceph-mon[116604]: pgmap v8474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:09.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:08 smithi161 ceph-mon[116604]: from='client.235815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:08 smithi028 ceph-mon[112123]: pgmap v8474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:08 smithi028 ceph-mon[112123]: from='client.235815 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:11 smithi161 ceph-mon[116604]: pgmap v8475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:11 smithi028 ceph-mon[112123]: pgmap v8475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:11 smithi138 ceph-mon[117003]: pgmap v8475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:13 smithi161 ceph-mon[116604]: pgmap v8476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:13 smithi028 ceph-mon[112123]: pgmap v8476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:13 smithi138 ceph-mon[117003]: pgmap v8476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:13.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:13.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:13.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:14.711 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:14.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:14.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:14.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:14.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:15.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:15 smithi161 ceph-mon[116604]: pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:15.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:15 smithi161 ceph-mon[116604]: from='client.235893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:15 smithi028 ceph-mon[112123]: pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:15 smithi028 ceph-mon[112123]: from='client.235893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:15 smithi138 ceph-mon[117003]: pgmap v8477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:15 smithi138 ceph-mon[117003]: from='client.235893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:29:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:29:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:29:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: pgmap v8478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:29:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:29:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: pgmap v8478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:29:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: pgmap v8478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:29:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:29:17.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:29:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:18 smithi138 ceph-mon[117003]: pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:18 smithi161 ceph-mon[116604]: pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:18 smithi028 ceph-mon[112123]: pgmap v8479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:19.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:19.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:19.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:20.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:20.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:20.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:20.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:20.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:21 smithi161 ceph-mon[116604]: from='client.235965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:21 smithi161 ceph-mon[116604]: pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:21 smithi028 ceph-mon[112123]: from='client.235965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:21 smithi028 ceph-mon[112123]: pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:21 smithi138 ceph-mon[117003]: from='client.235965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:21 smithi138 ceph-mon[117003]: pgmap v8480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:23 smithi161 ceph-mon[116604]: pgmap v8481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:23 smithi028 ceph-mon[112123]: pgmap v8481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:23 smithi138 ceph-mon[117003]: pgmap v8481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:25.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:25.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:25.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:25 smithi161 ceph-mon[116604]: pgmap v8482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:25.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:25 smithi028 ceph-mon[112123]: pgmap v8482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:25 smithi138 ceph-mon[117003]: pgmap v8482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:26.278 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:26.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:26.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:26.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:26.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:27.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:27 smithi161 ceph-mon[116604]: from='client.236040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:27.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:27 smithi161 ceph-mon[116604]: pgmap v8483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:27 smithi028 ceph-mon[112123]: from='client.236040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:27 smithi028 ceph-mon[112123]: pgmap v8483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:27 smithi138 ceph-mon[117003]: from='client.236040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:27 smithi138 ceph-mon[117003]: pgmap v8483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:28 smithi138 ceph-mon[117003]: 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-07T09:29:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:28 smithi161 ceph-mon[116604]: 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-07T09:29:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:28 smithi028 ceph-mon[112123]: 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-07T09:29:31.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:31.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:31.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:31 smithi161 ceph-mon[116604]: 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-07T09:29:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:31 smithi028 ceph-mon[112123]: 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-07T09:29:31.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:31 smithi138 ceph-mon[117003]: 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-07T09:29:32.069 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:32.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:32.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:32.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:32.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:32 smithi161 ceph-mon[116604]: from='client.236118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:32 smithi028 ceph-mon[112123]: from='client.236118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:32.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:32 smithi138 ceph-mon[117003]: from='client.236118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:33 smithi161 ceph-mon[116604]: 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-07T09:29:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:33 smithi028 ceph-mon[112123]: 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-07T09:29:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:33 smithi138 ceph-mon[117003]: 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-07T09:29:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:35 smithi161 ceph-mon[116604]: pgmap v8487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:35 smithi028 ceph-mon[112123]: pgmap v8487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:35 smithi138 ceph-mon[117003]: pgmap v8487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:37.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:37.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:37.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:37 smithi161 ceph-mon[116604]: pgmap v8488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:37 smithi028 ceph-mon[112123]: pgmap v8488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:37 smithi138 ceph-mon[117003]: pgmap v8488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:37.860 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:37.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:37.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:37.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:37.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:38.696 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:38 smithi161 ceph-mon[116604]: from='client.236193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:38.726 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:38 smithi028 ceph-mon[112123]: from='client.236193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:38 smithi138 ceph-mon[117003]: from='client.236193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:39 smithi161 ceph-mon[116604]: 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-07T09:29:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:39 smithi028 ceph-mon[112123]: 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-07T09:29:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:39 smithi138 ceph-mon[117003]: 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-07T09:29:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:41 smithi161 ceph-mon[116604]: 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-07T09:29:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:41 smithi028 ceph-mon[112123]: 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-07T09:29:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:41 smithi138 ceph-mon[117003]: 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-07T09:29:42.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:42.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:42.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:43.625 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:43.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:43.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:43.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:43.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:43 smithi161 ceph-mon[116604]: 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-07T09:29:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:43 smithi028 ceph-mon[112123]: 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-07T09:29:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:43 smithi138 ceph-mon[117003]: 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-07T09:29:44.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:44 smithi161 ceph-mon[116604]: from='client.236271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:44.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:44 smithi028 ceph-mon[112123]: from='client.236271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:44.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:44 smithi138 ceph-mon[117003]: from='client.236271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:45 smithi161 ceph-mon[116604]: pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:45 smithi028 ceph-mon[112123]: pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:45 smithi138 ceph-mon[117003]: pgmap v8492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:29:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:47 smithi161 ceph-mon[116604]: pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:47 smithi028 ceph-mon[112123]: pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:47 smithi138 ceph-mon[117003]: pgmap v8493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:48.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:48.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:48.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:48 smithi138 ceph-mon[117003]: pgmap v8494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:48 smithi161 ceph-mon[116604]: pgmap v8494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:48 smithi028 ceph-mon[112123]: pgmap v8494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:49.405 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:49.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:49.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:49.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:49.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:49 smithi138 ceph-mon[117003]: from='client.236346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:49 smithi161 ceph-mon[116604]: from='client.236346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:50.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:49 smithi028 ceph-mon[112123]: from='client.236346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:50 smithi138 ceph-mon[117003]: pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:29:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:50 smithi161 ceph-mon[116604]: pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:29:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:50 smithi028 ceph-mon[112123]: pgmap v8495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:29:53.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:53 smithi161 ceph-mon[116604]: pgmap v8496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:29:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:53 smithi028 ceph-mon[112123]: pgmap v8496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:29:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:53 smithi138 ceph-mon[117003]: pgmap v8496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:29:54.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:29:54.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:29:54.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:29:55.185 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:29:55.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:29:55.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:29:55.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:29:55.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:29:55.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:55 smithi161 ceph-mon[116604]: pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:55 smithi028 ceph-mon[112123]: pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:55 smithi138 ceph-mon[117003]: pgmap v8497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:29:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:56 smithi161 ceph-mon[116604]: from='client.236424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:56 smithi028 ceph-mon[112123]: from='client.236424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:56.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:56 smithi138 ceph-mon[117003]: from='client.236424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:29:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:57 smithi161 ceph-mon[116604]: pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:57 smithi028 ceph-mon[112123]: pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:57 smithi138 ceph-mon[117003]: pgmap v8498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:29:58 smithi138 ceph-mon[117003]: pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:29:58 smithi161 ceph-mon[116604]: pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:29:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:29:58 smithi028 ceph-mon[112123]: pgmap v8499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:30:00.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:00.187 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:00.187 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T09:30:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T09:30:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T09:30:00.967 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:00.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:00.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:00.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:00.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:01 smithi161 ceph-mon[116604]: pgmap v8500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:01 smithi161 ceph-mon[116604]: from='client.236499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:01 smithi028 ceph-mon[112123]: pgmap v8500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:01 smithi028 ceph-mon[112123]: from='client.236499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:01 smithi138 ceph-mon[117003]: pgmap v8500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:01 smithi138 ceph-mon[117003]: from='client.236499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:03.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:03 smithi161 ceph-mon[116604]: pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:30:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:03 smithi028 ceph-mon[112123]: pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:30:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:03 smithi138 ceph-mon[117003]: pgmap v8501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:30:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:05 smithi161 ceph-mon[116604]: pgmap v8502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:30:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:05 smithi028 ceph-mon[112123]: pgmap v8502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:30:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:05 smithi138 ceph-mon[117003]: pgmap v8502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:30:05.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:05.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:05.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:06.749 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:06.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:06.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:06.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:06.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:07 smithi161 ceph-mon[116604]: pgmap v8503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:07.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:07 smithi161 ceph-mon[116604]: from='client.236568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:07 smithi028 ceph-mon[112123]: pgmap v8503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:07 smithi028 ceph-mon[112123]: from='client.236568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:07 smithi138 ceph-mon[117003]: pgmap v8503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:07 smithi138 ceph-mon[117003]: from='client.236568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:08 smithi138 ceph-mon[117003]: 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-07T09:30:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:08 smithi161 ceph-mon[116604]: 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-07T09:30:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:08 smithi028 ceph-mon[112123]: 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-07T09:30:11.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:11 smithi161 ceph-mon[116604]: 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-07T09:30:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:11 smithi028 ceph-mon[112123]: 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-07T09:30:11.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:11.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:11.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:11 smithi138 ceph-mon[117003]: 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-07T09:30:12.526 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:12.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:12.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:12.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:12.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:13 smithi161 ceph-mon[116604]: from='client.236643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:13 smithi161 ceph-mon[116604]: 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-07T09:30:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:13 smithi028 ceph-mon[112123]: from='client.236643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:13 smithi028 ceph-mon[112123]: 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-07T09:30:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:13 smithi138 ceph-mon[117003]: from='client.236643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:13 smithi138 ceph-mon[117003]: 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-07T09:30:15.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:15 smithi161 ceph-mon[116604]: pgmap v8507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:15.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:15 smithi028 ceph-mon[112123]: pgmap v8507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:15 smithi138 ceph-mon[117003]: pgmap v8507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:17.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:17.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:17.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:17 smithi161 ceph-mon[116604]: pgmap v8508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:30:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:17 smithi028 ceph-mon[112123]: pgmap v8508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:30:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:17 smithi138 ceph-mon[117003]: pgmap v8508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:30:18.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:18.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:18.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:18.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:18.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:30:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:30:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:30:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:18 smithi138 ceph-mon[117003]: from='client.236721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:18 smithi138 ceph-mon[117003]: 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-07T09:30:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:30:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:30:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:30:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:18 smithi161 ceph-mon[116604]: from='client.236721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:18 smithi161 ceph-mon[116604]: 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-07T09:30:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:30:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:30:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:30:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:18 smithi028 ceph-mon[112123]: from='client.236721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:19.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:18 smithi028 ceph-mon[112123]: 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-07T09:30:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:21 smithi161 ceph-mon[116604]: 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-07T09:30:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:21 smithi028 ceph-mon[112123]: 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-07T09:30:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:21 smithi138 ceph-mon[117003]: 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-07T09:30:23.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:23.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:23.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:23 smithi161 ceph-mon[116604]: 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-07T09:30:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:23 smithi028 ceph-mon[112123]: 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-07T09:30:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:23 smithi138 ceph-mon[117003]: 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-07T09:30:24.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:24.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:24.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:24.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:24.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:25.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:25 smithi161 ceph-mon[116604]: from='client.236799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:25.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:25 smithi161 ceph-mon[116604]: pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:25 smithi028 ceph-mon[112123]: from='client.236799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:25 smithi028 ceph-mon[112123]: pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:25 smithi138 ceph-mon[117003]: from='client.236799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:25 smithi138 ceph-mon[117003]: pgmap v8512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:27 smithi161 ceph-mon[116604]: pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:27 smithi028 ceph-mon[112123]: pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:27 smithi138 ceph-mon[117003]: pgmap v8513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:28 smithi138 ceph-mon[117003]: pgmap v8514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:29.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:29.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:29.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:28 smithi161 ceph-mon[116604]: pgmap v8514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:28 smithi028 ceph-mon[112123]: pgmap v8514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:29.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:29.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:29.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:29.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:29.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:29 smithi138 ceph-mon[117003]: from='client.236877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:30.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:29 smithi161 ceph-mon[116604]: from='client.236877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:30.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:29 smithi028 ceph-mon[112123]: from='client.236877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:30 smithi138 ceph-mon[117003]: 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-07T09:30:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:30 smithi161 ceph-mon[116604]: 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-07T09:30:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:30 smithi028 ceph-mon[112123]: 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-07T09:30:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:33 smithi161 ceph-mon[116604]: 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-07T09:30:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:33 smithi028 ceph-mon[112123]: 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-07T09:30:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:33 smithi138 ceph-mon[117003]: 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-07T09:30:34.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:34.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:34.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:35.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:35.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:35.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:35.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:35.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:35 smithi161 ceph-mon[116604]: pgmap v8517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:35 smithi028 ceph-mon[112123]: pgmap v8517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:35 smithi138 ceph-mon[117003]: pgmap v8517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:36 smithi161 ceph-mon[116604]: from='client.236949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:36.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:36 smithi028 ceph-mon[112123]: from='client.236949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:36.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:36 smithi138 ceph-mon[117003]: from='client.236949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:37 smithi161 ceph-mon[116604]: pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:30:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:37 smithi028 ceph-mon[112123]: pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:30:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:37 smithi138 ceph-mon[117003]: pgmap v8518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:30:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:38 smithi138 ceph-mon[117003]: pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:30:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:38 smithi161 ceph-mon[116604]: pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:30:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:38 smithi028 ceph-mon[112123]: pgmap v8519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:30:40.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:40.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:40.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:41.452 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:41.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:41.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:41.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:41.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:41 smithi161 ceph-mon[116604]: pgmap v8520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:41 smithi028 ceph-mon[112123]: pgmap v8520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:41 smithi138 ceph-mon[117003]: pgmap v8520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:42 smithi161 ceph-mon[116604]: from='client.237027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:42.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:42 smithi028 ceph-mon[112123]: from='client.237027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:42.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:42 smithi138 ceph-mon[117003]: from='client.237027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:43 smithi161 ceph-mon[116604]: 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-07T09:30:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:43 smithi028 ceph-mon[112123]: 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-07T09:30:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:43 smithi138 ceph-mon[117003]: 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-07T09:30:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:45 smithi161 ceph-mon[116604]: pgmap v8522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:45 smithi028 ceph-mon[112123]: pgmap v8522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:45 smithi138 ceph-mon[117003]: pgmap v8522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:46.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:46.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:46.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:47.233 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:47.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:47.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:47.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:47.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:47.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:47 smithi161 ceph-mon[116604]: pgmap v8523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:47.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:47 smithi028 ceph-mon[112123]: pgmap v8523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:47 smithi138 ceph-mon[117003]: pgmap v8523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:48 smithi161 ceph-mon[116604]: from='client.237102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:48 smithi028 ceph-mon[112123]: from='client.237102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:48 smithi138 ceph-mon[117003]: from='client.237102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:49 smithi161 ceph-mon[116604]: 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-07T09:30:49.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:49 smithi028 ceph-mon[112123]: 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-07T09:30:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:49 smithi138 ceph-mon[117003]: 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-07T09:30:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:51 smithi161 ceph-mon[116604]: 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-07T09:30:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:51 smithi028 ceph-mon[112123]: 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-07T09:30:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:51 smithi138 ceph-mon[117003]: 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-07T09:30:52.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:52.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:52.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:53.006 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:53.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:53.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:53.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:53.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:53 smithi161 ceph-mon[116604]: 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-07T09:30:53.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:53 smithi161 ceph-mon[116604]: from='client.237180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:53 smithi028 ceph-mon[112123]: 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-07T09:30:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:53 smithi028 ceph-mon[112123]: from='client.237180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:53 smithi138 ceph-mon[117003]: 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-07T09:30:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:53 smithi138 ceph-mon[117003]: from='client.237180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:55 smithi161 ceph-mon[116604]: pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:55 smithi028 ceph-mon[112123]: pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:55 smithi138 ceph-mon[117003]: pgmap v8527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:30:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:57 smithi161 ceph-mon[116604]: pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:57 smithi028 ceph-mon[112123]: pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:57 smithi138 ceph-mon[117003]: pgmap v8528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:30:58.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:30:58.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:30:58.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:30:58.782 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:30:58.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:30:58.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:30:58.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:30:58.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:30:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:58 smithi138 ceph-mon[117003]: 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-07T09:30:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:30:58 smithi138 ceph-mon[117003]: from='client.237255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:59.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:58 smithi161 ceph-mon[116604]: 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-07T09:30:59.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:30:58 smithi161 ceph-mon[116604]: from='client.237255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:30:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:58 smithi028 ceph-mon[112123]: 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-07T09:30:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:30:58 smithi028 ceph-mon[112123]: from='client.237255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:01 smithi161 ceph-mon[116604]: 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-07T09:31:01.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:01 smithi028 ceph-mon[112123]: 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-07T09:31:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:01 smithi138 ceph-mon[117003]: 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-07T09:31:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:03 smithi161 ceph-mon[116604]: 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-07T09:31:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:03 smithi028 ceph-mon[112123]: 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-07T09:31:03.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:03.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:03.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:03 smithi138 ceph-mon[117003]: 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-07T09:31:04.561 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:04.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:04.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:04.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:04.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:05.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:05 smithi161 ceph-mon[116604]: from='client.237330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:05.922 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:05 smithi161 ceph-mon[116604]: 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-07T09:31:05.922 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:05 smithi138 ceph-mon[117003]: from='client.237330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:05.922 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:05 smithi138 ceph-mon[117003]: 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-07T09:31:05.923 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:05 smithi028 ceph-mon[112123]: from='client.237330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:05.923 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:05 smithi028 ceph-mon[112123]: 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-07T09:31:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:07 smithi161 ceph-mon[116604]: pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:31:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:07 smithi028 ceph-mon[112123]: pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:31:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:07 smithi138 ceph-mon[117003]: pgmap v8533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:31:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:08 smithi138 ceph-mon[117003]: 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-07T09:31:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:08 smithi161 ceph-mon[116604]: 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-07T09:31:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:08 smithi028 ceph-mon[112123]: 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-07T09:31:09.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:09.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:09.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:10.341 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:10.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:10.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:10.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:10.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:11.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:11 smithi161 ceph-mon[116604]: from='client.237405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:11.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:11 smithi161 ceph-mon[116604]: 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-07T09:31:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:11 smithi028 ceph-mon[112123]: from='client.237405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:11 smithi028 ceph-mon[112123]: 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-07T09:31:11.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:11 smithi138 ceph-mon[117003]: from='client.237405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:11.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:11 smithi138 ceph-mon[117003]: 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-07T09:31:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:13 smithi161 ceph-mon[116604]: 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-07T09:31:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:13 smithi028 ceph-mon[112123]: 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-07T09:31:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:13 smithi138 ceph-mon[117003]: 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-07T09:31:15.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:15.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:15.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:15 smithi161 ceph-mon[116604]: pgmap v8537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:31:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:15 smithi028 ceph-mon[112123]: pgmap v8537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:31:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:15 smithi138 ceph-mon[117003]: pgmap v8537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:31:16.112 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:16.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:16.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:16.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:16.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:17 smithi161 ceph-mon[116604]: from='client.237483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:17 smithi161 ceph-mon[116604]: 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-07T09:31:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:17 smithi028 ceph-mon[112123]: from='client.237483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:17 smithi028 ceph-mon[112123]: 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-07T09:31:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:17 smithi138 ceph-mon[117003]: from='client.237483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:17 smithi138 ceph-mon[117003]: 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-07T09:31:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:31:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:18 smithi138 ceph-mon[117003]: 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-07T09:31:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:31:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:18 smithi161 ceph-mon[116604]: 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-07T09:31:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:31:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:18 smithi028 ceph-mon[112123]: 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-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16594M 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:31:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:31:20.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16594M 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:31:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:31:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16594M 2023-12-07T09:31:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:20.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:31:20.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:31:20.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:31:21.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:21.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:21.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:20 smithi161 ceph-mon[116604]: 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-07T09:31:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:20 smithi028 ceph-mon[112123]: 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-07T09:31:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:20 smithi138 ceph-mon[117003]: 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-07T09:31:21.881 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:21.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:21.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:21.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:21.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:21 smithi161 ceph-mon[116604]: from='client.237558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:21 smithi028 ceph-mon[112123]: from='client.237558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:21 smithi138 ceph-mon[117003]: from='client.237558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:22 smithi028 ceph-mon[112123]: 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-07T09:31:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:22 smithi138 ceph-mon[117003]: 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-07T09:31:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:22 smithi161 ceph-mon[116604]: 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-07T09:31:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:25 smithi161 ceph-mon[116604]: pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:31:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:25 smithi028 ceph-mon[112123]: pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:31:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:25 smithi138 ceph-mon[117003]: pgmap v8542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:31:26.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:26.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:26.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:27.648 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:27.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:27.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:27.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:27.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:27 smithi161 ceph-mon[116604]: pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:31:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:27 smithi028 ceph-mon[112123]: pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:31:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:27 smithi138 ceph-mon[117003]: pgmap v8543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:31:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:28 smithi161 ceph-mon[116604]: from='client.237633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:28.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:28 smithi028 ceph-mon[112123]: from='client.237633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:28 smithi138 ceph-mon[117003]: from='client.237633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:29 smithi161 ceph-mon[116604]: 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-07T09:31:29.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:29 smithi028 ceph-mon[112123]: 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-07T09:31:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:29 smithi138 ceph-mon[117003]: 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-07T09:31:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:31 smithi161 ceph-mon[116604]: 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-07T09:31:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:31 smithi028 ceph-mon[112123]: 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-07T09:31:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:31 smithi138 ceph-mon[117003]: 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-07T09:31:32.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:32.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:32.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:33.424 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:33.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:33.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:33.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:33.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:33.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:33 smithi161 ceph-mon[116604]: 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-07T09:31:33.767 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:33 smithi028 ceph-mon[112123]: 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-07T09:31:33.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:33 smithi138 ceph-mon[117003]: 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-07T09:31:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:34 smithi161 ceph-mon[116604]: from='client.237708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:34.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:34 smithi028 ceph-mon[112123]: from='client.237708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:34.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:34 smithi138 ceph-mon[117003]: from='client.237708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:35 smithi161 ceph-mon[116604]: pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:31:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:35 smithi028 ceph-mon[112123]: pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:31:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:35 smithi138 ceph-mon[117003]: pgmap v8547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:31:37.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:37 smithi161 ceph-mon[116604]: pgmap v8548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:31:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:37 smithi028 ceph-mon[112123]: pgmap v8548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:31:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:37 smithi138 ceph-mon[117003]: pgmap v8548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:31:38.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:38.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:38.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:39.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:38 smithi138 ceph-mon[117003]: 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-07T09:31:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:38 smithi161 ceph-mon[116604]: 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-07T09:31:39.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:39.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:39.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:39.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:39.194 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:38 smithi028 ceph-mon[112123]: 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-07T09:31:40.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:39 smithi138 ceph-mon[117003]: from='client.237783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:39 smithi161 ceph-mon[116604]: from='client.237783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:39 smithi028 ceph-mon[112123]: from='client.237783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:40 smithi161 ceph-mon[116604]: pgmap v8550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:31:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:40 smithi028 ceph-mon[112123]: pgmap v8550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:31:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:40 smithi138 ceph-mon[117003]: pgmap v8550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:31:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:43 smithi161 ceph-mon[116604]: pgmap v8551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:31:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:43 smithi028 ceph-mon[112123]: pgmap v8551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:31:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:43 smithi138 ceph-mon[117003]: pgmap v8551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:31:44.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:44.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:44.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:44.960 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:44.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:44.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:44.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:44.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:45 smithi161 ceph-mon[116604]: 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-07T09:31:45.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:45 smithi161 ceph-mon[116604]: from='client.237858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:45 smithi028 ceph-mon[112123]: 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-07T09:31:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:45 smithi028 ceph-mon[112123]: from='client.237858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:45 smithi138 ceph-mon[117003]: 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-07T09:31:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:45 smithi138 ceph-mon[117003]: from='client.237858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:47 smithi161 ceph-mon[116604]: pgmap v8553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:31:47.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:47 smithi028 ceph-mon[112123]: pgmap v8553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:31:47.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:47 smithi138 ceph-mon[117003]: pgmap v8553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:31:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:48 smithi138 ceph-mon[117003]: 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-07T09:31:49.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:48 smithi161 ceph-mon[116604]: 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-07T09:31:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:48 smithi028 ceph-mon[112123]: 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-07T09:31:49.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:49.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:49.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:50.728 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:50.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:50.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:50.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:50.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:51 smithi161 ceph-mon[116604]: 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-07T09:31:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:51 smithi161 ceph-mon[116604]: from='client.237930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:51 smithi028 ceph-mon[112123]: 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-07T09:31:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:51 smithi028 ceph-mon[112123]: from='client.237930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:51 smithi138 ceph-mon[117003]: 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-07T09:31:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:51 smithi138 ceph-mon[117003]: from='client.237930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:53 smithi161 ceph-mon[116604]: pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:31:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:53 smithi028 ceph-mon[112123]: pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:31:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:53 smithi138 ceph-mon[117003]: pgmap v8556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:31:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:55 smithi161 ceph-mon[116604]: pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:31:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:55 smithi028 ceph-mon[112123]: pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:31:55.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:31:55.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:31:55.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:31:55.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:55 smithi138 ceph-mon[117003]: pgmap v8557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:31:56.496 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:31:56.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:31:56.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:31:56.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:31:56.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:31:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:57 smithi161 ceph-mon[116604]: from='client.238008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:57 smithi161 ceph-mon[116604]: 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-07T09:31:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:57 smithi028 ceph-mon[112123]: from='client.238008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:57 smithi028 ceph-mon[112123]: 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-07T09:31:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:57 smithi138 ceph-mon[117003]: from='client.238008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:31:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:57 smithi138 ceph-mon[117003]: 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-07T09:31:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:31:58 smithi138 ceph-mon[117003]: 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-07T09:31:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:31:58 smithi161 ceph-mon[116604]: 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-07T09:31:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:31:58 smithi028 ceph-mon[112123]: 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-07T09:32:01.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:01.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:01.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:01 smithi161 ceph-mon[116604]: 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-07T09:32:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:01 smithi028 ceph-mon[112123]: 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-07T09:32:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:01 smithi138 ceph-mon[117003]: 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-07T09:32:02.263 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:02.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:02.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:02.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:02.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:03.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:03 smithi161 ceph-mon[116604]: from='client.238086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:03.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:03 smithi161 ceph-mon[116604]: 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-07T09:32:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:03 smithi028 ceph-mon[112123]: from='client.238086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:03.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:03 smithi028 ceph-mon[112123]: 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-07T09:32:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:03 smithi138 ceph-mon[117003]: from='client.238086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:03 smithi138 ceph-mon[117003]: 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-07T09:32:05.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:05 smithi161 ceph-mon[116604]: 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-07T09:32:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:05 smithi028 ceph-mon[112123]: 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-07T09:32:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:05 smithi138 ceph-mon[117003]: 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-07T09:32:07.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:07.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:07.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:07 smithi161 ceph-mon[116604]: 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-07T09:32:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:07 smithi028 ceph-mon[112123]: 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-07T09:32:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:07 smithi138 ceph-mon[117003]: 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-07T09:32:08.041 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:08.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:08.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:08.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:08.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:08.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:08 smithi161 ceph-mon[116604]: from='client.238164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:08 smithi028 ceph-mon[112123]: from='client.238164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:08 smithi138 ceph-mon[117003]: from='client.238164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:09 smithi161 ceph-mon[116604]: 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-07T09:32:09.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:09 smithi028 ceph-mon[112123]: 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-07T09:32:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:09 smithi138 ceph-mon[117003]: 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-07T09:32:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:11 smithi161 ceph-mon[116604]: 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-07T09:32:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:11 smithi028 ceph-mon[112123]: 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-07T09:32:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:11 smithi138 ceph-mon[117003]: 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-07T09:32:13.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:13.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:13.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:13 smithi161 ceph-mon[116604]: 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-07T09:32:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:13 smithi028 ceph-mon[112123]: 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-07T09:32:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:13 smithi138 ceph-mon[117003]: 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-07T09:32:13.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:13.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:13.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:13.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:13.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:14 smithi161 ceph-mon[116604]: from='client.238236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:14.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:14 smithi028 ceph-mon[112123]: from='client.238236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:14 smithi138 ceph-mon[117003]: from='client.238236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:15 smithi161 ceph-mon[116604]: 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-07T09:32:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:15 smithi028 ceph-mon[112123]: 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-07T09:32:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:15 smithi138 ceph-mon[117003]: 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-07T09:32:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:17 smithi161 ceph-mon[116604]: 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-07T09:32:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:17 smithi028 ceph-mon[112123]: 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-07T09:32:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:17 smithi138 ceph-mon[117003]: 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-07T09:32:18.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:18.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:18.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:18 smithi161 ceph-mon[116604]: 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-07T09:32:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:18 smithi028 ceph-mon[112123]: 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-07T09:32:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:18 smithi138 ceph-mon[117003]: 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-07T09:32:19.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:19.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:19.581 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:19 smithi161 ceph-mon[116604]: from='client.238314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:32:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:19 smithi028 ceph-mon[112123]: from='client.238314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:32:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:19 smithi138 ceph-mon[117003]: from='client.238314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:32:21.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:32:21.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:32:21.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:32:21.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:20 smithi161 ceph-mon[116604]: pgmap v8570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:32:21.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:32:21.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:32:21.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:32:21.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:20 smithi028 ceph-mon[112123]: pgmap v8570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:32:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:32:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:32:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:32:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:20 smithi138 ceph-mon[117003]: pgmap v8570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:32:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:23 smithi161 ceph-mon[116604]: pgmap v8571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:32:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:23 smithi028 ceph-mon[112123]: pgmap v8571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:32:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:23 smithi138 ceph-mon[117003]: pgmap v8571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:32:24.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:24.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:24.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:25.362 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:25.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:25.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:25.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:25.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:25.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:25 smithi161 ceph-mon[116604]: 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-07T09:32:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:25 smithi028 ceph-mon[112123]: 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-07T09:32:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:25 smithi138 ceph-mon[117003]: 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-07T09:32:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:26 smithi161 ceph-mon[116604]: from='client.238392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:26 smithi028 ceph-mon[112123]: from='client.238392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:26 smithi138 ceph-mon[117003]: from='client.238392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:27 smithi161 ceph-mon[116604]: 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-07T09:32:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:27 smithi028 ceph-mon[112123]: 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-07T09:32:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:27 smithi138 ceph-mon[117003]: 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-07T09:32:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:28 smithi161 ceph-mon[116604]: 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-07T09:32:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:28 smithi028 ceph-mon[112123]: 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-07T09:32:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:28 smithi138 ceph-mon[117003]: 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-07T09:32:30.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:30.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:30.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:31.131 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:31.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:31.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:31.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:31.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:31 smithi161 ceph-mon[116604]: 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-07T09:32:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:31 smithi028 ceph-mon[112123]: 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-07T09:32:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:31 smithi138 ceph-mon[117003]: 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-07T09:32:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:32 smithi161 ceph-mon[116604]: from='client.238467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:32 smithi028 ceph-mon[112123]: from='client.238467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:32.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:32 smithi138 ceph-mon[117003]: from='client.238467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:33 smithi161 ceph-mon[116604]: pgmap v8576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:32:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:33 smithi028 ceph-mon[112123]: pgmap v8576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:32:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:33 smithi138 ceph-mon[117003]: pgmap v8576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:32:35.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:35 smithi161 ceph-mon[116604]: pgmap v8577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:32:35.720 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:35 smithi028 ceph-mon[112123]: pgmap v8577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:32:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:35 smithi138 ceph-mon[117003]: pgmap v8577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:32:36.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:36.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:36.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:36.909 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:36.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:36.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:36.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:36.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:37 smithi161 ceph-mon[116604]: 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-07T09:32:37.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:37 smithi161 ceph-mon[116604]: from='client.238542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:37 smithi028 ceph-mon[112123]: 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-07T09:32:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:37 smithi028 ceph-mon[112123]: from='client.238542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:37 smithi138 ceph-mon[117003]: 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-07T09:32:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:37 smithi138 ceph-mon[117003]: from='client.238542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:38 smithi161 ceph-mon[116604]: 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-07T09:32:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:38 smithi028 ceph-mon[112123]: 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-07T09:32:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:38 smithi138 ceph-mon[117003]: 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-07T09:32:41.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:41 smithi161 ceph-mon[116604]: 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-07T09:32:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:41 smithi028 ceph-mon[112123]: 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-07T09:32:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:41 smithi138 ceph-mon[117003]: 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-07T09:32:41.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:41.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:41.912 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:42.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:42.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:42.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:42.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:42.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:43 smithi161 ceph-mon[116604]: from='client.238620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:43.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:43 smithi161 ceph-mon[116604]: 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-07T09:32:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:43 smithi028 ceph-mon[112123]: from='client.238620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:43 smithi028 ceph-mon[112123]: 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-07T09:32:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:43 smithi138 ceph-mon[117003]: from='client.238620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:43 smithi138 ceph-mon[117003]: 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-07T09:32:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:45 smithi161 ceph-mon[116604]: 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-07T09:32:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:45 smithi028 ceph-mon[112123]: 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-07T09:32:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:45 smithi138 ceph-mon[117003]: 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-07T09:32:47.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:47.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:47.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:47 smithi161 ceph-mon[116604]: 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-07T09:32:47.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:47 smithi028 ceph-mon[112123]: 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-07T09:32:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:47 smithi138 ceph-mon[117003]: 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-07T09:32:48.468 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:48.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:48.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:48.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:48.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:48 smithi161 ceph-mon[116604]: from='client.238695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:48 smithi161 ceph-mon[116604]: 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-07T09:32:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:48 smithi028 ceph-mon[112123]: from='client.238695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:48 smithi028 ceph-mon[112123]: 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-07T09:32:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:48 smithi138 ceph-mon[117003]: from='client.238695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:48 smithi138 ceph-mon[117003]: 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-07T09:32:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:51 smithi161 ceph-mon[116604]: 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-07T09:32:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:51 smithi028 ceph-mon[112123]: 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-07T09:32:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:51 smithi138 ceph-mon[117003]: 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-07T09:32:53.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:53.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:53.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:53 smithi161 ceph-mon[116604]: 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-07T09:32:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:53 smithi028 ceph-mon[112123]: 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-07T09:32:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:53 smithi138 ceph-mon[117003]: 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-07T09:32:54.242 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:32:54.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:32:54.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:32:54.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:32:54.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:32:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:55 smithi161 ceph-mon[116604]: from='client.238773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:55.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:55 smithi161 ceph-mon[116604]: pgmap v8587: 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-07T09:32:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:55 smithi028 ceph-mon[112123]: from='client.238773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:55 smithi028 ceph-mon[112123]: pgmap v8587: 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-07T09:32:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:55 smithi138 ceph-mon[117003]: from='client.238773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:32:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:55 smithi138 ceph-mon[117003]: pgmap v8587: 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-07T09:32:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:57 smithi161 ceph-mon[116604]: pgmap v8588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:32:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:57 smithi028 ceph-mon[112123]: pgmap v8588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:32:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:57 smithi138 ceph-mon[117003]: pgmap v8588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:32:59.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:58 smithi161 ceph-mon[116604]: pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:32:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:58 smithi028 ceph-mon[112123]: pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:32:59.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:32:59.244 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:32:59.244 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:32:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:58 smithi138 ceph-mon[117003]: pgmap v8589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:33:00.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:00.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:00.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:00.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:00.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:32:59 smithi161 ceph-mon[116604]: from='client.238851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:00.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:32:59 smithi028 ceph-mon[112123]: from='client.238851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:00.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:32:59 smithi138 ceph-mon[117003]: from='client.238851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:00 smithi161 ceph-mon[116604]: pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:01.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:00 smithi028 ceph-mon[112123]: pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:00 smithi138 ceph-mon[117003]: pgmap v8590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:03.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:03 smithi161 ceph-mon[116604]: pgmap v8591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:33:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:03 smithi028 ceph-mon[112123]: pgmap v8591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:33:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:03 smithi138 ceph-mon[117003]: pgmap v8591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:33:05.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:05.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:05.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:05.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:05 smithi161 ceph-mon[116604]: 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-07T09:33:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:05 smithi028 ceph-mon[112123]: 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-07T09:33:05.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:05 smithi138 ceph-mon[117003]: 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-07T09:33:05.807 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:05.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:05.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:05.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:05.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:06 smithi161 ceph-mon[116604]: from='client.238929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:06.907 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:06 smithi138 ceph-mon[117003]: from='client.238929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:06.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:06 smithi028 ceph-mon[112123]: from='client.238929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:07 smithi161 ceph-mon[116604]: pgmap v8593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:33:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:07 smithi028 ceph-mon[112123]: pgmap v8593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:33:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:07 smithi138 ceph-mon[117003]: pgmap v8593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:33:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:08 smithi161 ceph-mon[116604]: pgmap v8594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:33:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:08 smithi028 ceph-mon[112123]: pgmap v8594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:33:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:08 smithi138 ceph-mon[117003]: pgmap v8594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:33:10.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:10.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:10.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:11.576 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:11.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:11.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:11.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:11.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:11 smithi161 ceph-mon[116604]: pgmap v8595: 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-07T09:33:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:11 smithi028 ceph-mon[112123]: pgmap v8595: 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-07T09:33:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:11 smithi138 ceph-mon[117003]: pgmap v8595: 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-07T09:33:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:12 smithi161 ceph-mon[116604]: from='client.239001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:12 smithi028 ceph-mon[112123]: from='client.239001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:12.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:12 smithi138 ceph-mon[117003]: from='client.239001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:13 smithi161 ceph-mon[116604]: pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:13 smithi028 ceph-mon[112123]: pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:13 smithi138 ceph-mon[117003]: pgmap v8596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:15 smithi161 ceph-mon[116604]: pgmap v8597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:33:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:15 smithi028 ceph-mon[112123]: pgmap v8597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:33:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:15 smithi138 ceph-mon[117003]: pgmap v8597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:33:16.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:16.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:16.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:17.363 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:17.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:17.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:17.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:17.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:17 smithi161 ceph-mon[116604]: 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-07T09:33:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:17 smithi028 ceph-mon[112123]: 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-07T09:33:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:17 smithi138 ceph-mon[117003]: 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-07T09:33:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:18 smithi161 ceph-mon[116604]: from='client.239079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:18 smithi028 ceph-mon[112123]: from='client.239079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:18 smithi138 ceph-mon[117003]: from='client.239079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:19 smithi161 ceph-mon[116604]: 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-07T09:33:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:19 smithi028 ceph-mon[112123]: 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-07T09:33:19.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:19 smithi138 ceph-mon[117003]: 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-07T09:33:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:21 smithi161 ceph-mon[116604]: 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-07T09:33:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:33:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:33:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:33:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:33:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:21 smithi028 ceph-mon[112123]: 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-07T09:33:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:33:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:33:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:33:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:33:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:21 smithi138 ceph-mon[117003]: 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-07T09:33:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:33:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:33:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:33:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:33:22.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:22.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:22.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:23.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:23.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:23.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:23.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:23.131 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:23 smithi161 ceph-mon[116604]: 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-07T09:33:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:23 smithi028 ceph-mon[112123]: 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-07T09:33:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:23 smithi138 ceph-mon[117003]: 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-07T09:33:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:24 smithi161 ceph-mon[116604]: from='client.239151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:24 smithi028 ceph-mon[112123]: from='client.239151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:24 smithi138 ceph-mon[117003]: from='client.239151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:25 smithi028 ceph-mon[112123]: 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-07T09:33:25.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:25 smithi138 ceph-mon[117003]: 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-07T09:33:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:25 smithi161 ceph-mon[116604]: 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-07T09:33:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:27 smithi028 ceph-mon[112123]: 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-07T09:33:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:27 smithi138 ceph-mon[117003]: 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-07T09:33:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:27 smithi161 ceph-mon[116604]: 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-07T09:33:28.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:28.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:28.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:28.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:28.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:28.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:28.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:28.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:28 smithi161 ceph-mon[116604]: 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-07T09:33:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:28 smithi161 ceph-mon[116604]: from='client.239229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:28 smithi028 ceph-mon[112123]: 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-07T09:33:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:28 smithi028 ceph-mon[112123]: from='client.239229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:28 smithi138 ceph-mon[117003]: 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-07T09:33:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:28 smithi138 ceph-mon[117003]: from='client.239229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:31 smithi161 ceph-mon[116604]: 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-07T09:33:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:31 smithi028 ceph-mon[112123]: 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-07T09:33:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:31 smithi138 ceph-mon[117003]: 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-07T09:33:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:33 smithi161 ceph-mon[116604]: 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-07T09:33:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:33 smithi028 ceph-mon[112123]: 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-07T09:33:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:33 smithi138 ceph-mon[117003]: 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-07T09:33:33.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:33.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:33.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:34.669 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:34.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:34.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:34.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:34.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:35 smithi161 ceph-mon[116604]: from='client.239304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:35.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:35 smithi161 ceph-mon[116604]: pgmap v8607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:35 smithi028 ceph-mon[112123]: from='client.239304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:35 smithi028 ceph-mon[112123]: pgmap v8607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:35 smithi138 ceph-mon[117003]: from='client.239304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:35 smithi138 ceph-mon[117003]: pgmap v8607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:37.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:37 smithi161 ceph-mon[116604]: pgmap v8608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:33:37.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:37 smithi028 ceph-mon[112123]: pgmap v8608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:33:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:37 smithi138 ceph-mon[117003]: pgmap v8608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:33:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:38 smithi161 ceph-mon[116604]: pgmap v8609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:33:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:38 smithi028 ceph-mon[112123]: pgmap v8609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:33:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:38 smithi138 ceph-mon[117003]: pgmap v8609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:33:39.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:39.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:39.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:40.456 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:40.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:40.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:40.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:40.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:41.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:41 smithi161 ceph-mon[116604]: from='client.239382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:41.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:41 smithi161 ceph-mon[116604]: 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-07T09:33:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:41 smithi028 ceph-mon[112123]: from='client.239382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:41 smithi028 ceph-mon[112123]: 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-07T09:33:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:41 smithi138 ceph-mon[117003]: from='client.239382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:41 smithi138 ceph-mon[117003]: 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-07T09:33:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:43 smithi161 ceph-mon[116604]: 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-07T09:33:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:43 smithi028 ceph-mon[112123]: 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-07T09:33:43.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:43 smithi138 ceph-mon[117003]: 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-07T09:33:45.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:45.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:45.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:45.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:45 smithi161 ceph-mon[116604]: 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-07T09:33:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:45 smithi028 ceph-mon[112123]: 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-07T09:33:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:45 smithi138 ceph-mon[117003]: 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-07T09:33:46.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:46.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:46.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:46.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:46.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:47 smithi161 ceph-mon[116604]: from='client.239460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:47.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:47 smithi161 ceph-mon[116604]: pgmap v8613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:47 smithi028 ceph-mon[112123]: from='client.239460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:47.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:47 smithi028 ceph-mon[112123]: pgmap v8613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:47 smithi138 ceph-mon[117003]: from='client.239460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:47 smithi138 ceph-mon[117003]: pgmap v8613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:48 smithi161 ceph-mon[116604]: pgmap v8614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:48 smithi028 ceph-mon[112123]: pgmap v8614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:48 smithi138 ceph-mon[117003]: pgmap v8614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:33:51.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:51.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:51.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:51 smithi161 ceph-mon[116604]: pgmap v8615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:33:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:51 smithi028 ceph-mon[112123]: pgmap v8615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:33:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:51 smithi138 ceph-mon[117003]: pgmap v8615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:33:51.991 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:51.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:51.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:51.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:51.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:52 smithi161 ceph-mon[116604]: from='client.239535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:52.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:52 smithi028 ceph-mon[112123]: from='client.239535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:52.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:52 smithi138 ceph-mon[117003]: from='client.239535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:53.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:53 smithi161 ceph-mon[116604]: 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-07T09:33:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:53 smithi028 ceph-mon[112123]: 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-07T09:33:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:53 smithi138 ceph-mon[117003]: 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-07T09:33:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:55 smithi161 ceph-mon[116604]: 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-07T09:33:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:55 smithi028 ceph-mon[112123]: 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-07T09:33:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:55 smithi138 ceph-mon[117003]: 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-07T09:33:56.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:33:56.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:33:56.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:33:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:57 smithi161 ceph-mon[116604]: 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-07T09:33:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:57 smithi028 ceph-mon[112123]: 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-07T09:33:57.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:33:57.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:33:57.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:33:57.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:33:57.763 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:33:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:57 smithi138 ceph-mon[117003]: 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-07T09:33:58.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:58 smithi161 ceph-mon[116604]: from='client.239613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:58.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:58 smithi028 ceph-mon[112123]: from='client.239613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:58 smithi138 ceph-mon[117003]: from='client.239613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:33:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:33:59 smithi161 ceph-mon[116604]: 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-07T09:33:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:33:59 smithi028 ceph-mon[112123]: 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-07T09:33:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:33:59 smithi138 ceph-mon[117003]: 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-07T09:34:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:01 smithi028 ceph-mon[112123]: 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-07T09:34:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:01 smithi138 ceph-mon[117003]: 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-07T09:34:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:01 smithi161 ceph-mon[116604]: 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-07T09:34:02.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:02.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:02.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:03.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:03.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:03.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:03.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:03.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:03 smithi028 ceph-mon[112123]: 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-07T09:34:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:03 smithi138 ceph-mon[117003]: 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-07T09:34:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:03 smithi161 ceph-mon[116604]: 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-07T09:34:04.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:04 smithi028 ceph-mon[112123]: from='client.239688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:04.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:04 smithi138 ceph-mon[117003]: from='client.239688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:04 smithi161 ceph-mon[116604]: from='client.239688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:05 smithi028 ceph-mon[112123]: 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-07T09:34:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:05 smithi138 ceph-mon[117003]: 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-07T09:34:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:05 smithi161 ceph-mon[116604]: 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-07T09:34:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:07 smithi028 ceph-mon[112123]: 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-07T09:34:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:07 smithi138 ceph-mon[117003]: 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-07T09:34:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:07 smithi161 ceph-mon[116604]: 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-07T09:34:08.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:08.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:08.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:09.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:08 smithi161 ceph-mon[116604]: 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-07T09:34:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:08 smithi028 ceph-mon[112123]: 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-07T09:34:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:08 smithi138 ceph-mon[117003]: 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-07T09:34:09.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:09.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:09.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:09.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:09.301 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:10.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:09 smithi161 ceph-mon[116604]: from='client.239760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:09 smithi028 ceph-mon[112123]: from='client.239760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:09 smithi138 ceph-mon[117003]: from='client.239760 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:10 smithi161 ceph-mon[116604]: pgmap v8625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:34:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:10 smithi028 ceph-mon[112123]: pgmap v8625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:34:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:10 smithi138 ceph-mon[117003]: pgmap v8625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:34:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:13 smithi161 ceph-mon[116604]: pgmap v8626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T09:34:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:13 smithi028 ceph-mon[112123]: pgmap v8626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T09:34:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:13 smithi138 ceph-mon[117003]: pgmap v8626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T09:34:14.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:14.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:14.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:15.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:15.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:15.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:15.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:15.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:15 smithi161 ceph-mon[116604]: pgmap v8627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:15.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:15 smithi161 ceph-mon[116604]: from='client.239838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:15 smithi028 ceph-mon[112123]: pgmap v8627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:15 smithi028 ceph-mon[112123]: from='client.239838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:15.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:15 smithi138 ceph-mon[117003]: pgmap v8627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:15.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:15 smithi138 ceph-mon[117003]: from='client.239838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:17 smithi161 ceph-mon[116604]: pgmap v8628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:17 smithi028 ceph-mon[112123]: pgmap v8628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:17 smithi138 ceph-mon[117003]: pgmap v8628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:18 smithi161 ceph-mon[116604]: pgmap v8629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:18 smithi028 ceph-mon[112123]: pgmap v8629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:18 smithi138 ceph-mon[117003]: pgmap v8629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:20.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:20.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:20.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:20.856 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:20.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:20.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:20.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:20.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:21 smithi161 ceph-mon[116604]: 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-07T09:34:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:21 smithi161 ceph-mon[116604]: from='client.239916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:34:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:21 smithi028 ceph-mon[112123]: 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-07T09:34:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:21 smithi028 ceph-mon[112123]: from='client.239916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:34:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:21 smithi138 ceph-mon[117003]: 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-07T09:34:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:21 smithi138 ceph-mon[117003]: from='client.239916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:34:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:34:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:34:22.695 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:34:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:34:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:34:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:34:22.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:34:22.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:34:22.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:34:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:23 smithi028 ceph-mon[112123]: pgmap v8631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:34:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:23 smithi138 ceph-mon[117003]: pgmap v8631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:34:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:23 smithi161 ceph-mon[116604]: pgmap v8631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:34:25.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:25.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:25.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:25 smithi028 ceph-mon[112123]: pgmap v8632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:34:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:25 smithi138 ceph-mon[117003]: pgmap v8632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:34:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:25 smithi161 ceph-mon[116604]: pgmap v8632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:34:26.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:26.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:26.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:26.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:26.626 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:27 smithi028 ceph-mon[112123]: from='client.239988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:27.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:27 smithi028 ceph-mon[112123]: pgmap v8633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:27 smithi138 ceph-mon[117003]: from='client.239988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:27 smithi138 ceph-mon[117003]: pgmap v8633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:27 smithi161 ceph-mon[116604]: from='client.239988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:27 smithi161 ceph-mon[116604]: pgmap v8633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:28 smithi161 ceph-mon[116604]: pgmap v8634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:28 smithi028 ceph-mon[112123]: pgmap v8634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:28 smithi138 ceph-mon[117003]: pgmap v8634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:31.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:31.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:31.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:31 smithi161 ceph-mon[116604]: pgmap v8635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:34:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:31 smithi028 ceph-mon[112123]: pgmap v8635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:34:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:31 smithi138 ceph-mon[117003]: pgmap v8635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:34:32.393 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:32.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:32.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:32.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:32.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:33.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:33 smithi161 ceph-mon[116604]: from='client.240063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:33.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:33 smithi161 ceph-mon[116604]: 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-07T09:34:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:33 smithi028 ceph-mon[112123]: from='client.240063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:33.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:33 smithi028 ceph-mon[112123]: 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-07T09:34:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:33 smithi138 ceph-mon[117003]: from='client.240063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:33 smithi138 ceph-mon[117003]: 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-07T09:34:35.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:35 smithi028 ceph-mon[112123]: 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-07T09:34:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:35 smithi138 ceph-mon[117003]: 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-07T09:34:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:35 smithi161 ceph-mon[116604]: 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-07T09:34:37.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:37.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:37.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:37 smithi028 ceph-mon[112123]: 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-07T09:34:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:37 smithi138 ceph-mon[117003]: 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-07T09:34:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:37 smithi161 ceph-mon[116604]: 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-07T09:34:38.165 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:38.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:38.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:38.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:38.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:38 smithi161 ceph-mon[116604]: from='client.240141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:38 smithi161 ceph-mon[116604]: 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-07T09:34:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:38 smithi028 ceph-mon[112123]: from='client.240141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:38 smithi028 ceph-mon[112123]: 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-07T09:34:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:38 smithi138 ceph-mon[117003]: from='client.240141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:38 smithi138 ceph-mon[117003]: 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-07T09:34:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:41 smithi161 ceph-mon[116604]: 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-07T09:34:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:41 smithi028 ceph-mon[112123]: 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-07T09:34:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:41 smithi138 ceph-mon[117003]: 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-07T09:34:43.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:43.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:43.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:43.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:43 smithi161 ceph-mon[116604]: 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-07T09:34:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:43 smithi028 ceph-mon[112123]: 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-07T09:34:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:43 smithi138 ceph-mon[117003]: 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-07T09:34:43.948 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:43.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:43.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:43.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:43.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:44.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:44 smithi028 ceph-mon[112123]: from='client.240216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:44.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:44 smithi138 ceph-mon[117003]: from='client.240216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:44.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:44 smithi161 ceph-mon[116604]: from='client.240216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:45 smithi028 ceph-mon[112123]: 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-07T09:34:45.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:45 smithi138 ceph-mon[117003]: 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-07T09:34:45.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:45 smithi161 ceph-mon[116604]: 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-07T09:34:47.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:47 smithi028 ceph-mon[112123]: 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-07T09:34:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:47 smithi138 ceph-mon[117003]: 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-07T09:34:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:47 smithi161 ceph-mon[116604]: 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-07T09:34:48.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:48.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:48.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:48 smithi161 ceph-mon[116604]: 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-07T09:34:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:48 smithi028 ceph-mon[112123]: 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-07T09:34:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:48 smithi138 ceph-mon[117003]: 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-07T09:34:49.728 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:49.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:49.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:49.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:49.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:50.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:49 smithi161 ceph-mon[116604]: from='client.240291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:50.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:49 smithi028 ceph-mon[112123]: from='client.240291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:49 smithi138 ceph-mon[117003]: from='client.240291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:51.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:50 smithi161 ceph-mon[116604]: pgmap v8645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:51.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:50 smithi028 ceph-mon[112123]: pgmap v8645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:50 smithi138 ceph-mon[117003]: pgmap v8645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:53.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:53 smithi028 ceph-mon[112123]: pgmap v8646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:53 smithi138 ceph-mon[117003]: pgmap v8646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:53 smithi161 ceph-mon[116604]: pgmap v8646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:54.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:34:54.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:34:54.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:34:55.508 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:34:55.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:34:55.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:34:55.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:34:55.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:34:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:55 smithi028 ceph-mon[112123]: pgmap v8647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:55 smithi138 ceph-mon[117003]: pgmap v8647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:55 smithi161 ceph-mon[116604]: pgmap v8647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:34:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:56 smithi028 ceph-mon[112123]: from='client.240369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:56.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:56 smithi138 ceph-mon[117003]: from='client.240369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:56 smithi161 ceph-mon[116604]: from='client.240369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:34:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:57 smithi028 ceph-mon[112123]: pgmap v8648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:57 smithi138 ceph-mon[117003]: pgmap v8648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:57 smithi161 ceph-mon[116604]: pgmap v8648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:34:58 smithi161 ceph-mon[116604]: pgmap v8649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:34:58 smithi028 ceph-mon[112123]: pgmap v8649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:34:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:34:58 smithi138 ceph-mon[117003]: pgmap v8649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:35:00.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:00.510 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:00.510 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:01.293 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:01.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:01.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:01.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:01.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:01.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:01 smithi028 ceph-mon[112123]: 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-07T09:35:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:01 smithi138 ceph-mon[117003]: 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-07T09:35:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:01 smithi161 ceph-mon[116604]: 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-07T09:35:02.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:02 smithi028 ceph-mon[112123]: from='client.240441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:02.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:02 smithi138 ceph-mon[117003]: from='client.240441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:02 smithi161 ceph-mon[116604]: from='client.240441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:03.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:03 smithi028 ceph-mon[112123]: pgmap v8651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:03 smithi138 ceph-mon[117003]: pgmap v8651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:03 smithi161 ceph-mon[116604]: pgmap v8651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:05 smithi028 ceph-mon[112123]: pgmap v8652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:05 smithi138 ceph-mon[117003]: pgmap v8652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:05 smithi161 ceph-mon[116604]: pgmap v8652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:06.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:06.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:06.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:07.072 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:07.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:07.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:07.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:07.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:07 smithi028 ceph-mon[112123]: pgmap v8653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:07 smithi028 ceph-mon[112123]: from='client.240516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:07 smithi138 ceph-mon[117003]: pgmap v8653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:07 smithi138 ceph-mon[117003]: from='client.240516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:07 smithi161 ceph-mon[116604]: pgmap v8653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:07.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:07 smithi161 ceph-mon[116604]: from='client.240516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:09.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:08 smithi161 ceph-mon[116604]: pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:08 smithi028 ceph-mon[112123]: pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:08 smithi138 ceph-mon[117003]: pgmap v8654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:11.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:11 smithi028 ceph-mon[112123]: pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:11.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:11 smithi138 ceph-mon[117003]: pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:11 smithi161 ceph-mon[116604]: pgmap v8655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:12.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:12.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:12.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:12.855 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:12.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:12.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:12.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:12.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:13 smithi028 ceph-mon[112123]: 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-07T09:35:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:13 smithi028 ceph-mon[112123]: from='client.240591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:13 smithi138 ceph-mon[117003]: 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-07T09:35:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:13 smithi138 ceph-mon[117003]: from='client.240591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:13 smithi161 ceph-mon[116604]: 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-07T09:35:13.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:13 smithi161 ceph-mon[116604]: from='client.240591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:15 smithi028 ceph-mon[112123]: 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-07T09:35:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:15 smithi138 ceph-mon[117003]: 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-07T09:35:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:15 smithi161 ceph-mon[116604]: 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-07T09:35:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:17 smithi028 ceph-mon[112123]: 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-07T09:35:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:17 smithi138 ceph-mon[117003]: 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-07T09:35:17.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:17.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:17.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:17 smithi161 ceph-mon[116604]: 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-07T09:35:18.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:18.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:18.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:18.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:18.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:18 smithi161 ceph-mon[116604]: from='client.240669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:18 smithi161 ceph-mon[116604]: 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-07T09:35:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:18 smithi028 ceph-mon[112123]: from='client.240669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:18 smithi028 ceph-mon[112123]: 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-07T09:35:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:18 smithi138 ceph-mon[117003]: from='client.240669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:18 smithi138 ceph-mon[117003]: 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-07T09:35:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:21 smithi028 ceph-mon[112123]: 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-07T09:35:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:21 smithi138 ceph-mon[117003]: 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-07T09:35:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:21 smithi161 ceph-mon[116604]: 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-07T09:35:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:35:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:35:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:35:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:35:22.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:35:22.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:35:22.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:35:22.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:35:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:35:22.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:35:22.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:35:22.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:35:23.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:23.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:23.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:23 smithi028 ceph-mon[112123]: 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-07T09:35:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:23 smithi138 ceph-mon[117003]: 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-07T09:35:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:23 smithi161 ceph-mon[116604]: 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-07T09:35:24.413 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:24.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:24.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:24.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:24.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:25.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:25 smithi028 ceph-mon[112123]: from='client.240744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:25 smithi028 ceph-mon[112123]: pgmap v8662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:35:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:25 smithi138 ceph-mon[117003]: from='client.240744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:25 smithi138 ceph-mon[117003]: pgmap v8662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:35:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:25 smithi161 ceph-mon[116604]: from='client.240744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:25 smithi161 ceph-mon[116604]: pgmap v8662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:35:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:27 smithi028 ceph-mon[112123]: pgmap v8663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:35:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:27 smithi138 ceph-mon[117003]: pgmap v8663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:35:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:27 smithi161 ceph-mon[116604]: pgmap v8663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:35:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:28 smithi161 ceph-mon[116604]: pgmap v8664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:35:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:28 smithi028 ceph-mon[112123]: pgmap v8664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:35:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:28 smithi138 ceph-mon[117003]: pgmap v8664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:35:29.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:29.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:29.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:30.201 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:30.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:30.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:30.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:30.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:31.724 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:31 smithi028 ceph-mon[112123]: from='client.240819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:31.725 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:31 smithi028 ceph-mon[112123]: pgmap v8665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:31 smithi138 ceph-mon[117003]: from='client.240819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:31 smithi138 ceph-mon[117003]: pgmap v8665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:31.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:31 smithi161 ceph-mon[116604]: from='client.240819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:31.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:31 smithi161 ceph-mon[116604]: pgmap v8665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:33.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:33 smithi028 ceph-mon[112123]: pgmap v8666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:35:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:33 smithi138 ceph-mon[117003]: pgmap v8666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:35:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:33 smithi161 ceph-mon[116604]: pgmap v8666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:35:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:35 smithi028 ceph-mon[112123]: pgmap v8667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:35.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:35 smithi138 ceph-mon[117003]: pgmap v8667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:35 smithi161 ceph-mon[116604]: pgmap v8667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:35.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:35.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:35.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:35.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:35.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:36.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:36 smithi028 ceph-mon[112123]: from='client.240894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:36.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:36 smithi138 ceph-mon[117003]: from='client.240894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:36 smithi161 ceph-mon[116604]: from='client.240894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:37.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:37 smithi028 ceph-mon[112123]: pgmap v8668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:35:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:37 smithi138 ceph-mon[117003]: pgmap v8668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:35:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:37 smithi161 ceph-mon[116604]: pgmap v8668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:35:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:38 smithi161 ceph-mon[116604]: pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:35:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:38 smithi028 ceph-mon[112123]: pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:35:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:38 smithi138 ceph-mon[117003]: pgmap v8669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:35:40.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:40.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:40.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:41 smithi028 ceph-mon[112123]: pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:35:41.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:41.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:41.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:41.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:41.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:41 smithi138 ceph-mon[117003]: pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:35:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:41 smithi161 ceph-mon[116604]: pgmap v8670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:35:42.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:42 smithi028 ceph-mon[112123]: from='client.240969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:43.319 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:42 smithi161 ceph-mon[116604]: from='client.240969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:43.319 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:42 smithi138 ceph-mon[117003]: from='client.240969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:43 smithi028 ceph-mon[112123]: pgmap v8671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:43 smithi138 ceph-mon[117003]: pgmap v8671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:43 smithi161 ceph-mon[116604]: pgmap v8671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:45.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:45 smithi028 ceph-mon[112123]: pgmap v8672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:45 smithi138 ceph-mon[117003]: pgmap v8672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:45 smithi161 ceph-mon[116604]: pgmap v8672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:47.522 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:47.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:47.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:47.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:47.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:47 smithi028 ceph-mon[112123]: pgmap v8673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:47 smithi138 ceph-mon[117003]: pgmap v8673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:47 smithi161 ceph-mon[116604]: pgmap v8673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:48 smithi028 ceph-mon[112123]: from='client.241044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:48 smithi138 ceph-mon[117003]: from='client.241044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:48 smithi161 ceph-mon[116604]: from='client.241044 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:49.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:49 smithi028 ceph-mon[112123]: pgmap v8674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:49 smithi138 ceph-mon[117003]: pgmap v8674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:49 smithi161 ceph-mon[116604]: pgmap v8674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:35:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:51 smithi138 ceph-mon[117003]: pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:51 smithi161 ceph-mon[116604]: pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:51 smithi028 ceph-mon[112123]: pgmap v8675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:35:52.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:52.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:52.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:53.296 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:53.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:53.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:53.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:53.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:53 smithi138 ceph-mon[117003]: 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-07T09:35:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:53 smithi161 ceph-mon[116604]: 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-07T09:35:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:53 smithi028 ceph-mon[112123]: 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-07T09:35:54.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:54 smithi138 ceph-mon[117003]: from='client.241119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:54 smithi161 ceph-mon[116604]: from='client.241119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:54 smithi028 ceph-mon[112123]: from='client.241119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:55 smithi138 ceph-mon[117003]: 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-07T09:35:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:55 smithi161 ceph-mon[116604]: 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-07T09:35:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:55 smithi028 ceph-mon[112123]: 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-07T09:35:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:57 smithi138 ceph-mon[117003]: 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-07T09:35:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:57 smithi161 ceph-mon[116604]: 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-07T09:35:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:57 smithi028 ceph-mon[112123]: 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-07T09:35:58.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:35:58.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:35:58.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:35:59.088 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:35:59.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:35:59.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:35:59.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:35:59.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:35:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:58 smithi161 ceph-mon[116604]: 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-07T09:35:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:35:58 smithi161 ceph-mon[116604]: from='client.241191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:58 smithi028 ceph-mon[112123]: 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-07T09:35:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:35:58 smithi028 ceph-mon[112123]: from='client.241191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:35:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:58 smithi138 ceph-mon[117003]: 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-07T09:35:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:35:58 smithi138 ceph-mon[117003]: from='client.241191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:01.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:01 smithi028 ceph-mon[112123]: 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-07T09:36:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:01 smithi138 ceph-mon[117003]: 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-07T09:36:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:01 smithi161 ceph-mon[116604]: 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-07T09:36:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:03 smithi028 ceph-mon[112123]: 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-07T09:36:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:03 smithi138 ceph-mon[117003]: 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-07T09:36:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:03 smithi161 ceph-mon[116604]: 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-07T09:36:04.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:04.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:04.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:04.857 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:04.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:04.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:04.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:04.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:05 smithi028 ceph-mon[112123]: pgmap v8682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:05.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:05 smithi028 ceph-mon[112123]: from='client.241266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:05 smithi138 ceph-mon[117003]: pgmap v8682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:05.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:05 smithi138 ceph-mon[117003]: from='client.241266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:05 smithi161 ceph-mon[116604]: pgmap v8682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:05 smithi161 ceph-mon[116604]: from='client.241266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:07.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:07 smithi028 ceph-mon[112123]: pgmap v8683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:07 smithi138 ceph-mon[117003]: pgmap v8683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:07.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:07 smithi161 ceph-mon[116604]: pgmap v8683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:09.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:08 smithi161 ceph-mon[116604]: pgmap v8684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:08 smithi028 ceph-mon[112123]: pgmap v8684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:08 smithi138 ceph-mon[117003]: pgmap v8684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:09.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:09.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:09.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:10.628 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:10.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:10.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:10.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:10.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:11 smithi028 ceph-mon[112123]: from='client.241338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:11 smithi028 ceph-mon[112123]: pgmap v8685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:11 smithi138 ceph-mon[117003]: from='client.241338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:11 smithi138 ceph-mon[117003]: pgmap v8685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:11 smithi161 ceph-mon[116604]: from='client.241338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:11.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:11 smithi161 ceph-mon[116604]: pgmap v8685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:13 smithi028 ceph-mon[112123]: pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:13 smithi138 ceph-mon[117003]: pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:13.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:13 smithi161 ceph-mon[116604]: pgmap v8686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:15.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:15.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:15.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:15 smithi028 ceph-mon[112123]: pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:15 smithi138 ceph-mon[117003]: pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:15 smithi161 ceph-mon[116604]: pgmap v8687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:16.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:16.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:16.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:16.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:16.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:17 smithi028 ceph-mon[112123]: from='client.241410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:17 smithi028 ceph-mon[112123]: 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-07T09:36:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:17 smithi138 ceph-mon[117003]: from='client.241410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:17 smithi138 ceph-mon[117003]: 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-07T09:36:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:17 smithi161 ceph-mon[116604]: from='client.241410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:17 smithi161 ceph-mon[116604]: 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-07T09:36:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:18 smithi161 ceph-mon[116604]: 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-07T09:36:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:18 smithi028 ceph-mon[112123]: 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-07T09:36:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:18 smithi138 ceph-mon[117003]: 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-07T09:36:21.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:21.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:21.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:21 smithi028 ceph-mon[112123]: pgmap v8690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:36:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:21 smithi138 ceph-mon[117003]: pgmap v8690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:36:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:21 smithi161 ceph-mon[116604]: pgmap v8690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:36:22.173 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:22.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:22.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:22.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:22.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:23 smithi028 ceph-mon[112123]: from='client.241485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:23 smithi028 ceph-mon[112123]: pgmap v8691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:36:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:36:23.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:36:23.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:36:23.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:23 smithi138 ceph-mon[117003]: from='client.241485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:23.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:23 smithi138 ceph-mon[117003]: pgmap v8691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:23.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:36:23.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:36:23.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:36:23.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:36:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:23 smithi161 ceph-mon[116604]: from='client.241485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:23 smithi161 ceph-mon[116604]: pgmap v8691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:36:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:36:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:36:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:36:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:25 smithi028 ceph-mon[112123]: pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:36:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:25 smithi138 ceph-mon[117003]: pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:36:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:25 smithi161 ceph-mon[116604]: pgmap v8692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:36:27.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:27.175 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:27.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:27 smithi138 ceph-mon[117003]: pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:27 smithi161 ceph-mon[116604]: pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:27.942 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:27.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:27.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:27.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:27.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:27 smithi028 ceph-mon[112123]: pgmap v8693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:28 smithi138 ceph-mon[117003]: from='client.241563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:28 smithi161 ceph-mon[116604]: from='client.241563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:28 smithi028 ceph-mon[112123]: from='client.241563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:29 smithi138 ceph-mon[117003]: pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:29.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:29 smithi161 ceph-mon[116604]: pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:29 smithi028 ceph-mon[112123]: pgmap v8694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:31 smithi138 ceph-mon[117003]: pgmap v8695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:36:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:31 smithi161 ceph-mon[116604]: pgmap v8695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:36:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:31 smithi028 ceph-mon[112123]: pgmap v8695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:36:32.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:32.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:32.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:33.715 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:33.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:33.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:33.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:33.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:33 smithi138 ceph-mon[117003]: 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-07T09:36:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:33 smithi161 ceph-mon[116604]: 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-07T09:36:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:33 smithi028 ceph-mon[112123]: 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-07T09:36:34.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:34 smithi138 ceph-mon[117003]: from='client.241635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:34 smithi161 ceph-mon[116604]: from='client.241635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:34 smithi028 ceph-mon[112123]: from='client.241635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:35 smithi138 ceph-mon[117003]: 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-07T09:36:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:35 smithi161 ceph-mon[116604]: 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-07T09:36:35.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:35 smithi028 ceph-mon[112123]: 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-07T09:36:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:37 smithi138 ceph-mon[117003]: 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-07T09:36:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:37 smithi161 ceph-mon[116604]: 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-07T09:36:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:37 smithi028 ceph-mon[112123]: 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-07T09:36:38.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:38.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:38.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:38 smithi161 ceph-mon[116604]: 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-07T09:36:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:38 smithi028 ceph-mon[112123]: 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-07T09:36:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:38 smithi138 ceph-mon[117003]: 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-07T09:36:39.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:39.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:39.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:39.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:39.486 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:40.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:39 smithi161 ceph-mon[116604]: from='client.241710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:39 smithi028 ceph-mon[112123]: from='client.241710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:39 smithi138 ceph-mon[117003]: from='client.241710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:40 smithi161 ceph-mon[116604]: pgmap v8700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:36:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:40 smithi028 ceph-mon[112123]: pgmap v8700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:36:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:40 smithi138 ceph-mon[117003]: pgmap v8700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:36:43.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:43 smithi028 ceph-mon[112123]: pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:36:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:43 smithi138 ceph-mon[117003]: pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:36:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:43 smithi161 ceph-mon[116604]: pgmap v8701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:36:44.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:44.488 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:44.488 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:45.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:45.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:45.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:45.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:45.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:45.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:45 smithi138 ceph-mon[117003]: pgmap v8702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:45.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:45 smithi161 ceph-mon[116604]: pgmap v8702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:45.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:45 smithi028 ceph-mon[112123]: pgmap v8702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:46.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:46 smithi138 ceph-mon[117003]: from='client.241788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:46 smithi161 ceph-mon[116604]: from='client.241788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:46.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:46 smithi028 ceph-mon[112123]: from='client.241788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:47 smithi138 ceph-mon[117003]: pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:47 smithi161 ceph-mon[116604]: pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:47 smithi028 ceph-mon[112123]: pgmap v8703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:48 smithi161 ceph-mon[116604]: pgmap v8704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:48 smithi028 ceph-mon[112123]: pgmap v8704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:48 smithi138 ceph-mon[117003]: pgmap v8704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:36:50.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:50.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:50.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:51.049 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:51.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:51.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:51.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:51.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:51 smithi138 ceph-mon[117003]: pgmap v8705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:51 smithi138 ceph-mon[117003]: from='client.241857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:51 smithi161 ceph-mon[116604]: pgmap v8705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:51 smithi161 ceph-mon[116604]: from='client.241857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:51 smithi028 ceph-mon[112123]: pgmap v8705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:51 smithi028 ceph-mon[112123]: from='client.241857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:53 smithi138 ceph-mon[117003]: pgmap v8706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:36:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:53 smithi161 ceph-mon[116604]: pgmap v8706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:36:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:53 smithi028 ceph-mon[112123]: pgmap v8706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:36:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:55 smithi138 ceph-mon[117003]: pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:36:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:55 smithi161 ceph-mon[116604]: pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:36:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:55 smithi028 ceph-mon[112123]: pgmap v8707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:36:56.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:36:56.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:36:56.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:36:56.832 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:36:56.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:36:56.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:36:56.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:36:56.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:36:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:57 smithi138 ceph-mon[117003]: pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:57 smithi138 ceph-mon[117003]: from='client.241929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:57.946 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:57 smithi161 ceph-mon[116604]: pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:57.946 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:57 smithi161 ceph-mon[116604]: from='client.241929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:57 smithi028 ceph-mon[112123]: pgmap v8708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:57 smithi028 ceph-mon[112123]: from='client.241929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:36:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:36:58 smithi161 ceph-mon[116604]: pgmap v8709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:36:58 smithi028 ceph-mon[112123]: pgmap v8709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:36:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:36:58 smithi138 ceph-mon[117003]: pgmap v8709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:01 smithi138 ceph-mon[117003]: pgmap v8710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:01.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:01.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:01.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:01 smithi161 ceph-mon[116604]: pgmap v8710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:01 smithi028 ceph-mon[112123]: pgmap v8710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:02.601 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:02.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:02.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:02.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:02.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:03 smithi138 ceph-mon[117003]: from='client.242007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:03 smithi138 ceph-mon[117003]: pgmap v8711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:03 smithi161 ceph-mon[116604]: from='client.242007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:03 smithi161 ceph-mon[116604]: pgmap v8711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:03 smithi028 ceph-mon[112123]: from='client.242007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:03 smithi028 ceph-mon[112123]: pgmap v8711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:05 smithi138 ceph-mon[117003]: pgmap v8712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:05 smithi161 ceph-mon[116604]: pgmap v8712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:05 smithi028 ceph-mon[112123]: pgmap v8712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:07.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:07.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:07.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:07 smithi138 ceph-mon[117003]: pgmap v8713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:07 smithi161 ceph-mon[116604]: pgmap v8713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:07 smithi028 ceph-mon[112123]: pgmap v8713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:08.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:08.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:08.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:08.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:08.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:09.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:08 smithi161 ceph-mon[116604]: from='client.242082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:09.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:08 smithi161 ceph-mon[116604]: pgmap v8714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:08 smithi028 ceph-mon[112123]: from='client.242082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:08 smithi028 ceph-mon[112123]: pgmap v8714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:08 smithi138 ceph-mon[117003]: from='client.242082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:08 smithi138 ceph-mon[117003]: pgmap v8714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:11 smithi138 ceph-mon[117003]: pgmap v8715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:11 smithi161 ceph-mon[116604]: pgmap v8715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:11.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:11 smithi028 ceph-mon[112123]: pgmap v8715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:13.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:13.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:13.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:13 smithi138 ceph-mon[117003]: 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-07T09:37:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:13 smithi161 ceph-mon[116604]: 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-07T09:37:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:13 smithi028 ceph-mon[112123]: 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-07T09:37:14.151 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:14.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:14.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:14.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:14.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:14 smithi138 ceph-mon[117003]: from='client.242157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:14 smithi161 ceph-mon[116604]: from='client.242157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:14.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:14 smithi028 ceph-mon[112123]: from='client.242157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:15.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:15 smithi138 ceph-mon[117003]: pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:37:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:15 smithi161 ceph-mon[116604]: pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:37:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:15 smithi028 ceph-mon[112123]: pgmap v8717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:37:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:17 smithi138 ceph-mon[117003]: pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:37:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:17 smithi161 ceph-mon[116604]: pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:37:17.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:17 smithi028 ceph-mon[112123]: pgmap v8718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:37:19.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:19.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:19.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:18 smithi161 ceph-mon[116604]: pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:37:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:18 smithi028 ceph-mon[112123]: pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:37:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:18 smithi138 ceph-mon[117003]: pgmap v8719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:37:19.916 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:19.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:19.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:19.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:19.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:19 smithi161 ceph-mon[116604]: from='client.242235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:20.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:19 smithi028 ceph-mon[112123]: from='client.242235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:19 smithi138 ceph-mon[117003]: from='client.242235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:20 smithi161 ceph-mon[116604]: pgmap v8720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:21.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:20 smithi028 ceph-mon[112123]: pgmap v8720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:20 smithi138 ceph-mon[117003]: pgmap v8720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:23 smithi138 ceph-mon[117003]: pgmap v8721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:37:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:37:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:23 smithi161 ceph-mon[116604]: pgmap v8721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:37:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:37:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:23 smithi028 ceph-mon[112123]: pgmap v8721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:37:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:37:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:37:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:37:24.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:37:24.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:24.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:24.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:37:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:37:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:37:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:37:24.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:37:24.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:37:25.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:25.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:25.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:25.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:25.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:25 smithi138 ceph-mon[117003]: pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:25 smithi161 ceph-mon[116604]: pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:25 smithi028 ceph-mon[112123]: pgmap v8722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:26 smithi138 ceph-mon[117003]: from='client.242313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:26 smithi161 ceph-mon[116604]: from='client.242313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:27.033 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:26 smithi028 ceph-mon[112123]: from='client.242313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:27 smithi138 ceph-mon[117003]: pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:37:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:27 smithi161 ceph-mon[116604]: pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:37:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:27 smithi028 ceph-mon[112123]: pgmap v8723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:37:29.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:28 smithi161 ceph-mon[116604]: pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:37:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:28 smithi028 ceph-mon[112123]: pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:37:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:28 smithi138 ceph-mon[117003]: pgmap v8724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:37:30.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:30.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:30.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:31.492 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:31.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:31.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:31.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:31.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:31 smithi138 ceph-mon[117003]: pgmap v8725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:37:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:31 smithi161 ceph-mon[116604]: pgmap v8725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:37:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:31 smithi028 ceph-mon[112123]: pgmap v8725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:37:32.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:32 smithi138 ceph-mon[117003]: from='client.242391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:32.997 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:32 smithi028 ceph-mon[112123]: from='client.242391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:32.997 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:32 smithi161 ceph-mon[116604]: from='client.242391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:33 smithi138 ceph-mon[117003]: 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-07T09:37:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:33 smithi161 ceph-mon[116604]: 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-07T09:37:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:33 smithi028 ceph-mon[112123]: 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-07T09:37:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:35 smithi138 ceph-mon[117003]: pgmap v8727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:35 smithi161 ceph-mon[116604]: pgmap v8727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:36.018 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:35 smithi028 ceph-mon[112123]: pgmap v8727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:36.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:36.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:36.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:37.269 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:37.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:37.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:37.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:37.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:37 smithi138 ceph-mon[117003]: pgmap v8728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:37 smithi161 ceph-mon[116604]: pgmap v8728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:37 smithi028 ceph-mon[112123]: pgmap v8728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:38 smithi138 ceph-mon[117003]: from='client.242469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:38 smithi161 ceph-mon[116604]: from='client.242469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:38 smithi028 ceph-mon[112123]: from='client.242469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:39 smithi138 ceph-mon[117003]: pgmap v8729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:39 smithi161 ceph-mon[116604]: pgmap v8729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:39 smithi028 ceph-mon[112123]: pgmap v8729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:41 smithi138 ceph-mon[117003]: pgmap v8730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:41 smithi161 ceph-mon[116604]: pgmap v8730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:41 smithi028 ceph-mon[112123]: pgmap v8730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:42.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:42.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:42.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:43.051 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:43.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:43.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:43.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:43.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:43 smithi138 ceph-mon[117003]: pgmap v8731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:43 smithi138 ceph-mon[117003]: from='client.242547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:43 smithi161 ceph-mon[116604]: pgmap v8731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:43.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:43 smithi161 ceph-mon[116604]: from='client.242547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:43.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:43 smithi028 ceph-mon[112123]: pgmap v8731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:43.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:43 smithi028 ceph-mon[112123]: from='client.242547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:45.797 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:45 smithi138 ceph-mon[117003]: pgmap v8732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:45.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:45 smithi161 ceph-mon[116604]: pgmap v8732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:45 smithi028 ceph-mon[112123]: pgmap v8732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:47 smithi138 ceph-mon[117003]: pgmap v8733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:47 smithi161 ceph-mon[116604]: pgmap v8733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:47 smithi028 ceph-mon[112123]: pgmap v8733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:48.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:48.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:48.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:48.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:48.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:48.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:48.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:48.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:48 smithi161 ceph-mon[116604]: pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:48 smithi161 ceph-mon[116604]: from='client.242625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:48 smithi028 ceph-mon[112123]: pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:48 smithi028 ceph-mon[112123]: from='client.242625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:48 smithi138 ceph-mon[117003]: pgmap v8734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:48 smithi138 ceph-mon[117003]: from='client.242625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:51 smithi138 ceph-mon[117003]: pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:51 smithi161 ceph-mon[116604]: pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:51 smithi028 ceph-mon[112123]: pgmap v8735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:37:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:53 smithi138 ceph-mon[117003]: 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-07T09:37:53.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:53.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:53.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:37:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:53 smithi161 ceph-mon[116604]: 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-07T09:37:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:53 smithi028 ceph-mon[112123]: 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-07T09:37:54.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:37:54.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:37:54.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:37:54.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:37:54.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:37:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:55 smithi138 ceph-mon[117003]: from='client.242703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:55 smithi138 ceph-mon[117003]: pgmap v8737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:55.946 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:55 smithi161 ceph-mon[116604]: from='client.242703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:55.946 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:55 smithi161 ceph-mon[116604]: pgmap v8737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:55 smithi028 ceph-mon[112123]: from='client.242703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:37:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:55 smithi028 ceph-mon[112123]: pgmap v8737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:37:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:57 smithi138 ceph-mon[117003]: pgmap v8738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:37:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:57 smithi161 ceph-mon[116604]: pgmap v8738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:37:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:57 smithi028 ceph-mon[112123]: pgmap v8738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:37:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:37:58 smithi161 ceph-mon[116604]: pgmap v8739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:37:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:37:58 smithi028 ceph-mon[112123]: pgmap v8739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:37:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:37:58 smithi138 ceph-mon[117003]: pgmap v8739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:37:59.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:37:59.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:37:59.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:00.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:00.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:00.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:00.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:00.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:01 smithi138 ceph-mon[117003]: from='client.242781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:01 smithi138 ceph-mon[117003]: pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:01 smithi161 ceph-mon[116604]: from='client.242781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:01.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:01 smithi161 ceph-mon[116604]: pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:01 smithi028 ceph-mon[112123]: from='client.242781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:01.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:01 smithi028 ceph-mon[112123]: pgmap v8740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:03 smithi138 ceph-mon[117003]: pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:38:04.168 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:03 smithi028 ceph-mon[112123]: pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:38:04.168 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:03 smithi161 ceph-mon[116604]: pgmap v8741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:38:05.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:05.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:05.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:05 smithi138 ceph-mon[117003]: pgmap v8742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:05 smithi161 ceph-mon[116604]: pgmap v8742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:05 smithi028 ceph-mon[112123]: pgmap v8742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:06.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:06.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:06.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:06.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:06.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:06 smithi138 ceph-mon[117003]: from='client.242850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:07.002 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:06 smithi028 ceph-mon[112123]: from='client.242850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:07.002 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:06 smithi161 ceph-mon[116604]: from='client.242850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:07 smithi138 ceph-mon[117003]: 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-07T09:38:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:07 smithi161 ceph-mon[116604]: 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-07T09:38:07.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:07 smithi028 ceph-mon[112123]: 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-07T09:38:09.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:08 smithi161 ceph-mon[116604]: 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-07T09:38:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:08 smithi028 ceph-mon[112123]: 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-07T09:38:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:08 smithi138 ceph-mon[117003]: 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-07T09:38:11.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:11.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:11.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:11 smithi138 ceph-mon[117003]: 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-07T09:38:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:11 smithi161 ceph-mon[116604]: 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-07T09:38:11.942 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:11.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:11.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:11.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:11.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:11 smithi028 ceph-mon[112123]: 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-07T09:38:12.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:12 smithi138 ceph-mon[117003]: from='client.242925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:12 smithi161 ceph-mon[116604]: from='client.242925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:12.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:12 smithi028 ceph-mon[112123]: from='client.242925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:13 smithi138 ceph-mon[117003]: 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-07T09:38:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:13 smithi161 ceph-mon[116604]: 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-07T09:38:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:13 smithi028 ceph-mon[112123]: 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-07T09:38:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:15 smithi138 ceph-mon[117003]: pgmap v8747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:15 smithi161 ceph-mon[116604]: pgmap v8747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:15.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:15 smithi028 ceph-mon[112123]: pgmap v8747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:16.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:16.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:16.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:17.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:17.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:17.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:17.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:17.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:17 smithi138 ceph-mon[117003]: pgmap v8748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:17 smithi161 ceph-mon[116604]: pgmap v8748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:17.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:17 smithi028 ceph-mon[112123]: pgmap v8748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:18.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:18 smithi138 ceph-mon[117003]: from='client.243000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:18.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:18 smithi161 ceph-mon[116604]: from='client.243000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:18.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:18 smithi028 ceph-mon[112123]: from='client.243000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:19 smithi138 ceph-mon[117003]: pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:19.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:19 smithi161 ceph-mon[116604]: pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:19 smithi028 ceph-mon[112123]: pgmap v8749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:21 smithi138 ceph-mon[117003]: pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:21 smithi161 ceph-mon[116604]: pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:21 smithi028 ceph-mon[112123]: pgmap v8750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:22.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:22.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:22.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:23.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:23.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:23.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:23.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:23.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:23 smithi138 ceph-mon[117003]: pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:23 smithi161 ceph-mon[116604]: pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:23 smithi028 ceph-mon[112123]: pgmap v8751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:24 smithi138 ceph-mon[117003]: from='client.243078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:38:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:24 smithi161 ceph-mon[116604]: from='client.243078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:38:24.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:24 smithi028 ceph-mon[112123]: from='client.243078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:24.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:38:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:25 smithi138 ceph-mon[117003]: pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:38:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:38:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:38:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:25 smithi161 ceph-mon[116604]: pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:38:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:38:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:38:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:25 smithi028 ceph-mon[112123]: pgmap v8752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:38:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:38:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:38:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:27 smithi138 ceph-mon[117003]: pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:27 smithi161 ceph-mon[116604]: pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:27 smithi028 ceph-mon[112123]: pgmap v8753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:28.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:28.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:28.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:28 smithi161 ceph-mon[116604]: pgmap v8754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:28 smithi028 ceph-mon[112123]: pgmap v8754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:29.279 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:29.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:29.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:29.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:29.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:28 smithi138 ceph-mon[117003]: pgmap v8754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:29 smithi161 ceph-mon[116604]: from='client.243156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:29 smithi028 ceph-mon[112123]: from='client.243156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:29 smithi138 ceph-mon[117003]: from='client.243156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:31.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:30 smithi161 ceph-mon[116604]: pgmap v8755: 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-07T09:38:31.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:30 smithi028 ceph-mon[112123]: pgmap v8755: 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-07T09:38:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:30 smithi138 ceph-mon[117003]: pgmap v8755: 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-07T09:38:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:33 smithi138 ceph-mon[117003]: pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:38:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:33 smithi161 ceph-mon[116604]: pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:38:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:33 smithi028 ceph-mon[112123]: pgmap v8756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:38:34.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:34.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:34.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:35.048 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:35.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:35.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:35.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:35.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:35 smithi138 ceph-mon[117003]: pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:35 smithi138 ceph-mon[117003]: from='client.243225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:35 smithi161 ceph-mon[116604]: pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:35.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:35 smithi161 ceph-mon[116604]: from='client.243225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:35.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:35 smithi028 ceph-mon[112123]: pgmap v8757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:35.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:35 smithi028 ceph-mon[112123]: from='client.243225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:37 smithi138 ceph-mon[117003]: pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:38:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:37 smithi161 ceph-mon[116604]: pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:38:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:37 smithi028 ceph-mon[112123]: pgmap v8758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:38:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:38 smithi161 ceph-mon[116604]: pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:38:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:38 smithi028 ceph-mon[112123]: pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:38:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:38 smithi138 ceph-mon[117003]: pgmap v8759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:38:40.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:40.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:40.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:40.814 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:40.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:40.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:40.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:40.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:41 smithi138 ceph-mon[117003]: from='client.243300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:41 smithi138 ceph-mon[117003]: pgmap v8760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:41 smithi161 ceph-mon[116604]: from='client.243300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:41.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:41 smithi161 ceph-mon[116604]: pgmap v8760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:41.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:41 smithi028 ceph-mon[112123]: from='client.243300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:41.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:41 smithi028 ceph-mon[112123]: pgmap v8760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:43 smithi138 ceph-mon[117003]: pgmap v8761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:38:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:43 smithi161 ceph-mon[116604]: pgmap v8761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:38:43.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:43 smithi028 ceph-mon[112123]: pgmap v8761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:38:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:45 smithi138 ceph-mon[117003]: pgmap v8762: 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-07T09:38:45.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:45.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:45.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:45 smithi161 ceph-mon[116604]: pgmap v8762: 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-07T09:38:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:45 smithi028 ceph-mon[112123]: pgmap v8762: 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-07T09:38:46.598 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:46.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:46.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:46.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:46.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:47 smithi138 ceph-mon[117003]: from='client.243375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:47 smithi138 ceph-mon[117003]: 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-07T09:38:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:47 smithi161 ceph-mon[116604]: from='client.243375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:47 smithi161 ceph-mon[116604]: 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-07T09:38:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:47 smithi028 ceph-mon[112123]: from='client.243375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:47 smithi028 ceph-mon[112123]: 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-07T09:38:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:48 smithi161 ceph-mon[116604]: 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-07T09:38:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:48 smithi028 ceph-mon[112123]: 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-07T09:38:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:48 smithi138 ceph-mon[117003]: 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-07T09:38:51.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:51.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:51.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:51 smithi138 ceph-mon[117003]: 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-07T09:38:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:51 smithi161 ceph-mon[116604]: 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-07T09:38:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:51 smithi028 ceph-mon[112123]: 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-07T09:38:52.381 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:52.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:52.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:52.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:52.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:53 smithi138 ceph-mon[117003]: from='client.243453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:53 smithi138 ceph-mon[117003]: 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-07T09:38:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:53 smithi161 ceph-mon[116604]: from='client.243453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:53.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:53 smithi161 ceph-mon[116604]: 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-07T09:38:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:53 smithi028 ceph-mon[112123]: from='client.243453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:53 smithi028 ceph-mon[112123]: 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-07T09:38:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:55 smithi138 ceph-mon[117003]: pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:55 smithi161 ceph-mon[116604]: pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:55 smithi028 ceph-mon[112123]: pgmap v8767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:38:57.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:38:57.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:38:57.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:38:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:57 smithi138 ceph-mon[117003]: pgmap v8768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:57 smithi161 ceph-mon[116604]: pgmap v8768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:57 smithi028 ceph-mon[112123]: pgmap v8768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:58.160 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:38:58.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:38:58.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:38:58.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:38:58.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:38:58.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:58 smithi138 ceph-mon[117003]: from='client.243525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:58 smithi161 ceph-mon[116604]: from='client.243525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:58 smithi028 ceph-mon[112123]: from='client.243525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:38:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:38:59 smithi138 ceph-mon[117003]: pgmap v8769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:38:59 smithi161 ceph-mon[116604]: pgmap v8769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:38:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:38:59 smithi028 ceph-mon[112123]: pgmap v8769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:01 smithi138 ceph-mon[117003]: pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:01 smithi161 ceph-mon[116604]: pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:01.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:01 smithi028 ceph-mon[112123]: pgmap v8770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:03.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:03.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:03.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:03 smithi138 ceph-mon[117003]: pgmap v8771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:03.929 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:03.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:03.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:03.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:03.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:03 smithi161 ceph-mon[116604]: pgmap v8771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:03 smithi028 ceph-mon[112123]: pgmap v8771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:04.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:04 smithi138 ceph-mon[117003]: from='client.243600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:04 smithi161 ceph-mon[116604]: from='client.243600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:04 smithi028 ceph-mon[112123]: from='client.243600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:05 smithi138 ceph-mon[117003]: pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:05 smithi161 ceph-mon[116604]: pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:05 smithi028 ceph-mon[112123]: pgmap v8772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:07 smithi138 ceph-mon[117003]: 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-07T09:39:07.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:07 smithi161 ceph-mon[116604]: 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-07T09:39:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:07 smithi028 ceph-mon[112123]: 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-07T09:39:08.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:08.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:08.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:08 smithi161 ceph-mon[116604]: 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-07T09:39:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:08 smithi028 ceph-mon[112123]: 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-07T09:39:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:08 smithi138 ceph-mon[117003]: 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-07T09:39:09.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:09.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:09.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:09.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:09.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:09 smithi161 ceph-mon[116604]: from='client.243672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:09 smithi028 ceph-mon[112123]: from='client.243672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:09 smithi138 ceph-mon[117003]: from='client.243672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:10 smithi161 ceph-mon[116604]: pgmap v8775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:11.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:10 smithi028 ceph-mon[112123]: pgmap v8775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:10 smithi138 ceph-mon[117003]: pgmap v8775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:13 smithi138 ceph-mon[117003]: pgmap v8776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:13.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:13 smithi161 ceph-mon[116604]: pgmap v8776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:13 smithi028 ceph-mon[112123]: pgmap v8776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:14.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:14.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:14.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:15.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:15.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:15.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:15.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:15.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:15 smithi138 ceph-mon[117003]: pgmap v8777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:15 smithi161 ceph-mon[116604]: pgmap v8777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:15 smithi028 ceph-mon[112123]: pgmap v8777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:16.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:16 smithi138 ceph-mon[117003]: from='client.243747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:16.945 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:16 smithi161 ceph-mon[116604]: from='client.243747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:16 smithi028 ceph-mon[112123]: from='client.243747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:17 smithi138 ceph-mon[117003]: pgmap v8778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:17 smithi161 ceph-mon[116604]: pgmap v8778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:17 smithi028 ceph-mon[112123]: pgmap v8778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:18 smithi161 ceph-mon[116604]: pgmap v8779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:18 smithi028 ceph-mon[112123]: pgmap v8779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:18 smithi138 ceph-mon[117003]: pgmap v8779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:20.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:20.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:20.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:21.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:21.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:21.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:21.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:21.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:21 smithi138 ceph-mon[117003]: pgmap v8780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:21 smithi161 ceph-mon[116604]: pgmap v8780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:21 smithi028 ceph-mon[112123]: pgmap v8780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:22.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:22 smithi138 ceph-mon[117003]: from='client.243825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:22 smithi161 ceph-mon[116604]: from='client.243825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:22.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:22 smithi028 ceph-mon[112123]: from='client.243825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:23 smithi138 ceph-mon[117003]: 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-07T09:39:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:23 smithi161 ceph-mon[116604]: 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-07T09:39:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:23 smithi028 ceph-mon[112123]: 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-07T09:39:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:25 smithi138 ceph-mon[117003]: 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-07T09:39:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:39:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:25 smithi161 ceph-mon[116604]: 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-07T09:39:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:39:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:25 smithi028 ceph-mon[112123]: 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-07T09:39:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:39:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:26.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:26.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:26.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:39:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:39:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:39:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:39:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:39:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:39:26.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:39:27.027 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:27.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:27.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:27.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:27.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:27 smithi138 ceph-mon[117003]: 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-07T09:39:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:27 smithi138 ceph-mon[117003]: from='client.243903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:27 smithi161 ceph-mon[116604]: 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-07T09:39:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:27 smithi161 ceph-mon[116604]: from='client.243903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:28.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:27 smithi028 ceph-mon[112123]: 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-07T09:39:28.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:27 smithi028 ceph-mon[112123]: from='client.243903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:28 smithi161 ceph-mon[116604]: 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-07T09:39:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:28 smithi028 ceph-mon[112123]: 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-07T09:39:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:28 smithi138 ceph-mon[117003]: 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-07T09:39:31.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:31 smithi138 ceph-mon[117003]: 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-07T09:39:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:31 smithi161 ceph-mon[116604]: 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-07T09:39:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:31 smithi028 ceph-mon[112123]: 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-07T09:39:32.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:32.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:32.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:32.809 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:32.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:32.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:32.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:32.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:33 smithi138 ceph-mon[117003]: from='client.243975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:33 smithi138 ceph-mon[117003]: 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-07T09:39:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:33 smithi161 ceph-mon[116604]: from='client.243975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:33 smithi161 ceph-mon[116604]: 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-07T09:39:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:33 smithi028 ceph-mon[112123]: from='client.243975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:33 smithi028 ceph-mon[112123]: 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-07T09:39:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:35 smithi138 ceph-mon[117003]: pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:35.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:35 smithi161 ceph-mon[116604]: pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:35.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:35 smithi028 ceph-mon[112123]: pgmap v8787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:37 smithi138 ceph-mon[117003]: pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:37.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:37.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:37.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:37 smithi161 ceph-mon[116604]: pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:37 smithi028 ceph-mon[112123]: pgmap v8788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:38.572 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:38.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:38.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:38.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:38.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:38 smithi161 ceph-mon[116604]: from='client.244050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:38 smithi161 ceph-mon[116604]: pgmap v8789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:38 smithi028 ceph-mon[112123]: from='client.244050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:39.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:38 smithi028 ceph-mon[112123]: pgmap v8789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:38 smithi138 ceph-mon[117003]: from='client.244050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:38 smithi138 ceph-mon[117003]: pgmap v8789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:41.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:41 smithi138 ceph-mon[117003]: pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:41.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:41 smithi161 ceph-mon[116604]: pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:41.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:41 smithi028 ceph-mon[112123]: pgmap v8790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:39:43.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:43.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:43.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:43 smithi138 ceph-mon[117003]: pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:43 smithi161 ceph-mon[116604]: pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:43 smithi028 ceph-mon[112123]: pgmap v8791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:44.360 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:44.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:44.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:44.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:44.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:45 smithi138 ceph-mon[117003]: from='client.244122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:45 smithi138 ceph-mon[117003]: pgmap v8792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:39:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:45 smithi161 ceph-mon[116604]: from='client.244122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:45.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:45 smithi161 ceph-mon[116604]: pgmap v8792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:39:45.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:45 smithi028 ceph-mon[112123]: from='client.244122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:45.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:45 smithi028 ceph-mon[112123]: pgmap v8792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T09:39:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:47 smithi138 ceph-mon[117003]: pgmap v8793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T09:39:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:47 smithi161 ceph-mon[116604]: pgmap v8793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T09:39:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:47 smithi028 ceph-mon[112123]: pgmap v8793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T09:39:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:48 smithi161 ceph-mon[116604]: pgmap v8794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T09:39:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:48 smithi028 ceph-mon[112123]: pgmap v8794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T09:39:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:48 smithi138 ceph-mon[117003]: pgmap v8794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T09:39:49.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:49.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:49.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:50.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:50.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:50.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:50.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:50.154 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:49 smithi161 ceph-mon[116604]: from='client.244197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:49 smithi028 ceph-mon[112123]: from='client.244197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:49 smithi138 ceph-mon[117003]: from='client.244197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:50 smithi161 ceph-mon[116604]: pgmap v8795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:50 smithi028 ceph-mon[112123]: pgmap v8795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:50 smithi138 ceph-mon[117003]: pgmap v8795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:53 smithi138 ceph-mon[117003]: pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:53 smithi161 ceph-mon[116604]: pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:53 smithi028 ceph-mon[112123]: pgmap v8796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:39:55.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:39:55.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:39:55.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:39:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:55 smithi138 ceph-mon[117003]: pgmap v8797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:55 smithi161 ceph-mon[116604]: pgmap v8797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:55.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:39:55.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:39:55.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:39:55.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:39:55.958 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:39:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:55 smithi028 ceph-mon[112123]: pgmap v8797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:39:56.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:56 smithi138 ceph-mon[117003]: from='client.244275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:56 smithi161 ceph-mon[116604]: from='client.244275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:56 smithi028 ceph-mon[112123]: from='client.244275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:39:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:57 smithi138 ceph-mon[117003]: pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:39:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:57 smithi161 ceph-mon[116604]: pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:39:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:57 smithi028 ceph-mon[112123]: pgmap v8798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:39:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:39:58 smithi161 ceph-mon[116604]: pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:39:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:39:58 smithi028 ceph-mon[112123]: pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:39:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:39:58 smithi138 ceph-mon[117003]: pgmap v8799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:40:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T09:40:00.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T09:40:00.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T09:40:00.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:00.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:00.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:01 smithi161 ceph-mon[116604]: pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:40:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:01 smithi028 ceph-mon[112123]: pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:40:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:01 smithi138 ceph-mon[117003]: pgmap v8800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:40:01.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:01.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:01.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:01.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:01.737 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:02 smithi161 ceph-mon[116604]: from='client.244350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:02.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:02 smithi028 ceph-mon[112123]: from='client.244350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:02.549 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:02 smithi138 ceph-mon[117003]: from='client.244350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:03 smithi161 ceph-mon[116604]: 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-07T09:40:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:03 smithi028 ceph-mon[112123]: 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-07T09:40:03.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:03 smithi138 ceph-mon[117003]: 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-07T09:40:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:05 smithi138 ceph-mon[117003]: 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-07T09:40:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:05 smithi161 ceph-mon[116604]: 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-07T09:40:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:05 smithi028 ceph-mon[112123]: 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-07T09:40:06.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:06.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:06.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:07.513 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:07.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:07.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:07.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:07.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:07.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:07 smithi138 ceph-mon[117003]: 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-07T09:40:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:07 smithi161 ceph-mon[116604]: 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-07T09:40:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:07 smithi028 ceph-mon[112123]: 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-07T09:40:08.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:08 smithi138 ceph-mon[117003]: from='client.244428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:08 smithi161 ceph-mon[116604]: from='client.244428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:08 smithi028 ceph-mon[112123]: from='client.244428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:09 smithi138 ceph-mon[117003]: 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-07T09:40:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:09 smithi161 ceph-mon[116604]: 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-07T09:40:09.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:09 smithi028 ceph-mon[112123]: 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-07T09:40:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:11 smithi138 ceph-mon[117003]: 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-07T09:40:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:11 smithi161 ceph-mon[116604]: 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-07T09:40:11.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:11 smithi028 ceph-mon[112123]: 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-07T09:40:12.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:12.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:12.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:13.290 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:13.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:13.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:13.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:13.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:13.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:13 smithi138 ceph-mon[117003]: 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-07T09:40:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:13 smithi161 ceph-mon[116604]: 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-07T09:40:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:13 smithi028 ceph-mon[112123]: 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-07T09:40:14.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:14 smithi138 ceph-mon[117003]: from='client.244503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:14.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:14 smithi161 ceph-mon[116604]: from='client.244503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:14 smithi028 ceph-mon[112123]: from='client.244503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:15 smithi138 ceph-mon[117003]: pgmap v8807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:40:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:15 smithi161 ceph-mon[116604]: pgmap v8807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:40:15.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:15 smithi028 ceph-mon[112123]: pgmap v8807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:40:17.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:17 smithi138 ceph-mon[117003]: pgmap v8808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:17 smithi161 ceph-mon[116604]: pgmap v8808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:17 smithi028 ceph-mon[112123]: pgmap v8808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:18.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:18.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:18.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:19.065 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:19.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:19.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:19.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:19.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:18 smithi161 ceph-mon[116604]: pgmap v8809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:18 smithi161 ceph-mon[116604]: from='client.244575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:18 smithi028 ceph-mon[112123]: pgmap v8809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:18 smithi028 ceph-mon[112123]: from='client.244575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:18 smithi138 ceph-mon[117003]: pgmap v8809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:18 smithi138 ceph-mon[117003]: from='client.244575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:21 smithi138 ceph-mon[117003]: pgmap v8810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:40:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:21 smithi161 ceph-mon[116604]: pgmap v8810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:40:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:21 smithi028 ceph-mon[112123]: pgmap v8810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:40:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:23 smithi138 ceph-mon[117003]: pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:23 smithi161 ceph-mon[116604]: pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:23 smithi028 ceph-mon[112123]: pgmap v8811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:24.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:24.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:24.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:24.842 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:24.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:24.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:24.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:24.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:25 smithi138 ceph-mon[117003]: from='client.244653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:25 smithi138 ceph-mon[117003]: 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-07T09:40:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:25 smithi161 ceph-mon[116604]: from='client.244653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:25 smithi161 ceph-mon[116604]: 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-07T09:40:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:25 smithi028 ceph-mon[112123]: from='client.244653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:25 smithi028 ceph-mon[112123]: 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-07T09:40:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:40:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:40:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:40:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:40:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:40:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:40:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:40:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:40:26.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:40:26.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:40:26.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:40:26.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:40:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:27 smithi138 ceph-mon[117003]: pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:40:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:27 smithi161 ceph-mon[116604]: pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:40:27.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:27 smithi028 ceph-mon[112123]: pgmap v8813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:40:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:28 smithi161 ceph-mon[116604]: pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:40:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:28 smithi028 ceph-mon[112123]: pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:40:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:28 smithi138 ceph-mon[117003]: pgmap v8814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:40:29.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:29.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:29.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:30.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:30.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:30.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:30.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:30.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:31 smithi138 ceph-mon[117003]: from='client.244731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:31 smithi138 ceph-mon[117003]: pgmap v8815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:31 smithi161 ceph-mon[116604]: from='client.244731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:31 smithi161 ceph-mon[116604]: pgmap v8815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:31 smithi028 ceph-mon[112123]: from='client.244731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:31 smithi028 ceph-mon[112123]: pgmap v8815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:33.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:33 smithi138 ceph-mon[117003]: pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:40:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:33 smithi161 ceph-mon[116604]: pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:40:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:33 smithi028 ceph-mon[112123]: pgmap v8816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:40:35.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:35.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:35.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:35 smithi138 ceph-mon[117003]: pgmap v8817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:35 smithi161 ceph-mon[116604]: pgmap v8817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:35 smithi028 ceph-mon[112123]: pgmap v8817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:36.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:36.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:36.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:36.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:36.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:37 smithi138 ceph-mon[117003]: from='client.244809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:37 smithi138 ceph-mon[117003]: 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-07T09:40:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:37 smithi161 ceph-mon[116604]: from='client.244809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:37 smithi161 ceph-mon[116604]: 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-07T09:40:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:37 smithi028 ceph-mon[112123]: from='client.244809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:37 smithi028 ceph-mon[112123]: 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-07T09:40:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:38 smithi161 ceph-mon[116604]: 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-07T09:40:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:38 smithi028 ceph-mon[112123]: 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-07T09:40:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:38 smithi138 ceph-mon[117003]: 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-07T09:40:41.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:41.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:41.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:41 smithi138 ceph-mon[117003]: 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-07T09:40:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:41 smithi161 ceph-mon[116604]: 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-07T09:40:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:41 smithi028 ceph-mon[112123]: 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-07T09:40:42.165 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:42.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:42.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:42.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:42.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:42 smithi138 ceph-mon[117003]: from='client.244878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:42 smithi161 ceph-mon[116604]: from='client.244878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:42 smithi028 ceph-mon[112123]: from='client.244878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:43 smithi138 ceph-mon[117003]: 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-07T09:40:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:43 smithi161 ceph-mon[116604]: 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-07T09:40:43.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:43 smithi028 ceph-mon[112123]: 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-07T09:40:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:45 smithi138 ceph-mon[117003]: 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-07T09:40:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:45 smithi161 ceph-mon[116604]: 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-07T09:40:45.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:45 smithi028 ceph-mon[112123]: 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-07T09:40:47.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:47.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:47.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:47 smithi138 ceph-mon[117003]: 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-07T09:40:47.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:47.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:47.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:47.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:47.937 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:47 smithi161 ceph-mon[116604]: 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-07T09:40:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:47 smithi028 ceph-mon[112123]: 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-07T09:40:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:48 smithi138 ceph-mon[117003]: from='client.244953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:48 smithi161 ceph-mon[116604]: from='client.244953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:48 smithi028 ceph-mon[112123]: from='client.244953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:49 smithi138 ceph-mon[117003]: 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-07T09:40:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:49 smithi161 ceph-mon[116604]: 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-07T09:40:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:49 smithi028 ceph-mon[112123]: 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-07T09:40:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:51 smithi138 ceph-mon[117003]: 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-07T09:40:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:51 smithi161 ceph-mon[116604]: 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-07T09:40:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:51 smithi028 ceph-mon[112123]: 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-07T09:40:52.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:52.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:52.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:53.715 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:53.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:53.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:53.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:53.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:40:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:53 smithi161 ceph-mon[116604]: 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-07T09:40:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:53 smithi028 ceph-mon[112123]: 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-07T09:40:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:53 smithi138 ceph-mon[117003]: 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-07T09:40:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:54 smithi161 ceph-mon[116604]: from='client.245028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:54.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:54 smithi028 ceph-mon[112123]: from='client.245028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:54 smithi138 ceph-mon[117003]: from='client.245028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:40:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:55 smithi161 ceph-mon[116604]: pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:40:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:55 smithi028 ceph-mon[112123]: pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:40:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:55 smithi138 ceph-mon[117003]: pgmap v8827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:40:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:57 smithi161 ceph-mon[116604]: pgmap v8828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:57 smithi028 ceph-mon[112123]: pgmap v8828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:57 smithi138 ceph-mon[117003]: pgmap v8828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:58.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:40:58.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:40:58.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:40:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:58 smithi161 ceph-mon[116604]: pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:58 smithi028 ceph-mon[112123]: pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:58 smithi138 ceph-mon[117003]: pgmap v8829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:40:59.486 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:40:59.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:40:59.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:40:59.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:40:59.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:40:59 smithi161 ceph-mon[116604]: from='client.245103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:40:59 smithi028 ceph-mon[112123]: from='client.245103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:00.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:40:59 smithi138 ceph-mon[117003]: from='client.245103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:00 smithi161 ceph-mon[116604]: pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:41:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:00 smithi028 ceph-mon[112123]: pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:41:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:00 smithi138 ceph-mon[117003]: pgmap v8830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:41:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:03 smithi138 ceph-mon[117003]: pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:41:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:03 smithi161 ceph-mon[116604]: pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:41:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:03 smithi028 ceph-mon[112123]: pgmap v8831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:41:04.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:04.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:04.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:05.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:05.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:05.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:05.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:05.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:05.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:05 smithi138 ceph-mon[117003]: 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-07T09:41:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:05 smithi161 ceph-mon[116604]: 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-07T09:41:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:05 smithi028 ceph-mon[112123]: 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-07T09:41:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:06 smithi138 ceph-mon[117003]: from='client.245178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:06 smithi161 ceph-mon[116604]: from='client.245178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:06.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:06 smithi028 ceph-mon[112123]: from='client.245178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:07 smithi161 ceph-mon[116604]: pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:41:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:07 smithi028 ceph-mon[112123]: pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:41:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:07 smithi138 ceph-mon[117003]: pgmap v8833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:41:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:08 smithi161 ceph-mon[116604]: pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:41:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:08 smithi028 ceph-mon[112123]: pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:41:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:08 smithi138 ceph-mon[117003]: pgmap v8834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:41:10.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:10.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:10.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:11.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:11.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:11.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:11.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:11.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:11 smithi138 ceph-mon[117003]: pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:41:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:11 smithi138 ceph-mon[117003]: from='client.245253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:11 smithi161 ceph-mon[116604]: pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:41:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:11 smithi161 ceph-mon[116604]: from='client.245253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:11.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:11 smithi028 ceph-mon[112123]: pgmap v8835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:41:11.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:11 smithi028 ceph-mon[112123]: from='client.245253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:13.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:13 smithi138 ceph-mon[117003]: pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:41:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:13 smithi161 ceph-mon[116604]: pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:41:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:13 smithi028 ceph-mon[112123]: pgmap v8836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:41:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:15 smithi138 ceph-mon[117003]: pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:41:15.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:15 smithi161 ceph-mon[116604]: pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:41:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:15 smithi028 ceph-mon[112123]: pgmap v8837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:41:16.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:16.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:16.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:16.821 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:16.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:16.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:16.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:16.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:17 smithi138 ceph-mon[117003]: from='client.245331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:17 smithi138 ceph-mon[117003]: 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-07T09:41:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:17 smithi161 ceph-mon[116604]: from='client.245331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:17 smithi161 ceph-mon[116604]: 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-07T09:41:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:17 smithi028 ceph-mon[112123]: from='client.245331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:17.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:17 smithi028 ceph-mon[112123]: 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-07T09:41:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:18 smithi161 ceph-mon[116604]: 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-07T09:41:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:18 smithi028 ceph-mon[112123]: 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-07T09:41:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:18 smithi138 ceph-mon[117003]: 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-07T09:41:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:21 smithi138 ceph-mon[117003]: 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-07T09:41:21.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:21.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:21.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:21 smithi161 ceph-mon[116604]: 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-07T09:41:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:21 smithi028 ceph-mon[112123]: 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-07T09:41:22.619 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:22.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:22.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:22.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:22.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:23.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:23 smithi138 ceph-mon[117003]: from='client.245403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:23.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:23 smithi138 ceph-mon[117003]: 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-07T09:41:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:23 smithi161 ceph-mon[116604]: from='client.245403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:23 smithi161 ceph-mon[116604]: 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-07T09:41:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:23 smithi028 ceph-mon[112123]: from='client.245403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:23 smithi028 ceph-mon[112123]: 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-07T09:41:25.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:25 smithi138 ceph-mon[117003]: 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-07T09:41:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:25 smithi161 ceph-mon[116604]: 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-07T09:41:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:25 smithi028 ceph-mon[112123]: 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-07T09:41:27.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:27.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:27.621 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:27 smithi028 ceph-mon[112123]: 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-07T09:41:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:41:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:27.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:27 smithi161 ceph-mon[116604]: 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-07T09:41:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:41:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:27 smithi138 ceph-mon[117003]: 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-07T09:41:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:41:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.434 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:28.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:28.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:28.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:28.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:41:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:41:28.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:41:28.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:41:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:28.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:41:28.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:41:28.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:41:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:41:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:41:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:41:29.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:29 smithi161 ceph-mon[116604]: from='client.245481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:29.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:29 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16541M 2023-12-07T09:41:29.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:29 smithi161 ceph-mon[116604]: 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-07T09:41:29.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:29 smithi028 ceph-mon[112123]: from='client.245481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:29.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:29 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16541M 2023-12-07T09:41:29.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:29 smithi028 ceph-mon[112123]: 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-07T09:41:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:29 smithi138 ceph-mon[117003]: from='client.245481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:29 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16541M 2023-12-07T09:41:30.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:29 smithi138 ceph-mon[117003]: 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-07T09:41:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:31 smithi161 ceph-mon[116604]: pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:41:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:31 smithi028 ceph-mon[112123]: pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:41:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:31 smithi138 ceph-mon[117003]: pgmap v8845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:41:33.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:33.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:33.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:33 smithi161 ceph-mon[116604]: pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:41:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:33 smithi028 ceph-mon[112123]: pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:41:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:33 smithi138 ceph-mon[117003]: pgmap v8846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:41:34.230 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:34.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:34.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:34.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:34.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:35 smithi161 ceph-mon[116604]: from='client.245556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:35.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:35 smithi161 ceph-mon[116604]: pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:41:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:35 smithi028 ceph-mon[112123]: from='client.245556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:35.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:35 smithi028 ceph-mon[112123]: pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:41:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:35 smithi138 ceph-mon[117003]: from='client.245556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:35 smithi138 ceph-mon[117003]: pgmap v8847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:41:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:37 smithi161 ceph-mon[116604]: pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:41:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:37 smithi028 ceph-mon[112123]: pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:41:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:37 smithi138 ceph-mon[117003]: pgmap v8848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:41:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:38 smithi161 ceph-mon[116604]: pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:41:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:38 smithi028 ceph-mon[112123]: pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:41:39.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:39.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:39.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:38 smithi138 ceph-mon[117003]: pgmap v8849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:41:40.011 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:40.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:40.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:40.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:40.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:39 smithi161 ceph-mon[116604]: from='client.245634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:39 smithi028 ceph-mon[112123]: from='client.245634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:39 smithi138 ceph-mon[117003]: from='client.245634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:40 smithi161 ceph-mon[116604]: 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-07T09:41:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:40 smithi028 ceph-mon[112123]: 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-07T09:41:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:40 smithi138 ceph-mon[117003]: 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-07T09:41:43.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:43 smithi138 ceph-mon[117003]: pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:41:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:43 smithi161 ceph-mon[116604]: pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:41:43.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:43 smithi028 ceph-mon[112123]: pgmap v8851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:41:45.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:45.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:45.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:45.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:45.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:45.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:45.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:45.777 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:45.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:45 smithi138 ceph-mon[117003]: pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:41:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:45 smithi161 ceph-mon[116604]: pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:41:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:45 smithi028 ceph-mon[112123]: pgmap v8852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:41:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:46 smithi161 ceph-mon[116604]: from='client.245709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:46 smithi028 ceph-mon[112123]: from='client.245709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:46 smithi138 ceph-mon[117003]: from='client.245709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:47 smithi161 ceph-mon[116604]: pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:41:47.974 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:47 smithi028 ceph-mon[112123]: pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:41:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:47 smithi138 ceph-mon[117003]: pgmap v8853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:41:49.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:48 smithi161 ceph-mon[116604]: pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:41:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:48 smithi028 ceph-mon[112123]: pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:41:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:48 smithi138 ceph-mon[117003]: pgmap v8854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:41:50.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:50.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:50.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:51.544 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:51.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:51.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:51.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:51.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:51 smithi138 ceph-mon[117003]: pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:41:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:51 smithi161 ceph-mon[116604]: pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:41:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:51 smithi028 ceph-mon[112123]: pgmap v8855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:41:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:52 smithi161 ceph-mon[116604]: from='client.245784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:52 smithi028 ceph-mon[112123]: from='client.245784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:52 smithi138 ceph-mon[117003]: from='client.245784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:53 smithi161 ceph-mon[116604]: 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-07T09:41:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:53 smithi028 ceph-mon[112123]: 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-07T09:41:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:53 smithi138 ceph-mon[117003]: 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-07T09:41:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:55 smithi161 ceph-mon[116604]: 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-07T09:41:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:55 smithi028 ceph-mon[112123]: 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-07T09:41:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:55 smithi138 ceph-mon[117003]: 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-07T09:41:56.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:41:56.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:41:56.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:41:57.307 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:41:57.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:41:57.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:41:57.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:41:57.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:41:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:57 smithi161 ceph-mon[116604]: 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-07T09:41:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:57 smithi028 ceph-mon[112123]: 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-07T09:41:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:57 smithi138 ceph-mon[117003]: 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-07T09:41:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:58 smithi161 ceph-mon[116604]: from='client.245859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:58 smithi028 ceph-mon[112123]: from='client.245859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:58 smithi138 ceph-mon[117003]: from='client.245859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:41:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:41:59 smithi161 ceph-mon[116604]: 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-07T09:41:59.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:41:59 smithi028 ceph-mon[112123]: 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-07T09:42:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:41:59 smithi138 ceph-mon[117003]: 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-07T09:42:01.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:01 smithi161 ceph-mon[116604]: 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-07T09:42:01.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:01 smithi028 ceph-mon[112123]: 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-07T09:42:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:01 smithi138 ceph-mon[117003]: 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-07T09:42:02.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:02.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:02.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:03.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:03.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:03.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:03.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:03.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:03 smithi161 ceph-mon[116604]: 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-07T09:42:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:03 smithi161 ceph-mon[116604]: from='client.245934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:03 smithi028 ceph-mon[112123]: 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-07T09:42:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:03 smithi028 ceph-mon[112123]: from='client.245934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:03 smithi138 ceph-mon[117003]: 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-07T09:42:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:03 smithi138 ceph-mon[117003]: from='client.245934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:05 smithi161 ceph-mon[116604]: 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-07T09:42:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:05 smithi028 ceph-mon[112123]: 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-07T09:42:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:05 smithi138 ceph-mon[117003]: 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-07T09:42:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:07 smithi161 ceph-mon[116604]: 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-07T09:42:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:07 smithi028 ceph-mon[112123]: 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-07T09:42:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:07 smithi138 ceph-mon[117003]: 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-07T09:42:08.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:08.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:08.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:08.873 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:08.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:08.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:08.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:08.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:08 smithi161 ceph-mon[116604]: from='client.246006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:09.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:08 smithi161 ceph-mon[116604]: 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-07T09:42:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:08 smithi028 ceph-mon[112123]: from='client.246006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:08 smithi028 ceph-mon[112123]: 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-07T09:42:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:08 smithi138 ceph-mon[117003]: from='client.246006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:08 smithi138 ceph-mon[117003]: 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-07T09:42:11.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:11 smithi161 ceph-mon[116604]: pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:42:11.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:11 smithi028 ceph-mon[112123]: pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:42:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:11 smithi138 ceph-mon[117003]: pgmap v8865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:42:13.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:13.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:13.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:13.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:13 smithi161 ceph-mon[116604]: pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:42:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:13 smithi028 ceph-mon[112123]: pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:42:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:13 smithi138 ceph-mon[117003]: pgmap v8866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:42:14.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:14.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:14.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:14.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:14.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:15.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:15 smithi161 ceph-mon[116604]: from='client.246081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:15.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:15 smithi161 ceph-mon[116604]: 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-07T09:42:15.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:15 smithi028 ceph-mon[112123]: from='client.246081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:15.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:15 smithi028 ceph-mon[112123]: 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-07T09:42:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:15 smithi138 ceph-mon[117003]: from='client.246081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:15 smithi138 ceph-mon[117003]: 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-07T09:42:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:17 smithi161 ceph-mon[116604]: 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-07T09:42:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:17 smithi028 ceph-mon[112123]: 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-07T09:42:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:17 smithi138 ceph-mon[117003]: 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-07T09:42:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:18 smithi161 ceph-mon[116604]: 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-07T09:42:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:18 smithi028 ceph-mon[112123]: 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-07T09:42:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:18 smithi138 ceph-mon[117003]: 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-07T09:42:19.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:19.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:19.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:20.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:20.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:20.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:20.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:20.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:21.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:21 smithi161 ceph-mon[116604]: from='client.246153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:21.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:21 smithi161 ceph-mon[116604]: 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-07T09:42:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:21 smithi028 ceph-mon[112123]: from='client.246153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:21 smithi028 ceph-mon[112123]: 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-07T09:42:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:21 smithi138 ceph-mon[117003]: from='client.246153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:21 smithi138 ceph-mon[117003]: 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-07T09:42:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:23 smithi161 ceph-mon[116604]: pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:42:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:23 smithi028 ceph-mon[112123]: pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:42:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:23 smithi138 ceph-mon[117003]: pgmap v8871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:42:25.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:25.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:25.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:25 smithi161 ceph-mon[116604]: pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:42:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:25 smithi028 ceph-mon[112123]: pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:42:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:25 smithi138 ceph-mon[117003]: pgmap v8872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:42:26.213 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:26.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:26.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:26.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:26.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:26 smithi161 ceph-mon[116604]: from='client.246231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:26 smithi028 ceph-mon[112123]: from='client.246231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:26 smithi138 ceph-mon[117003]: from='client.246231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:27 smithi161 ceph-mon[116604]: 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-07T09:42:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:27 smithi028 ceph-mon[112123]: 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-07T09:42:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:27 smithi138 ceph-mon[117003]: 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-07T09:42:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:42:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:28 smithi161 ceph-mon[116604]: 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-07T09:42:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:42:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:42:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:42:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:42:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:28 smithi028 ceph-mon[112123]: 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-07T09:42:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:42:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:42:29.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:42:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:42:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:28 smithi138 ceph-mon[117003]: 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-07T09:42:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:42:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:42:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:42:31.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:31.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:31.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:31 smithi161 ceph-mon[116604]: 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-07T09:42:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:31 smithi028 ceph-mon[112123]: 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-07T09:42:31.984 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:31.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:31.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:31.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:31.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:31 smithi138 ceph-mon[117003]: 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-07T09:42:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:32 smithi161 ceph-mon[116604]: from='client.246306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:32 smithi028 ceph-mon[112123]: from='client.246306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:32 smithi138 ceph-mon[117003]: from='client.246306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:33 smithi161 ceph-mon[116604]: 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-07T09:42:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:33 smithi028 ceph-mon[112123]: 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-07T09:42:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:33 smithi138 ceph-mon[117003]: 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-07T09:42:35.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:35 smithi161 ceph-mon[116604]: 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-07T09:42:35.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:35 smithi028 ceph-mon[112123]: 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-07T09:42:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:35 smithi138 ceph-mon[117003]: 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-07T09:42:36.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:36.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:36.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:37.754 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:37.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:37.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:37.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:37.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:37 smithi161 ceph-mon[116604]: 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-07T09:42:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:37 smithi028 ceph-mon[112123]: 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-07T09:42:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:37 smithi138 ceph-mon[117003]: 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-07T09:42:38.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:38 smithi161 ceph-mon[116604]: from='client.246381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:38 smithi028 ceph-mon[112123]: from='client.246381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:38 smithi138 ceph-mon[117003]: from='client.246381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:39 smithi161 ceph-mon[116604]: 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-07T09:42:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:39 smithi028 ceph-mon[112123]: 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-07T09:42:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:39 smithi138 ceph-mon[117003]: 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-07T09:42:41.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:41 smithi161 ceph-mon[116604]: 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-07T09:42:41.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:41 smithi028 ceph-mon[112123]: 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-07T09:42:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:41 smithi138 ceph-mon[117003]: 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-07T09:42:42.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:42.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:42.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:43.528 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:43.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:43.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:43.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:43.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:43 smithi161 ceph-mon[116604]: 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-07T09:42:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:43 smithi028 ceph-mon[112123]: 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-07T09:42:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:43 smithi138 ceph-mon[117003]: 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-07T09:42:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:44 smithi161 ceph-mon[116604]: from='client.246453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:44.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:44 smithi028 ceph-mon[112123]: from='client.246453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:44 smithi138 ceph-mon[117003]: from='client.246453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:45 smithi161 ceph-mon[116604]: 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-07T09:42:45.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:45 smithi028 ceph-mon[112123]: 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-07T09:42:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:45 smithi138 ceph-mon[117003]: 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-07T09:42:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:47 smithi161 ceph-mon[116604]: 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-07T09:42:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:47 smithi028 ceph-mon[112123]: 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-07T09:42:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:47 smithi138 ceph-mon[117003]: 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-07T09:42:48.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:48.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:48.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:48 smithi161 ceph-mon[116604]: 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-07T09:42:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:48 smithi028 ceph-mon[112123]: 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-07T09:42:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:48 smithi138 ceph-mon[117003]: 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-07T09:42:49.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:49.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:49.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:49.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:49.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:50.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:49 smithi161 ceph-mon[116604]: from='client.246528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:50.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:49 smithi028 ceph-mon[112123]: from='client.246528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:49 smithi138 ceph-mon[117003]: from='client.246528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:50 smithi161 ceph-mon[116604]: pgmap v8885: 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-07T09:42:51.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:50 smithi028 ceph-mon[112123]: pgmap v8885: 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-07T09:42:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:50 smithi138 ceph-mon[117003]: pgmap v8885: 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-07T09:42:53.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:53 smithi161 ceph-mon[116604]: pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:42:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:53 smithi028 ceph-mon[112123]: pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:42:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:53 smithi138 ceph-mon[117003]: pgmap v8886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:42:54.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:42:54.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:42:54.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:42:55.113 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:42:55.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:42:55.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:42:55.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:42:55.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:42:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:55 smithi161 ceph-mon[116604]: 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-07T09:42:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:55 smithi161 ceph-mon[116604]: from='client.246606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:55 smithi028 ceph-mon[112123]: 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-07T09:42:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:55 smithi028 ceph-mon[112123]: from='client.246606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:55 smithi138 ceph-mon[117003]: 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-07T09:42:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:55 smithi138 ceph-mon[117003]: from='client.246606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:42:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:57 smithi161 ceph-mon[116604]: 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-07T09:42:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:57 smithi028 ceph-mon[112123]: 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-07T09:42:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:57 smithi138 ceph-mon[117003]: 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-07T09:42:59.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:42:58 smithi161 ceph-mon[116604]: 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-07T09:42:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:42:58 smithi028 ceph-mon[112123]: 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-07T09:42:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:42:58 smithi138 ceph-mon[117003]: 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-07T09:43:00.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:00.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:00.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:00.887 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:00.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:00.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:00.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:00.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:01.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:01 smithi161 ceph-mon[116604]: from='client.246681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:01.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:01 smithi161 ceph-mon[116604]: 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-07T09:43:01.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:01 smithi028 ceph-mon[112123]: from='client.246681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:01.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:01 smithi028 ceph-mon[112123]: 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-07T09:43:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:01 smithi138 ceph-mon[117003]: from='client.246681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:01 smithi138 ceph-mon[117003]: 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-07T09:43:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:03 smithi161 ceph-mon[116604]: pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:43:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:03 smithi028 ceph-mon[112123]: pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:43:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:03 smithi138 ceph-mon[117003]: pgmap v8891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:43:05.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:05.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:05.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:05 smithi161 ceph-mon[116604]: pgmap v8892: 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-07T09:43:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:05 smithi028 ceph-mon[112123]: pgmap v8892: 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-07T09:43:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:05 smithi138 ceph-mon[117003]: pgmap v8892: 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-07T09:43:06.661 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:06.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:06.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:06.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:06.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:07.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:07 smithi161 ceph-mon[116604]: from='client.246759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:07.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:07 smithi161 ceph-mon[116604]: 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-07T09:43:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:07 smithi028 ceph-mon[112123]: from='client.246759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:07 smithi028 ceph-mon[112123]: 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-07T09:43:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:07 smithi138 ceph-mon[117003]: from='client.246759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:07 smithi138 ceph-mon[117003]: 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-07T09:43:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:08 smithi161 ceph-mon[116604]: 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-07T09:43:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:08 smithi028 ceph-mon[112123]: 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-07T09:43:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:08 smithi138 ceph-mon[117003]: 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-07T09:43:11.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:11.665 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:11.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:11.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:11 smithi161 ceph-mon[116604]: 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-07T09:43:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:11 smithi028 ceph-mon[112123]: 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-07T09:43:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:11 smithi138 ceph-mon[117003]: 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-07T09:43:12.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:12.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:12.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:12.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:12.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:13 smithi161 ceph-mon[116604]: from='client.246834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:13 smithi161 ceph-mon[116604]: 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-07T09:43:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:13 smithi028 ceph-mon[112123]: from='client.246834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:13 smithi028 ceph-mon[112123]: 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-07T09:43:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:13 smithi138 ceph-mon[117003]: from='client.246834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:13 smithi138 ceph-mon[117003]: 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-07T09:43:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:15 smithi161 ceph-mon[116604]: 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-07T09:43:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:15 smithi028 ceph-mon[112123]: 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-07T09:43:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:15 smithi138 ceph-mon[117003]: 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-07T09:43:17.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:17.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:17.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:17 smithi161 ceph-mon[116604]: 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-07T09:43:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:17 smithi028 ceph-mon[112123]: 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-07T09:43:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:17 smithi138 ceph-mon[117003]: 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-07T09:43:18.198 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:18.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:18.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:18.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:18.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:18 smithi161 ceph-mon[116604]: from='client.246909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:18 smithi028 ceph-mon[112123]: from='client.246909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:18 smithi138 ceph-mon[117003]: from='client.246909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:19 smithi161 ceph-mon[116604]: 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-07T09:43:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:19 smithi028 ceph-mon[112123]: 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-07T09:43:20.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:19 smithi138 ceph-mon[117003]: 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-07T09:43:21.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:21 smithi161 ceph-mon[116604]: 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-07T09:43:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:21 smithi028 ceph-mon[112123]: 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-07T09:43:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:21 smithi138 ceph-mon[117003]: 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-07T09:43:23.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:23.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:23.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:23 smithi161 ceph-mon[116604]: 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-07T09:43:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:23 smithi028 ceph-mon[112123]: 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-07T09:43:23.980 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:23.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:23.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:23.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:23.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:23 smithi138 ceph-mon[117003]: 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-07T09:43:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:24 smithi161 ceph-mon[116604]: from='client.246984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:24 smithi028 ceph-mon[112123]: from='client.246984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:24 smithi138 ceph-mon[117003]: from='client.246984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:25 smithi161 ceph-mon[116604]: 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-07T09:43:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:25 smithi028 ceph-mon[112123]: 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-07T09:43:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:25 smithi138 ceph-mon[117003]: 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-07T09:43:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:27 smithi161 ceph-mon[116604]: 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-07T09:43:27.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:27 smithi028 ceph-mon[112123]: 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-07T09:43:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:27 smithi138 ceph-mon[117003]: 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-07T09:43:28.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:28.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:28.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:28 smithi161 ceph-mon[116604]: 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-07T09:43:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:28 smithi028 ceph-mon[112123]: 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-07T09:43:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:28 smithi138 ceph-mon[117003]: 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-07T09:43:29.806 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:29.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:29.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:29.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:29.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:30.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:43:30.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:29 smithi161 ceph-mon[116604]: from='client.247059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:30.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:43:30.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:43:30.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:43:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:43:30.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:29 smithi028 ceph-mon[112123]: from='client.247059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:30.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:43:30.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:43:30.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:43:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:43:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:29 smithi138 ceph-mon[117003]: from='client.247059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:43:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:43:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:43:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:30 smithi028 ceph-mon[112123]: 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-07T09:43:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:30 smithi138 ceph-mon[117003]: 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-07T09:43:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:30 smithi161 ceph-mon[116604]: 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-07T09:43:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:33 smithi161 ceph-mon[116604]: 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-07T09:43:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:33 smithi028 ceph-mon[112123]: 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-07T09:43:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:33 smithi138 ceph-mon[117003]: 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-07T09:43:34.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:34.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:34.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:35.580 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:35.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:35.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:35.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:35.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:35.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:35 smithi161 ceph-mon[116604]: 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-07T09:43:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:35 smithi028 ceph-mon[112123]: 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-07T09:43:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:35 smithi138 ceph-mon[117003]: 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-07T09:43:36.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:36 smithi161 ceph-mon[116604]: from='client.247134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:36.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:36 smithi028 ceph-mon[112123]: from='client.247134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:36 smithi138 ceph-mon[117003]: from='client.247134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:37 smithi161 ceph-mon[116604]: 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-07T09:43:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:37 smithi028 ceph-mon[112123]: 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-07T09:43:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:37 smithi138 ceph-mon[117003]: 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-07T09:43:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:38 smithi161 ceph-mon[116604]: 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-07T09:43:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:38 smithi028 ceph-mon[112123]: 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-07T09:43:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:38 smithi138 ceph-mon[117003]: 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-07T09:43:40.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:40.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:40.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:41.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:41.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:41.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:41.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:41.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:41.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:41 smithi161 ceph-mon[116604]: 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-07T09:43:41.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:41 smithi028 ceph-mon[112123]: 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-07T09:43:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:41 smithi138 ceph-mon[117003]: 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-07T09:43:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:42 smithi161 ceph-mon[116604]: from='client.247212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:42.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:42 smithi028 ceph-mon[112123]: from='client.247212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:42 smithi138 ceph-mon[117003]: from='client.247212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:43 smithi161 ceph-mon[116604]: 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-07T09:43:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:43 smithi028 ceph-mon[112123]: 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-07T09:43:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:43 smithi138 ceph-mon[117003]: 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-07T09:43:45.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:45 smithi161 ceph-mon[116604]: 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-07T09:43:45.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:45 smithi028 ceph-mon[112123]: 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-07T09:43:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:45 smithi138 ceph-mon[117003]: 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-07T09:43:46.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:46.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:46.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:47.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:47.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:47.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:47.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:47.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:47 smithi161 ceph-mon[116604]: 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-07T09:43:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:47 smithi161 ceph-mon[116604]: from='client.247287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:47 smithi028 ceph-mon[112123]: 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-07T09:43:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:47 smithi028 ceph-mon[112123]: from='client.247287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:47 smithi138 ceph-mon[117003]: 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-07T09:43:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:47 smithi138 ceph-mon[117003]: from='client.247287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:48 smithi161 ceph-mon[116604]: 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-07T09:43:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:48 smithi028 ceph-mon[112123]: 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-07T09:43:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:48 smithi138 ceph-mon[117003]: 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-07T09:43:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:51 smithi161 ceph-mon[116604]: 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-07T09:43:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:51 smithi028 ceph-mon[112123]: 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-07T09:43:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:51 smithi138 ceph-mon[117003]: 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-07T09:43:52.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:52.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:52.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:52.919 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:52.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:52.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:52.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:52.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:53.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:53 smithi161 ceph-mon[116604]: 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-07T09:43:53.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:53 smithi161 ceph-mon[116604]: from='client.247365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:53 smithi028 ceph-mon[112123]: 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-07T09:43:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:53 smithi028 ceph-mon[112123]: from='client.247365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:53 smithi138 ceph-mon[117003]: 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-07T09:43:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:53 smithi138 ceph-mon[117003]: from='client.247365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:55 smithi161 ceph-mon[116604]: 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-07T09:43:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:55 smithi028 ceph-mon[112123]: 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-07T09:43:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:55 smithi138 ceph-mon[117003]: 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-07T09:43:57.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:43:57.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:43:57.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:43:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:57 smithi161 ceph-mon[116604]: 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-07T09:43:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:57 smithi028 ceph-mon[112123]: 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-07T09:43:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:57 smithi138 ceph-mon[117003]: 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-07T09:43:58.706 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:43:58.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:43:58.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:43:58.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:43:58.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:43:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:58 smithi028 ceph-mon[112123]: from='client.247440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:43:58 smithi028 ceph-mon[112123]: 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-07T09:43:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:58 smithi138 ceph-mon[117003]: from='client.247440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:43:58 smithi138 ceph-mon[117003]: 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-07T09:43:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:58 smithi161 ceph-mon[116604]: from='client.247440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:43:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:43:58 smithi161 ceph-mon[116604]: 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-07T09:44:01.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:01 smithi161 ceph-mon[116604]: 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-07T09:44:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:01 smithi028 ceph-mon[112123]: 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-07T09:44:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:01 smithi138 ceph-mon[117003]: 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-07T09:44:03.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:03.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:03.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:03 smithi161 ceph-mon[116604]: 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-07T09:44:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:03 smithi028 ceph-mon[112123]: 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-07T09:44:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:03 smithi138 ceph-mon[117003]: 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-07T09:44:04.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:04.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:04.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:04.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:04.486 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:05 smithi161 ceph-mon[116604]: from='client.247515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:05 smithi161 ceph-mon[116604]: pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:44:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:05 smithi028 ceph-mon[112123]: from='client.247515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:05 smithi028 ceph-mon[112123]: pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:44:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:05 smithi138 ceph-mon[117003]: from='client.247515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:05 smithi138 ceph-mon[117003]: pgmap v8922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:44:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:07 smithi161 ceph-mon[116604]: pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:44:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:07 smithi028 ceph-mon[112123]: pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:44:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:07 smithi138 ceph-mon[117003]: pgmap v8923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:44:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:08 smithi028 ceph-mon[112123]: pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:44:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:08 smithi138 ceph-mon[117003]: pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:44:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:08 smithi161 ceph-mon[116604]: pgmap v8924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:44:09.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:09.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:09.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:10.276 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:10.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:10.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:10.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:10.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:11 smithi161 ceph-mon[116604]: from='client.247593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:11.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:11 smithi161 ceph-mon[116604]: 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-07T09:44:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:11 smithi028 ceph-mon[112123]: from='client.247593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:11.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:11 smithi028 ceph-mon[112123]: 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-07T09:44:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:11 smithi138 ceph-mon[117003]: from='client.247593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:11 smithi138 ceph-mon[117003]: 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-07T09:44:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:13 smithi161 ceph-mon[116604]: 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-07T09:44:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:13 smithi028 ceph-mon[112123]: 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-07T09:44:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:13 smithi138 ceph-mon[117003]: 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-07T09:44:15.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:15.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:15.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:15.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:15 smithi161 ceph-mon[116604]: 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-07T09:44:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:15 smithi028 ceph-mon[112123]: 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-07T09:44:16.039 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:16.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:16.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:16.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:16.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:15 smithi138 ceph-mon[117003]: 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-07T09:44:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:16 smithi161 ceph-mon[116604]: from='client.247671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:16 smithi028 ceph-mon[112123]: from='client.247671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:17.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:16 smithi138 ceph-mon[117003]: from='client.247671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:17 smithi161 ceph-mon[116604]: pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:44:17.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:17 smithi028 ceph-mon[112123]: pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:44:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:17 smithi138 ceph-mon[117003]: pgmap v8928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:44:19.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:18 smithi028 ceph-mon[112123]: pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:44:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:18 smithi138 ceph-mon[117003]: pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:44:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:18 smithi161 ceph-mon[116604]: pgmap v8929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:44:21.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:21.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:21.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:21.810 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:21.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:21.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:21.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:21.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:21 smithi161 ceph-mon[116604]: pgmap v8930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:44:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:21 smithi028 ceph-mon[112123]: pgmap v8930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:44:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:21 smithi138 ceph-mon[117003]: pgmap v8930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:44:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:22 smithi161 ceph-mon[116604]: from='client.247749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:22.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:22 smithi028 ceph-mon[112123]: from='client.247749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:22 smithi138 ceph-mon[117003]: from='client.247749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:23 smithi161 ceph-mon[116604]: 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-07T09:44:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:23 smithi028 ceph-mon[112123]: 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-07T09:44:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:23 smithi138 ceph-mon[117003]: 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-07T09:44:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:25 smithi161 ceph-mon[116604]: 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-07T09:44:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:25 smithi028 ceph-mon[112123]: 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-07T09:44:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:25 smithi138 ceph-mon[117003]: 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-07T09:44:26.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:26.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:26.813 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:27.579 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:27.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:27.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:27.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:27.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:27 smithi161 ceph-mon[116604]: 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-07T09:44:27.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:27 smithi028 ceph-mon[112123]: 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-07T09:44:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:27 smithi138 ceph-mon[117003]: 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-07T09:44:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:28 smithi161 ceph-mon[116604]: from='client.247827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:28 smithi028 ceph-mon[112123]: from='client.247827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:29.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:28 smithi138 ceph-mon[117003]: from='client.247827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:29 smithi161 ceph-mon[116604]: 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-07T09:44:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:29 smithi028 ceph-mon[112123]: 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-07T09:44:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:29 smithi138 ceph-mon[117003]: 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-07T09:44:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:44:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:44:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:44:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:44:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:44:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:44:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:44:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:44:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:44:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:44:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:44:31.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:44:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:31 smithi161 ceph-mon[116604]: 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-07T09:44:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:31 smithi028 ceph-mon[112123]: 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-07T09:44:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:31 smithi138 ceph-mon[117003]: 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-07T09:44:32.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:32.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:32.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:33.371 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:33.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:33.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:33.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:33.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:33 smithi161 ceph-mon[116604]: 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-07T09:44:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:33 smithi028 ceph-mon[112123]: 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-07T09:44:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:33 smithi138 ceph-mon[117003]: 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-07T09:44:34.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:34 smithi161 ceph-mon[116604]: from='client.247902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:34 smithi028 ceph-mon[112123]: from='client.247902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:34 smithi138 ceph-mon[117003]: from='client.247902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:35.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:35 smithi161 ceph-mon[116604]: 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-07T09:44:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:35 smithi028 ceph-mon[112123]: 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-07T09:44:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:35 smithi138 ceph-mon[117003]: 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-07T09:44:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:37 smithi161 ceph-mon[116604]: 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-07T09:44:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:37 smithi028 ceph-mon[112123]: 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-07T09:44:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:37 smithi138 ceph-mon[117003]: 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-07T09:44:38.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:38.373 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:38.373 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:39.147 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:39.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:39.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:39.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:39.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:38 smithi028 ceph-mon[112123]: 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-07T09:44:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:38 smithi028 ceph-mon[112123]: from='client.247980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:38 smithi138 ceph-mon[117003]: 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-07T09:44:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:38 smithi138 ceph-mon[117003]: from='client.247980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:38 smithi161 ceph-mon[116604]: 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-07T09:44:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:38 smithi161 ceph-mon[116604]: from='client.247980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:41 smithi161 ceph-mon[116604]: 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-07T09:44:41.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:41 smithi028 ceph-mon[112123]: 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-07T09:44:42.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:41 smithi138 ceph-mon[117003]: 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-07T09:44:43.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:43 smithi161 ceph-mon[116604]: 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-07T09:44:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:43 smithi028 ceph-mon[112123]: 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-07T09:44:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:43 smithi138 ceph-mon[117003]: 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-07T09:44:44.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:44.149 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:44.149 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:44.923 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:44.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:44.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:44.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:44.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:45.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:45 smithi161 ceph-mon[116604]: from='client.248058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:45.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:45 smithi161 ceph-mon[116604]: pgmap v8942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:44:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:45 smithi028 ceph-mon[112123]: from='client.248058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:45.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:45 smithi028 ceph-mon[112123]: pgmap v8942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:44:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:45 smithi138 ceph-mon[117003]: from='client.248058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:45 smithi138 ceph-mon[117003]: pgmap v8942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:44:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:47 smithi161 ceph-mon[116604]: pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:44:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:47 smithi028 ceph-mon[112123]: pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:44:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:47 smithi138 ceph-mon[117003]: pgmap v8943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:44:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:48 smithi028 ceph-mon[112123]: pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:44:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:48 smithi138 ceph-mon[117003]: pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:44:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:48 smithi161 ceph-mon[116604]: pgmap v8944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:44:49.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:49.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:49.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:50.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:50.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:50.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:50.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:50.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:51 smithi161 ceph-mon[116604]: from='client.248133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:51 smithi161 ceph-mon[116604]: 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-07T09:44:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:51 smithi028 ceph-mon[112123]: from='client.248133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:51 smithi028 ceph-mon[112123]: 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-07T09:44:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:51 smithi138 ceph-mon[117003]: from='client.248133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:51 smithi138 ceph-mon[117003]: 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-07T09:44:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:53 smithi161 ceph-mon[116604]: 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-07T09:44:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:53 smithi028 ceph-mon[112123]: 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-07T09:44:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:53 smithi138 ceph-mon[117003]: 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-07T09:44:55.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:44:55.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:44:55.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:44:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:55 smithi161 ceph-mon[116604]: 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-07T09:44:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:55 smithi028 ceph-mon[112123]: 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-07T09:44:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:55 smithi138 ceph-mon[117003]: 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-07T09:44:56.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:44:56.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:44:56.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:44:56.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:44:56.473 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:44:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:57 smithi161 ceph-mon[116604]: from='client.248208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:57 smithi161 ceph-mon[116604]: pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:44:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:57 smithi028 ceph-mon[112123]: from='client.248208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:57 smithi028 ceph-mon[112123]: pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:44:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:57 smithi138 ceph-mon[117003]: from='client.248208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:44:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:57 smithi138 ceph-mon[117003]: pgmap v8948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:44:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:44:58 smithi028 ceph-mon[112123]: pgmap v8949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:44:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:44:58 smithi138 ceph-mon[117003]: pgmap v8949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:44:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:44:58 smithi161 ceph-mon[116604]: pgmap v8949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:01.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:01.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:01.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:01 smithi161 ceph-mon[116604]: pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:45:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:01 smithi028 ceph-mon[112123]: pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:45:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:01 smithi138 ceph-mon[117003]: pgmap v8950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:45:02.248 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:02.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:02.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:02.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:02.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:02.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:02 smithi161 ceph-mon[116604]: from='client.248286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:02.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:02 smithi028 ceph-mon[112123]: from='client.248286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:02 smithi138 ceph-mon[117003]: from='client.248286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:03 smithi161 ceph-mon[116604]: 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-07T09:45:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:03 smithi028 ceph-mon[112123]: 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-07T09:45:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:03 smithi138 ceph-mon[117003]: 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-07T09:45:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:05 smithi161 ceph-mon[116604]: 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-07T09:45:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:05 smithi028 ceph-mon[112123]: 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-07T09:45:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:05 smithi138 ceph-mon[117003]: 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-07T09:45:07.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:07.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:07.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:07.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:07 smithi161 ceph-mon[116604]: 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-07T09:45:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:07 smithi028 ceph-mon[112123]: 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-07T09:45:08.029 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:08.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:08.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:08.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:08.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:07 smithi138 ceph-mon[117003]: 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-07T09:45:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:08 smithi161 ceph-mon[116604]: from='client.248361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:08.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:08 smithi028 ceph-mon[112123]: from='client.248361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:08 smithi138 ceph-mon[117003]: from='client.248361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:09 smithi161 ceph-mon[116604]: 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-07T09:45:09.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:09 smithi028 ceph-mon[112123]: 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-07T09:45:10.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:09 smithi138 ceph-mon[117003]: 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-07T09:45:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:11 smithi161 ceph-mon[116604]: 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-07T09:45:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:11 smithi028 ceph-mon[112123]: 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-07T09:45:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:11 smithi138 ceph-mon[117003]: 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-07T09:45:13.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:13.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:13.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:13.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:13.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:13.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:13.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:13.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:13 smithi161 ceph-mon[116604]: 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-07T09:45:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:13 smithi028 ceph-mon[112123]: 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-07T09:45:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:13 smithi138 ceph-mon[117003]: 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-07T09:45:14.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:14 smithi161 ceph-mon[116604]: from='client.248436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:14 smithi028 ceph-mon[112123]: from='client.248436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:15.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:14 smithi138 ceph-mon[117003]: from='client.248436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:15.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:15 smithi161 ceph-mon[116604]: 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-07T09:45:15.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:15 smithi028 ceph-mon[112123]: 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-07T09:45:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:15 smithi138 ceph-mon[117003]: 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-07T09:45:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:17 smithi161 ceph-mon[116604]: 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-07T09:45:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:17 smithi028 ceph-mon[112123]: 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-07T09:45:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:17 smithi138 ceph-mon[117003]: 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-07T09:45:18.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:18.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:18.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:18 smithi028 ceph-mon[112123]: 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-07T09:45:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:18 smithi138 ceph-mon[117003]: 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-07T09:45:19.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:18 smithi161 ceph-mon[116604]: 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-07T09:45:19.572 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:19.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:19.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:19.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:19.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:19 smithi028 ceph-mon[112123]: from='client.248514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:19 smithi138 ceph-mon[117003]: from='client.248514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:19 smithi161 ceph-mon[116604]: from='client.248514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:20 smithi138 ceph-mon[117003]: pgmap v8960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:45:21.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:20 smithi161 ceph-mon[116604]: pgmap v8960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:45:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:20 smithi028 ceph-mon[112123]: pgmap v8960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:45:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:23 smithi161 ceph-mon[116604]: pgmap v8961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:45:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:23 smithi028 ceph-mon[112123]: pgmap v8961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:45:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:23 smithi138 ceph-mon[117003]: pgmap v8961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:45:24.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:24.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:24.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:25.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:25.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:25.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:25.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:25.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:25 smithi161 ceph-mon[116604]: pgmap v8962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:25 smithi028 ceph-mon[112123]: pgmap v8962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:25 smithi138 ceph-mon[117003]: pgmap v8962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:26 smithi161 ceph-mon[116604]: from='client.248589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:26 smithi028 ceph-mon[112123]: from='client.248589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:26 smithi138 ceph-mon[117003]: from='client.248589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:27 smithi161 ceph-mon[116604]: pgmap v8963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:45:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:27 smithi028 ceph-mon[112123]: pgmap v8963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:45:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:27 smithi138 ceph-mon[117003]: pgmap v8963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:45:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:28 smithi028 ceph-mon[112123]: pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:45:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:28 smithi138 ceph-mon[117003]: pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:45:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:28 smithi161 ceph-mon[116604]: pgmap v8964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:45:30.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:30.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:30.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:45:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:45:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:45:31.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:31.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:31.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:31.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:31.155 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:31 smithi138 ceph-mon[117003]: 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-07T09:45:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:31 smithi138 ceph-mon[117003]: from='client.248664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:45:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:45:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:45:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:31 smithi161 ceph-mon[116604]: 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-07T09:45:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:31 smithi161 ceph-mon[116604]: from='client.248664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:45:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:45:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:45:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:31 smithi028 ceph-mon[112123]: 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-07T09:45:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:31 smithi028 ceph-mon[112123]: from='client.248664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:45:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:45:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:45:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:33 smithi161 ceph-mon[116604]: pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:45:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:33 smithi028 ceph-mon[112123]: pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:45:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:33 smithi138 ceph-mon[117003]: pgmap v8966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:45:35.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:35 smithi161 ceph-mon[116604]: pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:45:35.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:35 smithi028 ceph-mon[112123]: pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:45:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:35 smithi138 ceph-mon[117003]: pgmap v8967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:45:36.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:36.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:36.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:36.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:36.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:36.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:36.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:36.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:37 smithi161 ceph-mon[116604]: from='client.248739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:37 smithi161 ceph-mon[116604]: pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:37 smithi028 ceph-mon[112123]: from='client.248739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:37 smithi028 ceph-mon[112123]: pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:37 smithi138 ceph-mon[117003]: from='client.248739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:37 smithi138 ceph-mon[117003]: pgmap v8968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:38 smithi028 ceph-mon[112123]: pgmap v8969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:38 smithi138 ceph-mon[117003]: pgmap v8969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:38 smithi161 ceph-mon[116604]: pgmap v8969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:45:41.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:41 smithi161 ceph-mon[116604]: pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:45:41.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:41.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:41.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:41 smithi028 ceph-mon[112123]: pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:45:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:41 smithi138 ceph-mon[117003]: pgmap v8970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:45:42.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:42.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:42.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:42.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:42.718 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:43.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:43 smithi161 ceph-mon[116604]: from='client.248814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:43.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:43 smithi161 ceph-mon[116604]: 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-07T09:45:43.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:43 smithi028 ceph-mon[112123]: from='client.248814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:43.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:43 smithi028 ceph-mon[112123]: 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-07T09:45:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:43 smithi138 ceph-mon[117003]: from='client.248814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:43 smithi138 ceph-mon[117003]: 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-07T09:45:45.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:45 smithi161 ceph-mon[116604]: 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-07T09:45:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:45 smithi028 ceph-mon[112123]: 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-07T09:45:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:45 smithi138 ceph-mon[117003]: 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-07T09:45:47.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:47 smithi161 ceph-mon[116604]: 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-07T09:45:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:47 smithi028 ceph-mon[112123]: 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-07T09:45:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:47 smithi138 ceph-mon[117003]: 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-07T09:45:48.494 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:48.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:48.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:48.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:48.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:48 smithi138 ceph-mon[117003]: from='client.248886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:48 smithi138 ceph-mon[117003]: 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-07T09:45:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:48 smithi161 ceph-mon[116604]: from='client.248886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:48 smithi161 ceph-mon[116604]: 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-07T09:45:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:48 smithi028 ceph-mon[112123]: from='client.248886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:48 smithi028 ceph-mon[112123]: 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-07T09:45:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:51 smithi161 ceph-mon[116604]: 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-07T09:45:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:51 smithi028 ceph-mon[112123]: 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-07T09:45:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:51 smithi138 ceph-mon[117003]: 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-07T09:45:53.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:53.496 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:53.496 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:53.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:53 smithi161 ceph-mon[116604]: 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-07T09:45:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:53 smithi028 ceph-mon[112123]: 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-07T09:45:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:53 smithi138 ceph-mon[117003]: 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-07T09:45:54.270 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:45:54.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:45:54.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:45:54.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:45:54.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:45:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:55 smithi161 ceph-mon[116604]: from='client.248964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:55 smithi161 ceph-mon[116604]: pgmap v8977: 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-07T09:45:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:55 smithi028 ceph-mon[112123]: from='client.248964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:55 smithi028 ceph-mon[112123]: pgmap v8977: 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-07T09:45:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:55 smithi138 ceph-mon[117003]: from='client.248964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:45:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:55 smithi138 ceph-mon[117003]: pgmap v8977: 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-07T09:45:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:57 smithi161 ceph-mon[116604]: pgmap v8978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:45:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:57 smithi028 ceph-mon[112123]: pgmap v8978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:45:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:57 smithi138 ceph-mon[117003]: pgmap v8978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:45:59.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:45:59.272 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:45:59.273 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:45:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:58 smithi138 ceph-mon[117003]: pgmap v8979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:45:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:58 smithi161 ceph-mon[116604]: pgmap v8979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:45:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:58 smithi028 ceph-mon[112123]: pgmap v8979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:46:00.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:00.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:00.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:00.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:00.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:00.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:45:59 smithi138 ceph-mon[117003]: from='client.249039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:45:59 smithi161 ceph-mon[116604]: from='client.249039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:45:59 smithi028 ceph-mon[112123]: from='client.249039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:00 smithi138 ceph-mon[117003]: pgmap v8980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:00 smithi161 ceph-mon[116604]: pgmap v8980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:01.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:00 smithi028 ceph-mon[112123]: pgmap v8980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:03 smithi161 ceph-mon[116604]: pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:03.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:03 smithi028 ceph-mon[112123]: pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:03 smithi138 ceph-mon[117003]: pgmap v8981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:05.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:05.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:05.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:05.816 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:05.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:05.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:05.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:05.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:05 smithi161 ceph-mon[116604]: pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:05 smithi028 ceph-mon[112123]: pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:05 smithi138 ceph-mon[117003]: pgmap v8982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:06 smithi161 ceph-mon[116604]: from='client.249117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:06.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:06 smithi028 ceph-mon[112123]: from='client.249117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:06 smithi138 ceph-mon[117003]: from='client.249117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:07 smithi161 ceph-mon[116604]: pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:46:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:07 smithi028 ceph-mon[112123]: pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:46:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:07 smithi138 ceph-mon[117003]: pgmap v8983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:46:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:08 smithi138 ceph-mon[117003]: pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:46:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:08 smithi161 ceph-mon[116604]: pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:46:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:08 smithi028 ceph-mon[112123]: pgmap v8984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:46:10.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:10.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:10.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:11.595 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:11.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:11.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:11.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:11.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:11 smithi161 ceph-mon[116604]: pgmap v8985: 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-07T09:46:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:11 smithi028 ceph-mon[112123]: pgmap v8985: 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-07T09:46:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:11 smithi138 ceph-mon[117003]: pgmap v8985: 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-07T09:46:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:12 smithi161 ceph-mon[116604]: from='client.249195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:12.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:12 smithi028 ceph-mon[112123]: from='client.249195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:13.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:12 smithi138 ceph-mon[117003]: from='client.249195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:13.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:13 smithi161 ceph-mon[116604]: pgmap v8986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:13 smithi028 ceph-mon[112123]: pgmap v8986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:13 smithi138 ceph-mon[117003]: pgmap v8986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:15 smithi161 ceph-mon[116604]: pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:15 smithi028 ceph-mon[112123]: pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:15 smithi138 ceph-mon[117003]: pgmap v8987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:16.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:16.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:16.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:17.361 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:17.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:17.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:17.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:17.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:17 smithi161 ceph-mon[116604]: pgmap v8988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:17 smithi028 ceph-mon[112123]: pgmap v8988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:17 smithi138 ceph-mon[117003]: pgmap v8988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:18 smithi161 ceph-mon[116604]: from='client.249270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:18.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:18 smithi028 ceph-mon[112123]: from='client.249270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:18 smithi138 ceph-mon[117003]: from='client.249270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:19.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:19 smithi161 ceph-mon[116604]: pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:19 smithi028 ceph-mon[112123]: pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:20.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:19 smithi138 ceph-mon[117003]: pgmap v8989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:21 smithi161 ceph-mon[116604]: pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:21 smithi028 ceph-mon[112123]: pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:21 smithi138 ceph-mon[117003]: pgmap v8990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:22.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:22.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:22.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:23.131 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:23.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:23.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:23.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:23.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:23 smithi161 ceph-mon[116604]: 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-07T09:46:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:23 smithi161 ceph-mon[116604]: from='client.249345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:23 smithi028 ceph-mon[112123]: 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-07T09:46:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:23 smithi028 ceph-mon[112123]: from='client.249345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:23 smithi138 ceph-mon[117003]: 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-07T09:46:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:23 smithi138 ceph-mon[117003]: from='client.249345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:25 smithi161 ceph-mon[116604]: 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-07T09:46:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:25 smithi028 ceph-mon[112123]: 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-07T09:46:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:25 smithi138 ceph-mon[117003]: 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-07T09:46:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:27 smithi161 ceph-mon[116604]: 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-07T09:46:27.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:27 smithi028 ceph-mon[112123]: 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-07T09:46:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:27 smithi138 ceph-mon[117003]: 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-07T09:46:28.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:28.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:28.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:28.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:28.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:28.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:28.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:28.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:28 smithi138 ceph-mon[117003]: from='client.249420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:28 smithi138 ceph-mon[117003]: 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-07T09:46:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:28 smithi161 ceph-mon[116604]: from='client.249420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:28 smithi161 ceph-mon[116604]: 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-07T09:46:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:28 smithi028 ceph-mon[112123]: from='client.249420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:28 smithi028 ceph-mon[112123]: 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-07T09:46:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:31 smithi161 ceph-mon[116604]: 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-07T09:46:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:31 smithi028 ceph-mon[112123]: 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-07T09:46:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:31 smithi138 ceph-mon[117003]: 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-07T09:46:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:46:32.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:32.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:32.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:46:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:46:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:46:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:46:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:46:33.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:33.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:33.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:33 smithi138 ceph-mon[117003]: 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-07T09:46:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:33 smithi161 ceph-mon[116604]: 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-07T09:46:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:33 smithi028 ceph-mon[112123]: 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-07T09:46:34.688 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:34.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:34.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:34.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:34.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:35 smithi138 ceph-mon[117003]: from='client.249495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:35 smithi138 ceph-mon[117003]: pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:35 smithi161 ceph-mon[116604]: from='client.249495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:35 smithi161 ceph-mon[116604]: pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:35 smithi028 ceph-mon[112123]: from='client.249495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:36.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:35 smithi028 ceph-mon[112123]: pgmap v8997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:37 smithi138 ceph-mon[117003]: pgmap v8998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:37 smithi161 ceph-mon[116604]: pgmap v8998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:38.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:37 smithi028 ceph-mon[112123]: pgmap v8998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:38 smithi138 ceph-mon[117003]: pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:38 smithi161 ceph-mon[116604]: pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:38 smithi028 ceph-mon[112123]: pgmap v8999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:39.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:39.691 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:39.691 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:40.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:40.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:40.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:40.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:40.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:41.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:41 smithi161 ceph-mon[116604]: from='client.249570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:41.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:41 smithi161 ceph-mon[116604]: pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:41 smithi028 ceph-mon[112123]: from='client.249570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:41.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:41 smithi028 ceph-mon[112123]: pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:42.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:41 smithi138 ceph-mon[117003]: from='client.249570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:42.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:41 smithi138 ceph-mon[117003]: pgmap v9000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:43.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:43 smithi161 ceph-mon[116604]: pgmap v9001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:43 smithi028 ceph-mon[112123]: pgmap v9001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:43 smithi138 ceph-mon[117003]: pgmap v9001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:46:45.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:45.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:45.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:45 smithi161 ceph-mon[116604]: pgmap v9002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:45 smithi028 ceph-mon[112123]: pgmap v9002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:45 smithi138 ceph-mon[117003]: pgmap v9002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:46.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:46.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:46.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:46.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:46.241 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:46.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:46 smithi161 ceph-mon[116604]: from='client.249648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:46 smithi028 ceph-mon[112123]: from='client.249648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:46 smithi138 ceph-mon[117003]: from='client.249648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:47 smithi161 ceph-mon[116604]: pgmap v9003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:47 smithi028 ceph-mon[112123]: pgmap v9003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:47 smithi138 ceph-mon[117003]: pgmap v9003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:48 smithi138 ceph-mon[117003]: pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:48 smithi161 ceph-mon[116604]: pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:48 smithi028 ceph-mon[112123]: pgmap v9004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:51.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:51.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:51.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:51 smithi161 ceph-mon[116604]: pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:51 smithi028 ceph-mon[112123]: pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:52.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:52.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:52.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:52.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:52.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:51 smithi138 ceph-mon[117003]: pgmap v9005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:52.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:52 smithi161 ceph-mon[116604]: from='client.249723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:52 smithi028 ceph-mon[112123]: from='client.249723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:52 smithi138 ceph-mon[117003]: from='client.249723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:53.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:53 smithi161 ceph-mon[116604]: pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:53 smithi028 ceph-mon[112123]: pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:53 smithi138 ceph-mon[117003]: pgmap v9006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:55 smithi161 ceph-mon[116604]: pgmap v9007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:55 smithi028 ceph-mon[112123]: pgmap v9007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:55 smithi138 ceph-mon[117003]: pgmap v9007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:46:57.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:46:57.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:46:57.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:46:57.788 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:46:57.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:46:57.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:46:57.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:46:57.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:46:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:57 smithi161 ceph-mon[116604]: pgmap v9008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:57 smithi028 ceph-mon[112123]: pgmap v9008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:57 smithi138 ceph-mon[117003]: pgmap v9008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:58 smithi161 ceph-mon[116604]: from='client.249801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:58.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:58 smithi028 ceph-mon[112123]: from='client.249801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:58 smithi138 ceph-mon[117003]: from='client.249801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:46:59.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:46:59 smithi161 ceph-mon[116604]: pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:46:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:46:59 smithi028 ceph-mon[112123]: pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:46:59 smithi138 ceph-mon[117003]: pgmap v9009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:01 smithi161 ceph-mon[116604]: pgmap v9010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:01 smithi028 ceph-mon[112123]: pgmap v9010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:01 smithi138 ceph-mon[117003]: pgmap v9010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:02.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:02.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:02.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:03.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:03.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:03.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:03.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:03.560 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:03 smithi161 ceph-mon[116604]: 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-07T09:47:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:03 smithi028 ceph-mon[112123]: 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-07T09:47:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:03 smithi138 ceph-mon[117003]: 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-07T09:47:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:04 smithi161 ceph-mon[116604]: from='client.249879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:04 smithi028 ceph-mon[112123]: from='client.249879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:04 smithi138 ceph-mon[117003]: from='client.249879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:05 smithi161 ceph-mon[116604]: 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-07T09:47:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:05 smithi028 ceph-mon[112123]: 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-07T09:47:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:05 smithi138 ceph-mon[117003]: 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-07T09:47:07.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:07 smithi161 ceph-mon[116604]: 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-07T09:47:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:07 smithi028 ceph-mon[112123]: 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-07T09:47:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:07 smithi138 ceph-mon[117003]: 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-07T09:47:08.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:08.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:08.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:08 smithi138 ceph-mon[117003]: 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-07T09:47:09.330 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:09.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:09.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:09.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:09.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:08 smithi161 ceph-mon[116604]: 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-07T09:47:09.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:08 smithi028 ceph-mon[112123]: 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-07T09:47:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:09 smithi138 ceph-mon[117003]: from='client.249951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:10.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:09 smithi161 ceph-mon[116604]: from='client.249951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:09 smithi028 ceph-mon[112123]: from='client.249951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:10 smithi138 ceph-mon[117003]: pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:47:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:10 smithi161 ceph-mon[116604]: pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:47:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:10 smithi028 ceph-mon[112123]: pgmap v9015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:47:13.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:13 smithi161 ceph-mon[116604]: pgmap v9016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:47:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:13 smithi028 ceph-mon[112123]: pgmap v9016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:47:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:13 smithi138 ceph-mon[117003]: pgmap v9016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:47:14.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:14.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:14.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:15.109 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:15.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:15.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:15.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:15.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:15.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:15 smithi161 ceph-mon[116604]: pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:15.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:15 smithi161 ceph-mon[116604]: from='client.250023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:15 smithi028 ceph-mon[112123]: pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:15 smithi028 ceph-mon[112123]: from='client.250023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:15 smithi138 ceph-mon[117003]: pgmap v9017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:15 smithi138 ceph-mon[117003]: from='client.250023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:17 smithi161 ceph-mon[116604]: pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:17 smithi028 ceph-mon[112123]: pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:17 smithi138 ceph-mon[117003]: pgmap v9018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:18 smithi138 ceph-mon[117003]: pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:18 smithi161 ceph-mon[116604]: pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:18 smithi028 ceph-mon[112123]: pgmap v9019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:20.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:20.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:20.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:20.881 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:20.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:20.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:20.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:20.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:21 smithi161 ceph-mon[116604]: from='client.250101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:21.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:21 smithi161 ceph-mon[116604]: pgmap v9020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:21 smithi028 ceph-mon[112123]: from='client.250101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:21 smithi028 ceph-mon[112123]: pgmap v9020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:21 smithi138 ceph-mon[117003]: from='client.250101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:21 smithi138 ceph-mon[117003]: pgmap v9020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:23 smithi161 ceph-mon[116604]: pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:47:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:23 smithi028 ceph-mon[112123]: pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:47:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:23 smithi138 ceph-mon[117003]: pgmap v9021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:47:25.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:25.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:25.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:25 smithi161 ceph-mon[116604]: pgmap v9022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:47:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:25 smithi028 ceph-mon[112123]: pgmap v9022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:47:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:25 smithi138 ceph-mon[117003]: pgmap v9022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:47:26.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:26.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:26.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:26.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:26.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:27 smithi161 ceph-mon[116604]: from='client.250176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:27 smithi161 ceph-mon[116604]: pgmap v9023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:27 smithi028 ceph-mon[112123]: from='client.250176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:27.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:27 smithi028 ceph-mon[112123]: pgmap v9023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:27 smithi138 ceph-mon[117003]: from='client.250176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:27 smithi138 ceph-mon[117003]: pgmap v9023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:28 smithi138 ceph-mon[117003]: pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:28 smithi161 ceph-mon[116604]: pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:28 smithi028 ceph-mon[112123]: pgmap v9024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:31.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:31.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:31.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:31 smithi161 ceph-mon[116604]: pgmap v9025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:31 smithi028 ceph-mon[112123]: pgmap v9025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:31 smithi138 ceph-mon[117003]: pgmap v9025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:32.505 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:32.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:32.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:32.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:32.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:32.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:32.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:32.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:47:32.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:47:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:47:32.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:47:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:47:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:47:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:47:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:47:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:33 smithi161 ceph-mon[116604]: from='client.250245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:33 smithi161 ceph-mon[116604]: pgmap v9026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:33 smithi028 ceph-mon[112123]: from='client.250245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:33 smithi028 ceph-mon[112123]: pgmap v9026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:33 smithi138 ceph-mon[117003]: from='client.250245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:33 smithi138 ceph-mon[117003]: pgmap v9026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:35 smithi161 ceph-mon[116604]: pgmap v9027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:35 smithi028 ceph-mon[112123]: pgmap v9027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:35 smithi138 ceph-mon[117003]: pgmap v9027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:37.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:37.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:37.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:37 smithi161 ceph-mon[116604]: pgmap v9028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:37 smithi028 ceph-mon[112123]: pgmap v9028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:37 smithi138 ceph-mon[117003]: pgmap v9028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:38.280 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:38.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:38.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:38.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:38.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:38 smithi161 ceph-mon[116604]: from='client.250320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:38 smithi028 ceph-mon[112123]: from='client.250320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:38 smithi138 ceph-mon[117003]: from='client.250320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:39 smithi161 ceph-mon[116604]: pgmap v9029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:39 smithi028 ceph-mon[112123]: pgmap v9029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:39 smithi138 ceph-mon[117003]: pgmap v9029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:41 smithi161 ceph-mon[116604]: pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:41 smithi028 ceph-mon[112123]: pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:41 smithi138 ceph-mon[117003]: pgmap v9030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:47:43.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:43.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:43.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:43 smithi161 ceph-mon[116604]: 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-07T09:47:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:43 smithi028 ceph-mon[112123]: 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-07T09:47:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:43 smithi138 ceph-mon[117003]: 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-07T09:47:44.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:44.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:44.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:44.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:44.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:44 smithi161 ceph-mon[116604]: from='client.250398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:44 smithi028 ceph-mon[112123]: from='client.250398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:44 smithi138 ceph-mon[117003]: from='client.250398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:45 smithi161 ceph-mon[116604]: 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-07T09:47:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:45 smithi028 ceph-mon[112123]: 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-07T09:47:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:45 smithi138 ceph-mon[117003]: 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-07T09:47:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:47 smithi161 ceph-mon[116604]: 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-07T09:47:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:47 smithi028 ceph-mon[112123]: 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-07T09:47:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:47 smithi138 ceph-mon[117003]: 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-07T09:47:49.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:49.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:49.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:48 smithi138 ceph-mon[117003]: 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-07T09:47:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:48 smithi161 ceph-mon[116604]: 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-07T09:47:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:48 smithi028 ceph-mon[112123]: 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-07T09:47:49.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:49.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:49.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:49.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:49.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:49 smithi138 ceph-mon[117003]: from='client.250476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:49 smithi161 ceph-mon[116604]: from='client.250476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:49 smithi028 ceph-mon[112123]: from='client.250476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:50 smithi138 ceph-mon[117003]: pgmap v9035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:51 smithi161 ceph-mon[116604]: pgmap v9035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:51.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:50 smithi028 ceph-mon[112123]: pgmap v9035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:53.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:53 smithi161 ceph-mon[116604]: pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:53 smithi028 ceph-mon[112123]: pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:53 smithi138 ceph-mon[117003]: pgmap v9036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:54.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:47:54.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:47:54.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:47:55.600 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:47:55.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:47:55.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:47:55.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:47:55.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:47:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:55 smithi161 ceph-mon[116604]: pgmap v9037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:55 smithi028 ceph-mon[112123]: pgmap v9037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:55 smithi138 ceph-mon[117003]: pgmap v9037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:47:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:56 smithi161 ceph-mon[116604]: from='client.250551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:56 smithi028 ceph-mon[112123]: from='client.250551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:57.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:56 smithi138 ceph-mon[117003]: from='client.250551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:47:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:57 smithi161 ceph-mon[116604]: pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:57 smithi028 ceph-mon[112123]: pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:57 smithi138 ceph-mon[117003]: pgmap v9038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:59.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:47:58 smithi138 ceph-mon[117003]: pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:47:58 smithi161 ceph-mon[116604]: pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:47:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:47:58 smithi028 ceph-mon[112123]: pgmap v9039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:00.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:00.602 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:00.602 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:01.381 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:01.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:01.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:01.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:01.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:01 smithi161 ceph-mon[116604]: pgmap v9040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:01 smithi028 ceph-mon[112123]: pgmap v9040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:01 smithi138 ceph-mon[117003]: pgmap v9040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:02 smithi161 ceph-mon[116604]: from='client.250629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:02.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:02 smithi028 ceph-mon[112123]: from='client.250629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:02 smithi138 ceph-mon[117003]: from='client.250629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:03 smithi161 ceph-mon[116604]: 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-07T09:48:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:03 smithi028 ceph-mon[112123]: 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-07T09:48:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:03 smithi138 ceph-mon[117003]: 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-07T09:48:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:05 smithi161 ceph-mon[116604]: pgmap v9042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:05 smithi028 ceph-mon[112123]: pgmap v9042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:05 smithi138 ceph-mon[117003]: pgmap v9042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:06.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:06.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:06.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:07.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:07.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:07.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:07.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:07.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:07 smithi161 ceph-mon[116604]: pgmap v9043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:07.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:07 smithi161 ceph-mon[116604]: from='client.250701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:07 smithi028 ceph-mon[112123]: pgmap v9043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:07 smithi028 ceph-mon[112123]: from='client.250701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:07 smithi138 ceph-mon[117003]: pgmap v9043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:07 smithi138 ceph-mon[117003]: from='client.250701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:09 smithi138 ceph-mon[117003]: pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:09 smithi161 ceph-mon[116604]: pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:08 smithi028 ceph-mon[112123]: pgmap v9044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:11.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:11 smithi161 ceph-mon[116604]: pgmap v9045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:11 smithi028 ceph-mon[112123]: pgmap v9045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:11 smithi138 ceph-mon[117003]: pgmap v9045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:12.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:12.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:12.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:12.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:12.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:12.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:12.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:12.946 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:13 smithi161 ceph-mon[116604]: from='client.250779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:13.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:13 smithi161 ceph-mon[116604]: pgmap v9046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:13 smithi028 ceph-mon[112123]: from='client.250779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:13 smithi028 ceph-mon[112123]: pgmap v9046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:13 smithi138 ceph-mon[117003]: from='client.250779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:13 smithi138 ceph-mon[117003]: pgmap v9046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:15.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:15 smithi161 ceph-mon[116604]: pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:15.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:15 smithi028 ceph-mon[112123]: pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:15 smithi138 ceph-mon[117003]: pgmap v9047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:17 smithi161 ceph-mon[116604]: 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-07T09:48:17.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:17.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:17.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:17 smithi028 ceph-mon[112123]: 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-07T09:48:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:17 smithi138 ceph-mon[117003]: 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-07T09:48:18.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:18.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:18.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:18.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:18.714 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:18 smithi138 ceph-mon[117003]: from='client.250851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:18 smithi138 ceph-mon[117003]: 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-07T09:48:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:18 smithi161 ceph-mon[116604]: from='client.250851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:18 smithi161 ceph-mon[116604]: 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-07T09:48:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:18 smithi028 ceph-mon[112123]: from='client.250851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:19.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:18 smithi028 ceph-mon[112123]: 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-07T09:48:21.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:21 smithi161 ceph-mon[116604]: 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-07T09:48:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:21 smithi028 ceph-mon[112123]: 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-07T09:48:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:21 smithi138 ceph-mon[117003]: 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-07T09:48:23.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:23.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:23.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:23 smithi161 ceph-mon[116604]: 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-07T09:48:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:23 smithi028 ceph-mon[112123]: 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-07T09:48:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:23 smithi138 ceph-mon[117003]: 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-07T09:48:24.499 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:24.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:24.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:24.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:24.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:25 smithi161 ceph-mon[116604]: from='client.250926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:25 smithi161 ceph-mon[116604]: pgmap v9052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:25 smithi028 ceph-mon[112123]: from='client.250926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:25 smithi028 ceph-mon[112123]: pgmap v9052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:25 smithi138 ceph-mon[117003]: from='client.250926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:25 smithi138 ceph-mon[117003]: pgmap v9052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:27 smithi161 ceph-mon[116604]: pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:27 smithi028 ceph-mon[112123]: pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:27 smithi138 ceph-mon[117003]: pgmap v9053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:29 smithi138 ceph-mon[117003]: pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:29 smithi161 ceph-mon[116604]: pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:29 smithi028 ceph-mon[112123]: pgmap v9054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:29.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:29.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:29.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:30.281 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:30.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:30.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:30.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:30.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:30 smithi138 ceph-mon[117003]: from='client.251004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:30 smithi161 ceph-mon[116604]: from='client.251004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:30 smithi028 ceph-mon[112123]: from='client.251004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:31.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:31 smithi138 ceph-mon[117003]: pgmap v9055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:31 smithi161 ceph-mon[116604]: pgmap v9055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:31 smithi028 ceph-mon[112123]: pgmap v9055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:33 smithi161 ceph-mon[116604]: pgmap v9056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:48:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:33 smithi028 ceph-mon[112123]: pgmap v9056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:48:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:33 smithi138 ceph-mon[117003]: pgmap v9056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:48:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:48:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:48:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:48:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:48:35.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:35.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:35.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:35.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:35 smithi161 ceph-mon[116604]: pgmap v9057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:35 smithi028 ceph-mon[112123]: pgmap v9057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:35 smithi138 ceph-mon[117003]: pgmap v9057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:36.046 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:36.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:36.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:36.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:36.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:36 smithi161 ceph-mon[116604]: from='client.251076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:36 smithi028 ceph-mon[112123]: from='client.251076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:36 smithi138 ceph-mon[117003]: from='client.251076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:37 smithi161 ceph-mon[116604]: 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-07T09:48:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:37 smithi028 ceph-mon[112123]: 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-07T09:48:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:37 smithi138 ceph-mon[117003]: 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-07T09:48:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:39 smithi138 ceph-mon[117003]: 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-07T09:48:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:39 smithi161 ceph-mon[116604]: 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-07T09:48:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:39 smithi028 ceph-mon[112123]: 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-07T09:48:41.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:41.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:41.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:41.814 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:41.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:41.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:41.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:41.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:41 smithi161 ceph-mon[116604]: 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-07T09:48:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:41 smithi028 ceph-mon[112123]: 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-07T09:48:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:41 smithi138 ceph-mon[117003]: 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-07T09:48:42.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:42 smithi161 ceph-mon[116604]: from='client.251151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:42 smithi028 ceph-mon[112123]: from='client.251151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:42 smithi138 ceph-mon[117003]: from='client.251151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:43 smithi161 ceph-mon[116604]: 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-07T09:48:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:43 smithi028 ceph-mon[112123]: 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-07T09:48:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:43 smithi138 ceph-mon[117003]: 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-07T09:48:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:45 smithi161 ceph-mon[116604]: pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:45 smithi028 ceph-mon[112123]: pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:45 smithi138 ceph-mon[117003]: pgmap v9062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:46.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:46.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:46.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:47.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:47.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:47.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:47.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:47.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:47 smithi161 ceph-mon[116604]: pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:47.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:47 smithi028 ceph-mon[112123]: pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:47 smithi138 ceph-mon[117003]: pgmap v9063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:48 smithi161 ceph-mon[116604]: from='client.251229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:48 smithi028 ceph-mon[112123]: from='client.251229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:48 smithi138 ceph-mon[117003]: from='client.251229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:49.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:49 smithi161 ceph-mon[116604]: pgmap v9064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:49.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:49 smithi028 ceph-mon[112123]: pgmap v9064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:49 smithi138 ceph-mon[117003]: pgmap v9064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:51 smithi161 ceph-mon[116604]: pgmap v9065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:51 smithi028 ceph-mon[112123]: pgmap v9065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:51 smithi138 ceph-mon[117003]: pgmap v9065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:52.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:52.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:52.608 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:53.401 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:53.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:53.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:53.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:53.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:53 smithi161 ceph-mon[116604]: pgmap v9066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:53 smithi028 ceph-mon[112123]: pgmap v9066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:53 smithi138 ceph-mon[117003]: pgmap v9066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:48:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:54 smithi161 ceph-mon[116604]: from='client.251301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:54.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:54 smithi028 ceph-mon[112123]: from='client.251301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:54 smithi138 ceph-mon[117003]: from='client.251301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:55 smithi161 ceph-mon[116604]: pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:55 smithi028 ceph-mon[112123]: pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:55 smithi138 ceph-mon[117003]: pgmap v9067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:48:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:57 smithi161 ceph-mon[116604]: 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-07T09:48:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:57 smithi028 ceph-mon[112123]: 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-07T09:48:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:57 smithi138 ceph-mon[117003]: 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-07T09:48:58.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:48:58.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:48:58.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:48:59.186 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:48:59.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:48:59.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:48:59.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:48:59.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:48:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:59 smithi138 ceph-mon[117003]: 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-07T09:48:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:48:59 smithi138 ceph-mon[117003]: from='client.251376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:59 smithi161 ceph-mon[116604]: 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-07T09:48:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:48:59 smithi161 ceph-mon[116604]: from='client.251376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:48:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:59 smithi028 ceph-mon[112123]: 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-07T09:48:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:48:59 smithi028 ceph-mon[112123]: from='client.251376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:01.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:01 smithi161 ceph-mon[116604]: pgmap v9070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:49:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:01 smithi028 ceph-mon[112123]: pgmap v9070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:49:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:01 smithi138 ceph-mon[117003]: pgmap v9070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:49:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:03 smithi161 ceph-mon[116604]: pgmap v9071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:49:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:03 smithi028 ceph-mon[112123]: pgmap v9071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:49:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:03 smithi138 ceph-mon[117003]: pgmap v9071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:49:04.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:04.187 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:04.188 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:04.953 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:04.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:04.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:04.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:04.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:05 smithi161 ceph-mon[116604]: from='client.251448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:05 smithi161 ceph-mon[116604]: pgmap v9072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:05 smithi028 ceph-mon[112123]: from='client.251448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:05.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:05 smithi028 ceph-mon[112123]: pgmap v9072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:05 smithi138 ceph-mon[117003]: from='client.251448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:05 smithi138 ceph-mon[117003]: pgmap v9072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:07 smithi161 ceph-mon[116604]: pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:07.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:07 smithi028 ceph-mon[112123]: pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:07 smithi138 ceph-mon[117003]: pgmap v9073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:09 smithi138 ceph-mon[117003]: pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:09 smithi161 ceph-mon[116604]: pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:09 smithi028 ceph-mon[112123]: pgmap v9074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:09.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:09.956 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:09.956 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:10.726 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:10.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:10.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:10.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:10.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:11 smithi161 ceph-mon[116604]: from='client.251520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:11.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:11 smithi161 ceph-mon[116604]: pgmap v9075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:11.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:11 smithi028 ceph-mon[112123]: from='client.251520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:11.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:11 smithi028 ceph-mon[112123]: pgmap v9075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:11 smithi138 ceph-mon[117003]: from='client.251520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:11 smithi138 ceph-mon[117003]: pgmap v9075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:13 smithi161 ceph-mon[116604]: pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:49:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:13 smithi028 ceph-mon[112123]: pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:49:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:13 smithi138 ceph-mon[117003]: pgmap v9076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:49:15.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:15.728 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:15.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:15 smithi161 ceph-mon[116604]: pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:49:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:15 smithi028 ceph-mon[112123]: pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:49:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:15 smithi138 ceph-mon[117003]: pgmap v9077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:49:16.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:16.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:16.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:16.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:16.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:17 smithi161 ceph-mon[116604]: from='client.251598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:17 smithi161 ceph-mon[116604]: 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-07T09:49:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:17 smithi028 ceph-mon[112123]: from='client.251598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:17.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:17 smithi028 ceph-mon[112123]: 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-07T09:49:18.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:17 smithi138 ceph-mon[117003]: from='client.251598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:18.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:17 smithi138 ceph-mon[117003]: 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-07T09:49:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:19 smithi138 ceph-mon[117003]: 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-07T09:49:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:19 smithi161 ceph-mon[116604]: 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-07T09:49:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:19 smithi028 ceph-mon[112123]: 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-07T09:49:21.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:21.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:21.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:21 smithi161 ceph-mon[116604]: 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-07T09:49:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:21 smithi028 ceph-mon[112123]: 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-07T09:49:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:21 smithi138 ceph-mon[117003]: 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-07T09:49:22.289 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:22.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:22.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:22.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:22.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:22.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:22 smithi161 ceph-mon[116604]: from='client.251676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:22.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:22 smithi028 ceph-mon[112123]: from='client.251676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:22 smithi138 ceph-mon[117003]: from='client.251676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:23 smithi161 ceph-mon[116604]: 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-07T09:49:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:23 smithi028 ceph-mon[112123]: 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-07T09:49:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:23 smithi138 ceph-mon[117003]: 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-07T09:49:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:25 smithi161 ceph-mon[116604]: pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:49:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:25 smithi028 ceph-mon[112123]: pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:49:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:25 smithi138 ceph-mon[117003]: pgmap v9082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:49:27.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:27.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:27.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:27 smithi161 ceph-mon[116604]: pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:27 smithi028 ceph-mon[112123]: pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:27 smithi138 ceph-mon[117003]: pgmap v9083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:28.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:28.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:28.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:28.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:28.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:28 smithi161 ceph-mon[116604]: from='client.251754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:28 smithi028 ceph-mon[112123]: from='client.251754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:28 smithi138 ceph-mon[117003]: from='client.251754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:29 smithi161 ceph-mon[116604]: pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:29 smithi028 ceph-mon[112123]: pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:29 smithi138 ceph-mon[117003]: pgmap v9084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:31 smithi161 ceph-mon[116604]: pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:49:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:31 smithi028 ceph-mon[112123]: pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:49:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:31 smithi138 ceph-mon[117003]: pgmap v9085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:49:33.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:33.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:33.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:33.878 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:33.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:33.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:33.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:33.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:33 smithi161 ceph-mon[116604]: pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:33.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:49:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:33 smithi028 ceph-mon[112123]: pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:49:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:33 smithi138 ceph-mon[117003]: pgmap v9086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:49:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='client.251829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:49:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='client.251829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:49:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='client.251829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:49:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:49:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:35 smithi161 ceph-mon[116604]: pgmap v9087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:49:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:35 smithi028 ceph-mon[112123]: pgmap v9087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:49:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:35 smithi138 ceph-mon[117003]: pgmap v9087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:49:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:37 smithi161 ceph-mon[116604]: 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-07T09:49:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:37 smithi028 ceph-mon[112123]: 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-07T09:49:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:37 smithi138 ceph-mon[117003]: 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-07T09:49:38.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:38.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:38.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:39 smithi138 ceph-mon[117003]: 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-07T09:49:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:39 smithi161 ceph-mon[116604]: 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-07T09:49:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:39 smithi028 ceph-mon[112123]: 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-07T09:49:39.655 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:39.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:39.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:39.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:39.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:40 smithi138 ceph-mon[117003]: from='client.251901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:40 smithi161 ceph-mon[116604]: from='client.251901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:40.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:40 smithi028 ceph-mon[112123]: from='client.251901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:41 smithi138 ceph-mon[117003]: pgmap v9090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:41 smithi161 ceph-mon[116604]: pgmap v9090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:41 smithi028 ceph-mon[112123]: pgmap v9090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:43.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:43 smithi161 ceph-mon[116604]: pgmap v9091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:43 smithi028 ceph-mon[112123]: pgmap v9091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:43 smithi138 ceph-mon[117003]: pgmap v9091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:44.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:44.658 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:44.658 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:45.443 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:45.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:45.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:45.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:45.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:45.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:45 smithi161 ceph-mon[116604]: pgmap v9092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:45 smithi028 ceph-mon[112123]: pgmap v9092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:45 smithi138 ceph-mon[117003]: pgmap v9092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:46 smithi161 ceph-mon[116604]: from='client.251976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:46 smithi028 ceph-mon[112123]: from='client.251976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:47.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:46 smithi138 ceph-mon[117003]: from='client.251976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:47 smithi161 ceph-mon[116604]: pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:47 smithi028 ceph-mon[112123]: pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:47 smithi138 ceph-mon[117003]: pgmap v9093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:49 smithi138 ceph-mon[117003]: pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:49 smithi161 ceph-mon[116604]: pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:49 smithi028 ceph-mon[112123]: pgmap v9094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:49:50.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:50.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:50.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:51.225 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:51.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:51.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:51.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:51.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:51 smithi161 ceph-mon[116604]: pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:51 smithi161 ceph-mon[116604]: from='client.252051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:51 smithi028 ceph-mon[112123]: pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:51 smithi028 ceph-mon[112123]: from='client.252051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:51 smithi138 ceph-mon[117003]: pgmap v9095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:49:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:51 smithi138 ceph-mon[117003]: from='client.252051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:53.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:53 smithi161 ceph-mon[116604]: 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-07T09:49:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:53 smithi028 ceph-mon[112123]: 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-07T09:49:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:53 smithi138 ceph-mon[117003]: 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-07T09:49:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:55 smithi161 ceph-mon[116604]: 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-07T09:49:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:55 smithi028 ceph-mon[112123]: 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-07T09:49:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:55 smithi138 ceph-mon[117003]: 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-07T09:49:56.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:49:56.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:49:56.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:49:57.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:49:57.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:49:57.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:49:57.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:49:57.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:49:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:57 smithi161 ceph-mon[116604]: from='client.252126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:57 smithi161 ceph-mon[116604]: 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-07T09:49:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:57 smithi028 ceph-mon[112123]: from='client.252126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:57 smithi028 ceph-mon[112123]: 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-07T09:49:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:57 smithi138 ceph-mon[117003]: from='client.252126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:49:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:57 smithi138 ceph-mon[117003]: 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-07T09:49:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:49:59 smithi138 ceph-mon[117003]: 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-07T09:49:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:49:59 smithi161 ceph-mon[116604]: 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-07T09:49:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:49:59 smithi028 ceph-mon[112123]: 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-07T09:50:00.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T09:50:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T09:50:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T09:50:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:01 smithi138 ceph-mon[117003]: 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-07T09:50:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:01 smithi161 ceph-mon[116604]: 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-07T09:50:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:01 smithi028 ceph-mon[112123]: 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-07T09:50:02.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:02.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:02.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:02.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:02.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:02.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:02.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:02.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:03 smithi161 ceph-mon[116604]: from='client.252204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:03 smithi161 ceph-mon[116604]: 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-07T09:50:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:03 smithi028 ceph-mon[112123]: from='client.252204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:03 smithi028 ceph-mon[112123]: 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-07T09:50:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:03 smithi138 ceph-mon[117003]: from='client.252204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:03 smithi138 ceph-mon[117003]: 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-07T09:50:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:05 smithi161 ceph-mon[116604]: pgmap v9102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:05 smithi028 ceph-mon[112123]: pgmap v9102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:05 smithi138 ceph-mon[117003]: pgmap v9102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:07.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:07.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:07.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:07 smithi161 ceph-mon[116604]: pgmap v9103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:07 smithi028 ceph-mon[112123]: pgmap v9103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:07 smithi138 ceph-mon[117003]: pgmap v9103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:08.541 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:08.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:08.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:08.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:08.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:09 smithi138 ceph-mon[117003]: from='client.252282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:09 smithi138 ceph-mon[117003]: pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:09 smithi161 ceph-mon[116604]: from='client.252282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:09 smithi161 ceph-mon[116604]: pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:09 smithi028 ceph-mon[112123]: from='client.252282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:09.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:09 smithi028 ceph-mon[112123]: pgmap v9104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:11.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:11 smithi161 ceph-mon[116604]: pgmap v9105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:11 smithi028 ceph-mon[112123]: pgmap v9105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:11 smithi138 ceph-mon[117003]: pgmap v9105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:13.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:13.544 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:13.544 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:13 smithi161 ceph-mon[116604]: pgmap v9106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:13 smithi028 ceph-mon[112123]: pgmap v9106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:13 smithi138 ceph-mon[117003]: pgmap v9106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:14.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:14.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:14.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:14.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:14.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:14 smithi161 ceph-mon[116604]: from='client.252360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:14 smithi028 ceph-mon[112123]: from='client.252360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:15.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:14 smithi138 ceph-mon[117003]: from='client.252360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:15.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:15 smithi161 ceph-mon[116604]: pgmap v9107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:50:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:15 smithi028 ceph-mon[112123]: pgmap v9107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:50:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:15 smithi138 ceph-mon[117003]: pgmap v9107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:50:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:17 smithi161 ceph-mon[116604]: pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:50:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:17 smithi028 ceph-mon[112123]: pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:50:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:17 smithi138 ceph-mon[117003]: pgmap v9108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:50:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:19 smithi138 ceph-mon[117003]: pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:50:19.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:19.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:19.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:19 smithi161 ceph-mon[116604]: pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:50:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:19 smithi028 ceph-mon[112123]: pgmap v9109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:50:20.094 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:20.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:20.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:20.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:20.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:20 smithi138 ceph-mon[117003]: from='client.252435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:20.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:20 smithi161 ceph-mon[116604]: from='client.252435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:20.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:20 smithi028 ceph-mon[112123]: from='client.252435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:21.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:21 smithi138 ceph-mon[117003]: pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:21.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:21 smithi161 ceph-mon[116604]: pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:21 smithi028 ceph-mon[112123]: pgmap v9110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:23 smithi161 ceph-mon[116604]: pgmap v9111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:50:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:23 smithi028 ceph-mon[112123]: pgmap v9111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:50:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:23 smithi138 ceph-mon[117003]: pgmap v9111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:50:25.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:25.096 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:25.096 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:25.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:25.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:25.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:25.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:25.863 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:25 smithi161 ceph-mon[116604]: pgmap v9112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:25 smithi028 ceph-mon[112123]: pgmap v9112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:25 smithi138 ceph-mon[117003]: pgmap v9112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:26.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:26 smithi161 ceph-mon[116604]: from='client.252513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:26 smithi028 ceph-mon[112123]: from='client.252513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:26 smithi138 ceph-mon[117003]: from='client.252513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:27 smithi161 ceph-mon[116604]: pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:50:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:27 smithi028 ceph-mon[112123]: pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:50:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:27 smithi138 ceph-mon[117003]: pgmap v9113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:50:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:29 smithi138 ceph-mon[117003]: pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:50:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:29 smithi161 ceph-mon[116604]: pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:50:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:29 smithi028 ceph-mon[112123]: pgmap v9114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:50:30.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:30.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:30.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:31.637 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:31.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:31.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:31.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:31.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:31 smithi161 ceph-mon[116604]: pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:50:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:31 smithi028 ceph-mon[112123]: pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:50:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:31 smithi138 ceph-mon[117003]: pgmap v9115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:50:32.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:32 smithi161 ceph-mon[116604]: from='client.252579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:32 smithi028 ceph-mon[112123]: from='client.252579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:32 smithi138 ceph-mon[117003]: from='client.252579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:33 smithi161 ceph-mon[116604]: 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-07T09:50:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:33 smithi028 ceph-mon[112123]: 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-07T09:50:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:33 smithi138 ceph-mon[117003]: 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-07T09:50:34.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:50:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:35 smithi138 ceph-mon[117003]: 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-07T09:50:35.799 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:35 smithi161 ceph-mon[116604]: 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-07T09:50:35.869 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:35 smithi028 ceph-mon[112123]: 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-07T09:50:36.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:36.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:36.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:37.457 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:37.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:37.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:37.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:37.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:37 smithi028 ceph-mon[112123]: 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-07T09:50:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:37 smithi138 ceph-mon[117003]: 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-07T09:50:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:37 smithi161 ceph-mon[116604]: 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-07T09:50:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:38 smithi161 ceph-mon[116604]: from='client.252648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:38 smithi028 ceph-mon[112123]: from='client.252648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:38 smithi138 ceph-mon[117003]: from='client.252648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:50:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:50:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:50:40.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:39 smithi161 ceph-mon[116604]: 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-07T09:50:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:39 smithi028 ceph-mon[112123]: 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-07T09:50:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:39 smithi138 ceph-mon[117003]: 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-07T09:50:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:41 smithi161 ceph-mon[116604]: pgmap v9120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:42.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:41 smithi028 ceph-mon[112123]: pgmap v9120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:41 smithi138 ceph-mon[117003]: pgmap v9120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:42.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:42.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:42.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:43.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:43.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:43.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:43.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:43.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:43 smithi161 ceph-mon[116604]: pgmap v9121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:43 smithi161 ceph-mon[116604]: from='client.252723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:43 smithi028 ceph-mon[112123]: pgmap v9121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:43 smithi028 ceph-mon[112123]: from='client.252723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:43 smithi138 ceph-mon[117003]: pgmap v9121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:43 smithi138 ceph-mon[117003]: from='client.252723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:45 smithi161 ceph-mon[116604]: pgmap v9122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:45 smithi028 ceph-mon[112123]: pgmap v9122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:45 smithi138 ceph-mon[117003]: pgmap v9122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:47 smithi161 ceph-mon[116604]: pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:47 smithi028 ceph-mon[112123]: pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:48.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:48.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:48.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:47 smithi138 ceph-mon[117003]: pgmap v9123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:49.018 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:49.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:49.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:49.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:49.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:49 smithi138 ceph-mon[117003]: from='client.252798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:49 smithi138 ceph-mon[117003]: pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:49 smithi161 ceph-mon[116604]: from='client.252798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:49 smithi161 ceph-mon[116604]: pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:49 smithi028 ceph-mon[112123]: from='client.252798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:49 smithi028 ceph-mon[112123]: pgmap v9124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:51 smithi161 ceph-mon[116604]: pgmap v9125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:51 smithi028 ceph-mon[112123]: pgmap v9125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:51 smithi138 ceph-mon[117003]: pgmap v9125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:50:53.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:53 smithi161 ceph-mon[116604]: pgmap v9126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:53 smithi028 ceph-mon[112123]: pgmap v9126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:54.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:54.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:54.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:50:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:53 smithi138 ceph-mon[117003]: pgmap v9126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:54.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:50:54.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:50:54.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:50:54.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:50:54.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:50:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:55 smithi161 ceph-mon[116604]: from='client.252873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:55 smithi161 ceph-mon[116604]: pgmap v9127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:55 smithi028 ceph-mon[112123]: from='client.252873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:55 smithi028 ceph-mon[112123]: pgmap v9127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:55 smithi138 ceph-mon[117003]: from='client.252873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:50:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:55 smithi138 ceph-mon[117003]: pgmap v9127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:50:57.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:57 smithi028 ceph-mon[112123]: pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:50:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:57 smithi138 ceph-mon[117003]: pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:50:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:57 smithi161 ceph-mon[116604]: pgmap v9128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:50:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:50:59 smithi138 ceph-mon[117003]: pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:50:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:50:59 smithi161 ceph-mon[116604]: pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:50:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:50:59 smithi028 ceph-mon[112123]: pgmap v9129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:50:59.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:50:59.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:50:59.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:00.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:00.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:00.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:00.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:00.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:01.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:01 smithi161 ceph-mon[116604]: from='client.252945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:01.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:01 smithi161 ceph-mon[116604]: pgmap v9130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:01 smithi028 ceph-mon[112123]: from='client.252945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:01.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:01 smithi028 ceph-mon[112123]: pgmap v9130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:01 smithi138 ceph-mon[117003]: from='client.252945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:01 smithi138 ceph-mon[117003]: pgmap v9130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:03 smithi161 ceph-mon[116604]: pgmap v9131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:03 smithi028 ceph-mon[112123]: pgmap v9131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:03 smithi138 ceph-mon[117003]: pgmap v9131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:05.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:05.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:05.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:05 smithi028 ceph-mon[112123]: pgmap v9132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:05 smithi138 ceph-mon[117003]: pgmap v9132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:05 smithi161 ceph-mon[116604]: pgmap v9132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:06.332 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:06.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:06.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:06.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:06.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:06.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:06 smithi028 ceph-mon[112123]: from='client.253020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:06 smithi138 ceph-mon[117003]: from='client.253020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:07.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:06 smithi161 ceph-mon[116604]: from='client.253020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:07 smithi028 ceph-mon[112123]: 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-07T09:51:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:07 smithi138 ceph-mon[117003]: 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-07T09:51:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:07 smithi161 ceph-mon[116604]: 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-07T09:51:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:09 smithi138 ceph-mon[117003]: 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-07T09:51:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:09 smithi161 ceph-mon[116604]: 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-07T09:51:09.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:09 smithi028 ceph-mon[112123]: 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-07T09:51:11.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:11.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:11.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:11 smithi161 ceph-mon[116604]: 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-07T09:51:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:11 smithi028 ceph-mon[112123]: 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-07T09:51:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:11 smithi138 ceph-mon[117003]: 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-07T09:51:12.105 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:12.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:12.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:12.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:12.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:12 smithi028 ceph-mon[112123]: from='client.253092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:13.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:12 smithi138 ceph-mon[117003]: from='client.253092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:12 smithi161 ceph-mon[116604]: from='client.253092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:13 smithi028 ceph-mon[112123]: 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-07T09:51:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:13 smithi138 ceph-mon[117003]: 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-07T09:51:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:13 smithi161 ceph-mon[116604]: 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-07T09:51:15.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:15 smithi028 ceph-mon[112123]: 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-07T09:51:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:15 smithi138 ceph-mon[117003]: 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-07T09:51:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:15 smithi161 ceph-mon[116604]: 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-07T09:51:17.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:17.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:17.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:17.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:17.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:17.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:17.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:17.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:17 smithi028 ceph-mon[112123]: 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-07T09:51:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:17 smithi138 ceph-mon[117003]: 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-07T09:51:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:17 smithi161 ceph-mon[116604]: 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-07T09:51:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:18 smithi028 ceph-mon[112123]: from='client.253161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:18 smithi138 ceph-mon[117003]: from='client.253161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:18 smithi161 ceph-mon[116604]: from='client.253161 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:19 smithi028 ceph-mon[112123]: 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-07T09:51:20.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:19 smithi138 ceph-mon[117003]: 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-07T09:51:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:19 smithi161 ceph-mon[116604]: 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-07T09:51:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:21 smithi028 ceph-mon[112123]: pgmap v9140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:51:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:21 smithi138 ceph-mon[117003]: pgmap v9140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:51:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:21 smithi161 ceph-mon[116604]: pgmap v9140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:51:22.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:22.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:22.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:23.675 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:23.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:23.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:23.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:23.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:23.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:23 smithi028 ceph-mon[112123]: pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:23 smithi138 ceph-mon[117003]: pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:23 smithi161 ceph-mon[116604]: pgmap v9141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:24.973 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:24 smithi028 ceph-mon[112123]: from='client.253239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:24 smithi138 ceph-mon[117003]: from='client.253239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:25.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:24 smithi161 ceph-mon[116604]: from='client.253239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:25 smithi028 ceph-mon[112123]: pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:51:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:25 smithi138 ceph-mon[117003]: pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:51:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:25 smithi161 ceph-mon[116604]: pgmap v9142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:51:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:27 smithi138 ceph-mon[117003]: pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:27 smithi161 ceph-mon[116604]: pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:27 smithi028 ceph-mon[112123]: pgmap v9143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:28.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:28.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:28.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:29 smithi161 ceph-mon[116604]: pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:29.447 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:29.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:29.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:29.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:29.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:29 smithi028 ceph-mon[112123]: pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:29 smithi138 ceph-mon[117003]: pgmap v9144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:30 smithi138 ceph-mon[117003]: from='client.253317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:30.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:30 smithi161 ceph-mon[116604]: from='client.253317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:30 smithi028 ceph-mon[112123]: from='client.253317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:31.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:31 smithi161 ceph-mon[116604]: 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-07T09:51:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:31 smithi028 ceph-mon[112123]: 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-07T09:51:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:31 smithi138 ceph-mon[117003]: 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-07T09:51:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:33 smithi028 ceph-mon[112123]: pgmap v9146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:33 smithi138 ceph-mon[117003]: pgmap v9146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:33 smithi161 ceph-mon[116604]: pgmap v9146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:34.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:34.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:34.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:35.216 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:35.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:35.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:35.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:35.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:35 smithi028 ceph-mon[112123]: pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:35.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:35 smithi028 ceph-mon[112123]: from='client.253392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:35 smithi138 ceph-mon[117003]: pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:35 smithi138 ceph-mon[117003]: from='client.253392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:35 smithi161 ceph-mon[116604]: pgmap v9147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:35 smithi161 ceph-mon[116604]: from='client.253392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:37 smithi028 ceph-mon[112123]: pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:37 smithi138 ceph-mon[117003]: pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:37 smithi161 ceph-mon[116604]: pgmap v9148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:51:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:51:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:51:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:51:40.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:40.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.197 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.197 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.197 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.197 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.197 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.197 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.197 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.197 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.197 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:51:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: pgmap v9149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:51:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:40.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T09:51:40.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:40.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:40.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:40.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:40.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:40.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:40.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:40.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:40 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16488M 2023-12-07T09:51:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:51:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:51:41.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:40 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16488M 2023-12-07T09:51:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:51:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:51:41.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:40 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16488M 2023-12-07T09:51:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:51:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:51:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:51:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:41 smithi161 ceph-mon[116604]: from='client.253470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:41 smithi161 ceph-mon[116604]: pgmap v9150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:41 smithi028 ceph-mon[112123]: from='client.253470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:42.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:41 smithi028 ceph-mon[112123]: pgmap v9150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:41 smithi138 ceph-mon[117003]: from='client.253470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:41 smithi138 ceph-mon[117003]: pgmap v9150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:51:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:43 smithi161 ceph-mon[116604]: 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-07T09:51:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:43 smithi028 ceph-mon[112123]: 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-07T09:51:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:43 smithi138 ceph-mon[117003]: 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-07T09:51:45.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:45.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:45.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:45 smithi161 ceph-mon[116604]: 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-07T09:51:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:45 smithi028 ceph-mon[112123]: 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-07T09:51:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:45 smithi138 ceph-mon[117003]: 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-07T09:51:46.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:46.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:46.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:46.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:46.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:47 smithi161 ceph-mon[116604]: from='client.253542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:47 smithi161 ceph-mon[116604]: 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-07T09:51:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:47 smithi028 ceph-mon[112123]: from='client.253542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:47 smithi028 ceph-mon[112123]: 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-07T09:51:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:47 smithi138 ceph-mon[117003]: from='client.253542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:47 smithi138 ceph-mon[117003]: 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-07T09:51:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:49 smithi161 ceph-mon[116604]: 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-07T09:51:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:49 smithi028 ceph-mon[112123]: 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-07T09:51:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:49 smithi138 ceph-mon[117003]: 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-07T09:51:51.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:51.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:51.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:51 smithi028 ceph-mon[112123]: 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-07T09:51:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:51 smithi138 ceph-mon[117003]: 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-07T09:51:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:51 smithi161 ceph-mon[116604]: 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-07T09:51:52.539 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:52.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:52.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:52.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:52.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:53 smithi028 ceph-mon[112123]: from='client.253614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:53 smithi028 ceph-mon[112123]: 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-07T09:51:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:53 smithi138 ceph-mon[117003]: from='client.253614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:53 smithi138 ceph-mon[117003]: 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-07T09:51:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:53 smithi161 ceph-mon[116604]: from='client.253614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:53 smithi161 ceph-mon[116604]: 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-07T09:51:55.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:55 smithi028 ceph-mon[112123]: 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-07T09:51:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:55 smithi138 ceph-mon[117003]: 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-07T09:51:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:55 smithi161 ceph-mon[116604]: 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-07T09:51:57.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:51:57.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:51:57.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:51:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:57 smithi028 ceph-mon[112123]: 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-07T09:51:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:57 smithi138 ceph-mon[117003]: 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-07T09:51:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:57 smithi161 ceph-mon[116604]: 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-07T09:51:58.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:51:58.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:51:58.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:51:58.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:51:58.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:51:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:58 smithi028 ceph-mon[112123]: from='client.253683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:58 smithi138 ceph-mon[117003]: from='client.253683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:59.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:58 smithi161 ceph-mon[116604]: from='client.253683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:51:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:51:59 smithi028 ceph-mon[112123]: 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-07T09:52:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:51:59 smithi138 ceph-mon[117003]: 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-07T09:52:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:51:59 smithi161 ceph-mon[116604]: 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-07T09:52:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:01 smithi028 ceph-mon[112123]: pgmap v9160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:52:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:01 smithi138 ceph-mon[117003]: pgmap v9160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:52:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:01 smithi161 ceph-mon[116604]: pgmap v9160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:52:03.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:03.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:03.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:03 smithi028 ceph-mon[112123]: pgmap v9161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:03 smithi138 ceph-mon[117003]: pgmap v9161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:04.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:04.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:04.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:04.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:04.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:03 smithi161 ceph-mon[116604]: pgmap v9161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:05.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:04 smithi138 ceph-mon[117003]: from='client.253755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:05.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:04 smithi161 ceph-mon[116604]: from='client.253755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:04 smithi028 ceph-mon[112123]: from='client.253755 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:05 smithi138 ceph-mon[117003]: pgmap v9162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:52:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:05 smithi161 ceph-mon[116604]: pgmap v9162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:52:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:05 smithi028 ceph-mon[112123]: pgmap v9162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:52:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:07 smithi138 ceph-mon[117003]: pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:07 smithi161 ceph-mon[116604]: pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:08.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:07 smithi028 ceph-mon[112123]: pgmap v9163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:09.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:09.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:09.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:09 smithi161 ceph-mon[116604]: pgmap v9164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:09 smithi028 ceph-mon[112123]: pgmap v9164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:09 smithi138 ceph-mon[117003]: pgmap v9164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:09.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:09.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:09.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:09.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:09.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:10.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:10 smithi161 ceph-mon[116604]: from='client.253833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:10.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:10 smithi028 ceph-mon[112123]: from='client.253833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:10 smithi138 ceph-mon[117003]: from='client.253833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:11 smithi161 ceph-mon[116604]: 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-07T09:52:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:11 smithi028 ceph-mon[112123]: 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-07T09:52:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:11 smithi138 ceph-mon[117003]: 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-07T09:52:13.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:13 smithi028 ceph-mon[112123]: pgmap v9166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:13 smithi138 ceph-mon[117003]: pgmap v9166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:13 smithi161 ceph-mon[116604]: pgmap v9166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:14.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:14.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:14.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:15.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:15.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:15.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:15.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:15.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:15 smithi028 ceph-mon[112123]: pgmap v9167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:15 smithi138 ceph-mon[117003]: pgmap v9167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:15 smithi161 ceph-mon[116604]: pgmap v9167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:16 smithi028 ceph-mon[112123]: from='client.253911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:17.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:16 smithi138 ceph-mon[117003]: from='client.253911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:16 smithi161 ceph-mon[116604]: from='client.253911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:17 smithi028 ceph-mon[112123]: pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:17 smithi138 ceph-mon[117003]: pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:17 smithi161 ceph-mon[116604]: pgmap v9168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:19 smithi161 ceph-mon[116604]: pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:19.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:19 smithi028 ceph-mon[112123]: pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:19 smithi138 ceph-mon[117003]: pgmap v9169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:20.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:20.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:20.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:21.437 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:21.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:21.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:21.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:21.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:21.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:21 smithi028 ceph-mon[112123]: pgmap v9170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:21 smithi138 ceph-mon[117003]: pgmap v9170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:21 smithi161 ceph-mon[116604]: pgmap v9170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:22 smithi028 ceph-mon[112123]: from='client.253986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:22 smithi138 ceph-mon[117003]: from='client.253986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:22 smithi161 ceph-mon[116604]: from='client.253986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:23 smithi028 ceph-mon[112123]: 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-07T09:52:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:23 smithi138 ceph-mon[117003]: 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-07T09:52:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:23 smithi161 ceph-mon[116604]: 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-07T09:52:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:25 smithi028 ceph-mon[112123]: 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-07T09:52:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:25 smithi138 ceph-mon[117003]: 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-07T09:52:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:25 smithi161 ceph-mon[116604]: 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-07T09:52:26.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:26.439 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:26.439 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:27.219 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:27.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:27.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:27.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:27.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:27 smithi138 ceph-mon[117003]: 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-07T09:52:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:27 smithi138 ceph-mon[117003]: from='client.254061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:27 smithi161 ceph-mon[116604]: 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-07T09:52:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:27 smithi161 ceph-mon[116604]: from='client.254061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:27 smithi028 ceph-mon[112123]: 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-07T09:52:28.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:27 smithi028 ceph-mon[112123]: from='client.254061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:29 smithi161 ceph-mon[116604]: 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-07T09:52:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:29 smithi028 ceph-mon[112123]: 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-07T09:52:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:29 smithi138 ceph-mon[117003]: 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-07T09:52:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:31 smithi028 ceph-mon[112123]: 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-07T09:52:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:31 smithi138 ceph-mon[117003]: 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-07T09:52:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:31 smithi161 ceph-mon[116604]: 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-07T09:52:32.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:32.221 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:32.221 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:33.007 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:33.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:33.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:33.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:33.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:33 smithi028 ceph-mon[112123]: from='client.254136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:33.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:33 smithi028 ceph-mon[112123]: 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-07T09:52:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:33 smithi138 ceph-mon[117003]: from='client.254136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:33 smithi138 ceph-mon[117003]: 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-07T09:52:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:33 smithi161 ceph-mon[116604]: from='client.254136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:33 smithi161 ceph-mon[116604]: 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-07T09:52:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:35 smithi028 ceph-mon[112123]: 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-07T09:52:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:35 smithi138 ceph-mon[117003]: 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-07T09:52:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:35 smithi161 ceph-mon[116604]: 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-07T09:52:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:37 smithi028 ceph-mon[112123]: 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-07T09:52:38.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:38.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:38.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:37 smithi138 ceph-mon[117003]: 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-07T09:52:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:37 smithi161 ceph-mon[116604]: 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-07T09:52:38.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:38.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:38.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:38.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:38.774 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:39 smithi161 ceph-mon[116604]: from='client.254211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:39 smithi161 ceph-mon[116604]: 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-07T09:52:39.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:39 smithi028 ceph-mon[112123]: from='client.254211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:39.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:39 smithi028 ceph-mon[112123]: 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-07T09:52:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:39 smithi138 ceph-mon[117003]: from='client.254211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:39 smithi138 ceph-mon[117003]: 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-07T09:52:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:52:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:52:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:52:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:52:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:52:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:52:41.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:41 smithi161 ceph-mon[116604]: pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:52:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:52:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:52:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:52:41.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:41 smithi028 ceph-mon[112123]: pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:52:41.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:52:41.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:52:41.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:52:41.547 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:41 smithi138 ceph-mon[117003]: pgmap v9180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:52:43.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:43.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:43.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:43 smithi028 ceph-mon[112123]: pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:43 smithi138 ceph-mon[117003]: pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:43 smithi161 ceph-mon[116604]: pgmap v9181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:44.556 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:44.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:44.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:44.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:44.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:45 smithi028 ceph-mon[112123]: from='client.254289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:45.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:45 smithi028 ceph-mon[112123]: 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-07T09:52:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:45 smithi138 ceph-mon[117003]: from='client.254289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:45 smithi138 ceph-mon[117003]: 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-07T09:52:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:45 smithi161 ceph-mon[116604]: from='client.254289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:45 smithi161 ceph-mon[116604]: 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-07T09:52:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:47 smithi138 ceph-mon[117003]: 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-07T09:52:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:47 smithi161 ceph-mon[116604]: 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-07T09:52:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:47 smithi028 ceph-mon[112123]: 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-07T09:52:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:49 smithi161 ceph-mon[116604]: 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-07T09:52:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:49 smithi028 ceph-mon[112123]: 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-07T09:52:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:49 smithi138 ceph-mon[117003]: 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-07T09:52:49.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:49.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:49.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:50.331 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:50.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:50.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:50.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:50.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:50 smithi161 ceph-mon[116604]: from='client.254367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:50 smithi028 ceph-mon[112123]: from='client.254367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:50 smithi138 ceph-mon[117003]: from='client.254367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:51.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:51 smithi161 ceph-mon[116604]: 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-07T09:52:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:51 smithi028 ceph-mon[112123]: 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-07T09:52:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:51 smithi138 ceph-mon[117003]: 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-07T09:52:53.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:53 smithi028 ceph-mon[112123]: pgmap v9186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:53 smithi138 ceph-mon[117003]: pgmap v9186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:53 smithi161 ceph-mon[116604]: pgmap v9186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:52:55.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:52:55.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:52:55.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:52:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:55 smithi138 ceph-mon[117003]: pgmap v9187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:56.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:52:56.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:52:56.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:52:56.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:52:56.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:52:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:55 smithi161 ceph-mon[116604]: pgmap v9187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:55 smithi028 ceph-mon[112123]: pgmap v9187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:52:57.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:56 smithi138 ceph-mon[117003]: from='client.254442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:56 smithi161 ceph-mon[116604]: from='client.254442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:56 smithi028 ceph-mon[112123]: from='client.254442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:52:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:57 smithi138 ceph-mon[117003]: 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-07T09:52:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:57 smithi161 ceph-mon[116604]: 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-07T09:52:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:57 smithi028 ceph-mon[112123]: 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-07T09:52:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:52:59 smithi161 ceph-mon[116604]: 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-07T09:52:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:52:59 smithi028 ceph-mon[112123]: 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-07T09:52:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:52:59 smithi138 ceph-mon[117003]: 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-07T09:53:01.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:01.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:01.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:01.880 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:01.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:01.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:01.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:01.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:01 smithi028 ceph-mon[112123]: 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-07T09:53:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:01 smithi138 ceph-mon[117003]: 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-07T09:53:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:01 smithi161 ceph-mon[116604]: 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-07T09:53:03.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:02 smithi138 ceph-mon[117003]: from='client.254511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:02 smithi161 ceph-mon[116604]: from='client.254511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:03.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:02 smithi028 ceph-mon[112123]: from='client.254511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:03 smithi138 ceph-mon[117003]: 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-07T09:53:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:03 smithi161 ceph-mon[116604]: 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-07T09:53:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:03 smithi028 ceph-mon[112123]: 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-07T09:53:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:05 smithi138 ceph-mon[117003]: 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-07T09:53:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:05 smithi161 ceph-mon[116604]: 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-07T09:53:06.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:05 smithi028 ceph-mon[112123]: 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-07T09:53:06.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:06.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:06.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:07.666 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:07.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:07.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:07.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:07.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:07 smithi138 ceph-mon[117003]: 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-07T09:53:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:07 smithi161 ceph-mon[116604]: 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-07T09:53:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:07 smithi028 ceph-mon[112123]: 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-07T09:53:09.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:08 smithi138 ceph-mon[117003]: from='client.254589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:08 smithi161 ceph-mon[116604]: from='client.254589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:08 smithi028 ceph-mon[112123]: from='client.254589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:10.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:09 smithi138 ceph-mon[117003]: 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-07T09:53:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:09 smithi161 ceph-mon[116604]: 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-07T09:53:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:09 smithi028 ceph-mon[112123]: 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-07T09:53:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:11 smithi138 ceph-mon[117003]: 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-07T09:53:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:11 smithi161 ceph-mon[116604]: 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-07T09:53:12.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:11 smithi028 ceph-mon[112123]: 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-07T09:53:12.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:12.668 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:12.668 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:13.440 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:13.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:13.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:13.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:13.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:13 smithi138 ceph-mon[117003]: 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-07T09:53:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:13 smithi161 ceph-mon[116604]: 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-07T09:53:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:13 smithi028 ceph-mon[112123]: 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-07T09:53:15.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:14 smithi138 ceph-mon[117003]: from='client.254661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:14 smithi161 ceph-mon[116604]: from='client.254661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:14 smithi028 ceph-mon[112123]: from='client.254661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:15 smithi138 ceph-mon[117003]: 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-07T09:53:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:15 smithi161 ceph-mon[116604]: 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-07T09:53:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:15 smithi028 ceph-mon[112123]: 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-07T09:53:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:17 smithi138 ceph-mon[117003]: 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-07T09:53:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:17 smithi161 ceph-mon[116604]: 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-07T09:53:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:17 smithi028 ceph-mon[112123]: 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-07T09:53:18.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:18.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:18.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:19.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:19.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:19.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:19.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:19.214 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:19 smithi161 ceph-mon[116604]: 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-07T09:53:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:19 smithi161 ceph-mon[116604]: from='client.254733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:19.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:19 smithi028 ceph-mon[112123]: 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-07T09:53:19.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:19 smithi028 ceph-mon[112123]: from='client.254733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:19 smithi138 ceph-mon[117003]: 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-07T09:53:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:19 smithi138 ceph-mon[117003]: from='client.254733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:21 smithi138 ceph-mon[117003]: pgmap v9200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:53:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:21 smithi161 ceph-mon[116604]: pgmap v9200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:53:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:21 smithi028 ceph-mon[112123]: pgmap v9200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:53:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:23 smithi138 ceph-mon[117003]: pgmap v9201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:53:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:23 smithi161 ceph-mon[116604]: pgmap v9201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:53:24.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:24.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:24.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:23 smithi028 ceph-mon[112123]: pgmap v9201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:53:24.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:24.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:24.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:24.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:24.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:25 smithi138 ceph-mon[117003]: from='client.254805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:25 smithi138 ceph-mon[117003]: 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-07T09:53:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:25 smithi161 ceph-mon[116604]: from='client.254805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:25 smithi161 ceph-mon[116604]: 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-07T09:53:26.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:25 smithi028 ceph-mon[112123]: from='client.254805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:26.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:25 smithi028 ceph-mon[112123]: 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-07T09:53:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:27 smithi138 ceph-mon[117003]: 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-07T09:53:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:27 smithi161 ceph-mon[116604]: 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-07T09:53:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:27 smithi028 ceph-mon[112123]: 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-07T09:53:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:29 smithi161 ceph-mon[116604]: 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-07T09:53:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:29 smithi028 ceph-mon[112123]: 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-07T09:53:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:29 smithi138 ceph-mon[117003]: 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-07T09:53:29.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:29.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:29.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:30.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:30.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:30.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:30.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:30.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:31 smithi138 ceph-mon[117003]: from='client.254877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:31 smithi138 ceph-mon[117003]: 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-07T09:53:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:31 smithi161 ceph-mon[116604]: from='client.254877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:31 smithi161 ceph-mon[116604]: 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-07T09:53:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:31 smithi028 ceph-mon[112123]: from='client.254877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:31 smithi028 ceph-mon[112123]: 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-07T09:53:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:33 smithi138 ceph-mon[117003]: pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:53:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:33 smithi161 ceph-mon[116604]: pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:53:34.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:33 smithi028 ceph-mon[112123]: pgmap v9206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:53:35.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:35.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:35.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:35 smithi138 ceph-mon[117003]: pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:53:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:35 smithi161 ceph-mon[116604]: pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:53:36.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:35 smithi028 ceph-mon[112123]: pgmap v9207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:53:36.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:36.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:36.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:36.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:36.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:37 smithi138 ceph-mon[117003]: from='client.254955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:37 smithi138 ceph-mon[117003]: 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-07T09:53:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:37 smithi161 ceph-mon[116604]: from='client.254955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:37 smithi161 ceph-mon[116604]: 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-07T09:53:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:37 smithi028 ceph-mon[112123]: from='client.254955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:38.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:37 smithi028 ceph-mon[112123]: 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-07T09:53:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:39 smithi161 ceph-mon[116604]: 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-07T09:53:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:39 smithi028 ceph-mon[112123]: 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-07T09:53:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:39 smithi138 ceph-mon[117003]: 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-07T09:53:41.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:41.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:41.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:41 smithi138 ceph-mon[117003]: 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-07T09:53:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:53:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:53:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:53:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:53:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:41 smithi161 ceph-mon[116604]: 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-07T09:53:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:53:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:53:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:53:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:53:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:41 smithi028 ceph-mon[112123]: 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-07T09:53:42.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:53:42.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:53:42.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:53:42.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:53:42.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:42.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:42.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:42.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:42.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:42 smithi138 ceph-mon[117003]: from='client.255033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:43.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:42 smithi161 ceph-mon[116604]: from='client.255033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:42 smithi028 ceph-mon[112123]: from='client.255033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:43 smithi138 ceph-mon[117003]: 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-07T09:53:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:43 smithi161 ceph-mon[116604]: 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-07T09:53:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:43 smithi028 ceph-mon[112123]: 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-07T09:53:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:45 smithi138 ceph-mon[117003]: 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-07T09:53:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:45 smithi161 ceph-mon[116604]: 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-07T09:53:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:45 smithi028 ceph-mon[112123]: 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-07T09:53:47.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:47.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:47.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:47 smithi138 ceph-mon[117003]: 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-07T09:53:48.099 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:48.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:48.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:48.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:48.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:47 smithi161 ceph-mon[116604]: 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-07T09:53:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:47 smithi028 ceph-mon[112123]: 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-07T09:53:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:48 smithi138 ceph-mon[117003]: from='client.255108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:48 smithi161 ceph-mon[116604]: from='client.255108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:49.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:48 smithi028 ceph-mon[112123]: from='client.255108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:49 smithi138 ceph-mon[117003]: 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-07T09:53:50.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:49 smithi161 ceph-mon[116604]: 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-07T09:53:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:49 smithi028 ceph-mon[112123]: 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-07T09:53:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:51 smithi138 ceph-mon[117003]: 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-07T09:53:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:51 smithi161 ceph-mon[116604]: 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-07T09:53:52.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:51 smithi028 ceph-mon[112123]: 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-07T09:53:53.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:53.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:53.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:53.865 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:53.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:53:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:53 smithi138 ceph-mon[117003]: 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-07T09:53:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:53 smithi161 ceph-mon[116604]: 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-07T09:53:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:53 smithi028 ceph-mon[112123]: 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-07T09:53:55.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:54 smithi138 ceph-mon[117003]: from='client.255183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:54 smithi161 ceph-mon[116604]: from='client.255183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:54 smithi028 ceph-mon[112123]: from='client.255183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:53:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:55 smithi138 ceph-mon[117003]: pgmap v9217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:53:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:55 smithi161 ceph-mon[116604]: pgmap v9217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:53:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:55 smithi028 ceph-mon[112123]: pgmap v9217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:53:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:57 smithi138 ceph-mon[117003]: pgmap v9218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:53:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:57 smithi161 ceph-mon[116604]: pgmap v9218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:53:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:57 smithi028 ceph-mon[112123]: pgmap v9218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:53:58.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:53:58.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:53:58.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:53:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:53:59 smithi161 ceph-mon[116604]: pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:53:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:53:59 smithi028 ceph-mon[112123]: pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:53:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:53:59 smithi138 ceph-mon[117003]: pgmap v9219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:53:59.650 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:53:59.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:53:59.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:53:59.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:53:59.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:00.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:00 smithi161 ceph-mon[116604]: from='client.255261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:00 smithi028 ceph-mon[112123]: from='client.255261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:00 smithi138 ceph-mon[117003]: from='client.255261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:01 smithi161 ceph-mon[116604]: 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-07T09:54:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:01 smithi028 ceph-mon[112123]: 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-07T09:54:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:01 smithi138 ceph-mon[117003]: 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-07T09:54:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:03 smithi138 ceph-mon[117003]: 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-07T09:54:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:03 smithi161 ceph-mon[116604]: 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-07T09:54:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:03 smithi028 ceph-mon[112123]: 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-07T09:54:04.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:04.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:04.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:05.433 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:05.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:05.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:05.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:05.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:05 smithi138 ceph-mon[117003]: 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-07T09:54:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:05 smithi161 ceph-mon[116604]: 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-07T09:54:06.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:05 smithi028 ceph-mon[112123]: 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-07T09:54:07.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:06 smithi138 ceph-mon[117003]: from='client.255339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:07.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:06 smithi161 ceph-mon[116604]: from='client.255339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:06 smithi028 ceph-mon[112123]: from='client.255339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:08.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:07 smithi138 ceph-mon[117003]: pgmap v9223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:07 smithi161 ceph-mon[116604]: pgmap v9223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:08.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:07 smithi028 ceph-mon[112123]: pgmap v9223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:09 smithi161 ceph-mon[116604]: pgmap v9224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:09 smithi028 ceph-mon[112123]: pgmap v9224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:09 smithi138 ceph-mon[117003]: pgmap v9224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:54:10.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:10.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:10.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:11.208 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:11.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:11.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:11.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:11.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:11 smithi138 ceph-mon[117003]: pgmap v9225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:11 smithi138 ceph-mon[117003]: from='client.255417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:11 smithi161 ceph-mon[116604]: pgmap v9225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:11 smithi161 ceph-mon[116604]: from='client.255417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:11 smithi028 ceph-mon[112123]: pgmap v9225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:54:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:11 smithi028 ceph-mon[112123]: from='client.255417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:13 smithi138 ceph-mon[117003]: 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-07T09:54:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:13 smithi161 ceph-mon[116604]: 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-07T09:54:14.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:13 smithi028 ceph-mon[112123]: 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-07T09:54:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:15 smithi138 ceph-mon[117003]: 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-07T09:54:16.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:15 smithi161 ceph-mon[116604]: 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-07T09:54:16.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:16.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:16.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:15 smithi028 ceph-mon[112123]: 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-07T09:54:16.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:16.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:16.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:16.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:16.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:18.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:17 smithi138 ceph-mon[117003]: from='client.255495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:18.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:17 smithi138 ceph-mon[117003]: 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-07T09:54:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:17 smithi161 ceph-mon[116604]: from='client.255495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:17 smithi161 ceph-mon[116604]: 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-07T09:54:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:17 smithi028 ceph-mon[112123]: from='client.255495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:18.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:17 smithi028 ceph-mon[112123]: 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-07T09:54:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:19 smithi161 ceph-mon[116604]: 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-07T09:54:19.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:19 smithi028 ceph-mon[112123]: 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-07T09:54:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:19 smithi138 ceph-mon[117003]: 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-07T09:54:21.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:21.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:21.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:21 smithi138 ceph-mon[117003]: 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-07T09:54:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:21 smithi161 ceph-mon[116604]: 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-07T09:54:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:21 smithi028 ceph-mon[112123]: 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-07T09:54:22.759 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:22.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:22.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:22.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:22.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:23 smithi138 ceph-mon[117003]: from='client.255573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:23 smithi138 ceph-mon[117003]: 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-07T09:54:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:23 smithi161 ceph-mon[116604]: from='client.255573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:23 smithi161 ceph-mon[116604]: 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-07T09:54:24.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:23 smithi028 ceph-mon[112123]: from='client.255573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:24.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:23 smithi028 ceph-mon[112123]: 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-07T09:54:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:25 smithi138 ceph-mon[117003]: 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-07T09:54:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:25 smithi161 ceph-mon[116604]: 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-07T09:54:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:25 smithi028 ceph-mon[112123]: 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-07T09:54:27.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:27.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:27.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:27 smithi138 ceph-mon[117003]: 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-07T09:54:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:27 smithi161 ceph-mon[116604]: 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-07T09:54:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:27 smithi028 ceph-mon[112123]: 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-07T09:54:28.528 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:28.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:28.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:28.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:28.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:29 smithi161 ceph-mon[116604]: from='client.255648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:29 smithi161 ceph-mon[116604]: 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-07T09:54:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:29 smithi028 ceph-mon[112123]: from='client.255648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:29 smithi028 ceph-mon[112123]: 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-07T09:54:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:29 smithi138 ceph-mon[117003]: from='client.255648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:29 smithi138 ceph-mon[117003]: 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-07T09:54:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:31 smithi138 ceph-mon[117003]: 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-07T09:54:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:31 smithi161 ceph-mon[116604]: 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-07T09:54:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:31 smithi028 ceph-mon[112123]: 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-07T09:54:33.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:33.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:33.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:33 smithi138 ceph-mon[117003]: 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-07T09:54:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:33 smithi161 ceph-mon[116604]: 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-07T09:54:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:33 smithi028 ceph-mon[112123]: 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-07T09:54:34.312 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:34.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:34.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:34.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:34.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:35.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:34 smithi138 ceph-mon[117003]: from='client.255723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:34 smithi161 ceph-mon[116604]: from='client.255723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:34 smithi028 ceph-mon[112123]: from='client.255723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:35 smithi138 ceph-mon[117003]: pgmap v9237: 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-07T09:54:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:35 smithi161 ceph-mon[116604]: pgmap v9237: 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-07T09:54:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:35 smithi028 ceph-mon[112123]: pgmap v9237: 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-07T09:54:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:37 smithi138 ceph-mon[117003]: pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:37 smithi161 ceph-mon[116604]: pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:37 smithi028 ceph-mon[112123]: pgmap v9238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:39.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:39.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:39.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:39 smithi161 ceph-mon[116604]: pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:39 smithi028 ceph-mon[112123]: pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:39 smithi138 ceph-mon[117003]: pgmap v9239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:40.076 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:40.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:40.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:40.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:40.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:40 smithi161 ceph-mon[116604]: from='client.255798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:40 smithi028 ceph-mon[112123]: from='client.255798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:40 smithi138 ceph-mon[117003]: from='client.255798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:41 smithi161 ceph-mon[116604]: 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-07T09:54:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:41 smithi028 ceph-mon[112123]: 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-07T09:54:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:41 smithi138 ceph-mon[117003]: 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-07T09:54:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:54:42.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:54:42.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:54:42.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:54:42.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:54:42.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:54:42.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:54:42.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:54:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:54:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:54:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:54:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:54:43.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:43 smithi161 ceph-mon[116604]: 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-07T09:54:43.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:43 smithi028 ceph-mon[112123]: 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-07T09:54:43.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:43 smithi138 ceph-mon[117003]: 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-07T09:54:45.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:45.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:45.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:45.848 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:45.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:45.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:45.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:45.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:45 smithi138 ceph-mon[117003]: 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-07T09:54:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:45 smithi161 ceph-mon[116604]: 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-07T09:54:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:45 smithi028 ceph-mon[112123]: 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-07T09:54:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:46 smithi138 ceph-mon[117003]: from='client.255876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:46 smithi161 ceph-mon[116604]: from='client.255876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:47.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:46 smithi028 ceph-mon[112123]: from='client.255876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:47 smithi138 ceph-mon[117003]: pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:47 smithi161 ceph-mon[116604]: pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:47 smithi028 ceph-mon[112123]: pgmap v9243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:49 smithi161 ceph-mon[116604]: pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:49 smithi028 ceph-mon[112123]: pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:49 smithi138 ceph-mon[117003]: pgmap v9244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T09:54:50.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:50.850 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:50.850 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:51.627 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:51.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:51.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:51.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:51.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:51 smithi138 ceph-mon[117003]: pgmap v9245: 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-07T09:54:52.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:51 smithi161 ceph-mon[116604]: pgmap v9245: 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-07T09:54:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:51 smithi028 ceph-mon[112123]: pgmap v9245: 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-07T09:54:53.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:52 smithi138 ceph-mon[117003]: from='client.255948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:52 smithi161 ceph-mon[116604]: from='client.255948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:52 smithi028 ceph-mon[112123]: from='client.255948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:53 smithi138 ceph-mon[117003]: 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-07T09:54:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:53 smithi161 ceph-mon[116604]: 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-07T09:54:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:53 smithi028 ceph-mon[112123]: 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-07T09:54:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:55 smithi138 ceph-mon[117003]: 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-07T09:54:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:55 smithi161 ceph-mon[116604]: 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-07T09:54:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:55 smithi028 ceph-mon[112123]: 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-07T09:54:56.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:54:56.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:54:56.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:54:57.399 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:54:57.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:54:57.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:54:57.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:54:57.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:54:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:57 smithi138 ceph-mon[117003]: 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-07T09:54:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:57 smithi161 ceph-mon[116604]: 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-07T09:54:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:57 smithi028 ceph-mon[112123]: 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-07T09:54:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:58 smithi138 ceph-mon[117003]: from='client.256026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:58 smithi161 ceph-mon[116604]: from='client.256026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:54:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:58 smithi028 ceph-mon[112123]: from='client.256026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:54:59 smithi138 ceph-mon[117003]: 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-07T09:55:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:54:59 smithi161 ceph-mon[116604]: 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-07T09:55:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:54:59 smithi028 ceph-mon[112123]: 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-07T09:55:02.046 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:01 smithi138 ceph-mon[117003]: 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-07T09:55:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:01 smithi161 ceph-mon[116604]: 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-07T09:55:02.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:01 smithi028 ceph-mon[112123]: 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-07T09:55:02.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:02.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:02.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:03.171 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:03.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:03.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:03.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:03.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:03 smithi138 ceph-mon[117003]: 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-07T09:55:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:03 smithi138 ceph-mon[117003]: from='client.256101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:03 smithi161 ceph-mon[116604]: 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-07T09:55:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:03 smithi161 ceph-mon[116604]: from='client.256101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:03 smithi028 ceph-mon[112123]: 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-07T09:55:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:03 smithi028 ceph-mon[112123]: from='client.256101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:05 smithi138 ceph-mon[117003]: 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-07T09:55:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:05 smithi161 ceph-mon[116604]: 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-07T09:55:06.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:05 smithi028 ceph-mon[112123]: 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-07T09:55:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:07 smithi138 ceph-mon[117003]: 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-07T09:55:08.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:08.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:08.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:08.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:07 smithi161 ceph-mon[116604]: 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-07T09:55:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:07 smithi028 ceph-mon[112123]: 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-07T09:55:08.954 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:08.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:08.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:08.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:08.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:09 smithi161 ceph-mon[116604]: from='client.256176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:09 smithi161 ceph-mon[116604]: 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-07T09:55:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:09 smithi028 ceph-mon[112123]: from='client.256176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:09.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:09 smithi028 ceph-mon[112123]: 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-07T09:55:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:09 smithi138 ceph-mon[117003]: from='client.256176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:09 smithi138 ceph-mon[117003]: 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-07T09:55:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:11 smithi138 ceph-mon[117003]: 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-07T09:55:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:11 smithi161 ceph-mon[116604]: 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-07T09:55:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:11 smithi028 ceph-mon[112123]: 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-07T09:55:13.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:13.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:13.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:13 smithi138 ceph-mon[117003]: 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-07T09:55:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:13 smithi161 ceph-mon[116604]: 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-07T09:55:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:13 smithi028 ceph-mon[112123]: 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-07T09:55:14.737 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:14.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:14.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:14.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:14.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:15 smithi138 ceph-mon[117003]: from='client.256254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:15 smithi138 ceph-mon[117003]: pgmap v9257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:15 smithi161 ceph-mon[116604]: from='client.256254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:15 smithi161 ceph-mon[116604]: pgmap v9257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:15 smithi028 ceph-mon[112123]: from='client.256254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:16.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:15 smithi028 ceph-mon[112123]: pgmap v9257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:17 smithi138 ceph-mon[117003]: pgmap v9258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:17 smithi161 ceph-mon[116604]: pgmap v9258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:18.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:17 smithi028 ceph-mon[112123]: pgmap v9258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:19 smithi161 ceph-mon[116604]: pgmap v9259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:19 smithi028 ceph-mon[112123]: pgmap v9259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:19 smithi138 ceph-mon[117003]: pgmap v9259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:55:19.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:19.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:19.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:20.503 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:20.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:20.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:20.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:20.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:21 smithi138 ceph-mon[117003]: from='client.256332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:21 smithi138 ceph-mon[117003]: 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-07T09:55:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:21 smithi161 ceph-mon[116604]: from='client.256332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:21 smithi161 ceph-mon[116604]: 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-07T09:55:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:21 smithi028 ceph-mon[112123]: from='client.256332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:22.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:21 smithi028 ceph-mon[112123]: 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-07T09:55:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:23 smithi138 ceph-mon[117003]: 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-07T09:55:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:23 smithi161 ceph-mon[116604]: 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-07T09:55:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:23 smithi028 ceph-mon[112123]: 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-07T09:55:25.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:25.505 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:25.505 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:25 smithi138 ceph-mon[117003]: 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-07T09:55:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:25 smithi161 ceph-mon[116604]: 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-07T09:55:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:25 smithi028 ceph-mon[112123]: 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-07T09:55:26.274 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:26.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:26.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:26.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:26.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:27.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:26 smithi138 ceph-mon[117003]: from='client.256401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:26 smithi161 ceph-mon[116604]: from='client.256401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:26 smithi028 ceph-mon[112123]: from='client.256401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:27 smithi138 ceph-mon[117003]: pgmap v9263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:27 smithi161 ceph-mon[116604]: pgmap v9263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:27 smithi028 ceph-mon[112123]: pgmap v9263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:29 smithi161 ceph-mon[116604]: pgmap v9264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:29 smithi028 ceph-mon[112123]: pgmap v9264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:29 smithi138 ceph-mon[117003]: pgmap v9264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:55:31.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:31.276 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:31.276 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:31 smithi138 ceph-mon[117003]: pgmap v9265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:32.064 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:32.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:32.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:32.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:32.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:31 smithi161 ceph-mon[116604]: pgmap v9265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:31 smithi028 ceph-mon[112123]: pgmap v9265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:55:33.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:32 smithi138 ceph-mon[117003]: from='client.256479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:32 smithi161 ceph-mon[116604]: from='client.256479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:32 smithi028 ceph-mon[112123]: from='client.256479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:33 smithi138 ceph-mon[117003]: 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-07T09:55:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:33 smithi161 ceph-mon[116604]: 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-07T09:55:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:33 smithi028 ceph-mon[112123]: 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-07T09:55:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:35 smithi138 ceph-mon[117003]: 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-07T09:55:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:35 smithi161 ceph-mon[116604]: 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-07T09:55:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:35 smithi028 ceph-mon[112123]: 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-07T09:55:37.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:37.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:37.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:37.844 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:37.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:37.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:37.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:37.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:37 smithi138 ceph-mon[117003]: 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-07T09:55:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:37 smithi161 ceph-mon[116604]: 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-07T09:55:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:37 smithi028 ceph-mon[112123]: 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-07T09:55:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:38 smithi138 ceph-mon[117003]: from='client.256557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:38 smithi161 ceph-mon[116604]: from='client.256557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:39.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:38 smithi028 ceph-mon[112123]: from='client.256557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:40.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:39 smithi138 ceph-mon[117003]: 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-07T09:55:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:39 smithi161 ceph-mon[116604]: 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-07T09:55:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:39 smithi028 ceph-mon[112123]: 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-07T09:55:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:41 smithi138 ceph-mon[117003]: 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-07T09:55:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:41 smithi161 ceph-mon[116604]: 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-07T09:55:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:41 smithi028 ceph-mon[112123]: 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-07T09:55:42.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:42.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:42.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:55:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:55:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:55:43.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:55:43.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:55:43.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:55:43.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:55:43.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:55:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:55:43.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:55:43.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:55:43.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:55:43.611 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:43.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:43.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:43.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:43.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:43 smithi138 ceph-mon[117003]: 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-07T09:55:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:43 smithi161 ceph-mon[116604]: 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-07T09:55:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:43 smithi028 ceph-mon[112123]: 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-07T09:55:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:44 smithi138 ceph-mon[117003]: from='client.256632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:44 smithi161 ceph-mon[116604]: from='client.256632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:45.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:44 smithi028 ceph-mon[112123]: from='client.256632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:45 smithi138 ceph-mon[117003]: 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-07T09:55:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:45 smithi161 ceph-mon[116604]: 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-07T09:55:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:45 smithi028 ceph-mon[112123]: 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-07T09:55:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:47 smithi138 ceph-mon[117003]: 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-07T09:55:48.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:47 smithi161 ceph-mon[116604]: 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-07T09:55:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:47 smithi028 ceph-mon[112123]: 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-07T09:55:48.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:48.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:48.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:49.401 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:49.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:49.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:49.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:49.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:49 smithi161 ceph-mon[116604]: 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-07T09:55:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:49 smithi161 ceph-mon[116604]: from='client.256704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:49 smithi028 ceph-mon[112123]: 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-07T09:55:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:49 smithi028 ceph-mon[112123]: from='client.256704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:49 smithi138 ceph-mon[117003]: 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-07T09:55:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:49 smithi138 ceph-mon[117003]: from='client.256704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:51 smithi138 ceph-mon[117003]: pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:55:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:51 smithi161 ceph-mon[116604]: pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:55:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:51 smithi028 ceph-mon[112123]: pgmap v9275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T09:55:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:53 smithi138 ceph-mon[117003]: pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:55:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:53 smithi161 ceph-mon[116604]: pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:55:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:53 smithi028 ceph-mon[112123]: pgmap v9276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T09:55:54.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:55:54.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:55:54.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:55:55.171 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:55:55.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:55:55.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:55:55.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:55:55.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:55:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:55 smithi138 ceph-mon[117003]: 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-07T09:55:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:55 smithi138 ceph-mon[117003]: from='client.256776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:55 smithi161 ceph-mon[116604]: 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-07T09:55:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:55 smithi161 ceph-mon[116604]: from='client.256776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:55 smithi028 ceph-mon[112123]: 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-07T09:55:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:55 smithi028 ceph-mon[112123]: from='client.256776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:55:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:57 smithi138 ceph-mon[117003]: 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-07T09:55:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:57 smithi161 ceph-mon[116604]: 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-07T09:55:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:57 smithi028 ceph-mon[112123]: 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-07T09:55:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:55:59 smithi161 ceph-mon[116604]: 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-07T09:55:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:55:59 smithi028 ceph-mon[112123]: 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-07T09:55:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:55:59 smithi138 ceph-mon[117003]: 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-07T09:56:00.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:00.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:00.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:00.936 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:00.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:00.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:00.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:00.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:01 smithi138 ceph-mon[117003]: from='client.256851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:01 smithi138 ceph-mon[117003]: 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-07T09:56:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:01 smithi161 ceph-mon[116604]: from='client.256851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:01 smithi161 ceph-mon[116604]: 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-07T09:56:02.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:01 smithi028 ceph-mon[112123]: from='client.256851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:02.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:01 smithi028 ceph-mon[112123]: 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-07T09:56:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:03 smithi138 ceph-mon[117003]: pgmap v9281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:56:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:03 smithi161 ceph-mon[116604]: pgmap v9281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:56:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:03 smithi028 ceph-mon[112123]: pgmap v9281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T09:56:05.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:05.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:05.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:05 smithi138 ceph-mon[117003]: pgmap v9282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:56:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:05 smithi161 ceph-mon[116604]: pgmap v9282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:56:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:05 smithi028 ceph-mon[112123]: pgmap v9282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T09:56:06.704 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:06.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:06.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:06.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:06.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:07 smithi138 ceph-mon[117003]: from='client.256929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:07 smithi138 ceph-mon[117003]: 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-07T09:56:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:07 smithi161 ceph-mon[116604]: from='client.256929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:07 smithi161 ceph-mon[116604]: 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-07T09:56:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:07 smithi028 ceph-mon[112123]: from='client.256929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:08.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:07 smithi028 ceph-mon[112123]: 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-07T09:56:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:09 smithi161 ceph-mon[116604]: 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-07T09:56:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:09 smithi028 ceph-mon[112123]: 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-07T09:56:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:09 smithi138 ceph-mon[117003]: 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-07T09:56:11.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:11.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:11.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:11 smithi138 ceph-mon[117003]: 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-07T09:56:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:11 smithi161 ceph-mon[116604]: 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-07T09:56:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:11 smithi028 ceph-mon[112123]: 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-07T09:56:12.484 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:12.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:12.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:12.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:12.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:13 smithi138 ceph-mon[117003]: from='client.257004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:13 smithi138 ceph-mon[117003]: 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-07T09:56:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:13 smithi161 ceph-mon[116604]: from='client.257004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:13 smithi161 ceph-mon[116604]: 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-07T09:56:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:13 smithi028 ceph-mon[112123]: from='client.257004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:13 smithi028 ceph-mon[112123]: 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-07T09:56:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:15 smithi138 ceph-mon[117003]: 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-07T09:56:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:15 smithi161 ceph-mon[116604]: 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-07T09:56:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:15 smithi028 ceph-mon[112123]: 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-07T09:56:17.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:17.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:17.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:17 smithi138 ceph-mon[117003]: 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-07T09:56:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:17 smithi161 ceph-mon[116604]: 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-07T09:56:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:17 smithi028 ceph-mon[112123]: 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-07T09:56:18.265 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:18.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:18.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:18.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:18.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:18 smithi138 ceph-mon[117003]: from='client.257082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:18 smithi161 ceph-mon[116604]: from='client.257082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:18 smithi028 ceph-mon[112123]: from='client.257082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:20.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:19 smithi138 ceph-mon[117003]: 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-07T09:56:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:19 smithi161 ceph-mon[116604]: 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-07T09:56:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:19 smithi028 ceph-mon[112123]: 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-07T09:56:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:21 smithi138 ceph-mon[117003]: 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-07T09:56:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:21 smithi161 ceph-mon[116604]: 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-07T09:56:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:21 smithi028 ceph-mon[112123]: 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-07T09:56:23.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:23.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:23.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:23 smithi138 ceph-mon[117003]: 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-07T09:56:24.043 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:24.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:24.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:24.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:24.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:23 smithi161 ceph-mon[116604]: 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-07T09:56:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:23 smithi028 ceph-mon[112123]: 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-07T09:56:25.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:24 smithi138 ceph-mon[117003]: from='client.257157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:24 smithi161 ceph-mon[116604]: from='client.257157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:24 smithi028 ceph-mon[112123]: from='client.257157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:25 smithi138 ceph-mon[117003]: 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-07T09:56:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:25 smithi161 ceph-mon[116604]: 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-07T09:56:26.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:25 smithi028 ceph-mon[112123]: 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-07T09:56:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:27 smithi161 ceph-mon[116604]: 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-07T09:56:28.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:27 smithi028 ceph-mon[112123]: 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-07T09:56:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:27 smithi138 ceph-mon[117003]: 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-07T09:56:29.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:29.045 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:29.046 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:29 smithi161 ceph-mon[116604]: 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-07T09:56:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:29 smithi028 ceph-mon[112123]: 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-07T09:56:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:29 smithi138 ceph-mon[117003]: 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-07T09:56:29.820 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:29.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:29.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:29.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:29.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:30.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:30 smithi161 ceph-mon[116604]: from='client.257235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:30 smithi028 ceph-mon[112123]: from='client.257235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:30 smithi138 ceph-mon[117003]: from='client.257235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:31.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:31 smithi161 ceph-mon[116604]: pgmap v9295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:31 smithi028 ceph-mon[112123]: pgmap v9295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:31 smithi138 ceph-mon[117003]: pgmap v9295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:34.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:33 smithi138 ceph-mon[117003]: pgmap v9296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:33 smithi161 ceph-mon[116604]: pgmap v9296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:33 smithi028 ceph-mon[112123]: pgmap v9296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:56:34.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:34.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:34.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:35.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:35.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:35.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:35.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:35.601 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:35 smithi138 ceph-mon[117003]: 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-07T09:56:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:35 smithi161 ceph-mon[116604]: 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-07T09:56:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:35 smithi028 ceph-mon[112123]: 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-07T09:56:37.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:36 smithi138 ceph-mon[117003]: from='client.257310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:36 smithi161 ceph-mon[116604]: from='client.257310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:36 smithi028 ceph-mon[112123]: from='client.257310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:37 smithi138 ceph-mon[117003]: 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-07T09:56:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:37 smithi161 ceph-mon[116604]: 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-07T09:56:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:37 smithi028 ceph-mon[112123]: 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-07T09:56:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:39 smithi161 ceph-mon[116604]: 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-07T09:56:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:39 smithi028 ceph-mon[112123]: 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-07T09:56:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:39 smithi138 ceph-mon[117003]: 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-07T09:56:40.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:40.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:40.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:41.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:41.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:41.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:41.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:41.377 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:41 smithi138 ceph-mon[117003]: 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-07T09:56:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:41 smithi138 ceph-mon[117003]: from='client.257385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:41 smithi161 ceph-mon[116604]: 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-07T09:56:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:41 smithi161 ceph-mon[116604]: from='client.257385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:41 smithi028 ceph-mon[112123]: 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-07T09:56:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:41 smithi028 ceph-mon[112123]: from='client.257385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:43 smithi138 ceph-mon[117003]: pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:56:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:56:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:56:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:56:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:43 smithi161 ceph-mon[116604]: pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:56:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:56:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:56:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:56:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:43 smithi028 ceph-mon[112123]: pgmap v9301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:56:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:56:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:56:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:56:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:56:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:45 smithi138 ceph-mon[117003]: pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:45 smithi161 ceph-mon[116604]: pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:45 smithi028 ceph-mon[112123]: pgmap v9302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:56:46.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:46.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:46.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:47.145 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:47.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:47.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:47.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:47.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:47 smithi138 ceph-mon[117003]: 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-07T09:56:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:47 smithi138 ceph-mon[117003]: from='client.257460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:47 smithi161 ceph-mon[116604]: 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-07T09:56:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:47 smithi161 ceph-mon[116604]: from='client.257460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:47 smithi028 ceph-mon[112123]: 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-07T09:56:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:47 smithi028 ceph-mon[112123]: from='client.257460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:49 smithi161 ceph-mon[116604]: 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-07T09:56:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:49 smithi028 ceph-mon[112123]: 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-07T09:56:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:49 smithi138 ceph-mon[117003]: 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-07T09:56:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:51 smithi138 ceph-mon[117003]: 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-07T09:56:52.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:52.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:52.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:52.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:51 smithi161 ceph-mon[116604]: 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-07T09:56:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:51 smithi028 ceph-mon[112123]: 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-07T09:56:52.915 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:52.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:52.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:52.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:52.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:53 smithi138 ceph-mon[117003]: from='client.257535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:53 smithi138 ceph-mon[117003]: 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-07T09:56:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:53 smithi161 ceph-mon[116604]: from='client.257535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:53 smithi161 ceph-mon[116604]: 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-07T09:56:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:53 smithi028 ceph-mon[112123]: from='client.257535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:53 smithi028 ceph-mon[112123]: 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-07T09:56:56.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:55 smithi138 ceph-mon[117003]: 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-07T09:56:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:55 smithi161 ceph-mon[116604]: 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-07T09:56:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:55 smithi028 ceph-mon[112123]: 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-07T09:56:57.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:56:57.917 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:56:57.917 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:56:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:57 smithi138 ceph-mon[117003]: 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-07T09:56:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:57 smithi161 ceph-mon[116604]: 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-07T09:56:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:57 smithi028 ceph-mon[112123]: 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-07T09:56:58.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:56:58.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:56:58.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:56:58.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:56:58.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:56:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:59 smithi161 ceph-mon[116604]: from='client.257604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:56:59 smithi161 ceph-mon[116604]: 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-07T09:56:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:59 smithi028 ceph-mon[112123]: from='client.257604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:56:59 smithi028 ceph-mon[112123]: 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-07T09:56:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:59 smithi138 ceph-mon[117003]: from='client.257604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:56:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:56:59 smithi138 ceph-mon[117003]: 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-07T09:57:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:01 smithi138 ceph-mon[117003]: 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-07T09:57:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:01 smithi161 ceph-mon[116604]: 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-07T09:57:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:01 smithi028 ceph-mon[112123]: 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-07T09:57:03.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:03.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:03.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:03 smithi138 ceph-mon[117003]: 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-07T09:57:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:03 smithi161 ceph-mon[116604]: 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-07T09:57:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:03 smithi028 ceph-mon[112123]: 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-07T09:57:04.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:04.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:04.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:04.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:04.470 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:05 smithi138 ceph-mon[117003]: from='client.257676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:05 smithi138 ceph-mon[117003]: pgmap v9312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:05 smithi161 ceph-mon[116604]: from='client.257676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:05 smithi161 ceph-mon[116604]: pgmap v9312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:05 smithi028 ceph-mon[112123]: from='client.257676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:06.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:05 smithi028 ceph-mon[112123]: pgmap v9312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:07 smithi138 ceph-mon[117003]: pgmap v9313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:07 smithi161 ceph-mon[116604]: pgmap v9313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:07 smithi028 ceph-mon[112123]: pgmap v9313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:09 smithi161 ceph-mon[116604]: pgmap v9314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:09 smithi028 ceph-mon[112123]: pgmap v9314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:09.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:09.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:09.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:09 smithi138 ceph-mon[117003]: pgmap v9314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:10.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:10.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:10.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:10.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:10.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:10.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:10 smithi161 ceph-mon[116604]: from='client.257754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:10 smithi028 ceph-mon[112123]: from='client.257754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:10 smithi138 ceph-mon[117003]: from='client.257754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:11 smithi161 ceph-mon[116604]: pgmap v9315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:11 smithi028 ceph-mon[112123]: pgmap v9315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:11 smithi138 ceph-mon[117003]: pgmap v9315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:13 smithi138 ceph-mon[117003]: pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:13 smithi161 ceph-mon[116604]: pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:13 smithi028 ceph-mon[112123]: pgmap v9316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:15.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:15.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:15.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:16.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:16.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:16.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:16.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:16.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:16.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:15 smithi138 ceph-mon[117003]: 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-07T09:57:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:15 smithi161 ceph-mon[116604]: 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-07T09:57:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:15 smithi028 ceph-mon[112123]: 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-07T09:57:17.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:16 smithi138 ceph-mon[117003]: from='client.257826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:17.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:16 smithi161 ceph-mon[116604]: from='client.257826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:16 smithi028 ceph-mon[112123]: from='client.257826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:17 smithi138 ceph-mon[117003]: pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:17 smithi161 ceph-mon[116604]: pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:18.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:17 smithi028 ceph-mon[112123]: pgmap v9318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:19 smithi161 ceph-mon[116604]: pgmap v9319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:19 smithi028 ceph-mon[112123]: pgmap v9319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:19 smithi138 ceph-mon[117003]: pgmap v9319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:21.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:21.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:21.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:21.800 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:21.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:21.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:21.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:21.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:22.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:21 smithi138 ceph-mon[117003]: pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:21 smithi161 ceph-mon[116604]: pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:21 smithi028 ceph-mon[112123]: pgmap v9320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:23.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:22 smithi138 ceph-mon[117003]: from='client.257904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:23.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:22 smithi161 ceph-mon[116604]: from='client.257904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:22 smithi028 ceph-mon[112123]: from='client.257904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:24.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:23 smithi138 ceph-mon[117003]: pgmap v9321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:23 smithi161 ceph-mon[116604]: pgmap v9321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:23 smithi028 ceph-mon[112123]: pgmap v9321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:26.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:25 smithi138 ceph-mon[117003]: pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:25 smithi161 ceph-mon[116604]: pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:26.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:25 smithi028 ceph-mon[112123]: pgmap v9322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:57:26.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:26.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:26.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:27.586 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:27.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:27.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:27.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:27.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:27 smithi161 ceph-mon[116604]: 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-07T09:57:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:27 smithi028 ceph-mon[112123]: 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-07T09:57:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:27 smithi138 ceph-mon[117003]: 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-07T09:57:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:28 smithi161 ceph-mon[116604]: from='client.257979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:28 smithi028 ceph-mon[112123]: from='client.257979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:28 smithi138 ceph-mon[117003]: from='client.257979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:30.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:29 smithi161 ceph-mon[116604]: 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-07T09:57:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:29 smithi028 ceph-mon[112123]: 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-07T09:57:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:29 smithi138 ceph-mon[117003]: 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-07T09:57:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:31 smithi161 ceph-mon[116604]: 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-07T09:57:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:31 smithi028 ceph-mon[112123]: 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-07T09:57:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:31 smithi138 ceph-mon[117003]: 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-07T09:57:32.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:32.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:32.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:33.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:33.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:33.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:33.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:33.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:33 smithi161 ceph-mon[116604]: 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-07T09:57:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:33 smithi161 ceph-mon[116604]: from='client.258054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:34.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:33 smithi028 ceph-mon[112123]: 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-07T09:57:34.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:33 smithi028 ceph-mon[112123]: from='client.258054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:33 smithi138 ceph-mon[117003]: 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-07T09:57:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:33 smithi138 ceph-mon[117003]: from='client.258054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:35 smithi161 ceph-mon[116604]: 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-07T09:57:36.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:35 smithi028 ceph-mon[112123]: 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-07T09:57:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:35 smithi138 ceph-mon[117003]: 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-07T09:57:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:37 smithi161 ceph-mon[116604]: 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-07T09:57:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:37 smithi028 ceph-mon[112123]: 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-07T09:57:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:37 smithi138 ceph-mon[117003]: 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-07T09:57:38.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:38.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:38.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:39.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:39.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:39.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:39.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:39.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:39 smithi161 ceph-mon[116604]: 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-07T09:57:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:39 smithi161 ceph-mon[116604]: from='client.258129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:39.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:39 smithi028 ceph-mon[112123]: 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-07T09:57:39.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:39 smithi028 ceph-mon[112123]: from='client.258129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:39 smithi138 ceph-mon[117003]: 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-07T09:57:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:39 smithi138 ceph-mon[117003]: from='client.258129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:42.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:41 smithi138 ceph-mon[117003]: 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-07T09:57:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:41 smithi161 ceph-mon[116604]: 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-07T09:57:42.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:41 smithi028 ceph-mon[112123]: 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-07T09:57:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:43 smithi138 ceph-mon[117003]: 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-07T09:57:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:57:44.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:44.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:44.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:43 smithi161 ceph-mon[116604]: 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-07T09:57:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:57:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:43 smithi028 ceph-mon[112123]: 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-07T09:57:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:57:44.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:44.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:44.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:44.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:44.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:57:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:57:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:57:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:57:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:57:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:57:45.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:57:45.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:57:45.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:57:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:45 smithi161 ceph-mon[116604]: from='client.258207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:45 smithi161 ceph-mon[116604]: pgmap v9332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:45 smithi028 ceph-mon[112123]: from='client.258207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:45 smithi028 ceph-mon[112123]: pgmap v9332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:45 smithi138 ceph-mon[117003]: from='client.258207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:45 smithi138 ceph-mon[117003]: pgmap v9332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:47 smithi161 ceph-mon[116604]: pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:47 smithi028 ceph-mon[112123]: pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:47 smithi138 ceph-mon[117003]: pgmap v9333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:49 smithi161 ceph-mon[116604]: pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:49 smithi028 ceph-mon[112123]: pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:49.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:49 smithi138 ceph-mon[117003]: pgmap v9334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:49.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:49.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:49.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:50.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:50.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:50.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:50.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:50.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:51 smithi138 ceph-mon[117003]: from='client.258282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:52.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:51 smithi138 ceph-mon[117003]: pgmap v9335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:51 smithi161 ceph-mon[116604]: from='client.258282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:52.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:51 smithi161 ceph-mon[116604]: pgmap v9335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:52.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:51 smithi028 ceph-mon[112123]: from='client.258282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:52.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:51 smithi028 ceph-mon[112123]: pgmap v9335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:53 smithi161 ceph-mon[116604]: pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:53 smithi028 ceph-mon[112123]: pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:53 smithi138 ceph-mon[117003]: pgmap v9336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:57:55.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:57:55.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:57:55.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:57:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:55 smithi161 ceph-mon[116604]: 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-07T09:57:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:55 smithi028 ceph-mon[112123]: 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-07T09:57:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:55 smithi138 ceph-mon[117003]: 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-07T09:57:56.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:57:56.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:57:56.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:57:56.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:57:56.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:57:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:57 smithi161 ceph-mon[116604]: from='client.258360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:57 smithi161 ceph-mon[116604]: pgmap v9338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:57 smithi028 ceph-mon[112123]: from='client.258360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:57 smithi028 ceph-mon[112123]: pgmap v9338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:57 smithi138 ceph-mon[117003]: from='client.258360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:57:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:57 smithi138 ceph-mon[117003]: pgmap v9338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:57:59 smithi161 ceph-mon[116604]: pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:57:59 smithi028 ceph-mon[112123]: pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:57:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:57:59 smithi138 ceph-mon[117003]: pgmap v9339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:01.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:01.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:01.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:02.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:01 smithi138 ceph-mon[117003]: pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:01 smithi161 ceph-mon[116604]: pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:01 smithi028 ceph-mon[112123]: pgmap v9340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:02.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:02.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:02.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:02.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:02.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:03.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:02 smithi161 ceph-mon[116604]: from='client.258435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:02 smithi028 ceph-mon[112123]: from='client.258435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:02 smithi138 ceph-mon[117003]: from='client.258435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:03 smithi161 ceph-mon[116604]: pgmap v9341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:03 smithi028 ceph-mon[112123]: pgmap v9341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:03 smithi138 ceph-mon[117003]: pgmap v9341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:05 smithi161 ceph-mon[116604]: pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:05 smithi028 ceph-mon[112123]: pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:05 smithi138 ceph-mon[117003]: pgmap v9342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:08.041 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:08.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:08.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:08.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:08.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:07 smithi161 ceph-mon[116604]: 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-07T09:58:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:07 smithi028 ceph-mon[112123]: 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-07T09:58:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:07 smithi138 ceph-mon[117003]: 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-07T09:58:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:08 smithi161 ceph-mon[116604]: from='client.258510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:08 smithi028 ceph-mon[112123]: from='client.258510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:08 smithi138 ceph-mon[117003]: from='client.258510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:09 smithi161 ceph-mon[116604]: 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-07T09:58:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:09 smithi028 ceph-mon[112123]: 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-07T09:58:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:09 smithi138 ceph-mon[117003]: 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-07T09:58:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:11 smithi161 ceph-mon[116604]: 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-07T09:58:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:11 smithi028 ceph-mon[112123]: 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-07T09:58:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:11 smithi138 ceph-mon[117003]: 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-07T09:58:13.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:13.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:13.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:13.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:13.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:13.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:13.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:13.814 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:13 smithi161 ceph-mon[116604]: 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-07T09:58:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:13 smithi028 ceph-mon[112123]: 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-07T09:58:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:13 smithi138 ceph-mon[117003]: 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-07T09:58:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:14 smithi161 ceph-mon[116604]: from='client.258579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:14 smithi028 ceph-mon[112123]: from='client.258579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:14 smithi138 ceph-mon[117003]: from='client.258579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:15 smithi161 ceph-mon[116604]: 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-07T09:58:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:15 smithi028 ceph-mon[112123]: 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-07T09:58:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:15 smithi138 ceph-mon[117003]: 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-07T09:58:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:17 smithi161 ceph-mon[116604]: 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-07T09:58:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:17 smithi028 ceph-mon[112123]: 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-07T09:58:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:17 smithi138 ceph-mon[117003]: 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-07T09:58:18.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:18.816 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:18.816 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:19 smithi161 ceph-mon[116604]: 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-07T09:58:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:19 smithi028 ceph-mon[112123]: 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-07T09:58:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:19 smithi138 ceph-mon[117003]: 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-07T09:58:19.588 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:19.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:19.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:19.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:19.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:20.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:20 smithi161 ceph-mon[116604]: from='client.258657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:20.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:20 smithi028 ceph-mon[112123]: from='client.258657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:20 smithi138 ceph-mon[117003]: from='client.258657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:21 smithi161 ceph-mon[116604]: pgmap v9350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:21.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:21 smithi028 ceph-mon[112123]: pgmap v9350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:21 smithi138 ceph-mon[117003]: pgmap v9350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:23 smithi161 ceph-mon[116604]: pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:23 smithi028 ceph-mon[112123]: pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:23 smithi138 ceph-mon[117003]: pgmap v9351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:24.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:24.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:24.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:25.365 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:25.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:25.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:25.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:25.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:25 smithi161 ceph-mon[116604]: pgmap v9352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:25 smithi161 ceph-mon[116604]: from='client.258729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:25 smithi028 ceph-mon[112123]: pgmap v9352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:26.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:25 smithi028 ceph-mon[112123]: from='client.258729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:25 smithi138 ceph-mon[117003]: pgmap v9352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:25 smithi138 ceph-mon[117003]: from='client.258729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:27 smithi161 ceph-mon[116604]: pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:27 smithi028 ceph-mon[112123]: pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:27 smithi138 ceph-mon[117003]: pgmap v9353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:29 smithi161 ceph-mon[116604]: pgmap v9354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:29 smithi028 ceph-mon[112123]: pgmap v9354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:29 smithi138 ceph-mon[117003]: pgmap v9354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:58:30.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:30.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:30.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:31.149 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:31.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:31.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:31.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:31.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:31 smithi161 ceph-mon[116604]: pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:31 smithi161 ceph-mon[116604]: from='client.258807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:31 smithi028 ceph-mon[112123]: pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:31 smithi028 ceph-mon[112123]: from='client.258807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:31 smithi138 ceph-mon[117003]: pgmap v9355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:31 smithi138 ceph-mon[117003]: from='client.258807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:33 smithi161 ceph-mon[116604]: pgmap v9356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:33 smithi028 ceph-mon[112123]: pgmap v9356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:33 smithi138 ceph-mon[117003]: pgmap v9356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:36.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:36.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:36.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:35 smithi161 ceph-mon[116604]: pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:35 smithi028 ceph-mon[112123]: pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:35 smithi138 ceph-mon[117003]: pgmap v9357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:36.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:36.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:36.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:36.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:36.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:37 smithi161 ceph-mon[116604]: from='client.258882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:37 smithi161 ceph-mon[116604]: pgmap v9358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:37 smithi028 ceph-mon[112123]: from='client.258882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:38.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:37 smithi028 ceph-mon[112123]: pgmap v9358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:37 smithi138 ceph-mon[117003]: from='client.258882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:37 smithi138 ceph-mon[117003]: pgmap v9358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:39 smithi161 ceph-mon[116604]: pgmap v9359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:39 smithi028 ceph-mon[112123]: pgmap v9359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:39 smithi138 ceph-mon[117003]: pgmap v9359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:41.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:41.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:41.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:41 smithi161 ceph-mon[116604]: pgmap v9360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:41 smithi028 ceph-mon[112123]: pgmap v9360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:41 smithi138 ceph-mon[117003]: pgmap v9360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:42.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:42.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:42.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:42.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:42.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:43 smithi161 ceph-mon[116604]: from='client.258960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:43 smithi161 ceph-mon[116604]: pgmap v9361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:43 smithi028 ceph-mon[112123]: from='client.258960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:43 smithi028 ceph-mon[112123]: pgmap v9361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:43 smithi138 ceph-mon[117003]: from='client.258960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:43 smithi138 ceph-mon[117003]: pgmap v9361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:58:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:58:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:58:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:58:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:45 smithi161 ceph-mon[116604]: pgmap v9362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:58:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:58:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:58:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:45 smithi028 ceph-mon[112123]: pgmap v9362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:58:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:58:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:58:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:45 smithi138 ceph-mon[117003]: pgmap v9362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:58:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:58:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:58:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:58:47.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:47.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:47.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:47 smithi161 ceph-mon[116604]: 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-07T09:58:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:47 smithi028 ceph-mon[112123]: 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-07T09:58:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:47 smithi138 ceph-mon[117003]: 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-07T09:58:48.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:48.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:48.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:48.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:48.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:49 smithi161 ceph-mon[116604]: from='client.259038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:49 smithi161 ceph-mon[116604]: 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-07T09:58:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:49 smithi028 ceph-mon[112123]: from='client.259038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:49 smithi028 ceph-mon[112123]: 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-07T09:58:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:49 smithi138 ceph-mon[117003]: from='client.259038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:49 smithi138 ceph-mon[117003]: 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-07T09:58:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:51 smithi161 ceph-mon[116604]: 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-07T09:58:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:51 smithi028 ceph-mon[112123]: 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-07T09:58:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:51 smithi138 ceph-mon[117003]: 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-07T09:58:53.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:53.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:53.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:53 smithi161 ceph-mon[116604]: 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-07T09:58:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:53 smithi028 ceph-mon[112123]: 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-07T09:58:54.262 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:58:54.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:58:54.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:58:54.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:58:54.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:58:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:53 smithi138 ceph-mon[117003]: 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-07T09:58:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:54 smithi161 ceph-mon[116604]: from='client.259116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:54 smithi028 ceph-mon[112123]: from='client.259116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:54 smithi138 ceph-mon[117003]: from='client.259116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:58:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:55 smithi161 ceph-mon[116604]: pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:58:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:55 smithi028 ceph-mon[112123]: pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:58:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:55 smithi138 ceph-mon[117003]: pgmap v9367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T09:58:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:57 smithi161 ceph-mon[116604]: pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:58:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:57 smithi028 ceph-mon[112123]: pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:58:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:57 smithi138 ceph-mon[117003]: pgmap v9368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:58:59.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:58:59.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:58:59.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:58:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:58:59 smithi161 ceph-mon[116604]: pgmap v9369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:58:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:58:59 smithi028 ceph-mon[112123]: pgmap v9369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:58:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:58:59 smithi138 ceph-mon[117003]: pgmap v9369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T09:59:00.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:00.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:00.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:00.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:00.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:00 smithi161 ceph-mon[116604]: from='client.259194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:00 smithi028 ceph-mon[112123]: from='client.259194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:00 smithi138 ceph-mon[117003]: from='client.259194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:01.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:01 smithi161 ceph-mon[116604]: pgmap v9370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:01 smithi028 ceph-mon[112123]: pgmap v9370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:01 smithi138 ceph-mon[117003]: pgmap v9370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:04.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:03 smithi161 ceph-mon[116604]: pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:03 smithi028 ceph-mon[112123]: pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:04.297 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:03 smithi138 ceph-mon[117003]: pgmap v9371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:05.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:05.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:05.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:05.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:05.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:05.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:05.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:05.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:05 smithi161 ceph-mon[116604]: pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:06.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:05 smithi028 ceph-mon[112123]: pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:05 smithi138 ceph-mon[117003]: pgmap v9372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:06 smithi161 ceph-mon[116604]: from='client.259269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:07.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:06 smithi028 ceph-mon[112123]: from='client.259269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:06 smithi138 ceph-mon[117003]: from='client.259269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:07 smithi161 ceph-mon[116604]: pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:59:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:07 smithi028 ceph-mon[112123]: pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:59:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:07 smithi138 ceph-mon[117003]: pgmap v9373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:59:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:09 smithi161 ceph-mon[116604]: pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:59:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:09 smithi028 ceph-mon[112123]: pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:59:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:09 smithi138 ceph-mon[117003]: pgmap v9374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T09:59:10.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:10.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:10.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:11.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:11.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:11.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:11.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:11.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:11 smithi161 ceph-mon[116604]: pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:59:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:11 smithi028 ceph-mon[112123]: pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:59:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:11 smithi138 ceph-mon[117003]: pgmap v9375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T09:59:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:12 smithi161 ceph-mon[116604]: from='client.259344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:12 smithi028 ceph-mon[112123]: from='client.259344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:12 smithi138 ceph-mon[117003]: from='client.259344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:13 smithi161 ceph-mon[116604]: pgmap v9376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:13 smithi028 ceph-mon[112123]: pgmap v9376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:13 smithi138 ceph-mon[117003]: pgmap v9376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:15 smithi161 ceph-mon[116604]: pgmap v9377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:15 smithi028 ceph-mon[112123]: pgmap v9377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:15 smithi138 ceph-mon[117003]: pgmap v9377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:17.347 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:17.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:17.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:17.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:17.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:17 smithi161 ceph-mon[116604]: pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:17 smithi161 ceph-mon[116604]: from='client.259416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:18.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:17 smithi028 ceph-mon[112123]: pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:18.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:17 smithi028 ceph-mon[112123]: from='client.259416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:17 smithi138 ceph-mon[117003]: pgmap v9378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:17 smithi138 ceph-mon[117003]: from='client.259416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:19 smithi161 ceph-mon[116604]: pgmap v9379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:19.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:19 smithi028 ceph-mon[112123]: pgmap v9379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:19 smithi138 ceph-mon[117003]: pgmap v9379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:21 smithi161 ceph-mon[116604]: pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:21 smithi028 ceph-mon[112123]: pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:21 smithi138 ceph-mon[117003]: pgmap v9380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:22.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:22.350 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:22.350 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:23.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:23.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:23.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:23.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:23.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:23 smithi161 ceph-mon[116604]: from='client.259491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:23 smithi161 ceph-mon[116604]: pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:24.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:23 smithi028 ceph-mon[112123]: from='client.259491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:24.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:23 smithi028 ceph-mon[112123]: pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:23 smithi138 ceph-mon[117003]: from='client.259491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:23 smithi138 ceph-mon[117003]: pgmap v9381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:25 smithi161 ceph-mon[116604]: pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:25 smithi028 ceph-mon[112123]: pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:25 smithi138 ceph-mon[117003]: pgmap v9382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:28.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:28.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:28.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:27 smithi161 ceph-mon[116604]: 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-07T09:59:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:27 smithi028 ceph-mon[112123]: 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-07T09:59:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:27 smithi138 ceph-mon[117003]: 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-07T09:59:28.894 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:28.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:28.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:28.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:28.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:29 smithi161 ceph-mon[116604]: from='client.259569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:29 smithi161 ceph-mon[116604]: 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-07T09:59:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:29 smithi028 ceph-mon[112123]: from='client.259569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:29.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:29 smithi028 ceph-mon[112123]: 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-07T09:59:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:29 smithi138 ceph-mon[117003]: from='client.259569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:29 smithi138 ceph-mon[117003]: 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-07T09:59:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:31 smithi161 ceph-mon[116604]: 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-07T09:59:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:31 smithi028 ceph-mon[112123]: 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-07T09:59:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:31 smithi138 ceph-mon[117003]: 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-07T09:59:33.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:33.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:33.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:33 smithi161 ceph-mon[116604]: 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-07T09:59:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:33 smithi028 ceph-mon[112123]: 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-07T09:59:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:33 smithi138 ceph-mon[117003]: 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-07T09:59:34.667 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:34.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:34.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:34.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:34.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:35 smithi161 ceph-mon[116604]: from='client.259641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:35 smithi161 ceph-mon[116604]: pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:35 smithi028 ceph-mon[112123]: from='client.259641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:35 smithi028 ceph-mon[112123]: pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:35 smithi138 ceph-mon[117003]: from='client.259641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:35 smithi138 ceph-mon[117003]: pgmap v9387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:37 smithi161 ceph-mon[116604]: pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:37 smithi028 ceph-mon[112123]: pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:37 smithi138 ceph-mon[117003]: pgmap v9388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:39 smithi161 ceph-mon[116604]: pgmap v9389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:39.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:39 smithi028 ceph-mon[112123]: pgmap v9389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:39 smithi138 ceph-mon[117003]: pgmap v9389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:39.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:39.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:39.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:40.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:40.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:40.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:40.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:40.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:41 smithi161 ceph-mon[116604]: from='client.259713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:41 smithi161 ceph-mon[116604]: pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:41 smithi028 ceph-mon[112123]: from='client.259713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:42.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:41 smithi028 ceph-mon[112123]: pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:41 smithi138 ceph-mon[117003]: from='client.259713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:41 smithi138 ceph-mon[117003]: pgmap v9390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:43 smithi161 ceph-mon[116604]: pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:43 smithi028 ceph-mon[112123]: pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:43 smithi138 ceph-mon[117003]: pgmap v9391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T09:59:45.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:45.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:45.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:45 smithi161 ceph-mon[116604]: pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:59:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:45 smithi028 ceph-mon[112123]: pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:59:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.269 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:46.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:46.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:46.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:46.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:45 smithi138 ceph-mon[117003]: pgmap v9392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T09:59:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:46 smithi161 ceph-mon[116604]: from='client.259785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:59:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:59:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:46 smithi028 ceph-mon[112123]: from='client.259785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:59:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:59:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:46 smithi138 ceph-mon[117003]: from='client.259785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T09:59:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T09:59:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T09:59:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:48 smithi138 ceph-mon[117003]: 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-07T09:59:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:48 smithi161 ceph-mon[116604]: 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-07T09:59:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:48 smithi028 ceph-mon[112123]: 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-07T09:59:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:49 smithi161 ceph-mon[116604]: 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-07T09:59:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:49 smithi028 ceph-mon[112123]: 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-07T09:59:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:49 smithi138 ceph-mon[117003]: 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-07T09:59:51.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:51.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:51.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:52.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:52.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:52.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:52.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:52.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:52.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:51 smithi161 ceph-mon[116604]: pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:52.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:51 smithi028 ceph-mon[112123]: pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:51 smithi138 ceph-mon[117003]: pgmap v9395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:53.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:52 smithi161 ceph-mon[116604]: from='client.259863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:52 smithi028 ceph-mon[112123]: from='client.259863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:52 smithi138 ceph-mon[117003]: from='client.259863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:53 smithi161 ceph-mon[116604]: pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:53 smithi028 ceph-mon[112123]: pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:53 smithi138 ceph-mon[117003]: pgmap v9396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:55 smithi161 ceph-mon[116604]: pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:56.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:55 smithi028 ceph-mon[112123]: pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:55 smithi138 ceph-mon[117003]: pgmap v9397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T09:59:57.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T09:59:57.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T09:59:57.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T09:59:57.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T09:59:57.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T09:59:57.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T09:59:57.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T09:59:57.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T09:59:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:57 smithi161 ceph-mon[116604]: pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:57 smithi028 ceph-mon[112123]: pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:57 smithi138 ceph-mon[117003]: pgmap v9398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T09:59:59.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:58 smithi161 ceph-mon[116604]: from='client.259938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:58 smithi028 ceph-mon[112123]: from='client.259938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T09:59:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:58 smithi138 ceph-mon[117003]: from='client.259938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:00.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 09:59:59 smithi161 ceph-mon[116604]: pgmap v9399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 09:59:59 smithi028 ceph-mon[112123]: pgmap v9399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:00.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 09:59:59 smithi138 ceph-mon[117003]: pgmap v9399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T10:00:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T10:00:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T10:00:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:01 smithi161 ceph-mon[116604]: pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:01 smithi028 ceph-mon[112123]: pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:01 smithi138 ceph-mon[117003]: pgmap v9400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:02.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:02.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:02.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:03.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:03.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:03.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:03.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:03.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:03 smithi161 ceph-mon[116604]: pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:03 smithi028 ceph-mon[112123]: pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:03 smithi138 ceph-mon[117003]: pgmap v9401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:05.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:04 smithi161 ceph-mon[116604]: from='client.260010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:05.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:04 smithi028 ceph-mon[112123]: from='client.260010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:04 smithi138 ceph-mon[117003]: from='client.260010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:05 smithi161 ceph-mon[116604]: pgmap v9402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:05 smithi028 ceph-mon[112123]: pgmap v9402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:05 smithi138 ceph-mon[117003]: pgmap v9402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:07 smithi161 ceph-mon[116604]: 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-07T10:00:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:07 smithi028 ceph-mon[112123]: 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-07T10:00:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:07 smithi138 ceph-mon[117003]: 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-07T10:00:08.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:08.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:08.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:09.363 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:09.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:09.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:09.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:09.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:09 smithi161 ceph-mon[116604]: 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-07T10:00:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:09 smithi161 ceph-mon[116604]: from='client.260088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:09 smithi028 ceph-mon[112123]: 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-07T10:00:09.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:09 smithi028 ceph-mon[112123]: from='client.260088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:09 smithi138 ceph-mon[117003]: 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-07T10:00:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:09 smithi138 ceph-mon[117003]: from='client.260088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:11 smithi161 ceph-mon[116604]: pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:00:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:11 smithi028 ceph-mon[112123]: pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:00:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:11 smithi138 ceph-mon[117003]: pgmap v9405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:00:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:13 smithi161 ceph-mon[116604]: pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:00:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:13 smithi028 ceph-mon[112123]: pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:00:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:13 smithi138 ceph-mon[117003]: pgmap v9406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:00:14.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:14.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:14.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:15.144 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:15.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:15.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:15.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:15.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:15 smithi161 ceph-mon[116604]: from='client.260163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:15 smithi161 ceph-mon[116604]: pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:15 smithi028 ceph-mon[112123]: from='client.260163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:16.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:15 smithi028 ceph-mon[112123]: pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:15 smithi138 ceph-mon[117003]: from='client.260163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:15 smithi138 ceph-mon[117003]: pgmap v9407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:17 smithi161 ceph-mon[116604]: pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:17 smithi028 ceph-mon[112123]: pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:17 smithi138 ceph-mon[117003]: pgmap v9408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:19 smithi161 ceph-mon[116604]: pgmap v9409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:19.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:19 smithi028 ceph-mon[112123]: pgmap v9409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:19.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:19 smithi138 ceph-mon[117003]: pgmap v9409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:20.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:20.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:20.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:20.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:20.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:20.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:20.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:20.939 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:21 smithi161 ceph-mon[116604]: from='client.260241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:21 smithi161 ceph-mon[116604]: pgmap v9410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:21 smithi028 ceph-mon[112123]: from='client.260241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:22.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:21 smithi028 ceph-mon[112123]: pgmap v9410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:21 smithi138 ceph-mon[117003]: from='client.260241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:21 smithi138 ceph-mon[117003]: pgmap v9410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:23 smithi161 ceph-mon[116604]: pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:00:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:23 smithi028 ceph-mon[112123]: pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:00:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:23 smithi138 ceph-mon[117003]: pgmap v9411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:00:25.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:25.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:25.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:25 smithi161 ceph-mon[116604]: pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:00:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:25 smithi028 ceph-mon[112123]: pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:00:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:25 smithi138 ceph-mon[117003]: pgmap v9412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:00:26.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:26.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:26.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:26.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:26.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:27 smithi161 ceph-mon[116604]: from='client.260319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:27 smithi161 ceph-mon[116604]: 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-07T10:00:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:27 smithi028 ceph-mon[112123]: from='client.260319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:27 smithi028 ceph-mon[112123]: 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-07T10:00:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:27 smithi138 ceph-mon[117003]: from='client.260319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:27 smithi138 ceph-mon[117003]: 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-07T10:00:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:29 smithi161 ceph-mon[116604]: 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-07T10:00:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:29 smithi028 ceph-mon[112123]: 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-07T10:00:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:29 smithi138 ceph-mon[117003]: 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-07T10:00:31.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:31.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:31.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:31 smithi161 ceph-mon[116604]: pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:31 smithi028 ceph-mon[112123]: pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:31 smithi138 ceph-mon[117003]: pgmap v9415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:32.478 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:32.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:32.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:32.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:32.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:33 smithi161 ceph-mon[116604]: from='client.260397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:33 smithi161 ceph-mon[116604]: pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:33 smithi028 ceph-mon[112123]: from='client.260397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:34.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:33 smithi028 ceph-mon[112123]: pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:33 smithi138 ceph-mon[117003]: from='client.260397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:33 smithi138 ceph-mon[117003]: pgmap v9416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:35 smithi161 ceph-mon[116604]: pgmap v9417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:35 smithi028 ceph-mon[112123]: pgmap v9417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:35 smithi138 ceph-mon[117003]: pgmap v9417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:37.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:37.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:37.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:37 smithi161 ceph-mon[116604]: pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:37 smithi028 ceph-mon[112123]: pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:38.260 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:38.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:38.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:38.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:38.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:38.326 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:37 smithi138 ceph-mon[117003]: pgmap v9418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:39.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:38 smithi161 ceph-mon[116604]: from='client.260475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:38 smithi028 ceph-mon[112123]: from='client.260475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:38 smithi138 ceph-mon[117003]: from='client.260475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:40.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:39 smithi161 ceph-mon[116604]: pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:39 smithi028 ceph-mon[112123]: pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:39 smithi138 ceph-mon[117003]: pgmap v9419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:41 smithi161 ceph-mon[116604]: pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:41 smithi028 ceph-mon[112123]: pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:41 smithi138 ceph-mon[117003]: pgmap v9420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:00:43.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:43.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:43.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:44.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:44.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:44.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:44.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:44.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:43 smithi161 ceph-mon[116604]: 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-07T10:00:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:43 smithi028 ceph-mon[112123]: 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-07T10:00:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:43 smithi138 ceph-mon[117003]: 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-07T10:00:45.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:44 smithi161 ceph-mon[116604]: from='client.260553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:44 smithi028 ceph-mon[112123]: from='client.260553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:44 smithi138 ceph-mon[117003]: from='client.260553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:45 smithi161 ceph-mon[116604]: 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-07T10:00:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:45 smithi028 ceph-mon[112123]: 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-07T10:00:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:45 smithi138 ceph-mon[117003]: 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-07T10:00:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:00:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:00:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:00:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:00:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:00:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:00:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:00:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:00:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:00:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:00:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:00:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:00:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:47 smithi161 ceph-mon[116604]: 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-07T10:00:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:47 smithi028 ceph-mon[112123]: 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-07T10:00:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:47 smithi138 ceph-mon[117003]: 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-07T10:00:49.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:49.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:49.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:49 smithi161 ceph-mon[116604]: 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-07T10:00:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:49 smithi028 ceph-mon[112123]: 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-07T10:00:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:49 smithi138 ceph-mon[117003]: 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-07T10:00:49.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:49.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:49.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:49.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:49.818 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:50.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:50 smithi161 ceph-mon[116604]: from='client.260625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:50 smithi028 ceph-mon[112123]: from='client.260625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:50 smithi138 ceph-mon[117003]: from='client.260625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:51 smithi161 ceph-mon[116604]: pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:51 smithi028 ceph-mon[112123]: pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:51 smithi138 ceph-mon[117003]: pgmap v9425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:53 smithi161 ceph-mon[116604]: pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:53 smithi028 ceph-mon[112123]: pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:53 smithi138 ceph-mon[117003]: pgmap v9426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:54.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:00:54.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:00:54.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:00:55.592 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:00:55.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:00:55.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:00:55.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:00:55.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:00:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:55 smithi161 ceph-mon[116604]: pgmap v9427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:56.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:55 smithi028 ceph-mon[112123]: pgmap v9427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:55 smithi138 ceph-mon[117003]: pgmap v9427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:00:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:56 smithi161 ceph-mon[116604]: from='client.260703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:56 smithi028 ceph-mon[112123]: from='client.260703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:56 smithi138 ceph-mon[117003]: from='client.260703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:00:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:57 smithi161 ceph-mon[116604]: pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:57 smithi028 ceph-mon[112123]: pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:57 smithi138 ceph-mon[117003]: pgmap v9428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:00:59 smithi161 ceph-mon[116604]: pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:00:59 smithi028 ceph-mon[112123]: pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:00:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:00:59 smithi138 ceph-mon[117003]: pgmap v9429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:00.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:00.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:00.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:01.366 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:01.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:01.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:01.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:01.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:01 smithi161 ceph-mon[116604]: pgmap v9430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:01 smithi161 ceph-mon[116604]: from='client.260775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:02.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:01 smithi028 ceph-mon[112123]: pgmap v9430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:02.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:01 smithi028 ceph-mon[112123]: from='client.260775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:01 smithi138 ceph-mon[117003]: pgmap v9430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:01 smithi138 ceph-mon[117003]: from='client.260775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:03 smithi161 ceph-mon[116604]: 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-07T10:01:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:03 smithi028 ceph-mon[112123]: 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-07T10:01:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:03 smithi138 ceph-mon[117003]: 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-07T10:01:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:05 smithi161 ceph-mon[116604]: 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-07T10:01:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:05 smithi028 ceph-mon[112123]: 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-07T10:01:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:05 smithi138 ceph-mon[117003]: 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-07T10:01:06.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:06.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:06.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:07.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:07.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:07.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:07.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:07.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:07 smithi161 ceph-mon[116604]: from='client.260841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:07 smithi161 ceph-mon[116604]: 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-07T10:01:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:07 smithi028 ceph-mon[112123]: from='client.260841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:08.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:07 smithi028 ceph-mon[112123]: 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-07T10:01:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:07 smithi138 ceph-mon[117003]: from='client.260841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:07 smithi138 ceph-mon[117003]: 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-07T10:01:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:09 smithi161 ceph-mon[116604]: 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-07T10:01:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:09 smithi028 ceph-mon[112123]: 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-07T10:01:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:09 smithi138 ceph-mon[117003]: 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-07T10:01:12.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:12.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:12.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:11 smithi161 ceph-mon[116604]: pgmap v9435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:11 smithi028 ceph-mon[112123]: pgmap v9435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:11 smithi138 ceph-mon[117003]: pgmap v9435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:12.937 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:12.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:12.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:12.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:12.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:13 smithi161 ceph-mon[116604]: from='client.260919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:13 smithi161 ceph-mon[116604]: pgmap v9436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:13 smithi028 ceph-mon[112123]: from='client.260919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:13 smithi028 ceph-mon[112123]: pgmap v9436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:13 smithi138 ceph-mon[117003]: from='client.260919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:13 smithi138 ceph-mon[117003]: pgmap v9436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:15 smithi161 ceph-mon[116604]: pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:15 smithi028 ceph-mon[112123]: pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:15 smithi138 ceph-mon[117003]: pgmap v9437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:17.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:17.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:17.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:17 smithi161 ceph-mon[116604]: pgmap v9438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:17 smithi028 ceph-mon[112123]: pgmap v9438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:17 smithi138 ceph-mon[117003]: pgmap v9438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:18.712 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:18.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:18.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:18.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:18.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:19 smithi161 ceph-mon[116604]: from='client.260997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:19.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:19 smithi161 ceph-mon[116604]: pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:19.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:19 smithi028 ceph-mon[112123]: from='client.260997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:19.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:19 smithi028 ceph-mon[112123]: pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:19 smithi138 ceph-mon[117003]: from='client.260997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:19 smithi138 ceph-mon[117003]: pgmap v9439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:21 smithi161 ceph-mon[116604]: pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:21 smithi028 ceph-mon[112123]: pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:21 smithi138 ceph-mon[117003]: pgmap v9440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:23.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:23.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:23.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:23 smithi161 ceph-mon[116604]: 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-07T10:01:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:23 smithi028 ceph-mon[112123]: 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-07T10:01:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:23 smithi138 ceph-mon[117003]: 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-07T10:01:24.502 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:24.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:24.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:24.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:24.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:25 smithi161 ceph-mon[116604]: from='client.261075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:25 smithi161 ceph-mon[116604]: pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:01:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:25 smithi028 ceph-mon[112123]: from='client.261075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:25 smithi028 ceph-mon[112123]: pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:01:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:25 smithi138 ceph-mon[117003]: from='client.261075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:25 smithi138 ceph-mon[117003]: pgmap v9442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:01:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:27 smithi161 ceph-mon[116604]: pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:01:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:27 smithi028 ceph-mon[112123]: pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:01:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:27 smithi138 ceph-mon[117003]: pgmap v9443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:01:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:29 smithi161 ceph-mon[116604]: pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:01:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:29 smithi028 ceph-mon[112123]: pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:01:29.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:29.504 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:29.504 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:29 smithi138 ceph-mon[117003]: pgmap v9444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:01:30.272 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:30.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:30.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:30.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:30.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:30 smithi161 ceph-mon[116604]: from='client.261153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:30 smithi028 ceph-mon[112123]: from='client.261153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:30 smithi138 ceph-mon[117003]: from='client.261153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:31 smithi161 ceph-mon[116604]: pgmap v9445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:31.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:31 smithi028 ceph-mon[112123]: pgmap v9445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:31 smithi138 ceph-mon[117003]: pgmap v9445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:33 smithi161 ceph-mon[116604]: pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:33 smithi028 ceph-mon[112123]: pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:33 smithi138 ceph-mon[117003]: pgmap v9446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:01:35.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:35.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:35.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:36.049 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:36.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:36.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:36.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:36.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:35 smithi161 ceph-mon[116604]: pgmap v9447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:35 smithi028 ceph-mon[112123]: pgmap v9447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:35 smithi138 ceph-mon[117003]: pgmap v9447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:36 smithi161 ceph-mon[116604]: from='client.261231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:36 smithi028 ceph-mon[112123]: from='client.261231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:36 smithi138 ceph-mon[117003]: from='client.261231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:37 smithi161 ceph-mon[116604]: pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:01:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:37 smithi028 ceph-mon[112123]: pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:01:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:37 smithi138 ceph-mon[117003]: pgmap v9448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:01:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:39 smithi161 ceph-mon[116604]: pgmap v9449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:01:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:39 smithi028 ceph-mon[112123]: pgmap v9449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:01:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:39 smithi138 ceph-mon[117003]: pgmap v9449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:01:41.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:41.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:41.052 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:41.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:41.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:41.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:41.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:41.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:41 smithi161 ceph-mon[116604]: pgmap v9450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:01:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:41 smithi028 ceph-mon[112123]: pgmap v9450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:01:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:41 smithi138 ceph-mon[117003]: pgmap v9450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:01:43.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:42 smithi161 ceph-mon[116604]: from='client.261309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:42 smithi028 ceph-mon[112123]: from='client.261309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:42 smithi138 ceph-mon[117003]: from='client.261309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:43 smithi161 ceph-mon[116604]: 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-07T10:01:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:43 smithi028 ceph-mon[112123]: 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-07T10:01:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:43 smithi138 ceph-mon[117003]: 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-07T10:01:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:45 smithi161 ceph-mon[116604]: 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-07T10:01:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:45 smithi028 ceph-mon[112123]: 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-07T10:01:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:45 smithi138 ceph-mon[117003]: 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-07T10:01:46.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:46.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:46.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:47.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:47.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:47.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:47.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:47.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:47 smithi028 ceph-mon[112123]: 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-07T10:01:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:01:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:47.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:47 smithi161 ceph-mon[116604]: 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-07T10:01:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:01:48.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:48.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:48.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:48.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:47 smithi138 ceph-mon[117003]: 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-07T10:01:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:01:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:48 smithi138 ceph-mon[117003]: from='client.261387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:01:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:01:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:01:49.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:48 smithi161 ceph-mon[116604]: from='client.261387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:01:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:01:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:01:49.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:48 smithi028 ceph-mon[112123]: from='client.261387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:01:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:01:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:01:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:01:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:49 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16434M 2023-12-07T10:01:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:49 smithi138 ceph-mon[117003]: 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-07T10:01:50.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:49 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16434M 2023-12-07T10:01:50.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:49 smithi161 ceph-mon[116604]: 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-07T10:01:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:49 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16434M 2023-12-07T10:01:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:49 smithi028 ceph-mon[112123]: 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-07T10:01:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:51 smithi138 ceph-mon[117003]: pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:51 smithi161 ceph-mon[116604]: pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:51 smithi028 ceph-mon[112123]: pgmap v9455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:52.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:52.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:52.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:53.477 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:53.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:53.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:53.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:53.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:53 smithi138 ceph-mon[117003]: pgmap v9456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:53 smithi138 ceph-mon[117003]: from='client.261459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:53 smithi161 ceph-mon[116604]: pgmap v9456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:53 smithi161 ceph-mon[116604]: from='client.261459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:53 smithi028 ceph-mon[112123]: pgmap v9456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:53 smithi028 ceph-mon[112123]: from='client.261459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:55 smithi138 ceph-mon[117003]: pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:55 smithi161 ceph-mon[116604]: pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:55 smithi028 ceph-mon[112123]: pgmap v9457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:01:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:57 smithi138 ceph-mon[117003]: pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:57 smithi161 ceph-mon[116604]: pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:57 smithi028 ceph-mon[112123]: pgmap v9458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:58.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:01:58.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:01:58.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:01:59.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:01:59.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:01:59.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:01:59.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:01:59.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:01:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:59 smithi161 ceph-mon[116604]: pgmap v9459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:59.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:01:59 smithi161 ceph-mon[116604]: from='client.261531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:59 smithi028 ceph-mon[112123]: pgmap v9459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:01:59 smithi028 ceph-mon[112123]: from='client.261531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:01:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:59 smithi138 ceph-mon[117003]: pgmap v9459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:01:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:01:59 smithi138 ceph-mon[117003]: from='client.261531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:01 smithi161 ceph-mon[116604]: pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:02:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:01 smithi028 ceph-mon[112123]: pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:02:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:01 smithi138 ceph-mon[117003]: pgmap v9460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:02:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:03 smithi161 ceph-mon[116604]: pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:02:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:03 smithi028 ceph-mon[112123]: pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:02:04.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:04.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:04.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:03 smithi138 ceph-mon[117003]: pgmap v9461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:02:05.022 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:05.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:05.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:05.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:05.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:05 smithi161 ceph-mon[116604]: from='client.261609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:05 smithi161 ceph-mon[116604]: pgmap v9462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:05 smithi028 ceph-mon[112123]: from='client.261609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:05 smithi028 ceph-mon[112123]: pgmap v9462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:05 smithi138 ceph-mon[117003]: from='client.261609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:05 smithi138 ceph-mon[117003]: pgmap v9462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:07 smithi161 ceph-mon[116604]: pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:07 smithi028 ceph-mon[112123]: pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:07 smithi138 ceph-mon[117003]: pgmap v9463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:09 smithi161 ceph-mon[116604]: pgmap v9464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:09 smithi028 ceph-mon[112123]: pgmap v9464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:09 smithi138 ceph-mon[117003]: pgmap v9464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:10.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:10.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:10.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:10.801 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:10.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:10.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:10.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:10.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:11 smithi161 ceph-mon[116604]: from='client.261687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:11 smithi161 ceph-mon[116604]: pgmap v9465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:11 smithi028 ceph-mon[112123]: from='client.261687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:11 smithi028 ceph-mon[112123]: pgmap v9465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:11 smithi138 ceph-mon[117003]: from='client.261687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:11 smithi138 ceph-mon[117003]: pgmap v9465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:13 smithi161 ceph-mon[116604]: pgmap v9466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:02:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:13 smithi028 ceph-mon[112123]: pgmap v9466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:02:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:13 smithi138 ceph-mon[117003]: pgmap v9466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:02:15.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:15.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:15.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:15 smithi161 ceph-mon[116604]: pgmap v9467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:02:16.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:15 smithi028 ceph-mon[112123]: pgmap v9467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:02:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:15 smithi138 ceph-mon[117003]: pgmap v9467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:02:16.576 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:16.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:17 smithi161 ceph-mon[116604]: from='client.261756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:17 smithi161 ceph-mon[116604]: 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-07T10:02:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:17 smithi028 ceph-mon[112123]: from='client.261756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:17 smithi028 ceph-mon[112123]: 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-07T10:02:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:17 smithi138 ceph-mon[117003]: from='client.261756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:17 smithi138 ceph-mon[117003]: 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-07T10:02:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:19 smithi161 ceph-mon[116604]: 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-07T10:02:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:19 smithi028 ceph-mon[112123]: 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-07T10:02:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:19 smithi138 ceph-mon[117003]: 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-07T10:02:21.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:21.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:21.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:21 smithi161 ceph-mon[116604]: 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-07T10:02:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:21 smithi028 ceph-mon[112123]: 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-07T10:02:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:21 smithi138 ceph-mon[117003]: 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-07T10:02:22.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:22.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:22.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:22.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:22.358 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:23.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:22 smithi161 ceph-mon[116604]: from='client.261831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:22 smithi028 ceph-mon[112123]: from='client.261831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:22 smithi138 ceph-mon[117003]: from='client.261831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:23 smithi161 ceph-mon[116604]: 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-07T10:02:24.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:23 smithi028 ceph-mon[112123]: 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-07T10:02:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:23 smithi138 ceph-mon[117003]: 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-07T10:02:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:25 smithi161 ceph-mon[116604]: pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:25 smithi028 ceph-mon[112123]: pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:25 smithi138 ceph-mon[117003]: pgmap v9472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:27.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:27.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:27.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:28.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:28.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:28.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:28.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:28.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:27 smithi161 ceph-mon[116604]: pgmap v9473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:27 smithi028 ceph-mon[112123]: pgmap v9473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:27 smithi138 ceph-mon[117003]: pgmap v9473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:29.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:28 smithi161 ceph-mon[116604]: from='client.261906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:28 smithi028 ceph-mon[112123]: from='client.261906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:28 smithi138 ceph-mon[117003]: from='client.261906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:30.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:29 smithi161 ceph-mon[116604]: pgmap v9474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:29 smithi028 ceph-mon[112123]: pgmap v9474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:29 smithi138 ceph-mon[117003]: pgmap v9474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:32.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:31 smithi161 ceph-mon[116604]: pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:31 smithi028 ceph-mon[112123]: pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:32.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:31 smithi138 ceph-mon[117003]: pgmap v9475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:33.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:33.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:33.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:33.916 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:33.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:33.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:33.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:33.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:33 smithi161 ceph-mon[116604]: pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:33 smithi028 ceph-mon[112123]: pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:33 smithi138 ceph-mon[117003]: pgmap v9476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:35.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:34 smithi161 ceph-mon[116604]: from='client.261984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:34 smithi028 ceph-mon[112123]: from='client.261984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:34 smithi138 ceph-mon[117003]: from='client.261984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:35 smithi161 ceph-mon[116604]: pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:35 smithi028 ceph-mon[112123]: pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:35 smithi138 ceph-mon[117003]: pgmap v9477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:02:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:37 smithi161 ceph-mon[116604]: pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:37 smithi028 ceph-mon[112123]: pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:37 smithi138 ceph-mon[117003]: pgmap v9478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:38.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:38.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:38.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:39.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:39 smithi161 ceph-mon[116604]: pgmap v9479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:39 smithi028 ceph-mon[112123]: pgmap v9479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:39 smithi138 ceph-mon[117003]: pgmap v9479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:39.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:39.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:39.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:39.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:39.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:40.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:40 smithi161 ceph-mon[116604]: from='client.262062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:40 smithi028 ceph-mon[112123]: from='client.262062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:40 smithi138 ceph-mon[117003]: from='client.262062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:41 smithi028 ceph-mon[112123]: pgmap v9480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:41 smithi138 ceph-mon[117003]: pgmap v9480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:41.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:41 smithi161 ceph-mon[116604]: pgmap v9480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:43 smithi161 ceph-mon[116604]: pgmap v9481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:43 smithi028 ceph-mon[112123]: pgmap v9481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:43 smithi138 ceph-mon[117003]: pgmap v9481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:44.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:44.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:44.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:45.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:45.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:45.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:45.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:45.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:45 smithi161 ceph-mon[116604]: pgmap v9482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:45 smithi028 ceph-mon[112123]: pgmap v9482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:45 smithi138 ceph-mon[117003]: pgmap v9482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:47.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:46 smithi161 ceph-mon[116604]: from='client.262140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:46 smithi028 ceph-mon[112123]: from='client.262140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:46 smithi138 ceph-mon[117003]: from='client.262140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:47 smithi161 ceph-mon[116604]: pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:47 smithi028 ceph-mon[112123]: pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:47 smithi138 ceph-mon[117003]: pgmap v9483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:02:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:49 smithi161 ceph-mon[116604]: pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:02:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:02:49.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:02:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:02:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:49 smithi028 ceph-mon[112123]: pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:02:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:02:49.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:02:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:02:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:49 smithi138 ceph-mon[117003]: pgmap v9484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:02:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:02:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:02:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:02:50.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:50.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:50.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:51.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:51.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:51.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:51.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:51.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:52.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:51 smithi161 ceph-mon[116604]: pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:52.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:51 smithi161 ceph-mon[116604]: from='client.262218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:51 smithi028 ceph-mon[112123]: pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:52.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:51 smithi028 ceph-mon[112123]: from='client.262218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:51 smithi138 ceph-mon[117003]: pgmap v9485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:02:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:51 smithi138 ceph-mon[117003]: from='client.262218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:53 smithi161 ceph-mon[116604]: 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-07T10:02:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:53 smithi028 ceph-mon[112123]: 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-07T10:02:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:53 smithi138 ceph-mon[117003]: 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-07T10:02:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:55 smithi161 ceph-mon[116604]: 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-07T10:02:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:55 smithi028 ceph-mon[112123]: 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-07T10:02:56.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:02:56.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:02:56.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:02:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:55 smithi138 ceph-mon[117003]: 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-07T10:02:57.019 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:02:57.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:02:57.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:02:57.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:02:57.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:02:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:57 smithi161 ceph-mon[116604]: from='client.262290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:57 smithi161 ceph-mon[116604]: 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-07T10:02:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:57 smithi028 ceph-mon[112123]: from='client.262290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:58.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:57 smithi028 ceph-mon[112123]: 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-07T10:02:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:57 smithi138 ceph-mon[117003]: from='client.262290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:02:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:57 smithi138 ceph-mon[117003]: 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-07T10:02:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:02:59 smithi028 ceph-mon[112123]: 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-07T10:02:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:02:59 smithi138 ceph-mon[117003]: 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-07T10:02:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:02:59 smithi161 ceph-mon[116604]: 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-07T10:03:02.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:02.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:02.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:02.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:01 smithi161 ceph-mon[116604]: 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-07T10:03:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:01 smithi028 ceph-mon[112123]: 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-07T10:03:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:01 smithi138 ceph-mon[117003]: 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-07T10:03:02.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:02.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:02.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:02.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:02.788 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:03 smithi161 ceph-mon[116604]: from='client.262365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:03 smithi161 ceph-mon[116604]: 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-07T10:03:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:03 smithi028 ceph-mon[112123]: from='client.262365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:03 smithi028 ceph-mon[112123]: 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-07T10:03:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:03 smithi138 ceph-mon[117003]: from='client.262365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:03 smithi138 ceph-mon[117003]: 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-07T10:03:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:05 smithi161 ceph-mon[116604]: pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:05 smithi028 ceph-mon[112123]: pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:05 smithi138 ceph-mon[117003]: pgmap v9492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:07.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:07.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:07.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:07 smithi161 ceph-mon[116604]: pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:07 smithi028 ceph-mon[112123]: pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:07 smithi138 ceph-mon[117003]: pgmap v9493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:08.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:08.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:08.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:08.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:08.575 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:09 smithi028 ceph-mon[112123]: from='client.262437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:09.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:09 smithi028 ceph-mon[112123]: pgmap v9494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:09 smithi138 ceph-mon[117003]: from='client.262437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:09 smithi138 ceph-mon[117003]: pgmap v9494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:09.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:09 smithi161 ceph-mon[116604]: from='client.262437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:09.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:09 smithi161 ceph-mon[116604]: pgmap v9494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:11 smithi161 ceph-mon[116604]: pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:12.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:11 smithi028 ceph-mon[112123]: pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:11 smithi138 ceph-mon[117003]: pgmap v9495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:13.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:13.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:13.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:13 smithi161 ceph-mon[116604]: pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:13 smithi028 ceph-mon[112123]: pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:13 smithi138 ceph-mon[117003]: pgmap v9496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:14.361 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:14.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:14.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:14.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:14.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:14 smithi161 ceph-mon[116604]: from='client.262515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:14 smithi028 ceph-mon[112123]: from='client.262515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:14 smithi138 ceph-mon[117003]: from='client.262515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:15 smithi161 ceph-mon[116604]: pgmap v9497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:03:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:15 smithi028 ceph-mon[112123]: pgmap v9497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:03:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:15 smithi138 ceph-mon[117003]: pgmap v9497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:03:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:17 smithi161 ceph-mon[116604]: pgmap v9498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:18.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:17 smithi028 ceph-mon[112123]: pgmap v9498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:17 smithi138 ceph-mon[117003]: pgmap v9498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:19.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:19.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:19.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:19 smithi028 ceph-mon[112123]: pgmap v9499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:19 smithi138 ceph-mon[117003]: pgmap v9499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:19 smithi161 ceph-mon[116604]: pgmap v9499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:03:20.132 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:20.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:20.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:20.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:20.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:20 smithi028 ceph-mon[112123]: from='client.262584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:20 smithi138 ceph-mon[117003]: from='client.262584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:20 smithi161 ceph-mon[116604]: from='client.262584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:21 smithi028 ceph-mon[112123]: pgmap v9500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:21 smithi138 ceph-mon[117003]: pgmap v9500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:21 smithi161 ceph-mon[116604]: pgmap v9500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:23 smithi161 ceph-mon[116604]: pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:23 smithi028 ceph-mon[112123]: pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:23 smithi138 ceph-mon[117003]: pgmap v9501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:25.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:25.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:25.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:25.909 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:25.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:25.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:25.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:25.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:25 smithi161 ceph-mon[116604]: pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:25 smithi028 ceph-mon[112123]: pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:25 smithi138 ceph-mon[117003]: pgmap v9502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:26 smithi161 ceph-mon[116604]: from='client.262656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:26 smithi028 ceph-mon[112123]: from='client.262656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:26 smithi138 ceph-mon[117003]: from='client.262656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:27 smithi161 ceph-mon[116604]: pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:27 smithi028 ceph-mon[112123]: pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:27 smithi138 ceph-mon[117003]: pgmap v9503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:29 smithi028 ceph-mon[112123]: pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:29 smithi138 ceph-mon[117003]: pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:29.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:29 smithi161 ceph-mon[116604]: pgmap v9504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:03:30.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:30.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:30.912 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:31.677 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:31.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:31.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:31.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:31.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:31 smithi161 ceph-mon[116604]: pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:03:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:31 smithi028 ceph-mon[112123]: pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:03:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:31 smithi138 ceph-mon[117003]: pgmap v9505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:03:33.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:32 smithi161 ceph-mon[116604]: from='client.262731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:32 smithi028 ceph-mon[112123]: from='client.262731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:32 smithi138 ceph-mon[117003]: from='client.262731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:33 smithi161 ceph-mon[116604]: 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-07T10:03:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:33 smithi028 ceph-mon[112123]: 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-07T10:03:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:33 smithi138 ceph-mon[117003]: 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-07T10:03:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:35 smithi161 ceph-mon[116604]: 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-07T10:03:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:35 smithi028 ceph-mon[112123]: 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-07T10:03:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:35 smithi138 ceph-mon[117003]: 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-07T10:03:36.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:36.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:36.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:37.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:37.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:37.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:37.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:37.449 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:37 smithi161 ceph-mon[116604]: 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-07T10:03:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:37 smithi161 ceph-mon[116604]: from='client.262809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:37 smithi028 ceph-mon[112123]: 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-07T10:03:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:37 smithi028 ceph-mon[112123]: from='client.262809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:37 smithi138 ceph-mon[117003]: 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-07T10:03:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:37 smithi138 ceph-mon[117003]: from='client.262809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:39 smithi028 ceph-mon[112123]: 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-07T10:03:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:39 smithi138 ceph-mon[117003]: 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-07T10:03:39.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:39 smithi161 ceph-mon[116604]: 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-07T10:03:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:41 smithi161 ceph-mon[116604]: 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-07T10:03:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:41 smithi028 ceph-mon[112123]: 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-07T10:03:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:41 smithi138 ceph-mon[117003]: 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-07T10:03:42.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:42.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:42.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:43.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:43.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:43.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:43.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:43.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:43 smithi161 ceph-mon[116604]: 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-07T10:03:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:43 smithi161 ceph-mon[116604]: from='client.262884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:43 smithi028 ceph-mon[112123]: 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-07T10:03:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:43 smithi028 ceph-mon[112123]: from='client.262884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:43 smithi138 ceph-mon[117003]: 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-07T10:03:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:43 smithi138 ceph-mon[117003]: from='client.262884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:45 smithi161 ceph-mon[116604]: pgmap v9512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:45 smithi028 ceph-mon[112123]: pgmap v9512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:45 smithi138 ceph-mon[117003]: pgmap v9512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:47 smithi161 ceph-mon[116604]: pgmap v9513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:47 smithi028 ceph-mon[112123]: pgmap v9513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:48.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:48.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:48.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:47 smithi138 ceph-mon[117003]: pgmap v9513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:49.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:49.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:49.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:49.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:49.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:49 smithi028 ceph-mon[112123]: from='client.262959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:49 smithi028 ceph-mon[112123]: pgmap v9514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:49 smithi138 ceph-mon[117003]: from='client.262959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:49 smithi138 ceph-mon[117003]: pgmap v9514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:49 smithi161 ceph-mon[116604]: from='client.262959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:49.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:49 smithi161 ceph-mon[116604]: pgmap v9514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:03:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:03:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:03:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:03:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:03:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:03:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:03:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:03:50.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:03:50.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:03:50.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:03:50.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:03:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:51 smithi028 ceph-mon[112123]: pgmap v9515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:51 smithi138 ceph-mon[117003]: pgmap v9515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:51 smithi161 ceph-mon[116604]: pgmap v9515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:03:54.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:54.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:54.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:03:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:53 smithi161 ceph-mon[116604]: pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:53 smithi028 ceph-mon[112123]: pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:53 smithi138 ceph-mon[117003]: pgmap v9516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:03:54.775 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:03:54.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:03:54.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:03:54.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:03:54.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:03:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:55 smithi161 ceph-mon[116604]: from='client.263037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:55 smithi161 ceph-mon[116604]: 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-07T10:03:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:55 smithi028 ceph-mon[112123]: from='client.263037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:55 smithi028 ceph-mon[112123]: 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-07T10:03:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:55 smithi138 ceph-mon[117003]: from='client.263037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:03:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:55 smithi138 ceph-mon[117003]: 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-07T10:03:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:57 smithi161 ceph-mon[116604]: pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:57 smithi028 ceph-mon[112123]: pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:57 smithi138 ceph-mon[117003]: pgmap v9518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:03:59 smithi028 ceph-mon[112123]: pgmap v9519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:03:59 smithi138 ceph-mon[117003]: pgmap v9519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:03:59 smithi161 ceph-mon[116604]: pgmap v9519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:03:59.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:03:59.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:03:59.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:00.541 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:00.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:00.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:00.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:00.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:01 smithi161 ceph-mon[116604]: from='client.263115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:01 smithi161 ceph-mon[116604]: pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:01 smithi028 ceph-mon[112123]: from='client.263115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:02.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:01 smithi028 ceph-mon[112123]: pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:01 smithi138 ceph-mon[117003]: from='client.263115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:01 smithi138 ceph-mon[117003]: pgmap v9520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:03 smithi161 ceph-mon[116604]: pgmap v9521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:03 smithi028 ceph-mon[112123]: pgmap v9521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:03 smithi138 ceph-mon[117003]: pgmap v9521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:05.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:05.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:05.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:05 smithi161 ceph-mon[116604]: pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:05 smithi028 ceph-mon[112123]: pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:05 smithi138 ceph-mon[117003]: pgmap v9522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:06.318 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:06.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:06.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:06.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:06.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:07.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:06 smithi161 ceph-mon[116604]: from='client.263187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:06 smithi028 ceph-mon[112123]: from='client.263187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:06 smithi138 ceph-mon[117003]: from='client.263187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:07 smithi161 ceph-mon[116604]: 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-07T10:04:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:07 smithi028 ceph-mon[112123]: 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-07T10:04:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:07 smithi138 ceph-mon[117003]: 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-07T10:04:09.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:09 smithi028 ceph-mon[112123]: 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-07T10:04:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:09 smithi138 ceph-mon[117003]: 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-07T10:04:09.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:09 smithi161 ceph-mon[116604]: 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-07T10:04:11.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:11.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:11.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:12.086 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:12.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:12.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:12.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:12.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:11 smithi161 ceph-mon[116604]: 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-07T10:04:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:11 smithi028 ceph-mon[112123]: 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-07T10:04:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:11 smithi138 ceph-mon[117003]: 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-07T10:04:13.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:12 smithi161 ceph-mon[116604]: from='client.263265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:12 smithi028 ceph-mon[112123]: from='client.263265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:12 smithi138 ceph-mon[117003]: from='client.263265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:13 smithi161 ceph-mon[116604]: 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-07T10:04:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:13 smithi028 ceph-mon[112123]: 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-07T10:04:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:13 smithi138 ceph-mon[117003]: 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-07T10:04:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:15 smithi161 ceph-mon[116604]: 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-07T10:04:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:15 smithi028 ceph-mon[112123]: 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-07T10:04:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:15 smithi138 ceph-mon[117003]: 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-07T10:04:17.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:17.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:17.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:17.890 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:17.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:17.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:17.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:17.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:17 smithi161 ceph-mon[116604]: 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-07T10:04:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:17 smithi028 ceph-mon[112123]: 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-07T10:04:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:17 smithi138 ceph-mon[117003]: 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-07T10:04:19.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:18 smithi161 ceph-mon[116604]: from='client.263337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:18 smithi028 ceph-mon[112123]: from='client.263337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:18 smithi138 ceph-mon[117003]: from='client.263337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:20.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:19 smithi161 ceph-mon[116604]: 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-07T10:04:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:19 smithi028 ceph-mon[112123]: 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-07T10:04:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:19 smithi138 ceph-mon[117003]: 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-07T10:04:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:21 smithi161 ceph-mon[116604]: 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-07T10:04:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:21 smithi028 ceph-mon[112123]: 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-07T10:04:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:21 smithi138 ceph-mon[117003]: 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-07T10:04:22.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:22.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:22.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:23.658 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:23.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:23.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:23.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:23.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:23 smithi161 ceph-mon[116604]: 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-07T10:04:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:23 smithi028 ceph-mon[112123]: 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-07T10:04:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:23 smithi138 ceph-mon[117003]: 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-07T10:04:25.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:24 smithi161 ceph-mon[116604]: from='client.263415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:24 smithi028 ceph-mon[112123]: from='client.263415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:24 smithi138 ceph-mon[117003]: from='client.263415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:25 smithi161 ceph-mon[116604]: pgmap v9532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:25 smithi028 ceph-mon[112123]: pgmap v9532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:25 smithi138 ceph-mon[117003]: pgmap v9532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:04:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:27 smithi161 ceph-mon[116604]: pgmap v9533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:27 smithi028 ceph-mon[112123]: pgmap v9533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:27 smithi138 ceph-mon[117003]: pgmap v9533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:28.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:28.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:28.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:29.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:29.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:29.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:29.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:29.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:29 smithi028 ceph-mon[112123]: pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:29 smithi028 ceph-mon[112123]: from='client.263487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:29 smithi138 ceph-mon[117003]: pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:29 smithi138 ceph-mon[117003]: from='client.263487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:29.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:29 smithi161 ceph-mon[116604]: pgmap v9534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:29.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:29 smithi161 ceph-mon[116604]: from='client.263487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:31 smithi161 ceph-mon[116604]: 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-07T10:04:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:31 smithi028 ceph-mon[112123]: 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-07T10:04:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:31 smithi138 ceph-mon[117003]: 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-07T10:04:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:33 smithi161 ceph-mon[116604]: 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-07T10:04:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:33 smithi028 ceph-mon[112123]: 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-07T10:04:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:33 smithi138 ceph-mon[117003]: 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-07T10:04:34.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:34.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:34.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:35.221 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:35.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:35.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:35.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:35.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:35 smithi161 ceph-mon[116604]: 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-07T10:04:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:35 smithi161 ceph-mon[116604]: from='client.263565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:35 smithi028 ceph-mon[112123]: 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-07T10:04:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:35 smithi028 ceph-mon[112123]: from='client.263565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:35 smithi138 ceph-mon[117003]: 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-07T10:04:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:35 smithi138 ceph-mon[117003]: from='client.263565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:37 smithi161 ceph-mon[116604]: pgmap v9538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:37 smithi028 ceph-mon[112123]: pgmap v9538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:37 smithi138 ceph-mon[117003]: pgmap v9538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:39 smithi028 ceph-mon[112123]: pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:39 smithi138 ceph-mon[117003]: pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:39 smithi161 ceph-mon[116604]: pgmap v9539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:04:40.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:40.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:40.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:40.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:40.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:40.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:40.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:40.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:41 smithi161 ceph-mon[116604]: from='client.263640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:41 smithi161 ceph-mon[116604]: pgmap v9540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:41 smithi028 ceph-mon[112123]: from='client.263640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:42.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:41 smithi028 ceph-mon[112123]: pgmap v9540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:41 smithi138 ceph-mon[117003]: from='client.263640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:41 smithi138 ceph-mon[117003]: pgmap v9540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:04:44.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:43 smithi161 ceph-mon[116604]: 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-07T10:04:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:43 smithi028 ceph-mon[112123]: 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-07T10:04:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:43 smithi138 ceph-mon[117003]: 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-07T10:04:45.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:45.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:45.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:46.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:45 smithi161 ceph-mon[116604]: 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-07T10:04:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:45 smithi028 ceph-mon[112123]: 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-07T10:04:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:45 smithi138 ceph-mon[117003]: 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-07T10:04:46.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:46.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:46.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:46.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:46.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:47 smithi161 ceph-mon[116604]: from='client.263718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:47 smithi161 ceph-mon[116604]: 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-07T10:04:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:47 smithi028 ceph-mon[112123]: from='client.263718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:47 smithi028 ceph-mon[112123]: 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-07T10:04:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:47 smithi138 ceph-mon[117003]: from='client.263718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:47 smithi138 ceph-mon[117003]: 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-07T10:04:49.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:49 smithi028 ceph-mon[112123]: 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-07T10:04:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:49 smithi138 ceph-mon[117003]: 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-07T10:04:49.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:49 smithi161 ceph-mon[116604]: 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-07T10:04:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:04:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:04:50.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:04:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:04:51.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:04:51.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:04:51.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:51 smithi028 ceph-mon[112123]: 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-07T10:04:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:04:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:04:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:04:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:51 smithi138 ceph-mon[117003]: 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-07T10:04:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:04:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:04:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:04:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:51 smithi161 ceph-mon[116604]: 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-07T10:04:51.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:51.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:51.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:52.535 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:52.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:52.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:52.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:52.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:53 smithi161 ceph-mon[116604]: from='client.263793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:53 smithi161 ceph-mon[116604]: 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-07T10:04:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:53 smithi028 ceph-mon[112123]: from='client.263793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:53 smithi028 ceph-mon[112123]: 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-07T10:04:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:53 smithi138 ceph-mon[117003]: from='client.263793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:53 smithi138 ceph-mon[117003]: 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-07T10:04:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:55 smithi161 ceph-mon[116604]: 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-07T10:04:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:55 smithi028 ceph-mon[112123]: 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-07T10:04:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:55 smithi138 ceph-mon[117003]: 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-07T10:04:57.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:04:57.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:04:57.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:04:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:57 smithi161 ceph-mon[116604]: 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-07T10:04:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:57 smithi028 ceph-mon[112123]: 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-07T10:04:58.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:57 smithi138 ceph-mon[117003]: 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-07T10:04:58.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:04:58.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:04:58.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:04:58.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:04:58.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:04:59.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:58 smithi161 ceph-mon[116604]: from='client.263868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:58 smithi028 ceph-mon[112123]: from='client.263868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:04:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:58 smithi138 ceph-mon[117003]: from='client.263868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:00.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:04:59 smithi161 ceph-mon[116604]: 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-07T10:05:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:04:59 smithi028 ceph-mon[112123]: 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-07T10:05:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:04:59 smithi138 ceph-mon[117003]: 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-07T10:05:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:01 smithi161 ceph-mon[116604]: 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-07T10:05:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:01 smithi028 ceph-mon[112123]: 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-07T10:05:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:01 smithi138 ceph-mon[117003]: 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-07T10:05:03.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:03.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:03.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:04.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:04.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:04.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:04.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:04.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:03 smithi161 ceph-mon[116604]: 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-07T10:05:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:03 smithi028 ceph-mon[112123]: 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-07T10:05:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:03 smithi138 ceph-mon[117003]: 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-07T10:05:05.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:04 smithi161 ceph-mon[116604]: from='client.263946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:04 smithi028 ceph-mon[112123]: from='client.263946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:04 smithi138 ceph-mon[117003]: from='client.263946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:05 smithi161 ceph-mon[116604]: pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:05:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:05 smithi028 ceph-mon[112123]: pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:05:06.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:05 smithi138 ceph-mon[117003]: pgmap v9552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:05:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:07 smithi161 ceph-mon[116604]: pgmap v9553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:05:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:07 smithi028 ceph-mon[112123]: pgmap v9553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:05:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:07 smithi138 ceph-mon[117003]: pgmap v9553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:05:09.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:09.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:09.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:09 smithi028 ceph-mon[112123]: pgmap v9554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:05:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:09 smithi138 ceph-mon[117003]: pgmap v9554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:05:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:09 smithi161 ceph-mon[116604]: pgmap v9554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:05:09.904 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:09.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:09.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:09.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:09.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:10 smithi138 ceph-mon[117003]: from='client.264018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:10.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:10 smithi161 ceph-mon[116604]: from='client.264018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:10 smithi028 ceph-mon[112123]: from='client.264018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:11 smithi138 ceph-mon[117003]: 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-07T10:05:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:11 smithi161 ceph-mon[116604]: 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-07T10:05:11.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:11 smithi028 ceph-mon[112123]: 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-07T10:05:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:13 smithi161 ceph-mon[116604]: 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-07T10:05:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:13 smithi028 ceph-mon[112123]: 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-07T10:05:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:13 smithi138 ceph-mon[117003]: 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-07T10:05:14.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:14.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:14.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:15.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:15.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:15.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:15.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:15.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:15 smithi161 ceph-mon[116604]: 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-07T10:05:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:15 smithi028 ceph-mon[112123]: 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-07T10:05:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:15 smithi138 ceph-mon[117003]: 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-07T10:05:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:16 smithi161 ceph-mon[116604]: from='client.264090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:16 smithi028 ceph-mon[112123]: from='client.264090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:16 smithi138 ceph-mon[117003]: from='client.264090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:17 smithi161 ceph-mon[116604]: pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:05:18.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:17 smithi028 ceph-mon[112123]: pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:05:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:17 smithi138 ceph-mon[117003]: pgmap v9558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:05:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:19 smithi138 ceph-mon[117003]: pgmap v9559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:05:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:19 smithi161 ceph-mon[116604]: pgmap v9559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:05:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:19 smithi028 ceph-mon[112123]: pgmap v9559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T10:05:20.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:20.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:20.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:21.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:21.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:21.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:21.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:21.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:21 smithi161 ceph-mon[116604]: pgmap v9560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:05:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:21 smithi161 ceph-mon[116604]: from='client.264168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:21 smithi028 ceph-mon[112123]: pgmap v9560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:05:22.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:21 smithi028 ceph-mon[112123]: from='client.264168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:21 smithi138 ceph-mon[117003]: pgmap v9560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:05:22.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:21 smithi138 ceph-mon[117003]: from='client.264168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:23 smithi161 ceph-mon[116604]: 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-07T10:05:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:23 smithi028 ceph-mon[112123]: 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-07T10:05:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:23 smithi138 ceph-mon[117003]: 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-07T10:05:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:25 smithi161 ceph-mon[116604]: 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-07T10:05:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:25 smithi028 ceph-mon[112123]: 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-07T10:05:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:25 smithi138 ceph-mon[117003]: 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-07T10:05:26.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:26.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:26.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:27.235 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:27.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:27.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:27.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:27.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:27 smithi161 ceph-mon[116604]: 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-07T10:05:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:27 smithi161 ceph-mon[116604]: from='client.264243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:27 smithi028 ceph-mon[112123]: 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-07T10:05:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:27 smithi028 ceph-mon[112123]: from='client.264243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:27 smithi138 ceph-mon[117003]: 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-07T10:05:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:27 smithi138 ceph-mon[117003]: from='client.264243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:29 smithi138 ceph-mon[117003]: 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-07T10:05:29.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:29 smithi161 ceph-mon[116604]: 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-07T10:05:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:29 smithi028 ceph-mon[112123]: 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-07T10:05:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:31 smithi161 ceph-mon[116604]: 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-07T10:05:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:31 smithi028 ceph-mon[112123]: 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-07T10:05:32.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:32.237 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:32.237 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:31 smithi138 ceph-mon[117003]: 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-07T10:05:33.001 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:33.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:33.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:33.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:33.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:33 smithi161 ceph-mon[116604]: from='client.264321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:33 smithi161 ceph-mon[116604]: 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-07T10:05:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:33 smithi028 ceph-mon[112123]: from='client.264321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:33 smithi028 ceph-mon[112123]: 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-07T10:05:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:33 smithi138 ceph-mon[117003]: from='client.264321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:33 smithi138 ceph-mon[117003]: 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-07T10:05:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:35 smithi161 ceph-mon[116604]: 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-07T10:05:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:35 smithi028 ceph-mon[112123]: 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-07T10:05:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:35 smithi138 ceph-mon[117003]: 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-07T10:05:38.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:38.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:38.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:37 smithi161 ceph-mon[116604]: 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-07T10:05:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:37 smithi028 ceph-mon[112123]: 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-07T10:05:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:37 smithi138 ceph-mon[117003]: 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-07T10:05:38.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:38.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:38.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:38.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:38.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:39 smithi138 ceph-mon[117003]: from='client.264399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:39 smithi138 ceph-mon[117003]: 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-07T10:05:39.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:39 smithi161 ceph-mon[116604]: from='client.264399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:39.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:39 smithi161 ceph-mon[116604]: 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-07T10:05:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:39 smithi028 ceph-mon[112123]: from='client.264399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:39.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:39 smithi028 ceph-mon[112123]: 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-07T10:05:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:41 smithi161 ceph-mon[116604]: 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-07T10:05:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:41 smithi028 ceph-mon[112123]: 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-07T10:05:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:41 smithi138 ceph-mon[117003]: 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-07T10:05:43.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:43.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:43.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:43 smithi161 ceph-mon[116604]: 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-07T10:05:44.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:43 smithi028 ceph-mon[112123]: 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-07T10:05:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:43 smithi138 ceph-mon[117003]: 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-07T10:05:44.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:44.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:44.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:44.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:44.551 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:45 smithi161 ceph-mon[116604]: from='client.264477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:45 smithi161 ceph-mon[116604]: 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-07T10:05:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:45 smithi028 ceph-mon[112123]: from='client.264477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:45 smithi028 ceph-mon[112123]: 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-07T10:05:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:45 smithi138 ceph-mon[117003]: from='client.264477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:45 smithi138 ceph-mon[117003]: 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-07T10:05:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:47 smithi161 ceph-mon[116604]: 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-07T10:05:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:47 smithi028 ceph-mon[112123]: 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-07T10:05:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:47 smithi138 ceph-mon[117003]: 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-07T10:05:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:49 smithi138 ceph-mon[117003]: 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-07T10:05:49.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:49.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:49.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:49 smithi161 ceph-mon[116604]: 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-07T10:05:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:49 smithi028 ceph-mon[112123]: 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-07T10:05:50.320 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:50.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:50.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:50.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:50.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:50 smithi138 ceph-mon[117003]: from='client.264549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:50 smithi161 ceph-mon[116604]: from='client.264549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:50 smithi028 ceph-mon[112123]: from='client.264549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:05:51.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:51 smithi138 ceph-mon[117003]: 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-07T10:05:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:05:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:51 smithi161 ceph-mon[116604]: 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-07T10:05:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:05:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:51 smithi028 ceph-mon[112123]: 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-07T10:05:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:05:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:05:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:05:52.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:05:52.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:05:52.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:05:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:05:52.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:05:52.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:05:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:53 smithi138 ceph-mon[117003]: 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-07T10:05:53.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:53 smithi161 ceph-mon[116604]: 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-07T10:05:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:53 smithi028 ceph-mon[112123]: 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-07T10:05:55.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:05:55.323 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:05:55.323 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:05:56.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:05:56.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:05:56.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:05:56.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:05:56.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:05:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:55 smithi161 ceph-mon[116604]: 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-07T10:05:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:55 smithi028 ceph-mon[112123]: 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-07T10:05:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:55 smithi138 ceph-mon[117003]: 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-07T10:05:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:56 smithi161 ceph-mon[116604]: from='client.264624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:56 smithi028 ceph-mon[112123]: from='client.264624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:56 smithi138 ceph-mon[117003]: from='client.264624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:05:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:57 smithi161 ceph-mon[116604]: 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-07T10:05:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:57 smithi028 ceph-mon[112123]: 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-07T10:05:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:57 smithi138 ceph-mon[117003]: 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-07T10:05:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:05:59 smithi138 ceph-mon[117003]: 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-07T10:05:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:05:59 smithi161 ceph-mon[116604]: 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-07T10:05:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:05:59 smithi028 ceph-mon[112123]: 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-07T10:06:01.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:01.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:01.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:01.860 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:01.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:01.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:01.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:01.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:01 smithi161 ceph-mon[116604]: 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-07T10:06:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:01 smithi028 ceph-mon[112123]: 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-07T10:06:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:01 smithi138 ceph-mon[117003]: 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-07T10:06:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:02 smithi161 ceph-mon[116604]: from='client.264702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:02 smithi028 ceph-mon[112123]: from='client.264702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:02 smithi138 ceph-mon[117003]: from='client.264702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:03 smithi161 ceph-mon[116604]: 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-07T10:06:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:03 smithi028 ceph-mon[112123]: 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-07T10:06:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:03 smithi138 ceph-mon[117003]: 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-07T10:06:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:05 smithi161 ceph-mon[116604]: 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-07T10:06:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:05 smithi028 ceph-mon[112123]: 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-07T10:06:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:05 smithi138 ceph-mon[117003]: 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-07T10:06:06.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:06.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:06.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:07.641 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:07.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:07.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:07.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:07.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:07 smithi161 ceph-mon[116604]: 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-07T10:06:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:07 smithi028 ceph-mon[112123]: 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-07T10:06:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:07 smithi138 ceph-mon[117003]: 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-07T10:06:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:08 smithi161 ceph-mon[116604]: from='client.264777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:08 smithi028 ceph-mon[112123]: from='client.264777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:08 smithi138 ceph-mon[117003]: from='client.264777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:09 smithi161 ceph-mon[116604]: 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-07T10:06:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:09 smithi028 ceph-mon[112123]: 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-07T10:06:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:09 smithi138 ceph-mon[117003]: 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-07T10:06:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:11 smithi161 ceph-mon[116604]: 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-07T10:06:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:11 smithi028 ceph-mon[112123]: 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-07T10:06:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:11 smithi138 ceph-mon[117003]: 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-07T10:06:12.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:12.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:12.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:13.419 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:13.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:13.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:13.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:13.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:13 smithi161 ceph-mon[116604]: 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-07T10:06:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:13 smithi161 ceph-mon[116604]: from='client.264849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:13 smithi028 ceph-mon[112123]: 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-07T10:06:14.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:13 smithi028 ceph-mon[112123]: from='client.264849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:13 smithi138 ceph-mon[117003]: 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-07T10:06:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:13 smithi138 ceph-mon[117003]: from='client.264849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:16.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:15 smithi161 ceph-mon[116604]: 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-07T10:06:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:15 smithi028 ceph-mon[112123]: 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-07T10:06:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:15 smithi138 ceph-mon[117003]: 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-07T10:06:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:17 smithi161 ceph-mon[116604]: 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-07T10:06:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:17 smithi028 ceph-mon[112123]: 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-07T10:06:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:17 smithi138 ceph-mon[117003]: 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-07T10:06:18.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:18.421 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:18.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:19.194 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:19.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:19.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:19.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:19.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:19 smithi138 ceph-mon[117003]: from='client.264924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:19 smithi138 ceph-mon[117003]: 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-07T10:06:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:19 smithi161 ceph-mon[116604]: from='client.264924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:19 smithi161 ceph-mon[116604]: 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-07T10:06:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:19 smithi028 ceph-mon[112123]: from='client.264924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:19 smithi028 ceph-mon[112123]: 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-07T10:06:22.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:21 smithi161 ceph-mon[116604]: pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:06:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:21 smithi028 ceph-mon[112123]: pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:06:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:21 smithi138 ceph-mon[117003]: pgmap v9590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:06:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:23 smithi161 ceph-mon[116604]: pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:06:24.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:24.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:24.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:23 smithi028 ceph-mon[112123]: pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:06:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:23 smithi138 ceph-mon[117003]: pgmap v9591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:06:24.968 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:24.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:24.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:24.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:24.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:25 smithi161 ceph-mon[116604]: from='client.265002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:25 smithi161 ceph-mon[116604]: 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-07T10:06:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:25 smithi028 ceph-mon[112123]: from='client.265002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:26.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:25 smithi028 ceph-mon[112123]: 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-07T10:06:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:25 smithi138 ceph-mon[117003]: from='client.265002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:25 smithi138 ceph-mon[117003]: 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-07T10:06:28.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:27 smithi161 ceph-mon[116604]: 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-07T10:06:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:27 smithi028 ceph-mon[112123]: 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-07T10:06:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:27 smithi138 ceph-mon[117003]: 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-07T10:06:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:29 smithi138 ceph-mon[117003]: 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-07T10:06:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:29 smithi161 ceph-mon[116604]: 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-07T10:06:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:29 smithi028 ceph-mon[112123]: 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-07T10:06:29.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:29.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:29.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:30.736 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:30.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:30.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:30.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:30.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:31 smithi161 ceph-mon[116604]: from='client.265077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:31 smithi161 ceph-mon[116604]: 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-07T10:06:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:31 smithi028 ceph-mon[112123]: from='client.265077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:31 smithi028 ceph-mon[112123]: 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-07T10:06:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:31 smithi138 ceph-mon[117003]: from='client.265077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:31 smithi138 ceph-mon[117003]: 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-07T10:06:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:33 smithi161 ceph-mon[116604]: pgmap v9596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:06:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:33 smithi028 ceph-mon[112123]: pgmap v9596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:06:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:33 smithi138 ceph-mon[117003]: pgmap v9596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:06:35.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:35.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:35.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:35 smithi161 ceph-mon[116604]: pgmap v9597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:06:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:35 smithi028 ceph-mon[112123]: pgmap v9597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:06:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:35 smithi138 ceph-mon[117003]: pgmap v9597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:06:36.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:36.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:36.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:36.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:36.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:36 smithi161 ceph-mon[116604]: from='client.265152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:36 smithi028 ceph-mon[112123]: from='client.265152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:36 smithi138 ceph-mon[117003]: from='client.265152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:37 smithi161 ceph-mon[116604]: 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-07T10:06:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:37 smithi028 ceph-mon[112123]: 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-07T10:06:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:37 smithi138 ceph-mon[117003]: 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-07T10:06:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:39 smithi138 ceph-mon[117003]: 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-07T10:06:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:39 smithi161 ceph-mon[116604]: 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-07T10:06:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:39 smithi028 ceph-mon[112123]: 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-07T10:06:41.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:41.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:41.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:42.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:41 smithi161 ceph-mon[116604]: 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-07T10:06:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:41 smithi028 ceph-mon[112123]: 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-07T10:06:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:41 smithi138 ceph-mon[117003]: 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-07T10:06:42.306 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:42.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:42.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:42.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:42.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:43.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:42 smithi161 ceph-mon[116604]: from='client.265227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:43.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:42 smithi028 ceph-mon[112123]: from='client.265227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:42 smithi138 ceph-mon[117003]: from='client.265227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:43 smithi161 ceph-mon[116604]: 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-07T10:06:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:43 smithi028 ceph-mon[112123]: 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-07T10:06:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:43 smithi138 ceph-mon[117003]: 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-07T10:06:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:45 smithi161 ceph-mon[116604]: 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-07T10:06:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:45 smithi028 ceph-mon[112123]: 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-07T10:06:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:45 smithi138 ceph-mon[117003]: 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-07T10:06:47.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:47.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:47.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:48.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:48.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:48.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:48.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:48.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:47 smithi161 ceph-mon[116604]: 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-07T10:06:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:47 smithi028 ceph-mon[112123]: 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-07T10:06:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:47 smithi138 ceph-mon[117003]: 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-07T10:06:49.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:48 smithi161 ceph-mon[116604]: from='client.265305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:48 smithi028 ceph-mon[112123]: from='client.265305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:48 smithi138 ceph-mon[117003]: from='client.265305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:49 smithi028 ceph-mon[112123]: 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-07T10:06:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:49 smithi138 ceph-mon[117003]: 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-07T10:06:50.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:49 smithi161 ceph-mon[116604]: 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-07T10:06:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:51 smithi028 ceph-mon[112123]: 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-07T10:06:52.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:06:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:51 smithi138 ceph-mon[117003]: 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-07T10:06:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:06:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:51 smithi161 ceph-mon[116604]: 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-07T10:06:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:06:53.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:53.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:53.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:06:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:06:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:06:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:06:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:06:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:06:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:06:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:06:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:06:53.860 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:53.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:53.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:53.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:53.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:54 smithi161 ceph-mon[116604]: 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-07T10:06:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:54 smithi028 ceph-mon[112123]: 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-07T10:06:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:54 smithi138 ceph-mon[117003]: 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-07T10:06:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:55 smithi161 ceph-mon[116604]: from='client.265377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:55 smithi028 ceph-mon[112123]: from='client.265377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:55 smithi138 ceph-mon[117003]: from='client.265377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:06:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:56 smithi161 ceph-mon[116604]: 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-07T10:06:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:56 smithi028 ceph-mon[112123]: 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-07T10:06:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:56 smithi138 ceph-mon[117003]: 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-07T10:06:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:58 smithi161 ceph-mon[116604]: 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-07T10:06:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:58 smithi028 ceph-mon[112123]: 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-07T10:06:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:58 smithi138 ceph-mon[117003]: 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-07T10:06:58.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:06:58.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:06:58.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:06:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:06:59 smithi138 ceph-mon[117003]: 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-07T10:06:59.630 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:06:59.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:06:59.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:06:59.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:06:59.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:06:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:06:59 smithi161 ceph-mon[116604]: 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-07T10:06:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:06:59 smithi028 ceph-mon[112123]: 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-07T10:07:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:00 smithi138 ceph-mon[117003]: from='client.265452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:00 smithi161 ceph-mon[116604]: from='client.265452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:00 smithi028 ceph-mon[112123]: from='client.265452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:01 smithi138 ceph-mon[117003]: pgmap v9610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:01 smithi161 ceph-mon[116604]: pgmap v9610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:01 smithi028 ceph-mon[112123]: pgmap v9610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:03 smithi161 ceph-mon[116604]: pgmap v9611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:03 smithi028 ceph-mon[112123]: pgmap v9611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:03 smithi138 ceph-mon[117003]: pgmap v9611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:04.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:04.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:04.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:05.413 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:05.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:05.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:05.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:05.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:05 smithi161 ceph-mon[116604]: 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-07T10:07:06.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:05 smithi161 ceph-mon[116604]: from='client.265530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:05 smithi028 ceph-mon[112123]: 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-07T10:07:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:05 smithi028 ceph-mon[112123]: from='client.265530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:05 smithi138 ceph-mon[117003]: 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-07T10:07:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:05 smithi138 ceph-mon[117003]: from='client.265530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:07 smithi161 ceph-mon[116604]: 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-07T10:07:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:07 smithi028 ceph-mon[112123]: 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-07T10:07:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:07 smithi138 ceph-mon[117003]: 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-07T10:07:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:09 smithi138 ceph-mon[117003]: 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-07T10:07:09.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:09 smithi161 ceph-mon[116604]: 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-07T10:07:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:09 smithi028 ceph-mon[112123]: 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-07T10:07:10.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:10.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:10.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:11.184 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:11.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:11.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:11.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:11.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:11 smithi161 ceph-mon[116604]: from='client.265608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:11 smithi161 ceph-mon[116604]: 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-07T10:07:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:11 smithi028 ceph-mon[112123]: from='client.265608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:12.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:11 smithi028 ceph-mon[112123]: 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-07T10:07:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:11 smithi138 ceph-mon[117003]: from='client.265608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:11 smithi138 ceph-mon[117003]: 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-07T10:07:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:13 smithi161 ceph-mon[116604]: pgmap v9616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:13 smithi028 ceph-mon[112123]: pgmap v9616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:13 smithi138 ceph-mon[117003]: pgmap v9616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:16.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:16.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:16.187 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:15 smithi161 ceph-mon[116604]: pgmap v9617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:07:16.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:15 smithi028 ceph-mon[112123]: pgmap v9617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:07:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:15 smithi138 ceph-mon[117003]: pgmap v9617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:07:16.960 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:16.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:16.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:16.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:16.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:18.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:17 smithi028 ceph-mon[112123]: from='client.265686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:18.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:17 smithi028 ceph-mon[112123]: 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-07T10:07:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:17 smithi138 ceph-mon[117003]: from='client.265686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:17 smithi138 ceph-mon[117003]: 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-07T10:07:18.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:17 smithi161 ceph-mon[116604]: from='client.265686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:18.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:17 smithi161 ceph-mon[116604]: 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-07T10:07:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:19 smithi138 ceph-mon[117003]: 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-07T10:07:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:19 smithi161 ceph-mon[116604]: 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-07T10:07:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:19 smithi028 ceph-mon[112123]: 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-07T10:07:21.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:21.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:21.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:21 smithi161 ceph-mon[116604]: 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-07T10:07:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:21 smithi028 ceph-mon[112123]: 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-07T10:07:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:21 smithi138 ceph-mon[117003]: 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-07T10:07:22.728 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:22.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:22.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:22.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:22.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:23 smithi161 ceph-mon[116604]: from='client.265764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:23 smithi161 ceph-mon[116604]: 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-07T10:07:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:23 smithi028 ceph-mon[112123]: from='client.265764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:24.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:23 smithi028 ceph-mon[112123]: 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-07T10:07:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:23 smithi138 ceph-mon[117003]: from='client.265764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:23 smithi138 ceph-mon[117003]: 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-07T10:07:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:25 smithi028 ceph-mon[112123]: 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-07T10:07:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:25 smithi138 ceph-mon[117003]: 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-07T10:07:26.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:25 smithi161 ceph-mon[116604]: 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-07T10:07:27.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:27.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:27.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:27 smithi028 ceph-mon[112123]: 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-07T10:07:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:27 smithi138 ceph-mon[117003]: 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-07T10:07:28.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:27 smithi161 ceph-mon[116604]: 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-07T10:07:28.496 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:28.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:28.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:28.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:28.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:28 smithi028 ceph-mon[112123]: from='client.265842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:28 smithi138 ceph-mon[117003]: from='client.265842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:28 smithi161 ceph-mon[116604]: from='client.265842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:29 smithi028 ceph-mon[112123]: 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-07T10:07:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:29 smithi138 ceph-mon[117003]: 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-07T10:07:30.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:29 smithi161 ceph-mon[116604]: 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-07T10:07:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:31 smithi028 ceph-mon[112123]: 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-07T10:07:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:31 smithi138 ceph-mon[117003]: 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-07T10:07:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:31 smithi161 ceph-mon[116604]: 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-07T10:07:33.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:33.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:33.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:33 smithi028 ceph-mon[112123]: 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-07T10:07:34.288 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:34.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:34.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:34.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:34.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:33 smithi138 ceph-mon[117003]: 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-07T10:07:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:33 smithi161 ceph-mon[116604]: 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-07T10:07:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:34 smithi028 ceph-mon[112123]: from='client.265920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:35.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:34 smithi138 ceph-mon[117003]: from='client.265920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:34 smithi161 ceph-mon[116604]: from='client.265920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:35 smithi028 ceph-mon[112123]: pgmap v9627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:07:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:35 smithi138 ceph-mon[117003]: pgmap v9627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:07:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:35 smithi161 ceph-mon[116604]: pgmap v9627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:07:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:37 smithi028 ceph-mon[112123]: pgmap v9628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:07:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:37 smithi138 ceph-mon[117003]: pgmap v9628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:07:38.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:37 smithi161 ceph-mon[116604]: pgmap v9628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:07:39.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:39.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:39.290 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:39 smithi138 ceph-mon[117003]: pgmap v9629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:07:39.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:39 smithi161 ceph-mon[116604]: pgmap v9629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:07:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:39 smithi028 ceph-mon[112123]: pgmap v9629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:07:40.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:40.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:40.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:40.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:40.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:40 smithi138 ceph-mon[117003]: from='client.265989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:40 smithi161 ceph-mon[116604]: from='client.265989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:40.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:40 smithi028 ceph-mon[112123]: from='client.265989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:41.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:41 smithi138 ceph-mon[117003]: pgmap v9630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:41 smithi161 ceph-mon[116604]: pgmap v9630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:41 smithi028 ceph-mon[112123]: pgmap v9630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:43 smithi028 ceph-mon[112123]: pgmap v9631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:43 smithi138 ceph-mon[117003]: pgmap v9631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:43 smithi161 ceph-mon[116604]: pgmap v9631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:07:45.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:45.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:45.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:45.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:45.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:45.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:45.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:45.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:45 smithi028 ceph-mon[112123]: 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-07T10:07:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:45 smithi138 ceph-mon[117003]: 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-07T10:07:46.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:45 smithi161 ceph-mon[116604]: 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-07T10:07:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:46 smithi028 ceph-mon[112123]: from='client.266061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:46 smithi138 ceph-mon[117003]: from='client.266061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:46 smithi161 ceph-mon[116604]: from='client.266061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:47 smithi028 ceph-mon[112123]: pgmap v9633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:07:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:47 smithi138 ceph-mon[117003]: pgmap v9633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:07:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:47 smithi161 ceph-mon[116604]: pgmap v9633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:07:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:49 smithi138 ceph-mon[117003]: pgmap v9634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:07:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:49 smithi161 ceph-mon[116604]: pgmap v9634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:07:49.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:49 smithi028 ceph-mon[112123]: pgmap v9634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:07:50.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:50.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:50.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:51.595 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:51.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:51.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:51.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:51.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:51 smithi028 ceph-mon[112123]: pgmap v9635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:07:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:51 smithi138 ceph-mon[117003]: pgmap v9635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:07:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:51 smithi161 ceph-mon[116604]: pgmap v9635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:07:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:52 smithi028 ceph-mon[112123]: from='client.266136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:07:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:07:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:07:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:07:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:52 smithi138 ceph-mon[117003]: from='client.266136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:07:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:07:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:07:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:07:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:52 smithi161 ceph-mon[116604]: from='client.266136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:07:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:07:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:07:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:07:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:53 smithi028 ceph-mon[112123]: pgmap v9636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:53 smithi138 ceph-mon[117003]: pgmap v9636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:53 smithi161 ceph-mon[116604]: pgmap v9636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:07:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:55 smithi028 ceph-mon[112123]: pgmap v9637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:07:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:55 smithi138 ceph-mon[117003]: pgmap v9637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:07:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:55 smithi161 ceph-mon[116604]: pgmap v9637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:07:56.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:07:56.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:07:56.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:07:57.390 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:07:57.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:07:57.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:07:57.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:07:57.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:07:58.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:57 smithi028 ceph-mon[112123]: 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-07T10:07:58.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:57 smithi028 ceph-mon[112123]: from='client.266214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:57 smithi138 ceph-mon[117003]: 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-07T10:07:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:57 smithi138 ceph-mon[117003]: from='client.266214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:57 smithi161 ceph-mon[116604]: 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-07T10:07:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:57 smithi161 ceph-mon[116604]: from='client.266214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:07:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:07:59 smithi138 ceph-mon[117003]: 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-07T10:07:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:07:59 smithi161 ceph-mon[116604]: 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-07T10:07:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:07:59 smithi028 ceph-mon[112123]: 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-07T10:08:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:01 smithi028 ceph-mon[112123]: 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-07T10:08:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:01 smithi138 ceph-mon[117003]: 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-07T10:08:02.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:02.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:02.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:01 smithi161 ceph-mon[116604]: 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-07T10:08:03.177 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:03.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:03.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:03.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:03.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:03 smithi028 ceph-mon[112123]: from='client.266292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:03 smithi028 ceph-mon[112123]: 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-07T10:08:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:03 smithi138 ceph-mon[117003]: from='client.266292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:03 smithi138 ceph-mon[117003]: 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-07T10:08:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:03 smithi161 ceph-mon[116604]: from='client.266292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:03 smithi161 ceph-mon[116604]: 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-07T10:08:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:05 smithi028 ceph-mon[112123]: 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-07T10:08:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:05 smithi138 ceph-mon[117003]: 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-07T10:08:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:05 smithi161 ceph-mon[116604]: 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-07T10:08:08.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:08.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:08.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:07 smithi028 ceph-mon[112123]: 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-07T10:08:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:07 smithi138 ceph-mon[117003]: 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-07T10:08:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:07 smithi161 ceph-mon[116604]: 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-07T10:08:08.954 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:08.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:08.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:08.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:08.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:09 smithi138 ceph-mon[117003]: from='client.266367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:09 smithi138 ceph-mon[117003]: 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-07T10:08:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:09 smithi161 ceph-mon[116604]: from='client.266367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:09.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:09 smithi161 ceph-mon[116604]: 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-07T10:08:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:09 smithi028 ceph-mon[112123]: from='client.266367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:09 smithi028 ceph-mon[112123]: 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-07T10:08:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:11 smithi028 ceph-mon[112123]: 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-07T10:08:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:11 smithi138 ceph-mon[117003]: 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-07T10:08:12.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:11 smithi161 ceph-mon[116604]: 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-07T10:08:13.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:13.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:13.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:13 smithi028 ceph-mon[112123]: 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-07T10:08:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:13 smithi138 ceph-mon[117003]: 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-07T10:08:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:13 smithi161 ceph-mon[116604]: 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-07T10:08:14.737 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:14.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:14.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:14.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:14.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:15 smithi028 ceph-mon[112123]: from='client.266442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:16.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:15 smithi028 ceph-mon[112123]: pgmap v9647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:15 smithi138 ceph-mon[117003]: from='client.266442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:15 smithi138 ceph-mon[117003]: pgmap v9647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:16.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:15 smithi161 ceph-mon[116604]: from='client.266442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:16.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:15 smithi161 ceph-mon[116604]: pgmap v9647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:17 smithi028 ceph-mon[112123]: pgmap v9648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:17 smithi138 ceph-mon[117003]: pgmap v9648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:17 smithi161 ceph-mon[116604]: pgmap v9648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:19 smithi138 ceph-mon[117003]: pgmap v9649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:19 smithi161 ceph-mon[116604]: pgmap v9649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:19 smithi028 ceph-mon[112123]: pgmap v9649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:19.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:19.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:19.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:20.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:20.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:20.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:20.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:20.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:20 smithi138 ceph-mon[117003]: from='client.266520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:20.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:20 smithi161 ceph-mon[116604]: from='client.266520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:20 smithi028 ceph-mon[112123]: from='client.266520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:21 smithi138 ceph-mon[117003]: 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-07T10:08:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:21 smithi161 ceph-mon[116604]: 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-07T10:08:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:21 smithi028 ceph-mon[112123]: 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-07T10:08:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:23 smithi028 ceph-mon[112123]: 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-07T10:08:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:23 smithi138 ceph-mon[117003]: 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-07T10:08:24.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:23 smithi161 ceph-mon[116604]: 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-07T10:08:25.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:25.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:25.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:25 smithi028 ceph-mon[112123]: 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-07T10:08:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:25 smithi138 ceph-mon[117003]: 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-07T10:08:26.302 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:26.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:26.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:26.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:26.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:26.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:25 smithi161 ceph-mon[116604]: 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-07T10:08:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:26 smithi028 ceph-mon[112123]: from='client.266598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:26 smithi138 ceph-mon[117003]: from='client.266598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:26 smithi161 ceph-mon[116604]: from='client.266598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:27 smithi028 ceph-mon[112123]: pgmap v9653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:27 smithi138 ceph-mon[117003]: pgmap v9653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:28.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:27 smithi161 ceph-mon[116604]: pgmap v9653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:29 smithi138 ceph-mon[117003]: pgmap v9654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:29 smithi161 ceph-mon[116604]: pgmap v9654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:29 smithi028 ceph-mon[112123]: pgmap v9654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:31.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:31.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:31.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:32.079 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:32.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:32.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:32.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:32.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:31 smithi028 ceph-mon[112123]: pgmap v9655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:08:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:31 smithi138 ceph-mon[117003]: pgmap v9655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:08:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:31 smithi161 ceph-mon[116604]: pgmap v9655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:08:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:32 smithi028 ceph-mon[112123]: from='client.266676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:32 smithi138 ceph-mon[117003]: from='client.266676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:32 smithi161 ceph-mon[116604]: from='client.266676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:33 smithi028 ceph-mon[112123]: 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-07T10:08:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:33 smithi138 ceph-mon[117003]: 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-07T10:08:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:33 smithi161 ceph-mon[116604]: 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-07T10:08:36.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:35 smithi028 ceph-mon[112123]: 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-07T10:08:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:35 smithi138 ceph-mon[117003]: 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-07T10:08:36.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:35 smithi161 ceph-mon[116604]: 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-07T10:08:37.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:37.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:37.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:37.851 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:37.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:37.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:37.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:37.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:37 smithi028 ceph-mon[112123]: 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-07T10:08:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:37 smithi138 ceph-mon[117003]: 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-07T10:08:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:37 smithi161 ceph-mon[116604]: 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-07T10:08:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:38 smithi028 ceph-mon[112123]: from='client.266754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:38 smithi138 ceph-mon[117003]: from='client.266754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:38 smithi161 ceph-mon[116604]: from='client.266754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:39 smithi138 ceph-mon[117003]: 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-07T10:08:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:39 smithi161 ceph-mon[116604]: 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-07T10:08:40.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:39 smithi028 ceph-mon[112123]: 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-07T10:08:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:41 smithi138 ceph-mon[117003]: 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-07T10:08:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:41 smithi161 ceph-mon[116604]: 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-07T10:08:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:41 smithi028 ceph-mon[112123]: 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-07T10:08:42.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:42.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:42.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:43.617 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:43.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:43.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:43.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:43.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:43 smithi138 ceph-mon[117003]: 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-07T10:08:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:43 smithi161 ceph-mon[116604]: 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-07T10:08:44.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:43 smithi028 ceph-mon[112123]: 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-07T10:08:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:44 smithi138 ceph-mon[117003]: from='client.266829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:45.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:44 smithi161 ceph-mon[116604]: from='client.266829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:44 smithi028 ceph-mon[112123]: from='client.266829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:45 smithi138 ceph-mon[117003]: 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-07T10:08:46.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:45 smithi161 ceph-mon[116604]: 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-07T10:08:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:45 smithi028 ceph-mon[112123]: 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-07T10:08:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:47 smithi138 ceph-mon[117003]: 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-07T10:08:48.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:47 smithi161 ceph-mon[116604]: 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-07T10:08:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:47 smithi028 ceph-mon[112123]: 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-07T10:08:48.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:48.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:48.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:49.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:49.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:49.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:49.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:49.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:49 smithi138 ceph-mon[117003]: 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-07T10:08:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:49 smithi138 ceph-mon[117003]: from='client.266901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:49 smithi161 ceph-mon[116604]: 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-07T10:08:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:49 smithi161 ceph-mon[116604]: from='client.266901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:49 smithi028 ceph-mon[112123]: 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-07T10:08:49.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:49 smithi028 ceph-mon[112123]: from='client.266901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:51 smithi028 ceph-mon[112123]: pgmap v9665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:08:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:51 smithi138 ceph-mon[117003]: pgmap v9665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:08:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:51 smithi161 ceph-mon[116604]: pgmap v9665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:08:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:53 smithi028 ceph-mon[112123]: pgmap v9666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:08:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:08:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:08:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:08:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:08:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:53 smithi138 ceph-mon[117003]: pgmap v9666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:08:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:08:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:08:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:08:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:08:54.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:08:54.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:08:54.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:08:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:53 smithi161 ceph-mon[116604]: pgmap v9666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:08:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:08:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:08:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:08:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:08:55.168 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:08:55.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:08:55.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:08:55.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:08:55.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:08:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:55 smithi028 ceph-mon[112123]: from='client.266976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:55 smithi028 ceph-mon[112123]: pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:55 smithi138 ceph-mon[117003]: from='client.266976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:55 smithi138 ceph-mon[117003]: pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:55 smithi161 ceph-mon[116604]: from='client.266976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:08:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:55 smithi161 ceph-mon[116604]: pgmap v9667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:08:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:57 smithi028 ceph-mon[112123]: pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:57 smithi138 ceph-mon[117003]: pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:57 smithi161 ceph-mon[116604]: pgmap v9668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:08:59 smithi138 ceph-mon[117003]: pgmap v9669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:08:59 smithi161 ceph-mon[116604]: pgmap v9669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:08:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:08:59 smithi028 ceph-mon[112123]: pgmap v9669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:00.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:00.170 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:00.170 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:00.934 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:00.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:00.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:00.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:00.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:01 smithi028 ceph-mon[112123]: from='client.267048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:02.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:01 smithi028 ceph-mon[112123]: 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-07T10:09:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:01 smithi138 ceph-mon[117003]: from='client.267048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:01 smithi138 ceph-mon[117003]: 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-07T10:09:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:01 smithi161 ceph-mon[116604]: from='client.267048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:01 smithi161 ceph-mon[116604]: 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-07T10:09:04.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:03 smithi028 ceph-mon[112123]: pgmap v9671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:09:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:03 smithi138 ceph-mon[117003]: pgmap v9671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:09:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:03 smithi161 ceph-mon[116604]: pgmap v9671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:09:05.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:05.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:05.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:05 smithi028 ceph-mon[112123]: pgmap v9672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:09:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:05 smithi138 ceph-mon[117003]: pgmap v9672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:09:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:05 smithi161 ceph-mon[116604]: pgmap v9672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:09:06.710 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:06.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:06.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:06.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:06.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:07 smithi138 ceph-mon[117003]: from='client.267126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:07 smithi138 ceph-mon[117003]: pgmap v9673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:07 smithi161 ceph-mon[116604]: from='client.267126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:07 smithi161 ceph-mon[116604]: pgmap v9673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:07 smithi028 ceph-mon[112123]: from='client.267126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:07 smithi028 ceph-mon[112123]: pgmap v9673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:09 smithi138 ceph-mon[117003]: pgmap v9674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:09 smithi161 ceph-mon[116604]: pgmap v9674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:09.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:09 smithi028 ceph-mon[112123]: pgmap v9674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:11.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:11.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:11.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:11 smithi028 ceph-mon[112123]: pgmap v9675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:09:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:11 smithi138 ceph-mon[117003]: pgmap v9675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:09:12.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:11 smithi161 ceph-mon[116604]: pgmap v9675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:09:12.486 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:12.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:12.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:12.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:12.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:13.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:12 smithi138 ceph-mon[117003]: from='client.267204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:12 smithi161 ceph-mon[116604]: from='client.267204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:12 smithi028 ceph-mon[112123]: from='client.267204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:13 smithi138 ceph-mon[117003]: 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-07T10:09:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:13 smithi161 ceph-mon[116604]: 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-07T10:09:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:13 smithi028 ceph-mon[112123]: 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-07T10:09:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:15 smithi138 ceph-mon[117003]: 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-07T10:09:16.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:15 smithi161 ceph-mon[116604]: 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-07T10:09:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:15 smithi028 ceph-mon[112123]: 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-07T10:09:17.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:17.488 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:17.488 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:18.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:18.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:18.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:18.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:18.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:17 smithi138 ceph-mon[117003]: 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-07T10:09:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:17 smithi161 ceph-mon[116604]: 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-07T10:09:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:17 smithi028 ceph-mon[112123]: 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-07T10:09:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:18 smithi138 ceph-mon[117003]: from='client.267282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:18 smithi161 ceph-mon[116604]: from='client.267282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:18 smithi028 ceph-mon[112123]: from='client.267282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:19 smithi138 ceph-mon[117003]: 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-07T10:09:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:19 smithi161 ceph-mon[116604]: 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-07T10:09:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:19 smithi028 ceph-mon[112123]: 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-07T10:09:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:21 smithi138 ceph-mon[117003]: 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-07T10:09:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:21 smithi161 ceph-mon[116604]: 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-07T10:09:22.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:21 smithi028 ceph-mon[112123]: 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-07T10:09:23.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:23.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:23.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:24.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:24.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:24.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:24.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:24.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:23 smithi138 ceph-mon[117003]: 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-07T10:09:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:23 smithi161 ceph-mon[116604]: 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-07T10:09:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:23 smithi028 ceph-mon[112123]: 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-07T10:09:25.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:24 smithi138 ceph-mon[117003]: from='client.267357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:24 smithi161 ceph-mon[116604]: from='client.267357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:24 smithi028 ceph-mon[112123]: from='client.267357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:25 smithi138 ceph-mon[117003]: 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-07T10:09:26.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:25 smithi161 ceph-mon[116604]: 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-07T10:09:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:25 smithi028 ceph-mon[112123]: 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-07T10:09:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:27 smithi138 ceph-mon[117003]: 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-07T10:09:28.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:27 smithi161 ceph-mon[116604]: 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-07T10:09:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:27 smithi028 ceph-mon[112123]: 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-07T10:09:29.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:29.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:29.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:29.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:29 smithi138 ceph-mon[117003]: 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-07T10:09:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:29 smithi161 ceph-mon[116604]: 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-07T10:09:29.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:29 smithi028 ceph-mon[112123]: 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-07T10:09:29.823 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:29.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:29.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:29.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:29.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:30 smithi138 ceph-mon[117003]: from='client.267435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:30.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:30 smithi161 ceph-mon[116604]: from='client.267435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:30 smithi028 ceph-mon[112123]: from='client.267435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:31 smithi138 ceph-mon[117003]: pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:31.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:31 smithi161 ceph-mon[116604]: pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:31 smithi028 ceph-mon[112123]: pgmap v9685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:33 smithi138 ceph-mon[117003]: pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:33 smithi161 ceph-mon[116604]: pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:33 smithi028 ceph-mon[112123]: pgmap v9686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:34.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:34.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:34.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:35.594 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:35.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:35.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:35.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:35.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:35 smithi138 ceph-mon[117003]: pgmap v9687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:36.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:35 smithi161 ceph-mon[116604]: pgmap v9687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:35 smithi028 ceph-mon[112123]: pgmap v9687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:37.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:36 smithi138 ceph-mon[117003]: from='client.267510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:37.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:36 smithi161 ceph-mon[116604]: from='client.267510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:37.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:36 smithi028 ceph-mon[112123]: from='client.267510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:37 smithi138 ceph-mon[117003]: pgmap v9688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:37 smithi161 ceph-mon[116604]: pgmap v9688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:37 smithi028 ceph-mon[112123]: pgmap v9688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:39 smithi138 ceph-mon[117003]: pgmap v9689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:39 smithi161 ceph-mon[116604]: pgmap v9689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:39 smithi028 ceph-mon[112123]: pgmap v9689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:09:40.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:40.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:40.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:41.364 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:41.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:41.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:41.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:41.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:41 smithi138 ceph-mon[117003]: 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-07T10:09:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:41 smithi138 ceph-mon[117003]: from='client.267582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:42.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:41 smithi161 ceph-mon[116604]: 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-07T10:09:42.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:41 smithi161 ceph-mon[116604]: from='client.267582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:41 smithi028 ceph-mon[112123]: 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-07T10:09:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:41 smithi028 ceph-mon[112123]: from='client.267582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:43 smithi138 ceph-mon[117003]: pgmap v9691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:44.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:43 smithi161 ceph-mon[116604]: pgmap v9691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:43 smithi028 ceph-mon[112123]: pgmap v9691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:45 smithi138 ceph-mon[117003]: pgmap v9692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:09:46.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:46.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:46.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:45 smithi161 ceph-mon[116604]: pgmap v9692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:09:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:45 smithi028 ceph-mon[112123]: pgmap v9692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:09:47.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:47.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:47.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:47.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:47.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:47 smithi138 ceph-mon[117003]: from='client.267660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:47 smithi138 ceph-mon[117003]: pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:48.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:47 smithi161 ceph-mon[116604]: from='client.267660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:48.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:47 smithi161 ceph-mon[116604]: pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:47 smithi028 ceph-mon[112123]: from='client.267660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:47 smithi028 ceph-mon[112123]: pgmap v9693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:49.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:49 smithi138 ceph-mon[117003]: pgmap v9694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:49 smithi161 ceph-mon[116604]: pgmap v9694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:49 smithi028 ceph-mon[112123]: pgmap v9694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:09:52.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:52.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:52.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:51 smithi138 ceph-mon[117003]: pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:09:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:51 smithi161 ceph-mon[116604]: pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:09:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:51 smithi028 ceph-mon[112123]: pgmap v9695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:09:52.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:52.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:52.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:52.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:52.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:53 smithi138 ceph-mon[117003]: from='client.267735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:53 smithi138 ceph-mon[117003]: 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-07T10:09:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:09:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:53 smithi161 ceph-mon[116604]: from='client.267735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:53 smithi161 ceph-mon[116604]: 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-07T10:09:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:09:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:53 smithi028 ceph-mon[112123]: from='client.267735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:53 smithi028 ceph-mon[112123]: 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-07T10:09:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:09:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:09:55.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:09:55.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:09:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:09:55.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:09:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:09:55.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:09:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:56 smithi161 ceph-mon[116604]: 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-07T10:09:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:56 smithi028 ceph-mon[112123]: 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-07T10:09:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:56 smithi138 ceph-mon[117003]: 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-07T10:09:57.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:09:57.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:09:57.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:09:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:58 smithi161 ceph-mon[116604]: 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-07T10:09:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:58 smithi028 ceph-mon[112123]: 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-07T10:09:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:58 smithi138 ceph-mon[117003]: 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-07T10:09:58.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:09:58.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:09:58.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:09:58.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:09:58.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:09:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:59 smithi138 ceph-mon[117003]: from='client.267807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:09:59 smithi138 ceph-mon[117003]: 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-07T10:09:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:59 smithi161 ceph-mon[116604]: from='client.267807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:09:59 smithi161 ceph-mon[116604]: 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-07T10:09:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:59 smithi028 ceph-mon[112123]: from='client.267807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:09:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:09:59 smithi028 ceph-mon[112123]: 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-07T10:10:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T10:10:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T10:10:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T10:10:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:01 smithi138 ceph-mon[117003]: 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-07T10:10:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:01 smithi161 ceph-mon[116604]: 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-07T10:10:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:01 smithi028 ceph-mon[112123]: 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-07T10:10:03.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:03.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:03.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:03 smithi138 ceph-mon[117003]: 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-07T10:10:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:03 smithi161 ceph-mon[116604]: 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-07T10:10:04.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:04.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:04.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:04.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:04.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:03 smithi028 ceph-mon[112123]: 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-07T10:10:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:04 smithi138 ceph-mon[117003]: from='client.267885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:05.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:04 smithi161 ceph-mon[116604]: from='client.267885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:04 smithi028 ceph-mon[112123]: from='client.267885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:05 smithi138 ceph-mon[117003]: pgmap v9702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:05 smithi161 ceph-mon[116604]: pgmap v9702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:05 smithi028 ceph-mon[112123]: pgmap v9702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:07 smithi138 ceph-mon[117003]: pgmap v9703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:07 smithi161 ceph-mon[116604]: pgmap v9703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:07 smithi028 ceph-mon[112123]: pgmap v9703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:09.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:09.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:09.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:09 smithi161 ceph-mon[116604]: pgmap v9704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:09 smithi028 ceph-mon[112123]: pgmap v9704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:09 smithi138 ceph-mon[117003]: pgmap v9704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:10.240 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:10.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:10.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:10.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:10.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:10 smithi138 ceph-mon[117003]: from='client.267960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:10.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:10 smithi161 ceph-mon[116604]: from='client.267960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:10 smithi028 ceph-mon[112123]: from='client.267960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:11.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:11 smithi161 ceph-mon[116604]: pgmap v9705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:11 smithi028 ceph-mon[112123]: pgmap v9705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:11.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:11 smithi138 ceph-mon[117003]: pgmap v9705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:13 smithi138 ceph-mon[117003]: pgmap v9706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:13 smithi161 ceph-mon[116604]: pgmap v9706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:13 smithi028 ceph-mon[112123]: pgmap v9706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:15.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:15.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:15.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:16.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:16.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:16.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:16.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:16.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:15 smithi138 ceph-mon[117003]: pgmap v9707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:15 smithi161 ceph-mon[116604]: pgmap v9707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:15 smithi028 ceph-mon[112123]: pgmap v9707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:16 smithi138 ceph-mon[117003]: from='client.268032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:16 smithi161 ceph-mon[116604]: from='client.268032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:16 smithi028 ceph-mon[112123]: from='client.268032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:17 smithi138 ceph-mon[117003]: 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-07T10:10:18.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:17 smithi161 ceph-mon[116604]: 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-07T10:10:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:17 smithi028 ceph-mon[112123]: 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-07T10:10:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:19 smithi138 ceph-mon[117003]: 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-07T10:10:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:19 smithi161 ceph-mon[116604]: 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-07T10:10:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:19 smithi028 ceph-mon[112123]: 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-07T10:10:21.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:21.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:21.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:21.788 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:21.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:21.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:21.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:21.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:21 smithi138 ceph-mon[117003]: pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:10:22.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:21 smithi161 ceph-mon[116604]: pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:10:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:21 smithi028 ceph-mon[112123]: pgmap v9710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:10:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:22 smithi138 ceph-mon[117003]: from='client.268107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:22 smithi161 ceph-mon[116604]: from='client.268107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:22 smithi028 ceph-mon[112123]: from='client.268107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:23 smithi138 ceph-mon[117003]: pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:23 smithi161 ceph-mon[116604]: pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:23 smithi028 ceph-mon[112123]: pgmap v9711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:25 smithi138 ceph-mon[117003]: pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:10:26.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:25 smithi161 ceph-mon[116604]: pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:10:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:25 smithi028 ceph-mon[112123]: pgmap v9712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:10:26.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:26.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:26.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:27.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:27.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:27.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:27.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:27.563 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:27 smithi138 ceph-mon[117003]: pgmap v9713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:27 smithi161 ceph-mon[116604]: pgmap v9713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:27 smithi028 ceph-mon[112123]: pgmap v9713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:28 smithi138 ceph-mon[117003]: from='client.268185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:28 smithi161 ceph-mon[116604]: from='client.268185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:28 smithi028 ceph-mon[112123]: from='client.268185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:29 smithi138 ceph-mon[117003]: pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:29 smithi161 ceph-mon[116604]: pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:29 smithi028 ceph-mon[112123]: pgmap v9714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:31 smithi138 ceph-mon[117003]: pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:10:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:31 smithi161 ceph-mon[116604]: pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:10:32.505 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:31 smithi028 ceph-mon[112123]: pgmap v9715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:10:32.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:32.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:32.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:33.336 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:33.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:33.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:33.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:33.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:33 smithi138 ceph-mon[117003]: 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-07T10:10:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:33 smithi138 ceph-mon[117003]: from='client.268260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:33 smithi161 ceph-mon[116604]: 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-07T10:10:34.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:33 smithi161 ceph-mon[116604]: from='client.268260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:33 smithi028 ceph-mon[112123]: 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-07T10:10:34.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:33 smithi028 ceph-mon[112123]: from='client.268260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:36 smithi138 ceph-mon[117003]: 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-07T10:10:36.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:36 smithi161 ceph-mon[116604]: 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-07T10:10:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:36 smithi028 ceph-mon[112123]: 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-07T10:10:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:38 smithi138 ceph-mon[117003]: 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-07T10:10:38.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:38.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:38.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:38 smithi161 ceph-mon[116604]: 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-07T10:10:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:38 smithi028 ceph-mon[112123]: 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-07T10:10:39.113 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:39.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:39.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:39.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:39.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:39 smithi138 ceph-mon[117003]: from='client.268338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:39 smithi138 ceph-mon[117003]: 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-07T10:10:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:39 smithi161 ceph-mon[116604]: from='client.268338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:39.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:39 smithi161 ceph-mon[116604]: 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-07T10:10:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:39 smithi028 ceph-mon[112123]: from='client.268338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:39 smithi028 ceph-mon[112123]: 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-07T10:10:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:41 smithi138 ceph-mon[117003]: 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-07T10:10:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:41 smithi161 ceph-mon[116604]: 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-07T10:10:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:41 smithi028 ceph-mon[112123]: 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-07T10:10:44.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:44.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:44.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:43 smithi138 ceph-mon[117003]: 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-07T10:10:44.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:43 smithi161 ceph-mon[116604]: 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-07T10:10:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:43 smithi028 ceph-mon[112123]: 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-07T10:10:44.880 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:44.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:44.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:44.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:44.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:45 smithi138 ceph-mon[117003]: from='client.268410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:45 smithi138 ceph-mon[117003]: pgmap v9722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:46.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:45 smithi161 ceph-mon[116604]: from='client.268410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:46.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:45 smithi161 ceph-mon[116604]: pgmap v9722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:46.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:45 smithi028 ceph-mon[112123]: from='client.268410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:46.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:45 smithi028 ceph-mon[112123]: pgmap v9722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:47 smithi138 ceph-mon[117003]: pgmap v9723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:48.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:47 smithi161 ceph-mon[116604]: pgmap v9723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:47 smithi028 ceph-mon[112123]: pgmap v9723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:49 smithi161 ceph-mon[116604]: pgmap v9724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:49 smithi028 ceph-mon[112123]: pgmap v9724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:49 smithi138 ceph-mon[117003]: pgmap v9724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:49.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:49.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:49.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:50.647 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:50.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:50.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:50.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:50.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:51 smithi138 ceph-mon[117003]: from='client.268485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:51 smithi138 ceph-mon[117003]: pgmap v9725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:51 smithi161 ceph-mon[116604]: from='client.268485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:51 smithi161 ceph-mon[116604]: pgmap v9725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:51 smithi028 ceph-mon[112123]: from='client.268485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:51 smithi028 ceph-mon[112123]: pgmap v9725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:53 smithi138 ceph-mon[117003]: pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:53 smithi161 ceph-mon[116604]: pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:53 smithi028 ceph-mon[112123]: pgmap v9726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:10:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:10:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:10:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:10:55.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:10:55.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:10:55.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:10:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:55 smithi138 ceph-mon[117003]: pgmap v9727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:10:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:10:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:10:56.414 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:10:56.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:10:56.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:10:56.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:10:56.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:10:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:55 smithi161 ceph-mon[116604]: pgmap v9727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:10:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:10:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:10:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:55 smithi028 ceph-mon[112123]: pgmap v9727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:10:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:10:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:10:56.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:10:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:56 smithi138 ceph-mon[117003]: from='client.268557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:56 smithi161 ceph-mon[116604]: from='client.268557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:56 smithi028 ceph-mon[112123]: from='client.268557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:10:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:57 smithi138 ceph-mon[117003]: 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-07T10:10:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:57 smithi161 ceph-mon[116604]: 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-07T10:10:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:57 smithi028 ceph-mon[112123]: 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-07T10:10:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:10:59 smithi161 ceph-mon[116604]: 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-07T10:10:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:10:59 smithi028 ceph-mon[112123]: 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-07T10:10:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:10:59 smithi138 ceph-mon[117003]: 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-07T10:11:01.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:01.417 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:01.417 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:02.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:02.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:02.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:02.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:02.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:01 smithi138 ceph-mon[117003]: pgmap v9730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:01 smithi161 ceph-mon[116604]: pgmap v9730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:01 smithi028 ceph-mon[112123]: pgmap v9730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:02 smithi138 ceph-mon[117003]: from='client.268629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:02 smithi161 ceph-mon[116604]: from='client.268629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:02 smithi028 ceph-mon[112123]: from='client.268629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:03 smithi138 ceph-mon[117003]: pgmap v9731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:03 smithi161 ceph-mon[116604]: pgmap v9731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:03 smithi028 ceph-mon[112123]: pgmap v9731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:05 smithi138 ceph-mon[117003]: pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:05 smithi161 ceph-mon[116604]: pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:05 smithi028 ceph-mon[112123]: pgmap v9732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:07.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:07.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:07.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:07.958 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:07.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:07.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:07.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:07.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:08 smithi138 ceph-mon[117003]: pgmap v9733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:07 smithi161 ceph-mon[116604]: pgmap v9733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:07 smithi028 ceph-mon[112123]: pgmap v9733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:09 smithi138 ceph-mon[117003]: from='client.268701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:09.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:09 smithi161 ceph-mon[116604]: from='client.268701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:09 smithi028 ceph-mon[112123]: from='client.268701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:10 smithi138 ceph-mon[117003]: pgmap v9734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:10.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:10 smithi161 ceph-mon[116604]: pgmap v9734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:10 smithi028 ceph-mon[112123]: pgmap v9734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:12 smithi138 ceph-mon[117003]: pgmap v9735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:12 smithi161 ceph-mon[116604]: pgmap v9735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:12 smithi028 ceph-mon[112123]: pgmap v9735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:12.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:12.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:12.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:13.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:13.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:13.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:13.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:13.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:14 smithi138 ceph-mon[117003]: 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-07T10:11:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:14 smithi161 ceph-mon[116604]: 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-07T10:11:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:14 smithi028 ceph-mon[112123]: 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-07T10:11:15.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:15 smithi138 ceph-mon[117003]: from='client.268776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:15 smithi161 ceph-mon[116604]: from='client.268776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:15 smithi028 ceph-mon[112123]: from='client.268776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:16 smithi138 ceph-mon[117003]: 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-07T10:11:16.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:16 smithi161 ceph-mon[116604]: 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-07T10:11:16.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:16 smithi028 ceph-mon[112123]: 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-07T10:11:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:18 smithi138 ceph-mon[117003]: 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-07T10:11:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:18 smithi161 ceph-mon[116604]: 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-07T10:11:18.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:18 smithi028 ceph-mon[112123]: 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-07T10:11:18.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:18.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:18.736 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:19.520 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:19.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:19.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:19.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:19.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:19 smithi161 ceph-mon[116604]: 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-07T10:11:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:19 smithi161 ceph-mon[116604]: from='client.268851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:19.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:19 smithi028 ceph-mon[112123]: 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-07T10:11:19.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:19 smithi028 ceph-mon[112123]: from='client.268851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:19 smithi138 ceph-mon[117003]: 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-07T10:11:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:19 smithi138 ceph-mon[117003]: from='client.268851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:21 smithi138 ceph-mon[117003]: pgmap v9740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:22.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:21 smithi161 ceph-mon[116604]: pgmap v9740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:21 smithi028 ceph-mon[112123]: pgmap v9740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:23 smithi138 ceph-mon[117003]: pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:23 smithi161 ceph-mon[116604]: pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:23 smithi028 ceph-mon[112123]: pgmap v9741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:24.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:24.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:24.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:25.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:25.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:25.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:25.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:25.307 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:26 smithi138 ceph-mon[117003]: from='client.268929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:26 smithi138 ceph-mon[117003]: pgmap v9742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:26 smithi161 ceph-mon[116604]: from='client.268929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:26.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:26 smithi161 ceph-mon[116604]: pgmap v9742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:26 smithi028 ceph-mon[112123]: from='client.268929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:26.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:26 smithi028 ceph-mon[112123]: pgmap v9742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:28 smithi138 ceph-mon[117003]: pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:28.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:28 smithi161 ceph-mon[116604]: pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:28 smithi028 ceph-mon[112123]: pgmap v9743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:29 smithi161 ceph-mon[116604]: pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:29 smithi028 ceph-mon[112123]: pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:29 smithi138 ceph-mon[117003]: pgmap v9744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:11:30.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:30.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:30.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:31.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:31.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:31.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:31.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:31.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:31 smithi138 ceph-mon[117003]: from='client.269001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:31 smithi138 ceph-mon[117003]: pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:31 smithi161 ceph-mon[116604]: from='client.269001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:31 smithi161 ceph-mon[116604]: pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:31 smithi028 ceph-mon[112123]: from='client.269001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:32.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:31 smithi028 ceph-mon[112123]: pgmap v9745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:33 smithi138 ceph-mon[117003]: 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-07T10:11:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:33 smithi161 ceph-mon[116604]: 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-07T10:11:34.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:33 smithi028 ceph-mon[112123]: 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-07T10:11:36.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:36.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:36.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:36 smithi138 ceph-mon[117003]: pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:36 smithi161 ceph-mon[116604]: pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:36 smithi028 ceph-mon[112123]: pgmap v9747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:36.852 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:36.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:36.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:36.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:36.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:38 smithi138 ceph-mon[117003]: from='client.269073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:38 smithi138 ceph-mon[117003]: pgmap v9748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:38 smithi161 ceph-mon[116604]: from='client.269073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:38.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:38 smithi161 ceph-mon[116604]: pgmap v9748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:38 smithi028 ceph-mon[112123]: from='client.269073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:38 smithi028 ceph-mon[112123]: pgmap v9748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:39.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:39 smithi161 ceph-mon[116604]: pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:39 smithi028 ceph-mon[112123]: pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:39 smithi138 ceph-mon[117003]: pgmap v9749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:41.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:41.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:41.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:41 smithi138 ceph-mon[117003]: pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:41 smithi161 ceph-mon[116604]: pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:41 smithi028 ceph-mon[112123]: pgmap v9750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:42.636 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:42.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:42.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:42.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:42.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:44 smithi138 ceph-mon[117003]: from='client.269148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:44 smithi138 ceph-mon[117003]: pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:44.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:44 smithi161 ceph-mon[116604]: from='client.269148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:44.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:44 smithi161 ceph-mon[116604]: pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:43 smithi028 ceph-mon[112123]: from='client.269148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:44.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:44 smithi028 ceph-mon[112123]: pgmap v9751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:46 smithi138 ceph-mon[117003]: pgmap v9752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:46 smithi161 ceph-mon[116604]: pgmap v9752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:46 smithi028 ceph-mon[112123]: pgmap v9752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:47.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:47.638 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:47.638 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:48 smithi138 ceph-mon[117003]: pgmap v9753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:48.411 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:48.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:48.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:48.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:48.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:48 smithi161 ceph-mon[116604]: pgmap v9753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:48 smithi028 ceph-mon[112123]: pgmap v9753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:49.297 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:49 smithi138 ceph-mon[117003]: from='client.269226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:49 smithi161 ceph-mon[116604]: from='client.269226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:49 smithi028 ceph-mon[112123]: from='client.269226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:50 smithi138 ceph-mon[117003]: pgmap v9754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:50 smithi161 ceph-mon[116604]: pgmap v9754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:50 smithi028 ceph-mon[112123]: pgmap v9754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:11:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:52 smithi138 ceph-mon[117003]: pgmap v9755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:52 smithi161 ceph-mon[116604]: pgmap v9755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:52 smithi028 ceph-mon[112123]: pgmap v9755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:11:53.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:53.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:53.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:54.187 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:54.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:54.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:54.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:54.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:11:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:54 smithi138 ceph-mon[117003]: 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-07T10:11:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:54 smithi161 ceph-mon[116604]: 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-07T10:11:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:54 smithi028 ceph-mon[112123]: 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-07T10:11:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:55 smithi138 ceph-mon[117003]: from='client.269298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:55 smithi161 ceph-mon[116604]: from='client.269298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:55 smithi028 ceph-mon[112123]: from='client.269298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:11:56.277 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:56 smithi028 ceph-mon[112123]: pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:11:56.277 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:11:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:56 smithi138 ceph-mon[117003]: pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:11:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:11:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:56 smithi161 ceph-mon[116604]: pgmap v9757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:11:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:11:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16383M 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:11:57.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16383M 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:11:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:11:57.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: pgmap v9758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16383M 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:11:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:11:59.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:11:59.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:11:59.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:11:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:11:59 smithi161 ceph-mon[116604]: pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:11:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:11:59 smithi028 ceph-mon[112123]: pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:11:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:11:59 smithi138 ceph-mon[117003]: pgmap v9759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:11:59.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:11:59.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:11:59.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:11:59.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:11:59.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:00 smithi161 ceph-mon[116604]: from='client.269376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:00 smithi028 ceph-mon[112123]: from='client.269376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:00.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:00 smithi138 ceph-mon[117003]: from='client.269376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:01 smithi161 ceph-mon[116604]: pgmap v9760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:01 smithi028 ceph-mon[112123]: pgmap v9760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:01 smithi138 ceph-mon[117003]: pgmap v9760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:04 smithi138 ceph-mon[117003]: pgmap v9761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:04 smithi161 ceph-mon[116604]: pgmap v9761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:04 smithi028 ceph-mon[112123]: pgmap v9761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:04.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:04.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:04.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:05.758 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:05.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:05.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:05.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:05.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:06 smithi138 ceph-mon[117003]: pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:06 smithi161 ceph-mon[116604]: pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:06 smithi028 ceph-mon[112123]: pgmap v9762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:07.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:07 smithi138 ceph-mon[117003]: from='client.269451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:07 smithi161 ceph-mon[116604]: from='client.269451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:07 smithi028 ceph-mon[112123]: from='client.269451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:08 smithi138 ceph-mon[117003]: pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:12:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:08 smithi161 ceph-mon[116604]: pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:12:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:08 smithi028 ceph-mon[112123]: pgmap v9763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:12:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:09 smithi161 ceph-mon[116604]: pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:12:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:09 smithi028 ceph-mon[112123]: pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:12:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:09 smithi138 ceph-mon[117003]: pgmap v9764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:12:10.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:10.760 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:10.760 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:11.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:11.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:11.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:11.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:11.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:12 smithi138 ceph-mon[117003]: pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:12:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:12 smithi138 ceph-mon[117003]: from='client.269529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:12.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:12 smithi161 ceph-mon[116604]: pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:12:12.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:12 smithi161 ceph-mon[116604]: from='client.269529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:12 smithi028 ceph-mon[112123]: pgmap v9765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:12:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:12 smithi028 ceph-mon[112123]: from='client.269529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:14 smithi138 ceph-mon[117003]: 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-07T10:12:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:14 smithi161 ceph-mon[116604]: 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-07T10:12:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:14 smithi028 ceph-mon[112123]: 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-07T10:12:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:16 smithi138 ceph-mon[117003]: pgmap v9767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:16.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:16 smithi161 ceph-mon[116604]: pgmap v9767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:16 smithi028 ceph-mon[112123]: pgmap v9767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:16.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:16.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:16.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:17.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:17.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:17.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:17.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:17.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:18 smithi138 ceph-mon[117003]: from='client.269604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:18 smithi138 ceph-mon[117003]: pgmap v9768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:18 smithi161 ceph-mon[116604]: from='client.269604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:18.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:18 smithi161 ceph-mon[116604]: pgmap v9768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:18 smithi028 ceph-mon[112123]: from='client.269604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:18 smithi028 ceph-mon[112123]: pgmap v9768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:19 smithi161 ceph-mon[116604]: pgmap v9769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:19 smithi028 ceph-mon[112123]: pgmap v9769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:19 smithi138 ceph-mon[117003]: pgmap v9769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:22 smithi138 ceph-mon[117003]: pgmap v9770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:22.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:22.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:22.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:22 smithi161 ceph-mon[116604]: pgmap v9770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:22 smithi028 ceph-mon[112123]: pgmap v9770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:23.082 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:23.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:23.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:23.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:23.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:24 smithi138 ceph-mon[117003]: from='client.269679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:24 smithi138 ceph-mon[117003]: pgmap v9771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:24 smithi161 ceph-mon[116604]: from='client.269679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:24.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:24 smithi161 ceph-mon[116604]: pgmap v9771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:24 smithi028 ceph-mon[112123]: from='client.269679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:24.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:24 smithi028 ceph-mon[112123]: pgmap v9771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:26 smithi138 ceph-mon[117003]: pgmap v9772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:26 smithi161 ceph-mon[116604]: pgmap v9772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:26 smithi028 ceph-mon[112123]: pgmap v9772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:28.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:28.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:28.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:28 smithi138 ceph-mon[117003]: pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:28 smithi161 ceph-mon[116604]: pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:28 smithi028 ceph-mon[112123]: pgmap v9773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:28.870 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:28.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:28.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:28.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:28.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:29 smithi161 ceph-mon[116604]: from='client.269757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:29.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:29 smithi161 ceph-mon[116604]: pgmap v9774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:29 smithi028 ceph-mon[112123]: from='client.269757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:29 smithi028 ceph-mon[112123]: pgmap v9774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:29 smithi138 ceph-mon[117003]: from='client.269757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:29 smithi138 ceph-mon[117003]: pgmap v9774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:32 smithi138 ceph-mon[117003]: pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:32 smithi161 ceph-mon[116604]: pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:32 smithi028 ceph-mon[112123]: pgmap v9775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:33.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:33.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:33.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:34 smithi138 ceph-mon[117003]: 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-07T10:12:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:34 smithi161 ceph-mon[116604]: 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-07T10:12:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:34 smithi028 ceph-mon[112123]: 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-07T10:12:34.639 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:34.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:34.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:34.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:34.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:36 smithi138 ceph-mon[117003]: from='client.269829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:36 smithi138 ceph-mon[117003]: pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:36 smithi161 ceph-mon[116604]: from='client.269829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:36.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:36 smithi161 ceph-mon[116604]: pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:36 smithi028 ceph-mon[112123]: from='client.269829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:36 smithi028 ceph-mon[112123]: pgmap v9777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:38 smithi138 ceph-mon[117003]: pgmap v9778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:38 smithi161 ceph-mon[116604]: pgmap v9778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:38 smithi028 ceph-mon[112123]: pgmap v9778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:39.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:39.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:39.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:39 smithi161 ceph-mon[116604]: pgmap v9779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:39 smithi028 ceph-mon[112123]: pgmap v9779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:39 smithi138 ceph-mon[117003]: pgmap v9779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:40.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:40.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:40.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:40.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:40.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:40 smithi161 ceph-mon[116604]: from='client.269907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:40 smithi028 ceph-mon[112123]: from='client.269907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:40.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:40 smithi138 ceph-mon[117003]: from='client.269907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:41 smithi161 ceph-mon[116604]: pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:41 smithi028 ceph-mon[112123]: pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:41.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:41 smithi138 ceph-mon[117003]: pgmap v9780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:44 smithi138 ceph-mon[117003]: pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:44 smithi161 ceph-mon[116604]: pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:44 smithi028 ceph-mon[112123]: pgmap v9781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:12:45.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:45.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:45.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:46.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:46.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:46.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:46.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:46.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:46 smithi138 ceph-mon[117003]: pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:46 smithi161 ceph-mon[116604]: pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:46 smithi028 ceph-mon[112123]: pgmap v9782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:47 smithi138 ceph-mon[117003]: from='client.269982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:47 smithi161 ceph-mon[116604]: from='client.269982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:47 smithi028 ceph-mon[112123]: from='client.269982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:48 smithi138 ceph-mon[117003]: 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-07T10:12:48.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:48 smithi161 ceph-mon[116604]: 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-07T10:12:48.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:48 smithi028 ceph-mon[112123]: 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-07T10:12:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:49 smithi161 ceph-mon[116604]: 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-07T10:12:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:49 smithi028 ceph-mon[112123]: 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-07T10:12:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:49 smithi138 ceph-mon[117003]: 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-07T10:12:51.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:51.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:51.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:51.973 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:51.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:51.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:51.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:51.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:52 smithi138 ceph-mon[117003]: 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-07T10:12:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:52 smithi161 ceph-mon[116604]: 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-07T10:12:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:52 smithi028 ceph-mon[112123]: 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-07T10:12:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:53 smithi138 ceph-mon[117003]: from='client.270060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:53.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:53 smithi161 ceph-mon[116604]: from='client.270060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:53 smithi028 ceph-mon[112123]: from='client.270060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:54 smithi138 ceph-mon[117003]: 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-07T10:12:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:54 smithi161 ceph-mon[116604]: 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-07T10:12:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:54 smithi028 ceph-mon[112123]: 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-07T10:12:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:56 smithi138 ceph-mon[117003]: pgmap v9787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:56 smithi161 ceph-mon[116604]: pgmap v9787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:56 smithi028 ceph-mon[112123]: pgmap v9787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:12:56.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:12:56.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:12:56.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:12:57.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:12:57.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:12:57.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:12:57.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:12:57.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:12:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:58 smithi138 ceph-mon[117003]: pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:12:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:12:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:12:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:12:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:58 smithi161 ceph-mon[116604]: pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:12:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:12:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:12:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:12:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:58 smithi028 ceph-mon[112123]: pgmap v9788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:12:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:12:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:12:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:12:58.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:12:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:12:59 smithi138 ceph-mon[117003]: from='client.270138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:12:59 smithi161 ceph-mon[116604]: from='client.270138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:12:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:12:59 smithi028 ceph-mon[112123]: from='client.270138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:00.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:00 smithi138 ceph-mon[117003]: pgmap v9789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:00 smithi161 ceph-mon[116604]: pgmap v9789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:00.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:00 smithi028 ceph-mon[112123]: pgmap v9789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:02 smithi138 ceph-mon[117003]: pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:02 smithi161 ceph-mon[116604]: pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:02 smithi028 ceph-mon[112123]: pgmap v9790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:02.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:02.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:02.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:03.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:03.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:03.588 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:03.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:03.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:04 smithi138 ceph-mon[117003]: pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:04 smithi138 ceph-mon[117003]: from='client.270213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:04 smithi161 ceph-mon[116604]: pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:04 smithi161 ceph-mon[116604]: from='client.270213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:04 smithi028 ceph-mon[112123]: pgmap v9791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:04 smithi028 ceph-mon[112123]: from='client.270213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:06 smithi138 ceph-mon[117003]: pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:06 smithi161 ceph-mon[116604]: pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:06.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:06 smithi028 ceph-mon[112123]: pgmap v9792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:08 smithi161 ceph-mon[116604]: 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-07T10:13:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:08 smithi028 ceph-mon[112123]: 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-07T10:13:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:08 smithi138 ceph-mon[117003]: 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-07T10:13:08.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:08.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:08.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:09.353 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:09.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:09.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:09.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:09.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:09 smithi161 ceph-mon[116604]: from='client.270291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:09.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:09 smithi161 ceph-mon[116604]: 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-07T10:13:09.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:09 smithi028 ceph-mon[112123]: from='client.270291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:09.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:09 smithi028 ceph-mon[112123]: 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-07T10:13:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:09 smithi138 ceph-mon[117003]: from='client.270291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:09 smithi138 ceph-mon[117003]: 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-07T10:13:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:12 smithi138 ceph-mon[117003]: pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:13:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:12 smithi161 ceph-mon[116604]: pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:13:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:12 smithi028 ceph-mon[112123]: pgmap v9795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:13:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:14 smithi138 ceph-mon[117003]: pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:13:14.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:14.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:14.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:14 smithi161 ceph-mon[116604]: pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:13:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:14 smithi028 ceph-mon[112123]: pgmap v9796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:13:15.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:15.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:15.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:15.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:15.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:16 smithi138 ceph-mon[117003]: from='client.270366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:16 smithi138 ceph-mon[117003]: pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:16 smithi161 ceph-mon[116604]: from='client.270366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:16.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:16 smithi161 ceph-mon[116604]: pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:16 smithi028 ceph-mon[112123]: from='client.270366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:16.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:16 smithi028 ceph-mon[112123]: pgmap v9797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:18 smithi138 ceph-mon[117003]: pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:18 smithi161 ceph-mon[116604]: pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:18 smithi028 ceph-mon[112123]: pgmap v9798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:19 smithi161 ceph-mon[116604]: pgmap v9799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:19 smithi028 ceph-mon[112123]: pgmap v9799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:19 smithi138 ceph-mon[117003]: pgmap v9799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:20.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:20.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:20.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:20.896 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:20.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:20.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:20.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:20.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:22 smithi138 ceph-mon[117003]: from='client.270438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:22 smithi138 ceph-mon[117003]: pgmap v9800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:22 smithi161 ceph-mon[116604]: from='client.270438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:22.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:22 smithi161 ceph-mon[116604]: pgmap v9800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:22 smithi028 ceph-mon[112123]: from='client.270438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:22.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:22 smithi028 ceph-mon[112123]: pgmap v9800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:24 smithi138 ceph-mon[117003]: pgmap v9801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:13:24.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:24 smithi161 ceph-mon[116604]: pgmap v9801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:13:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:24 smithi028 ceph-mon[112123]: pgmap v9801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:13:25.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:25.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:25.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:26 smithi138 ceph-mon[117003]: pgmap v9802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:13:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:26 smithi161 ceph-mon[116604]: pgmap v9802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:13:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:26 smithi028 ceph-mon[112123]: pgmap v9802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:13:26.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:26.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:26.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:26.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:26.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:28 smithi138 ceph-mon[117003]: from='client.270513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:28 smithi138 ceph-mon[117003]: 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-07T10:13:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:28 smithi161 ceph-mon[116604]: from='client.270513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:28.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:28 smithi161 ceph-mon[116604]: 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-07T10:13:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:28 smithi028 ceph-mon[112123]: from='client.270513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:28 smithi028 ceph-mon[112123]: 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-07T10:13:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:29 smithi161 ceph-mon[116604]: 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-07T10:13:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:29 smithi028 ceph-mon[112123]: 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-07T10:13:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:29 smithi138 ceph-mon[117003]: 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-07T10:13:31.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:31.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:31.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:32 smithi138 ceph-mon[117003]: 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-07T10:13:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:32 smithi161 ceph-mon[116604]: 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-07T10:13:32.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:32.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:32.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:32.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:32.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:32 smithi028 ceph-mon[112123]: 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-07T10:13:33.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:33 smithi138 ceph-mon[117003]: from='client.270585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:33 smithi161 ceph-mon[116604]: from='client.270585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:33 smithi028 ceph-mon[112123]: from='client.270585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:34 smithi138 ceph-mon[117003]: 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-07T10:13:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:34 smithi161 ceph-mon[116604]: 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-07T10:13:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:34 smithi028 ceph-mon[112123]: 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-07T10:13:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:36 smithi138 ceph-mon[117003]: pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:36 smithi161 ceph-mon[116604]: pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:36 smithi028 ceph-mon[112123]: pgmap v9807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:37.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:37.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:37.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:38.242 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:38.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:38.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:38.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:38.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:38 smithi138 ceph-mon[117003]: pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:38 smithi161 ceph-mon[116604]: pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:38 smithi028 ceph-mon[112123]: pgmap v9808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:39 smithi138 ceph-mon[117003]: from='client.270663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:39 smithi161 ceph-mon[116604]: from='client.270663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:39 smithi028 ceph-mon[112123]: from='client.270663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:40 smithi138 ceph-mon[117003]: pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:40 smithi161 ceph-mon[116604]: pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:40 smithi028 ceph-mon[112123]: pgmap v9809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:42 smithi161 ceph-mon[116604]: pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:42 smithi028 ceph-mon[112123]: pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:42 smithi138 ceph-mon[117003]: pgmap v9810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:43.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:43.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:43.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:44.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:44.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:44.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:44.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:44.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:44 smithi161 ceph-mon[116604]: pgmap v9811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:44 smithi028 ceph-mon[112123]: pgmap v9811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:44.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:44 smithi138 ceph-mon[117003]: pgmap v9811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:45 smithi161 ceph-mon[116604]: from='client.270732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:45 smithi028 ceph-mon[112123]: from='client.270732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:45 smithi138 ceph-mon[117003]: from='client.270732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:46 smithi161 ceph-mon[116604]: pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:46 smithi028 ceph-mon[112123]: pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:46 smithi138 ceph-mon[117003]: pgmap v9812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:13:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:48 smithi161 ceph-mon[116604]: 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-07T10:13:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:48 smithi028 ceph-mon[112123]: 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-07T10:13:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:48 smithi138 ceph-mon[117003]: 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-07T10:13:49.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:49.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:49.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:49 smithi161 ceph-mon[116604]: 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-07T10:13:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:49 smithi028 ceph-mon[112123]: 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-07T10:13:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:49 smithi138 ceph-mon[117003]: 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-07T10:13:49.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:49.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:49.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:49.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:49.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:50 smithi161 ceph-mon[116604]: from='client.270810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:50 smithi028 ceph-mon[112123]: from='client.270810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:50.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:50 smithi138 ceph-mon[117003]: from='client.270810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:51 smithi161 ceph-mon[116604]: pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:51 smithi028 ceph-mon[112123]: pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:51 smithi138 ceph-mon[117003]: pgmap v9815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:54 smithi138 ceph-mon[117003]: pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:54 smithi161 ceph-mon[116604]: pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:54 smithi028 ceph-mon[112123]: pgmap v9816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:54.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:13:54.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:13:54.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:13:55.600 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:13:55.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:13:55.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:13:55.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:13:55.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:13:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:56 smithi138 ceph-mon[117003]: pgmap v9817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:56 smithi138 ceph-mon[117003]: from='client.270888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:56 smithi161 ceph-mon[116604]: pgmap v9817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:56 smithi161 ceph-mon[116604]: from='client.270888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:56 smithi028 ceph-mon[112123]: pgmap v9817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:13:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:56 smithi028 ceph-mon[112123]: from='client.270888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:13:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:58 smithi138 ceph-mon[117003]: pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:13:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:58 smithi161 ceph-mon[116604]: pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:13:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:58 smithi028 ceph-mon[112123]: pgmap v9818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:13:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:13:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:13:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:13:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:13:59 smithi161 ceph-mon[116604]: pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:13:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:13:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:13:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:13:59 smithi028 ceph-mon[112123]: pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:13:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:13:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:13:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:13:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:13:59 smithi138 ceph-mon[117003]: pgmap v9819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:00.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:00.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:00.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:01.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:01.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:01.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:01.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:01.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:02 smithi138 ceph-mon[117003]: pgmap v9820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:02 smithi138 ceph-mon[117003]: from='client.270960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:02 smithi161 ceph-mon[116604]: pgmap v9820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:02 smithi161 ceph-mon[116604]: from='client.270960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:02 smithi028 ceph-mon[112123]: pgmap v9820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:02.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:02 smithi028 ceph-mon[112123]: from='client.270960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:04 smithi138 ceph-mon[117003]: 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-07T10:14:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:04 smithi161 ceph-mon[116604]: 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-07T10:14:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:04 smithi028 ceph-mon[112123]: 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-07T10:14:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:06 smithi138 ceph-mon[117003]: 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-07T10:14:06.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:06.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:06.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:06 smithi161 ceph-mon[116604]: 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-07T10:14:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:06 smithi028 ceph-mon[112123]: 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-07T10:14:07.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:07.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:07.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:07.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:07.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:08 smithi161 ceph-mon[116604]: from='client.271038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:08 smithi161 ceph-mon[116604]: 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-07T10:14:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:08 smithi028 ceph-mon[112123]: from='client.271038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:08 smithi028 ceph-mon[112123]: 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-07T10:14:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:08 smithi138 ceph-mon[117003]: from='client.271038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:08 smithi138 ceph-mon[117003]: 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-07T10:14:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:09 smithi161 ceph-mon[116604]: 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-07T10:14:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:09 smithi028 ceph-mon[112123]: 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-07T10:14:09.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:09 smithi138 ceph-mon[117003]: 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-07T10:14:12.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:12.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:12.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:12 smithi138 ceph-mon[117003]: 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-07T10:14:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:12 smithi161 ceph-mon[116604]: 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-07T10:14:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:12 smithi028 ceph-mon[112123]: 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-07T10:14:12.931 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:12.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:12.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:12.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:12.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:14 smithi138 ceph-mon[117003]: from='client.271110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:14 smithi138 ceph-mon[117003]: 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-07T10:14:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:14 smithi161 ceph-mon[116604]: from='client.271110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:14 smithi161 ceph-mon[116604]: 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-07T10:14:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:14 smithi028 ceph-mon[112123]: from='client.271110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:14 smithi028 ceph-mon[112123]: 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-07T10:14:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:16 smithi161 ceph-mon[116604]: pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:16 smithi028 ceph-mon[112123]: pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:16 smithi138 ceph-mon[117003]: pgmap v9827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:17.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:17.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:17.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:18 smithi161 ceph-mon[116604]: pgmap v9828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:18 smithi028 ceph-mon[112123]: pgmap v9828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:18 smithi138 ceph-mon[117003]: pgmap v9828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:18.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:18.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:18.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:18.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:18.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:19 smithi161 ceph-mon[116604]: from='client.271188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:19 smithi161 ceph-mon[116604]: pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:19 smithi028 ceph-mon[112123]: from='client.271188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:19 smithi028 ceph-mon[112123]: pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:19 smithi138 ceph-mon[117003]: from='client.271188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:19 smithi138 ceph-mon[117003]: pgmap v9829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:22 smithi138 ceph-mon[117003]: pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:22 smithi161 ceph-mon[116604]: pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:22 smithi028 ceph-mon[112123]: pgmap v9830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:23.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:23.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:23.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:24 smithi161 ceph-mon[116604]: pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:24 smithi028 ceph-mon[112123]: pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:24.480 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:24.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:24.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:24.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:24.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:24.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:24 smithi138 ceph-mon[117003]: pgmap v9831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:25 smithi161 ceph-mon[116604]: from='client.271266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:25 smithi028 ceph-mon[112123]: from='client.271266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:25 smithi138 ceph-mon[117003]: from='client.271266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:26 smithi161 ceph-mon[116604]: pgmap v9832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:14:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:26 smithi028 ceph-mon[112123]: pgmap v9832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:14:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:26 smithi138 ceph-mon[117003]: pgmap v9832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:14:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:28 smithi161 ceph-mon[116604]: pgmap v9833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:14:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:28 smithi028 ceph-mon[112123]: pgmap v9833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:14:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:28 smithi138 ceph-mon[117003]: pgmap v9833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:14:29.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:29.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:29.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:29 smithi161 ceph-mon[116604]: pgmap v9834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:14:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:29 smithi028 ceph-mon[112123]: pgmap v9834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:14:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:29 smithi138 ceph-mon[117003]: pgmap v9834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:14:30.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:30.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:30.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:30.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:30.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:30 smithi161 ceph-mon[116604]: from='client.271338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:30 smithi028 ceph-mon[112123]: from='client.271338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:30 smithi138 ceph-mon[117003]: from='client.271338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:31 smithi161 ceph-mon[116604]: pgmap v9835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:31 smithi028 ceph-mon[112123]: pgmap v9835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:31 smithi138 ceph-mon[117003]: pgmap v9835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:34 smithi161 ceph-mon[116604]: pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:34 smithi028 ceph-mon[112123]: pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:34.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:34 smithi138 ceph-mon[117003]: pgmap v9836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:14:35.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:35.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:35.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:36.053 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:36.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:36.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:36.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:36.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:36 smithi161 ceph-mon[116604]: pgmap v9837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:36 smithi028 ceph-mon[112123]: pgmap v9837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:36 smithi138 ceph-mon[117003]: pgmap v9837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:37 smithi161 ceph-mon[116604]: from='client.271413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:37 smithi028 ceph-mon[112123]: from='client.271413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:37.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:37 smithi138 ceph-mon[117003]: from='client.271413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:38 smithi161 ceph-mon[116604]: pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:14:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:38 smithi028 ceph-mon[112123]: pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:14:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:38 smithi138 ceph-mon[117003]: pgmap v9838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:14:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:39 smithi161 ceph-mon[116604]: pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:14:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:39 smithi028 ceph-mon[112123]: pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:14:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:39 smithi138 ceph-mon[117003]: pgmap v9839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:14:41.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:41.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:41.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:41.829 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:41.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:41.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:41.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:41.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:42 smithi161 ceph-mon[116604]: pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:14:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:42 smithi028 ceph-mon[112123]: pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:14:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:42 smithi138 ceph-mon[117003]: pgmap v9840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:14:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:43 smithi161 ceph-mon[116604]: from='client.271488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:43 smithi028 ceph-mon[112123]: from='client.271488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:43 smithi138 ceph-mon[117003]: from='client.271488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:44 smithi161 ceph-mon[116604]: 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-07T10:14:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:44 smithi028 ceph-mon[112123]: 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-07T10:14:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:44 smithi138 ceph-mon[117003]: 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-07T10:14:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:46 smithi161 ceph-mon[116604]: 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-07T10:14:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:46 smithi028 ceph-mon[112123]: 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-07T10:14:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:46 smithi138 ceph-mon[117003]: 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-07T10:14:46.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:46.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:46.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:47.604 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:47.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:47.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:47.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:47.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:48 smithi161 ceph-mon[116604]: 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-07T10:14:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:48 smithi161 ceph-mon[116604]: from='client.271566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:48 smithi028 ceph-mon[112123]: 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-07T10:14:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:48 smithi028 ceph-mon[112123]: from='client.271566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:48 smithi138 ceph-mon[117003]: 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-07T10:14:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:48 smithi138 ceph-mon[117003]: from='client.271566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:49 smithi161 ceph-mon[116604]: 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-07T10:14:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:49 smithi028 ceph-mon[112123]: 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-07T10:14:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:49 smithi138 ceph-mon[117003]: 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-07T10:14:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:52 smithi161 ceph-mon[116604]: 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-07T10:14:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:52 smithi028 ceph-mon[112123]: 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-07T10:14:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:52 smithi138 ceph-mon[117003]: 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-07T10:14:52.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:52.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:52.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:53.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:53.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:53.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:53.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:53.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:54 smithi161 ceph-mon[116604]: from='client.271644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:54 smithi161 ceph-mon[116604]: 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-07T10:14:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:54 smithi028 ceph-mon[112123]: from='client.271644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:54 smithi028 ceph-mon[112123]: 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-07T10:14:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:54 smithi138 ceph-mon[117003]: from='client.271644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:54 smithi138 ceph-mon[117003]: 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-07T10:14:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:56 smithi161 ceph-mon[116604]: pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:56 smithi028 ceph-mon[112123]: pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:56 smithi138 ceph-mon[117003]: pgmap v9847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:14:58.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:14:58.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:14:58.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:14:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:58 smithi161 ceph-mon[116604]: pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:58 smithi028 ceph-mon[112123]: pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:58 smithi138 ceph-mon[117003]: pgmap v9848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:59.221 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:14:59.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:14:59.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:14:59.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:14:59.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:14:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:59 smithi161 ceph-mon[116604]: from='client.271722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:14:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:59 smithi161 ceph-mon[116604]: pgmap v9849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:14:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:14:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:14:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:14:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:59 smithi028 ceph-mon[112123]: from='client.271722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:14:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:59 smithi028 ceph-mon[112123]: pgmap v9849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:14:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:14:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:14:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:14:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:59 smithi138 ceph-mon[117003]: from='client.271722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:14:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:14:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:59 smithi138 ceph-mon[117003]: pgmap v9849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:14:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:14:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:14:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:14:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:15:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:02 smithi161 ceph-mon[116604]: pgmap v9850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:15:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:02 smithi028 ceph-mon[112123]: pgmap v9850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:15:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:02 smithi138 ceph-mon[117003]: pgmap v9850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:15:04.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:04.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:04.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:04 smithi161 ceph-mon[116604]: pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:15:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:04 smithi028 ceph-mon[112123]: pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:15:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:04 smithi138 ceph-mon[117003]: pgmap v9851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:15:05.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:05.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:05.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:05.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:05.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:06 smithi161 ceph-mon[116604]: from='client.271797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:06 smithi161 ceph-mon[116604]: 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-07T10:15:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:06 smithi028 ceph-mon[112123]: from='client.271797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:06 smithi028 ceph-mon[112123]: 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-07T10:15:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:06 smithi138 ceph-mon[117003]: from='client.271797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:06 smithi138 ceph-mon[117003]: 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-07T10:15:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:08 smithi161 ceph-mon[116604]: pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:08 smithi028 ceph-mon[112123]: pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:08 smithi138 ceph-mon[117003]: pgmap v9853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:09 smithi161 ceph-mon[116604]: pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:09 smithi028 ceph-mon[112123]: pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:09 smithi138 ceph-mon[117003]: pgmap v9854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:10.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:10.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:10.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:10.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:10.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:10.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:10.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:10.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:12 smithi161 ceph-mon[116604]: from='client.271869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:12 smithi161 ceph-mon[116604]: pgmap v9855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:12 smithi028 ceph-mon[112123]: from='client.271869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:12 smithi028 ceph-mon[112123]: pgmap v9855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:12 smithi138 ceph-mon[117003]: from='client.271869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:12 smithi138 ceph-mon[117003]: pgmap v9855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:14 smithi161 ceph-mon[116604]: pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:15:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:14 smithi028 ceph-mon[112123]: pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:15:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:14 smithi138 ceph-mon[117003]: pgmap v9856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:15:15.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:15.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:15.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:16 smithi161 ceph-mon[116604]: pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:15:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:16 smithi028 ceph-mon[112123]: pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:15:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:16 smithi138 ceph-mon[117003]: pgmap v9857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:15:16.553 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:17 smithi161 ceph-mon[116604]: from='client.271944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:17 smithi028 ceph-mon[112123]: from='client.271944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:17 smithi138 ceph-mon[117003]: from='client.271944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:18 smithi161 ceph-mon[116604]: 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-07T10:15:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:18 smithi028 ceph-mon[112123]: 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-07T10:15:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:18 smithi138 ceph-mon[117003]: 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-07T10:15:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:19 smithi161 ceph-mon[116604]: 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-07T10:15:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:19 smithi028 ceph-mon[112123]: 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-07T10:15:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:19 smithi138 ceph-mon[117003]: 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-07T10:15:21.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:21.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:21.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:22.334 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:22.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:22.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:22.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:22.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:22 smithi161 ceph-mon[116604]: 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-07T10:15:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:22 smithi028 ceph-mon[112123]: 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-07T10:15:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:22 smithi138 ceph-mon[117003]: 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-07T10:15:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:23 smithi161 ceph-mon[116604]: from='client.272022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:23 smithi028 ceph-mon[112123]: from='client.272022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:23 smithi138 ceph-mon[117003]: from='client.272022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:24 smithi161 ceph-mon[116604]: 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-07T10:15:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:24 smithi028 ceph-mon[112123]: 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-07T10:15:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:24 smithi138 ceph-mon[117003]: 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-07T10:15:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:26 smithi161 ceph-mon[116604]: 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-07T10:15:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:26 smithi028 ceph-mon[112123]: 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-07T10:15:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:26 smithi138 ceph-mon[117003]: 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-07T10:15:27.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:27.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:27.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:28.120 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:28.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:28.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:28.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:28.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:28 smithi161 ceph-mon[116604]: 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-07T10:15:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:28 smithi028 ceph-mon[112123]: 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-07T10:15:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:28 smithi138 ceph-mon[117003]: 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-07T10:15:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:29 smithi161 ceph-mon[116604]: from='client.272097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:29 smithi028 ceph-mon[112123]: from='client.272097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:29 smithi138 ceph-mon[117003]: from='client.272097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:30 smithi161 ceph-mon[116604]: 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-07T10:15:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:30 smithi028 ceph-mon[112123]: 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-07T10:15:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:30 smithi138 ceph-mon[117003]: 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-07T10:15:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:32 smithi161 ceph-mon[116604]: pgmap v9865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:32 smithi028 ceph-mon[112123]: pgmap v9865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:32 smithi138 ceph-mon[117003]: pgmap v9865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:33.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:33.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:33.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:33.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:33.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:33.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:33.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:33.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:34 smithi161 ceph-mon[116604]: pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:34 smithi028 ceph-mon[112123]: pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:34 smithi138 ceph-mon[117003]: pgmap v9866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:35 smithi161 ceph-mon[116604]: from='client.272175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:35 smithi028 ceph-mon[112123]: from='client.272175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:35 smithi138 ceph-mon[117003]: from='client.272175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:36 smithi161 ceph-mon[116604]: pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:36 smithi028 ceph-mon[112123]: pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:36 smithi138 ceph-mon[117003]: pgmap v9867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:15:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:38 smithi161 ceph-mon[116604]: pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:38 smithi028 ceph-mon[112123]: pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:38 smithi138 ceph-mon[117003]: pgmap v9868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:38.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:38.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:38.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:39.665 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:39.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:39.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:39.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:39.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:39 smithi161 ceph-mon[116604]: pgmap v9869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:39 smithi028 ceph-mon[112123]: pgmap v9869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:39 smithi138 ceph-mon[117003]: pgmap v9869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:40 smithi161 ceph-mon[116604]: from='client.272253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:40 smithi028 ceph-mon[112123]: from='client.272253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:40 smithi138 ceph-mon[117003]: from='client.272253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:41 smithi161 ceph-mon[116604]: 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-07T10:15:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:41 smithi028 ceph-mon[112123]: 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-07T10:15:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:41 smithi138 ceph-mon[117003]: 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-07T10:15:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:44 smithi161 ceph-mon[116604]: pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:44 smithi028 ceph-mon[112123]: pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:44 smithi138 ceph-mon[117003]: pgmap v9871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:44.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:44.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:44.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:45.447 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:45.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:45.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:45.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:45.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:46 smithi161 ceph-mon[116604]: pgmap v9872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:46 smithi161 ceph-mon[116604]: from='client.272328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:46 smithi028 ceph-mon[112123]: pgmap v9872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:46 smithi028 ceph-mon[112123]: from='client.272328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:46 smithi138 ceph-mon[117003]: pgmap v9872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:46 smithi138 ceph-mon[117003]: from='client.272328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:48 smithi161 ceph-mon[116604]: pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:48 smithi028 ceph-mon[112123]: pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:48 smithi138 ceph-mon[117003]: pgmap v9873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:49 smithi161 ceph-mon[116604]: pgmap v9874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:49 smithi028 ceph-mon[112123]: pgmap v9874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:49 smithi138 ceph-mon[117003]: pgmap v9874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:15:50.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:50.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:50.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:51.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:51.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:51.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:51.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:51.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:52 smithi161 ceph-mon[116604]: from='client.272403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:52 smithi161 ceph-mon[116604]: pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:52 smithi028 ceph-mon[112123]: from='client.272403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:52 smithi028 ceph-mon[112123]: pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:52 smithi138 ceph-mon[117003]: from='client.272403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:52 smithi138 ceph-mon[117003]: pgmap v9875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:15:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:54 smithi161 ceph-mon[116604]: 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-07T10:15:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:54 smithi028 ceph-mon[112123]: 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-07T10:15:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:54 smithi138 ceph-mon[117003]: 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-07T10:15:56.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:15:56.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:15:56.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:15:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:56 smithi161 ceph-mon[116604]: 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-07T10:15:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:56 smithi028 ceph-mon[112123]: 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-07T10:15:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:56 smithi138 ceph-mon[117003]: 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-07T10:15:57.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:15:57.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:15:57.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:15:57.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:15:57.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:15:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:58 smithi161 ceph-mon[116604]: from='client.272481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:58 smithi161 ceph-mon[116604]: 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-07T10:15:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:58 smithi028 ceph-mon[112123]: from='client.272481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:58 smithi028 ceph-mon[112123]: 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-07T10:15:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:58 smithi138 ceph-mon[117003]: from='client.272481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:15:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:58 smithi138 ceph-mon[117003]: 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-07T10:15:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:15:59 smithi161 ceph-mon[116604]: 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-07T10:15:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:15:59 smithi028 ceph-mon[112123]: 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-07T10:15:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:15:59 smithi138 ceph-mon[117003]: 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-07T10:16:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:16:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:16:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:16:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:16:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:16:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:16:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:16:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:16:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:16:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:16:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:16:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:16:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:01 smithi161 ceph-mon[116604]: 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-07T10:16:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:01 smithi028 ceph-mon[112123]: 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-07T10:16:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:01 smithi138 ceph-mon[117003]: 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-07T10:16:02.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:02.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:02.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:02.784 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:02.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:02.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:02.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:02.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:04 smithi161 ceph-mon[116604]: from='client.272556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:04 smithi161 ceph-mon[116604]: 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-07T10:16:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:04 smithi028 ceph-mon[112123]: from='client.272556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:04 smithi028 ceph-mon[112123]: 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-07T10:16:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:04 smithi138 ceph-mon[117003]: from='client.272556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:04 smithi138 ceph-mon[117003]: 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-07T10:16:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:06 smithi161 ceph-mon[116604]: 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-07T10:16:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:06 smithi028 ceph-mon[112123]: 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-07T10:16:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:06 smithi138 ceph-mon[117003]: 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-07T10:16:07.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:07.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:07.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:08 smithi161 ceph-mon[116604]: 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-07T10:16:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:08 smithi028 ceph-mon[112123]: 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-07T10:16:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:08 smithi138 ceph-mon[117003]: 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-07T10:16:08.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:08.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:08.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:08.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:08.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:09 smithi161 ceph-mon[116604]: from='client.272631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:09 smithi028 ceph-mon[112123]: from='client.272631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:09 smithi138 ceph-mon[117003]: from='client.272631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:10 smithi161 ceph-mon[116604]: 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-07T10:16:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:10 smithi028 ceph-mon[112123]: 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-07T10:16:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:10 smithi138 ceph-mon[117003]: 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-07T10:16:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:12 smithi161 ceph-mon[116604]: pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:12 smithi028 ceph-mon[112123]: pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:12 smithi138 ceph-mon[117003]: pgmap v9885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:13.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:13.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:13.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:14.346 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:14.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:14.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:14.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:14.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:14 smithi161 ceph-mon[116604]: pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:14 smithi028 ceph-mon[112123]: pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:14 smithi138 ceph-mon[117003]: pgmap v9886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:15 smithi161 ceph-mon[116604]: from='client.272709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:15 smithi028 ceph-mon[112123]: from='client.272709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:15 smithi138 ceph-mon[117003]: from='client.272709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:16 smithi161 ceph-mon[116604]: pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:16:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:16 smithi028 ceph-mon[112123]: pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:16:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:16 smithi138 ceph-mon[117003]: pgmap v9887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:16:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:18 smithi161 ceph-mon[116604]: pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:16:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:18 smithi028 ceph-mon[112123]: pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:16:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:18 smithi138 ceph-mon[117003]: pgmap v9888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:16:19.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:19.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:19.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:19 smithi161 ceph-mon[116604]: pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:16:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:19 smithi028 ceph-mon[112123]: pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:16:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:19 smithi138 ceph-mon[117003]: pgmap v9889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:16:20.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:20.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:20.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:20.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:20.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:20 smithi161 ceph-mon[116604]: from='client.272787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:20 smithi028 ceph-mon[112123]: from='client.272787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:20 smithi138 ceph-mon[117003]: from='client.272787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:21 smithi161 ceph-mon[116604]: 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-07T10:16:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:21 smithi028 ceph-mon[112123]: 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-07T10:16:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:21 smithi138 ceph-mon[117003]: 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-07T10:16:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:24 smithi161 ceph-mon[116604]: pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:24 smithi028 ceph-mon[112123]: pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:24 smithi138 ceph-mon[117003]: pgmap v9891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:16:25.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:25.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:25.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:25.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:25.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:25.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:25.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:25.895 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:26 smithi161 ceph-mon[116604]: pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:26 smithi028 ceph-mon[112123]: pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:26.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:26 smithi138 ceph-mon[117003]: pgmap v9892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:27 smithi161 ceph-mon[116604]: from='client.272859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:27 smithi028 ceph-mon[112123]: from='client.272859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:27 smithi138 ceph-mon[117003]: from='client.272859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:28 smithi161 ceph-mon[116604]: pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:28 smithi028 ceph-mon[112123]: pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:28 smithi138 ceph-mon[117003]: pgmap v9893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:29 smithi161 ceph-mon[116604]: pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:29 smithi028 ceph-mon[112123]: pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:29 smithi138 ceph-mon[117003]: pgmap v9894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:16:30.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:30.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:30.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:31.662 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:31.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:31.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:31.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:31.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:32 smithi161 ceph-mon[116604]: pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:16:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:32 smithi028 ceph-mon[112123]: pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:16:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:32 smithi138 ceph-mon[117003]: pgmap v9895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:16:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:33 smithi161 ceph-mon[116604]: from='client.272934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:33 smithi028 ceph-mon[112123]: from='client.272934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:33 smithi138 ceph-mon[117003]: from='client.272934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:34 smithi161 ceph-mon[116604]: 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-07T10:16:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:34 smithi028 ceph-mon[112123]: 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-07T10:16:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:34 smithi138 ceph-mon[117003]: 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-07T10:16:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:36 smithi161 ceph-mon[116604]: 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-07T10:16:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:36 smithi028 ceph-mon[112123]: 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-07T10:16:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:36 smithi138 ceph-mon[117003]: 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-07T10:16:36.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:36.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:36.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:37.429 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:37.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:37.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:37.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:37.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:38 smithi161 ceph-mon[116604]: 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-07T10:16:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:38 smithi161 ceph-mon[116604]: from='client.273006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:38 smithi028 ceph-mon[112123]: 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-07T10:16:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:38 smithi028 ceph-mon[112123]: from='client.273006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:38 smithi138 ceph-mon[117003]: 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-07T10:16:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:38 smithi138 ceph-mon[117003]: from='client.273006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:39 smithi161 ceph-mon[116604]: 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-07T10:16:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:39 smithi028 ceph-mon[112123]: 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-07T10:16:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:39 smithi138 ceph-mon[117003]: 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-07T10:16:42.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:42.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:42.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:42 smithi161 ceph-mon[116604]: 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-07T10:16:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:42 smithi028 ceph-mon[112123]: 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-07T10:16:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:42 smithi138 ceph-mon[117003]: 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-07T10:16:43.196 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:43.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:43.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:43.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:43.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:44 smithi161 ceph-mon[116604]: from='client.273084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:44 smithi161 ceph-mon[116604]: 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-07T10:16:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:44 smithi028 ceph-mon[112123]: from='client.273084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:44 smithi028 ceph-mon[112123]: 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-07T10:16:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:44 smithi138 ceph-mon[117003]: from='client.273084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:44 smithi138 ceph-mon[117003]: 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-07T10:16:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:46 smithi161 ceph-mon[116604]: 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-07T10:16:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:46 smithi028 ceph-mon[112123]: 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-07T10:16:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:46 smithi138 ceph-mon[117003]: 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-07T10:16:48.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:48.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:48.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:48 smithi161 ceph-mon[116604]: 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-07T10:16:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:48 smithi028 ceph-mon[112123]: 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-07T10:16:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:48 smithi138 ceph-mon[117003]: 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-07T10:16:48.979 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:49 smithi161 ceph-mon[116604]: from='client.273162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:49 smithi161 ceph-mon[116604]: 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-07T10:16:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:49 smithi028 ceph-mon[112123]: from='client.273162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:49 smithi028 ceph-mon[112123]: 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-07T10:16:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:49 smithi138 ceph-mon[117003]: from='client.273162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:49 smithi138 ceph-mon[117003]: 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-07T10:16:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:52 smithi161 ceph-mon[116604]: pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:52 smithi028 ceph-mon[112123]: pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:52 smithi138 ceph-mon[117003]: pgmap v9905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:16:53.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:53.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:53.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:54 smithi161 ceph-mon[116604]: pgmap v9906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:54 smithi028 ceph-mon[112123]: pgmap v9906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:54 smithi138 ceph-mon[117003]: pgmap v9906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:16:54.752 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:16:54.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:16:54.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:16:54.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:16:54.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:16:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:56 smithi161 ceph-mon[116604]: from='client.273240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:56.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:56 smithi161 ceph-mon[116604]: 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-07T10:16:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:56 smithi028 ceph-mon[112123]: from='client.273240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:56 smithi028 ceph-mon[112123]: 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-07T10:16:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:56 smithi138 ceph-mon[117003]: from='client.273240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:16:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:56 smithi138 ceph-mon[117003]: 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-07T10:16:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:58 smithi161 ceph-mon[116604]: 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-07T10:16:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:58 smithi028 ceph-mon[112123]: 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-07T10:16:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:58 smithi138 ceph-mon[117003]: 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-07T10:16:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:16:59 smithi161 ceph-mon[116604]: 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-07T10:16:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:16:59 smithi028 ceph-mon[112123]: 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-07T10:16:59.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:16:59.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:16:59.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:16:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:16:59 smithi138 ceph-mon[117003]: 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-07T10:17:00.565 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:00.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:00.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:00.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:00.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:00 smithi161 ceph-mon[116604]: from='client.273315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:17:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:00 smithi028 ceph-mon[112123]: from='client.273315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:17:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:00 smithi138 ceph-mon[117003]: from='client.273315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:17:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:17:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:17:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:17:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:01 smithi161 ceph-mon[116604]: 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-07T10:17:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:17:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:17:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:17:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:01 smithi028 ceph-mon[112123]: 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-07T10:17:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:17:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:17:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:17:01.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:01 smithi138 ceph-mon[117003]: 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-07T10:17:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:04 smithi161 ceph-mon[116604]: pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:04 smithi028 ceph-mon[112123]: pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:04 smithi138 ceph-mon[117003]: pgmap v9911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:17:05.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:05.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:05.568 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:06.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:06.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:06.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:06.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:06.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:06 smithi161 ceph-mon[116604]: pgmap v9912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:06 smithi028 ceph-mon[112123]: pgmap v9912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:06 smithi138 ceph-mon[117003]: pgmap v9912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:17:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:07 smithi161 ceph-mon[116604]: from='client.273393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:07 smithi028 ceph-mon[112123]: from='client.273393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:07 smithi138 ceph-mon[117003]: from='client.273393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:08 smithi161 ceph-mon[116604]: 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-07T10:17:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:08 smithi028 ceph-mon[112123]: 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-07T10:17:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:08 smithi138 ceph-mon[117003]: 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-07T10:17:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:09 smithi161 ceph-mon[116604]: 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-07T10:17:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:09 smithi028 ceph-mon[112123]: 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-07T10:17:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:09 smithi138 ceph-mon[117003]: 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-07T10:17:11.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:11.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:11.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:12.114 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:12.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:12.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:12.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:12.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:12 smithi161 ceph-mon[116604]: 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-07T10:17:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:12 smithi028 ceph-mon[112123]: 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-07T10:17:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:12 smithi138 ceph-mon[117003]: 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-07T10:17:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:13 smithi161 ceph-mon[116604]: from='client.273468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:13 smithi028 ceph-mon[112123]: from='client.273468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:13 smithi138 ceph-mon[117003]: from='client.273468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:14 smithi161 ceph-mon[116604]: 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-07T10:17:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:14 smithi028 ceph-mon[112123]: 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-07T10:17:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:14 smithi138 ceph-mon[117003]: 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-07T10:17:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:16 smithi161 ceph-mon[116604]: 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-07T10:17:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:16 smithi028 ceph-mon[112123]: 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-07T10:17:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:16 smithi138 ceph-mon[117003]: 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-07T10:17:17.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:17.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:17.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:17.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:17.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:17.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:17.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:17.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:18 smithi161 ceph-mon[116604]: 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-07T10:17:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:18 smithi028 ceph-mon[112123]: 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-07T10:17:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:18 smithi138 ceph-mon[117003]: 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-07T10:17:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:19 smithi161 ceph-mon[116604]: from='client.273540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:19 smithi028 ceph-mon[112123]: from='client.273540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:19 smithi138 ceph-mon[117003]: from='client.273540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:20 smithi161 ceph-mon[116604]: 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-07T10:17:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:20 smithi028 ceph-mon[112123]: 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-07T10:17:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:20 smithi138 ceph-mon[117003]: 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-07T10:17:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:22 smithi161 ceph-mon[116604]: 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-07T10:17:22.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:22 smithi028 ceph-mon[112123]: 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-07T10:17:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:22 smithi138 ceph-mon[117003]: 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-07T10:17:22.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:22.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:22.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:23.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:23.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:23.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:23.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:23.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:24 smithi161 ceph-mon[116604]: 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-07T10:17:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:24 smithi028 ceph-mon[112123]: 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-07T10:17:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:24 smithi138 ceph-mon[117003]: 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-07T10:17:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:25 smithi161 ceph-mon[116604]: from='client.273618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:25 smithi028 ceph-mon[112123]: from='client.273618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:25 smithi138 ceph-mon[117003]: from='client.273618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:26 smithi161 ceph-mon[116604]: 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-07T10:17:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:26 smithi028 ceph-mon[112123]: 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-07T10:17:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:26 smithi138 ceph-mon[117003]: 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-07T10:17:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:28 smithi161 ceph-mon[116604]: 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-07T10:17:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:28 smithi028 ceph-mon[112123]: 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-07T10:17:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:28 smithi138 ceph-mon[117003]: 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-07T10:17:28.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:28.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:28.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:29.451 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:29.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:29.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:29.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:29.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:29 smithi161 ceph-mon[116604]: 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-07T10:17:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:29 smithi161 ceph-mon[116604]: from='client.273696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:29 smithi028 ceph-mon[112123]: 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-07T10:17:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:29 smithi028 ceph-mon[112123]: from='client.273696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:29 smithi138 ceph-mon[117003]: 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-07T10:17:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:29 smithi138 ceph-mon[117003]: from='client.273696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:32 smithi161 ceph-mon[116604]: 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-07T10:17:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:32 smithi028 ceph-mon[112123]: 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-07T10:17:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:32 smithi138 ceph-mon[117003]: 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-07T10:17:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:34 smithi161 ceph-mon[116604]: 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-07T10:17:34.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:34.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:34.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:34 smithi028 ceph-mon[112123]: 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-07T10:17:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:34 smithi138 ceph-mon[117003]: 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-07T10:17:35.218 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:35.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:35.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:35.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:35.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:36 smithi161 ceph-mon[116604]: from='client.273774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:36 smithi161 ceph-mon[116604]: 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-07T10:17:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:36 smithi028 ceph-mon[112123]: from='client.273774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:36 smithi028 ceph-mon[112123]: 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-07T10:17:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:36 smithi138 ceph-mon[117003]: from='client.273774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:36 smithi138 ceph-mon[117003]: 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-07T10:17:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:38 smithi161 ceph-mon[116604]: 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-07T10:17:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:38 smithi028 ceph-mon[112123]: 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-07T10:17:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:38 smithi138 ceph-mon[117003]: 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-07T10:17:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:39 smithi161 ceph-mon[116604]: 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-07T10:17:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:39 smithi028 ceph-mon[112123]: 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-07T10:17:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:39 smithi138 ceph-mon[117003]: 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-07T10:17:40.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:40.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:40.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:40.987 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:40.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:40.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:40.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:40.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:42 smithi161 ceph-mon[116604]: from='client.273849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:42 smithi161 ceph-mon[116604]: 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-07T10:17:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:42 smithi028 ceph-mon[112123]: from='client.273849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:42 smithi028 ceph-mon[112123]: 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-07T10:17:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:42 smithi138 ceph-mon[117003]: from='client.273849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:42 smithi138 ceph-mon[117003]: 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-07T10:17:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:44 smithi161 ceph-mon[116604]: 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-07T10:17:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:44 smithi028 ceph-mon[112123]: 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-07T10:17:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:44 smithi138 ceph-mon[117003]: 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-07T10:17:45.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:45.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:45.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:46 smithi161 ceph-mon[116604]: 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-07T10:17:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:46 smithi028 ceph-mon[112123]: 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-07T10:17:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:46 smithi138 ceph-mon[117003]: 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-07T10:17:46.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:46.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:46.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:46.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:46.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:48 smithi161 ceph-mon[116604]: from='client.273924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:48 smithi161 ceph-mon[116604]: 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-07T10:17:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:48 smithi028 ceph-mon[112123]: from='client.273924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:48 smithi028 ceph-mon[112123]: 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-07T10:17:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:48 smithi138 ceph-mon[117003]: from='client.273924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:48 smithi138 ceph-mon[117003]: 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-07T10:17:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:49 smithi161 ceph-mon[116604]: 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-07T10:17:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:49 smithi028 ceph-mon[112123]: 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-07T10:17:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:49 smithi138 ceph-mon[117003]: 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-07T10:17:51.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:51.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:51.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:52 smithi161 ceph-mon[116604]: 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-07T10:17:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:52 smithi028 ceph-mon[112123]: 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-07T10:17:52.538 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:52.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:52.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:52.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:52.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:52 smithi138 ceph-mon[117003]: 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-07T10:17:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:53 smithi161 ceph-mon[116604]: from='client.273999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:53 smithi028 ceph-mon[112123]: from='client.273999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:53 smithi138 ceph-mon[117003]: from='client.273999 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:54 smithi161 ceph-mon[116604]: 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-07T10:17:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:54 smithi028 ceph-mon[112123]: 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-07T10:17:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:54 smithi138 ceph-mon[117003]: 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-07T10:17:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:56 smithi161 ceph-mon[116604]: 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-07T10:17:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:56 smithi028 ceph-mon[112123]: 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-07T10:17:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:56 smithi138 ceph-mon[117003]: 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-07T10:17:57.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:17:57.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:17:57.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:17:58.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:17:58.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:17:58.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:17:58.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:17:58.331 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:17:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:58 smithi161 ceph-mon[116604]: 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-07T10:17:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:58 smithi028 ceph-mon[112123]: 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-07T10:17:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:58 smithi138 ceph-mon[117003]: 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-07T10:17:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:17:59 smithi161 ceph-mon[116604]: from='client.274074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:17:59 smithi028 ceph-mon[112123]: from='client.274074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:17:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:17:59 smithi138 ceph-mon[117003]: from='client.274074 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:00 smithi161 ceph-mon[116604]: 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-07T10:18:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:00 smithi028 ceph-mon[112123]: 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-07T10:18:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:00 smithi138 ceph-mon[117003]: 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-07T10:18:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:18:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:18:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:18:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:02 smithi161 ceph-mon[116604]: 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-07T10:18:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:18:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:18:02.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:18:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:02 smithi028 ceph-mon[112123]: 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-07T10:18:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:18:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:18:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:18:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:02 smithi138 ceph-mon[117003]: 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-07T10:18:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:18:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:18:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:18:03.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:03.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:03.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:04.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:04.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:04.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:04.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:04.113 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:04 smithi161 ceph-mon[116604]: 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-07T10:18:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:04 smithi028 ceph-mon[112123]: 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-07T10:18:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:04 smithi138 ceph-mon[117003]: 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-07T10:18:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:05 smithi161 ceph-mon[116604]: from='client.274152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:05 smithi028 ceph-mon[112123]: from='client.274152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:05 smithi138 ceph-mon[117003]: from='client.274152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:06 smithi161 ceph-mon[116604]: pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:18:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:06 smithi028 ceph-mon[112123]: pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:18:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:06 smithi138 ceph-mon[117003]: pgmap v9942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:18:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:08 smithi161 ceph-mon[116604]: pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:18:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:08 smithi028 ceph-mon[112123]: pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:18:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:08 smithi138 ceph-mon[117003]: pgmap v9943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:18:09.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:09.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:09.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:09 smithi161 ceph-mon[116604]: pgmap v9944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:18:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:09 smithi028 ceph-mon[112123]: pgmap v9944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:18:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:09 smithi138 ceph-mon[117003]: pgmap v9944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:18:09.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:09.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:09.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:09.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:09.887 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:10 smithi161 ceph-mon[116604]: from='client.274227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:10 smithi028 ceph-mon[112123]: from='client.274227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:10 smithi138 ceph-mon[117003]: from='client.274227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:11 smithi161 ceph-mon[116604]: 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-07T10:18:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:11 smithi028 ceph-mon[112123]: 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-07T10:18:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:11 smithi138 ceph-mon[117003]: 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-07T10:18:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:14 smithi161 ceph-mon[116604]: 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-07T10:18:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:14 smithi028 ceph-mon[112123]: 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-07T10:18:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:14 smithi138 ceph-mon[117003]: 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-07T10:18:14.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:14.888 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:14.888 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:15.658 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:15.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:15.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:15.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:15.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:16 smithi161 ceph-mon[116604]: 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-07T10:18:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:16 smithi028 ceph-mon[112123]: 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-07T10:18:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:16 smithi138 ceph-mon[117003]: 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-07T10:18:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:17 smithi161 ceph-mon[116604]: from='client.274302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:17 smithi028 ceph-mon[112123]: from='client.274302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:17 smithi138 ceph-mon[117003]: from='client.274302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:18 smithi161 ceph-mon[116604]: pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:18 smithi028 ceph-mon[112123]: pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:18 smithi138 ceph-mon[117003]: pgmap v9948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:19 smithi161 ceph-mon[116604]: pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:19 smithi028 ceph-mon[112123]: pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:19 smithi138 ceph-mon[117003]: pgmap v9949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:18:20.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:20.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:20.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:21.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:21.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:21.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:21.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:21.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:22 smithi161 ceph-mon[116604]: from='client.274380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:22 smithi161 ceph-mon[116604]: pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:18:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:22 smithi028 ceph-mon[112123]: from='client.274380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:22 smithi028 ceph-mon[112123]: pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:18:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:22 smithi138 ceph-mon[117003]: from='client.274380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:22 smithi138 ceph-mon[117003]: pgmap v9950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:18:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:24 smithi161 ceph-mon[116604]: 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-07T10:18:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:24 smithi028 ceph-mon[112123]: 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-07T10:18:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:24 smithi138 ceph-mon[117003]: 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-07T10:18:26.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:26.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:26.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:26 smithi161 ceph-mon[116604]: 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-07T10:18:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:26 smithi028 ceph-mon[112123]: 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-07T10:18:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:26 smithi138 ceph-mon[117003]: 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-07T10:18:27.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:27.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:27.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:27.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:27.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:28 smithi161 ceph-mon[116604]: from='client.274452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:28 smithi161 ceph-mon[116604]: 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-07T10:18:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:28 smithi028 ceph-mon[112123]: from='client.274452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:28 smithi028 ceph-mon[112123]: 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-07T10:18:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:28 smithi138 ceph-mon[117003]: from='client.274452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:28 smithi138 ceph-mon[117003]: 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-07T10:18:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:29 smithi161 ceph-mon[116604]: 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-07T10:18:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:29 smithi028 ceph-mon[112123]: 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-07T10:18:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:29 smithi138 ceph-mon[117003]: 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-07T10:18:32.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:32.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:32.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:32 smithi161 ceph-mon[116604]: 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-07T10:18:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:32 smithi028 ceph-mon[112123]: 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-07T10:18:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:32 smithi138 ceph-mon[117003]: 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-07T10:18:33.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:33.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:33.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:33.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:33.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:34 smithi161 ceph-mon[116604]: from='client.274530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:34 smithi161 ceph-mon[116604]: 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-07T10:18:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:34 smithi028 ceph-mon[112123]: from='client.274530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:34 smithi028 ceph-mon[112123]: 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-07T10:18:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:34 smithi138 ceph-mon[117003]: from='client.274530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:34 smithi138 ceph-mon[117003]: 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-07T10:18:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:36 smithi161 ceph-mon[116604]: 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-07T10:18:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:36 smithi028 ceph-mon[112123]: 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-07T10:18:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:36 smithi138 ceph-mon[117003]: 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-07T10:18:38.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:38.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:38.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:38 smithi161 ceph-mon[116604]: 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-07T10:18:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:38 smithi028 ceph-mon[112123]: 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-07T10:18:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:38 smithi138 ceph-mon[117003]: 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-07T10:18:38.791 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:38.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:38.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:38.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:38.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:39 smithi161 ceph-mon[116604]: from='client.274605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:39 smithi161 ceph-mon[116604]: 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-07T10:18:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:39 smithi028 ceph-mon[112123]: from='client.274605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:39 smithi028 ceph-mon[112123]: 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-07T10:18:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:39 smithi138 ceph-mon[117003]: from='client.274605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:39 smithi138 ceph-mon[117003]: 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-07T10:18:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:42 smithi161 ceph-mon[116604]: 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-07T10:18:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:42 smithi028 ceph-mon[112123]: 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-07T10:18:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:42 smithi138 ceph-mon[117003]: 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-07T10:18:43.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:43.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:43.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:44 smithi161 ceph-mon[116604]: 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-07T10:18:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:44 smithi028 ceph-mon[112123]: 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-07T10:18:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:44 smithi138 ceph-mon[117003]: 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-07T10:18:44.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:44.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:44.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:44.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:44.579 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:45 smithi161 ceph-mon[116604]: from='client.274680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:45 smithi028 ceph-mon[112123]: from='client.274680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:45 smithi138 ceph-mon[117003]: from='client.274680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:46 smithi161 ceph-mon[116604]: pgmap v9962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:46 smithi028 ceph-mon[112123]: pgmap v9962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:46 smithi138 ceph-mon[117003]: pgmap v9962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:48 smithi161 ceph-mon[116604]: pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:48 smithi028 ceph-mon[112123]: pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:48 smithi138 ceph-mon[117003]: pgmap v9963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:49.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:49.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:49.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:49 smithi161 ceph-mon[116604]: pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:49 smithi028 ceph-mon[112123]: pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:49 smithi138 ceph-mon[117003]: pgmap v9964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:18:50.354 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:50.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:50.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:50.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:50.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:50 smithi161 ceph-mon[116604]: from='client.274758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:50 smithi028 ceph-mon[112123]: from='client.274758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:50 smithi138 ceph-mon[117003]: from='client.274758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:51 smithi161 ceph-mon[116604]: 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-07T10:18:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:51 smithi028 ceph-mon[112123]: 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-07T10:18:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:51 smithi138 ceph-mon[117003]: 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-07T10:18:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:54 smithi161 ceph-mon[116604]: 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-07T10:18:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:54 smithi028 ceph-mon[112123]: 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-07T10:18:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:54 smithi138 ceph-mon[117003]: 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-07T10:18:55.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:18:55.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:18:55.357 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:18:56.141 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:18:56.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:18:56.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:18:56.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:18:56.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:18:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:56 smithi161 ceph-mon[116604]: 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-07T10:18:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:56 smithi028 ceph-mon[112123]: 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-07T10:18:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:56 smithi138 ceph-mon[117003]: 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-07T10:18:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:57 smithi161 ceph-mon[116604]: from='client.274833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:57 smithi028 ceph-mon[112123]: from='client.274833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:57 smithi138 ceph-mon[117003]: from='client.274833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:18:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:58 smithi161 ceph-mon[116604]: pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:58 smithi028 ceph-mon[112123]: pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:58 smithi138 ceph-mon[117003]: pgmap v9968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:18:59 smithi161 ceph-mon[116604]: pgmap v9969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:18:59 smithi028 ceph-mon[112123]: pgmap v9969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:18:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:18:59 smithi138 ceph-mon[117003]: pgmap v9969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:01.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:01.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:01.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:01.922 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:01.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:01.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:01.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:01.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:02 smithi161 ceph-mon[116604]: pgmap v9970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:19:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:02 smithi028 ceph-mon[112123]: pgmap v9970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:19:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:02 smithi138 ceph-mon[117003]: pgmap v9970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:19:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:03 smithi161 ceph-mon[116604]: from='client.274902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:19:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:19:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:19:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:03 smithi028 ceph-mon[112123]: from='client.274902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:19:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:19:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:19:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:03 smithi138 ceph-mon[117003]: from='client.274902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:19:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:19:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:19:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:04 smithi161 ceph-mon[116604]: 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-07T10:19:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:04 smithi028 ceph-mon[112123]: 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-07T10:19:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:04 smithi138 ceph-mon[117003]: 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-07T10:19:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:06 smithi161 ceph-mon[116604]: 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-07T10:19:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:06 smithi028 ceph-mon[112123]: 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-07T10:19:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:06 smithi138 ceph-mon[117003]: 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-07T10:19:06.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:06.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:06.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:07.702 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:07.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:07.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:07.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:07.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:08 smithi161 ceph-mon[116604]: 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-07T10:19:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:08 smithi028 ceph-mon[112123]: 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-07T10:19:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:08 smithi138 ceph-mon[117003]: 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-07T10:19:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:09 smithi161 ceph-mon[116604]: from='client.274980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:09 smithi028 ceph-mon[112123]: from='client.274980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:09 smithi138 ceph-mon[117003]: from='client.274980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:10 smithi161 ceph-mon[116604]: 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-07T10:19:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:10 smithi028 ceph-mon[112123]: 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-07T10:19:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:10 smithi138 ceph-mon[117003]: 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-07T10:19:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:12 smithi161 ceph-mon[116604]: 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-07T10:19:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:12 smithi028 ceph-mon[112123]: 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-07T10:19:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:12 smithi138 ceph-mon[117003]: 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-07T10:19:12.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:12.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:12.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:13.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:13.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:13.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:13.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:13.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:14 smithi161 ceph-mon[116604]: 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-07T10:19:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:14 smithi161 ceph-mon[116604]: from='client.275058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:14 smithi028 ceph-mon[112123]: 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-07T10:19:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:14 smithi028 ceph-mon[112123]: from='client.275058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:14 smithi138 ceph-mon[117003]: 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-07T10:19:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:14 smithi138 ceph-mon[117003]: from='client.275058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:16 smithi161 ceph-mon[116604]: 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-07T10:19:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:16 smithi028 ceph-mon[112123]: 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-07T10:19:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:16 smithi138 ceph-mon[117003]: 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-07T10:19:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:18 smithi161 ceph-mon[116604]: 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-07T10:19:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:18 smithi028 ceph-mon[112123]: 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-07T10:19:18.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:18.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:18.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:18 smithi138 ceph-mon[117003]: 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-07T10:19:19.283 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:19.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:19.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:19.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:19.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:19 smithi161 ceph-mon[116604]: from='client.275133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:19 smithi161 ceph-mon[116604]: 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-07T10:19:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:19 smithi028 ceph-mon[112123]: from='client.275133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:19 smithi028 ceph-mon[112123]: 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-07T10:19:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:19 smithi138 ceph-mon[117003]: from='client.275133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:19 smithi138 ceph-mon[117003]: 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-07T10:19:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:22 smithi161 ceph-mon[116604]: pgmap v9980: 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-07T10:19:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:22 smithi028 ceph-mon[112123]: pgmap v9980: 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-07T10:19:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:22 smithi138 ceph-mon[117003]: pgmap v9980: 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-07T10:19:24.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:24.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:24.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:24 smithi161 ceph-mon[116604]: pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:19:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:24 smithi028 ceph-mon[112123]: pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:19:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:24 smithi138 ceph-mon[117003]: pgmap v9981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:19:25.058 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:25.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:25.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:25.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:25.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:26 smithi161 ceph-mon[116604]: from='client.275208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:26 smithi161 ceph-mon[116604]: pgmap v9982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:26 smithi028 ceph-mon[112123]: from='client.275208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:26 smithi028 ceph-mon[112123]: pgmap v9982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:26 smithi138 ceph-mon[117003]: from='client.275208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:26 smithi138 ceph-mon[117003]: pgmap v9982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:28 smithi161 ceph-mon[116604]: pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:28 smithi028 ceph-mon[112123]: pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:28 smithi138 ceph-mon[117003]: pgmap v9983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:29 smithi161 ceph-mon[116604]: pgmap v9984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:29 smithi028 ceph-mon[112123]: pgmap v9984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:29 smithi138 ceph-mon[117003]: pgmap v9984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:19:30.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:30.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:30.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:30.841 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:30.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:30.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:30.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:30.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:32 smithi161 ceph-mon[116604]: from='client.275280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:32 smithi161 ceph-mon[116604]: 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-07T10:19:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:32 smithi028 ceph-mon[112123]: from='client.275280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:32 smithi028 ceph-mon[112123]: 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-07T10:19:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:32 smithi138 ceph-mon[117003]: from='client.275280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:32 smithi138 ceph-mon[117003]: 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-07T10:19:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:34 smithi161 ceph-mon[116604]: pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:19:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:34 smithi028 ceph-mon[112123]: pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:19:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:34 smithi138 ceph-mon[117003]: pgmap v9986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:19:35.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:35.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:35.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:36 smithi161 ceph-mon[116604]: pgmap v9987: 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-07T10:19:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:36 smithi028 ceph-mon[112123]: pgmap v9987: 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-07T10:19:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:36 smithi138 ceph-mon[117003]: pgmap v9987: 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-07T10:19:36.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:36.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:36.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:36.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:36.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:37 smithi161 ceph-mon[116604]: from='client.275355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:37 smithi028 ceph-mon[112123]: from='client.275355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:37 smithi138 ceph-mon[117003]: from='client.275355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:38 smithi161 ceph-mon[116604]: pgmap v9988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:38 smithi028 ceph-mon[112123]: pgmap v9988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:38 smithi138 ceph-mon[117003]: pgmap v9988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:39 smithi161 ceph-mon[116604]: pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:39 smithi028 ceph-mon[112123]: pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:39 smithi138 ceph-mon[117003]: pgmap v9989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:19:41.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:41.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:41.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:42.391 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:42.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:42.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:42.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:42.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:42 smithi161 ceph-mon[116604]: pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:42 smithi028 ceph-mon[112123]: pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:42 smithi138 ceph-mon[117003]: pgmap v9990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:19:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:43 smithi161 ceph-mon[116604]: from='client.275433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:43 smithi028 ceph-mon[112123]: from='client.275433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:43 smithi138 ceph-mon[117003]: from='client.275433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:44 smithi161 ceph-mon[116604]: 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-07T10:19:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:44 smithi028 ceph-mon[112123]: 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-07T10:19:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:44 smithi138 ceph-mon[117003]: 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-07T10:19:46.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:46 smithi161 ceph-mon[116604]: 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-07T10:19:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:46 smithi028 ceph-mon[112123]: 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-07T10:19:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:46 smithi138 ceph-mon[117003]: 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-07T10:19:47.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:47.393 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:47.393 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:48.177 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:48.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:48.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:48.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:48.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:48 smithi161 ceph-mon[116604]: 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-07T10:19:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:48 smithi028 ceph-mon[112123]: 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-07T10:19:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:48 smithi138 ceph-mon[117003]: 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-07T10:19:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:49 smithi161 ceph-mon[116604]: from='client.275511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:49 smithi028 ceph-mon[112123]: from='client.275511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:49 smithi138 ceph-mon[117003]: from='client.275511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:50 smithi161 ceph-mon[116604]: 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-07T10:19:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:50 smithi028 ceph-mon[112123]: 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-07T10:19:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:50 smithi138 ceph-mon[117003]: 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-07T10:19:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:52 smithi161 ceph-mon[116604]: 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-07T10:19:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:52 smithi028 ceph-mon[112123]: 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-07T10:19:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:52 smithi138 ceph-mon[117003]: 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-07T10:19:53.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:53.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:53.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:53.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:53.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:53.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:53.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:53.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:54 smithi161 ceph-mon[116604]: 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-07T10:19:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:54 smithi028 ceph-mon[112123]: 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-07T10:19:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:54 smithi138 ceph-mon[117003]: 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-07T10:19:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:55 smithi161 ceph-mon[116604]: from='client.275586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:55 smithi028 ceph-mon[112123]: from='client.275586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:55 smithi138 ceph-mon[117003]: from='client.275586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:19:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:56 smithi161 ceph-mon[116604]: 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-07T10:19:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:56 smithi028 ceph-mon[112123]: 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-07T10:19:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:56 smithi138 ceph-mon[117003]: 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-07T10:19:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:58 smithi161 ceph-mon[116604]: 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-07T10:19:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:58 smithi028 ceph-mon[112123]: 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-07T10:19:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:58 smithi138 ceph-mon[117003]: 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-07T10:19:58.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:19:58.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:19:58.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:19:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:19:59 smithi161 ceph-mon[116604]: 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-07T10:19:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:19:59 smithi028 ceph-mon[112123]: 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-07T10:19:59.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:19:59.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:19:59.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:19:59.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:19:59.729 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:19:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:19:59 smithi138 ceph-mon[117003]: 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-07T10:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:00 smithi161 ceph-mon[116604]: from='client.275664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T10:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:00 smithi028 ceph-mon[112123]: from='client.275664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T10:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:00 smithi138 ceph-mon[117003]: from='client.275664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T10:20:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:01 smithi161 ceph-mon[116604]: pgmap v10000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:01 smithi028 ceph-mon[112123]: pgmap v10000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:01 smithi138 ceph-mon[117003]: pgmap v10000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:20:02.792 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:20:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:20:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: pgmap v10001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:20:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:20:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: pgmap v10001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:20:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:20:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: pgmap v10001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:20:04.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:04.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:04.731 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:05.507 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:05.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:05.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:05.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:05.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:06 smithi161 ceph-mon[116604]: pgmap v10002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:06 smithi161 ceph-mon[116604]: from='client.275736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:06 smithi028 ceph-mon[112123]: pgmap v10002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:06 smithi028 ceph-mon[112123]: from='client.275736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:06 smithi138 ceph-mon[117003]: pgmap v10002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:06 smithi138 ceph-mon[117003]: from='client.275736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:08 smithi161 ceph-mon[116604]: pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:08 smithi028 ceph-mon[112123]: pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:08 smithi138 ceph-mon[117003]: pgmap v10003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:09 smithi161 ceph-mon[116604]: pgmap v10004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:09 smithi028 ceph-mon[112123]: pgmap v10004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:09 smithi138 ceph-mon[117003]: pgmap v10004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:10.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:10.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:10.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:11.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:11.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:11.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:11.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:11.286 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:12 smithi161 ceph-mon[116604]: from='client.275814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:12 smithi161 ceph-mon[116604]: 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-07T10:20:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:12 smithi028 ceph-mon[112123]: from='client.275814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:12 smithi028 ceph-mon[112123]: 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-07T10:20:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:12 smithi138 ceph-mon[117003]: from='client.275814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:12 smithi138 ceph-mon[117003]: 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-07T10:20:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:14 smithi161 ceph-mon[116604]: pgmap v10006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:14 smithi028 ceph-mon[112123]: pgmap v10006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:14 smithi138 ceph-mon[117003]: pgmap v10006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:16.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:16.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:16.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:16 smithi161 ceph-mon[116604]: pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:16 smithi028 ceph-mon[112123]: pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:16 smithi138 ceph-mon[117003]: pgmap v10007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:17.057 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:17.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:17.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:17.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:17.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:18 smithi161 ceph-mon[116604]: from='client.275886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:18 smithi161 ceph-mon[116604]: pgmap v10008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:18 smithi028 ceph-mon[112123]: from='client.275886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:18 smithi028 ceph-mon[112123]: pgmap v10008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:18 smithi138 ceph-mon[117003]: from='client.275886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:18 smithi138 ceph-mon[117003]: pgmap v10008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:19 smithi161 ceph-mon[116604]: pgmap v10009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:19 smithi028 ceph-mon[112123]: pgmap v10009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:19 smithi138 ceph-mon[117003]: pgmap v10009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:22.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:22.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:22.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:22 smithi161 ceph-mon[116604]: pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:22 smithi028 ceph-mon[112123]: pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:22 smithi138 ceph-mon[117003]: pgmap v10010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:22.825 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:22.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:22.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:22.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:22.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:24 smithi161 ceph-mon[116604]: from='client.275964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:24 smithi161 ceph-mon[116604]: 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-07T10:20:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:24 smithi028 ceph-mon[112123]: from='client.275964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:24 smithi028 ceph-mon[112123]: 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-07T10:20:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:24 smithi138 ceph-mon[117003]: from='client.275964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:24 smithi138 ceph-mon[117003]: 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-07T10:20:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:26 smithi161 ceph-mon[116604]: 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-07T10:20:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:26 smithi028 ceph-mon[112123]: 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-07T10:20:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:26 smithi138 ceph-mon[117003]: 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-07T10:20:27.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:27.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:27.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:28 smithi161 ceph-mon[116604]: 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-07T10:20:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:28 smithi028 ceph-mon[112123]: 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-07T10:20:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:28 smithi138 ceph-mon[117003]: 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-07T10:20:28.594 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:28.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:28.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:28.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:28.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:29 smithi161 ceph-mon[116604]: from='client.276042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:29 smithi028 ceph-mon[112123]: from='client.276042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:29 smithi138 ceph-mon[117003]: from='client.276042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:30 smithi161 ceph-mon[116604]: 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-07T10:20:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:30 smithi028 ceph-mon[112123]: 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-07T10:20:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:30 smithi138 ceph-mon[117003]: 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-07T10:20:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:32 smithi161 ceph-mon[116604]: 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-07T10:20:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:32 smithi028 ceph-mon[112123]: 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-07T10:20:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:32 smithi138 ceph-mon[117003]: 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-07T10:20:33.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:33.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:33.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:34.362 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:34.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:34.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:34.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:34.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:34 smithi161 ceph-mon[116604]: 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-07T10:20:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:34 smithi028 ceph-mon[112123]: 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-07T10:20:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:34 smithi138 ceph-mon[117003]: 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-07T10:20:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:35 smithi161 ceph-mon[116604]: from='client.276117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:35 smithi028 ceph-mon[112123]: from='client.276117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:35 smithi138 ceph-mon[117003]: from='client.276117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:36 smithi161 ceph-mon[116604]: pgmap v10017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:20:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:36 smithi028 ceph-mon[112123]: pgmap v10017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:20:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:36 smithi138 ceph-mon[117003]: pgmap v10017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:20:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:38 smithi161 ceph-mon[116604]: pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:20:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:38 smithi028 ceph-mon[112123]: pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:20:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:38 smithi138 ceph-mon[117003]: pgmap v10018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:20:39.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:39.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:39.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:39 smithi161 ceph-mon[116604]: pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:20:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:39 smithi028 ceph-mon[112123]: pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:20:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:39 smithi138 ceph-mon[117003]: pgmap v10019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:20:40.137 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:40.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:40.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:40.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:40.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:40 smithi161 ceph-mon[116604]: from='client.276189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:40 smithi028 ceph-mon[112123]: from='client.276189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:40 smithi138 ceph-mon[117003]: from='client.276189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:41 smithi161 ceph-mon[116604]: pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:41 smithi028 ceph-mon[112123]: pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:41 smithi138 ceph-mon[117003]: pgmap v10020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:44 smithi161 ceph-mon[116604]: pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:44 smithi028 ceph-mon[112123]: pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:44 smithi138 ceph-mon[117003]: pgmap v10021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:20:45.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:45.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:45.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:45.925 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:45.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:45.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:45.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:45.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:46 smithi161 ceph-mon[116604]: 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-07T10:20:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:46 smithi028 ceph-mon[112123]: 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-07T10:20:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:46 smithi138 ceph-mon[117003]: 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-07T10:20:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:47 smithi161 ceph-mon[116604]: from='client.276267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:47 smithi028 ceph-mon[112123]: from='client.276267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:47 smithi138 ceph-mon[117003]: from='client.276267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:48 smithi161 ceph-mon[116604]: pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:20:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:48 smithi028 ceph-mon[112123]: pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:20:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:48 smithi138 ceph-mon[117003]: pgmap v10023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:20:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:49 smithi161 ceph-mon[116604]: pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:20:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:49 smithi028 ceph-mon[112123]: pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:20:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:49 smithi138 ceph-mon[117003]: pgmap v10024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:20:50.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:50.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:50.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:51.717 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:51.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:51.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:51.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:51.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:52 smithi161 ceph-mon[116604]: pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:20:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:52 smithi028 ceph-mon[112123]: pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:20:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:52 smithi138 ceph-mon[117003]: pgmap v10025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:20:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:53 smithi161 ceph-mon[116604]: from='client.276345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:53 smithi028 ceph-mon[112123]: from='client.276345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:53 smithi138 ceph-mon[117003]: from='client.276345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:54 smithi161 ceph-mon[116604]: pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:54 smithi028 ceph-mon[112123]: pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:54 smithi138 ceph-mon[117003]: pgmap v10026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:20:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:56 smithi161 ceph-mon[116604]: pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:56 smithi028 ceph-mon[112123]: pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:56 smithi138 ceph-mon[117003]: pgmap v10027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:20:56.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:20:56.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:20:56.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:20:57.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:20:57.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:20:57.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:20:57.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:20:57.485 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:20:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:58 smithi161 ceph-mon[116604]: 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-07T10:20:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:58 smithi161 ceph-mon[116604]: from='client.276420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:58 smithi028 ceph-mon[112123]: 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-07T10:20:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:58 smithi028 ceph-mon[112123]: from='client.276420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:58 smithi138 ceph-mon[117003]: 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-07T10:20:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:58 smithi138 ceph-mon[117003]: from='client.276420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:20:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:20:59 smithi161 ceph-mon[116604]: 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-07T10:20:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:20:59 smithi028 ceph-mon[112123]: 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-07T10:20:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:20:59 smithi138 ceph-mon[117003]: 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-07T10:21:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:02 smithi161 ceph-mon[116604]: 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-07T10:21:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:02 smithi028 ceph-mon[112123]: 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-07T10:21:02.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:02.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:02.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:02 smithi138 ceph-mon[117003]: 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-07T10:21:03.250 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:03.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:03.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:03.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:03.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:04 smithi161 ceph-mon[116604]: from='client.276495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:04 smithi161 ceph-mon[116604]: 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-07T10:21:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:21:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:04 smithi028 ceph-mon[112123]: from='client.276495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:04 smithi028 ceph-mon[112123]: 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-07T10:21:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:21:04.506 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:04 smithi138 ceph-mon[117003]: from='client.276495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:04.507 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:04 smithi138 ceph-mon[117003]: 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-07T10:21:04.507 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:21:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:06 smithi138 ceph-mon[117003]: 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-07T10:21:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:06 smithi161 ceph-mon[116604]: 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-07T10:21:06.455 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:06 smithi028 ceph-mon[112123]: 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-07T10:21:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:21:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:21:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:07 smithi161 ceph-mon[116604]: 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-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:07 smithi028 ceph-mon[112123]: 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-07T10:21:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:21:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:21:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:21:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:07 smithi138 ceph-mon[117003]: 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-07T10:21:08.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:08.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:08.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:09.046 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:09.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:09.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:09.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:09.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:09 smithi161 ceph-mon[116604]: from='client.276567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:09 smithi161 ceph-mon[116604]: 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-07T10:21:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:09 smithi028 ceph-mon[112123]: from='client.276567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:09 smithi028 ceph-mon[112123]: 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-07T10:21:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:09 smithi138 ceph-mon[117003]: from='client.276567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:09 smithi138 ceph-mon[117003]: 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-07T10:21:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:12 smithi161 ceph-mon[116604]: 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-07T10:21:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:12 smithi028 ceph-mon[112123]: 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-07T10:21:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:12 smithi138 ceph-mon[117003]: 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-07T10:21:14.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:14.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:14.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:14 smithi161 ceph-mon[116604]: 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-07T10:21:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:14 smithi028 ceph-mon[112123]: 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-07T10:21:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:14 smithi138 ceph-mon[117003]: 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-07T10:21:14.817 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:14.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:14.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:14.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:14.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:16 smithi161 ceph-mon[116604]: from='client.276642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:16 smithi161 ceph-mon[116604]: pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:16 smithi028 ceph-mon[112123]: from='client.276642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:16 smithi028 ceph-mon[112123]: pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:16 smithi138 ceph-mon[117003]: from='client.276642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:16 smithi138 ceph-mon[117003]: pgmap v10037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:18 smithi161 ceph-mon[116604]: pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:18 smithi028 ceph-mon[112123]: pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:18 smithi138 ceph-mon[117003]: pgmap v10038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:19 smithi161 ceph-mon[116604]: pgmap v10039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:19 smithi028 ceph-mon[112123]: pgmap v10039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:19 smithi138 ceph-mon[117003]: pgmap v10039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:19.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:19.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:19.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:20.585 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:20.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:20.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:20.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:20.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:20 smithi161 ceph-mon[116604]: from='client.276720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:20 smithi028 ceph-mon[112123]: from='client.276720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:20 smithi138 ceph-mon[117003]: from='client.276720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:21 smithi161 ceph-mon[116604]: pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:21 smithi028 ceph-mon[112123]: pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:21 smithi138 ceph-mon[117003]: pgmap v10040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:24 smithi161 ceph-mon[116604]: pgmap v10041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:24 smithi028 ceph-mon[112123]: pgmap v10041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:24 smithi138 ceph-mon[117003]: pgmap v10041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:25.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:25.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:25.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:26.353 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:26.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:26.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:26.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:26.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:26 smithi161 ceph-mon[116604]: 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-07T10:21:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:26 smithi028 ceph-mon[112123]: 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-07T10:21:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:26 smithi138 ceph-mon[117003]: 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-07T10:21:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:27 smithi161 ceph-mon[116604]: from='client.276795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:27 smithi028 ceph-mon[112123]: from='client.276795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:27 smithi138 ceph-mon[117003]: from='client.276795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:28 smithi161 ceph-mon[116604]: pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:28 smithi028 ceph-mon[112123]: pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:28 smithi138 ceph-mon[117003]: pgmap v10043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:29 smithi161 ceph-mon[116604]: pgmap v10044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:29 smithi028 ceph-mon[112123]: pgmap v10044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:29 smithi138 ceph-mon[117003]: pgmap v10044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:31.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:31.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:31.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:32.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:32.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:32.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:32.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:32.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:32 smithi161 ceph-mon[116604]: pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:32 smithi028 ceph-mon[112123]: pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:32 smithi138 ceph-mon[117003]: pgmap v10045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:33.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:33 smithi161 ceph-mon[116604]: from='client.276870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:33 smithi028 ceph-mon[112123]: from='client.276870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:33 smithi138 ceph-mon[117003]: from='client.276870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:34 smithi161 ceph-mon[116604]: pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:34 smithi028 ceph-mon[112123]: pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:34 smithi138 ceph-mon[117003]: pgmap v10046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:36 smithi161 ceph-mon[116604]: pgmap v10047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:36 smithi028 ceph-mon[112123]: pgmap v10047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:36 smithi138 ceph-mon[117003]: pgmap v10047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:21:37.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:37.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:37.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:37.894 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:37.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:37.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:37.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:37.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:38 smithi161 ceph-mon[116604]: 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-07T10:21:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:38 smithi028 ceph-mon[112123]: 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-07T10:21:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:38 smithi138 ceph-mon[117003]: 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-07T10:21:39.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:39 smithi161 ceph-mon[116604]: from='client.276948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:39.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:39 smithi028 ceph-mon[112123]: from='client.276948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:39 smithi138 ceph-mon[117003]: from='client.276948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:40 smithi161 ceph-mon[116604]: 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-07T10:21:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:40 smithi028 ceph-mon[112123]: 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-07T10:21:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:40 smithi138 ceph-mon[117003]: 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-07T10:21:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:42 smithi161 ceph-mon[116604]: 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-07T10:21:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:42 smithi028 ceph-mon[112123]: 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-07T10:21:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:42 smithi138 ceph-mon[117003]: 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-07T10:21:42.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:42.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:42.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:43.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:43.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:43.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:43.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:43.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:44.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:44 smithi161 ceph-mon[116604]: 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-07T10:21:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:44 smithi161 ceph-mon[116604]: from='client.277026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:44 smithi028 ceph-mon[112123]: 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-07T10:21:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:44 smithi028 ceph-mon[112123]: from='client.277026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:44 smithi138 ceph-mon[117003]: 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-07T10:21:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:44 smithi138 ceph-mon[117003]: from='client.277026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:46 smithi161 ceph-mon[116604]: 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-07T10:21:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:46 smithi028 ceph-mon[112123]: 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-07T10:21:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:46 smithi138 ceph-mon[117003]: 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-07T10:21:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:48 smithi161 ceph-mon[116604]: 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-07T10:21:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:48 smithi028 ceph-mon[112123]: 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-07T10:21:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:48 smithi138 ceph-mon[117003]: 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-07T10:21:48.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:48.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:48.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:49.483 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:49.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:49.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:49.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:49.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:49.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:49 smithi161 ceph-mon[116604]: from='client.277098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:49 smithi161 ceph-mon[116604]: 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-07T10:21:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:49 smithi028 ceph-mon[112123]: from='client.277098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:49 smithi028 ceph-mon[112123]: 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-07T10:21:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:49 smithi138 ceph-mon[117003]: from='client.277098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:49 smithi138 ceph-mon[117003]: 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-07T10:21:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:52 smithi161 ceph-mon[116604]: pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:52 smithi028 ceph-mon[112123]: pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:52 smithi138 ceph-mon[117003]: pgmap v10055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:54 smithi161 ceph-mon[116604]: pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:54 smithi028 ceph-mon[112123]: pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:54.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:21:54.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:21:54.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:21:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:54 smithi138 ceph-mon[117003]: pgmap v10056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:55.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:21:55.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:21:55.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:21:55.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:21:55.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:21:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:56 smithi161 ceph-mon[116604]: from='client.277173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:56 smithi161 ceph-mon[116604]: pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:56 smithi028 ceph-mon[112123]: from='client.277173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:56 smithi028 ceph-mon[112123]: pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:56 smithi138 ceph-mon[117003]: from='client.277173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:21:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:56 smithi138 ceph-mon[117003]: pgmap v10057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:21:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:58 smithi161 ceph-mon[116604]: pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:58 smithi028 ceph-mon[112123]: pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:58 smithi138 ceph-mon[117003]: pgmap v10058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:21:59 smithi161 ceph-mon[116604]: pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:21:59 smithi028 ceph-mon[112123]: pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:21:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:21:59 smithi138 ceph-mon[117003]: pgmap v10059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:00.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:00.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:00.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:01.046 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:01.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:01.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:01.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:01.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:02 smithi161 ceph-mon[116604]: from='client.277248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:02 smithi161 ceph-mon[116604]: pgmap v10060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:02 smithi028 ceph-mon[112123]: from='client.277248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:02 smithi028 ceph-mon[112123]: pgmap v10060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:02 smithi138 ceph-mon[117003]: from='client.277248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:02 smithi138 ceph-mon[117003]: pgmap v10060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:04 smithi161 ceph-mon[116604]: 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-07T10:22:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:04 smithi028 ceph-mon[112123]: 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-07T10:22:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:04 smithi138 ceph-mon[117003]: 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-07T10:22:06.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:06.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:06.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:06 smithi161 ceph-mon[116604]: pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:06 smithi028 ceph-mon[112123]: pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:06 smithi138 ceph-mon[117003]: pgmap v10062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:06.812 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:06.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:06.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:06.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:06.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:22:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:22:07.503 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:22:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:08 smithi161 ceph-mon[116604]: from='client.277323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:08 smithi161 ceph-mon[116604]: pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:08 smithi028 ceph-mon[112123]: from='client.277323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:08 smithi028 ceph-mon[112123]: pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:08 smithi138 ceph-mon[117003]: from='client.277323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:08 smithi138 ceph-mon[117003]: pgmap v10063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:22:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16329M 2023-12-07T10:22:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:22:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:22:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:09 smithi138 ceph-mon[117003]: pgmap v10064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16329M 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:09 smithi161 ceph-mon[116604]: pgmap v10064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16329M 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:22:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:09 smithi028 ceph-mon[112123]: pgmap v10064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:11.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:11.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:11.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:12 smithi161 ceph-mon[116604]: pgmap v10065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:12 smithi028 ceph-mon[112123]: pgmap v10065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:12 smithi138 ceph-mon[117003]: pgmap v10065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:12.583 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:12.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:12.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:12.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:12.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:13.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:13 smithi161 ceph-mon[116604]: from='client.277398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:13 smithi028 ceph-mon[112123]: from='client.277398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:13 smithi138 ceph-mon[117003]: from='client.277398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:14 smithi161 ceph-mon[116604]: pgmap v10066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:14 smithi028 ceph-mon[112123]: pgmap v10066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:14 smithi138 ceph-mon[117003]: pgmap v10066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:16 smithi161 ceph-mon[116604]: pgmap v10067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:16 smithi028 ceph-mon[112123]: pgmap v10067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:16 smithi138 ceph-mon[117003]: pgmap v10067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:17.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:17.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:17.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:18.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:18.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:18.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:18.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:18.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:18 smithi161 ceph-mon[116604]: 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-07T10:22:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:18 smithi028 ceph-mon[112123]: 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-07T10:22:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:18 smithi138 ceph-mon[117003]: 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-07T10:22:19.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:19 smithi161 ceph-mon[116604]: from='client.277473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:19.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:19 smithi028 ceph-mon[112123]: from='client.277473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:19 smithi138 ceph-mon[117003]: from='client.277473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:20 smithi161 ceph-mon[116604]: pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:20 smithi028 ceph-mon[112123]: pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:20 smithi138 ceph-mon[117003]: pgmap v10069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:22 smithi161 ceph-mon[116604]: 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-07T10:22:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:22 smithi028 ceph-mon[112123]: 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-07T10:22:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:22 smithi138 ceph-mon[117003]: 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-07T10:22:23.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:23.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:23.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:24.127 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:24.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:24.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:24.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:24.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:24.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:24 smithi161 ceph-mon[116604]: 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-07T10:22:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:24 smithi028 ceph-mon[112123]: 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-07T10:22:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:24 smithi138 ceph-mon[117003]: 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-07T10:22:25.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:25 smithi161 ceph-mon[116604]: from='client.277551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:25.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:25 smithi028 ceph-mon[112123]: from='client.277551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:25 smithi138 ceph-mon[117003]: from='client.277551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:26 smithi161 ceph-mon[116604]: 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-07T10:22:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:26 smithi028 ceph-mon[112123]: 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-07T10:22:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:26 smithi138 ceph-mon[117003]: 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-07T10:22:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:28 smithi161 ceph-mon[116604]: 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-07T10:22:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:28 smithi028 ceph-mon[112123]: 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-07T10:22:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:28 smithi138 ceph-mon[117003]: 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-07T10:22:29.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:29.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:29.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:29 smithi028 ceph-mon[112123]: 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-07T10:22:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:29 smithi138 ceph-mon[117003]: 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-07T10:22:29.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:29.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:29.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:29.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:29.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:29 smithi161 ceph-mon[116604]: 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-07T10:22:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:30 smithi028 ceph-mon[112123]: from='client.277626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:30 smithi138 ceph-mon[117003]: from='client.277626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:30 smithi161 ceph-mon[116604]: from='client.277626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:31.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:31 smithi028 ceph-mon[112123]: pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:22:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:31 smithi138 ceph-mon[117003]: pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:22:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:31 smithi161 ceph-mon[116604]: pgmap v10075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:22:34.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:34 smithi161 ceph-mon[116604]: pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:34 smithi028 ceph-mon[112123]: pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:34 smithi138 ceph-mon[117003]: pgmap v10076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:34.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:34.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:34.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:35.682 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:35.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:35.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:35.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:35.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:36 smithi161 ceph-mon[116604]: pgmap v10077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:36 smithi161 ceph-mon[116604]: from='client.277704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:36 smithi028 ceph-mon[112123]: pgmap v10077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:36 smithi028 ceph-mon[112123]: from='client.277704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:36 smithi138 ceph-mon[117003]: pgmap v10077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:36 smithi138 ceph-mon[117003]: from='client.277704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:38 smithi161 ceph-mon[116604]: pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:38 smithi028 ceph-mon[112123]: pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:38 smithi138 ceph-mon[117003]: pgmap v10078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:22:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:39 smithi028 ceph-mon[112123]: pgmap v10079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:22:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:39 smithi138 ceph-mon[117003]: pgmap v10079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:22:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:39 smithi161 ceph-mon[116604]: pgmap v10079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:22:40.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:40.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:40.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:41.451 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:41.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:41.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:41.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:41.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:42 smithi161 ceph-mon[116604]: from='client.277782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:42 smithi161 ceph-mon[116604]: pgmap v10080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:42 smithi028 ceph-mon[112123]: from='client.277782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:42 smithi028 ceph-mon[112123]: pgmap v10080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:42 smithi138 ceph-mon[117003]: from='client.277782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:42 smithi138 ceph-mon[117003]: pgmap v10080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:44.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:44 smithi161 ceph-mon[116604]: 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-07T10:22:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:44 smithi028 ceph-mon[112123]: 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-07T10:22:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:44 smithi138 ceph-mon[117003]: 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-07T10:22:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:46 smithi161 ceph-mon[116604]: pgmap v10082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:46.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:46.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:46.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:46 smithi028 ceph-mon[112123]: pgmap v10082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:46 smithi138 ceph-mon[117003]: pgmap v10082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:47.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:47.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:47.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:47.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:47.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:48 smithi161 ceph-mon[116604]: from='client.277854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:48 smithi161 ceph-mon[116604]: pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:48 smithi028 ceph-mon[112123]: from='client.277854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:48 smithi028 ceph-mon[112123]: pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:48 smithi138 ceph-mon[117003]: from='client.277854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:48 smithi138 ceph-mon[117003]: pgmap v10083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:49.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:49 smithi028 ceph-mon[112123]: pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:49 smithi138 ceph-mon[117003]: pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:49 smithi161 ceph-mon[116604]: pgmap v10084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:52.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:52.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:52.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:52 smithi161 ceph-mon[116604]: pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:22:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:52 smithi028 ceph-mon[112123]: pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:22:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:52 smithi138 ceph-mon[117003]: pgmap v10085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:22:53.003 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:53.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:53.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:53.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:53.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:54 smithi161 ceph-mon[116604]: from='client.277929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:54 smithi161 ceph-mon[116604]: pgmap v10086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:54 smithi028 ceph-mon[112123]: from='client.277929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:54 smithi028 ceph-mon[112123]: pgmap v10086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:54 smithi138 ceph-mon[117003]: from='client.277929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:54 smithi138 ceph-mon[117003]: pgmap v10086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:22:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:56 smithi161 ceph-mon[116604]: pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:56 smithi028 ceph-mon[112123]: pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:56 smithi138 ceph-mon[117003]: pgmap v10087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:22:58.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:22:58.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:22:58.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:22:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:58 smithi161 ceph-mon[116604]: 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-07T10:22:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:58 smithi028 ceph-mon[112123]: 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-07T10:22:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:58 smithi138 ceph-mon[117003]: 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-07T10:22:58.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:22:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:22:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:22:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:22:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:22:59.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:59 smithi028 ceph-mon[112123]: from='client.277998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:22:59 smithi028 ceph-mon[112123]: pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:59 smithi138 ceph-mon[117003]: from='client.277998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:22:59 smithi138 ceph-mon[117003]: pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:22:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:59 smithi161 ceph-mon[116604]: from='client.277998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:22:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:22:59 smithi161 ceph-mon[116604]: pgmap v10089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:23:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:02 smithi161 ceph-mon[116604]: pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:23:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:02 smithi028 ceph-mon[112123]: pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:23:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:02 smithi138 ceph-mon[117003]: pgmap v10090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:23:03.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:03.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:03.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:04 smithi161 ceph-mon[116604]: 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-07T10:23:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:04 smithi028 ceph-mon[112123]: 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-07T10:23:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:04 smithi138 ceph-mon[117003]: 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-07T10:23:04.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:04.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:04.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:04.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:04.576 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:05 smithi161 ceph-mon[116604]: from='client.278073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:05 smithi028 ceph-mon[112123]: from='client.278073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:05 smithi138 ceph-mon[117003]: from='client.278073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:06 smithi161 ceph-mon[116604]: pgmap v10092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:06 smithi028 ceph-mon[112123]: pgmap v10092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:06 smithi138 ceph-mon[117003]: pgmap v10092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:08 smithi161 ceph-mon[116604]: pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:08 smithi028 ceph-mon[112123]: pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:08 smithi138 ceph-mon[117003]: pgmap v10093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:09.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:09.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:09.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:09.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:23:09.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:09 smithi028 ceph-mon[112123]: pgmap v10094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:23:09.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:23:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:23:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:23:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:09 smithi138 ceph-mon[117003]: pgmap v10094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:23:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:23:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:23:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:23:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:09 smithi161 ceph-mon[116604]: pgmap v10094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:23:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:23:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:23:10.338 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:10.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:10.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:10.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:10.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:23:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:10 smithi028 ceph-mon[112123]: from='client.278151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:23:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:10 smithi138 ceph-mon[117003]: from='client.278151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:23:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:10 smithi161 ceph-mon[116604]: from='client.278151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:11.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:11 smithi028 ceph-mon[112123]: pgmap v10095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:23:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:11 smithi138 ceph-mon[117003]: pgmap v10095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:23:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:11 smithi161 ceph-mon[116604]: pgmap v10095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:23:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:14 smithi161 ceph-mon[116604]: pgmap v10096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:14 smithi028 ceph-mon[112123]: pgmap v10096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:14 smithi138 ceph-mon[117003]: pgmap v10096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:15.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:15.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:15.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:16.123 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:16.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:16.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:16.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:16.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:16 smithi161 ceph-mon[116604]: pgmap v10097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:16 smithi028 ceph-mon[112123]: pgmap v10097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:16 smithi138 ceph-mon[117003]: pgmap v10097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:17.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:17 smithi161 ceph-mon[116604]: from='client.278226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:17.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:17 smithi028 ceph-mon[112123]: from='client.278226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:17 smithi138 ceph-mon[117003]: from='client.278226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:18 smithi161 ceph-mon[116604]: 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-07T10:23:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:18 smithi028 ceph-mon[112123]: 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-07T10:23:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:18 smithi138 ceph-mon[117003]: 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-07T10:23:19.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:19 smithi028 ceph-mon[112123]: pgmap v10099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:23:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:19 smithi138 ceph-mon[117003]: pgmap v10099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:23:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:19 smithi161 ceph-mon[116604]: pgmap v10099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:23:21.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:21.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:21.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:21.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:21.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:21.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:21.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:21.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:22 smithi161 ceph-mon[116604]: pgmap v10100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:23:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:22 smithi028 ceph-mon[112123]: pgmap v10100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:23:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:22 smithi138 ceph-mon[117003]: pgmap v10100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:23:23.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:23 smithi161 ceph-mon[116604]: from='client.278298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:23.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:23 smithi028 ceph-mon[112123]: from='client.278298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:23 smithi138 ceph-mon[117003]: from='client.278298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:24.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:24 smithi161 ceph-mon[116604]: pgmap v10101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:24 smithi028 ceph-mon[112123]: pgmap v10101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:24 smithi138 ceph-mon[117003]: pgmap v10101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:26 smithi161 ceph-mon[116604]: pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:26 smithi028 ceph-mon[112123]: pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:26 smithi138 ceph-mon[117003]: pgmap v10102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:26.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:26.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:26.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:27.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:27.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:27.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:27.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:27.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:28 smithi161 ceph-mon[116604]: pgmap v10103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:28 smithi161 ceph-mon[116604]: from='client.278376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:28 smithi028 ceph-mon[112123]: pgmap v10103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:28 smithi028 ceph-mon[112123]: from='client.278376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:28 smithi138 ceph-mon[117003]: pgmap v10103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:28 smithi138 ceph-mon[117003]: from='client.278376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:29 smithi028 ceph-mon[112123]: pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:23:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:29 smithi138 ceph-mon[117003]: pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:23:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:29 smithi161 ceph-mon[116604]: pgmap v10104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:23:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:32 smithi161 ceph-mon[116604]: pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:23:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:32 smithi028 ceph-mon[112123]: pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:23:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:32 smithi138 ceph-mon[117003]: pgmap v10105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:23:32.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:32.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:32.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:33.436 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:33.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:33.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:33.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:33.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:34 smithi161 ceph-mon[116604]: from='client.278442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:34 smithi161 ceph-mon[116604]: pgmap v10106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:34 smithi028 ceph-mon[112123]: from='client.278442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:34 smithi028 ceph-mon[112123]: pgmap v10106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:34 smithi138 ceph-mon[117003]: from='client.278442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:34 smithi138 ceph-mon[117003]: pgmap v10106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:36 smithi161 ceph-mon[116604]: pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:36 smithi028 ceph-mon[112123]: pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:36 smithi138 ceph-mon[117003]: pgmap v10107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:23:38.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:38.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:38.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:38 smithi161 ceph-mon[116604]: 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-07T10:23:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:38 smithi028 ceph-mon[112123]: 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-07T10:23:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:38 smithi138 ceph-mon[117003]: 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-07T10:23:39.213 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:39.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:39.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:39.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:39.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:39 smithi028 ceph-mon[112123]: from='client.278517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:39 smithi028 ceph-mon[112123]: pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:23:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:39 smithi138 ceph-mon[117003]: from='client.278517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:39 smithi138 ceph-mon[117003]: pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:23:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:39 smithi161 ceph-mon[116604]: from='client.278517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:39 smithi161 ceph-mon[116604]: pgmap v10109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:23:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:42 smithi161 ceph-mon[116604]: pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T10:23:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:42 smithi028 ceph-mon[112123]: pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T10:23:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:42 smithi138 ceph-mon[117003]: pgmap v10110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T10:23:44.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:44.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:44.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:44 smithi161 ceph-mon[116604]: pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:23:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:44 smithi028 ceph-mon[112123]: pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:23:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:44 smithi138 ceph-mon[117003]: pgmap v10111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:23:44.989 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:44.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:44.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:44.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:44.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:46 smithi161 ceph-mon[116604]: from='client.278589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:46 smithi161 ceph-mon[116604]: pgmap v10112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:46 smithi028 ceph-mon[112123]: from='client.278589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:46 smithi028 ceph-mon[112123]: pgmap v10112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:46 smithi138 ceph-mon[117003]: from='client.278589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:46 smithi138 ceph-mon[117003]: pgmap v10112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:23:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:48 smithi161 ceph-mon[116604]: pgmap v10113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:48 smithi028 ceph-mon[112123]: pgmap v10113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:48 smithi138 ceph-mon[117003]: pgmap v10113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:23:49.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:49 smithi028 ceph-mon[112123]: pgmap v10114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:23:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:49 smithi138 ceph-mon[117003]: pgmap v10114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:23:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:49 smithi161 ceph-mon[116604]: pgmap v10114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:23:49.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:49.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:49.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:50.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:50.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:50.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:50.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:50.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:52 smithi161 ceph-mon[116604]: from='client.278667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:52 smithi161 ceph-mon[116604]: pgmap v10115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:23:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:52 smithi028 ceph-mon[112123]: from='client.278667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:52 smithi028 ceph-mon[112123]: pgmap v10115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:23:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:52 smithi138 ceph-mon[117003]: from='client.278667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:52 smithi138 ceph-mon[117003]: pgmap v10115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:23:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:54 smithi161 ceph-mon[116604]: pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:23:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:54 smithi028 ceph-mon[112123]: pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:23:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:54 smithi138 ceph-mon[117003]: pgmap v10116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:23:55.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:23:55.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:23:55.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:23:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:56 smithi161 ceph-mon[116604]: pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:23:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:56 smithi028 ceph-mon[112123]: pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:23:56.529 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:23:56.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:23:56.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:23:56.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:23:56.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:23:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:56 smithi138 ceph-mon[117003]: pgmap v10117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:23:57.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:57 smithi028 ceph-mon[112123]: from='client.278745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:57 smithi138 ceph-mon[117003]: from='client.278745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:57 smithi161 ceph-mon[116604]: from='client.278745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:23:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:58 smithi028 ceph-mon[112123]: 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-07T10:23:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:58 smithi138 ceph-mon[117003]: 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-07T10:23:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:58 smithi161 ceph-mon[116604]: 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-07T10:23:59.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:23:59 smithi028 ceph-mon[112123]: pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:23:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:23:59 smithi138 ceph-mon[117003]: pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:23:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:23:59 smithi161 ceph-mon[116604]: pgmap v10119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:01.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:01.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:01.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:02.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:02.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:02.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:02.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:02.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:02 smithi161 ceph-mon[116604]: pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:02 smithi028 ceph-mon[112123]: pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:02 smithi138 ceph-mon[117003]: pgmap v10120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:03.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:03 smithi028 ceph-mon[112123]: from='client.278814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:03 smithi138 ceph-mon[117003]: from='client.278814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:03 smithi161 ceph-mon[116604]: from='client.278814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:04 smithi028 ceph-mon[112123]: pgmap v10121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:04 smithi138 ceph-mon[117003]: pgmap v10121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:04 smithi161 ceph-mon[116604]: pgmap v10121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:06 smithi028 ceph-mon[112123]: pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:06 smithi138 ceph-mon[117003]: pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:06 smithi161 ceph-mon[116604]: pgmap v10122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:07.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:07.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:07.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:08.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:08.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:08.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:08.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:08.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:08 smithi028 ceph-mon[112123]: pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:08 smithi138 ceph-mon[117003]: pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:08 smithi161 ceph-mon[116604]: pgmap v10123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:09 smithi028 ceph-mon[112123]: from='client.278892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:09 smithi138 ceph-mon[117003]: from='client.278892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:09 smithi161 ceph-mon[116604]: from='client.278892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:10 smithi028 ceph-mon[112123]: pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:24:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:24:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:24:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:24:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:10 smithi138 ceph-mon[117003]: pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:24:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:24:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:24:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:24:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:10 smithi161 ceph-mon[116604]: pgmap v10124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:24:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:24:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:24:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:24:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:12 smithi028 ceph-mon[112123]: pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:12 smithi138 ceph-mon[117003]: pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:12 smithi161 ceph-mon[116604]: pgmap v10125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:13.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:13.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:13.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:13.864 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:13.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:13.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:13.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:13.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:14 smithi028 ceph-mon[112123]: pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:14 smithi138 ceph-mon[117003]: pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:14 smithi161 ceph-mon[116604]: pgmap v10126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:15 smithi028 ceph-mon[112123]: from='client.278964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:15 smithi138 ceph-mon[117003]: from='client.278964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:15.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:15 smithi161 ceph-mon[116604]: from='client.278964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:16 smithi028 ceph-mon[112123]: pgmap v10127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:16 smithi138 ceph-mon[117003]: pgmap v10127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:16 smithi161 ceph-mon[116604]: pgmap v10127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:18 smithi138 ceph-mon[117003]: 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-07T10:24:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:18 smithi161 ceph-mon[116604]: 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-07T10:24:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:18 smithi028 ceph-mon[112123]: 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-07T10:24:18.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:18.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:18.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:19.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:19.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:19.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:19.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:19.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:19 smithi138 ceph-mon[117003]: 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-07T10:24:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:19 smithi138 ceph-mon[117003]: from='client.279042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:19 smithi161 ceph-mon[116604]: 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-07T10:24:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:19 smithi161 ceph-mon[116604]: from='client.279042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:19 smithi028 ceph-mon[112123]: 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-07T10:24:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:19 smithi028 ceph-mon[112123]: from='client.279042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:22 smithi028 ceph-mon[112123]: pgmap v10130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:24:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:22 smithi138 ceph-mon[117003]: pgmap v10130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:24:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:22 smithi161 ceph-mon[116604]: pgmap v10130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:24:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:24 smithi028 ceph-mon[112123]: pgmap v10131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:24 smithi138 ceph-mon[117003]: pgmap v10131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:24.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:24.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:24.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:24 smithi161 ceph-mon[116604]: pgmap v10131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:25.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:25.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:25.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:25.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:25.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:26 smithi028 ceph-mon[112123]: from='client.279120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:26 smithi028 ceph-mon[112123]: pgmap v10132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:26 smithi138 ceph-mon[117003]: from='client.279120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:26 smithi138 ceph-mon[117003]: pgmap v10132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:26 smithi161 ceph-mon[116604]: from='client.279120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:26 smithi161 ceph-mon[116604]: pgmap v10132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:28 smithi028 ceph-mon[112123]: pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:28 smithi138 ceph-mon[117003]: pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:28 smithi161 ceph-mon[116604]: pgmap v10133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:24:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:29 smithi138 ceph-mon[117003]: pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:24:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:29 smithi161 ceph-mon[116604]: pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:24:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:29 smithi028 ceph-mon[112123]: pgmap v10134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:24:30.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:30.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:30.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:31.205 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:31.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:31.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:31.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:31.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:32 smithi028 ceph-mon[112123]: from='client.279198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:32 smithi028 ceph-mon[112123]: pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:32 smithi138 ceph-mon[117003]: from='client.279198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:32 smithi138 ceph-mon[117003]: pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:32 smithi161 ceph-mon[116604]: from='client.279198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:32 smithi161 ceph-mon[116604]: pgmap v10135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:34 smithi028 ceph-mon[112123]: 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-07T10:24:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:34 smithi138 ceph-mon[117003]: 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-07T10:24:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:34 smithi161 ceph-mon[116604]: 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-07T10:24:36.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:36.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:36.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:36 smithi028 ceph-mon[112123]: 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-07T10:24:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:36 smithi138 ceph-mon[117003]: 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-07T10:24:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:36 smithi161 ceph-mon[116604]: 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-07T10:24:36.973 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:36.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:36.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:36.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:36.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:38 smithi028 ceph-mon[112123]: from='client.279273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:38 smithi028 ceph-mon[112123]: 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-07T10:24:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:38 smithi138 ceph-mon[117003]: from='client.279273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:38 smithi138 ceph-mon[117003]: 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-07T10:24:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:38 smithi161 ceph-mon[116604]: from='client.279273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:38 smithi161 ceph-mon[116604]: 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-07T10:24:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:39 smithi138 ceph-mon[117003]: pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:39 smithi161 ceph-mon[116604]: pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:39 smithi028 ceph-mon[112123]: pgmap v10139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:41.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:41.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:41.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:42 smithi028 ceph-mon[112123]: pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:42 smithi138 ceph-mon[117003]: pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:42 smithi161 ceph-mon[116604]: pgmap v10140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:42.738 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:42.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:42.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:42.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:42.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:44 smithi028 ceph-mon[112123]: from='client.279345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:44 smithi028 ceph-mon[112123]: pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:44 smithi138 ceph-mon[117003]: from='client.279345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:44 smithi138 ceph-mon[117003]: pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:44 smithi161 ceph-mon[116604]: from='client.279345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:44 smithi161 ceph-mon[116604]: pgmap v10141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:46 smithi028 ceph-mon[112123]: pgmap v10142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:46 smithi138 ceph-mon[117003]: pgmap v10142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:46 smithi161 ceph-mon[116604]: pgmap v10142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:24:47.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:47.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:47.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:48 smithi028 ceph-mon[112123]: pgmap v10143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:48.527 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:48.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:48.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:48.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:48.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:48 smithi138 ceph-mon[117003]: pgmap v10143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:48 smithi161 ceph-mon[116604]: pgmap v10143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:24:49.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:49 smithi028 ceph-mon[112123]: from='client.279417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:49.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:49 smithi138 ceph-mon[117003]: from='client.279417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:49.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:49 smithi161 ceph-mon[116604]: from='client.279417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:50 smithi028 ceph-mon[112123]: pgmap v10144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:50.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:50 smithi138 ceph-mon[117003]: pgmap v10144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:50 smithi161 ceph-mon[116604]: pgmap v10144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:24:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:52 smithi028 ceph-mon[112123]: pgmap v10145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:52 smithi138 ceph-mon[117003]: pgmap v10145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:52 smithi161 ceph-mon[116604]: pgmap v10145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:24:53.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:53.529 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:53.529 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:54.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:24:54.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:24:54.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:24:54.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:24:54.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:24:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:54 smithi028 ceph-mon[112123]: 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-07T10:24:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:54 smithi138 ceph-mon[117003]: 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-07T10:24:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:54 smithi161 ceph-mon[116604]: 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-07T10:24:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:55 smithi138 ceph-mon[117003]: from='client.279492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:55 smithi161 ceph-mon[116604]: from='client.279492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:55.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:55 smithi028 ceph-mon[112123]: from='client.279492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:24:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:56 smithi138 ceph-mon[117003]: pgmap v10147: 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-07T10:24:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:56 smithi161 ceph-mon[116604]: pgmap v10147: 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-07T10:24:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:56 smithi028 ceph-mon[112123]: pgmap v10147: 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-07T10:24:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:58 smithi138 ceph-mon[117003]: pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:24:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:58 smithi161 ceph-mon[116604]: pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:24:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:58 smithi028 ceph-mon[112123]: pgmap v10148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:24:59.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:24:59.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:24:59.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:24:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:24:59 smithi138 ceph-mon[117003]: pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:24:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:24:59 smithi161 ceph-mon[116604]: pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:24:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:24:59 smithi028 ceph-mon[112123]: pgmap v10149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:00.081 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:00.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:00.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:00.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:00.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:00 smithi138 ceph-mon[117003]: from='client.279570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:00 smithi161 ceph-mon[116604]: from='client.279570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:00 smithi028 ceph-mon[112123]: from='client.279570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:01.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:01 smithi138 ceph-mon[117003]: pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:01 smithi161 ceph-mon[116604]: pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:01 smithi028 ceph-mon[112123]: pgmap v10150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:04 smithi028 ceph-mon[112123]: pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:04 smithi138 ceph-mon[117003]: pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:04 smithi161 ceph-mon[116604]: pgmap v10151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:05.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:05.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:05.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:05.860 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:05.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:05.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:05.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:05.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:06 smithi028 ceph-mon[112123]: pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:06 smithi138 ceph-mon[117003]: pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:06 smithi161 ceph-mon[116604]: pgmap v10152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:07 smithi028 ceph-mon[112123]: from='client.279645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:07 smithi138 ceph-mon[117003]: from='client.279645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:07.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:07 smithi161 ceph-mon[116604]: from='client.279645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:08 smithi028 ceph-mon[112123]: pgmap v10153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:25:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:08 smithi138 ceph-mon[117003]: pgmap v10153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:25:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:08 smithi161 ceph-mon[116604]: pgmap v10153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:25:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:09 smithi138 ceph-mon[117003]: pgmap v10154: 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-07T10:25:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:09 smithi161 ceph-mon[116604]: pgmap v10154: 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-07T10:25:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:09 smithi028 ceph-mon[112123]: pgmap v10154: 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-07T10:25:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:25:10.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:10.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:10.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:25:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:25:11.632 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:11.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:11.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:11.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:11.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:25:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:25:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:25:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:11 smithi138 ceph-mon[117003]: pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:25:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:11 smithi138 ceph-mon[117003]: from='client.279720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:25:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:25:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:25:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:11 smithi161 ceph-mon[116604]: pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:25:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:11 smithi161 ceph-mon[116604]: from='client.279720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:25:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:25:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:25:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:11 smithi028 ceph-mon[112123]: pgmap v10155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:25:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:11 smithi028 ceph-mon[112123]: from='client.279720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:14 smithi028 ceph-mon[112123]: 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-07T10:25:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:14 smithi138 ceph-mon[117003]: 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-07T10:25:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:14 smithi161 ceph-mon[116604]: 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-07T10:25:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:16 smithi028 ceph-mon[112123]: 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-07T10:25:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:16 smithi138 ceph-mon[117003]: 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-07T10:25:16.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:16.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:16.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:16 smithi161 ceph-mon[116604]: 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-07T10:25:17.401 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:17.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:17.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:17.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:17.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:18 smithi028 ceph-mon[112123]: from='client.279798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:18 smithi028 ceph-mon[112123]: 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-07T10:25:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:18 smithi138 ceph-mon[117003]: from='client.279798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:18 smithi138 ceph-mon[117003]: 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-07T10:25:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:18 smithi161 ceph-mon[116604]: from='client.279798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:18 smithi161 ceph-mon[116604]: 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-07T10:25:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:19 smithi138 ceph-mon[117003]: pgmap v10159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:19 smithi161 ceph-mon[116604]: pgmap v10159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:19 smithi028 ceph-mon[112123]: pgmap v10159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:22.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:22.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:22.404 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:22 smithi028 ceph-mon[112123]: pgmap v10160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:22 smithi138 ceph-mon[117003]: pgmap v10160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:22 smithi161 ceph-mon[116604]: pgmap v10160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:23.175 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:23.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:23.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:23.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:23.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:24 smithi028 ceph-mon[112123]: from='client.279873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:24 smithi028 ceph-mon[112123]: pgmap v10161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:24 smithi138 ceph-mon[117003]: from='client.279873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:24 smithi138 ceph-mon[117003]: pgmap v10161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:24 smithi161 ceph-mon[116604]: from='client.279873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:24 smithi161 ceph-mon[116604]: pgmap v10161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:26 smithi028 ceph-mon[112123]: pgmap v10162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:25:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:26 smithi138 ceph-mon[117003]: pgmap v10162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:25:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:26 smithi161 ceph-mon[116604]: pgmap v10162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:25:28.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:28.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:28.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:28 smithi028 ceph-mon[112123]: pgmap v10163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:28 smithi138 ceph-mon[117003]: pgmap v10163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:28 smithi161 ceph-mon[116604]: pgmap v10163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:28.942 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:28.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:28.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:28.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:28.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:29 smithi138 ceph-mon[117003]: from='client.279948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:29 smithi138 ceph-mon[117003]: pgmap v10164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:29 smithi161 ceph-mon[116604]: from='client.279948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:29 smithi161 ceph-mon[116604]: pgmap v10164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:29 smithi028 ceph-mon[112123]: from='client.279948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:29 smithi028 ceph-mon[112123]: pgmap v10164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:32 smithi028 ceph-mon[112123]: pgmap v10165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:32 smithi138 ceph-mon[117003]: pgmap v10165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:32 smithi161 ceph-mon[116604]: pgmap v10165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:33.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:34 smithi028 ceph-mon[112123]: 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-07T10:25:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:34 smithi138 ceph-mon[117003]: 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-07T10:25:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:34 smithi161 ceph-mon[116604]: 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-07T10:25:34.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:34.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:34.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:34.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:34.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:35.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:35 smithi028 ceph-mon[112123]: from='client.280023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:35 smithi138 ceph-mon[117003]: from='client.280023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:35.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:35 smithi161 ceph-mon[116604]: from='client.280023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:36 smithi138 ceph-mon[117003]: pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:36 smithi161 ceph-mon[116604]: pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:36 smithi028 ceph-mon[112123]: pgmap v10167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:38 smithi138 ceph-mon[117003]: pgmap v10168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:38 smithi161 ceph-mon[116604]: pgmap v10168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:38 smithi028 ceph-mon[112123]: pgmap v10168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:39.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:39 smithi138 ceph-mon[117003]: pgmap v10169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:25:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:39 smithi161 ceph-mon[116604]: pgmap v10169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:25:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:39 smithi028 ceph-mon[112123]: pgmap v10169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:25:40.481 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:40.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:40.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:40.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:40.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:40 smithi138 ceph-mon[117003]: from='client.280101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:40.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:40 smithi161 ceph-mon[116604]: from='client.280101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:40 smithi028 ceph-mon[112123]: from='client.280101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:41 smithi138 ceph-mon[117003]: pgmap v10170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:41.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:41 smithi161 ceph-mon[116604]: pgmap v10170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:41 smithi028 ceph-mon[112123]: pgmap v10170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:25:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:44 smithi028 ceph-mon[112123]: pgmap v10171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:44 smithi138 ceph-mon[117003]: pgmap v10171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:44 smithi161 ceph-mon[116604]: pgmap v10171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:25:45.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:45.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:45.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:46.253 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:46.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:46.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:46.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:46.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:46 smithi028 ceph-mon[112123]: pgmap v10172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:46 smithi138 ceph-mon[117003]: pgmap v10172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:46 smithi161 ceph-mon[116604]: pgmap v10172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:25:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:47 smithi138 ceph-mon[117003]: from='client.280170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:47.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:47 smithi161 ceph-mon[116604]: from='client.280170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:47.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:47 smithi028 ceph-mon[112123]: from='client.280170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:48 smithi138 ceph-mon[117003]: 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-07T10:25:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:48 smithi161 ceph-mon[116604]: 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-07T10:25:48.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:48 smithi028 ceph-mon[112123]: 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-07T10:25:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:49 smithi138 ceph-mon[117003]: pgmap v10174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:49 smithi161 ceph-mon[116604]: pgmap v10174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:49 smithi028 ceph-mon[112123]: pgmap v10174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:25:51.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:51.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:51.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:52.044 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:52.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:52.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:52.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:52.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:52 smithi028 ceph-mon[112123]: pgmap v10175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:52 smithi138 ceph-mon[117003]: pgmap v10175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:52 smithi161 ceph-mon[116604]: pgmap v10175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:25:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:53 smithi138 ceph-mon[117003]: from='client.280239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:53 smithi161 ceph-mon[116604]: from='client.280239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:53 smithi028 ceph-mon[112123]: from='client.280239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:54 smithi138 ceph-mon[117003]: 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-07T10:25:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:54 smithi161 ceph-mon[116604]: 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-07T10:25:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:54 smithi028 ceph-mon[112123]: 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-07T10:25:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:56 smithi138 ceph-mon[117003]: 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-07T10:25:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:56 smithi161 ceph-mon[116604]: 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-07T10:25:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:56 smithi028 ceph-mon[112123]: 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-07T10:25:57.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:25:57.047 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:25:57.047 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:25:57.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:25:57.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:25:57.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:25:57.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:25:57.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:25:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:58 smithi138 ceph-mon[117003]: 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-07T10:25:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:58 smithi161 ceph-mon[116604]: 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-07T10:25:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:58 smithi028 ceph-mon[112123]: 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-07T10:25:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:25:59 smithi138 ceph-mon[117003]: from='client.280314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:25:59 smithi161 ceph-mon[116604]: from='client.280314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:25:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:25:59 smithi028 ceph-mon[112123]: from='client.280314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:00.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:00 smithi138 ceph-mon[117003]: pgmap v10179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:26:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:00 smithi161 ceph-mon[116604]: pgmap v10179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:26:00.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:00 smithi028 ceph-mon[112123]: pgmap v10179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:26:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:02 smithi138 ceph-mon[117003]: pgmap v10180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:02 smithi161 ceph-mon[116604]: pgmap v10180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:02 smithi028 ceph-mon[112123]: pgmap v10180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:02.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:02.816 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:02.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:03.594 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:03.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:03.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:03.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:03.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:04 smithi138 ceph-mon[117003]: pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:04 smithi138 ceph-mon[117003]: from='client.280389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:04 smithi161 ceph-mon[116604]: pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:04 smithi161 ceph-mon[116604]: from='client.280389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:04 smithi028 ceph-mon[112123]: pgmap v10181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:04 smithi028 ceph-mon[112123]: from='client.280389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:06 smithi138 ceph-mon[117003]: pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:26:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:06 smithi161 ceph-mon[116604]: pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:26:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:06 smithi028 ceph-mon[112123]: pgmap v10182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:26:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:08 smithi138 ceph-mon[117003]: pgmap v10183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:08.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:08.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:08.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:08 smithi161 ceph-mon[116604]: pgmap v10183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:08 smithi028 ceph-mon[112123]: pgmap v10183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:09.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:09.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:09.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:09.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:09.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:09 smithi138 ceph-mon[117003]: from='client.280467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:09 smithi138 ceph-mon[117003]: pgmap v10184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:26:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:09 smithi161 ceph-mon[116604]: from='client.280467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:09 smithi161 ceph-mon[116604]: pgmap v10184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:26:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:09 smithi028 ceph-mon[112123]: from='client.280467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:09 smithi028 ceph-mon[112123]: pgmap v10184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:26:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:26:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:26:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:26:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:12 smithi161 ceph-mon[116604]: 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-07T10:26:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:26:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:26:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:26:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:12 smithi028 ceph-mon[112123]: 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-07T10:26:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:26:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:26:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:26:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:12 smithi138 ceph-mon[117003]: 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-07T10:26:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:26:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:26:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:26:14.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:14.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:14.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:14 smithi138 ceph-mon[117003]: pgmap v10186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:26:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:14 smithi161 ceph-mon[116604]: pgmap v10186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:26:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:14 smithi028 ceph-mon[112123]: pgmap v10186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:26:15.193 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:15.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:15.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:15.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:15.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:16 smithi138 ceph-mon[117003]: from='client.280545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:16 smithi138 ceph-mon[117003]: pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:16 smithi161 ceph-mon[116604]: from='client.280545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:16 smithi161 ceph-mon[116604]: pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:16 smithi028 ceph-mon[112123]: from='client.280545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:16 smithi028 ceph-mon[112123]: pgmap v10187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:18 smithi138 ceph-mon[117003]: pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:18 smithi161 ceph-mon[116604]: pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:18 smithi028 ceph-mon[112123]: pgmap v10188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:19 smithi138 ceph-mon[117003]: pgmap v10189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:26:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:19 smithi161 ceph-mon[116604]: pgmap v10189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:26:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:19 smithi028 ceph-mon[112123]: pgmap v10189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:26:20.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:20.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:20.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:20.966 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:20.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:20.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:20.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:20.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:22 smithi138 ceph-mon[117003]: from='client.280617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:22 smithi138 ceph-mon[117003]: pgmap v10190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:26:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:22 smithi161 ceph-mon[116604]: from='client.280617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:22 smithi161 ceph-mon[116604]: pgmap v10190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:26:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:22 smithi028 ceph-mon[112123]: from='client.280617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:22 smithi028 ceph-mon[112123]: pgmap v10190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:26:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:24 smithi138 ceph-mon[117003]: pgmap v10191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:26:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:24 smithi161 ceph-mon[116604]: pgmap v10191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:26:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:24 smithi028 ceph-mon[112123]: pgmap v10191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:26:25.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:25.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:25.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:26 smithi138 ceph-mon[117003]: pgmap v10192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:26 smithi161 ceph-mon[116604]: pgmap v10192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:26 smithi028 ceph-mon[112123]: pgmap v10192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:26.765 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:26.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:26.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:26.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:26.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:27 smithi138 ceph-mon[117003]: from='client.280692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:27 smithi161 ceph-mon[116604]: from='client.280692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:27.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:27 smithi028 ceph-mon[112123]: from='client.280692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:28 smithi138 ceph-mon[117003]: 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-07T10:26:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:28 smithi161 ceph-mon[116604]: 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-07T10:26:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:28 smithi028 ceph-mon[112123]: 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-07T10:26:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:29 smithi138 ceph-mon[117003]: pgmap v10194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:26:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:29 smithi161 ceph-mon[116604]: pgmap v10194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:26:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:29 smithi028 ceph-mon[112123]: pgmap v10194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:26:31.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:31.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:31.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:32 smithi138 ceph-mon[117003]: pgmap v10195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:32.553 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:32.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:32.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:32.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:32.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:32 smithi161 ceph-mon[116604]: pgmap v10195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:32.720 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:32 smithi028 ceph-mon[112123]: pgmap v10195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:33 smithi138 ceph-mon[117003]: from='client.280767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:33 smithi161 ceph-mon[116604]: from='client.280767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:33 smithi028 ceph-mon[112123]: from='client.280767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:34 smithi138 ceph-mon[117003]: 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-07T10:26:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:34 smithi161 ceph-mon[116604]: 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-07T10:26:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:34 smithi028 ceph-mon[112123]: 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-07T10:26:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:36 smithi138 ceph-mon[117003]: 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-07T10:26:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:36 smithi161 ceph-mon[116604]: 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-07T10:26:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:36 smithi028 ceph-mon[112123]: 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-07T10:26:37.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:37.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:37.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:38.338 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:38.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:38.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:38.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:38.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:38 smithi138 ceph-mon[117003]: 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-07T10:26:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:38 smithi161 ceph-mon[116604]: 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-07T10:26:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:38 smithi028 ceph-mon[112123]: 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-07T10:26:39.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:39 smithi138 ceph-mon[117003]: from='client.280845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:39 smithi161 ceph-mon[116604]: from='client.280845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:39 smithi028 ceph-mon[112123]: from='client.280845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:40.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:40 smithi138 ceph-mon[117003]: pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:26:40.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:40 smithi161 ceph-mon[116604]: pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:26:40.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:40 smithi028 ceph-mon[112123]: pgmap v10199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:26:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:42 smithi138 ceph-mon[117003]: pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:42 smithi161 ceph-mon[116604]: pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:42 smithi028 ceph-mon[112123]: pgmap v10200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:26:43.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:43.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:43.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:44.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:44.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:44.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:44.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:44.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:44 smithi138 ceph-mon[117003]: pgmap v10201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:44 smithi161 ceph-mon[116604]: pgmap v10201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:44.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:44 smithi028 ceph-mon[112123]: pgmap v10201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:45 smithi138 ceph-mon[117003]: from='client.280920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:45 smithi161 ceph-mon[116604]: from='client.280920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:45.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:45 smithi028 ceph-mon[112123]: from='client.280920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:46 smithi138 ceph-mon[117003]: pgmap v10202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:26:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:46 smithi161 ceph-mon[116604]: pgmap v10202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:26:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:46 smithi028 ceph-mon[112123]: pgmap v10202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:26:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:48 smithi138 ceph-mon[117003]: pgmap v10203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:48 smithi161 ceph-mon[116604]: pgmap v10203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:48.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:48 smithi028 ceph-mon[112123]: pgmap v10203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:49.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:49.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:49.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:49 smithi138 ceph-mon[117003]: pgmap v10204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:49.889 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:49.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:49.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:49.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:49.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:49 smithi161 ceph-mon[116604]: pgmap v10204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:49 smithi028 ceph-mon[112123]: pgmap v10204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:50 smithi138 ceph-mon[117003]: from='client.280995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:50.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:50 smithi161 ceph-mon[116604]: from='client.280995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:50 smithi028 ceph-mon[112123]: from='client.280995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:51.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:51 smithi138 ceph-mon[117003]: pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:26:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:51 smithi161 ceph-mon[116604]: pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:26:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:51 smithi028 ceph-mon[112123]: pgmap v10205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:26:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:54 smithi138 ceph-mon[117003]: pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:54 smithi161 ceph-mon[116604]: pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:54 smithi028 ceph-mon[112123]: pgmap v10206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:54.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:26:54.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:26:54.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:26:55.665 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:26:55.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:26:55.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:26:55.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:26:55.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:26:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:56 smithi138 ceph-mon[117003]: pgmap v10207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:56 smithi138 ceph-mon[117003]: from='client.281073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:56 smithi161 ceph-mon[116604]: pgmap v10207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:56 smithi161 ceph-mon[116604]: from='client.281073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:56 smithi028 ceph-mon[112123]: pgmap v10207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:26:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:56 smithi028 ceph-mon[112123]: from='client.281073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:26:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:58 smithi138 ceph-mon[117003]: pgmap v10208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:58 smithi161 ceph-mon[116604]: pgmap v10208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:58 smithi028 ceph-mon[112123]: pgmap v10208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:26:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:26:59 smithi138 ceph-mon[117003]: pgmap v10209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:26:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:26:59 smithi161 ceph-mon[116604]: pgmap v10209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:26:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:26:59 smithi028 ceph-mon[112123]: pgmap v10209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:27:00.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:00.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:00.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:01.434 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:01.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:01.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:01.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:01.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:02 smithi138 ceph-mon[117003]: from='client.281148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:02 smithi138 ceph-mon[117003]: pgmap v10210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:02 smithi161 ceph-mon[116604]: from='client.281148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:02 smithi161 ceph-mon[116604]: pgmap v10210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:02 smithi028 ceph-mon[112123]: from='client.281148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:02 smithi028 ceph-mon[112123]: pgmap v10210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:04 smithi138 ceph-mon[117003]: 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-07T10:27:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:04 smithi161 ceph-mon[116604]: 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-07T10:27:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:04 smithi028 ceph-mon[112123]: 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-07T10:27:06.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:06.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:06.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:06 smithi138 ceph-mon[117003]: 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-07T10:27:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:06 smithi161 ceph-mon[116604]: 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-07T10:27:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:06 smithi028 ceph-mon[112123]: 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-07T10:27:07.218 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:07.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:07.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:08 smithi138 ceph-mon[117003]: from='client.281226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:08 smithi138 ceph-mon[117003]: 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-07T10:27:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:08 smithi161 ceph-mon[116604]: from='client.281226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:08 smithi161 ceph-mon[116604]: 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-07T10:27:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:08 smithi028 ceph-mon[112123]: from='client.281226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:08 smithi028 ceph-mon[112123]: 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-07T10:27:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:09 smithi138 ceph-mon[117003]: pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:09 smithi161 ceph-mon[116604]: pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:09 smithi028 ceph-mon[112123]: pgmap v10214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:12.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:12.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:12.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:12 smithi138 ceph-mon[117003]: pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:27:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:12 smithi161 ceph-mon[116604]: pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:27:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:12 smithi028 ceph-mon[112123]: pgmap v10215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:27:13.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:13.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:13.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:13.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:13.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:27:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:27:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:27:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:27:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:27:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:27:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:27:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:27:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:27:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:14 smithi161 ceph-mon[116604]: from='client.281301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:14 smithi161 ceph-mon[116604]: 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-07T10:27:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:14 smithi028 ceph-mon[112123]: from='client.281301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:14 smithi028 ceph-mon[112123]: 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-07T10:27:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:14 smithi138 ceph-mon[117003]: from='client.281301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:14 smithi138 ceph-mon[117003]: 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-07T10:27:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:16 smithi161 ceph-mon[116604]: 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-07T10:27:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:16 smithi028 ceph-mon[112123]: 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-07T10:27:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:16 smithi138 ceph-mon[117003]: 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-07T10:27:18.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:18.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:18.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:18 smithi161 ceph-mon[116604]: 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-07T10:27:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:18 smithi028 ceph-mon[112123]: 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-07T10:27:18.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:18.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:18.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:18.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:18.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:18 smithi138 ceph-mon[117003]: 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-07T10:27:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:19 smithi138 ceph-mon[117003]: from='client.281376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:19 smithi138 ceph-mon[117003]: pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:19 smithi161 ceph-mon[116604]: from='client.281376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:19 smithi161 ceph-mon[116604]: pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:19 smithi028 ceph-mon[112123]: from='client.281376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:19 smithi028 ceph-mon[112123]: pgmap v10219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:22 smithi138 ceph-mon[117003]: pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:22 smithi161 ceph-mon[116604]: pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:22 smithi028 ceph-mon[112123]: pgmap v10220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:23.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:23.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:23.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:24 smithi138 ceph-mon[117003]: pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:24.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:24.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:24.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:24.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:24.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:24 smithi161 ceph-mon[116604]: pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:24 smithi028 ceph-mon[112123]: pgmap v10221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:25.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:25 smithi138 ceph-mon[117003]: from='client.281451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:25 smithi161 ceph-mon[116604]: from='client.281451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:25.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:25 smithi028 ceph-mon[112123]: from='client.281451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:26 smithi138 ceph-mon[117003]: 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-07T10:27:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:26 smithi161 ceph-mon[116604]: 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-07T10:27:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:26 smithi028 ceph-mon[112123]: 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-07T10:27:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:28 smithi138 ceph-mon[117003]: 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-07T10:27:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:28 smithi161 ceph-mon[116604]: 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-07T10:27:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:28 smithi028 ceph-mon[112123]: 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-07T10:27:29.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:29.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:29.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:29 smithi138 ceph-mon[117003]: pgmap v10224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:27:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:29 smithi161 ceph-mon[116604]: pgmap v10224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:27:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:29 smithi028 ceph-mon[112123]: pgmap v10224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:27:30.303 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:30.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:30.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:30.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:30.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:30.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:30 smithi138 ceph-mon[117003]: from='client.281526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:30 smithi161 ceph-mon[116604]: from='client.281526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:30 smithi028 ceph-mon[112123]: from='client.281526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:31.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:31 smithi138 ceph-mon[117003]: pgmap v10225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:27:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:31 smithi161 ceph-mon[116604]: pgmap v10225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:27:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:31 smithi028 ceph-mon[112123]: pgmap v10225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:27:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:34 smithi138 ceph-mon[117003]: pgmap v10226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:27:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:34 smithi161 ceph-mon[116604]: pgmap v10226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:27:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:34 smithi028 ceph-mon[112123]: pgmap v10226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:27:35.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:35.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:35.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:36.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:36.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:36.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:36.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:36.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:36 smithi138 ceph-mon[117003]: pgmap v10227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:36 smithi161 ceph-mon[116604]: pgmap v10227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:36 smithi028 ceph-mon[112123]: pgmap v10227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:37 smithi138 ceph-mon[117003]: from='client.281604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:37.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:37 smithi161 ceph-mon[116604]: from='client.281604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:37.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:37 smithi028 ceph-mon[112123]: from='client.281604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:38 smithi138 ceph-mon[117003]: 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-07T10:27:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:38 smithi161 ceph-mon[116604]: 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-07T10:27:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:38 smithi028 ceph-mon[112123]: 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-07T10:27:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:39 smithi138 ceph-mon[117003]: pgmap v10229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:39 smithi161 ceph-mon[116604]: pgmap v10229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:39 smithi028 ceph-mon[112123]: pgmap v10229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:41.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:41.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:41.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:41.843 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:41.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:41.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:41.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:41.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:42 smithi138 ceph-mon[117003]: pgmap v10230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:42 smithi161 ceph-mon[116604]: pgmap v10230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:42 smithi028 ceph-mon[112123]: pgmap v10230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:43 smithi138 ceph-mon[117003]: from='client.281679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:43 smithi161 ceph-mon[116604]: from='client.281679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:43 smithi028 ceph-mon[112123]: from='client.281679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:44 smithi138 ceph-mon[117003]: 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-07T10:27:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:44 smithi161 ceph-mon[116604]: 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-07T10:27:44.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:44 smithi028 ceph-mon[112123]: 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-07T10:27:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:46 smithi138 ceph-mon[117003]: 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-07T10:27:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:46 smithi161 ceph-mon[116604]: 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-07T10:27:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:46 smithi028 ceph-mon[112123]: 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-07T10:27:46.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:46.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:46.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:47.624 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:47.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:47.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:47.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:47.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:48 smithi138 ceph-mon[117003]: 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-07T10:27:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:48 smithi138 ceph-mon[117003]: from='client.281757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:48 smithi161 ceph-mon[116604]: 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-07T10:27:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:48 smithi161 ceph-mon[116604]: from='client.281757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:48.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:48 smithi028 ceph-mon[112123]: 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-07T10:27:48.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:48 smithi028 ceph-mon[112123]: from='client.281757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:49 smithi138 ceph-mon[117003]: pgmap v10234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:49 smithi161 ceph-mon[116604]: pgmap v10234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:49 smithi028 ceph-mon[112123]: pgmap v10234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:27:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:52 smithi138 ceph-mon[117003]: pgmap v10235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:52.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:52.626 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:52.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:52 smithi161 ceph-mon[116604]: pgmap v10235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:52 smithi028 ceph-mon[112123]: pgmap v10235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:27:53.404 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:53.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:53.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:53.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:53.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:54 smithi138 ceph-mon[117003]: from='client.281832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:54 smithi138 ceph-mon[117003]: 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-07T10:27:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:54 smithi161 ceph-mon[116604]: from='client.281832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:54 smithi161 ceph-mon[116604]: 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-07T10:27:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:54 smithi028 ceph-mon[112123]: from='client.281832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:54 smithi028 ceph-mon[112123]: 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-07T10:27:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:56 smithi138 ceph-mon[117003]: pgmap v10237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:27:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:56 smithi161 ceph-mon[116604]: pgmap v10237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:27:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:56 smithi028 ceph-mon[112123]: pgmap v10237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:27:58.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:27:58.406 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:27:58.406 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:27:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:58 smithi138 ceph-mon[117003]: pgmap v10238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:58 smithi161 ceph-mon[116604]: pgmap v10238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:58 smithi028 ceph-mon[112123]: pgmap v10238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:27:59.176 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:27:59.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:27:59.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:27:59.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:27:59.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:27:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:59 smithi138 ceph-mon[117003]: from='client.281907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:27:59 smithi138 ceph-mon[117003]: pgmap v10239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:27:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:59 smithi161 ceph-mon[116604]: from='client.281907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:27:59 smithi161 ceph-mon[116604]: pgmap v10239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:27:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:59 smithi028 ceph-mon[112123]: from='client.281907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:27:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:27:59 smithi028 ceph-mon[112123]: pgmap v10239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:28:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:02 smithi138 ceph-mon[117003]: pgmap v10240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T10:28:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:02 smithi161 ceph-mon[116604]: pgmap v10240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T10:28:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:02 smithi028 ceph-mon[112123]: pgmap v10240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T10:28:04.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:04.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:04.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:04 smithi138 ceph-mon[117003]: pgmap v10241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:28:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:04 smithi161 ceph-mon[116604]: pgmap v10241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:28:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:04 smithi028 ceph-mon[112123]: pgmap v10241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:28:04.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:04.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:04.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:04.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:04.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:06 smithi138 ceph-mon[117003]: from='client.281985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:06 smithi138 ceph-mon[117003]: 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-07T10:28:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:06 smithi161 ceph-mon[116604]: from='client.281985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:06 smithi161 ceph-mon[116604]: 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-07T10:28:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:06 smithi028 ceph-mon[112123]: from='client.281985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:06 smithi028 ceph-mon[112123]: 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-07T10:28:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:08 smithi138 ceph-mon[117003]: pgmap v10243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:08 smithi161 ceph-mon[116604]: pgmap v10243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:08 smithi028 ceph-mon[112123]: pgmap v10243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:09.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:09 smithi138 ceph-mon[117003]: pgmap v10244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:28:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:09 smithi161 ceph-mon[116604]: pgmap v10244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:28:09.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:09.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:09.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:09 smithi028 ceph-mon[112123]: pgmap v10244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:28:10.719 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:10.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:10.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:10.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:10.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:10.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:10 smithi138 ceph-mon[117003]: from='client.200710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:10 smithi161 ceph-mon[116604]: from='client.200710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:10 smithi028 ceph-mon[112123]: from='client.200710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:11.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:11 smithi138 ceph-mon[117003]: pgmap v10245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:11 smithi161 ceph-mon[116604]: pgmap v10245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:11 smithi028 ceph-mon[112123]: pgmap v10245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:28:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:28:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:28:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:28:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:28:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:28:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:13 smithi161 ceph-mon[116604]: pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:28:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:28:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:28:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:28:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:13 smithi028 ceph-mon[112123]: pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:28:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:28:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:28:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:28:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:13 smithi138 ceph-mon[117003]: pgmap v10246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:28:15.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:15.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:15.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:16.495 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:16.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:16.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:16.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:16.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:16 smithi138 ceph-mon[117003]: pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:28:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:16 smithi161 ceph-mon[116604]: pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:28:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:16 smithi028 ceph-mon[112123]: pgmap v10247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:28:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:17 smithi138 ceph-mon[117003]: from='client.282141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:17.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:17 smithi161 ceph-mon[116604]: from='client.282141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:17.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:17 smithi028 ceph-mon[112123]: from='client.282141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:18 smithi138 ceph-mon[117003]: 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-07T10:28:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:18 smithi161 ceph-mon[116604]: 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-07T10:28:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:18 smithi028 ceph-mon[112123]: 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-07T10:28:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:19 smithi138 ceph-mon[117003]: pgmap v10249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:28:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:19 smithi161 ceph-mon[116604]: pgmap v10249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:28:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:19 smithi028 ceph-mon[112123]: pgmap v10249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:28:21.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:21.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:21.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:22.284 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:22.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:22.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:22.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:22.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:22 smithi138 ceph-mon[117003]: pgmap v10250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:28:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:22 smithi161 ceph-mon[116604]: pgmap v10250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:28:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:22 smithi028 ceph-mon[112123]: pgmap v10250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:28:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:23 smithi138 ceph-mon[117003]: from='client.282213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:23.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:23 smithi161 ceph-mon[116604]: from='client.282213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:23 smithi028 ceph-mon[112123]: from='client.282213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:24 smithi138 ceph-mon[117003]: 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-07T10:28:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:24 smithi161 ceph-mon[116604]: 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-07T10:28:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:24 smithi028 ceph-mon[112123]: 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-07T10:28:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:26 smithi138 ceph-mon[117003]: 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-07T10:28:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:26 smithi161 ceph-mon[116604]: 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-07T10:28:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:26 smithi028 ceph-mon[112123]: 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-07T10:28:27.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:27.286 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:27.286 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:28.052 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:28.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:28.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:28.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:28.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:28 smithi138 ceph-mon[117003]: 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-07T10:28:28.636 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:28 smithi161 ceph-mon[116604]: 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-07T10:28:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:28 smithi028 ceph-mon[112123]: 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-07T10:28:29.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:29 smithi138 ceph-mon[117003]: from='client.282288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:29 smithi161 ceph-mon[116604]: from='client.282288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:29 smithi028 ceph-mon[112123]: from='client.282288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:30.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:30 smithi138 ceph-mon[117003]: pgmap v10254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:28:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:30 smithi161 ceph-mon[116604]: pgmap v10254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:28:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:30 smithi028 ceph-mon[112123]: pgmap v10254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:28:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:32 smithi138 ceph-mon[117003]: pgmap v10255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:28:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:32 smithi161 ceph-mon[116604]: pgmap v10255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:28:32.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:32 smithi028 ceph-mon[112123]: pgmap v10255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:28:33.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:33.054 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:33.054 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:33.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:33.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:33.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:33.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:33.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:34 smithi138 ceph-mon[117003]: 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-07T10:28:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:34 smithi161 ceph-mon[116604]: 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-07T10:28:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:34 smithi028 ceph-mon[112123]: 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-07T10:28:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:35 smithi138 ceph-mon[117003]: from='client.282366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:35 smithi161 ceph-mon[116604]: from='client.282366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:35.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:35 smithi028 ceph-mon[112123]: from='client.282366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:36 smithi138 ceph-mon[117003]: pgmap v10257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:28:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:36 smithi161 ceph-mon[116604]: pgmap v10257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:28:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:36 smithi028 ceph-mon[112123]: pgmap v10257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:28:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:38 smithi138 ceph-mon[117003]: pgmap v10258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:38 smithi161 ceph-mon[116604]: pgmap v10258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:38 smithi028 ceph-mon[112123]: pgmap v10258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:38.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:38.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:38.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:39.601 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:39.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:39.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:39.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:39.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:39 smithi138 ceph-mon[117003]: pgmap v10259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:39 smithi138 ceph-mon[117003]: from='client.282444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:39 smithi161 ceph-mon[116604]: pgmap v10259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:39 smithi161 ceph-mon[116604]: from='client.282444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:39 smithi028 ceph-mon[112123]: pgmap v10259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:39 smithi028 ceph-mon[112123]: from='client.282444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:42 smithi138 ceph-mon[117003]: pgmap v10260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:42 smithi161 ceph-mon[116604]: pgmap v10260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:42 smithi028 ceph-mon[112123]: pgmap v10260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:28:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:44 smithi138 ceph-mon[117003]: 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-07T10:28:44.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:44.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:44.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:44 smithi161 ceph-mon[116604]: 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-07T10:28:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:44 smithi028 ceph-mon[112123]: 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-07T10:28:45.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:45.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:45.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:45.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:45.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:46 smithi138 ceph-mon[117003]: from='client.282522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:46 smithi138 ceph-mon[117003]: 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-07T10:28:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:46 smithi161 ceph-mon[116604]: from='client.282522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:46 smithi161 ceph-mon[116604]: 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-07T10:28:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:46 smithi028 ceph-mon[112123]: from='client.282522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:46 smithi028 ceph-mon[112123]: 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-07T10:28:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:48 smithi138 ceph-mon[117003]: pgmap v10263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:48 smithi161 ceph-mon[116604]: pgmap v10263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:48 smithi028 ceph-mon[112123]: pgmap v10263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:28:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:49 smithi138 ceph-mon[117003]: pgmap v10264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:28:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:49 smithi161 ceph-mon[116604]: pgmap v10264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:28:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:49 smithi028 ceph-mon[112123]: pgmap v10264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:28:50.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:50.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:50.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:51.134 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:51.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:51.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:51.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:51.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:52 smithi138 ceph-mon[117003]: from='client.282594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:52 smithi138 ceph-mon[117003]: pgmap v10265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:52 smithi161 ceph-mon[116604]: from='client.282594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:52 smithi161 ceph-mon[116604]: pgmap v10265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:52 smithi028 ceph-mon[112123]: from='client.282594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:52 smithi028 ceph-mon[112123]: pgmap v10265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:28:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:54 smithi138 ceph-mon[117003]: 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-07T10:28:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:54 smithi161 ceph-mon[116604]: 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-07T10:28:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:54 smithi028 ceph-mon[112123]: 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-07T10:28:56.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:28:56.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:28:56.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:28:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:56 smithi138 ceph-mon[117003]: 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-07T10:28:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:56 smithi161 ceph-mon[116604]: 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-07T10:28:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:56 smithi028 ceph-mon[112123]: 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-07T10:28:56.914 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:28:56.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:28:56.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:28:56.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:28:56.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:28:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:58 smithi138 ceph-mon[117003]: from='client.282669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:58 smithi138 ceph-mon[117003]: 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-07T10:28:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:58 smithi161 ceph-mon[116604]: from='client.282669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:58 smithi161 ceph-mon[116604]: 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-07T10:28:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:58 smithi028 ceph-mon[112123]: from='client.282669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:28:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:58 smithi028 ceph-mon[112123]: 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-07T10:28:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:28:59 smithi138 ceph-mon[117003]: pgmap v10269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:28:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:28:59 smithi161 ceph-mon[116604]: pgmap v10269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:28:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:28:59 smithi028 ceph-mon[112123]: pgmap v10269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:01.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:01.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:01.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:02 smithi138 ceph-mon[117003]: pgmap v10270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:02 smithi161 ceph-mon[116604]: pgmap v10270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:02.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:02.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:02.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:02.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:02.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:02 smithi028 ceph-mon[112123]: pgmap v10270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:03 smithi138 ceph-mon[117003]: from='client.282747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:03 smithi161 ceph-mon[116604]: from='client.282747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:03 smithi028 ceph-mon[112123]: from='client.282747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:04 smithi138 ceph-mon[117003]: 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-07T10:29:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:04 smithi161 ceph-mon[116604]: 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-07T10:29:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:04 smithi028 ceph-mon[112123]: 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-07T10:29:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:06 smithi138 ceph-mon[117003]: 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-07T10:29:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:06 smithi161 ceph-mon[116604]: 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-07T10:29:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:06 smithi028 ceph-mon[112123]: 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-07T10:29:07.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:07.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:07.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:08.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:08.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:08.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:08.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:08.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:08 smithi138 ceph-mon[117003]: 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-07T10:29:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:08 smithi161 ceph-mon[116604]: 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-07T10:29:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:08 smithi028 ceph-mon[112123]: 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-07T10:29:09.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:09 smithi138 ceph-mon[117003]: from='client.282816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:09.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:09 smithi161 ceph-mon[116604]: from='client.282816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:09.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:09 smithi028 ceph-mon[112123]: from='client.282816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:10.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:10 smithi138 ceph-mon[117003]: pgmap v10274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:10 smithi161 ceph-mon[116604]: pgmap v10274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:10 smithi028 ceph-mon[112123]: pgmap v10274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:12 smithi138 ceph-mon[117003]: pgmap v10275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:12 smithi161 ceph-mon[116604]: pgmap v10275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:12 smithi028 ceph-mon[112123]: pgmap v10275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:13.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:13.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:13.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:14.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:14.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:14.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:14.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:14.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:14 smithi138 ceph-mon[117003]: 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-07T10:29:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:29:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:29:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:29:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:29:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:14 smithi161 ceph-mon[116604]: 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-07T10:29:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:29:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:29:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:29:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:29:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:14 smithi028 ceph-mon[112123]: 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-07T10:29:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:29:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:29:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:29:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:29:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:15 smithi138 ceph-mon[117003]: from='client.282888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:15 smithi161 ceph-mon[116604]: from='client.282888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:15 smithi028 ceph-mon[112123]: from='client.282888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:16 smithi138 ceph-mon[117003]: pgmap v10277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:29:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:16 smithi161 ceph-mon[116604]: pgmap v10277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:29:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:16 smithi028 ceph-mon[112123]: pgmap v10277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:29:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:18 smithi138 ceph-mon[117003]: pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:29:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:18 smithi161 ceph-mon[116604]: pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:29:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:18 smithi028 ceph-mon[112123]: pgmap v10278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:29:19.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:19.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:19.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:19 smithi138 ceph-mon[117003]: pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:19 smithi161 ceph-mon[116604]: pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:19 smithi028 ceph-mon[112123]: pgmap v10279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:20.009 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:20.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:20.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:20.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:20.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:20 smithi138 ceph-mon[117003]: from='client.282966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:20 smithi161 ceph-mon[116604]: from='client.282966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:20 smithi028 ceph-mon[112123]: from='client.282966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:21.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:21 smithi138 ceph-mon[117003]: pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:29:21.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:21 smithi161 ceph-mon[116604]: pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:29:21.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:21 smithi028 ceph-mon[112123]: pgmap v10280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:29:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:24 smithi138 ceph-mon[117003]: 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-07T10:29:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:24 smithi161 ceph-mon[116604]: 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-07T10:29:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:24 smithi028 ceph-mon[112123]: 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-07T10:29:25.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:25.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:25.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:25.783 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:25.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:25.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:25.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:25.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:26 smithi138 ceph-mon[117003]: 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-07T10:29:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:26 smithi138 ceph-mon[117003]: from='client.283041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:26 smithi161 ceph-mon[116604]: 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-07T10:29:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:26 smithi161 ceph-mon[116604]: from='client.283041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:26 smithi028 ceph-mon[112123]: 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-07T10:29:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:26 smithi028 ceph-mon[112123]: from='client.283041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:28 smithi138 ceph-mon[117003]: pgmap v10283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:29:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:28 smithi161 ceph-mon[116604]: pgmap v10283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:29:28.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:28 smithi028 ceph-mon[112123]: pgmap v10283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:29:29.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:29 smithi138 ceph-mon[117003]: pgmap v10284: 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-07T10:29:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:29 smithi161 ceph-mon[116604]: pgmap v10284: 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-07T10:29:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:29 smithi028 ceph-mon[112123]: pgmap v10284: 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-07T10:29:30.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:30.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:30.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:31.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:31.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:31.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:31.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:31.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:32 smithi138 ceph-mon[117003]: from='client.283119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:32 smithi138 ceph-mon[117003]: pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:32 smithi161 ceph-mon[116604]: from='client.283119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:32 smithi161 ceph-mon[116604]: pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:32.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:32 smithi028 ceph-mon[112123]: from='client.283119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:32.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:32 smithi028 ceph-mon[112123]: pgmap v10285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:29:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:34 smithi138 ceph-mon[117003]: 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-07T10:29:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:34 smithi161 ceph-mon[116604]: 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-07T10:29:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:34 smithi028 ceph-mon[112123]: 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-07T10:29:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:36 smithi138 ceph-mon[117003]: 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-07T10:29:36.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:36.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:36.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:36 smithi161 ceph-mon[116604]: 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-07T10:29:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:36 smithi028 ceph-mon[112123]: 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-07T10:29:37.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:37.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:37.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:37.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:37.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:38 smithi138 ceph-mon[117003]: from='client.283197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:38 smithi138 ceph-mon[117003]: 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-07T10:29:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:38 smithi161 ceph-mon[116604]: from='client.283197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:38 smithi161 ceph-mon[116604]: 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-07T10:29:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:38 smithi028 ceph-mon[112123]: from='client.283197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:38 smithi028 ceph-mon[112123]: 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-07T10:29:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:39 smithi138 ceph-mon[117003]: pgmap v10289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:39 smithi161 ceph-mon[116604]: pgmap v10289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:39 smithi028 ceph-mon[112123]: pgmap v10289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:42.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:42.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:42.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:42 smithi138 ceph-mon[117003]: pgmap v10290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:42 smithi161 ceph-mon[116604]: pgmap v10290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:42 smithi028 ceph-mon[112123]: pgmap v10290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:43.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:43.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:43.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:43.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:43.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:44 smithi138 ceph-mon[117003]: from='client.283269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:44 smithi138 ceph-mon[117003]: 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-07T10:29:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:44 smithi161 ceph-mon[116604]: from='client.283269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:44 smithi161 ceph-mon[116604]: 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-07T10:29:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:44 smithi028 ceph-mon[112123]: from='client.283269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:44.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:44 smithi028 ceph-mon[112123]: 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-07T10:29:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:46 smithi138 ceph-mon[117003]: 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-07T10:29:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:46 smithi161 ceph-mon[116604]: 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-07T10:29:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:46 smithi028 ceph-mon[112123]: 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-07T10:29:48.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:48.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:48.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:48 smithi138 ceph-mon[117003]: 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-07T10:29:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:48 smithi161 ceph-mon[116604]: 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-07T10:29:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:48 smithi028 ceph-mon[112123]: 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-07T10:29:48.890 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:48.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:48.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:48.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:48.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:49 smithi138 ceph-mon[117003]: from='client.283344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:49 smithi138 ceph-mon[117003]: pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:49 smithi161 ceph-mon[116604]: from='client.283344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:49 smithi161 ceph-mon[116604]: pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:49 smithi028 ceph-mon[112123]: from='client.283344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:49 smithi028 ceph-mon[112123]: pgmap v10294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:29:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:52 smithi138 ceph-mon[117003]: pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:52 smithi161 ceph-mon[116604]: pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:52 smithi028 ceph-mon[112123]: pgmap v10295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:29:53.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:53.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:53.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:54 smithi138 ceph-mon[117003]: 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-07T10:29:54.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:29:54.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:29:54.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:29:54.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:29:54.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:29:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:54 smithi161 ceph-mon[116604]: 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-07T10:29:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:54 smithi028 ceph-mon[112123]: 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-07T10:29:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:55 smithi138 ceph-mon[117003]: from='client.283419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:55.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:55 smithi161 ceph-mon[116604]: from='client.283419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:55 smithi028 ceph-mon[112123]: from='client.283419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:29:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:56 smithi138 ceph-mon[117003]: 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-07T10:29:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:56 smithi161 ceph-mon[116604]: 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-07T10:29:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:56 smithi028 ceph-mon[112123]: 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-07T10:29:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:58 smithi138 ceph-mon[117003]: 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-07T10:29:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:58 smithi161 ceph-mon[116604]: 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-07T10:29:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:58 smithi028 ceph-mon[112123]: 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-07T10:29:59.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:29:59.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:29:59.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:29:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:29:59 smithi138 ceph-mon[117003]: pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:29:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:29:59 smithi161 ceph-mon[116604]: pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:29:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:29:59 smithi028 ceph-mon[112123]: pgmap v10299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:30:00.437 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:00.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:00.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:00.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:00.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T10:30:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:00 smithi138 ceph-mon[117003]: from='client.283497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T10:30:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:00 smithi161 ceph-mon[116604]: from='client.283497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:00.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T10:30:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:00 smithi028 ceph-mon[112123]: from='client.283497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:01 smithi161 ceph-mon[116604]: pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:30:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:01 smithi028 ceph-mon[112123]: pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:30:02.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:01 smithi138 ceph-mon[117003]: pgmap v10300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:30:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:04 smithi138 ceph-mon[117003]: 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-07T10:30:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:04 smithi161 ceph-mon[116604]: 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-07T10:30:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:04 smithi028 ceph-mon[112123]: 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-07T10:30:05.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:05.439 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:05.439 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:06.207 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:06.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:06.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:06.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:06.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:06 smithi138 ceph-mon[117003]: 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-07T10:30:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:06 smithi161 ceph-mon[116604]: 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-07T10:30:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:06 smithi028 ceph-mon[112123]: 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-07T10:30:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:07 smithi138 ceph-mon[117003]: from='client.283572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:07 smithi161 ceph-mon[116604]: from='client.283572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:07 smithi028 ceph-mon[112123]: from='client.283572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:08.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:08 smithi138 ceph-mon[117003]: 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-07T10:30:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:08 smithi161 ceph-mon[116604]: 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-07T10:30:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:08 smithi028 ceph-mon[112123]: 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-07T10:30:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:09 smithi161 ceph-mon[116604]: pgmap v10304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:30:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:09 smithi028 ceph-mon[112123]: pgmap v10304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:30:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:09 smithi138 ceph-mon[117003]: pgmap v10304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:30:11.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:11.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:11.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:11.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:11.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:11.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:11.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:11.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:12 smithi138 ceph-mon[117003]: pgmap v10305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:30:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:12 smithi161 ceph-mon[116604]: pgmap v10305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:30:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:12 smithi028 ceph-mon[112123]: pgmap v10305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:30:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:13 smithi138 ceph-mon[117003]: from='client.283647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:13.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:13 smithi161 ceph-mon[116604]: from='client.283647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:13 smithi028 ceph-mon[112123]: from='client.283647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:14 smithi138 ceph-mon[117003]: 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-07T10:30:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:30:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:14 smithi161 ceph-mon[116604]: 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-07T10:30:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:30:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:14 smithi028 ceph-mon[112123]: 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-07T10:30:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:30:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:30:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:30:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:30:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:30:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:16 smithi161 ceph-mon[116604]: 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-07T10:30:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:16 smithi028 ceph-mon[112123]: 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-07T10:30:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:16 smithi138 ceph-mon[117003]: 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-07T10:30:16.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:16.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:16.984 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:17.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:17.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:17.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:17.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:17.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:18 smithi161 ceph-mon[116604]: 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-07T10:30:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:18 smithi161 ceph-mon[116604]: from='client.283719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:18 smithi028 ceph-mon[112123]: 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-07T10:30:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:18 smithi028 ceph-mon[112123]: from='client.283719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:18 smithi138 ceph-mon[117003]: 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-07T10:30:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:18 smithi138 ceph-mon[117003]: from='client.283719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:19 smithi161 ceph-mon[116604]: pgmap v10309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:30:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:19 smithi028 ceph-mon[112123]: pgmap v10309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:30:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:19 smithi138 ceph-mon[117003]: pgmap v10309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:30:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:22 smithi138 ceph-mon[117003]: pgmap v10310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:30:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:22 smithi161 ceph-mon[116604]: pgmap v10310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:30:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:22 smithi028 ceph-mon[112123]: pgmap v10310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:30:22.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:22.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:22.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:23.534 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:23.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:23.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:23.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:23.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:24 smithi138 ceph-mon[117003]: from='client.283797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:24.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:24 smithi138 ceph-mon[117003]: 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-07T10:30:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:24 smithi161 ceph-mon[116604]: from='client.283797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:24 smithi161 ceph-mon[116604]: 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-07T10:30:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:24 smithi028 ceph-mon[112123]: from='client.283797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:24 smithi028 ceph-mon[112123]: 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-07T10:30:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:26 smithi138 ceph-mon[117003]: 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-07T10:30:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:26 smithi161 ceph-mon[116604]: 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-07T10:30:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:26 smithi028 ceph-mon[112123]: 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-07T10:30:28.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:28.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:28.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:28 smithi138 ceph-mon[117003]: 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-07T10:30:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:28 smithi161 ceph-mon[116604]: 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-07T10:30:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:28 smithi028 ceph-mon[112123]: 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-07T10:30:29.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:29.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:29.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:29.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:29.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:29 smithi161 ceph-mon[116604]: from='client.283875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:29 smithi161 ceph-mon[116604]: pgmap v10314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:30:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:29 smithi028 ceph-mon[112123]: from='client.283875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:29 smithi028 ceph-mon[112123]: pgmap v10314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:30:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:29 smithi138 ceph-mon[117003]: from='client.283875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:29 smithi138 ceph-mon[117003]: pgmap v10314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:30:32.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:32 smithi138 ceph-mon[117003]: pgmap v10315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:30:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:32 smithi161 ceph-mon[116604]: pgmap v10315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:30:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:32 smithi028 ceph-mon[112123]: pgmap v10315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T10:30:34.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:34.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:34.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:34 smithi138 ceph-mon[117003]: pgmap v10316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:30:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:34 smithi161 ceph-mon[116604]: pgmap v10316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:30:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:34 smithi028 ceph-mon[112123]: pgmap v10316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:30:35.096 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:35.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:35.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:35.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:35.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:36 smithi138 ceph-mon[117003]: from='client.283950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:36 smithi138 ceph-mon[117003]: 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-07T10:30:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:36 smithi161 ceph-mon[116604]: from='client.283950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:36 smithi161 ceph-mon[116604]: 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-07T10:30:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:36 smithi028 ceph-mon[112123]: from='client.283950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:36 smithi028 ceph-mon[112123]: 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-07T10:30:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:38 smithi138 ceph-mon[117003]: 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-07T10:30:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:38 smithi161 ceph-mon[116604]: 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-07T10:30:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:38 smithi028 ceph-mon[112123]: 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-07T10:30:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:39 smithi161 ceph-mon[116604]: pgmap v10319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:30:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:39 smithi028 ceph-mon[112123]: pgmap v10319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:30:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:39 smithi138 ceph-mon[117003]: pgmap v10319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:30:40.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:40.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:40.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:40.858 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:40.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:40.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:40.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:40.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:42 smithi138 ceph-mon[117003]: from='client.284022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:42 smithi138 ceph-mon[117003]: pgmap v10320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:30:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:42 smithi161 ceph-mon[116604]: from='client.284022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:42 smithi161 ceph-mon[116604]: pgmap v10320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:30:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:42 smithi028 ceph-mon[112123]: from='client.284022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:42 smithi028 ceph-mon[112123]: pgmap v10320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:30:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:44 smithi138 ceph-mon[117003]: pgmap v10321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:30:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:44 smithi161 ceph-mon[116604]: pgmap v10321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:30:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:44 smithi028 ceph-mon[112123]: pgmap v10321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:30:45.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:45.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:45.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:46 smithi138 ceph-mon[117003]: pgmap v10322: 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-07T10:30:46.633 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:46.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:46.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:46.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:46.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:46 smithi161 ceph-mon[116604]: pgmap v10322: 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-07T10:30:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:46 smithi028 ceph-mon[112123]: pgmap v10322: 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-07T10:30:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:47 smithi161 ceph-mon[116604]: from='client.284097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:47 smithi028 ceph-mon[112123]: from='client.284097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:47.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:47 smithi138 ceph-mon[117003]: from='client.284097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:48 smithi161 ceph-mon[116604]: 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-07T10:30:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:48 smithi028 ceph-mon[112123]: 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-07T10:30:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:48 smithi138 ceph-mon[117003]: 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-07T10:30:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:49 smithi161 ceph-mon[116604]: pgmap v10324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:30:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:49 smithi028 ceph-mon[112123]: pgmap v10324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:30:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:49 smithi138 ceph-mon[117003]: pgmap v10324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:30:51.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:51.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:51.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:52.407 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:52.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:52.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:52.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:52.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:52 smithi138 ceph-mon[117003]: pgmap v10325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:30:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:52 smithi161 ceph-mon[116604]: pgmap v10325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:30:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:52 smithi028 ceph-mon[112123]: pgmap v10325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:30:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:53 smithi138 ceph-mon[117003]: from='client.284169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:53 smithi161 ceph-mon[116604]: from='client.284169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:53 smithi028 ceph-mon[112123]: from='client.284169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:54 smithi161 ceph-mon[116604]: 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-07T10:30:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:54 smithi028 ceph-mon[112123]: 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-07T10:30:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:54 smithi138 ceph-mon[117003]: 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-07T10:30:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:56 smithi161 ceph-mon[116604]: 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-07T10:30:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:56 smithi028 ceph-mon[112123]: 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-07T10:30:56.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:56 smithi138 ceph-mon[117003]: 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-07T10:30:57.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:30:57.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:30:57.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:30:58.200 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:30:58.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:30:58.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:30:58.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:30:58.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:30:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:58 smithi161 ceph-mon[116604]: 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-07T10:30:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:58 smithi028 ceph-mon[112123]: 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-07T10:30:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:58 smithi138 ceph-mon[117003]: 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-07T10:30:59.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:30:59 smithi161 ceph-mon[116604]: from='client.284247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:30:59 smithi028 ceph-mon[112123]: from='client.284247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:30:59.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:30:59 smithi138 ceph-mon[117003]: from='client.284247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:00 smithi161 ceph-mon[116604]: pgmap v10329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:31:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:00 smithi028 ceph-mon[112123]: pgmap v10329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:31:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:00 smithi138 ceph-mon[117003]: pgmap v10329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:31:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:02 smithi161 ceph-mon[116604]: pgmap v10330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:31:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:02 smithi028 ceph-mon[112123]: pgmap v10330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:31:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:02 smithi138 ceph-mon[117003]: pgmap v10330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:31:03.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:03.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:03.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:03.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:03.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:03.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:03.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:03.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:04 smithi161 ceph-mon[116604]: 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-07T10:31:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:04 smithi028 ceph-mon[112123]: 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-07T10:31:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:04 smithi138 ceph-mon[117003]: 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-07T10:31:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:05 smithi161 ceph-mon[116604]: from='client.284325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:05 smithi028 ceph-mon[112123]: from='client.284325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:05.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:05 smithi138 ceph-mon[117003]: from='client.284325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:06 smithi161 ceph-mon[116604]: 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-07T10:31:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:06 smithi028 ceph-mon[112123]: 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-07T10:31:06.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:06 smithi138 ceph-mon[117003]: 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-07T10:31:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:08 smithi161 ceph-mon[116604]: 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-07T10:31:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:08 smithi028 ceph-mon[112123]: 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-07T10:31:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:08 smithi138 ceph-mon[117003]: 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-07T10:31:08.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:08.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:08.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:09.781 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:09.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:09.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:09.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:09.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:09 smithi161 ceph-mon[116604]: 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-07T10:31:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:09 smithi161 ceph-mon[116604]: from='client.284403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:09 smithi028 ceph-mon[112123]: 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-07T10:31:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:09 smithi028 ceph-mon[112123]: from='client.284403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:09 smithi138 ceph-mon[117003]: 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-07T10:31:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:09 smithi138 ceph-mon[117003]: from='client.284403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:12 smithi138 ceph-mon[117003]: pgmap v10335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:31:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:12 smithi161 ceph-mon[116604]: pgmap v10335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:31:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:12 smithi028 ceph-mon[112123]: pgmap v10335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:31:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:14 smithi161 ceph-mon[116604]: pgmap v10336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:14 smithi028 ceph-mon[112123]: pgmap v10336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:14.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:14.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:14.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:14 smithi138 ceph-mon[117003]: pgmap v10336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:15.607 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:15.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:15.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:15.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:15.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:31:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:31:15.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:31:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:16 smithi161 ceph-mon[116604]: from='client.284475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:16 smithi161 ceph-mon[116604]: 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-07T10:31:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:31:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:31:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:31:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:16 smithi028 ceph-mon[112123]: from='client.284475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:16 smithi028 ceph-mon[112123]: 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-07T10:31:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:31:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:31:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:31:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:16 smithi138 ceph-mon[117003]: from='client.284475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:16 smithi138 ceph-mon[117003]: 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-07T10:31:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:31:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:31:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:31:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:18 smithi161 ceph-mon[116604]: 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-07T10:31:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:18 smithi028 ceph-mon[112123]: 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-07T10:31:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:18 smithi138 ceph-mon[117003]: 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-07T10:31:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:19 smithi161 ceph-mon[116604]: pgmap v10339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:31:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:19 smithi028 ceph-mon[112123]: pgmap v10339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:31:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:19 smithi138 ceph-mon[117003]: pgmap v10339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:31:20.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:20.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:20.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:21.390 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:21.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:21.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:21.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:21.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:22 smithi161 ceph-mon[116604]: from='client.284550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:22 smithi161 ceph-mon[116604]: 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-07T10:31:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:22 smithi028 ceph-mon[112123]: from='client.284550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:22 smithi028 ceph-mon[112123]: 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-07T10:31:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:22 smithi138 ceph-mon[117003]: from='client.284550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:22 smithi138 ceph-mon[117003]: 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-07T10:31:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:24 smithi161 ceph-mon[116604]: pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:24 smithi028 ceph-mon[112123]: pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:24 smithi138 ceph-mon[117003]: pgmap v10341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:26.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:26.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:26.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:26 smithi161 ceph-mon[116604]: pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:26 smithi028 ceph-mon[112123]: pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:26.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:26 smithi138 ceph-mon[117003]: pgmap v10342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:27.154 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:27.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:27.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:27.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:27.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:28 smithi161 ceph-mon[116604]: from='client.284625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:28 smithi161 ceph-mon[116604]: 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-07T10:31:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:28 smithi028 ceph-mon[112123]: from='client.284625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:28 smithi028 ceph-mon[112123]: 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-07T10:31:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:28 smithi138 ceph-mon[117003]: from='client.284625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:28 smithi138 ceph-mon[117003]: 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-07T10:31:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:29 smithi161 ceph-mon[116604]: pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:31:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:29 smithi028 ceph-mon[112123]: pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:31:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:29 smithi138 ceph-mon[117003]: pgmap v10344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:31:32.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:32.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:32.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:32 smithi161 ceph-mon[116604]: pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:31:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:32 smithi028 ceph-mon[112123]: pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:31:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:32 smithi138 ceph-mon[117003]: pgmap v10345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:31:32.946 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:32.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:32.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:32.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:32.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:34 smithi161 ceph-mon[116604]: from='client.284700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:34 smithi161 ceph-mon[116604]: 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-07T10:31:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:34 smithi028 ceph-mon[112123]: from='client.284700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:34 smithi028 ceph-mon[112123]: 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-07T10:31:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:34 smithi138 ceph-mon[117003]: from='client.284700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:34 smithi138 ceph-mon[117003]: 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-07T10:31:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:36 smithi161 ceph-mon[116604]: 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-07T10:31:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:36 smithi028 ceph-mon[112123]: 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-07T10:31:36.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:36 smithi138 ceph-mon[117003]: 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-07T10:31:37.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:37.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:37.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:38 smithi161 ceph-mon[116604]: 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-07T10:31:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:38 smithi028 ceph-mon[112123]: 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-07T10:31:38.741 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:38.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:38.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:38.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:38.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:38 smithi138 ceph-mon[117003]: 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-07T10:31:39.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:39 smithi161 ceph-mon[116604]: from='client.284778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:39 smithi028 ceph-mon[112123]: from='client.284778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:39.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:39 smithi138 ceph-mon[117003]: from='client.284778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:40 smithi161 ceph-mon[116604]: pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:31:40.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:40 smithi028 ceph-mon[112123]: pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:31:40.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:40 smithi138 ceph-mon[117003]: pgmap v10349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:31:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:42 smithi161 ceph-mon[116604]: pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:31:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:42 smithi028 ceph-mon[112123]: pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:31:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:42 smithi138 ceph-mon[117003]: pgmap v10350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:31:43.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:43.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:43.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:44.514 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:44.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:44.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:44.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:44.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:44 smithi161 ceph-mon[116604]: 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-07T10:31:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:44 smithi028 ceph-mon[112123]: 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-07T10:31:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:44 smithi138 ceph-mon[117003]: 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-07T10:31:45.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:45 smithi161 ceph-mon[116604]: from='client.284853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:45 smithi028 ceph-mon[112123]: from='client.284853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:45 smithi138 ceph-mon[117003]: from='client.284853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:46 smithi161 ceph-mon[116604]: pgmap v10352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:46 smithi028 ceph-mon[112123]: pgmap v10352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:46 smithi138 ceph-mon[117003]: pgmap v10352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:48 smithi161 ceph-mon[116604]: pgmap v10353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:48 smithi028 ceph-mon[112123]: pgmap v10353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:48 smithi138 ceph-mon[117003]: pgmap v10353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:49.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:49.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:49.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:49 smithi161 ceph-mon[116604]: 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-07T10:31:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:49 smithi028 ceph-mon[112123]: 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-07T10:31:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:49 smithi138 ceph-mon[117003]: 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-07T10:31:50.284 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:50.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:50.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:50.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:50.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:50.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:50 smithi161 ceph-mon[116604]: from='client.284928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:50.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:50 smithi028 ceph-mon[112123]: from='client.284928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:50 smithi138 ceph-mon[117003]: from='client.284928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:51.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:51 smithi161 ceph-mon[116604]: pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:31:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:51 smithi028 ceph-mon[112123]: pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:31:52.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:51 smithi138 ceph-mon[117003]: pgmap v10355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:31:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:54 smithi161 ceph-mon[116604]: pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:54 smithi028 ceph-mon[112123]: pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:54 smithi138 ceph-mon[117003]: pgmap v10356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:31:55.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:31:55.286 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:31:55.286 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:31:56.071 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:31:56.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:31:56.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:31:56.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:31:56.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:31:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:56 smithi161 ceph-mon[116604]: 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-07T10:31:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:56 smithi028 ceph-mon[112123]: 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-07T10:31:56.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:56 smithi138 ceph-mon[117003]: 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-07T10:31:57.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:57 smithi161 ceph-mon[116604]: from='client.284997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:57 smithi028 ceph-mon[112123]: from='client.284997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:57.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:57 smithi138 ceph-mon[117003]: from='client.284997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:31:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:58 smithi161 ceph-mon[116604]: pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:58 smithi028 ceph-mon[112123]: pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:58 smithi138 ceph-mon[117003]: pgmap v10358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:31:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:31:59 smithi161 ceph-mon[116604]: pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:31:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:31:59 smithi028 ceph-mon[112123]: pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:31:59 smithi138 ceph-mon[117003]: pgmap v10359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:01.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:01.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:01.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:01.847 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:01.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:01.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:01.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:01.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:02 smithi161 ceph-mon[116604]: 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-07T10:32:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:02 smithi028 ceph-mon[112123]: 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-07T10:32:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:02 smithi138 ceph-mon[117003]: 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-07T10:32:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:03 smithi161 ceph-mon[116604]: from='client.285075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:03 smithi028 ceph-mon[112123]: from='client.285075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:03.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:03 smithi138 ceph-mon[117003]: from='client.285075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:04 smithi161 ceph-mon[116604]: pgmap v10361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:04 smithi028 ceph-mon[112123]: pgmap v10361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:04 smithi138 ceph-mon[117003]: pgmap v10361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:06 smithi161 ceph-mon[116604]: pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:06 smithi028 ceph-mon[112123]: pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:06.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:06 smithi138 ceph-mon[117003]: pgmap v10362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:06.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:06.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:06.850 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:07.621 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:07.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:07.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:07.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:07.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:08 smithi161 ceph-mon[116604]: from='client.285153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:08 smithi161 ceph-mon[116604]: 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-07T10:32:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:08 smithi028 ceph-mon[112123]: from='client.285153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:08 smithi028 ceph-mon[112123]: 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-07T10:32:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:08 smithi138 ceph-mon[117003]: from='client.285153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:08 smithi138 ceph-mon[117003]: 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-07T10:32:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:09 smithi161 ceph-mon[116604]: pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:09 smithi028 ceph-mon[112123]: pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:09 smithi138 ceph-mon[117003]: pgmap v10364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:12.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:12.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:12.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:12 smithi161 ceph-mon[116604]: pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:12 smithi028 ceph-mon[112123]: pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:12 smithi138 ceph-mon[117003]: pgmap v10365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:13.409 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:13.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:13.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:13.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:13.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:14 smithi161 ceph-mon[116604]: from='client.285231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:14 smithi161 ceph-mon[116604]: 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-07T10:32:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:14 smithi028 ceph-mon[112123]: from='client.285231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:14 smithi028 ceph-mon[112123]: 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-07T10:32:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:14 smithi138 ceph-mon[117003]: from='client.285231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:14 smithi138 ceph-mon[117003]: 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-07T10:32:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:16 smithi161 ceph-mon[116604]: 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-07T10:32:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:32:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:16 smithi028 ceph-mon[112123]: 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-07T10:32:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:32:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:16 smithi138 ceph-mon[117003]: 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-07T10:32:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:32:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16277M 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:17 smithi161 ceph-mon[116604]: 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-07T10:32:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16277M 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:17 smithi028 ceph-mon[112123]: 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-07T10:32:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:32:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16277M 2023-12-07T10:32:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:32:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:32:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:32:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:17 smithi138 ceph-mon[117003]: 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-07T10:32:18.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:18.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:18.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:19.186 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:19.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:19.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:19.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:19.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:19 smithi161 ceph-mon[116604]: from='client.285300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:19 smithi161 ceph-mon[116604]: pgmap v10369: 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-07T10:32:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:19 smithi028 ceph-mon[112123]: from='client.285300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:19 smithi028 ceph-mon[112123]: pgmap v10369: 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-07T10:32:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:19 smithi138 ceph-mon[117003]: from='client.285300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:19 smithi138 ceph-mon[117003]: pgmap v10369: 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-07T10:32:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:22 smithi161 ceph-mon[116604]: pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:22 smithi028 ceph-mon[112123]: pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:22 smithi138 ceph-mon[117003]: pgmap v10370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:24.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:24.188 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:24.188 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:24 smithi161 ceph-mon[116604]: pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:24 smithi028 ceph-mon[112123]: pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:24 smithi138 ceph-mon[117003]: pgmap v10371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:24.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:24.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:24.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:24.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:24.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:26 smithi161 ceph-mon[116604]: from='client.285375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:26 smithi161 ceph-mon[116604]: pgmap v10372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:26 smithi028 ceph-mon[112123]: from='client.285375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:26 smithi028 ceph-mon[112123]: pgmap v10372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:26.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:26 smithi138 ceph-mon[117003]: from='client.285375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:26.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:26 smithi138 ceph-mon[117003]: pgmap v10372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:28 smithi161 ceph-mon[116604]: pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:28 smithi028 ceph-mon[112123]: pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:28 smithi138 ceph-mon[117003]: pgmap v10373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:32:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:29 smithi161 ceph-mon[116604]: 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-07T10:32:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:29 smithi028 ceph-mon[112123]: 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-07T10:32:29.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:29.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:29.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:29 smithi138 ceph-mon[117003]: 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-07T10:32:30.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:30.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:30.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:30.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:30.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:30.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:30 smithi161 ceph-mon[116604]: from='client.285450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:30.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:30 smithi028 ceph-mon[112123]: from='client.285450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:30 smithi138 ceph-mon[117003]: from='client.285450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:31.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:31 smithi161 ceph-mon[116604]: pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:31 smithi028 ceph-mon[112123]: pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:32.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:31 smithi138 ceph-mon[117003]: pgmap v10375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:34 smithi161 ceph-mon[116604]: pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:34 smithi028 ceph-mon[112123]: pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:34 smithi138 ceph-mon[117003]: pgmap v10376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:32:35.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:35.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:35.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:36.556 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:36.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:36.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:36.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:36.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:36 smithi161 ceph-mon[116604]: pgmap v10377: 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-07T10:32:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:36 smithi028 ceph-mon[112123]: pgmap v10377: 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-07T10:32:36.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:36 smithi138 ceph-mon[117003]: pgmap v10377: 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-07T10:32:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:37 smithi161 ceph-mon[116604]: from='client.285525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:37 smithi028 ceph-mon[112123]: from='client.285525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:37.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:37 smithi138 ceph-mon[117003]: from='client.285525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:38 smithi161 ceph-mon[116604]: pgmap v10378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:38 smithi028 ceph-mon[112123]: pgmap v10378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:38.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:38 smithi138 ceph-mon[117003]: pgmap v10378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:39 smithi161 ceph-mon[116604]: pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:39 smithi028 ceph-mon[112123]: pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:39 smithi138 ceph-mon[117003]: pgmap v10379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:41.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:41.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:41.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:42.332 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:42.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:42.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:42.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:42.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:42 smithi161 ceph-mon[116604]: 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-07T10:32:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:42 smithi028 ceph-mon[112123]: 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-07T10:32:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:42 smithi138 ceph-mon[117003]: 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-07T10:32:43.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:43 smithi161 ceph-mon[116604]: from='client.285603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:43 smithi028 ceph-mon[112123]: from='client.285603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:43 smithi138 ceph-mon[117003]: from='client.285603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:44 smithi161 ceph-mon[116604]: pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:44 smithi028 ceph-mon[112123]: pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:44 smithi138 ceph-mon[117003]: pgmap v10381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:46 smithi161 ceph-mon[116604]: pgmap v10382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:46 smithi028 ceph-mon[112123]: pgmap v10382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:46 smithi138 ceph-mon[117003]: pgmap v10382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:47.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:47.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:47.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:48.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:48.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:48.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:48.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:48.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:48 smithi161 ceph-mon[116604]: 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-07T10:32:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:48 smithi028 ceph-mon[112123]: 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-07T10:32:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:48 smithi138 ceph-mon[117003]: 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-07T10:32:49.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:49 smithi161 ceph-mon[116604]: from='client.285681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:49 smithi028 ceph-mon[112123]: from='client.285681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:49.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:49 smithi138 ceph-mon[117003]: from='client.285681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:50 smithi161 ceph-mon[116604]: pgmap v10384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:50 smithi028 ceph-mon[112123]: pgmap v10384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:50 smithi138 ceph-mon[117003]: pgmap v10384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:32:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:52 smithi161 ceph-mon[116604]: pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:52 smithi028 ceph-mon[112123]: pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:52 smithi138 ceph-mon[117003]: pgmap v10385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:32:53.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:53.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:53.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:53.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:53.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:53.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:53.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:53.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:54 smithi161 ceph-mon[116604]: 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-07T10:32:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:54 smithi028 ceph-mon[112123]: 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-07T10:32:54.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:54 smithi138 ceph-mon[117003]: 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-07T10:32:55.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:55 smithi161 ceph-mon[116604]: from='client.285756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:55 smithi028 ceph-mon[112123]: from='client.285756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:55 smithi138 ceph-mon[117003]: from='client.285756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:56 smithi161 ceph-mon[116604]: 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-07T10:32:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:56 smithi028 ceph-mon[112123]: 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-07T10:32:56.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:56 smithi138 ceph-mon[117003]: 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-07T10:32:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:58 smithi161 ceph-mon[116604]: 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-07T10:32:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:58 smithi028 ceph-mon[112123]: 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-07T10:32:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:58 smithi138 ceph-mon[117003]: 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-07T10:32:58.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:32:58.888 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:32:58.888 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:32:59.684 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:32:59.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:32:59.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:32:59.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:32:59.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:32:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:59 smithi161 ceph-mon[116604]: 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-07T10:32:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:32:59 smithi161 ceph-mon[116604]: from='client.285831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:32:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:59 smithi028 ceph-mon[112123]: 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-07T10:32:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:32:59 smithi028 ceph-mon[112123]: from='client.285831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:59 smithi138 ceph-mon[117003]: 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-07T10:33:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:32:59 smithi138 ceph-mon[117003]: from='client.285831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:02 smithi161 ceph-mon[116604]: pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:02 smithi028 ceph-mon[112123]: pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:02.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:02 smithi138 ceph-mon[117003]: pgmap v10390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:04.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:04.687 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:04.687 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:04 smithi161 ceph-mon[116604]: pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:04 smithi028 ceph-mon[112123]: pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:04 smithi138 ceph-mon[117003]: pgmap v10391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:05.457 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:05.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:05.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:05.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:05.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:06 smithi161 ceph-mon[116604]: from='client.285903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:06 smithi161 ceph-mon[116604]: pgmap v10392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:06 smithi028 ceph-mon[112123]: from='client.285903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:06 smithi028 ceph-mon[112123]: pgmap v10392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:06 smithi138 ceph-mon[117003]: from='client.285903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:06.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:06 smithi138 ceph-mon[117003]: pgmap v10392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:08 smithi161 ceph-mon[116604]: pgmap v10393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:08 smithi028 ceph-mon[112123]: pgmap v10393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:08 smithi138 ceph-mon[117003]: pgmap v10393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:09 smithi161 ceph-mon[116604]: 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-07T10:33:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:09 smithi028 ceph-mon[112123]: 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-07T10:33:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:09 smithi138 ceph-mon[117003]: 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-07T10:33:10.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:10.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:10.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:11.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:11.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:11.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:11.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:11.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:12 smithi161 ceph-mon[116604]: from='client.285978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:12 smithi161 ceph-mon[116604]: pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:12 smithi028 ceph-mon[112123]: from='client.285978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:12 smithi028 ceph-mon[112123]: pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:12 smithi138 ceph-mon[117003]: from='client.285978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:12.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:12 smithi138 ceph-mon[117003]: pgmap v10395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:14 smithi161 ceph-mon[116604]: pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:14 smithi028 ceph-mon[112123]: pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:14 smithi138 ceph-mon[117003]: pgmap v10396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:16.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:16.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:16.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:16 smithi161 ceph-mon[116604]: pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:16 smithi028 ceph-mon[112123]: pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:16 smithi138 ceph-mon[117003]: pgmap v10397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:17.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:17.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:17.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:17.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:17.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:18 smithi161 ceph-mon[116604]: from='client.286047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:18 smithi161 ceph-mon[116604]: pgmap v10398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:33:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:33:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:33:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:33:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:18 smithi028 ceph-mon[112123]: from='client.286047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:18 smithi028 ceph-mon[112123]: pgmap v10398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:33:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:33:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:33:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:33:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:18 smithi138 ceph-mon[117003]: from='client.286047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:18 smithi138 ceph-mon[117003]: pgmap v10398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:33:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:33:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:33:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:33:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:19 smithi161 ceph-mon[116604]: pgmap v10399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:19 smithi028 ceph-mon[112123]: pgmap v10399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:19 smithi138 ceph-mon[117003]: pgmap v10399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:22.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:22.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:22.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:22 smithi161 ceph-mon[116604]: 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-07T10:33:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:22 smithi028 ceph-mon[112123]: 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-07T10:33:22.774 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:22.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:22.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:22.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:22.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:22 smithi138 ceph-mon[117003]: 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-07T10:33:23.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:23 smithi161 ceph-mon[116604]: from='client.286122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:23 smithi028 ceph-mon[112123]: from='client.286122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:23 smithi138 ceph-mon[117003]: from='client.286122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:24 smithi161 ceph-mon[116604]: pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:24 smithi028 ceph-mon[112123]: pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:24 smithi138 ceph-mon[117003]: pgmap v10401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:26 smithi161 ceph-mon[116604]: pgmap v10402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:26 smithi028 ceph-mon[112123]: pgmap v10402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:26 smithi138 ceph-mon[117003]: pgmap v10402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:27.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:27.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:27.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:28.561 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:28.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:28.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:28.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:28.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:28 smithi161 ceph-mon[116604]: 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-07T10:33:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:28 smithi028 ceph-mon[112123]: 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-07T10:33:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:28 smithi138 ceph-mon[117003]: 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-07T10:33:29.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:29 smithi161 ceph-mon[116604]: from='client.286197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:29.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:29 smithi028 ceph-mon[112123]: from='client.286197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:29 smithi138 ceph-mon[117003]: from='client.286197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:30 smithi161 ceph-mon[116604]: pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:30 smithi028 ceph-mon[112123]: pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:30.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:30 smithi138 ceph-mon[117003]: pgmap v10404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:32 smithi161 ceph-mon[116604]: pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:32 smithi028 ceph-mon[112123]: pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:32 smithi138 ceph-mon[117003]: pgmap v10405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:33.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:33.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:33.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:34.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:34.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:34.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:34.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:34.356 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:34 smithi161 ceph-mon[116604]: 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-07T10:33:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:34 smithi028 ceph-mon[112123]: 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-07T10:33:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:34 smithi138 ceph-mon[117003]: 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-07T10:33:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:35 smithi161 ceph-mon[116604]: from='client.286275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:35 smithi028 ceph-mon[112123]: from='client.286275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:35.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:35 smithi138 ceph-mon[117003]: from='client.286275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:36 smithi161 ceph-mon[116604]: pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:33:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:36 smithi028 ceph-mon[112123]: pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:33:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:36 smithi138 ceph-mon[117003]: pgmap v10407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:33:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:38 smithi161 ceph-mon[116604]: pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:33:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:38 smithi028 ceph-mon[112123]: pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:33:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:38 smithi138 ceph-mon[117003]: pgmap v10408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:33:39.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:39.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:39.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:39 smithi161 ceph-mon[116604]: 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-07T10:33:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:39 smithi028 ceph-mon[112123]: 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-07T10:33:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:39 smithi138 ceph-mon[117003]: 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-07T10:33:40.127 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:40.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:40.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:40.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:40.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:40.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:40 smithi161 ceph-mon[116604]: from='client.286353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:40.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:40 smithi028 ceph-mon[112123]: from='client.286353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:41.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:40 smithi138 ceph-mon[117003]: from='client.286353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:41 smithi161 ceph-mon[116604]: pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:41 smithi028 ceph-mon[112123]: pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:41 smithi138 ceph-mon[117003]: pgmap v10410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:44 smithi161 ceph-mon[116604]: pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:44 smithi028 ceph-mon[112123]: pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:44 smithi138 ceph-mon[117003]: pgmap v10411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:33:45.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:45.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:45.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:45.922 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:45.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:45.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:45.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:45.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:46 smithi161 ceph-mon[116604]: pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:46 smithi028 ceph-mon[112123]: pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:46 smithi138 ceph-mon[117003]: pgmap v10412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:47 smithi161 ceph-mon[116604]: from='client.286431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:47.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:47 smithi028 ceph-mon[112123]: from='client.286431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:47.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:47 smithi138 ceph-mon[117003]: from='client.286431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:48 smithi161 ceph-mon[116604]: pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:33:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:48 smithi028 ceph-mon[112123]: pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:33:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:48 smithi138 ceph-mon[117003]: pgmap v10413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:33:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:49 smithi161 ceph-mon[116604]: pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:33:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:49 smithi028 ceph-mon[112123]: pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:33:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:49 smithi138 ceph-mon[117003]: pgmap v10414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:33:50.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:50.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:50.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:51.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:51.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:51.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:51.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:51.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:52 smithi161 ceph-mon[116604]: 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-07T10:33:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:52 smithi161 ceph-mon[116604]: from='client.286509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:52 smithi028 ceph-mon[112123]: 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-07T10:33:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:52 smithi028 ceph-mon[112123]: from='client.286509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:52 smithi138 ceph-mon[117003]: 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-07T10:33:52.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:52 smithi138 ceph-mon[117003]: from='client.286509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:54 smithi161 ceph-mon[116604]: pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:54 smithi028 ceph-mon[112123]: pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:54 smithi138 ceph-mon[117003]: pgmap v10416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:56 smithi161 ceph-mon[116604]: pgmap v10417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:56.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:33:56.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:33:56.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:33:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:56 smithi028 ceph-mon[112123]: pgmap v10417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:56.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:56 smithi138 ceph-mon[117003]: pgmap v10417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:57.466 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:33:57.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:33:57.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:33:57.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:33:57.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:33:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:58 smithi161 ceph-mon[116604]: from='client.286584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:58 smithi161 ceph-mon[116604]: pgmap v10418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:58 smithi028 ceph-mon[112123]: from='client.286584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:58 smithi028 ceph-mon[112123]: pgmap v10418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:58 smithi138 ceph-mon[117003]: from='client.286584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:33:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:58 smithi138 ceph-mon[117003]: pgmap v10418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:33:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:33:59 smithi161 ceph-mon[116604]: pgmap v10419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:33:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:33:59 smithi028 ceph-mon[112123]: pgmap v10419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:33:59 smithi138 ceph-mon[117003]: pgmap v10419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:02.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:02.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:02.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:02 smithi161 ceph-mon[116604]: 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-07T10:34:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:02 smithi028 ceph-mon[112123]: 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-07T10:34:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:02 smithi138 ceph-mon[117003]: 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-07T10:34:03.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:03.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:03.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:03.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:03.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:04 smithi161 ceph-mon[116604]: from='client.286656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:04 smithi161 ceph-mon[116604]: 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-07T10:34:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:04 smithi028 ceph-mon[112123]: from='client.286656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:04 smithi028 ceph-mon[112123]: 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-07T10:34:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:04 smithi138 ceph-mon[117003]: from='client.286656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:04.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:04 smithi138 ceph-mon[117003]: 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-07T10:34:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:06 smithi161 ceph-mon[116604]: 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-07T10:34:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:06 smithi028 ceph-mon[112123]: 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-07T10:34:06.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:06 smithi138 ceph-mon[117003]: 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-07T10:34:08.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:08.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:08.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:08 smithi161 ceph-mon[116604]: 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-07T10:34:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:08 smithi028 ceph-mon[112123]: 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-07T10:34:08.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:08 smithi138 ceph-mon[117003]: 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-07T10:34:09.048 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:09.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:09.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:09.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:09.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:09 smithi161 ceph-mon[116604]: from='client.286731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:09 smithi161 ceph-mon[116604]: pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:09 smithi028 ceph-mon[112123]: from='client.286731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:09 smithi028 ceph-mon[112123]: pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:09 smithi138 ceph-mon[117003]: from='client.286731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:09 smithi138 ceph-mon[117003]: pgmap v10424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:12 smithi161 ceph-mon[116604]: pgmap v10425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:12 smithi028 ceph-mon[112123]: pgmap v10425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:12 smithi138 ceph-mon[117003]: pgmap v10425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:14.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:14.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:14.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:14 smithi161 ceph-mon[116604]: 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-07T10:34:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:14 smithi028 ceph-mon[112123]: 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-07T10:34:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:14 smithi138 ceph-mon[117003]: 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-07T10:34:14.830 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:14.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:14.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:14.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:14.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:15 smithi161 ceph-mon[116604]: from='client.286806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:15 smithi028 ceph-mon[112123]: from='client.286806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:15 smithi138 ceph-mon[117003]: from='client.286806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:16 smithi161 ceph-mon[116604]: pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:16 smithi028 ceph-mon[112123]: pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:16.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:16 smithi138 ceph-mon[117003]: pgmap v10427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:18 smithi161 ceph-mon[116604]: pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:34:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:18 smithi028 ceph-mon[112123]: pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:34:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:18 smithi138 ceph-mon[117003]: pgmap v10428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:18.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:34:19.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:19.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:19.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:34:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:34:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:34:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:19 smithi161 ceph-mon[116604]: 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-07T10:34:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:34:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:34:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:34:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:19 smithi028 ceph-mon[112123]: 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-07T10:34:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:34:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:34:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:34:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:19 smithi138 ceph-mon[117003]: 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-07T10:34:20.616 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:20.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:20.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:20.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:20.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:20 smithi028 ceph-mon[112123]: from='client.286881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:21.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:20 smithi138 ceph-mon[117003]: from='client.286881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:21.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:20 smithi161 ceph-mon[116604]: from='client.286881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:21 smithi028 ceph-mon[112123]: pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:21 smithi138 ceph-mon[117003]: pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:21 smithi161 ceph-mon[116604]: pgmap v10430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:24 smithi161 ceph-mon[116604]: pgmap v10431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:24 smithi028 ceph-mon[112123]: pgmap v10431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:24 smithi138 ceph-mon[117003]: pgmap v10431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:25.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:25.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:25.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:26.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:26.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:26.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:26.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:26.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:26 smithi161 ceph-mon[116604]: pgmap v10432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:26 smithi028 ceph-mon[112123]: pgmap v10432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:26 smithi138 ceph-mon[117003]: pgmap v10432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:27 smithi161 ceph-mon[116604]: from='client.286953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:27 smithi028 ceph-mon[112123]: from='client.286953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:27 smithi138 ceph-mon[117003]: from='client.286953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:28 smithi161 ceph-mon[116604]: 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-07T10:34:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:28 smithi028 ceph-mon[112123]: 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-07T10:34:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:28 smithi138 ceph-mon[117003]: 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-07T10:34:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:29 smithi161 ceph-mon[116604]: pgmap v10434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:29 smithi028 ceph-mon[112123]: pgmap v10434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:29 smithi138 ceph-mon[117003]: pgmap v10434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:31.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:31.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:31.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:32.158 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:32.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:32.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:32.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:32.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:32 smithi161 ceph-mon[116604]: 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-07T10:34:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:32 smithi028 ceph-mon[112123]: 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-07T10:34:32.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:32 smithi138 ceph-mon[117003]: 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-07T10:34:33.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:33 smithi161 ceph-mon[116604]: from='client.287028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:33 smithi028 ceph-mon[112123]: from='client.287028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:33.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:33 smithi138 ceph-mon[117003]: from='client.287028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:34 smithi161 ceph-mon[116604]: pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:34 smithi028 ceph-mon[112123]: pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:34 smithi138 ceph-mon[117003]: pgmap v10436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:36 smithi161 ceph-mon[116604]: pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:36 smithi028 ceph-mon[112123]: pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:36 smithi138 ceph-mon[117003]: pgmap v10437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:37.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:37.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:37.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:37.936 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:37.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:37.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:37.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:37.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:38 smithi161 ceph-mon[116604]: pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:38 smithi028 ceph-mon[112123]: pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:38 smithi138 ceph-mon[117003]: pgmap v10438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:39.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:39 smithi161 ceph-mon[116604]: from='client.287106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:39 smithi028 ceph-mon[112123]: from='client.287106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:39.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:39 smithi138 ceph-mon[117003]: from='client.287106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:40 smithi161 ceph-mon[116604]: pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:40 smithi028 ceph-mon[112123]: pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:40 smithi138 ceph-mon[117003]: pgmap v10439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:34:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:42 smithi161 ceph-mon[116604]: 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-07T10:34:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:42 smithi028 ceph-mon[112123]: 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-07T10:34:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:42 smithi138 ceph-mon[117003]: 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-07T10:34:42.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:42.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:42.939 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:43.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:43.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:43.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:43.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:43.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:44 smithi161 ceph-mon[116604]: 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-07T10:34:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:44 smithi161 ceph-mon[116604]: from='client.287181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:44 smithi028 ceph-mon[112123]: 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-07T10:34:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:44 smithi028 ceph-mon[112123]: from='client.287181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:44 smithi138 ceph-mon[117003]: 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-07T10:34:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:44 smithi138 ceph-mon[117003]: from='client.287181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:46 smithi161 ceph-mon[116604]: 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-07T10:34:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:46 smithi028 ceph-mon[112123]: 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-07T10:34:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:46 smithi138 ceph-mon[117003]: 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-07T10:34:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:48 smithi161 ceph-mon[116604]: 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-07T10:34:48.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:48.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:48.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:48 smithi028 ceph-mon[112123]: 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-07T10:34:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:48 smithi138 ceph-mon[117003]: 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-07T10:34:49.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:49.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:49.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:49.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:49.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:49 smithi161 ceph-mon[116604]: from='client.287253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:49 smithi161 ceph-mon[116604]: pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:34:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:49 smithi028 ceph-mon[112123]: from='client.287253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:49 smithi028 ceph-mon[112123]: pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:34:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:49 smithi138 ceph-mon[117003]: from='client.287253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:49 smithi138 ceph-mon[117003]: pgmap v10444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:34:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:52 smithi161 ceph-mon[116604]: pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:52 smithi028 ceph-mon[112123]: pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:52 smithi138 ceph-mon[117003]: pgmap v10445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:54.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:34:54.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:34:54.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:34:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:54 smithi161 ceph-mon[116604]: pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:54 smithi028 ceph-mon[112123]: pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:54 smithi138 ceph-mon[117003]: pgmap v10446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:34:55.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:34:55.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:34:55.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:34:55.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:34:55.251 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:34:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:56 smithi161 ceph-mon[116604]: from='client.287331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:56 smithi161 ceph-mon[116604]: pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:56 smithi028 ceph-mon[112123]: from='client.287331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:56 smithi028 ceph-mon[112123]: pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:56 smithi138 ceph-mon[117003]: from='client.287331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:34:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:56 smithi138 ceph-mon[117003]: pgmap v10447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:34:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:58 smithi161 ceph-mon[116604]: pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:58 smithi028 ceph-mon[112123]: pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:58 smithi138 ceph-mon[117003]: pgmap v10448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:34:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:34:59 smithi161 ceph-mon[116604]: 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-07T10:34:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:34:59 smithi028 ceph-mon[112123]: 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-07T10:35:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:34:59 smithi138 ceph-mon[117003]: 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-07T10:35:00.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:00.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:00.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:01.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:01.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:01.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:01.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:01.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:02 smithi161 ceph-mon[116604]: from='client.287409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:02 smithi161 ceph-mon[116604]: pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:35:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:02 smithi028 ceph-mon[112123]: from='client.287409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:02 smithi028 ceph-mon[112123]: pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:35:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:02 smithi138 ceph-mon[117003]: from='client.287409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:02 smithi138 ceph-mon[117003]: pgmap v10450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:35:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:04 smithi161 ceph-mon[116604]: pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:35:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:04 smithi028 ceph-mon[112123]: pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:35:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:04 smithi138 ceph-mon[117003]: pgmap v10451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:35:06.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:06.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:06.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:06 smithi161 ceph-mon[116604]: pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:35:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:06 smithi028 ceph-mon[112123]: pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:35:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:06 smithi138 ceph-mon[117003]: pgmap v10452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:35:06.820 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:06.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:06.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:06.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:06.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:07 smithi161 ceph-mon[116604]: from='client.287478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:07 smithi028 ceph-mon[112123]: from='client.287478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:07.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:07 smithi138 ceph-mon[117003]: from='client.287478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:08 smithi161 ceph-mon[116604]: 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-07T10:35:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:08 smithi028 ceph-mon[112123]: 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-07T10:35:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:08 smithi138 ceph-mon[117003]: 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-07T10:35:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:09 smithi161 ceph-mon[116604]: pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:09 smithi028 ceph-mon[112123]: pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:09 smithi138 ceph-mon[117003]: pgmap v10454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:11.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:11.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:11.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:12.595 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:12.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:12.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:12.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:12.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:12 smithi161 ceph-mon[116604]: 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-07T10:35:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:12 smithi028 ceph-mon[112123]: 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-07T10:35:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:12 smithi138 ceph-mon[117003]: 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-07T10:35:13.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:13 smithi161 ceph-mon[116604]: from='client.287550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:13 smithi028 ceph-mon[112123]: from='client.287550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:13.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:13 smithi138 ceph-mon[117003]: from='client.287550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:14 smithi161 ceph-mon[116604]: pgmap v10456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:14.753 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:14 smithi028 ceph-mon[112123]: pgmap v10456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:14 smithi138 ceph-mon[117003]: pgmap v10456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:16 smithi161 ceph-mon[116604]: pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:16 smithi028 ceph-mon[112123]: pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:16 smithi138 ceph-mon[117003]: pgmap v10457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:17.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:17.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:17.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:18.364 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:18.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:18.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:18.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:18.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:18 smithi161 ceph-mon[116604]: pgmap v10458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:18 smithi028 ceph-mon[112123]: pgmap v10458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:18 smithi138 ceph-mon[117003]: pgmap v10458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:19.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:19 smithi161 ceph-mon[116604]: from='client.287628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:19.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:35:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:19 smithi028 ceph-mon[112123]: from='client.287628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:35:19.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:19 smithi138 ceph-mon[117003]: from='client.287628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:19.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:35:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:20 smithi161 ceph-mon[116604]: pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:35:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:35:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:35:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:20 smithi028 ceph-mon[112123]: pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:35:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:35:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:35:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:20 smithi138 ceph-mon[117003]: pgmap v10459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:35:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:35:20.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:35:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:22 smithi161 ceph-mon[116604]: 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-07T10:35:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:22 smithi028 ceph-mon[112123]: 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-07T10:35:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:22 smithi138 ceph-mon[117003]: 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-07T10:35:23.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:23.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:23.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:24.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:24.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:24.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:24.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:24.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:24 smithi161 ceph-mon[116604]: 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-07T10:35:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:24 smithi028 ceph-mon[112123]: 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-07T10:35:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:24 smithi138 ceph-mon[117003]: 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-07T10:35:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:25 smithi161 ceph-mon[116604]: from='client.287703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:25.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:25 smithi028 ceph-mon[112123]: from='client.287703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:25.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:25 smithi138 ceph-mon[117003]: from='client.287703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:26 smithi161 ceph-mon[116604]: pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:35:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:26 smithi028 ceph-mon[112123]: pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:35:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:26 smithi138 ceph-mon[117003]: pgmap v10462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:35:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:28 smithi161 ceph-mon[116604]: pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:35:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:28 smithi028 ceph-mon[112123]: pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:35:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:28 smithi138 ceph-mon[117003]: pgmap v10463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:35:29.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:29.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:29.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:29.937 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:29.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:29.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:29.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:29.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:29 smithi161 ceph-mon[116604]: 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-07T10:35:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:29 smithi028 ceph-mon[112123]: 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-07T10:35:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:29 smithi138 ceph-mon[117003]: 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-07T10:35:30.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:30 smithi161 ceph-mon[116604]: from='client.287781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:30.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:30 smithi028 ceph-mon[112123]: from='client.287781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:30 smithi138 ceph-mon[117003]: from='client.287781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:31.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:31 smithi161 ceph-mon[116604]: pgmap v10465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:31 smithi028 ceph-mon[112123]: pgmap v10465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:31 smithi138 ceph-mon[117003]: pgmap v10465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:34 smithi161 ceph-mon[116604]: pgmap v10466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:34 smithi028 ceph-mon[112123]: pgmap v10466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:34 smithi138 ceph-mon[117003]: pgmap v10466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:35:34.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:34.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:34.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:35.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:35.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:35.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:35.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:35.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:36 smithi161 ceph-mon[116604]: pgmap v10467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:36 smithi161 ceph-mon[116604]: from='client.287856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:36 smithi028 ceph-mon[112123]: pgmap v10467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:36 smithi028 ceph-mon[112123]: from='client.287856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:36 smithi138 ceph-mon[117003]: pgmap v10467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:36.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:36 smithi138 ceph-mon[117003]: from='client.287856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:38 smithi161 ceph-mon[116604]: pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:35:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:38 smithi028 ceph-mon[112123]: pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:35:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:38 smithi138 ceph-mon[117003]: pgmap v10468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:35:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:39 smithi161 ceph-mon[116604]: pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:35:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:39 smithi028 ceph-mon[112123]: pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:35:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:39 smithi138 ceph-mon[117003]: pgmap v10469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:35:40.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:40.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:40.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:41.509 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:41.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:41.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:41.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:41.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:42 smithi161 ceph-mon[116604]: from='client.287928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:42 smithi161 ceph-mon[116604]: pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:42 smithi028 ceph-mon[112123]: from='client.287928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:42 smithi028 ceph-mon[112123]: pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:42 smithi138 ceph-mon[117003]: from='client.287928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:42 smithi138 ceph-mon[117003]: pgmap v10470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:44 smithi161 ceph-mon[116604]: 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-07T10:35:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:44 smithi028 ceph-mon[112123]: 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-07T10:35:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:44 smithi138 ceph-mon[117003]: 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-07T10:35:46.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:46.511 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:46.511 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:46 smithi161 ceph-mon[116604]: 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-07T10:35:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:46 smithi028 ceph-mon[112123]: 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-07T10:35:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:46 smithi138 ceph-mon[117003]: 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-07T10:35:47.299 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:47.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:47.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:47.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:47.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:48 smithi161 ceph-mon[116604]: from='client.288006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:48 smithi161 ceph-mon[116604]: 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-07T10:35:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:48 smithi028 ceph-mon[112123]: from='client.288006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:48 smithi028 ceph-mon[112123]: 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-07T10:35:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:48 smithi138 ceph-mon[117003]: from='client.288006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:48.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:48 smithi138 ceph-mon[117003]: 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-07T10:35:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:49 smithi161 ceph-mon[116604]: pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:49 smithi028 ceph-mon[112123]: pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:49 smithi138 ceph-mon[117003]: pgmap v10474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:52.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:52.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:52.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:52 smithi161 ceph-mon[116604]: 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-07T10:35:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:52 smithi028 ceph-mon[112123]: 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-07T10:35:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:52 smithi138 ceph-mon[117003]: 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-07T10:35:53.067 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:53.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:53.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:53.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:53.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:54 smithi161 ceph-mon[116604]: from='client.288084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:54 smithi161 ceph-mon[116604]: pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:54 smithi028 ceph-mon[112123]: from='client.288084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:54 smithi028 ceph-mon[112123]: pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:54 smithi138 ceph-mon[117003]: from='client.288084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:54 smithi138 ceph-mon[117003]: pgmap v10476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:56 smithi161 ceph-mon[116604]: pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:56 smithi028 ceph-mon[112123]: pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:56 smithi138 ceph-mon[117003]: pgmap v10477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:35:58.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:35:58.069 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:35:58.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:35:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:58 smithi161 ceph-mon[116604]: pgmap v10478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:58 smithi028 ceph-mon[112123]: pgmap v10478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:58 smithi138 ceph-mon[117003]: pgmap v10478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:35:58.835 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:35:58.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:35:58.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:35:58.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:35:58.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:35:59.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:35:59 smithi161 ceph-mon[116604]: from='client.288159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:35:59 smithi028 ceph-mon[112123]: from='client.288159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:35:59.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:35:59 smithi138 ceph-mon[117003]: from='client.288159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:00 smithi161 ceph-mon[116604]: pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:00 smithi028 ceph-mon[112123]: pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:00.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:00 smithi138 ceph-mon[117003]: pgmap v10479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:02 smithi161 ceph-mon[116604]: 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-07T10:36:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:02 smithi028 ceph-mon[112123]: 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-07T10:36:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:02 smithi138 ceph-mon[117003]: 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-07T10:36:03.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:03.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:03.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:04.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:04.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:04.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:04.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:04.611 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:04 smithi161 ceph-mon[116604]: 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-07T10:36:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:04 smithi028 ceph-mon[112123]: 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-07T10:36:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:04 smithi138 ceph-mon[117003]: 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-07T10:36:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:05 smithi161 ceph-mon[116604]: from='client.288228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:05.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:05 smithi028 ceph-mon[112123]: from='client.288228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:05 smithi138 ceph-mon[117003]: from='client.288228 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:06 smithi161 ceph-mon[116604]: pgmap v10482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:06 smithi028 ceph-mon[112123]: pgmap v10482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:06 smithi138 ceph-mon[117003]: pgmap v10482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:08 smithi161 ceph-mon[116604]: pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:08 smithi028 ceph-mon[112123]: pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:08 smithi138 ceph-mon[117003]: pgmap v10483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:09.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:09.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:09.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:09 smithi161 ceph-mon[116604]: 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-07T10:36:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:09 smithi028 ceph-mon[112123]: 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-07T10:36:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:09 smithi138 ceph-mon[117003]: 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-07T10:36:10.378 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:10.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:10.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:10.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:10.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:10.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:10 smithi161 ceph-mon[116604]: from='client.288303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:10.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:10 smithi028 ceph-mon[112123]: from='client.288303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:11.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:10 smithi138 ceph-mon[117003]: from='client.288303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:11 smithi161 ceph-mon[116604]: pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:11.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:11 smithi028 ceph-mon[112123]: pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:11 smithi138 ceph-mon[117003]: pgmap v10485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:14 smithi161 ceph-mon[116604]: pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:14 smithi028 ceph-mon[112123]: pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:14 smithi138 ceph-mon[117003]: pgmap v10486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:15.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:15.380 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:15.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:16.149 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:16.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:16.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:16.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:16.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:16 smithi161 ceph-mon[116604]: pgmap v10487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:16 smithi028 ceph-mon[112123]: pgmap v10487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:16 smithi138 ceph-mon[117003]: pgmap v10487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:17.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:17 smithi161 ceph-mon[116604]: from='client.288381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:17.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:17 smithi028 ceph-mon[112123]: from='client.288381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:17.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:17 smithi138 ceph-mon[117003]: from='client.288381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:18 smithi161 ceph-mon[116604]: 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-07T10:36:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:18 smithi028 ceph-mon[112123]: 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-07T10:36:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:18 smithi138 ceph-mon[117003]: 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-07T10:36:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:19 smithi161 ceph-mon[116604]: pgmap v10489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:36:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:19 smithi028 ceph-mon[112123]: pgmap v10489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:36:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:19 smithi138 ceph-mon[117003]: pgmap v10489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:36:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:36:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:36:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:36:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:36:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:36:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:36:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:36:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:36:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:36:21.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:21.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:21.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:21 smithi161 ceph-mon[116604]: pgmap v10490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:21.941 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:21.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:21.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:21.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:21.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:21 smithi028 ceph-mon[112123]: pgmap v10490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:21 smithi138 ceph-mon[117003]: pgmap v10490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:22 smithi161 ceph-mon[116604]: from='client.288459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:22 smithi028 ceph-mon[112123]: from='client.288459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:23.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:22 smithi138 ceph-mon[117003]: from='client.288459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:23 smithi161 ceph-mon[116604]: 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-07T10:36:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:23 smithi028 ceph-mon[112123]: 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-07T10:36:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:23 smithi138 ceph-mon[117003]: 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-07T10:36:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:26 smithi161 ceph-mon[116604]: 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-07T10:36:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:26 smithi028 ceph-mon[112123]: 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-07T10:36:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:26 smithi138 ceph-mon[117003]: 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-07T10:36:26.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:26.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:26.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:27.719 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:27.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:27.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:27.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:27.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:28 smithi161 ceph-mon[116604]: 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-07T10:36:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:28 smithi161 ceph-mon[116604]: from='client.288537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:28 smithi028 ceph-mon[112123]: 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-07T10:36:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:28 smithi028 ceph-mon[112123]: from='client.288537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:28 smithi138 ceph-mon[117003]: 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-07T10:36:28.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:28 smithi138 ceph-mon[117003]: from='client.288537 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:29 smithi161 ceph-mon[116604]: pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:29 smithi028 ceph-mon[112123]: pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:29 smithi138 ceph-mon[117003]: pgmap v10494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:32 smithi161 ceph-mon[116604]: 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-07T10:36:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:32 smithi028 ceph-mon[112123]: 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-07T10:36:32.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:32.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:32.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:32 smithi138 ceph-mon[117003]: 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-07T10:36:33.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:33.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:33.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:33.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:33.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:34 smithi161 ceph-mon[116604]: from='client.288615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:34 smithi161 ceph-mon[116604]: pgmap v10496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:34 smithi028 ceph-mon[112123]: from='client.288615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:34 smithi028 ceph-mon[112123]: pgmap v10496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:34 smithi138 ceph-mon[117003]: from='client.288615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:34.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:34 smithi138 ceph-mon[117003]: pgmap v10496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:36 smithi161 ceph-mon[116604]: pgmap v10497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:36 smithi028 ceph-mon[112123]: pgmap v10497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:36 smithi138 ceph-mon[117003]: pgmap v10497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:38.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:38.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:38.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:38 smithi161 ceph-mon[116604]: pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:38 smithi028 ceph-mon[112123]: pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:38 smithi138 ceph-mon[117003]: pgmap v10498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:39.272 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:39.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:39.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:39.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:39.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:39 smithi161 ceph-mon[116604]: from='client.288687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:39 smithi161 ceph-mon[116604]: pgmap v10499: 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-07T10:36:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:39 smithi028 ceph-mon[112123]: from='client.288687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:39 smithi028 ceph-mon[112123]: pgmap v10499: 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-07T10:36:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:39 smithi138 ceph-mon[117003]: from='client.288687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:39 smithi138 ceph-mon[117003]: pgmap v10499: 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-07T10:36:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:42 smithi161 ceph-mon[116604]: pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:42 smithi028 ceph-mon[112123]: pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:42 smithi138 ceph-mon[117003]: pgmap v10500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:44.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:44.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:44.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:44 smithi161 ceph-mon[116604]: pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:44 smithi028 ceph-mon[112123]: pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:44 smithi138 ceph-mon[117003]: pgmap v10501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:45.042 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:45.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:45.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:45.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:45.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:46 smithi161 ceph-mon[116604]: from='client.288765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:46 smithi161 ceph-mon[116604]: pgmap v10502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:46 smithi028 ceph-mon[112123]: from='client.288765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:46 smithi028 ceph-mon[112123]: pgmap v10502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:46 smithi138 ceph-mon[117003]: from='client.288765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:46.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:46 smithi138 ceph-mon[117003]: pgmap v10502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:36:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:48 smithi161 ceph-mon[116604]: pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:48 smithi028 ceph-mon[112123]: pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:48 smithi138 ceph-mon[117003]: pgmap v10503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:36:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:49 smithi161 ceph-mon[116604]: 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-07T10:36:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:49 smithi028 ceph-mon[112123]: 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-07T10:36:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:49 smithi138 ceph-mon[117003]: 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-07T10:36:50.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:50.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:50.045 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:50.832 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:50.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:50.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:50.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:50.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:50.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:50 smithi161 ceph-mon[116604]: from='client.288840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:50.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:50 smithi028 ceph-mon[112123]: from='client.288840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:51.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:50 smithi138 ceph-mon[117003]: from='client.288840 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:51.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:51 smithi161 ceph-mon[116604]: pgmap v10505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:51 smithi028 ceph-mon[112123]: pgmap v10505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:51 smithi138 ceph-mon[117003]: pgmap v10505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:54 smithi161 ceph-mon[116604]: pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:54 smithi028 ceph-mon[112123]: pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:54 smithi138 ceph-mon[117003]: pgmap v10506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:36:55.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:36:55.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:36:55.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:36:56.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:36:56.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:36:56.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:36:56.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:36:56.608 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:36:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:56 smithi161 ceph-mon[116604]: pgmap v10507: 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-07T10:36:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:56 smithi028 ceph-mon[112123]: pgmap v10507: 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-07T10:36:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:56 smithi138 ceph-mon[117003]: pgmap v10507: 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-07T10:36:57.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:57 smithi161 ceph-mon[116604]: from='client.288915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:57 smithi028 ceph-mon[112123]: from='client.288915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:57.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:57 smithi138 ceph-mon[117003]: from='client.288915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:36:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:58 smithi161 ceph-mon[116604]: 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-07T10:36:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:58 smithi028 ceph-mon[112123]: 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-07T10:36:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:58 smithi138 ceph-mon[117003]: 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-07T10:36:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:36:59 smithi161 ceph-mon[116604]: pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:36:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:36:59 smithi028 ceph-mon[112123]: pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:36:59 smithi138 ceph-mon[117003]: pgmap v10509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:01.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:01.610 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:01.610 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:02.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:02.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:02.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:02.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:02.389 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:02 smithi161 ceph-mon[116604]: pgmap v10510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:02 smithi028 ceph-mon[112123]: pgmap v10510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:02 smithi138 ceph-mon[117003]: pgmap v10510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:03 smithi161 ceph-mon[116604]: from='client.288993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:03 smithi028 ceph-mon[112123]: from='client.288993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:03.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:03 smithi138 ceph-mon[117003]: from='client.288993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:04 smithi161 ceph-mon[116604]: 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-07T10:37:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:04 smithi028 ceph-mon[112123]: 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-07T10:37:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:04 smithi138 ceph-mon[117003]: 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-07T10:37:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:06 smithi161 ceph-mon[116604]: pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:06 smithi028 ceph-mon[112123]: pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:06 smithi138 ceph-mon[117003]: pgmap v10512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:07.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:07.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:07.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:08.155 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:08.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:08.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:08.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:08.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:08 smithi161 ceph-mon[116604]: pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:08 smithi028 ceph-mon[112123]: pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:08 smithi138 ceph-mon[117003]: pgmap v10513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:09.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:09 smithi161 ceph-mon[116604]: from='client.289071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:09.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:09 smithi028 ceph-mon[112123]: from='client.289071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:09.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:09 smithi138 ceph-mon[117003]: from='client.289071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:10 smithi161 ceph-mon[116604]: pgmap v10514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:10 smithi028 ceph-mon[112123]: pgmap v10514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:10 smithi138 ceph-mon[117003]: pgmap v10514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:12 smithi161 ceph-mon[116604]: 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-07T10:37:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:12 smithi028 ceph-mon[112123]: 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-07T10:37:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:12 smithi138 ceph-mon[117003]: 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-07T10:37:13.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:13.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:13.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:13.930 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:13.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:13.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:13.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:13.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:14 smithi161 ceph-mon[116604]: pgmap v10516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:14 smithi028 ceph-mon[112123]: pgmap v10516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:14 smithi138 ceph-mon[117003]: pgmap v10516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:15 smithi161 ceph-mon[116604]: from='client.289146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:15 smithi028 ceph-mon[112123]: from='client.289146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:15 smithi138 ceph-mon[117003]: from='client.289146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:16 smithi161 ceph-mon[116604]: pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:16 smithi028 ceph-mon[112123]: pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:16 smithi138 ceph-mon[117003]: pgmap v10517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:18 smithi161 ceph-mon[116604]: pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:18 smithi028 ceph-mon[112123]: pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:18 smithi138 ceph-mon[117003]: pgmap v10518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:18.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:18.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:18.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:19.696 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:19.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:19.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:19.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:19.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:19 smithi161 ceph-mon[116604]: from='client.289221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:19 smithi161 ceph-mon[116604]: pgmap v10519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:19 smithi028 ceph-mon[112123]: from='client.289221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:19 smithi028 ceph-mon[112123]: pgmap v10519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:19 smithi138 ceph-mon[117003]: from='client.289221 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:19 smithi138 ceph-mon[117003]: pgmap v10519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:37:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:37:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:37:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:37:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:37:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:37:21.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:21 smithi161 ceph-mon[116604]: pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:37:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:37:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:37:21.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:21 smithi028 ceph-mon[112123]: pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:37:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:37:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:37:22.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:21 smithi138 ceph-mon[117003]: pgmap v10520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:24 smithi161 ceph-mon[116604]: pgmap v10521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:24.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:24.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:24.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:24 smithi028 ceph-mon[112123]: pgmap v10521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:24 smithi138 ceph-mon[117003]: pgmap v10521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:25.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:25.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:25.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:25.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:25.480 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:26 smithi161 ceph-mon[116604]: from='client.289299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:26 smithi161 ceph-mon[116604]: pgmap v10522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:26 smithi028 ceph-mon[112123]: from='client.289299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:26 smithi028 ceph-mon[112123]: pgmap v10522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:26 smithi138 ceph-mon[117003]: from='client.289299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:26 smithi138 ceph-mon[117003]: pgmap v10522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:28 smithi161 ceph-mon[116604]: pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:28 smithi028 ceph-mon[112123]: pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:28 smithi138 ceph-mon[117003]: pgmap v10523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:37:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:29 smithi161 ceph-mon[116604]: 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-07T10:37:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:29 smithi028 ceph-mon[112123]: 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-07T10:37:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:29 smithi138 ceph-mon[117003]: 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-07T10:37:30.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:30.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:30.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:31.255 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:31.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:31.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:31.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:31.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:32 smithi161 ceph-mon[116604]: from='client.289371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:32 smithi161 ceph-mon[116604]: pgmap v10525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:32 smithi028 ceph-mon[112123]: from='client.289371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:32 smithi028 ceph-mon[112123]: pgmap v10525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:32 smithi138 ceph-mon[117003]: from='client.289371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:32 smithi138 ceph-mon[117003]: pgmap v10525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:34 smithi161 ceph-mon[116604]: 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-07T10:37:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:34 smithi028 ceph-mon[112123]: 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-07T10:37:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:34 smithi138 ceph-mon[117003]: 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-07T10:37:36.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:36.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:36.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:36 smithi161 ceph-mon[116604]: 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-07T10:37:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:36 smithi028 ceph-mon[112123]: 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-07T10:37:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:36 smithi138 ceph-mon[117003]: 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-07T10:37:37.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:37.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:37.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:37.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:37.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:38 smithi161 ceph-mon[116604]: from='client.289446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:38 smithi161 ceph-mon[116604]: 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-07T10:37:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:38 smithi028 ceph-mon[112123]: from='client.289446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:38 smithi028 ceph-mon[112123]: 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-07T10:37:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:38 smithi138 ceph-mon[117003]: from='client.289446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:38 smithi138 ceph-mon[117003]: 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-07T10:37:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:39 smithi161 ceph-mon[116604]: pgmap v10529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:39 smithi028 ceph-mon[112123]: pgmap v10529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:39 smithi138 ceph-mon[117003]: pgmap v10529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:42.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:42.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:42.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:42 smithi161 ceph-mon[116604]: pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:42 smithi028 ceph-mon[112123]: pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:42 smithi138 ceph-mon[117003]: pgmap v10530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:42.819 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:42.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:42.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:42.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:42.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:43.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:43 smithi161 ceph-mon[116604]: from='client.289524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:43 smithi028 ceph-mon[112123]: from='client.289524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:43 smithi138 ceph-mon[117003]: from='client.289524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:44 smithi161 ceph-mon[116604]: 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-07T10:37:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:44 smithi028 ceph-mon[112123]: 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-07T10:37:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:44 smithi138 ceph-mon[117003]: 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-07T10:37:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:46 smithi161 ceph-mon[116604]: pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:46 smithi028 ceph-mon[112123]: pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:46 smithi138 ceph-mon[117003]: pgmap v10532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:47.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:47.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:47.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:48.594 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:48.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:48.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:48.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:48.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:48 smithi161 ceph-mon[116604]: pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:48 smithi028 ceph-mon[112123]: pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:48 smithi138 ceph-mon[117003]: pgmap v10533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:49.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:49 smithi161 ceph-mon[116604]: from='client.289599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:49.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:49 smithi028 ceph-mon[112123]: from='client.289599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:49.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:49 smithi138 ceph-mon[117003]: from='client.289599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:50 smithi161 ceph-mon[116604]: pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:50 smithi028 ceph-mon[112123]: pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:50.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:50 smithi138 ceph-mon[117003]: pgmap v10534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:37:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:52 smithi161 ceph-mon[116604]: 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-07T10:37:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:52 smithi028 ceph-mon[112123]: 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-07T10:37:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:52 smithi138 ceph-mon[117003]: 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-07T10:37:53.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:53.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:53.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:54.383 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:37:54.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:37:54.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:37:54.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:37:54.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:37:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:54 smithi161 ceph-mon[116604]: pgmap v10536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:54 smithi028 ceph-mon[112123]: pgmap v10536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:54 smithi138 ceph-mon[117003]: pgmap v10536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:55.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:55 smithi161 ceph-mon[116604]: from='client.289668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:55 smithi028 ceph-mon[112123]: from='client.289668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:55 smithi138 ceph-mon[117003]: from='client.289668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:37:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:56 smithi161 ceph-mon[116604]: pgmap v10537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:37:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:56 smithi028 ceph-mon[112123]: pgmap v10537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:37:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:56 smithi138 ceph-mon[117003]: pgmap v10537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:37:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:58 smithi161 ceph-mon[116604]: pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:37:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:58 smithi028 ceph-mon[112123]: pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:37:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:58 smithi138 ceph-mon[117003]: pgmap v10538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:37:59.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:37:59.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:37:59.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:37:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:37:59 smithi161 ceph-mon[116604]: pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:37:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:37:59 smithi028 ceph-mon[112123]: pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:37:59 smithi138 ceph-mon[117003]: pgmap v10539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:00.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:00.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:00.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:00.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:00.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:00.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:00 smithi161 ceph-mon[116604]: from='client.289743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:00.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:00 smithi028 ceph-mon[112123]: from='client.289743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:01.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:00 smithi138 ceph-mon[117003]: from='client.289743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:01 smithi161 ceph-mon[116604]: pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:01 smithi028 ceph-mon[112123]: pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:01 smithi138 ceph-mon[117003]: pgmap v10540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:04 smithi161 ceph-mon[116604]: pgmap v10541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:04 smithi028 ceph-mon[112123]: pgmap v10541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:04 smithi138 ceph-mon[117003]: pgmap v10541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:05.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:05.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:05.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:05.950 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:05.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:05.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:05.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:05.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:06 smithi161 ceph-mon[116604]: pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:06 smithi028 ceph-mon[112123]: pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:06 smithi138 ceph-mon[117003]: pgmap v10542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:07 smithi161 ceph-mon[116604]: from='client.289818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:07 smithi028 ceph-mon[112123]: from='client.289818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:07.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:07 smithi138 ceph-mon[117003]: from='client.289818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:08 smithi161 ceph-mon[116604]: pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:38:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:08 smithi028 ceph-mon[112123]: pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:38:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:08 smithi138 ceph-mon[117003]: pgmap v10543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:38:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:09 smithi161 ceph-mon[116604]: pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:38:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:09 smithi028 ceph-mon[112123]: pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:38:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:09 smithi138 ceph-mon[117003]: pgmap v10544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:38:10.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:10.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:10.952 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:11.719 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:11.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:11.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:11.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:11.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:12 smithi161 ceph-mon[116604]: from='client.289896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:12 smithi161 ceph-mon[116604]: pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:12 smithi028 ceph-mon[112123]: from='client.289896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:12 smithi028 ceph-mon[112123]: pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:12 smithi138 ceph-mon[117003]: from='client.289896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:12 smithi138 ceph-mon[117003]: pgmap v10545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:14 smithi161 ceph-mon[116604]: 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-07T10:38:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:14 smithi028 ceph-mon[112123]: 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-07T10:38:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:14 smithi138 ceph-mon[117003]: 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-07T10:38:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:16 smithi161 ceph-mon[116604]: 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-07T10:38:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:16 smithi028 ceph-mon[112123]: 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-07T10:38:16.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:16.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:16.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:16 smithi138 ceph-mon[117003]: 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-07T10:38:17.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:17.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:17.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:17.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:17.497 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:18 smithi161 ceph-mon[116604]: from='client.289971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:18 smithi161 ceph-mon[116604]: 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-07T10:38:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:18 smithi028 ceph-mon[112123]: from='client.289971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:18 smithi028 ceph-mon[112123]: 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-07T10:38:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:18 smithi138 ceph-mon[117003]: from='client.289971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:18 smithi138 ceph-mon[117003]: 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-07T10:38:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:19 smithi161 ceph-mon[116604]: pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:19 smithi028 ceph-mon[112123]: pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:19 smithi138 ceph-mon[117003]: pgmap v10549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:38:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:38:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:38:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:22 smithi161 ceph-mon[116604]: pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:38:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:38:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:38:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:22 smithi028 ceph-mon[112123]: pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:38:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:38:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:38:22.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:22.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:22.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:22 smithi138 ceph-mon[117003]: pgmap v10550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:38:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:38:22.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:38:23.275 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:23.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:23.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:23.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:23.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:24 smithi161 ceph-mon[116604]: from='client.290049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:24 smithi161 ceph-mon[116604]: 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-07T10:38:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:24 smithi028 ceph-mon[112123]: from='client.290049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:24 smithi028 ceph-mon[112123]: 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-07T10:38:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:24 smithi138 ceph-mon[117003]: from='client.290049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:24.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:24 smithi138 ceph-mon[117003]: 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-07T10:38:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:26 smithi161 ceph-mon[116604]: pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:26 smithi028 ceph-mon[112123]: pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:26 smithi138 ceph-mon[117003]: pgmap v10552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:28.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:28.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:28.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:28 smithi161 ceph-mon[116604]: pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:28 smithi028 ceph-mon[112123]: pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:28 smithi138 ceph-mon[117003]: pgmap v10553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:29.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:29.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:29.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:29.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:29.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:29 smithi161 ceph-mon[116604]: from='client.290124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:29 smithi161 ceph-mon[116604]: pgmap v10554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:29 smithi028 ceph-mon[112123]: from='client.290124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:29 smithi028 ceph-mon[112123]: pgmap v10554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:29 smithi138 ceph-mon[117003]: from='client.290124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:29 smithi138 ceph-mon[117003]: pgmap v10554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:32 smithi161 ceph-mon[116604]: 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-07T10:38:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:32 smithi028 ceph-mon[112123]: 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-07T10:38:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:32 smithi138 ceph-mon[117003]: 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-07T10:38:34.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:34.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:34.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:34 smithi161 ceph-mon[116604]: pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:34 smithi028 ceph-mon[112123]: pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:34 smithi138 ceph-mon[117003]: pgmap v10556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:34.825 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:34.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:34.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:34.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:34.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:35 smithi161 ceph-mon[116604]: from='client.290202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:35.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:35 smithi028 ceph-mon[112123]: from='client.290202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:35 smithi138 ceph-mon[117003]: from='client.290202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:36 smithi161 ceph-mon[116604]: 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-07T10:38:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:36 smithi028 ceph-mon[112123]: 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-07T10:38:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:36 smithi138 ceph-mon[117003]: 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-07T10:38:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:38 smithi161 ceph-mon[116604]: pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:38 smithi028 ceph-mon[112123]: pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:38 smithi138 ceph-mon[117003]: pgmap v10558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:39.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:39.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:39.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:39 smithi161 ceph-mon[116604]: pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:39 smithi028 ceph-mon[112123]: pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:39 smithi138 ceph-mon[117003]: pgmap v10559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:40.594 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:40.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:40.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:40.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:40.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:40.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:40 smithi161 ceph-mon[116604]: from='client.290280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:40.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:40 smithi028 ceph-mon[112123]: from='client.290280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:41.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:40 smithi138 ceph-mon[117003]: from='client.290280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:41.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:41 smithi161 ceph-mon[116604]: pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:41.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:41 smithi028 ceph-mon[112123]: pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:42.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:41 smithi138 ceph-mon[117003]: pgmap v10560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:44 smithi161 ceph-mon[116604]: pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:44 smithi028 ceph-mon[112123]: pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:44 smithi138 ceph-mon[117003]: pgmap v10561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:38:45.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:45.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:45.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:46.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:46.377 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:46.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:46.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:46.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:46 smithi161 ceph-mon[116604]: pgmap v10562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:46 smithi028 ceph-mon[112123]: pgmap v10562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:46 smithi138 ceph-mon[117003]: pgmap v10562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:47 smithi161 ceph-mon[116604]: from='client.290352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:47.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:47 smithi028 ceph-mon[112123]: from='client.290352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:47.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:47 smithi138 ceph-mon[117003]: from='client.290352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:48.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:48 smithi161 ceph-mon[116604]: 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-07T10:38:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:48 smithi028 ceph-mon[112123]: 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-07T10:38:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:48 smithi138 ceph-mon[117003]: 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-07T10:38:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:49 smithi161 ceph-mon[116604]: pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:49 smithi028 ceph-mon[112123]: pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:49 smithi138 ceph-mon[117003]: pgmap v10564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:38:51.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:51.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:51.379 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:52.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:52.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:52.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:52.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:52.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:52 smithi161 ceph-mon[116604]: pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:52 smithi028 ceph-mon[112123]: pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:52 smithi138 ceph-mon[117003]: pgmap v10565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:38:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:53 smithi161 ceph-mon[116604]: from='client.290421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:53 smithi028 ceph-mon[112123]: from='client.290421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:53.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:53 smithi138 ceph-mon[117003]: from='client.290421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:54 smithi161 ceph-mon[116604]: 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-07T10:38:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:54 smithi028 ceph-mon[112123]: 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-07T10:38:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:54 smithi138 ceph-mon[117003]: 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-07T10:38:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:56 smithi161 ceph-mon[116604]: 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-07T10:38:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:56 smithi028 ceph-mon[112123]: 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-07T10:38:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:56 smithi138 ceph-mon[117003]: 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-07T10:38:57.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:38:57.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:38:57.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:38:57.922 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:38:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:38:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:38:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:38:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:38:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:58 smithi161 ceph-mon[116604]: 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-07T10:38:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:58 smithi028 ceph-mon[112123]: 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-07T10:38:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:58 smithi138 ceph-mon[117003]: 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-07T10:38:59.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:38:59 smithi161 ceph-mon[116604]: from='client.290496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:59.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:38:59 smithi028 ceph-mon[112123]: from='client.290496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:38:59.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:38:59 smithi138 ceph-mon[117003]: from='client.290496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:00 smithi161 ceph-mon[116604]: pgmap v10569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:00 smithi028 ceph-mon[112123]: pgmap v10569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:00 smithi138 ceph-mon[117003]: pgmap v10569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:02 smithi161 ceph-mon[116604]: pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:02 smithi028 ceph-mon[112123]: pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:02 smithi138 ceph-mon[117003]: pgmap v10570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:02.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:02.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:02.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:03.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:03.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:03.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:03.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:03.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:04 smithi161 ceph-mon[116604]: from='client.290574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:04 smithi161 ceph-mon[116604]: 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-07T10:39:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:04 smithi028 ceph-mon[112123]: from='client.290574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:04 smithi028 ceph-mon[112123]: 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-07T10:39:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:04 smithi138 ceph-mon[117003]: from='client.290574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:04 smithi138 ceph-mon[117003]: 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-07T10:39:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:06 smithi161 ceph-mon[116604]: pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:06 smithi028 ceph-mon[112123]: pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:06 smithi138 ceph-mon[117003]: pgmap v10572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:08 smithi161 ceph-mon[116604]: pgmap v10573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:08.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:08.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:08.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:08 smithi028 ceph-mon[112123]: pgmap v10573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:08 smithi138 ceph-mon[117003]: pgmap v10573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:09.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:09.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:09.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:09.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:09.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:09 smithi161 ceph-mon[116604]: from='client.290652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:09 smithi161 ceph-mon[116604]: pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:39:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:09 smithi028 ceph-mon[112123]: from='client.290652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:09 smithi028 ceph-mon[112123]: pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:39:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:09 smithi138 ceph-mon[117003]: from='client.290652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:09 smithi138 ceph-mon[117003]: pgmap v10574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:39:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:12 smithi161 ceph-mon[116604]: pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:39:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:12 smithi028 ceph-mon[112123]: pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:39:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:12 smithi138 ceph-mon[117003]: pgmap v10575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:39:14.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:14.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:14.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:14 smithi161 ceph-mon[116604]: pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:39:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:14 smithi028 ceph-mon[112123]: pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:39:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:14 smithi138 ceph-mon[117003]: pgmap v10576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:39:15.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:15.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:15.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:15.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:15.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:16 smithi161 ceph-mon[116604]: from='client.290730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:16 smithi161 ceph-mon[116604]: 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-07T10:39:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:16 smithi028 ceph-mon[112123]: from='client.290730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:16 smithi028 ceph-mon[112123]: 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-07T10:39:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:16 smithi138 ceph-mon[117003]: from='client.290730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:16 smithi138 ceph-mon[117003]: 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-07T10:39:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:18 smithi161 ceph-mon[116604]: pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:18 smithi028 ceph-mon[112123]: pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:18 smithi138 ceph-mon[117003]: pgmap v10578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:19 smithi161 ceph-mon[116604]: 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-07T10:39:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:19 smithi028 ceph-mon[112123]: 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-07T10:39:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:19 smithi138 ceph-mon[117003]: 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-07T10:39:20.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:20.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:20.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:21.039 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:21.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:21.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:21.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:21.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:22 smithi161 ceph-mon[116604]: from='client.290805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:22 smithi161 ceph-mon[116604]: pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:39:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:39:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:39:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:39:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:39:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:22 smithi028 ceph-mon[112123]: from='client.290805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:22 smithi028 ceph-mon[112123]: pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:39:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:39:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:39:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:39:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:39:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:22 smithi138 ceph-mon[117003]: from='client.290805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:22 smithi138 ceph-mon[117003]: pgmap v10580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:39:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:39:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:39:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:39:22.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:39:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:24 smithi161 ceph-mon[116604]: pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:39:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:24 smithi028 ceph-mon[112123]: pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:39:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:24 smithi138 ceph-mon[117003]: pgmap v10581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:39:26.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:26.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:26.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:26 smithi161 ceph-mon[116604]: pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:39:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:26 smithi028 ceph-mon[112123]: pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:39:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:26 smithi138 ceph-mon[117003]: pgmap v10582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:39:26.820 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:26.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:26.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:26.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:26.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:27 smithi161 ceph-mon[116604]: from='client.290883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:27 smithi028 ceph-mon[112123]: from='client.290883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:27 smithi138 ceph-mon[117003]: from='client.290883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:28 smithi161 ceph-mon[116604]: 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-07T10:39:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:28 smithi028 ceph-mon[112123]: 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-07T10:39:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:28 smithi138 ceph-mon[117003]: 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-07T10:39:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:29 smithi161 ceph-mon[116604]: pgmap v10584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:29 smithi028 ceph-mon[112123]: pgmap v10584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:29 smithi138 ceph-mon[117003]: pgmap v10584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:31.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:31.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:31.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:32.612 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:32.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:32.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:32.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:32.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:32 smithi161 ceph-mon[116604]: pgmap v10585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:32 smithi028 ceph-mon[112123]: pgmap v10585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:32 smithi138 ceph-mon[117003]: pgmap v10585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:33.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:33 smithi161 ceph-mon[116604]: from='client.290958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:33.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:33 smithi028 ceph-mon[112123]: from='client.290958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:33.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:33 smithi138 ceph-mon[117003]: from='client.290958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:34 smithi161 ceph-mon[116604]: 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-07T10:39:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:34 smithi028 ceph-mon[112123]: 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-07T10:39:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:34 smithi138 ceph-mon[117003]: 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-07T10:39:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:36 smithi161 ceph-mon[116604]: 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-07T10:39:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:36 smithi028 ceph-mon[112123]: 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-07T10:39:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:36 smithi138 ceph-mon[117003]: 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-07T10:39:37.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:37.615 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:37.615 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:38.394 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:38.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:38.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:38.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:38.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:38 smithi161 ceph-mon[116604]: 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-07T10:39:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:38 smithi028 ceph-mon[112123]: 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-07T10:39:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:38 smithi138 ceph-mon[117003]: 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-07T10:39:39.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:39 smithi161 ceph-mon[116604]: from='client.291036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:39.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:39 smithi028 ceph-mon[112123]: from='client.291036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:39.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:39 smithi138 ceph-mon[117003]: from='client.291036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:40 smithi161 ceph-mon[116604]: pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:40 smithi028 ceph-mon[112123]: pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:40 smithi138 ceph-mon[117003]: pgmap v10589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:39:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:42 smithi161 ceph-mon[116604]: pgmap v10590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:42 smithi028 ceph-mon[112123]: pgmap v10590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:42 smithi138 ceph-mon[117003]: pgmap v10590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:43.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:43.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:43.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:44.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:44.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:44.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:44.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:44.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:44 smithi161 ceph-mon[116604]: 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-07T10:39:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:44 smithi028 ceph-mon[112123]: 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-07T10:39:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:44 smithi138 ceph-mon[117003]: 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-07T10:39:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:45 smithi028 ceph-mon[112123]: from='client.291114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:45 smithi138 ceph-mon[117003]: from='client.291114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:45 smithi161 ceph-mon[116604]: from='client.291114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:46 smithi028 ceph-mon[112123]: pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:39:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:46 smithi138 ceph-mon[117003]: pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:39:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:46 smithi161 ceph-mon[116604]: pgmap v10592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:39:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:48 smithi028 ceph-mon[112123]: pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:39:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:48 smithi138 ceph-mon[117003]: pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:39:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:48 smithi161 ceph-mon[116604]: pgmap v10593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:39:49.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:49.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:49.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:49 smithi161 ceph-mon[116604]: pgmap v10594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:49.942 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:49.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:49.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:49.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:49.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:49 smithi028 ceph-mon[112123]: pgmap v10594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:49 smithi138 ceph-mon[117003]: pgmap v10594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:39:50.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:50 smithi161 ceph-mon[116604]: from='client.291189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:50.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:50 smithi028 ceph-mon[112123]: from='client.291189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:51.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:50 smithi138 ceph-mon[117003]: from='client.291189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:51.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:51 smithi161 ceph-mon[116604]: pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:51.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:51 smithi028 ceph-mon[112123]: pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:51 smithi138 ceph-mon[117003]: pgmap v10595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:39:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:54 smithi161 ceph-mon[116604]: 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-07T10:39:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:54 smithi028 ceph-mon[112123]: 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-07T10:39:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:54 smithi138 ceph-mon[117003]: 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-07T10:39:54.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:39:54.945 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:39:54.945 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:39:55.742 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:39:55.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:39:55.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:39:55.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:39:55.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:39:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:56 smithi161 ceph-mon[116604]: from='client.291264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:56 smithi161 ceph-mon[116604]: 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-07T10:39:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:56 smithi028 ceph-mon[112123]: from='client.291264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:56 smithi028 ceph-mon[112123]: 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-07T10:39:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:56 smithi138 ceph-mon[117003]: from='client.291264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:39:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:56 smithi138 ceph-mon[117003]: 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-07T10:39:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:58 smithi161 ceph-mon[116604]: pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:39:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:58 smithi028 ceph-mon[112123]: pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:39:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:58 smithi138 ceph-mon[117003]: pgmap v10598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:39:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:39:59 smithi161 ceph-mon[116604]: pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:39:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:39:59 smithi028 ceph-mon[112123]: pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:40:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:39:59 smithi138 ceph-mon[117003]: pgmap v10599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:40:00.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:00.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:00.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:00.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T10:40:00.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T10:40:01.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T10:40:01.514 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:01.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:01.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:01.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:01.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:01 smithi161 ceph-mon[116604]: from='client.291342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:01.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:01 smithi161 ceph-mon[116604]: pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:01 smithi028 ceph-mon[112123]: from='client.291342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:01 smithi028 ceph-mon[112123]: pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:01 smithi138 ceph-mon[117003]: from='client.291342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:01 smithi138 ceph-mon[117003]: pgmap v10600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:04 smithi161 ceph-mon[116604]: 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-07T10:40:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:04 smithi028 ceph-mon[112123]: 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-07T10:40:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:04 smithi138 ceph-mon[117003]: 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-07T10:40:06.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:06.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:06.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:06 smithi161 ceph-mon[116604]: 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-07T10:40:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:06 smithi028 ceph-mon[112123]: 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-07T10:40:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:06 smithi138 ceph-mon[117003]: 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-07T10:40:07.284 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:07.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:07.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:07.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:07.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:08 smithi161 ceph-mon[116604]: from='client.291414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:08.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:08 smithi161 ceph-mon[116604]: 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-07T10:40:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:08 smithi028 ceph-mon[112123]: from='client.291414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:08 smithi028 ceph-mon[112123]: 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-07T10:40:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:08 smithi138 ceph-mon[117003]: from='client.291414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:08 smithi138 ceph-mon[117003]: 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-07T10:40:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:09 smithi161 ceph-mon[116604]: pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:09 smithi028 ceph-mon[112123]: pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:09 smithi138 ceph-mon[117003]: pgmap v10604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:12.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:12.286 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:12.286 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:12 smithi161 ceph-mon[116604]: pgmap v10605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:12 smithi028 ceph-mon[112123]: pgmap v10605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:12 smithi138 ceph-mon[117003]: pgmap v10605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:13.052 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:13.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:13.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:13.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:13.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:14 smithi161 ceph-mon[116604]: from='client.291489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:14 smithi161 ceph-mon[116604]: 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-07T10:40:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:14 smithi028 ceph-mon[112123]: from='client.291489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:14 smithi028 ceph-mon[112123]: 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-07T10:40:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:14 smithi138 ceph-mon[117003]: from='client.291489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:14 smithi138 ceph-mon[117003]: 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-07T10:40:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:16 smithi161 ceph-mon[116604]: 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-07T10:40:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:16 smithi028 ceph-mon[112123]: 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-07T10:40:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:16 smithi138 ceph-mon[117003]: 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-07T10:40:18.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:18.054 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:18.054 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:18 smithi161 ceph-mon[116604]: 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-07T10:40:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:18 smithi028 ceph-mon[112123]: 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-07T10:40:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:18 smithi138 ceph-mon[117003]: 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-07T10:40:18.825 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:18.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:18.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:18.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:18.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:19.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:19 smithi161 ceph-mon[116604]: from='client.291567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:19.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:19 smithi028 ceph-mon[112123]: from='client.291567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:19.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:19 smithi138 ceph-mon[117003]: from='client.291567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:20 smithi161 ceph-mon[116604]: pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:20.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:20 smithi028 ceph-mon[112123]: pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:20 smithi138 ceph-mon[117003]: pgmap v10609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:22 smithi028 ceph-mon[112123]: pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:22 smithi138 ceph-mon[117003]: pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:22 smithi161 ceph-mon[116604]: pgmap v10610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:40:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:40:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:40:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:40:23.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:40:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:40:23.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:23.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:23.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:40:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:40:24.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:24.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:24.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:24.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:24.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:24 smithi028 ceph-mon[112123]: 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-07T10:40:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:24 smithi138 ceph-mon[117003]: 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-07T10:40:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:24 smithi161 ceph-mon[116604]: 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-07T10:40:25.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:25 smithi028 ceph-mon[112123]: from='client.291642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:25.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:25 smithi138 ceph-mon[117003]: from='client.291642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:25 smithi161 ceph-mon[116604]: from='client.291642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:26 smithi028 ceph-mon[112123]: 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-07T10:40:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:26 smithi138 ceph-mon[117003]: 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-07T10:40:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:26 smithi161 ceph-mon[116604]: 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-07T10:40:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:28 smithi028 ceph-mon[112123]: 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-07T10:40:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:28 smithi138 ceph-mon[117003]: 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-07T10:40:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:28 smithi161 ceph-mon[116604]: 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-07T10:40:29.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:29.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:29.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:29 smithi161 ceph-mon[116604]: pgmap v10614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:29 smithi028 ceph-mon[112123]: pgmap v10614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:29 smithi138 ceph-mon[117003]: pgmap v10614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:30.393 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:30.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:30.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:30.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:30.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:30.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:30 smithi161 ceph-mon[116604]: from='client.291720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:30.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:30 smithi028 ceph-mon[112123]: from='client.291720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:30 smithi138 ceph-mon[117003]: from='client.291720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:31.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:31 smithi161 ceph-mon[116604]: pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:31.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:31 smithi028 ceph-mon[112123]: pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:31 smithi138 ceph-mon[117003]: pgmap v10615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:40:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:34 smithi161 ceph-mon[116604]: 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-07T10:40:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:34 smithi028 ceph-mon[112123]: 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-07T10:40:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:34 smithi138 ceph-mon[117003]: 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-07T10:40:35.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:35.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:35.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:36.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:36.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:36.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:36.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:36.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:36 smithi161 ceph-mon[116604]: 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-07T10:40:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:36 smithi028 ceph-mon[112123]: 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-07T10:40:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:36 smithi138 ceph-mon[117003]: 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-07T10:40:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:37 smithi028 ceph-mon[112123]: from='client.291792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:37.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:37 smithi138 ceph-mon[117003]: from='client.291792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:37 smithi161 ceph-mon[116604]: from='client.291792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:38.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:38 smithi028 ceph-mon[112123]: 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-07T10:40:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:38 smithi138 ceph-mon[117003]: 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-07T10:40:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:38 smithi161 ceph-mon[116604]: 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-07T10:40:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:39 smithi161 ceph-mon[116604]: pgmap v10619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:39 smithi028 ceph-mon[112123]: pgmap v10619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:39 smithi138 ceph-mon[117003]: pgmap v10619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:41.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:41.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:41.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:41.941 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:41.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:41.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:41.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:41.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:42 smithi161 ceph-mon[116604]: pgmap v10620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:42 smithi028 ceph-mon[112123]: pgmap v10620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:42 smithi138 ceph-mon[117003]: pgmap v10620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:43 smithi028 ceph-mon[112123]: from='client.291864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:43 smithi138 ceph-mon[117003]: from='client.291864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:43.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:43 smithi161 ceph-mon[116604]: from='client.291864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:44 smithi028 ceph-mon[112123]: 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-07T10:40:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:44 smithi138 ceph-mon[117003]: 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-07T10:40:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:44 smithi161 ceph-mon[116604]: 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-07T10:40:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:46 smithi028 ceph-mon[112123]: 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-07T10:40:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:46 smithi138 ceph-mon[117003]: 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-07T10:40:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:46 smithi161 ceph-mon[116604]: 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-07T10:40:46.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:46.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:46.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:47.720 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:47.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:48 smithi028 ceph-mon[112123]: from='client.291942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:48 smithi028 ceph-mon[112123]: 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-07T10:40:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:48 smithi138 ceph-mon[117003]: from='client.291942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:48 smithi138 ceph-mon[117003]: 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-07T10:40:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:48 smithi161 ceph-mon[116604]: from='client.291942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:48 smithi161 ceph-mon[116604]: 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-07T10:40:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:49 smithi161 ceph-mon[116604]: pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:49 smithi028 ceph-mon[112123]: pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:49 smithi138 ceph-mon[117003]: pgmap v10624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:40:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:52 smithi161 ceph-mon[116604]: pgmap v10625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:52 smithi028 ceph-mon[112123]: pgmap v10625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:52.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:52.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:52.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:52 smithi138 ceph-mon[117003]: pgmap v10625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:40:53.497 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:53.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:53.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:53.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:53.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:54 smithi028 ceph-mon[112123]: from='client.292011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:54 smithi028 ceph-mon[112123]: 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-07T10:40:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:54 smithi138 ceph-mon[117003]: from='client.292011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:54 smithi138 ceph-mon[117003]: 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-07T10:40:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:54 smithi161 ceph-mon[116604]: from='client.292011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:54 smithi161 ceph-mon[116604]: 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-07T10:40:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:56 smithi028 ceph-mon[112123]: 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-07T10:40:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:56 smithi138 ceph-mon[117003]: 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-07T10:40:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:56 smithi161 ceph-mon[116604]: 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-07T10:40:58.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:40:58.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:40:58.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:40:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:58 smithi028 ceph-mon[112123]: 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-07T10:40:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:58 smithi138 ceph-mon[117003]: 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-07T10:40:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:58 smithi161 ceph-mon[116604]: 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-07T10:40:59.270 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:40:59.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:40:59.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:40:59.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:40:59.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:40:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:59 smithi161 ceph-mon[116604]: from='client.292089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:40:59 smithi161 ceph-mon[116604]: pgmap v10629: 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-07T10:40:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:59 smithi028 ceph-mon[112123]: from='client.292089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:40:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:40:59 smithi028 ceph-mon[112123]: pgmap v10629: 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-07T10:41:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:59 smithi138 ceph-mon[117003]: from='client.292089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:40:59 smithi138 ceph-mon[117003]: pgmap v10629: 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-07T10:41:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:02 smithi028 ceph-mon[112123]: pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:02 smithi138 ceph-mon[117003]: pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:02.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:02 smithi161 ceph-mon[116604]: pgmap v10630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:04.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:04.272 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:04.272 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:04 smithi028 ceph-mon[112123]: pgmap v10631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:04 smithi138 ceph-mon[117003]: pgmap v10631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:04 smithi161 ceph-mon[116604]: pgmap v10631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:05.068 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:05.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:05.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:05.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:05.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:06 smithi028 ceph-mon[112123]: from='client.292158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:06 smithi028 ceph-mon[112123]: 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-07T10:41:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:06 smithi138 ceph-mon[117003]: from='client.292158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:06 smithi138 ceph-mon[117003]: 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-07T10:41:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:06 smithi161 ceph-mon[116604]: from='client.292158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:06 smithi161 ceph-mon[116604]: 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-07T10:41:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:08 smithi028 ceph-mon[112123]: 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-07T10:41:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:08 smithi138 ceph-mon[117003]: 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-07T10:41:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:08 smithi161 ceph-mon[116604]: 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-07T10:41:09.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:09 smithi161 ceph-mon[116604]: pgmap v10634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:09 smithi028 ceph-mon[112123]: pgmap v10634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:09 smithi138 ceph-mon[117003]: pgmap v10634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:10.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:10.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:10.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:10.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:10.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:10.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:10.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:10.843 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:10.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:10 smithi161 ceph-mon[116604]: from='client.292236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:10.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:10 smithi028 ceph-mon[112123]: from='client.292236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:11.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:10 smithi138 ceph-mon[117003]: from='client.292236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:11.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:11 smithi161 ceph-mon[116604]: pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:11.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:11 smithi028 ceph-mon[112123]: pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:11 smithi138 ceph-mon[117003]: pgmap v10635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:14 smithi028 ceph-mon[112123]: pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:14 smithi138 ceph-mon[117003]: pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:14 smithi161 ceph-mon[116604]: pgmap v10636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:41:15.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:15.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:15.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:16.616 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:16.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:16.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:16.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:16.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:16 smithi028 ceph-mon[112123]: pgmap v10637: 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-07T10:41:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:16 smithi138 ceph-mon[117003]: pgmap v10637: 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-07T10:41:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:16 smithi161 ceph-mon[116604]: pgmap v10637: 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-07T10:41:17.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:17 smithi028 ceph-mon[112123]: from='client.292308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:17.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:17 smithi138 ceph-mon[117003]: from='client.292308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:17 smithi161 ceph-mon[116604]: from='client.292308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:18.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:18 smithi028 ceph-mon[112123]: 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-07T10:41:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:18 smithi138 ceph-mon[117003]: 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-07T10:41:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:18 smithi161 ceph-mon[116604]: 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-07T10:41:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:19 smithi161 ceph-mon[116604]: pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:19 smithi028 ceph-mon[112123]: pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:19 smithi138 ceph-mon[117003]: pgmap v10639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:21.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:21.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:21.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:22.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:22.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:22.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:22.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:22.394 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:22 smithi028 ceph-mon[112123]: pgmap v10640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:22 smithi138 ceph-mon[117003]: pgmap v10640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:22 smithi161 ceph-mon[116604]: pgmap v10640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:23.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:23 smithi028 ceph-mon[112123]: from='client.292386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:23.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:23 smithi138 ceph-mon[117003]: from='client.292386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:23 smithi161 ceph-mon[116604]: from='client.292386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:24 smithi028 ceph-mon[112123]: 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-07T10:41:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:41:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:41:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:41:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:41:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:24 smithi138 ceph-mon[117003]: 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-07T10:41:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:41:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:41:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:41:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:41:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:24 smithi161 ceph-mon[116604]: 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-07T10:41:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:41:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:41:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:41:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:41:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:26 smithi028 ceph-mon[112123]: 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-07T10:41:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:26 smithi138 ceph-mon[117003]: 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-07T10:41:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:26 smithi161 ceph-mon[116604]: 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-07T10:41:27.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:27.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:27.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:28.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:28.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:28.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:28.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:28.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:28 smithi028 ceph-mon[112123]: 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-07T10:41:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:28 smithi138 ceph-mon[117003]: 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-07T10:41:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:28 smithi161 ceph-mon[116604]: 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-07T10:41:29.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:29 smithi028 ceph-mon[112123]: from='client.292461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:29 smithi138 ceph-mon[117003]: from='client.292461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:29 smithi161 ceph-mon[116604]: from='client.292461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:30 smithi028 ceph-mon[112123]: pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:30.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:30 smithi138 ceph-mon[117003]: pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:30.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:30 smithi161 ceph-mon[116604]: pgmap v10644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:32 smithi028 ceph-mon[112123]: pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:32 smithi138 ceph-mon[117003]: pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:32 smithi161 ceph-mon[116604]: pgmap v10645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:33.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:33.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:33.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:33.938 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:33.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:33.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:33.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:33.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:34 smithi028 ceph-mon[112123]: 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-07T10:41:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:34 smithi138 ceph-mon[117003]: 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-07T10:41:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:34 smithi161 ceph-mon[116604]: 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-07T10:41:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:35 smithi138 ceph-mon[117003]: from='client.292539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:35 smithi161 ceph-mon[116604]: from='client.292539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:35 smithi028 ceph-mon[112123]: from='client.292539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:36 smithi138 ceph-mon[117003]: 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-07T10:41:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:36 smithi161 ceph-mon[116604]: 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-07T10:41:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:36 smithi028 ceph-mon[112123]: 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-07T10:41:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:38 smithi138 ceph-mon[117003]: 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-07T10:41:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:38 smithi161 ceph-mon[116604]: 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-07T10:41:38.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:38.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:38.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:38 smithi028 ceph-mon[112123]: 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-07T10:41:39.731 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:39.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:39.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:39.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:39.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:39 smithi028 ceph-mon[112123]: from='client.292614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:39 smithi028 ceph-mon[112123]: pgmap v10649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:39 smithi138 ceph-mon[117003]: from='client.292614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:39 smithi138 ceph-mon[117003]: pgmap v10649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:39 smithi161 ceph-mon[116604]: from='client.292614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:39 smithi161 ceph-mon[116604]: pgmap v10649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:42 smithi028 ceph-mon[112123]: pgmap v10650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:42 smithi138 ceph-mon[117003]: pgmap v10650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:42 smithi161 ceph-mon[116604]: pgmap v10650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:44 smithi028 ceph-mon[112123]: pgmap v10651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:44.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:44.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:44.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:44 smithi138 ceph-mon[117003]: pgmap v10651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:44 smithi161 ceph-mon[116604]: pgmap v10651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:41:45.513 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:45.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:45.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:45.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:45.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:46 smithi028 ceph-mon[112123]: from='client.292692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:46 smithi028 ceph-mon[112123]: 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-07T10:41:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:46 smithi138 ceph-mon[117003]: from='client.292692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:46 smithi138 ceph-mon[117003]: 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-07T10:41:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:46 smithi161 ceph-mon[116604]: from='client.292692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:46 smithi161 ceph-mon[116604]: 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-07T10:41:48.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:48 smithi028 ceph-mon[112123]: 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-07T10:41:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:48 smithi138 ceph-mon[117003]: 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-07T10:41:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:48 smithi161 ceph-mon[116604]: 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-07T10:41:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:49 smithi028 ceph-mon[112123]: pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:49 smithi138 ceph-mon[117003]: pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:49 smithi161 ceph-mon[116604]: pgmap v10654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:50.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:50.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:50.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:51.309 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:51.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:51.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:51.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:51.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:52 smithi028 ceph-mon[112123]: from='client.292767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:52.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:52 smithi028 ceph-mon[112123]: pgmap v10655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:52 smithi138 ceph-mon[117003]: from='client.292767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:52 smithi138 ceph-mon[117003]: pgmap v10655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:52.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:52 smithi161 ceph-mon[116604]: from='client.292767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:52.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:52 smithi161 ceph-mon[116604]: pgmap v10655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:54 smithi028 ceph-mon[112123]: pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:54 smithi138 ceph-mon[117003]: pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:54 smithi161 ceph-mon[116604]: pgmap v10656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:41:56.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:41:56.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:41:56.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:41:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:56 smithi028 ceph-mon[112123]: pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:56 smithi138 ceph-mon[117003]: pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:56 smithi161 ceph-mon[116604]: pgmap v10657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:41:57.091 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:41:57.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:41:57.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:41:57.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:41:57.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:41:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:58 smithi028 ceph-mon[112123]: from='client.292845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:58.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:58 smithi028 ceph-mon[112123]: 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-07T10:41:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:58 smithi138 ceph-mon[117003]: from='client.292845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:58.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:58 smithi138 ceph-mon[117003]: 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-07T10:41:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:58 smithi161 ceph-mon[116604]: from='client.292845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:41:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:58 smithi161 ceph-mon[116604]: 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-07T10:41:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:41:59 smithi028 ceph-mon[112123]: pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:41:59 smithi138 ceph-mon[117003]: pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:41:59 smithi161 ceph-mon[116604]: pgmap v10659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:02.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:02.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:02.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:02 smithi028 ceph-mon[112123]: pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:02 smithi138 ceph-mon[117003]: pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:02.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:02.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:02.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:02.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:02.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:02.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:02 smithi161 ceph-mon[116604]: pgmap v10660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:03 smithi028 ceph-mon[112123]: from='client.292923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:03.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:03 smithi138 ceph-mon[117003]: from='client.292923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:03 smithi161 ceph-mon[116604]: from='client.292923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:04 smithi028 ceph-mon[112123]: 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-07T10:42:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:04 smithi138 ceph-mon[117003]: 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-07T10:42:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:04 smithi161 ceph-mon[116604]: 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-07T10:42:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:06 smithi028 ceph-mon[112123]: 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-07T10:42:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:06 smithi138 ceph-mon[117003]: 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-07T10:42:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:06 smithi161 ceph-mon[116604]: 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-07T10:42:07.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:07.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:07.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:08.660 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:08.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:08.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:08.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:08.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:08.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:08 smithi028 ceph-mon[112123]: 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-07T10:42:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:08 smithi138 ceph-mon[117003]: 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-07T10:42:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:08 smithi161 ceph-mon[116604]: 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-07T10:42:09.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:09 smithi138 ceph-mon[117003]: from='client.293001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:09 smithi161 ceph-mon[116604]: from='client.293001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:09.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:09 smithi028 ceph-mon[112123]: from='client.293001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:10 smithi138 ceph-mon[117003]: pgmap v10664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:10.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:10 smithi161 ceph-mon[116604]: pgmap v10664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:10.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:10 smithi028 ceph-mon[112123]: pgmap v10664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:12 smithi138 ceph-mon[117003]: pgmap v10665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:12 smithi161 ceph-mon[116604]: pgmap v10665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:12 smithi028 ceph-mon[112123]: pgmap v10665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:13.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:13.663 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:13.663 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:14.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:14.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:14.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:14.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:14.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:14 smithi138 ceph-mon[117003]: 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-07T10:42:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:14 smithi161 ceph-mon[116604]: 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-07T10:42:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:14 smithi028 ceph-mon[112123]: 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-07T10:42:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:15 smithi138 ceph-mon[117003]: from='client.293076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:15.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:15 smithi161 ceph-mon[116604]: from='client.293076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:15 smithi028 ceph-mon[112123]: from='client.293076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:16 smithi138 ceph-mon[117003]: pgmap v10667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:42:16.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:16 smithi161 ceph-mon[116604]: pgmap v10667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:42:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:16 smithi028 ceph-mon[112123]: pgmap v10667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:42:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:18 smithi138 ceph-mon[117003]: pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:42:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:18 smithi161 ceph-mon[116604]: pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:42:18.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:18 smithi028 ceph-mon[112123]: pgmap v10668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:42:19.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:19.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:19.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:19 smithi028 ceph-mon[112123]: 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-07T10:42:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:19 smithi138 ceph-mon[117003]: 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-07T10:42:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:19 smithi161 ceph-mon[116604]: 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-07T10:42:20.214 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:20.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:20.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:20.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:20.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:20.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:20 smithi028 ceph-mon[112123]: from='client.293151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:20 smithi138 ceph-mon[117003]: from='client.293151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:21.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:20 smithi161 ceph-mon[116604]: from='client.293151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:21.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:21 smithi028 ceph-mon[112123]: pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:21 smithi138 ceph-mon[117003]: pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:21 smithi161 ceph-mon[116604]: pgmap v10670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:24 smithi161 ceph-mon[116604]: pgmap v10671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:42:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:24 smithi028 ceph-mon[112123]: pgmap v10671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:42:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:24 smithi138 ceph-mon[117003]: pgmap v10671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:42:25.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:25.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:25.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:26.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:26.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:26.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:26.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:26.008 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: 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-07T10:42:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:42:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:42:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:42:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: 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-07T10:42:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:42:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:42:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:42:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: 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-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:42:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:42:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:42:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:27 smithi161 ceph-mon[116604]: from='client.209207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:27 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16224M 2023-12-07T10:42:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:27 smithi028 ceph-mon[112123]: from='client.209207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:27 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16224M 2023-12-07T10:42:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:27 smithi138 ceph-mon[117003]: from='client.209207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:27 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16224M 2023-12-07T10:42:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:28 smithi161 ceph-mon[116604]: pgmap v10673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:28.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:28 smithi028 ceph-mon[112123]: pgmap v10673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:28 smithi138 ceph-mon[117003]: pgmap v10673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:42:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:29 smithi028 ceph-mon[112123]: pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:42:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:29 smithi138 ceph-mon[117003]: pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:42:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:29 smithi161 ceph-mon[116604]: pgmap v10674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:42:31.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:31.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:31.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:31.776 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:31.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:31.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:31.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:31.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:32 smithi028 ceph-mon[112123]: from='client.293304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:32 smithi028 ceph-mon[112123]: 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-07T10:42:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:32 smithi138 ceph-mon[117003]: from='client.293304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:32 smithi138 ceph-mon[117003]: 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-07T10:42:32.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:32 smithi161 ceph-mon[116604]: from='client.293304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:32 smithi161 ceph-mon[116604]: 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-07T10:42:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:34 smithi028 ceph-mon[112123]: pgmap v10676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:34 smithi138 ceph-mon[117003]: pgmap v10676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:34 smithi161 ceph-mon[116604]: pgmap v10676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:36.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:36.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:36.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:36 smithi138 ceph-mon[117003]: pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:36 smithi161 ceph-mon[116604]: pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:36 smithi028 ceph-mon[112123]: pgmap v10677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:37.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:37.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:37.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:37.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:37.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:38 smithi138 ceph-mon[117003]: from='client.293379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:38 smithi138 ceph-mon[117003]: 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-07T10:42:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:38 smithi161 ceph-mon[116604]: from='client.293379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:38 smithi161 ceph-mon[116604]: 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-07T10:42:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:38 smithi028 ceph-mon[112123]: from='client.293379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:38 smithi028 ceph-mon[112123]: 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-07T10:42:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:39 smithi028 ceph-mon[112123]: pgmap v10679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:39 smithi138 ceph-mon[117003]: pgmap v10679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:39 smithi161 ceph-mon[116604]: pgmap v10679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:42.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:42.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:42.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:42 smithi028 ceph-mon[112123]: pgmap v10680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:42 smithi138 ceph-mon[117003]: pgmap v10680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:42.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:42 smithi161 ceph-mon[116604]: pgmap v10680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:43.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:43.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:43.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:43.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:43.327 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:44 smithi138 ceph-mon[117003]: from='client.293454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:44 smithi138 ceph-mon[117003]: 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-07T10:42:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:44 smithi161 ceph-mon[116604]: from='client.293454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:44 smithi161 ceph-mon[116604]: 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-07T10:42:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:44 smithi028 ceph-mon[112123]: from='client.293454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:44 smithi028 ceph-mon[112123]: 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-07T10:42:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:46 smithi138 ceph-mon[117003]: 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-07T10:42:46.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:46 smithi161 ceph-mon[116604]: 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-07T10:42:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:46 smithi028 ceph-mon[112123]: 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-07T10:42:48.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:48.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:48.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:48 smithi138 ceph-mon[117003]: 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-07T10:42:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:48 smithi161 ceph-mon[116604]: 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-07T10:42:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:48 smithi028 ceph-mon[112123]: 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-07T10:42:49.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:49.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:49.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:49.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:49.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:49 smithi028 ceph-mon[112123]: from='client.293529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:49 smithi028 ceph-mon[112123]: pgmap v10684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:49 smithi138 ceph-mon[117003]: from='client.293529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:49 smithi138 ceph-mon[117003]: pgmap v10684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:49 smithi161 ceph-mon[116604]: from='client.293529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:49 smithi161 ceph-mon[116604]: pgmap v10684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:42:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:52 smithi138 ceph-mon[117003]: pgmap v10685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:52.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:52 smithi161 ceph-mon[116604]: pgmap v10685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:52 smithi028 ceph-mon[112123]: pgmap v10685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:54.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:54.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:54.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:54 smithi138 ceph-mon[117003]: 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-07T10:42:54.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:42:54.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:42:54.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:42:54.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:42:54.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:42:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:54 smithi161 ceph-mon[116604]: 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-07T10:42:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:54 smithi028 ceph-mon[112123]: 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-07T10:42:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:55 smithi138 ceph-mon[117003]: from='client.293601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:55 smithi161 ceph-mon[116604]: from='client.293601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:55 smithi028 ceph-mon[112123]: from='client.293601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:42:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:56 smithi138 ceph-mon[117003]: pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:56 smithi161 ceph-mon[116604]: pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:56 smithi028 ceph-mon[112123]: pgmap v10687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:42:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:58 smithi138 ceph-mon[117003]: pgmap v10688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:58 smithi161 ceph-mon[116604]: pgmap v10688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:58 smithi028 ceph-mon[112123]: pgmap v10688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:42:59.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:42:59.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:42:59.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:42:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:42:59 smithi028 ceph-mon[112123]: 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-07T10:43:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:42:59 smithi138 ceph-mon[117003]: 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-07T10:43:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:42:59 smithi161 ceph-mon[116604]: 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-07T10:43:00.664 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:00.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:00.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:00.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:00.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:00.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:00 smithi028 ceph-mon[112123]: from='client.293676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:01.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:00 smithi138 ceph-mon[117003]: from='client.293676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:00 smithi161 ceph-mon[116604]: from='client.293676 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:01.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:01 smithi028 ceph-mon[112123]: pgmap v10690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:43:02.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:01 smithi138 ceph-mon[117003]: pgmap v10690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:43:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:01 smithi161 ceph-mon[116604]: pgmap v10690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:43:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:04 smithi138 ceph-mon[117003]: 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-07T10:43:04.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:04 smithi161 ceph-mon[116604]: 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-07T10:43:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:04 smithi028 ceph-mon[112123]: 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-07T10:43:05.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:05.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:05.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:06.436 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:06.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:06.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:06.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:06.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:06 smithi138 ceph-mon[117003]: 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-07T10:43:06.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:06 smithi161 ceph-mon[116604]: 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-07T10:43:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:06 smithi028 ceph-mon[112123]: 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-07T10:43:07.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:07 smithi138 ceph-mon[117003]: from='client.293751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:07 smithi161 ceph-mon[116604]: from='client.293751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:07 smithi028 ceph-mon[112123]: from='client.293751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:08 smithi138 ceph-mon[117003]: pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:08 smithi161 ceph-mon[116604]: pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:08 smithi028 ceph-mon[112123]: pgmap v10693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:09 smithi028 ceph-mon[112123]: pgmap v10694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:43:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:09 smithi138 ceph-mon[117003]: pgmap v10694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:43:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:09 smithi161 ceph-mon[116604]: pgmap v10694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:43:11.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:11.439 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:11.439 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:12.205 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:12.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:12.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:12.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:12.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:12 smithi138 ceph-mon[117003]: 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-07T10:43:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:12 smithi161 ceph-mon[116604]: 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-07T10:43:12.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:12 smithi028 ceph-mon[112123]: 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-07T10:43:13.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:13 smithi138 ceph-mon[117003]: from='client.293829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:13 smithi161 ceph-mon[116604]: from='client.293829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:13 smithi028 ceph-mon[112123]: from='client.293829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:14 smithi138 ceph-mon[117003]: 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-07T10:43:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:14 smithi161 ceph-mon[116604]: 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-07T10:43:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:14 smithi028 ceph-mon[112123]: 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-07T10:43:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:16 smithi138 ceph-mon[117003]: 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-07T10:43:16.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:16 smithi161 ceph-mon[116604]: 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-07T10:43:16.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:16 smithi028 ceph-mon[112123]: 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-07T10:43:17.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:17.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:17.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:17.985 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:17.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:17.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:17.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:17.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:18 smithi138 ceph-mon[117003]: 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-07T10:43:18.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:18 smithi161 ceph-mon[116604]: 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-07T10:43:18.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:18 smithi028 ceph-mon[112123]: 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-07T10:43:19.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:19 smithi138 ceph-mon[117003]: from='client.293901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:19 smithi161 ceph-mon[116604]: from='client.293901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:19 smithi028 ceph-mon[112123]: from='client.293901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:20 smithi138 ceph-mon[117003]: pgmap v10699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:43:20.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:20 smithi161 ceph-mon[116604]: pgmap v10699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:43:20.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:20 smithi028 ceph-mon[112123]: pgmap v10699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:43:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:22 smithi138 ceph-mon[117003]: pgmap v10700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:22 smithi161 ceph-mon[116604]: pgmap v10700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:22 smithi028 ceph-mon[112123]: pgmap v10700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:22.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:22.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:22.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:23.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:23.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:23.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:23.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:23.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:24 smithi138 ceph-mon[117003]: from='client.293973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:24 smithi138 ceph-mon[117003]: 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-07T10:43:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:24 smithi161 ceph-mon[116604]: from='client.293973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:24 smithi161 ceph-mon[116604]: 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-07T10:43:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:24 smithi028 ceph-mon[112123]: from='client.293973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:24 smithi028 ceph-mon[112123]: 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-07T10:43:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:26 smithi138 ceph-mon[117003]: 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-07T10:43:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:43:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:26 smithi161 ceph-mon[116604]: 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-07T10:43:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:43:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:26 smithi028 ceph-mon[112123]: 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-07T10:43:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:43:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:43:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:43:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:43:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:43:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:43:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:43:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:43:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:43:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:43:28.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:28.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:28.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:28 smithi138 ceph-mon[117003]: 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-07T10:43:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:28 smithi161 ceph-mon[116604]: 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-07T10:43:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:28 smithi028 ceph-mon[112123]: 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-07T10:43:29.539 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:29.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:29.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:29.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:29.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:29 smithi138 ceph-mon[117003]: from='client.294048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:29 smithi138 ceph-mon[117003]: 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-07T10:43:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:29 smithi161 ceph-mon[116604]: from='client.294048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:29 smithi161 ceph-mon[116604]: 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-07T10:43:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:29 smithi028 ceph-mon[112123]: from='client.294048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:29 smithi028 ceph-mon[112123]: 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-07T10:43:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:32 smithi138 ceph-mon[117003]: pgmap v10705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:43:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:32 smithi161 ceph-mon[116604]: pgmap v10705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:43:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:32 smithi028 ceph-mon[112123]: pgmap v10705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:43:34.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:34.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:34.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:34 smithi138 ceph-mon[117003]: pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:43:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:34 smithi161 ceph-mon[116604]: pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:43:34.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:34 smithi028 ceph-mon[112123]: pgmap v10706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:43:35.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:35.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:35.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:35.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:35.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:36 smithi138 ceph-mon[117003]: from='client.294123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:36 smithi138 ceph-mon[117003]: pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:36.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:36 smithi161 ceph-mon[116604]: from='client.294123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:36 smithi161 ceph-mon[116604]: pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:36 smithi028 ceph-mon[112123]: from='client.294123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:36 smithi028 ceph-mon[112123]: pgmap v10707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:38 smithi138 ceph-mon[117003]: pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:43:38.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:38 smithi161 ceph-mon[116604]: pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:43:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:38 smithi028 ceph-mon[112123]: pgmap v10708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:43:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:39 smithi028 ceph-mon[112123]: 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-07T10:43:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:39 smithi138 ceph-mon[117003]: 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-07T10:43:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:39 smithi161 ceph-mon[116604]: 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-07T10:43:40.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:40.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:40.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:41.091 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:41.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:41.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:41.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:41.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:42 smithi138 ceph-mon[117003]: from='client.294198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:42 smithi138 ceph-mon[117003]: 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-07T10:43:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:42 smithi161 ceph-mon[116604]: from='client.294198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:42 smithi161 ceph-mon[116604]: 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-07T10:43:42.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:42 smithi028 ceph-mon[112123]: from='client.294198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:42 smithi028 ceph-mon[112123]: 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-07T10:43:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:44 smithi138 ceph-mon[117003]: pgmap v10711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:43:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:44 smithi161 ceph-mon[116604]: pgmap v10711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:43:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:44 smithi028 ceph-mon[112123]: pgmap v10711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:43:46.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:46.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:46.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:46 smithi138 ceph-mon[117003]: pgmap v10712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:43:46.861 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:46.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:46.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:46.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:46.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:46.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:46 smithi161 ceph-mon[116604]: pgmap v10712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:43:46.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:46 smithi028 ceph-mon[112123]: pgmap v10712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:43:47.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:47 smithi138 ceph-mon[117003]: from='client.294276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:47 smithi161 ceph-mon[116604]: from='client.294276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:47 smithi028 ceph-mon[112123]: from='client.294276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:48 smithi138 ceph-mon[117003]: pgmap v10713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:48.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:48 smithi161 ceph-mon[116604]: pgmap v10713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:48 smithi028 ceph-mon[112123]: pgmap v10713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:43:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:49 smithi138 ceph-mon[117003]: pgmap v10714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:43:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:49 smithi161 ceph-mon[116604]: pgmap v10714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:43:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:49 smithi028 ceph-mon[112123]: pgmap v10714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:43:51.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:51.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:51.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:52.632 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:52.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:52.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:52.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:52.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:52 smithi138 ceph-mon[117003]: 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-07T10:43:52.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:52 smithi161 ceph-mon[116604]: 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-07T10:43:52.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:52 smithi028 ceph-mon[112123]: 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-07T10:43:53.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:53 smithi138 ceph-mon[117003]: from='client.294348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:53 smithi161 ceph-mon[116604]: from='client.294348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:53 smithi028 ceph-mon[112123]: from='client.294348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:54 smithi138 ceph-mon[117003]: 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-07T10:43:54.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:54 smithi161 ceph-mon[116604]: 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-07T10:43:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:54 smithi028 ceph-mon[112123]: 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-07T10:43:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:56 smithi138 ceph-mon[117003]: 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-07T10:43:56.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:56 smithi161 ceph-mon[116604]: 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-07T10:43:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:56 smithi028 ceph-mon[112123]: 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-07T10:43:57.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:43:57.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:43:57.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:43:58.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:43:58.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:43:58.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:43:58.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:43:58.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:43:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:58 smithi138 ceph-mon[117003]: 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-07T10:43:58.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:58 smithi161 ceph-mon[116604]: 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-07T10:43:58.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:58 smithi028 ceph-mon[112123]: 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-07T10:43:59.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:43:59 smithi138 ceph-mon[117003]: from='client.294423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:43:59 smithi161 ceph-mon[116604]: from='client.294423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:43:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:43:59 smithi028 ceph-mon[112123]: from='client.294423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:00.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:00 smithi138 ceph-mon[117003]: pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:00.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:00 smithi161 ceph-mon[116604]: pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:00.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:00 smithi028 ceph-mon[112123]: pgmap v10719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:02 smithi138 ceph-mon[117003]: pgmap v10720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:02 smithi161 ceph-mon[116604]: pgmap v10720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:02.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:02 smithi028 ceph-mon[112123]: pgmap v10720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:03.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:03.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:03.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:04.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:04.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:04.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:04.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:04.193 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:04 smithi138 ceph-mon[117003]: 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-07T10:44:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:04 smithi161 ceph-mon[116604]: 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-07T10:44:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:04 smithi028 ceph-mon[112123]: 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-07T10:44:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:05 smithi138 ceph-mon[117003]: from='client.294498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:05.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:05 smithi161 ceph-mon[116604]: from='client.294498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:05.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:05 smithi028 ceph-mon[112123]: from='client.294498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:06 smithi138 ceph-mon[117003]: pgmap v10722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:44:06.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:06 smithi161 ceph-mon[116604]: pgmap v10722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:44:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:06 smithi028 ceph-mon[112123]: pgmap v10722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:44:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:08 smithi138 ceph-mon[117003]: pgmap v10723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:44:08.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:08 smithi161 ceph-mon[116604]: pgmap v10723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:44:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:08 smithi028 ceph-mon[112123]: pgmap v10723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:44:09.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:09.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:09.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:09.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:09.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:09.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:09.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:09.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:09 smithi138 ceph-mon[117003]: pgmap v10724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:09 smithi161 ceph-mon[116604]: pgmap v10724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:09 smithi028 ceph-mon[112123]: pgmap v10724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:11.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:10 smithi138 ceph-mon[117003]: from='client.294573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:11.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:10 smithi161 ceph-mon[116604]: from='client.294573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:11.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:10 smithi028 ceph-mon[112123]: from='client.294573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:11 smithi138 ceph-mon[117003]: pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:12.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:11 smithi161 ceph-mon[116604]: pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:11 smithi028 ceph-mon[112123]: pgmap v10725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:14 smithi138 ceph-mon[117003]: pgmap v10726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:14 smithi161 ceph-mon[116604]: pgmap v10726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:14 smithi028 ceph-mon[112123]: pgmap v10726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:14.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:14.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:14.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:15.751 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:15.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:15.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:15.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:15.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:16 smithi138 ceph-mon[117003]: from='client.294651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:16 smithi138 ceph-mon[117003]: pgmap v10727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:16 smithi161 ceph-mon[116604]: from='client.294651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:16 smithi161 ceph-mon[116604]: pgmap v10727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:16.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:16 smithi028 ceph-mon[112123]: from='client.294651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:16.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:16 smithi028 ceph-mon[112123]: pgmap v10727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:18 smithi138 ceph-mon[117003]: pgmap v10728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:44:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:18 smithi161 ceph-mon[116604]: pgmap v10728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:44:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:18 smithi028 ceph-mon[112123]: pgmap v10728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:44:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:19 smithi138 ceph-mon[117003]: pgmap v10729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:44:20.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:19 smithi161 ceph-mon[116604]: pgmap v10729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:44:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:19 smithi028 ceph-mon[112123]: pgmap v10729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:44:20.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:20.754 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:20.754 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:21.534 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:21.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:21.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:21.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:21.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:22 smithi138 ceph-mon[117003]: from='client.294720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:22 smithi138 ceph-mon[117003]: pgmap v10730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:22 smithi161 ceph-mon[116604]: from='client.294720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:22 smithi161 ceph-mon[116604]: pgmap v10730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:22 smithi028 ceph-mon[112123]: from='client.294720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:22 smithi028 ceph-mon[112123]: pgmap v10730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:24 smithi138 ceph-mon[117003]: pgmap v10731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:24 smithi161 ceph-mon[116604]: pgmap v10731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:24 smithi028 ceph-mon[112123]: pgmap v10731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:26.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:26.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:26.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:26 smithi138 ceph-mon[117003]: pgmap v10732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:26 smithi161 ceph-mon[116604]: pgmap v10732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:26 smithi028 ceph-mon[112123]: pgmap v10732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:27.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:27.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:27.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:27.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:27.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:44:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:44:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:44:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:44:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:44:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:44:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:44:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:44:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:44:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:44:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:44:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:44:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:28 smithi138 ceph-mon[117003]: from='client.294792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:28 smithi138 ceph-mon[117003]: pgmap v10733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:28.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:28 smithi161 ceph-mon[116604]: from='client.294792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:29.085 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:28 smithi161 ceph-mon[116604]: pgmap v10733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:29.086 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:28 smithi028 ceph-mon[112123]: from='client.294792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:29.087 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:28 smithi028 ceph-mon[112123]: pgmap v10733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:29 smithi138 ceph-mon[117003]: pgmap v10734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:29 smithi161 ceph-mon[116604]: pgmap v10734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:29 smithi028 ceph-mon[112123]: pgmap v10734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:32.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:32.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:32.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:32 smithi138 ceph-mon[117003]: 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-07T10:44:32.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:32 smithi161 ceph-mon[116604]: 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-07T10:44:32.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:32 smithi028 ceph-mon[112123]: 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-07T10:44:33.137 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:33.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:33.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:33.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:33.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:34 smithi138 ceph-mon[117003]: from='client.294867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:34 smithi138 ceph-mon[117003]: 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-07T10:44:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:34 smithi161 ceph-mon[116604]: from='client.294867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:34 smithi161 ceph-mon[116604]: 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-07T10:44:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:34 smithi028 ceph-mon[112123]: from='client.294867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:34 smithi028 ceph-mon[112123]: 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-07T10:44:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:36 smithi138 ceph-mon[117003]: 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-07T10:44:36.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:36 smithi161 ceph-mon[116604]: 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-07T10:44:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:36 smithi028 ceph-mon[112123]: 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-07T10:44:38.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:38.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:38.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:38 smithi138 ceph-mon[117003]: 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-07T10:44:38.904 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:38.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:38.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:38.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:38.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:38.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:38 smithi161 ceph-mon[116604]: 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-07T10:44:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:38 smithi028 ceph-mon[112123]: 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-07T10:44:39.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:39 smithi138 ceph-mon[117003]: from='client.294942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:39 smithi161 ceph-mon[116604]: from='client.294942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:39 smithi028 ceph-mon[112123]: from='client.294942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:40 smithi138 ceph-mon[117003]: pgmap v10739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:40.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:40 smithi161 ceph-mon[116604]: pgmap v10739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:40 smithi028 ceph-mon[112123]: pgmap v10739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:44:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:42 smithi138 ceph-mon[117003]: pgmap v10740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:42 smithi161 ceph-mon[116604]: pgmap v10740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:42.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:42 smithi028 ceph-mon[112123]: pgmap v10740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:43.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:43.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:43.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:44.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:44.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:44.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:44.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:44.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:44 smithi138 ceph-mon[117003]: 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-07T10:44:44.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:44 smithi161 ceph-mon[116604]: 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-07T10:44:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:44 smithi028 ceph-mon[112123]: 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-07T10:44:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:45 smithi138 ceph-mon[117003]: from='client.295014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:45.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:45 smithi161 ceph-mon[116604]: from='client.295014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:45.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:45 smithi028 ceph-mon[112123]: from='client.295014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:46 smithi138 ceph-mon[117003]: pgmap v10742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:46.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:46 smithi161 ceph-mon[116604]: pgmap v10742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:46.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:46 smithi028 ceph-mon[112123]: pgmap v10742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:48 smithi138 ceph-mon[117003]: pgmap v10743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:48 smithi161 ceph-mon[116604]: pgmap v10743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:48 smithi028 ceph-mon[112123]: pgmap v10743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:49.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:49.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:49.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:49 smithi138 ceph-mon[117003]: pgmap v10744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:49 smithi161 ceph-mon[116604]: pgmap v10744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:49 smithi028 ceph-mon[112123]: pgmap v10744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:50.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:50.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:50.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:50.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:50.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:51.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:50 smithi138 ceph-mon[117003]: from='client.295092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:51.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:50 smithi161 ceph-mon[116604]: from='client.295092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:51.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:50 smithi028 ceph-mon[112123]: from='client.295092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:52.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:51 smithi138 ceph-mon[117003]: pgmap v10745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:52.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:51 smithi161 ceph-mon[116604]: pgmap v10745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:51 smithi028 ceph-mon[112123]: pgmap v10745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:54 smithi138 ceph-mon[117003]: pgmap v10746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:54.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:54 smithi161 ceph-mon[116604]: pgmap v10746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:54 smithi028 ceph-mon[112123]: pgmap v10746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:44:55.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:44:55.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:44:55.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:44:56.241 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:44:56.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:44:56.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:44:56.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:44:56.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:44:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:56 smithi138 ceph-mon[117003]: pgmap v10747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:56.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:56 smithi161 ceph-mon[116604]: pgmap v10747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:56.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:56 smithi028 ceph-mon[112123]: pgmap v10747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:44:57.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:57 smithi138 ceph-mon[117003]: from='client.295167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:57.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:57 smithi161 ceph-mon[116604]: from='client.295167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:57.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:57 smithi028 ceph-mon[112123]: from='client.295167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:44:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:58 smithi138 ceph-mon[117003]: 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-07T10:44:58.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:58 smithi161 ceph-mon[116604]: 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-07T10:44:58.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:58 smithi028 ceph-mon[112123]: 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-07T10:45:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:44:59 smithi138 ceph-mon[117003]: pgmap v10749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:44:59 smithi161 ceph-mon[116604]: pgmap v10749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:44:59 smithi028 ceph-mon[112123]: pgmap v10749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:01.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:01.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:01.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:02.013 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:02.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:02.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:02.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:02.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:02 smithi138 ceph-mon[117003]: pgmap v10750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:02 smithi161 ceph-mon[116604]: pgmap v10750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:02.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:02 smithi028 ceph-mon[112123]: pgmap v10750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:03.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:03 smithi138 ceph-mon[117003]: from='client.295242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:03.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:03 smithi161 ceph-mon[116604]: from='client.295242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:03.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:03 smithi028 ceph-mon[112123]: from='client.295242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:04 smithi138 ceph-mon[117003]: pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:04.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:04 smithi161 ceph-mon[116604]: pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:04 smithi028 ceph-mon[112123]: pgmap v10751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:06 smithi138 ceph-mon[117003]: pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:06 smithi161 ceph-mon[116604]: pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:06.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:06 smithi028 ceph-mon[112123]: pgmap v10752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:07.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:07.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:07.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:07.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:07.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:07.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:07.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:07.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:08 smithi138 ceph-mon[117003]: from='client.295317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:08 smithi138 ceph-mon[117003]: pgmap v10753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:08.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:08 smithi161 ceph-mon[116604]: from='client.295317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:08 smithi161 ceph-mon[116604]: pgmap v10753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:08 smithi028 ceph-mon[112123]: from='client.295317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:08 smithi028 ceph-mon[112123]: pgmap v10753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:09 smithi138 ceph-mon[117003]: pgmap v10754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:09 smithi161 ceph-mon[116604]: pgmap v10754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:09 smithi028 ceph-mon[112123]: pgmap v10754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:12 smithi138 ceph-mon[117003]: 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-07T10:45:12.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:12.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:12.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:12 smithi161 ceph-mon[116604]: 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-07T10:45:12.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:12 smithi028 ceph-mon[112123]: 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-07T10:45:13.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:13.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:13.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:13.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:13.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:14 smithi138 ceph-mon[117003]: from='client.295395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:14 smithi138 ceph-mon[117003]: 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-07T10:45:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:14 smithi161 ceph-mon[116604]: from='client.295395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:14 smithi161 ceph-mon[116604]: 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-07T10:45:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:14 smithi028 ceph-mon[112123]: from='client.295395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:14 smithi028 ceph-mon[112123]: 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-07T10:45:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:16 smithi138 ceph-mon[117003]: 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-07T10:45:16.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:16 smithi161 ceph-mon[116604]: 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-07T10:45:16.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:16 smithi028 ceph-mon[112123]: 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-07T10:45:18.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:18.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:18.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:18 smithi138 ceph-mon[117003]: 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-07T10:45:18.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:18 smithi161 ceph-mon[116604]: 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-07T10:45:18.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:18 smithi028 ceph-mon[112123]: 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-07T10:45:19.344 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:19.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:19.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:19.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:19.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:19 smithi138 ceph-mon[117003]: from='client.295470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:19 smithi138 ceph-mon[117003]: pgmap v10759: 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-07T10:45:20.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:19 smithi161 ceph-mon[116604]: from='client.295470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:19 smithi161 ceph-mon[116604]: pgmap v10759: 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-07T10:45:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:19 smithi028 ceph-mon[112123]: from='client.295470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:19 smithi028 ceph-mon[112123]: pgmap v10759: 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-07T10:45:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:22 smithi138 ceph-mon[117003]: pgmap v10760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:22 smithi161 ceph-mon[116604]: pgmap v10760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:22 smithi028 ceph-mon[112123]: pgmap v10760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:24.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:24.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:24.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:24 smithi138 ceph-mon[117003]: pgmap v10761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:24 smithi161 ceph-mon[116604]: pgmap v10761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:24 smithi028 ceph-mon[112123]: pgmap v10761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:25.112 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:25.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:25.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:25.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:25.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:26 smithi138 ceph-mon[117003]: from='client.295542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:26 smithi138 ceph-mon[117003]: pgmap v10762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:26 smithi161 ceph-mon[116604]: from='client.295542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:26 smithi161 ceph-mon[116604]: pgmap v10762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:26 smithi028 ceph-mon[112123]: from='client.295542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:26 smithi028 ceph-mon[112123]: pgmap v10762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:45:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:45:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:45:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:28 smithi138 ceph-mon[117003]: pgmap v10763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:45:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:45:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:45:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:45:28.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:28 smithi161 ceph-mon[116604]: pgmap v10763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:45:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:45:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:45:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:45:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:28 smithi028 ceph-mon[112123]: pgmap v10763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:45:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:45:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:45:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:45:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:29 smithi138 ceph-mon[117003]: pgmap v10764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:30.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:30.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:30.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:29 smithi161 ceph-mon[116604]: pgmap v10764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:29 smithi028 ceph-mon[112123]: pgmap v10764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:30.907 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:30.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:30.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:30.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:30.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:30 smithi138 ceph-mon[117003]: from='client.295617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:31.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:30 smithi161 ceph-mon[116604]: from='client.295617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:31.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:30 smithi028 ceph-mon[112123]: from='client.295617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:31 smithi138 ceph-mon[117003]: pgmap v10765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:32.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:31 smithi161 ceph-mon[116604]: pgmap v10765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:32.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:31 smithi028 ceph-mon[112123]: pgmap v10765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:34 smithi138 ceph-mon[117003]: pgmap v10766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:34 smithi161 ceph-mon[116604]: pgmap v10766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:34.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:34 smithi028 ceph-mon[112123]: pgmap v10766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:45:35.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:35.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:35.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:36.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:36.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:36.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:36.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:36.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:36 smithi138 ceph-mon[117003]: pgmap v10767: 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-07T10:45:36.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:36 smithi161 ceph-mon[116604]: pgmap v10767: 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-07T10:45:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:36 smithi028 ceph-mon[112123]: pgmap v10767: 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-07T10:45:37.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:37 smithi138 ceph-mon[117003]: from='client.295695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:37.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:37 smithi161 ceph-mon[116604]: from='client.295695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:37.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:37 smithi028 ceph-mon[112123]: from='client.295695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:38.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:38 smithi138 ceph-mon[117003]: pgmap v10768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:38 smithi161 ceph-mon[116604]: pgmap v10768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:38 smithi028 ceph-mon[112123]: pgmap v10768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:39 smithi138 ceph-mon[117003]: pgmap v10769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:39 smithi161 ceph-mon[116604]: pgmap v10769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:39 smithi028 ceph-mon[112123]: pgmap v10769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:41.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:41.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:41.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:42.453 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:42.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:42.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:42.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:42.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:42 smithi138 ceph-mon[117003]: pgmap v10770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:42.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:42 smithi161 ceph-mon[116604]: pgmap v10770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:42.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:42 smithi028 ceph-mon[112123]: pgmap v10770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:43 smithi138 ceph-mon[117003]: from='client.295773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:43 smithi161 ceph-mon[116604]: from='client.295773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:43 smithi028 ceph-mon[112123]: from='client.295773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:44 smithi138 ceph-mon[117003]: pgmap v10771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:44 smithi161 ceph-mon[116604]: pgmap v10771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:44 smithi028 ceph-mon[112123]: pgmap v10771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:46 smithi138 ceph-mon[117003]: pgmap v10772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:46.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:46 smithi161 ceph-mon[116604]: pgmap v10772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:46.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:46 smithi028 ceph-mon[112123]: pgmap v10772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:47.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:47.455 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:47.455 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:48.239 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:48.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:48.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:48.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:48.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:48 smithi138 ceph-mon[117003]: pgmap v10773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:48.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:48 smithi161 ceph-mon[116604]: pgmap v10773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:48 smithi028 ceph-mon[112123]: pgmap v10773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:49.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:49 smithi138 ceph-mon[117003]: from='client.295848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:49.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:49 smithi161 ceph-mon[116604]: from='client.295848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:49.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:49 smithi028 ceph-mon[112123]: from='client.295848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:50.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:50 smithi138 ceph-mon[117003]: pgmap v10774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:50.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:50 smithi161 ceph-mon[116604]: pgmap v10774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:50.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:50 smithi028 ceph-mon[112123]: pgmap v10774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:45:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:52 smithi138 ceph-mon[117003]: pgmap v10775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:52.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:52 smithi161 ceph-mon[116604]: pgmap v10775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:52.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:52 smithi028 ceph-mon[112123]: pgmap v10775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:45:53.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:53.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:53.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:54.008 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:54.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:54.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:54.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:54.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:45:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:54 smithi138 ceph-mon[117003]: 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-07T10:45:54.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:54 smithi161 ceph-mon[116604]: 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-07T10:45:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:54 smithi028 ceph-mon[112123]: 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-07T10:45:55.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:55 smithi161 ceph-mon[116604]: from='client.295920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:55.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:55 smithi028 ceph-mon[112123]: from='client.295920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:55 smithi138 ceph-mon[117003]: from='client.295920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:45:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:56 smithi161 ceph-mon[116604]: 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-07T10:45:56.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:56 smithi028 ceph-mon[112123]: 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-07T10:45:57.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:56 smithi138 ceph-mon[117003]: 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-07T10:45:58.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:58 smithi161 ceph-mon[116604]: 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-07T10:45:58.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:58 smithi028 ceph-mon[112123]: 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-07T10:45:59.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:45:59.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:45:59.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:45:59.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:58 smithi138 ceph-mon[117003]: 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-07T10:45:59.782 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:45:59.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:45:59.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:45:59.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:45:59.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:59 smithi138 ceph-mon[117003]: from='client.295998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:45:59 smithi138 ceph-mon[117003]: pgmap v10779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:00.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:59 smithi161 ceph-mon[116604]: from='client.295998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:00.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:45:59 smithi161 ceph-mon[116604]: pgmap v10779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:00.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:59 smithi028 ceph-mon[112123]: from='client.295998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:45:59 smithi028 ceph-mon[112123]: pgmap v10779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:02 smithi138 ceph-mon[117003]: pgmap v10780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:02 smithi161 ceph-mon[116604]: pgmap v10780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:02.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:02 smithi028 ceph-mon[112123]: pgmap v10780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:04.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:04.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:04.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:04 smithi138 ceph-mon[117003]: pgmap v10781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:04 smithi161 ceph-mon[116604]: pgmap v10781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:04 smithi028 ceph-mon[112123]: pgmap v10781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:05.561 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:05.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:05.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:05.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:05.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:06 smithi138 ceph-mon[117003]: from='client.296073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:06 smithi138 ceph-mon[117003]: pgmap v10782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:06.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:06 smithi161 ceph-mon[116604]: from='client.296073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:06 smithi161 ceph-mon[116604]: pgmap v10782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:06.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:06 smithi028 ceph-mon[112123]: from='client.296073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:06 smithi028 ceph-mon[112123]: pgmap v10782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:08 smithi138 ceph-mon[117003]: pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:08.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:08 smithi161 ceph-mon[116604]: pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:08 smithi028 ceph-mon[112123]: pgmap v10783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:09 smithi138 ceph-mon[117003]: pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:09 smithi161 ceph-mon[116604]: pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:09 smithi028 ceph-mon[112123]: pgmap v10784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:10.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:10.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:10.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:11.331 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:11.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:11.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:11.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:11.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:12 smithi138 ceph-mon[117003]: from='client.296151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:12 smithi138 ceph-mon[117003]: pgmap v10785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:12 smithi161 ceph-mon[116604]: from='client.296151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:12 smithi161 ceph-mon[116604]: pgmap v10785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:12.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:12 smithi028 ceph-mon[112123]: from='client.296151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:12 smithi028 ceph-mon[112123]: pgmap v10785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:14 smithi138 ceph-mon[117003]: 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-07T10:46:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:14 smithi161 ceph-mon[116604]: 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-07T10:46:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:14 smithi028 ceph-mon[112123]: 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-07T10:46:16.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:16.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:16.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:16 smithi138 ceph-mon[117003]: pgmap v10787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:16.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:16 smithi161 ceph-mon[116604]: pgmap v10787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:16.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:16 smithi028 ceph-mon[112123]: pgmap v10787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:17.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:17.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:17.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:17.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:17.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:18 smithi138 ceph-mon[117003]: from='client.296229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:18.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:18 smithi138 ceph-mon[117003]: pgmap v10788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:18 smithi161 ceph-mon[116604]: from='client.296229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:18 smithi161 ceph-mon[116604]: pgmap v10788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:18.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:18 smithi028 ceph-mon[112123]: from='client.296229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:18.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:18 smithi028 ceph-mon[112123]: pgmap v10788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:19 smithi138 ceph-mon[117003]: pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:20.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:19 smithi161 ceph-mon[116604]: pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:19 smithi028 ceph-mon[112123]: pgmap v10789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:22.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:22.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:22.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:22 smithi138 ceph-mon[117003]: pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:22.884 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:22.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:22.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:22.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:22.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:22 smithi161 ceph-mon[116604]: pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:22 smithi028 ceph-mon[112123]: pgmap v10790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:23.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:23 smithi138 ceph-mon[117003]: from='client.296304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:23.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:23 smithi161 ceph-mon[116604]: from='client.296304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:23 smithi028 ceph-mon[112123]: from='client.296304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:24 smithi138 ceph-mon[117003]: pgmap v10791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:24 smithi161 ceph-mon[116604]: pgmap v10791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:24 smithi028 ceph-mon[112123]: pgmap v10791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:26 smithi138 ceph-mon[117003]: pgmap v10792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:26 smithi161 ceph-mon[116604]: pgmap v10792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:26 smithi028 ceph-mon[112123]: pgmap v10792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:27.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:27.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:27.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:28.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:28.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:28.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:28.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:28.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:28 smithi138 ceph-mon[117003]: pgmap v10793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:46:28.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:28 smithi161 ceph-mon[116604]: pgmap v10793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:28.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:46:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:28 smithi028 ceph-mon[112123]: pgmap v10793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:46:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:29 smithi138 ceph-mon[117003]: from='client.296379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:46:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:46:29.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:46:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:29 smithi161 ceph-mon[116604]: from='client.296379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:29.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:46:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:46:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:46:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:29 smithi028 ceph-mon[112123]: from='client.296379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:46:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:46:29.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:46:30.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:30 smithi138 ceph-mon[117003]: pgmap v10794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:30.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:30 smithi161 ceph-mon[116604]: pgmap v10794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:30.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:30 smithi028 ceph-mon[112123]: pgmap v10794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:32 smithi138 ceph-mon[117003]: 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-07T10:46:32.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:32 smithi161 ceph-mon[116604]: 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-07T10:46:32.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:32 smithi028 ceph-mon[112123]: 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-07T10:46:33.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:33.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:33.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:34.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:34.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:34.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:34.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:34.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:34 smithi138 ceph-mon[117003]: 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-07T10:46:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:34 smithi161 ceph-mon[116604]: 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-07T10:46:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:34 smithi028 ceph-mon[112123]: 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-07T10:46:35.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:35 smithi161 ceph-mon[116604]: from='client.296454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:35.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:35 smithi028 ceph-mon[112123]: from='client.296454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:35 smithi138 ceph-mon[117003]: from='client.296454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:36.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:36 smithi161 ceph-mon[116604]: pgmap v10797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:46:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:36 smithi028 ceph-mon[112123]: pgmap v10797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:46:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:36 smithi138 ceph-mon[117003]: pgmap v10797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:46:38.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:38 smithi161 ceph-mon[116604]: pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:46:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:38 smithi028 ceph-mon[112123]: pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:46:39.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:38 smithi138 ceph-mon[117003]: pgmap v10798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:46:39.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:39.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:39.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:39 smithi138 ceph-mon[117003]: pgmap v10799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:39 smithi161 ceph-mon[116604]: pgmap v10799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:39 smithi028 ceph-mon[112123]: pgmap v10799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:40.241 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:40.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:40.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:40.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:40.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:41.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:40 smithi138 ceph-mon[117003]: from='client.296532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:41.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:40 smithi161 ceph-mon[116604]: from='client.296532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:41.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:40 smithi028 ceph-mon[112123]: from='client.296532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:42.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:41 smithi138 ceph-mon[117003]: pgmap v10800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:42.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:41 smithi161 ceph-mon[116604]: pgmap v10800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:42.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:41 smithi028 ceph-mon[112123]: pgmap v10800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:44 smithi138 ceph-mon[117003]: pgmap v10801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:44.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:44 smithi161 ceph-mon[116604]: pgmap v10801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:44 smithi028 ceph-mon[112123]: pgmap v10801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:46:45.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:45.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:45.244 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:46.014 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:46.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:46.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:46.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:46.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:46 smithi138 ceph-mon[117003]: pgmap v10802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:46.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:46 smithi161 ceph-mon[116604]: pgmap v10802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:46.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:46 smithi028 ceph-mon[112123]: pgmap v10802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:47.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:47 smithi138 ceph-mon[117003]: from='client.296607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:47.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:47 smithi161 ceph-mon[116604]: from='client.296607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:47.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:47 smithi028 ceph-mon[112123]: from='client.296607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:48.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:48 smithi138 ceph-mon[117003]: pgmap v10803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:46:48.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:48 smithi161 ceph-mon[116604]: pgmap v10803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:46:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:48 smithi028 ceph-mon[112123]: pgmap v10803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:46:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:49 smithi138 ceph-mon[117003]: pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:46:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:49 smithi161 ceph-mon[116604]: pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:46:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:49 smithi028 ceph-mon[112123]: pgmap v10804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:46:51.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:51.016 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:51.016 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:51.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:51.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:51.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:51.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:51.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:52 smithi138 ceph-mon[117003]: from='client.296682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:52 smithi138 ceph-mon[117003]: 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-07T10:46:52.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:52 smithi161 ceph-mon[116604]: from='client.296682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:52.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:52 smithi161 ceph-mon[116604]: 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-07T10:46:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:52 smithi028 ceph-mon[112123]: from='client.296682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:52 smithi028 ceph-mon[112123]: 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-07T10:46:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:54 smithi138 ceph-mon[117003]: 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-07T10:46:54.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:54 smithi161 ceph-mon[116604]: 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-07T10:46:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:54 smithi028 ceph-mon[112123]: 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-07T10:46:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:56 smithi138 ceph-mon[117003]: pgmap v10807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:56.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:46:56.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:46:56.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:46:56.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:56 smithi161 ceph-mon[116604]: pgmap v10807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:56.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:56 smithi028 ceph-mon[112123]: pgmap v10807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:46:57.571 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:46:57.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:46:57.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:46:57.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:46:57.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:46:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:58 smithi138 ceph-mon[117003]: from='client.296754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:58.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:58 smithi138 ceph-mon[117003]: pgmap v10808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:58.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:58 smithi161 ceph-mon[116604]: from='client.296754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:58 smithi161 ceph-mon[116604]: pgmap v10808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:46:58.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:58 smithi028 ceph-mon[112123]: from='client.296754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:46:58.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:58 smithi028 ceph-mon[112123]: pgmap v10808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:46:59 smithi138 ceph-mon[117003]: pgmap v10809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:46:59 smithi161 ceph-mon[116604]: pgmap v10809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:00.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:46:59 smithi028 ceph-mon[112123]: pgmap v10809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:02.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:02.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:02.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:02 smithi138 ceph-mon[117003]: pgmap v10810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:02 smithi161 ceph-mon[116604]: pgmap v10810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:02.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:02 smithi028 ceph-mon[112123]: pgmap v10810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:03.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:03.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:03.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:03.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:03.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:04 smithi138 ceph-mon[117003]: from='client.296829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:04 smithi138 ceph-mon[117003]: pgmap v10811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:04.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:04 smithi161 ceph-mon[116604]: from='client.296829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:04.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:04 smithi161 ceph-mon[116604]: pgmap v10811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:04 smithi028 ceph-mon[112123]: from='client.296829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:04 smithi028 ceph-mon[112123]: pgmap v10811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:06 smithi138 ceph-mon[117003]: pgmap v10812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:06 smithi161 ceph-mon[116604]: pgmap v10812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:06.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:06 smithi028 ceph-mon[112123]: pgmap v10812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:08.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:08.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:08.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:08.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:08 smithi138 ceph-mon[117003]: 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-07T10:47:08.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:08 smithi161 ceph-mon[116604]: 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-07T10:47:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:08 smithi028 ceph-mon[112123]: 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-07T10:47:09.135 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:09.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:09.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:09.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:09.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:09 smithi138 ceph-mon[117003]: from='client.296907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:09 smithi138 ceph-mon[117003]: pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:47:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:09 smithi161 ceph-mon[116604]: from='client.296907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:09 smithi161 ceph-mon[116604]: pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:47:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:09 smithi028 ceph-mon[112123]: from='client.296907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:09 smithi028 ceph-mon[112123]: pgmap v10814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:47:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:12 smithi138 ceph-mon[117003]: pgmap v10815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:12 smithi161 ceph-mon[116604]: pgmap v10815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:12.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:12 smithi028 ceph-mon[112123]: pgmap v10815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:14.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:14.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:14.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:14 smithi138 ceph-mon[117003]: pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:14.904 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:14.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:14.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:14.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:14.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:14 smithi161 ceph-mon[116604]: pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:14 smithi028 ceph-mon[112123]: pgmap v10816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:47:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:15 smithi138 ceph-mon[117003]: from='client.296985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:15.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:15 smithi161 ceph-mon[116604]: from='client.296985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:15.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:15 smithi028 ceph-mon[112123]: from='client.296985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:16.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:16 smithi161 ceph-mon[116604]: pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:16.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:16 smithi028 ceph-mon[112123]: pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:17.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:16 smithi138 ceph-mon[117003]: pgmap v10817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:18.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:18 smithi161 ceph-mon[116604]: pgmap v10818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:18.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:18 smithi028 ceph-mon[112123]: pgmap v10818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:19.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:18 smithi138 ceph-mon[117003]: pgmap v10818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:19.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:19.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:19.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:19 smithi138 ceph-mon[117003]: pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:20.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:19 smithi161 ceph-mon[116604]: pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:19 smithi028 ceph-mon[112123]: pgmap v10819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:20.676 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:20.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:20.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:20.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:20.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:20 smithi138 ceph-mon[117003]: from='client.297060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:21.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:20 smithi161 ceph-mon[116604]: from='client.297060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:21.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:20 smithi028 ceph-mon[112123]: from='client.297060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:22.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:21 smithi138 ceph-mon[117003]: pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:47:22.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:21 smithi161 ceph-mon[116604]: pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:47:22.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:21 smithi028 ceph-mon[112123]: pgmap v10820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:47:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:24 smithi138 ceph-mon[117003]: pgmap v10821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:47:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:24 smithi161 ceph-mon[116604]: pgmap v10821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:47:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:24 smithi028 ceph-mon[112123]: pgmap v10821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:47:25.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:25.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:25.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:26.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:26.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:26.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:26.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:26.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:26 smithi138 ceph-mon[117003]: pgmap v10822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:47:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:26 smithi161 ceph-mon[116604]: pgmap v10822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:47:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:26 smithi028 ceph-mon[112123]: pgmap v10822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:47:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:27 smithi161 ceph-mon[116604]: from='client.297138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:27 smithi028 ceph-mon[112123]: from='client.297138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:27 smithi138 ceph-mon[117003]: from='client.297138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:28.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:28 smithi161 ceph-mon[116604]: 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-07T10:47:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:28 smithi028 ceph-mon[112123]: 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-07T10:47:29.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:28 smithi138 ceph-mon[117003]: 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-07T10:47:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:47:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:29 smithi138 ceph-mon[117003]: 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-07T10:47:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:47:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:47:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:47:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:47:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:29 smithi161 ceph-mon[116604]: 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-07T10:47:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:47:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:47:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:47:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:47:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:29 smithi028 ceph-mon[112123]: 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-07T10:47:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:47:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:47:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:47:31.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:31.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:31.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:32.226 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:32.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:32.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:32.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:32.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:32 smithi138 ceph-mon[117003]: 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-07T10:47:32.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:32 smithi161 ceph-mon[116604]: 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-07T10:47:32.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:32 smithi028 ceph-mon[112123]: 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-07T10:47:33.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:33 smithi161 ceph-mon[116604]: from='client.297213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:33.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:33 smithi028 ceph-mon[112123]: from='client.297213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:34.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:33 smithi138 ceph-mon[117003]: from='client.297213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:34 smithi161 ceph-mon[116604]: 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-07T10:47:34.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:34 smithi028 ceph-mon[112123]: 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-07T10:47:35.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:34 smithi138 ceph-mon[117003]: 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-07T10:47:36.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:36 smithi161 ceph-mon[116604]: pgmap v10827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:36 smithi028 ceph-mon[112123]: pgmap v10827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:36 smithi138 ceph-mon[117003]: pgmap v10827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:37.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:37.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:37.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:38.006 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:38.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:38.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:38.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:38.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:38.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:38 smithi161 ceph-mon[116604]: pgmap v10828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:38 smithi028 ceph-mon[112123]: pgmap v10828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:39.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:38 smithi138 ceph-mon[117003]: pgmap v10828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:39.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:39 smithi161 ceph-mon[116604]: from='client.297291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:39.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:39 smithi028 ceph-mon[112123]: from='client.297291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:39 smithi138 ceph-mon[117003]: from='client.297291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:40.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:40 smithi161 ceph-mon[116604]: pgmap v10829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:40.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:40 smithi028 ceph-mon[112123]: pgmap v10829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:41.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:40 smithi138 ceph-mon[117003]: pgmap v10829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:42.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:42 smithi161 ceph-mon[116604]: pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:42.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:42 smithi028 ceph-mon[112123]: pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:43.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:43.009 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:43.009 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:43.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:42 smithi138 ceph-mon[117003]: pgmap v10830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:43.791 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:43.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:43.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:43.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:43.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:44.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:44 smithi161 ceph-mon[116604]: from='client.297369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:44 smithi161 ceph-mon[116604]: pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:44 smithi028 ceph-mon[112123]: from='client.297369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:44 smithi028 ceph-mon[112123]: pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:45.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:44 smithi138 ceph-mon[117003]: from='client.297369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:45.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:44 smithi138 ceph-mon[117003]: pgmap v10831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:46.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:46 smithi161 ceph-mon[116604]: pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:46.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:46 smithi028 ceph-mon[112123]: pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:47.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:46 smithi138 ceph-mon[117003]: pgmap v10832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:47:48.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:48.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:48.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:48.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:48 smithi161 ceph-mon[116604]: 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-07T10:47:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:48 smithi028 ceph-mon[112123]: 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-07T10:47:49.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:48 smithi138 ceph-mon[117003]: 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-07T10:47:49.593 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:49.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:49.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:49.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:49.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:49 smithi138 ceph-mon[117003]: from='client.297444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:49 smithi138 ceph-mon[117003]: pgmap v10834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:49 smithi161 ceph-mon[116604]: from='client.297444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:49 smithi161 ceph-mon[116604]: pgmap v10834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:49 smithi028 ceph-mon[112123]: from='client.297444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:49 smithi028 ceph-mon[112123]: pgmap v10834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:52.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:52 smithi161 ceph-mon[116604]: pgmap v10835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:52.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:52 smithi028 ceph-mon[112123]: pgmap v10835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:53.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:52 smithi138 ceph-mon[117003]: pgmap v10835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:54.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:47:54.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:47:54.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:47:54.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:54 smithi161 ceph-mon[116604]: pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:54 smithi028 ceph-mon[112123]: pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:55.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:54 smithi138 ceph-mon[117003]: pgmap v10836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:55.362 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:47:55.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:47:55.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:47:55.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:47:55.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:47:56.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:56 smithi161 ceph-mon[116604]: from='client.297519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:56.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:56 smithi161 ceph-mon[116604]: pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:56.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:56 smithi028 ceph-mon[112123]: from='client.297519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:56.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:56 smithi028 ceph-mon[112123]: pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:57.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:56 smithi138 ceph-mon[117003]: from='client.297519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:47:57.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:56 smithi138 ceph-mon[117003]: pgmap v10837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:47:58.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:58 smithi161 ceph-mon[116604]: pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:58.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:58 smithi028 ceph-mon[112123]: pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:47:59.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:58 smithi138 ceph-mon[117003]: pgmap v10838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:47:59 smithi138 ceph-mon[117003]: pgmap v10839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:00.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:47:59 smithi161 ceph-mon[116604]: pgmap v10839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:00.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:47:59 smithi028 ceph-mon[112123]: pgmap v10839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:00.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:00.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:00.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:01.140 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:01.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:01.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:01.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:01.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:02 smithi161 ceph-mon[116604]: from='client.297594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:02 smithi161 ceph-mon[116604]: 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-07T10:48:02.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:02 smithi028 ceph-mon[112123]: from='client.297594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:02.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:02 smithi028 ceph-mon[112123]: 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-07T10:48:03.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:02 smithi138 ceph-mon[117003]: from='client.297594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:03.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:02 smithi138 ceph-mon[117003]: 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-07T10:48:04.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:04 smithi161 ceph-mon[116604]: 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-07T10:48:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:04 smithi028 ceph-mon[112123]: 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-07T10:48:05.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:04 smithi138 ceph-mon[117003]: 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-07T10:48:06.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:06.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:06.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:06.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:06.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:06.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:06.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:06.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:06.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:06 smithi161 ceph-mon[116604]: 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-07T10:48:06.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:06 smithi028 ceph-mon[112123]: 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-07T10:48:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:06 smithi138 ceph-mon[117003]: 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-07T10:48:07.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:07 smithi161 ceph-mon[116604]: from='client.297663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:07.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:07 smithi028 ceph-mon[112123]: from='client.297663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:08.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:07 smithi138 ceph-mon[117003]: from='client.297663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:08.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:08 smithi161 ceph-mon[116604]: 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-07T10:48:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:08 smithi028 ceph-mon[112123]: 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-07T10:48:09.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:08 smithi138 ceph-mon[117003]: 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-07T10:48:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:09 smithi138 ceph-mon[117003]: 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-07T10:48:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:09 smithi161 ceph-mon[116604]: 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-07T10:48:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:09 smithi028 ceph-mon[112123]: 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-07T10:48:11.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:11.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:11.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:12.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:12.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:12.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:12.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:12.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:12.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:12 smithi161 ceph-mon[116604]: 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-07T10:48:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:12 smithi028 ceph-mon[112123]: 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-07T10:48:13.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:12 smithi138 ceph-mon[117003]: 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-07T10:48:13.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:13 smithi161 ceph-mon[116604]: from='client.297738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:13.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:13 smithi028 ceph-mon[112123]: from='client.297738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:14.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:13 smithi138 ceph-mon[117003]: from='client.297738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:14 smithi161 ceph-mon[116604]: 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-07T10:48:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:14 smithi028 ceph-mon[112123]: 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-07T10:48:15.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:14 smithi138 ceph-mon[117003]: 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-07T10:48:16.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:16 smithi161 ceph-mon[116604]: pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:16.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:16 smithi028 ceph-mon[112123]: pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:17.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:16 smithi138 ceph-mon[117003]: pgmap v10847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:17.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:17.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:17.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:18.468 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:18.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:18.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:18.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:18.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:18.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:18 smithi161 ceph-mon[116604]: pgmap v10848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:18.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:18 smithi028 ceph-mon[112123]: pgmap v10848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:19.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:18 smithi138 ceph-mon[117003]: pgmap v10848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:19.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:19 smithi161 ceph-mon[116604]: from='client.297810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:19.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:19 smithi028 ceph-mon[112123]: from='client.297810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:19 smithi138 ceph-mon[117003]: from='client.297810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:20.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:20 smithi161 ceph-mon[116604]: pgmap v10849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:20.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:20 smithi028 ceph-mon[112123]: pgmap v10849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:21.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:20 smithi138 ceph-mon[117003]: pgmap v10849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:22.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:22 smithi161 ceph-mon[116604]: pgmap v10850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:22 smithi028 ceph-mon[112123]: pgmap v10850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:23.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:22 smithi138 ceph-mon[117003]: pgmap v10850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:23.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:23.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:23.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:24.238 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:24.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:24.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:24.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:24.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:24 smithi161 ceph-mon[116604]: pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:24.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:24 smithi028 ceph-mon[112123]: pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:24 smithi138 ceph-mon[117003]: pgmap v10851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:25.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:25 smithi161 ceph-mon[116604]: from='client.297888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:25.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:25 smithi028 ceph-mon[112123]: from='client.297888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:26.106 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:25 smithi138 ceph-mon[117003]: from='client.297888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:26.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:26 smithi161 ceph-mon[116604]: pgmap v10852: 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-07T10:48:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:26 smithi028 ceph-mon[112123]: pgmap v10852: 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-07T10:48:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:26 smithi138 ceph-mon[117003]: pgmap v10852: 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-07T10:48:28.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:28 smithi161 ceph-mon[116604]: pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:48:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:28 smithi028 ceph-mon[112123]: pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:48:29.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:28 smithi138 ceph-mon[117003]: pgmap v10853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:48:29.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:29.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:29.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:30.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:29 smithi138 ceph-mon[117003]: pgmap v10854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:48:30.045 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:30.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:30.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:30.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:30.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:29 smithi161 ceph-mon[116604]: pgmap v10854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:48:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:29 smithi028 ceph-mon[112123]: pgmap v10854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:48:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:30 smithi138 ceph-mon[117003]: from='client.297963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:48:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:48:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:48:31.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:30 smithi161 ceph-mon[116604]: from='client.297963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:31.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:48:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:48:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:48:31.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:30 smithi028 ceph-mon[112123]: from='client.297963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:31.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:48:31.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:48:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:48:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:31 smithi138 ceph-mon[117003]: pgmap v10855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:32.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:31 smithi161 ceph-mon[116604]: pgmap v10855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:32.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:31 smithi028 ceph-mon[112123]: pgmap v10855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:34.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:34 smithi161 ceph-mon[116604]: pgmap v10856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:34.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:34 smithi028 ceph-mon[112123]: pgmap v10856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:35.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:34 smithi138 ceph-mon[117003]: pgmap v10856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:48:35.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:35.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:35.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:35.827 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:35.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:35.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:35.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:35.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:36.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:36 smithi161 ceph-mon[116604]: from='client.298032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:36.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:36 smithi161 ceph-mon[116604]: pgmap v10857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:36 smithi028 ceph-mon[112123]: from='client.298032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:36 smithi028 ceph-mon[112123]: pgmap v10857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:36 smithi138 ceph-mon[117003]: from='client.298032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:36 smithi138 ceph-mon[117003]: pgmap v10857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:38.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:38 smithi161 ceph-mon[116604]: pgmap v10858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:48:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:38 smithi028 ceph-mon[112123]: pgmap v10858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:48:39.038 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:38 smithi138 ceph-mon[117003]: pgmap v10858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:48:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:39 smithi138 ceph-mon[117003]: pgmap v10859: 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-07T10:48:40.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:39 smithi161 ceph-mon[116604]: pgmap v10859: 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-07T10:48:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:39 smithi028 ceph-mon[112123]: pgmap v10859: 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-07T10:48:40.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:40.830 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:40.830 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:41.607 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:41.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:41.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:41.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:41.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:42 smithi161 ceph-mon[116604]: from='client.298110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:42 smithi161 ceph-mon[116604]: 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-07T10:48:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:42 smithi028 ceph-mon[112123]: from='client.298110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:42 smithi028 ceph-mon[112123]: 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-07T10:48:43.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:42 smithi138 ceph-mon[117003]: from='client.298110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:43.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:42 smithi138 ceph-mon[117003]: 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-07T10:48:44.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:44 smithi161 ceph-mon[116604]: 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-07T10:48:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:44 smithi028 ceph-mon[112123]: 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-07T10:48:45.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:44 smithi138 ceph-mon[117003]: 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-07T10:48:46.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:46.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:46.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:46.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:46 smithi161 ceph-mon[116604]: 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-07T10:48:46.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:46 smithi028 ceph-mon[112123]: 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-07T10:48:47.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:46 smithi138 ceph-mon[117003]: 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-07T10:48:47.381 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:47.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:47.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:47.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:47.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:48.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:48 smithi161 ceph-mon[116604]: from='client.298182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:48 smithi161 ceph-mon[116604]: 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-07T10:48:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:48 smithi028 ceph-mon[112123]: from='client.298182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:48 smithi028 ceph-mon[112123]: 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-07T10:48:49.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:48 smithi138 ceph-mon[117003]: from='client.298182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:49.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:48 smithi138 ceph-mon[117003]: 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-07T10:48:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:49 smithi138 ceph-mon[117003]: pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:49 smithi161 ceph-mon[116604]: pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:49 smithi028 ceph-mon[112123]: pgmap v10864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:52.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:52.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:52.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:52.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:52 smithi161 ceph-mon[116604]: pgmap v10865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:52.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:52 smithi028 ceph-mon[112123]: pgmap v10865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:53.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:52 smithi138 ceph-mon[117003]: pgmap v10865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:53.168 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:53.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:53.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:53.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:53.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:54.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:54 smithi161 ceph-mon[116604]: from='client.298260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:54 smithi161 ceph-mon[116604]: pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:54 smithi028 ceph-mon[112123]: from='client.298260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:54.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:54 smithi028 ceph-mon[112123]: pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:55.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:54 smithi138 ceph-mon[117003]: from='client.298260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:55.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:54 smithi138 ceph-mon[117003]: pgmap v10866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:56 smithi161 ceph-mon[116604]: pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:56.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:56 smithi028 ceph-mon[112123]: pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:57.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:56 smithi138 ceph-mon[117003]: pgmap v10867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:48:58.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:48:58.170 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:48:58.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:48:58.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:58 smithi161 ceph-mon[116604]: pgmap v10868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:58.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:48:58.951 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:48:58.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:48:58.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:48:58.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:48:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:58 smithi028 ceph-mon[112123]: pgmap v10868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:59.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:58 smithi138 ceph-mon[117003]: pgmap v10868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:48:59.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:48:59 smithi161 ceph-mon[116604]: from='client.298338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:48:59.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:48:59 smithi028 ceph-mon[112123]: from='client.298338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:48:59 smithi138 ceph-mon[117003]: from='client.298338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:00.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:00 smithi161 ceph-mon[116604]: pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:00.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:00 smithi028 ceph-mon[112123]: pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:01.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:00 smithi138 ceph-mon[117003]: pgmap v10869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:02.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:02 smithi161 ceph-mon[116604]: pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:02.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:02 smithi028 ceph-mon[112123]: pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:03.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:02 smithi138 ceph-mon[117003]: pgmap v10870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:03.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:03.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:03.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:04.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:04.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:04.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:04.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:04.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:04.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:04 smithi161 ceph-mon[116604]: pgmap v10871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:04.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:04 smithi028 ceph-mon[112123]: pgmap v10871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:05.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:04 smithi138 ceph-mon[117003]: pgmap v10871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:05.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:05 smithi161 ceph-mon[116604]: from='client.298416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:05.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:05 smithi028 ceph-mon[112123]: from='client.298416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:06.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:05 smithi138 ceph-mon[117003]: from='client.298416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:06.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:06 smithi161 ceph-mon[116604]: pgmap v10872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:06.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:06 smithi028 ceph-mon[112123]: pgmap v10872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:06 smithi138 ceph-mon[117003]: pgmap v10872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:08 smithi161 ceph-mon[116604]: pgmap v10873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:08.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:08 smithi028 ceph-mon[112123]: pgmap v10873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:09.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:08 smithi138 ceph-mon[117003]: pgmap v10873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:09.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:09.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:09.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:09 smithi138 ceph-mon[117003]: pgmap v10874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:09 smithi161 ceph-mon[116604]: pgmap v10874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:09 smithi028 ceph-mon[112123]: pgmap v10874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:10.493 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:10.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:10.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:10.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:10.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:11.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:10 smithi138 ceph-mon[117003]: from='client.298485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:11.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:10 smithi161 ceph-mon[116604]: from='client.298485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:11.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:10 smithi028 ceph-mon[112123]: from='client.298485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:12.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:11 smithi138 ceph-mon[117003]: pgmap v10875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:11 smithi161 ceph-mon[116604]: pgmap v10875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:12.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:11 smithi028 ceph-mon[112123]: pgmap v10875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:14.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:14 smithi161 ceph-mon[116604]: pgmap v10876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:14.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:14 smithi028 ceph-mon[112123]: pgmap v10876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:15.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:14 smithi138 ceph-mon[117003]: pgmap v10876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:15.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:15.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:15.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:16.274 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:16.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:16.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:16.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:16.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:16 smithi161 ceph-mon[116604]: pgmap v10877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:16.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:16 smithi028 ceph-mon[112123]: pgmap v10877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:17.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:16 smithi138 ceph-mon[117003]: pgmap v10877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:17 smithi161 ceph-mon[116604]: from='client.298560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:17.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:17 smithi028 ceph-mon[112123]: from='client.298560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:18.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:17 smithi138 ceph-mon[117003]: from='client.298560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:18 smithi161 ceph-mon[116604]: 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-07T10:49:18.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:18 smithi028 ceph-mon[112123]: 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-07T10:49:19.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:18 smithi138 ceph-mon[117003]: 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-07T10:49:20.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:19 smithi138 ceph-mon[117003]: 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-07T10:49:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:19 smithi161 ceph-mon[116604]: 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-07T10:49:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:19 smithi028 ceph-mon[112123]: 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-07T10:49:21.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:21.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:21.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:22.042 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:22.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:22.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:22.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:22.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:22 smithi161 ceph-mon[116604]: 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-07T10:49:22.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:22 smithi028 ceph-mon[112123]: 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-07T10:49:23.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:22 smithi138 ceph-mon[117003]: 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-07T10:49:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:23 smithi161 ceph-mon[116604]: from='client.298638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:23.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:23 smithi028 ceph-mon[112123]: from='client.298638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:24.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:23 smithi138 ceph-mon[117003]: from='client.298638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:24.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:24 smithi161 ceph-mon[116604]: 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-07T10:49:24.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:24 smithi028 ceph-mon[112123]: 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-07T10:49:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:24 smithi138 ceph-mon[117003]: 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-07T10:49:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:26 smithi161 ceph-mon[116604]: 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-07T10:49:26.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:26 smithi028 ceph-mon[112123]: 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-07T10:49:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:26 smithi138 ceph-mon[117003]: 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-07T10:49:27.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:27.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:27.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:27.816 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:27.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:27.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:27.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:27.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:28 smithi161 ceph-mon[116604]: from='client.298716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:28 smithi161 ceph-mon[116604]: 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-07T10:49:28.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:28 smithi028 ceph-mon[112123]: from='client.298716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:28 smithi028 ceph-mon[112123]: 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-07T10:49:29.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:28 smithi138 ceph-mon[117003]: from='client.298716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:29.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:28 smithi138 ceph-mon[117003]: 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-07T10:49:30.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:29 smithi138 ceph-mon[117003]: pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:29 smithi161 ceph-mon[116604]: pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:29 smithi028 ceph-mon[112123]: pgmap v10884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:31.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:49:31.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:49:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:49:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:49:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:49:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:49:32.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:31 smithi138 ceph-mon[117003]: pgmap v10885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:49:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:49:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:49:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:31 smithi161 ceph-mon[116604]: pgmap v10885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:32.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:49:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:49:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:49:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:31 smithi028 ceph-mon[112123]: pgmap v10885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:32.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:32.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:32.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:33.585 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:33.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:33.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:33.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:33.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:34 smithi161 ceph-mon[116604]: from='client.298791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:34 smithi161 ceph-mon[116604]: pgmap v10886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:34.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:34 smithi028 ceph-mon[112123]: from='client.298791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:34 smithi028 ceph-mon[112123]: pgmap v10886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:35.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:34 smithi138 ceph-mon[117003]: from='client.298791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:35.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:34 smithi138 ceph-mon[117003]: pgmap v10886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:36 smithi161 ceph-mon[116604]: pgmap v10887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:36.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:36 smithi028 ceph-mon[112123]: pgmap v10887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:36 smithi138 ceph-mon[117003]: pgmap v10887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:49:38.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:38.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:38.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:38 smithi161 ceph-mon[116604]: pgmap v10888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:38.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:38 smithi028 ceph-mon[112123]: pgmap v10888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:39.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:38 smithi138 ceph-mon[117003]: pgmap v10888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:39.356 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:39.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:39.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:39.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:39.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:39 smithi138 ceph-mon[117003]: from='client.298863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:40.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:39 smithi138 ceph-mon[117003]: pgmap v10889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:49:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:39 smithi161 ceph-mon[116604]: from='client.298863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:39 smithi161 ceph-mon[116604]: pgmap v10889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:49:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:39 smithi028 ceph-mon[112123]: from='client.298863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:39 smithi028 ceph-mon[112123]: pgmap v10889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:49:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:42 smithi161 ceph-mon[116604]: pgmap v10890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:49:42.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:42 smithi028 ceph-mon[112123]: pgmap v10890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:49:43.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:42 smithi138 ceph-mon[117003]: pgmap v10890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:49:44.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:44.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:44.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:44 smithi161 ceph-mon[116604]: pgmap v10891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:49:44.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:44 smithi028 ceph-mon[112123]: pgmap v10891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:49:45.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:44 smithi138 ceph-mon[117003]: pgmap v10891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:49:45.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:45.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:45.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:45.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:45.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:46 smithi161 ceph-mon[116604]: from='client.298935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:46 smithi161 ceph-mon[116604]: pgmap v10892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:46 smithi028 ceph-mon[112123]: from='client.298935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:46 smithi028 ceph-mon[112123]: pgmap v10892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:47.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:46 smithi138 ceph-mon[117003]: from='client.298935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:47.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:46 smithi138 ceph-mon[117003]: pgmap v10892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:48 smithi161 ceph-mon[116604]: pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:48.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:48 smithi028 ceph-mon[112123]: pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:49.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:48 smithi138 ceph-mon[117003]: pgmap v10893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:49:50.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:50.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:50.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:49 smithi161 ceph-mon[116604]: pgmap v10894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:49 smithi028 ceph-mon[112123]: pgmap v10894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:49 smithi138 ceph-mon[117003]: pgmap v10894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:49:50.905 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:50.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:50.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:50.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:50.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:51.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:50 smithi161 ceph-mon[116604]: from='client.299010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:51.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:50 smithi028 ceph-mon[112123]: from='client.299010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:51.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:50 smithi138 ceph-mon[117003]: from='client.299010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:52.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:51 smithi161 ceph-mon[116604]: pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:49:52.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:51 smithi028 ceph-mon[112123]: pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:49:52.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:51 smithi138 ceph-mon[117003]: pgmap v10895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:49:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:54 smithi161 ceph-mon[116604]: pgmap v10896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:49:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:54 smithi028 ceph-mon[112123]: pgmap v10896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:49:55.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:54 smithi138 ceph-mon[117003]: pgmap v10896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:49:55.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:49:55.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:49:55.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:49:56.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:49:56.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:49:56.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:49:56.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:49:56.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:49:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:56 smithi161 ceph-mon[116604]: pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:49:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:56 smithi028 ceph-mon[112123]: pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:49:57.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:56 smithi138 ceph-mon[117003]: pgmap v10897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:49:57.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:57 smithi161 ceph-mon[116604]: from='client.299082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:57 smithi028 ceph-mon[112123]: from='client.299082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:58.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:57 smithi138 ceph-mon[117003]: from='client.299082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:49:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:58 smithi161 ceph-mon[116604]: 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-07T10:49:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:58 smithi028 ceph-mon[112123]: 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-07T10:49:59.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:58 smithi138 ceph-mon[117003]: 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-07T10:50:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:49:59 smithi161 ceph-mon[116604]: 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-07T10:50:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:49:59 smithi028 ceph-mon[112123]: 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-07T10:50:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:49:59 smithi138 ceph-mon[117003]: 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-07T10:50:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T10:50:01.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T10:50:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T10:50:01.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:01.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:01.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:01 smithi161 ceph-mon[116604]: 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-07T10:50:02.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:01 smithi028 ceph-mon[112123]: 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-07T10:50:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:01 smithi138 ceph-mon[117003]: 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-07T10:50:02.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:02.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:02.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:02.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:02.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:03.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:02 smithi161 ceph-mon[116604]: from='client.299160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:03.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:02 smithi028 ceph-mon[112123]: from='client.299160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:03.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:02 smithi138 ceph-mon[117003]: from='client.299160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:03 smithi161 ceph-mon[116604]: 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-07T10:50:04.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:03 smithi028 ceph-mon[112123]: 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-07T10:50:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:03 smithi138 ceph-mon[117003]: 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-07T10:50:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:06 smithi161 ceph-mon[116604]: 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-07T10:50:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:06 smithi028 ceph-mon[112123]: 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-07T10:50:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:06 smithi138 ceph-mon[117003]: 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-07T10:50:07.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:07.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:07.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:08.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:08.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:08.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:08.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:08.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:08 smithi161 ceph-mon[116604]: 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-07T10:50:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:08 smithi028 ceph-mon[112123]: 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-07T10:50:09.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:08 smithi138 ceph-mon[117003]: 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-07T10:50:09.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:09 smithi161 ceph-mon[116604]: from='client.299238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:09 smithi028 ceph-mon[112123]: from='client.299238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:10.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:09 smithi138 ceph-mon[117003]: from='client.299238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:10.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:10 smithi161 ceph-mon[116604]: pgmap v10904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:10.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:10 smithi028 ceph-mon[112123]: pgmap v10904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:11.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:10 smithi138 ceph-mon[117003]: pgmap v10904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:12 smithi161 ceph-mon[116604]: pgmap v10905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:12 smithi028 ceph-mon[112123]: pgmap v10905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:13.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:12 smithi138 ceph-mon[117003]: pgmap v10905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:13.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:13.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:13.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:13.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:13.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:13.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:13.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:13.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:14 smithi161 ceph-mon[116604]: pgmap v10906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:14 smithi161 ceph-mon[116604]: from='client.299316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:14 smithi028 ceph-mon[112123]: pgmap v10906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:14 smithi028 ceph-mon[112123]: from='client.299316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:15.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:14 smithi138 ceph-mon[117003]: pgmap v10906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:15.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:14 smithi138 ceph-mon[117003]: from='client.299316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:16 smithi161 ceph-mon[116604]: pgmap v10907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:16 smithi028 ceph-mon[112123]: pgmap v10907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:17.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:16 smithi138 ceph-mon[117003]: pgmap v10907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:18 smithi161 ceph-mon[116604]: pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:18.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:18 smithi028 ceph-mon[112123]: pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:18.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:18.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:18.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:19.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:18 smithi138 ceph-mon[117003]: pgmap v10908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:19.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:19.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:19.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:19.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:19.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:19 smithi161 ceph-mon[116604]: from='client.299388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:19 smithi161 ceph-mon[116604]: 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-07T10:50:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:19 smithi028 ceph-mon[112123]: from='client.299388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:19 smithi028 ceph-mon[112123]: 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-07T10:50:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:19 smithi138 ceph-mon[117003]: from='client.299388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:19 smithi138 ceph-mon[117003]: 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-07T10:50:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:22 smithi161 ceph-mon[116604]: pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:22 smithi028 ceph-mon[112123]: pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:23.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:22 smithi138 ceph-mon[117003]: pgmap v10910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:24.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:24.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:24.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:24 smithi161 ceph-mon[116604]: pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:24.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:24 smithi028 ceph-mon[112123]: pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:24 smithi138 ceph-mon[117003]: pgmap v10911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:25.556 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:26 smithi161 ceph-mon[116604]: from='client.299466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:26 smithi161 ceph-mon[116604]: pgmap v10912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:26 smithi028 ceph-mon[112123]: from='client.299466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:26 smithi028 ceph-mon[112123]: pgmap v10912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:26 smithi138 ceph-mon[117003]: from='client.299466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:26 smithi138 ceph-mon[117003]: pgmap v10912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:28 smithi161 ceph-mon[116604]: pgmap v10913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:28 smithi028 ceph-mon[112123]: pgmap v10913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:29.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:28 smithi138 ceph-mon[117003]: pgmap v10913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:50:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:29 smithi161 ceph-mon[116604]: pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:29 smithi028 ceph-mon[112123]: pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:29 smithi138 ceph-mon[117003]: pgmap v10914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:30.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:30.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:30.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:31.350 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:31.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:31.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:31.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:31.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:31.501 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:50:31.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:50:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:50:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='client.299544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: 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-07T10:50:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:50:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:50:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='client.299544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: 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-07T10:50:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:50:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:50:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='client.299544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: 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-07T10:50:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:50:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:50:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:50:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:34 smithi161 ceph-mon[116604]: 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-07T10:50:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:34 smithi028 ceph-mon[112123]: 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-07T10:50:35.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:34 smithi138 ceph-mon[117003]: 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-07T10:50:36.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:36.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:36.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:36 smithi161 ceph-mon[116604]: 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-07T10:50:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:36 smithi028 ceph-mon[112123]: 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-07T10:50:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:36 smithi138 ceph-mon[117003]: 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-07T10:50:37.120 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:37.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:37.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:37.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:37.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:38 smithi161 ceph-mon[116604]: from='client.299616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:38 smithi161 ceph-mon[116604]: 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-07T10:50:38.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:38 smithi028 ceph-mon[112123]: from='client.299616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:38.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:38 smithi028 ceph-mon[112123]: 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-07T10:50:39.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:38 smithi138 ceph-mon[117003]: from='client.299616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:39.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:38 smithi138 ceph-mon[117003]: 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-07T10:50:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:39 smithi161 ceph-mon[116604]: 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-07T10:50:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:39 smithi028 ceph-mon[112123]: 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-07T10:50:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:39 smithi138 ceph-mon[117003]: 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-07T10:50:42.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:42.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:42.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:42.901 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:42.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:42.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:42.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:42.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:42 smithi161 ceph-mon[116604]: 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-07T10:50:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:42 smithi028 ceph-mon[112123]: 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-07T10:50:43.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:42 smithi138 ceph-mon[117003]: 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-07T10:50:43.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:43 smithi161 ceph-mon[116604]: from='client.299694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:43.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:43 smithi028 ceph-mon[112123]: from='client.299694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:44.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:43 smithi138 ceph-mon[117003]: from='client.299694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:44 smithi161 ceph-mon[116604]: 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-07T10:50:44.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:44 smithi028 ceph-mon[112123]: 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-07T10:50:45.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:44 smithi138 ceph-mon[117003]: 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-07T10:50:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:46 smithi161 ceph-mon[116604]: 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-07T10:50:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:46 smithi028 ceph-mon[112123]: 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-07T10:50:47.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:46 smithi138 ceph-mon[117003]: 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-07T10:50:47.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:47.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:47.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:48.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:48.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:48.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:48.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:48.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:48 smithi161 ceph-mon[116604]: 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-07T10:50:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:48 smithi028 ceph-mon[112123]: 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-07T10:50:49.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:48 smithi138 ceph-mon[117003]: 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-07T10:50:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:49 smithi161 ceph-mon[116604]: from='client.299772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:49.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:49 smithi028 ceph-mon[112123]: from='client.299772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:50.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:49 smithi138 ceph-mon[117003]: from='client.299772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:50.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:50 smithi161 ceph-mon[116604]: pgmap v10924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:50.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:50 smithi028 ceph-mon[112123]: pgmap v10924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:51.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:50 smithi138 ceph-mon[117003]: pgmap v10924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:50:52.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:52 smithi161 ceph-mon[116604]: pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:52 smithi028 ceph-mon[112123]: pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:53.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:52 smithi138 ceph-mon[117003]: pgmap v10925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:53.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:53.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:53.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:50:54.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:50:54.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:50:54.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:50:54.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:50:54.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:50:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:54 smithi161 ceph-mon[116604]: pgmap v10926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:54 smithi028 ceph-mon[112123]: pgmap v10926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:55.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:54 smithi138 ceph-mon[117003]: pgmap v10926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:50:55.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:55 smithi161 ceph-mon[116604]: from='client.299850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:55.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:55 smithi028 ceph-mon[112123]: from='client.299850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:56.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:55 smithi138 ceph-mon[117003]: from='client.299850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:50:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:56 smithi161 ceph-mon[116604]: 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-07T10:50:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:56 smithi028 ceph-mon[112123]: 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-07T10:50:57.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:56 smithi138 ceph-mon[117003]: 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-07T10:50:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:58 smithi161 ceph-mon[116604]: 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-07T10:50:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:58 smithi028 ceph-mon[112123]: 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-07T10:50:59.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:58 smithi138 ceph-mon[117003]: 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-07T10:50:59.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:50:59.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:50:59.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:50:59 smithi161 ceph-mon[116604]: 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-07T10:51:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:50:59 smithi028 ceph-mon[112123]: 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-07T10:51:00.232 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:00.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:00.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:00.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:00.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:50:59 smithi138 ceph-mon[117003]: 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-07T10:51:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:00 smithi161 ceph-mon[116604]: from='client.299925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:00 smithi028 ceph-mon[112123]: from='client.299925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:00 smithi138 ceph-mon[117003]: from='client.299925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:02.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:01 smithi161 ceph-mon[116604]: pgmap v10930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:01 smithi028 ceph-mon[112123]: pgmap v10930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:02.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:01 smithi138 ceph-mon[117003]: pgmap v10930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:04 smithi161 ceph-mon[116604]: pgmap v10931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:04.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:04 smithi028 ceph-mon[112123]: pgmap v10931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:05.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:04 smithi138 ceph-mon[117003]: pgmap v10931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:51:05.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:05.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:05.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:06.014 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:06.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:06.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:06.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:06.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:06 smithi161 ceph-mon[116604]: pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:06 smithi161 ceph-mon[116604]: from='client.300003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:06 smithi028 ceph-mon[112123]: pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:06 smithi028 ceph-mon[112123]: from='client.300003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:06 smithi138 ceph-mon[117003]: pgmap v10932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:51:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:06 smithi138 ceph-mon[117003]: from='client.300003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:08 smithi161 ceph-mon[116604]: 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-07T10:51:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:08 smithi028 ceph-mon[112123]: 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-07T10:51:09.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:08 smithi138 ceph-mon[117003]: 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-07T10:51:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:09 smithi161 ceph-mon[116604]: 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-07T10:51:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:09 smithi028 ceph-mon[112123]: 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-07T10:51:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:09 smithi138 ceph-mon[117003]: 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-07T10:51:11.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:11.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:11.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:11.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:11.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:11.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:11.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:11.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:12 smithi161 ceph-mon[116604]: from='client.300078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:12 smithi161 ceph-mon[116604]: 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-07T10:51:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:12 smithi028 ceph-mon[112123]: from='client.300078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:12 smithi028 ceph-mon[112123]: 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-07T10:51:13.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:12 smithi138 ceph-mon[117003]: from='client.300078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:12 smithi138 ceph-mon[117003]: 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-07T10:51:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:14 smithi161 ceph-mon[116604]: 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-07T10:51:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:14 smithi028 ceph-mon[112123]: 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-07T10:51:15.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:14 smithi138 ceph-mon[117003]: 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-07T10:51:16.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:16.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:16.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:16 smithi161 ceph-mon[116604]: 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-07T10:51:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:16 smithi028 ceph-mon[112123]: 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-07T10:51:17.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:16 smithi138 ceph-mon[117003]: 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-07T10:51:17.566 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:17.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:17.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:17.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:17.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:18 smithi161 ceph-mon[116604]: from='client.300156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:18 smithi161 ceph-mon[116604]: 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-07T10:51:18.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:18 smithi028 ceph-mon[112123]: from='client.300156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:18.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:18 smithi028 ceph-mon[112123]: 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-07T10:51:19.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:18 smithi138 ceph-mon[117003]: from='client.300156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:19.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:18 smithi138 ceph-mon[117003]: 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-07T10:51:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:19 smithi161 ceph-mon[116604]: 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-07T10:51:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:19 smithi028 ceph-mon[112123]: 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-07T10:51:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:19 smithi138 ceph-mon[117003]: 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-07T10:51:22.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:22.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:22.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:22 smithi161 ceph-mon[116604]: 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-07T10:51:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:22 smithi028 ceph-mon[112123]: 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-07T10:51:23.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:22 smithi138 ceph-mon[117003]: 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-07T10:51:23.357 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:23.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:23.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:23.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:23.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:24 smithi161 ceph-mon[116604]: from='client.300231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:24 smithi161 ceph-mon[116604]: 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-07T10:51:24.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:24 smithi028 ceph-mon[112123]: from='client.300231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:24.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:24 smithi028 ceph-mon[112123]: 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-07T10:51:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:24 smithi138 ceph-mon[117003]: from='client.300231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:24 smithi138 ceph-mon[117003]: 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-07T10:51:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:26 smithi161 ceph-mon[116604]: 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-07T10:51:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:26 smithi028 ceph-mon[112123]: 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-07T10:51:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:26 smithi138 ceph-mon[117003]: 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-07T10:51:28.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:28.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:28.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:28 smithi161 ceph-mon[116604]: 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-07T10:51:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:28 smithi028 ceph-mon[112123]: 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-07T10:51:29.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:28 smithi138 ceph-mon[117003]: 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-07T10:51:29.134 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:29.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:29.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:29.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:29.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:29 smithi161 ceph-mon[116604]: from='client.300309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:29 smithi161 ceph-mon[116604]: pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:51:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:29 smithi028 ceph-mon[112123]: from='client.300309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:29 smithi028 ceph-mon[112123]: pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:51:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:29 smithi138 ceph-mon[117003]: from='client.300309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:29 smithi138 ceph-mon[117003]: pgmap v10944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:51:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:32 smithi161 ceph-mon[116604]: pgmap v10945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:51:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:51:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:32 smithi028 ceph-mon[112123]: pgmap v10945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:51:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:51:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:32 smithi138 ceph-mon[117003]: pgmap v10945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:51:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:51:34.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:34.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:34.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:34.898 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:34 smithi138 ceph-mon[117003]: pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:51:34.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:34.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:34.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:34.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:34.932 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:34 smithi161 ceph-mon[116604]: pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:51:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:34 smithi028 ceph-mon[112123]: pgmap v10946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:51:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='client.300387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:51:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:51:35.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='client.300387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:51:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:51:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='client.300387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:36.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:51:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:51:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:51:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:36 smithi161 ceph-mon[116604]: 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-07T10:51:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:36 smithi028 ceph-mon[112123]: 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-07T10:51:37.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:36 smithi138 ceph-mon[117003]: 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-07T10:51:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:38 smithi161 ceph-mon[116604]: 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-07T10:51:38.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:38 smithi028 ceph-mon[112123]: 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-07T10:51:39.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:38 smithi138 ceph-mon[117003]: 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-07T10:51:39.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:39.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:39.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:39 smithi161 ceph-mon[116604]: 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-07T10:51:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:39 smithi028 ceph-mon[112123]: 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-07T10:51:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:39 smithi138 ceph-mon[117003]: 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-07T10:51:40.725 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:40.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:40.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:40.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:40.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:40 smithi161 ceph-mon[116604]: from='client.300462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:41.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:40 smithi028 ceph-mon[112123]: from='client.300462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:41.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:40 smithi138 ceph-mon[117003]: from='client.300462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:42.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:41 smithi161 ceph-mon[116604]: pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:51:42.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:41 smithi028 ceph-mon[112123]: pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:51:42.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:41 smithi138 ceph-mon[117003]: pgmap v10950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:51:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:44 smithi161 ceph-mon[116604]: pgmap v10951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:51:44.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:44 smithi028 ceph-mon[112123]: pgmap v10951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:51:45.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:44 smithi138 ceph-mon[117003]: pgmap v10951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:51:45.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:45.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:45.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:46.507 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:46.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:46.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:46.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:46.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:46 smithi161 ceph-mon[116604]: pgmap v10952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:51:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:46 smithi028 ceph-mon[112123]: pgmap v10952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:51:47.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:46 smithi138 ceph-mon[117003]: pgmap v10952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:51:47.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:47 smithi161 ceph-mon[116604]: from='client.300540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:47 smithi028 ceph-mon[112123]: from='client.300540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:47 smithi138 ceph-mon[117003]: from='client.300540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:48 smithi161 ceph-mon[116604]: 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-07T10:51:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:48 smithi028 ceph-mon[112123]: 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-07T10:51:49.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:48 smithi138 ceph-mon[117003]: 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-07T10:51:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:49 smithi161 ceph-mon[116604]: 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-07T10:51:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:49 smithi028 ceph-mon[112123]: 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-07T10:51:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:49 smithi138 ceph-mon[117003]: 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-07T10:51:51.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:51.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:51.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:52.288 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:52.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:52.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:52.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:52.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:52.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:52 smithi161 ceph-mon[116604]: 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-07T10:51:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:52 smithi028 ceph-mon[112123]: 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-07T10:51:53.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:52 smithi138 ceph-mon[117003]: 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-07T10:51:53.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:53 smithi161 ceph-mon[116604]: from='client.300618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:53.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:53 smithi028 ceph-mon[112123]: from='client.300618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:54.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:53 smithi138 ceph-mon[117003]: from='client.300618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:54 smithi161 ceph-mon[116604]: 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-07T10:51:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:54 smithi028 ceph-mon[112123]: 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-07T10:51:55.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:54 smithi138 ceph-mon[117003]: 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-07T10:51:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:56 smithi161 ceph-mon[116604]: 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-07T10:51:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:56 smithi028 ceph-mon[112123]: 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-07T10:51:57.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:56 smithi138 ceph-mon[117003]: 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-07T10:51:57.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:51:57.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:51:57.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:51:58.076 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:51:58.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:51:58.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:51:58.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:51:58.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:51:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:58 smithi161 ceph-mon[116604]: 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-07T10:51:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:58 smithi028 ceph-mon[112123]: 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-07T10:51:59.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:58 smithi138 ceph-mon[117003]: 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-07T10:51:59.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:51:59 smithi161 ceph-mon[116604]: from='client.300693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:51:59.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:51:59 smithi028 ceph-mon[112123]: from='client.300693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:00.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:51:59 smithi138 ceph-mon[117003]: from='client.300693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:00.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:00 smithi161 ceph-mon[116604]: 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-07T10:52:00.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:00 smithi028 ceph-mon[112123]: 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-07T10:52:01.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:00 smithi138 ceph-mon[117003]: 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-07T10:52:02.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:02 smithi161 ceph-mon[116604]: 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-07T10:52:02.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:02 smithi028 ceph-mon[112123]: 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-07T10:52:03.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:02 smithi138 ceph-mon[117003]: 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-07T10:52:03.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:03.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:03.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:03.846 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:03.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:03.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:03.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:03.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:04 smithi161 ceph-mon[116604]: from='client.300771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:04.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:04 smithi161 ceph-mon[116604]: 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-07T10:52:04.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:04 smithi028 ceph-mon[112123]: from='client.300771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:04.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:04 smithi028 ceph-mon[112123]: 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-07T10:52:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:04 smithi138 ceph-mon[117003]: from='client.300771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:04 smithi138 ceph-mon[117003]: 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-07T10:52:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:06 smithi161 ceph-mon[116604]: 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-07T10:52:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:06 smithi028 ceph-mon[112123]: 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-07T10:52:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:06 smithi138 ceph-mon[117003]: 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-07T10:52:08.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:08.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:08.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:08 smithi161 ceph-mon[116604]: 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-07T10:52:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:08 smithi028 ceph-mon[112123]: 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-07T10:52:09.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:08 smithi138 ceph-mon[117003]: 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-07T10:52:09.617 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:09.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:09.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:09.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:09.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:09 smithi161 ceph-mon[116604]: from='client.300843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:09 smithi161 ceph-mon[116604]: 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-07T10:52:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:09 smithi028 ceph-mon[112123]: from='client.300843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:09 smithi028 ceph-mon[112123]: 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-07T10:52:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:09 smithi138 ceph-mon[117003]: from='client.300843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:09 smithi138 ceph-mon[117003]: 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-07T10:52:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:12 smithi161 ceph-mon[116604]: 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-07T10:52:12.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:12 smithi028 ceph-mon[112123]: 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-07T10:52:13.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:12 smithi138 ceph-mon[117003]: 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-07T10:52:14.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:14.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:14.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:14 smithi161 ceph-mon[116604]: 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-07T10:52:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:14 smithi028 ceph-mon[112123]: 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-07T10:52:15.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:14 smithi138 ceph-mon[117003]: 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-07T10:52:15.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:15.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:15.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:15.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:15.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:16 smithi161 ceph-mon[116604]: from='client.300918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:16 smithi161 ceph-mon[116604]: 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-07T10:52:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:16 smithi028 ceph-mon[112123]: from='client.300918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:16 smithi028 ceph-mon[112123]: 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-07T10:52:17.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:16 smithi138 ceph-mon[117003]: from='client.300918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:16 smithi138 ceph-mon[117003]: 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-07T10:52:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:18 smithi161 ceph-mon[116604]: 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-07T10:52:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:18 smithi028 ceph-mon[112123]: 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-07T10:52:19.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:18 smithi138 ceph-mon[117003]: 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-07T10:52:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:19 smithi161 ceph-mon[116604]: 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-07T10:52:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:19 smithi028 ceph-mon[112123]: 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-07T10:52:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:19 smithi138 ceph-mon[117003]: 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-07T10:52:20.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:20.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:20.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:21.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:21.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:21.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:21.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:21.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:22 smithi161 ceph-mon[116604]: from='client.300993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:22 smithi161 ceph-mon[116604]: 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-07T10:52:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:22 smithi028 ceph-mon[112123]: from='client.300993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:22 smithi028 ceph-mon[112123]: 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-07T10:52:23.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:22 smithi138 ceph-mon[117003]: from='client.300993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:22 smithi138 ceph-mon[117003]: 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-07T10:52:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:24 smithi161 ceph-mon[116604]: 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-07T10:52:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:24 smithi028 ceph-mon[112123]: 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-07T10:52:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:24 smithi138 ceph-mon[117003]: 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-07T10:52:26.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:26.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:26.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:26.944 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:26.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:26.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:26.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:26.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:26.946 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:26 smithi161 ceph-mon[116604]: 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-07T10:52:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:26 smithi028 ceph-mon[112123]: 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-07T10:52:27.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:26 smithi138 ceph-mon[117003]: 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-07T10:52:27.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:27 smithi161 ceph-mon[116604]: from='client.301068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:27.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:27 smithi028 ceph-mon[112123]: from='client.301068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:27 smithi138 ceph-mon[117003]: from='client.301068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:28 smithi161 ceph-mon[116604]: 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-07T10:52:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:28 smithi028 ceph-mon[112123]: 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-07T10:52:29.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:28 smithi138 ceph-mon[117003]: 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-07T10:52:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:29 smithi161 ceph-mon[116604]: 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-07T10:52:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:29 smithi028 ceph-mon[112123]: 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-07T10:52:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:29 smithi138 ceph-mon[117003]: 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-07T10:52:31.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:31.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:31.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:32.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:32.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:32 smithi161 ceph-mon[116604]: 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-07T10:52:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:32 smithi028 ceph-mon[112123]: 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-07T10:52:33.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:32 smithi138 ceph-mon[117003]: 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-07T10:52:33.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:33 smithi161 ceph-mon[116604]: from='client.301140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:33.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:33 smithi028 ceph-mon[112123]: from='client.301140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:33 smithi138 ceph-mon[117003]: from='client.301140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:34 smithi161 ceph-mon[116604]: 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-07T10:52:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:34 smithi028 ceph-mon[112123]: 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-07T10:52:35.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:34 smithi138 ceph-mon[117003]: 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-07T10:52:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:36 smithi028 ceph-mon[112123]: 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-07T10:52:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:52:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:36 smithi138 ceph-mon[117003]: 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-07T10:52:36.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:52:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:36 smithi161 ceph-mon[116604]: 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-07T10:52:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:52:37.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:37.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:37.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:52:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16172M 2023-12-07T10:52:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:52:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:52:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:37 smithi161 ceph-mon[116604]: 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-07T10:52:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:52:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16172M 2023-12-07T10:52:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:52:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:52:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:37 smithi028 ceph-mon[112123]: 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-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T10:52:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16172M 2023-12-07T10:52:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:52:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:52:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:52:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:37 smithi138 ceph-mon[117003]: 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-07T10:52:38.480 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:38.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:38.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:38.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:38.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:39 smithi161 ceph-mon[116604]: from='client.301218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:39.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:39 smithi028 ceph-mon[112123]: from='client.301218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:39 smithi138 ceph-mon[117003]: from='client.301218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:40.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:40 smithi161 ceph-mon[116604]: 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-07T10:52:40.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:40 smithi028 ceph-mon[112123]: 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-07T10:52:41.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:40 smithi138 ceph-mon[117003]: 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-07T10:52:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:42 smithi161 ceph-mon[116604]: 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-07T10:52:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:42 smithi028 ceph-mon[112123]: 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-07T10:52:43.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:42 smithi138 ceph-mon[117003]: 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-07T10:52:43.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:43.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:43.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:44.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:44.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:44.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:44.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:44.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:44 smithi161 ceph-mon[116604]: 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-07T10:52:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:44 smithi028 ceph-mon[112123]: 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-07T10:52:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:44 smithi138 ceph-mon[117003]: 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-07T10:52:45.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:45 smithi161 ceph-mon[116604]: from='client.301293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:45.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:45 smithi028 ceph-mon[112123]: from='client.301293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:46.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:45 smithi138 ceph-mon[117003]: from='client.301293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:46 smithi161 ceph-mon[116604]: pgmap v10982: 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-07T10:52:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:46 smithi028 ceph-mon[112123]: pgmap v10982: 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-07T10:52:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:46 smithi138 ceph-mon[117003]: pgmap v10982: 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-07T10:52:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:48 smithi161 ceph-mon[116604]: pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:52:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:48 smithi028 ceph-mon[112123]: pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:52:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:48 smithi138 ceph-mon[117003]: pgmap v10983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:52:49.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:49.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:49.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:50.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:50.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:50.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:50.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:50.037 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:49 smithi161 ceph-mon[116604]: 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-07T10:52:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:49 smithi161 ceph-mon[116604]: from='client.301368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:49 smithi028 ceph-mon[112123]: 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-07T10:52:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:49 smithi028 ceph-mon[112123]: from='client.301368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:49 smithi138 ceph-mon[117003]: 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-07T10:52:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:49 smithi138 ceph-mon[117003]: from='client.301368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:52.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:52 smithi161 ceph-mon[116604]: 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-07T10:52:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:52 smithi028 ceph-mon[112123]: 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-07T10:52:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:52 smithi138 ceph-mon[117003]: 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-07T10:52:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:54 smithi161 ceph-mon[116604]: 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-07T10:52:54.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:54 smithi028 ceph-mon[112123]: 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-07T10:52:55.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:52:55.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:52:55.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:52:55.058 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:54 smithi138 ceph-mon[117003]: 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-07T10:52:55.812 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:52:55.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:52:55.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:52:55.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:52:55.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:52:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:56 smithi161 ceph-mon[116604]: from='client.301443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:56 smithi161 ceph-mon[116604]: 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-07T10:52:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:56 smithi028 ceph-mon[112123]: from='client.301443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:56 smithi028 ceph-mon[112123]: 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-07T10:52:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:56 smithi138 ceph-mon[117003]: from='client.301443 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:52:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:56 smithi138 ceph-mon[117003]: 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-07T10:52:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:58 smithi161 ceph-mon[116604]: pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:52:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:58 smithi028 ceph-mon[112123]: pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:52:59.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:58 smithi138 ceph-mon[117003]: pgmap v10988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:53:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:52:59 smithi161 ceph-mon[116604]: pgmap v10989: 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-07T10:53:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:52:59 smithi028 ceph-mon[112123]: pgmap v10989: 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-07T10:53:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:52:59 smithi138 ceph-mon[117003]: pgmap v10989: 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-07T10:53:00.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:00.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:00.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:01.586 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:01.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:01.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:01.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:01.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:02.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:02 smithi161 ceph-mon[116604]: from='client.301521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:02 smithi161 ceph-mon[116604]: 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-07T10:53:02.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:02 smithi028 ceph-mon[112123]: from='client.301521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:02.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:02 smithi028 ceph-mon[112123]: 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-07T10:53:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:02 smithi138 ceph-mon[117003]: from='client.301521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:02 smithi138 ceph-mon[117003]: 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-07T10:53:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:04 smithi161 ceph-mon[116604]: 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-07T10:53:04.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:04 smithi028 ceph-mon[112123]: 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-07T10:53:05.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:04 smithi138 ceph-mon[117003]: 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-07T10:53:06.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:06.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:06.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:06 smithi161 ceph-mon[116604]: 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-07T10:53:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:06 smithi028 ceph-mon[112123]: 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-07T10:53:07.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:06 smithi138 ceph-mon[117003]: 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-07T10:53:07.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:07.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:07.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:07.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:07.350 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:08 smithi161 ceph-mon[116604]: from='client.301599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:08 smithi161 ceph-mon[116604]: 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-07T10:53:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:08 smithi028 ceph-mon[112123]: from='client.301599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:08 smithi028 ceph-mon[112123]: 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-07T10:53:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:08 smithi138 ceph-mon[117003]: from='client.301599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:08 smithi138 ceph-mon[117003]: 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-07T10:53:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:09 smithi161 ceph-mon[116604]: 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-07T10:53:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:09 smithi028 ceph-mon[112123]: 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-07T10:53:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:09 smithi138 ceph-mon[117003]: 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-07T10:53:12.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:12.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:12.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:12.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:12 smithi161 ceph-mon[116604]: 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-07T10:53:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:12 smithi028 ceph-mon[112123]: 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-07T10:53:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:12 smithi138 ceph-mon[117003]: 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-07T10:53:13.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:13.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:13.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:13.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:13.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:14 smithi161 ceph-mon[116604]: from='client.301671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:14 smithi161 ceph-mon[116604]: 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-07T10:53:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:14 smithi028 ceph-mon[112123]: from='client.301671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:14 smithi028 ceph-mon[112123]: 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-07T10:53:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:14 smithi138 ceph-mon[117003]: from='client.301671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:14 smithi138 ceph-mon[117003]: 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-07T10:53:16.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:16 smithi161 ceph-mon[116604]: 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-07T10:53:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:16 smithi028 ceph-mon[112123]: 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-07T10:53:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:16 smithi138 ceph-mon[117003]: 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-07T10:53:18.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:18.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:18.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:18.894 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:18.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:18.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:18.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:18.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:18 smithi161 ceph-mon[116604]: 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-07T10:53:18.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:18 smithi028 ceph-mon[112123]: 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-07T10:53:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:18 smithi138 ceph-mon[117003]: 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-07T10:53:19.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:19 smithi161 ceph-mon[116604]: from='client.301749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:19.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:19 smithi028 ceph-mon[112123]: from='client.301749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:19 smithi138 ceph-mon[117003]: from='client.301749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:20.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:20 smithi161 ceph-mon[116604]: 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-07T10:53:20.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:20 smithi028 ceph-mon[112123]: 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-07T10:53:21.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:20 smithi138 ceph-mon[117003]: 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-07T10:53:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:22 smithi161 ceph-mon[116604]: 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-07T10:53:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:22 smithi028 ceph-mon[112123]: 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-07T10:53:23.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:22 smithi138 ceph-mon[117003]: 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-07T10:53:23.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:23.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:23.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:24.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:24.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:24.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:24.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:24.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:24 smithi161 ceph-mon[116604]: 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-07T10:53:24.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:24 smithi028 ceph-mon[112123]: 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-07T10:53:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:24 smithi138 ceph-mon[117003]: 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-07T10:53:25.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:25 smithi161 ceph-mon[116604]: from='client.301824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:25.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:25 smithi028 ceph-mon[112123]: from='client.301824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:25 smithi138 ceph-mon[117003]: from='client.301824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:26 smithi161 ceph-mon[116604]: pgmap v11002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:26 smithi028 ceph-mon[112123]: pgmap v11002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:26 smithi138 ceph-mon[117003]: pgmap v11002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:28.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:28 smithi161 ceph-mon[116604]: pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:28 smithi028 ceph-mon[112123]: pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:28 smithi138 ceph-mon[117003]: pgmap v11003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:53:29.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:29.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:29.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:29 smithi161 ceph-mon[116604]: 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-07T10:53:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:29 smithi028 ceph-mon[112123]: 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-07T10:53:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:29 smithi138 ceph-mon[117003]: 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-07T10:53:30.440 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:30.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:30.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:30.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:30.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:30 smithi161 ceph-mon[116604]: from='client.301902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:30 smithi028 ceph-mon[112123]: from='client.301902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:30 smithi138 ceph-mon[117003]: from='client.301902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:32.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:31 smithi161 ceph-mon[116604]: 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-07T10:53:32.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:31 smithi028 ceph-mon[112123]: 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-07T10:53:32.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:31 smithi138 ceph-mon[117003]: 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-07T10:53:34.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:34 smithi161 ceph-mon[116604]: 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-07T10:53:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:34 smithi028 ceph-mon[112123]: 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-07T10:53:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:34 smithi138 ceph-mon[117003]: 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-07T10:53:35.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:35.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:35.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:36.218 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:36.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:36.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:36.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:36.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:36.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:36 smithi161 ceph-mon[116604]: 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-07T10:53:36.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:36 smithi028 ceph-mon[112123]: 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-07T10:53:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:36 smithi138 ceph-mon[117003]: 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-07T10:53:37.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:37 smithi161 ceph-mon[116604]: from='client.301977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:37.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:37 smithi028 ceph-mon[112123]: from='client.301977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:37 smithi138 ceph-mon[117003]: from='client.301977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:38 smithi161 ceph-mon[116604]: pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:53:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:53:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:53:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:53:38.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:38 smithi028 ceph-mon[112123]: pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:53:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:53:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:53:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:53:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:38 smithi138 ceph-mon[117003]: pgmap v11008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:53:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:53:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:53:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:53:39.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:53:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:39 smithi161 ceph-mon[116604]: pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:39 smithi028 ceph-mon[112123]: pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:39 smithi138 ceph-mon[117003]: pgmap v11009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:53:41.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:41.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:41.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:42.017 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:42.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:42.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:42.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:42.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:42.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:42 smithi161 ceph-mon[116604]: 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-07T10:53:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:42 smithi161 ceph-mon[116604]: from='client.302052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:42.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:42 smithi028 ceph-mon[112123]: 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-07T10:53:42.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:42 smithi028 ceph-mon[112123]: from='client.302052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:42 smithi138 ceph-mon[117003]: 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-07T10:53:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:42 smithi138 ceph-mon[117003]: from='client.302052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:44.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:44 smithi161 ceph-mon[116604]: 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-07T10:53:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:44 smithi028 ceph-mon[112123]: 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-07T10:53:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:44 smithi138 ceph-mon[117003]: 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-07T10:53:46.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:46 smithi161 ceph-mon[116604]: 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-07T10:53:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:46 smithi028 ceph-mon[112123]: 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-07T10:53:47.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:47.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:47.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:46 smithi138 ceph-mon[117003]: 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-07T10:53:47.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:47.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:47.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:47.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:47.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:48.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:48 smithi161 ceph-mon[116604]: from='client.302127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:48 smithi161 ceph-mon[116604]: 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-07T10:53:48.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:48 smithi028 ceph-mon[112123]: from='client.302127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:48 smithi028 ceph-mon[112123]: 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-07T10:53:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:48 smithi138 ceph-mon[117003]: from='client.302127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:48 smithi138 ceph-mon[117003]: 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-07T10:53:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:49 smithi161 ceph-mon[116604]: 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-07T10:53:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:49 smithi028 ceph-mon[112123]: 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-07T10:53:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:49 smithi138 ceph-mon[117003]: 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-07T10:53:52.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:52.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:52.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:52.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:52 smithi161 ceph-mon[116604]: 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-07T10:53:52.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:52 smithi028 ceph-mon[112123]: 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-07T10:53:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:52 smithi138 ceph-mon[117003]: 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-07T10:53:53.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:53.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:53.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:53.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:53.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:53:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:54 smithi161 ceph-mon[116604]: from='client.302205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:54 smithi161 ceph-mon[116604]: 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-07T10:53:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:54 smithi028 ceph-mon[112123]: from='client.302205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:54 smithi028 ceph-mon[112123]: 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-07T10:53:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:54 smithi138 ceph-mon[117003]: from='client.302205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:53:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:54 smithi138 ceph-mon[117003]: 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-07T10:53:56.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:56 smithi161 ceph-mon[116604]: 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-07T10:53:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:56 smithi028 ceph-mon[112123]: 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-07T10:53:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:56 smithi138 ceph-mon[117003]: 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-07T10:53:58.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:53:58.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:53:58.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:53:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:58 smithi161 ceph-mon[116604]: 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-07T10:53:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:58 smithi028 ceph-mon[112123]: 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-07T10:53:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:58 smithi138 ceph-mon[117003]: 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-07T10:53:59.331 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:53:59.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:53:59.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:53:59.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:53:59.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:59 smithi161 ceph-mon[116604]: from='client.302280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:53:59 smithi161 ceph-mon[116604]: pgmap v11019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:54:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:59 smithi028 ceph-mon[112123]: from='client.302280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:53:59 smithi028 ceph-mon[112123]: pgmap v11019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:54:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:59 smithi138 ceph-mon[117003]: from='client.302280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:53:59 smithi138 ceph-mon[117003]: pgmap v11019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:54:02.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:02 smithi161 ceph-mon[116604]: pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:54:02.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:02 smithi028 ceph-mon[112123]: pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:54:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:02 smithi138 ceph-mon[117003]: pgmap v11020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:54:04.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:04.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:04.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:04.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:04 smithi161 ceph-mon[116604]: pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:54:04.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:04 smithi028 ceph-mon[112123]: pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:54:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:04 smithi138 ceph-mon[117003]: pgmap v11021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:54:05.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:05.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:05.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:05.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:05.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:06.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:06 smithi161 ceph-mon[116604]: from='client.302355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:06.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:06 smithi161 ceph-mon[116604]: pgmap v11022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:06 smithi028 ceph-mon[112123]: from='client.302355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:06 smithi028 ceph-mon[112123]: pgmap v11022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:06 smithi138 ceph-mon[117003]: from='client.302355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:06 smithi138 ceph-mon[117003]: pgmap v11022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:08.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:08 smithi161 ceph-mon[116604]: pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:08 smithi028 ceph-mon[112123]: pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:08 smithi138 ceph-mon[117003]: pgmap v11023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:10.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:10.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:10.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:09 smithi161 ceph-mon[116604]: 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-07T10:54:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:09 smithi028 ceph-mon[112123]: 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-07T10:54:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:09 smithi138 ceph-mon[117003]: 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-07T10:54:10.873 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:10.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:10.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:10.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:10.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:11.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:10 smithi161 ceph-mon[116604]: from='client.302430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:11.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:10 smithi028 ceph-mon[112123]: from='client.302430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:10 smithi138 ceph-mon[117003]: from='client.302430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:11 smithi161 ceph-mon[116604]: pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:54:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:11 smithi028 ceph-mon[112123]: pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:54:12.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:11 smithi138 ceph-mon[117003]: pgmap v11025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:54:14.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:14 smithi161 ceph-mon[116604]: pgmap v11026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:54:14.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:14 smithi028 ceph-mon[112123]: pgmap v11026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:54:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:14 smithi138 ceph-mon[117003]: pgmap v11026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:54:15.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:15.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:15.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:16.650 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:16.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:16.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:16.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:16.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:16 smithi161 ceph-mon[116604]: pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:54:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:16 smithi028 ceph-mon[112123]: pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:54:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:16 smithi138 ceph-mon[117003]: pgmap v11027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:54:17.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:17 smithi161 ceph-mon[116604]: from='client.302508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:17 smithi028 ceph-mon[112123]: from='client.302508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:17 smithi138 ceph-mon[117003]: from='client.302508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:18 smithi161 ceph-mon[116604]: pgmap v11028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:18 smithi028 ceph-mon[112123]: pgmap v11028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:18 smithi138 ceph-mon[117003]: pgmap v11028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:19 smithi161 ceph-mon[116604]: pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:19 smithi028 ceph-mon[112123]: pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:19 smithi138 ceph-mon[117003]: pgmap v11029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:21.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:21.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:21.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:22.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:22.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:22.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:22.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:22.422 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:22.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:22 smithi161 ceph-mon[116604]: 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-07T10:54:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:22 smithi028 ceph-mon[112123]: 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-07T10:54:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:22 smithi138 ceph-mon[117003]: 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-07T10:54:23.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:23 smithi161 ceph-mon[116604]: from='client.302580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:23.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:23 smithi028 ceph-mon[112123]: from='client.302580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:23 smithi138 ceph-mon[117003]: from='client.302580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:24.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:24 smithi161 ceph-mon[116604]: 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-07T10:54:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:24 smithi028 ceph-mon[112123]: 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-07T10:54:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:24 smithi138 ceph-mon[117003]: 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-07T10:54:26.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:26 smithi161 ceph-mon[116604]: 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-07T10:54:26.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:26 smithi028 ceph-mon[112123]: 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-07T10:54:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:26 smithi138 ceph-mon[117003]: 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-07T10:54:27.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:27.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:27.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:28.205 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:28.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:28.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:28.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:28.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:28 smithi161 ceph-mon[116604]: 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-07T10:54:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:28 smithi028 ceph-mon[112123]: 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-07T10:54:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:28 smithi138 ceph-mon[117003]: 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-07T10:54:29.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:29 smithi161 ceph-mon[116604]: from='client.302655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:29 smithi028 ceph-mon[112123]: from='client.302655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:29 smithi138 ceph-mon[117003]: from='client.302655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:30.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:30 smithi161 ceph-mon[116604]: 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-07T10:54:30.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:30 smithi028 ceph-mon[112123]: 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-07T10:54:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:30 smithi138 ceph-mon[117003]: 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-07T10:54:32.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:32 smithi161 ceph-mon[116604]: 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-07T10:54:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:32 smithi028 ceph-mon[112123]: 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-07T10:54:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:32 smithi138 ceph-mon[117003]: 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-07T10:54:33.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:33.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:33.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:33.970 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:33.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:33.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:33.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:33.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:34 smithi161 ceph-mon[116604]: from='client.302727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:34 smithi161 ceph-mon[116604]: 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-07T10:54:34.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:34 smithi028 ceph-mon[112123]: from='client.302727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:34 smithi028 ceph-mon[112123]: 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-07T10:54:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:34 smithi138 ceph-mon[117003]: from='client.302727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:34 smithi138 ceph-mon[117003]: 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-07T10:54:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:36 smithi161 ceph-mon[116604]: 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-07T10:54:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:36 smithi028 ceph-mon[112123]: 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-07T10:54:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:36 smithi138 ceph-mon[117003]: 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-07T10:54:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:38 smithi161 ceph-mon[116604]: 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-07T10:54:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:54:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:38 smithi028 ceph-mon[112123]: 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-07T10:54:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:54:38.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:38.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:38.973 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:38 smithi138 ceph-mon[117003]: 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-07T10:54:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:54:39.744 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:39.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:39.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:39.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:39.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:54:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:54:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:54:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:39 smithi161 ceph-mon[116604]: from='client.302802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:39 smithi161 ceph-mon[116604]: pgmap v11039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:54:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:54:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:54:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:39 smithi028 ceph-mon[112123]: from='client.302802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:39 smithi028 ceph-mon[112123]: pgmap v11039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:54:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:54:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:54:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:39 smithi138 ceph-mon[117003]: from='client.302802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:39 smithi138 ceph-mon[117003]: pgmap v11039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:42 smithi161 ceph-mon[116604]: pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:42 smithi028 ceph-mon[112123]: pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:42 smithi138 ceph-mon[117003]: pgmap v11040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:44.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:44.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:44.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:44 smithi161 ceph-mon[116604]: pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:44.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:44 smithi028 ceph-mon[112123]: pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:44 smithi138 ceph-mon[117003]: pgmap v11041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:54:45.527 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:45.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:45.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:45.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:45.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:46 smithi161 ceph-mon[116604]: from='client.302877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:46 smithi161 ceph-mon[116604]: 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-07T10:54:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:46 smithi028 ceph-mon[112123]: from='client.302877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:46.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:46 smithi028 ceph-mon[112123]: 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-07T10:54:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:46 smithi138 ceph-mon[117003]: from='client.302877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:46 smithi138 ceph-mon[117003]: 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-07T10:54:48.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:48 smithi161 ceph-mon[116604]: 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-07T10:54:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:48 smithi028 ceph-mon[112123]: 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-07T10:54:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:48 smithi138 ceph-mon[117003]: 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-07T10:54:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:49 smithi161 ceph-mon[116604]: 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-07T10:54:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:49 smithi028 ceph-mon[112123]: 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-07T10:54:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:49 smithi138 ceph-mon[117003]: 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-07T10:54:50.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:50.529 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:50.529 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:51.310 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:51.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:51.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:51.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:51.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:52 smithi161 ceph-mon[116604]: from='client.302955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:52 smithi161 ceph-mon[116604]: pgmap v11045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:52.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:52 smithi028 ceph-mon[112123]: from='client.302955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:52.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:52 smithi028 ceph-mon[112123]: pgmap v11045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:52 smithi138 ceph-mon[117003]: from='client.302955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:52 smithi138 ceph-mon[117003]: pgmap v11045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:54.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:54 smithi161 ceph-mon[116604]: pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:54 smithi028 ceph-mon[112123]: pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:54 smithi138 ceph-mon[117003]: pgmap v11046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:54:56.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:54:56.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:54:56.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:54:56.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:56 smithi161 ceph-mon[116604]: pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:56.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:56 smithi028 ceph-mon[112123]: pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:56 smithi138 ceph-mon[117003]: pgmap v11047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:54:57.081 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:54:57.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:54:57.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:54:57.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:54:57.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:54:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:57 smithi161 ceph-mon[116604]: from='client.303030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:57.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:57 smithi028 ceph-mon[112123]: from='client.303030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:57 smithi138 ceph-mon[117003]: from='client.303030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:54:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:58 smithi161 ceph-mon[116604]: 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-07T10:54:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:58 smithi028 ceph-mon[112123]: 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-07T10:54:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:58 smithi138 ceph-mon[117003]: 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-07T10:55:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:54:59 smithi161 ceph-mon[116604]: 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-07T10:55:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:54:59 smithi028 ceph-mon[112123]: 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-07T10:55:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:54:59 smithi138 ceph-mon[117003]: 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-07T10:55:02.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:02.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:02.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:02.863 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:02.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:02.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:02.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:02.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:02 smithi161 ceph-mon[116604]: 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-07T10:55:02.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:02 smithi028 ceph-mon[112123]: 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-07T10:55:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:02 smithi138 ceph-mon[117003]: 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-07T10:55:03.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:03 smithi161 ceph-mon[116604]: from='client.303108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:03 smithi028 ceph-mon[112123]: from='client.303108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:03 smithi138 ceph-mon[117003]: from='client.303108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:04.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:04 smithi161 ceph-mon[116604]: 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-07T10:55:04.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:04 smithi028 ceph-mon[112123]: 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-07T10:55:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:04 smithi138 ceph-mon[117003]: 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-07T10:55:06.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:06 smithi161 ceph-mon[116604]: 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-07T10:55:06.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:06 smithi028 ceph-mon[112123]: 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-07T10:55:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:06 smithi138 ceph-mon[117003]: 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-07T10:55:07.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:07.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:07.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:08.646 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:08.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:08.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:08.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:08.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:08 smithi161 ceph-mon[116604]: 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-07T10:55:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:08 smithi028 ceph-mon[112123]: 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-07T10:55:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:08 smithi138 ceph-mon[117003]: 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-07T10:55:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:09 smithi161 ceph-mon[116604]: from='client.303186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:09 smithi028 ceph-mon[112123]: from='client.303186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:09 smithi138 ceph-mon[117003]: from='client.303186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:10 smithi161 ceph-mon[116604]: 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-07T10:55:10.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:10 smithi028 ceph-mon[112123]: 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-07T10:55:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:10 smithi138 ceph-mon[117003]: 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-07T10:55:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:12 smithi161 ceph-mon[116604]: 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-07T10:55:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:12 smithi028 ceph-mon[112123]: 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-07T10:55:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:12 smithi138 ceph-mon[117003]: 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-07T10:55:13.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:13.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:13.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:14.434 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:14.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:14.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:14.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:14.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:14 smithi161 ceph-mon[116604]: 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-07T10:55:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:14 smithi028 ceph-mon[112123]: 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-07T10:55:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:14 smithi138 ceph-mon[117003]: 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-07T10:55:15.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:15 smithi161 ceph-mon[116604]: from='client.303258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:15.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:15 smithi028 ceph-mon[112123]: from='client.303258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:15 smithi138 ceph-mon[117003]: from='client.303258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:16 smithi161 ceph-mon[116604]: pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:55:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:16 smithi028 ceph-mon[112123]: pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:55:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:16 smithi138 ceph-mon[117003]: pgmap v11057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:55:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:18 smithi028 ceph-mon[112123]: pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:55:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:18 smithi138 ceph-mon[117003]: pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:55:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:18 smithi161 ceph-mon[116604]: pgmap v11058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:55:19.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:19.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:19.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:19 smithi161 ceph-mon[116604]: pgmap v11059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:20.204 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:20.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:20.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:20.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:20.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:19 smithi028 ceph-mon[112123]: pgmap v11059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:19 smithi138 ceph-mon[117003]: pgmap v11059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:20 smithi161 ceph-mon[116604]: from='client.303336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:21.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:20 smithi028 ceph-mon[112123]: from='client.303336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:20 smithi138 ceph-mon[117003]: from='client.303336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:21 smithi161 ceph-mon[116604]: pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:21 smithi028 ceph-mon[112123]: pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:22.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:21 smithi138 ceph-mon[117003]: pgmap v11060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:24 smithi161 ceph-mon[116604]: pgmap v11061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:24 smithi028 ceph-mon[112123]: pgmap v11061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:24 smithi138 ceph-mon[117003]: pgmap v11061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:25.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:25.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:25.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:25.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:25.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:25.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:25.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:25.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:26.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:26 smithi161 ceph-mon[116604]: from='client.303408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:26.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:26 smithi161 ceph-mon[116604]: 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-07T10:55:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:26 smithi028 ceph-mon[112123]: from='client.303408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:26 smithi028 ceph-mon[112123]: 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-07T10:55:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:26 smithi138 ceph-mon[117003]: from='client.303408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:26 smithi138 ceph-mon[117003]: 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-07T10:55:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:28 smithi161 ceph-mon[116604]: pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:55:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:28 smithi028 ceph-mon[112123]: pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:55:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:28 smithi138 ceph-mon[117003]: pgmap v11063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:55:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:29 smithi161 ceph-mon[116604]: pgmap v11064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:55:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:29 smithi028 ceph-mon[112123]: pgmap v11064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:55:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:29 smithi138 ceph-mon[117003]: pgmap v11064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:55:30.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:30.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:30.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:31.744 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:31.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:31.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:31.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:31.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:32 smithi161 ceph-mon[116604]: from='client.303486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:32 smithi161 ceph-mon[116604]: pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:32.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:32 smithi028 ceph-mon[112123]: from='client.303486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:32 smithi028 ceph-mon[112123]: pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:32 smithi138 ceph-mon[117003]: from='client.303486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:32 smithi138 ceph-mon[117003]: pgmap v11065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:34 smithi161 ceph-mon[116604]: pgmap v11066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:34 smithi028 ceph-mon[112123]: pgmap v11066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:34 smithi138 ceph-mon[117003]: pgmap v11066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:36.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:36.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:36.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:36 smithi161 ceph-mon[116604]: pgmap v11067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:36 smithi028 ceph-mon[112123]: pgmap v11067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:36 smithi138 ceph-mon[117003]: pgmap v11067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:55:37.529 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:37.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:37.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:37.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:37.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:38 smithi161 ceph-mon[116604]: from='client.303564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:38 smithi161 ceph-mon[116604]: 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-07T10:55:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:38 smithi028 ceph-mon[112123]: from='client.303564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:38 smithi028 ceph-mon[112123]: 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-07T10:55:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:38 smithi138 ceph-mon[117003]: from='client.303564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:38 smithi138 ceph-mon[117003]: 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-07T10:55:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:55:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:39 smithi161 ceph-mon[116604]: 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-07T10:55:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:55:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:55:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:55:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:55:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:39 smithi028 ceph-mon[112123]: 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-07T10:55:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:55:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:55:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:55:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:55:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:39 smithi138 ceph-mon[117003]: 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-07T10:55:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:55:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:55:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:55:42.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:42.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:42.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:42 smithi161 ceph-mon[116604]: 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-07T10:55:42.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:42 smithi028 ceph-mon[112123]: 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-07T10:55:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:42 smithi138 ceph-mon[117003]: 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-07T10:55:43.310 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:43.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:43.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:43.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:43.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:44 smithi161 ceph-mon[116604]: from='client.303639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:44 smithi161 ceph-mon[116604]: 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-07T10:55:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:44 smithi028 ceph-mon[112123]: from='client.303639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:44 smithi028 ceph-mon[112123]: 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-07T10:55:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:44 smithi138 ceph-mon[117003]: from='client.303639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:44 smithi138 ceph-mon[117003]: 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-07T10:55:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:46 smithi161 ceph-mon[116604]: 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-07T10:55:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:46 smithi028 ceph-mon[112123]: 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-07T10:55:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:46 smithi138 ceph-mon[117003]: 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-07T10:55:48.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:48.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:48.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:48 smithi161 ceph-mon[116604]: 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-07T10:55:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:48 smithi028 ceph-mon[112123]: 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-07T10:55:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:48 smithi138 ceph-mon[117003]: 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-07T10:55:49.092 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:49.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:49.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:49.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:49.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:49 smithi161 ceph-mon[116604]: from='client.303711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:49 smithi028 ceph-mon[112123]: from='client.303711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:49 smithi138 ceph-mon[117003]: from='client.303711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:50.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:50 smithi161 ceph-mon[116604]: 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-07T10:55:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:50 smithi028 ceph-mon[112123]: 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-07T10:55:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:50 smithi138 ceph-mon[117003]: 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-07T10:55:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:52 smithi161 ceph-mon[116604]: 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-07T10:55:52.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:52 smithi028 ceph-mon[112123]: 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-07T10:55:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:52 smithi138 ceph-mon[117003]: 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-07T10:55:54.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:54.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:54.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:55:54.879 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:55:54.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:55:54.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:55:54.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:55:54.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:55:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:54 smithi161 ceph-mon[116604]: 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-07T10:55:54.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:54 smithi028 ceph-mon[112123]: 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-07T10:55:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:54 smithi138 ceph-mon[117003]: 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-07T10:55:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:55 smithi028 ceph-mon[112123]: from='client.303783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:56.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:55 smithi138 ceph-mon[117003]: from='client.303783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:55 smithi161 ceph-mon[116604]: from='client.303783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:55:56.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:56 smithi028 ceph-mon[112123]: pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:56 smithi138 ceph-mon[117003]: pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:56 smithi161 ceph-mon[116604]: pgmap v11077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:55:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:58 smithi028 ceph-mon[112123]: pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:58 smithi138 ceph-mon[117003]: pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:58 smithi161 ceph-mon[116604]: pgmap v11078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:55:59.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:55:59.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:55:59.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:55:59 smithi161 ceph-mon[116604]: pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:55:59 smithi028 ceph-mon[112123]: pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:55:59 smithi138 ceph-mon[117003]: pgmap v11079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:00.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:00.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:00.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:00.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:00.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:00 smithi161 ceph-mon[116604]: from='client.303858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:00 smithi028 ceph-mon[112123]: from='client.303858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:00 smithi138 ceph-mon[117003]: from='client.303858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:01 smithi161 ceph-mon[116604]: pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:01 smithi028 ceph-mon[112123]: pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:02.296 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:01 smithi138 ceph-mon[117003]: pgmap v11080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:04.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:04 smithi161 ceph-mon[116604]: pgmap v11081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:04 smithi028 ceph-mon[112123]: pgmap v11081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:04 smithi138 ceph-mon[117003]: pgmap v11081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:05.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:05.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:05.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:06.436 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:06.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:06.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:06.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:06.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:06.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:06 smithi161 ceph-mon[116604]: 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-07T10:56:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:06 smithi028 ceph-mon[112123]: 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-07T10:56:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:06 smithi138 ceph-mon[117003]: 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-07T10:56:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:07 smithi161 ceph-mon[116604]: from='client.303936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:07.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:07 smithi028 ceph-mon[112123]: from='client.303936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:08.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:07 smithi138 ceph-mon[117003]: from='client.303936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:08 smithi161 ceph-mon[116604]: pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:08 smithi028 ceph-mon[112123]: pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:08 smithi138 ceph-mon[117003]: pgmap v11083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:09 smithi161 ceph-mon[116604]: pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:09 smithi028 ceph-mon[112123]: pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:09 smithi138 ceph-mon[117003]: pgmap v11084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:11.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:11.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:11.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:12.215 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:12.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:12.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:12.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:12.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:12 smithi161 ceph-mon[116604]: pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:12 smithi028 ceph-mon[112123]: pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:12 smithi138 ceph-mon[117003]: pgmap v11085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:13 smithi161 ceph-mon[116604]: from='client.304011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:13 smithi028 ceph-mon[112123]: from='client.304011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:13 smithi138 ceph-mon[117003]: from='client.304011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:14 smithi161 ceph-mon[116604]: pgmap v11086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:14 smithi028 ceph-mon[112123]: pgmap v11086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:14 smithi138 ceph-mon[117003]: pgmap v11086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:16 smithi161 ceph-mon[116604]: pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:16.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:16 smithi028 ceph-mon[112123]: pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:16 smithi138 ceph-mon[117003]: pgmap v11087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:17.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:17.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:17.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:17.988 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:17.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:17.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:17.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:17.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:18 smithi028 ceph-mon[112123]: from='client.304080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:18 smithi028 ceph-mon[112123]: 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-07T10:56:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:18 smithi138 ceph-mon[117003]: from='client.304080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:18 smithi138 ceph-mon[117003]: 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-07T10:56:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:18 smithi161 ceph-mon[116604]: from='client.304080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:18 smithi161 ceph-mon[116604]: 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-07T10:56:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:19 smithi161 ceph-mon[116604]: 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-07T10:56:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:19 smithi028 ceph-mon[112123]: 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-07T10:56:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:19 smithi138 ceph-mon[117003]: 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-07T10:56:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:22 smithi161 ceph-mon[116604]: 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-07T10:56:22.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:22 smithi028 ceph-mon[112123]: 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-07T10:56:22.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:22.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:22.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:22 smithi138 ceph-mon[117003]: 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-07T10:56:23.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:23.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:23.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:23.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:23.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:24 smithi161 ceph-mon[116604]: from='client.304152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:24 smithi161 ceph-mon[116604]: 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-07T10:56:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:24 smithi028 ceph-mon[112123]: from='client.304152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:24 smithi028 ceph-mon[112123]: 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-07T10:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:24 smithi138 ceph-mon[117003]: from='client.304152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:24 smithi138 ceph-mon[117003]: 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-07T10:56:26.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:26 smithi161 ceph-mon[116604]: 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-07T10:56:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:26 smithi028 ceph-mon[112123]: 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-07T10:56:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:26 smithi138 ceph-mon[117003]: 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-07T10:56:28.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:28.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:28.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:28 smithi161 ceph-mon[116604]: 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-07T10:56:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:28 smithi028 ceph-mon[112123]: 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-07T10:56:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:28 smithi138 ceph-mon[117003]: 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-07T10:56:29.539 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:29.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:29.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:29.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:29.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:29 smithi161 ceph-mon[116604]: from='client.304224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:29 smithi161 ceph-mon[116604]: pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:29 smithi028 ceph-mon[112123]: from='client.304224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:29 smithi028 ceph-mon[112123]: pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:29 smithi138 ceph-mon[117003]: from='client.304224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:29 smithi138 ceph-mon[117003]: pgmap v11094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:32 smithi161 ceph-mon[116604]: pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:32 smithi028 ceph-mon[112123]: pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:32 smithi138 ceph-mon[117003]: pgmap v11095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:34.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:34.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:34.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:34 smithi161 ceph-mon[116604]: pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:34 smithi028 ceph-mon[112123]: pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:34 smithi138 ceph-mon[117003]: pgmap v11096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:35.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:35.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:35.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:35.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:35.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:36 smithi161 ceph-mon[116604]: from='client.304299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:36 smithi161 ceph-mon[116604]: pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:36 smithi028 ceph-mon[112123]: from='client.304299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:36 smithi028 ceph-mon[112123]: pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:36 smithi138 ceph-mon[117003]: from='client.304299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:36 smithi138 ceph-mon[117003]: pgmap v11097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:38 smithi028 ceph-mon[112123]: pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:38 smithi138 ceph-mon[117003]: pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:38 smithi161 ceph-mon[116604]: pgmap v11098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:56:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:39 smithi161 ceph-mon[116604]: pgmap v11099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:39 smithi028 ceph-mon[112123]: pgmap v11099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:39 smithi138 ceph-mon[117003]: pgmap v11099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:40.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:40.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:40.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:41.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:41.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:41.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:41.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:41.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:56:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:56:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:56:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:56:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:40 smithi161 ceph-mon[116604]: from='client.304374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:56:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:56:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:56:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:56:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:40 smithi028 ceph-mon[112123]: from='client.304374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:56:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:56:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:56:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:56:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:40 smithi138 ceph-mon[117003]: from='client.304374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:41 smithi161 ceph-mon[116604]: 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-07T10:56:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:41 smithi028 ceph-mon[112123]: 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-07T10:56:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:41 smithi138 ceph-mon[117003]: 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-07T10:56:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:44 smithi161 ceph-mon[116604]: 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-07T10:56:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:44 smithi028 ceph-mon[112123]: 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-07T10:56:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:44 smithi138 ceph-mon[117003]: 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-07T10:56:46.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:46.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:46.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:46.877 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:46.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:46.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:46.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:46.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:46 smithi028 ceph-mon[112123]: pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:46 smithi138 ceph-mon[117003]: pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:46 smithi161 ceph-mon[116604]: pgmap v11102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:47 smithi028 ceph-mon[112123]: from='client.304449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:48.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:47 smithi138 ceph-mon[117003]: from='client.304449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:47 smithi161 ceph-mon[116604]: from='client.304449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:48 smithi028 ceph-mon[112123]: pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:48 smithi138 ceph-mon[117003]: pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:48 smithi161 ceph-mon[116604]: pgmap v11103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:49 smithi161 ceph-mon[116604]: pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:49 smithi028 ceph-mon[112123]: pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:49 smithi138 ceph-mon[117003]: pgmap v11104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:51.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:51.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:51.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:52.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:52.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:52.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:52.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:52.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:52 smithi161 ceph-mon[116604]: pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:52.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:52 smithi028 ceph-mon[112123]: pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:52 smithi138 ceph-mon[117003]: pgmap v11105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:53 smithi028 ceph-mon[112123]: from='client.304527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:54.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:53 smithi138 ceph-mon[117003]: from='client.304527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:53 smithi161 ceph-mon[116604]: from='client.304527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:56:54.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:54 smithi028 ceph-mon[112123]: pgmap v11106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:54 smithi138 ceph-mon[117003]: pgmap v11106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:54 smithi161 ceph-mon[116604]: pgmap v11106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:56:56.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:56 smithi028 ceph-mon[112123]: pgmap v11107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:56 smithi138 ceph-mon[117003]: pgmap v11107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:56 smithi161 ceph-mon[116604]: pgmap v11107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:56:57.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:56:57.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:56:57.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:56:58.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:56:58.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:56:58.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:56:58.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:56:58.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:56:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:58 smithi028 ceph-mon[112123]: 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-07T10:56:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:58 smithi138 ceph-mon[117003]: 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-07T10:56:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:58 smithi161 ceph-mon[116604]: 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-07T10:56:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:56:59 smithi028 ceph-mon[112123]: from='client.304596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:56:59 smithi138 ceph-mon[117003]: from='client.304596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:56:59 smithi161 ceph-mon[116604]: from='client.304596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:00 smithi028 ceph-mon[112123]: 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-07T10:57:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:00 smithi138 ceph-mon[117003]: 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-07T10:57:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:00 smithi161 ceph-mon[116604]: 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-07T10:57:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:02 smithi028 ceph-mon[112123]: 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-07T10:57:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:02 smithi138 ceph-mon[117003]: 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-07T10:57:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:02 smithi161 ceph-mon[116604]: 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-07T10:57:03.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:03.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:03.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:04.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:04.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:04.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:04.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:04.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:04 smithi028 ceph-mon[112123]: 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-07T10:57:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:04 smithi138 ceph-mon[117003]: 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-07T10:57:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:04 smithi161 ceph-mon[116604]: 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-07T10:57:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:05 smithi028 ceph-mon[112123]: from='client.304674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:05 smithi138 ceph-mon[117003]: from='client.304674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:05 smithi161 ceph-mon[116604]: from='client.304674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:06 smithi028 ceph-mon[112123]: pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:57:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:06 smithi138 ceph-mon[117003]: pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:57:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:06 smithi161 ceph-mon[116604]: pgmap v11112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T10:57:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:08 smithi138 ceph-mon[117003]: pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:57:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:08 smithi161 ceph-mon[116604]: pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:57:09.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:09.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:09.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:08 smithi028 ceph-mon[112123]: pgmap v11113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T10:57:09.990 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:09.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:09.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:09.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:09.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:09 smithi161 ceph-mon[116604]: from='client.304749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:09 smithi161 ceph-mon[116604]: pgmap v11114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:09 smithi028 ceph-mon[112123]: from='client.304749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:09 smithi028 ceph-mon[112123]: pgmap v11114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:09 smithi138 ceph-mon[117003]: from='client.304749 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:09 smithi138 ceph-mon[117003]: pgmap v11114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:12 smithi028 ceph-mon[112123]: pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:12 smithi138 ceph-mon[117003]: pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:12 smithi161 ceph-mon[116604]: pgmap v11115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:14 smithi028 ceph-mon[112123]: pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:14.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:14.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:14.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:14 smithi138 ceph-mon[117003]: pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:14 smithi161 ceph-mon[116604]: pgmap v11116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:15.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:15.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:15.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:15.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:15.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:16 smithi028 ceph-mon[112123]: from='client.304821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:16 smithi028 ceph-mon[112123]: pgmap v11117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:16 smithi138 ceph-mon[117003]: from='client.304821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:16 smithi138 ceph-mon[117003]: pgmap v11117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:16 smithi161 ceph-mon[116604]: from='client.304821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:16 smithi161 ceph-mon[116604]: pgmap v11117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:18 smithi028 ceph-mon[112123]: pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:57:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:18 smithi138 ceph-mon[117003]: pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:57:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:18 smithi161 ceph-mon[116604]: pgmap v11118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T10:57:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:19 smithi161 ceph-mon[116604]: pgmap v11119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:57:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:19 smithi028 ceph-mon[112123]: pgmap v11119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:57:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:19 smithi138 ceph-mon[117003]: pgmap v11119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T10:57:20.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:20.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:20.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:21.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:21.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:21.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:21.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:21.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:22 smithi028 ceph-mon[112123]: from='client.304896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:22 smithi028 ceph-mon[112123]: pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:22 smithi138 ceph-mon[117003]: from='client.304896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:22 smithi138 ceph-mon[117003]: pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:22 smithi161 ceph-mon[116604]: from='client.304896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:22 smithi161 ceph-mon[116604]: pgmap v11120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:24 smithi028 ceph-mon[112123]: pgmap v11121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:24 smithi138 ceph-mon[117003]: pgmap v11121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:24 smithi161 ceph-mon[116604]: pgmap v11121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:26.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:26.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:26.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:26 smithi028 ceph-mon[112123]: pgmap v11122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:26 smithi138 ceph-mon[117003]: pgmap v11122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:26 smithi161 ceph-mon[116604]: pgmap v11122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:27.301 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:27.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:27.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:27.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:27.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:28 smithi028 ceph-mon[112123]: from='client.304971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:28 smithi028 ceph-mon[112123]: pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:28 smithi138 ceph-mon[117003]: from='client.304971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:28 smithi138 ceph-mon[117003]: pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:28 smithi161 ceph-mon[116604]: from='client.304971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:28 smithi161 ceph-mon[116604]: pgmap v11123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:29 smithi161 ceph-mon[116604]: pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:29 smithi028 ceph-mon[112123]: pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:29 smithi138 ceph-mon[117003]: pgmap v11124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:32.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:32.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:32.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:32 smithi028 ceph-mon[112123]: pgmap v11125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:32 smithi138 ceph-mon[117003]: pgmap v11125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:33.082 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:33.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:33.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:33.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:33.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:32 smithi161 ceph-mon[116604]: pgmap v11125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:33.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:33 smithi028 ceph-mon[112123]: from='client.305049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:33 smithi138 ceph-mon[117003]: from='client.305049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:33 smithi161 ceph-mon[116604]: from='client.305049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:34 smithi028 ceph-mon[112123]: pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:34 smithi138 ceph-mon[117003]: pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:34 smithi161 ceph-mon[116604]: pgmap v11126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:36 smithi028 ceph-mon[112123]: pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:36 smithi138 ceph-mon[117003]: pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:36 smithi161 ceph-mon[116604]: pgmap v11127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:57:38.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:38.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:38.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:38.868 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:38.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:38.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:38.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:38.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:38 smithi028 ceph-mon[112123]: 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-07T10:57:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:38 smithi138 ceph-mon[117003]: 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-07T10:57:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:38 smithi161 ceph-mon[116604]: 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-07T10:57:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:39 smithi028 ceph-mon[112123]: from='client.305127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:39 smithi138 ceph-mon[117003]: from='client.305127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:39 smithi161 ceph-mon[116604]: from='client.305127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:40 smithi028 ceph-mon[112123]: 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-07T10:57:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:57:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:40 smithi138 ceph-mon[117003]: 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-07T10:57:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:57:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:40 smithi161 ceph-mon[116604]: 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-07T10:57:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:57:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:57:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:57:41.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:57:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:57:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:57:42.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:57:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:57:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:57:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:57:42.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:42 smithi028 ceph-mon[112123]: 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-07T10:57:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:42 smithi138 ceph-mon[117003]: 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-07T10:57:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:42 smithi161 ceph-mon[116604]: 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-07T10:57:43.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:43.870 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:43.870 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:44.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:44.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:44.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:44.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:44.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:45.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:44 smithi138 ceph-mon[117003]: 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-07T10:57:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:44 smithi161 ceph-mon[116604]: 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-07T10:57:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:44 smithi028 ceph-mon[112123]: 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-07T10:57:46.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:45 smithi138 ceph-mon[117003]: from='client.305202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:45 smithi161 ceph-mon[116604]: from='client.305202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:45 smithi028 ceph-mon[112123]: from='client.305202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:46 smithi138 ceph-mon[117003]: pgmap v11132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:46 smithi161 ceph-mon[116604]: pgmap v11132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:46 smithi028 ceph-mon[112123]: pgmap v11132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:48 smithi138 ceph-mon[117003]: pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:48 smithi161 ceph-mon[116604]: pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:48 smithi028 ceph-mon[112123]: pgmap v11133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:49.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:49.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:49.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:49 smithi161 ceph-mon[116604]: pgmap v11134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:49 smithi028 ceph-mon[112123]: pgmap v11134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:49 smithi138 ceph-mon[117003]: pgmap v11134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:50.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:50.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:50.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:50.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:50.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:50 smithi161 ceph-mon[116604]: from='client.305277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:50 smithi028 ceph-mon[112123]: from='client.305277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:50 smithi138 ceph-mon[117003]: from='client.305277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:51 smithi161 ceph-mon[116604]: pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:51 smithi028 ceph-mon[112123]: pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:52.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:51 smithi138 ceph-mon[117003]: pgmap v11135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:54.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:54 smithi028 ceph-mon[112123]: pgmap v11136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:54 smithi138 ceph-mon[117003]: pgmap v11136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:54 smithi161 ceph-mon[116604]: pgmap v11136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:57:55.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:57:55.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:57:55.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:57:56.212 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:57:56.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:57:56.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:57:56.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:57:56.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:57:56.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:56 smithi028 ceph-mon[112123]: pgmap v11137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:56 smithi138 ceph-mon[117003]: pgmap v11137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:56 smithi161 ceph-mon[116604]: pgmap v11137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:57:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:57 smithi028 ceph-mon[112123]: from='client.305352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:58.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:57 smithi138 ceph-mon[117003]: from='client.305352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:57 smithi161 ceph-mon[116604]: from='client.305352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:57:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:58 smithi028 ceph-mon[112123]: 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-07T10:57:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:58 smithi138 ceph-mon[117003]: 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-07T10:57:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:58 smithi161 ceph-mon[116604]: 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-07T10:58:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:57:59 smithi161 ceph-mon[116604]: pgmap v11139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:57:59 smithi028 ceph-mon[112123]: pgmap v11139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:57:59 smithi138 ceph-mon[117003]: pgmap v11139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:01.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:01.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:01.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:01.989 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:01.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:01.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:01.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:01.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:02 smithi028 ceph-mon[112123]: from='client.305427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:02 smithi028 ceph-mon[112123]: pgmap v11140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:02 smithi138 ceph-mon[117003]: from='client.305427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:02 smithi138 ceph-mon[117003]: pgmap v11140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:02 smithi161 ceph-mon[116604]: from='client.305427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:02 smithi161 ceph-mon[116604]: pgmap v11140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:04 smithi028 ceph-mon[112123]: pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:04 smithi138 ceph-mon[117003]: pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:04 smithi161 ceph-mon[116604]: pgmap v11141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:06 smithi028 ceph-mon[112123]: pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:06.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:06.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:06.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:06 smithi138 ceph-mon[117003]: pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:06 smithi161 ceph-mon[116604]: pgmap v11142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:07.758 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:07.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:07.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:07.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:07.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:08 smithi028 ceph-mon[112123]: from='client.305502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:08 smithi028 ceph-mon[112123]: pgmap v11143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:08 smithi138 ceph-mon[117003]: from='client.305502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:08 smithi138 ceph-mon[117003]: pgmap v11143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:08 smithi161 ceph-mon[116604]: from='client.305502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:08 smithi161 ceph-mon[116604]: pgmap v11143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:09 smithi161 ceph-mon[116604]: pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:09 smithi028 ceph-mon[112123]: pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:09 smithi138 ceph-mon[117003]: pgmap v11144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:12.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:12.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:12.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:12 smithi028 ceph-mon[112123]: pgmap v11145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:12 smithi138 ceph-mon[117003]: pgmap v11145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:12 smithi161 ceph-mon[116604]: pgmap v11145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:13.530 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:13.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:13.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:13.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:13.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:14 smithi028 ceph-mon[112123]: from='client.305580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:14 smithi028 ceph-mon[112123]: pgmap v11146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:14 smithi138 ceph-mon[117003]: from='client.305580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:14 smithi138 ceph-mon[117003]: pgmap v11146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:14 smithi161 ceph-mon[116604]: from='client.305580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:14 smithi161 ceph-mon[116604]: pgmap v11146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:16 smithi138 ceph-mon[117003]: pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:16 smithi161 ceph-mon[116604]: pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:16 smithi028 ceph-mon[112123]: pgmap v11147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:18.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:18.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:18.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:18 smithi138 ceph-mon[117003]: 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-07T10:58:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:18 smithi161 ceph-mon[116604]: 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-07T10:58:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:18 smithi028 ceph-mon[112123]: 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-07T10:58:19.316 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:19.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:19.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:19.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:19.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:19 smithi161 ceph-mon[116604]: from='client.305658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:19 smithi161 ceph-mon[116604]: pgmap v11149: 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-07T10:58:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:19 smithi028 ceph-mon[112123]: from='client.305658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:19 smithi028 ceph-mon[112123]: pgmap v11149: 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-07T10:58:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:19 smithi138 ceph-mon[117003]: from='client.305658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:19 smithi138 ceph-mon[117003]: pgmap v11149: 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-07T10:58:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:22 smithi028 ceph-mon[112123]: pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:22 smithi138 ceph-mon[117003]: pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:22 smithi161 ceph-mon[116604]: pgmap v11150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:24.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:24.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:24.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:24 smithi028 ceph-mon[112123]: pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:24 smithi138 ceph-mon[117003]: pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:25.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:25.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:25.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:25.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:25.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:24 smithi161 ceph-mon[116604]: pgmap v11151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:25 smithi138 ceph-mon[117003]: from='client.305736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:25 smithi161 ceph-mon[116604]: from='client.305736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:25 smithi028 ceph-mon[112123]: from='client.305736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:26 smithi138 ceph-mon[117003]: pgmap v11152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:26 smithi161 ceph-mon[116604]: pgmap v11152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:26 smithi028 ceph-mon[112123]: pgmap v11152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:28 smithi138 ceph-mon[117003]: pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:28 smithi161 ceph-mon[116604]: pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:28 smithi028 ceph-mon[112123]: pgmap v11153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:58:30.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:30.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:30.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:29 smithi161 ceph-mon[116604]: pgmap v11154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:29 smithi028 ceph-mon[112123]: pgmap v11154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:29 smithi138 ceph-mon[117003]: pgmap v11154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:30.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:30.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:30.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:30.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:30.858 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:30 smithi161 ceph-mon[116604]: from='client.305814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:30 smithi028 ceph-mon[112123]: from='client.305814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:30 smithi138 ceph-mon[117003]: from='client.305814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:31 smithi161 ceph-mon[116604]: pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:31 smithi028 ceph-mon[112123]: pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:32.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:31 smithi138 ceph-mon[117003]: pgmap v11155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:34 smithi138 ceph-mon[117003]: pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:34 smithi161 ceph-mon[116604]: pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:34 smithi028 ceph-mon[112123]: pgmap v11156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T10:58:35.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:35.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:35.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:36.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:36.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:36.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:36.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:36.653 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:36 smithi138 ceph-mon[117003]: pgmap v11157: 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-07T10:58:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:36 smithi161 ceph-mon[116604]: pgmap v11157: 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-07T10:58:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:36 smithi028 ceph-mon[112123]: pgmap v11157: 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-07T10:58:38.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:37 smithi138 ceph-mon[117003]: from='client.305889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:37 smithi161 ceph-mon[116604]: from='client.305889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:37 smithi028 ceph-mon[112123]: from='client.305889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:38 smithi138 ceph-mon[117003]: 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-07T10:58:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:38 smithi161 ceph-mon[116604]: 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-07T10:58:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:38 smithi028 ceph-mon[112123]: 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-07T10:58:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:39 smithi161 ceph-mon[116604]: pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:39 smithi028 ceph-mon[112123]: pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:39 smithi138 ceph-mon[117003]: pgmap v11159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:41.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:41.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:41.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:58:41.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:58:41.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:58:42.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:42.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:42.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:42.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:42.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:42 smithi028 ceph-mon[112123]: pgmap v11160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:58:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:58:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:58:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:42 smithi138 ceph-mon[117003]: pgmap v11160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:42.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:58:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:58:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:58:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:42 smithi161 ceph-mon[116604]: pgmap v11160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:58:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:58:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:58:43.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:43 smithi028 ceph-mon[112123]: from='client.305967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:43.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:43 smithi138 ceph-mon[117003]: from='client.305967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:43.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:43 smithi161 ceph-mon[116604]: from='client.305967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:44.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:44 smithi028 ceph-mon[112123]: pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:44.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:44 smithi138 ceph-mon[117003]: pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:44 smithi161 ceph-mon[116604]: pgmap v11161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:46 smithi138 ceph-mon[117003]: pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:46 smithi161 ceph-mon[116604]: pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:46 smithi028 ceph-mon[112123]: pgmap v11162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:47.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:47.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:47.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:48.211 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:48.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:48.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:48.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:48.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:48 smithi138 ceph-mon[117003]: pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:48 smithi161 ceph-mon[116604]: pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:48 smithi028 ceph-mon[112123]: pgmap v11163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:49 smithi138 ceph-mon[117003]: from='client.306045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:49 smithi161 ceph-mon[116604]: from='client.306045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:49 smithi028 ceph-mon[112123]: from='client.306045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:50 smithi138 ceph-mon[117003]: pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:50 smithi161 ceph-mon[116604]: pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:50 smithi028 ceph-mon[112123]: pgmap v11164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:52 smithi138 ceph-mon[117003]: pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:52 smithi161 ceph-mon[116604]: pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:53.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:53.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:53.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:52 smithi028 ceph-mon[112123]: pgmap v11165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:53.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:53.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:53.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:53.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:53.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:58:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:54 smithi138 ceph-mon[117003]: from='client.306117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:54 smithi138 ceph-mon[117003]: pgmap v11166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:54 smithi161 ceph-mon[116604]: from='client.306117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:54 smithi161 ceph-mon[116604]: pgmap v11166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:54 smithi028 ceph-mon[112123]: from='client.306117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:58:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:54 smithi028 ceph-mon[112123]: pgmap v11166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:58:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:56 smithi138 ceph-mon[117003]: pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:56 smithi161 ceph-mon[116604]: pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:56 smithi028 ceph-mon[112123]: pgmap v11167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:58:58.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:58:58.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:58:58.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:58:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:58 smithi138 ceph-mon[117003]: 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-07T10:58:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:58 smithi161 ceph-mon[116604]: 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-07T10:58:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:58 smithi028 ceph-mon[112123]: 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-07T10:58:59.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:58:59.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:58:59.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:58:59.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:58:59.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:59 smithi161 ceph-mon[116604]: from='client.306195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:58:59 smithi161 ceph-mon[116604]: pgmap v11169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:59 smithi028 ceph-mon[112123]: from='client.306195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:58:59 smithi028 ceph-mon[112123]: pgmap v11169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:59 smithi138 ceph-mon[117003]: from='client.306195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:58:59 smithi138 ceph-mon[117003]: pgmap v11169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:02 smithi138 ceph-mon[117003]: pgmap v11170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:02 smithi161 ceph-mon[116604]: pgmap v11170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:02 smithi028 ceph-mon[112123]: pgmap v11170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:04.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:04.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:04.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:04 smithi138 ceph-mon[117003]: pgmap v11171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:04 smithi161 ceph-mon[116604]: pgmap v11171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:04 smithi028 ceph-mon[112123]: pgmap v11171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:05.529 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:05.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:05.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:05.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:05.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:06 smithi138 ceph-mon[117003]: from='client.306273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:06 smithi138 ceph-mon[117003]: pgmap v11172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:06 smithi161 ceph-mon[116604]: from='client.306273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:06 smithi161 ceph-mon[116604]: pgmap v11172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:06 smithi028 ceph-mon[112123]: from='client.306273 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:06 smithi028 ceph-mon[112123]: pgmap v11172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:08 smithi138 ceph-mon[117003]: pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:08 smithi161 ceph-mon[116604]: pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:08 smithi028 ceph-mon[112123]: pgmap v11173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:09 smithi161 ceph-mon[116604]: pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:09 smithi028 ceph-mon[112123]: pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:09 smithi138 ceph-mon[117003]: pgmap v11174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:10.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:10.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:10.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:11.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:11.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:11.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:11.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:11.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:12 smithi138 ceph-mon[117003]: from='client.306348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:12 smithi138 ceph-mon[117003]: 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-07T10:59:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:12 smithi161 ceph-mon[116604]: from='client.306348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:12 smithi161 ceph-mon[116604]: 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-07T10:59:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:12 smithi028 ceph-mon[112123]: from='client.306348 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:12 smithi028 ceph-mon[112123]: 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-07T10:59:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:14 smithi138 ceph-mon[117003]: 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-07T10:59:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:14 smithi161 ceph-mon[116604]: 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-07T10:59:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:14 smithi028 ceph-mon[112123]: 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-07T10:59:16.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:16.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:16.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:16 smithi138 ceph-mon[117003]: 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-07T10:59:17.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:17.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:17.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:17.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:17.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:16 smithi161 ceph-mon[116604]: 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-07T10:59:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:16 smithi028 ceph-mon[112123]: 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-07T10:59:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:17 smithi138 ceph-mon[117003]: from='client.306420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:17 smithi161 ceph-mon[116604]: from='client.306420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:17 smithi028 ceph-mon[112123]: from='client.306420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:18 smithi138 ceph-mon[117003]: 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-07T10:59:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:18 smithi161 ceph-mon[116604]: 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-07T10:59:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:18 smithi028 ceph-mon[112123]: 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-07T10:59:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:19 smithi161 ceph-mon[116604]: pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:19 smithi028 ceph-mon[112123]: pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:19 smithi138 ceph-mon[117003]: pgmap v11179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:22.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:22.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:22.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:22.865 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:22.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:22.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:22.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:22.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:23.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:22 smithi138 ceph-mon[117003]: pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:22 smithi161 ceph-mon[116604]: pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:22 smithi028 ceph-mon[112123]: pgmap v11180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:24.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:23 smithi138 ceph-mon[117003]: from='client.306495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:23 smithi161 ceph-mon[116604]: from='client.306495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:23 smithi028 ceph-mon[112123]: from='client.306495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:24 smithi138 ceph-mon[117003]: pgmap v11181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:24 smithi161 ceph-mon[116604]: pgmap v11181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:24 smithi028 ceph-mon[112123]: pgmap v11181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:26 smithi138 ceph-mon[117003]: pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:26 smithi161 ceph-mon[116604]: pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:26 smithi028 ceph-mon[112123]: pgmap v11182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:27.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:27.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:27.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:28.650 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:28.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:28.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:28.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:28.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:28 smithi138 ceph-mon[117003]: pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:28 smithi161 ceph-mon[116604]: pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:28 smithi028 ceph-mon[112123]: pgmap v11183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:29 smithi138 ceph-mon[117003]: from='client.306570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:29 smithi161 ceph-mon[116604]: from='client.306570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:29 smithi028 ceph-mon[112123]: from='client.306570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:30 smithi138 ceph-mon[117003]: pgmap v11184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:30 smithi161 ceph-mon[116604]: pgmap v11184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:30 smithi028 ceph-mon[112123]: pgmap v11184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T10:59:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:32 smithi138 ceph-mon[117003]: 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-07T10:59:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:32 smithi161 ceph-mon[116604]: 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-07T10:59:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:32 smithi028 ceph-mon[112123]: 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-07T10:59:33.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:33.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:33.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:34.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:34.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:34.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:34.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:34.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:34 smithi138 ceph-mon[117003]: 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-07T10:59:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:34 smithi161 ceph-mon[116604]: 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-07T10:59:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:34 smithi028 ceph-mon[112123]: 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-07T10:59:36.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:35 smithi138 ceph-mon[117003]: from='client.306645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:35 smithi161 ceph-mon[116604]: from='client.306645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:35 smithi028 ceph-mon[112123]: from='client.306645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:36 smithi138 ceph-mon[117003]: pgmap v11187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:59:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:36 smithi161 ceph-mon[116604]: pgmap v11187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:59:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:36 smithi028 ceph-mon[112123]: pgmap v11187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T10:59:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:38 smithi138 ceph-mon[117003]: pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:59:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:38 smithi161 ceph-mon[116604]: pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:59:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:38 smithi028 ceph-mon[112123]: pgmap v11188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T10:59:39.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:39.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:39.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:39 smithi161 ceph-mon[116604]: pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:40.208 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:40.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:40.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:40.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:40.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:39 smithi028 ceph-mon[112123]: pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:39 smithi138 ceph-mon[117003]: pgmap v11189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:40 smithi161 ceph-mon[116604]: from='client.306723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:40 smithi028 ceph-mon[112123]: from='client.306723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:40 smithi138 ceph-mon[117003]: from='client.306723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:41 smithi161 ceph-mon[116604]: pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:41 smithi028 ceph-mon[112123]: pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:41 smithi138 ceph-mon[117003]: pgmap v11190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:59:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:59:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:59:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:59:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:59:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:59:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:59:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:59:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T10:59:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T10:59:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T10:59:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T10:59:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:43 smithi161 ceph-mon[116604]: pgmap v11191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:43 smithi028 ceph-mon[112123]: pgmap v11191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:43 smithi138 ceph-mon[117003]: pgmap v11191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T10:59:45.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:45.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:45.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:45.990 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:45.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:45.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:45.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:45.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:46 smithi138 ceph-mon[117003]: from='client.306801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:46 smithi138 ceph-mon[117003]: pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:46 smithi161 ceph-mon[116604]: from='client.306801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:46 smithi161 ceph-mon[116604]: pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:46 smithi028 ceph-mon[112123]: from='client.306801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:46 smithi028 ceph-mon[112123]: pgmap v11192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T10:59:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:48 smithi138 ceph-mon[117003]: pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:59:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:48 smithi161 ceph-mon[116604]: pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:59:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:48 smithi028 ceph-mon[112123]: pgmap v11193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T10:59:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:49 smithi161 ceph-mon[116604]: pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:59:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:49 smithi028 ceph-mon[112123]: pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:59:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:49 smithi138 ceph-mon[117003]: pgmap v11194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T10:59:50.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:50.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:50.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:51.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:51.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:51.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:51.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:51.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:52 smithi138 ceph-mon[117003]: from='client.306879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:52 smithi138 ceph-mon[117003]: 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-07T10:59:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:52 smithi161 ceph-mon[116604]: from='client.306879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:52 smithi161 ceph-mon[116604]: 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-07T10:59:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:52 smithi028 ceph-mon[112123]: from='client.306879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:52 smithi028 ceph-mon[112123]: 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-07T10:59:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:54 smithi138 ceph-mon[117003]: 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-07T10:59:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:54 smithi161 ceph-mon[116604]: 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-07T10:59:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:54 smithi028 ceph-mon[112123]: 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-07T10:59:56.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T10:59:56.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T10:59:56.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T10:59:57.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:56 smithi138 ceph-mon[117003]: 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-07T10:59:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:56 smithi161 ceph-mon[116604]: 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-07T10:59:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:56 smithi028 ceph-mon[112123]: 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-07T10:59:57.546 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T10:59:57.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T10:59:57.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T10:59:57.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T10:59:57.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T10:59:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:58 smithi138 ceph-mon[117003]: from='client.306954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:58 smithi138 ceph-mon[117003]: 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-07T10:59:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:58 smithi161 ceph-mon[116604]: from='client.306954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:58 smithi161 ceph-mon[116604]: 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-07T10:59:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:58 smithi028 ceph-mon[112123]: from='client.306954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T10:59:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:58 smithi028 ceph-mon[112123]: 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-07T11:00:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 10:59:59 smithi161 ceph-mon[116604]: pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 10:59:59 smithi028 ceph-mon[112123]: pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 10:59:59 smithi138 ceph-mon[117003]: pgmap v11199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T11:00:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T11:00:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T11:00:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:01 smithi161 ceph-mon[116604]: pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:01 smithi028 ceph-mon[112123]: pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:02.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:01 smithi138 ceph-mon[117003]: pgmap v11200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:02.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:02.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:02.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:03.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:03.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:03.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:03.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:03.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:04 smithi138 ceph-mon[117003]: from='client.307029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:04 smithi138 ceph-mon[117003]: pgmap v11201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:04 smithi161 ceph-mon[116604]: from='client.307029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:04 smithi161 ceph-mon[116604]: pgmap v11201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:04 smithi028 ceph-mon[112123]: from='client.307029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:04 smithi028 ceph-mon[112123]: pgmap v11201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:07.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:06 smithi138 ceph-mon[117003]: pgmap v11202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:06 smithi161 ceph-mon[116604]: pgmap v11202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:06 smithi028 ceph-mon[112123]: pgmap v11202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:08.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:08.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:08.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:08 smithi138 ceph-mon[117003]: pgmap v11203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:09.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:09.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:09.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:09.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:09.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:08 smithi161 ceph-mon[116604]: pgmap v11203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:08 smithi028 ceph-mon[112123]: pgmap v11203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:09 smithi138 ceph-mon[117003]: from='client.307107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:09 smithi161 ceph-mon[116604]: from='client.307107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:09 smithi028 ceph-mon[112123]: from='client.307107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:10 smithi138 ceph-mon[117003]: pgmap v11204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:10 smithi161 ceph-mon[116604]: pgmap v11204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:10 smithi028 ceph-mon[112123]: pgmap v11204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:12 smithi138 ceph-mon[117003]: 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-07T11:00:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:12 smithi161 ceph-mon[116604]: 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-07T11:00:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:12 smithi028 ceph-mon[112123]: 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-07T11:00:14.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:14.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:14.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:14.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:14.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:14.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:14.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:14.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:14 smithi138 ceph-mon[117003]: 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-07T11:00:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:14 smithi161 ceph-mon[116604]: 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-07T11:00:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:14 smithi028 ceph-mon[112123]: 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-07T11:00:16.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:15 smithi138 ceph-mon[117003]: from='client.307185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:15 smithi161 ceph-mon[116604]: from='client.307185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:15 smithi028 ceph-mon[112123]: from='client.307185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:16 smithi138 ceph-mon[117003]: pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:16 smithi161 ceph-mon[116604]: pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:16 smithi028 ceph-mon[112123]: pgmap v11207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:18 smithi138 ceph-mon[117003]: pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:18 smithi161 ceph-mon[116604]: pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:18 smithi028 ceph-mon[112123]: pgmap v11208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:19.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:19.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:19.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:19 smithi161 ceph-mon[116604]: pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:19 smithi028 ceph-mon[112123]: pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:19 smithi138 ceph-mon[117003]: pgmap v11209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:20.682 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:20.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:20.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:20.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:20.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:20 smithi161 ceph-mon[116604]: from='client.307263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:20 smithi028 ceph-mon[112123]: from='client.307263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:20 smithi138 ceph-mon[117003]: from='client.307263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:21 smithi161 ceph-mon[116604]: pgmap v11210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:21 smithi028 ceph-mon[112123]: pgmap v11210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:22.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:21 smithi138 ceph-mon[117003]: pgmap v11210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:24 smithi138 ceph-mon[117003]: pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:24 smithi161 ceph-mon[116604]: pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:24 smithi028 ceph-mon[112123]: pgmap v11211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:25.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:25.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:25.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:26.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:26.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:26.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:26.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:26.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:26 smithi138 ceph-mon[117003]: pgmap v11212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:26 smithi161 ceph-mon[116604]: pgmap v11212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:26 smithi028 ceph-mon[112123]: pgmap v11212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:28.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:27 smithi138 ceph-mon[117003]: from='client.307341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:27 smithi161 ceph-mon[116604]: from='client.307341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:27 smithi028 ceph-mon[112123]: from='client.307341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:28 smithi138 ceph-mon[117003]: 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-07T11:00:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:28 smithi161 ceph-mon[116604]: 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-07T11:00:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:28 smithi028 ceph-mon[112123]: 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-07T11:00:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:29 smithi161 ceph-mon[116604]: 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-07T11:00:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:29 smithi028 ceph-mon[112123]: 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-07T11:00:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:29 smithi138 ceph-mon[117003]: 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-07T11:00:31.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:31.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:31.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:32.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:32.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:32.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:32.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:32.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:33.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:32 smithi138 ceph-mon[117003]: 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-07T11:00:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:32 smithi161 ceph-mon[116604]: 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-07T11:00:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:32 smithi028 ceph-mon[112123]: 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-07T11:00:34.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:33 smithi138 ceph-mon[117003]: from='client.307413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:33 smithi161 ceph-mon[116604]: from='client.307413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:33 smithi028 ceph-mon[112123]: from='client.307413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:35.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:34 smithi138 ceph-mon[117003]: 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-07T11:00:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:34 smithi161 ceph-mon[116604]: 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-07T11:00:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:34 smithi028 ceph-mon[112123]: 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-07T11:00:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:36 smithi138 ceph-mon[117003]: 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-07T11:00:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:36 smithi161 ceph-mon[116604]: 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-07T11:00:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:36 smithi028 ceph-mon[112123]: 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-07T11:00:37.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:37.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:37.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:38.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:38.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:38.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:38.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:38.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:38 smithi138 ceph-mon[117003]: from='client.307491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:38 smithi138 ceph-mon[117003]: 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-07T11:00:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:38 smithi161 ceph-mon[116604]: from='client.307491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:38 smithi161 ceph-mon[116604]: 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-07T11:00:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:38 smithi028 ceph-mon[112123]: from='client.307491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:38 smithi028 ceph-mon[112123]: 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-07T11:00:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:39 smithi161 ceph-mon[116604]: pgmap v11219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:39 smithi028 ceph-mon[112123]: pgmap v11219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:39 smithi138 ceph-mon[117003]: pgmap v11219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:43.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:43.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:43.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:43.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:42 smithi138 ceph-mon[117003]: pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:43.125 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:42 smithi028 ceph-mon[112123]: pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:42 smithi161 ceph-mon[116604]: pgmap v11220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:43.867 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:43.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:43.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:43.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:43.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:00:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:00:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:00:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:44 smithi138 ceph-mon[117003]: from='client.307569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:44 smithi138 ceph-mon[117003]: pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:00:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:00:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:44 smithi161 ceph-mon[116604]: from='client.307569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:44 smithi161 ceph-mon[116604]: pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:00:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:00:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:44 smithi028 ceph-mon[112123]: from='client.307569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:44 smithi028 ceph-mon[112123]: pgmap v11221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:00:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:00:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:00:47.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:46 smithi138 ceph-mon[117003]: pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:46 smithi161 ceph-mon[116604]: pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:46 smithi028 ceph-mon[112123]: pgmap v11222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:00:48.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:48.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:48.870 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:48 smithi138 ceph-mon[117003]: pgmap v11223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:48 smithi161 ceph-mon[116604]: pgmap v11223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:48 smithi028 ceph-mon[112123]: pgmap v11223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:49.651 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:49.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:49.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:49.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:49.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:49 smithi161 ceph-mon[116604]: from='client.307641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:49 smithi161 ceph-mon[116604]: 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-07T11:00:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:49 smithi028 ceph-mon[112123]: from='client.307641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:49 smithi028 ceph-mon[112123]: 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-07T11:00:50.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:49 smithi138 ceph-mon[117003]: from='client.307641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:49 smithi138 ceph-mon[117003]: 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-07T11:00:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:52 smithi138 ceph-mon[117003]: pgmap v11225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:52 smithi161 ceph-mon[116604]: pgmap v11225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:52 smithi028 ceph-mon[112123]: pgmap v11225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:54.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:00:54.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:00:54.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:00:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:54 smithi138 ceph-mon[117003]: pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:54 smithi161 ceph-mon[116604]: pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:54 smithi028 ceph-mon[112123]: pgmap v11226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:55.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:00:55.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:00:55.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:00:55.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:00:55.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:00:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:56 smithi138 ceph-mon[117003]: from='client.307713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:56 smithi138 ceph-mon[117003]: pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:56 smithi161 ceph-mon[116604]: from='client.307713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:56 smithi161 ceph-mon[116604]: pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:56 smithi028 ceph-mon[112123]: from='client.307713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:00:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:56 smithi028 ceph-mon[112123]: pgmap v11227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:00:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:58 smithi138 ceph-mon[117003]: pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:58 smithi161 ceph-mon[116604]: pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:00:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:58 smithi028 ceph-mon[112123]: pgmap v11228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:00:59 smithi028 ceph-mon[112123]: pgmap v11229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:00:59 smithi138 ceph-mon[117003]: pgmap v11229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:00.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:00.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:00.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:00:59 smithi161 ceph-mon[116604]: pgmap v11229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:01.196 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:01.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:01.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:01.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:01.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:02 smithi138 ceph-mon[117003]: from='client.307791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:02 smithi138 ceph-mon[117003]: 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-07T11:01:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:02 smithi161 ceph-mon[116604]: from='client.307791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:02 smithi161 ceph-mon[116604]: 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-07T11:01:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:02 smithi028 ceph-mon[112123]: from='client.307791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:02 smithi028 ceph-mon[112123]: 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-07T11:01:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:04 smithi138 ceph-mon[117003]: 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-07T11:01:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:04 smithi161 ceph-mon[116604]: 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-07T11:01:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:04 smithi028 ceph-mon[112123]: 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-07T11:01:06.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:06.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:06.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:06.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:06.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:06.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:06.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:06.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:06 smithi138 ceph-mon[117003]: 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-07T11:01:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:06 smithi161 ceph-mon[116604]: 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-07T11:01:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:06 smithi028 ceph-mon[112123]: 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-07T11:01:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:07 smithi138 ceph-mon[117003]: from='client.307869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:07 smithi161 ceph-mon[116604]: from='client.307869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:07 smithi028 ceph-mon[112123]: from='client.307869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:08 smithi138 ceph-mon[117003]: 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-07T11:01:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:08 smithi161 ceph-mon[116604]: 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-07T11:01:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:08 smithi028 ceph-mon[112123]: 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-07T11:01:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:09 smithi028 ceph-mon[112123]: 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-07T11:01:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:09 smithi138 ceph-mon[117003]: 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-07T11:01:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:09 smithi161 ceph-mon[116604]: 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-07T11:01:11.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:11.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:11.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:12.755 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:12.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:12.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:12.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:12.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:12 smithi138 ceph-mon[117003]: 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-07T11:01:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:12 smithi161 ceph-mon[116604]: 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-07T11:01:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:12 smithi028 ceph-mon[112123]: 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-07T11:01:14.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:13 smithi138 ceph-mon[117003]: from='client.307944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:13 smithi161 ceph-mon[116604]: from='client.307944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:13 smithi028 ceph-mon[112123]: from='client.307944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:14 smithi138 ceph-mon[117003]: 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-07T11:01:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:14 smithi161 ceph-mon[116604]: 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-07T11:01:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:14 smithi028 ceph-mon[112123]: 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-07T11:01:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:16 smithi138 ceph-mon[117003]: 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-07T11:01:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:16 smithi161 ceph-mon[116604]: 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-07T11:01:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:16 smithi028 ceph-mon[112123]: 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-07T11:01:17.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:17.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:17.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:18.532 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:18.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:18.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:18.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:18.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:18 smithi138 ceph-mon[117003]: 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-07T11:01:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:18 smithi161 ceph-mon[116604]: 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-07T11:01:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:18 smithi028 ceph-mon[112123]: 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-07T11:01:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:19 smithi138 ceph-mon[117003]: from='client.308022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:19 smithi161 ceph-mon[116604]: from='client.308022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:19 smithi028 ceph-mon[112123]: from='client.308022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:21.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:20 smithi138 ceph-mon[117003]: pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:20 smithi161 ceph-mon[116604]: pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:20 smithi028 ceph-mon[112123]: pgmap v11239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:22 smithi138 ceph-mon[117003]: pgmap v11240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:22 smithi161 ceph-mon[116604]: pgmap v11240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:22 smithi028 ceph-mon[112123]: pgmap v11240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:23.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:23.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:23.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:24.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:24.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:24.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:24.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:24.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:24 smithi138 ceph-mon[117003]: pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:24 smithi161 ceph-mon[116604]: pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:24 smithi028 ceph-mon[112123]: pgmap v11241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:26.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:25 smithi138 ceph-mon[117003]: from='client.308100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:25 smithi161 ceph-mon[116604]: from='client.308100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:25 smithi028 ceph-mon[112123]: from='client.308100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:26 smithi138 ceph-mon[117003]: pgmap v11242: 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-07T11:01:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:26 smithi161 ceph-mon[116604]: pgmap v11242: 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-07T11:01:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:26 smithi028 ceph-mon[112123]: pgmap v11242: 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-07T11:01:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:28 smithi138 ceph-mon[117003]: pgmap v11243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:01:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:28 smithi161 ceph-mon[116604]: pgmap v11243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:01:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:28 smithi028 ceph-mon[112123]: pgmap v11243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:01:29.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:29.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:29.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:30.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:30.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:30.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:30.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:30.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:29 smithi028 ceph-mon[112123]: from='client.308175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:29 smithi028 ceph-mon[112123]: 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-07T11:01:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:29 smithi138 ceph-mon[117003]: from='client.308175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:29 smithi138 ceph-mon[117003]: 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-07T11:01:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:29 smithi161 ceph-mon[116604]: from='client.308175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:29 smithi161 ceph-mon[116604]: 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-07T11:01:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:32 smithi138 ceph-mon[117003]: pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:32 smithi161 ceph-mon[116604]: pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:32 smithi028 ceph-mon[112123]: pgmap v11245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:34 smithi138 ceph-mon[117003]: pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:35.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:35.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:35.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:34 smithi161 ceph-mon[116604]: pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:34 smithi028 ceph-mon[112123]: pgmap v11246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:01:35.873 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:35.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:35.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:35.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:35.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:37.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:36 smithi138 ceph-mon[117003]: from='client.308253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:36 smithi138 ceph-mon[117003]: pgmap v11247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:36 smithi161 ceph-mon[116604]: from='client.308253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:36 smithi161 ceph-mon[116604]: pgmap v11247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:36 smithi028 ceph-mon[112123]: from='client.308253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:36 smithi028 ceph-mon[112123]: pgmap v11247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:38 smithi138 ceph-mon[117003]: pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:01:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:38 smithi161 ceph-mon[116604]: pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:01:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:38 smithi028 ceph-mon[112123]: pgmap v11248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:01:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:39 smithi028 ceph-mon[112123]: pgmap v11249: 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-07T11:01:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:39 smithi138 ceph-mon[117003]: pgmap v11249: 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-07T11:01:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:39 smithi161 ceph-mon[116604]: pgmap v11249: 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-07T11:01:40.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:40.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:40.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:41.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:41.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:41.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:41.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:41.642 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:42 smithi138 ceph-mon[117003]: from='client.308328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:42 smithi138 ceph-mon[117003]: 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-07T11:01:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:42 smithi161 ceph-mon[116604]: from='client.308328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:42 smithi161 ceph-mon[116604]: 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-07T11:01:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:42 smithi028 ceph-mon[112123]: from='client.308328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:42 smithi028 ceph-mon[112123]: 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-07T11:01:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:44 smithi138 ceph-mon[117003]: 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-07T11:01:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:01:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:01:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:01:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:01:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:44 smithi161 ceph-mon[116604]: 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-07T11:01:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:01:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:01:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:01:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:01:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:44 smithi028 ceph-mon[112123]: 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-07T11:01:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:01:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:01:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:01:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:01:46.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:46.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:46.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:46 smithi138 ceph-mon[117003]: 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-07T11:01:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:46 smithi161 ceph-mon[116604]: 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-07T11:01:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:46 smithi028 ceph-mon[112123]: 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-07T11:01:47.412 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:47.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:47.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:47.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:47.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:48 smithi138 ceph-mon[117003]: from='client.308406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:48 smithi138 ceph-mon[117003]: 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-07T11:01:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:48 smithi161 ceph-mon[116604]: from='client.308406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:48 smithi161 ceph-mon[116604]: 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-07T11:01:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:48 smithi028 ceph-mon[112123]: from='client.308406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:48 smithi028 ceph-mon[112123]: 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-07T11:01:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:49 smithi028 ceph-mon[112123]: 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-07T11:01:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:49 smithi138 ceph-mon[117003]: 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-07T11:01:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:49 smithi161 ceph-mon[116604]: 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-07T11:01:52.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:52.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:52.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:53.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:52 smithi138 ceph-mon[117003]: 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-07T11:01:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:52 smithi161 ceph-mon[116604]: 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-07T11:01:53.191 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:53.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:53.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:53.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:53.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:52 smithi028 ceph-mon[112123]: 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-07T11:01:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:54 smithi138 ceph-mon[117003]: from='client.308484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:54 smithi138 ceph-mon[117003]: 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-07T11:01:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:54 smithi161 ceph-mon[116604]: from='client.308484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:54 smithi161 ceph-mon[116604]: 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-07T11:01:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:54 smithi028 ceph-mon[112123]: from='client.308484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:01:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:54 smithi028 ceph-mon[112123]: 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-07T11:01:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:56 smithi138 ceph-mon[117003]: pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:56 smithi161 ceph-mon[116604]: pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:56 smithi028 ceph-mon[112123]: pgmap v11257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:01:58.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:01:58.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:01:58.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:01:58.980 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:01:58.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:01:58.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:01:58.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:01:58.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:01:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:58 smithi138 ceph-mon[117003]: pgmap v11258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:58 smithi161 ceph-mon[116604]: pgmap v11258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:01:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:58 smithi028 ceph-mon[112123]: pgmap v11258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:01:59 smithi138 ceph-mon[117003]: from='client.308562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:01:59 smithi161 ceph-mon[116604]: from='client.308562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:01:59 smithi028 ceph-mon[112123]: from='client.308562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:00 smithi138 ceph-mon[117003]: pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:02:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:00 smithi161 ceph-mon[116604]: pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:02:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:00 smithi028 ceph-mon[112123]: pgmap v11259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:02:03.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:02 smithi138 ceph-mon[117003]: pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:02 smithi161 ceph-mon[116604]: pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:02 smithi028 ceph-mon[112123]: pgmap v11260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:03.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:03.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:03.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:04.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:04.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:04.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:04.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:04.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:04 smithi138 ceph-mon[117003]: pgmap v11261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:04 smithi161 ceph-mon[116604]: pgmap v11261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:04 smithi028 ceph-mon[112123]: pgmap v11261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:06.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:05 smithi138 ceph-mon[117003]: from='client.308637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:05 smithi161 ceph-mon[116604]: from='client.308637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:05 smithi028 ceph-mon[112123]: from='client.308637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:06 smithi138 ceph-mon[117003]: 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-07T11:02:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:06 smithi161 ceph-mon[116604]: 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-07T11:02:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:06 smithi028 ceph-mon[112123]: 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-07T11:02:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:07 smithi161 ceph-mon[116604]: pgmap v11263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:07 smithi028 ceph-mon[112123]: pgmap v11263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:07 smithi138 ceph-mon[117003]: pgmap v11263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:09.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:09.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:09.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:09 smithi028 ceph-mon[112123]: pgmap v11264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:09 smithi138 ceph-mon[117003]: pgmap v11264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:09 smithi161 ceph-mon[116604]: pgmap v11264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:10.556 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:10.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:10.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:10.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:10.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:10 smithi028 ceph-mon[112123]: from='client.308709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:10 smithi138 ceph-mon[117003]: from='client.308709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:10 smithi161 ceph-mon[116604]: from='client.308709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:11 smithi028 ceph-mon[112123]: pgmap v11265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:11 smithi138 ceph-mon[117003]: pgmap v11265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:11 smithi161 ceph-mon[116604]: pgmap v11265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:15.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:14 smithi138 ceph-mon[117003]: pgmap v11266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:14 smithi161 ceph-mon[116604]: pgmap v11266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:14 smithi028 ceph-mon[112123]: pgmap v11266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:15.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:15.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:15.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:16.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:16.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:16.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:16.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:16.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:17.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:16 smithi138 ceph-mon[117003]: pgmap v11267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:16 smithi161 ceph-mon[116604]: pgmap v11267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:16 smithi028 ceph-mon[112123]: pgmap v11267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:18.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:17 smithi138 ceph-mon[117003]: from='client.308781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:17 smithi161 ceph-mon[116604]: from='client.308781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:17 smithi028 ceph-mon[112123]: from='client.308781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:18 smithi138 ceph-mon[117003]: 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-07T11:02:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:18 smithi161 ceph-mon[116604]: 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-07T11:02:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:18 smithi028 ceph-mon[112123]: 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-07T11:02:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:19 smithi028 ceph-mon[112123]: 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-07T11:02:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:19 smithi138 ceph-mon[117003]: 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-07T11:02:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:19 smithi161 ceph-mon[116604]: 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-07T11:02:21.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:21.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:21.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:22.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:22.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:22.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:22.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:22.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:22 smithi138 ceph-mon[117003]: from='client.308856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:22 smithi138 ceph-mon[117003]: 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-07T11:02:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:22 smithi161 ceph-mon[116604]: from='client.308856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:22 smithi161 ceph-mon[116604]: 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-07T11:02:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:22 smithi028 ceph-mon[112123]: from='client.308856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:22 smithi028 ceph-mon[112123]: 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-07T11:02:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:24 smithi138 ceph-mon[117003]: 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-07T11:02:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:24 smithi161 ceph-mon[116604]: 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-07T11:02:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:24 smithi028 ceph-mon[112123]: 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-07T11:02:27.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:26 smithi138 ceph-mon[117003]: 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-07T11:02:27.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:27.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:27.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:26 smithi161 ceph-mon[116604]: 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-07T11:02:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:26 smithi028 ceph-mon[112123]: 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-07T11:02:27.873 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:27.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:27.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:27.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:27.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:28 smithi138 ceph-mon[117003]: from='client.308931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:28 smithi138 ceph-mon[117003]: 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-07T11:02:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:28 smithi161 ceph-mon[116604]: from='client.308931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:28 smithi161 ceph-mon[116604]: 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-07T11:02:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:28 smithi028 ceph-mon[112123]: from='client.308931 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:28 smithi028 ceph-mon[112123]: 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-07T11:02:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:29 smithi028 ceph-mon[112123]: 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-07T11:02:30.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:29 smithi138 ceph-mon[117003]: 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-07T11:02:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:29 smithi161 ceph-mon[116604]: 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-07T11:02:32.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:32.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:32.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:32 smithi138 ceph-mon[117003]: 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-07T11:02:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:32 smithi161 ceph-mon[116604]: 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-07T11:02:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:32 smithi028 ceph-mon[112123]: 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-07T11:02:33.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:33.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:33.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:33.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:33.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:34 smithi138 ceph-mon[117003]: from='client.309006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:34 smithi138 ceph-mon[117003]: 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-07T11:02:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:34 smithi161 ceph-mon[116604]: from='client.309006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:34 smithi161 ceph-mon[116604]: 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-07T11:02:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:34 smithi028 ceph-mon[112123]: from='client.309006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:34 smithi028 ceph-mon[112123]: 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-07T11:02:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:36 smithi138 ceph-mon[117003]: pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:02:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:36 smithi161 ceph-mon[116604]: pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:02:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:36 smithi028 ceph-mon[112123]: pgmap v11277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:02:38.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:38.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:38.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:38 smithi138 ceph-mon[117003]: pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:38 smithi161 ceph-mon[116604]: pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:38 smithi028 ceph-mon[112123]: pgmap v11278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:39.412 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:39.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:39.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:39.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:39.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:39 smithi028 ceph-mon[112123]: from='client.309084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:39 smithi028 ceph-mon[112123]: 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-07T11:02:40.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:39 smithi138 ceph-mon[117003]: from='client.309084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:39 smithi138 ceph-mon[117003]: 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-07T11:02:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:39 smithi161 ceph-mon[116604]: from='client.309084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:39 smithi161 ceph-mon[116604]: 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-07T11:02:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:42 smithi138 ceph-mon[117003]: 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-07T11:02:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:42 smithi161 ceph-mon[116604]: 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-07T11:02:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:42 smithi028 ceph-mon[112123]: 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-07T11:02:44.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:44.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:44.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:44 smithi138 ceph-mon[117003]: 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-07T11:02:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:02:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:44 smithi161 ceph-mon[116604]: 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-07T11:02:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:02:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:44 smithi028 ceph-mon[112123]: 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-07T11:02:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:02:45.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:45.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:45.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:45.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:45.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='client.309156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: 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-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:02:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:02:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='client.309156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: 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-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:02:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='client.309156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: 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-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:02:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:47 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16119M 2023-12-07T11:02:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:47 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16119M 2023-12-07T11:02:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:47 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16119M 2023-12-07T11:02:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:48 smithi161 ceph-mon[116604]: pgmap v11283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:48 smithi028 ceph-mon[112123]: pgmap v11283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:48 smithi138 ceph-mon[117003]: pgmap v11283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:02:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:49 smithi028 ceph-mon[112123]: pgmap v11284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:50.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:50.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:50.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:49 smithi138 ceph-mon[117003]: pgmap v11284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:49 smithi161 ceph-mon[116604]: pgmap v11284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:02:51.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:51.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:51.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:51.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:51.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:50 smithi028 ceph-mon[112123]: from='client.309234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:50 smithi138 ceph-mon[117003]: from='client.309234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:50 smithi161 ceph-mon[116604]: from='client.309234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:51 smithi138 ceph-mon[117003]: 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-07T11:02:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:51 smithi161 ceph-mon[116604]: 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-07T11:02:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:51 smithi028 ceph-mon[112123]: 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-07T11:02:55.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:54 smithi138 ceph-mon[117003]: 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-07T11:02:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:54 smithi161 ceph-mon[116604]: 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-07T11:02:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:54 smithi028 ceph-mon[112123]: 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-07T11:02:56.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:02:56.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:02:56.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:02:56.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:02:56.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:02:56.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:02:56.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:02:56.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:02:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:56 smithi138 ceph-mon[117003]: 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-07T11:02:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:56 smithi161 ceph-mon[116604]: 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-07T11:02:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:56 smithi028 ceph-mon[112123]: 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-07T11:02:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:57 smithi138 ceph-mon[117003]: from='client.309309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:57 smithi161 ceph-mon[116604]: from='client.309309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:57 smithi028 ceph-mon[112123]: from='client.309309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:02:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:58 smithi138 ceph-mon[117003]: 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-07T11:02:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:58 smithi161 ceph-mon[116604]: 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-07T11:02:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:58 smithi028 ceph-mon[112123]: 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-07T11:03:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:02:59 smithi028 ceph-mon[112123]: 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-07T11:03:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:02:59 smithi138 ceph-mon[117003]: 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-07T11:03:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:02:59 smithi161 ceph-mon[116604]: 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-07T11:03:01.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:01.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:01.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:02.541 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:02.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:02.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:02.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:02.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:02 smithi138 ceph-mon[117003]: 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-07T11:03:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:02 smithi161 ceph-mon[116604]: 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-07T11:03:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:02 smithi028 ceph-mon[112123]: 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-07T11:03:04.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:03 smithi138 ceph-mon[117003]: from='client.309387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:03 smithi161 ceph-mon[116604]: from='client.309387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:03 smithi028 ceph-mon[112123]: from='client.309387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:05.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:04 smithi138 ceph-mon[117003]: 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-07T11:03:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:04 smithi161 ceph-mon[116604]: 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-07T11:03:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:04 smithi028 ceph-mon[112123]: 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-07T11:03:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:06 smithi161 ceph-mon[116604]: 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-07T11:03:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:06 smithi028 ceph-mon[112123]: 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-07T11:03:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:06 smithi138 ceph-mon[117003]: 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-07T11:03:07.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:07.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:07.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:08.307 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:08.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:08.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:08.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:08.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:08 smithi161 ceph-mon[116604]: 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-07T11:03:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:08 smithi028 ceph-mon[112123]: 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-07T11:03:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:08 smithi138 ceph-mon[117003]: 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-07T11:03:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:09 smithi161 ceph-mon[116604]: from='client.309459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:09 smithi028 ceph-mon[112123]: from='client.309459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:10.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:09 smithi138 ceph-mon[117003]: from='client.309459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:10 smithi161 ceph-mon[116604]: 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-07T11:03:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:10 smithi028 ceph-mon[112123]: 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-07T11:03:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:10 smithi138 ceph-mon[117003]: 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-07T11:03:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:12 smithi161 ceph-mon[116604]: 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-07T11:03:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:12 smithi028 ceph-mon[112123]: 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-07T11:03:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:12 smithi138 ceph-mon[117003]: 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-07T11:03:13.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:13.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:13.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:14.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:14.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:14.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:14.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:14.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:13 smithi161 ceph-mon[116604]: from='client.309531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:13 smithi161 ceph-mon[116604]: 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-07T11:03:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:13 smithi028 ceph-mon[112123]: from='client.309531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:13 smithi028 ceph-mon[112123]: 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-07T11:03:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:13 smithi138 ceph-mon[117003]: from='client.309531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:13 smithi138 ceph-mon[117003]: 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-07T11:03:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:16 smithi138 ceph-mon[117003]: pgmap v11297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:03:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:16 smithi161 ceph-mon[116604]: pgmap v11297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:03:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:16 smithi028 ceph-mon[112123]: pgmap v11297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:03:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:18 smithi138 ceph-mon[117003]: pgmap v11298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:03:19.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:19.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:19.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:18 smithi161 ceph-mon[116604]: pgmap v11298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:03:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:18 smithi028 ceph-mon[112123]: pgmap v11298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:03:19.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:19.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:19.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:19.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:19.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:19 smithi138 ceph-mon[117003]: from='client.309609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:19 smithi138 ceph-mon[117003]: 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-07T11:03:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:19 smithi161 ceph-mon[116604]: from='client.309609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:19 smithi161 ceph-mon[116604]: 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-07T11:03:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:19 smithi028 ceph-mon[112123]: from='client.309609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:19 smithi028 ceph-mon[112123]: 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-07T11:03:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:22 smithi138 ceph-mon[117003]: 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-07T11:03:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:22 smithi161 ceph-mon[116604]: 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-07T11:03:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:22 smithi028 ceph-mon[112123]: 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-07T11:03:24.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:24.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:24.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:24 smithi161 ceph-mon[116604]: 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-07T11:03:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:24 smithi028 ceph-mon[112123]: 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-07T11:03:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:24 smithi138 ceph-mon[117003]: 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-07T11:03:25.639 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:25.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:25.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:25.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:25.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:26 smithi161 ceph-mon[116604]: from='client.309684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:26 smithi161 ceph-mon[116604]: 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-07T11:03:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:26 smithi028 ceph-mon[112123]: from='client.309684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:26 smithi028 ceph-mon[112123]: 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-07T11:03:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:26 smithi138 ceph-mon[117003]: from='client.309684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:26 smithi138 ceph-mon[117003]: 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-07T11:03:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:28 smithi161 ceph-mon[116604]: pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:03:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:28 smithi028 ceph-mon[112123]: pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:03:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:28 smithi138 ceph-mon[117003]: pgmap v11303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:03:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:29 smithi138 ceph-mon[117003]: pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:03:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:29 smithi161 ceph-mon[116604]: pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:03:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:29 smithi028 ceph-mon[112123]: pgmap v11304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:03:30.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:30.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:30.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:31.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:31.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:31.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:31.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:32 smithi161 ceph-mon[116604]: from='client.309762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:32 smithi161 ceph-mon[116604]: 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-07T11:03:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:32 smithi028 ceph-mon[112123]: from='client.309762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:32 smithi028 ceph-mon[112123]: 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-07T11:03:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:32 smithi138 ceph-mon[117003]: from='client.309762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:32 smithi138 ceph-mon[117003]: 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-07T11:03:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:34 smithi161 ceph-mon[116604]: 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-07T11:03:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:34 smithi028 ceph-mon[112123]: 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-07T11:03:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:34 smithi138 ceph-mon[117003]: 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-07T11:03:36.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:36.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:36.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:36 smithi161 ceph-mon[116604]: 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-07T11:03:37.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:37.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:37.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:37.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:37.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:36 smithi028 ceph-mon[112123]: 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-07T11:03:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:36 smithi138 ceph-mon[117003]: 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-07T11:03:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:38 smithi161 ceph-mon[116604]: from='client.309837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:38 smithi161 ceph-mon[116604]: 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-07T11:03:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:38 smithi028 ceph-mon[112123]: from='client.309837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:38 smithi028 ceph-mon[112123]: 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-07T11:03:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:38 smithi138 ceph-mon[117003]: from='client.309837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:38 smithi138 ceph-mon[117003]: 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-07T11:03:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:39 smithi138 ceph-mon[117003]: 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-07T11:03:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:39 smithi161 ceph-mon[116604]: 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-07T11:03:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:39 smithi028 ceph-mon[112123]: 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-07T11:03:42.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:42.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:42.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:42.970 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:42.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:42.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:42.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:42.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:42 smithi161 ceph-mon[116604]: 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-07T11:03:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:42 smithi028 ceph-mon[112123]: 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-07T11:03:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:42 smithi138 ceph-mon[117003]: 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-07T11:03:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:43 smithi161 ceph-mon[116604]: from='client.309912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:43 smithi028 ceph-mon[112123]: from='client.309912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:43 smithi138 ceph-mon[117003]: from='client.309912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:44 smithi161 ceph-mon[116604]: 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-07T11:03:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:44 smithi028 ceph-mon[112123]: 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-07T11:03:45.295 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:44 smithi138 ceph-mon[117003]: 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-07T11:03:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:46 smithi161 ceph-mon[116604]: 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-07T11:03:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:03:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:46 smithi028 ceph-mon[112123]: 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-07T11:03:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:03:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:46 smithi138 ceph-mon[117003]: 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-07T11:03:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:03:47.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:47.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:47.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:03:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:03:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:03:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:03:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:03:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:03:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:03:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:03:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:03:48.752 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:48.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:48.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:48.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:48.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:48 smithi161 ceph-mon[116604]: 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-07T11:03:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:48 smithi028 ceph-mon[112123]: 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-07T11:03:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:48 smithi138 ceph-mon[117003]: 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-07T11:03:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:49 smithi161 ceph-mon[116604]: from='client.309987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:49 smithi028 ceph-mon[112123]: from='client.309987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:49 smithi138 ceph-mon[117003]: from='client.309987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:50 smithi161 ceph-mon[116604]: 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-07T11:03:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:50 smithi028 ceph-mon[112123]: 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-07T11:03:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:50 smithi138 ceph-mon[117003]: 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-07T11:03:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:51 smithi161 ceph-mon[116604]: 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-07T11:03:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:51 smithi028 ceph-mon[112123]: 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-07T11:03:52.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:51 smithi138 ceph-mon[117003]: 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-07T11:03:53.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:53.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:53.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:03:54.519 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:03:54.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:03:54.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:03:54.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:03:54.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:03:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:54 smithi161 ceph-mon[116604]: 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-07T11:03:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:54 smithi028 ceph-mon[112123]: 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-07T11:03:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:54 smithi138 ceph-mon[117003]: 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-07T11:03:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:55 smithi161 ceph-mon[116604]: from='client.310065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:55 smithi028 ceph-mon[112123]: from='client.310065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:55 smithi138 ceph-mon[117003]: from='client.310065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:03:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:56 smithi161 ceph-mon[116604]: 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-07T11:03:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:56 smithi028 ceph-mon[112123]: 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-07T11:03:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:56 smithi138 ceph-mon[117003]: 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-07T11:03:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:58 smithi161 ceph-mon[116604]: 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-07T11:03:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:58 smithi028 ceph-mon[112123]: 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-07T11:03:59.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:58 smithi138 ceph-mon[117003]: 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-07T11:03:59.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:03:59.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:03:59.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:00.285 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:00.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:00.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:00.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:00.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:00.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:03:59 smithi138 ceph-mon[117003]: 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-07T11:04:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:03:59 smithi161 ceph-mon[116604]: 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-07T11:04:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:03:59 smithi028 ceph-mon[112123]: 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-07T11:04:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:00 smithi138 ceph-mon[117003]: from='client.310140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:00 smithi161 ceph-mon[116604]: from='client.310140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:00 smithi028 ceph-mon[112123]: from='client.310140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:01 smithi138 ceph-mon[117003]: 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-07T11:04:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:01 smithi161 ceph-mon[116604]: 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-07T11:04:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:01 smithi028 ceph-mon[112123]: 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-07T11:04:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:04 smithi161 ceph-mon[116604]: 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-07T11:04:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:04 smithi028 ceph-mon[112123]: 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-07T11:04:05.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:05.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:05.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:04 smithi138 ceph-mon[117003]: 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-07T11:04:06.062 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:06.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:06.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:06.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:06.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:06 smithi161 ceph-mon[116604]: from='client.310215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:06 smithi161 ceph-mon[116604]: 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-07T11:04:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:06 smithi028 ceph-mon[112123]: from='client.310215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:06 smithi028 ceph-mon[112123]: 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-07T11:04:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:06 smithi138 ceph-mon[117003]: from='client.310215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:06 smithi138 ceph-mon[117003]: 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-07T11:04:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:08 smithi161 ceph-mon[116604]: 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-07T11:04:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:08 smithi028 ceph-mon[112123]: 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-07T11:04:09.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:08 smithi138 ceph-mon[117003]: 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-07T11:04:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:09 smithi138 ceph-mon[117003]: 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-07T11:04:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:09 smithi161 ceph-mon[116604]: 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-07T11:04:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:09 smithi028 ceph-mon[112123]: 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-07T11:04:11.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:11.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:11.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:11.850 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:11.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:11.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:11.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:11.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:12 smithi161 ceph-mon[116604]: from='client.310293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:12 smithi161 ceph-mon[116604]: 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-07T11:04:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:12 smithi028 ceph-mon[112123]: from='client.310293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:12 smithi028 ceph-mon[112123]: 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-07T11:04:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:12 smithi138 ceph-mon[117003]: from='client.310293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:12 smithi138 ceph-mon[117003]: 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-07T11:04:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:14 smithi161 ceph-mon[116604]: 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-07T11:04:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:14 smithi028 ceph-mon[112123]: 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-07T11:04:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:14 smithi138 ceph-mon[117003]: 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-07T11:04:16.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:16.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:16.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:16 smithi161 ceph-mon[116604]: 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-07T11:04:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:16 smithi028 ceph-mon[112123]: 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-07T11:04:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:16 smithi138 ceph-mon[117003]: 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-07T11:04:17.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:17.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:17.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:17.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:17.646 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:18 smithi161 ceph-mon[116604]: from='client.310371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:18 smithi161 ceph-mon[116604]: 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-07T11:04:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:18 smithi028 ceph-mon[112123]: from='client.310371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:18 smithi028 ceph-mon[112123]: 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-07T11:04:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:18 smithi138 ceph-mon[117003]: from='client.310371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:18 smithi138 ceph-mon[117003]: 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-07T11:04:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:19 smithi138 ceph-mon[117003]: 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-07T11:04:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:19 smithi161 ceph-mon[116604]: 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-07T11:04:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:19 smithi028 ceph-mon[112123]: 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-07T11:04:22.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:22.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:22.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:22 smithi161 ceph-mon[116604]: 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-07T11:04:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:22 smithi028 ceph-mon[112123]: 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-07T11:04:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:22 smithi138 ceph-mon[117003]: 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-07T11:04:23.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:24 smithi161 ceph-mon[116604]: from='client.310446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:24 smithi161 ceph-mon[116604]: 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-07T11:04:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:24 smithi028 ceph-mon[112123]: from='client.310446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:24 smithi028 ceph-mon[112123]: 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-07T11:04:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:24 smithi138 ceph-mon[117003]: from='client.310446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:24 smithi138 ceph-mon[117003]: 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-07T11:04:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:26 smithi161 ceph-mon[116604]: 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-07T11:04:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:26 smithi028 ceph-mon[112123]: 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-07T11:04:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:26 smithi138 ceph-mon[117003]: 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-07T11:04:28.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:28.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:28.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:28 smithi161 ceph-mon[116604]: 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-07T11:04:29.197 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:29.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:29.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:29.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:29.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:28 smithi028 ceph-mon[112123]: 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-07T11:04:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:28 smithi138 ceph-mon[117003]: 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-07T11:04:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:29 smithi161 ceph-mon[116604]: from='client.310524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:29 smithi028 ceph-mon[112123]: from='client.310524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:29 smithi138 ceph-mon[117003]: from='client.310524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:30 smithi161 ceph-mon[116604]: pgmap v11334: 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-07T11:04:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:30 smithi028 ceph-mon[112123]: pgmap v11334: 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-07T11:04:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:30 smithi138 ceph-mon[117003]: pgmap v11334: 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-07T11:04:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:31 smithi161 ceph-mon[116604]: pgmap v11335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:31 smithi028 ceph-mon[112123]: pgmap v11335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:31 smithi138 ceph-mon[117003]: pgmap v11335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:34.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:34.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:34.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:34.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:34.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:34.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:34.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:34.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:34 smithi161 ceph-mon[116604]: pgmap v11336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:34 smithi028 ceph-mon[112123]: pgmap v11336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:34 smithi138 ceph-mon[117003]: pgmap v11336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:35 smithi161 ceph-mon[116604]: from='client.310602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:35 smithi028 ceph-mon[112123]: from='client.310602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:35 smithi138 ceph-mon[117003]: from='client.310602 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:37.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:36 smithi161 ceph-mon[116604]: 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-07T11:04:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:36 smithi028 ceph-mon[112123]: 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-07T11:04:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:36 smithi138 ceph-mon[117003]: 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-07T11:04:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:38 smithi161 ceph-mon[116604]: 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-07T11:04:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:38 smithi028 ceph-mon[112123]: 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-07T11:04:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:38 smithi138 ceph-mon[117003]: 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-07T11:04:39.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:39.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:39.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:39 smithi138 ceph-mon[117003]: 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-07T11:04:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:39 smithi161 ceph-mon[116604]: 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-07T11:04:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:39 smithi028 ceph-mon[112123]: 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-07T11:04:40.752 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:40.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:40.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:40.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:40.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:40 smithi138 ceph-mon[117003]: from='client.310671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:41.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:40 smithi161 ceph-mon[116604]: from='client.310671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:40 smithi028 ceph-mon[112123]: from='client.310671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:41 smithi138 ceph-mon[117003]: pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:41 smithi161 ceph-mon[116604]: pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:41 smithi028 ceph-mon[112123]: pgmap v11340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:44 smithi161 ceph-mon[116604]: pgmap v11341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:44 smithi028 ceph-mon[112123]: pgmap v11341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:44 smithi138 ceph-mon[117003]: pgmap v11341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:04:45.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:45.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:45.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:46.521 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:46.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:46.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:46.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:46.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:46 smithi161 ceph-mon[116604]: pgmap v11342: 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-07T11:04:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:46 smithi028 ceph-mon[112123]: pgmap v11342: 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-07T11:04:47.340 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:46 smithi138 ceph-mon[117003]: pgmap v11342: 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-07T11:04:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:47 smithi161 ceph-mon[116604]: from='client.310746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:04:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:04:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:04:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:04:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:47 smithi028 ceph-mon[112123]: from='client.310746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:04:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:04:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:04:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:04:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:47 smithi138 ceph-mon[117003]: from='client.310746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:04:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:04:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:04:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:04:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:48 smithi161 ceph-mon[116604]: 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-07T11:04:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:48 smithi028 ceph-mon[112123]: 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-07T11:04:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:48 smithi138 ceph-mon[117003]: 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-07T11:04:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:49 smithi138 ceph-mon[117003]: 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-07T11:04:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:49 smithi161 ceph-mon[116604]: 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-07T11:04:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:49 smithi028 ceph-mon[112123]: 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-07T11:04:51.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:51.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:51.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:52.305 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:52.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:52.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:52.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:52.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:52 smithi161 ceph-mon[116604]: 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-07T11:04:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:52 smithi028 ceph-mon[112123]: 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-07T11:04:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:52 smithi138 ceph-mon[117003]: 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-07T11:04:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:53 smithi161 ceph-mon[116604]: from='client.310824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:53 smithi028 ceph-mon[112123]: from='client.310824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:53 smithi138 ceph-mon[117003]: from='client.310824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:54 smithi161 ceph-mon[116604]: 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-07T11:04:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:54 smithi028 ceph-mon[112123]: 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-07T11:04:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:54 smithi138 ceph-mon[117003]: 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-07T11:04:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:55 smithi161 ceph-mon[116604]: 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-07T11:04:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:55 smithi028 ceph-mon[112123]: 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-07T11:04:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:55 smithi138 ceph-mon[117003]: 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-07T11:04:57.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:04:57.307 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:04:57.307 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:04:58.086 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:04:58.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:04:58.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:04:58.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:04:58.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:04:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:58 smithi161 ceph-mon[116604]: from='client.310899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:58 smithi161 ceph-mon[116604]: 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-07T11:04:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:58 smithi028 ceph-mon[112123]: from='client.310899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:58 smithi028 ceph-mon[112123]: 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-07T11:04:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:58 smithi138 ceph-mon[117003]: from='client.310899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:04:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:58 smithi138 ceph-mon[117003]: 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-07T11:05:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:04:59 smithi138 ceph-mon[117003]: 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-07T11:05:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:04:59 smithi161 ceph-mon[116604]: 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-07T11:05:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:04:59 smithi028 ceph-mon[112123]: 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-07T11:05:03.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:03.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:03.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:02 smithi161 ceph-mon[116604]: 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-07T11:05:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:02 smithi028 ceph-mon[112123]: 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-07T11:05:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:02 smithi138 ceph-mon[117003]: 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-07T11:05:03.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:03.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:03.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:03.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:03.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:04 smithi161 ceph-mon[116604]: from='client.310974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:04 smithi161 ceph-mon[116604]: 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-07T11:05:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:04 smithi028 ceph-mon[112123]: from='client.310974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:04 smithi028 ceph-mon[112123]: 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-07T11:05:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:04 smithi138 ceph-mon[117003]: from='client.310974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:04 smithi138 ceph-mon[117003]: 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-07T11:05:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:06 smithi161 ceph-mon[116604]: 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-07T11:05:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:06 smithi028 ceph-mon[112123]: 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-07T11:05:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:06 smithi138 ceph-mon[117003]: 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-07T11:05:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:07 smithi161 ceph-mon[116604]: 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-07T11:05:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:07 smithi028 ceph-mon[112123]: 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-07T11:05:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:07 smithi138 ceph-mon[117003]: 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-07T11:05:08.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:08.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:08.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:09.629 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:09.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:09.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:09.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:09.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:09 smithi138 ceph-mon[117003]: from='client.311049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:09 smithi138 ceph-mon[117003]: pgmap v11354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:09 smithi161 ceph-mon[116604]: from='client.311049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:09 smithi161 ceph-mon[116604]: pgmap v11354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:09 smithi028 ceph-mon[112123]: from='client.311049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:09 smithi028 ceph-mon[112123]: pgmap v11354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:12 smithi161 ceph-mon[116604]: pgmap v11355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:12 smithi028 ceph-mon[112123]: pgmap v11355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:12 smithi138 ceph-mon[117003]: pgmap v11355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:14.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:14.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:14.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:14 smithi161 ceph-mon[116604]: pgmap v11356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:14 smithi028 ceph-mon[112123]: pgmap v11356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:14 smithi138 ceph-mon[117003]: pgmap v11356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:15.410 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:15.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:15.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:15.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:15.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:16 smithi161 ceph-mon[116604]: from='client.311127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:16 smithi161 ceph-mon[116604]: 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-07T11:05:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:16 smithi028 ceph-mon[112123]: from='client.311127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:16 smithi028 ceph-mon[112123]: 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-07T11:05:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:16 smithi138 ceph-mon[117003]: from='client.311127 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:16 smithi138 ceph-mon[117003]: 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-07T11:05:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:17 smithi161 ceph-mon[116604]: 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-07T11:05:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:17 smithi028 ceph-mon[112123]: 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-07T11:05:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:17 smithi138 ceph-mon[117003]: 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-07T11:05:20.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:19 smithi138 ceph-mon[117003]: 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-07T11:05:20.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:20.412 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:20.412 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:19 smithi161 ceph-mon[116604]: 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-07T11:05:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:19 smithi028 ceph-mon[112123]: 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-07T11:05:21.202 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:21.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:21.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:21.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:21.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:20 smithi138 ceph-mon[117003]: from='client.311199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:21.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:20 smithi161 ceph-mon[116604]: from='client.311199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:21.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:20 smithi028 ceph-mon[112123]: from='client.311199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:21 smithi138 ceph-mon[117003]: pgmap v11360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:21 smithi161 ceph-mon[116604]: pgmap v11360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:21 smithi028 ceph-mon[112123]: pgmap v11360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:24 smithi161 ceph-mon[116604]: pgmap v11361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:24 smithi028 ceph-mon[112123]: pgmap v11361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:24 smithi138 ceph-mon[117003]: pgmap v11361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:26.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:26.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:26.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:26.998 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:26.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:26.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:26.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:26.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:26 smithi161 ceph-mon[116604]: pgmap v11362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:05:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:26 smithi028 ceph-mon[112123]: pgmap v11362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:05:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:26 smithi138 ceph-mon[117003]: pgmap v11362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:05:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:27 smithi161 ceph-mon[116604]: from='client.311274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:27 smithi028 ceph-mon[112123]: from='client.311274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:27 smithi138 ceph-mon[117003]: from='client.311274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:28 smithi161 ceph-mon[116604]: 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-07T11:05:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:28 smithi028 ceph-mon[112123]: 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-07T11:05:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:28 smithi138 ceph-mon[117003]: 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-07T11:05:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:29 smithi138 ceph-mon[117003]: 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-07T11:05:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:29 smithi161 ceph-mon[116604]: 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-07T11:05:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:29 smithi028 ceph-mon[112123]: 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-07T11:05:32.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:32.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:32.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:32.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:32.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:32.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:32.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:32.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:32 smithi161 ceph-mon[116604]: 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-07T11:05:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:32 smithi028 ceph-mon[112123]: 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-07T11:05:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:32 smithi138 ceph-mon[117003]: 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-07T11:05:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:33 smithi161 ceph-mon[116604]: from='client.311349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:33 smithi028 ceph-mon[112123]: from='client.311349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:33 smithi138 ceph-mon[117003]: from='client.311349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:34 smithi161 ceph-mon[116604]: 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-07T11:05:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:34 smithi028 ceph-mon[112123]: 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-07T11:05:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:34 smithi138 ceph-mon[117003]: 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-07T11:05:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:35 smithi161 ceph-mon[116604]: 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-07T11:05:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:35 smithi028 ceph-mon[112123]: 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-07T11:05:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:35 smithi138 ceph-mon[117003]: 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-07T11:05:37.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:37.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:37.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:38.552 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:38.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:38.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:38.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:38.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:38 smithi161 ceph-mon[116604]: 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-07T11:05:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:38 smithi028 ceph-mon[112123]: 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-07T11:05:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:38 smithi138 ceph-mon[117003]: 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-07T11:05:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:39 smithi161 ceph-mon[116604]: from='client.311424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:39 smithi028 ceph-mon[112123]: from='client.311424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:39 smithi138 ceph-mon[117003]: from='client.311424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:40 smithi161 ceph-mon[116604]: 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-07T11:05:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:40 smithi028 ceph-mon[112123]: 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-07T11:05:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:40 smithi138 ceph-mon[117003]: 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-07T11:05:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:41 smithi161 ceph-mon[116604]: 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-07T11:05:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:41 smithi028 ceph-mon[112123]: 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-07T11:05:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:41 smithi138 ceph-mon[117003]: 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-07T11:05:43.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:43.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:43.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:44.324 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:44.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:44.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:44.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:44.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:44 smithi161 ceph-mon[116604]: 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-07T11:05:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:44 smithi028 ceph-mon[112123]: 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-07T11:05:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:44 smithi138 ceph-mon[117003]: 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-07T11:05:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:45 smithi161 ceph-mon[116604]: from='client.311499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:45 smithi028 ceph-mon[112123]: from='client.311499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:45 smithi138 ceph-mon[117003]: from='client.311499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:46 smithi161 ceph-mon[116604]: pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:05:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:46 smithi028 ceph-mon[112123]: pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:05:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:46 smithi138 ceph-mon[117003]: pgmap v11372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:05:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:05:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:47 smithi161 ceph-mon[116604]: pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:05:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:05:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:47 smithi028 ceph-mon[112123]: pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:05:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:05:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:47 smithi138 ceph-mon[117003]: pgmap v11373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:05:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:05:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:05:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:05:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:05:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:05:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:05:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:05:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:05:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:05:49.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:49.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:49.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:50.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:50.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:50.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:50.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:50.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:49 smithi138 ceph-mon[117003]: from='client.311571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:49 smithi138 ceph-mon[117003]: pgmap v11374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:49 smithi161 ceph-mon[116604]: from='client.311571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:49 smithi161 ceph-mon[116604]: pgmap v11374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:49 smithi028 ceph-mon[112123]: from='client.311571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:49 smithi028 ceph-mon[112123]: pgmap v11374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:05:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:52 smithi161 ceph-mon[116604]: pgmap v11375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:52 smithi028 ceph-mon[112123]: pgmap v11375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:52 smithi138 ceph-mon[117003]: pgmap v11375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:53 smithi161 ceph-mon[116604]: pgmap v11376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:53 smithi028 ceph-mon[112123]: pgmap v11376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:53 smithi138 ceph-mon[117003]: pgmap v11376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:05:55.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:05:55.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:05:55.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:05:55.881 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:05:55.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:05:55.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:05:55.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:05:55.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:05:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:56 smithi161 ceph-mon[116604]: from='client.311646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:56 smithi161 ceph-mon[116604]: 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-07T11:05:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:56 smithi028 ceph-mon[112123]: from='client.311646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:56 smithi028 ceph-mon[112123]: 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-07T11:05:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:56 smithi138 ceph-mon[117003]: from='client.311646 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:05:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:56 smithi138 ceph-mon[117003]: 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-07T11:05:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:05:57 smithi161 ceph-mon[116604]: pgmap v11378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:05:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:05:57 smithi028 ceph-mon[112123]: pgmap v11378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:05:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:05:57 smithi138 ceph-mon[117003]: pgmap v11378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:06:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:00 smithi138 ceph-mon[117003]: pgmap v11379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:06:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:00 smithi161 ceph-mon[116604]: pgmap v11379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:06:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:00 smithi028 ceph-mon[112123]: pgmap v11379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:06:00.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:00.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:00.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:01.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:01.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:01.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:01.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:01.660 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:02 smithi161 ceph-mon[116604]: from='client.311718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:02 smithi161 ceph-mon[116604]: pgmap v11380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:02 smithi028 ceph-mon[112123]: from='client.311718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:02 smithi028 ceph-mon[112123]: pgmap v11380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:02 smithi138 ceph-mon[117003]: from='client.311718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:02 smithi138 ceph-mon[117003]: pgmap v11380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:03 smithi161 ceph-mon[116604]: pgmap v11381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:03 smithi028 ceph-mon[112123]: pgmap v11381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:03 smithi138 ceph-mon[117003]: pgmap v11381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:06.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:06.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:06.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:06 smithi161 ceph-mon[116604]: pgmap v11382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:06 smithi028 ceph-mon[112123]: pgmap v11382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:06 smithi138 ceph-mon[117003]: pgmap v11382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:07.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:07.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:07.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:07.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:07.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:07 smithi161 ceph-mon[116604]: from='client.311793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:07 smithi161 ceph-mon[116604]: 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-07T11:06:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:07 smithi028 ceph-mon[112123]: from='client.311793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:07 smithi028 ceph-mon[112123]: 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-07T11:06:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:07 smithi138 ceph-mon[117003]: from='client.311793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:07 smithi138 ceph-mon[117003]: 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-07T11:06:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:10 smithi138 ceph-mon[117003]: 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-07T11:06:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:10 smithi161 ceph-mon[116604]: 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-07T11:06:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:10 smithi028 ceph-mon[112123]: 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-07T11:06:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:11 smithi161 ceph-mon[116604]: 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-07T11:06:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:11 smithi028 ceph-mon[112123]: 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-07T11:06:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:11 smithi138 ceph-mon[117003]: 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-07T11:06:12.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:12.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:12.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:12 smithi161 ceph-mon[116604]: from='client.311865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:13.199 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:13.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:13.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:13.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:13.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:12 smithi028 ceph-mon[112123]: from='client.311865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:12 smithi138 ceph-mon[117003]: from='client.311865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:13 smithi161 ceph-mon[116604]: 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-07T11:06:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:13 smithi028 ceph-mon[112123]: 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-07T11:06:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:13 smithi138 ceph-mon[117003]: 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-07T11:06:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:15 smithi161 ceph-mon[116604]: 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-07T11:06:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:15 smithi028 ceph-mon[112123]: 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-07T11:06:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:15 smithi138 ceph-mon[117003]: 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-07T11:06:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:17 smithi161 ceph-mon[116604]: 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-07T11:06:18.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:18.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:18.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:17 smithi028 ceph-mon[112123]: 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-07T11:06:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:17 smithi138 ceph-mon[117003]: 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-07T11:06:18.983 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:18.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:18.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:18.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:18.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:18 smithi161 ceph-mon[116604]: from='client.311943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:18 smithi028 ceph-mon[112123]: from='client.311943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:18 smithi138 ceph-mon[117003]: from='client.311943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:20 smithi138 ceph-mon[117003]: 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-07T11:06:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:20 smithi161 ceph-mon[116604]: 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-07T11:06:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:20 smithi028 ceph-mon[112123]: 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-07T11:06:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:21 smithi161 ceph-mon[116604]: 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-07T11:06:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:21 smithi028 ceph-mon[112123]: 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-07T11:06:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:21 smithi138 ceph-mon[117003]: 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-07T11:06:23.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:23.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:23.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:23 smithi161 ceph-mon[116604]: 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-07T11:06:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:23 smithi028 ceph-mon[112123]: 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-07T11:06:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:23 smithi138 ceph-mon[117003]: 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-07T11:06:24.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:24.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:24.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:24.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:24.761 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:25 smithi138 ceph-mon[117003]: from='client.312018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:25.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:25 smithi161 ceph-mon[116604]: from='client.312018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:25.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:25 smithi028 ceph-mon[112123]: from='client.312018 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:26 smithi138 ceph-mon[117003]: pgmap v11392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:26 smithi161 ceph-mon[116604]: pgmap v11392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:26 smithi028 ceph-mon[112123]: pgmap v11392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:27 smithi161 ceph-mon[116604]: pgmap v11393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:27 smithi028 ceph-mon[112123]: pgmap v11393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:27 smithi138 ceph-mon[117003]: pgmap v11393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:29.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:29.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:29.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:30 smithi138 ceph-mon[117003]: pgmap v11394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:30 smithi161 ceph-mon[116604]: pgmap v11394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:30 smithi028 ceph-mon[112123]: pgmap v11394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:30.544 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:30.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:30.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:30.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:30.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:31 smithi138 ceph-mon[117003]: from='client.312093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:31 smithi161 ceph-mon[116604]: from='client.312093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:31.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:31 smithi028 ceph-mon[112123]: from='client.312093 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:32 smithi138 ceph-mon[117003]: pgmap v11395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:32 smithi161 ceph-mon[116604]: pgmap v11395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:32 smithi028 ceph-mon[112123]: pgmap v11395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:33 smithi161 ceph-mon[116604]: pgmap v11396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:33 smithi028 ceph-mon[112123]: pgmap v11396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:33 smithi138 ceph-mon[117003]: pgmap v11396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:06:35.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:35.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:35.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:35 smithi161 ceph-mon[116604]: 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-07T11:06:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:35 smithi028 ceph-mon[112123]: 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-07T11:06:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:35 smithi138 ceph-mon[117003]: 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-07T11:06:36.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:36.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:36.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:36.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:36.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:36 smithi161 ceph-mon[116604]: from='client.312171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:36 smithi028 ceph-mon[112123]: from='client.312171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:36 smithi138 ceph-mon[117003]: from='client.312171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:37 smithi161 ceph-mon[116604]: pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:37 smithi028 ceph-mon[112123]: pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:37 smithi138 ceph-mon[117003]: pgmap v11398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:40 smithi138 ceph-mon[117003]: pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:40 smithi161 ceph-mon[116604]: pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:40 smithi028 ceph-mon[112123]: pgmap v11399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:41.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:41.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:41.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:42.080 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:42.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:42.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:42.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:42.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:41 smithi161 ceph-mon[116604]: from='client.312249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:41 smithi161 ceph-mon[116604]: pgmap v11400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:41 smithi028 ceph-mon[112123]: from='client.312249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:41 smithi028 ceph-mon[112123]: pgmap v11400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:41 smithi138 ceph-mon[117003]: from='client.312249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:41 smithi138 ceph-mon[117003]: pgmap v11400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:43 smithi161 ceph-mon[116604]: pgmap v11401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:43 smithi028 ceph-mon[112123]: pgmap v11401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:43 smithi138 ceph-mon[117003]: pgmap v11401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:06:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:45 smithi161 ceph-mon[116604]: pgmap v11402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:45 smithi028 ceph-mon[112123]: pgmap v11402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:45 smithi138 ceph-mon[117003]: pgmap v11402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:06:47.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:47.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:47.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:47.851 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:47.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:47.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:47.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:47.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:47 smithi161 ceph-mon[116604]: from='client.312327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:47 smithi161 ceph-mon[116604]: 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-07T11:06:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:47 smithi028 ceph-mon[112123]: from='client.312327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:47 smithi028 ceph-mon[112123]: 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-07T11:06:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:47 smithi138 ceph-mon[117003]: from='client.312327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:47 smithi138 ceph-mon[117003]: 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-07T11:06:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:06:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:06:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:06:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:06:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:06:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:06:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:50 smithi138 ceph-mon[117003]: 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-07T11:06:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:06:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:06:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:06:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:50 smithi161 ceph-mon[116604]: 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-07T11:06:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:06:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:06:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:06:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:50 smithi028 ceph-mon[112123]: 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-07T11:06:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:51 smithi161 ceph-mon[116604]: 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-07T11:06:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:51 smithi028 ceph-mon[112123]: 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-07T11:06:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:51 smithi138 ceph-mon[117003]: 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-07T11:06:52.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:52.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:52.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:53.620 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:53.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:53.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:53.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:53.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:06:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:53 smithi161 ceph-mon[116604]: from='client.312402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:53 smithi161 ceph-mon[116604]: 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-07T11:06:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:53 smithi028 ceph-mon[112123]: from='client.312402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:53 smithi028 ceph-mon[112123]: 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-07T11:06:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:53 smithi138 ceph-mon[117003]: from='client.312402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:06:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:53 smithi138 ceph-mon[117003]: 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-07T11:06:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:55 smithi161 ceph-mon[116604]: 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-07T11:06:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:55 smithi028 ceph-mon[112123]: 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-07T11:06:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:55 smithi138 ceph-mon[117003]: 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-07T11:06:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:06:57 smithi161 ceph-mon[116604]: 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-07T11:06:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:06:57 smithi028 ceph-mon[112123]: 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-07T11:06:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:06:57 smithi138 ceph-mon[117003]: 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-07T11:06:58.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:06:58.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:06:58.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:06:59.394 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:06:59.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:06:59.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:06:59.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:06:59.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:00 smithi138 ceph-mon[117003]: from='client.312480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:00 smithi138 ceph-mon[117003]: pgmap v11409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:07:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:00 smithi161 ceph-mon[116604]: from='client.312480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:00 smithi161 ceph-mon[116604]: pgmap v11409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:07:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:00 smithi028 ceph-mon[112123]: from='client.312480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:00 smithi028 ceph-mon[112123]: pgmap v11409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:07:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:01 smithi161 ceph-mon[116604]: pgmap v11410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:07:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:01 smithi028 ceph-mon[112123]: pgmap v11410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:07:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:01 smithi138 ceph-mon[117003]: pgmap v11410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:07:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:03 smithi161 ceph-mon[116604]: pgmap v11411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:07:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:03 smithi028 ceph-mon[112123]: pgmap v11411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:07:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:03 smithi138 ceph-mon[117003]: pgmap v11411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:07:04.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:04.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:04.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:05.160 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:05.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:05.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:05.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:05.160 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:05 smithi138 ceph-mon[117003]: from='client.312555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:05 smithi161 ceph-mon[116604]: from='client.312555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:05 smithi028 ceph-mon[112123]: from='client.312555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:06 smithi138 ceph-mon[117003]: pgmap v11412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:06 smithi161 ceph-mon[116604]: pgmap v11412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:06 smithi028 ceph-mon[112123]: pgmap v11412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:07 smithi161 ceph-mon[116604]: pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:07 smithi028 ceph-mon[112123]: pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:07 smithi138 ceph-mon[117003]: pgmap v11413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:10.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:10.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:10.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:10 smithi138 ceph-mon[117003]: 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-07T11:07:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:10 smithi161 ceph-mon[116604]: 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-07T11:07:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:10 smithi028 ceph-mon[112123]: 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-07T11:07:10.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:10.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:10.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:10.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:10.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:11 smithi138 ceph-mon[117003]: from='client.312633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:11 smithi161 ceph-mon[116604]: from='client.312633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:11 smithi028 ceph-mon[112123]: from='client.312633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:12.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:12 smithi138 ceph-mon[117003]: pgmap v11415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:07:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:12 smithi161 ceph-mon[116604]: pgmap v11415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:07:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:12 smithi028 ceph-mon[112123]: pgmap v11415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:07:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:13 smithi161 ceph-mon[116604]: pgmap v11416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:07:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:13 smithi028 ceph-mon[112123]: pgmap v11416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:07:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:13 smithi138 ceph-mon[117003]: pgmap v11416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:07:15.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:15.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:15.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:15 smithi161 ceph-mon[116604]: pgmap v11417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:07:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:15 smithi028 ceph-mon[112123]: pgmap v11417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:07:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:15 smithi138 ceph-mon[117003]: pgmap v11417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:07:16.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:16.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:16.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:16.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:16.722 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:16 smithi161 ceph-mon[116604]: from='client.312708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:16 smithi028 ceph-mon[112123]: from='client.312708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:16 smithi138 ceph-mon[117003]: from='client.312708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:17 smithi161 ceph-mon[116604]: pgmap v11418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:17 smithi028 ceph-mon[112123]: pgmap v11418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:17 smithi138 ceph-mon[117003]: pgmap v11418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:20 smithi138 ceph-mon[117003]: pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:20 smithi161 ceph-mon[116604]: pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:20 smithi028 ceph-mon[112123]: pgmap v11419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:21.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:21.724 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:21.724 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:21 smithi161 ceph-mon[116604]: 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-07T11:07:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:21 smithi028 ceph-mon[112123]: 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-07T11:07:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:21 smithi138 ceph-mon[117003]: 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-07T11:07:22.512 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:22.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:22.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:22.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:22.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:22 smithi161 ceph-mon[116604]: from='client.312780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:22 smithi028 ceph-mon[112123]: from='client.312780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:22 smithi138 ceph-mon[117003]: from='client.312780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:23 smithi161 ceph-mon[116604]: 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-07T11:07:24.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:23 smithi028 ceph-mon[112123]: 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-07T11:07:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:23 smithi138 ceph-mon[117003]: 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-07T11:07:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:25 smithi161 ceph-mon[116604]: 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-07T11:07:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:25 smithi028 ceph-mon[112123]: 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-07T11:07:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:25 smithi138 ceph-mon[117003]: 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-07T11:07:27.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:27.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:27.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:27 smithi161 ceph-mon[116604]: 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-07T11:07:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:27 smithi028 ceph-mon[112123]: 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-07T11:07:28.280 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:28.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:28.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:28.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:28.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:27 smithi138 ceph-mon[117003]: 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-07T11:07:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:28 smithi161 ceph-mon[116604]: from='client.312855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:28 smithi028 ceph-mon[112123]: from='client.312855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:28 smithi138 ceph-mon[117003]: from='client.312855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:30 smithi138 ceph-mon[117003]: 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-07T11:07:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:30 smithi161 ceph-mon[116604]: 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-07T11:07:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:30 smithi028 ceph-mon[112123]: 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-07T11:07:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:31 smithi161 ceph-mon[116604]: 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-07T11:07:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:31 smithi028 ceph-mon[112123]: 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-07T11:07:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:31 smithi138 ceph-mon[117003]: 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-07T11:07:33.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:33.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:33.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:34.082 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:34.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:34.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:34.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:34.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:33 smithi161 ceph-mon[116604]: from='client.312933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:33 smithi161 ceph-mon[116604]: 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-07T11:07:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:33 smithi028 ceph-mon[112123]: from='client.312933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:33 smithi028 ceph-mon[112123]: 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-07T11:07:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:33 smithi138 ceph-mon[117003]: from='client.312933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:33 smithi138 ceph-mon[117003]: 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-07T11:07:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:35 smithi161 ceph-mon[116604]: 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-07T11:07:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:35 smithi028 ceph-mon[112123]: 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-07T11:07:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:35 smithi138 ceph-mon[117003]: 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-07T11:07:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:37 smithi161 ceph-mon[116604]: 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-07T11:07:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:37 smithi028 ceph-mon[112123]: 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-07T11:07:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:37 smithi138 ceph-mon[117003]: 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-07T11:07:39.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:39.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:39.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:39.857 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:39.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:39.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:39.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:39.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:40 smithi138 ceph-mon[117003]: from='client.313011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:40 smithi138 ceph-mon[117003]: pgmap v11429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:40 smithi161 ceph-mon[116604]: from='client.313011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:40 smithi161 ceph-mon[116604]: pgmap v11429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:40 smithi028 ceph-mon[112123]: from='client.313011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:40 smithi028 ceph-mon[112123]: pgmap v11429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:41 smithi161 ceph-mon[116604]: pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:41 smithi028 ceph-mon[112123]: pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:41 smithi138 ceph-mon[117003]: pgmap v11430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:43 smithi161 ceph-mon[116604]: pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:43 smithi028 ceph-mon[112123]: pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:43 smithi138 ceph-mon[117003]: pgmap v11431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:44.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:44.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:44.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:45.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:45.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:45.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:45.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:45.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:45 smithi161 ceph-mon[116604]: from='client.313083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:45 smithi161 ceph-mon[116604]: pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:45 smithi028 ceph-mon[112123]: from='client.313083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:45 smithi028 ceph-mon[112123]: pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:45 smithi138 ceph-mon[117003]: from='client.313083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:45 smithi138 ceph-mon[117003]: pgmap v11432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:47 smithi161 ceph-mon[116604]: pgmap v11433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:47 smithi028 ceph-mon[112123]: pgmap v11433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:47 smithi138 ceph-mon[117003]: pgmap v11433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:07:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:07:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:07:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:07:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:07:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:50 smithi138 ceph-mon[117003]: 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-07T11:07:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:07:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:07:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:07:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:07:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:50 smithi161 ceph-mon[116604]: 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-07T11:07:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:07:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:07:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:07:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:07:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:50 smithi028 ceph-mon[112123]: 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-07T11:07:50.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:50.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:50.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:51.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:51.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:51.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:51.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:51.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:51 smithi161 ceph-mon[116604]: from='client.313155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:51 smithi161 ceph-mon[116604]: pgmap v11435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:51 smithi028 ceph-mon[112123]: from='client.313155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:51 smithi028 ceph-mon[112123]: pgmap v11435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:51 smithi138 ceph-mon[117003]: from='client.313155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:51 smithi138 ceph-mon[117003]: pgmap v11435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:53 smithi161 ceph-mon[116604]: pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:53 smithi028 ceph-mon[112123]: pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:53 smithi138 ceph-mon[117003]: pgmap v11436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:55 smithi161 ceph-mon[116604]: pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:55 smithi028 ceph-mon[112123]: pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:55 smithi138 ceph-mon[117003]: pgmap v11437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:07:56.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:07:56.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:07:56.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:07:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:56 smithi161 ceph-mon[116604]: from='client.313233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:57.208 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:07:57.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:07:57.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:07:57.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:07:57.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:07:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:56 smithi028 ceph-mon[112123]: from='client.313233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:56 smithi138 ceph-mon[117003]: from='client.313233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:07:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:07:57 smithi161 ceph-mon[116604]: pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:07:57 smithi028 ceph-mon[112123]: pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:07:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:07:57 smithi138 ceph-mon[117003]: pgmap v11438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:00 smithi138 ceph-mon[117003]: pgmap v11439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:00 smithi161 ceph-mon[116604]: pgmap v11439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:00 smithi028 ceph-mon[112123]: pgmap v11439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:01 smithi161 ceph-mon[116604]: 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-07T11:08:02.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:02.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:02.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:01 smithi028 ceph-mon[112123]: 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-07T11:08:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:01 smithi138 ceph-mon[117003]: 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-07T11:08:02.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:02.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:02.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:02.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:02.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:02 smithi161 ceph-mon[116604]: from='client.313308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:02 smithi028 ceph-mon[112123]: from='client.313308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:02 smithi138 ceph-mon[117003]: from='client.313308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:03 smithi161 ceph-mon[116604]: 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-07T11:08:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:03 smithi028 ceph-mon[112123]: 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-07T11:08:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:03 smithi138 ceph-mon[117003]: 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-07T11:08:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:05 smithi161 ceph-mon[116604]: 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-07T11:08:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:05 smithi028 ceph-mon[112123]: 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-07T11:08:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:05 smithi138 ceph-mon[117003]: 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-07T11:08:07.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:07.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:07.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:07 smithi161 ceph-mon[116604]: 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-07T11:08:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:07 smithi028 ceph-mon[112123]: 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-07T11:08:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:07 smithi138 ceph-mon[117003]: 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-07T11:08:08.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:08.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:08.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:08.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:08.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:08 smithi161 ceph-mon[116604]: from='client.313386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:08 smithi028 ceph-mon[112123]: from='client.313386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:08 smithi138 ceph-mon[117003]: from='client.313386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:10 smithi138 ceph-mon[117003]: 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-07T11:08:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:10 smithi161 ceph-mon[116604]: 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-07T11:08:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:10 smithi028 ceph-mon[112123]: 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-07T11:08:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:11 smithi161 ceph-mon[116604]: 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-07T11:08:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:11 smithi028 ceph-mon[112123]: 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-07T11:08:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:11 smithi138 ceph-mon[117003]: 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-07T11:08:13.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:13.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:13.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:13 smithi161 ceph-mon[116604]: 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-07T11:08:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:13 smithi028 ceph-mon[112123]: 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-07T11:08:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:13 smithi138 ceph-mon[117003]: 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-07T11:08:14.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:14.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:14.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:14.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:14.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:15 smithi138 ceph-mon[117003]: from='client.313464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:15 smithi161 ceph-mon[116604]: from='client.313464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:15 smithi028 ceph-mon[112123]: from='client.313464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:16 smithi138 ceph-mon[117003]: pgmap v11447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:16 smithi161 ceph-mon[116604]: pgmap v11447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:16 smithi028 ceph-mon[112123]: pgmap v11447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:17 smithi161 ceph-mon[116604]: pgmap v11448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:17 smithi028 ceph-mon[112123]: pgmap v11448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:18.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:17 smithi138 ceph-mon[117003]: pgmap v11448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:19.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:19.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:19.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:20 smithi138 ceph-mon[117003]: pgmap v11449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:20.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:20.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:20.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:20.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:20.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:20 smithi161 ceph-mon[116604]: pgmap v11449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:20 smithi028 ceph-mon[112123]: pgmap v11449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:21 smithi138 ceph-mon[117003]: from='client.313536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:21.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:21 smithi161 ceph-mon[116604]: from='client.313536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:21.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:21 smithi028 ceph-mon[112123]: from='client.313536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:22 smithi161 ceph-mon[116604]: pgmap v11450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:22 smithi028 ceph-mon[112123]: pgmap v11450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:22 smithi138 ceph-mon[117003]: pgmap v11450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:23 smithi161 ceph-mon[116604]: pgmap v11451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:23 smithi028 ceph-mon[112123]: pgmap v11451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:23 smithi138 ceph-mon[117003]: pgmap v11451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:25.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:25.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:25.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:26.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:26.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:26.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:26.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:26.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:25 smithi161 ceph-mon[116604]: from='client.313611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:25 smithi161 ceph-mon[116604]: pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:25 smithi028 ceph-mon[112123]: from='client.313611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:25 smithi028 ceph-mon[112123]: pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:25 smithi138 ceph-mon[117003]: from='client.313611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:25 smithi138 ceph-mon[117003]: pgmap v11452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:27 smithi161 ceph-mon[116604]: 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-07T11:08:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:27 smithi028 ceph-mon[112123]: 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-07T11:08:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:27 smithi138 ceph-mon[117003]: 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-07T11:08:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:30 smithi161 ceph-mon[116604]: pgmap v11454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:30 smithi028 ceph-mon[112123]: pgmap v11454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:30 smithi138 ceph-mon[117003]: pgmap v11454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:31.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:31.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:31.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:31.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:31.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:31.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:31.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:31.886 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:31 smithi161 ceph-mon[116604]: from='client.313686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:31 smithi161 ceph-mon[116604]: pgmap v11455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:31 smithi028 ceph-mon[112123]: from='client.313686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:31 smithi028 ceph-mon[112123]: pgmap v11455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:31 smithi138 ceph-mon[117003]: from='client.313686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:31 smithi138 ceph-mon[117003]: pgmap v11455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:33 smithi161 ceph-mon[116604]: pgmap v11456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:33 smithi028 ceph-mon[112123]: pgmap v11456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:33 smithi138 ceph-mon[117003]: pgmap v11456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:35 smithi161 ceph-mon[116604]: pgmap v11457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:35 smithi028 ceph-mon[112123]: pgmap v11457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:35 smithi138 ceph-mon[117003]: pgmap v11457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:36.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:36.888 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:36.888 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:37.664 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:37.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:37.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:37.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:37.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:37 smithi161 ceph-mon[116604]: from='client.313764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:37 smithi161 ceph-mon[116604]: pgmap v11458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:37 smithi028 ceph-mon[112123]: from='client.313764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:37 smithi028 ceph-mon[112123]: pgmap v11458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:37 smithi138 ceph-mon[117003]: from='client.313764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:37 smithi138 ceph-mon[117003]: pgmap v11458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:40 smithi138 ceph-mon[117003]: pgmap v11459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:40 smithi161 ceph-mon[116604]: pgmap v11459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:40 smithi028 ceph-mon[112123]: pgmap v11459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:08:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:41 smithi161 ceph-mon[116604]: 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-07T11:08:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:41 smithi028 ceph-mon[112123]: 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-07T11:08:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:41 smithi138 ceph-mon[117003]: 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-07T11:08:42.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:42.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:42.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:43.434 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:43.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:43.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:43.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:43.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:43 smithi161 ceph-mon[116604]: from='client.313842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:43 smithi161 ceph-mon[116604]: 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-07T11:08:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:43 smithi028 ceph-mon[112123]: from='client.313842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:43 smithi028 ceph-mon[112123]: 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-07T11:08:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:43 smithi138 ceph-mon[117003]: from='client.313842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:43 smithi138 ceph-mon[117003]: 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-07T11:08:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:45 smithi161 ceph-mon[116604]: 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-07T11:08:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:45 smithi028 ceph-mon[112123]: 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-07T11:08:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:45 smithi138 ceph-mon[117003]: 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-07T11:08:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:47 smithi161 ceph-mon[116604]: 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-07T11:08:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:47 smithi028 ceph-mon[112123]: 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-07T11:08:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:47 smithi138 ceph-mon[117003]: 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-07T11:08:48.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:48.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:48.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:48 smithi161 ceph-mon[116604]: from='client.313917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:49.212 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:49.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:49.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:49.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:49.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:48 smithi028 ceph-mon[112123]: from='client.313917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:48 smithi138 ceph-mon[117003]: from='client.313917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:50 smithi161 ceph-mon[116604]: pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:08:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:08:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:50 smithi028 ceph-mon[112123]: pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:08:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:08:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:50 smithi138 ceph-mon[117003]: pgmap v11464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:08:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:08:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:08:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:08:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:08:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:08:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:08:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:08:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:08:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:08:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:08:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:52 smithi161 ceph-mon[116604]: pgmap v11465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:08:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:52 smithi028 ceph-mon[112123]: pgmap v11465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:08:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:52 smithi138 ceph-mon[117003]: pgmap v11465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:08:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:53 smithi161 ceph-mon[116604]: pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:08:54.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:08:54.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:08:54.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:08:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:53 smithi028 ceph-mon[112123]: pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:08:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:53 smithi138 ceph-mon[117003]: pgmap v11466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:08:55.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:08:55.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:08:55.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:08:55.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:08:55.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:08:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:55 smithi138 ceph-mon[117003]: from='client.313992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:55 smithi161 ceph-mon[116604]: from='client.313992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:55 smithi028 ceph-mon[112123]: from='client.313992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:08:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:56 smithi161 ceph-mon[116604]: pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:56.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:56 smithi028 ceph-mon[112123]: pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:56.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:56 smithi138 ceph-mon[117003]: pgmap v11467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:08:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:08:57 smithi161 ceph-mon[116604]: pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:08:57 smithi028 ceph-mon[112123]: pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:08:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:08:57 smithi138 ceph-mon[117003]: pgmap v11468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:00.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:00.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:00.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:00 smithi161 ceph-mon[116604]: pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:00 smithi028 ceph-mon[112123]: pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:00 smithi138 ceph-mon[117003]: pgmap v11469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:00.791 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:00.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:00.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:00.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:00.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:01 smithi161 ceph-mon[116604]: from='client.314067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:01 smithi028 ceph-mon[112123]: from='client.314067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:01 smithi138 ceph-mon[117003]: from='client.314067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:02 smithi161 ceph-mon[116604]: pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:09:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:02 smithi028 ceph-mon[112123]: pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:09:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:02 smithi138 ceph-mon[117003]: pgmap v11470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:09:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:03 smithi161 ceph-mon[116604]: pgmap v11471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:09:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:03 smithi028 ceph-mon[112123]: pgmap v11471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:09:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:03 smithi138 ceph-mon[117003]: pgmap v11471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:09:05.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:05.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:05.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:05 smithi161 ceph-mon[116604]: pgmap v11472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:09:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:05 smithi028 ceph-mon[112123]: pgmap v11472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:09:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:05 smithi138 ceph-mon[117003]: pgmap v11472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:09:06.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:06.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:06.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:06.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:06.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:06 smithi161 ceph-mon[116604]: from='client.314145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:06 smithi028 ceph-mon[112123]: from='client.314145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:06 smithi138 ceph-mon[117003]: from='client.314145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:07 smithi161 ceph-mon[116604]: 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-07T11:09:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:07 smithi028 ceph-mon[112123]: 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-07T11:09:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:07 smithi138 ceph-mon[117003]: 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-07T11:09:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:10 smithi161 ceph-mon[116604]: pgmap v11474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:10 smithi028 ceph-mon[112123]: pgmap v11474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:10 smithi138 ceph-mon[117003]: pgmap v11474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:11.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:11.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:11.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:11 smithi161 ceph-mon[116604]: pgmap v11475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:11 smithi028 ceph-mon[112123]: pgmap v11475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:11 smithi138 ceph-mon[117003]: pgmap v11475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:12.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:12.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:12.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:12.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:12.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:12 smithi161 ceph-mon[116604]: from='client.314220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:12 smithi028 ceph-mon[112123]: from='client.314220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:12 smithi138 ceph-mon[117003]: from='client.314220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:13 smithi161 ceph-mon[116604]: pgmap v11476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:13 smithi028 ceph-mon[112123]: pgmap v11476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:13 smithi138 ceph-mon[117003]: pgmap v11476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:15 smithi161 ceph-mon[116604]: pgmap v11477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:15 smithi028 ceph-mon[112123]: pgmap v11477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:15 smithi138 ceph-mon[117003]: pgmap v11477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:17.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:17.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:17.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:18.120 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:18.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:18.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:18.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:18.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:17 smithi161 ceph-mon[116604]: from='client.314292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:17 smithi161 ceph-mon[116604]: pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:17 smithi028 ceph-mon[112123]: from='client.314292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:17 smithi028 ceph-mon[112123]: pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:17 smithi138 ceph-mon[117003]: from='client.314292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:17 smithi138 ceph-mon[117003]: pgmap v11478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:20 smithi161 ceph-mon[116604]: pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:20 smithi028 ceph-mon[112123]: pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:20 smithi138 ceph-mon[117003]: pgmap v11479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:21 smithi161 ceph-mon[116604]: 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-07T11:09:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:21 smithi028 ceph-mon[112123]: 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-07T11:09:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:21 smithi138 ceph-mon[117003]: 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-07T11:09:23.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:23.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:23.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:23.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:23.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:23.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:23.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:23.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:23 smithi161 ceph-mon[116604]: from='client.314370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:23 smithi161 ceph-mon[116604]: 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-07T11:09:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:23 smithi028 ceph-mon[112123]: from='client.314370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:23 smithi028 ceph-mon[112123]: 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-07T11:09:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:23 smithi138 ceph-mon[117003]: from='client.314370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:23 smithi138 ceph-mon[117003]: 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-07T11:09:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:25 smithi161 ceph-mon[116604]: 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-07T11:09:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:25 smithi028 ceph-mon[112123]: 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-07T11:09:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:25 smithi138 ceph-mon[117003]: 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-07T11:09:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:27 smithi161 ceph-mon[116604]: 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-07T11:09:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:27 smithi028 ceph-mon[112123]: 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-07T11:09:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:27 smithi138 ceph-mon[117003]: 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-07T11:09:28.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:28.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:28.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:29.674 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:29.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:29.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:29.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:29.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:30 smithi161 ceph-mon[116604]: from='client.314445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:30 smithi161 ceph-mon[116604]: pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:30 smithi028 ceph-mon[112123]: from='client.314445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:30 smithi028 ceph-mon[112123]: pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:30 smithi138 ceph-mon[117003]: from='client.314445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:30 smithi138 ceph-mon[117003]: pgmap v11484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:31 smithi161 ceph-mon[116604]: pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:31 smithi028 ceph-mon[112123]: pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:31 smithi138 ceph-mon[117003]: pgmap v11485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:33 smithi161 ceph-mon[116604]: pgmap v11486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:33 smithi028 ceph-mon[112123]: pgmap v11486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:33 smithi138 ceph-mon[117003]: pgmap v11486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:34.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:34.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:34.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:35.440 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:35.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:35.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:35.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:35.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:35 smithi161 ceph-mon[116604]: from='client.314523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:35 smithi161 ceph-mon[116604]: pgmap v11487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:35 smithi028 ceph-mon[112123]: from='client.314523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:35 smithi028 ceph-mon[112123]: pgmap v11487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:35 smithi138 ceph-mon[117003]: from='client.314523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:35 smithi138 ceph-mon[117003]: pgmap v11487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:37 smithi161 ceph-mon[116604]: pgmap v11488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:37 smithi028 ceph-mon[112123]: pgmap v11488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:37 smithi138 ceph-mon[117003]: pgmap v11488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:09:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:40 smithi161 ceph-mon[116604]: pgmap v11489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:40.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:40.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:40.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:40 smithi028 ceph-mon[112123]: pgmap v11489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:40 smithi138 ceph-mon[117003]: pgmap v11489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:41.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:41.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:41.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:41.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:41.213 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:41.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:41 smithi161 ceph-mon[116604]: from='client.314592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:41 smithi028 ceph-mon[112123]: from='client.314592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:41 smithi138 ceph-mon[117003]: from='client.314592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:42 smithi161 ceph-mon[116604]: 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-07T11:09:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:42 smithi028 ceph-mon[112123]: 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-07T11:09:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:42 smithi138 ceph-mon[117003]: 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-07T11:09:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:43 smithi161 ceph-mon[116604]: 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-07T11:09:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:43 smithi028 ceph-mon[112123]: 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-07T11:09:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:43 smithi138 ceph-mon[117003]: 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-07T11:09:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:45 smithi161 ceph-mon[116604]: 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-07T11:09:46.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:46.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:46.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:45 smithi028 ceph-mon[112123]: 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-07T11:09:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:45 smithi138 ceph-mon[117003]: 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-07T11:09:46.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:46.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:46.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:46.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:46.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:46 smithi161 ceph-mon[116604]: from='client.314667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:46 smithi028 ceph-mon[112123]: from='client.314667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:46 smithi138 ceph-mon[117003]: from='client.314667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:47 smithi161 ceph-mon[116604]: 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-07T11:09:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:47 smithi028 ceph-mon[112123]: 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-07T11:09:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:47 smithi138 ceph-mon[117003]: 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-07T11:09:50.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:50 smithi161 ceph-mon[116604]: pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:50 smithi028 ceph-mon[112123]: pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:50 smithi138 ceph-mon[117003]: pgmap v11494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:09:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:09:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:09:51.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:51.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:51.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:09:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:09:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:09:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:52 smithi161 ceph-mon[116604]: pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:09:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:09:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:09:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:52 smithi028 ceph-mon[112123]: pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:09:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:09:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:09:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:52 smithi138 ceph-mon[117003]: pgmap v11495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:52.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:52.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:52.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:52.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:52.759 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:53 smithi028 ceph-mon[112123]: from='client.314742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:53 smithi138 ceph-mon[117003]: from='client.314742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:53 smithi161 ceph-mon[116604]: from='client.314742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:54 smithi138 ceph-mon[117003]: pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:54 smithi161 ceph-mon[116604]: pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:54 smithi028 ceph-mon[112123]: pgmap v11496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:55 smithi161 ceph-mon[116604]: pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:55 smithi028 ceph-mon[112123]: pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:55 smithi138 ceph-mon[117003]: pgmap v11497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:09:57.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:09:57.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:09:57.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:09:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:57 smithi161 ceph-mon[116604]: pgmap v11498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:57 smithi028 ceph-mon[112123]: pgmap v11498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:57 smithi138 ceph-mon[117003]: pgmap v11498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:09:58.546 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:09:58.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:09:58.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:09:58.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:09:58.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:09:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:09:58 smithi161 ceph-mon[116604]: from='client.314817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:09:58 smithi028 ceph-mon[112123]: from='client.314817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:09:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:09:58 smithi138 ceph-mon[117003]: from='client.314817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:00 smithi161 ceph-mon[116604]: pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T11:10:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:00 smithi028 ceph-mon[112123]: pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T11:10:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:00 smithi138 ceph-mon[117003]: pgmap v11499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T11:10:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:01 smithi161 ceph-mon[116604]: 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-07T11:10:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:01 smithi028 ceph-mon[112123]: 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-07T11:10:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:01 smithi138 ceph-mon[117003]: 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-07T11:10:03.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:03.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:03.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:03 smithi161 ceph-mon[116604]: 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-07T11:10:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:03 smithi028 ceph-mon[112123]: 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-07T11:10:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:03 smithi138 ceph-mon[117003]: 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-07T11:10:04.340 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:04.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:04.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:04.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:04.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:05 smithi161 ceph-mon[116604]: from='client.314892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:05 smithi028 ceph-mon[112123]: from='client.314892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:05 smithi138 ceph-mon[117003]: from='client.314892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:06 smithi161 ceph-mon[116604]: pgmap v11502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:10:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:06 smithi028 ceph-mon[112123]: pgmap v11502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:10:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:06 smithi138 ceph-mon[117003]: pgmap v11502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:10:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:07 smithi161 ceph-mon[116604]: pgmap v11503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:10:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:07 smithi028 ceph-mon[112123]: pgmap v11503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:10:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:07 smithi138 ceph-mon[117003]: pgmap v11503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:10:09.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:09.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:09.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:10.112 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:10.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:10.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:10.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:10.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:10 smithi161 ceph-mon[116604]: from='client.314967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:10 smithi161 ceph-mon[116604]: pgmap v11504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:10 smithi028 ceph-mon[112123]: from='client.314967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:10 smithi028 ceph-mon[112123]: pgmap v11504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:10 smithi138 ceph-mon[117003]: from='client.314967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:10 smithi138 ceph-mon[117003]: pgmap v11504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:11 smithi161 ceph-mon[116604]: pgmap v11505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:11 smithi028 ceph-mon[112123]: pgmap v11505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:11 smithi138 ceph-mon[117003]: pgmap v11505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:13 smithi161 ceph-mon[116604]: pgmap v11506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:13 smithi028 ceph-mon[112123]: pgmap v11506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:13 smithi138 ceph-mon[117003]: pgmap v11506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:15.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:15.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:15.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:15.905 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:15.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:15.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:15.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:15.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:15 smithi161 ceph-mon[116604]: from='client.315042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:15 smithi161 ceph-mon[116604]: pgmap v11507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:15 smithi028 ceph-mon[112123]: from='client.315042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:15 smithi028 ceph-mon[112123]: pgmap v11507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:15 smithi138 ceph-mon[117003]: from='client.315042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:15 smithi138 ceph-mon[117003]: pgmap v11507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:17 smithi161 ceph-mon[116604]: pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:10:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:17 smithi028 ceph-mon[112123]: pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:10:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:17 smithi138 ceph-mon[117003]: pgmap v11508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:10:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:20 smithi161 ceph-mon[116604]: pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:10:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:20 smithi028 ceph-mon[112123]: pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:10:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:20 smithi138 ceph-mon[117003]: pgmap v11509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:10:20.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:20.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:20.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:21.674 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:21.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:21.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:21.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:21.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:21 smithi161 ceph-mon[116604]: from='client.315117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:21 smithi161 ceph-mon[116604]: 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-07T11:10:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:21 smithi028 ceph-mon[112123]: from='client.315117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:21 smithi028 ceph-mon[112123]: 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-07T11:10:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:21 smithi138 ceph-mon[117003]: from='client.315117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:21 smithi138 ceph-mon[117003]: 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-07T11:10:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:23 smithi161 ceph-mon[116604]: 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-07T11:10:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:23 smithi028 ceph-mon[112123]: 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-07T11:10:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:23 smithi138 ceph-mon[117003]: 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-07T11:10:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:25 smithi161 ceph-mon[116604]: pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:25 smithi028 ceph-mon[112123]: pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:25 smithi138 ceph-mon[117003]: pgmap v11512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:26.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:26.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:26.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:27.451 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:27.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:27.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:27.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:27.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:27 smithi161 ceph-mon[116604]: from='client.315192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:27 smithi161 ceph-mon[116604]: pgmap v11513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:27 smithi028 ceph-mon[112123]: from='client.315192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:27 smithi028 ceph-mon[112123]: pgmap v11513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:27 smithi138 ceph-mon[117003]: from='client.315192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:27 smithi138 ceph-mon[117003]: pgmap v11513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:30 smithi161 ceph-mon[116604]: pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:30 smithi028 ceph-mon[112123]: pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:30 smithi138 ceph-mon[117003]: pgmap v11514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:31 smithi161 ceph-mon[116604]: pgmap v11515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:31 smithi028 ceph-mon[112123]: pgmap v11515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:31 smithi138 ceph-mon[117003]: pgmap v11515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:32.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:32.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:32.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:32 smithi161 ceph-mon[116604]: from='client.315270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:32 smithi028 ceph-mon[112123]: from='client.315270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:33.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:33.226 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:33.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:33.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:33.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:32 smithi138 ceph-mon[117003]: from='client.315270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:33 smithi161 ceph-mon[116604]: pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:33 smithi028 ceph-mon[112123]: pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:33 smithi138 ceph-mon[117003]: pgmap v11516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:35 smithi161 ceph-mon[116604]: pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:35 smithi028 ceph-mon[112123]: pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:35 smithi138 ceph-mon[117003]: pgmap v11517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:37 smithi161 ceph-mon[116604]: pgmap v11518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:37 smithi028 ceph-mon[112123]: pgmap v11518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:38.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:38.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:38.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:37 smithi138 ceph-mon[117003]: pgmap v11518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:39.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:39.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:39.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:39.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:39.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:38 smithi161 ceph-mon[116604]: from='client.315342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:38 smithi028 ceph-mon[112123]: from='client.315342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:38 smithi138 ceph-mon[117003]: from='client.315342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:40 smithi161 ceph-mon[116604]: pgmap v11519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:40 smithi028 ceph-mon[112123]: pgmap v11519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:40 smithi138 ceph-mon[117003]: pgmap v11519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:10:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:41 smithi161 ceph-mon[116604]: 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-07T11:10:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:41 smithi028 ceph-mon[112123]: 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-07T11:10:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:41 smithi138 ceph-mon[117003]: 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-07T11:10:44.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:44.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:44.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:43 smithi161 ceph-mon[116604]: 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-07T11:10:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:43 smithi028 ceph-mon[112123]: 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-07T11:10:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:43 smithi138 ceph-mon[117003]: 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-07T11:10:44.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:44.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:44.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:44.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:44.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:45 smithi161 ceph-mon[116604]: from='client.315420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:45.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:45 smithi028 ceph-mon[112123]: from='client.315420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:45 smithi138 ceph-mon[117003]: from='client.315420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:46 smithi161 ceph-mon[116604]: pgmap v11522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:46 smithi028 ceph-mon[112123]: pgmap v11522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:46 smithi138 ceph-mon[117003]: pgmap v11522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:47 smithi161 ceph-mon[116604]: pgmap v11523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:47 smithi028 ceph-mon[112123]: pgmap v11523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:47 smithi138 ceph-mon[117003]: pgmap v11523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:49.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:49.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:49.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:50 smithi161 ceph-mon[116604]: pgmap v11524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:50 smithi028 ceph-mon[112123]: pgmap v11524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:50 smithi138 ceph-mon[117003]: pgmap v11524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:50.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:50.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:50.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:50.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:50.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:51 smithi161 ceph-mon[116604]: from='client.315498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:51 smithi028 ceph-mon[112123]: from='client.315498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:51 smithi138 ceph-mon[117003]: from='client.315498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:10:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:52 smithi161 ceph-mon[116604]: pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:10:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:52 smithi028 ceph-mon[112123]: pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:10:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:52 smithi138 ceph-mon[117003]: pgmap v11525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:10:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:10:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:10:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:10:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:10:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:10:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:10:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:54 smithi161 ceph-mon[116604]: pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:54 smithi028 ceph-mon[112123]: pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:54 smithi138 ceph-mon[117003]: pgmap v11526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:10:55.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:10:55.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:10:55.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:10:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:55 smithi161 ceph-mon[116604]: pgmap v11527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:55 smithi028 ceph-mon[112123]: pgmap v11527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:55 smithi138 ceph-mon[117003]: pgmap v11527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:10:56.330 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:10:56.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:10:56.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:10:56.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:10:56.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:10:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:56 smithi161 ceph-mon[116604]: from='client.315570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:56 smithi028 ceph-mon[112123]: from='client.315570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:56 smithi138 ceph-mon[117003]: from='client.315570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:10:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:10:57 smithi161 ceph-mon[116604]: 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-07T11:10:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:10:57 smithi028 ceph-mon[112123]: 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-07T11:10:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:10:57 smithi138 ceph-mon[117003]: 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-07T11:11:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:00 smithi161 ceph-mon[116604]: 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-07T11:11:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:00 smithi028 ceph-mon[112123]: 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-07T11:11:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:00 smithi138 ceph-mon[117003]: 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-07T11:11:01.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:01.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:01.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:02.113 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:02.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:02.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:02.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:02.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:01 smithi161 ceph-mon[116604]: from='client.315648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:01 smithi161 ceph-mon[116604]: 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-07T11:11:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:01 smithi028 ceph-mon[112123]: from='client.315648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:01 smithi028 ceph-mon[112123]: 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-07T11:11:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:01 smithi138 ceph-mon[117003]: from='client.315648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:01 smithi138 ceph-mon[117003]: 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-07T11:11:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:03 smithi161 ceph-mon[116604]: 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-07T11:11:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:03 smithi028 ceph-mon[112123]: 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-07T11:11:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:03 smithi138 ceph-mon[117003]: 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-07T11:11:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:05 smithi161 ceph-mon[116604]: pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:05 smithi028 ceph-mon[112123]: pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:05 smithi138 ceph-mon[117003]: pgmap v11532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:07.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:07.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:07.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:07.883 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:07.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:07.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:07.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:07.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:07 smithi161 ceph-mon[116604]: from='client.315726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:07 smithi161 ceph-mon[116604]: pgmap v11533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:07 smithi028 ceph-mon[112123]: from='client.315726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:07 smithi028 ceph-mon[112123]: pgmap v11533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:07 smithi138 ceph-mon[117003]: from='client.315726 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:07 smithi138 ceph-mon[117003]: pgmap v11533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:10 smithi161 ceph-mon[116604]: pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:10 smithi028 ceph-mon[112123]: pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:10 smithi138 ceph-mon[117003]: pgmap v11534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:11 smithi161 ceph-mon[116604]: pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:11 smithi028 ceph-mon[112123]: pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:11 smithi138 ceph-mon[117003]: pgmap v11535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:12.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:12.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:12.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:13.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:13.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:13.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:13.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:13.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:13 smithi161 ceph-mon[116604]: from='client.315801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:13 smithi161 ceph-mon[116604]: pgmap v11536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:13 smithi028 ceph-mon[112123]: from='client.315801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:13 smithi028 ceph-mon[112123]: pgmap v11536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:13 smithi138 ceph-mon[117003]: from='client.315801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:13 smithi138 ceph-mon[117003]: pgmap v11536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:15 smithi161 ceph-mon[116604]: pgmap v11537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:15 smithi028 ceph-mon[112123]: pgmap v11537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:15 smithi138 ceph-mon[117003]: pgmap v11537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:17 smithi161 ceph-mon[116604]: 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-07T11:11:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:17 smithi028 ceph-mon[112123]: 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-07T11:11:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:17 smithi138 ceph-mon[117003]: 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-07T11:11:18.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:18.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:18.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:19.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:19.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:19.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:19.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:19.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:20 smithi161 ceph-mon[116604]: from='client.315876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:20 smithi161 ceph-mon[116604]: pgmap v11539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:11:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:20 smithi028 ceph-mon[112123]: from='client.315876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:20 smithi028 ceph-mon[112123]: pgmap v11539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:11:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:20 smithi138 ceph-mon[117003]: from='client.315876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:20 smithi138 ceph-mon[117003]: pgmap v11539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:11:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:21 smithi161 ceph-mon[116604]: pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:21 smithi028 ceph-mon[112123]: pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:21 smithi138 ceph-mon[117003]: pgmap v11540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:23 smithi161 ceph-mon[116604]: pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:23 smithi028 ceph-mon[112123]: pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:23 smithi138 ceph-mon[117003]: pgmap v11541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:11:24.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:24.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:24.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:25.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:25.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:25.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:25.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:25.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:25 smithi161 ceph-mon[116604]: from='client.315954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:25 smithi028 ceph-mon[112123]: from='client.315954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:25 smithi138 ceph-mon[117003]: from='client.315954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:26 smithi161 ceph-mon[116604]: pgmap v11542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:26 smithi028 ceph-mon[112123]: pgmap v11542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:26 smithi138 ceph-mon[117003]: pgmap v11542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:27 smithi161 ceph-mon[116604]: pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:27 smithi028 ceph-mon[112123]: pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:27 smithi138 ceph-mon[117003]: pgmap v11543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:11:30.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:30.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:30.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:30 smithi161 ceph-mon[116604]: pgmap v11544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:30 smithi028 ceph-mon[112123]: pgmap v11544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:30 smithi138 ceph-mon[117003]: pgmap v11544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:31.018 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:31.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:31.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:31.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:31.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:31 smithi161 ceph-mon[116604]: from='client.316026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:31 smithi028 ceph-mon[112123]: from='client.316026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:31 smithi138 ceph-mon[117003]: from='client.316026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:32 smithi161 ceph-mon[116604]: pgmap v11545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:32 smithi028 ceph-mon[112123]: pgmap v11545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:32 smithi138 ceph-mon[117003]: pgmap v11545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:33 smithi028 ceph-mon[112123]: pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:33 smithi138 ceph-mon[117003]: pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:33 smithi161 ceph-mon[116604]: pgmap v11546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:11:36.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:36.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:36.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:35 smithi028 ceph-mon[112123]: pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:11:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:35 smithi138 ceph-mon[117003]: pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:11:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:35 smithi161 ceph-mon[116604]: pgmap v11547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:11:36.801 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:36.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:36.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:36.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:36.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:36 smithi028 ceph-mon[112123]: from='client.316101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:36 smithi138 ceph-mon[117003]: from='client.316101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:36 smithi161 ceph-mon[116604]: from='client.316101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:37 smithi028 ceph-mon[112123]: 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-07T11:11:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:37 smithi138 ceph-mon[117003]: 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-07T11:11:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:37 smithi161 ceph-mon[116604]: 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-07T11:11:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:40 smithi161 ceph-mon[116604]: 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-07T11:11:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:40 smithi028 ceph-mon[112123]: 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-07T11:11:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:40 smithi138 ceph-mon[117003]: 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-07T11:11:41.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:41.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:41.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:41 smithi028 ceph-mon[112123]: 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-07T11:11:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:41 smithi138 ceph-mon[117003]: 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-07T11:11:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:41 smithi161 ceph-mon[116604]: 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-07T11:11:42.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:42.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:42.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:42.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:42.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:42 smithi028 ceph-mon[112123]: from='client.316173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:42 smithi138 ceph-mon[117003]: from='client.316173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:42 smithi161 ceph-mon[116604]: from='client.316173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:43 smithi028 ceph-mon[112123]: 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-07T11:11:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:43 smithi138 ceph-mon[117003]: 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-07T11:11:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:43 smithi161 ceph-mon[116604]: 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-07T11:11:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:45 smithi028 ceph-mon[112123]: pgmap v11552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:45 smithi138 ceph-mon[117003]: pgmap v11552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:45 smithi161 ceph-mon[116604]: pgmap v11552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:47.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:47.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:47.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:47 smithi028 ceph-mon[112123]: pgmap v11553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:47 smithi138 ceph-mon[117003]: pgmap v11553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:48.349 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:48.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:48.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:48.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:48.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:47 smithi161 ceph-mon[116604]: pgmap v11553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:48 smithi028 ceph-mon[112123]: from='client.316245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:48 smithi138 ceph-mon[117003]: from='client.316245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:48 smithi161 ceph-mon[116604]: from='client.316245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:50 smithi161 ceph-mon[116604]: pgmap v11554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:50 smithi028 ceph-mon[112123]: pgmap v11554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:50 smithi138 ceph-mon[117003]: pgmap v11554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:51 smithi028 ceph-mon[112123]: pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:51 smithi138 ceph-mon[117003]: pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:51 smithi161 ceph-mon[116604]: pgmap v11555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:11:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:11:53.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:53.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:53.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:11:54.138 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:54.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:54.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:54.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:54.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:11:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:11:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:11:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:11:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:53 smithi028 ceph-mon[112123]: from='client.316320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:53 smithi028 ceph-mon[112123]: pgmap v11556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:11:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:11:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:11:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:53 smithi138 ceph-mon[117003]: from='client.316320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:53 smithi138 ceph-mon[117003]: pgmap v11556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:11:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:11:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:11:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:53 smithi161 ceph-mon[116604]: from='client.316320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:11:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:53 smithi161 ceph-mon[116604]: pgmap v11556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:11:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:55 smithi028 ceph-mon[112123]: pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:55 smithi138 ceph-mon[117003]: pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:55 smithi161 ceph-mon[116604]: pgmap v11557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:11:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:11:57 smithi028 ceph-mon[112123]: 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-07T11:11:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:11:57 smithi138 ceph-mon[117003]: 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-07T11:11:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:11:57 smithi161 ceph-mon[116604]: 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-07T11:11:59.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:11:59.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:11:59.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:11:59.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:11:59.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:11:59.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:11:59.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:11:59.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:00 smithi161 ceph-mon[116604]: from='client.316398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:00 smithi161 ceph-mon[116604]: pgmap v11559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:00 smithi028 ceph-mon[112123]: from='client.316398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:00 smithi028 ceph-mon[112123]: pgmap v11559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:00 smithi138 ceph-mon[117003]: from='client.316398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:00 smithi138 ceph-mon[117003]: pgmap v11559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:01 smithi028 ceph-mon[112123]: pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:01 smithi138 ceph-mon[117003]: pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:01 smithi161 ceph-mon[116604]: pgmap v11560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:03 smithi028 ceph-mon[112123]: pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:04.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:03 smithi138 ceph-mon[117003]: pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:03 smithi161 ceph-mon[116604]: pgmap v11561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:04.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:04.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:04.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:05.683 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:05.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:05.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:05.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:05.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:05 smithi028 ceph-mon[112123]: from='client.316470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:05 smithi028 ceph-mon[112123]: pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:05 smithi138 ceph-mon[117003]: from='client.316470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:05 smithi138 ceph-mon[117003]: pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:05 smithi161 ceph-mon[116604]: from='client.316470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:05 smithi161 ceph-mon[116604]: pgmap v11562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:07 smithi028 ceph-mon[112123]: pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:07 smithi138 ceph-mon[117003]: pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:07 smithi161 ceph-mon[116604]: pgmap v11563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:10 smithi161 ceph-mon[116604]: pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:10 smithi028 ceph-mon[112123]: pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:10 smithi138 ceph-mon[117003]: pgmap v11564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:10.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:10.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:10.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:11.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:11.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:11.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:11.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:11.461 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:11 smithi028 ceph-mon[112123]: from='client.316545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:11 smithi028 ceph-mon[112123]: 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-07T11:12:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:11 smithi138 ceph-mon[117003]: from='client.316545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:11 smithi138 ceph-mon[117003]: 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-07T11:12:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:11 smithi161 ceph-mon[116604]: from='client.316545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:11 smithi161 ceph-mon[116604]: 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-07T11:12:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:13 smithi028 ceph-mon[112123]: 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-07T11:12:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:13 smithi138 ceph-mon[117003]: 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-07T11:12:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:13 smithi161 ceph-mon[116604]: 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-07T11:12:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:15 smithi028 ceph-mon[112123]: 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-07T11:12:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:15 smithi138 ceph-mon[117003]: 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-07T11:12:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:15 smithi161 ceph-mon[116604]: 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-07T11:12:16.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:16.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:16.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:16 smithi028 ceph-mon[112123]: from='client.316623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:17.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:17.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:17.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:17.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:17.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:16 smithi138 ceph-mon[117003]: from='client.316623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:16 smithi161 ceph-mon[116604]: from='client.316623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:17 smithi028 ceph-mon[112123]: 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-07T11:12:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:17 smithi138 ceph-mon[117003]: 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-07T11:12:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:17 smithi161 ceph-mon[116604]: 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-07T11:12:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:20 smithi161 ceph-mon[116604]: 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-07T11:12:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:20 smithi028 ceph-mon[112123]: 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-07T11:12:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:20 smithi138 ceph-mon[117003]: 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-07T11:12:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:21 smithi028 ceph-mon[112123]: 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-07T11:12:22.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:22.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:22.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:21 smithi138 ceph-mon[117003]: 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-07T11:12:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:21 smithi161 ceph-mon[116604]: 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-07T11:12:23.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:23.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:23.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:23.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:23.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:22 smithi028 ceph-mon[112123]: from='client.316698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:22 smithi138 ceph-mon[117003]: from='client.316698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:22 smithi161 ceph-mon[116604]: from='client.316698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:23 smithi028 ceph-mon[112123]: 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-07T11:12:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:23 smithi138 ceph-mon[117003]: 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-07T11:12:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:23 smithi161 ceph-mon[116604]: 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-07T11:12:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:25 smithi028 ceph-mon[112123]: pgmap v11572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:25 smithi138 ceph-mon[117003]: pgmap v11572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:25 smithi161 ceph-mon[116604]: pgmap v11572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:28.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:28.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:28.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:27 smithi028 ceph-mon[112123]: pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:27 smithi138 ceph-mon[117003]: pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:27 smithi161 ceph-mon[116604]: pgmap v11573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:28.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:28.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:28.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:28.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:28.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:28 smithi028 ceph-mon[112123]: from='client.316770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:28 smithi138 ceph-mon[117003]: from='client.316770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:28 smithi161 ceph-mon[116604]: from='client.316770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:30 smithi161 ceph-mon[116604]: pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:30 smithi028 ceph-mon[112123]: pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:30 smithi138 ceph-mon[117003]: pgmap v11574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:12:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:31 smithi028 ceph-mon[112123]: pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:31 smithi138 ceph-mon[117003]: pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:31 smithi161 ceph-mon[116604]: pgmap v11575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:33.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:33.800 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:33.800 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:33 smithi028 ceph-mon[112123]: pgmap v11576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:33 smithi138 ceph-mon[117003]: pgmap v11576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:33 smithi161 ceph-mon[116604]: pgmap v11576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:34.576 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:34.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:34.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:34.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:34.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:35 smithi161 ceph-mon[116604]: from='client.316845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:35.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:35 smithi028 ceph-mon[112123]: from='client.316845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:35 smithi138 ceph-mon[117003]: from='client.316845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:36 smithi161 ceph-mon[116604]: 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-07T11:12:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:36 smithi028 ceph-mon[112123]: 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-07T11:12:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:36 smithi138 ceph-mon[117003]: 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-07T11:12:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:37 smithi028 ceph-mon[112123]: pgmap v11578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:37 smithi138 ceph-mon[117003]: pgmap v11578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:37 smithi161 ceph-mon[116604]: pgmap v11578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:39.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:39.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:39.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:40.366 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:40.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:40.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:40.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:40.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:40 smithi161 ceph-mon[116604]: pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:40 smithi028 ceph-mon[112123]: pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:40 smithi138 ceph-mon[117003]: pgmap v11579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:41 smithi161 ceph-mon[116604]: from='client.316920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:41 smithi028 ceph-mon[112123]: from='client.316920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:41 smithi138 ceph-mon[117003]: from='client.316920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:42 smithi161 ceph-mon[116604]: pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:42 smithi028 ceph-mon[112123]: pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:42 smithi138 ceph-mon[117003]: pgmap v11580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:43 smithi028 ceph-mon[112123]: pgmap v11581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:43 smithi138 ceph-mon[117003]: pgmap v11581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:43 smithi161 ceph-mon[116604]: pgmap v11581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:12:45.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:45.368 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:45.368 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:46.161 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:46.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:46.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:46.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:46.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:45 smithi028 ceph-mon[112123]: from='client.316995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:45 smithi028 ceph-mon[112123]: pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:45 smithi138 ceph-mon[117003]: from='client.316995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:45 smithi138 ceph-mon[117003]: pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:45 smithi161 ceph-mon[116604]: from='client.316995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:45 smithi161 ceph-mon[116604]: pgmap v11582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:12:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:47 smithi028 ceph-mon[112123]: 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-07T11:12:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:47 smithi138 ceph-mon[117003]: 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-07T11:12:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:47 smithi161 ceph-mon[116604]: 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-07T11:12:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:50 smithi161 ceph-mon[116604]: 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-07T11:12:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:50 smithi028 ceph-mon[112123]: 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-07T11:12:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:50 smithi138 ceph-mon[117003]: 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-07T11:12:51.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:51.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:51.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:51.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:51.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:51.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:51.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:51.939 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:51 smithi028 ceph-mon[112123]: from='client.317070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:51 smithi028 ceph-mon[112123]: 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-07T11:12:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:51 smithi138 ceph-mon[117003]: from='client.317070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:51 smithi138 ceph-mon[117003]: 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-07T11:12:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:51 smithi161 ceph-mon[116604]: from='client.317070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:51 smithi161 ceph-mon[116604]: 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-07T11:12:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:12:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:12:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:12:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:54 smithi138 ceph-mon[117003]: 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-07T11:12:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:54 smithi161 ceph-mon[116604]: 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-07T11:12:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:54 smithi028 ceph-mon[112123]: 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-07T11:12:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:12:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:55 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16066M 2023-12-07T11:12:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:12:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:12:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:12:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:55 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16066M 2023-12-07T11:12:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:12:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:12:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:12:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:55 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16066M 2023-12-07T11:12:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:12:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:12:55.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:12:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:56 smithi138 ceph-mon[117003]: 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-07T11:12:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:56 smithi161 ceph-mon[116604]: 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-07T11:12:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:56 smithi028 ceph-mon[112123]: 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-07T11:12:56.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:12:56.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:12:56.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:12:57.743 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:12:57.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:12:57.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:12:57.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:12:57.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:12:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:57 smithi028 ceph-mon[112123]: from='client.317145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:12:57 smithi028 ceph-mon[112123]: 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-07T11:12:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:57 smithi138 ceph-mon[117003]: from='client.317145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:12:57 smithi138 ceph-mon[117003]: 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-07T11:12:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:57 smithi161 ceph-mon[116604]: from='client.317145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:12:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:12:57 smithi161 ceph-mon[116604]: 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-07T11:13:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:00 smithi161 ceph-mon[116604]: 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-07T11:13:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:00 smithi028 ceph-mon[112123]: 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-07T11:13:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:00 smithi138 ceph-mon[117003]: 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-07T11:13:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:01 smithi028 ceph-mon[112123]: 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-07T11:13:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:01 smithi138 ceph-mon[117003]: 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-07T11:13:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:01 smithi161 ceph-mon[116604]: 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-07T11:13:02.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:02.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:02.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:03.526 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:03.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:03.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:03.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:03.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:03 smithi028 ceph-mon[112123]: from='client.317220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:03 smithi028 ceph-mon[112123]: 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-07T11:13:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:03 smithi138 ceph-mon[117003]: from='client.317220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:03 smithi138 ceph-mon[117003]: 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-07T11:13:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:03 smithi161 ceph-mon[116604]: from='client.317220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:03 smithi161 ceph-mon[116604]: 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-07T11:13:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:05 smithi028 ceph-mon[112123]: pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:05 smithi138 ceph-mon[117003]: pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:05 smithi161 ceph-mon[116604]: pgmap v11592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:07 smithi028 ceph-mon[112123]: pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:07 smithi138 ceph-mon[117003]: pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:07 smithi161 ceph-mon[116604]: pgmap v11593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:08.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:08.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:08.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:09.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:09.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:09.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:09.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:09.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:10 smithi161 ceph-mon[116604]: from='client.317295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:10 smithi161 ceph-mon[116604]: pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:13:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:10 smithi028 ceph-mon[112123]: from='client.317295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:10 smithi028 ceph-mon[112123]: pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:13:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:10 smithi138 ceph-mon[117003]: from='client.317295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:10 smithi138 ceph-mon[117003]: pgmap v11594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:13:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:11 smithi028 ceph-mon[112123]: pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:13:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:11 smithi138 ceph-mon[117003]: pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:13:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:11 smithi161 ceph-mon[116604]: pgmap v11595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:13:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:13 smithi028 ceph-mon[112123]: pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:13:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:13 smithi138 ceph-mon[117003]: pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:13:14.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:14.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:14.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:13 smithi161 ceph-mon[116604]: pgmap v11596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:13:15.065 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:15.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:15.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:15.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:15.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:15 smithi161 ceph-mon[116604]: from='client.317373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:15 smithi028 ceph-mon[112123]: from='client.317373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:15 smithi138 ceph-mon[117003]: from='client.317373 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:16 smithi161 ceph-mon[116604]: 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-07T11:13:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:16 smithi028 ceph-mon[112123]: 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-07T11:13:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:16 smithi138 ceph-mon[117003]: 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-07T11:13:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:17 smithi028 ceph-mon[112123]: pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:17 smithi138 ceph-mon[117003]: pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:17 smithi161 ceph-mon[116604]: pgmap v11598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:20.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:20.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:20.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:20 smithi161 ceph-mon[116604]: pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:20 smithi028 ceph-mon[112123]: pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:20 smithi138 ceph-mon[117003]: pgmap v11599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:20.830 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:20.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:20.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:20.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:20.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:21 smithi161 ceph-mon[116604]: from='client.317451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:21.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:21 smithi028 ceph-mon[112123]: from='client.317451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:21 smithi138 ceph-mon[117003]: from='client.317451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:22 smithi161 ceph-mon[116604]: pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:13:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:22 smithi028 ceph-mon[112123]: pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:13:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:22 smithi138 ceph-mon[117003]: pgmap v11600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:13:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:23 smithi028 ceph-mon[112123]: pgmap v11601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:13:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:23 smithi138 ceph-mon[117003]: pgmap v11601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:13:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:23 smithi161 ceph-mon[116604]: pgmap v11601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:13:25.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:25.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:25.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:25 smithi028 ceph-mon[112123]: pgmap v11602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:13:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:25 smithi138 ceph-mon[117003]: pgmap v11602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:13:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:25 smithi161 ceph-mon[116604]: pgmap v11602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:13:26.611 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:26.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:26.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:26.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:26.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:26 smithi028 ceph-mon[112123]: from='client.317526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:26 smithi138 ceph-mon[117003]: from='client.317526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:26 smithi161 ceph-mon[116604]: from='client.317526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:27 smithi028 ceph-mon[112123]: 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-07T11:13:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:27 smithi138 ceph-mon[117003]: 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-07T11:13:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:27 smithi161 ceph-mon[116604]: 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-07T11:13:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:30 smithi161 ceph-mon[116604]: 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-07T11:13:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:30 smithi028 ceph-mon[112123]: 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-07T11:13:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:30 smithi138 ceph-mon[117003]: 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-07T11:13:31.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:31.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:31.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:31 smithi028 ceph-mon[112123]: 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-07T11:13:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:31 smithi138 ceph-mon[117003]: 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-07T11:13:32.390 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:32.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:32.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:32.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:32.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:31 smithi161 ceph-mon[116604]: 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-07T11:13:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:32 smithi028 ceph-mon[112123]: from='client.317598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:32 smithi138 ceph-mon[117003]: from='client.317598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:32 smithi161 ceph-mon[116604]: from='client.317598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:33 smithi138 ceph-mon[117003]: 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-07T11:13:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:33 smithi161 ceph-mon[116604]: 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-07T11:13:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:33 smithi028 ceph-mon[112123]: 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-07T11:13:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:35 smithi028 ceph-mon[112123]: 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-07T11:13:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:35 smithi138 ceph-mon[117003]: 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-07T11:13:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:35 smithi161 ceph-mon[116604]: 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-07T11:13:37.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:37.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:37.392 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:38.184 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:38.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:38.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:38.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:38.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:37 smithi028 ceph-mon[112123]: from='client.317673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:37 smithi028 ceph-mon[112123]: 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-07T11:13:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:37 smithi138 ceph-mon[117003]: from='client.317673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:37 smithi138 ceph-mon[117003]: 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-07T11:13:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:37 smithi161 ceph-mon[116604]: from='client.317673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:37 smithi161 ceph-mon[116604]: 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-07T11:13:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:40 smithi161 ceph-mon[116604]: pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:40 smithi028 ceph-mon[112123]: pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:40 smithi138 ceph-mon[117003]: pgmap v11609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:41 smithi028 ceph-mon[112123]: pgmap v11610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:41 smithi138 ceph-mon[117003]: pgmap v11610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:41 smithi161 ceph-mon[116604]: pgmap v11610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:43.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:43.187 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:43.187 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:43.977 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:43.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:43.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:43.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:43.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:43 smithi028 ceph-mon[112123]: from='client.317751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:43 smithi028 ceph-mon[112123]: pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:43 smithi138 ceph-mon[117003]: from='client.317751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:43 smithi138 ceph-mon[117003]: pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:44.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:43 smithi161 ceph-mon[116604]: from='client.317751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:44.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:43 smithi161 ceph-mon[116604]: pgmap v11611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:45 smithi028 ceph-mon[112123]: pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:45 smithi138 ceph-mon[117003]: pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:45 smithi161 ceph-mon[116604]: pgmap v11612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:13:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:47 smithi028 ceph-mon[112123]: pgmap v11613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:47 smithi138 ceph-mon[117003]: pgmap v11613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:47 smithi161 ceph-mon[116604]: pgmap v11613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:48.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:49.741 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:49.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:49.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:49.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:49.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:50 smithi161 ceph-mon[116604]: from='client.317829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:50 smithi161 ceph-mon[116604]: 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-07T11:13:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:50 smithi028 ceph-mon[112123]: from='client.317829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:50 smithi028 ceph-mon[112123]: 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-07T11:13:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:50 smithi138 ceph-mon[117003]: from='client.317829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:50 smithi138 ceph-mon[117003]: 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-07T11:13:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:51 smithi028 ceph-mon[112123]: pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:51 smithi138 ceph-mon[117003]: pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:51 smithi161 ceph-mon[116604]: pgmap v11615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:53 smithi028 ceph-mon[112123]: pgmap v11616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:53 smithi138 ceph-mon[117003]: pgmap v11616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:53 smithi161 ceph-mon[116604]: pgmap v11616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:54.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:13:54.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:13:54.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:13:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:13:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:13:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:13:55.566 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:13:55.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:13:55.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:13:55.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:13:55.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:13:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:56 smithi161 ceph-mon[116604]: from='client.317901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:13:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:13:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:13:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:56 smithi161 ceph-mon[116604]: pgmap v11617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:56 smithi028 ceph-mon[112123]: from='client.317901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:13:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:13:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:13:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:56 smithi028 ceph-mon[112123]: pgmap v11617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:56 smithi138 ceph-mon[117003]: from='client.317901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:13:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:13:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:13:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:13:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:56 smithi138 ceph-mon[117003]: pgmap v11617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:13:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:13:57 smithi028 ceph-mon[112123]: pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:13:57 smithi138 ceph-mon[117003]: pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:13:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:13:57 smithi161 ceph-mon[116604]: pgmap v11618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:00 smithi161 ceph-mon[116604]: pgmap v11619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:00 smithi028 ceph-mon[112123]: pgmap v11619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:00 smithi138 ceph-mon[117003]: pgmap v11619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:00.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:00.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:00.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:01.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:01.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:01.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:01.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:01.338 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:01 smithi138 ceph-mon[117003]: from='client.317973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:01 smithi138 ceph-mon[117003]: 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-07T11:14:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:01 smithi161 ceph-mon[116604]: from='client.317973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:01 smithi161 ceph-mon[116604]: 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-07T11:14:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:01 smithi028 ceph-mon[112123]: from='client.317973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:01 smithi028 ceph-mon[112123]: 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-07T11:14:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:03 smithi138 ceph-mon[117003]: 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-07T11:14:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:03 smithi161 ceph-mon[116604]: 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-07T11:14:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:03 smithi028 ceph-mon[112123]: 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-07T11:14:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:05 smithi138 ceph-mon[117003]: 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-07T11:14:06.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:06.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:06.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:05 smithi161 ceph-mon[116604]: 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-07T11:14:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:05 smithi028 ceph-mon[112123]: 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-07T11:14:07.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:07.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:07.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:07.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:07.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:06 smithi138 ceph-mon[117003]: from='client.318048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:06 smithi161 ceph-mon[116604]: from='client.318048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:06 smithi028 ceph-mon[112123]: from='client.318048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:07 smithi138 ceph-mon[117003]: 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-07T11:14:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:07 smithi161 ceph-mon[116604]: 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-07T11:14:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:07 smithi028 ceph-mon[112123]: 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-07T11:14:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:10 smithi161 ceph-mon[116604]: 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-07T11:14:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:10 smithi028 ceph-mon[112123]: 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-07T11:14:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:10 smithi138 ceph-mon[117003]: 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-07T11:14:12.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:12.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:12.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:11 smithi138 ceph-mon[117003]: 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-07T11:14:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:11 smithi161 ceph-mon[116604]: 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-07T11:14:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:11 smithi028 ceph-mon[112123]: 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-07T11:14:12.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:12.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:12.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:12.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:12.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:13.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:12 smithi138 ceph-mon[117003]: from='client.318123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:12 smithi161 ceph-mon[116604]: from='client.318123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:12 smithi028 ceph-mon[112123]: from='client.318123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:13 smithi138 ceph-mon[117003]: 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-07T11:14:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:13 smithi161 ceph-mon[116604]: 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-07T11:14:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:13 smithi028 ceph-mon[112123]: 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-07T11:14:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:15 smithi138 ceph-mon[117003]: 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-07T11:14:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:15 smithi161 ceph-mon[116604]: 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-07T11:14:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:15 smithi028 ceph-mon[112123]: 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-07T11:14:17.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:17.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:17.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:17 smithi138 ceph-mon[117003]: 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-07T11:14:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:17 smithi161 ceph-mon[116604]: 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-07T11:14:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:17 smithi028 ceph-mon[112123]: 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-07T11:14:18.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:18.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:18.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:18.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:18.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:18 smithi138 ceph-mon[117003]: from='client.318201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:18 smithi161 ceph-mon[116604]: from='client.318201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:19.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:18 smithi028 ceph-mon[112123]: from='client.318201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:20 smithi161 ceph-mon[116604]: pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:20 smithi028 ceph-mon[112123]: pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:20 smithi138 ceph-mon[117003]: pgmap v11629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:14:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:21 smithi138 ceph-mon[117003]: pgmap v11630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:21 smithi161 ceph-mon[116604]: pgmap v11630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:21 smithi028 ceph-mon[112123]: pgmap v11630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:23.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:23.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:23.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:23 smithi138 ceph-mon[117003]: pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:23 smithi161 ceph-mon[116604]: pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:23 smithi028 ceph-mon[112123]: pgmap v11631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:24.477 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:24.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:24.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:24.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:24.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:25.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:25 smithi161 ceph-mon[116604]: from='client.318279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:25 smithi028 ceph-mon[112123]: from='client.318279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:25.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:25 smithi138 ceph-mon[117003]: from='client.318279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:26 smithi161 ceph-mon[116604]: pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:14:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:26 smithi028 ceph-mon[112123]: pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:14:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:26 smithi138 ceph-mon[117003]: pgmap v11632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:14:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:27 smithi138 ceph-mon[117003]: pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:14:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:27 smithi161 ceph-mon[116604]: pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:14:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:27 smithi028 ceph-mon[112123]: pgmap v11633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:14:29.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:29.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:29.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:30.263 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:30.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:30.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:30.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:30.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:30 smithi161 ceph-mon[116604]: from='client.318354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:30 smithi161 ceph-mon[116604]: 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-07T11:14:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:30 smithi028 ceph-mon[112123]: from='client.318354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:30 smithi028 ceph-mon[112123]: 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-07T11:14:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:30 smithi138 ceph-mon[117003]: from='client.318354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:30 smithi138 ceph-mon[117003]: 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-07T11:14:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:31 smithi138 ceph-mon[117003]: pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:31 smithi161 ceph-mon[116604]: pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:31 smithi028 ceph-mon[112123]: pgmap v11635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:33 smithi138 ceph-mon[117003]: pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:33 smithi161 ceph-mon[116604]: pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:33 smithi028 ceph-mon[112123]: pgmap v11636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:14:35.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:35.265 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:35.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:36.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:36.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:36.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:36.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:36.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:35 smithi138 ceph-mon[117003]: from='client.318432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:35 smithi138 ceph-mon[117003]: pgmap v11637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:35 smithi161 ceph-mon[116604]: from='client.318432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:35 smithi161 ceph-mon[116604]: pgmap v11637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:35 smithi028 ceph-mon[112123]: from='client.318432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:35 smithi028 ceph-mon[112123]: pgmap v11637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:14:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:37 smithi138 ceph-mon[117003]: pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:14:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:37 smithi161 ceph-mon[116604]: pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:14:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:37 smithi028 ceph-mon[112123]: pgmap v11638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:14:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:40 smithi161 ceph-mon[116604]: pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:14:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:40 smithi028 ceph-mon[112123]: pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:14:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:40 smithi138 ceph-mon[117003]: pgmap v11639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:14:41.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:41.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:41.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:41.811 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:41.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:41.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:41.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:41.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:41 smithi138 ceph-mon[117003]: from='client.318504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:41 smithi138 ceph-mon[117003]: 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-07T11:14:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:41 smithi161 ceph-mon[116604]: from='client.318504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:41 smithi161 ceph-mon[116604]: 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-07T11:14:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:41 smithi028 ceph-mon[112123]: from='client.318504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:41 smithi028 ceph-mon[112123]: 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-07T11:14:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:43 smithi138 ceph-mon[117003]: 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-07T11:14:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:43 smithi161 ceph-mon[116604]: 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-07T11:14:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:43 smithi028 ceph-mon[112123]: 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-07T11:14:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:45 smithi138 ceph-mon[117003]: 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-07T11:14:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:45 smithi161 ceph-mon[116604]: 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-07T11:14:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:45 smithi028 ceph-mon[112123]: 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-07T11:14:46.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:46.813 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:46.813 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:47.596 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:47.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:47.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:47.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:47.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:47 smithi138 ceph-mon[117003]: from='client.318579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:47 smithi138 ceph-mon[117003]: 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-07T11:14:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:47 smithi161 ceph-mon[116604]: from='client.318579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:47 smithi161 ceph-mon[116604]: 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-07T11:14:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:47 smithi028 ceph-mon[112123]: from='client.318579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:47 smithi028 ceph-mon[112123]: 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-07T11:14:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:50 smithi161 ceph-mon[116604]: 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-07T11:14:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:50 smithi028 ceph-mon[112123]: 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-07T11:14:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:50 smithi138 ceph-mon[117003]: 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-07T11:14:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:51 smithi138 ceph-mon[117003]: 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-07T11:14:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:51 smithi161 ceph-mon[116604]: 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-07T11:14:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:51 smithi028 ceph-mon[112123]: 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-07T11:14:52.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:52.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:52.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:53.361 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:53.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:53.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:53.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:53.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:53 smithi138 ceph-mon[117003]: from='client.318651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:53 smithi138 ceph-mon[117003]: 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-07T11:14:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:53 smithi161 ceph-mon[116604]: from='client.318651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:53 smithi161 ceph-mon[116604]: 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-07T11:14:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:53 smithi028 ceph-mon[112123]: from='client.318651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:53 smithi028 ceph-mon[112123]: 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-07T11:14:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:14:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:14:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:14:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:56 smithi161 ceph-mon[116604]: 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-07T11:14:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:14:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:14:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:14:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:56 smithi028 ceph-mon[112123]: 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-07T11:14:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:14:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:14:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:14:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:56 smithi138 ceph-mon[117003]: 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-07T11:14:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:14:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:14:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:14:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:57 smithi138 ceph-mon[117003]: 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-07T11:14:58.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:14:58.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:14:58.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:14:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:57 smithi161 ceph-mon[116604]: 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-07T11:14:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:57 smithi028 ceph-mon[112123]: 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-07T11:14:59.148 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:14:59.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:14:59.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:14:59.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:14:59.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:14:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:14:58 smithi138 ceph-mon[117003]: from='client.318729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:14:58 smithi161 ceph-mon[116604]: from='client.318729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:14:59.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:14:58 smithi028 ceph-mon[112123]: from='client.318729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:00 smithi161 ceph-mon[116604]: pgmap v11649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:00 smithi028 ceph-mon[112123]: pgmap v11649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:00 smithi138 ceph-mon[117003]: pgmap v11649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:15:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:01 smithi138 ceph-mon[117003]: pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:01 smithi161 ceph-mon[116604]: pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:01 smithi028 ceph-mon[112123]: pgmap v11650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:04.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:04.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:04.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:03 smithi138 ceph-mon[117003]: pgmap v11651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:03 smithi161 ceph-mon[116604]: pgmap v11651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:03 smithi028 ceph-mon[112123]: pgmap v11651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:04.931 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:04.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:04.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:04.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:04.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:05 smithi161 ceph-mon[116604]: from='client.318801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:05 smithi028 ceph-mon[112123]: from='client.318801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:05 smithi138 ceph-mon[117003]: from='client.318801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:06 smithi161 ceph-mon[116604]: 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-07T11:15:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:06 smithi028 ceph-mon[112123]: 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-07T11:15:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:06 smithi138 ceph-mon[117003]: 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-07T11:15:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:07 smithi138 ceph-mon[117003]: 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-07T11:15:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:07 smithi161 ceph-mon[116604]: 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-07T11:15:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:07 smithi028 ceph-mon[112123]: 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-07T11:15:09.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:09.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:09.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:10 smithi161 ceph-mon[116604]: 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-07T11:15:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:10 smithi028 ceph-mon[112123]: 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-07T11:15:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:10 smithi138 ceph-mon[117003]: 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-07T11:15:10.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:10.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:10.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:10.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:10.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:11 smithi161 ceph-mon[116604]: from='client.318876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:11 smithi028 ceph-mon[112123]: from='client.318876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:11 smithi138 ceph-mon[117003]: from='client.318876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:12 smithi161 ceph-mon[116604]: pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:12 smithi028 ceph-mon[112123]: pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:12 smithi138 ceph-mon[117003]: pgmap v11655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:13 smithi138 ceph-mon[117003]: pgmap v11656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:13 smithi161 ceph-mon[116604]: pgmap v11656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:13 smithi028 ceph-mon[112123]: pgmap v11656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:15:15.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:15.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:15.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:15 smithi138 ceph-mon[117003]: pgmap v11657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:15 smithi161 ceph-mon[116604]: pgmap v11657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:15 smithi028 ceph-mon[112123]: pgmap v11657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:15:16.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:16.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:16.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:16.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:16.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:16 smithi138 ceph-mon[117003]: from='client.318945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:16 smithi161 ceph-mon[116604]: from='client.318945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:16 smithi028 ceph-mon[112123]: from='client.318945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:17 smithi138 ceph-mon[117003]: 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-07T11:15:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:17 smithi161 ceph-mon[116604]: 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-07T11:15:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:17 smithi028 ceph-mon[112123]: 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-07T11:15:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:20 smithi161 ceph-mon[116604]: 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-07T11:15:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:20 smithi028 ceph-mon[112123]: 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-07T11:15:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:20 smithi138 ceph-mon[117003]: 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-07T11:15:21.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:21.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:21.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:22.253 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:22.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:22.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:22.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:22.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:21 smithi138 ceph-mon[117003]: from='client.319020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:21 smithi138 ceph-mon[117003]: 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-07T11:15:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:21 smithi161 ceph-mon[116604]: from='client.319020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:21 smithi161 ceph-mon[116604]: 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-07T11:15:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:21 smithi028 ceph-mon[112123]: from='client.319020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:21 smithi028 ceph-mon[112123]: 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-07T11:15:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:23 smithi138 ceph-mon[117003]: 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-07T11:15:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:23 smithi161 ceph-mon[116604]: 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-07T11:15:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:23 smithi028 ceph-mon[112123]: 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-07T11:15:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:25 smithi138 ceph-mon[117003]: 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-07T11:15:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:25 smithi161 ceph-mon[116604]: 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-07T11:15:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:25 smithi028 ceph-mon[112123]: 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-07T11:15:27.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:27.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:27.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:28.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:28.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:28.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:28.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:28.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:27 smithi138 ceph-mon[117003]: from='client.319098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:27 smithi138 ceph-mon[117003]: 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-07T11:15:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:27 smithi161 ceph-mon[116604]: from='client.319098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:27 smithi161 ceph-mon[116604]: 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-07T11:15:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:27 smithi028 ceph-mon[112123]: from='client.319098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:27 smithi028 ceph-mon[112123]: 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-07T11:15:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:30 smithi161 ceph-mon[116604]: 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-07T11:15:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:30 smithi028 ceph-mon[112123]: 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-07T11:15:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:30 smithi138 ceph-mon[117003]: 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-07T11:15:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:31 smithi138 ceph-mon[117003]: 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-07T11:15:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:31 smithi161 ceph-mon[116604]: 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-07T11:15:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:31 smithi028 ceph-mon[112123]: 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-07T11:15:33.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:33.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:33.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:33.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:33.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:33.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:33.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:33.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:33 smithi138 ceph-mon[117003]: from='client.319173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:33 smithi138 ceph-mon[117003]: 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-07T11:15:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:33 smithi161 ceph-mon[116604]: from='client.319173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:33 smithi161 ceph-mon[116604]: 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-07T11:15:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:33 smithi028 ceph-mon[112123]: from='client.319173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:33 smithi028 ceph-mon[112123]: 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-07T11:15:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:35 smithi138 ceph-mon[117003]: 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-07T11:15:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:35 smithi161 ceph-mon[116604]: 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-07T11:15:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:35 smithi028 ceph-mon[112123]: 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-07T11:15:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:37 smithi138 ceph-mon[117003]: 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-07T11:15:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:37 smithi161 ceph-mon[116604]: 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-07T11:15:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:37 smithi028 ceph-mon[112123]: 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-07T11:15:38.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:38.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:38.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:39.577 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:39.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:39.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:39.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:39.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:40 smithi161 ceph-mon[116604]: from='client.319248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:40 smithi161 ceph-mon[116604]: 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-07T11:15:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:40 smithi028 ceph-mon[112123]: from='client.319248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:40 smithi028 ceph-mon[112123]: 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-07T11:15:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:40 smithi138 ceph-mon[117003]: from='client.319248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:40 smithi138 ceph-mon[117003]: 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-07T11:15:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:41 smithi138 ceph-mon[117003]: 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-07T11:15:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:41 smithi161 ceph-mon[116604]: 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-07T11:15:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:41 smithi028 ceph-mon[112123]: 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-07T11:15:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:43 smithi138 ceph-mon[117003]: 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-07T11:15:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:43 smithi161 ceph-mon[116604]: 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-07T11:15:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:43 smithi028 ceph-mon[112123]: 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-07T11:15:44.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:44.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:44.579 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:45.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:45.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:45.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:45.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:45.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:45 smithi138 ceph-mon[117003]: from='client.319323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:45 smithi138 ceph-mon[117003]: 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-07T11:15:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:45 smithi161 ceph-mon[116604]: from='client.319323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:45 smithi161 ceph-mon[116604]: 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-07T11:15:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:45 smithi028 ceph-mon[112123]: from='client.319323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:45 smithi028 ceph-mon[112123]: 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-07T11:15:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:47 smithi138 ceph-mon[117003]: 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-07T11:15:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:47 smithi161 ceph-mon[116604]: 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-07T11:15:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:47 smithi028 ceph-mon[112123]: 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-07T11:15:50.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:50.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:50.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:50 smithi161 ceph-mon[116604]: 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-07T11:15:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:50 smithi028 ceph-mon[112123]: 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-07T11:15:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:50 smithi138 ceph-mon[117003]: 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-07T11:15:51.117 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:51.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:51.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:51.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:51.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:51 smithi161 ceph-mon[116604]: from='client.319401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:51 smithi028 ceph-mon[112123]: from='client.319401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:51 smithi138 ceph-mon[117003]: from='client.319401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:52 smithi161 ceph-mon[116604]: 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-07T11:15:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:52 smithi028 ceph-mon[112123]: 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-07T11:15:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:52 smithi138 ceph-mon[117003]: 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-07T11:15:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:53 smithi138 ceph-mon[117003]: 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-07T11:15:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:53 smithi161 ceph-mon[116604]: 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-07T11:15:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:53 smithi028 ceph-mon[112123]: 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-07T11:15:56.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:15:56.119 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:15:56.119 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:15:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:55 smithi138 ceph-mon[117003]: 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-07T11:15:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:55 smithi161 ceph-mon[116604]: 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-07T11:15:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:55 smithi028 ceph-mon[112123]: 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-07T11:15:56.939 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:15:56.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:15:56.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:15:56.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:15:56.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:15:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:15:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:56 smithi138 ceph-mon[117003]: from='client.319476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:15:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:15:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:15:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:15:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:56 smithi161 ceph-mon[116604]: from='client.319476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:15:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:15:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:15:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:15:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:56 smithi028 ceph-mon[112123]: from='client.319476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:15:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:15:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:15:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:15:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:15:57 smithi138 ceph-mon[117003]: 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-07T11:15:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:15:57 smithi161 ceph-mon[116604]: 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-07T11:15:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:15:57 smithi028 ceph-mon[112123]: 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-07T11:16:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:00 smithi161 ceph-mon[116604]: 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-07T11:16:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:00 smithi028 ceph-mon[112123]: 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-07T11:16:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:00 smithi138 ceph-mon[117003]: 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-07T11:16:01.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:01.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:01.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:01 smithi138 ceph-mon[117003]: 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-07T11:16:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:01 smithi161 ceph-mon[116604]: 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-07T11:16:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:01 smithi028 ceph-mon[112123]: 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-07T11:16:02.714 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:02.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:02.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:02.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:02.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:02 smithi138 ceph-mon[117003]: from='client.319548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:02 smithi161 ceph-mon[116604]: from='client.319548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:02 smithi028 ceph-mon[112123]: from='client.319548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:03 smithi138 ceph-mon[117003]: 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-07T11:16:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:03 smithi161 ceph-mon[116604]: 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-07T11:16:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:03 smithi028 ceph-mon[112123]: 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-07T11:16:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:05 smithi138 ceph-mon[117003]: 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-07T11:16:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:05 smithi161 ceph-mon[116604]: 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-07T11:16:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:05 smithi028 ceph-mon[112123]: 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-07T11:16:07.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:07.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:07.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:07 smithi138 ceph-mon[117003]: 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-07T11:16:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:07 smithi161 ceph-mon[116604]: 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-07T11:16:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:07 smithi028 ceph-mon[112123]: 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-07T11:16:08.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:08.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:08.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:08.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:08.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:08 smithi138 ceph-mon[117003]: from='client.319620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:08 smithi161 ceph-mon[116604]: from='client.319620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:08 smithi028 ceph-mon[112123]: from='client.319620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:10 smithi161 ceph-mon[116604]: 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-07T11:16:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:10 smithi028 ceph-mon[112123]: 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-07T11:16:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:10 smithi138 ceph-mon[117003]: 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-07T11:16:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:11 smithi138 ceph-mon[117003]: 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-07T11:16:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:11 smithi161 ceph-mon[116604]: 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-07T11:16:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:11 smithi028 ceph-mon[112123]: 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-07T11:16:13.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:13.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:13.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:14.262 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:14.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:14.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:14.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:14.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:13 smithi138 ceph-mon[117003]: from='client.319698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:13 smithi138 ceph-mon[117003]: 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-07T11:16:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:13 smithi161 ceph-mon[116604]: from='client.319698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:13 smithi161 ceph-mon[116604]: 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-07T11:16:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:13 smithi028 ceph-mon[112123]: from='client.319698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:13 smithi028 ceph-mon[112123]: 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-07T11:16:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:15 smithi138 ceph-mon[117003]: pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:16:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:15 smithi161 ceph-mon[116604]: pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:16:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:15 smithi028 ceph-mon[112123]: pgmap v11687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:16:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:17 smithi138 ceph-mon[117003]: pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:16:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:17 smithi161 ceph-mon[116604]: pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:16:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:17 smithi028 ceph-mon[112123]: pgmap v11688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:16:19.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:19.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:19.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:20.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:20.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:20.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:20.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:20.044 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:20 smithi161 ceph-mon[116604]: from='client.319773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:20 smithi161 ceph-mon[116604]: 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-07T11:16:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:20 smithi028 ceph-mon[112123]: from='client.319773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:20 smithi028 ceph-mon[112123]: 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-07T11:16:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:20 smithi138 ceph-mon[117003]: from='client.319773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:20 smithi138 ceph-mon[117003]: 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-07T11:16:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:21 smithi138 ceph-mon[117003]: 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-07T11:16:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:21 smithi161 ceph-mon[116604]: 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-07T11:16:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:21 smithi028 ceph-mon[112123]: 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-07T11:16:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:23 smithi138 ceph-mon[117003]: 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-07T11:16:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:23 smithi161 ceph-mon[116604]: 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-07T11:16:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:23 smithi028 ceph-mon[112123]: 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-07T11:16:25.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:25.047 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:25.047 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:25.812 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:25.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:25.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:25.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:25.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:25 smithi138 ceph-mon[117003]: from='client.319851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:25 smithi138 ceph-mon[117003]: 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-07T11:16:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:25 smithi161 ceph-mon[116604]: from='client.319851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:25 smithi161 ceph-mon[116604]: 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-07T11:16:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:25 smithi028 ceph-mon[112123]: from='client.319851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:25 smithi028 ceph-mon[112123]: 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-07T11:16:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:27 smithi138 ceph-mon[117003]: pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:16:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:27 smithi161 ceph-mon[116604]: pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:16:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:27 smithi028 ceph-mon[112123]: pgmap v11693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:16:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:30 smithi161 ceph-mon[116604]: pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:16:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:30 smithi028 ceph-mon[112123]: pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:16:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:30 smithi138 ceph-mon[117003]: pgmap v11694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:16:30.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:30.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:30.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:31.582 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:31.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:31.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:31.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:31.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:31 smithi138 ceph-mon[117003]: from='client.319923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:31 smithi138 ceph-mon[117003]: 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-07T11:16:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:31 smithi161 ceph-mon[116604]: from='client.319923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:31 smithi161 ceph-mon[116604]: 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-07T11:16:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:31 smithi028 ceph-mon[112123]: from='client.319923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:31 smithi028 ceph-mon[112123]: 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-07T11:16:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:33 smithi138 ceph-mon[117003]: 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-07T11:16:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:33 smithi161 ceph-mon[116604]: 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-07T11:16:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:33 smithi028 ceph-mon[112123]: 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-07T11:16:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:36 smithi138 ceph-mon[117003]: 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-07T11:16:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:35 smithi161 ceph-mon[116604]: 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-07T11:16:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:35 smithi028 ceph-mon[112123]: 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-07T11:16:36.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:36.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:36.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:37.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:37.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:37.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:37.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:37.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:37 smithi138 ceph-mon[117003]: from='client.319992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:37 smithi138 ceph-mon[117003]: 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-07T11:16:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:37 smithi161 ceph-mon[116604]: from='client.319992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:37 smithi161 ceph-mon[116604]: 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-07T11:16:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:37 smithi028 ceph-mon[112123]: from='client.319992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:37 smithi028 ceph-mon[112123]: 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-07T11:16:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:40 smithi161 ceph-mon[116604]: 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-07T11:16:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:40 smithi028 ceph-mon[112123]: 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-07T11:16:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:40 smithi138 ceph-mon[117003]: 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-07T11:16:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:41 smithi138 ceph-mon[117003]: 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-07T11:16:42.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:42.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:42.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:41 smithi161 ceph-mon[116604]: 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-07T11:16:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:41 smithi028 ceph-mon[112123]: 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-07T11:16:43.132 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:43.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:43.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:43.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:43.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:42 smithi138 ceph-mon[117003]: from='client.320061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:42 smithi161 ceph-mon[116604]: from='client.320061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:42 smithi028 ceph-mon[112123]: from='client.320061 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:44 smithi138 ceph-mon[117003]: 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-07T11:16:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:44 smithi161 ceph-mon[116604]: 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-07T11:16:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:44 smithi028 ceph-mon[112123]: 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-07T11:16:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:45 smithi138 ceph-mon[117003]: 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-07T11:16:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:45 smithi161 ceph-mon[116604]: 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-07T11:16:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:45 smithi028 ceph-mon[112123]: 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-07T11:16:48.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:48.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:48.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:48 smithi138 ceph-mon[117003]: 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-07T11:16:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:48 smithi161 ceph-mon[116604]: 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-07T11:16:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:47 smithi028 ceph-mon[112123]: 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-07T11:16:48.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:48.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:48.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:48.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:48.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:49 smithi138 ceph-mon[117003]: from='client.320136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:49 smithi161 ceph-mon[116604]: from='client.320136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:49 smithi028 ceph-mon[112123]: from='client.320136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:50 smithi161 ceph-mon[116604]: 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-07T11:16:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:50 smithi028 ceph-mon[112123]: 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-07T11:16:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:50 smithi138 ceph-mon[117003]: 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-07T11:16:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:52 smithi138 ceph-mon[117003]: 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-07T11:16:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:52 smithi161 ceph-mon[116604]: 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-07T11:16:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:52 smithi028 ceph-mon[112123]: 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-07T11:16:53.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:53.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:53.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:16:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:54 smithi138 ceph-mon[117003]: 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-07T11:16:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:54 smithi161 ceph-mon[116604]: 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-07T11:16:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:54 smithi028 ceph-mon[112123]: 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-07T11:16:54.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:16:54.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:16:54.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:16:54.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:16:54.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:16:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:55 smithi161 ceph-mon[116604]: from='client.320214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:55 smithi028 ceph-mon[112123]: from='client.320214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:55 smithi138 ceph-mon[117003]: from='client.320214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:16:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:56 smithi161 ceph-mon[116604]: pgmap v11707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:56 smithi028 ceph-mon[112123]: pgmap v11707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:56 smithi138 ceph-mon[117003]: pgmap v11707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:16:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:16:57.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:16:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:16:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:16:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:16:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:16:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:16:58 smithi161 ceph-mon[116604]: pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:16:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:16:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:16:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:16:58 smithi028 ceph-mon[112123]: pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:16:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:16:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:16:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:16:58 smithi138 ceph-mon[117003]: pgmap v11708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:16:59.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:16:59.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:16:59.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:00 smithi161 ceph-mon[116604]: 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-07T11:17:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:00 smithi028 ceph-mon[112123]: 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-07T11:17:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:00 smithi138 ceph-mon[117003]: 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-07T11:17:00.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:00.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:00.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:00.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:00.688 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:01 smithi161 ceph-mon[116604]: from='client.320289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:01 smithi028 ceph-mon[112123]: from='client.320289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:01 smithi138 ceph-mon[117003]: from='client.320289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:02 smithi161 ceph-mon[116604]: 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-07T11:17:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:02 smithi028 ceph-mon[112123]: 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-07T11:17:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:02 smithi138 ceph-mon[117003]: 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-07T11:17:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:04 smithi138 ceph-mon[117003]: 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-07T11:17:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:04 smithi161 ceph-mon[116604]: 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-07T11:17:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:04 smithi028 ceph-mon[112123]: 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-07T11:17:05.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:05.691 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:05.691 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:06 smithi138 ceph-mon[117003]: 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-07T11:17:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:06 smithi161 ceph-mon[116604]: 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-07T11:17:06.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:06.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:06.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:06.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:06.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:06 smithi028 ceph-mon[112123]: 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-07T11:17:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:07 smithi138 ceph-mon[117003]: from='client.320358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:07 smithi161 ceph-mon[116604]: from='client.320358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:07 smithi028 ceph-mon[112123]: from='client.320358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:08 smithi138 ceph-mon[117003]: pgmap v11713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:08 smithi161 ceph-mon[116604]: pgmap v11713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:08 smithi028 ceph-mon[112123]: pgmap v11713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:10 smithi161 ceph-mon[116604]: pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:10 smithi028 ceph-mon[112123]: pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:10 smithi138 ceph-mon[117003]: pgmap v11714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:11.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:11.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:11.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:12.232 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:12.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:12.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:12.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:12.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:12 smithi138 ceph-mon[117003]: from='client.320433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:12 smithi138 ceph-mon[117003]: 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-07T11:17:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:12 smithi161 ceph-mon[116604]: from='client.320433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:12 smithi161 ceph-mon[116604]: 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-07T11:17:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:12 smithi028 ceph-mon[112123]: from='client.320433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:12 smithi028 ceph-mon[112123]: 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-07T11:17:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:14 smithi138 ceph-mon[117003]: 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-07T11:17:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:14 smithi161 ceph-mon[116604]: 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-07T11:17:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:14 smithi028 ceph-mon[112123]: 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-07T11:17:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:16 smithi138 ceph-mon[117003]: 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-07T11:17:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:16 smithi161 ceph-mon[116604]: 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-07T11:17:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:16 smithi028 ceph-mon[112123]: 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-07T11:17:17.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:17.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:17.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:18.022 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:18.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:18.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:18.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:18.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:18 smithi138 ceph-mon[117003]: from='client.320511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:18 smithi138 ceph-mon[117003]: 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-07T11:17:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:18 smithi161 ceph-mon[116604]: from='client.320511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:18 smithi161 ceph-mon[116604]: 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-07T11:17:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:18 smithi028 ceph-mon[112123]: from='client.320511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:18 smithi028 ceph-mon[112123]: 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-07T11:17:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:20 smithi161 ceph-mon[116604]: 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-07T11:17:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:20 smithi028 ceph-mon[112123]: 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-07T11:17:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:20 smithi138 ceph-mon[117003]: 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-07T11:17:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:22 smithi138 ceph-mon[117003]: 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-07T11:17:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:22 smithi161 ceph-mon[116604]: 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-07T11:17:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:22 smithi028 ceph-mon[112123]: 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-07T11:17:23.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:23.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:23.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:23.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:23.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:23.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:23.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:23.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:24 smithi138 ceph-mon[117003]: from='client.320589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:24 smithi138 ceph-mon[117003]: 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-07T11:17:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:24 smithi161 ceph-mon[116604]: from='client.320589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:24 smithi161 ceph-mon[116604]: 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-07T11:17:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:24 smithi028 ceph-mon[112123]: from='client.320589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:24 smithi028 ceph-mon[112123]: 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-07T11:17:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:26 smithi138 ceph-mon[117003]: 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-07T11:17:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:26 smithi161 ceph-mon[116604]: 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-07T11:17:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:26 smithi028 ceph-mon[112123]: 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-07T11:17:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:28 smithi138 ceph-mon[117003]: 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-07T11:17:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:28 smithi161 ceph-mon[116604]: 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-07T11:17:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:28 smithi028 ceph-mon[112123]: 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-07T11:17:28.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:28.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:28.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:29.566 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:29.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:29.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:29.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:29.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:30 smithi161 ceph-mon[116604]: from='client.320664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:30 smithi028 ceph-mon[112123]: from='client.320664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:30 smithi138 ceph-mon[117003]: from='client.320664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:31 smithi161 ceph-mon[116604]: pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:31 smithi028 ceph-mon[112123]: pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:31 smithi138 ceph-mon[117003]: pgmap v11724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:33 smithi161 ceph-mon[116604]: pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:33 smithi028 ceph-mon[112123]: pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:33 smithi138 ceph-mon[117003]: pgmap v11725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:34.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:34.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:34.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:35.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:35.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:35.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:35.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:35.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:35 smithi161 ceph-mon[116604]: pgmap v11726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:35 smithi161 ceph-mon[116604]: from='client.320736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:35 smithi028 ceph-mon[112123]: pgmap v11726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:35 smithi028 ceph-mon[112123]: from='client.320736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:35 smithi138 ceph-mon[117003]: pgmap v11726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:35 smithi138 ceph-mon[117003]: from='client.320736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:37 smithi161 ceph-mon[116604]: pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:37.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:37 smithi028 ceph-mon[112123]: pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:37 smithi138 ceph-mon[117003]: pgmap v11727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:39 smithi161 ceph-mon[116604]: pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:39 smithi028 ceph-mon[112123]: pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:39 smithi138 ceph-mon[117003]: pgmap v11728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:17:40.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:40.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:40.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:41.113 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:41.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:41.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:41.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:41.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:41 smithi161 ceph-mon[116604]: 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-07T11:17:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:41 smithi161 ceph-mon[116604]: from='client.320811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:41 smithi028 ceph-mon[112123]: 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-07T11:17:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:41 smithi028 ceph-mon[112123]: from='client.320811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:41 smithi138 ceph-mon[117003]: 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-07T11:17:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:41 smithi138 ceph-mon[117003]: from='client.320811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:43 smithi161 ceph-mon[116604]: pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:43 smithi028 ceph-mon[112123]: pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:43 smithi138 ceph-mon[117003]: pgmap v11730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:45 smithi161 ceph-mon[116604]: pgmap v11731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:45 smithi028 ceph-mon[112123]: pgmap v11731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:45 smithi138 ceph-mon[117003]: pgmap v11731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:46.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:46.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:46.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:46.888 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:46.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:46.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:46.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:46.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:47 smithi161 ceph-mon[116604]: pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:47 smithi161 ceph-mon[116604]: from='client.320886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:47 smithi028 ceph-mon[112123]: pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:47 smithi028 ceph-mon[112123]: from='client.320886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:47 smithi138 ceph-mon[117003]: pgmap v11732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:47 smithi138 ceph-mon[117003]: from='client.320886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:49 smithi161 ceph-mon[116604]: pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:49 smithi028 ceph-mon[112123]: pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:49 smithi138 ceph-mon[117003]: pgmap v11733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:17:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:51 smithi161 ceph-mon[116604]: pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:51 smithi028 ceph-mon[112123]: pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:51 smithi138 ceph-mon[117003]: pgmap v11734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:17:51.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:51.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:51.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:52.658 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:52.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:52.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:52.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:52.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:53 smithi161 ceph-mon[116604]: 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-07T11:17:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:53 smithi161 ceph-mon[116604]: from='client.320961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:53 smithi028 ceph-mon[112123]: 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-07T11:17:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:53 smithi028 ceph-mon[112123]: from='client.320961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:53 smithi138 ceph-mon[117003]: 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-07T11:17:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:53 smithi138 ceph-mon[117003]: from='client.320961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:55 smithi161 ceph-mon[116604]: 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-07T11:17:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:55 smithi028 ceph-mon[112123]: 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-07T11:17:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:55 smithi138 ceph-mon[117003]: 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-07T11:17:57.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:57 smithi028 ceph-mon[112123]: 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-07T11:17:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:57 smithi138 ceph-mon[117003]: 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-07T11:17:57.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:17:57.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:17:57.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:17:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:57 smithi161 ceph-mon[116604]: 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-07T11:17:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:17:58.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:17:58.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:17:58.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:17:58.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:17:58.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:17:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:17:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:17:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:59 smithi028 ceph-mon[112123]: 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-07T11:17:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:59 smithi028 ceph-mon[112123]: from='client.321033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:17:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:17:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:17:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:17:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:59 smithi138 ceph-mon[117003]: 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-07T11:17:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:59 smithi138 ceph-mon[117003]: from='client.321033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:17:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:17:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:17:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:17:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:59 smithi161 ceph-mon[116604]: 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-07T11:17:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:59 smithi161 ceph-mon[116604]: from='client.321033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:17:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:17:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:17:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:17:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:18:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:01 smithi028 ceph-mon[112123]: 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-07T11:18:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:01 smithi138 ceph-mon[117003]: 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-07T11:18:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:01 smithi161 ceph-mon[116604]: 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-07T11:18:03.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:03 smithi028 ceph-mon[112123]: 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-07T11:18:03.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:03.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:03.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:03 smithi138 ceph-mon[117003]: 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-07T11:18:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:03 smithi161 ceph-mon[116604]: 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-07T11:18:04.265 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:04.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:04.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:04.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:04.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:04 smithi028 ceph-mon[112123]: from='client.321105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:04 smithi138 ceph-mon[117003]: from='client.321105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:04 smithi161 ceph-mon[116604]: from='client.321105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:05 smithi028 ceph-mon[112123]: 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-07T11:18:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:05 smithi138 ceph-mon[117003]: 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-07T11:18:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:05 smithi161 ceph-mon[116604]: 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-07T11:18:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:07 smithi028 ceph-mon[112123]: pgmap v11742: 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-07T11:18:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:07 smithi138 ceph-mon[117003]: pgmap v11742: 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-07T11:18:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:07 smithi161 ceph-mon[116604]: pgmap v11742: 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-07T11:18:09.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:09.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:09.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:09 smithi138 ceph-mon[117003]: pgmap v11743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:18:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:09 smithi161 ceph-mon[116604]: pgmap v11743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:18:09.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:09 smithi028 ceph-mon[112123]: pgmap v11743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:18:10.032 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:10.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:10.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:10.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:10.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:10 smithi138 ceph-mon[117003]: from='client.321177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:10 smithi161 ceph-mon[116604]: from='client.321177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:10 smithi028 ceph-mon[112123]: from='client.321177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:11 smithi138 ceph-mon[117003]: pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:11 smithi161 ceph-mon[116604]: pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:11.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:11 smithi028 ceph-mon[112123]: pgmap v11744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:13 smithi138 ceph-mon[117003]: pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:13 smithi161 ceph-mon[116604]: pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:13 smithi028 ceph-mon[112123]: pgmap v11745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:15.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:15.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:15.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:15 smithi138 ceph-mon[117003]: pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:15 smithi161 ceph-mon[116604]: pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:15 smithi028 ceph-mon[112123]: pgmap v11746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:15.814 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:15.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:15.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:15.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:15.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:16 smithi138 ceph-mon[117003]: from='client.321255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:16 smithi161 ceph-mon[116604]: from='client.321255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:16 smithi028 ceph-mon[112123]: from='client.321255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:17 smithi138 ceph-mon[117003]: pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:17 smithi161 ceph-mon[116604]: pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:17 smithi028 ceph-mon[112123]: pgmap v11747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:19 smithi138 ceph-mon[117003]: pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:18:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:19 smithi161 ceph-mon[116604]: pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:18:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:19 smithi028 ceph-mon[112123]: pgmap v11748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:18:20.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:20.816 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:20.816 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:21 smithi138 ceph-mon[117003]: pgmap v11749: 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-07T11:18:21.575 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:21.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:21.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:21.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:21.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:21 smithi161 ceph-mon[116604]: pgmap v11749: 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-07T11:18:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:21 smithi028 ceph-mon[112123]: pgmap v11749: 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-07T11:18:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:22 smithi138 ceph-mon[117003]: from='client.321333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:22 smithi161 ceph-mon[116604]: from='client.321333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:22 smithi028 ceph-mon[112123]: from='client.321333 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:23 smithi138 ceph-mon[117003]: pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:23 smithi161 ceph-mon[116604]: pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:23 smithi028 ceph-mon[112123]: pgmap v11750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:25 smithi138 ceph-mon[117003]: pgmap v11751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:25 smithi161 ceph-mon[116604]: pgmap v11751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:25 smithi028 ceph-mon[112123]: pgmap v11751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:26.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:26.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:26.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:27.341 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:27.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:27.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:27.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:27.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:27 smithi138 ceph-mon[117003]: pgmap v11752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:18:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:27 smithi138 ceph-mon[117003]: from='client.321411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:27 smithi161 ceph-mon[116604]: pgmap v11752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:18:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:27 smithi161 ceph-mon[116604]: from='client.321411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:27.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:27 smithi028 ceph-mon[112123]: pgmap v11752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:18:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:27 smithi028 ceph-mon[112123]: from='client.321411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:29 smithi138 ceph-mon[117003]: pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:29 smithi161 ceph-mon[116604]: pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:29 smithi028 ceph-mon[112123]: pgmap v11753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:31 smithi138 ceph-mon[117003]: pgmap v11754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:18:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:31 smithi161 ceph-mon[116604]: pgmap v11754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:18:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:31 smithi028 ceph-mon[112123]: pgmap v11754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:18:32.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:32.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:32.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:33.107 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:33.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:33.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:33.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:33.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:33 smithi138 ceph-mon[117003]: 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-07T11:18:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:33 smithi138 ceph-mon[117003]: from='client.321489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:33 smithi161 ceph-mon[116604]: 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-07T11:18:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:33 smithi161 ceph-mon[116604]: from='client.321489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:33 smithi028 ceph-mon[112123]: 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-07T11:18:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:33 smithi028 ceph-mon[112123]: from='client.321489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:35 smithi138 ceph-mon[117003]: 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-07T11:18:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:35 smithi161 ceph-mon[116604]: 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-07T11:18:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:35 smithi028 ceph-mon[112123]: 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-07T11:18:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:37 smithi138 ceph-mon[117003]: 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-07T11:18:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:37 smithi161 ceph-mon[116604]: 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-07T11:18:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:37 smithi028 ceph-mon[112123]: 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-07T11:18:38.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:38.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:38.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:38.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:38.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:38.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:38.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:38.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:39 smithi138 ceph-mon[117003]: 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-07T11:18:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:39 smithi138 ceph-mon[117003]: from='client.321567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:39 smithi161 ceph-mon[116604]: 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-07T11:18:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:39 smithi161 ceph-mon[116604]: from='client.321567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:39 smithi028 ceph-mon[112123]: 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-07T11:18:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:39 smithi028 ceph-mon[112123]: from='client.321567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:41 smithi138 ceph-mon[117003]: 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-07T11:18:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:41 smithi161 ceph-mon[116604]: 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-07T11:18:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:41 smithi028 ceph-mon[112123]: 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-07T11:18:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:43 smithi138 ceph-mon[117003]: 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-07T11:18:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:43 smithi161 ceph-mon[116604]: 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-07T11:18:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:43 smithi028 ceph-mon[112123]: 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-07T11:18:43.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:43.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:43.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:44.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:44.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:44.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:44.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:44.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:45 smithi138 ceph-mon[117003]: 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-07T11:18:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:45 smithi138 ceph-mon[117003]: from='client.321642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:45 smithi161 ceph-mon[116604]: 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-07T11:18:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:45 smithi161 ceph-mon[116604]: from='client.321642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:45 smithi028 ceph-mon[112123]: 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-07T11:18:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:45 smithi028 ceph-mon[112123]: from='client.321642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:47 smithi138 ceph-mon[117003]: pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:47 smithi161 ceph-mon[116604]: pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:47 smithi028 ceph-mon[112123]: pgmap v11762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:49 smithi138 ceph-mon[117003]: pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:49 smithi161 ceph-mon[116604]: pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:49.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:49.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:49.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:49 smithi028 ceph-mon[112123]: pgmap v11763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:50.461 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:50.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:50.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:50.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:50.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:51 smithi138 ceph-mon[117003]: pgmap v11764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:51 smithi138 ceph-mon[117003]: from='client.321720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:51 smithi161 ceph-mon[116604]: pgmap v11764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:51 smithi161 ceph-mon[116604]: from='client.321720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:51 smithi028 ceph-mon[112123]: pgmap v11764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:51 smithi028 ceph-mon[112123]: from='client.321720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:53 smithi138 ceph-mon[117003]: pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:53 smithi161 ceph-mon[116604]: pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:53 smithi028 ceph-mon[112123]: pgmap v11765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:55.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:18:55.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:18:55.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:18:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:55 smithi138 ceph-mon[117003]: pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:55 smithi161 ceph-mon[116604]: pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:55.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:55 smithi028 ceph-mon[112123]: pgmap v11766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:18:56.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:18:56.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:18:56.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:18:56.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:18:56.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:18:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:56 smithi161 ceph-mon[116604]: from='client.321795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:56 smithi028 ceph-mon[112123]: from='client.321795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:56 smithi138 ceph-mon[117003]: from='client.321795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:18:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:57 smithi161 ceph-mon[116604]: pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:57 smithi028 ceph-mon[112123]: pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:57 smithi138 ceph-mon[117003]: pgmap v11767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:59 smithi161 ceph-mon[116604]: pgmap v11768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:18:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:18:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:18:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:18:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:18:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:59 smithi028 ceph-mon[112123]: pgmap v11768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:18:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:18:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:18:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:18:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:18:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:59 smithi138 ceph-mon[117003]: pgmap v11768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:18:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:18:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:18:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:18:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:18:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:19:01.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:01.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:01.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:01 smithi161 ceph-mon[116604]: pgmap v11769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:01 smithi028 ceph-mon[112123]: pgmap v11769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:01 smithi138 ceph-mon[117003]: pgmap v11769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:02.037 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:02.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:02.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:02.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:02.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:02 smithi161 ceph-mon[116604]: from='client.321873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:02 smithi028 ceph-mon[112123]: from='client.321873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:02 smithi138 ceph-mon[117003]: from='client.321873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:03 smithi161 ceph-mon[116604]: pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:03.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:03 smithi028 ceph-mon[112123]: pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:03 smithi138 ceph-mon[117003]: pgmap v11770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:05 smithi161 ceph-mon[116604]: pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:05 smithi028 ceph-mon[112123]: pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:05 smithi138 ceph-mon[117003]: pgmap v11771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:07.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:07.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:07.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:07 smithi161 ceph-mon[116604]: pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:07.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:07 smithi028 ceph-mon[112123]: pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:07 smithi138 ceph-mon[117003]: pgmap v11772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:07.820 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:07.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:07.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:07.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:07.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:08 smithi161 ceph-mon[116604]: from='client.321951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:08 smithi028 ceph-mon[112123]: from='client.321951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:08 smithi138 ceph-mon[117003]: from='client.321951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:09 smithi161 ceph-mon[116604]: pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:09 smithi028 ceph-mon[112123]: pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:09 smithi138 ceph-mon[117003]: pgmap v11773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:11 smithi161 ceph-mon[116604]: pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:11.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:11 smithi028 ceph-mon[112123]: pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:11 smithi138 ceph-mon[117003]: pgmap v11774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:12.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:12.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:12.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:13.601 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:13.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:13.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:13.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:13.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:13 smithi161 ceph-mon[116604]: 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-07T11:19:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:13 smithi028 ceph-mon[112123]: 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-07T11:19:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:13 smithi138 ceph-mon[117003]: 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-07T11:19:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:14 smithi161 ceph-mon[116604]: from='client.322020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:14 smithi028 ceph-mon[112123]: from='client.322020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:14 smithi138 ceph-mon[117003]: from='client.322020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:15 smithi161 ceph-mon[116604]: 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-07T11:19:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:15 smithi028 ceph-mon[112123]: 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-07T11:19:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:15 smithi138 ceph-mon[117003]: 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-07T11:19:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:17 smithi161 ceph-mon[116604]: 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-07T11:19:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:17 smithi028 ceph-mon[112123]: 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-07T11:19:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:17 smithi138 ceph-mon[117003]: 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-07T11:19:18.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:18.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:18.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:19.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:19.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:19.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:19.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:19.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:19 smithi161 ceph-mon[116604]: 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-07T11:19:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:19 smithi028 ceph-mon[112123]: 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-07T11:19:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:19 smithi138 ceph-mon[117003]: 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-07T11:19:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:20 smithi161 ceph-mon[116604]: from='client.322092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:20 smithi028 ceph-mon[112123]: from='client.322092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:20 smithi138 ceph-mon[117003]: from='client.322092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:21 smithi161 ceph-mon[116604]: pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:19:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:21 smithi028 ceph-mon[112123]: pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:19:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:21 smithi138 ceph-mon[117003]: pgmap v11779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:19:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:23 smithi161 ceph-mon[116604]: pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:19:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:23 smithi028 ceph-mon[112123]: pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:19:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:23 smithi138 ceph-mon[117003]: pgmap v11780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:19:24.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:24.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:24.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:25.182 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:25.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:25.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:25.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:25.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:25 smithi161 ceph-mon[116604]: pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:19:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:25 smithi161 ceph-mon[116604]: from='client.322167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:25 smithi028 ceph-mon[112123]: pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:19:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:25 smithi028 ceph-mon[112123]: from='client.322167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:25 smithi138 ceph-mon[117003]: pgmap v11781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:19:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:25 smithi138 ceph-mon[117003]: from='client.322167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:27 smithi161 ceph-mon[116604]: pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:27 smithi028 ceph-mon[112123]: pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:27 smithi138 ceph-mon[117003]: pgmap v11782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:29 smithi161 ceph-mon[116604]: pgmap v11783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:19:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:29 smithi028 ceph-mon[112123]: pgmap v11783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:19:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:29 smithi138 ceph-mon[117003]: pgmap v11783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:19:30.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:30.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:30.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:30.959 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:30.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:30.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:30.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:30.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:31 smithi161 ceph-mon[116604]: pgmap v11784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:31 smithi161 ceph-mon[116604]: from='client.322245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:31 smithi028 ceph-mon[112123]: pgmap v11784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:31 smithi028 ceph-mon[112123]: from='client.322245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:31 smithi138 ceph-mon[117003]: pgmap v11784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:31 smithi138 ceph-mon[117003]: from='client.322245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:33 smithi161 ceph-mon[116604]: pgmap v11785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:19:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:33 smithi028 ceph-mon[112123]: pgmap v11785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:19:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:33 smithi138 ceph-mon[117003]: pgmap v11785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:19:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:35 smithi161 ceph-mon[116604]: pgmap v11786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:19:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:35 smithi028 ceph-mon[112123]: pgmap v11786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:19:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:35 smithi138 ceph-mon[117003]: pgmap v11786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:19:35.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:35.961 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:35.961 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:36.734 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:36.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:36.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:36.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:36.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:37 smithi161 ceph-mon[116604]: pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:19:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:37 smithi161 ceph-mon[116604]: from='client.322323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:37 smithi028 ceph-mon[112123]: pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:19:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:37 smithi028 ceph-mon[112123]: from='client.322323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:37 smithi138 ceph-mon[117003]: pgmap v11787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:19:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:37 smithi138 ceph-mon[117003]: from='client.322323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:39 smithi161 ceph-mon[116604]: pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:39 smithi028 ceph-mon[112123]: pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:39 smithi138 ceph-mon[117003]: pgmap v11788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:41 smithi161 ceph-mon[116604]: pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:41 smithi028 ceph-mon[112123]: pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:41.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:41.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:41.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:41 smithi138 ceph-mon[117003]: pgmap v11789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:42.509 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:42.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:42.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:42.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:42.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:43 smithi161 ceph-mon[116604]: pgmap v11790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:43 smithi161 ceph-mon[116604]: from='client.322398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:43 smithi028 ceph-mon[112123]: pgmap v11790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:43 smithi028 ceph-mon[112123]: from='client.322398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:43 smithi138 ceph-mon[117003]: pgmap v11790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:43 smithi138 ceph-mon[117003]: from='client.322398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:45 smithi161 ceph-mon[116604]: pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:45 smithi028 ceph-mon[112123]: pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:45 smithi138 ceph-mon[117003]: pgmap v11791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:19:47.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:47.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:47.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:47 smithi161 ceph-mon[116604]: pgmap v11792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:47.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:47 smithi028 ceph-mon[112123]: pgmap v11792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:47 smithi138 ceph-mon[117003]: pgmap v11792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:19:48.286 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:48.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:48.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:48.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:48.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:48 smithi161 ceph-mon[116604]: from='client.322473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:48 smithi028 ceph-mon[112123]: from='client.322473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:48 smithi138 ceph-mon[117003]: from='client.322473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:49 smithi161 ceph-mon[116604]: 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-07T11:19:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:49 smithi028 ceph-mon[112123]: 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-07T11:19:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:49 smithi138 ceph-mon[117003]: 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-07T11:19:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:51 smithi161 ceph-mon[116604]: 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-07T11:19:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:51 smithi028 ceph-mon[112123]: 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-07T11:19:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:51 smithi138 ceph-mon[117003]: 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-07T11:19:53.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:53.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:53.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:53 smithi161 ceph-mon[116604]: 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-07T11:19:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:53 smithi028 ceph-mon[112123]: 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-07T11:19:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:53 smithi138 ceph-mon[117003]: 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-07T11:19:54.059 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:19:54.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:54.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:54.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:54.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:54 smithi161 ceph-mon[116604]: from='client.322548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:54 smithi028 ceph-mon[112123]: from='client.322548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:54 smithi138 ceph-mon[117003]: from='client.322548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:19:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:55 smithi161 ceph-mon[116604]: 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-07T11:19:55.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:55 smithi028 ceph-mon[112123]: 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-07T11:19:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:55 smithi138 ceph-mon[117003]: 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-07T11:19:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:57 smithi161 ceph-mon[116604]: 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-07T11:19:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:57 smithi028 ceph-mon[112123]: 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-07T11:19:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:57 smithi138 ceph-mon[117003]: 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-07T11:19:59.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:19:59.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:19:59.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:19:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:59 smithi161 ceph-mon[116604]: 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-07T11:19:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:19:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:19:59.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:59 smithi028 ceph-mon[112123]: 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-07T11:19:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:19:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:19:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:59 smithi138 ceph-mon[117003]: 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-07T11:19:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:19:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:19:59.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:19:59.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:19:59.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:19:59.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:19:59.910 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:00 smithi161 ceph-mon[116604]: from='client.322623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T11:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:00 smithi028 ceph-mon[112123]: from='client.322623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T11:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:00 smithi138 ceph-mon[117003]: from='client.322623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T11:20:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:01 smithi138 ceph-mon[117003]: pgmap v11799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:01 smithi161 ceph-mon[116604]: pgmap v11799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:01 smithi028 ceph-mon[112123]: pgmap v11799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:03 smithi138 ceph-mon[117003]: pgmap v11800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:03 smithi161 ceph-mon[116604]: pgmap v11800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:03 smithi028 ceph-mon[112123]: pgmap v11800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:04.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:04.912 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:04.912 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:05.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:05.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:05.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:05.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:05.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:05 smithi138 ceph-mon[117003]: pgmap v11801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:05 smithi161 ceph-mon[116604]: pgmap v11801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:05 smithi028 ceph-mon[112123]: pgmap v11801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:06 smithi138 ceph-mon[117003]: from='client.322701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:06 smithi161 ceph-mon[116604]: from='client.322701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:06 smithi028 ceph-mon[112123]: from='client.322701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:07 smithi138 ceph-mon[117003]: pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:07 smithi161 ceph-mon[116604]: pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:07 smithi028 ceph-mon[112123]: pgmap v11802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:09 smithi138 ceph-mon[117003]: pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:09 smithi161 ceph-mon[116604]: pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:09 smithi028 ceph-mon[112123]: pgmap v11803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:10.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:10.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:10.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:11.473 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:11.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:11.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:11.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:11.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:11 smithi138 ceph-mon[117003]: pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:11 smithi161 ceph-mon[116604]: pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:11 smithi028 ceph-mon[112123]: pgmap v11804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:12 smithi138 ceph-mon[117003]: from='client.322779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:12 smithi161 ceph-mon[116604]: from='client.322779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:12 smithi028 ceph-mon[112123]: from='client.322779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:13 smithi138 ceph-mon[117003]: 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-07T11:20:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:13 smithi161 ceph-mon[116604]: 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-07T11:20:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:13 smithi028 ceph-mon[112123]: 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-07T11:20:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:15 smithi138 ceph-mon[117003]: 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-07T11:20:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:15 smithi161 ceph-mon[116604]: 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-07T11:20:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:15 smithi028 ceph-mon[112123]: 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-07T11:20:16.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:16.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:16.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:17.251 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:17.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:17.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:17.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:17.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:17 smithi138 ceph-mon[117003]: pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:17 smithi138 ceph-mon[117003]: from='client.322857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:17 smithi161 ceph-mon[116604]: pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:17 smithi161 ceph-mon[116604]: from='client.322857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:17 smithi028 ceph-mon[112123]: pgmap v11807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:17 smithi028 ceph-mon[112123]: from='client.322857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:19 smithi138 ceph-mon[117003]: pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:19 smithi161 ceph-mon[116604]: pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:19 smithi028 ceph-mon[112123]: pgmap v11808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:21 smithi138 ceph-mon[117003]: pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:21 smithi161 ceph-mon[116604]: pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:21 smithi028 ceph-mon[112123]: pgmap v11809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:22.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:22.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:22.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:23.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:23.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:23.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:23.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:23.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:23 smithi138 ceph-mon[117003]: pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:23 smithi138 ceph-mon[117003]: from='client.322935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:23 smithi161 ceph-mon[116604]: pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:23 smithi161 ceph-mon[116604]: from='client.322935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:23 smithi028 ceph-mon[112123]: pgmap v11810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:23 smithi028 ceph-mon[112123]: from='client.322935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:25 smithi138 ceph-mon[117003]: pgmap v11811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:25 smithi161 ceph-mon[116604]: pgmap v11811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:25 smithi028 ceph-mon[112123]: pgmap v11811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:28.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:28.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:28.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:27 smithi138 ceph-mon[117003]: pgmap v11812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:27 smithi161 ceph-mon[116604]: pgmap v11812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:27 smithi028 ceph-mon[112123]: pgmap v11812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:28.814 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:28.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:28.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:28.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:28.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:29 smithi138 ceph-mon[117003]: 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-07T11:20:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:29 smithi138 ceph-mon[117003]: from='client.323010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:29 smithi161 ceph-mon[116604]: 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-07T11:20:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:29 smithi161 ceph-mon[116604]: from='client.323010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:29 smithi028 ceph-mon[112123]: 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-07T11:20:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:29 smithi028 ceph-mon[112123]: from='client.323010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:31 smithi138 ceph-mon[117003]: 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-07T11:20:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:31 smithi161 ceph-mon[116604]: 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-07T11:20:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:31 smithi028 ceph-mon[112123]: 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-07T11:20:33.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:33.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:33.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:33 smithi161 ceph-mon[116604]: 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-07T11:20:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:33 smithi028 ceph-mon[112123]: 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-07T11:20:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:33 smithi138 ceph-mon[117003]: 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-07T11:20:34.597 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:34.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:34.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:34.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:34.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:35 smithi161 ceph-mon[116604]: 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-07T11:20:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:35 smithi161 ceph-mon[116604]: from='client.323088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:35 smithi028 ceph-mon[112123]: 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-07T11:20:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:35 smithi028 ceph-mon[112123]: from='client.323088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:35 smithi138 ceph-mon[117003]: 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-07T11:20:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:35 smithi138 ceph-mon[117003]: from='client.323088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:37 smithi161 ceph-mon[116604]: pgmap v11817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:37 smithi028 ceph-mon[112123]: pgmap v11817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:37 smithi138 ceph-mon[117003]: pgmap v11817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:39.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:39.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:39.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:39 smithi161 ceph-mon[116604]: pgmap v11818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:39 smithi028 ceph-mon[112123]: pgmap v11818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:39 smithi138 ceph-mon[117003]: pgmap v11818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:40.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:40.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:40.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:40.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:40.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:40 smithi161 ceph-mon[116604]: from='client.323163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:40 smithi028 ceph-mon[112123]: from='client.323163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:40 smithi138 ceph-mon[117003]: from='client.323163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:41 smithi161 ceph-mon[116604]: pgmap v11819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:41 smithi028 ceph-mon[112123]: pgmap v11819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:41 smithi138 ceph-mon[117003]: pgmap v11819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:43 smithi161 ceph-mon[116604]: pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:43 smithi028 ceph-mon[112123]: pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:43 smithi138 ceph-mon[117003]: pgmap v11820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:45.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:45.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:45.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:46.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:46.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:46.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:46.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:46.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:45 smithi161 ceph-mon[116604]: pgmap v11821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:45 smithi028 ceph-mon[112123]: pgmap v11821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:45 smithi138 ceph-mon[117003]: pgmap v11821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:20:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:46 smithi161 ceph-mon[116604]: from='client.323241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:46 smithi028 ceph-mon[112123]: from='client.323241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:46 smithi138 ceph-mon[117003]: from='client.323241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:47 smithi161 ceph-mon[116604]: pgmap v11822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:47 smithi028 ceph-mon[112123]: pgmap v11822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:47 smithi138 ceph-mon[117003]: pgmap v11822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:20:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:49 smithi161 ceph-mon[116604]: 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-07T11:20:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:49 smithi028 ceph-mon[112123]: 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-07T11:20:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:49 smithi138 ceph-mon[117003]: 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-07T11:20:51.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:51.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:51.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:51.926 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:51.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:51.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:51.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:51.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:51 smithi161 ceph-mon[116604]: 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-07T11:20:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:51 smithi028 ceph-mon[112123]: 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-07T11:20:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:51 smithi138 ceph-mon[117003]: 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-07T11:20:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:52 smithi161 ceph-mon[116604]: from='client.323319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:52 smithi028 ceph-mon[112123]: from='client.323319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:52 smithi138 ceph-mon[117003]: from='client.323319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:53 smithi161 ceph-mon[116604]: 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-07T11:20:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:53 smithi028 ceph-mon[112123]: 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-07T11:20:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:53 smithi138 ceph-mon[117003]: 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-07T11:20:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:55 smithi161 ceph-mon[116604]: 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-07T11:20:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:55 smithi028 ceph-mon[112123]: 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-07T11:20:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:55 smithi138 ceph-mon[117003]: 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-07T11:20:56.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:20:56.929 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:20:56.929 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:20:57.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:20:57.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:20:57.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:20:57.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:20:57.707 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:20:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:57 smithi161 ceph-mon[116604]: pgmap v11827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:57 smithi028 ceph-mon[112123]: pgmap v11827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:57 smithi138 ceph-mon[117003]: pgmap v11827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:20:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:58 smithi161 ceph-mon[116604]: from='client.323394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:58 smithi028 ceph-mon[112123]: from='client.323394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:20:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:58 smithi138 ceph-mon[117003]: from='client.323394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:20:59 smithi161 ceph-mon[116604]: pgmap v11828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:20:59 smithi028 ceph-mon[112123]: pgmap v11828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:20:59 smithi138 ceph-mon[117003]: pgmap v11828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:21:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:21:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:21:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:21:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:21:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:21:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:01 smithi161 ceph-mon[116604]: pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:01 smithi028 ceph-mon[112123]: pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:01 smithi138 ceph-mon[117003]: pgmap v11829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:02.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:02.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:02.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:03.491 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:03.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:03.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:03.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:03.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:03 smithi161 ceph-mon[116604]: pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:03 smithi028 ceph-mon[112123]: pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:03 smithi138 ceph-mon[117003]: pgmap v11830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:04 smithi161 ceph-mon[116604]: from='client.323469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:04 smithi028 ceph-mon[112123]: from='client.323469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:04 smithi138 ceph-mon[117003]: from='client.323469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:05 smithi161 ceph-mon[116604]: pgmap v11831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:05 smithi028 ceph-mon[112123]: pgmap v11831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:05 smithi138 ceph-mon[117003]: pgmap v11831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:07 smithi161 ceph-mon[116604]: pgmap v11832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:07 smithi028 ceph-mon[112123]: pgmap v11832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:07 smithi138 ceph-mon[117003]: pgmap v11832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:08.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:08.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:08.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:09.268 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:09.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:09.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:09.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:09.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:09 smithi161 ceph-mon[116604]: 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-07T11:21:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:09 smithi161 ceph-mon[116604]: from='client.323547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:09 smithi028 ceph-mon[112123]: 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-07T11:21:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:09 smithi028 ceph-mon[112123]: from='client.323547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:09 smithi138 ceph-mon[117003]: 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-07T11:21:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:09 smithi138 ceph-mon[117003]: from='client.323547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:11 smithi161 ceph-mon[116604]: pgmap v11834: 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-07T11:21:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:11 smithi028 ceph-mon[112123]: pgmap v11834: 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-07T11:21:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:11 smithi138 ceph-mon[117003]: pgmap v11834: 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-07T11:21:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:13 smithi161 ceph-mon[116604]: pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:13 smithi028 ceph-mon[112123]: pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:14.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:14.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:14.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:13 smithi138 ceph-mon[117003]: pgmap v11835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:15.042 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:15.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:15.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:15.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:15.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:15 smithi161 ceph-mon[116604]: pgmap v11836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:15 smithi161 ceph-mon[116604]: from='client.323625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:15 smithi028 ceph-mon[112123]: pgmap v11836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:15 smithi028 ceph-mon[112123]: from='client.323625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:15 smithi138 ceph-mon[117003]: pgmap v11836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:15 smithi138 ceph-mon[117003]: from='client.323625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:17 smithi161 ceph-mon[116604]: pgmap v11837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:17 smithi028 ceph-mon[112123]: pgmap v11837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:17 smithi138 ceph-mon[117003]: pgmap v11837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:20.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:20.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:20.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:19 smithi161 ceph-mon[116604]: pgmap v11838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:19 smithi028 ceph-mon[112123]: pgmap v11838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:19 smithi138 ceph-mon[117003]: pgmap v11838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:20.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:20.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:20.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:20.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:20.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:21 smithi161 ceph-mon[116604]: pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:21 smithi161 ceph-mon[116604]: from='client.323697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:21 smithi028 ceph-mon[112123]: pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:21 smithi028 ceph-mon[112123]: from='client.323697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:21 smithi138 ceph-mon[117003]: pgmap v11839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:21 smithi138 ceph-mon[117003]: from='client.323697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:23 smithi161 ceph-mon[116604]: pgmap v11840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:23 smithi028 ceph-mon[112123]: pgmap v11840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:23 smithi138 ceph-mon[117003]: pgmap v11840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:25.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:25.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:25.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:25 smithi161 ceph-mon[116604]: pgmap v11841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:25 smithi028 ceph-mon[112123]: pgmap v11841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:25 smithi138 ceph-mon[117003]: pgmap v11841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:21:26.600 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:26.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:26.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:26.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:26.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:27 smithi161 ceph-mon[116604]: pgmap v11842: 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-07T11:21:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:27 smithi161 ceph-mon[116604]: from='client.323772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:27 smithi028 ceph-mon[112123]: pgmap v11842: 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-07T11:21:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:27 smithi028 ceph-mon[112123]: from='client.323772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:27 smithi138 ceph-mon[117003]: pgmap v11842: 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-07T11:21:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:27 smithi138 ceph-mon[117003]: from='client.323772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:29 smithi161 ceph-mon[116604]: 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-07T11:21:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:29 smithi028 ceph-mon[112123]: 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-07T11:21:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:29 smithi138 ceph-mon[117003]: 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-07T11:21:31.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:31.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:31.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:31 smithi161 ceph-mon[116604]: pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:31 smithi028 ceph-mon[112123]: pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:31 smithi138 ceph-mon[117003]: pgmap v11844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:32.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:32.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:32.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:32.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:32.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:32 smithi161 ceph-mon[116604]: from='client.323847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:32 smithi028 ceph-mon[112123]: from='client.323847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:32 smithi138 ceph-mon[117003]: from='client.323847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:33 smithi161 ceph-mon[116604]: pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:33 smithi028 ceph-mon[112123]: pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:33 smithi138 ceph-mon[117003]: pgmap v11845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:35 smithi161 ceph-mon[116604]: pgmap v11846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:35 smithi028 ceph-mon[112123]: pgmap v11846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:35 smithi138 ceph-mon[117003]: pgmap v11846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:37.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:37.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:37.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:38.154 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:38.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:38.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:38.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:38.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:37 smithi161 ceph-mon[116604]: pgmap v11847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:37 smithi028 ceph-mon[112123]: pgmap v11847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:37 smithi138 ceph-mon[117003]: pgmap v11847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:38 smithi161 ceph-mon[116604]: from='client.323925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:38 smithi028 ceph-mon[112123]: from='client.323925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:38 smithi138 ceph-mon[117003]: from='client.323925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:39 smithi161 ceph-mon[116604]: pgmap v11848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:39 smithi028 ceph-mon[112123]: pgmap v11848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:39 smithi138 ceph-mon[117003]: pgmap v11848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:41 smithi161 ceph-mon[116604]: pgmap v11849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:41 smithi028 ceph-mon[112123]: pgmap v11849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:41 smithi138 ceph-mon[117003]: pgmap v11849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:43.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:43.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:43.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:43.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:43.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:43.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:43.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:43.933 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:43 smithi161 ceph-mon[116604]: pgmap v11850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:43 smithi028 ceph-mon[112123]: pgmap v11850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:43 smithi138 ceph-mon[117003]: pgmap v11850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:44 smithi161 ceph-mon[116604]: from='client.324003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:44 smithi028 ceph-mon[112123]: from='client.324003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:44 smithi138 ceph-mon[117003]: from='client.324003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:45 smithi161 ceph-mon[116604]: pgmap v11851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:45 smithi028 ceph-mon[112123]: pgmap v11851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:45 smithi138 ceph-mon[117003]: pgmap v11851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:47 smithi161 ceph-mon[116604]: pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:47 smithi028 ceph-mon[112123]: pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:47 smithi138 ceph-mon[117003]: pgmap v11852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:21:48.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:48.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:48.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:49.711 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:49.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:49.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:49.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:49.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:49 smithi161 ceph-mon[116604]: 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-07T11:21:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:49 smithi028 ceph-mon[112123]: 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-07T11:21:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:49 smithi138 ceph-mon[117003]: 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-07T11:21:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:50 smithi161 ceph-mon[116604]: from='client.324078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:50 smithi028 ceph-mon[112123]: from='client.324078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:50 smithi138 ceph-mon[117003]: from='client.324078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:51 smithi161 ceph-mon[116604]: pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:51 smithi028 ceph-mon[112123]: pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:51 smithi138 ceph-mon[117003]: pgmap v11854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:53 smithi161 ceph-mon[116604]: pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:53 smithi028 ceph-mon[112123]: pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:53 smithi138 ceph-mon[117003]: pgmap v11855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:54.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:21:54.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:21:54.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:21:55.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:21:55.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:21:55.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:21:55.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:21:55.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:21:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:55 smithi028 ceph-mon[112123]: pgmap v11856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:55 smithi138 ceph-mon[117003]: pgmap v11856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:55 smithi161 ceph-mon[116604]: pgmap v11856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:21:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:56 smithi028 ceph-mon[112123]: from='client.324156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:56 smithi138 ceph-mon[117003]: from='client.324156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:56 smithi161 ceph-mon[116604]: from='client.324156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:21:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:57 smithi028 ceph-mon[112123]: pgmap v11857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:57 smithi138 ceph-mon[117003]: pgmap v11857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:21:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:57 smithi161 ceph-mon[116604]: pgmap v11857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:21:59 smithi028 ceph-mon[112123]: pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:21:59 smithi138 ceph-mon[117003]: pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:21:59 smithi161 ceph-mon[116604]: pgmap v11858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:00.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:00.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:00.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:01.280 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:01.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:01.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:01.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:01.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:01 smithi161 ceph-mon[116604]: pgmap v11859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:01 smithi161 ceph-mon[116604]: from='client.324234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:22:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:01 smithi028 ceph-mon[112123]: pgmap v11859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:01 smithi028 ceph-mon[112123]: from='client.324234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:02.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:22:02.240 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:01 smithi138 ceph-mon[117003]: pgmap v11859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:02.241 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:01 smithi138 ceph-mon[117003]: from='client.324234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:02.241 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:22:04.099 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:03 smithi028 ceph-mon[112123]: 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-07T11:22:04.099 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.099 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.099 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.099 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:03 smithi161 ceph-mon[116604]: 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-07T11:22:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:03 smithi138 ceph-mon[117003]: 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-07T11:22:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:05 smithi028 ceph-mon[112123]: 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-07T11:22:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:22:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:22:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:05 smithi138 ceph-mon[117003]: 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-07T11:22:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:22:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:22:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:05 smithi161 ceph-mon[116604]: 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-07T11:22:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:22:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:22:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:22:06.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:06.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:06.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:07.054 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:07.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:07.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:07.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:07.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:07 smithi028 ceph-mon[112123]: 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-07T11:22:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:07 smithi028 ceph-mon[112123]: from='client.324309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:07 smithi138 ceph-mon[117003]: 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-07T11:22:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:07 smithi138 ceph-mon[117003]: from='client.324309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:07 smithi161 ceph-mon[116604]: 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-07T11:22:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:07 smithi161 ceph-mon[116604]: from='client.324309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:09 smithi138 ceph-mon[117003]: 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-07T11:22:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:09 smithi161 ceph-mon[116604]: 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-07T11:22:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:09 smithi028 ceph-mon[112123]: 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-07T11:22:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:11 smithi138 ceph-mon[117003]: pgmap v11864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:11 smithi161 ceph-mon[116604]: pgmap v11864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:11 smithi028 ceph-mon[112123]: pgmap v11864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:12.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:12.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:12.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:12.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:12.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:12.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:12.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:12.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:13 smithi138 ceph-mon[117003]: pgmap v11865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:13 smithi138 ceph-mon[117003]: from='client.324387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:13 smithi161 ceph-mon[116604]: pgmap v11865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:13 smithi161 ceph-mon[116604]: from='client.324387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:13 smithi028 ceph-mon[112123]: pgmap v11865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:13 smithi028 ceph-mon[112123]: from='client.324387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:15 smithi138 ceph-mon[117003]: pgmap v11866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:15 smithi161 ceph-mon[116604]: pgmap v11866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:15 smithi028 ceph-mon[112123]: pgmap v11866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:17 smithi138 ceph-mon[117003]: pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:17 smithi161 ceph-mon[116604]: pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:17 smithi028 ceph-mon[112123]: pgmap v11867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:17.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:17.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:17.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:18.616 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:18.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:18.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:18.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:18.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:19 smithi138 ceph-mon[117003]: pgmap v11868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:19 smithi138 ceph-mon[117003]: from='client.324462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:19 smithi161 ceph-mon[116604]: pgmap v11868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:19 smithi161 ceph-mon[116604]: from='client.324462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:19 smithi028 ceph-mon[112123]: pgmap v11868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:19 smithi028 ceph-mon[112123]: from='client.324462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:21 smithi138 ceph-mon[117003]: pgmap v11869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:21 smithi161 ceph-mon[116604]: pgmap v11869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:21 smithi028 ceph-mon[112123]: pgmap v11869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:23 smithi138 ceph-mon[117003]: pgmap v11870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:23.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:23.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:23.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:23 smithi161 ceph-mon[116604]: pgmap v11870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:23 smithi028 ceph-mon[112123]: pgmap v11870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:24.413 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:24.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:24.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:24.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:24.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:24 smithi138 ceph-mon[117003]: from='client.324531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:24 smithi161 ceph-mon[116604]: from='client.324531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:24 smithi028 ceph-mon[112123]: from='client.324531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:25 smithi138 ceph-mon[117003]: pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:25 smithi161 ceph-mon[116604]: pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:25 smithi028 ceph-mon[112123]: pgmap v11871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:27 smithi138 ceph-mon[117003]: pgmap v11872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:22:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:27 smithi161 ceph-mon[116604]: pgmap v11872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:22:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:27 smithi028 ceph-mon[112123]: pgmap v11872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:22:29.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:29.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:29.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:29 smithi138 ceph-mon[117003]: pgmap v11873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:22:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:29 smithi161 ceph-mon[116604]: pgmap v11873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:22:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:29 smithi028 ceph-mon[112123]: pgmap v11873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:22:30.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:30.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:30.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:30.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:30.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:30 smithi138 ceph-mon[117003]: from='client.324609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:30 smithi161 ceph-mon[116604]: from='client.324609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:30 smithi028 ceph-mon[112123]: from='client.324609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:31 smithi138 ceph-mon[117003]: pgmap v11874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:31 smithi161 ceph-mon[116604]: pgmap v11874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:31 smithi028 ceph-mon[112123]: pgmap v11874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:33 smithi138 ceph-mon[117003]: pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:33 smithi161 ceph-mon[116604]: pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:33 smithi028 ceph-mon[112123]: pgmap v11875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:35.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:35.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:35.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:35 smithi138 ceph-mon[117003]: pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:35 smithi161 ceph-mon[116604]: pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:35 smithi028 ceph-mon[112123]: pgmap v11876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:22:35.968 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:35.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:35.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:35.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:35.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:36 smithi138 ceph-mon[117003]: from='client.324681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:36 smithi161 ceph-mon[116604]: from='client.324681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:36 smithi028 ceph-mon[112123]: from='client.324681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:37 smithi138 ceph-mon[117003]: pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:37 smithi161 ceph-mon[116604]: pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:37 smithi028 ceph-mon[112123]: pgmap v11877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:39 smithi138 ceph-mon[117003]: pgmap v11878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:22:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:39 smithi161 ceph-mon[116604]: pgmap v11878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:22:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:39 smithi028 ceph-mon[112123]: pgmap v11878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:22:40.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:40.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:40.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:41 smithi138 ceph-mon[117003]: pgmap v11879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:22:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:41 smithi161 ceph-mon[116604]: pgmap v11879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:22:41.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:41 smithi028 ceph-mon[112123]: pgmap v11879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:22:41.751 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:41.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:41.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:41.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:41.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:42 smithi138 ceph-mon[117003]: from='client.324759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:42 smithi161 ceph-mon[116604]: from='client.324759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:42 smithi028 ceph-mon[112123]: from='client.324759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:43 smithi138 ceph-mon[117003]: 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-07T11:22:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:43 smithi161 ceph-mon[116604]: 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-07T11:22:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:43 smithi028 ceph-mon[112123]: 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-07T11:22:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:45 smithi138 ceph-mon[117003]: 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-07T11:22:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:45 smithi161 ceph-mon[116604]: 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-07T11:22:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:45 smithi028 ceph-mon[112123]: 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-07T11:22:46.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:46.754 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:46.754 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:47.524 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:47.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:47.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:47.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:47.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:47 smithi138 ceph-mon[117003]: 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-07T11:22:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:47 smithi161 ceph-mon[116604]: 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-07T11:22:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:47 smithi028 ceph-mon[112123]: 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-07T11:22:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:48 smithi161 ceph-mon[116604]: from='client.324837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:48 smithi028 ceph-mon[112123]: from='client.324837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:48 smithi138 ceph-mon[117003]: from='client.324837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:49 smithi161 ceph-mon[116604]: 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-07T11:22:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:49 smithi028 ceph-mon[112123]: 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-07T11:22:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:49 smithi138 ceph-mon[117003]: 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-07T11:22:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:51 smithi161 ceph-mon[116604]: pgmap v11884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:51 smithi028 ceph-mon[112123]: pgmap v11884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:51 smithi138 ceph-mon[117003]: pgmap v11884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:52.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:52.526 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:52.526 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:53.294 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:53.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:53.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:53.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:53.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:53 smithi161 ceph-mon[116604]: pgmap v11885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:53 smithi161 ceph-mon[116604]: from='client.324912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:53 smithi028 ceph-mon[112123]: pgmap v11885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:53 smithi028 ceph-mon[112123]: from='client.324912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:53 smithi138 ceph-mon[117003]: pgmap v11885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:53 smithi138 ceph-mon[117003]: from='client.324912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:55 smithi161 ceph-mon[116604]: pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:55 smithi028 ceph-mon[112123]: pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:55 smithi138 ceph-mon[117003]: pgmap v11886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:57 smithi161 ceph-mon[116604]: pgmap v11887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:57.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:57 smithi028 ceph-mon[112123]: pgmap v11887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:57 smithi138 ceph-mon[117003]: pgmap v11887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:22:58.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:22:58.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:22:58.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:22:59.059 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:22:59.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:22:59.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:22:59.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:22:59.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:22:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:59 smithi161 ceph-mon[116604]: pgmap v11888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:22:59 smithi161 ceph-mon[116604]: from='client.324987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:59 smithi028 ceph-mon[112123]: pgmap v11888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:22:59 smithi028 ceph-mon[112123]: from='client.324987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:22:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:59 smithi138 ceph-mon[117003]: pgmap v11888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:22:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:22:59 smithi138 ceph-mon[117003]: from='client.324987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:01 smithi161 ceph-mon[116604]: pgmap v11889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:01 smithi028 ceph-mon[112123]: pgmap v11889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:01 smithi138 ceph-mon[117003]: pgmap v11889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:03 smithi161 ceph-mon[116604]: pgmap v11890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:03 smithi028 ceph-mon[112123]: pgmap v11890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:03 smithi138 ceph-mon[117003]: pgmap v11890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:04.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:04.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:04.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:04.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:04.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:04.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:04.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:04.895 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:05 smithi028 ceph-mon[112123]: pgmap v11891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:23:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:05 smithi028 ceph-mon[112123]: from='client.325059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:05 smithi161 ceph-mon[116604]: pgmap v11891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:23:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:05 smithi161 ceph-mon[116604]: from='client.325059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:05 smithi138 ceph-mon[117003]: pgmap v11891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:23:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:05 smithi138 ceph-mon[117003]: from='client.325059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:23:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:23:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:23:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:23:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:23:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:23:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:23:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:23:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:23:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:23:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:07 smithi161 ceph-mon[116604]: pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:07 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 16013M 2023-12-07T11:23:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:07 smithi028 ceph-mon[112123]: pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:07 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 16013M 2023-12-07T11:23:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:07 smithi138 ceph-mon[117003]: pgmap v11892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:07 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 16013M 2023-12-07T11:23:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:09 smithi161 ceph-mon[116604]: pgmap v11893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:09 smithi028 ceph-mon[112123]: pgmap v11893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:09 smithi138 ceph-mon[117003]: pgmap v11893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:09.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:09.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:09.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:10.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:10.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:10.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:10.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:10.674 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:11 smithi161 ceph-mon[116604]: pgmap v11894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:11 smithi161 ceph-mon[116604]: from='client.325134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:11 smithi028 ceph-mon[112123]: pgmap v11894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:11 smithi028 ceph-mon[112123]: from='client.325134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:11 smithi138 ceph-mon[117003]: pgmap v11894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:11 smithi138 ceph-mon[117003]: from='client.325134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:13 smithi161 ceph-mon[116604]: pgmap v11895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:13 smithi028 ceph-mon[112123]: pgmap v11895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:13 smithi138 ceph-mon[117003]: pgmap v11895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:15.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:15.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:15.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:15 smithi161 ceph-mon[116604]: pgmap v11896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:15 smithi028 ceph-mon[112123]: pgmap v11896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:15 smithi138 ceph-mon[117003]: pgmap v11896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:16.453 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:16.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:16.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:16.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:16.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:17 smithi161 ceph-mon[116604]: pgmap v11897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:17 smithi161 ceph-mon[116604]: from='client.325209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:17 smithi028 ceph-mon[112123]: pgmap v11897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:17 smithi028 ceph-mon[112123]: from='client.325209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:17 smithi138 ceph-mon[117003]: pgmap v11897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:17 smithi138 ceph-mon[117003]: from='client.325209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:19 smithi161 ceph-mon[116604]: 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-07T11:23:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:19 smithi028 ceph-mon[112123]: 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-07T11:23:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:19 smithi138 ceph-mon[117003]: 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-07T11:23:21.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:21.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:21.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:21 smithi161 ceph-mon[116604]: 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-07T11:23:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:21 smithi028 ceph-mon[112123]: 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-07T11:23:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:21 smithi138 ceph-mon[117003]: 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-07T11:23:22.235 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:22.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:22.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:22.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:22.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:22 smithi161 ceph-mon[116604]: from='client.325287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:22 smithi028 ceph-mon[112123]: from='client.325287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:22 smithi138 ceph-mon[117003]: from='client.325287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:23 smithi161 ceph-mon[116604]: 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-07T11:23:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:23 smithi028 ceph-mon[112123]: 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-07T11:23:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:23 smithi138 ceph-mon[117003]: 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-07T11:23:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:25 smithi161 ceph-mon[116604]: 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-07T11:23:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:25 smithi028 ceph-mon[112123]: 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-07T11:23:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:25 smithi138 ceph-mon[117003]: 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-07T11:23:27.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:27.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:27.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:27 smithi161 ceph-mon[116604]: 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-07T11:23:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:27 smithi028 ceph-mon[112123]: 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-07T11:23:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:27 smithi138 ceph-mon[117003]: 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-07T11:23:28.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:28.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:28.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:28.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:28.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:28 smithi161 ceph-mon[116604]: from='client.325362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:28 smithi028 ceph-mon[112123]: from='client.325362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:28 smithi138 ceph-mon[117003]: from='client.325362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:29 smithi161 ceph-mon[116604]: 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-07T11:23:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:29 smithi028 ceph-mon[112123]: 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-07T11:23:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:29 smithi138 ceph-mon[117003]: 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-07T11:23:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:31 smithi161 ceph-mon[116604]: pgmap v11904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:31 smithi028 ceph-mon[112123]: pgmap v11904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:31 smithi138 ceph-mon[117003]: pgmap v11904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:33.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:33.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:33.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:33 smithi161 ceph-mon[116604]: pgmap v11905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:33 smithi028 ceph-mon[112123]: pgmap v11905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:33 smithi138 ceph-mon[117003]: pgmap v11905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:33.795 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:33.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:33.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:33.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:33.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:34 smithi161 ceph-mon[116604]: from='client.325440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:34 smithi028 ceph-mon[112123]: from='client.325440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:34 smithi138 ceph-mon[117003]: from='client.325440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:35 smithi028 ceph-mon[112123]: pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:35 smithi138 ceph-mon[117003]: pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:35 smithi161 ceph-mon[116604]: pgmap v11906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:37 smithi028 ceph-mon[112123]: pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:37 smithi138 ceph-mon[117003]: pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:37 smithi161 ceph-mon[116604]: pgmap v11907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:23:38.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:38.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:38.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:39.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:39.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:39.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:39.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:39.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:39 smithi028 ceph-mon[112123]: pgmap v11908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:39 smithi138 ceph-mon[117003]: pgmap v11908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:39 smithi161 ceph-mon[116604]: pgmap v11908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:40 smithi028 ceph-mon[112123]: from='client.325515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:40 smithi138 ceph-mon[117003]: from='client.325515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:40 smithi161 ceph-mon[116604]: from='client.325515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:41 smithi028 ceph-mon[112123]: 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-07T11:23:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:41 smithi138 ceph-mon[117003]: 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-07T11:23:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:41 smithi161 ceph-mon[116604]: 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-07T11:23:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:43 smithi028 ceph-mon[112123]: pgmap v11910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:43 smithi138 ceph-mon[117003]: pgmap v11910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:43 smithi161 ceph-mon[116604]: pgmap v11910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:44.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:44.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:44.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:45.333 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:45.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:45.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:45.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:45.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:45 smithi028 ceph-mon[112123]: pgmap v11911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:45 smithi028 ceph-mon[112123]: from='client.325590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:45 smithi138 ceph-mon[117003]: pgmap v11911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:45 smithi138 ceph-mon[117003]: from='client.325590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:45 smithi161 ceph-mon[116604]: pgmap v11911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:45 smithi161 ceph-mon[116604]: from='client.325590 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:47 smithi028 ceph-mon[112123]: pgmap v11912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:47 smithi138 ceph-mon[117003]: pgmap v11912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:47 smithi161 ceph-mon[116604]: pgmap v11912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:49.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:49 smithi028 ceph-mon[112123]: pgmap v11913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:49 smithi138 ceph-mon[117003]: pgmap v11913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:49 smithi161 ceph-mon[116604]: pgmap v11913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:23:50.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:50.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:50.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:51.126 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:51.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:51.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:51.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:51.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:51 smithi138 ceph-mon[117003]: pgmap v11914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:51 smithi138 ceph-mon[117003]: from='client.325665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:51 smithi161 ceph-mon[116604]: pgmap v11914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:51 smithi161 ceph-mon[116604]: from='client.325665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:51 smithi028 ceph-mon[112123]: pgmap v11914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:23:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:51 smithi028 ceph-mon[112123]: from='client.325665 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:53 smithi138 ceph-mon[117003]: 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-07T11:23:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:53 smithi161 ceph-mon[116604]: 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-07T11:23:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:53 smithi028 ceph-mon[112123]: 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-07T11:23:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:55 smithi138 ceph-mon[117003]: 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-07T11:23:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:55 smithi161 ceph-mon[116604]: 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-07T11:23:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:55 smithi028 ceph-mon[112123]: 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-07T11:23:56.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:23:56.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:23:56.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:23:56.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:23:56.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:23:56.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:23:56.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:23:56.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:23:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:57 smithi138 ceph-mon[117003]: 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-07T11:23:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:57 smithi138 ceph-mon[117003]: from='client.325740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:57 smithi161 ceph-mon[116604]: 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-07T11:23:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:57 smithi161 ceph-mon[116604]: from='client.325740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:57 smithi028 ceph-mon[112123]: 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-07T11:23:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:57 smithi028 ceph-mon[112123]: from='client.325740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:23:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:23:59 smithi138 ceph-mon[117003]: 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-07T11:23:59.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:23:59 smithi161 ceph-mon[116604]: 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-07T11:23:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:23:59 smithi028 ceph-mon[112123]: 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-07T11:24:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:01 smithi138 ceph-mon[117003]: 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-07T11:24:01.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:01.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:01.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:01 smithi161 ceph-mon[116604]: 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-07T11:24:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:01 smithi028 ceph-mon[112123]: 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-07T11:24:02.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:02.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:02.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:02.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:02.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:03 smithi138 ceph-mon[117003]: 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-07T11:24:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:03 smithi138 ceph-mon[117003]: from='client.325818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:03 smithi161 ceph-mon[116604]: 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-07T11:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:03 smithi161 ceph-mon[116604]: from='client.325818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:03 smithi028 ceph-mon[112123]: 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-07T11:24:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:03 smithi028 ceph-mon[112123]: from='client.325818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:05 smithi138 ceph-mon[117003]: 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-07T11:24:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:05 smithi161 ceph-mon[116604]: 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-07T11:24:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:05 smithi028 ceph-mon[112123]: 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-07T11:24:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:24:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:24:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:24:07.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:07.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:07.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:07 smithi138 ceph-mon[117003]: 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-07T11:24:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:24:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:24:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:24:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:07 smithi161 ceph-mon[116604]: 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-07T11:24:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:24:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:24:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:24:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:07 smithi028 ceph-mon[112123]: 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-07T11:24:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:24:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:24:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:24:08.467 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:08.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:08.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:08.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:08.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:09 smithi138 ceph-mon[117003]: 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-07T11:24:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:09 smithi138 ceph-mon[117003]: from='client.325893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:09 smithi161 ceph-mon[116604]: 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-07T11:24:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:09 smithi161 ceph-mon[116604]: from='client.325893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:09 smithi028 ceph-mon[112123]: 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-07T11:24:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:09 smithi028 ceph-mon[112123]: from='client.325893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:11 smithi138 ceph-mon[117003]: pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:11 smithi161 ceph-mon[116604]: pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:11 smithi028 ceph-mon[112123]: pgmap v11924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:13.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:13.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:13.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:13 smithi138 ceph-mon[117003]: pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:13 smithi161 ceph-mon[116604]: pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:13 smithi028 ceph-mon[112123]: pgmap v11925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:14.239 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:14.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:14.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:14.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:14.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:14 smithi138 ceph-mon[117003]: from='client.325971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:14 smithi161 ceph-mon[116604]: from='client.325971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:14 smithi028 ceph-mon[112123]: from='client.325971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:15 smithi138 ceph-mon[117003]: pgmap v11926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:15 smithi161 ceph-mon[116604]: pgmap v11926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:15 smithi028 ceph-mon[112123]: pgmap v11926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:17 smithi138 ceph-mon[117003]: pgmap v11927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:24:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:17 smithi161 ceph-mon[116604]: pgmap v11927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:24:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:17 smithi028 ceph-mon[112123]: pgmap v11927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:24:19.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:19.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:19.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:19 smithi138 ceph-mon[117003]: pgmap v11928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:24:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:19 smithi161 ceph-mon[116604]: pgmap v11928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:24:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:19 smithi028 ceph-mon[112123]: pgmap v11928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:24:20.022 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:20.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:20.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:20.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:20.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:20 smithi138 ceph-mon[117003]: from='client.326046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:20 smithi161 ceph-mon[116604]: from='client.326046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:20 smithi028 ceph-mon[112123]: from='client.326046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:21 smithi138 ceph-mon[117003]: 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-07T11:24:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:21 smithi161 ceph-mon[116604]: 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-07T11:24:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:21 smithi028 ceph-mon[112123]: 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-07T11:24:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:23 smithi138 ceph-mon[117003]: pgmap v11930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:23 smithi161 ceph-mon[116604]: pgmap v11930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:23 smithi028 ceph-mon[112123]: pgmap v11930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:25.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:25.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:25.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:25 smithi138 ceph-mon[117003]: pgmap v11931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:25.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:25.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:25.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:25.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:25.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:25 smithi161 ceph-mon[116604]: pgmap v11931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:25 smithi028 ceph-mon[112123]: pgmap v11931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:24:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:26 smithi138 ceph-mon[117003]: from='client.326124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:26 smithi161 ceph-mon[116604]: from='client.326124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:26 smithi028 ceph-mon[112123]: from='client.326124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:27 smithi138 ceph-mon[117003]: pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:27 smithi161 ceph-mon[116604]: pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:27 smithi028 ceph-mon[112123]: pgmap v11932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:29 smithi138 ceph-mon[117003]: pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:24:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:29 smithi161 ceph-mon[116604]: pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:24:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:29 smithi028 ceph-mon[112123]: pgmap v11933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:24:30.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:30.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:30.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:31.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:31.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:31.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:31.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:31.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:31 smithi138 ceph-mon[117003]: pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:24:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:31 smithi161 ceph-mon[116604]: pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:24:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:31 smithi028 ceph-mon[112123]: pgmap v11934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:24:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:32 smithi161 ceph-mon[116604]: from='client.326199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:32 smithi028 ceph-mon[112123]: from='client.326199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:32 smithi138 ceph-mon[117003]: from='client.326199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:33 smithi161 ceph-mon[116604]: 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-07T11:24:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:33 smithi028 ceph-mon[112123]: 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-07T11:24:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:33 smithi138 ceph-mon[117003]: 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-07T11:24:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:35 smithi161 ceph-mon[116604]: 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-07T11:24:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:35 smithi028 ceph-mon[112123]: 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-07T11:24:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:35 smithi138 ceph-mon[117003]: 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-07T11:24:36.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:36.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:36.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:37.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:37.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:37.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:37.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:37.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:37 smithi161 ceph-mon[116604]: 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-07T11:24:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:37 smithi161 ceph-mon[116604]: from='client.326274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:37 smithi028 ceph-mon[112123]: 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-07T11:24:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:37 smithi028 ceph-mon[112123]: from='client.326274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:37 smithi138 ceph-mon[117003]: 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-07T11:24:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:37 smithi138 ceph-mon[117003]: from='client.326274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:39 smithi161 ceph-mon[116604]: 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-07T11:24:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:39 smithi028 ceph-mon[112123]: 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-07T11:24:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:39 smithi138 ceph-mon[117003]: 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-07T11:24:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:41 smithi161 ceph-mon[116604]: 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-07T11:24:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:41 smithi028 ceph-mon[112123]: 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-07T11:24:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:41 smithi138 ceph-mon[117003]: 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-07T11:24:42.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:42.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:42.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:43.130 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:43.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:43.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:43.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:43.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:43 smithi161 ceph-mon[116604]: 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-07T11:24:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:43 smithi161 ceph-mon[116604]: from='client.326349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:43 smithi028 ceph-mon[112123]: 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-07T11:24:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:43 smithi028 ceph-mon[112123]: from='client.326349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:43 smithi138 ceph-mon[117003]: 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-07T11:24:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:43 smithi138 ceph-mon[117003]: from='client.326349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:45 smithi161 ceph-mon[116604]: 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-07T11:24:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:45 smithi028 ceph-mon[112123]: 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-07T11:24:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:45 smithi138 ceph-mon[117003]: 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-07T11:24:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:47 smithi161 ceph-mon[116604]: 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-07T11:24:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:47 smithi028 ceph-mon[112123]: 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-07T11:24:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:47 smithi138 ceph-mon[117003]: 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-07T11:24:48.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:48.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:48.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:48.899 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:48.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:48.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:48.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:48.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:49 smithi161 ceph-mon[116604]: 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-07T11:24:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:49 smithi161 ceph-mon[116604]: from='client.326424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:49 smithi028 ceph-mon[112123]: 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-07T11:24:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:49 smithi028 ceph-mon[112123]: from='client.326424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:49 smithi138 ceph-mon[117003]: 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-07T11:24:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:49 smithi138 ceph-mon[117003]: from='client.326424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:51 smithi161 ceph-mon[116604]: pgmap v11944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:51 smithi028 ceph-mon[112123]: pgmap v11944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:51 smithi138 ceph-mon[117003]: pgmap v11944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:24:53.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:53.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:53.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:53 smithi161 ceph-mon[116604]: pgmap v11945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:53 smithi028 ceph-mon[112123]: pgmap v11945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:53 smithi138 ceph-mon[117003]: pgmap v11945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:54.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:24:54.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:24:54.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:24:54.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:24:54.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:24:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:55 smithi161 ceph-mon[116604]: pgmap v11946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:55 smithi161 ceph-mon[116604]: from='client.326502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:55 smithi028 ceph-mon[112123]: pgmap v11946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:55 smithi028 ceph-mon[112123]: from='client.326502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:55 smithi138 ceph-mon[117003]: pgmap v11946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:24:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:55 smithi138 ceph-mon[117003]: from='client.326502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:24:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:57 smithi161 ceph-mon[116604]: 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-07T11:24:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:57 smithi028 ceph-mon[112123]: 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-07T11:24:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:57 smithi138 ceph-mon[117003]: 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-07T11:24:59.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:24:59.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:24:59.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:24:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:24:59 smithi161 ceph-mon[116604]: 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-07T11:24:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:24:59 smithi028 ceph-mon[112123]: 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-07T11:25:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:24:59 smithi138 ceph-mon[117003]: 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-07T11:25:00.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:00.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:00.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:00.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:00.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:01 smithi161 ceph-mon[116604]: 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-07T11:25:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:01 smithi161 ceph-mon[116604]: from='client.326577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:01 smithi028 ceph-mon[112123]: 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-07T11:25:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:01 smithi028 ceph-mon[112123]: from='client.326577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:01 smithi138 ceph-mon[117003]: 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-07T11:25:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:01 smithi138 ceph-mon[117003]: from='client.326577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:03 smithi161 ceph-mon[116604]: pgmap v11950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:03 smithi028 ceph-mon[112123]: pgmap v11950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:03 smithi138 ceph-mon[117003]: pgmap v11950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:05.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:05.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:05.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:05 smithi161 ceph-mon[116604]: pgmap v11951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:05.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:05 smithi028 ceph-mon[112123]: pgmap v11951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:05 smithi138 ceph-mon[117003]: pgmap v11951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:25:06.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:06.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:06.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:06.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:06.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:06 smithi161 ceph-mon[116604]: from='client.326649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:06 smithi028 ceph-mon[112123]: from='client.326649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:06 smithi138 ceph-mon[117003]: from='client.326649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:07 smithi161 ceph-mon[116604]: pgmap v11952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:25:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:07 smithi028 ceph-mon[112123]: pgmap v11952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:25:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:07 smithi138 ceph-mon[117003]: pgmap v11952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:25:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:25:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:25:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:25:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:25:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:25:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:25:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:25:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:25:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:25:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:25:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:09 smithi161 ceph-mon[116604]: 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-07T11:25:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:09 smithi028 ceph-mon[112123]: 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-07T11:25:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:09 smithi138 ceph-mon[117003]: 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-07T11:25:11.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:11.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:11.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:11 smithi161 ceph-mon[116604]: 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-07T11:25:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:11 smithi028 ceph-mon[112123]: 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-07T11:25:12.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:12.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:12.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:12.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:12.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:11 smithi138 ceph-mon[117003]: 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-07T11:25:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:12 smithi161 ceph-mon[116604]: from='client.326727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:12 smithi028 ceph-mon[112123]: from='client.326727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:12 smithi138 ceph-mon[117003]: from='client.326727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:13 smithi161 ceph-mon[116604]: 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-07T11:25:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:13 smithi028 ceph-mon[112123]: 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-07T11:25:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:13 smithi138 ceph-mon[117003]: 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-07T11:25:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:15 smithi161 ceph-mon[116604]: 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-07T11:25:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:15 smithi028 ceph-mon[112123]: 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-07T11:25:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:15 smithi138 ceph-mon[117003]: 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-07T11:25:17.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:17.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:17.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:17.819 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:17.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:17.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:17.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:17.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:17 smithi161 ceph-mon[116604]: 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-07T11:25:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:17 smithi028 ceph-mon[112123]: 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-07T11:25:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:17 smithi138 ceph-mon[117003]: 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-07T11:25:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:18 smithi161 ceph-mon[116604]: from='client.326802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:18 smithi028 ceph-mon[112123]: from='client.326802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:18 smithi138 ceph-mon[117003]: from='client.326802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:19 smithi161 ceph-mon[116604]: 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-07T11:25:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:19 smithi028 ceph-mon[112123]: 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-07T11:25:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:19 smithi138 ceph-mon[117003]: 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-07T11:25:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:21 smithi161 ceph-mon[116604]: 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-07T11:25:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:21 smithi028 ceph-mon[112123]: 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-07T11:25:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:21 smithi138 ceph-mon[117003]: 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-07T11:25:22.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:22.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:22.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:23.587 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:23.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:23.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:23.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:23.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:23 smithi161 ceph-mon[116604]: 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-07T11:25:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:23 smithi028 ceph-mon[112123]: 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-07T11:25:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:23 smithi138 ceph-mon[117003]: 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-07T11:25:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:24 smithi028 ceph-mon[112123]: from='client.326877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:24 smithi138 ceph-mon[117003]: from='client.326877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:24 smithi161 ceph-mon[116604]: from='client.326877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:25 smithi028 ceph-mon[112123]: 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-07T11:25:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:25 smithi138 ceph-mon[117003]: 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-07T11:25:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:25 smithi161 ceph-mon[116604]: 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-07T11:25:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:27 smithi028 ceph-mon[112123]: 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-07T11:25:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:27 smithi138 ceph-mon[117003]: 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-07T11:25:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:27 smithi161 ceph-mon[116604]: 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-07T11:25:28.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:28.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:28.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:29.365 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:29.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:29.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:29.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:29.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:29 smithi028 ceph-mon[112123]: 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-07T11:25:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:29 smithi028 ceph-mon[112123]: from='client.326955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:29 smithi138 ceph-mon[117003]: 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-07T11:25:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:29 smithi138 ceph-mon[117003]: from='client.326955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:29 smithi161 ceph-mon[116604]: 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-07T11:25:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:29 smithi161 ceph-mon[116604]: from='client.326955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:31 smithi028 ceph-mon[112123]: pgmap v11964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:25:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:31 smithi138 ceph-mon[117003]: pgmap v11964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:25:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:31 smithi161 ceph-mon[116604]: pgmap v11964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:25:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:33 smithi028 ceph-mon[112123]: pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:25:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:33 smithi138 ceph-mon[117003]: pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:25:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:33 smithi161 ceph-mon[116604]: pgmap v11965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:25:34.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:34.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:34.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:35.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:35.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:35.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:35.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:35.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:35 smithi028 ceph-mon[112123]: pgmap v11966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:25:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:35 smithi028 ceph-mon[112123]: from='client.327030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:35 smithi138 ceph-mon[117003]: pgmap v11966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:25:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:35 smithi138 ceph-mon[117003]: from='client.327030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:35 smithi161 ceph-mon[116604]: pgmap v11966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:25:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:35 smithi161 ceph-mon[116604]: from='client.327030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:37 smithi028 ceph-mon[112123]: 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-07T11:25:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:37 smithi138 ceph-mon[117003]: 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-07T11:25:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:37 smithi161 ceph-mon[116604]: 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-07T11:25:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:39 smithi028 ceph-mon[112123]: 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-07T11:25:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:39 smithi138 ceph-mon[117003]: 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-07T11:25:40.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:40.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:40.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:39 smithi161 ceph-mon[116604]: 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-07T11:25:40.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:40.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:40.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:40.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:40.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:41.724 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:41 smithi028 ceph-mon[112123]: 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-07T11:25:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:41 smithi138 ceph-mon[117003]: 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-07T11:25:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:41 smithi138 ceph-mon[117003]: from='client.327105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:41 smithi161 ceph-mon[116604]: 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-07T11:25:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:41 smithi161 ceph-mon[116604]: from='client.327105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:41 smithi028 ceph-mon[112123]: from='client.327105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:43 smithi138 ceph-mon[117003]: pgmap v11970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:25:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:43 smithi161 ceph-mon[116604]: pgmap v11970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:25:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:43 smithi028 ceph-mon[112123]: pgmap v11970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:25:45.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:45.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:45.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:45 smithi138 ceph-mon[117003]: pgmap v11971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:25:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:45 smithi161 ceph-mon[116604]: pgmap v11971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:25:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:45 smithi028 ceph-mon[112123]: pgmap v11971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:25:46.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:46.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:46.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:46.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:46.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:47 smithi138 ceph-mon[117003]: pgmap v11972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:25:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:47 smithi138 ceph-mon[117003]: from='client.327180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:47 smithi161 ceph-mon[116604]: pgmap v11972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:25:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:47 smithi161 ceph-mon[116604]: from='client.327180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:47 smithi028 ceph-mon[112123]: pgmap v11972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:25:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:47 smithi028 ceph-mon[112123]: from='client.327180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:49 smithi138 ceph-mon[117003]: 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-07T11:25:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:49 smithi161 ceph-mon[116604]: 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-07T11:25:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:49 smithi028 ceph-mon[112123]: 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-07T11:25:51.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:51.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:51.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:51 smithi138 ceph-mon[117003]: 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-07T11:25:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:51 smithi161 ceph-mon[116604]: 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-07T11:25:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:51 smithi028 ceph-mon[112123]: 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-07T11:25:52.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:52.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:52.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:52.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:52.480 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:53 smithi138 ceph-mon[117003]: 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-07T11:25:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:53 smithi138 ceph-mon[117003]: from='client.327252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:53 smithi161 ceph-mon[116604]: 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-07T11:25:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:53 smithi161 ceph-mon[116604]: from='client.327252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:53 smithi028 ceph-mon[112123]: 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-07T11:25:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:53 smithi028 ceph-mon[112123]: from='client.327252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:55 smithi138 ceph-mon[117003]: 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-07T11:25:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:55 smithi161 ceph-mon[116604]: 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-07T11:25:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:55 smithi028 ceph-mon[112123]: 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-07T11:25:57.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:25:57.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:25:57.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:25:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:57 smithi138 ceph-mon[117003]: 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-07T11:25:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:57 smithi161 ceph-mon[116604]: 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-07T11:25:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:57 smithi028 ceph-mon[112123]: 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-07T11:25:58.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:25:58.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:25:58.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:25:58.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:25:58.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:25:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:58 smithi138 ceph-mon[117003]: from='client.327327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:58 smithi161 ceph-mon[116604]: from='client.327327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:25:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:58 smithi028 ceph-mon[112123]: from='client.327327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:25:59 smithi138 ceph-mon[117003]: 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-07T11:26:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:25:59 smithi161 ceph-mon[116604]: 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-07T11:26:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:25:59 smithi028 ceph-mon[112123]: 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-07T11:26:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:01 smithi138 ceph-mon[117003]: 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-07T11:26:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:01 smithi161 ceph-mon[116604]: 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-07T11:26:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:01 smithi028 ceph-mon[112123]: 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-07T11:26:03.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:03.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:03.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:04.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:04.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:04.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:04.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:04.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:03 smithi138 ceph-mon[117003]: 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-07T11:26:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:03 smithi161 ceph-mon[116604]: 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-07T11:26:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:03 smithi028 ceph-mon[112123]: 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-07T11:26:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:04 smithi138 ceph-mon[117003]: from='client.327402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:04 smithi161 ceph-mon[116604]: from='client.327402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:04 smithi028 ceph-mon[112123]: from='client.327402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:05 smithi138 ceph-mon[117003]: 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-07T11:26:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:05 smithi161 ceph-mon[116604]: 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-07T11:26:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:05 smithi028 ceph-mon[112123]: 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-07T11:26:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:07 smithi138 ceph-mon[117003]: pgmap v11982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:07 smithi161 ceph-mon[116604]: pgmap v11982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:07 smithi028 ceph-mon[112123]: pgmap v11982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:26:09.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:09.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:09.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:26:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:26:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:26:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:26:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:26:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:26:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:26:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:26:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:26:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:26:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:26:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:26:09.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:09.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:09.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:09.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:09.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:09 smithi138 ceph-mon[117003]: pgmap v11983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:09 smithi161 ceph-mon[116604]: pgmap v11983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:09 smithi028 ceph-mon[112123]: pgmap v11983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:10 smithi138 ceph-mon[117003]: from='client.327480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:10 smithi161 ceph-mon[116604]: from='client.327480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:10 smithi028 ceph-mon[112123]: from='client.327480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:11 smithi138 ceph-mon[117003]: 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-07T11:26:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:11 smithi161 ceph-mon[116604]: 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-07T11:26:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:11 smithi028 ceph-mon[112123]: 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-07T11:26:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:13 smithi138 ceph-mon[117003]: 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-07T11:26:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:13 smithi161 ceph-mon[116604]: 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-07T11:26:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:13 smithi028 ceph-mon[112123]: 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-07T11:26:14.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:14.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:14.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:15.566 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:15.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:15.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:15.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:15.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:15 smithi138 ceph-mon[117003]: 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-07T11:26:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:15 smithi161 ceph-mon[116604]: 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-07T11:26:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:15 smithi028 ceph-mon[112123]: 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-07T11:26:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:16 smithi161 ceph-mon[116604]: from='client.327555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:16 smithi028 ceph-mon[112123]: from='client.327555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:16 smithi138 ceph-mon[117003]: from='client.327555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:17 smithi161 ceph-mon[116604]: 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-07T11:26:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:17 smithi028 ceph-mon[112123]: 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-07T11:26:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:17 smithi138 ceph-mon[117003]: 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-07T11:26:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:19 smithi161 ceph-mon[116604]: pgmap v11988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:19 smithi028 ceph-mon[112123]: pgmap v11988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:19 smithi138 ceph-mon[117003]: pgmap v11988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:26:20.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:20.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:20.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:21.342 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:21.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:21.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:21.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:21.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:21 smithi161 ceph-mon[116604]: pgmap v11989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:21 smithi161 ceph-mon[116604]: from='client.327633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:21 smithi028 ceph-mon[112123]: pgmap v11989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:21 smithi028 ceph-mon[112123]: from='client.327633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:21 smithi138 ceph-mon[117003]: pgmap v11989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:26:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:21 smithi138 ceph-mon[117003]: from='client.327633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:23 smithi161 ceph-mon[116604]: 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-07T11:26:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:23 smithi028 ceph-mon[112123]: 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-07T11:26:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:23 smithi138 ceph-mon[117003]: 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-07T11:26:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:25 smithi161 ceph-mon[116604]: 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-07T11:26:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:25 smithi028 ceph-mon[112123]: 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-07T11:26:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:25 smithi138 ceph-mon[117003]: 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-07T11:26:26.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:26.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:26.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:27.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:27.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:27.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:27.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:27.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:27 smithi161 ceph-mon[116604]: 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-07T11:26:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:27 smithi161 ceph-mon[116604]: from='client.327711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:27 smithi028 ceph-mon[112123]: 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-07T11:26:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:27 smithi028 ceph-mon[112123]: from='client.327711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:27 smithi138 ceph-mon[117003]: 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-07T11:26:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:27 smithi138 ceph-mon[117003]: from='client.327711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:29 smithi161 ceph-mon[116604]: 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-07T11:26:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:29 smithi028 ceph-mon[112123]: 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-07T11:26:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:29 smithi138 ceph-mon[117003]: 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-07T11:26:32.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:32.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:32.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:31 smithi161 ceph-mon[116604]: 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-07T11:26:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:31 smithi028 ceph-mon[112123]: 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-07T11:26:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:31 smithi138 ceph-mon[117003]: 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-07T11:26:32.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:32.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:32.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:32.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:32.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:33 smithi161 ceph-mon[116604]: 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-07T11:26:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:33 smithi161 ceph-mon[116604]: from='client.327783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:33 smithi028 ceph-mon[112123]: 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-07T11:26:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:33 smithi028 ceph-mon[112123]: from='client.327783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:33 smithi138 ceph-mon[117003]: 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-07T11:26:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:33 smithi138 ceph-mon[117003]: from='client.327783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:35 smithi161 ceph-mon[116604]: 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-07T11:26:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:35 smithi028 ceph-mon[112123]: 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-07T11:26:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:35 smithi138 ceph-mon[117003]: 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-07T11:26:37.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:37.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:37.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:37 smithi161 ceph-mon[116604]: 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-07T11:26:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:37 smithi028 ceph-mon[112123]: 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-07T11:26:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:37 smithi138 ceph-mon[117003]: 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-07T11:26:38.658 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:38.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:38.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:38.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:38.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:39 smithi161 ceph-mon[116604]: 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-07T11:26:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:39 smithi161 ceph-mon[116604]: from='client.327858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:39 smithi028 ceph-mon[112123]: 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-07T11:26:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:39 smithi028 ceph-mon[112123]: from='client.327858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:39 smithi138 ceph-mon[117003]: 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-07T11:26:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:39 smithi138 ceph-mon[117003]: from='client.327858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:41 smithi161 ceph-mon[116604]: 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-07T11:26:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:41 smithi028 ceph-mon[112123]: 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-07T11:26:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:41 smithi138 ceph-mon[117003]: 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-07T11:26:43.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:43.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:43.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:43 smithi161 ceph-mon[116604]: 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-07T11:26:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:43 smithi028 ceph-mon[112123]: 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-07T11:26:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:43 smithi138 ceph-mon[117003]: 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-07T11:26:44.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:44.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:44.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:44.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:44.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:44 smithi161 ceph-mon[116604]: from='client.327936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:44 smithi028 ceph-mon[112123]: from='client.327936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:44 smithi138 ceph-mon[117003]: from='client.327936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:45 smithi161 ceph-mon[116604]: 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-07T11:26:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:45 smithi028 ceph-mon[112123]: 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-07T11:26:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:45 smithi138 ceph-mon[117003]: 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-07T11:26:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:47 smithi161 ceph-mon[116604]: 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-07T11:26:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:47 smithi028 ceph-mon[112123]: 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-07T11:26:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:47 smithi138 ceph-mon[117003]: 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-07T11:26:49.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:49.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:49.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:49 smithi161 ceph-mon[116604]: 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-07T11:26:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:49 smithi028 ceph-mon[112123]: 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-07T11:26:50.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:50.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:50.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:50.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:50.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:49 smithi138 ceph-mon[117003]: 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-07T11:26:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:50 smithi161 ceph-mon[116604]: from='client.328011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:50 smithi028 ceph-mon[112123]: from='client.328011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:50 smithi138 ceph-mon[117003]: from='client.328011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:51 smithi161 ceph-mon[116604]: 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-07T11:26:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:51 smithi028 ceph-mon[112123]: 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-07T11:26:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:51 smithi138 ceph-mon[117003]: 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-07T11:26:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:53 smithi161 ceph-mon[116604]: 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-07T11:26:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:53 smithi028 ceph-mon[112123]: 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-07T11:26:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:53 smithi138 ceph-mon[117003]: 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-07T11:26:55.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:26:55.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:26:55.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:26:55.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:26:55.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:26:55.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:26:55.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:26:55.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:26:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:55 smithi161 ceph-mon[116604]: 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-07T11:26:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:55 smithi028 ceph-mon[112123]: 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-07T11:26:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:55 smithi138 ceph-mon[117003]: 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-07T11:26:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:56 smithi161 ceph-mon[116604]: from='client.328086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:56 smithi028 ceph-mon[112123]: from='client.328086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:56 smithi138 ceph-mon[117003]: from='client.328086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:26:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:57 smithi161 ceph-mon[116604]: 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-07T11:26:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:57 smithi028 ceph-mon[112123]: 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-07T11:26:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:57 smithi138 ceph-mon[117003]: 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-07T11:27:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:26:59 smithi161 ceph-mon[116604]: 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-07T11:27:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:26:59 smithi028 ceph-mon[112123]: 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-07T11:27:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:26:59 smithi138 ceph-mon[117003]: 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-07T11:27:00.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:00.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:00.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:01.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:01.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:01.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:01.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:01.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:01 smithi161 ceph-mon[116604]: 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-07T11:27:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:01 smithi028 ceph-mon[112123]: 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-07T11:27:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:01 smithi138 ceph-mon[117003]: 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-07T11:27:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:02 smithi161 ceph-mon[116604]: from='client.328164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:02 smithi028 ceph-mon[112123]: from='client.328164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:02 smithi138 ceph-mon[117003]: from='client.328164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:03 smithi161 ceph-mon[116604]: 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-07T11:27:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:03 smithi028 ceph-mon[112123]: 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-07T11:27:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:03 smithi138 ceph-mon[117003]: 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-07T11:27:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:05 smithi161 ceph-mon[116604]: 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-07T11:27:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:05 smithi028 ceph-mon[112123]: 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-07T11:27:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:05 smithi138 ceph-mon[117003]: 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-07T11:27:06.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:06.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:06.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:07.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:07.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:07.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:07.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:07.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:07 smithi161 ceph-mon[116604]: 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-07T11:27:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:07 smithi028 ceph-mon[112123]: 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-07T11:27:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:07 smithi138 ceph-mon[117003]: 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-07T11:27:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:08 smithi161 ceph-mon[116604]: from='client.328236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:27:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:08 smithi028 ceph-mon[112123]: from='client.328236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:27:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:08 smithi138 ceph-mon[117003]: from='client.328236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:27:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:09 smithi161 ceph-mon[116604]: 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-07T11:27:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:27:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:27:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:27:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:09 smithi028 ceph-mon[112123]: 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-07T11:27:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:27:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:27:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:27:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:09 smithi138 ceph-mon[117003]: 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-07T11:27:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:27:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:27:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:27:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:11 smithi161 ceph-mon[116604]: 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-07T11:27:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:11 smithi028 ceph-mon[112123]: 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-07T11:27:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:11 smithi138 ceph-mon[117003]: 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-07T11:27:12.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:12.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:12.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:13.337 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:13.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:13.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:13.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:13.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:13 smithi161 ceph-mon[116604]: 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-07T11:27:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:13 smithi161 ceph-mon[116604]: from='client.328305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:13 smithi028 ceph-mon[112123]: 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-07T11:27:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:13 smithi028 ceph-mon[112123]: from='client.328305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:13 smithi138 ceph-mon[117003]: 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-07T11:27:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:13 smithi138 ceph-mon[117003]: from='client.328305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:15 smithi161 ceph-mon[116604]: 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-07T11:27:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:15 smithi028 ceph-mon[112123]: 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-07T11:27:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:15 smithi138 ceph-mon[117003]: 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-07T11:27:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:17 smithi161 ceph-mon[116604]: 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-07T11:27:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:17 smithi028 ceph-mon[112123]: 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-07T11:27:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:17 smithi138 ceph-mon[117003]: 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-07T11:27:18.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:18.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:18.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:19.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:19.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:19.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:19.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:19.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:19 smithi161 ceph-mon[116604]: 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-07T11:27:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:19 smithi161 ceph-mon[116604]: from='client.328380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:19 smithi028 ceph-mon[112123]: 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-07T11:27:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:19 smithi028 ceph-mon[112123]: from='client.328380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:19 smithi138 ceph-mon[117003]: 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-07T11:27:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:19 smithi138 ceph-mon[117003]: from='client.328380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:21 smithi161 ceph-mon[116604]: 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-07T11:27:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:21 smithi028 ceph-mon[112123]: 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-07T11:27:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:21 smithi138 ceph-mon[117003]: 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-07T11:27:24.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:24.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:24.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:23 smithi161 ceph-mon[116604]: 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-07T11:27:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:23 smithi028 ceph-mon[112123]: 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-07T11:27:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:23 smithi138 ceph-mon[117003]: 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-07T11:27:24.904 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:24.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:24.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:24.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:24.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:25 smithi161 ceph-mon[116604]: 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-07T11:27:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:25 smithi161 ceph-mon[116604]: from='client.328458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:25 smithi028 ceph-mon[112123]: 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-07T11:27:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:25 smithi028 ceph-mon[112123]: from='client.328458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:25 smithi138 ceph-mon[117003]: 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-07T11:27:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:25 smithi138 ceph-mon[117003]: from='client.328458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:27 smithi161 ceph-mon[116604]: pgmap v12022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:27 smithi028 ceph-mon[112123]: pgmap v12022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:27 smithi138 ceph-mon[117003]: pgmap v12022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:29.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:29.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:29.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:29 smithi161 ceph-mon[116604]: pgmap v12023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:29 smithi028 ceph-mon[112123]: pgmap v12023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:29 smithi138 ceph-mon[117003]: pgmap v12023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:27:30.684 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:30.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:30.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:30.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:30.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:31 smithi161 ceph-mon[116604]: 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-07T11:27:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:31 smithi161 ceph-mon[116604]: from='client.328533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:31 smithi028 ceph-mon[112123]: 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-07T11:27:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:31 smithi028 ceph-mon[112123]: from='client.328533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:31 smithi138 ceph-mon[117003]: 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-07T11:27:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:31 smithi138 ceph-mon[117003]: from='client.328533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:33 smithi161 ceph-mon[116604]: 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-07T11:27:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:33 smithi028 ceph-mon[112123]: 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-07T11:27:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:33 smithi138 ceph-mon[117003]: 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-07T11:27:35.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:35.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:35.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:35 smithi161 ceph-mon[116604]: 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-07T11:27:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:35 smithi028 ceph-mon[112123]: 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-07T11:27:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:35 smithi138 ceph-mon[117003]: 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-07T11:27:36.456 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:36.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:36.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:36.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:36.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:36 smithi161 ceph-mon[116604]: from='client.328611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:36 smithi028 ceph-mon[112123]: from='client.328611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:36 smithi138 ceph-mon[117003]: from='client.328611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:37 smithi161 ceph-mon[116604]: 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-07T11:27:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:37 smithi028 ceph-mon[112123]: 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-07T11:27:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:37 smithi138 ceph-mon[117003]: 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-07T11:27:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:39 smithi161 ceph-mon[116604]: pgmap v12028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:39 smithi028 ceph-mon[112123]: pgmap v12028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:39 smithi138 ceph-mon[117003]: pgmap v12028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:27:41.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:41.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:41.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:41 smithi161 ceph-mon[116604]: pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:41 smithi028 ceph-mon[112123]: pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:42.226 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:42.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:42.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:42.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:42.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:41 smithi138 ceph-mon[117003]: pgmap v12029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:27:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:42 smithi161 ceph-mon[116604]: from='client.328689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:42 smithi028 ceph-mon[112123]: from='client.328689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:42 smithi138 ceph-mon[117003]: from='client.328689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:43 smithi161 ceph-mon[116604]: 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-07T11:27:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:43 smithi028 ceph-mon[112123]: 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-07T11:27:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:43 smithi138 ceph-mon[117003]: 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-07T11:27:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:45 smithi028 ceph-mon[112123]: 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-07T11:27:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:45 smithi138 ceph-mon[117003]: 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-07T11:27:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:45 smithi161 ceph-mon[116604]: 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-07T11:27:47.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:47.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:47.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:48.001 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:48.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:48.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:48.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:48.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:47 smithi028 ceph-mon[112123]: 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-07T11:27:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:47 smithi138 ceph-mon[117003]: 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-07T11:27:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:47 smithi161 ceph-mon[116604]: 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-07T11:27:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:48 smithi028 ceph-mon[112123]: from='client.328767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:48 smithi138 ceph-mon[117003]: from='client.328767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:48 smithi161 ceph-mon[116604]: from='client.328767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:49 smithi028 ceph-mon[112123]: 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-07T11:27:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:49 smithi138 ceph-mon[117003]: 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-07T11:27:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:49 smithi161 ceph-mon[116604]: 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-07T11:27:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:51 smithi028 ceph-mon[112123]: 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-07T11:27:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:51 smithi138 ceph-mon[117003]: 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-07T11:27:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:51 smithi161 ceph-mon[116604]: 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-07T11:27:53.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:53.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:53.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:53.767 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:53.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:53.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:53.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:53.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:27:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:53 smithi028 ceph-mon[112123]: 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-07T11:27:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:53 smithi138 ceph-mon[117003]: 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-07T11:27:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:53 smithi161 ceph-mon[116604]: 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-07T11:27:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:54 smithi028 ceph-mon[112123]: from='client.328842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:54 smithi138 ceph-mon[117003]: from='client.328842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:54 smithi161 ceph-mon[116604]: from='client.328842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:27:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:55 smithi028 ceph-mon[112123]: 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-07T11:27:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:55 smithi138 ceph-mon[117003]: 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-07T11:27:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:55 smithi161 ceph-mon[116604]: 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-07T11:27:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:57 smithi028 ceph-mon[112123]: 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-07T11:27:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:57 smithi138 ceph-mon[117003]: 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-07T11:27:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:57 smithi161 ceph-mon[116604]: 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-07T11:27:58.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:27:58.769 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:27:58.769 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:27:59.548 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:27:59.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:27:59.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:27:59.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:27:59.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:27:59 smithi028 ceph-mon[112123]: 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-07T11:28:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:27:59 smithi138 ceph-mon[117003]: 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-07T11:28:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:27:59 smithi161 ceph-mon[116604]: 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-07T11:28:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:00 smithi138 ceph-mon[117003]: from='client.328917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:00 smithi161 ceph-mon[116604]: from='client.328917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:00 smithi028 ceph-mon[112123]: from='client.328917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:01 smithi138 ceph-mon[117003]: pgmap v12039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:01 smithi161 ceph-mon[116604]: pgmap v12039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:01 smithi028 ceph-mon[112123]: pgmap v12039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:03 smithi138 ceph-mon[117003]: pgmap v12040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:03 smithi161 ceph-mon[116604]: pgmap v12040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:03 smithi028 ceph-mon[112123]: pgmap v12040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:04.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:04.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:04.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:05.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:05.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:05.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:05.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:05.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:05 smithi138 ceph-mon[117003]: pgmap v12041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:05 smithi138 ceph-mon[117003]: from='client.328992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:05 smithi161 ceph-mon[116604]: pgmap v12041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:05 smithi161 ceph-mon[116604]: from='client.328992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:05 smithi028 ceph-mon[112123]: pgmap v12041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:05 smithi028 ceph-mon[112123]: from='client.328992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:07 smithi138 ceph-mon[117003]: 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-07T11:28:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:07 smithi161 ceph-mon[116604]: 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-07T11:28:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:07 smithi028 ceph-mon[112123]: 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-07T11:28:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:09 smithi138 ceph-mon[117003]: 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-07T11:28:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:28:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:28:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:28:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:28:10.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:10.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:10.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:09 smithi161 ceph-mon[116604]: 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-07T11:28:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:28:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:28:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:28:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:28:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:09 smithi028 ceph-mon[112123]: 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-07T11:28:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:28:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:28:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:28:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:28:11.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:11.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:11.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:11.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:11.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:11 smithi138 ceph-mon[117003]: 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-07T11:28:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:11 smithi138 ceph-mon[117003]: from='client.329067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:11 smithi161 ceph-mon[116604]: 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-07T11:28:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:11 smithi161 ceph-mon[116604]: from='client.329067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:11 smithi028 ceph-mon[112123]: 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-07T11:28:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:11 smithi028 ceph-mon[112123]: from='client.329067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:13 smithi138 ceph-mon[117003]: pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:13 smithi161 ceph-mon[116604]: pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:13 smithi028 ceph-mon[112123]: pgmap v12045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:16.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:16.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:16.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:15 smithi138 ceph-mon[117003]: pgmap v12046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:15 smithi161 ceph-mon[116604]: pgmap v12046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:15 smithi028 ceph-mon[112123]: pgmap v12046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:16.906 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:16.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:16.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:16.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:16.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:17 smithi138 ceph-mon[117003]: pgmap v12047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:17 smithi138 ceph-mon[117003]: from='client.329136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:17 smithi161 ceph-mon[116604]: pgmap v12047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:17 smithi161 ceph-mon[116604]: from='client.329136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:17 smithi028 ceph-mon[112123]: pgmap v12047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:17 smithi028 ceph-mon[112123]: from='client.329136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:19 smithi138 ceph-mon[117003]: 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-07T11:28:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:19 smithi161 ceph-mon[116604]: 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-07T11:28:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:19 smithi028 ceph-mon[112123]: 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-07T11:28:21.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:21.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:21.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:21 smithi138 ceph-mon[117003]: 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-07T11:28:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:21 smithi161 ceph-mon[116604]: 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-07T11:28:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:21 smithi028 ceph-mon[112123]: 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-07T11:28:22.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:22.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:22.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:22.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:22.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:24 smithi138 ceph-mon[117003]: 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-07T11:28:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:24 smithi138 ceph-mon[117003]: from='client.329205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:24 smithi161 ceph-mon[116604]: 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-07T11:28:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:24 smithi161 ceph-mon[116604]: from='client.329205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:23 smithi028 ceph-mon[112123]: 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-07T11:28:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:23 smithi028 ceph-mon[112123]: from='client.329205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:26 smithi138 ceph-mon[117003]: 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-07T11:28:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:26 smithi161 ceph-mon[116604]: 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-07T11:28:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:26 smithi028 ceph-mon[112123]: 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-07T11:28:27.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:27.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:27.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:28 smithi138 ceph-mon[117003]: 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-07T11:28:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:28 smithi161 ceph-mon[116604]: 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-07T11:28:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:28 smithi028 ceph-mon[112123]: 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-07T11:28:28.481 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:28.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:28.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:28.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:28.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:29 smithi138 ceph-mon[117003]: from='client.329277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:29 smithi161 ceph-mon[116604]: from='client.329277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:29 smithi028 ceph-mon[112123]: from='client.329277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:30 smithi138 ceph-mon[117003]: 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-07T11:28:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:30 smithi161 ceph-mon[116604]: 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-07T11:28:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:30 smithi028 ceph-mon[112123]: 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-07T11:28:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:32 smithi138 ceph-mon[117003]: 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-07T11:28:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:32 smithi161 ceph-mon[116604]: 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-07T11:28:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:32 smithi028 ceph-mon[112123]: 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-07T11:28:33.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:33.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:33.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:34.260 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:34.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:34.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:34.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:34.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:34 smithi138 ceph-mon[117003]: 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-07T11:28:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:34 smithi161 ceph-mon[116604]: 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-07T11:28:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:34 smithi028 ceph-mon[112123]: 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-07T11:28:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:35 smithi138 ceph-mon[117003]: from='client.329355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:35 smithi161 ceph-mon[116604]: from='client.329355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:35 smithi028 ceph-mon[112123]: from='client.329355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:36 smithi138 ceph-mon[117003]: 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-07T11:28:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:36 smithi161 ceph-mon[116604]: 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-07T11:28:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:36 smithi028 ceph-mon[112123]: 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-07T11:28:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:38 smithi138 ceph-mon[117003]: pgmap v12057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:28:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:38 smithi161 ceph-mon[116604]: pgmap v12057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:28:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:38 smithi028 ceph-mon[112123]: pgmap v12057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:28:39.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:39.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:39.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:40.036 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:40.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:40.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:40.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:40.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:40 smithi138 ceph-mon[117003]: pgmap v12058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:28:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:40 smithi161 ceph-mon[116604]: pgmap v12058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:28:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:40 smithi028 ceph-mon[112123]: pgmap v12058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:28:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:41 smithi138 ceph-mon[117003]: from='client.329427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:41 smithi161 ceph-mon[116604]: from='client.329427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:41 smithi028 ceph-mon[112123]: from='client.329427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:42 smithi138 ceph-mon[117003]: pgmap v12059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:42 smithi161 ceph-mon[116604]: pgmap v12059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:42 smithi028 ceph-mon[112123]: pgmap v12059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:44 smithi138 ceph-mon[117003]: pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:44 smithi161 ceph-mon[116604]: pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:44 smithi028 ceph-mon[112123]: pgmap v12060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:45.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:45.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:45.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:45.806 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:45.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:45.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:45.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:45.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:46 smithi161 ceph-mon[116604]: pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:46 smithi028 ceph-mon[112123]: pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:46 smithi138 ceph-mon[117003]: pgmap v12061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:28:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:47 smithi161 ceph-mon[116604]: from='client.329502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:47 smithi028 ceph-mon[112123]: from='client.329502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:47 smithi138 ceph-mon[117003]: from='client.329502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:48 smithi161 ceph-mon[116604]: 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-07T11:28:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:48 smithi028 ceph-mon[112123]: 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-07T11:28:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:48 smithi138 ceph-mon[117003]: 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-07T11:28:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:50 smithi161 ceph-mon[116604]: pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:28:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:50 smithi028 ceph-mon[112123]: pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:28:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:50 smithi138 ceph-mon[117003]: pgmap v12063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:28:50.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:50.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:50.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:51.589 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:51.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:51.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:51.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:51.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:52 smithi161 ceph-mon[116604]: pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:28:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:52 smithi028 ceph-mon[112123]: pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:28:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:52 smithi138 ceph-mon[117003]: pgmap v12064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:28:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:53 smithi161 ceph-mon[116604]: from='client.329580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:53 smithi028 ceph-mon[112123]: from='client.329580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:53 smithi138 ceph-mon[117003]: from='client.329580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:54 smithi161 ceph-mon[116604]: pgmap v12065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:54 smithi028 ceph-mon[112123]: pgmap v12065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:54 smithi138 ceph-mon[117003]: pgmap v12065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:56 smithi161 ceph-mon[116604]: pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:56 smithi028 ceph-mon[112123]: pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:56 smithi138 ceph-mon[117003]: pgmap v12066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:28:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:28:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:28:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:28:57.353 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:28:57.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:28:57.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:28:57.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:28:57.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:28:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:58 smithi161 ceph-mon[116604]: pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:28:58 smithi161 ceph-mon[116604]: from='client.329655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:58 smithi028 ceph-mon[112123]: pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:28:58 smithi028 ceph-mon[112123]: from='client.329655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:28:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:58 smithi138 ceph-mon[117003]: pgmap v12067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:28:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:28:58 smithi138 ceph-mon[117003]: from='client.329655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:00 smithi161 ceph-mon[116604]: 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-07T11:29:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:00 smithi028 ceph-mon[112123]: 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-07T11:29:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:00 smithi138 ceph-mon[117003]: 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-07T11:29:02.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:02.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:02.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:02 smithi161 ceph-mon[116604]: 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-07T11:29:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:02 smithi028 ceph-mon[112123]: 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-07T11:29:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:02 smithi138 ceph-mon[117003]: 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-07T11:29:03.137 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:03.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:03.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:03.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:03.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:04 smithi161 ceph-mon[116604]: 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-07T11:29:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:04 smithi161 ceph-mon[116604]: from='client.329727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:04 smithi028 ceph-mon[112123]: 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-07T11:29:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:04 smithi028 ceph-mon[112123]: from='client.329727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:04 smithi138 ceph-mon[117003]: 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-07T11:29:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:04 smithi138 ceph-mon[117003]: from='client.329727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:06 smithi161 ceph-mon[116604]: 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-07T11:29:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:06 smithi028 ceph-mon[112123]: 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-07T11:29:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:06 smithi138 ceph-mon[117003]: 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-07T11:29:08.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:08.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:08.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:08 smithi161 ceph-mon[116604]: 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-07T11:29:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:08 smithi028 ceph-mon[112123]: 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-07T11:29:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:08 smithi138 ceph-mon[117003]: 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-07T11:29:08.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:08.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:08.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:08.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:08.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:10 smithi161 ceph-mon[116604]: 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-07T11:29:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:10 smithi161 ceph-mon[116604]: from='client.329805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:29:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:10 smithi028 ceph-mon[112123]: 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-07T11:29:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:10 smithi028 ceph-mon[112123]: from='client.329805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:29:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:10 smithi138 ceph-mon[117003]: 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-07T11:29:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:10 smithi138 ceph-mon[117003]: from='client.329805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:29:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:29:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:29:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:29:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:29:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:29:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:29:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:29:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:29:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:29:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:12 smithi161 ceph-mon[116604]: 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-07T11:29:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:12 smithi028 ceph-mon[112123]: 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-07T11:29:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:12 smithi138 ceph-mon[117003]: 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-07T11:29:13.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:13.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:13.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:14 smithi161 ceph-mon[116604]: 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-07T11:29:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:14 smithi028 ceph-mon[112123]: 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-07T11:29:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:14 smithi138 ceph-mon[117003]: 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-07T11:29:14.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:14.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:14.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:14.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:14.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:15 smithi161 ceph-mon[116604]: 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-07T11:29:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:15 smithi161 ceph-mon[116604]: from='client.329883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:15 smithi028 ceph-mon[112123]: 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-07T11:29:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:15 smithi028 ceph-mon[112123]: from='client.329883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:15 smithi138 ceph-mon[117003]: 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-07T11:29:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:15 smithi138 ceph-mon[117003]: from='client.329883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:17 smithi161 ceph-mon[116604]: pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:17 smithi028 ceph-mon[112123]: pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:17 smithi138 ceph-mon[117003]: pgmap v12077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:19 smithi161 ceph-mon[116604]: pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:19.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:19.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:19.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:19 smithi028 ceph-mon[112123]: pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:19 smithi138 ceph-mon[117003]: pgmap v12078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:20.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:20.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:20.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:20.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:20.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:20 smithi161 ceph-mon[116604]: from='client.329961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:20 smithi028 ceph-mon[112123]: from='client.329961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:20 smithi138 ceph-mon[117003]: from='client.329961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:21 smithi161 ceph-mon[116604]: pgmap v12079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:21 smithi028 ceph-mon[112123]: pgmap v12079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:21 smithi138 ceph-mon[117003]: pgmap v12079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:23 smithi161 ceph-mon[116604]: pgmap v12080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:23 smithi028 ceph-mon[112123]: pgmap v12080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:23 smithi138 ceph-mon[117003]: pgmap v12080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:25.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:25.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:25.466 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:25 smithi161 ceph-mon[116604]: pgmap v12081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:25 smithi028 ceph-mon[112123]: pgmap v12081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:25 smithi138 ceph-mon[117003]: pgmap v12081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:26.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:26.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:26.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:26.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:26.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:26 smithi161 ceph-mon[116604]: from='client.330036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:26 smithi028 ceph-mon[112123]: from='client.330036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:26 smithi138 ceph-mon[117003]: from='client.330036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:27 smithi161 ceph-mon[116604]: 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-07T11:29:27.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:27 smithi028 ceph-mon[112123]: 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-07T11:29:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:27 smithi138 ceph-mon[117003]: 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-07T11:29:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:29 smithi161 ceph-mon[116604]: pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:29 smithi028 ceph-mon[112123]: pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:29 smithi138 ceph-mon[117003]: pgmap v12083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:31.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:31.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:31.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:31 smithi161 ceph-mon[116604]: pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:31 smithi028 ceph-mon[112123]: pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:31 smithi138 ceph-mon[117003]: pgmap v12084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:32.000 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:32.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:32.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:32.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:32.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:32 smithi161 ceph-mon[116604]: from='client.330114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:32 smithi028 ceph-mon[112123]: from='client.330114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:32 smithi138 ceph-mon[117003]: from='client.330114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:33 smithi161 ceph-mon[116604]: pgmap v12085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:33 smithi028 ceph-mon[112123]: pgmap v12085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:33 smithi138 ceph-mon[117003]: pgmap v12085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:35 smithi161 ceph-mon[116604]: pgmap v12086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:35 smithi028 ceph-mon[112123]: pgmap v12086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:35 smithi138 ceph-mon[117003]: pgmap v12086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:37.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:37.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:37.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:37 smithi161 ceph-mon[116604]: pgmap v12087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:37.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:37 smithi028 ceph-mon[112123]: pgmap v12087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:37.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:37.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:37.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:37.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:37.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:37 smithi138 ceph-mon[117003]: pgmap v12087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:29:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:38 smithi161 ceph-mon[116604]: from='client.330189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:38 smithi028 ceph-mon[112123]: from='client.330189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:38 smithi138 ceph-mon[117003]: from='client.330189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:39 smithi161 ceph-mon[116604]: 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-07T11:29:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:39 smithi028 ceph-mon[112123]: 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-07T11:29:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:39 smithi138 ceph-mon[117003]: 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-07T11:29:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:41 smithi161 ceph-mon[116604]: 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-07T11:29:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:41 smithi028 ceph-mon[112123]: 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-07T11:29:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:41 smithi138 ceph-mon[117003]: 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-07T11:29:42.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:42.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:42.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:43.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:43.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:43.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:43.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:43.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:43 smithi161 ceph-mon[116604]: 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-07T11:29:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:43 smithi028 ceph-mon[112123]: 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-07T11:29:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:43 smithi138 ceph-mon[117003]: 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-07T11:29:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:44 smithi161 ceph-mon[116604]: from='client.330261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:44 smithi028 ceph-mon[112123]: from='client.330261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:44 smithi138 ceph-mon[117003]: from='client.330261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:45 smithi161 ceph-mon[116604]: 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-07T11:29:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:45 smithi028 ceph-mon[112123]: 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-07T11:29:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:45 smithi138 ceph-mon[117003]: 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-07T11:29:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:47 smithi161 ceph-mon[116604]: 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-07T11:29:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:47 smithi028 ceph-mon[112123]: 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-07T11:29:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:47 smithi138 ceph-mon[117003]: 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-07T11:29:48.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:48.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:48.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:49.310 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:49.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:49.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:49.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:49.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:49 smithi161 ceph-mon[116604]: 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-07T11:29:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:49 smithi161 ceph-mon[116604]: from='client.330339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:49 smithi028 ceph-mon[112123]: 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-07T11:29:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:49 smithi028 ceph-mon[112123]: from='client.330339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:49 smithi138 ceph-mon[117003]: 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-07T11:29:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:49 smithi138 ceph-mon[117003]: from='client.330339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:51 smithi161 ceph-mon[116604]: pgmap v12094: 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-07T11:29:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:51 smithi028 ceph-mon[112123]: pgmap v12094: 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-07T11:29:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:51 smithi138 ceph-mon[117003]: pgmap v12094: 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-07T11:29:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:53 smithi161 ceph-mon[116604]: pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:29:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:53 smithi028 ceph-mon[112123]: pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:29:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:53 smithi138 ceph-mon[117003]: pgmap v12095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:29:54.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:29:54.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:29:54.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:29:55.076 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:29:55.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:29:55.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:29:55.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:29:55.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:29:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:55 smithi161 ceph-mon[116604]: pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:29:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:55 smithi161 ceph-mon[116604]: from='client.330408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:55 smithi028 ceph-mon[112123]: pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:29:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:55 smithi028 ceph-mon[112123]: from='client.330408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:55 smithi138 ceph-mon[117003]: pgmap v12096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:29:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:55 smithi138 ceph-mon[117003]: from='client.330408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:29:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:57 smithi161 ceph-mon[116604]: pgmap v12097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:57 smithi028 ceph-mon[112123]: pgmap v12097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:57 smithi138 ceph-mon[117003]: pgmap v12097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:29:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:29:59 smithi161 ceph-mon[116604]: pgmap v12098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:29:59 smithi028 ceph-mon[112123]: pgmap v12098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:29:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:29:59 smithi138 ceph-mon[117003]: pgmap v12098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:00.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:00.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:00.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T11:30:00.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T11:30:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T11:30:00.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:00.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:00.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:00.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:00.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:01 smithi161 ceph-mon[116604]: pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:01 smithi161 ceph-mon[116604]: from='client.330480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:01 smithi028 ceph-mon[112123]: pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:01 smithi028 ceph-mon[112123]: from='client.330480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:01 smithi138 ceph-mon[117003]: pgmap v12099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:01 smithi138 ceph-mon[117003]: from='client.330480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:03 smithi161 ceph-mon[116604]: 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-07T11:30:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:03 smithi028 ceph-mon[112123]: 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-07T11:30:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:03 smithi138 ceph-mon[117003]: 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-07T11:30:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:05 smithi161 ceph-mon[116604]: 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-07T11:30:05.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:05 smithi028 ceph-mon[112123]: 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-07T11:30:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:05 smithi138 ceph-mon[117003]: 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-07T11:30:05.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:05.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:05.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:06.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:06.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:06.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:06.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:06.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:07 smithi161 ceph-mon[116604]: pgmap v12102: 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-07T11:30:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:07 smithi161 ceph-mon[116604]: from='client.330558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:07 smithi028 ceph-mon[112123]: pgmap v12102: 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-07T11:30:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:07 smithi028 ceph-mon[112123]: from='client.330558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:07 smithi138 ceph-mon[117003]: pgmap v12102: 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-07T11:30:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:07 smithi138 ceph-mon[117003]: from='client.330558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:09 smithi161 ceph-mon[116604]: pgmap v12103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:09 smithi028 ceph-mon[112123]: pgmap v12103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:09 smithi138 ceph-mon[117003]: pgmap v12103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:11.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:11.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:11.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:11 smithi161 ceph-mon[116604]: pgmap v12104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:30:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:30:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:30:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:30:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:11 smithi028 ceph-mon[112123]: pgmap v12104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:30:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:30:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:30:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:30:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:11 smithi138 ceph-mon[117003]: pgmap v12104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:30:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:30:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:30:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:30:12.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:12.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:12.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:12.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:12.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:12 smithi161 ceph-mon[116604]: from='client.330636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:12 smithi028 ceph-mon[112123]: from='client.330636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:12 smithi138 ceph-mon[117003]: from='client.330636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:13 smithi161 ceph-mon[116604]: pgmap v12105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:13 smithi028 ceph-mon[112123]: pgmap v12105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:13 smithi138 ceph-mon[117003]: pgmap v12105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:15 smithi161 ceph-mon[116604]: pgmap v12106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:15 smithi028 ceph-mon[112123]: pgmap v12106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:15 smithi138 ceph-mon[117003]: pgmap v12106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:17.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:17.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:17.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:17 smithi161 ceph-mon[116604]: pgmap v12107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:17 smithi028 ceph-mon[112123]: pgmap v12107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:17 smithi138 ceph-mon[117003]: pgmap v12107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:18.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:18.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:18.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:18.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:18.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:18 smithi161 ceph-mon[116604]: from='client.330711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:18 smithi028 ceph-mon[112123]: from='client.330711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:18 smithi138 ceph-mon[117003]: from='client.330711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:19 smithi161 ceph-mon[116604]: 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-07T11:30:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:19 smithi028 ceph-mon[112123]: 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-07T11:30:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:19 smithi138 ceph-mon[117003]: 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-07T11:30:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:21 smithi161 ceph-mon[116604]: 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-07T11:30:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:21 smithi028 ceph-mon[112123]: 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-07T11:30:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:21 smithi138 ceph-mon[117003]: 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-07T11:30:23.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:23.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:23.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:23 smithi161 ceph-mon[116604]: 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-07T11:30:23.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:23 smithi028 ceph-mon[112123]: 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-07T11:30:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:23 smithi138 ceph-mon[117003]: 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-07T11:30:23.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:23.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:24 smithi028 ceph-mon[112123]: from='client.330789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:24 smithi138 ceph-mon[117003]: from='client.330789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:24 smithi161 ceph-mon[116604]: from='client.330789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:25.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:25 smithi028 ceph-mon[112123]: 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-07T11:30:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:25 smithi138 ceph-mon[117003]: 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-07T11:30:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:25 smithi161 ceph-mon[116604]: 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-07T11:30:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:27 smithi028 ceph-mon[112123]: 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-07T11:30:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:27 smithi138 ceph-mon[117003]: 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-07T11:30:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:27 smithi161 ceph-mon[116604]: 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-07T11:30:28.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:28.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:28.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:29 smithi028 ceph-mon[112123]: 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-07T11:30:29.764 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:29.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:29.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:29.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:29.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:29 smithi138 ceph-mon[117003]: 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-07T11:30:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:29 smithi161 ceph-mon[116604]: 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-07T11:30:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:30 smithi028 ceph-mon[112123]: from='client.330867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:30 smithi138 ceph-mon[117003]: from='client.330867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:30 smithi161 ceph-mon[116604]: from='client.330867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:31 smithi028 ceph-mon[112123]: pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:31 smithi138 ceph-mon[117003]: pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:31 smithi161 ceph-mon[116604]: pgmap v12114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:33 smithi028 ceph-mon[112123]: pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:33 smithi138 ceph-mon[117003]: pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:33 smithi161 ceph-mon[116604]: pgmap v12115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:34.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:34.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:34.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:35.539 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:35.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:35.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:35.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:35.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:35 smithi028 ceph-mon[112123]: pgmap v12116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:35 smithi138 ceph-mon[117003]: pgmap v12116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:35 smithi161 ceph-mon[116604]: pgmap v12116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:36 smithi028 ceph-mon[112123]: from='client.330939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:36 smithi138 ceph-mon[117003]: from='client.330939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:36 smithi161 ceph-mon[116604]: from='client.330939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:37 smithi028 ceph-mon[112123]: pgmap v12117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:37 smithi138 ceph-mon[117003]: pgmap v12117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:37 smithi161 ceph-mon[116604]: pgmap v12117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:39 smithi138 ceph-mon[117003]: pgmap v12118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:39 smithi161 ceph-mon[116604]: pgmap v12118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:39 smithi028 ceph-mon[112123]: pgmap v12118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:30:40.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:40.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:40.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:41.318 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:41.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:41.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:41.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:41.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:41 smithi138 ceph-mon[117003]: pgmap v12119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:41 smithi138 ceph-mon[117003]: from='client.331011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:41 smithi161 ceph-mon[116604]: pgmap v12119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:41 smithi161 ceph-mon[116604]: from='client.331011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:41 smithi028 ceph-mon[112123]: pgmap v12119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:41 smithi028 ceph-mon[112123]: from='client.331011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:43 smithi138 ceph-mon[117003]: pgmap v12120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:43 smithi161 ceph-mon[116604]: pgmap v12120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:43 smithi028 ceph-mon[112123]: pgmap v12120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:45 smithi138 ceph-mon[117003]: pgmap v12121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:45 smithi161 ceph-mon[116604]: pgmap v12121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:45 smithi028 ceph-mon[112123]: pgmap v12121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:46.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:46.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:46.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:47.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:47.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:47.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:47.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:47.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:47 smithi138 ceph-mon[117003]: pgmap v12122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:47 smithi138 ceph-mon[117003]: from='client.331086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:47 smithi161 ceph-mon[116604]: pgmap v12122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:47 smithi161 ceph-mon[116604]: from='client.331086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:47 smithi028 ceph-mon[112123]: pgmap v12122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:47 smithi028 ceph-mon[112123]: from='client.331086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:49 smithi138 ceph-mon[117003]: pgmap v12123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:49 smithi161 ceph-mon[116604]: pgmap v12123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:49 smithi028 ceph-mon[112123]: pgmap v12123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:51 smithi138 ceph-mon[117003]: pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:51 smithi161 ceph-mon[116604]: pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:51 smithi028 ceph-mon[112123]: pgmap v12124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:52.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:52.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:52.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:52.865 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:52.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:52.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:52.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:52.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:53 smithi138 ceph-mon[117003]: pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:53 smithi138 ceph-mon[117003]: from='client.331164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:53 smithi161 ceph-mon[116604]: pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:53 smithi161 ceph-mon[116604]: from='client.331164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:53 smithi028 ceph-mon[112123]: pgmap v12125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:53 smithi028 ceph-mon[112123]: from='client.331164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:55 smithi138 ceph-mon[117003]: pgmap v12126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:55 smithi161 ceph-mon[116604]: pgmap v12126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:55 smithi028 ceph-mon[112123]: pgmap v12126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:30:57.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:57 smithi138 ceph-mon[117003]: pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:57.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:30:57.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:30:57.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:30:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:57 smithi161 ceph-mon[116604]: pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:57 smithi028 ceph-mon[112123]: pgmap v12127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:30:58.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:30:58.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:30:58.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:30:58.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:30:58.658 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:30:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:59 smithi138 ceph-mon[117003]: 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-07T11:30:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:30:59 smithi138 ceph-mon[117003]: from='client.331236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:59 smithi161 ceph-mon[116604]: 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-07T11:30:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:30:59 smithi161 ceph-mon[116604]: from='client.331236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:30:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:59 smithi028 ceph-mon[112123]: 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-07T11:30:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:30:59 smithi028 ceph-mon[112123]: from='client.331236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:01 smithi138 ceph-mon[117003]: 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-07T11:31:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:01 smithi161 ceph-mon[116604]: 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-07T11:31:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:01 smithi028 ceph-mon[112123]: 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-07T11:31:03.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:03.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:03.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:03 smithi138 ceph-mon[117003]: 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-07T11:31:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:03 smithi161 ceph-mon[116604]: 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-07T11:31:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:03 smithi028 ceph-mon[112123]: 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-07T11:31:04.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:04.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:04.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:04.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:04.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:04 smithi138 ceph-mon[117003]: from='client.331311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:04 smithi161 ceph-mon[116604]: from='client.331311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:04 smithi028 ceph-mon[112123]: from='client.331311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:05 smithi138 ceph-mon[117003]: 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-07T11:31:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:05 smithi161 ceph-mon[116604]: 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-07T11:31:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:05 smithi028 ceph-mon[112123]: 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-07T11:31:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:07 smithi138 ceph-mon[117003]: pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:31:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:07 smithi161 ceph-mon[116604]: pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:31:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:07 smithi028 ceph-mon[112123]: pgmap v12132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:31:09.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:09.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:09.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:09 smithi138 ceph-mon[117003]: pgmap v12133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:31:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:09 smithi161 ceph-mon[116604]: pgmap v12133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:31:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:09 smithi028 ceph-mon[112123]: pgmap v12133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:31:10.221 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:10.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:10.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:10.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:10.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:10 smithi138 ceph-mon[117003]: from='client.331389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:10 smithi161 ceph-mon[116604]: from='client.331389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:10 smithi028 ceph-mon[112123]: from='client.331389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:11 smithi138 ceph-mon[117003]: pgmap v12134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:31:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:11 smithi161 ceph-mon[116604]: pgmap v12134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:31:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:11 smithi028 ceph-mon[112123]: pgmap v12134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:31:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:31:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:31:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:31:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:31:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:31:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:31:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:31:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:13 smithi161 ceph-mon[116604]: pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:13 smithi028 ceph-mon[112123]: pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:13 smithi138 ceph-mon[117003]: pgmap v12135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:15.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:15.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:15.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:15.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:15.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:15.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:15.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:15.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:15 smithi161 ceph-mon[116604]: pgmap v12136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:15 smithi028 ceph-mon[112123]: pgmap v12136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:15 smithi138 ceph-mon[117003]: pgmap v12136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:16 smithi161 ceph-mon[116604]: from='client.331464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:16 smithi028 ceph-mon[112123]: from='client.331464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:16 smithi138 ceph-mon[117003]: from='client.331464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:17 smithi161 ceph-mon[116604]: pgmap v12137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:17 smithi028 ceph-mon[112123]: pgmap v12137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:17 smithi138 ceph-mon[117003]: pgmap v12137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:19 smithi161 ceph-mon[116604]: pgmap v12138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:31:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:19 smithi028 ceph-mon[112123]: pgmap v12138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:31:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:19 smithi138 ceph-mon[117003]: pgmap v12138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:31:20.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:20.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:20.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:21.774 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:21.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:21.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:21.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:21.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:21 smithi161 ceph-mon[116604]: pgmap v12139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:31:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:21 smithi028 ceph-mon[112123]: pgmap v12139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:31:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:21 smithi138 ceph-mon[117003]: pgmap v12139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:31:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:22 smithi161 ceph-mon[116604]: from='client.331536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:22 smithi028 ceph-mon[112123]: from='client.331536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:22 smithi138 ceph-mon[117003]: from='client.331536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:23 smithi161 ceph-mon[116604]: pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:23 smithi028 ceph-mon[112123]: pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:23 smithi138 ceph-mon[117003]: pgmap v12140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:25 smithi161 ceph-mon[116604]: pgmap v12141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:25 smithi028 ceph-mon[112123]: pgmap v12141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:25 smithi138 ceph-mon[117003]: pgmap v12141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:26.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:26.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:26.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:27.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:27.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:27.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:27.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:27.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:27 smithi161 ceph-mon[116604]: pgmap v12142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:27 smithi028 ceph-mon[112123]: pgmap v12142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:27 smithi138 ceph-mon[117003]: pgmap v12142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:28 smithi161 ceph-mon[116604]: from='client.331611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:28 smithi028 ceph-mon[112123]: from='client.331611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:28 smithi138 ceph-mon[117003]: from='client.331611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:29 smithi161 ceph-mon[116604]: pgmap v12143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:29 smithi028 ceph-mon[112123]: pgmap v12143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:29 smithi138 ceph-mon[117003]: pgmap v12143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:31 smithi161 ceph-mon[116604]: pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:31 smithi028 ceph-mon[112123]: pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:31 smithi138 ceph-mon[117003]: pgmap v12144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:32.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:32.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:32.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:33.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:33.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:33.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:33.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:33.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:33 smithi161 ceph-mon[116604]: pgmap v12145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:33 smithi161 ceph-mon[116604]: from='client.331686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:33 smithi028 ceph-mon[112123]: pgmap v12145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:33 smithi028 ceph-mon[112123]: from='client.331686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:33 smithi138 ceph-mon[117003]: pgmap v12145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:33 smithi138 ceph-mon[117003]: from='client.331686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:35 smithi161 ceph-mon[116604]: pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:35 smithi028 ceph-mon[112123]: pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:35 smithi138 ceph-mon[117003]: pgmap v12146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:38.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:37 smithi161 ceph-mon[116604]: pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:37 smithi028 ceph-mon[112123]: pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:37 smithi138 ceph-mon[117003]: pgmap v12147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:31:38.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:38.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:38.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:39.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:39.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:39.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:39.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:39.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:39 smithi161 ceph-mon[116604]: 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-07T11:31:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:39 smithi161 ceph-mon[116604]: from='client.331761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:39 smithi028 ceph-mon[112123]: 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-07T11:31:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:39 smithi028 ceph-mon[112123]: from='client.331761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:39 smithi138 ceph-mon[117003]: 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-07T11:31:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:39 smithi138 ceph-mon[117003]: from='client.331761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:41 smithi161 ceph-mon[116604]: 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-07T11:31:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:41 smithi028 ceph-mon[112123]: 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-07T11:31:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:41 smithi138 ceph-mon[117003]: 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-07T11:31:44.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:44.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:44.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:43 smithi161 ceph-mon[116604]: 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-07T11:31:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:43 smithi028 ceph-mon[112123]: 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-07T11:31:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:43 smithi138 ceph-mon[117003]: 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-07T11:31:44.876 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:44.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:44.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:44.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:44.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:45 smithi161 ceph-mon[116604]: 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-07T11:31:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:45 smithi161 ceph-mon[116604]: from='client.331836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:45 smithi028 ceph-mon[112123]: 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-07T11:31:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:45 smithi028 ceph-mon[112123]: from='client.331836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:45 smithi138 ceph-mon[117003]: 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-07T11:31:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:45 smithi138 ceph-mon[117003]: from='client.331836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:47 smithi161 ceph-mon[116604]: pgmap v12152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:47 smithi028 ceph-mon[112123]: pgmap v12152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:47 smithi138 ceph-mon[117003]: pgmap v12152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:49.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:49.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:49.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:49 smithi161 ceph-mon[116604]: pgmap v12153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:49 smithi028 ceph-mon[112123]: pgmap v12153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:49 smithi138 ceph-mon[117003]: pgmap v12153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:50.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:50.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:50.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:50.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:50.647 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:51 smithi161 ceph-mon[116604]: pgmap v12154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:51 smithi161 ceph-mon[116604]: from='client.331911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:51 smithi028 ceph-mon[112123]: pgmap v12154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:51 smithi028 ceph-mon[112123]: from='client.331911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:51 smithi138 ceph-mon[117003]: pgmap v12154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:51 smithi138 ceph-mon[117003]: from='client.331911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:53 smithi028 ceph-mon[112123]: pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:53 smithi138 ceph-mon[117003]: pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:53 smithi161 ceph-mon[116604]: pgmap v12155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:31:55.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:31:55.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:31:55.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:31:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:55 smithi028 ceph-mon[112123]: pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:31:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:55 smithi138 ceph-mon[117003]: pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:31:56.433 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:31:56.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:31:56.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:31:56.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:31:56.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:31:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:55 smithi161 ceph-mon[116604]: pgmap v12156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:31:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:56 smithi028 ceph-mon[112123]: from='client.331989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:56 smithi138 ceph-mon[117003]: from='client.331989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:56 smithi161 ceph-mon[116604]: from='client.331989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:31:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:57 smithi028 ceph-mon[112123]: pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:57 smithi138 ceph-mon[117003]: pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:31:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:57 smithi161 ceph-mon[116604]: pgmap v12157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:31:59 smithi028 ceph-mon[112123]: 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-07T11:32:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:31:59 smithi138 ceph-mon[117003]: 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-07T11:32:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:31:59 smithi161 ceph-mon[116604]: 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-07T11:32:01.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:01.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:01.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:02.205 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:02.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:02.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:02.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:02.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:01 smithi028 ceph-mon[112123]: pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:01 smithi138 ceph-mon[117003]: pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:01 smithi161 ceph-mon[116604]: pgmap v12159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:02 smithi028 ceph-mon[112123]: from='client.332067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:02 smithi138 ceph-mon[117003]: from='client.332067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:02 smithi161 ceph-mon[116604]: from='client.332067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:03 smithi028 ceph-mon[112123]: pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:03 smithi138 ceph-mon[117003]: pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:03 smithi161 ceph-mon[116604]: pgmap v12160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:05 smithi028 ceph-mon[112123]: pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:32:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:05 smithi138 ceph-mon[117003]: pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:32:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:05 smithi161 ceph-mon[116604]: pgmap v12161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:32:07.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:07.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:07.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:07.984 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:07.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:07.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:07.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:07.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:07 smithi138 ceph-mon[117003]: pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:07 smithi161 ceph-mon[116604]: pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:07 smithi028 ceph-mon[112123]: pgmap v12162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:08 smithi138 ceph-mon[117003]: from='client.332142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:08 smithi161 ceph-mon[116604]: from='client.332142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:08 smithi028 ceph-mon[112123]: from='client.332142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:09 smithi138 ceph-mon[117003]: pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:09 smithi161 ceph-mon[116604]: pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:09 smithi028 ceph-mon[112123]: pgmap v12163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:11 smithi138 ceph-mon[117003]: pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:11 smithi161 ceph-mon[116604]: pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:11 smithi028 ceph-mon[112123]: pgmap v12164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:12.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:12.985 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:12.985 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:32:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:32:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:32:13.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:13.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:13.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:13.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:13.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:13 smithi138 ceph-mon[117003]: 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-07T11:32:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:32:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:32:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:32:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:13 smithi161 ceph-mon[116604]: 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-07T11:32:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:32:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:32:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:32:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:13 smithi028 ceph-mon[112123]: 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-07T11:32:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:32:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:32:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:32:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:14 smithi138 ceph-mon[117003]: from='client.332217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:14 smithi161 ceph-mon[116604]: from='client.332217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:14 smithi028 ceph-mon[112123]: from='client.332217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:15 smithi138 ceph-mon[117003]: pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:32:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:15 smithi161 ceph-mon[116604]: pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:32:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:15 smithi028 ceph-mon[112123]: pgmap v12166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:32:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:17 smithi138 ceph-mon[117003]: pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:17 smithi161 ceph-mon[116604]: pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:17 smithi028 ceph-mon[112123]: pgmap v12167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:18.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:18.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:18.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:19.528 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:19.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:19.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:19.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:19.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:19 smithi138 ceph-mon[117003]: 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-07T11:32:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:19 smithi138 ceph-mon[117003]: from='client.332292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:19 smithi161 ceph-mon[116604]: 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-07T11:32:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:19 smithi161 ceph-mon[116604]: from='client.332292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:19 smithi028 ceph-mon[112123]: 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-07T11:32:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:19 smithi028 ceph-mon[112123]: from='client.332292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:21 smithi138 ceph-mon[117003]: pgmap v12169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:21 smithi161 ceph-mon[116604]: pgmap v12169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:21 smithi028 ceph-mon[112123]: pgmap v12169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:23 smithi138 ceph-mon[117003]: pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:23 smithi161 ceph-mon[116604]: pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:23 smithi028 ceph-mon[112123]: pgmap v12170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:24.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:24.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:24.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:25.297 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:25.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:25.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:25.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:25.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:26 smithi138 ceph-mon[117003]: pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:32:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:26 smithi138 ceph-mon[117003]: from='client.332367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:26 smithi161 ceph-mon[116604]: pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:32:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:26 smithi161 ceph-mon[116604]: from='client.332367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:26 smithi028 ceph-mon[112123]: pgmap v12171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:32:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:26 smithi028 ceph-mon[112123]: from='client.332367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:28 smithi138 ceph-mon[117003]: pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:32:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:28 smithi161 ceph-mon[116604]: pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:32:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:28 smithi028 ceph-mon[112123]: pgmap v12172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:32:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:30 smithi138 ceph-mon[117003]: pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:30.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:30.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:30.300 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:30 smithi161 ceph-mon[116604]: pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:30 smithi028 ceph-mon[112123]: pgmap v12173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:32:31.094 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:31.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:31.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:31.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:31.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:32 smithi138 ceph-mon[117003]: pgmap v12174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:32 smithi138 ceph-mon[117003]: from='client.332439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:32 smithi161 ceph-mon[116604]: pgmap v12174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:32 smithi161 ceph-mon[116604]: from='client.332439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:32 smithi028 ceph-mon[112123]: pgmap v12174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:32 smithi028 ceph-mon[112123]: from='client.332439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:34 smithi138 ceph-mon[117003]: 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-07T11:32:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:34 smithi161 ceph-mon[116604]: 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-07T11:32:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:34 smithi028 ceph-mon[112123]: 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-07T11:32:36.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:36.100 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:36.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:36 smithi138 ceph-mon[117003]: pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:32:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:36 smithi161 ceph-mon[116604]: pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:32:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:36 smithi028 ceph-mon[112123]: pgmap v12176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:32:36.861 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:36.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:36.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:36.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:36.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:38 smithi138 ceph-mon[117003]: pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:38 smithi138 ceph-mon[117003]: from='client.332514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:38 smithi161 ceph-mon[116604]: pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:38 smithi161 ceph-mon[116604]: from='client.332514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:38 smithi028 ceph-mon[112123]: pgmap v12177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:38 smithi028 ceph-mon[112123]: from='client.332514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:40 smithi138 ceph-mon[117003]: 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-07T11:32:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:40 smithi161 ceph-mon[116604]: 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-07T11:32:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:40 smithi028 ceph-mon[112123]: 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-07T11:32:41.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:41.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:41.864 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:42 smithi138 ceph-mon[117003]: pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:42 smithi161 ceph-mon[116604]: pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:42 smithi028 ceph-mon[112123]: pgmap v12179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:42.644 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:42.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:42.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:42.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:42.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:44 smithi138 ceph-mon[117003]: pgmap v12180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:44 smithi138 ceph-mon[117003]: from='client.332589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:44 smithi161 ceph-mon[116604]: pgmap v12180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:44 smithi161 ceph-mon[116604]: from='client.332589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:44 smithi028 ceph-mon[112123]: pgmap v12180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:44 smithi028 ceph-mon[112123]: from='client.332589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:46 smithi138 ceph-mon[117003]: pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:46 smithi161 ceph-mon[116604]: pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:46 smithi028 ceph-mon[112123]: pgmap v12181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:47.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:47.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:47.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:48 smithi138 ceph-mon[117003]: pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:48.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:48.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:48.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:48.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:48.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:48 smithi161 ceph-mon[116604]: pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:48 smithi028 ceph-mon[112123]: pgmap v12182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:32:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:49 smithi138 ceph-mon[117003]: from='client.332667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:49 smithi161 ceph-mon[116604]: from='client.332667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:49 smithi028 ceph-mon[112123]: from='client.332667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:50 smithi138 ceph-mon[117003]: pgmap v12183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:50 smithi161 ceph-mon[116604]: pgmap v12183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:50 smithi028 ceph-mon[112123]: pgmap v12183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:32:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:52 smithi161 ceph-mon[116604]: pgmap v12184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:52 smithi028 ceph-mon[112123]: pgmap v12184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:52 smithi138 ceph-mon[117003]: pgmap v12184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:32:53.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:53.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:53.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:54.193 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:54.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:54.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:54.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:54.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:32:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:54 smithi161 ceph-mon[116604]: 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-07T11:32:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:54 smithi028 ceph-mon[112123]: 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-07T11:32:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:54 smithi138 ceph-mon[117003]: 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-07T11:32:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:55 smithi161 ceph-mon[116604]: from='client.332739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:55 smithi028 ceph-mon[112123]: from='client.332739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:55 smithi138 ceph-mon[117003]: from='client.332739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:32:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:56 smithi161 ceph-mon[116604]: pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:32:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:56 smithi028 ceph-mon[112123]: pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:32:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:56 smithi138 ceph-mon[117003]: pgmap v12186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T11:32:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:32:58 smithi161 ceph-mon[116604]: pgmap v12187: 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-07T11:32:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:32:58 smithi028 ceph-mon[112123]: pgmap v12187: 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-07T11:32:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:32:58 smithi138 ceph-mon[117003]: pgmap v12187: 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-07T11:32:59.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:32:59.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:32:59.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:32:59.984 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:32:59.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:32:59.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:32:59.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:32:59.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:00 smithi161 ceph-mon[116604]: pgmap v12188: 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-07T11:33:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:00 smithi028 ceph-mon[112123]: pgmap v12188: 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-07T11:33:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:00 smithi138 ceph-mon[117003]: pgmap v12188: 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-07T11:33:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:01 smithi161 ceph-mon[116604]: from='client.332817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:01 smithi028 ceph-mon[112123]: from='client.332817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:01 smithi138 ceph-mon[117003]: from='client.332817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:02 smithi161 ceph-mon[116604]: pgmap v12189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:02 smithi028 ceph-mon[112123]: pgmap v12189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:02 smithi138 ceph-mon[117003]: pgmap v12189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:04 smithi161 ceph-mon[116604]: pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:04 smithi028 ceph-mon[112123]: pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:04 smithi138 ceph-mon[117003]: pgmap v12190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:04.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:04.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:04.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:05.768 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:05.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:05.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:05.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:05.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:06 smithi161 ceph-mon[116604]: 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-07T11:33:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:06 smithi028 ceph-mon[112123]: 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-07T11:33:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:06 smithi138 ceph-mon[117003]: 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-07T11:33:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:07 smithi161 ceph-mon[116604]: from='client.332895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:07 smithi028 ceph-mon[112123]: from='client.332895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:07 smithi138 ceph-mon[117003]: from='client.332895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:08 smithi161 ceph-mon[116604]: pgmap v12192: 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-07T11:33:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:08 smithi028 ceph-mon[112123]: pgmap v12192: 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-07T11:33:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:08 smithi138 ceph-mon[117003]: pgmap v12192: 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-07T11:33:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:10 smithi161 ceph-mon[116604]: pgmap v12193: 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-07T11:33:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:10 smithi028 ceph-mon[112123]: pgmap v12193: 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-07T11:33:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:10 smithi138 ceph-mon[117003]: pgmap v12193: 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-07T11:33:10.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:10.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:10.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:11.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:11.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:11.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:11.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:11.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:12 smithi161 ceph-mon[116604]: pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:33:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:12 smithi028 ceph-mon[112123]: pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:33:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:12 smithi138 ceph-mon[117003]: pgmap v12194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T11:33:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:13 smithi161 ceph-mon[116604]: from='client.332973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:13 smithi028 ceph-mon[112123]: from='client.332973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:13 smithi138 ceph-mon[117003]: from='client.332973 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:14 smithi161 ceph-mon[116604]: 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-07T11:33:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:33:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:14 smithi028 ceph-mon[112123]: 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-07T11:33:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:33:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:14 smithi138 ceph-mon[117003]: 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-07T11:33:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:33:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:33:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:33:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:33:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:33:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:33:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:33:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.515 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.515 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.515 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.515 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.515 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.515 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.516 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:33:15.516 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:15.516 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:33:15.516 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:33:15.516 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:33:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:16 smithi161 ceph-mon[116604]: pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:16 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15960M 2023-12-07T11:33:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:16 smithi028 ceph-mon[112123]: pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:16 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15960M 2023-12-07T11:33:16.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:16.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:16.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:16 smithi138 ceph-mon[117003]: pgmap v12196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:16 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15960M 2023-12-07T11:33:17.310 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:17.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:17.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:17.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:17.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:18 smithi161 ceph-mon[116604]: pgmap v12197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:18 smithi161 ceph-mon[116604]: from='client.333051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:18 smithi028 ceph-mon[112123]: pgmap v12197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:18 smithi028 ceph-mon[112123]: from='client.333051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:18 smithi138 ceph-mon[117003]: pgmap v12197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:18 smithi138 ceph-mon[117003]: from='client.333051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:20 smithi161 ceph-mon[116604]: pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:20 smithi028 ceph-mon[112123]: pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:20 smithi138 ceph-mon[117003]: pgmap v12198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:22.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:22.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:22.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:22 smithi161 ceph-mon[116604]: pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:22 smithi028 ceph-mon[112123]: pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:22 smithi138 ceph-mon[117003]: pgmap v12199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:23.085 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:23.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:23.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:23.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:23.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:24 smithi161 ceph-mon[116604]: pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:24 smithi161 ceph-mon[116604]: from='client.333126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:24 smithi028 ceph-mon[112123]: pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:24 smithi028 ceph-mon[112123]: from='client.333126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:24 smithi138 ceph-mon[117003]: pgmap v12200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:24 smithi138 ceph-mon[117003]: from='client.333126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:26 smithi161 ceph-mon[116604]: pgmap v12201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:26 smithi028 ceph-mon[112123]: pgmap v12201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:26 smithi138 ceph-mon[117003]: pgmap v12201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:28.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:28.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:28.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:28 smithi161 ceph-mon[116604]: 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-07T11:33:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:28 smithi028 ceph-mon[112123]: 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-07T11:33:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:28 smithi138 ceph-mon[117003]: 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-07T11:33:28.860 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:28.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:28.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:28.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:28.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:30 smithi161 ceph-mon[116604]: pgmap v12203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:30 smithi161 ceph-mon[116604]: from='client.333204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:30 smithi028 ceph-mon[112123]: pgmap v12203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:30 smithi028 ceph-mon[112123]: from='client.333204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:30 smithi138 ceph-mon[117003]: pgmap v12203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:30 smithi138 ceph-mon[117003]: from='client.333204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:32 smithi161 ceph-mon[116604]: pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:32 smithi028 ceph-mon[112123]: pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:32 smithi138 ceph-mon[117003]: pgmap v12204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:33.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:33.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:33.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:34 smithi161 ceph-mon[116604]: 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-07T11:33:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:34 smithi028 ceph-mon[112123]: 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-07T11:33:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:34 smithi138 ceph-mon[117003]: 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-07T11:33:34.625 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:34.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:34.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:34.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:34.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:36 smithi161 ceph-mon[116604]: 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-07T11:33:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:36 smithi161 ceph-mon[116604]: from='client.333276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:36 smithi028 ceph-mon[112123]: 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-07T11:33:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:36 smithi028 ceph-mon[112123]: from='client.333276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:36 smithi138 ceph-mon[117003]: 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-07T11:33:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:36 smithi138 ceph-mon[117003]: from='client.333276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:38 smithi161 ceph-mon[116604]: pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:38 smithi028 ceph-mon[112123]: pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:38 smithi138 ceph-mon[117003]: pgmap v12207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:39.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:39.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:39.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:40.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:40.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:40.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:40.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:40.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:40 smithi161 ceph-mon[116604]: pgmap v12208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:40 smithi028 ceph-mon[112123]: pgmap v12208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:40 smithi138 ceph-mon[117003]: pgmap v12208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:41 smithi161 ceph-mon[116604]: from='client.333351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:41 smithi028 ceph-mon[112123]: from='client.333351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:41 smithi138 ceph-mon[117003]: from='client.333351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:42 smithi161 ceph-mon[116604]: pgmap v12209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:42 smithi028 ceph-mon[112123]: pgmap v12209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:42 smithi138 ceph-mon[117003]: pgmap v12209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:44 smithi161 ceph-mon[116604]: pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:44 smithi028 ceph-mon[112123]: pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:44 smithi138 ceph-mon[117003]: pgmap v12210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:33:45.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:45.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:45.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:46.190 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:46.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:46.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:46.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:46.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:46 smithi161 ceph-mon[116604]: 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-07T11:33:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:46 smithi028 ceph-mon[112123]: 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-07T11:33:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:46 smithi138 ceph-mon[117003]: 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-07T11:33:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:47 smithi161 ceph-mon[116604]: from='client.333429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:47 smithi028 ceph-mon[112123]: from='client.333429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:47 smithi138 ceph-mon[117003]: from='client.333429 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:48 smithi161 ceph-mon[116604]: pgmap v12212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:48 smithi028 ceph-mon[112123]: pgmap v12212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:48 smithi138 ceph-mon[117003]: pgmap v12212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:50 smithi161 ceph-mon[116604]: 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-07T11:33:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:50 smithi028 ceph-mon[112123]: 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-07T11:33:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:50 smithi138 ceph-mon[117003]: 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-07T11:33:51.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:51.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:51.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:51.959 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:51.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:51.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:51.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:51.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:52 smithi161 ceph-mon[116604]: 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-07T11:33:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:52 smithi028 ceph-mon[112123]: 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-07T11:33:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:52 smithi138 ceph-mon[117003]: 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-07T11:33:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:53 smithi161 ceph-mon[116604]: from='client.333501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:53 smithi028 ceph-mon[112123]: from='client.333501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:53 smithi138 ceph-mon[117003]: from='client.333501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:54 smithi161 ceph-mon[116604]: 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-07T11:33:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:54 smithi028 ceph-mon[112123]: 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-07T11:33:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:54 smithi138 ceph-mon[117003]: 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-07T11:33:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:55 smithi161 ceph-mon[116604]: pgmap v12216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:55 smithi028 ceph-mon[112123]: pgmap v12216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:55 smithi138 ceph-mon[117003]: pgmap v12216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:33:56.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:33:56.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:33:56.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:33:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:57 smithi161 ceph-mon[116604]: pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:57 smithi028 ceph-mon[112123]: pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:57.753 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:33:57.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:33:57.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:33:57.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:33:57.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:33:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:57 smithi138 ceph-mon[117003]: pgmap v12217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:58 smithi161 ceph-mon[116604]: from='client.333579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:58 smithi028 ceph-mon[112123]: from='client.333579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:58 smithi138 ceph-mon[117003]: from='client.333579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:33:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:33:59 smithi161 ceph-mon[116604]: pgmap v12218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:33:59 smithi028 ceph-mon[112123]: pgmap v12218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:33:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:33:59 smithi138 ceph-mon[117003]: pgmap v12218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:01 smithi161 ceph-mon[116604]: pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:01.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:01 smithi028 ceph-mon[112123]: pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:01 smithi138 ceph-mon[117003]: pgmap v12219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:02.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:02.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:02.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:03.548 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:03.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:03.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:03.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:03.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:03 smithi161 ceph-mon[116604]: pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:03 smithi161 ceph-mon[116604]: from='client.333657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:03 smithi028 ceph-mon[112123]: pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:03 smithi028 ceph-mon[112123]: from='client.333657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:03 smithi138 ceph-mon[117003]: pgmap v12220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:03 smithi138 ceph-mon[117003]: from='client.333657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:05 smithi161 ceph-mon[116604]: pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:05.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:05 smithi028 ceph-mon[112123]: pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:05 smithi138 ceph-mon[117003]: pgmap v12221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:07 smithi161 ceph-mon[116604]: 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-07T11:34:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:07 smithi028 ceph-mon[112123]: 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-07T11:34:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:07 smithi138 ceph-mon[117003]: 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-07T11:34:08.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:08.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:08.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:09.346 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:09.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:09.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:09.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:09.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:09 smithi161 ceph-mon[116604]: pgmap v12223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:09 smithi161 ceph-mon[116604]: from='client.333729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:09.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:09 smithi028 ceph-mon[112123]: pgmap v12223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:09 smithi028 ceph-mon[112123]: from='client.333729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:09 smithi138 ceph-mon[117003]: pgmap v12223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:09 smithi138 ceph-mon[117003]: from='client.333729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:11 smithi161 ceph-mon[116604]: pgmap v12224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:34:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:11 smithi028 ceph-mon[112123]: pgmap v12224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:34:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:11 smithi138 ceph-mon[117003]: pgmap v12224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:34:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:13 smithi161 ceph-mon[116604]: pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:34:13.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:13 smithi028 ceph-mon[112123]: pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:34:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:13 smithi138 ceph-mon[117003]: pgmap v12225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:34:14.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:14.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:14.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:15.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:15.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:15.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:15.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:15.170 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:15 smithi161 ceph-mon[116604]: 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-07T11:34:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:15 smithi161 ceph-mon[116604]: from='client.333807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:34:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:15 smithi028 ceph-mon[112123]: 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-07T11:34:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:15 smithi028 ceph-mon[112123]: from='client.333807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:34:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:15 smithi138 ceph-mon[117003]: 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-07T11:34:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:15 smithi138 ceph-mon[117003]: from='client.333807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:34:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:34:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:34:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:34:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:34:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:34:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:34:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:34:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:34:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:34:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:17 smithi028 ceph-mon[112123]: pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:17 smithi138 ceph-mon[117003]: pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:17 smithi161 ceph-mon[116604]: pgmap v12227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:19 smithi138 ceph-mon[117003]: pgmap v12228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:19 smithi161 ceph-mon[116604]: pgmap v12228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:19 smithi028 ceph-mon[112123]: pgmap v12228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:20.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:20.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:20.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:20.965 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:21 smithi138 ceph-mon[117003]: pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:21 smithi138 ceph-mon[117003]: from='client.333882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:21 smithi161 ceph-mon[116604]: pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:21 smithi161 ceph-mon[116604]: from='client.333882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:21 smithi028 ceph-mon[112123]: pgmap v12229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:21 smithi028 ceph-mon[112123]: from='client.333882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:23 smithi138 ceph-mon[117003]: pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:34:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:23 smithi161 ceph-mon[116604]: pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:34:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:23 smithi028 ceph-mon[112123]: pgmap v12230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:34:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:25 smithi138 ceph-mon[117003]: pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:34:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:25 smithi161 ceph-mon[116604]: pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:34:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:25 smithi028 ceph-mon[112123]: pgmap v12231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:34:25.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:25.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:25.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:26.737 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:26.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:26.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:26.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:26.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:27 smithi138 ceph-mon[117003]: pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:27 smithi138 ceph-mon[117003]: from='client.333957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:27 smithi161 ceph-mon[116604]: pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:27 smithi161 ceph-mon[116604]: from='client.333957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:27 smithi028 ceph-mon[112123]: pgmap v12232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:27 smithi028 ceph-mon[112123]: from='client.333957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:29 smithi138 ceph-mon[117003]: 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-07T11:34:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:29 smithi161 ceph-mon[116604]: 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-07T11:34:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:29 smithi028 ceph-mon[112123]: 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-07T11:34:31.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:31.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:31.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:31 smithi138 ceph-mon[117003]: 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-07T11:34:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:31 smithi161 ceph-mon[116604]: 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-07T11:34:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:31 smithi028 ceph-mon[112123]: 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-07T11:34:32.510 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:32.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:32.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:32.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:32.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:32 smithi138 ceph-mon[117003]: from='client.334035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:32 smithi161 ceph-mon[116604]: from='client.334035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:32 smithi028 ceph-mon[112123]: from='client.334035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:33 smithi138 ceph-mon[117003]: 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-07T11:34:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:33 smithi161 ceph-mon[116604]: 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-07T11:34:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:33 smithi028 ceph-mon[112123]: 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-07T11:34:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:35 smithi138 ceph-mon[117003]: pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:35 smithi161 ceph-mon[116604]: pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:35.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:35 smithi028 ceph-mon[112123]: pgmap v12236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:37.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:37.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:37.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:37 smithi138 ceph-mon[117003]: 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-07T11:34:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:37 smithi161 ceph-mon[116604]: 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-07T11:34:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:37 smithi028 ceph-mon[112123]: 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-07T11:34:38.280 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:38.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:38.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:38.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:38.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:38 smithi138 ceph-mon[117003]: from='client.334113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:38 smithi161 ceph-mon[116604]: from='client.334113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:38 smithi028 ceph-mon[112123]: from='client.334113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:39 smithi138 ceph-mon[117003]: pgmap v12238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:39 smithi161 ceph-mon[116604]: pgmap v12238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:39 smithi028 ceph-mon[112123]: pgmap v12238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:41 smithi138 ceph-mon[117003]: pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:41 smithi161 ceph-mon[116604]: pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:41 smithi028 ceph-mon[112123]: pgmap v12239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:43.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:43.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:43.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:43 smithi138 ceph-mon[117003]: pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:43 smithi161 ceph-mon[116604]: pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:43 smithi028 ceph-mon[112123]: pgmap v12240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:44.064 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:44.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:44.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:44.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:44.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:44 smithi138 ceph-mon[117003]: from='client.334182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:44 smithi161 ceph-mon[116604]: from='client.334182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:44 smithi028 ceph-mon[112123]: from='client.334182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:45 smithi138 ceph-mon[117003]: pgmap v12241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:45 smithi161 ceph-mon[116604]: pgmap v12241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:45.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:45 smithi028 ceph-mon[112123]: pgmap v12241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:34:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:47 smithi138 ceph-mon[117003]: 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-07T11:34:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:47 smithi161 ceph-mon[116604]: 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-07T11:34:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:47 smithi028 ceph-mon[112123]: 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-07T11:34:49.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:49.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:49.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:49 smithi138 ceph-mon[117003]: 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-07T11:34:49.838 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:49.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:49.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:49.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:49.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:49 smithi161 ceph-mon[116604]: 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-07T11:34:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:49 smithi028 ceph-mon[112123]: 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-07T11:34:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:50 smithi138 ceph-mon[117003]: from='client.334257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:50 smithi161 ceph-mon[116604]: from='client.334257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:50 smithi028 ceph-mon[112123]: from='client.334257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:51 smithi138 ceph-mon[117003]: pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:51 smithi161 ceph-mon[116604]: pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:51 smithi028 ceph-mon[112123]: pgmap v12244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:34:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:53 smithi138 ceph-mon[117003]: pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:53 smithi161 ceph-mon[116604]: pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:53 smithi028 ceph-mon[112123]: pgmap v12245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:54.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:34:54.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:34:54.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:34:55.620 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:34:55.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:34:55.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:34:55.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:34:55.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:34:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:55 smithi138 ceph-mon[117003]: 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-07T11:34:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:55 smithi161 ceph-mon[116604]: 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-07T11:34:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:55 smithi028 ceph-mon[112123]: 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-07T11:34:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:56 smithi161 ceph-mon[116604]: from='client.334335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:56 smithi028 ceph-mon[112123]: from='client.334335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:56 smithi138 ceph-mon[117003]: from='client.334335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:34:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:57 smithi161 ceph-mon[116604]: pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:57 smithi028 ceph-mon[112123]: pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:57 smithi138 ceph-mon[117003]: pgmap v12247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:34:59 smithi161 ceph-mon[116604]: pgmap v12248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:34:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:34:59 smithi028 ceph-mon[112123]: pgmap v12248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:34:59 smithi138 ceph-mon[117003]: pgmap v12248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:00.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:00.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:00.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:01.391 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:01.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:01.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:01.391 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:01.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:01 smithi161 ceph-mon[116604]: pgmap v12249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:01 smithi161 ceph-mon[116604]: from='client.334413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:01 smithi028 ceph-mon[112123]: pgmap v12249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:01 smithi028 ceph-mon[112123]: from='client.334413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:01 smithi138 ceph-mon[117003]: pgmap v12249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:01 smithi138 ceph-mon[117003]: from='client.334413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:03 smithi161 ceph-mon[116604]: 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-07T11:35:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:03 smithi028 ceph-mon[112123]: 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-07T11:35:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:03 smithi138 ceph-mon[117003]: 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-07T11:35:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:05 smithi161 ceph-mon[116604]: pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:05 smithi028 ceph-mon[112123]: pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:05 smithi138 ceph-mon[117003]: pgmap v12251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:06.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:06.393 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:06.393 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:07.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:07.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:07.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:07.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:07.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:07 smithi161 ceph-mon[116604]: pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:07 smithi161 ceph-mon[116604]: from='client.334485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:07 smithi028 ceph-mon[112123]: pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:07 smithi028 ceph-mon[112123]: from='client.334485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:07 smithi138 ceph-mon[117003]: pgmap v12252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:07 smithi138 ceph-mon[117003]: from='client.334485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:09 smithi161 ceph-mon[116604]: 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-07T11:35:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:09 smithi028 ceph-mon[112123]: 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-07T11:35:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:09 smithi138 ceph-mon[117003]: 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-07T11:35:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:11 smithi161 ceph-mon[116604]: 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-07T11:35:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:11 smithi028 ceph-mon[112123]: 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-07T11:35:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:11 smithi138 ceph-mon[117003]: 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-07T11:35:12.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:12.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:12.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:12.950 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:12.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:12.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:12.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:12.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:13 smithi161 ceph-mon[116604]: 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-07T11:35:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:13 smithi161 ceph-mon[116604]: from='client.334563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:13 smithi028 ceph-mon[112123]: 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-07T11:35:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:13 smithi028 ceph-mon[112123]: from='client.334563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:13 smithi138 ceph-mon[117003]: 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-07T11:35:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:13 smithi138 ceph-mon[117003]: from='client.334563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:15 smithi161 ceph-mon[116604]: pgmap v12256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:15 smithi028 ceph-mon[112123]: pgmap v12256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:15 smithi138 ceph-mon[117003]: pgmap v12256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:35:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:35:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:35:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:35:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:35:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:35:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:35:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:35:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:35:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:35:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:35:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:35:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:17 smithi161 ceph-mon[116604]: 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-07T11:35:17.951 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:17.952 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:17.952 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:17 smithi028 ceph-mon[112123]: 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-07T11:35:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:17 smithi138 ceph-mon[117003]: 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-07T11:35:18.732 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:18.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:18.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:18.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:18.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:19 smithi161 ceph-mon[116604]: pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:19 smithi161 ceph-mon[116604]: from='client.334638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:19 smithi028 ceph-mon[112123]: pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:19 smithi028 ceph-mon[112123]: from='client.334638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:19 smithi138 ceph-mon[117003]: pgmap v12258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:19 smithi138 ceph-mon[117003]: from='client.334638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:21 smithi161 ceph-mon[116604]: pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:21 smithi028 ceph-mon[112123]: pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:21 smithi138 ceph-mon[117003]: pgmap v12259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:23.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:23.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:23.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:23 smithi161 ceph-mon[116604]: pgmap v12260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:23 smithi028 ceph-mon[112123]: pgmap v12260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:23 smithi138 ceph-mon[117003]: pgmap v12260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:24.509 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:24.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:24.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:24.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:24.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:24 smithi161 ceph-mon[116604]: from='client.334713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:24 smithi028 ceph-mon[112123]: from='client.334713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:24 smithi138 ceph-mon[117003]: from='client.334713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:25 smithi161 ceph-mon[116604]: pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:25 smithi028 ceph-mon[112123]: pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:25 smithi138 ceph-mon[117003]: pgmap v12261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:27 smithi161 ceph-mon[116604]: pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:27 smithi028 ceph-mon[112123]: pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:27 smithi138 ceph-mon[117003]: pgmap v12262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:29.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:29.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:29.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:29 smithi161 ceph-mon[116604]: pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:29 smithi028 ceph-mon[112123]: pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:29 smithi138 ceph-mon[117003]: pgmap v12263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:30.301 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:30.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:30.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:30.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:30.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:30 smithi161 ceph-mon[116604]: from='client.334791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:30 smithi028 ceph-mon[112123]: from='client.334791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:30 smithi138 ceph-mon[117003]: from='client.334791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:31 smithi161 ceph-mon[116604]: pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:31 smithi028 ceph-mon[112123]: pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:31 smithi138 ceph-mon[117003]: pgmap v12264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:33 smithi161 ceph-mon[116604]: pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:33 smithi028 ceph-mon[112123]: pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:33 smithi138 ceph-mon[117003]: pgmap v12265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:35:35.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:35.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:35.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:35 smithi161 ceph-mon[116604]: 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-07T11:35:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:35 smithi028 ceph-mon[112123]: 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-07T11:35:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:35 smithi138 ceph-mon[117003]: 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-07T11:35:36.073 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:36.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:36.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:36.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:36.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:36 smithi161 ceph-mon[116604]: from='client.334860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:36 smithi028 ceph-mon[112123]: from='client.334860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:36 smithi138 ceph-mon[117003]: from='client.334860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:37 smithi161 ceph-mon[116604]: pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:37 smithi028 ceph-mon[112123]: pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:37 smithi138 ceph-mon[117003]: pgmap v12267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:39 smithi161 ceph-mon[116604]: 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-07T11:35:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:39 smithi028 ceph-mon[112123]: 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-07T11:35:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:39 smithi138 ceph-mon[117003]: 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-07T11:35:41.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:41.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:41.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:41.852 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:41.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:41.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:41.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:41.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:41 smithi161 ceph-mon[116604]: 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-07T11:35:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:41 smithi028 ceph-mon[112123]: 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-07T11:35:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:41 smithi138 ceph-mon[117003]: 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-07T11:35:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:42 smithi161 ceph-mon[116604]: from='client.334929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:42 smithi028 ceph-mon[112123]: from='client.334929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:42 smithi138 ceph-mon[117003]: from='client.334929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:43 smithi161 ceph-mon[116604]: 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-07T11:35:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:43 smithi028 ceph-mon[112123]: 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-07T11:35:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:43 smithi138 ceph-mon[117003]: 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-07T11:35:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:45 smithi161 ceph-mon[116604]: pgmap v12271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:45 smithi028 ceph-mon[112123]: pgmap v12271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:45 smithi138 ceph-mon[117003]: pgmap v12271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:46.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:46.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:46.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:47.629 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:47.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:47.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:47.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:47.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:47 smithi161 ceph-mon[116604]: pgmap v12272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:47 smithi028 ceph-mon[112123]: pgmap v12272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:47 smithi138 ceph-mon[117003]: pgmap v12272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:48 smithi161 ceph-mon[116604]: from='client.335004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:48 smithi028 ceph-mon[112123]: from='client.335004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:48 smithi138 ceph-mon[117003]: from='client.335004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:49 smithi161 ceph-mon[116604]: 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-07T11:35:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:49 smithi028 ceph-mon[112123]: 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-07T11:35:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:49 smithi138 ceph-mon[117003]: 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-07T11:35:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:51 smithi161 ceph-mon[116604]: 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-07T11:35:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:51 smithi028 ceph-mon[112123]: 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-07T11:35:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:51 smithi138 ceph-mon[117003]: 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-07T11:35:52.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:52.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:52.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:53.412 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:53.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:53.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:53.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:53.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:53 smithi161 ceph-mon[116604]: 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-07T11:35:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:53 smithi161 ceph-mon[116604]: from='client.335076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:53 smithi028 ceph-mon[112123]: 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-07T11:35:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:53 smithi028 ceph-mon[112123]: from='client.335076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:53 smithi138 ceph-mon[117003]: 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-07T11:35:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:53 smithi138 ceph-mon[117003]: from='client.335076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:55 smithi161 ceph-mon[116604]: pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:55 smithi028 ceph-mon[112123]: pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:55 smithi138 ceph-mon[117003]: pgmap v12276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:35:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:57 smithi161 ceph-mon[116604]: 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-07T11:35:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:57 smithi028 ceph-mon[112123]: 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-07T11:35:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:57 smithi138 ceph-mon[117003]: 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-07T11:35:58.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:35:58.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:35:58.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:35:59.183 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:35:59.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:35:59.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:35:59.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:35:59.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:35:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:59 smithi161 ceph-mon[116604]: pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:35:59 smithi161 ceph-mon[116604]: from='client.335154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:35:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:59 smithi028 ceph-mon[112123]: pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:35:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:35:59 smithi028 ceph-mon[112123]: from='client.335154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:59 smithi138 ceph-mon[117003]: pgmap v12278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:35:59 smithi138 ceph-mon[117003]: from='client.335154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:01 smithi161 ceph-mon[116604]: pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:36:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:01 smithi028 ceph-mon[112123]: pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:36:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:01 smithi138 ceph-mon[117003]: pgmap v12279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:36:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:03 smithi161 ceph-mon[116604]: pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:36:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:03 smithi028 ceph-mon[112123]: pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:36:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:03 smithi138 ceph-mon[117003]: pgmap v12280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:36:04.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:04.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:04.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:04.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:04.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:04.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:04.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:04.948 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:05 smithi161 ceph-mon[116604]: pgmap v12281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:05 smithi161 ceph-mon[116604]: from='client.335232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:05 smithi028 ceph-mon[112123]: pgmap v12281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:05 smithi028 ceph-mon[112123]: from='client.335232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:05 smithi138 ceph-mon[117003]: pgmap v12281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:05 smithi138 ceph-mon[117003]: from='client.335232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:07 smithi161 ceph-mon[116604]: pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:07 smithi028 ceph-mon[112123]: pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:07 smithi138 ceph-mon[117003]: pgmap v12282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:09 smithi161 ceph-mon[116604]: pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:09.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:09.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:09.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:09 smithi028 ceph-mon[112123]: pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:09 smithi138 ceph-mon[117003]: pgmap v12283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:10.738 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:10.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:10.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:10.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:10.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:11 smithi161 ceph-mon[116604]: pgmap v12284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:11 smithi161 ceph-mon[116604]: from='client.335307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:11 smithi028 ceph-mon[112123]: pgmap v12284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:11 smithi028 ceph-mon[112123]: from='client.335307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:11 smithi138 ceph-mon[117003]: pgmap v12284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:11 smithi138 ceph-mon[117003]: from='client.335307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:13 smithi161 ceph-mon[116604]: pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:36:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:13 smithi028 ceph-mon[112123]: pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:36:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:13 smithi138 ceph-mon[117003]: pgmap v12285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:36:15.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:15.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:15.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:15 smithi161 ceph-mon[116604]: pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:36:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:15 smithi028 ceph-mon[112123]: pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:36:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:15 smithi138 ceph-mon[117003]: pgmap v12286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:36:16.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:16.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:16.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:16.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:16.514 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:16 smithi161 ceph-mon[116604]: from='client.335382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:36:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:16 smithi028 ceph-mon[112123]: from='client.335382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:36:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:16 smithi138 ceph-mon[117003]: from='client.335382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:36:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:17 smithi161 ceph-mon[116604]: pgmap v12287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:36:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:36:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:36:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:17 smithi028 ceph-mon[112123]: pgmap v12287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:36:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:36:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:36:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:17 smithi138 ceph-mon[117003]: pgmap v12287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:36:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:36:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:36:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:19 smithi161 ceph-mon[116604]: 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-07T11:36:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:19 smithi028 ceph-mon[112123]: 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-07T11:36:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:19 smithi138 ceph-mon[117003]: 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-07T11:36:21.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:21.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:21.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:21 smithi161 ceph-mon[116604]: 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-07T11:36:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:21 smithi028 ceph-mon[112123]: 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-07T11:36:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:21 smithi138 ceph-mon[117003]: 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-07T11:36:22.279 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:22.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:22.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:22.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:22.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:22 smithi161 ceph-mon[116604]: from='client.335460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:22 smithi028 ceph-mon[112123]: from='client.335460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:22 smithi138 ceph-mon[117003]: from='client.335460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:23 smithi161 ceph-mon[116604]: 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-07T11:36:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:23 smithi028 ceph-mon[112123]: 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-07T11:36:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:23 smithi138 ceph-mon[117003]: 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-07T11:36:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:25 smithi028 ceph-mon[112123]: pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:25 smithi138 ceph-mon[117003]: pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:25 smithi161 ceph-mon[116604]: pgmap v12291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:27.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:27.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:27.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:27 smithi028 ceph-mon[112123]: pgmap v12292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:27 smithi138 ceph-mon[117003]: pgmap v12292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:28.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:28.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:28.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:28.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:28.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:27 smithi161 ceph-mon[116604]: pgmap v12292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:28 smithi028 ceph-mon[112123]: from='client.335538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:29.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:28 smithi138 ceph-mon[117003]: from='client.335538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:28 smithi161 ceph-mon[116604]: from='client.335538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:29 smithi028 ceph-mon[112123]: 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-07T11:36:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:29 smithi138 ceph-mon[117003]: 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-07T11:36:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:29 smithi161 ceph-mon[116604]: 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-07T11:36:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:31 smithi028 ceph-mon[112123]: 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-07T11:36:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:31 smithi138 ceph-mon[117003]: 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-07T11:36:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:31 smithi161 ceph-mon[116604]: 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-07T11:36:33.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:33.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:33.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:33.856 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:33.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:33.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:33.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:33.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:33 smithi028 ceph-mon[112123]: 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-07T11:36:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:33 smithi138 ceph-mon[117003]: 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-07T11:36:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:33 smithi161 ceph-mon[116604]: 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-07T11:36:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:34 smithi028 ceph-mon[112123]: from='client.335610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:34 smithi138 ceph-mon[117003]: from='client.335610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:34 smithi161 ceph-mon[116604]: from='client.335610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:35 smithi028 ceph-mon[112123]: pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:35 smithi138 ceph-mon[117003]: pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:35 smithi161 ceph-mon[116604]: pgmap v12296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:37 smithi028 ceph-mon[112123]: 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-07T11:36:38.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:37 smithi138 ceph-mon[117003]: 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-07T11:36:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:37 smithi161 ceph-mon[116604]: 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-07T11:36:38.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:38.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:38.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:39.632 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:39.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:39.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:39.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:39.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:39 smithi028 ceph-mon[112123]: pgmap v12298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:39 smithi138 ceph-mon[117003]: pgmap v12298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:39 smithi161 ceph-mon[116604]: pgmap v12298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:40 smithi138 ceph-mon[117003]: from='client.335688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:40 smithi161 ceph-mon[116604]: from='client.335688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:40 smithi028 ceph-mon[112123]: from='client.335688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:41 smithi138 ceph-mon[117003]: 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-07T11:36:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:41 smithi161 ceph-mon[116604]: 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-07T11:36:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:41 smithi028 ceph-mon[112123]: 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-07T11:36:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:43 smithi138 ceph-mon[117003]: 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-07T11:36:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:43 smithi161 ceph-mon[116604]: 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-07T11:36:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:43 smithi028 ceph-mon[112123]: 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-07T11:36:44.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:44.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:44.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:45.407 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:45.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:45.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:45.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:45.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:45 smithi138 ceph-mon[117003]: pgmap v12301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:45 smithi138 ceph-mon[117003]: from='client.335766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:45 smithi161 ceph-mon[116604]: pgmap v12301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:45 smithi161 ceph-mon[116604]: from='client.335766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:45 smithi028 ceph-mon[112123]: pgmap v12301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:45 smithi028 ceph-mon[112123]: from='client.335766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:47 smithi138 ceph-mon[117003]: pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:47 smithi161 ceph-mon[116604]: pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:47 smithi028 ceph-mon[112123]: pgmap v12302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:49 smithi138 ceph-mon[117003]: pgmap v12303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:49 smithi161 ceph-mon[116604]: pgmap v12303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:49 smithi028 ceph-mon[112123]: pgmap v12303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:36:50.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:50.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:50.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:51.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:51.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:51.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:51.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:51.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:51 smithi138 ceph-mon[117003]: pgmap v12304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:51 smithi138 ceph-mon[117003]: from='client.335838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:51 smithi161 ceph-mon[116604]: pgmap v12304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:51 smithi161 ceph-mon[116604]: from='client.335838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:51 smithi028 ceph-mon[112123]: pgmap v12304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:51 smithi028 ceph-mon[112123]: from='client.335838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:53 smithi138 ceph-mon[117003]: 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-07T11:36:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:53 smithi161 ceph-mon[116604]: 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-07T11:36:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:53 smithi028 ceph-mon[112123]: 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-07T11:36:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:55 smithi138 ceph-mon[117003]: pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:55 smithi161 ceph-mon[116604]: pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:56.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:36:56.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:36:56.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:36:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:55 smithi028 ceph-mon[112123]: pgmap v12306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:36:56.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:36:56.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:36:56.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:36:56.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:36:56.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:36:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:57 smithi138 ceph-mon[117003]: pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:57 smithi138 ceph-mon[117003]: from='client.335910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:57 smithi161 ceph-mon[116604]: pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:57 smithi161 ceph-mon[116604]: from='client.335910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:36:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:57 smithi028 ceph-mon[112123]: pgmap v12307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:36:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:57 smithi028 ceph-mon[112123]: from='client.335910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:36:59 smithi138 ceph-mon[117003]: pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:36:59 smithi161 ceph-mon[116604]: pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:36:59 smithi028 ceph-mon[112123]: pgmap v12308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:01.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:01.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:01.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:01 smithi138 ceph-mon[117003]: pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:01 smithi161 ceph-mon[116604]: pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:01 smithi028 ceph-mon[112123]: pgmap v12309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:02.739 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:02.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:02.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:02.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:02.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:03 smithi138 ceph-mon[117003]: pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:03 smithi138 ceph-mon[117003]: from='client.335988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:03 smithi161 ceph-mon[116604]: pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:03 smithi161 ceph-mon[116604]: from='client.335988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:03 smithi028 ceph-mon[112123]: pgmap v12310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:03 smithi028 ceph-mon[112123]: from='client.335988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:05 smithi138 ceph-mon[117003]: pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:05 smithi161 ceph-mon[116604]: pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:05 smithi028 ceph-mon[112123]: pgmap v12311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:07.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:07.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:07.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:07 smithi138 ceph-mon[117003]: pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:07 smithi161 ceph-mon[116604]: pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:07 smithi028 ceph-mon[112123]: pgmap v12312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:08.529 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:08.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:08.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:08.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:08.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:08 smithi138 ceph-mon[117003]: from='client.336063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:08 smithi161 ceph-mon[116604]: from='client.336063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:08 smithi028 ceph-mon[112123]: from='client.336063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:09 smithi138 ceph-mon[117003]: 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-07T11:37:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:09 smithi161 ceph-mon[116604]: 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-07T11:37:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:09 smithi028 ceph-mon[112123]: 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-07T11:37:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:11 smithi138 ceph-mon[117003]: 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-07T11:37:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:11 smithi161 ceph-mon[116604]: 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-07T11:37:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:11 smithi028 ceph-mon[112123]: 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-07T11:37:13.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:13.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:13.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:13 smithi138 ceph-mon[117003]: 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-07T11:37:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:13 smithi161 ceph-mon[116604]: 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-07T11:37:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:13 smithi028 ceph-mon[112123]: 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-07T11:37:14.303 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:14.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:14.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:14.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:14.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:14 smithi138 ceph-mon[117003]: from='client.336138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:14 smithi161 ceph-mon[116604]: from='client.336138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:14 smithi028 ceph-mon[112123]: from='client.336138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:15 smithi138 ceph-mon[117003]: pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:37:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:15 smithi161 ceph-mon[116604]: pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:37:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:15 smithi028 ceph-mon[112123]: pgmap v12316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:37:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:17 smithi138 ceph-mon[117003]: pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:37:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:37:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:37:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:37:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:37:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:17 smithi161 ceph-mon[116604]: pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:37:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:37:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:37:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:37:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:37:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:17 smithi028 ceph-mon[112123]: pgmap v12317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:37:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:37:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:37:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:37:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:37:19.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:19.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:19.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:19 smithi138 ceph-mon[117003]: pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:37:20.080 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:20.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:20.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:20.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:20.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:19 smithi161 ceph-mon[116604]: pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:37:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:19 smithi028 ceph-mon[112123]: pgmap v12318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:37:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:20 smithi138 ceph-mon[117003]: from='client.336216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:20 smithi161 ceph-mon[116604]: from='client.336216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:20 smithi028 ceph-mon[112123]: from='client.336216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:21 smithi138 ceph-mon[117003]: 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-07T11:37:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:21 smithi161 ceph-mon[116604]: 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-07T11:37:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:21 smithi028 ceph-mon[112123]: 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-07T11:37:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:23 smithi161 ceph-mon[116604]: 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-07T11:37:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:23 smithi028 ceph-mon[112123]: 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-07T11:37:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:23 smithi138 ceph-mon[117003]: 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-07T11:37:25.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:25.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:25.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:25.849 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:25.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:25.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:25.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:25.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:25 smithi161 ceph-mon[116604]: pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:25 smithi028 ceph-mon[112123]: pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:25 smithi138 ceph-mon[117003]: pgmap v12321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:26 smithi161 ceph-mon[116604]: from='client.336291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:26 smithi028 ceph-mon[112123]: from='client.336291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:26 smithi138 ceph-mon[117003]: from='client.336291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:27 smithi161 ceph-mon[116604]: pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:37:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:27 smithi028 ceph-mon[112123]: pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:37:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:27 smithi138 ceph-mon[117003]: pgmap v12322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:37:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:29 smithi161 ceph-mon[116604]: pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:37:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:29 smithi028 ceph-mon[112123]: pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:37:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:29 smithi138 ceph-mon[117003]: pgmap v12323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:37:30.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:30.851 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:30.851 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:31.636 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:31.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:31.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:31.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:31.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:31 smithi161 ceph-mon[116604]: pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:37:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:31 smithi028 ceph-mon[112123]: pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:37:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:31 smithi138 ceph-mon[117003]: pgmap v12324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:37:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:32 smithi161 ceph-mon[116604]: from='client.336363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:32 smithi028 ceph-mon[112123]: from='client.336363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:32 smithi138 ceph-mon[117003]: from='client.336363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:33 smithi161 ceph-mon[116604]: 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-07T11:37:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:33 smithi028 ceph-mon[112123]: 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-07T11:37:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:33 smithi138 ceph-mon[117003]: 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-07T11:37:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:35 smithi161 ceph-mon[116604]: pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:35 smithi028 ceph-mon[112123]: pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:35 smithi138 ceph-mon[117003]: pgmap v12326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:36.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:36.638 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:36.638 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:37.405 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:37.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:37.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:37.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:37.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:37 smithi161 ceph-mon[116604]: pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:37 smithi161 ceph-mon[116604]: from='client.336441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:37 smithi028 ceph-mon[112123]: pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:37 smithi028 ceph-mon[112123]: from='client.336441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:37 smithi138 ceph-mon[117003]: pgmap v12327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:37 smithi138 ceph-mon[117003]: from='client.336441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:39 smithi161 ceph-mon[116604]: 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-07T11:37:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:39 smithi028 ceph-mon[112123]: 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-07T11:37:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:39 smithi138 ceph-mon[117003]: 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-07T11:37:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:41 smithi161 ceph-mon[116604]: 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-07T11:37:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:41 smithi028 ceph-mon[112123]: 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-07T11:37:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:41 smithi138 ceph-mon[117003]: 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-07T11:37:42.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:42.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:42.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:43.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:43.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:43.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:43.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:43.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:43 smithi161 ceph-mon[116604]: 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-07T11:37:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:43 smithi161 ceph-mon[116604]: from='client.336513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:43 smithi028 ceph-mon[112123]: 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-07T11:37:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:43 smithi028 ceph-mon[112123]: from='client.336513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:43 smithi138 ceph-mon[117003]: 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-07T11:37:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:43 smithi138 ceph-mon[117003]: from='client.336513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:45 smithi161 ceph-mon[116604]: pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:45 smithi028 ceph-mon[112123]: pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:45 smithi138 ceph-mon[117003]: pgmap v12331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:48.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:48.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:48.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:47 smithi161 ceph-mon[116604]: pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:47 smithi028 ceph-mon[112123]: pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:47 smithi138 ceph-mon[117003]: pgmap v12332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:48.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:48.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:48.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:48.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:48.947 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:49 smithi161 ceph-mon[116604]: 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-07T11:37:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:49 smithi161 ceph-mon[116604]: from='client.336582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:49 smithi028 ceph-mon[112123]: 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-07T11:37:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:49 smithi028 ceph-mon[112123]: from='client.336582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:49 smithi138 ceph-mon[117003]: 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-07T11:37:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:49 smithi138 ceph-mon[117003]: from='client.336582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:51 smithi161 ceph-mon[116604]: pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:51 smithi028 ceph-mon[112123]: pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:51 smithi138 ceph-mon[117003]: pgmap v12334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:37:53.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:53.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:53.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:37:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:53 smithi161 ceph-mon[116604]: pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:53 smithi028 ceph-mon[112123]: pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:53 smithi138 ceph-mon[117003]: pgmap v12335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:54.727 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:37:54.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:37:54.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:37:54.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:37:54.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:37:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:55 smithi161 ceph-mon[116604]: pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:55 smithi161 ceph-mon[116604]: from='client.336657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:55 smithi028 ceph-mon[112123]: pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:55 smithi028 ceph-mon[112123]: from='client.336657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:55 smithi138 ceph-mon[117003]: pgmap v12336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:37:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:55 smithi138 ceph-mon[117003]: from='client.336657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:37:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:57 smithi161 ceph-mon[116604]: pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:37:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:57 smithi028 ceph-mon[112123]: pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:37:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:57 smithi138 ceph-mon[117003]: pgmap v12337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:37:59.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:37:59.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:37:59.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:37:59 smithi161 ceph-mon[116604]: 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-07T11:38:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:37:59 smithi028 ceph-mon[112123]: 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-07T11:38:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:37:59 smithi138 ceph-mon[117003]: 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-07T11:38:00.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:00.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:00.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:00.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:00.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:00 smithi161 ceph-mon[116604]: from='client.336732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:00 smithi028 ceph-mon[112123]: from='client.336732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:00 smithi138 ceph-mon[117003]: from='client.336732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:01 smithi161 ceph-mon[116604]: 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-07T11:38:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:01 smithi028 ceph-mon[112123]: 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-07T11:38:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:01 smithi138 ceph-mon[117003]: 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-07T11:38:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:03 smithi161 ceph-mon[116604]: pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:03 smithi028 ceph-mon[112123]: pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:03 smithi138 ceph-mon[117003]: pgmap v12340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:05.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:05.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:05.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:05 smithi161 ceph-mon[116604]: pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:05 smithi028 ceph-mon[112123]: pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:05 smithi138 ceph-mon[117003]: pgmap v12341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:06.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:06.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:06.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:06.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:06.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:06 smithi161 ceph-mon[116604]: from='client.336807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:06 smithi028 ceph-mon[112123]: from='client.336807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:06 smithi138 ceph-mon[117003]: from='client.336807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:07 smithi161 ceph-mon[116604]: pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:07 smithi028 ceph-mon[112123]: pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:07 smithi138 ceph-mon[117003]: pgmap v12342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:09 smithi161 ceph-mon[116604]: 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-07T11:38:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:09 smithi028 ceph-mon[112123]: 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-07T11:38:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:09 smithi138 ceph-mon[117003]: 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-07T11:38:11.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:11.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:11.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:12.073 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:12.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:12.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:12.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:12.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:11 smithi161 ceph-mon[116604]: 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-07T11:38:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:11 smithi028 ceph-mon[112123]: 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-07T11:38:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:11 smithi138 ceph-mon[117003]: 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-07T11:38:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:12 smithi161 ceph-mon[116604]: from='client.336882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:12 smithi028 ceph-mon[112123]: from='client.336882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:12 smithi138 ceph-mon[117003]: from='client.336882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:13 smithi161 ceph-mon[116604]: 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-07T11:38:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:13 smithi028 ceph-mon[112123]: 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-07T11:38:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:13 smithi138 ceph-mon[117003]: 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-07T11:38:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:15 smithi161 ceph-mon[116604]: pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:15 smithi028 ceph-mon[112123]: pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:15 smithi138 ceph-mon[117003]: pgmap v12346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:17.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:17.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:17.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:17.838 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:17.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:17.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:17.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:17.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:17 smithi161 ceph-mon[116604]: pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:38:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:17 smithi028 ceph-mon[112123]: pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:38:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:17 smithi138 ceph-mon[117003]: pgmap v12347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:38:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:18 smithi161 ceph-mon[116604]: from='client.336960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:38:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:38:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:38:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:18 smithi028 ceph-mon[112123]: from='client.336960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:38:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:38:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:38:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:18 smithi138 ceph-mon[117003]: from='client.336960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:38:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:38:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:38:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:19 smithi161 ceph-mon[116604]: 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-07T11:38:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:19 smithi028 ceph-mon[112123]: 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-07T11:38:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:19 smithi138 ceph-mon[117003]: 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-07T11:38:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:21 smithi161 ceph-mon[116604]: 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-07T11:38:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:21 smithi028 ceph-mon[112123]: 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-07T11:38:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:21 smithi138 ceph-mon[117003]: 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-07T11:38:22.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:22.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:22.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:23.617 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:23.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:23.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:23.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:23.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:23 smithi161 ceph-mon[116604]: 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-07T11:38:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:23 smithi028 ceph-mon[112123]: 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-07T11:38:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:23 smithi138 ceph-mon[117003]: 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-07T11:38:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:24 smithi161 ceph-mon[116604]: from='client.337035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:24 smithi028 ceph-mon[112123]: from='client.337035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:24 smithi138 ceph-mon[117003]: from='client.337035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:25 smithi161 ceph-mon[116604]: pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:25 smithi028 ceph-mon[112123]: pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:25 smithi138 ceph-mon[117003]: pgmap v12351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:27 smithi161 ceph-mon[116604]: pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:27 smithi028 ceph-mon[112123]: pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:27 smithi138 ceph-mon[117003]: pgmap v12352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:28.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:28.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:28.619 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:29.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:29.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:29.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:29.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:29.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:29 smithi161 ceph-mon[116604]: 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-07T11:38:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:29 smithi161 ceph-mon[116604]: from='client.337110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:29 smithi028 ceph-mon[112123]: 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-07T11:38:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:29 smithi028 ceph-mon[112123]: from='client.337110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:29 smithi138 ceph-mon[117003]: 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-07T11:38:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:29 smithi138 ceph-mon[117003]: from='client.337110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:31 smithi161 ceph-mon[116604]: pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:38:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:31 smithi028 ceph-mon[112123]: pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:38:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:31 smithi138 ceph-mon[117003]: pgmap v12354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:38:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:33 smithi161 ceph-mon[116604]: pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:38:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:33 smithi028 ceph-mon[112123]: pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:38:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:33 smithi138 ceph-mon[117003]: pgmap v12355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:38:34.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:34.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:34.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:35.186 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:35.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:35.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:35.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:35.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:35 smithi161 ceph-mon[116604]: pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:35 smithi161 ceph-mon[116604]: from='client.337188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:35 smithi028 ceph-mon[112123]: pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:35 smithi028 ceph-mon[112123]: from='client.337188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:35 smithi138 ceph-mon[117003]: pgmap v12356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:35 smithi138 ceph-mon[117003]: from='client.337188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:37 smithi161 ceph-mon[116604]: pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:37 smithi028 ceph-mon[112123]: pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:37 smithi138 ceph-mon[117003]: pgmap v12357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:38:40.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:40.188 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:40.188 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:39 smithi161 ceph-mon[116604]: 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-07T11:38:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:39 smithi028 ceph-mon[112123]: 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-07T11:38:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:39 smithi138 ceph-mon[117003]: 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-07T11:38:40.968 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:40.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:40.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:40.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:40.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:41 smithi161 ceph-mon[116604]: 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-07T11:38:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:41 smithi161 ceph-mon[116604]: from='client.337266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:41 smithi028 ceph-mon[112123]: 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-07T11:38:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:41 smithi028 ceph-mon[112123]: from='client.337266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:41 smithi138 ceph-mon[117003]: 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-07T11:38:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:41 smithi138 ceph-mon[117003]: from='client.337266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:43 smithi161 ceph-mon[116604]: pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:38:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:43 smithi028 ceph-mon[112123]: pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:38:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:43 smithi138 ceph-mon[117003]: pgmap v12360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:38:45.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:45.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:45.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:45 smithi161 ceph-mon[116604]: pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:38:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:45 smithi028 ceph-mon[112123]: pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:38:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:45 smithi138 ceph-mon[117003]: pgmap v12361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:38:46.747 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:47 smithi161 ceph-mon[116604]: pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:47 smithi161 ceph-mon[116604]: from='client.337341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:47 smithi028 ceph-mon[112123]: pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:47 smithi028 ceph-mon[112123]: from='client.337341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:47 smithi138 ceph-mon[117003]: pgmap v12362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:47 smithi138 ceph-mon[117003]: from='client.337341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:49 smithi161 ceph-mon[116604]: 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-07T11:38:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:49 smithi028 ceph-mon[112123]: 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-07T11:38:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:49 smithi138 ceph-mon[117003]: 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-07T11:38:51.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:51.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:51.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:51 smithi028 ceph-mon[112123]: 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-07T11:38:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:51 smithi138 ceph-mon[117003]: 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-07T11:38:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:51 smithi161 ceph-mon[116604]: 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-07T11:38:52.528 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:52.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:52.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:52.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:52.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:52 smithi028 ceph-mon[112123]: from='client.337413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:52 smithi138 ceph-mon[117003]: from='client.337413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:52 smithi161 ceph-mon[116604]: from='client.337413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:53 smithi028 ceph-mon[112123]: 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-07T11:38:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:53 smithi138 ceph-mon[117003]: 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-07T11:38:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:53 smithi161 ceph-mon[116604]: 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-07T11:38:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:55 smithi028 ceph-mon[112123]: pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:55 smithi138 ceph-mon[117003]: pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:55 smithi161 ceph-mon[116604]: pgmap v12366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:38:57.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:38:57.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:38:57.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:38:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:57 smithi028 ceph-mon[112123]: pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:57 smithi138 ceph-mon[117003]: pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:58.301 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:38:58.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:38:58.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:38:58.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:38:58.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:38:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:57 smithi161 ceph-mon[116604]: pgmap v12367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:38:59.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:58 smithi028 ceph-mon[112123]: from='client.337491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:58 smithi138 ceph-mon[117003]: from='client.337491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:38:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:58 smithi161 ceph-mon[116604]: from='client.337491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:38:59 smithi028 ceph-mon[112123]: 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-07T11:39:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:38:59 smithi138 ceph-mon[117003]: 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-07T11:39:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:38:59 smithi161 ceph-mon[116604]: 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-07T11:39:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:01 smithi028 ceph-mon[112123]: 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-07T11:39:02.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:01 smithi138 ceph-mon[117003]: 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-07T11:39:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:01 smithi161 ceph-mon[116604]: 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-07T11:39:03.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:03.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:03.304 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:04.083 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:04.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:04.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:04.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:04.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:03 smithi028 ceph-mon[112123]: 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-07T11:39:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:03 smithi138 ceph-mon[117003]: 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-07T11:39:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:03 smithi161 ceph-mon[116604]: 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-07T11:39:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:04 smithi138 ceph-mon[117003]: from='client.337566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:04 smithi161 ceph-mon[116604]: from='client.337566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:04 smithi028 ceph-mon[112123]: from='client.337566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:05 smithi138 ceph-mon[117003]: pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:39:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:05 smithi161 ceph-mon[116604]: pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:39:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:05 smithi028 ceph-mon[112123]: pgmap v12371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:39:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:07 smithi138 ceph-mon[117003]: pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:07 smithi161 ceph-mon[116604]: pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:07 smithi028 ceph-mon[112123]: pgmap v12372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:09.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:09.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:09.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:09.864 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:09.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:09.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:09.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:09.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:09 smithi138 ceph-mon[117003]: 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-07T11:39:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:09 smithi161 ceph-mon[116604]: 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-07T11:39:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:09 smithi028 ceph-mon[112123]: 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-07T11:39:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:10 smithi138 ceph-mon[117003]: from='client.337644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:10 smithi161 ceph-mon[116604]: from='client.337644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:10 smithi028 ceph-mon[112123]: from='client.337644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:11 smithi138 ceph-mon[117003]: pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:11 smithi161 ceph-mon[116604]: pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:11 smithi028 ceph-mon[112123]: pgmap v12374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:13 smithi138 ceph-mon[117003]: pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:13 smithi161 ceph-mon[116604]: pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:13 smithi028 ceph-mon[112123]: pgmap v12375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:14.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:14.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:14.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:15.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:15.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:15.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:15.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:15.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:15 smithi138 ceph-mon[117003]: pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:15 smithi161 ceph-mon[116604]: pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:15 smithi028 ceph-mon[112123]: pgmap v12376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:16 smithi138 ceph-mon[117003]: from='client.337722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:16 smithi161 ceph-mon[116604]: from='client.337722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:16 smithi028 ceph-mon[112123]: from='client.337722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:17 smithi138 ceph-mon[117003]: pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:17 smithi161 ceph-mon[116604]: pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:17 smithi028 ceph-mon[112123]: pgmap v12377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:39:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:39:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:39:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:20 smithi138 ceph-mon[117003]: 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-07T11:39:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:39:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:39:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:39:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:20 smithi161 ceph-mon[116604]: 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-07T11:39:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:39:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:39:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:39:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:20 smithi028 ceph-mon[112123]: 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-07T11:39:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:39:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:39:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:39:20.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:20.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:20.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:21.420 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:21.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:21.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:21.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:21.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:22 smithi138 ceph-mon[117003]: 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-07T11:39:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:22 smithi138 ceph-mon[117003]: from='client.337800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:22 smithi161 ceph-mon[116604]: 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-07T11:39:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:22 smithi161 ceph-mon[116604]: from='client.337800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:22 smithi028 ceph-mon[112123]: 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-07T11:39:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:22 smithi028 ceph-mon[112123]: from='client.337800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:24 smithi138 ceph-mon[117003]: pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:24 smithi161 ceph-mon[116604]: pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:24 smithi028 ceph-mon[112123]: pgmap v12380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:26 smithi138 ceph-mon[117003]: pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:39:26.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:26.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:26.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:26 smithi161 ceph-mon[116604]: pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:39:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:26 smithi028 ceph-mon[112123]: pgmap v12381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:39:27.193 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:27.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:27.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:27.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:27.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:28 smithi138 ceph-mon[117003]: pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:28 smithi138 ceph-mon[117003]: from='client.337878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:28 smithi161 ceph-mon[116604]: pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:28 smithi161 ceph-mon[116604]: from='client.337878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:28 smithi028 ceph-mon[112123]: pgmap v12382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:28 smithi028 ceph-mon[112123]: from='client.337878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:30 smithi138 ceph-mon[117003]: 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-07T11:39:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:30 smithi161 ceph-mon[116604]: 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-07T11:39:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:30 smithi028 ceph-mon[112123]: 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-07T11:39:32.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:32.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:32.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:32 smithi138 ceph-mon[117003]: 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-07T11:39:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:32 smithi161 ceph-mon[116604]: 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-07T11:39:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:32 smithi028 ceph-mon[112123]: 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-07T11:39:33.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:33.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:33.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:33.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:33.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:34 smithi138 ceph-mon[117003]: 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-07T11:39:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:34 smithi138 ceph-mon[117003]: from='client.337947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:34 smithi161 ceph-mon[116604]: 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-07T11:39:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:34 smithi161 ceph-mon[116604]: from='client.337947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:34 smithi028 ceph-mon[112123]: 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-07T11:39:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:34 smithi028 ceph-mon[112123]: from='client.337947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:36 smithi138 ceph-mon[117003]: pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:39:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:36 smithi161 ceph-mon[116604]: pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:39:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:36 smithi028 ceph-mon[112123]: pgmap v12386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:39:38.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:38.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:38.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:38 smithi138 ceph-mon[117003]: pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:38 smithi161 ceph-mon[116604]: pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:38 smithi028 ceph-mon[112123]: pgmap v12387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:38.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:38.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:38.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:38.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:38.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:40 smithi138 ceph-mon[117003]: 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-07T11:39:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:40 smithi138 ceph-mon[117003]: from='client.338022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:40 smithi161 ceph-mon[116604]: 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-07T11:39:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:40 smithi161 ceph-mon[116604]: from='client.338022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:40 smithi028 ceph-mon[112123]: 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-07T11:39:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:40 smithi028 ceph-mon[112123]: from='client.338022 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:42 smithi138 ceph-mon[117003]: 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-07T11:39:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:42 smithi161 ceph-mon[116604]: 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-07T11:39:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:42 smithi028 ceph-mon[112123]: 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-07T11:39:43.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:43.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:43.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:44 smithi138 ceph-mon[117003]: 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-07T11:39:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:44 smithi161 ceph-mon[116604]: 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-07T11:39:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:44 smithi028 ceph-mon[112123]: 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-07T11:39:44.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:44.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:44.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:44.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:44.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:45 smithi138 ceph-mon[117003]: from='client.338097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:45 smithi161 ceph-mon[116604]: from='client.338097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:45 smithi028 ceph-mon[112123]: from='client.338097 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:46 smithi138 ceph-mon[117003]: 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-07T11:39:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:46 smithi161 ceph-mon[116604]: 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-07T11:39:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:46 smithi028 ceph-mon[112123]: 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-07T11:39:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:48 smithi161 ceph-mon[116604]: pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:48 smithi028 ceph-mon[112123]: pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:48 smithi138 ceph-mon[117003]: pgmap v12392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:49.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:49.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:49.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:50.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:50.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:50.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:50.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:50.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:50 smithi161 ceph-mon[116604]: pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:50 smithi028 ceph-mon[112123]: pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:50 smithi138 ceph-mon[117003]: pgmap v12393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:39:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:51 smithi161 ceph-mon[116604]: from='client.338172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:51 smithi028 ceph-mon[112123]: from='client.338172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:51 smithi138 ceph-mon[117003]: from='client.338172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:52 smithi161 ceph-mon[116604]: 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-07T11:39:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:52 smithi028 ceph-mon[112123]: 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-07T11:39:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:52 smithi138 ceph-mon[117003]: 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-07T11:39:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:54 smithi161 ceph-mon[116604]: 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-07T11:39:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:54 smithi028 ceph-mon[112123]: 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-07T11:39:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:54 smithi138 ceph-mon[117003]: 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-07T11:39:55.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:39:55.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:39:55.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:39:56.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:39:56.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:39:56.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:39:56.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:39:56.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:39:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:56 smithi161 ceph-mon[116604]: pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:56 smithi028 ceph-mon[112123]: pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:56 smithi138 ceph-mon[117003]: pgmap v12396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:39:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:57 smithi161 ceph-mon[116604]: from='client.338250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:57 smithi028 ceph-mon[112123]: from='client.338250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:57 smithi138 ceph-mon[117003]: from='client.338250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:39:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:39:58 smithi161 ceph-mon[116604]: 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-07T11:39:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:39:58 smithi028 ceph-mon[112123]: 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-07T11:39:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:39:58 smithi138 ceph-mon[117003]: 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-07T11:40:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:00 smithi161 ceph-mon[116604]: pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T11:40:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:00 smithi028 ceph-mon[112123]: pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T11:40:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:00 smithi138 ceph-mon[117003]: pgmap v12398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T11:40:01.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:01.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:01.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:01.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:01.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:01.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:01.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:01.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:02 smithi161 ceph-mon[116604]: pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:02 smithi028 ceph-mon[112123]: pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:02 smithi138 ceph-mon[117003]: pgmap v12399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:03 smithi161 ceph-mon[116604]: from='client.338322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:03 smithi028 ceph-mon[112123]: from='client.338322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:03 smithi138 ceph-mon[117003]: from='client.338322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:04 smithi161 ceph-mon[116604]: 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-07T11:40:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:04 smithi028 ceph-mon[112123]: 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-07T11:40:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:04 smithi138 ceph-mon[117003]: 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-07T11:40:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:06 smithi161 ceph-mon[116604]: pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:06 smithi028 ceph-mon[112123]: pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:06 smithi138 ceph-mon[117003]: pgmap v12401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:06.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:06.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:06.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:07.662 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:07.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:07.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:07.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:07.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:08 smithi161 ceph-mon[116604]: pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:08 smithi028 ceph-mon[112123]: pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:08 smithi138 ceph-mon[117003]: pgmap v12402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:09 smithi161 ceph-mon[116604]: from='client.338397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:09 smithi028 ceph-mon[112123]: from='client.338397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:09 smithi138 ceph-mon[117003]: from='client.338397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:10 smithi161 ceph-mon[116604]: 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-07T11:40:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:10 smithi028 ceph-mon[112123]: 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-07T11:40:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:10 smithi138 ceph-mon[117003]: 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-07T11:40:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:12 smithi161 ceph-mon[116604]: 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-07T11:40:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:12 smithi028 ceph-mon[112123]: 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-07T11:40:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:12 smithi138 ceph-mon[117003]: 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-07T11:40:12.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:12.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:12.665 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:13.435 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:13.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:13.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:13.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:13.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:14 smithi161 ceph-mon[116604]: 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-07T11:40:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:14 smithi161 ceph-mon[116604]: from='client.338472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:14 smithi028 ceph-mon[112123]: 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-07T11:40:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:14 smithi028 ceph-mon[112123]: from='client.338472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:14 smithi138 ceph-mon[117003]: 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-07T11:40:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:14 smithi138 ceph-mon[117003]: from='client.338472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:16 smithi161 ceph-mon[116604]: pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:16 smithi028 ceph-mon[112123]: pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:16 smithi138 ceph-mon[117003]: pgmap v12406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:18.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:18.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:18.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:18 smithi161 ceph-mon[116604]: pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:18 smithi028 ceph-mon[112123]: pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:18 smithi138 ceph-mon[117003]: pgmap v12407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:19.224 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:19.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:19.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:19.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:19.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:20 smithi161 ceph-mon[116604]: 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-07T11:40:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:20 smithi161 ceph-mon[116604]: from='client.338550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:40:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:40:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:40:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:40:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:20 smithi028 ceph-mon[112123]: 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-07T11:40:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:20 smithi028 ceph-mon[112123]: from='client.338550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:40:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:40:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:40:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:40:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:20 smithi138 ceph-mon[117003]: 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-07T11:40:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:20 smithi138 ceph-mon[117003]: from='client.338550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:40:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:40:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:40:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:40:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:22 smithi161 ceph-mon[116604]: pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:40:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:22 smithi028 ceph-mon[112123]: pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:40:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:22 smithi138 ceph-mon[117003]: pgmap v12409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:40:24.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:24.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:24.227 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:24 smithi161 ceph-mon[116604]: pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:40:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:24 smithi028 ceph-mon[112123]: pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:40:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:24 smithi138 ceph-mon[117003]: pgmap v12410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:40:24.999 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:25.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:25.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:25.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:25.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:26 smithi161 ceph-mon[116604]: 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-07T11:40:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:26 smithi161 ceph-mon[116604]: from='client.338619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:26 smithi028 ceph-mon[112123]: 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-07T11:40:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:26 smithi028 ceph-mon[112123]: from='client.338619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:26 smithi138 ceph-mon[117003]: 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-07T11:40:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:26 smithi138 ceph-mon[117003]: from='client.338619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:28 smithi161 ceph-mon[116604]: pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:40:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:28 smithi028 ceph-mon[112123]: pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:40:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:28 smithi138 ceph-mon[117003]: pgmap v12412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:40:30.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:30.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:30.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:30 smithi161 ceph-mon[116604]: pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:40:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:30 smithi028 ceph-mon[112123]: pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:40:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:30 smithi138 ceph-mon[117003]: pgmap v12413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:40:30.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:30.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:30.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:30.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:30.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:32 smithi161 ceph-mon[116604]: 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-07T11:40:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:32 smithi161 ceph-mon[116604]: from='client.338691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:32 smithi028 ceph-mon[112123]: 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-07T11:40:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:32 smithi028 ceph-mon[112123]: from='client.338691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:32 smithi138 ceph-mon[117003]: 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-07T11:40:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:32 smithi138 ceph-mon[117003]: from='client.338691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:34.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:34 smithi161 ceph-mon[116604]: pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:40:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:34 smithi028 ceph-mon[112123]: pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:40:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:34 smithi138 ceph-mon[117003]: pgmap v12415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:40:35.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:35.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:35.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:36 smithi161 ceph-mon[116604]: pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:40:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:36 smithi028 ceph-mon[112123]: pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:40:36.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:36.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:36.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:36.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:36.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:36 smithi138 ceph-mon[117003]: pgmap v12416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:40:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:37 smithi161 ceph-mon[116604]: from='client.338766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:37 smithi028 ceph-mon[112123]: from='client.338766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:37 smithi138 ceph-mon[117003]: from='client.338766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:38 smithi161 ceph-mon[116604]: 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-07T11:40:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:38 smithi028 ceph-mon[112123]: 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-07T11:40:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:38 smithi138 ceph-mon[117003]: 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-07T11:40:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:40 smithi161 ceph-mon[116604]: pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:40 smithi028 ceph-mon[112123]: pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:40 smithi138 ceph-mon[117003]: pgmap v12418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:41.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:41.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:41.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:42.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:42.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:42.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:42.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:42.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:42 smithi161 ceph-mon[116604]: pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:42 smithi028 ceph-mon[112123]: pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:42 smithi138 ceph-mon[117003]: pgmap v12419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:43 smithi161 ceph-mon[116604]: from='client.338844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:43 smithi028 ceph-mon[112123]: from='client.338844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:43 smithi138 ceph-mon[117003]: from='client.338844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:44 smithi161 ceph-mon[116604]: 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-07T11:40:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:44 smithi028 ceph-mon[112123]: 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-07T11:40:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:44 smithi138 ceph-mon[117003]: 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-07T11:40:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:46 smithi161 ceph-mon[116604]: pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:46 smithi028 ceph-mon[112123]: pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:46 smithi138 ceph-mon[117003]: pgmap v12421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:47.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:47.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:47.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:48.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:48.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:48.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:48.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:48.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:48 smithi161 ceph-mon[116604]: pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:48 smithi028 ceph-mon[112123]: pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:48 smithi138 ceph-mon[117003]: pgmap v12422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:49 smithi161 ceph-mon[116604]: from='client.338919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:49 smithi028 ceph-mon[112123]: from='client.338919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:49 smithi138 ceph-mon[117003]: from='client.338919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:50 smithi161 ceph-mon[116604]: 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-07T11:40:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:50 smithi028 ceph-mon[112123]: 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-07T11:40:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:50 smithi138 ceph-mon[117003]: 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-07T11:40:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:52 smithi161 ceph-mon[116604]: 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-07T11:40:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:52 smithi028 ceph-mon[112123]: 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-07T11:40:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:52 smithi138 ceph-mon[117003]: 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-07T11:40:53.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:53.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:53.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:53.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:53.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:53.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:53.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:53.855 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:40:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:54 smithi161 ceph-mon[116604]: 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-07T11:40:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:54 smithi028 ceph-mon[112123]: 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-07T11:40:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:54 smithi138 ceph-mon[117003]: 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-07T11:40:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:55 smithi161 ceph-mon[116604]: from='client.338991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:55 smithi028 ceph-mon[112123]: from='client.338991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:55 smithi138 ceph-mon[117003]: from='client.338991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:40:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:56 smithi161 ceph-mon[116604]: pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:56 smithi028 ceph-mon[112123]: pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:56 smithi138 ceph-mon[117003]: pgmap v12426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:40:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:40:58 smithi161 ceph-mon[116604]: pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:40:58 smithi028 ceph-mon[112123]: pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:40:58 smithi138 ceph-mon[117003]: pgmap v12427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:40:58.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:40:58.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:40:58.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:40:59.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:40:59.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:40:59.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:40:59.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:40:59.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:00 smithi161 ceph-mon[116604]: 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-07T11:41:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:00 smithi028 ceph-mon[112123]: 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-07T11:41:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:00 smithi138 ceph-mon[117003]: 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-07T11:41:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:01 smithi161 ceph-mon[116604]: from='client.339069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:01 smithi028 ceph-mon[112123]: from='client.339069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:01 smithi138 ceph-mon[117003]: from='client.339069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:02 smithi161 ceph-mon[116604]: pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:02 smithi028 ceph-mon[112123]: pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:02 smithi138 ceph-mon[117003]: pgmap v12429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:04 smithi161 ceph-mon[116604]: pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:04 smithi028 ceph-mon[112123]: pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:04 smithi138 ceph-mon[117003]: pgmap v12430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:04.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:04.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:04.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:05.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:05.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:05.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:05.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:05.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:06 smithi161 ceph-mon[116604]: 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-07T11:41:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:06 smithi161 ceph-mon[116604]: from='client.339141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:06 smithi028 ceph-mon[112123]: 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-07T11:41:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:06 smithi028 ceph-mon[112123]: from='client.339141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:06 smithi138 ceph-mon[117003]: 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-07T11:41:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:06 smithi138 ceph-mon[117003]: from='client.339141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:08 smithi161 ceph-mon[116604]: pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:08 smithi028 ceph-mon[112123]: pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:08 smithi138 ceph-mon[117003]: pgmap v12432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:10.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:10.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:10.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:10 smithi161 ceph-mon[116604]: pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:10 smithi028 ceph-mon[112123]: pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:10 smithi138 ceph-mon[117003]: pgmap v12433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:11.218 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:11.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:11.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:11.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:11.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:12 smithi028 ceph-mon[112123]: 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-07T11:41:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:12 smithi028 ceph-mon[112123]: from='client.339219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:12 smithi138 ceph-mon[117003]: 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-07T11:41:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:12 smithi138 ceph-mon[117003]: from='client.339219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:12 smithi161 ceph-mon[116604]: 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-07T11:41:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:12 smithi161 ceph-mon[116604]: from='client.339219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:14 smithi028 ceph-mon[112123]: pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:14 smithi138 ceph-mon[117003]: pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:14 smithi161 ceph-mon[116604]: pgmap v12435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:16.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:16.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:16.221 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:16 smithi028 ceph-mon[112123]: pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:16 smithi138 ceph-mon[117003]: pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:16 smithi161 ceph-mon[116604]: pgmap v12436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:16.998 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:16.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:16.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:16.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:16.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:18 smithi028 ceph-mon[112123]: 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-07T11:41:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:18 smithi028 ceph-mon[112123]: from='client.339291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:18 smithi138 ceph-mon[117003]: 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-07T11:41:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:18 smithi138 ceph-mon[117003]: from='client.339291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:18 smithi161 ceph-mon[116604]: 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-07T11:41:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:18 smithi161 ceph-mon[116604]: from='client.339291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:20 smithi028 ceph-mon[112123]: pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:41:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:20 smithi138 ceph-mon[117003]: pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:41:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:20 smithi161 ceph-mon[116604]: pgmap v12438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:41:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:41:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:41:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: pgmap v12439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:41:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:41:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:41:21.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:22.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:22.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:22.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:22.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:22.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:22.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:22.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:23 smithi161 ceph-mon[116604]: 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-07T11:41:23.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:23 smithi161 ceph-mon[116604]: from='client.339363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:23 smithi028 ceph-mon[112123]: 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-07T11:41:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:23 smithi028 ceph-mon[112123]: from='client.339363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:23 smithi138 ceph-mon[117003]: 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-07T11:41:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:23 smithi138 ceph-mon[117003]: from='client.339363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:25 smithi138 ceph-mon[117003]: pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:25.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:25 smithi161 ceph-mon[116604]: pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:25 smithi028 ceph-mon[112123]: pgmap v12441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:27.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:27.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:27.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:27 smithi138 ceph-mon[117003]: pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:27 smithi161 ceph-mon[116604]: pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:27 smithi028 ceph-mon[112123]: pgmap v12442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:28.553 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:28.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:28.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:28.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:28.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:28 smithi138 ceph-mon[117003]: from='client.339438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:28 smithi161 ceph-mon[116604]: from='client.339438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:28 smithi028 ceph-mon[112123]: from='client.339438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:29 smithi138 ceph-mon[117003]: 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-07T11:41:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:29 smithi161 ceph-mon[116604]: 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-07T11:41:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:29 smithi028 ceph-mon[112123]: 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-07T11:41:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:31 smithi138 ceph-mon[117003]: 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-07T11:41:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:31 smithi161 ceph-mon[116604]: 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-07T11:41:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:31 smithi028 ceph-mon[112123]: 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-07T11:41:33.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:33.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:33.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:33 smithi138 ceph-mon[117003]: 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-07T11:41:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:33 smithi161 ceph-mon[116604]: 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-07T11:41:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:33 smithi028 ceph-mon[112123]: 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-07T11:41:34.331 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:34.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:34.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:34.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:34.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:34 smithi138 ceph-mon[117003]: from='client.339516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:34 smithi161 ceph-mon[116604]: from='client.339516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:34 smithi028 ceph-mon[112123]: from='client.339516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:35 smithi138 ceph-mon[117003]: pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:41:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:35 smithi161 ceph-mon[116604]: pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:41:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:35 smithi028 ceph-mon[112123]: pgmap v12446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:41:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:37 smithi138 ceph-mon[117003]: pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:41:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:37 smithi161 ceph-mon[116604]: pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:41:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:37 smithi028 ceph-mon[112123]: pgmap v12447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:41:39.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:39.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:39.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:39 smithi138 ceph-mon[117003]: pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:41:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:39 smithi161 ceph-mon[116604]: pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:41:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:39 smithi028 ceph-mon[112123]: pgmap v12448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:41:40.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:40.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:40.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:40.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:40.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:40 smithi138 ceph-mon[117003]: from='client.339594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:40 smithi161 ceph-mon[116604]: from='client.339594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:40 smithi028 ceph-mon[112123]: from='client.339594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:41 smithi138 ceph-mon[117003]: pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:41 smithi161 ceph-mon[116604]: pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:41 smithi028 ceph-mon[112123]: pgmap v12449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:43 smithi138 ceph-mon[117003]: pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:43 smithi161 ceph-mon[116604]: pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:43 smithi028 ceph-mon[112123]: pgmap v12450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:41:45.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:45.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:45.103 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:45 smithi138 ceph-mon[117003]: 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-07T11:41:45.890 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:45.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:45.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:45.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:45.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:45 smithi161 ceph-mon[116604]: 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-07T11:41:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:45 smithi028 ceph-mon[112123]: 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-07T11:41:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:46 smithi138 ceph-mon[117003]: from='client.339669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:46 smithi161 ceph-mon[116604]: from='client.339669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:46 smithi028 ceph-mon[112123]: from='client.339669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:47 smithi138 ceph-mon[117003]: pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:41:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:47 smithi161 ceph-mon[116604]: pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:41:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:47 smithi028 ceph-mon[112123]: pgmap v12452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:41:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:49 smithi138 ceph-mon[117003]: pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:41:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:49 smithi161 ceph-mon[116604]: pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:41:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:49 smithi028 ceph-mon[112123]: pgmap v12453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:41:50.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:50.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:50.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:51.692 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:51.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:51.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:51.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:51.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:51 smithi138 ceph-mon[117003]: pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:41:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:51 smithi161 ceph-mon[116604]: pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:41:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:51 smithi028 ceph-mon[112123]: pgmap v12454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:41:52.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:52 smithi138 ceph-mon[117003]: from='client.339738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:52 smithi161 ceph-mon[116604]: from='client.339738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:52 smithi028 ceph-mon[112123]: from='client.339738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:53 smithi138 ceph-mon[117003]: pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:53 smithi161 ceph-mon[116604]: pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:53 smithi028 ceph-mon[112123]: pgmap v12455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:55 smithi138 ceph-mon[117003]: pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:55 smithi161 ceph-mon[116604]: pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:55 smithi028 ceph-mon[112123]: pgmap v12456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:41:56.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:41:56.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:41:56.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:41:57.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:41:57.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:41:57.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:41:57.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:41:57.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:41:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:57 smithi161 ceph-mon[116604]: 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-07T11:41:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:57 smithi161 ceph-mon[116604]: from='client.339816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:57 smithi028 ceph-mon[112123]: 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-07T11:41:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:57 smithi028 ceph-mon[112123]: from='client.339816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:57 smithi138 ceph-mon[117003]: 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-07T11:41:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:57 smithi138 ceph-mon[117003]: from='client.339816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:41:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:41:59 smithi161 ceph-mon[116604]: pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:41:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:41:59 smithi028 ceph-mon[112123]: pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:41:59 smithi138 ceph-mon[117003]: pgmap v12458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:01 smithi161 ceph-mon[116604]: pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:01 smithi028 ceph-mon[112123]: pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:01 smithi138 ceph-mon[117003]: pgmap v12459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:02.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:02.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:02.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:03.227 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:03.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:03.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:03.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:03.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:03 smithi161 ceph-mon[116604]: 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-07T11:42:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:03 smithi161 ceph-mon[116604]: from='client.339888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:03 smithi028 ceph-mon[112123]: 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-07T11:42:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:03 smithi028 ceph-mon[112123]: from='client.339888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:03 smithi138 ceph-mon[117003]: 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-07T11:42:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:03 smithi138 ceph-mon[117003]: from='client.339888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:05 smithi161 ceph-mon[116604]: pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:05 smithi028 ceph-mon[112123]: pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:05 smithi138 ceph-mon[117003]: pgmap v12461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:07 smithi161 ceph-mon[116604]: pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:07 smithi028 ceph-mon[112123]: pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:07 smithi138 ceph-mon[117003]: pgmap v12462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:08.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:08.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:08.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:09.011 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:09.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:09.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:09.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:09.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:09 smithi161 ceph-mon[116604]: 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-07T11:42:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:09 smithi161 ceph-mon[116604]: from='client.339960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:09 smithi028 ceph-mon[112123]: 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-07T11:42:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:09 smithi028 ceph-mon[112123]: from='client.339960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:09 smithi138 ceph-mon[117003]: 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-07T11:42:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:09 smithi138 ceph-mon[117003]: from='client.339960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:11 smithi161 ceph-mon[116604]: 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-07T11:42:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:11 smithi028 ceph-mon[112123]: 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-07T11:42:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:11 smithi138 ceph-mon[117003]: 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-07T11:42:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:13 smithi161 ceph-mon[116604]: 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-07T11:42:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:13 smithi028 ceph-mon[112123]: 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-07T11:42:14.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:14.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:14.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:13 smithi138 ceph-mon[117003]: 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-07T11:42:14.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:14.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:14.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:14.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:14.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:15 smithi161 ceph-mon[116604]: 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-07T11:42:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:15 smithi161 ceph-mon[116604]: from='client.340035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:15 smithi028 ceph-mon[112123]: 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-07T11:42:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:15 smithi028 ceph-mon[112123]: from='client.340035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:15 smithi138 ceph-mon[117003]: 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-07T11:42:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:15 smithi138 ceph-mon[117003]: from='client.340035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:17 smithi161 ceph-mon[116604]: pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:17 smithi028 ceph-mon[112123]: pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:17 smithi138 ceph-mon[117003]: pgmap v12467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:19.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:19.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:19.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:19 smithi161 ceph-mon[116604]: pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:19 smithi028 ceph-mon[112123]: pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:19 smithi138 ceph-mon[117003]: pgmap v12468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:20.554 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:20.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:20.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:20.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:20.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:20 smithi161 ceph-mon[116604]: from='client.340113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:20 smithi028 ceph-mon[112123]: from='client.340113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:20 smithi138 ceph-mon[117003]: from='client.340113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:21 smithi161 ceph-mon[116604]: pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:42:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:42:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:42:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:42:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:21 smithi028 ceph-mon[112123]: pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:42:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:42:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:42:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:42:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:21 smithi138 ceph-mon[117003]: pgmap v12469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:42:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:42:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:42:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:42:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:23 smithi161 ceph-mon[116604]: pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:23 smithi028 ceph-mon[112123]: pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:23 smithi138 ceph-mon[117003]: pgmap v12470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:25.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:25.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:25 smithi161 ceph-mon[116604]: 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-07T11:42:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:25 smithi028 ceph-mon[112123]: 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-07T11:42:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:25 smithi138 ceph-mon[117003]: 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-07T11:42:26.336 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:26.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:26.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:26.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:26.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:26 smithi161 ceph-mon[116604]: from='client.340191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:26 smithi028 ceph-mon[112123]: from='client.340191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:26 smithi138 ceph-mon[117003]: from='client.340191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:27 smithi161 ceph-mon[116604]: pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:27 smithi028 ceph-mon[112123]: pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:27 smithi138 ceph-mon[117003]: pgmap v12472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:29 smithi161 ceph-mon[116604]: pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:29 smithi028 ceph-mon[112123]: pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:29 smithi138 ceph-mon[117003]: pgmap v12473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:31.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:31.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:31.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:31 smithi161 ceph-mon[116604]: pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:31 smithi028 ceph-mon[112123]: pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:31 smithi138 ceph-mon[117003]: pgmap v12474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:32.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:32.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:32.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:32.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:32.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:32 smithi161 ceph-mon[116604]: from='client.340263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:32 smithi028 ceph-mon[112123]: from='client.340263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:32 smithi138 ceph-mon[117003]: from='client.340263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:33 smithi161 ceph-mon[116604]: pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:33 smithi028 ceph-mon[112123]: pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:33 smithi138 ceph-mon[117003]: pgmap v12475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:35 smithi161 ceph-mon[116604]: pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:35 smithi028 ceph-mon[112123]: pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:35 smithi138 ceph-mon[117003]: pgmap v12476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:37.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:37.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:37.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:37.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:37.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:37.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:37.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:37.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:37 smithi161 ceph-mon[116604]: 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-07T11:42:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:37 smithi028 ceph-mon[112123]: 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-07T11:42:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:37 smithi138 ceph-mon[117003]: 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-07T11:42:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:38 smithi161 ceph-mon[116604]: from='client.340341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:38 smithi028 ceph-mon[112123]: from='client.340341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:38 smithi138 ceph-mon[117003]: from='client.340341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:39 smithi161 ceph-mon[116604]: pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:39 smithi028 ceph-mon[112123]: pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:39 smithi138 ceph-mon[117003]: pgmap v12478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:41 smithi161 ceph-mon[116604]: pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:41 smithi028 ceph-mon[112123]: pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:41 smithi138 ceph-mon[117003]: pgmap v12479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:42.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:42.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:42.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:43.692 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:43.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:43.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:43.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:43.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:43 smithi161 ceph-mon[116604]: 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-07T11:42:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:43 smithi028 ceph-mon[112123]: 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-07T11:42:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:43 smithi138 ceph-mon[117003]: 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-07T11:42:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:44 smithi161 ceph-mon[116604]: from='client.340413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:44 smithi028 ceph-mon[112123]: from='client.340413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:44 smithi138 ceph-mon[117003]: from='client.340413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:45 smithi161 ceph-mon[116604]: pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:45 smithi028 ceph-mon[112123]: pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:45 smithi138 ceph-mon[117003]: pgmap v12481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:42:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:47 smithi161 ceph-mon[116604]: pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:47 smithi028 ceph-mon[112123]: pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:47 smithi138 ceph-mon[117003]: pgmap v12482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:42:48.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:48.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:48.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:49.468 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:49.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:49.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:49.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:49.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:49 smithi161 ceph-mon[116604]: 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-07T11:42:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:49 smithi161 ceph-mon[116604]: from='client.340491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:49 smithi028 ceph-mon[112123]: 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-07T11:42:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:49 smithi028 ceph-mon[112123]: from='client.340491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:49 smithi138 ceph-mon[117003]: 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-07T11:42:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:49 smithi138 ceph-mon[117003]: from='client.340491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:51 smithi161 ceph-mon[116604]: pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:42:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:51 smithi028 ceph-mon[112123]: pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:42:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:51 smithi138 ceph-mon[117003]: pgmap v12484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:42:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:53 smithi161 ceph-mon[116604]: pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:42:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:53 smithi028 ceph-mon[112123]: pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:42:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:53 smithi138 ceph-mon[117003]: pgmap v12485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:42:54.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:42:54.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:42:54.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:42:55.236 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:42:55.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:42:55.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:42:55.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:42:55.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:42:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:55 smithi161 ceph-mon[116604]: 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-07T11:42:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:55 smithi161 ceph-mon[116604]: from='client.340566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:55 smithi028 ceph-mon[112123]: 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-07T11:42:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:55 smithi028 ceph-mon[112123]: from='client.340566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:55 smithi138 ceph-mon[117003]: 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-07T11:42:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:55 smithi138 ceph-mon[117003]: from='client.340566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:42:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:57 smithi161 ceph-mon[116604]: pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:57 smithi028 ceph-mon[112123]: pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:57 smithi138 ceph-mon[117003]: pgmap v12487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:42:59 smithi161 ceph-mon[116604]: pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:42:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:42:59 smithi028 ceph-mon[112123]: pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:42:59 smithi138 ceph-mon[117003]: pgmap v12488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:00.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:00.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:00.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:01.016 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:01.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:01.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:01.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:01.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:01 smithi161 ceph-mon[116604]: pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:01 smithi161 ceph-mon[116604]: from='client.340641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:01 smithi028 ceph-mon[112123]: pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:01 smithi028 ceph-mon[112123]: from='client.340641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:01 smithi138 ceph-mon[117003]: pgmap v12489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:01 smithi138 ceph-mon[117003]: from='client.340641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:03 smithi161 ceph-mon[116604]: pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:43:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:03 smithi028 ceph-mon[112123]: pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:43:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:03 smithi138 ceph-mon[117003]: pgmap v12490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:43:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:05 smithi161 ceph-mon[116604]: pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:43:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:05 smithi028 ceph-mon[112123]: pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:43:06.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:06.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:06.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:05 smithi138 ceph-mon[117003]: pgmap v12491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:43:06.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:06.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:06.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:06.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:06.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:07 smithi161 ceph-mon[116604]: pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:07 smithi161 ceph-mon[116604]: from='client.340707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:07 smithi028 ceph-mon[112123]: pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:07 smithi028 ceph-mon[112123]: from='client.340707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:07 smithi138 ceph-mon[117003]: pgmap v12492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:07 smithi138 ceph-mon[117003]: from='client.340707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:09 smithi161 ceph-mon[116604]: pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:09 smithi028 ceph-mon[112123]: pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:09 smithi138 ceph-mon[117003]: pgmap v12493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:11.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:11.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:11.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:11 smithi161 ceph-mon[116604]: pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:11 smithi028 ceph-mon[112123]: pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:11 smithi138 ceph-mon[117003]: pgmap v12494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:12.567 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:12.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:12.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:12.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:12.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:12 smithi161 ceph-mon[116604]: from='client.340785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:12 smithi028 ceph-mon[112123]: from='client.340785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:12 smithi138 ceph-mon[117003]: from='client.340785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:13 smithi161 ceph-mon[116604]: pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:13 smithi028 ceph-mon[112123]: pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:13 smithi138 ceph-mon[117003]: pgmap v12495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:15 smithi161 ceph-mon[116604]: pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:15 smithi028 ceph-mon[112123]: pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:15 smithi138 ceph-mon[117003]: pgmap v12496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:17.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:17.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:17.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:17 smithi161 ceph-mon[116604]: 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-07T11:43:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:17 smithi028 ceph-mon[112123]: 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-07T11:43:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:17 smithi138 ceph-mon[117003]: 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-07T11:43:18.337 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:18.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:18.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:18.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:18.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:18 smithi161 ceph-mon[116604]: from='client.340863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:18 smithi028 ceph-mon[112123]: from='client.340863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:18 smithi138 ceph-mon[117003]: from='client.340863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:19 smithi161 ceph-mon[116604]: pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:19 smithi028 ceph-mon[112123]: pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:19 smithi138 ceph-mon[117003]: pgmap v12498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:21 smithi161 ceph-mon[116604]: pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:21 smithi028 ceph-mon[112123]: pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:21 smithi138 ceph-mon[117003]: pgmap v12499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:43:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:43:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:43:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:23.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:23.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:23.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:23 smithi138 ceph-mon[117003]: 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-07T11:43:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:43:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:23 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15907M 2023-12-07T11:43:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:43:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:43:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:24.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:24.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:24.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:24.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:23 smithi161 ceph-mon[116604]: 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-07T11:43:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:43:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:23 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15907M 2023-12-07T11:43:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:43:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:43:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:23 smithi028 ceph-mon[112123]: 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-07T11:43:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:43:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:23 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15907M 2023-12-07T11:43:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:43:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:43:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:43:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:24 smithi138 ceph-mon[117003]: from='client.340941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:24 smithi161 ceph-mon[116604]: from='client.340941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:24 smithi028 ceph-mon[112123]: from='client.340941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:25 smithi138 ceph-mon[117003]: pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:25 smithi161 ceph-mon[116604]: pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:25 smithi028 ceph-mon[112123]: pgmap v12501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:27 smithi138 ceph-mon[117003]: pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:27 smithi161 ceph-mon[116604]: pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:27 smithi028 ceph-mon[112123]: pgmap v12502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:29.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:29.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:29.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:29.872 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:29.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:29.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:29.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:29.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:29 smithi138 ceph-mon[117003]: 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-07T11:43:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:29 smithi161 ceph-mon[116604]: 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-07T11:43:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:29 smithi028 ceph-mon[112123]: 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-07T11:43:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:30 smithi138 ceph-mon[117003]: from='client.341016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:30 smithi161 ceph-mon[116604]: from='client.341016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:30 smithi028 ceph-mon[112123]: from='client.341016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:31 smithi138 ceph-mon[117003]: pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:31 smithi161 ceph-mon[116604]: pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:31 smithi028 ceph-mon[112123]: pgmap v12504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:33 smithi138 ceph-mon[117003]: pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:33 smithi161 ceph-mon[116604]: pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:33 smithi028 ceph-mon[112123]: pgmap v12505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:34.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:34.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:34.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:35.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:35.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:35.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:35.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:35.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:35 smithi138 ceph-mon[117003]: 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-07T11:43:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:35 smithi138 ceph-mon[117003]: from='client.341088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:35 smithi161 ceph-mon[116604]: 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-07T11:43:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:35 smithi161 ceph-mon[116604]: from='client.341088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:35 smithi028 ceph-mon[112123]: 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-07T11:43:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:35 smithi028 ceph-mon[112123]: from='client.341088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:37 smithi138 ceph-mon[117003]: pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:37 smithi161 ceph-mon[116604]: pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:37 smithi028 ceph-mon[112123]: pgmap v12507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:39 smithi138 ceph-mon[117003]: pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:39 smithi161 ceph-mon[116604]: pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:39 smithi028 ceph-mon[112123]: pgmap v12508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:43:40.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:40.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:40.660 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:41.434 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:41.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:41.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:41.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:41.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:41 smithi138 ceph-mon[117003]: pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:41 smithi138 ceph-mon[117003]: from='client.341166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:41 smithi161 ceph-mon[116604]: pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:41 smithi161 ceph-mon[116604]: from='client.341166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:41 smithi028 ceph-mon[112123]: pgmap v12509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:41 smithi028 ceph-mon[112123]: from='client.341166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:43 smithi138 ceph-mon[117003]: 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-07T11:43:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:43 smithi161 ceph-mon[116604]: 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-07T11:43:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:43 smithi028 ceph-mon[112123]: 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-07T11:43:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:45 smithi138 ceph-mon[117003]: pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:45 smithi161 ceph-mon[116604]: pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:45 smithi028 ceph-mon[112123]: pgmap v12511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:46.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:46.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:46.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:47.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:47.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:47.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:47.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:47.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:47 smithi138 ceph-mon[117003]: 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-07T11:43:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:47 smithi138 ceph-mon[117003]: from='client.341244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:47 smithi161 ceph-mon[116604]: 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-07T11:43:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:47 smithi161 ceph-mon[116604]: from='client.341244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:47 smithi028 ceph-mon[112123]: 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-07T11:43:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:47 smithi028 ceph-mon[112123]: from='client.341244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:49 smithi138 ceph-mon[117003]: pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:49 smithi161 ceph-mon[116604]: pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:49 smithi028 ceph-mon[112123]: pgmap v12513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:51 smithi138 ceph-mon[117003]: pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:51 smithi161 ceph-mon[116604]: pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:52.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:52.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:52.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:51 smithi028 ceph-mon[112123]: pgmap v12514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:52.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:52.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:52.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:52.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:43:52.994 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:53 smithi138 ceph-mon[117003]: pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:53 smithi138 ceph-mon[117003]: from='client.341322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:53 smithi161 ceph-mon[116604]: pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:53 smithi161 ceph-mon[116604]: from='client.341322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:53 smithi028 ceph-mon[112123]: pgmap v12515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:43:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:53 smithi028 ceph-mon[112123]: from='client.341322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:43:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:55 smithi161 ceph-mon[116604]: pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:55 smithi028 ceph-mon[112123]: pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:55 smithi138 ceph-mon[117003]: pgmap v12516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:43:57.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:43:57.996 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:43:57.996 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:43:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:57 smithi161 ceph-mon[116604]: 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-07T11:43:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:57 smithi028 ceph-mon[112123]: 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-07T11:43:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:57 smithi138 ceph-mon[117003]: 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-07T11:43:58.770 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:43:58.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:43:58.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:43:58.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:43:58.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:59 smithi161 ceph-mon[116604]: 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-07T11:44:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:43:59 smithi161 ceph-mon[116604]: from='client.341400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:59 smithi028 ceph-mon[112123]: 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-07T11:44:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:43:59 smithi028 ceph-mon[112123]: from='client.341400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:59 smithi138 ceph-mon[117003]: 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-07T11:44:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:43:59 smithi138 ceph-mon[117003]: from='client.341400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:01 smithi161 ceph-mon[116604]: 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-07T11:44:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:01 smithi028 ceph-mon[112123]: 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-07T11:44:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:01 smithi138 ceph-mon[117003]: 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-07T11:44:03.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:03.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:03.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:03 smithi161 ceph-mon[116604]: 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-07T11:44:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:03 smithi028 ceph-mon[112123]: 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-07T11:44:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:03 smithi138 ceph-mon[117003]: 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-07T11:44:04.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:04.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:04.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:04.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:04.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:04 smithi161 ceph-mon[116604]: from='client.341475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:04 smithi028 ceph-mon[112123]: from='client.341475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:04 smithi138 ceph-mon[117003]: from='client.341475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:05 smithi161 ceph-mon[116604]: 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-07T11:44:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:05 smithi028 ceph-mon[112123]: 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-07T11:44:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:05 smithi138 ceph-mon[117003]: 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-07T11:44:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:07 smithi161 ceph-mon[116604]: pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:07 smithi028 ceph-mon[112123]: pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:07 smithi138 ceph-mon[117003]: pgmap v12522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:09.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:09.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:09.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:09 smithi161 ceph-mon[116604]: pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:09 smithi028 ceph-mon[112123]: pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:09 smithi138 ceph-mon[117003]: pgmap v12523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:10.309 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:10.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:10.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:10.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:10.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:10 smithi161 ceph-mon[116604]: from='client.341553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:10 smithi028 ceph-mon[112123]: from='client.341553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:10 smithi138 ceph-mon[117003]: from='client.341553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:11 smithi161 ceph-mon[116604]: pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:11 smithi028 ceph-mon[112123]: pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:11 smithi138 ceph-mon[117003]: pgmap v12524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:13 smithi161 ceph-mon[116604]: pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:13 smithi028 ceph-mon[112123]: pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:13 smithi138 ceph-mon[117003]: pgmap v12525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:15.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:15.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:15.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:16.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:16.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:16.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:16.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:16.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:15 smithi161 ceph-mon[116604]: 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-07T11:44:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:15 smithi028 ceph-mon[112123]: 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-07T11:44:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:15 smithi138 ceph-mon[117003]: 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-07T11:44:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:16 smithi161 ceph-mon[116604]: from='client.341628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:16 smithi028 ceph-mon[112123]: from='client.341628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:16 smithi138 ceph-mon[117003]: from='client.341628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:17 smithi161 ceph-mon[116604]: pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:17 smithi028 ceph-mon[112123]: pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:17 smithi138 ceph-mon[117003]: pgmap v12527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:19 smithi161 ceph-mon[116604]: 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-07T11:44:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:19 smithi028 ceph-mon[112123]: 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-07T11:44:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:19 smithi138 ceph-mon[117003]: 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-07T11:44:21.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:21.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:21.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:21.870 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:21.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:21.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:21.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:21.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:21 smithi161 ceph-mon[116604]: 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-07T11:44:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:21 smithi028 ceph-mon[112123]: 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-07T11:44:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:21 smithi138 ceph-mon[117003]: 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-07T11:44:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:22 smithi161 ceph-mon[116604]: from='client.341706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:22 smithi028 ceph-mon[112123]: from='client.341706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:22 smithi138 ceph-mon[117003]: from='client.341706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:23 smithi161 ceph-mon[116604]: 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-07T11:44:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:44:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:23 smithi028 ceph-mon[112123]: 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-07T11:44:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:44:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:23 smithi138 ceph-mon[117003]: 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-07T11:44:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:44:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:44:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:44:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:44:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:44:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:44:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:44:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:44:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:44:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:44:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:25 smithi028 ceph-mon[112123]: pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:25 smithi138 ceph-mon[117003]: pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:25 smithi161 ceph-mon[116604]: pgmap v12531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:26.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:26.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:26.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:27.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:27.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:27.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:27.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:27.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:27 smithi138 ceph-mon[117003]: 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-07T11:44:28.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:27 smithi138 ceph-mon[117003]: from='client.341778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:27 smithi161 ceph-mon[116604]: 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-07T11:44:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:27 smithi161 ceph-mon[116604]: from='client.341778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:27 smithi028 ceph-mon[112123]: 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-07T11:44:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:27 smithi028 ceph-mon[112123]: from='client.341778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:29 smithi138 ceph-mon[117003]: pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:29 smithi161 ceph-mon[116604]: pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:29 smithi028 ceph-mon[112123]: pgmap v12533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:31 smithi138 ceph-mon[117003]: pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:31 smithi161 ceph-mon[116604]: pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:31 smithi028 ceph-mon[112123]: pgmap v12534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:32.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:32.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:32.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:33.429 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:33.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:33.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:33.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:33.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:33 smithi138 ceph-mon[117003]: pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:33 smithi138 ceph-mon[117003]: from='client.341850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:33 smithi161 ceph-mon[116604]: pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:33 smithi161 ceph-mon[116604]: from='client.341850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:33 smithi028 ceph-mon[112123]: pgmap v12535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:33 smithi028 ceph-mon[112123]: from='client.341850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:35 smithi138 ceph-mon[117003]: pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:35 smithi161 ceph-mon[116604]: pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:35 smithi028 ceph-mon[112123]: pgmap v12536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:44:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:37 smithi138 ceph-mon[117003]: 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-07T11:44:38.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:38.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:38.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:37 smithi161 ceph-mon[116604]: 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-07T11:44:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:37 smithi028 ceph-mon[112123]: 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-07T11:44:39.200 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:39.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:39.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:39.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:39.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:39 smithi138 ceph-mon[117003]: 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-07T11:44:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:39 smithi138 ceph-mon[117003]: from='client.341925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:39 smithi161 ceph-mon[116604]: 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-07T11:44:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:39 smithi161 ceph-mon[116604]: from='client.341925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:39 smithi028 ceph-mon[112123]: 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-07T11:44:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:39 smithi028 ceph-mon[112123]: from='client.341925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:41 smithi138 ceph-mon[117003]: pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:44:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:41 smithi161 ceph-mon[116604]: pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:44:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:41 smithi028 ceph-mon[112123]: pgmap v12539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:44:44.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:44.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:44.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:43 smithi138 ceph-mon[117003]: pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:44:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:43 smithi161 ceph-mon[116604]: pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:44:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:43 smithi028 ceph-mon[112123]: pgmap v12540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:44:44.968 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:44.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:44.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:44.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:44.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:45 smithi138 ceph-mon[117003]: 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-07T11:44:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:45 smithi138 ceph-mon[117003]: from='client.342003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:45 smithi161 ceph-mon[116604]: 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-07T11:44:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:45 smithi161 ceph-mon[116604]: from='client.342003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:45 smithi028 ceph-mon[112123]: 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-07T11:44:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:45 smithi028 ceph-mon[112123]: from='client.342003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:47 smithi138 ceph-mon[117003]: pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:47 smithi161 ceph-mon[116604]: pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:47 smithi028 ceph-mon[112123]: pgmap v12542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:49.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:49.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:49.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:49 smithi138 ceph-mon[117003]: pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:49 smithi161 ceph-mon[116604]: pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:49 smithi028 ceph-mon[112123]: pgmap v12543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:44:50.742 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:50.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:50.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:50.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:50.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:52 smithi138 ceph-mon[117003]: from='client.342081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:52 smithi138 ceph-mon[117003]: pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:52 smithi161 ceph-mon[116604]: from='client.342081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:52 smithi161 ceph-mon[116604]: pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:52 smithi028 ceph-mon[112123]: from='client.342081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:52 smithi028 ceph-mon[112123]: pgmap v12544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:54 smithi138 ceph-mon[117003]: pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:44:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:54 smithi161 ceph-mon[116604]: pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:44:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:54 smithi028 ceph-mon[112123]: pgmap v12545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:44:55.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:44:55.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:44:55.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:44:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:56 smithi138 ceph-mon[117003]: pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:44:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:56 smithi161 ceph-mon[116604]: pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:44:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:56 smithi028 ceph-mon[112123]: pgmap v12546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:44:56.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:44:56.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:44:56.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:44:56.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:44:56.527 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:44:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:57 smithi138 ceph-mon[117003]: from='client.342153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:57 smithi161 ceph-mon[116604]: from='client.342153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:57 smithi028 ceph-mon[112123]: from='client.342153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:44:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:44:58 smithi138 ceph-mon[117003]: pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:44:58 smithi161 ceph-mon[116604]: pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:44:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:44:58 smithi028 ceph-mon[112123]: pgmap v12547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:00 smithi138 ceph-mon[117003]: 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-07T11:45:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:00 smithi161 ceph-mon[116604]: 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-07T11:45:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:00 smithi028 ceph-mon[112123]: 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-07T11:45:01.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:01.529 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:01.529 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:02 smithi138 ceph-mon[117003]: 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-07T11:45:02.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:02.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:02.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:02.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:02.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:02 smithi161 ceph-mon[116604]: 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-07T11:45:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:02 smithi028 ceph-mon[112123]: 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-07T11:45:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:03 smithi138 ceph-mon[117003]: from='client.342225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:03 smithi161 ceph-mon[116604]: from='client.342225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:03 smithi028 ceph-mon[112123]: from='client.342225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:04 smithi138 ceph-mon[117003]: 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-07T11:45:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:04 smithi161 ceph-mon[116604]: 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-07T11:45:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:04 smithi028 ceph-mon[112123]: 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-07T11:45:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:06 smithi138 ceph-mon[117003]: pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:06 smithi161 ceph-mon[116604]: pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:06 smithi028 ceph-mon[112123]: pgmap v12551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:07.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:07.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:07.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:08.085 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:08.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:08.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:08.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:08.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:08 smithi138 ceph-mon[117003]: 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-07T11:45:08.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:08 smithi161 ceph-mon[116604]: 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-07T11:45:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:08 smithi028 ceph-mon[112123]: 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-07T11:45:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:09 smithi138 ceph-mon[117003]: from='client.342303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:09 smithi161 ceph-mon[116604]: from='client.342303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:09 smithi028 ceph-mon[112123]: from='client.342303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:10 smithi138 ceph-mon[117003]: pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:10 smithi161 ceph-mon[116604]: pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:10 smithi028 ceph-mon[112123]: pgmap v12553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:12 smithi138 ceph-mon[117003]: pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:12 smithi161 ceph-mon[116604]: pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:12 smithi028 ceph-mon[112123]: pgmap v12554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:13.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:13.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:13.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:13.863 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:13.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:13.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:13.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:13.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:14 smithi161 ceph-mon[116604]: pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:14 smithi028 ceph-mon[112123]: pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:14 smithi138 ceph-mon[117003]: pgmap v12555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:15 smithi161 ceph-mon[116604]: from='client.342381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:15 smithi028 ceph-mon[112123]: from='client.342381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:15 smithi138 ceph-mon[117003]: from='client.342381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:16 smithi161 ceph-mon[116604]: pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:16 smithi028 ceph-mon[112123]: pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:16 smithi138 ceph-mon[117003]: pgmap v12556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:18 smithi161 ceph-mon[116604]: 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-07T11:45:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:18 smithi028 ceph-mon[112123]: 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-07T11:45:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:18 smithi138 ceph-mon[117003]: 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-07T11:45:18.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:18.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:18.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:19.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:19.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:19.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:19.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:19.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:20 smithi161 ceph-mon[116604]: 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-07T11:45:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:20 smithi161 ceph-mon[116604]: from='client.342456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:20 smithi028 ceph-mon[112123]: 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-07T11:45:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:20 smithi028 ceph-mon[112123]: from='client.342456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:20 smithi138 ceph-mon[117003]: 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-07T11:45:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:20 smithi138 ceph-mon[117003]: from='client.342456 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:22 smithi161 ceph-mon[116604]: pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:22 smithi028 ceph-mon[112123]: pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:22 smithi138 ceph-mon[117003]: pgmap v12559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:24 smithi161 ceph-mon[116604]: pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:24 smithi028 ceph-mon[112123]: pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:24 smithi138 ceph-mon[117003]: pgmap v12560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:24.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:24.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:24.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:25.417 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:25.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:25.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:25.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:25.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:45:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:45:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:45:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:45:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:45:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:45:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:45:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:45:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:45:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:45:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:45:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:45:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:26 smithi161 ceph-mon[116604]: 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-07T11:45:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:26 smithi161 ceph-mon[116604]: from='client.342525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:26 smithi028 ceph-mon[112123]: 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-07T11:45:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:26 smithi028 ceph-mon[112123]: from='client.342525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:26 smithi138 ceph-mon[117003]: 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-07T11:45:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:26 smithi138 ceph-mon[117003]: from='client.342525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:28 smithi161 ceph-mon[116604]: pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:28 smithi028 ceph-mon[112123]: pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:28 smithi138 ceph-mon[117003]: pgmap v12562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:30.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:30.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:30.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:30 smithi161 ceph-mon[116604]: pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:30 smithi028 ceph-mon[112123]: pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:30 smithi138 ceph-mon[117003]: pgmap v12563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:45:31.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:31.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:31.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:31.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:31.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:32 smithi161 ceph-mon[116604]: pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:32 smithi161 ceph-mon[116604]: from='client.342600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:32 smithi028 ceph-mon[112123]: pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:32 smithi028 ceph-mon[112123]: from='client.342600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:32 smithi138 ceph-mon[117003]: pgmap v12564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:32 smithi138 ceph-mon[117003]: from='client.342600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:34 smithi161 ceph-mon[116604]: 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-07T11:45:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:34 smithi028 ceph-mon[112123]: 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-07T11:45:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:34 smithi138 ceph-mon[117003]: 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-07T11:45:36.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:36.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:36.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:36 smithi161 ceph-mon[116604]: pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:36 smithi028 ceph-mon[112123]: pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:36 smithi138 ceph-mon[117003]: pgmap v12566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:36.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:36.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:36.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:36.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:36.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:38 smithi161 ceph-mon[116604]: pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:38 smithi161 ceph-mon[116604]: from='client.342675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:38 smithi028 ceph-mon[112123]: pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:38 smithi028 ceph-mon[112123]: from='client.342675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:38 smithi138 ceph-mon[117003]: pgmap v12567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:38 smithi138 ceph-mon[117003]: from='client.342675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:40 smithi161 ceph-mon[116604]: 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-07T11:45:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:40 smithi028 ceph-mon[112123]: 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-07T11:45:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:40 smithi138 ceph-mon[117003]: 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-07T11:45:41.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:41.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:41.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:42 smithi161 ceph-mon[116604]: 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-07T11:45:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:42 smithi028 ceph-mon[112123]: 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-07T11:45:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:42 smithi138 ceph-mon[117003]: 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-07T11:45:42.758 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:42.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:42.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:42.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:42.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:44 smithi161 ceph-mon[116604]: from='client.342753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:44 smithi161 ceph-mon[116604]: 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-07T11:45:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:44 smithi028 ceph-mon[112123]: from='client.342753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:44 smithi028 ceph-mon[112123]: 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-07T11:45:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:44 smithi138 ceph-mon[117003]: from='client.342753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:44 smithi138 ceph-mon[117003]: 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-07T11:45:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:46 smithi161 ceph-mon[116604]: pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:46 smithi028 ceph-mon[112123]: pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:46 smithi138 ceph-mon[117003]: pgmap v12571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:47.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:47.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:47.760 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:48 smithi161 ceph-mon[116604]: 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-07T11:45:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:48 smithi028 ceph-mon[112123]: 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-07T11:45:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:48 smithi138 ceph-mon[117003]: 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-07T11:45:48.546 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:48.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:48.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:48.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:48.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:49 smithi161 ceph-mon[116604]: from='client.342831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:49 smithi028 ceph-mon[112123]: from='client.342831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:49 smithi138 ceph-mon[117003]: from='client.342831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:50 smithi161 ceph-mon[116604]: pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:50 smithi028 ceph-mon[112123]: pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:50 smithi138 ceph-mon[117003]: pgmap v12573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:52 smithi161 ceph-mon[116604]: pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:52 smithi028 ceph-mon[112123]: pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:52 smithi138 ceph-mon[117003]: pgmap v12574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:45:53.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:53.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:53.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:45:54.319 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:45:54.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:45:54.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:45:54.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:45:54.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:45:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:54 smithi161 ceph-mon[116604]: pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:54 smithi028 ceph-mon[112123]: pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:54 smithi138 ceph-mon[117003]: pgmap v12575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:45:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:55 smithi161 ceph-mon[116604]: from='client.342909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:55 smithi028 ceph-mon[112123]: from='client.342909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:55 smithi138 ceph-mon[117003]: from='client.342909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:45:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:56 smithi161 ceph-mon[116604]: pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:45:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:56 smithi028 ceph-mon[112123]: pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:45:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:56 smithi138 ceph-mon[117003]: pgmap v12576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:45:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:45:58 smithi161 ceph-mon[116604]: pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:45:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:45:58 smithi028 ceph-mon[112123]: pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:45:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:45:58 smithi138 ceph-mon[117003]: pgmap v12577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:45:59.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:45:59.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:45:59.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:00.096 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:00.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:00.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:00.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:00.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:00 smithi161 ceph-mon[116604]: pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:46:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:00 smithi028 ceph-mon[112123]: pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:46:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:00 smithi138 ceph-mon[117003]: pgmap v12578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:46:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:01 smithi161 ceph-mon[116604]: from='client.342984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:01 smithi028 ceph-mon[112123]: from='client.342984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:01 smithi138 ceph-mon[117003]: from='client.342984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:02 smithi161 ceph-mon[116604]: pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:02 smithi028 ceph-mon[112123]: pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:02 smithi138 ceph-mon[117003]: pgmap v12579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:04 smithi161 ceph-mon[116604]: pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:04 smithi028 ceph-mon[112123]: pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:04 smithi138 ceph-mon[117003]: pgmap v12580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:05.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:05.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:05.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:05.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:05.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:05.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:05.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:05.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:06 smithi161 ceph-mon[116604]: 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-07T11:46:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:06 smithi028 ceph-mon[112123]: 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-07T11:46:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:06 smithi138 ceph-mon[117003]: 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-07T11:46:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:07 smithi161 ceph-mon[116604]: from='client.343062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:07 smithi028 ceph-mon[112123]: from='client.343062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:07 smithi138 ceph-mon[117003]: from='client.343062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:08 smithi161 ceph-mon[116604]: pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:46:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:08 smithi028 ceph-mon[112123]: pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:46:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:08 smithi138 ceph-mon[117003]: pgmap v12582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:46:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:10 smithi161 ceph-mon[116604]: pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:46:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:10 smithi028 ceph-mon[112123]: pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:46:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:10 smithi138 ceph-mon[117003]: pgmap v12583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:46:10.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:10.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:10.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:11.644 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:11.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:11.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:11.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:11.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:12 smithi161 ceph-mon[116604]: pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:46:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:12 smithi161 ceph-mon[116604]: from='client.343140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:12 smithi028 ceph-mon[112123]: pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:46:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:12 smithi028 ceph-mon[112123]: from='client.343140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:12 smithi138 ceph-mon[117003]: pgmap v12584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:46:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:12 smithi138 ceph-mon[117003]: from='client.343140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:14 smithi161 ceph-mon[116604]: 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-07T11:46:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:14 smithi028 ceph-mon[112123]: 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-07T11:46:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:14 smithi138 ceph-mon[117003]: 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-07T11:46:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:16 smithi161 ceph-mon[116604]: pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:16 smithi028 ceph-mon[112123]: pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:16 smithi138 ceph-mon[117003]: pgmap v12586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:16.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:16.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:16.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:17.408 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:17.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:17.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:17.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:17.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:18 smithi161 ceph-mon[116604]: pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:18 smithi161 ceph-mon[116604]: from='client.343215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:18 smithi028 ceph-mon[112123]: pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:18 smithi028 ceph-mon[112123]: from='client.343215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:18 smithi138 ceph-mon[117003]: pgmap v12587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:18 smithi138 ceph-mon[117003]: from='client.343215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:20 smithi161 ceph-mon[116604]: 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-07T11:46:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:20 smithi028 ceph-mon[112123]: 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-07T11:46:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:20 smithi138 ceph-mon[117003]: 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-07T11:46:22.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:22.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:22.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:22 smithi161 ceph-mon[116604]: 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-07T11:46:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:22 smithi028 ceph-mon[112123]: 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-07T11:46:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:22 smithi138 ceph-mon[117003]: 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-07T11:46:23.202 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:23.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:23.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:23.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:23.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:24 smithi161 ceph-mon[116604]: 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-07T11:46:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:24 smithi161 ceph-mon[116604]: from='client.343293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:24 smithi028 ceph-mon[112123]: 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-07T11:46:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:24 smithi028 ceph-mon[112123]: from='client.343293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:24 smithi138 ceph-mon[117003]: 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-07T11:46:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:24 smithi138 ceph-mon[117003]: from='client.343293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:25 smithi161 ceph-mon[116604]: pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:46:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:46:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:46:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:46:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:25 smithi028 ceph-mon[112123]: pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:46:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:46:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:46:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:46:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:25 smithi138 ceph-mon[117003]: pgmap v12591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:46:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:46:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:46:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:46:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:27 smithi161 ceph-mon[116604]: 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-07T11:46:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:27 smithi028 ceph-mon[112123]: 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-07T11:46:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:27 smithi138 ceph-mon[117003]: 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-07T11:46:28.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:28.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:28.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:28.971 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:28.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:28.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:28.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:28.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:29 smithi161 ceph-mon[116604]: pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:29 smithi161 ceph-mon[116604]: from='client.343368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:29 smithi028 ceph-mon[112123]: pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:29 smithi028 ceph-mon[112123]: from='client.343368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:29 smithi138 ceph-mon[117003]: pgmap v12593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:29 smithi138 ceph-mon[117003]: from='client.343368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:31 smithi161 ceph-mon[116604]: pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:31 smithi028 ceph-mon[112123]: pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:31 smithi138 ceph-mon[117003]: pgmap v12594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:46:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:33 smithi161 ceph-mon[116604]: pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:33 smithi028 ceph-mon[112123]: pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:33.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:33.973 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:33.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:33 smithi138 ceph-mon[117003]: pgmap v12595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:34.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:34.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:34.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:34.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:34.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:35 smithi161 ceph-mon[116604]: from='client.343446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:35 smithi161 ceph-mon[116604]: pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:35 smithi028 ceph-mon[112123]: from='client.343446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:35 smithi028 ceph-mon[112123]: pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:35 smithi138 ceph-mon[117003]: from='client.343446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:35 smithi138 ceph-mon[117003]: pgmap v12596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:37 smithi161 ceph-mon[116604]: pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:37 smithi028 ceph-mon[112123]: pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:37 smithi138 ceph-mon[117003]: pgmap v12597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:39.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:39.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:39.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:39 smithi161 ceph-mon[116604]: pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:39 smithi028 ceph-mon[112123]: pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:39 smithi138 ceph-mon[117003]: pgmap v12598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:40.527 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:40.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:40.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:40.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:40.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:40 smithi161 ceph-mon[116604]: from='client.343521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:40 smithi028 ceph-mon[112123]: from='client.343521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:40 smithi138 ceph-mon[117003]: from='client.343521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:41 smithi161 ceph-mon[116604]: pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:41 smithi028 ceph-mon[112123]: pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:41 smithi138 ceph-mon[117003]: pgmap v12599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:43 smithi161 ceph-mon[116604]: pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:43 smithi028 ceph-mon[112123]: pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:43 smithi138 ceph-mon[117003]: pgmap v12600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:46:45.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:45.529 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:45.529 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:45 smithi161 ceph-mon[116604]: pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:45 smithi028 ceph-mon[112123]: pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:45 smithi138 ceph-mon[117003]: pgmap v12601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:46.306 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:46.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:46.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:46.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:46.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:46 smithi161 ceph-mon[116604]: from='client.343596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:46 smithi028 ceph-mon[112123]: from='client.343596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:46 smithi138 ceph-mon[117003]: from='client.343596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:47 smithi161 ceph-mon[116604]: pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:47 smithi028 ceph-mon[112123]: pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:47 smithi138 ceph-mon[117003]: pgmap v12602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:49 smithi161 ceph-mon[116604]: 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-07T11:46:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:49 smithi028 ceph-mon[112123]: 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-07T11:46:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:49 smithi138 ceph-mon[117003]: 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-07T11:46:51.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:51.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:51.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:51 smithi161 ceph-mon[116604]: 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-07T11:46:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:51 smithi028 ceph-mon[112123]: 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-07T11:46:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:51 smithi138 ceph-mon[117003]: 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-07T11:46:52.078 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:52.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:52.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:52.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:52.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:52 smithi161 ceph-mon[116604]: from='client.343668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:52 smithi028 ceph-mon[112123]: from='client.343668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:52 smithi138 ceph-mon[117003]: from='client.343668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:53 smithi161 ceph-mon[116604]: 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-07T11:46:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:53 smithi028 ceph-mon[112123]: 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-07T11:46:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:53 smithi138 ceph-mon[117003]: 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-07T11:46:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:55 smithi161 ceph-mon[116604]: 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-07T11:46:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:55 smithi028 ceph-mon[112123]: 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-07T11:46:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:55 smithi138 ceph-mon[117003]: 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-07T11:46:57.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:46:57.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:46:57.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:46:57.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:46:57.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:46:57.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:46:57.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:46:57.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:46:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:57 smithi161 ceph-mon[116604]: pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:57 smithi028 ceph-mon[112123]: pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:57 smithi138 ceph-mon[117003]: pgmap v12607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:46:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:58 smithi161 ceph-mon[116604]: from='client.343740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:58 smithi028 ceph-mon[112123]: from='client.343740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:58 smithi138 ceph-mon[117003]: from='client.343740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:46:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:46:59 smithi161 ceph-mon[116604]: 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-07T11:46:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:46:59 smithi028 ceph-mon[112123]: 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-07T11:47:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:46:59 smithi138 ceph-mon[117003]: 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-07T11:47:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:01 smithi161 ceph-mon[116604]: pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:01 smithi028 ceph-mon[112123]: pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:01 smithi138 ceph-mon[117003]: pgmap v12609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:02.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:02.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:02.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:03.629 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:03.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:03.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:03.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:03.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:03 smithi161 ceph-mon[116604]: pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:03 smithi161 ceph-mon[116604]: from='client.343809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:03 smithi028 ceph-mon[112123]: pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:03 smithi028 ceph-mon[112123]: from='client.343809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:03 smithi138 ceph-mon[117003]: pgmap v12610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:03 smithi138 ceph-mon[117003]: from='client.343809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:05 smithi161 ceph-mon[116604]: pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:05 smithi028 ceph-mon[112123]: pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:05 smithi138 ceph-mon[117003]: pgmap v12611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:07 smithi161 ceph-mon[116604]: pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:07 smithi028 ceph-mon[112123]: pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:07 smithi138 ceph-mon[117003]: pgmap v12612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:08.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:08.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:08.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:09.400 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:09.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:09.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:09.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:09.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:09 smithi161 ceph-mon[116604]: pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:09 smithi161 ceph-mon[116604]: from='client.343884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:09 smithi028 ceph-mon[112123]: pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:09 smithi028 ceph-mon[112123]: from='client.343884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:09 smithi138 ceph-mon[117003]: pgmap v12613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:09 smithi138 ceph-mon[117003]: from='client.343884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:11 smithi161 ceph-mon[116604]: 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-07T11:47:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:11 smithi028 ceph-mon[112123]: 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-07T11:47:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:11 smithi138 ceph-mon[117003]: 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-07T11:47:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:13 smithi161 ceph-mon[116604]: pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:13 smithi028 ceph-mon[112123]: pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:13 smithi138 ceph-mon[117003]: pgmap v12615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:14.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:14.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:14.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:15.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:15.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:15.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:15.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:15.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:15 smithi161 ceph-mon[116604]: pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:15 smithi161 ceph-mon[116604]: from='client.343959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:15 smithi028 ceph-mon[112123]: pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:15 smithi028 ceph-mon[112123]: from='client.343959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:15 smithi138 ceph-mon[117003]: pgmap v12616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:15 smithi138 ceph-mon[117003]: from='client.343959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:17 smithi161 ceph-mon[116604]: pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:17 smithi028 ceph-mon[112123]: pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:17 smithi138 ceph-mon[117003]: pgmap v12617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:19 smithi161 ceph-mon[116604]: pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:19 smithi028 ceph-mon[112123]: pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:19 smithi138 ceph-mon[117003]: pgmap v12618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:20.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:20.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:20.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:20.956 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:20.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:20.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:20.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:20.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:21 smithi161 ceph-mon[116604]: pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:21 smithi161 ceph-mon[116604]: from='client.344034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:21 smithi028 ceph-mon[112123]: pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:21 smithi028 ceph-mon[112123]: from='client.344034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:21 smithi138 ceph-mon[117003]: pgmap v12619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:21 smithi138 ceph-mon[117003]: from='client.344034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:23 smithi161 ceph-mon[116604]: 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-07T11:47:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:23 smithi028 ceph-mon[112123]: 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-07T11:47:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:23 smithi138 ceph-mon[117003]: 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-07T11:47:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:25 smithi161 ceph-mon[116604]: 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-07T11:47:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:47:25.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:25.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:25.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:25 smithi028 ceph-mon[112123]: 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-07T11:47:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:47:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:25 smithi138 ceph-mon[117003]: 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-07T11:47:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:47:26.755 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:26.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:26.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:26.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:26.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:47:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:47:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:47:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:47:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:47:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:47:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:47:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:47:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:47:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:28 smithi161 ceph-mon[116604]: from='client.344112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:28 smithi161 ceph-mon[116604]: 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-07T11:47:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:28 smithi028 ceph-mon[112123]: from='client.344112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:28 smithi028 ceph-mon[112123]: 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-07T11:47:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:28 smithi138 ceph-mon[117003]: from='client.344112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:28 smithi138 ceph-mon[117003]: 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-07T11:47:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:30 smithi161 ceph-mon[116604]: 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-07T11:47:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:30 smithi028 ceph-mon[112123]: 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-07T11:47:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:30 smithi138 ceph-mon[117003]: 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-07T11:47:31.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:31.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:31.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:32 smithi161 ceph-mon[116604]: 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-07T11:47:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:32 smithi028 ceph-mon[112123]: 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-07T11:47:32.534 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:32.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:32.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:32.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:32.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:32 smithi138 ceph-mon[117003]: 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-07T11:47:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:33 smithi161 ceph-mon[116604]: from='client.344187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:33 smithi028 ceph-mon[112123]: from='client.344187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:33 smithi138 ceph-mon[117003]: from='client.344187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:34 smithi161 ceph-mon[116604]: 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-07T11:47:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:34 smithi028 ceph-mon[112123]: 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-07T11:47:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:34 smithi138 ceph-mon[117003]: 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-07T11:47:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:36 smithi161 ceph-mon[116604]: 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-07T11:47:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:36 smithi028 ceph-mon[112123]: 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-07T11:47:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:36 smithi138 ceph-mon[117003]: 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-07T11:47:37.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:37.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:37.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:38.309 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:38.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:38.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:38.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:38.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:38.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:38 smithi161 ceph-mon[116604]: 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-07T11:47:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:38 smithi028 ceph-mon[112123]: 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-07T11:47:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:38 smithi138 ceph-mon[117003]: 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-07T11:47:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:39 smithi161 ceph-mon[116604]: from='client.344265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:39 smithi028 ceph-mon[112123]: from='client.344265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:39 smithi138 ceph-mon[117003]: from='client.344265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:40 smithi161 ceph-mon[116604]: 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-07T11:47:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:40 smithi028 ceph-mon[112123]: 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-07T11:47:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:40 smithi138 ceph-mon[117003]: 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-07T11:47:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:42 smithi161 ceph-mon[116604]: pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:42 smithi028 ceph-mon[112123]: pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:42 smithi138 ceph-mon[117003]: pgmap v12629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:43.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:43.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:43.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:44.082 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:44.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:44.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:44.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:44.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:44 smithi161 ceph-mon[116604]: pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:44 smithi028 ceph-mon[112123]: pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:44 smithi138 ceph-mon[117003]: pgmap v12630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:45 smithi161 ceph-mon[116604]: from='client.344340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:45 smithi028 ceph-mon[112123]: from='client.344340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:45 smithi138 ceph-mon[117003]: from='client.344340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:46 smithi161 ceph-mon[116604]: pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:46 smithi028 ceph-mon[112123]: pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:46 smithi138 ceph-mon[117003]: pgmap v12631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:47:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:48 smithi161 ceph-mon[116604]: pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:48 smithi028 ceph-mon[112123]: pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:48 smithi138 ceph-mon[117003]: pgmap v12632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:49.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:49.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:49.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:49.856 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:49.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:49.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:49.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:49.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:50 smithi161 ceph-mon[116604]: pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:50 smithi028 ceph-mon[112123]: pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:50 smithi138 ceph-mon[117003]: pgmap v12633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:51 smithi161 ceph-mon[116604]: from='client.344418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:51 smithi028 ceph-mon[112123]: from='client.344418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:51 smithi138 ceph-mon[117003]: from='client.344418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:52 smithi028 ceph-mon[112123]: 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-07T11:47:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:52 smithi138 ceph-mon[117003]: 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-07T11:47:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:52 smithi161 ceph-mon[116604]: 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-07T11:47:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:54 smithi028 ceph-mon[112123]: pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:54 smithi138 ceph-mon[117003]: pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:54 smithi161 ceph-mon[116604]: pgmap v12635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:54.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:47:54.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:47:54.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:47:55.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:47:55.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:47:55.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:47:55.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:47:55.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:47:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:56 smithi028 ceph-mon[112123]: pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:56 smithi028 ceph-mon[112123]: from='client.344496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:56 smithi138 ceph-mon[117003]: pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:56 smithi138 ceph-mon[117003]: from='client.344496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:56 smithi161 ceph-mon[116604]: pgmap v12636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:47:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:56 smithi161 ceph-mon[116604]: from='client.344496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:47:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:47:58 smithi028 ceph-mon[112123]: pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:47:58 smithi138 ceph-mon[117003]: pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:47:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:47:58 smithi161 ceph-mon[116604]: pgmap v12637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:00 smithi028 ceph-mon[112123]: pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:00 smithi138 ceph-mon[117003]: pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:00.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:00.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:00.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:00 smithi161 ceph-mon[116604]: pgmap v12638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:01.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:01.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:01.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:01.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:01.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:02 smithi028 ceph-mon[112123]: pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:02 smithi028 ceph-mon[112123]: from='client.344571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:02 smithi138 ceph-mon[117003]: pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:02 smithi138 ceph-mon[117003]: from='client.344571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:02 smithi161 ceph-mon[116604]: pgmap v12639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:02 smithi161 ceph-mon[116604]: from='client.344571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:04 smithi028 ceph-mon[112123]: 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-07T11:48:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:04 smithi138 ceph-mon[117003]: 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-07T11:48:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:04 smithi161 ceph-mon[116604]: 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-07T11:48:06.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:06.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:06.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:06 smithi028 ceph-mon[112123]: 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-07T11:48:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:06 smithi138 ceph-mon[117003]: 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-07T11:48:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:06 smithi161 ceph-mon[116604]: 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-07T11:48:07.205 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:07.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:07.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:07.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:07.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:08 smithi028 ceph-mon[112123]: 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-07T11:48:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:08 smithi028 ceph-mon[112123]: from='client.344649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:08 smithi138 ceph-mon[117003]: 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-07T11:48:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:08 smithi138 ceph-mon[117003]: from='client.344649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:08 smithi161 ceph-mon[116604]: 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-07T11:48:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:08 smithi161 ceph-mon[116604]: from='client.344649 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:10 smithi028 ceph-mon[112123]: 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-07T11:48:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:10 smithi138 ceph-mon[117003]: 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-07T11:48:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:10 smithi161 ceph-mon[116604]: 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-07T11:48:12.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:12.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:12.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:12 smithi138 ceph-mon[117003]: 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-07T11:48:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:12 smithi161 ceph-mon[116604]: 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-07T11:48:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:12 smithi028 ceph-mon[112123]: 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-07T11:48:12.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:12.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:12.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:12.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:12.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:14 smithi138 ceph-mon[117003]: 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-07T11:48:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:14 smithi138 ceph-mon[117003]: from='client.344727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:14 smithi161 ceph-mon[116604]: 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-07T11:48:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:14 smithi161 ceph-mon[116604]: from='client.344727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:14 smithi028 ceph-mon[112123]: 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-07T11:48:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:14 smithi028 ceph-mon[112123]: from='client.344727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:16 smithi138 ceph-mon[117003]: 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-07T11:48:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:16 smithi161 ceph-mon[116604]: 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-07T11:48:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:16 smithi028 ceph-mon[112123]: 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-07T11:48:17.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:17.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:17.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:18 smithi138 ceph-mon[117003]: 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-07T11:48:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:18 smithi161 ceph-mon[116604]: 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-07T11:48:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:18 smithi028 ceph-mon[112123]: 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-07T11:48:18.742 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:18.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:18.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:18.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:18.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:20 smithi138 ceph-mon[117003]: from='client.344805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:20 smithi138 ceph-mon[117003]: 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-07T11:48:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:20 smithi161 ceph-mon[116604]: from='client.344805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:20 smithi161 ceph-mon[116604]: 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-07T11:48:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:20 smithi028 ceph-mon[112123]: from='client.344805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:20 smithi028 ceph-mon[112123]: 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-07T11:48:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:22 smithi138 ceph-mon[117003]: pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:22 smithi161 ceph-mon[116604]: pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:22 smithi028 ceph-mon[112123]: pgmap v12649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:48:23.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:23.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:23.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:24.521 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:24.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:24.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:24.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:24.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:24 smithi138 ceph-mon[117003]: pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:24 smithi161 ceph-mon[116604]: pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:24 smithi028 ceph-mon[112123]: pgmap v12650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:25 smithi138 ceph-mon[117003]: from='client.344883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:25 smithi161 ceph-mon[116604]: from='client.344883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:25 smithi028 ceph-mon[112123]: from='client.344883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:26 smithi138 ceph-mon[117003]: 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-07T11:48:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:26 smithi161 ceph-mon[116604]: 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-07T11:48:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:26 smithi028 ceph-mon[112123]: 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-07T11:48:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:48:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:48:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:48:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:48:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:48:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:48:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:48:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:48:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:48:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:48:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:48:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:48:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:28 smithi138 ceph-mon[117003]: 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-07T11:48:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:28 smithi161 ceph-mon[116604]: 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-07T11:48:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:28 smithi028 ceph-mon[112123]: 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-07T11:48:29.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:29.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:29.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:30.303 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:30.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:30.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:30.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:30.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:30 smithi138 ceph-mon[117003]: 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-07T11:48:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:30 smithi161 ceph-mon[116604]: 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-07T11:48:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:30 smithi028 ceph-mon[112123]: 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-07T11:48:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:31 smithi138 ceph-mon[117003]: from='client.344958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:31 smithi161 ceph-mon[116604]: from='client.344958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:31 smithi028 ceph-mon[112123]: from='client.344958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:32 smithi138 ceph-mon[117003]: 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-07T11:48:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:32 smithi161 ceph-mon[116604]: 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-07T11:48:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:32 smithi028 ceph-mon[112123]: 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-07T11:48:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:34 smithi138 ceph-mon[117003]: pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:34 smithi161 ceph-mon[116604]: pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:34 smithi028 ceph-mon[112123]: pgmap v12655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:48:35.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:35.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:35.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:36.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:36.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:36.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:36.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:36.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:36 smithi138 ceph-mon[117003]: pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:36 smithi161 ceph-mon[116604]: pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:36 smithi028 ceph-mon[112123]: pgmap v12656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:48:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:37 smithi138 ceph-mon[117003]: from='client.345033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:37 smithi161 ceph-mon[116604]: from='client.345033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:37 smithi028 ceph-mon[112123]: from='client.345033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:38 smithi138 ceph-mon[117003]: 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-07T11:48:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:38 smithi161 ceph-mon[116604]: 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-07T11:48:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:38 smithi028 ceph-mon[112123]: 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-07T11:48:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:40 smithi138 ceph-mon[117003]: 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-07T11:48:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:40 smithi161 ceph-mon[116604]: 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-07T11:48:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:40 smithi028 ceph-mon[112123]: 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-07T11:48:41.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:41.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:41.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:41.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:41.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:41.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:41.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:41.868 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:42 smithi138 ceph-mon[117003]: 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-07T11:48:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:42 smithi161 ceph-mon[116604]: 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-07T11:48:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:42 smithi028 ceph-mon[112123]: 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-07T11:48:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:43 smithi138 ceph-mon[117003]: from='client.345108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:43 smithi161 ceph-mon[116604]: from='client.345108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:43 smithi028 ceph-mon[112123]: from='client.345108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:44 smithi138 ceph-mon[117003]: 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-07T11:48:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:44 smithi161 ceph-mon[116604]: 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-07T11:48:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:44 smithi028 ceph-mon[112123]: 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-07T11:48:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:46 smithi138 ceph-mon[117003]: 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-07T11:48:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:46 smithi161 ceph-mon[116604]: 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-07T11:48:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:46 smithi028 ceph-mon[112123]: 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-07T11:48:46.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:46.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:46.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:47.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:47.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:47.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:47.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:47.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:48 smithi138 ceph-mon[117003]: 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-07T11:48:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:48 smithi138 ceph-mon[117003]: from='client.345183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:48 smithi161 ceph-mon[116604]: 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-07T11:48:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:48 smithi161 ceph-mon[116604]: from='client.345183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:48 smithi028 ceph-mon[112123]: 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-07T11:48:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:48 smithi028 ceph-mon[112123]: from='client.345183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:50 smithi161 ceph-mon[116604]: 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-07T11:48:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:50 smithi028 ceph-mon[112123]: 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-07T11:48:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:50 smithi138 ceph-mon[117003]: 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-07T11:48:52.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:52.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:52.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:52 smithi161 ceph-mon[116604]: 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-07T11:48:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:52 smithi028 ceph-mon[112123]: 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-07T11:48:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:52 smithi138 ceph-mon[117003]: 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-07T11:48:53.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:53.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:53.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:53.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:53.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:48:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:54 smithi161 ceph-mon[116604]: 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-07T11:48:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:54 smithi161 ceph-mon[116604]: from='client.345258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:54 smithi028 ceph-mon[112123]: 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-07T11:48:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:54 smithi028 ceph-mon[112123]: from='client.345258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:54 smithi138 ceph-mon[117003]: 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-07T11:48:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:54 smithi138 ceph-mon[117003]: from='client.345258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:48:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:56 smithi161 ceph-mon[116604]: 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-07T11:48:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:56 smithi028 ceph-mon[112123]: 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-07T11:48:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:56 smithi138 ceph-mon[117003]: 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-07T11:48:58.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:48:58.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:48:58.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:48:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:48:58 smithi161 ceph-mon[116604]: 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-07T11:48:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:48:58 smithi028 ceph-mon[112123]: 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-07T11:48:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:48:58 smithi138 ceph-mon[117003]: 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-07T11:48:59.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:48:59.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:48:59.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:48:59.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:48:59.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:00 smithi161 ceph-mon[116604]: 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-07T11:49:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:00 smithi161 ceph-mon[116604]: from='client.345336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:00 smithi028 ceph-mon[112123]: 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-07T11:49:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:00 smithi028 ceph-mon[112123]: from='client.345336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:00 smithi138 ceph-mon[117003]: 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-07T11:49:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:00 smithi138 ceph-mon[117003]: from='client.345336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:02 smithi161 ceph-mon[116604]: pgmap v12669: 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-07T11:49:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:02 smithi028 ceph-mon[112123]: pgmap v12669: 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-07T11:49:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:02 smithi138 ceph-mon[117003]: pgmap v12669: 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-07T11:49:04.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:04.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:04.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:04 smithi161 ceph-mon[116604]: pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:49:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:04 smithi028 ceph-mon[112123]: pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:49:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:04 smithi138 ceph-mon[117003]: pgmap v12670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:49:04.990 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:04.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:04.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:04.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:04.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:06 smithi161 ceph-mon[116604]: 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-07T11:49:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:06 smithi161 ceph-mon[116604]: from='client.345411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:06 smithi028 ceph-mon[112123]: 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-07T11:49:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:06 smithi028 ceph-mon[112123]: from='client.345411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:06 smithi138 ceph-mon[117003]: 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-07T11:49:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:06 smithi138 ceph-mon[117003]: from='client.345411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:08 smithi161 ceph-mon[116604]: 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-07T11:49:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:08 smithi028 ceph-mon[112123]: 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-07T11:49:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:08 smithi138 ceph-mon[117003]: 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-07T11:49:09.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:09.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:09.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:10 smithi161 ceph-mon[116604]: 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-07T11:49:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:10 smithi028 ceph-mon[112123]: 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-07T11:49:10.759 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:10.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:10.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:10.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:10.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:10 smithi138 ceph-mon[117003]: 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-07T11:49:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:12 smithi161 ceph-mon[116604]: from='client.345486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:12 smithi161 ceph-mon[116604]: 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-07T11:49:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:12 smithi028 ceph-mon[112123]: from='client.345486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:12 smithi028 ceph-mon[112123]: 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-07T11:49:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:12 smithi138 ceph-mon[117003]: from='client.345486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:12 smithi138 ceph-mon[117003]: 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-07T11:49:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:14 smithi161 ceph-mon[116604]: pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:49:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:14 smithi028 ceph-mon[112123]: pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:49:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:14 smithi138 ceph-mon[117003]: pgmap v12675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:49:15.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:15.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:15.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:16.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:16.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:16.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:16.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:16.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:16 smithi161 ceph-mon[116604]: pgmap v12676: 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-07T11:49:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:16 smithi028 ceph-mon[112123]: pgmap v12676: 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-07T11:49:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:16 smithi138 ceph-mon[117003]: pgmap v12676: 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-07T11:49:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:17 smithi161 ceph-mon[116604]: from='client.345564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:17 smithi028 ceph-mon[112123]: from='client.345564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:17 smithi138 ceph-mon[117003]: from='client.345564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:18 smithi161 ceph-mon[116604]: 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-07T11:49:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:18 smithi028 ceph-mon[112123]: 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-07T11:49:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:18 smithi138 ceph-mon[117003]: 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-07T11:49:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:19 smithi161 ceph-mon[116604]: 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-07T11:49:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:19 smithi028 ceph-mon[112123]: 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-07T11:49:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:19 smithi138 ceph-mon[117003]: 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-07T11:49:21.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:21.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:21.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:21 smithi161 ceph-mon[116604]: 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-07T11:49:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:21 smithi028 ceph-mon[112123]: 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-07T11:49:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:21 smithi138 ceph-mon[117003]: 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-07T11:49:22.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:22.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:22.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:22.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:22.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:22 smithi161 ceph-mon[116604]: from='client.345639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:22 smithi028 ceph-mon[112123]: from='client.345639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:22 smithi138 ceph-mon[117003]: from='client.345639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:23 smithi161 ceph-mon[116604]: 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-07T11:49:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:23 smithi028 ceph-mon[112123]: 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-07T11:49:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:23 smithi138 ceph-mon[117003]: 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-07T11:49:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:25 smithi161 ceph-mon[116604]: 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-07T11:49:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:25 smithi028 ceph-mon[112123]: 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-07T11:49:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:25 smithi138 ceph-mon[117003]: 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-07T11:49:27.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:27.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:27.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:27 smithi161 ceph-mon[116604]: 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-07T11:49:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:49:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:27 smithi028 ceph-mon[112123]: 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-07T11:49:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:49:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:27 smithi138 ceph-mon[117003]: 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-07T11:49:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:49:28.101 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:28.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:28.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:28.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:28.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:49:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:49:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:49:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:28 smithi161 ceph-mon[116604]: from='client.345717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:49:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:49:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:49:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:28 smithi028 ceph-mon[112123]: from='client.345717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:49:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:49:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:49:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:28 smithi138 ceph-mon[117003]: from='client.345717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:29 smithi161 ceph-mon[116604]: 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-07T11:49:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:29 smithi028 ceph-mon[112123]: 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-07T11:49:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:29 smithi138 ceph-mon[117003]: 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-07T11:49:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:31 smithi161 ceph-mon[116604]: 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-07T11:49:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:31 smithi028 ceph-mon[112123]: 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-07T11:49:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:31 smithi138 ceph-mon[117003]: 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-07T11:49:33.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:33.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:33.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:33.883 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:33.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:33.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:33.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:33.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:33 smithi161 ceph-mon[116604]: 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-07T11:49:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:33 smithi028 ceph-mon[112123]: 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-07T11:49:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:33 smithi138 ceph-mon[117003]: 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-07T11:49:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:34 smithi161 ceph-mon[116604]: from='client.345795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:34 smithi028 ceph-mon[112123]: from='client.345795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:34 smithi138 ceph-mon[117003]: from='client.345795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:35 smithi161 ceph-mon[116604]: 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-07T11:49:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:35 smithi028 ceph-mon[112123]: 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-07T11:49:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:35 smithi138 ceph-mon[117003]: 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-07T11:49:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:37 smithi161 ceph-mon[116604]: 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-07T11:49:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:37 smithi028 ceph-mon[112123]: 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-07T11:49:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:37 smithi138 ceph-mon[117003]: 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-07T11:49:38.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:38.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:38.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:39.662 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:39.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:39.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:39.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:39.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:39 smithi161 ceph-mon[116604]: 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-07T11:49:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:39 smithi161 ceph-mon[116604]: from='client.345870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:39 smithi028 ceph-mon[112123]: 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-07T11:49:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:39 smithi028 ceph-mon[112123]: from='client.345870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:39 smithi138 ceph-mon[117003]: 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-07T11:49:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:39 smithi138 ceph-mon[117003]: from='client.345870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:41 smithi161 ceph-mon[116604]: 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-07T11:49:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:41 smithi028 ceph-mon[112123]: 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-07T11:49:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:41 smithi138 ceph-mon[117003]: 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-07T11:49:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:43 smithi161 ceph-mon[116604]: 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-07T11:49:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:43 smithi028 ceph-mon[112123]: 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-07T11:49:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:43 smithi138 ceph-mon[117003]: 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-07T11:49:44.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:44.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:44.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:45.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:45.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:45.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:45.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:45.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:45 smithi161 ceph-mon[116604]: 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-07T11:49:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:45 smithi161 ceph-mon[116604]: from='client.345945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:45 smithi028 ceph-mon[112123]: 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-07T11:49:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:45 smithi028 ceph-mon[112123]: from='client.345945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:45 smithi138 ceph-mon[117003]: 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-07T11:49:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:45 smithi138 ceph-mon[117003]: from='client.345945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:47 smithi161 ceph-mon[116604]: 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-07T11:49:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:47 smithi028 ceph-mon[112123]: 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-07T11:49:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:47 smithi138 ceph-mon[117003]: 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-07T11:49:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:49 smithi161 ceph-mon[116604]: 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-07T11:49:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:49 smithi028 ceph-mon[112123]: 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-07T11:49:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:49 smithi138 ceph-mon[117003]: 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-07T11:49:50.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:50.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:50.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:51.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:51.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:51.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:51.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:51.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:51 smithi161 ceph-mon[116604]: 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-07T11:49:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:51 smithi161 ceph-mon[116604]: from='client.346017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:51 smithi028 ceph-mon[112123]: 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-07T11:49:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:51 smithi028 ceph-mon[112123]: from='client.346017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:51 smithi138 ceph-mon[117003]: 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-07T11:49:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:51 smithi138 ceph-mon[117003]: from='client.346017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:53 smithi161 ceph-mon[116604]: 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-07T11:49:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:53 smithi028 ceph-mon[112123]: 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-07T11:49:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:53 smithi138 ceph-mon[117003]: 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-07T11:49:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:55 smithi161 ceph-mon[116604]: 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-07T11:49:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:55 smithi028 ceph-mon[112123]: 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-07T11:49:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:55 smithi138 ceph-mon[117003]: 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-07T11:49:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:49:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:49:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:49:56.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:49:56.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:49:56.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:49:56.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:49:56.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:49:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:57 smithi161 ceph-mon[116604]: 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-07T11:49:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:57 smithi161 ceph-mon[116604]: from='client.346092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:57 smithi028 ceph-mon[112123]: 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-07T11:49:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:57 smithi028 ceph-mon[112123]: from='client.346092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:57 smithi138 ceph-mon[117003]: 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-07T11:49:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:57 smithi138 ceph-mon[117003]: from='client.346092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:49:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:49:59 smithi161 ceph-mon[116604]: 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-07T11:49:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:49:59 smithi028 ceph-mon[112123]: 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-07T11:50:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:49:59 smithi138 ceph-mon[117003]: 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-07T11:50:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T11:50:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T11:50:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T11:50:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:01 smithi161 ceph-mon[116604]: 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-07T11:50:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:01 smithi028 ceph-mon[112123]: 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-07T11:50:01.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:01.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:01.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:01 smithi138 ceph-mon[117003]: 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-07T11:50:02.753 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:02.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:02.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:02.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:02.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:03 smithi161 ceph-mon[116604]: from='client.346167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:03 smithi161 ceph-mon[116604]: 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-07T11:50:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:03 smithi028 ceph-mon[112123]: from='client.346167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:03 smithi028 ceph-mon[112123]: 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-07T11:50:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:03 smithi138 ceph-mon[117003]: from='client.346167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:03 smithi138 ceph-mon[117003]: 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-07T11:50:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:05 smithi161 ceph-mon[116604]: 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-07T11:50:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:05 smithi028 ceph-mon[112123]: 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-07T11:50:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:05 smithi138 ceph-mon[117003]: 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-07T11:50:07.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:07.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:07.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:07 smithi161 ceph-mon[116604]: 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-07T11:50:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:07 smithi028 ceph-mon[112123]: 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-07T11:50:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:07 smithi138 ceph-mon[117003]: 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-07T11:50:08.517 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:08.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:08.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:08.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:08.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:08 smithi161 ceph-mon[116604]: from='client.346245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:08 smithi028 ceph-mon[112123]: from='client.346245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:08 smithi138 ceph-mon[117003]: from='client.346245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:09 smithi161 ceph-mon[116604]: 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-07T11:50:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:09 smithi028 ceph-mon[112123]: 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-07T11:50:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:09 smithi138 ceph-mon[117003]: 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-07T11:50:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:11 smithi161 ceph-mon[116604]: 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-07T11:50:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:11 smithi028 ceph-mon[112123]: 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-07T11:50:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:11 smithi138 ceph-mon[117003]: 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-07T11:50:13.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:13.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:13.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:13 smithi161 ceph-mon[116604]: 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-07T11:50:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:13 smithi028 ceph-mon[112123]: 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-07T11:50:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:13 smithi138 ceph-mon[117003]: 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-07T11:50:14.293 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:14.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:14.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:14.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:14.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:14 smithi161 ceph-mon[116604]: from='client.346320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:14 smithi028 ceph-mon[112123]: from='client.346320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:15.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:14 smithi138 ceph-mon[117003]: from='client.346320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:15 smithi161 ceph-mon[116604]: pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:50:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:15 smithi028 ceph-mon[112123]: pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:50:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:15 smithi138 ceph-mon[117003]: pgmap v12706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T11:50:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:17 smithi161 ceph-mon[116604]: pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:17 smithi028 ceph-mon[112123]: pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:17 smithi138 ceph-mon[117003]: pgmap v12707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:19.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:19.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:19.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:19 smithi161 ceph-mon[116604]: pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:19 smithi028 ceph-mon[112123]: pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:19 smithi138 ceph-mon[117003]: pgmap v12708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T11:50:20.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:20.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:20.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:20.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:20.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:20 smithi028 ceph-mon[112123]: from='client.346398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:20 smithi138 ceph-mon[117003]: from='client.346398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:20 smithi161 ceph-mon[116604]: from='client.346398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:21 smithi028 ceph-mon[112123]: 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-07T11:50:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:21 smithi138 ceph-mon[117003]: 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-07T11:50:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:21 smithi161 ceph-mon[116604]: 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-07T11:50:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:23 smithi028 ceph-mon[112123]: 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-07T11:50:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:23 smithi138 ceph-mon[117003]: 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-07T11:50:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:23 smithi161 ceph-mon[116604]: 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-07T11:50:25.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:25.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:25.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:25.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:25.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:25.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:25.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:25.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:25 smithi028 ceph-mon[112123]: 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-07T11:50:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:25 smithi138 ceph-mon[117003]: 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-07T11:50:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:25 smithi161 ceph-mon[116604]: 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-07T11:50:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:26 smithi028 ceph-mon[112123]: from='client.346467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:26 smithi138 ceph-mon[117003]: from='client.346467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:26 smithi161 ceph-mon[116604]: from='client.346467 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:27 smithi028 ceph-mon[112123]: pgmap v12712: 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-07T11:50:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:27 smithi138 ceph-mon[117003]: pgmap v12712: 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-07T11:50:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:27 smithi161 ceph-mon[116604]: pgmap v12712: 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-07T11:50:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:50:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:50:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:50:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:50:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:50:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:50:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:50:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:50:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:50:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:50:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:50:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:50:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:30 smithi161 ceph-mon[116604]: pgmap v12713: 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-07T11:50:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:30 smithi028 ceph-mon[112123]: pgmap v12713: 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-07T11:50:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:30 smithi138 ceph-mon[117003]: pgmap v12713: 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-07T11:50:30.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:30.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:30.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:31.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:31.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:31.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:31.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:31.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:32 smithi161 ceph-mon[116604]: pgmap v12714: 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-07T11:50:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:32 smithi161 ceph-mon[116604]: from='client.346542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:32 smithi028 ceph-mon[112123]: pgmap v12714: 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-07T11:50:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:32 smithi028 ceph-mon[112123]: from='client.346542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:32 smithi138 ceph-mon[117003]: pgmap v12714: 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-07T11:50:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:32 smithi138 ceph-mon[117003]: from='client.346542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:34 smithi161 ceph-mon[116604]: 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-07T11:50:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:34 smithi028 ceph-mon[112123]: 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-07T11:50:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:34 smithi138 ceph-mon[117003]: 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-07T11:50:36.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:36.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:36.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:36 smithi161 ceph-mon[116604]: 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-07T11:50:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:36 smithi028 ceph-mon[112123]: 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-07T11:50:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:36 smithi138 ceph-mon[117003]: 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-07T11:50:37.433 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:37.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:37.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:37.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:37.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:38 smithi161 ceph-mon[116604]: 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-07T11:50:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:38 smithi161 ceph-mon[116604]: from='client.346617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:38 smithi028 ceph-mon[112123]: 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-07T11:50:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:38 smithi028 ceph-mon[112123]: from='client.346617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:38 smithi138 ceph-mon[117003]: 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-07T11:50:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:38 smithi138 ceph-mon[117003]: from='client.346617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:40 smithi161 ceph-mon[116604]: 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-07T11:50:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:40 smithi028 ceph-mon[112123]: 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-07T11:50:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:40 smithi138 ceph-mon[117003]: 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-07T11:50:42.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:42.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:42.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:42 smithi161 ceph-mon[116604]: 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-07T11:50:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:42 smithi028 ceph-mon[112123]: 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-07T11:50:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:42 smithi138 ceph-mon[117003]: 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-07T11:50:43.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:43.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:43.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:43.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:43.209 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:43 smithi161 ceph-mon[116604]: 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-07T11:50:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:43 smithi161 ceph-mon[116604]: from='client.346695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:43 smithi028 ceph-mon[112123]: 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-07T11:50:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:43 smithi028 ceph-mon[112123]: from='client.346695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:43 smithi138 ceph-mon[117003]: 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-07T11:50:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:43 smithi138 ceph-mon[117003]: from='client.346695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:45 smithi161 ceph-mon[116604]: 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-07T11:50:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:45 smithi028 ceph-mon[112123]: 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-07T11:50:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:45 smithi138 ceph-mon[117003]: 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-07T11:50:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:47 smithi161 ceph-mon[116604]: 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-07T11:50:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:47 smithi028 ceph-mon[112123]: 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-07T11:50:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:47 smithi138 ceph-mon[117003]: 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-07T11:50:48.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:48.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:48.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:48.979 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:48.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:49 smithi161 ceph-mon[116604]: 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-07T11:50:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:49 smithi161 ceph-mon[116604]: from='client.346770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:49 smithi028 ceph-mon[112123]: 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-07T11:50:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:49 smithi028 ceph-mon[112123]: from='client.346770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:49 smithi138 ceph-mon[117003]: 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-07T11:50:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:49 smithi138 ceph-mon[117003]: from='client.346770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:51 smithi161 ceph-mon[116604]: 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-07T11:50:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:51 smithi028 ceph-mon[112123]: 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-07T11:50:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:51 smithi138 ceph-mon[117003]: 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-07T11:50:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:53 smithi161 ceph-mon[116604]: 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-07T11:50:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:53 smithi028 ceph-mon[112123]: 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-07T11:50:53.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:53.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:53.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:53 smithi138 ceph-mon[117003]: 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-07T11:50:54.763 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:50:54.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:50:54.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:50:54.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:50:54.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:50:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:55 smithi161 ceph-mon[116604]: from='client.346845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:55 smithi161 ceph-mon[116604]: pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:55 smithi028 ceph-mon[112123]: from='client.346845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:55 smithi028 ceph-mon[112123]: pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:55 smithi138 ceph-mon[117003]: from='client.346845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:50:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:55 smithi138 ceph-mon[117003]: pgmap v12726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:50:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:57 smithi161 ceph-mon[116604]: pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:57 smithi028 ceph-mon[112123]: pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:57 smithi138 ceph-mon[117003]: pgmap v12727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:59.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:50:59.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:50:59.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:50:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:50:59 smithi161 ceph-mon[116604]: pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:50:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:50:59 smithi028 ceph-mon[112123]: pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:50:59 smithi138 ceph-mon[117003]: pgmap v12728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:00.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:00.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:00.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:00.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:00.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:00 smithi161 ceph-mon[116604]: from='client.346923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:00 smithi028 ceph-mon[112123]: from='client.346923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:00 smithi138 ceph-mon[117003]: from='client.346923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:01 smithi161 ceph-mon[116604]: 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-07T11:51:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:01 smithi028 ceph-mon[112123]: 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-07T11:51:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:01 smithi138 ceph-mon[117003]: 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-07T11:51:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:03 smithi161 ceph-mon[116604]: 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-07T11:51:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:03 smithi028 ceph-mon[112123]: 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-07T11:51:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:03 smithi138 ceph-mon[117003]: 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-07T11:51:05.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:05.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:05.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:05 smithi161 ceph-mon[116604]: 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-07T11:51:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:05 smithi028 ceph-mon[112123]: 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-07T11:51:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:05 smithi138 ceph-mon[117003]: 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-07T11:51:06.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:06.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:06 smithi161 ceph-mon[116604]: from='client.346998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:06 smithi028 ceph-mon[112123]: from='client.346998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:06 smithi138 ceph-mon[117003]: from='client.346998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:07 smithi161 ceph-mon[116604]: pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:07 smithi028 ceph-mon[112123]: pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:07 smithi138 ceph-mon[117003]: pgmap v12732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:09 smithi161 ceph-mon[116604]: pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:09 smithi028 ceph-mon[112123]: pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:09 smithi138 ceph-mon[117003]: pgmap v12733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:11.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:11.322 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:11.322 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:11 smithi161 ceph-mon[116604]: pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:11 smithi028 ceph-mon[112123]: pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:11 smithi138 ceph-mon[117003]: pgmap v12734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:12.101 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:12.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:12.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:12.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:12.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:12 smithi161 ceph-mon[116604]: from='client.347076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:12 smithi028 ceph-mon[112123]: from='client.347076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:12 smithi138 ceph-mon[117003]: from='client.347076 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:13 smithi161 ceph-mon[116604]: 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-07T11:51:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:13 smithi028 ceph-mon[112123]: 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-07T11:51:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:13 smithi138 ceph-mon[117003]: 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-07T11:51:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:15 smithi161 ceph-mon[116604]: 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-07T11:51:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:15 smithi028 ceph-mon[112123]: 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-07T11:51:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:15 smithi138 ceph-mon[117003]: 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-07T11:51:17.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:17.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:17.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:17.879 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:17.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:17.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:17.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:17.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:17 smithi161 ceph-mon[116604]: 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-07T11:51:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:17 smithi028 ceph-mon[112123]: 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-07T11:51:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:17 smithi138 ceph-mon[117003]: 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-07T11:51:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:18 smithi161 ceph-mon[116604]: from='client.347148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:18 smithi028 ceph-mon[112123]: from='client.347148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:18 smithi138 ceph-mon[117003]: from='client.347148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:19 smithi161 ceph-mon[116604]: 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-07T11:51:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:19 smithi028 ceph-mon[112123]: 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-07T11:51:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:19 smithi138 ceph-mon[117003]: 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-07T11:51:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:21 smithi161 ceph-mon[116604]: 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-07T11:51:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:21 smithi028 ceph-mon[112123]: 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-07T11:51:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:21 smithi138 ceph-mon[117003]: 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-07T11:51:22.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:22.881 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:22.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:23.648 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:23.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:23.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:23.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:23.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:23 smithi161 ceph-mon[116604]: 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-07T11:51:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:23 smithi161 ceph-mon[116604]: from='client.347226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:23 smithi028 ceph-mon[112123]: 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-07T11:51:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:23 smithi028 ceph-mon[112123]: from='client.347226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:23 smithi138 ceph-mon[117003]: 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-07T11:51:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:23 smithi138 ceph-mon[117003]: from='client.347226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:25 smithi161 ceph-mon[116604]: 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-07T11:51:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:25 smithi028 ceph-mon[112123]: 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-07T11:51:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:25 smithi138 ceph-mon[117003]: 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-07T11:51:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:27 smithi161 ceph-mon[116604]: 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-07T11:51:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:27 smithi028 ceph-mon[112123]: 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-07T11:51:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:27 smithi138 ceph-mon[117003]: 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-07T11:51:28.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:28.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:28.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:51:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:51:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:51:29.467 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:29.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:29.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:29.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:29.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: 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-07T11:51:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='client.347301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:51:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:51:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: 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-07T11:51:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='client.347301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:51:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:51:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: 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-07T11:51:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='client.347301 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:51:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:51:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:51:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:31 smithi161 ceph-mon[116604]: pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:31 smithi028 ceph-mon[112123]: pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:31 smithi138 ceph-mon[117003]: pgmap v12744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:33 smithi161 ceph-mon[116604]: pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:33 smithi028 ceph-mon[112123]: pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:33 smithi138 ceph-mon[117003]: pgmap v12745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:34.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:34.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:34.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:35.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:35.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:35.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:35.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:35.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:35 smithi161 ceph-mon[116604]: pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:35 smithi161 ceph-mon[116604]: from='client.347379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:35 smithi028 ceph-mon[112123]: pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:35 smithi028 ceph-mon[112123]: from='client.347379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:35 smithi138 ceph-mon[117003]: pgmap v12746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:35 smithi138 ceph-mon[117003]: from='client.347379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:37 smithi161 ceph-mon[116604]: pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:37 smithi028 ceph-mon[112123]: pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:37 smithi138 ceph-mon[117003]: pgmap v12747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:39 smithi161 ceph-mon[116604]: pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:39 smithi028 ceph-mon[112123]: pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:40.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:40.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:40.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:39 smithi138 ceph-mon[117003]: pgmap v12748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:51:41.023 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:41.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:41.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:41.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:41.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:41 smithi161 ceph-mon[116604]: 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-07T11:51:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:41 smithi161 ceph-mon[116604]: from='client.347454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:41 smithi028 ceph-mon[112123]: 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-07T11:51:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:41 smithi028 ceph-mon[112123]: from='client.347454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:41 smithi138 ceph-mon[117003]: 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-07T11:51:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:41 smithi138 ceph-mon[117003]: from='client.347454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:43 smithi161 ceph-mon[116604]: pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:43 smithi028 ceph-mon[112123]: pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:43 smithi138 ceph-mon[117003]: pgmap v12750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:46.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:46.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:46.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:45 smithi161 ceph-mon[116604]: pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:45 smithi028 ceph-mon[112123]: pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:45 smithi138 ceph-mon[117003]: pgmap v12751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:46.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:46.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:46.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:46.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:46.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:47 smithi161 ceph-mon[116604]: from='client.347523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:47 smithi161 ceph-mon[116604]: pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:47 smithi028 ceph-mon[112123]: from='client.347523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:47 smithi028 ceph-mon[112123]: pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:47 smithi138 ceph-mon[117003]: from='client.347523 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:47 smithi138 ceph-mon[117003]: pgmap v12752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:49 smithi161 ceph-mon[116604]: pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:49 smithi028 ceph-mon[112123]: pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:49 smithi138 ceph-mon[117003]: pgmap v12753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:51:51.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:51.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:51.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:51 smithi161 ceph-mon[116604]: pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:51 smithi028 ceph-mon[112123]: pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:51 smithi138 ceph-mon[117003]: pgmap v12754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:51:52.584 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:52.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:52.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:52.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:52.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:52 smithi161 ceph-mon[116604]: from='client.347598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:52 smithi028 ceph-mon[112123]: from='client.347598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:52 smithi138 ceph-mon[117003]: from='client.347598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:53 smithi161 ceph-mon[116604]: 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-07T11:51:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:53 smithi028 ceph-mon[112123]: 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-07T11:51:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:53 smithi138 ceph-mon[117003]: 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-07T11:51:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:55 smithi161 ceph-mon[116604]: 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-07T11:51:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:55 smithi028 ceph-mon[112123]: 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-07T11:51:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:55 smithi138 ceph-mon[117003]: 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-07T11:51:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:51:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:51:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:51:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:57 smithi028 ceph-mon[112123]: 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-07T11:51:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:57 smithi138 ceph-mon[117003]: 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-07T11:51:58.356 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:51:58.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:51:58.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:51:58.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:51:58.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:51:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:57 smithi161 ceph-mon[116604]: 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-07T11:51:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:58 smithi028 ceph-mon[112123]: from='client.347673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:58 smithi138 ceph-mon[117003]: from='client.347673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:51:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:58 smithi161 ceph-mon[116604]: from='client.347673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:51:59 smithi028 ceph-mon[112123]: 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-07T11:52:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:51:59 smithi138 ceph-mon[117003]: 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-07T11:52:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:51:59 smithi161 ceph-mon[116604]: 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-07T11:52:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:01 smithi028 ceph-mon[112123]: 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-07T11:52:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:01 smithi138 ceph-mon[117003]: 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-07T11:52:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:01 smithi161 ceph-mon[116604]: 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-07T11:52:03.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:03.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:03.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:04.145 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:04.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:04.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:04.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:04.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:03 smithi028 ceph-mon[112123]: 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-07T11:52:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:03 smithi138 ceph-mon[117003]: 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-07T11:52:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:03 smithi161 ceph-mon[116604]: 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-07T11:52:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:04 smithi028 ceph-mon[112123]: from='client.347748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:04 smithi138 ceph-mon[117003]: from='client.347748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:04 smithi161 ceph-mon[116604]: from='client.347748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:05 smithi028 ceph-mon[112123]: pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:52:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:05 smithi138 ceph-mon[117003]: pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:52:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:05 smithi161 ceph-mon[116604]: pgmap v12761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:52:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:07 smithi028 ceph-mon[112123]: pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:52:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:07 smithi138 ceph-mon[117003]: pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:52:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:07 smithi161 ceph-mon[116604]: pgmap v12762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:52:09.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:09.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:09.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:09.927 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:09.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:09.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:09.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:09.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:09 smithi028 ceph-mon[112123]: pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:52:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:09 smithi138 ceph-mon[117003]: pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:52:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:09 smithi161 ceph-mon[116604]: pgmap v12763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:52:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:10 smithi138 ceph-mon[117003]: from='client.347823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:10 smithi161 ceph-mon[116604]: from='client.347823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:10 smithi028 ceph-mon[112123]: from='client.347823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:11 smithi138 ceph-mon[117003]: pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:11 smithi161 ceph-mon[116604]: pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:11 smithi028 ceph-mon[112123]: pgmap v12764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:13 smithi138 ceph-mon[117003]: pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:13 smithi161 ceph-mon[116604]: pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:13 smithi028 ceph-mon[112123]: pgmap v12765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:14.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:14.929 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:14.929 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:15.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:15.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:15.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:15.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:15.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:15 smithi138 ceph-mon[117003]: pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:15 smithi138 ceph-mon[117003]: from='client.347898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:15 smithi161 ceph-mon[116604]: pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:15 smithi161 ceph-mon[116604]: from='client.347898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:15 smithi028 ceph-mon[112123]: pgmap v12766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:15 smithi028 ceph-mon[112123]: from='client.347898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:17 smithi138 ceph-mon[117003]: pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:52:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:17 smithi161 ceph-mon[116604]: pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:52:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:17 smithi028 ceph-mon[112123]: pgmap v12767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:52:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:19 smithi138 ceph-mon[117003]: pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:52:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:19 smithi161 ceph-mon[116604]: pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:52:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:19 smithi028 ceph-mon[112123]: pgmap v12768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:52:20.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:20.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:20.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:21.470 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:21.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:21.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:21.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:21.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:21 smithi138 ceph-mon[117003]: pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:52:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:21 smithi138 ceph-mon[117003]: from='client.347976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:21 smithi161 ceph-mon[116604]: pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:52:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:21 smithi161 ceph-mon[116604]: from='client.347976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:21 smithi028 ceph-mon[112123]: pgmap v12769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:52:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:21 smithi028 ceph-mon[112123]: from='client.347976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:23 smithi138 ceph-mon[117003]: pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:23 smithi161 ceph-mon[116604]: pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:23 smithi028 ceph-mon[112123]: pgmap v12770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:25 smithi138 ceph-mon[117003]: pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:25 smithi161 ceph-mon[116604]: pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:25 smithi028 ceph-mon[112123]: pgmap v12771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:26.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:26.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:26.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:27.244 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:27.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:27.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:27.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:27.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:27 smithi138 ceph-mon[117003]: pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:27 smithi138 ceph-mon[117003]: from='client.348051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:27 smithi161 ceph-mon[116604]: pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:27 smithi161 ceph-mon[116604]: from='client.348051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:27 smithi028 ceph-mon[112123]: pgmap v12772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:27 smithi028 ceph-mon[112123]: from='client.348051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:29 smithi138 ceph-mon[117003]: pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:52:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:29 smithi161 ceph-mon[116604]: pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:52:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:29 smithi028 ceph-mon[112123]: pgmap v12773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:52:32.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:32.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:32.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:32.282 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:31 smithi161 ceph-mon[116604]: pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:31 smithi138 ceph-mon[117003]: pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:32.425 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:31 smithi028 ceph-mon[112123]: pgmap v12774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:52:33.057 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:33.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:33.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:33.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:33.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: 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-07T11:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='client.348129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: 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-07T11:52:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='client.348129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:52:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:52:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: 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-07T11:52:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='client.348129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:52:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:52:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:52:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:35 smithi161 ceph-mon[116604]: 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-07T11:52:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:35 smithi028 ceph-mon[112123]: 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-07T11:52:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:35 smithi138 ceph-mon[117003]: 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-07T11:52:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:37 smithi161 ceph-mon[116604]: 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-07T11:52:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:37 smithi028 ceph-mon[112123]: 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-07T11:52:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:37 smithi138 ceph-mon[117003]: 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-07T11:52:38.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:38.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:38.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:38.827 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:38.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:38.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:38.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:38.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:39 smithi161 ceph-mon[116604]: from='client.348198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:39 smithi161 ceph-mon[116604]: 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-07T11:52:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:39 smithi028 ceph-mon[112123]: from='client.348198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:39 smithi028 ceph-mon[112123]: 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-07T11:52:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:39 smithi138 ceph-mon[117003]: from='client.348198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:39 smithi138 ceph-mon[117003]: 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-07T11:52:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:41 smithi161 ceph-mon[116604]: 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-07T11:52:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:41 smithi028 ceph-mon[112123]: 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-07T11:52:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:41 smithi138 ceph-mon[117003]: 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-07T11:52:43.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:43.829 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:43.829 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:43 smithi161 ceph-mon[116604]: 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-07T11:52:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:43 smithi028 ceph-mon[112123]: 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-07T11:52:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:43 smithi138 ceph-mon[117003]: 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-07T11:52:44.609 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:44.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:44.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:44.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:44.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:44 smithi161 ceph-mon[116604]: from='client.348270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:44 smithi028 ceph-mon[112123]: from='client.348270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:44 smithi138 ceph-mon[117003]: from='client.348270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:45 smithi161 ceph-mon[116604]: pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:45 smithi028 ceph-mon[112123]: pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:45 smithi138 ceph-mon[117003]: pgmap v12781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:47 smithi161 ceph-mon[116604]: pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:47 smithi028 ceph-mon[112123]: pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:47 smithi138 ceph-mon[117003]: pgmap v12782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:49.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:49.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:49.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:49 smithi161 ceph-mon[116604]: pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:49 smithi028 ceph-mon[112123]: pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:49 smithi138 ceph-mon[117003]: pgmap v12783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:50.393 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:50.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:50.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:50.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:50.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:50 smithi161 ceph-mon[116604]: from='client.348345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:50 smithi028 ceph-mon[112123]: from='client.348345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:50 smithi138 ceph-mon[117003]: from='client.348345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:51 smithi161 ceph-mon[116604]: pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:51 smithi028 ceph-mon[112123]: pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:51 smithi138 ceph-mon[117003]: pgmap v12784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:53 smithi161 ceph-mon[116604]: pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:53 smithi028 ceph-mon[112123]: pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:53 smithi138 ceph-mon[117003]: pgmap v12785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:52:55.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:52:55.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:52:55.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:52:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:55 smithi161 ceph-mon[116604]: 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-07T11:52:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:55 smithi028 ceph-mon[112123]: 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-07T11:52:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:55 smithi138 ceph-mon[117003]: 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-07T11:52:56.191 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:52:56.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:52:56.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:52:56.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:52:56.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:52:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:56 smithi161 ceph-mon[116604]: from='client.348414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:56 smithi028 ceph-mon[112123]: from='client.348414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:56 smithi138 ceph-mon[117003]: from='client.348414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:52:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:57 smithi161 ceph-mon[116604]: pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:57 smithi028 ceph-mon[112123]: pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:57 smithi138 ceph-mon[117003]: pgmap v12787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:52:59 smithi161 ceph-mon[116604]: pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:52:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:52:59 smithi028 ceph-mon[112123]: pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:52:59 smithi138 ceph-mon[117003]: pgmap v12788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:01.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:01.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:01.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:01 smithi161 ceph-mon[116604]: pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:01.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:01.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:01.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:01.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:01.964 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:01 smithi028 ceph-mon[112123]: pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:01 smithi138 ceph-mon[117003]: pgmap v12789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:02 smithi161 ceph-mon[116604]: from='client.348492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:02 smithi028 ceph-mon[112123]: from='client.348492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:02 smithi138 ceph-mon[117003]: from='client.348492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:03 smithi161 ceph-mon[116604]: pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:03 smithi028 ceph-mon[112123]: pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:03 smithi138 ceph-mon[117003]: pgmap v12790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:05 smithi161 ceph-mon[116604]: pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:05 smithi028 ceph-mon[112123]: pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:05 smithi138 ceph-mon[117003]: pgmap v12791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:06.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:06.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:06.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:07.735 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:07.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:07.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:07.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:07.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:07 smithi161 ceph-mon[116604]: 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-07T11:53:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:07 smithi161 ceph-mon[116604]: from='client.348567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:07 smithi028 ceph-mon[112123]: 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-07T11:53:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:07 smithi028 ceph-mon[112123]: from='client.348567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:07 smithi138 ceph-mon[117003]: 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-07T11:53:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:07 smithi138 ceph-mon[117003]: from='client.348567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:09 smithi161 ceph-mon[116604]: 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-07T11:53:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:09 smithi028 ceph-mon[112123]: 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-07T11:53:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:09 smithi138 ceph-mon[117003]: 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-07T11:53:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:11 smithi161 ceph-mon[116604]: 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-07T11:53:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:11 smithi028 ceph-mon[112123]: 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-07T11:53:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:11 smithi138 ceph-mon[117003]: 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-07T11:53:12.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:12.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:12.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:13.505 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:13.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:13.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:13.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:13.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:13 smithi028 ceph-mon[112123]: 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-07T11:53:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:13 smithi028 ceph-mon[112123]: from='client.348642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:13 smithi138 ceph-mon[117003]: 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-07T11:53:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:13 smithi138 ceph-mon[117003]: from='client.348642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:13 smithi161 ceph-mon[116604]: 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-07T11:53:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:13 smithi161 ceph-mon[116604]: from='client.348642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:15 smithi028 ceph-mon[112123]: 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-07T11:53:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:15 smithi138 ceph-mon[117003]: 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-07T11:53:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:15 smithi161 ceph-mon[116604]: 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-07T11:53:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:17 smithi028 ceph-mon[112123]: 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-07T11:53:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:17 smithi138 ceph-mon[117003]: 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-07T11:53:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:17 smithi161 ceph-mon[116604]: 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-07T11:53:18.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:18.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:18.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:19.280 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:19.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:19.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:19.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:19.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:19 smithi028 ceph-mon[112123]: 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-07T11:53:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:19 smithi028 ceph-mon[112123]: from='client.348714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:19 smithi138 ceph-mon[117003]: 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-07T11:53:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:19 smithi138 ceph-mon[117003]: from='client.348714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:19 smithi161 ceph-mon[116604]: 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-07T11:53:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:19 smithi161 ceph-mon[116604]: from='client.348714 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:21 smithi028 ceph-mon[112123]: pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:53:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:21 smithi138 ceph-mon[117003]: pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:53:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:21 smithi161 ceph-mon[116604]: pgmap v12799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:53:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:23 smithi028 ceph-mon[112123]: pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:53:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:23 smithi138 ceph-mon[117003]: pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:53:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:23 smithi161 ceph-mon[116604]: pgmap v12800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:53:24.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:24.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:24.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:25.053 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:25.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:25.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:25.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:25.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:25 smithi028 ceph-mon[112123]: pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:25 smithi028 ceph-mon[112123]: from='client.348792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:25 smithi138 ceph-mon[117003]: pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:25 smithi138 ceph-mon[117003]: from='client.348792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:25 smithi161 ceph-mon[116604]: pgmap v12801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:25 smithi161 ceph-mon[116604]: from='client.348792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:27 smithi028 ceph-mon[112123]: pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:27 smithi138 ceph-mon[117003]: pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:27 smithi161 ceph-mon[116604]: pgmap v12802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:29 smithi028 ceph-mon[112123]: pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:29 smithi138 ceph-mon[117003]: pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:30.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:30.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:30.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:29 smithi161 ceph-mon[116604]: pgmap v12803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:53:30.823 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:30.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:30.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:30.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:30.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:31 smithi138 ceph-mon[117003]: from='client.348870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:31 smithi138 ceph-mon[117003]: pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:31 smithi161 ceph-mon[116604]: from='client.348870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:31 smithi161 ceph-mon[116604]: pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:31 smithi028 ceph-mon[112123]: from='client.348870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:31 smithi028 ceph-mon[112123]: pgmap v12804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:33 smithi161 ceph-mon[116604]: pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:53:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:53:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:33 smithi028 ceph-mon[112123]: pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:53:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:53:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:33 smithi138 ceph-mon[117003]: pgmap v12805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:53:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:53:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:53:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:53:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:53:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:53:35.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:35.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:35.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:35 smithi138 ceph-mon[117003]: pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:53:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:35 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15852M 2023-12-07T11:53:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:35 smithi161 ceph-mon[116604]: pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:53:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:35 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15852M 2023-12-07T11:53:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:35 smithi028 ceph-mon[112123]: pgmap v12806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:53:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:35 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15852M 2023-12-07T11:53:36.596 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:36.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:36.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:36.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:36.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:36 smithi138 ceph-mon[117003]: from='client.348948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:36 smithi161 ceph-mon[116604]: from='client.348948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:36 smithi028 ceph-mon[112123]: from='client.348948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:37 smithi138 ceph-mon[117003]: pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:37 smithi161 ceph-mon[116604]: pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:37 smithi028 ceph-mon[112123]: pgmap v12807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:39 smithi138 ceph-mon[117003]: pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:39 smithi161 ceph-mon[116604]: pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:39 smithi028 ceph-mon[112123]: pgmap v12808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:41.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:41.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:41.599 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:41 smithi138 ceph-mon[117003]: pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:42.379 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:42.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:42.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:42.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:42.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:41 smithi161 ceph-mon[116604]: pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:41 smithi028 ceph-mon[112123]: pgmap v12809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:42 smithi138 ceph-mon[117003]: from='client.349026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:42 smithi161 ceph-mon[116604]: from='client.349026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:42 smithi028 ceph-mon[112123]: from='client.349026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:43 smithi138 ceph-mon[117003]: pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:43 smithi161 ceph-mon[116604]: pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:43 smithi028 ceph-mon[112123]: pgmap v12810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:53:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:45 smithi138 ceph-mon[117003]: pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:45 smithi161 ceph-mon[116604]: pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:45 smithi028 ceph-mon[112123]: pgmap v12811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:53:47.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:47.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:47.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:48.144 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:48.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:48.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:48.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:48.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:47 smithi138 ceph-mon[117003]: 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-07T11:53:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:47 smithi161 ceph-mon[116604]: 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-07T11:53:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:47 smithi028 ceph-mon[112123]: 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-07T11:53:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:49 smithi138 ceph-mon[117003]: from='client.349104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:49 smithi161 ceph-mon[116604]: from='client.349104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:48 smithi028 ceph-mon[112123]: from='client.349104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:50 smithi138 ceph-mon[117003]: 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-07T11:53:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:50 smithi161 ceph-mon[116604]: 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-07T11:53:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:50 smithi028 ceph-mon[112123]: 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-07T11:53:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:52 smithi138 ceph-mon[117003]: 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-07T11:53:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:52 smithi161 ceph-mon[116604]: 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-07T11:53:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:52 smithi028 ceph-mon[112123]: 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-07T11:53:53.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:53.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:53.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:53.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:53.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:53.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:53.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:53.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:53:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:54 smithi138 ceph-mon[117003]: 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-07T11:53:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:54 smithi161 ceph-mon[116604]: 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-07T11:53:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:54 smithi028 ceph-mon[112123]: 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-07T11:53:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:55 smithi138 ceph-mon[117003]: from='client.349182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:55 smithi161 ceph-mon[116604]: from='client.349182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:55 smithi028 ceph-mon[112123]: from='client.349182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:53:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:56 smithi138 ceph-mon[117003]: 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-07T11:53:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:56 smithi161 ceph-mon[116604]: 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-07T11:53:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:56 smithi028 ceph-mon[112123]: 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-07T11:53:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:53:58 smithi138 ceph-mon[117003]: 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-07T11:53:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:53:58 smithi161 ceph-mon[116604]: 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-07T11:53:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:53:58 smithi028 ceph-mon[112123]: 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-07T11:53:58.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:53:58.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:53:58.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:53:59.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:53:59.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:53:59.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:53:59.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:53:59.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:00 smithi138 ceph-mon[117003]: 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-07T11:54:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:00 smithi138 ceph-mon[117003]: from='client.349260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:00 smithi161 ceph-mon[116604]: 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-07T11:54:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:00 smithi161 ceph-mon[116604]: from='client.349260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:00 smithi028 ceph-mon[112123]: 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-07T11:54:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:00 smithi028 ceph-mon[112123]: from='client.349260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:02 smithi138 ceph-mon[117003]: pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:02 smithi161 ceph-mon[116604]: pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:02 smithi028 ceph-mon[112123]: pgmap v12819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:04 smithi138 ceph-mon[117003]: pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:04 smithi161 ceph-mon[116604]: pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:04 smithi028 ceph-mon[112123]: pgmap v12820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:04.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:05.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:05.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:05.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:05.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:05.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:06 smithi138 ceph-mon[117003]: pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:06 smithi138 ceph-mon[117003]: from='client.349335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:06 smithi161 ceph-mon[116604]: pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:06 smithi161 ceph-mon[116604]: from='client.349335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:06 smithi028 ceph-mon[112123]: pgmap v12821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:06 smithi028 ceph-mon[112123]: from='client.349335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:08 smithi138 ceph-mon[117003]: pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:08 smithi161 ceph-mon[116604]: pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:08 smithi028 ceph-mon[112123]: pgmap v12822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:10 smithi138 ceph-mon[117003]: pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:10 smithi161 ceph-mon[116604]: pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:10 smithi028 ceph-mon[112123]: pgmap v12823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:10.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:10.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:10.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:11.242 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:11.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:11.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:11.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:11.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:12 smithi138 ceph-mon[117003]: pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:12 smithi138 ceph-mon[117003]: from='client.349413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:12 smithi161 ceph-mon[116604]: pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:12 smithi161 ceph-mon[116604]: from='client.349413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:12 smithi028 ceph-mon[112123]: pgmap v12824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:12 smithi028 ceph-mon[112123]: from='client.349413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:14 smithi138 ceph-mon[117003]: 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-07T11:54:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:14 smithi161 ceph-mon[116604]: 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-07T11:54:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:14 smithi028 ceph-mon[112123]: 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-07T11:54:16.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:16.244 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:16.244 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:16 smithi161 ceph-mon[116604]: pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:16 smithi028 ceph-mon[112123]: pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:16 smithi138 ceph-mon[117003]: pgmap v12826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:17.016 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:17.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:17.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:17.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:17.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:18 smithi161 ceph-mon[116604]: pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:18 smithi161 ceph-mon[116604]: from='client.349491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:18 smithi028 ceph-mon[112123]: pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:18 smithi028 ceph-mon[112123]: from='client.349491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:18 smithi138 ceph-mon[117003]: pgmap v12827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:18 smithi138 ceph-mon[117003]: from='client.349491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:20 smithi161 ceph-mon[116604]: pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:20 smithi028 ceph-mon[112123]: pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:20 smithi138 ceph-mon[117003]: pgmap v12828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:22.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:22.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:22.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:22 smithi161 ceph-mon[116604]: pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:22 smithi028 ceph-mon[112123]: pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:22 smithi138 ceph-mon[117003]: pgmap v12829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:22.793 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:22.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:22.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:22.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:22.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:24 smithi161 ceph-mon[116604]: from='client.349569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:24 smithi161 ceph-mon[116604]: pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:24 smithi028 ceph-mon[112123]: from='client.349569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:24 smithi028 ceph-mon[112123]: pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:24 smithi138 ceph-mon[117003]: from='client.349569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:24 smithi138 ceph-mon[117003]: pgmap v12830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:26 smithi161 ceph-mon[116604]: pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:26 smithi028 ceph-mon[112123]: pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:26 smithi138 ceph-mon[117003]: pgmap v12831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:27.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:27.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:27.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:28 smithi161 ceph-mon[116604]: 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-07T11:54:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:28 smithi028 ceph-mon[112123]: 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-07T11:54:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:28 smithi138 ceph-mon[117003]: 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-07T11:54:28.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:28.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:28.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:28.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:28.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:29 smithi161 ceph-mon[116604]: from='client.349641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:29 smithi028 ceph-mon[112123]: from='client.349641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:29 smithi138 ceph-mon[117003]: from='client.349641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:30 smithi161 ceph-mon[116604]: 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-07T11:54:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:30 smithi028 ceph-mon[112123]: 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-07T11:54:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:30 smithi138 ceph-mon[117003]: 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-07T11:54:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:32 smithi161 ceph-mon[116604]: 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-07T11:54:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:32 smithi028 ceph-mon[112123]: 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-07T11:54:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:32 smithi138 ceph-mon[117003]: 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-07T11:54:33.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:33.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:33.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:34.342 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:34.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:34.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:34.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:34.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:34 smithi161 ceph-mon[116604]: 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-07T11:54:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:34 smithi028 ceph-mon[112123]: 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-07T11:54:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:34 smithi138 ceph-mon[117003]: 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-07T11:54:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:35 smithi161 ceph-mon[116604]: from='client.349719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:54:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:35 smithi028 ceph-mon[112123]: from='client.349719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:54:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:35 smithi138 ceph-mon[117003]: from='client.349719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:54:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:36 smithi161 ceph-mon[116604]: pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:54:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:54:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:54:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:54:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:36 smithi028 ceph-mon[112123]: pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:54:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:54:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:54:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:54:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:36 smithi138 ceph-mon[117003]: pgmap v12836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:54:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:54:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:54:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:54:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:38 smithi161 ceph-mon[116604]: pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:38 smithi028 ceph-mon[112123]: pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:38 smithi138 ceph-mon[117003]: pgmap v12837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:39.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:39.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:39.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:40.120 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:40.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:40.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:40.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:40.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:40 smithi161 ceph-mon[116604]: pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:40 smithi028 ceph-mon[112123]: pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:40 smithi138 ceph-mon[117003]: pgmap v12838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:54:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:41 smithi161 ceph-mon[116604]: from='client.349794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:41 smithi028 ceph-mon[112123]: from='client.349794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:41 smithi138 ceph-mon[117003]: from='client.349794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:42 smithi161 ceph-mon[116604]: pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:42 smithi028 ceph-mon[112123]: pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:42 smithi138 ceph-mon[117003]: pgmap v12839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:44 smithi161 ceph-mon[116604]: pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:44 smithi028 ceph-mon[112123]: pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:44 smithi138 ceph-mon[117003]: pgmap v12840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:54:45.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:45.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:45.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:45.888 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:45.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:45.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:45.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:45.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:46 smithi161 ceph-mon[116604]: pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:46 smithi028 ceph-mon[112123]: pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:46 smithi138 ceph-mon[117003]: pgmap v12841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:47 smithi161 ceph-mon[116604]: from='client.349866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:47 smithi028 ceph-mon[112123]: from='client.349866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:47 smithi138 ceph-mon[117003]: from='client.349866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:48 smithi161 ceph-mon[116604]: pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:48 smithi028 ceph-mon[112123]: pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:48 smithi138 ceph-mon[117003]: pgmap v12842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:50 smithi161 ceph-mon[116604]: pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:50 smithi028 ceph-mon[112123]: pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:50 smithi138 ceph-mon[117003]: pgmap v12843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:54:50.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:50.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:50.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:51.683 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:51.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:51.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:51.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:51.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:52 smithi161 ceph-mon[116604]: pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:54:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:52 smithi161 ceph-mon[116604]: from='client.349941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:52 smithi028 ceph-mon[112123]: pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:54:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:52 smithi028 ceph-mon[112123]: from='client.349941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:52 smithi138 ceph-mon[117003]: pgmap v12844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:54:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:52 smithi138 ceph-mon[117003]: from='client.349941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:54 smithi161 ceph-mon[116604]: pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:54 smithi028 ceph-mon[112123]: pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:54 smithi138 ceph-mon[117003]: pgmap v12845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:56 smithi161 ceph-mon[116604]: pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:56 smithi028 ceph-mon[112123]: pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:56 smithi138 ceph-mon[117003]: pgmap v12846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:54:56.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:54:56.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:54:56.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:54:57.455 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:54:57.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:54:57.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:54:57.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:54:57.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:54:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:58 smithi161 ceph-mon[116604]: pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:54:58 smithi161 ceph-mon[116604]: from='client.350013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:58 smithi028 ceph-mon[112123]: pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:54:58 smithi028 ceph-mon[112123]: from='client.350013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:54:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:58 smithi138 ceph-mon[117003]: pgmap v12847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:54:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:54:58 smithi138 ceph-mon[117003]: from='client.350013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:00 smithi161 ceph-mon[116604]: pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:00 smithi028 ceph-mon[112123]: pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:00 smithi138 ceph-mon[117003]: pgmap v12848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:02 smithi161 ceph-mon[116604]: pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:02.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:02.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:02.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:02 smithi028 ceph-mon[112123]: pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:02 smithi138 ceph-mon[117003]: pgmap v12849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:03.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:03.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:03.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:03.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:03.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:04 smithi161 ceph-mon[116604]: pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:04 smithi161 ceph-mon[116604]: from='client.350088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:04 smithi028 ceph-mon[112123]: pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:04 smithi028 ceph-mon[112123]: from='client.350088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:04 smithi138 ceph-mon[117003]: pgmap v12850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:04 smithi138 ceph-mon[117003]: from='client.350088 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:06 smithi161 ceph-mon[116604]: pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:06 smithi028 ceph-mon[112123]: pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:06 smithi138 ceph-mon[117003]: pgmap v12851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:08.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:08.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:08.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:08 smithi161 ceph-mon[116604]: 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-07T11:55:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:08 smithi028 ceph-mon[112123]: 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-07T11:55:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:08 smithi138 ceph-mon[117003]: 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-07T11:55:09.012 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:09.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:09.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:09.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:09.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:10 smithi161 ceph-mon[116604]: 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-07T11:55:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:10 smithi161 ceph-mon[116604]: from='client.350163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:10 smithi028 ceph-mon[112123]: 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-07T11:55:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:10 smithi028 ceph-mon[112123]: from='client.350163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:10 smithi138 ceph-mon[117003]: 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-07T11:55:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:10 smithi138 ceph-mon[117003]: from='client.350163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:12 smithi161 ceph-mon[116604]: 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-07T11:55:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:12 smithi028 ceph-mon[112123]: 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-07T11:55:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:12 smithi138 ceph-mon[117003]: 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-07T11:55:14.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:14.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:14.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:14 smithi161 ceph-mon[116604]: 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-07T11:55:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:14 smithi028 ceph-mon[112123]: 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-07T11:55:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:14 smithi138 ceph-mon[117003]: 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-07T11:55:14.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:14.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:14.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:14.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:14.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:15 smithi161 ceph-mon[116604]: from='client.350241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:15 smithi028 ceph-mon[112123]: from='client.350241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:15 smithi138 ceph-mon[117003]: from='client.350241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:16 smithi161 ceph-mon[116604]: pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:16 smithi028 ceph-mon[112123]: pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:16 smithi138 ceph-mon[117003]: pgmap v12856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:18 smithi161 ceph-mon[116604]: pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:18 smithi028 ceph-mon[112123]: pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:18 smithi138 ceph-mon[117003]: pgmap v12857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:19.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:19.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:19.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:20 smithi161 ceph-mon[116604]: pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:20 smithi028 ceph-mon[112123]: pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:20 smithi138 ceph-mon[117003]: pgmap v12858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:20.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:20.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:20.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:20.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:20.561 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:21 smithi161 ceph-mon[116604]: from='client.350316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:21 smithi028 ceph-mon[112123]: from='client.350316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:21 smithi138 ceph-mon[117003]: from='client.350316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:22 smithi161 ceph-mon[116604]: pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:22 smithi028 ceph-mon[112123]: pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:22 smithi138 ceph-mon[117003]: pgmap v12859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:24 smithi161 ceph-mon[116604]: pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:24 smithi028 ceph-mon[112123]: pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:24 smithi138 ceph-mon[117003]: pgmap v12860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:25.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:25.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:25.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:26.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:26.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:26.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:26.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:26.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:26 smithi161 ceph-mon[116604]: pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:26 smithi028 ceph-mon[112123]: pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:26 smithi138 ceph-mon[117003]: pgmap v12861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:27 smithi161 ceph-mon[116604]: from='client.350394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:27 smithi028 ceph-mon[112123]: from='client.350394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:27 smithi138 ceph-mon[117003]: from='client.350394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:28 smithi161 ceph-mon[116604]: 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-07T11:55:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:28 smithi028 ceph-mon[112123]: 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-07T11:55:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:28 smithi138 ceph-mon[117003]: 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-07T11:55:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:30 smithi161 ceph-mon[116604]: 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-07T11:55:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:30 smithi028 ceph-mon[112123]: 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-07T11:55:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:30 smithi138 ceph-mon[117003]: 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-07T11:55:31.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:31.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:31.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:32.095 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:32.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:32.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:32.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:32.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:32 smithi161 ceph-mon[116604]: pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:32 smithi028 ceph-mon[112123]: pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:32 smithi138 ceph-mon[117003]: pgmap v12864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:33 smithi161 ceph-mon[116604]: from='client.350472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:33 smithi028 ceph-mon[112123]: from='client.350472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:33 smithi138 ceph-mon[117003]: from='client.350472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:34 smithi161 ceph-mon[116604]: pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:34 smithi028 ceph-mon[112123]: pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:34 smithi138 ceph-mon[117003]: pgmap v12865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:36 smithi161 ceph-mon[116604]: pgmap v12866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:55:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:36 smithi028 ceph-mon[112123]: pgmap v12866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:55:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:36 smithi138 ceph-mon[117003]: pgmap v12866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:55:37.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:37.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:37.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:55:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:55:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:55:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:55:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:55:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:55:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:55:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:55:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:55:37.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:37.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:37.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:37.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:37.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:38 smithi138 ceph-mon[117003]: pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:38 smithi161 ceph-mon[116604]: pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:38 smithi028 ceph-mon[112123]: pgmap v12867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:39 smithi138 ceph-mon[117003]: from='client.350547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:39 smithi161 ceph-mon[116604]: from='client.350547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:39 smithi028 ceph-mon[112123]: from='client.350547 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:40 smithi138 ceph-mon[117003]: pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:40 smithi161 ceph-mon[116604]: pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:40 smithi028 ceph-mon[112123]: pgmap v12868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:42 smithi138 ceph-mon[117003]: pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:42 smithi161 ceph-mon[116604]: pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:42 smithi028 ceph-mon[112123]: pgmap v12869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:42.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:42.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:42.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:43.650 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:43.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:43.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:43.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:43.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:44 smithi138 ceph-mon[117003]: pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:44 smithi138 ceph-mon[117003]: from='client.350625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:44 smithi161 ceph-mon[116604]: pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:44 smithi161 ceph-mon[116604]: from='client.350625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:44 smithi028 ceph-mon[112123]: pgmap v12870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:44 smithi028 ceph-mon[112123]: from='client.350625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:46 smithi138 ceph-mon[117003]: pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:46 smithi161 ceph-mon[116604]: pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:46 smithi028 ceph-mon[112123]: pgmap v12871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:55:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:48 smithi138 ceph-mon[117003]: 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-07T11:55:48.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:48.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:48.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:48 smithi161 ceph-mon[116604]: 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-07T11:55:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:48 smithi028 ceph-mon[112123]: 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-07T11:55:49.421 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:49.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:49.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:49.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:49.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:50 smithi138 ceph-mon[117003]: 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-07T11:55:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:50 smithi138 ceph-mon[117003]: from='client.350697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:50 smithi161 ceph-mon[116604]: 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-07T11:55:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:50 smithi161 ceph-mon[116604]: from='client.350697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:50 smithi028 ceph-mon[112123]: 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-07T11:55:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:50 smithi028 ceph-mon[112123]: from='client.350697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:52 smithi138 ceph-mon[117003]: pgmap v12874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:55:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:52 smithi161 ceph-mon[116604]: pgmap v12874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:55:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:52 smithi028 ceph-mon[112123]: pgmap v12874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T11:55:54.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:55:54.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:55:54.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:55:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:54 smithi138 ceph-mon[117003]: pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:55:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:54 smithi161 ceph-mon[116604]: pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:55:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:54 smithi028 ceph-mon[112123]: pgmap v12875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T11:55:55.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:55:55.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:55:55.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:55:55.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:55:55.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:55:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:56 smithi138 ceph-mon[117003]: pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:56 smithi138 ceph-mon[117003]: from='client.350769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:56 smithi161 ceph-mon[116604]: pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:56 smithi161 ceph-mon[116604]: from='client.350769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:56 smithi028 ceph-mon[112123]: pgmap v12876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:55:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:56 smithi028 ceph-mon[112123]: from='client.350769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:55:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:55:58 smithi138 ceph-mon[117003]: pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:55:58 smithi161 ceph-mon[116604]: pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:55:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:55:58 smithi028 ceph-mon[112123]: pgmap v12877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:00.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:00.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:00.192 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:00 smithi138 ceph-mon[117003]: pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:00 smithi161 ceph-mon[116604]: pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:00 smithi028 ceph-mon[112123]: pgmap v12878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:00.966 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:00.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:00.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:00.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:00.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:02 smithi138 ceph-mon[117003]: pgmap v12879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:02 smithi138 ceph-mon[117003]: from='client.350841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:02 smithi161 ceph-mon[116604]: pgmap v12879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:02 smithi161 ceph-mon[116604]: from='client.350841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:02 smithi028 ceph-mon[112123]: pgmap v12879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:02 smithi028 ceph-mon[112123]: from='client.350841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:04 smithi138 ceph-mon[117003]: pgmap v12880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:56:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:04 smithi161 ceph-mon[116604]: pgmap v12880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:56:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:04 smithi028 ceph-mon[112123]: pgmap v12880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T11:56:05.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:05.968 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:05.968 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:06 smithi138 ceph-mon[117003]: pgmap v12881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:56:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:06 smithi161 ceph-mon[116604]: pgmap v12881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:56:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:06 smithi028 ceph-mon[112123]: pgmap v12881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T11:56:06.759 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:06.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:06.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:06.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:06.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:07 smithi138 ceph-mon[117003]: from='client.350910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:07 smithi161 ceph-mon[116604]: from='client.350910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:07 smithi028 ceph-mon[112123]: from='client.350910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:08 smithi138 ceph-mon[117003]: 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-07T11:56:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:08 smithi161 ceph-mon[116604]: 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-07T11:56:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:08 smithi028 ceph-mon[112123]: 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-07T11:56:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:10 smithi138 ceph-mon[117003]: 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-07T11:56:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:10 smithi161 ceph-mon[116604]: 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-07T11:56:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:10 smithi028 ceph-mon[112123]: 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-07T11:56:11.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:11.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:11.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:12.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:12.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:12.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:12.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:12.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:12 smithi138 ceph-mon[117003]: pgmap v12884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:12 smithi161 ceph-mon[116604]: pgmap v12884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:12 smithi028 ceph-mon[112123]: pgmap v12884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:13 smithi161 ceph-mon[116604]: from='client.350988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:13 smithi028 ceph-mon[112123]: from='client.350988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:13 smithi138 ceph-mon[117003]: from='client.350988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:14 smithi161 ceph-mon[116604]: pgmap v12885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:14 smithi028 ceph-mon[112123]: pgmap v12885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:14 smithi138 ceph-mon[117003]: pgmap v12885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:16 smithi161 ceph-mon[116604]: pgmap v12886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:16 smithi028 ceph-mon[112123]: pgmap v12886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:16 smithi138 ceph-mon[117003]: pgmap v12886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:17.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:17.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:17.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:18.302 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:18.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:18.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:18.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:18.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:18 smithi161 ceph-mon[116604]: pgmap v12887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:18 smithi028 ceph-mon[112123]: pgmap v12887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:18 smithi138 ceph-mon[117003]: pgmap v12887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:19 smithi161 ceph-mon[116604]: from='client.351066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:19 smithi028 ceph-mon[112123]: from='client.351066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:19 smithi138 ceph-mon[117003]: from='client.351066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:20 smithi161 ceph-mon[116604]: pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:20 smithi028 ceph-mon[112123]: pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:20 smithi138 ceph-mon[117003]: pgmap v12888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:22 smithi161 ceph-mon[116604]: pgmap v12889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:22 smithi028 ceph-mon[112123]: pgmap v12889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:22 smithi138 ceph-mon[117003]: pgmap v12889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:23.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:23.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:23.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:24.075 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:24.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:24.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:24.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:24.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:24 smithi161 ceph-mon[116604]: pgmap v12890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:24 smithi028 ceph-mon[112123]: pgmap v12890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:24 smithi138 ceph-mon[117003]: pgmap v12890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:25 smithi161 ceph-mon[116604]: from='client.351141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:25 smithi028 ceph-mon[112123]: from='client.351141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:25 smithi138 ceph-mon[117003]: from='client.351141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:26 smithi161 ceph-mon[116604]: pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:26 smithi028 ceph-mon[112123]: pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:26 smithi138 ceph-mon[117003]: pgmap v12891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:28 smithi161 ceph-mon[116604]: 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-07T11:56:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:28 smithi028 ceph-mon[112123]: 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-07T11:56:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:28 smithi138 ceph-mon[117003]: 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-07T11:56:29.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:29.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:29.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:29.875 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:29.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:29.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:29.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:29.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:30 smithi161 ceph-mon[116604]: 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-07T11:56:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:30 smithi028 ceph-mon[112123]: 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-07T11:56:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:30 smithi138 ceph-mon[117003]: 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-07T11:56:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:31 smithi161 ceph-mon[116604]: from='client.351213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:31 smithi028 ceph-mon[112123]: from='client.351213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:31 smithi138 ceph-mon[117003]: from='client.351213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:32 smithi161 ceph-mon[116604]: pgmap v12894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:32 smithi028 ceph-mon[112123]: pgmap v12894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:32 smithi138 ceph-mon[117003]: pgmap v12894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:34 smithi161 ceph-mon[116604]: pgmap v12895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:34 smithi028 ceph-mon[112123]: pgmap v12895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:34 smithi138 ceph-mon[117003]: pgmap v12895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:34.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:34.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:34.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:35.667 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:35.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:35.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:35.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:35.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:36 smithi161 ceph-mon[116604]: pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:36 smithi161 ceph-mon[116604]: from='client.351285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:36 smithi028 ceph-mon[112123]: pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:36 smithi028 ceph-mon[112123]: from='client.351285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:36 smithi138 ceph-mon[117003]: pgmap v12896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:36 smithi138 ceph-mon[117003]: from='client.351285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:56:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:56:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:56:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:56:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:56:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:56:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:56:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:56:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:56:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:56:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:56:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:56:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:38 smithi161 ceph-mon[116604]: pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:38 smithi028 ceph-mon[112123]: pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:38 smithi138 ceph-mon[117003]: pgmap v12897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:40.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:40.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:40.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:40 smithi161 ceph-mon[116604]: pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:40 smithi028 ceph-mon[112123]: pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:40 smithi138 ceph-mon[117003]: pgmap v12898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:56:41.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:41.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:41.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:41.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:41.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:42 smithi161 ceph-mon[116604]: pgmap v12899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:42 smithi161 ceph-mon[116604]: from='client.351360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:42 smithi028 ceph-mon[112123]: pgmap v12899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:42 smithi028 ceph-mon[112123]: from='client.351360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:42 smithi138 ceph-mon[117003]: pgmap v12899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:42 smithi138 ceph-mon[117003]: from='client.351360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:44 smithi161 ceph-mon[116604]: 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-07T11:56:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:44 smithi028 ceph-mon[112123]: 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-07T11:56:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:44 smithi138 ceph-mon[117003]: 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-07T11:56:46.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:46.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:46.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:46 smithi161 ceph-mon[116604]: 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-07T11:56:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:46 smithi028 ceph-mon[112123]: 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-07T11:56:46.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:46 smithi138 ceph-mon[117003]: 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-07T11:56:47.214 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:47.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:47.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:47.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:47.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:48 smithi161 ceph-mon[116604]: 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-07T11:56:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:48 smithi161 ceph-mon[116604]: from='client.351438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:48 smithi028 ceph-mon[112123]: 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-07T11:56:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:48 smithi028 ceph-mon[112123]: from='client.351438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:48 smithi138 ceph-mon[117003]: 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-07T11:56:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:48 smithi138 ceph-mon[117003]: from='client.351438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:50 smithi161 ceph-mon[116604]: 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-07T11:56:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:50 smithi028 ceph-mon[112123]: 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-07T11:56:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:50 smithi138 ceph-mon[117003]: 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-07T11:56:52.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:52.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:52.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:52 smithi161 ceph-mon[116604]: pgmap v12904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:52 smithi028 ceph-mon[112123]: pgmap v12904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:52 smithi138 ceph-mon[117003]: pgmap v12904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:52.997 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:52.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:52.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:52.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:52.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:54 smithi161 ceph-mon[116604]: pgmap v12905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:54 smithi161 ceph-mon[116604]: from='client.351516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:54 smithi028 ceph-mon[112123]: pgmap v12905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:54 smithi028 ceph-mon[112123]: from='client.351516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:54 smithi138 ceph-mon[117003]: pgmap v12905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:54 smithi138 ceph-mon[117003]: from='client.351516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:56 smithi161 ceph-mon[116604]: pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:56 smithi028 ceph-mon[112123]: pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:56 smithi138 ceph-mon[117003]: pgmap v12906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:56:57.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:56:57.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:56:57.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:56:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:58 smithi161 ceph-mon[116604]: pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:58 smithi028 ceph-mon[112123]: pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:58.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:56:58.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:56:58.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:56:58.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:56:58.768 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:56:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:58 smithi138 ceph-mon[117003]: pgmap v12907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:56:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:56:59 smithi161 ceph-mon[116604]: from='client.351594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:56:59 smithi028 ceph-mon[112123]: from='client.351594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:56:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:56:59 smithi138 ceph-mon[117003]: from='client.351594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:00 smithi161 ceph-mon[116604]: pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:00 smithi028 ceph-mon[112123]: pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:00 smithi138 ceph-mon[117003]: pgmap v12908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:02 smithi161 ceph-mon[116604]: pgmap v12909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:57:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:02 smithi028 ceph-mon[112123]: pgmap v12909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:57:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:02 smithi138 ceph-mon[117003]: pgmap v12909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:57:03.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:03.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:03.770 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:04.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:04.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:04.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:04.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:04.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:04 smithi161 ceph-mon[116604]: 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-07T11:57:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:04 smithi028 ceph-mon[112123]: 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-07T11:57:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:04 smithi138 ceph-mon[117003]: 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-07T11:57:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:05 smithi161 ceph-mon[116604]: from='client.351672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:05 smithi028 ceph-mon[112123]: from='client.351672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:05 smithi138 ceph-mon[117003]: from='client.351672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:06 smithi161 ceph-mon[116604]: pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:06 smithi028 ceph-mon[112123]: pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:06 smithi138 ceph-mon[117003]: pgmap v12911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:08 smithi161 ceph-mon[116604]: pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:08 smithi028 ceph-mon[112123]: pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:08 smithi138 ceph-mon[117003]: pgmap v12912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:09.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:09.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:09.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:10.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:10.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:10.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:10.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:10.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:10 smithi161 ceph-mon[116604]: pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:10 smithi028 ceph-mon[112123]: pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:10 smithi138 ceph-mon[117003]: pgmap v12913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:11 smithi161 ceph-mon[116604]: from='client.351747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:11 smithi028 ceph-mon[112123]: from='client.351747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:11 smithi138 ceph-mon[117003]: from='client.351747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:12 smithi161 ceph-mon[116604]: pgmap v12914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:12 smithi028 ceph-mon[112123]: pgmap v12914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:12 smithi138 ceph-mon[117003]: pgmap v12914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:14 smithi161 ceph-mon[116604]: pgmap v12915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:14 smithi028 ceph-mon[112123]: pgmap v12915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:14 smithi138 ceph-mon[117003]: pgmap v12915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:15.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:15.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:15.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:16.074 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:16.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:16.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:16.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:16.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:16 smithi161 ceph-mon[116604]: pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:16 smithi028 ceph-mon[112123]: pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:16 smithi138 ceph-mon[117003]: pgmap v12916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:17 smithi161 ceph-mon[116604]: from='client.351816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:17 smithi028 ceph-mon[112123]: from='client.351816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:17 smithi138 ceph-mon[117003]: from='client.351816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:18 smithi161 ceph-mon[116604]: 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-07T11:57:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:18 smithi028 ceph-mon[112123]: 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-07T11:57:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:18 smithi138 ceph-mon[117003]: 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-07T11:57:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:20 smithi161 ceph-mon[116604]: 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-07T11:57:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:20 smithi028 ceph-mon[112123]: 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-07T11:57:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:20 smithi138 ceph-mon[117003]: 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-07T11:57:21.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:21.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:21.076 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:21.855 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:21.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:21.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:21.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:21.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:22 smithi161 ceph-mon[116604]: 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-07T11:57:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:22 smithi028 ceph-mon[112123]: 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-07T11:57:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:22 smithi138 ceph-mon[117003]: 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-07T11:57:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:23 smithi161 ceph-mon[116604]: from='client.351891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:23 smithi028 ceph-mon[112123]: from='client.351891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:23 smithi138 ceph-mon[117003]: from='client.351891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:24 smithi161 ceph-mon[116604]: 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-07T11:57:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:24 smithi028 ceph-mon[112123]: 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-07T11:57:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:24 smithi138 ceph-mon[117003]: 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-07T11:57:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:26 smithi161 ceph-mon[116604]: 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-07T11:57:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:26 smithi028 ceph-mon[112123]: 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-07T11:57:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:26 smithi138 ceph-mon[117003]: 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-07T11:57:26.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:26.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:26.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:27.633 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:27.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:27.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:27.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:27.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:28 smithi161 ceph-mon[116604]: 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-07T11:57:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:28 smithi161 ceph-mon[116604]: from='client.351969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:28 smithi028 ceph-mon[112123]: 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-07T11:57:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:28 smithi028 ceph-mon[112123]: from='client.351969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:28 smithi138 ceph-mon[117003]: 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-07T11:57:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:28 smithi138 ceph-mon[117003]: from='client.351969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:30 smithi161 ceph-mon[116604]: 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-07T11:57:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:30 smithi028 ceph-mon[112123]: 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-07T11:57:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:30 smithi138 ceph-mon[117003]: 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-07T11:57:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:31 smithi161 ceph-mon[116604]: pgmap v12924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:57:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:31 smithi028 ceph-mon[112123]: pgmap v12924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:57:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:31 smithi138 ceph-mon[117003]: pgmap v12924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:57:32.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:32.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:32.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:33.417 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:33.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:33.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:33.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:33.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:33 smithi161 ceph-mon[116604]: pgmap v12925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:33 smithi161 ceph-mon[116604]: from='client.352047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:33 smithi028 ceph-mon[112123]: pgmap v12925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:33 smithi028 ceph-mon[112123]: from='client.352047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:33 smithi138 ceph-mon[117003]: pgmap v12925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:33 smithi138 ceph-mon[117003]: from='client.352047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:35 smithi028 ceph-mon[112123]: pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:57:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:35 smithi138 ceph-mon[117003]: pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:57:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:35 smithi161 ceph-mon[116604]: pgmap v12926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:57:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:37 smithi028 ceph-mon[112123]: pgmap v12927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:57:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:57:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:57:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:37 smithi138 ceph-mon[117003]: pgmap v12927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:57:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:57:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:57:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:37 smithi161 ceph-mon[116604]: pgmap v12927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:57:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:57:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:57:38.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:38.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:38.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:57:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:57:39.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:39.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:39.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:39.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:39.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:57:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:39 smithi028 ceph-mon[112123]: pgmap v12928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:39 smithi028 ceph-mon[112123]: from='client.352122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:39 smithi138 ceph-mon[117003]: pgmap v12928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:39 smithi138 ceph-mon[117003]: from='client.352122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:39 smithi161 ceph-mon[116604]: pgmap v12928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:39 smithi161 ceph-mon[116604]: from='client.352122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:41 smithi028 ceph-mon[112123]: pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:57:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:41 smithi138 ceph-mon[117003]: pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:57:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:41 smithi161 ceph-mon[116604]: pgmap v12929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T11:57:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:43 smithi028 ceph-mon[112123]: pgmap v12930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:57:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:43 smithi138 ceph-mon[117003]: pgmap v12930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:57:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:43 smithi161 ceph-mon[116604]: pgmap v12930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T11:57:44.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:44.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:44.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:44.961 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:44.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:44.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:44.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:44.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:45 smithi028 ceph-mon[112123]: pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:45 smithi028 ceph-mon[112123]: from='client.352197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:45 smithi138 ceph-mon[117003]: pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:45 smithi138 ceph-mon[117003]: from='client.352197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:45 smithi161 ceph-mon[116604]: pgmap v12931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:45 smithi161 ceph-mon[116604]: from='client.352197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:47 smithi028 ceph-mon[112123]: pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:47 smithi138 ceph-mon[117003]: pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:47 smithi161 ceph-mon[116604]: pgmap v12932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:49.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:49.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:49.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:49 smithi028 ceph-mon[112123]: pgmap v12933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:49 smithi138 ceph-mon[117003]: pgmap v12933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:49 smithi161 ceph-mon[116604]: pgmap v12933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:57:50.735 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:50.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:50.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:50.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:50.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:50 smithi138 ceph-mon[117003]: from='client.352272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:50 smithi161 ceph-mon[116604]: from='client.352272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:50 smithi028 ceph-mon[112123]: from='client.352272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:51 smithi138 ceph-mon[117003]: pgmap v12934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:51 smithi161 ceph-mon[116604]: pgmap v12934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:51 smithi028 ceph-mon[112123]: pgmap v12934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:57:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:53 smithi138 ceph-mon[117003]: pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:57:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:53 smithi161 ceph-mon[116604]: pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:57:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:53 smithi028 ceph-mon[112123]: pgmap v12935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T11:57:55.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:57:55.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:57:55.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:57:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:55 smithi138 ceph-mon[117003]: pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:57:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:55 smithi161 ceph-mon[116604]: pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:57:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:55 smithi028 ceph-mon[112123]: pgmap v12936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T11:57:56.513 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:57:56.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:57:56.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:57:56.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:57:56.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:57:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:56 smithi138 ceph-mon[117003]: from='client.352347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:56 smithi161 ceph-mon[116604]: from='client.352347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:56 smithi028 ceph-mon[112123]: from='client.352347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:57:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:57 smithi138 ceph-mon[117003]: 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-07T11:57:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:57 smithi161 ceph-mon[116604]: 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-07T11:57:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:57 smithi028 ceph-mon[112123]: 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-07T11:58:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:57:59 smithi138 ceph-mon[117003]: 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-07T11:58:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:57:59 smithi161 ceph-mon[116604]: 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-07T11:58:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:57:59 smithi028 ceph-mon[112123]: 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-07T11:58:01.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:01.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:01.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:01 smithi138 ceph-mon[117003]: 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-07T11:58:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:01 smithi161 ceph-mon[116604]: 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-07T11:58:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:01 smithi028 ceph-mon[112123]: 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-07T11:58:02.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:02.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:02.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:02.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:02.293 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:02 smithi138 ceph-mon[117003]: from='client.352422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:02 smithi161 ceph-mon[116604]: from='client.352422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:02 smithi028 ceph-mon[112123]: from='client.352422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:03 smithi138 ceph-mon[117003]: 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-07T11:58:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:03 smithi161 ceph-mon[116604]: 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-07T11:58:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:03 smithi028 ceph-mon[112123]: 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-07T11:58:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:05 smithi138 ceph-mon[117003]: 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-07T11:58:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:05 smithi161 ceph-mon[116604]: 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-07T11:58:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:05 smithi028 ceph-mon[112123]: 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-07T11:58:07.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:07.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:07.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:07 smithi138 ceph-mon[117003]: 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-07T11:58:08.057 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:08.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:08.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:08.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:08.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:07 smithi161 ceph-mon[116604]: 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-07T11:58:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:07 smithi028 ceph-mon[112123]: 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-07T11:58:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:08 smithi138 ceph-mon[117003]: from='client.352500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:08 smithi161 ceph-mon[116604]: from='client.352500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:08 smithi028 ceph-mon[112123]: from='client.352500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:09 smithi138 ceph-mon[117003]: 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-07T11:58:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:09 smithi161 ceph-mon[116604]: 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-07T11:58:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:09 smithi028 ceph-mon[112123]: 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-07T11:58:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:11 smithi138 ceph-mon[117003]: pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:11 smithi161 ceph-mon[116604]: pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:11 smithi028 ceph-mon[112123]: pgmap v12944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:13.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:13.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:13.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:13.848 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:13.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:13.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:13.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:13.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:13 smithi138 ceph-mon[117003]: pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:13 smithi161 ceph-mon[116604]: pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:13 smithi028 ceph-mon[112123]: pgmap v12945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:14 smithi138 ceph-mon[117003]: from='client.352575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:14 smithi161 ceph-mon[116604]: from='client.352575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:14 smithi028 ceph-mon[112123]: from='client.352575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:15 smithi138 ceph-mon[117003]: pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:15 smithi161 ceph-mon[116604]: pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:15 smithi028 ceph-mon[112123]: pgmap v12946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:17 smithi138 ceph-mon[117003]: pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:17 smithi161 ceph-mon[116604]: pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:17 smithi028 ceph-mon[112123]: pgmap v12947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:18.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:18.850 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:18.850 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:19.637 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:19.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:19.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:19.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:19.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:19 smithi138 ceph-mon[117003]: pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:19 smithi138 ceph-mon[117003]: from='client.352653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:19 smithi161 ceph-mon[116604]: pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:19 smithi161 ceph-mon[116604]: from='client.352653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:19 smithi028 ceph-mon[112123]: pgmap v12948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:19 smithi028 ceph-mon[112123]: from='client.352653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:21 smithi138 ceph-mon[117003]: 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-07T11:58:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:21 smithi161 ceph-mon[116604]: 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-07T11:58:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:21 smithi028 ceph-mon[112123]: 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-07T11:58:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:23 smithi138 ceph-mon[117003]: pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:23 smithi161 ceph-mon[116604]: pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:23 smithi028 ceph-mon[112123]: pgmap v12950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:24.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:24.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:24.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:25.408 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:25.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:25.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:25.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:25.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:25 smithi138 ceph-mon[117003]: pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:25 smithi138 ceph-mon[117003]: from='client.352728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:25 smithi161 ceph-mon[116604]: pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:25 smithi161 ceph-mon[116604]: from='client.352728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:25 smithi028 ceph-mon[112123]: pgmap v12951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:25 smithi028 ceph-mon[112123]: from='client.352728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:27 smithi138 ceph-mon[117003]: pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:27 smithi161 ceph-mon[116604]: pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:27 smithi028 ceph-mon[112123]: pgmap v12952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:29 smithi138 ceph-mon[117003]: pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:29 smithi161 ceph-mon[116604]: pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:29 smithi028 ceph-mon[112123]: pgmap v12953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:58:30.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:30.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:30.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:31.194 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:31.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:31.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:31.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:31.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:31 smithi138 ceph-mon[117003]: pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:31 smithi138 ceph-mon[117003]: from='client.352806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:31 smithi161 ceph-mon[116604]: pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:31 smithi161 ceph-mon[116604]: from='client.352806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:31 smithi028 ceph-mon[112123]: pgmap v12954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:31 smithi028 ceph-mon[112123]: from='client.352806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:33 smithi161 ceph-mon[116604]: 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-07T11:58:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:33 smithi028 ceph-mon[112123]: 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-07T11:58:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:33 smithi138 ceph-mon[117003]: 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-07T11:58:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:35 smithi161 ceph-mon[116604]: 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-07T11:58:36.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:36.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:36.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:35 smithi028 ceph-mon[112123]: 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-07T11:58:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:35 smithi138 ceph-mon[117003]: 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-07T11:58:36.962 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:36.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:36.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:36.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:36.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:37 smithi161 ceph-mon[116604]: 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-07T11:58:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:37 smithi161 ceph-mon[116604]: from='client.352875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:37 smithi028 ceph-mon[112123]: 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-07T11:58:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:37 smithi028 ceph-mon[112123]: from='client.352875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:37 smithi138 ceph-mon[117003]: 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-07T11:58:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:37 smithi138 ceph-mon[117003]: from='client.352875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:58:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:58:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:58:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:58:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:58:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:58:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:58:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:58:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:58:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:58:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:58:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:58:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:40 smithi161 ceph-mon[116604]: 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-07T11:58:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:40 smithi028 ceph-mon[112123]: 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-07T11:58:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:40 smithi138 ceph-mon[117003]: 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-07T11:58:41.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:41.964 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:41.964 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:42 smithi161 ceph-mon[116604]: 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-07T11:58:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:42 smithi028 ceph-mon[112123]: 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-07T11:58:42.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:42.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:42.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:42.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:42.727 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:42 smithi138 ceph-mon[117003]: 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-07T11:58:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:43 smithi161 ceph-mon[116604]: from='client.352953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:43 smithi028 ceph-mon[112123]: from='client.352953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:43 smithi138 ceph-mon[117003]: from='client.352953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:44 smithi161 ceph-mon[116604]: 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-07T11:58:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:44 smithi028 ceph-mon[112123]: 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-07T11:58:44.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:44 smithi138 ceph-mon[117003]: 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-07T11:58:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:46 smithi161 ceph-mon[116604]: pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:46 smithi028 ceph-mon[112123]: pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:46 smithi138 ceph-mon[117003]: pgmap v12961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:47.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:47.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:47.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:48.505 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:48.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:48.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:48.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:48.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:48 smithi161 ceph-mon[116604]: pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:48 smithi028 ceph-mon[112123]: pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:48 smithi138 ceph-mon[117003]: pgmap v12962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:49 smithi028 ceph-mon[112123]: from='client.353028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:49 smithi138 ceph-mon[117003]: from='client.353028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:49 smithi161 ceph-mon[116604]: from='client.353028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:50 smithi028 ceph-mon[112123]: pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:50 smithi138 ceph-mon[117003]: pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:50 smithi161 ceph-mon[116604]: pgmap v12963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:51 smithi138 ceph-mon[117003]: pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:51 smithi161 ceph-mon[116604]: pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:51 smithi028 ceph-mon[112123]: pgmap v12964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:58:53.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:53.507 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:53.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:53 smithi161 ceph-mon[116604]: pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:53 smithi028 ceph-mon[112123]: pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:53 smithi138 ceph-mon[117003]: pgmap v12965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:58:54.282 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:58:54.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:58:54.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:58:54.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:58:54.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:58:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:54 smithi161 ceph-mon[116604]: from='client.353106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:54 smithi028 ceph-mon[112123]: from='client.353106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:54 smithi138 ceph-mon[117003]: from='client.353106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:58:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:55 smithi028 ceph-mon[112123]: pgmap v12966: 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-07T11:58:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:55 smithi138 ceph-mon[117003]: pgmap v12966: 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-07T11:58:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:55 smithi161 ceph-mon[116604]: pgmap v12966: 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-07T11:58:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:57 smithi028 ceph-mon[112123]: pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:58:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:57 smithi138 ceph-mon[117003]: pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:58:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:57 smithi161 ceph-mon[116604]: pgmap v12967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:58:59.284 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:58:59.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:58:59.285 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:58:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:58:59 smithi028 ceph-mon[112123]: pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:59:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:58:59 smithi138 ceph-mon[117003]: pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:59:00.050 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:00.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:00.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:00.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:00.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:58:59 smithi161 ceph-mon[116604]: pgmap v12968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:59:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:00 smithi138 ceph-mon[117003]: from='client.353184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:00 smithi161 ceph-mon[116604]: from='client.353184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:00 smithi028 ceph-mon[112123]: from='client.353184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:01 smithi138 ceph-mon[117003]: pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:01 smithi161 ceph-mon[116604]: pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:01 smithi028 ceph-mon[112123]: pgmap v12969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:03 smithi138 ceph-mon[117003]: pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:03 smithi161 ceph-mon[116604]: pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:03 smithi028 ceph-mon[112123]: pgmap v12970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:05.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:05.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:05.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:05.825 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:05.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:05.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:05.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:05.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:05 smithi138 ceph-mon[117003]: pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:05 smithi138 ceph-mon[117003]: from='client.353256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:05 smithi161 ceph-mon[116604]: pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:05 smithi161 ceph-mon[116604]: from='client.353256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:05 smithi028 ceph-mon[112123]: pgmap v12971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:05 smithi028 ceph-mon[112123]: from='client.353256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:07 smithi138 ceph-mon[117003]: pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:59:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:07 smithi161 ceph-mon[116604]: pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:59:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:07 smithi028 ceph-mon[112123]: pgmap v12972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:59:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:09 smithi138 ceph-mon[117003]: pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:59:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:09 smithi161 ceph-mon[116604]: pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:59:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:09 smithi028 ceph-mon[112123]: pgmap v12973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T11:59:10.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:10.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:10.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:11.621 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:11.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:11.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:11.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:11.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:11 smithi138 ceph-mon[117003]: pgmap v12974: 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-07T11:59:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:11 smithi138 ceph-mon[117003]: from='client.353331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:11 smithi161 ceph-mon[116604]: pgmap v12974: 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-07T11:59:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:11 smithi161 ceph-mon[116604]: from='client.353331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:11 smithi028 ceph-mon[112123]: pgmap v12974: 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-07T11:59:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:11 smithi028 ceph-mon[112123]: from='client.353331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:13 smithi138 ceph-mon[117003]: 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-07T11:59:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:13 smithi161 ceph-mon[116604]: 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-07T11:59:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:13 smithi028 ceph-mon[112123]: 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-07T11:59:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:15 smithi138 ceph-mon[117003]: 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-07T11:59:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:15 smithi161 ceph-mon[116604]: 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-07T11:59:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:15 smithi028 ceph-mon[112123]: 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-07T11:59:16.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:16.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:16.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:17.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:17.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:17.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:17.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:17.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:17 smithi138 ceph-mon[117003]: 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-07T11:59:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:17 smithi138 ceph-mon[117003]: from='client.353406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:17 smithi161 ceph-mon[116604]: 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-07T11:59:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:17 smithi161 ceph-mon[116604]: from='client.353406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:17 smithi028 ceph-mon[112123]: 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-07T11:59:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:17 smithi028 ceph-mon[112123]: from='client.353406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:19 smithi138 ceph-mon[117003]: 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-07T11:59:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:19 smithi161 ceph-mon[116604]: 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-07T11:59:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:19 smithi028 ceph-mon[112123]: 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-07T11:59:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:21 smithi138 ceph-mon[117003]: 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-07T11:59:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:21 smithi161 ceph-mon[116604]: 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-07T11:59:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:21 smithi028 ceph-mon[112123]: 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-07T11:59:22.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:22.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:22.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:23.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:23.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:23.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:23.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:23.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:23 smithi138 ceph-mon[117003]: 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-07T11:59:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:23 smithi138 ceph-mon[117003]: from='client.353484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:23 smithi161 ceph-mon[116604]: 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-07T11:59:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:23 smithi161 ceph-mon[116604]: from='client.353484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:23 smithi028 ceph-mon[112123]: 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-07T11:59:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:23 smithi028 ceph-mon[112123]: from='client.353484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:25 smithi138 ceph-mon[117003]: pgmap v12981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:59:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:25 smithi161 ceph-mon[116604]: pgmap v12981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:59:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:25 smithi028 ceph-mon[112123]: pgmap v12981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:59:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:27 smithi138 ceph-mon[117003]: pgmap v12982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:28.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:28.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:28.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:27 smithi161 ceph-mon[116604]: pgmap v12982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:27 smithi028 ceph-mon[112123]: pgmap v12982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:28.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:28.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:28.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:28.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:28.980 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:29 smithi138 ceph-mon[117003]: from='client.353562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:29 smithi138 ceph-mon[117003]: pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:29 smithi161 ceph-mon[116604]: from='client.353562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:29 smithi161 ceph-mon[116604]: pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:29 smithi028 ceph-mon[112123]: from='client.353562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:29 smithi028 ceph-mon[112123]: pgmap v12983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:31 smithi138 ceph-mon[117003]: pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:59:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:31 smithi161 ceph-mon[116604]: pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:59:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:31 smithi028 ceph-mon[112123]: pgmap v12984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T11:59:33.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:33.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:33.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:33 smithi138 ceph-mon[117003]: pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:33 smithi161 ceph-mon[116604]: pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:33 smithi028 ceph-mon[112123]: pgmap v12985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:34.754 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:34.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:34.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:34.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:34.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:34 smithi138 ceph-mon[117003]: from='client.353637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:34 smithi161 ceph-mon[116604]: from='client.353637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:34 smithi028 ceph-mon[112123]: from='client.353637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:35 smithi138 ceph-mon[117003]: 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-07T11:59:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:35 smithi161 ceph-mon[116604]: 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-07T11:59:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:35 smithi028 ceph-mon[112123]: 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-07T11:59:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:37 smithi138 ceph-mon[117003]: pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:37 smithi161 ceph-mon[116604]: pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:37 smithi028 ceph-mon[112123]: pgmap v12987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:59:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:59:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T11:59:39.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:39.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:39.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:39 smithi138 ceph-mon[117003]: pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:59:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:59:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:59:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:39 smithi161 ceph-mon[116604]: pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:59:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:59:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:59:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:39 smithi028 ceph-mon[112123]: pgmap v12988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T11:59:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T11:59:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T11:59:40.520 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:40.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:40.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:40.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:40.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:40 smithi138 ceph-mon[117003]: from='client.353712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:40 smithi161 ceph-mon[116604]: from='client.353712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:40 smithi028 ceph-mon[112123]: from='client.353712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:41 smithi138 ceph-mon[117003]: pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:41 smithi161 ceph-mon[116604]: pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:41 smithi028 ceph-mon[112123]: pgmap v12989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:43 smithi161 ceph-mon[116604]: pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:43 smithi028 ceph-mon[112123]: pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:43 smithi138 ceph-mon[117003]: pgmap v12990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T11:59:45.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:45.522 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:45.522 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:45 smithi161 ceph-mon[116604]: pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:45 smithi028 ceph-mon[112123]: pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:45 smithi138 ceph-mon[117003]: pgmap v12991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T11:59:46.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:46.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:46.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:46.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:46.292 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:46 smithi161 ceph-mon[116604]: from='client.353790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:46 smithi028 ceph-mon[112123]: from='client.353790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:46 smithi138 ceph-mon[117003]: from='client.353790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:47 smithi161 ceph-mon[116604]: 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-07T11:59:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:47 smithi028 ceph-mon[112123]: 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-07T11:59:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:47 smithi138 ceph-mon[117003]: 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-07T11:59:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:49 smithi161 ceph-mon[116604]: 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-07T11:59:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:49 smithi028 ceph-mon[112123]: 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-07T11:59:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:49 smithi138 ceph-mon[117003]: 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-07T11:59:51.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:51.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:51.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:52.071 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:52.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:52.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:52.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:52.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:51 smithi161 ceph-mon[116604]: 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-07T11:59:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:51 smithi028 ceph-mon[112123]: 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-07T11:59:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:51 smithi138 ceph-mon[117003]: 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-07T11:59:53.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:52 smithi161 ceph-mon[116604]: from='client.353868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:52 smithi028 ceph-mon[112123]: from='client.353868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:52 smithi138 ceph-mon[117003]: from='client.353868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:53 smithi161 ceph-mon[116604]: 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-07T11:59:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:53 smithi028 ceph-mon[112123]: 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-07T11:59:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:53 smithi138 ceph-mon[117003]: 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-07T11:59:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:55 smithi161 ceph-mon[116604]: 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-07T11:59:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:55 smithi028 ceph-mon[112123]: 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-07T11:59:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:55 smithi138 ceph-mon[117003]: 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-07T11:59:57.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T11:59:57.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T11:59:57.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T11:59:57.833 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T11:59:57.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T11:59:57.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T11:59:57.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T11:59:57.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T11:59:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:57 smithi161 ceph-mon[116604]: 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-07T11:59:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:57 smithi161 ceph-mon[116604]: from='client.353943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:57 smithi028 ceph-mon[112123]: 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-07T11:59:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:57 smithi028 ceph-mon[112123]: from='client.353943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T11:59:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:57 smithi138 ceph-mon[117003]: 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-07T11:59:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:57 smithi138 ceph-mon[117003]: from='client.353943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 11:59:59 smithi161 ceph-mon[116604]: 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-07T12:00:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 11:59:59 smithi028 ceph-mon[112123]: 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-07T12:00:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 11:59:59 smithi138 ceph-mon[117003]: 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-07T12:00:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T12:00:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T12:00:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T12:00:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:01 smithi161 ceph-mon[116604]: 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-07T12:00:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:01 smithi028 ceph-mon[112123]: 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-07T12:00:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:01 smithi138 ceph-mon[117003]: 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-07T12:00:02.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:02.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:02.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:03.619 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:03.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:03.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:03.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:03.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:03 smithi161 ceph-mon[116604]: 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-07T12:00:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:03 smithi161 ceph-mon[116604]: from='client.354021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:03 smithi028 ceph-mon[112123]: 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-07T12:00:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:03 smithi028 ceph-mon[112123]: from='client.354021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:03 smithi138 ceph-mon[117003]: 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-07T12:00:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:03 smithi138 ceph-mon[117003]: from='client.354021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:05 smithi161 ceph-mon[116604]: pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:00:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:05 smithi028 ceph-mon[112123]: pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:00:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:05 smithi138 ceph-mon[117003]: pgmap v13001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:00:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:07 smithi161 ceph-mon[116604]: pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:07 smithi028 ceph-mon[112123]: pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:07 smithi138 ceph-mon[117003]: pgmap v13002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:08.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:08.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:08.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:09.413 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:09.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:09.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:09.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:09.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:09 smithi161 ceph-mon[116604]: pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:09 smithi161 ceph-mon[116604]: from='client.354096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:09 smithi028 ceph-mon[112123]: pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:10.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:09 smithi028 ceph-mon[112123]: from='client.354096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:09 smithi138 ceph-mon[117003]: pgmap v13003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:09 smithi138 ceph-mon[117003]: from='client.354096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:11 smithi161 ceph-mon[116604]: pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:00:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:11 smithi028 ceph-mon[112123]: pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:00:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:11 smithi138 ceph-mon[117003]: pgmap v13004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:00:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:13 smithi161 ceph-mon[116604]: pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:00:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:13 smithi028 ceph-mon[112123]: pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:00:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:13 smithi138 ceph-mon[117003]: pgmap v13005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:00:14.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:14.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:14.415 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:15.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:15.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:15.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:15.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:15.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:15 smithi161 ceph-mon[116604]: 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-07T12:00:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:15 smithi161 ceph-mon[116604]: from='client.354171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:15 smithi028 ceph-mon[112123]: 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-07T12:00:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:15 smithi028 ceph-mon[112123]: from='client.354171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:15 smithi138 ceph-mon[117003]: 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-07T12:00:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:15 smithi138 ceph-mon[117003]: from='client.354171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:17 smithi161 ceph-mon[116604]: pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:17 smithi028 ceph-mon[112123]: pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:17 smithi138 ceph-mon[117003]: pgmap v13007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:19 smithi161 ceph-mon[116604]: pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:20.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:20.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:20.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:19 smithi028 ceph-mon[112123]: pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:19 smithi138 ceph-mon[117003]: pgmap v13008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:20.965 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:20.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:20.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:20.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:21 smithi161 ceph-mon[116604]: from='client.354249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:21 smithi161 ceph-mon[116604]: pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:21 smithi028 ceph-mon[112123]: from='client.354249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:21 smithi028 ceph-mon[112123]: pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:21 smithi138 ceph-mon[117003]: from='client.354249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:21 smithi138 ceph-mon[117003]: pgmap v13009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:23 smithi161 ceph-mon[116604]: pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:00:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:23 smithi028 ceph-mon[112123]: pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:00:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:23 smithi138 ceph-mon[117003]: pgmap v13010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:00:25.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:25.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:25.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:25 smithi161 ceph-mon[116604]: pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:00:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:25 smithi028 ceph-mon[112123]: pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:00:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:25 smithi138 ceph-mon[117003]: pgmap v13011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:00:26.735 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:26.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:26.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:26.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:26.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:26 smithi161 ceph-mon[116604]: from='client.354327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:26 smithi028 ceph-mon[112123]: from='client.354327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:26 smithi138 ceph-mon[117003]: from='client.354327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:27 smithi161 ceph-mon[116604]: 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-07T12:00:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:27 smithi028 ceph-mon[112123]: 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-07T12:00:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:27 smithi138 ceph-mon[117003]: 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-07T12:00:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:29 smithi161 ceph-mon[116604]: 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-07T12:00:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:29 smithi028 ceph-mon[112123]: 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-07T12:00:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:29 smithi138 ceph-mon[117003]: 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-07T12:00:31.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:31.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:31.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:31 smithi161 ceph-mon[116604]: 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-07T12:00:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:31 smithi028 ceph-mon[112123]: 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-07T12:00:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:31 smithi138 ceph-mon[117003]: 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-07T12:00:32.514 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:32.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:32.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:32.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:32.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:32 smithi161 ceph-mon[116604]: from='client.354402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:32 smithi028 ceph-mon[112123]: from='client.354402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:32 smithi138 ceph-mon[117003]: from='client.354402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:33 smithi161 ceph-mon[116604]: 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-07T12:00:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:33 smithi028 ceph-mon[112123]: 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-07T12:00:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:33 smithi138 ceph-mon[117003]: 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-07T12:00:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:35 smithi161 ceph-mon[116604]: 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-07T12:00:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:35 smithi028 ceph-mon[112123]: 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-07T12:00:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:35 smithi138 ceph-mon[117003]: 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-07T12:00:37.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:37.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:37.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:37 smithi161 ceph-mon[116604]: 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-07T12:00:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:37 smithi028 ceph-mon[112123]: 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-07T12:00:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:37 smithi138 ceph-mon[117003]: 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-07T12:00:38.293 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:38.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:38.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:38.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:38.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:38 smithi161 ceph-mon[116604]: from='client.354477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:38 smithi028 ceph-mon[112123]: from='client.354477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:38 smithi138 ceph-mon[117003]: from='client.354477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:39 smithi161 ceph-mon[116604]: 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-07T12:00:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:00:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:00:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:00:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:00:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:39 smithi028 ceph-mon[112123]: 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-07T12:00:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:00:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:00:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:00:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:00:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:39 smithi138 ceph-mon[117003]: 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-07T12:00:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:00:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:00:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:00:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:00:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:41 smithi161 ceph-mon[116604]: 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-07T12:00:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:41 smithi028 ceph-mon[112123]: 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-07T12:00:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:41 smithi138 ceph-mon[117003]: 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-07T12:00:43.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:43.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:43.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:44.064 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:44.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:44.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:44.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:44.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:43 smithi161 ceph-mon[116604]: 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-07T12:00:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:43 smithi028 ceph-mon[112123]: 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-07T12:00:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:43 smithi138 ceph-mon[117003]: 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-07T12:00:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:44 smithi161 ceph-mon[116604]: from='client.354549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:44 smithi028 ceph-mon[112123]: from='client.354549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:44 smithi138 ceph-mon[117003]: from='client.354549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:45 smithi161 ceph-mon[116604]: pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:00:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:45 smithi028 ceph-mon[112123]: pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:00:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:45 smithi138 ceph-mon[117003]: pgmap v13021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:00:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:47 smithi161 ceph-mon[116604]: pgmap v13022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:47 smithi028 ceph-mon[112123]: pgmap v13022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:47 smithi138 ceph-mon[117003]: pgmap v13022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:49.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:49.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:49.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:49.845 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:49.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:49.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:49.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:49.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:49 smithi161 ceph-mon[116604]: pgmap v13023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:49 smithi161 ceph-mon[116604]: from='client.354627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:49 smithi028 ceph-mon[112123]: pgmap v13023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:49 smithi028 ceph-mon[112123]: from='client.354627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:49 smithi138 ceph-mon[117003]: pgmap v13023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:00:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:49 smithi138 ceph-mon[117003]: from='client.354627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:51 smithi161 ceph-mon[116604]: 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-07T12:00:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:51 smithi028 ceph-mon[112123]: 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-07T12:00:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:51 smithi138 ceph-mon[117003]: 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-07T12:00:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:53 smithi161 ceph-mon[116604]: 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-07T12:00:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:53 smithi028 ceph-mon[112123]: 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-07T12:00:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:53 smithi138 ceph-mon[117003]: 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-07T12:00:54.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:00:54.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:00:54.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:00:55.627 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:00:55.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:00:55.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:00:55.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:00:55.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:00:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:55 smithi161 ceph-mon[116604]: 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-07T12:00:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:55 smithi161 ceph-mon[116604]: from='client.354702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:55 smithi028 ceph-mon[112123]: 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-07T12:00:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:55 smithi028 ceph-mon[112123]: from='client.354702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:55 smithi138 ceph-mon[117003]: 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-07T12:00:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:55 smithi138 ceph-mon[117003]: from='client.354702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:00:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:57 smithi161 ceph-mon[116604]: pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:57 smithi028 ceph-mon[112123]: pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:00:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:57 smithi138 ceph-mon[117003]: pgmap v13027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:00:59 smithi161 ceph-mon[116604]: pgmap v13028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:00:59 smithi028 ceph-mon[112123]: pgmap v13028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:00:59 smithi138 ceph-mon[117003]: pgmap v13028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:01:00.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:00.629 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:00.629 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:01.397 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:01.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:01.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:01.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:01.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:01 smithi161 ceph-mon[116604]: pgmap v13029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:01 smithi161 ceph-mon[116604]: from='client.354780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:01 smithi028 ceph-mon[112123]: pgmap v13029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:01 smithi028 ceph-mon[112123]: from='client.354780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:01 smithi138 ceph-mon[117003]: pgmap v13029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:01:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:01 smithi138 ceph-mon[117003]: from='client.354780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:03 smithi161 ceph-mon[116604]: 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-07T12:01:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:03 smithi028 ceph-mon[112123]: 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-07T12:01:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:03 smithi138 ceph-mon[117003]: 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-07T12:01:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:05 smithi161 ceph-mon[116604]: 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-07T12:01:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:05 smithi028 ceph-mon[112123]: 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-07T12:01:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:05 smithi138 ceph-mon[117003]: 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-07T12:01:06.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:06.398 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:06.398 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:07.165 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:07.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:07.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:07.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:07.166 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:07 smithi161 ceph-mon[116604]: 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-07T12:01:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:07 smithi161 ceph-mon[116604]: from='client.354855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:07 smithi028 ceph-mon[112123]: 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-07T12:01:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:07 smithi028 ceph-mon[112123]: from='client.354855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:07 smithi138 ceph-mon[117003]: 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-07T12:01:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:07 smithi138 ceph-mon[117003]: from='client.354855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:09 smithi161 ceph-mon[116604]: 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-07T12:01:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:09 smithi028 ceph-mon[112123]: 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-07T12:01:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:09 smithi138 ceph-mon[117003]: 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-07T12:01:12.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:12.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:12.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:11 smithi161 ceph-mon[116604]: 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-07T12:01:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:11 smithi028 ceph-mon[112123]: 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-07T12:01:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:11 smithi138 ceph-mon[117003]: 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-07T12:01:12.942 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:12.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:12.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:12.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:12.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:13 smithi028 ceph-mon[112123]: from='client.354933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:13 smithi028 ceph-mon[112123]: 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-07T12:01:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:13 smithi138 ceph-mon[117003]: from='client.354933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:13 smithi138 ceph-mon[117003]: 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-07T12:01:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:13 smithi161 ceph-mon[116604]: from='client.354933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:13 smithi161 ceph-mon[116604]: 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-07T12:01:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:15 smithi028 ceph-mon[112123]: 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-07T12:01:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:15 smithi138 ceph-mon[117003]: 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-07T12:01:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:15 smithi161 ceph-mon[116604]: 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-07T12:01:17.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:17.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:17.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:17 smithi028 ceph-mon[112123]: 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-07T12:01:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:17 smithi138 ceph-mon[117003]: 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-07T12:01:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:17 smithi161 ceph-mon[116604]: 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-07T12:01:18.725 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:18.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:18.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:18.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:18.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:18 smithi028 ceph-mon[112123]: from='client.355011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:18 smithi138 ceph-mon[117003]: from='client.355011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:18 smithi161 ceph-mon[116604]: from='client.355011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:19 smithi028 ceph-mon[112123]: 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-07T12:01:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:19 smithi138 ceph-mon[117003]: 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-07T12:01:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:19 smithi161 ceph-mon[116604]: 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-07T12:01:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:21 smithi028 ceph-mon[112123]: 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-07T12:01:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:21 smithi138 ceph-mon[117003]: 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-07T12:01:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:21 smithi161 ceph-mon[116604]: 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-07T12:01:23.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:23.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:23.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:23 smithi028 ceph-mon[112123]: 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-07T12:01:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:23 smithi138 ceph-mon[117003]: 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-07T12:01:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:23 smithi161 ceph-mon[116604]: 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-07T12:01:24.507 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:24.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:24.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:24.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:24.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:24 smithi028 ceph-mon[112123]: from='client.355089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:24 smithi138 ceph-mon[117003]: from='client.355089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:25.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:24 smithi161 ceph-mon[116604]: from='client.355089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:25 smithi028 ceph-mon[112123]: 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-07T12:01:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:25 smithi138 ceph-mon[117003]: 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-07T12:01:26.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:25 smithi161 ceph-mon[116604]: 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-07T12:01:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:27 smithi028 ceph-mon[112123]: 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-07T12:01:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:27 smithi138 ceph-mon[117003]: 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-07T12:01:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:27 smithi161 ceph-mon[116604]: 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-07T12:01:29.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:29.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:29.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:30.287 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:30.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:30.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:30.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:30.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:29 smithi138 ceph-mon[117003]: 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-07T12:01:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:29 smithi161 ceph-mon[116604]: 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-07T12:01:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:29 smithi028 ceph-mon[112123]: 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-07T12:01:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:30 smithi138 ceph-mon[117003]: from='client.355167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:30 smithi161 ceph-mon[116604]: from='client.355167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:30 smithi028 ceph-mon[112123]: from='client.355167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:31 smithi138 ceph-mon[117003]: 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-07T12:01:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:31 smithi161 ceph-mon[116604]: 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-07T12:01:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:31 smithi028 ceph-mon[112123]: 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-07T12:01:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:33 smithi138 ceph-mon[117003]: 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-07T12:01:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:33 smithi161 ceph-mon[116604]: 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-07T12:01:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:33 smithi028 ceph-mon[112123]: 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-07T12:01:35.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:35.289 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:35.289 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:36.068 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:36.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:36.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:36.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:36.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:35 smithi138 ceph-mon[117003]: 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-07T12:01:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:35 smithi161 ceph-mon[116604]: 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-07T12:01:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:35 smithi028 ceph-mon[112123]: 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-07T12:01:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:36 smithi138 ceph-mon[117003]: from='client.355242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:36 smithi161 ceph-mon[116604]: from='client.355242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:36 smithi028 ceph-mon[112123]: from='client.355242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:37 smithi138 ceph-mon[117003]: 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-07T12:01:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:37 smithi161 ceph-mon[116604]: 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-07T12:01:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:37 smithi028 ceph-mon[112123]: 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-07T12:01:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:39 smithi138 ceph-mon[117003]: 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-07T12:01:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:39 smithi161 ceph-mon[116604]: 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-07T12:01:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:39 smithi028 ceph-mon[112123]: 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-07T12:01:41.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:41.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:41.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:01:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:01:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:01:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:01:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:01:41.853 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:41.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:41.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:41.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:41.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:42 smithi138 ceph-mon[117003]: 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-07T12:01:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:42 smithi138 ceph-mon[117003]: from='client.355320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:42 smithi161 ceph-mon[116604]: 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-07T12:01:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:42 smithi161 ceph-mon[116604]: from='client.355320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:42 smithi028 ceph-mon[112123]: 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-07T12:01:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:42 smithi028 ceph-mon[112123]: from='client.355320 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:44 smithi138 ceph-mon[117003]: 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-07T12:01:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:44 smithi161 ceph-mon[116604]: 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-07T12:01:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:44 smithi028 ceph-mon[112123]: 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-07T12:01:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:45 smithi138 ceph-mon[117003]: 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-07T12:01:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:45 smithi161 ceph-mon[116604]: 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-07T12:01:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:45 smithi028 ceph-mon[112123]: 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-07T12:01:46.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:46.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:46.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:47.621 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:47.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:47.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:47.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:47.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:47 smithi138 ceph-mon[117003]: 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-07T12:01:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:47 smithi138 ceph-mon[117003]: from='client.355395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:47 smithi161 ceph-mon[116604]: 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-07T12:01:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:47 smithi161 ceph-mon[116604]: from='client.355395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:47 smithi028 ceph-mon[112123]: 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-07T12:01:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:47 smithi028 ceph-mon[112123]: from='client.355395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:49 smithi138 ceph-mon[117003]: 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-07T12:01:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:49 smithi161 ceph-mon[116604]: 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-07T12:01:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:49 smithi028 ceph-mon[112123]: 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-07T12:01:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:51 smithi138 ceph-mon[117003]: 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-07T12:01:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:51 smithi161 ceph-mon[116604]: 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-07T12:01:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:51 smithi028 ceph-mon[112123]: 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-07T12:01:52.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:52.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:52.623 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:53.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:53.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:53.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:53.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:01:53.389 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:53 smithi138 ceph-mon[117003]: 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-07T12:01:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:53 smithi138 ceph-mon[117003]: from='client.355470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:53 smithi161 ceph-mon[116604]: 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-07T12:01:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:53 smithi161 ceph-mon[116604]: from='client.355470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:53 smithi028 ceph-mon[112123]: 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-07T12:01:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:53 smithi028 ceph-mon[112123]: from='client.355470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:01:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:55 smithi138 ceph-mon[117003]: 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-07T12:01:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:55 smithi161 ceph-mon[116604]: 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-07T12:01:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:55 smithi028 ceph-mon[112123]: 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-07T12:01:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:57 smithi138 ceph-mon[117003]: 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-07T12:01:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:57 smithi161 ceph-mon[116604]: 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-07T12:01:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:57 smithi028 ceph-mon[112123]: 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-07T12:01:58.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:01:58.391 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:01:58.391 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:01:59.170 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:01:59.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:01:59.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:01:59.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:01:59.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:59 smithi138 ceph-mon[117003]: 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-07T12:02:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:01:59 smithi138 ceph-mon[117003]: from='client.355548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:59 smithi161 ceph-mon[116604]: 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-07T12:02:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:01:59 smithi161 ceph-mon[116604]: from='client.355548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:59 smithi028 ceph-mon[112123]: 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-07T12:02:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:01:59 smithi028 ceph-mon[112123]: from='client.355548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:01 smithi138 ceph-mon[117003]: pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:02:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:01 smithi161 ceph-mon[116604]: pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:02:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:01 smithi028 ceph-mon[112123]: pgmap v13059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:02:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:03 smithi138 ceph-mon[117003]: pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:02:04.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:04.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:04.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:03 smithi161 ceph-mon[116604]: pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:02:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:03 smithi028 ceph-mon[112123]: pgmap v13060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:02:04.944 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:04.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:04.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:04.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:04.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:05 smithi138 ceph-mon[117003]: from='client.355626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:05 smithi138 ceph-mon[117003]: 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-07T12:02:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:05 smithi161 ceph-mon[116604]: from='client.355626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:05 smithi161 ceph-mon[116604]: 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-07T12:02:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:05 smithi028 ceph-mon[112123]: from='client.355626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:05 smithi028 ceph-mon[112123]: 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-07T12:02:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:07 smithi138 ceph-mon[117003]: 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-07T12:02:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:07 smithi161 ceph-mon[116604]: 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-07T12:02:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:07 smithi028 ceph-mon[112123]: 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-07T12:02:09.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:09.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:09.946 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:09 smithi138 ceph-mon[117003]: 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-07T12:02:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:09 smithi161 ceph-mon[116604]: 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-07T12:02:10.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:09 smithi028 ceph-mon[112123]: 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-07T12:02:10.716 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:10.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:10.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:10.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:10.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:10 smithi138 ceph-mon[117003]: from='client.355704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:10 smithi161 ceph-mon[116604]: from='client.355704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:10 smithi028 ceph-mon[112123]: from='client.355704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:11 smithi138 ceph-mon[117003]: 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-07T12:02:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:11 smithi161 ceph-mon[116604]: 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-07T12:02:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:11 smithi028 ceph-mon[112123]: 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-07T12:02:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:13 smithi138 ceph-mon[117003]: pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:13 smithi161 ceph-mon[116604]: pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:13 smithi028 ceph-mon[112123]: pgmap v13065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:02:15.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:15.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:15.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:15 smithi161 ceph-mon[116604]: pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:02:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:15 smithi028 ceph-mon[112123]: pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:02:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:15 smithi138 ceph-mon[117003]: pgmap v13066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:02:16.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:16.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:16.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:16.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:16.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:16 smithi161 ceph-mon[116604]: from='client.355782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:16 smithi028 ceph-mon[112123]: from='client.355782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:16 smithi138 ceph-mon[117003]: from='client.355782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:17 smithi161 ceph-mon[116604]: 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-07T12:02:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:17 smithi028 ceph-mon[112123]: 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-07T12:02:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:17 smithi138 ceph-mon[117003]: 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-07T12:02:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:19 smithi161 ceph-mon[116604]: 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-07T12:02:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:19 smithi028 ceph-mon[112123]: 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-07T12:02:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:19 smithi138 ceph-mon[117003]: 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-07T12:02:21.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:21.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:21.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:21 smithi161 ceph-mon[116604]: 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-07T12:02:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:21 smithi028 ceph-mon[112123]: 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-07T12:02:22.267 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:22.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:22.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:22.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:22.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:21 smithi138 ceph-mon[117003]: 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-07T12:02:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:22 smithi161 ceph-mon[116604]: from='client.355857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:22 smithi028 ceph-mon[112123]: from='client.355857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:22 smithi138 ceph-mon[117003]: from='client.355857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:23 smithi161 ceph-mon[116604]: 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-07T12:02:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:23 smithi028 ceph-mon[112123]: 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-07T12:02:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:23 smithi138 ceph-mon[117003]: 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-07T12:02:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:25 smithi161 ceph-mon[116604]: 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-07T12:02:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:25 smithi028 ceph-mon[112123]: 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-07T12:02:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:25 smithi138 ceph-mon[117003]: 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-07T12:02:27.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:27.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:27.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:28.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:28.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:28.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:28.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:28.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:27 smithi161 ceph-mon[116604]: 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-07T12:02:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:27 smithi028 ceph-mon[112123]: 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-07T12:02:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:27 smithi138 ceph-mon[117003]: 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-07T12:02:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:28 smithi161 ceph-mon[116604]: from='client.355932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:28 smithi028 ceph-mon[112123]: from='client.355932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:28 smithi138 ceph-mon[117003]: from='client.355932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:29 smithi161 ceph-mon[116604]: 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-07T12:02:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:29 smithi028 ceph-mon[112123]: 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-07T12:02:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:29 smithi138 ceph-mon[117003]: 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-07T12:02:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:31 smithi161 ceph-mon[116604]: 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-07T12:02:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:31 smithi028 ceph-mon[112123]: 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-07T12:02:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:31 smithi138 ceph-mon[117003]: 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-07T12:02:33.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:33.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:33.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:33.833 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:33.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:33.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:33.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:33.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:33 smithi161 ceph-mon[116604]: 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-07T12:02:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:33 smithi161 ceph-mon[116604]: from='client.356010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:33 smithi028 ceph-mon[112123]: 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-07T12:02:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:33 smithi028 ceph-mon[112123]: from='client.356010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:33 smithi138 ceph-mon[117003]: 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-07T12:02:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:33 smithi138 ceph-mon[117003]: from='client.356010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:35 smithi161 ceph-mon[116604]: 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-07T12:02:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:35 smithi028 ceph-mon[112123]: 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-07T12:02:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:35 smithi138 ceph-mon[117003]: 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-07T12:02:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:37 smithi161 ceph-mon[116604]: 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-07T12:02:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:37 smithi028 ceph-mon[112123]: 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-07T12:02:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:37 smithi138 ceph-mon[117003]: 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-07T12:02:38.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:38.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:38.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:39.606 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:39.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:39.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:39.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:39.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:39 smithi161 ceph-mon[116604]: 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-07T12:02:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:39 smithi161 ceph-mon[116604]: from='client.356085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:39 smithi028 ceph-mon[112123]: 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-07T12:02:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:39 smithi028 ceph-mon[112123]: from='client.356085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:39 smithi138 ceph-mon[117003]: 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-07T12:02:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:39 smithi138 ceph-mon[117003]: from='client.356085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:41 smithi161 ceph-mon[116604]: pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:02:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:02:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:02:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:02:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:41 smithi028 ceph-mon[112123]: pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:02:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:02:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:02:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:02:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:41 smithi138 ceph-mon[117003]: pgmap v13079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:02:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:02:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:02:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:02:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:43 smithi161 ceph-mon[116604]: pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:43 smithi028 ceph-mon[112123]: pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:43 smithi138 ceph-mon[117003]: pgmap v13080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:02:44.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:44.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:44.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:45.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:45.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:45.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:45.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:45.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:45 smithi161 ceph-mon[116604]: 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-07T12:02:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:45 smithi161 ceph-mon[116604]: from='client.356160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:45 smithi028 ceph-mon[112123]: 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-07T12:02:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:45 smithi028 ceph-mon[112123]: from='client.356160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:45 smithi138 ceph-mon[117003]: 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-07T12:02:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:45 smithi138 ceph-mon[117003]: from='client.356160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:47 smithi161 ceph-mon[116604]: 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-07T12:02:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:47 smithi028 ceph-mon[112123]: 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-07T12:02:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:47 smithi138 ceph-mon[117003]: 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-07T12:02:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:49 smithi161 ceph-mon[116604]: 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-07T12:02:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:49 smithi028 ceph-mon[112123]: 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-07T12:02:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:49 smithi138 ceph-mon[117003]: 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-07T12:02:50.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:50.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:50.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:51.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:51.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:51.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:51.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:51.145 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:51 smithi161 ceph-mon[116604]: 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-07T12:02:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:51 smithi161 ceph-mon[116604]: from='client.356235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:51 smithi028 ceph-mon[112123]: 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-07T12:02:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:51 smithi028 ceph-mon[112123]: from='client.356235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:51 smithi138 ceph-mon[117003]: 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-07T12:02:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:51 smithi138 ceph-mon[117003]: from='client.356235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:53 smithi161 ceph-mon[116604]: pgmap v13085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:53 smithi028 ceph-mon[112123]: pgmap v13085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:53 smithi138 ceph-mon[117003]: pgmap v13085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:02:56.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:02:56.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:02:56.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:02:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:55 smithi161 ceph-mon[116604]: pgmap v13086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:55 smithi028 ceph-mon[112123]: pgmap v13086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:55 smithi138 ceph-mon[117003]: pgmap v13086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:02:56.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:02:56.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:02:56.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:02:56.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:02:56.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:02:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:57 smithi161 ceph-mon[116604]: from='client.356310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:57 smithi161 ceph-mon[116604]: 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-07T12:02:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:57 smithi028 ceph-mon[112123]: from='client.356310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:57 smithi028 ceph-mon[112123]: 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-07T12:02:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:57 smithi138 ceph-mon[117003]: from='client.356310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:02:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:57 smithi138 ceph-mon[117003]: 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-07T12:03:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:02:59 smithi161 ceph-mon[116604]: 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-07T12:03:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:02:59 smithi028 ceph-mon[112123]: 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-07T12:03:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:02:59 smithi138 ceph-mon[117003]: 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-07T12:03:01.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:01.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:01.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:01 smithi161 ceph-mon[116604]: 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-07T12:03:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:01 smithi028 ceph-mon[112123]: 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-07T12:03:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:01 smithi138 ceph-mon[117003]: 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-07T12:03:02.683 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:02.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:02.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:02.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:02.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:02 smithi161 ceph-mon[116604]: from='client.356385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:02 smithi028 ceph-mon[112123]: from='client.356385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:02 smithi138 ceph-mon[117003]: from='client.356385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:03 smithi161 ceph-mon[116604]: 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-07T12:03:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:03 smithi028 ceph-mon[112123]: 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-07T12:03:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:03 smithi138 ceph-mon[117003]: 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-07T12:03:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:05 smithi161 ceph-mon[116604]: 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-07T12:03:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:05 smithi028 ceph-mon[112123]: 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-07T12:03:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:05 smithi138 ceph-mon[117003]: 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-07T12:03:07.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:07.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:07.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:07 smithi161 ceph-mon[116604]: 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-07T12:03:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:07 smithi028 ceph-mon[112123]: 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-07T12:03:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:07 smithi138 ceph-mon[117003]: 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-07T12:03:08.458 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:08.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:08.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:08.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:08.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:08 smithi161 ceph-mon[116604]: from='client.356460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:08 smithi028 ceph-mon[112123]: from='client.356460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:08 smithi138 ceph-mon[117003]: from='client.356460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:09 smithi161 ceph-mon[116604]: 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-07T12:03:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:09 smithi028 ceph-mon[112123]: 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-07T12:03:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:09 smithi138 ceph-mon[117003]: 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-07T12:03:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:11 smithi161 ceph-mon[116604]: 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-07T12:03:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:11 smithi028 ceph-mon[112123]: 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-07T12:03:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:11 smithi138 ceph-mon[117003]: 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-07T12:03:13.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:13.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:13.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:13 smithi161 ceph-mon[116604]: 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-07T12:03:14.425 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:13 smithi138 ceph-mon[117003]: 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-07T12:03:14.426 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:13 smithi028 ceph-mon[112123]: 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-07T12:03:14.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:14.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:14.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:14.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:14.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:14 smithi161 ceph-mon[116604]: from='client.356529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:14 smithi028 ceph-mon[112123]: from='client.356529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:14 smithi138 ceph-mon[117003]: from='client.356529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:15 smithi161 ceph-mon[116604]: pgmap v13096: 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-07T12:03:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:15 smithi028 ceph-mon[112123]: pgmap v13096: 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-07T12:03:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:15 smithi138 ceph-mon[117003]: pgmap v13096: 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-07T12:03:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:17 smithi161 ceph-mon[116604]: pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:17 smithi028 ceph-mon[112123]: pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:17 smithi138 ceph-mon[117003]: pgmap v13097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:19.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:19.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:19.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:20.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:20.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:20.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:20.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:20.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:19 smithi161 ceph-mon[116604]: pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:19 smithi028 ceph-mon[112123]: pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:19 smithi138 ceph-mon[117003]: pgmap v13098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:20 smithi161 ceph-mon[116604]: from='client.356607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:20 smithi028 ceph-mon[112123]: from='client.356607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:20 smithi138 ceph-mon[117003]: from='client.356607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:21 smithi161 ceph-mon[116604]: pgmap v13099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:21 smithi028 ceph-mon[112123]: pgmap v13099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:21 smithi138 ceph-mon[117003]: pgmap v13099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:23 smithi161 ceph-mon[116604]: pgmap v13100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:23 smithi028 ceph-mon[112123]: pgmap v13100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:23 smithi138 ceph-mon[117003]: pgmap v13100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:25.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:25.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:25.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:25.775 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:25.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:25.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:25.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:25.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:25 smithi161 ceph-mon[116604]: 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-07T12:03:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:25 smithi161 ceph-mon[116604]: from='client.356685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:25 smithi028 ceph-mon[112123]: 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-07T12:03:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:25 smithi028 ceph-mon[112123]: from='client.356685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:25 smithi138 ceph-mon[117003]: 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-07T12:03:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:25 smithi138 ceph-mon[117003]: from='client.356685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:27 smithi161 ceph-mon[116604]: pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:27 smithi028 ceph-mon[112123]: pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:27 smithi138 ceph-mon[117003]: pgmap v13102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:29 smithi161 ceph-mon[116604]: pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:29 smithi028 ceph-mon[112123]: pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:29 smithi138 ceph-mon[117003]: pgmap v13103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:03:30.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:30.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:30.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:31.546 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:31.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:31.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:31.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:31.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:31 smithi161 ceph-mon[116604]: pgmap v13104: 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-07T12:03:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:31 smithi161 ceph-mon[116604]: from='client.356754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:31 smithi028 ceph-mon[112123]: pgmap v13104: 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-07T12:03:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:31 smithi028 ceph-mon[112123]: from='client.356754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:31 smithi138 ceph-mon[117003]: pgmap v13104: 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-07T12:03:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:31 smithi138 ceph-mon[117003]: from='client.356754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:33 smithi161 ceph-mon[116604]: pgmap v13105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:33 smithi028 ceph-mon[112123]: pgmap v13105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:33 smithi138 ceph-mon[117003]: pgmap v13105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:35 smithi161 ceph-mon[116604]: pgmap v13106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:35 smithi028 ceph-mon[112123]: pgmap v13106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:35 smithi138 ceph-mon[117003]: pgmap v13106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:03:36.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:36.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:36.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:37.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:37.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:37.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:37.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:37.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:37 smithi161 ceph-mon[116604]: 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-07T12:03:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:37 smithi161 ceph-mon[116604]: from='client.356826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:37 smithi028 ceph-mon[112123]: 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-07T12:03:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:37 smithi028 ceph-mon[112123]: from='client.356826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:37 smithi138 ceph-mon[117003]: 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-07T12:03:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:37 smithi138 ceph-mon[117003]: from='client.356826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:39 smithi161 ceph-mon[116604]: 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-07T12:03:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:39 smithi028 ceph-mon[112123]: 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-07T12:03:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:39 smithi138 ceph-mon[117003]: 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-07T12:03:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:41 smithi161 ceph-mon[116604]: 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-07T12:03:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:03:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:41 smithi028 ceph-mon[112123]: 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-07T12:03:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:03:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:41 smithi138 ceph-mon[117003]: 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-07T12:03:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:03:42.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:42.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:42.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:43.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:43.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:43.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:43.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:43.136 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: 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-07T12:03:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='client.356904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:03:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15803M 2023-12-07T12:03:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:03:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:03:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: 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-07T12:03:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='client.356904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:03:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15803M 2023-12-07T12:03:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:03:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:03:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: 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-07T12:03:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='client.356904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:03:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15803M 2023-12-07T12:03:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:03:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:03:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:03:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:45 smithi138 ceph-mon[117003]: 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-07T12:03:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:45 smithi161 ceph-mon[116604]: 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-07T12:03:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:45 smithi028 ceph-mon[112123]: 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-07T12:03:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:47 smithi138 ceph-mon[117003]: 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-07T12:03:48.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:48.138 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:48.138 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:47 smithi161 ceph-mon[116604]: 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-07T12:03:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:47 smithi028 ceph-mon[112123]: 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-07T12:03:48.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:48.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:48.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:48.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:48.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:49 smithi138 ceph-mon[117003]: from='client.356979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:49 smithi138 ceph-mon[117003]: 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-07T12:03:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:49 smithi161 ceph-mon[116604]: from='client.356979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:49 smithi161 ceph-mon[116604]: 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-07T12:03:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:49 smithi028 ceph-mon[112123]: from='client.356979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:49 smithi028 ceph-mon[112123]: 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-07T12:03:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:51 smithi138 ceph-mon[117003]: 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-07T12:03:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:51 smithi161 ceph-mon[116604]: 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-07T12:03:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:51 smithi028 ceph-mon[112123]: 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-07T12:03:53.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:53.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:53.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:03:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:53 smithi138 ceph-mon[117003]: 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-07T12:03:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:53 smithi161 ceph-mon[116604]: 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-07T12:03:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:53 smithi028 ceph-mon[112123]: 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-07T12:03:54.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:03:54.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:03:54.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:03:54.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:03:54.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:03:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:54 smithi138 ceph-mon[117003]: from='client.357054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:54 smithi161 ceph-mon[116604]: from='client.357054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:54 smithi028 ceph-mon[112123]: from='client.357054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:03:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:55 smithi138 ceph-mon[117003]: pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:55 smithi161 ceph-mon[116604]: pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:55 smithi028 ceph-mon[112123]: pgmap v13116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:03:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:57 smithi161 ceph-mon[116604]: pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:57 smithi028 ceph-mon[112123]: pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:57 smithi138 ceph-mon[117003]: pgmap v13117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:03:59.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:03:59.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:03:59.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:03:59 smithi161 ceph-mon[116604]: pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:03:59 smithi028 ceph-mon[112123]: pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:03:59 smithi138 ceph-mon[117003]: pgmap v13118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:00.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:00.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:00.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:00.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:00.477 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:00 smithi161 ceph-mon[116604]: from='client.357132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:00 smithi028 ceph-mon[112123]: from='client.357132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:00 smithi138 ceph-mon[117003]: from='client.357132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:01 smithi161 ceph-mon[116604]: 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-07T12:04:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:01 smithi028 ceph-mon[112123]: 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-07T12:04:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:01 smithi138 ceph-mon[117003]: 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-07T12:04:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:03 smithi161 ceph-mon[116604]: 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-07T12:04:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:03 smithi028 ceph-mon[112123]: 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-07T12:04:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:03 smithi138 ceph-mon[117003]: 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-07T12:04:05.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:05.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:05.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:05 smithi161 ceph-mon[116604]: 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-07T12:04:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:05 smithi028 ceph-mon[112123]: 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-07T12:04:06.246 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:06.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:06.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:06.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:06.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:05 smithi138 ceph-mon[117003]: 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-07T12:04:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:06 smithi161 ceph-mon[116604]: from='client.357207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:06 smithi028 ceph-mon[112123]: from='client.357207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:06 smithi138 ceph-mon[117003]: from='client.357207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:07 smithi161 ceph-mon[116604]: pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:07 smithi028 ceph-mon[112123]: pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:08.297 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:07 smithi138 ceph-mon[117003]: pgmap v13122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:09 smithi161 ceph-mon[116604]: pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:09 smithi028 ceph-mon[112123]: pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:09 smithi138 ceph-mon[117003]: pgmap v13123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:11.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:11.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:11.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:12.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:12.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:12.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:12.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:12.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:12.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:11 smithi161 ceph-mon[116604]: pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:12.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:11 smithi028 ceph-mon[112123]: pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:11 smithi138 ceph-mon[117003]: pgmap v13124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:12 smithi161 ceph-mon[116604]: from='client.357285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:12 smithi028 ceph-mon[112123]: from='client.357285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:12 smithi138 ceph-mon[117003]: from='client.357285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:13 smithi161 ceph-mon[116604]: 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-07T12:04:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:13 smithi028 ceph-mon[112123]: 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-07T12:04:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:13 smithi138 ceph-mon[117003]: 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-07T12:04:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:15 smithi161 ceph-mon[116604]: 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-07T12:04:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:15 smithi028 ceph-mon[112123]: 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-07T12:04:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:15 smithi138 ceph-mon[117003]: 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-07T12:04:17.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:17.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:17.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:17.803 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:17.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:17.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:17.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:17.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:17 smithi161 ceph-mon[116604]: 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-07T12:04:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:17 smithi161 ceph-mon[116604]: from='client.357363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:17 smithi028 ceph-mon[112123]: 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-07T12:04:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:17 smithi028 ceph-mon[112123]: from='client.357363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:17 smithi138 ceph-mon[117003]: 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-07T12:04:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:17 smithi138 ceph-mon[117003]: from='client.357363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:19 smithi161 ceph-mon[116604]: 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-07T12:04:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:19 smithi028 ceph-mon[112123]: 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-07T12:04:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:19 smithi138 ceph-mon[117003]: 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-07T12:04:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:21 smithi161 ceph-mon[116604]: 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-07T12:04:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:21 smithi028 ceph-mon[112123]: 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-07T12:04:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:21 smithi138 ceph-mon[117003]: 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-07T12:04:22.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:22.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:22.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:23.572 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:23.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:23.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:23.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:23.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:23 smithi161 ceph-mon[116604]: 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-07T12:04:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:23 smithi161 ceph-mon[116604]: from='client.357438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:23 smithi028 ceph-mon[112123]: 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-07T12:04:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:23 smithi028 ceph-mon[112123]: from='client.357438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:23 smithi138 ceph-mon[117003]: 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-07T12:04:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:23 smithi138 ceph-mon[117003]: from='client.357438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:25 smithi161 ceph-mon[116604]: 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-07T12:04:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:25 smithi028 ceph-mon[112123]: 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-07T12:04:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:25 smithi138 ceph-mon[117003]: 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-07T12:04:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:27 smithi161 ceph-mon[116604]: 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-07T12:04:28.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:27 smithi028 ceph-mon[112123]: 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-07T12:04:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:27 smithi138 ceph-mon[117003]: 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-07T12:04:28.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:28.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:28.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:29.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:29.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:29.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:29.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:29.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:29 smithi161 ceph-mon[116604]: 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-07T12:04:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:29 smithi161 ceph-mon[116604]: from='client.357516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:29 smithi028 ceph-mon[112123]: 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-07T12:04:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:29 smithi028 ceph-mon[112123]: from='client.357516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:29 smithi138 ceph-mon[117003]: 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-07T12:04:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:29 smithi138 ceph-mon[117003]: from='client.357516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:31 smithi161 ceph-mon[116604]: pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:04:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:31 smithi028 ceph-mon[112123]: pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:04:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:31 smithi138 ceph-mon[117003]: pgmap v13134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:04:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:33 smithi161 ceph-mon[116604]: pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:04:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:33 smithi028 ceph-mon[112123]: pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:04:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:33 smithi138 ceph-mon[117003]: pgmap v13135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:04:34.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:34.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:34.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:35.126 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:35.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:35.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:35.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:35.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:35 smithi161 ceph-mon[116604]: pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:35 smithi161 ceph-mon[116604]: from='client.357594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:35 smithi028 ceph-mon[112123]: pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:35 smithi028 ceph-mon[112123]: from='client.357594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:35 smithi138 ceph-mon[117003]: pgmap v13136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:35 smithi138 ceph-mon[117003]: from='client.357594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:37 smithi161 ceph-mon[116604]: pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:37 smithi028 ceph-mon[112123]: pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:37 smithi138 ceph-mon[117003]: pgmap v13137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:40.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:40.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:40.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:39 smithi161 ceph-mon[116604]: pgmap v13138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:39 smithi028 ceph-mon[112123]: pgmap v13138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:39 smithi138 ceph-mon[117003]: pgmap v13138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:04:40.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:40.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:40.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:40.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:40.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:40 smithi161 ceph-mon[116604]: from='client.357672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:40 smithi028 ceph-mon[112123]: from='client.357672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:40 smithi138 ceph-mon[117003]: from='client.357672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:41 smithi161 ceph-mon[116604]: 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-07T12:04:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:41 smithi028 ceph-mon[112123]: 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-07T12:04:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:41 smithi138 ceph-mon[117003]: 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-07T12:04:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:43 smithi161 ceph-mon[116604]: pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:04:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:04:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:43 smithi028 ceph-mon[112123]: pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:04:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:04:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:43 smithi138 ceph-mon[117003]: pgmap v13140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:04:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:04:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:04:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:04:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:04:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:04:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:04:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:04:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:04:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:04:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:04:45.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:45.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:45.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:46 smithi161 ceph-mon[116604]: pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:04:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:46 smithi028 ceph-mon[112123]: pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:04:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:46 smithi138 ceph-mon[117003]: pgmap v13141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:04:46.704 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:46.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:46.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:46.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:46.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:47 smithi161 ceph-mon[116604]: from='client.357750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:47 smithi028 ceph-mon[112123]: from='client.357750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:47 smithi138 ceph-mon[117003]: from='client.357750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:48 smithi161 ceph-mon[116604]: pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:48 smithi028 ceph-mon[112123]: pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:48 smithi138 ceph-mon[117003]: pgmap v13142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:50 smithi161 ceph-mon[116604]: pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:50 smithi028 ceph-mon[112123]: pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:50 smithi138 ceph-mon[117003]: pgmap v13143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:04:51.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:51.706 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:51.706 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:52 smithi161 ceph-mon[116604]: pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:52 smithi028 ceph-mon[112123]: pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:52.500 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:52.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:52.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:52.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:52.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:52 smithi138 ceph-mon[117003]: pgmap v13144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:04:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:53 smithi161 ceph-mon[116604]: from='client.357822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:53 smithi028 ceph-mon[112123]: from='client.357822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:53 smithi138 ceph-mon[117003]: from='client.357822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:54 smithi161 ceph-mon[116604]: 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-07T12:04:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:54 smithi028 ceph-mon[112123]: 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-07T12:04:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:54 smithi138 ceph-mon[117003]: 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-07T12:04:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:56 smithi161 ceph-mon[116604]: 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-07T12:04:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:56 smithi028 ceph-mon[112123]: 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-07T12:04:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:56 smithi138 ceph-mon[117003]: 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-07T12:04:57.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:04:57.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:04:57.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:04:58.272 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:04:58.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:04:58.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:04:58.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:04:58.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:04:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:58 smithi161 ceph-mon[116604]: 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-07T12:04:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:58 smithi028 ceph-mon[112123]: 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-07T12:04:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:58 smithi138 ceph-mon[117003]: 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-07T12:04:59.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:04:59 smithi161 ceph-mon[116604]: from='client.357900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:04:59 smithi028 ceph-mon[112123]: from='client.357900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:04:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:04:59 smithi138 ceph-mon[117003]: from='client.357900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:00 smithi161 ceph-mon[116604]: 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-07T12:05:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:00 smithi028 ceph-mon[112123]: 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-07T12:05:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:00 smithi138 ceph-mon[117003]: 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-07T12:05:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:02 smithi028 ceph-mon[112123]: 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-07T12:05:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:02 smithi138 ceph-mon[117003]: 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-07T12:05:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:02 smithi161 ceph-mon[116604]: 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-07T12:05:03.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:03.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:03.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:04.053 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:04.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:04.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:04.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:04.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:04 smithi028 ceph-mon[112123]: 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-07T12:05:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:04 smithi138 ceph-mon[117003]: 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-07T12:05:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:04 smithi161 ceph-mon[116604]: 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-07T12:05:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:05 smithi028 ceph-mon[112123]: from='client.357978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:05 smithi138 ceph-mon[117003]: from='client.357978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:05.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:05 smithi161 ceph-mon[116604]: from='client.357978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:06 smithi028 ceph-mon[112123]: 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-07T12:05:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:06 smithi138 ceph-mon[117003]: 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-07T12:05:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:06 smithi161 ceph-mon[116604]: 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-07T12:05:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:08 smithi028 ceph-mon[112123]: 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-07T12:05:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:08 smithi138 ceph-mon[117003]: 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-07T12:05:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:08 smithi161 ceph-mon[116604]: 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-07T12:05:09.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:09.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:09.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:09.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:09.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:09.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:09.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:09.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:10 smithi028 ceph-mon[112123]: 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-07T12:05:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:10 smithi028 ceph-mon[112123]: from='client.358056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:10 smithi138 ceph-mon[117003]: 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-07T12:05:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:10 smithi138 ceph-mon[117003]: from='client.358056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:10 smithi161 ceph-mon[116604]: 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-07T12:05:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:10 smithi161 ceph-mon[116604]: from='client.358056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:12 smithi028 ceph-mon[112123]: pgmap v13154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:12 smithi138 ceph-mon[117003]: pgmap v13154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:12 smithi161 ceph-mon[116604]: pgmap v13154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:14 smithi028 ceph-mon[112123]: pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:14 smithi138 ceph-mon[117003]: pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:14 smithi161 ceph-mon[116604]: pgmap v13155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:14.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:14.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:14.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:15.589 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:15.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:15.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:15.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:15.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:16 smithi028 ceph-mon[112123]: pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:16 smithi028 ceph-mon[112123]: from='client.358134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:16 smithi138 ceph-mon[117003]: pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:16 smithi138 ceph-mon[117003]: from='client.358134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:16 smithi161 ceph-mon[116604]: pgmap v13156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:16 smithi161 ceph-mon[116604]: from='client.358134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:18 smithi028 ceph-mon[112123]: pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:18 smithi138 ceph-mon[117003]: pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:18 smithi161 ceph-mon[116604]: pgmap v13157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:20 smithi138 ceph-mon[117003]: pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:20.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:20.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:20.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:20.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:20 smithi161 ceph-mon[116604]: pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:20.746 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:20 smithi028 ceph-mon[112123]: pgmap v13158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:21.358 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:21.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:21.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:21.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:21.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:22 smithi138 ceph-mon[117003]: 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-07T12:05:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:22 smithi138 ceph-mon[117003]: from='client.358209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:22 smithi161 ceph-mon[116604]: 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-07T12:05:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:22 smithi161 ceph-mon[116604]: from='client.358209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:22 smithi028 ceph-mon[112123]: 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-07T12:05:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:22 smithi028 ceph-mon[112123]: from='client.358209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:24 smithi138 ceph-mon[117003]: pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:24 smithi161 ceph-mon[116604]: pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:24 smithi028 ceph-mon[112123]: pgmap v13160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:26.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:26.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:26.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:26 smithi138 ceph-mon[117003]: pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:26 smithi161 ceph-mon[116604]: pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:26 smithi028 ceph-mon[112123]: pgmap v13161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:27.130 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:27.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:27.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:27.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:27.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:28 smithi138 ceph-mon[117003]: pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:28 smithi138 ceph-mon[117003]: from='client.358281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:28 smithi161 ceph-mon[116604]: pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:28 smithi161 ceph-mon[116604]: from='client.358281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:28 smithi028 ceph-mon[112123]: pgmap v13162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:28 smithi028 ceph-mon[112123]: from='client.358281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:30 smithi138 ceph-mon[117003]: pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:30 smithi161 ceph-mon[116604]: pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:30 smithi028 ceph-mon[112123]: pgmap v13163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:32.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:32.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:32.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:32 smithi138 ceph-mon[117003]: pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:32 smithi161 ceph-mon[116604]: pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:32.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:32 smithi028 ceph-mon[112123]: pgmap v13164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:05:32.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:32.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:32.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:32.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:32.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:33 smithi138 ceph-mon[117003]: from='client.358356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:33 smithi161 ceph-mon[116604]: from='client.358356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:33 smithi028 ceph-mon[112123]: from='client.358356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:34 smithi138 ceph-mon[117003]: 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-07T12:05:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:34 smithi161 ceph-mon[116604]: 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-07T12:05:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:34 smithi028 ceph-mon[112123]: 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-07T12:05:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:36 smithi138 ceph-mon[117003]: 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-07T12:05:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:36 smithi161 ceph-mon[116604]: 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-07T12:05:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:36 smithi028 ceph-mon[112123]: 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-07T12:05:37.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:37.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:37.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:38 smithi138 ceph-mon[117003]: 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-07T12:05:38.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:38.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:38.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:38.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:38.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:38 smithi161 ceph-mon[116604]: 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-07T12:05:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:38 smithi028 ceph-mon[112123]: 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-07T12:05:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:39 smithi138 ceph-mon[117003]: from='client.358428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:39 smithi161 ceph-mon[116604]: from='client.358428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:39 smithi028 ceph-mon[112123]: from='client.358428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:40 smithi138 ceph-mon[117003]: 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-07T12:05:40.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:40 smithi161 ceph-mon[116604]: 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-07T12:05:40.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:40 smithi028 ceph-mon[112123]: 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-07T12:05:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:42 smithi138 ceph-mon[117003]: 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-07T12:05:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:42 smithi161 ceph-mon[116604]: 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-07T12:05:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:42 smithi028 ceph-mon[112123]: 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-07T12:05:43.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:43.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:43.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:44.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:44.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:44.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:44.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:44.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:44 smithi138 ceph-mon[117003]: 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-07T12:05:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:44 smithi161 ceph-mon[116604]: 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-07T12:05:44.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:44 smithi028 ceph-mon[112123]: 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-07T12:05:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:45 smithi138 ceph-mon[117003]: from='client.358506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:05:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:05:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:05:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:05:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:45 smithi161 ceph-mon[116604]: from='client.358506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:05:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:05:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:05:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:05:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:45 smithi028 ceph-mon[112123]: from='client.358506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:05:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:05:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:05:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:05:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:46 smithi138 ceph-mon[117003]: pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:46 smithi161 ceph-mon[116604]: pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:46 smithi028 ceph-mon[112123]: pgmap v13171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:48 smithi138 ceph-mon[117003]: pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:48 smithi161 ceph-mon[116604]: pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:48.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:48 smithi028 ceph-mon[112123]: pgmap v13172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:49.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:49.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:49.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:50.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:50.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:50.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:50.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:50.255 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:50 smithi138 ceph-mon[117003]: pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:50 smithi161 ceph-mon[116604]: pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:50.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:50 smithi028 ceph-mon[112123]: pgmap v13173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:51 smithi138 ceph-mon[117003]: from='client.358581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:51 smithi161 ceph-mon[116604]: from='client.358581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:51.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:51 smithi028 ceph-mon[112123]: from='client.358581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:52 smithi138 ceph-mon[117003]: pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:52 smithi161 ceph-mon[116604]: pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:52 smithi028 ceph-mon[112123]: pgmap v13174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:54 smithi138 ceph-mon[117003]: pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:54 smithi161 ceph-mon[116604]: pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:54 smithi028 ceph-mon[112123]: pgmap v13175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:05:55.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:05:55.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:05:55.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:05:56.041 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:05:56.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:05:56.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:05:56.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:05:56.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:05:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:56 smithi138 ceph-mon[117003]: pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:56 smithi161 ceph-mon[116604]: pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:56 smithi028 ceph-mon[112123]: pgmap v13176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:05:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:57 smithi138 ceph-mon[117003]: from='client.358656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:57.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:57 smithi161 ceph-mon[116604]: from='client.358656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:57.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:57 smithi028 ceph-mon[112123]: from='client.358656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:05:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:05:58 smithi138 ceph-mon[117003]: 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-07T12:05:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:05:58 smithi161 ceph-mon[116604]: 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-07T12:05:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:05:58 smithi028 ceph-mon[112123]: 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-07T12:06:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:00 smithi161 ceph-mon[116604]: 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-07T12:06:00.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:00 smithi028 ceph-mon[112123]: 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-07T12:06:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:00 smithi138 ceph-mon[117003]: 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-07T12:06:01.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:01.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:01.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:01.810 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:01.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:01.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:01.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:01.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:02 smithi161 ceph-mon[116604]: pgmap v13179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:02 smithi161 ceph-mon[116604]: from='client.358734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:02 smithi028 ceph-mon[112123]: pgmap v13179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:02 smithi028 ceph-mon[112123]: from='client.358734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:02 smithi138 ceph-mon[117003]: pgmap v13179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:02 smithi138 ceph-mon[117003]: from='client.358734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:04 smithi161 ceph-mon[116604]: pgmap v13180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:04 smithi028 ceph-mon[112123]: pgmap v13180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:04 smithi138 ceph-mon[117003]: pgmap v13180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:06 smithi161 ceph-mon[116604]: pgmap v13181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:06 smithi028 ceph-mon[112123]: pgmap v13181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:06 smithi138 ceph-mon[117003]: pgmap v13181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:06.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:06.813 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:06.813 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:07.587 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:07.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:07.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:07.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:07.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:08 smithi161 ceph-mon[116604]: pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:08 smithi161 ceph-mon[116604]: from='client.358809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:08 smithi028 ceph-mon[112123]: pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:08 smithi028 ceph-mon[112123]: from='client.358809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:08 smithi138 ceph-mon[117003]: pgmap v13182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:08 smithi138 ceph-mon[117003]: from='client.358809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:10 smithi161 ceph-mon[116604]: pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:10 smithi028 ceph-mon[112123]: pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:10 smithi138 ceph-mon[117003]: pgmap v13183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:12.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:12.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:12.590 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:12 smithi161 ceph-mon[116604]: pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:12 smithi028 ceph-mon[112123]: pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:12 smithi138 ceph-mon[117003]: pgmap v13184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:13.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:13.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:13.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:13.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:13.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:14 smithi161 ceph-mon[116604]: 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-07T12:06:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:14 smithi161 ceph-mon[116604]: from='client.358887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:14 smithi028 ceph-mon[112123]: 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-07T12:06:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:14 smithi028 ceph-mon[112123]: from='client.358887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:14 smithi138 ceph-mon[117003]: 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-07T12:06:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:14 smithi138 ceph-mon[117003]: from='client.358887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:16 smithi161 ceph-mon[116604]: 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-07T12:06:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:16 smithi028 ceph-mon[112123]: 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-07T12:06:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:16 smithi138 ceph-mon[117003]: 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-07T12:06:18.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:18.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:18.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:18 smithi161 ceph-mon[116604]: 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-07T12:06:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:18 smithi028 ceph-mon[112123]: 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-07T12:06:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:18 smithi138 ceph-mon[117003]: 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-07T12:06:19.141 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:19.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:19.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:19.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:19.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:20.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:20 smithi161 ceph-mon[116604]: 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-07T12:06:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:20 smithi161 ceph-mon[116604]: from='client.358962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:20 smithi028 ceph-mon[112123]: 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-07T12:06:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:20 smithi028 ceph-mon[112123]: from='client.358962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:20 smithi138 ceph-mon[117003]: 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-07T12:06:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:20 smithi138 ceph-mon[117003]: from='client.358962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:22 smithi161 ceph-mon[116604]: pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:22 smithi028 ceph-mon[112123]: pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:22 smithi138 ceph-mon[117003]: pgmap v13189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:06:24.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:24.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:24.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:24 smithi161 ceph-mon[116604]: pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:06:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:24 smithi028 ceph-mon[112123]: pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:06:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:24 smithi138 ceph-mon[117003]: pgmap v13190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:06:24.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:24.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:24.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:24.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:24.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:25.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:25 smithi161 ceph-mon[116604]: from='client.359034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:25.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:25 smithi028 ceph-mon[112123]: from='client.359034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:25 smithi138 ceph-mon[117003]: from='client.359034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:26 smithi161 ceph-mon[116604]: pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:26 smithi028 ceph-mon[112123]: pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:26 smithi138 ceph-mon[117003]: pgmap v13191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:28 smithi161 ceph-mon[116604]: pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:28 smithi028 ceph-mon[112123]: pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:28 smithi138 ceph-mon[117003]: pgmap v13192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:29.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:29.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:29.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:30 smithi161 ceph-mon[116604]: pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:30.698 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:30.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:30.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:30.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:30.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:30 smithi028 ceph-mon[112123]: pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:30 smithi138 ceph-mon[117003]: pgmap v13193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:06:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:31 smithi161 ceph-mon[116604]: from='client.359109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:31 smithi028 ceph-mon[112123]: from='client.359109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:31 smithi138 ceph-mon[117003]: from='client.359109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:32 smithi161 ceph-mon[116604]: pgmap v13194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:32 smithi028 ceph-mon[112123]: pgmap v13194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:32 smithi138 ceph-mon[117003]: pgmap v13194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:34 smithi161 ceph-mon[116604]: pgmap v13195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:06:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:34 smithi028 ceph-mon[112123]: pgmap v13195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:06:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:34 smithi138 ceph-mon[117003]: pgmap v13195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:06:35.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:35.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:35.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:36.470 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:36.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:36.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:36.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:36.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:36 smithi161 ceph-mon[116604]: pgmap v13196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:36 smithi028 ceph-mon[112123]: pgmap v13196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:36 smithi138 ceph-mon[117003]: pgmap v13196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:06:37.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:37 smithi161 ceph-mon[116604]: from='client.359184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:37 smithi028 ceph-mon[112123]: from='client.359184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:37 smithi138 ceph-mon[117003]: from='client.359184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:38 smithi161 ceph-mon[116604]: pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:38 smithi028 ceph-mon[112123]: pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:38 smithi138 ceph-mon[117003]: pgmap v13197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:40 smithi161 ceph-mon[116604]: pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:40.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:40 smithi028 ceph-mon[112123]: pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:40 smithi138 ceph-mon[117003]: pgmap v13198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:41.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:41.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:41.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:42.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:42.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:42.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:42.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:42.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:42 smithi161 ceph-mon[116604]: pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:42 smithi028 ceph-mon[112123]: pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:42 smithi138 ceph-mon[117003]: pgmap v13199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:43.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:43 smithi161 ceph-mon[116604]: from='client.359253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:43.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:43 smithi028 ceph-mon[112123]: from='client.359253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:43 smithi138 ceph-mon[117003]: from='client.359253 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:44 smithi161 ceph-mon[116604]: pgmap v13200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:44.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:44 smithi028 ceph-mon[112123]: pgmap v13200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:44 smithi138 ceph-mon[117003]: pgmap v13200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:45 smithi161 ceph-mon[116604]: pgmap v13201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:06:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:06:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:06:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:06:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:45 smithi028 ceph-mon[112123]: pgmap v13201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:06:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:06:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:06:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:06:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:45 smithi138 ceph-mon[117003]: pgmap v13201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:06:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:06:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:06:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:06:47.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:47.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:47.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:48.020 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:48.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:48.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:48.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:48.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:47 smithi161 ceph-mon[116604]: pgmap v13202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:47 smithi028 ceph-mon[112123]: pgmap v13202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:47 smithi138 ceph-mon[117003]: pgmap v13202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:48 smithi161 ceph-mon[116604]: from='client.359331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:48 smithi028 ceph-mon[112123]: from='client.359331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:48 smithi138 ceph-mon[117003]: from='client.359331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:50.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:49 smithi161 ceph-mon[116604]: pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:49 smithi028 ceph-mon[112123]: pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:49 smithi138 ceph-mon[117003]: pgmap v13203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:06:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:51 smithi161 ceph-mon[116604]: pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:51 smithi028 ceph-mon[112123]: pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:51 smithi138 ceph-mon[117003]: pgmap v13204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:06:53.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:53.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:53.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:53.799 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:53.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:53.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:53.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:53.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:06:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:53 smithi161 ceph-mon[116604]: 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-07T12:06:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:53 smithi161 ceph-mon[116604]: from='client.359406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:53 smithi028 ceph-mon[112123]: 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-07T12:06:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:53 smithi028 ceph-mon[112123]: from='client.359406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:53 smithi138 ceph-mon[117003]: 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-07T12:06:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:53 smithi138 ceph-mon[117003]: from='client.359406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:06:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:55 smithi161 ceph-mon[116604]: 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-07T12:06:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:55 smithi028 ceph-mon[112123]: 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-07T12:06:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:55 smithi138 ceph-mon[117003]: 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-07T12:06:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:57 smithi161 ceph-mon[116604]: 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-07T12:06:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:57 smithi028 ceph-mon[112123]: 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-07T12:06:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:57 smithi138 ceph-mon[117003]: 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-07T12:06:58.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:06:58.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:06:58.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:06:59.571 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:06:59.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:06:59.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:06:59.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:06:59.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:59 smithi161 ceph-mon[116604]: 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-07T12:07:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:06:59 smithi161 ceph-mon[116604]: from='client.359481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:59 smithi028 ceph-mon[112123]: 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-07T12:07:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:06:59 smithi028 ceph-mon[112123]: from='client.359481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:59 smithi138 ceph-mon[117003]: 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-07T12:07:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:06:59 smithi138 ceph-mon[117003]: from='client.359481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:01 smithi161 ceph-mon[116604]: pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:01 smithi028 ceph-mon[112123]: pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:01 smithi138 ceph-mon[117003]: pgmap v13209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:04.206 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:03 smithi161 ceph-mon[116604]: pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:03 smithi028 ceph-mon[112123]: pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:03 smithi138 ceph-mon[117003]: pgmap v13210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:04.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:04.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:04.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:05.349 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:05.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:05.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:05.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:05.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:05 smithi161 ceph-mon[116604]: pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:05 smithi161 ceph-mon[116604]: from='client.359550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:05 smithi028 ceph-mon[112123]: pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:05 smithi028 ceph-mon[112123]: from='client.359550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:05 smithi138 ceph-mon[117003]: pgmap v13211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:05 smithi138 ceph-mon[117003]: from='client.359550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:07 smithi161 ceph-mon[116604]: pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:07 smithi028 ceph-mon[112123]: pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:07 smithi138 ceph-mon[117003]: pgmap v13212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:09 smithi161 ceph-mon[116604]: pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:09 smithi028 ceph-mon[112123]: pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:09 smithi138 ceph-mon[117003]: pgmap v13213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:10.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:10.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:10.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:11.119 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:11.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:11.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:11.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:11.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:11 smithi161 ceph-mon[116604]: pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:11 smithi161 ceph-mon[116604]: from='client.359622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:11 smithi028 ceph-mon[112123]: pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:11 smithi028 ceph-mon[112123]: from='client.359622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:11 smithi138 ceph-mon[117003]: pgmap v13214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:11 smithi138 ceph-mon[117003]: from='client.359622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:13 smithi161 ceph-mon[116604]: 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-07T12:07:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:13 smithi028 ceph-mon[112123]: 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-07T12:07:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:13 smithi138 ceph-mon[117003]: 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-07T12:07:16.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:16.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:16.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:15 smithi161 ceph-mon[116604]: pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:15 smithi028 ceph-mon[112123]: pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:15 smithi138 ceph-mon[117003]: pgmap v13216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:16.904 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:16.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:16.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:16.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:16.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:16 smithi161 ceph-mon[116604]: from='client.359697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:16 smithi028 ceph-mon[112123]: from='client.359697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:16 smithi138 ceph-mon[117003]: from='client.359697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:17 smithi161 ceph-mon[116604]: pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:17 smithi028 ceph-mon[112123]: pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:17 smithi138 ceph-mon[117003]: pgmap v13217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:19 smithi161 ceph-mon[116604]: pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:19 smithi028 ceph-mon[112123]: pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:19 smithi138 ceph-mon[117003]: pgmap v13218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:21.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:21.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:21.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:21 smithi161 ceph-mon[116604]: pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:21 smithi028 ceph-mon[112123]: pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:21 smithi138 ceph-mon[117003]: pgmap v13219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:22.687 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:22.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:22.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:22.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:22.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:22 smithi161 ceph-mon[116604]: from='client.359772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:22 smithi028 ceph-mon[112123]: from='client.359772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:22 smithi138 ceph-mon[117003]: from='client.359772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:23 smithi161 ceph-mon[116604]: pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:23 smithi028 ceph-mon[112123]: pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:23 smithi138 ceph-mon[117003]: pgmap v13220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:25 smithi161 ceph-mon[116604]: pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:25 smithi028 ceph-mon[112123]: pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:25 smithi138 ceph-mon[117003]: pgmap v13221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:27.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:27.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:27.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:27 smithi161 ceph-mon[116604]: pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:27 smithi028 ceph-mon[112123]: pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:27 smithi138 ceph-mon[117003]: pgmap v13222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:28.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:28.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:28.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:28.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:28.461 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:28 smithi161 ceph-mon[116604]: from='client.359841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:28 smithi028 ceph-mon[112123]: from='client.359841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:28 smithi138 ceph-mon[117003]: from='client.359841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:29 smithi161 ceph-mon[116604]: pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:29 smithi028 ceph-mon[112123]: pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:29 smithi138 ceph-mon[117003]: pgmap v13223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:31 smithi161 ceph-mon[116604]: pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:31 smithi028 ceph-mon[112123]: pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:31 smithi138 ceph-mon[117003]: pgmap v13224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:33.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:33.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:33.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:33 smithi161 ceph-mon[116604]: 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-07T12:07:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:33 smithi028 ceph-mon[112123]: 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-07T12:07:34.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:34.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:34.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:34.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:34.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:33 smithi138 ceph-mon[117003]: 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-07T12:07:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:34 smithi161 ceph-mon[116604]: from='client.359919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:34 smithi028 ceph-mon[112123]: from='client.359919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:34 smithi138 ceph-mon[117003]: from='client.359919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:35 smithi161 ceph-mon[116604]: pgmap v13226: 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-07T12:07:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:35 smithi028 ceph-mon[112123]: pgmap v13226: 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-07T12:07:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:35 smithi138 ceph-mon[117003]: pgmap v13226: 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-07T12:07:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:37 smithi161 ceph-mon[116604]: pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:37 smithi028 ceph-mon[112123]: pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:37 smithi138 ceph-mon[117003]: pgmap v13227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:39.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:39.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:39.257 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:40.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:40.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:40.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:40.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:40.026 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:39 smithi161 ceph-mon[116604]: pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:39 smithi028 ceph-mon[112123]: pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:39 smithi138 ceph-mon[117003]: pgmap v13228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:40 smithi161 ceph-mon[116604]: from='client.359994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:40 smithi028 ceph-mon[112123]: from='client.359994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:40 smithi138 ceph-mon[117003]: from='client.359994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:41 smithi161 ceph-mon[116604]: pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:41 smithi028 ceph-mon[112123]: pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:41 smithi138 ceph-mon[117003]: pgmap v13229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:43 smithi161 ceph-mon[116604]: pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:43 smithi028 ceph-mon[112123]: pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:43 smithi138 ceph-mon[117003]: pgmap v13230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:07:45.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:45.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:45.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:45.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:45.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:45.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:45.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:45.809 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:45 smithi161 ceph-mon[116604]: pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:45 smithi161 ceph-mon[116604]: from='client.360069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:07:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:45 smithi028 ceph-mon[112123]: pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:45 smithi028 ceph-mon[112123]: from='client.360069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:07:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:45 smithi138 ceph-mon[117003]: pgmap v13231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:45 smithi138 ceph-mon[117003]: from='client.360069 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:07:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:07:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:07:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:07:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:07:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:07:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:07:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:07:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:07:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:07:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:48 smithi161 ceph-mon[116604]: pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:48 smithi028 ceph-mon[112123]: pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:48 smithi138 ceph-mon[117003]: pgmap v13232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:50 smithi161 ceph-mon[116604]: pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:50.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:50 smithi028 ceph-mon[112123]: pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:50 smithi138 ceph-mon[117003]: pgmap v13233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:07:50.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:50.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:50.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:51.588 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:51.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:51.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:51.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:51.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:52 smithi161 ceph-mon[116604]: pgmap v13234: 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-07T12:07:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:52 smithi161 ceph-mon[116604]: from='client.360147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:52 smithi028 ceph-mon[112123]: pgmap v13234: 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-07T12:07:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:52 smithi028 ceph-mon[112123]: from='client.360147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:52 smithi138 ceph-mon[117003]: pgmap v13234: 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-07T12:07:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:52 smithi138 ceph-mon[117003]: from='client.360147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:54 smithi161 ceph-mon[116604]: 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-07T12:07:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:54 smithi028 ceph-mon[112123]: 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-07T12:07:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:54 smithi138 ceph-mon[117003]: 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-07T12:07:56.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:07:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:07:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:07:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:56 smithi161 ceph-mon[116604]: pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:56 smithi028 ceph-mon[112123]: pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:56 smithi138 ceph-mon[117003]: pgmap v13236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:07:57.371 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:07:57.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:07:57.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:07:57.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:07:57.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:07:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:58 smithi161 ceph-mon[116604]: pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:07:58 smithi161 ceph-mon[116604]: from='client.360225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:58 smithi028 ceph-mon[112123]: pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:07:58 smithi028 ceph-mon[112123]: from='client.360225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:07:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:58 smithi138 ceph-mon[117003]: pgmap v13237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:07:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:07:58 smithi138 ceph-mon[117003]: from='client.360225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:00 smithi161 ceph-mon[116604]: pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:00 smithi028 ceph-mon[112123]: pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:00 smithi138 ceph-mon[117003]: pgmap v13238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:02.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:02.373 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:02.373 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:02 smithi161 ceph-mon[116604]: pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:02 smithi028 ceph-mon[112123]: pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:02 smithi138 ceph-mon[117003]: pgmap v13239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:03.158 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:03.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:03.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:03.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:03.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:04 smithi161 ceph-mon[116604]: pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:04 smithi161 ceph-mon[116604]: from='client.360297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:04 smithi028 ceph-mon[112123]: pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:04 smithi028 ceph-mon[112123]: from='client.360297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:04 smithi138 ceph-mon[117003]: pgmap v13240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:04 smithi138 ceph-mon[117003]: from='client.360297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:06 smithi161 ceph-mon[116604]: pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:06 smithi028 ceph-mon[112123]: pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:06 smithi138 ceph-mon[117003]: pgmap v13241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:08.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:08.161 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:08.161 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:08 smithi161 ceph-mon[116604]: 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-07T12:08:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:08 smithi028 ceph-mon[112123]: 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-07T12:08:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:08 smithi138 ceph-mon[117003]: 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-07T12:08:08.936 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:08.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:08.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:08.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:08.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:09.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:09 smithi161 ceph-mon[116604]: from='client.360372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:09 smithi028 ceph-mon[112123]: from='client.360372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:09 smithi138 ceph-mon[117003]: from='client.360372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:10 smithi161 ceph-mon[116604]: 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-07T12:08:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:10 smithi028 ceph-mon[112123]: 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-07T12:08:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:10 smithi138 ceph-mon[117003]: 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-07T12:08:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:12 smithi161 ceph-mon[116604]: 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-07T12:08:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:12 smithi028 ceph-mon[112123]: 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-07T12:08:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:12 smithi138 ceph-mon[117003]: 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-07T12:08:13.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:13.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:13.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:14 smithi161 ceph-mon[116604]: 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-07T12:08:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:14 smithi028 ceph-mon[112123]: 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-07T12:08:14.720 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:14.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:14.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:14.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:14.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:14 smithi138 ceph-mon[117003]: 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-07T12:08:15.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:15 smithi161 ceph-mon[116604]: from='client.360447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:15 smithi028 ceph-mon[112123]: from='client.360447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:15 smithi138 ceph-mon[117003]: from='client.360447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:16 smithi161 ceph-mon[116604]: pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:16 smithi028 ceph-mon[112123]: pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:16 smithi138 ceph-mon[117003]: pgmap v13246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:18 smithi161 ceph-mon[116604]: pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:18 smithi028 ceph-mon[112123]: pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:18 smithi138 ceph-mon[117003]: pgmap v13247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:19.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:19.723 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:19.723 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:20.491 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:20.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:20.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:20.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:20.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:20.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:20 smithi161 ceph-mon[116604]: pgmap v13248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:20.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:20 smithi028 ceph-mon[112123]: pgmap v13248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:20 smithi138 ceph-mon[117003]: pgmap v13248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:21 smithi161 ceph-mon[116604]: from='client.360522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:21 smithi028 ceph-mon[112123]: from='client.360522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:21 smithi138 ceph-mon[117003]: from='client.360522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:22 smithi161 ceph-mon[116604]: pgmap v13249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:22 smithi028 ceph-mon[112123]: pgmap v13249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:22 smithi138 ceph-mon[117003]: pgmap v13249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:24 smithi161 ceph-mon[116604]: pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:24 smithi028 ceph-mon[112123]: pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:24 smithi138 ceph-mon[117003]: pgmap v13250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:25.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:25.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:25.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:26.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:26.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:26.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:26.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:26.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:26 smithi161 ceph-mon[116604]: pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:26 smithi028 ceph-mon[112123]: pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:26 smithi138 ceph-mon[117003]: pgmap v13251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:27 smithi161 ceph-mon[116604]: from='client.360600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:27.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:27 smithi028 ceph-mon[112123]: from='client.360600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:27 smithi138 ceph-mon[117003]: from='client.360600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:28 smithi161 ceph-mon[116604]: 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-07T12:08:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:28 smithi028 ceph-mon[112123]: 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-07T12:08:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:28 smithi138 ceph-mon[117003]: 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-07T12:08:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:30 smithi161 ceph-mon[116604]: 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-07T12:08:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:30 smithi028 ceph-mon[112123]: 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-07T12:08:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:30 smithi138 ceph-mon[117003]: 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-07T12:08:31.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:31.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:31.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:32.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:32.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:32.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:32.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:32.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:32 smithi161 ceph-mon[116604]: 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-07T12:08:32.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:32 smithi028 ceph-mon[112123]: 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-07T12:08:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:32 smithi138 ceph-mon[117003]: 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-07T12:08:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:33 smithi161 ceph-mon[116604]: from='client.360675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:33 smithi028 ceph-mon[112123]: from='client.360675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:33 smithi138 ceph-mon[117003]: from='client.360675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:34 smithi161 ceph-mon[116604]: 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-07T12:08:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:34 smithi028 ceph-mon[112123]: 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-07T12:08:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:34 smithi138 ceph-mon[117003]: 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-07T12:08:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:36 smithi161 ceph-mon[116604]: pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:36 smithi028 ceph-mon[112123]: pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:36 smithi138 ceph-mon[117003]: pgmap v13256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:37.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:37.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:37.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:37.821 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:37.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:37.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:37.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:37.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:38 smithi161 ceph-mon[116604]: pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:38 smithi161 ceph-mon[116604]: from='client.360747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:38 smithi028 ceph-mon[112123]: pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:38 smithi028 ceph-mon[112123]: from='client.360747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:38 smithi138 ceph-mon[117003]: pgmap v13257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:38 smithi138 ceph-mon[117003]: from='client.360747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:40 smithi161 ceph-mon[116604]: pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:40.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:40 smithi028 ceph-mon[112123]: pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:40 smithi138 ceph-mon[117003]: pgmap v13258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:42 smithi028 ceph-mon[112123]: pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:42 smithi138 ceph-mon[117003]: pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:42.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:42.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:42.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:42 smithi161 ceph-mon[116604]: pgmap v13259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:43.592 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:43.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:43.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:43.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:43.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:44 smithi028 ceph-mon[112123]: pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:44 smithi028 ceph-mon[112123]: from='client.360822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:44 smithi138 ceph-mon[117003]: pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:44 smithi138 ceph-mon[117003]: from='client.360822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:44 smithi161 ceph-mon[116604]: pgmap v13260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:44 smithi161 ceph-mon[116604]: from='client.360822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:46 smithi028 ceph-mon[112123]: pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:46 smithi138 ceph-mon[117003]: pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:46 smithi161 ceph-mon[116604]: pgmap v13261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:08:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:08:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:08:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:08:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:08:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:08:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:08:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:08:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:08:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:08:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:08:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:08:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:08:48.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:48.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:48.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:48 smithi028 ceph-mon[112123]: 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-07T12:08:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:48 smithi138 ceph-mon[117003]: 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-07T12:08:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:48 smithi161 ceph-mon[116604]: 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-07T12:08:49.364 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:49.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:49.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:49.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:49.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:50 smithi028 ceph-mon[112123]: 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-07T12:08:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:50 smithi028 ceph-mon[112123]: from='client.360897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:50 smithi138 ceph-mon[117003]: 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-07T12:08:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:50 smithi138 ceph-mon[117003]: from='client.360897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:50.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:50 smithi161 ceph-mon[116604]: 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-07T12:08:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:50 smithi161 ceph-mon[116604]: from='client.360897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:52 smithi028 ceph-mon[112123]: pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:08:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:52 smithi138 ceph-mon[117003]: pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:08:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:52 smithi161 ceph-mon[116604]: pgmap v13264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:08:54.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:08:54.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:08:54.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:08:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:54 smithi138 ceph-mon[117003]: pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:08:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:54 smithi161 ceph-mon[116604]: pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:08:54.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:54 smithi028 ceph-mon[112123]: pgmap v13265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:08:55.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:08:55.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:08:55.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:08:55.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:08:55.145 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:08:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:56 smithi138 ceph-mon[117003]: pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:56 smithi138 ceph-mon[117003]: from='client.360975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:56.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:56 smithi161 ceph-mon[116604]: pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:56.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:56 smithi161 ceph-mon[116604]: from='client.360975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:56.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:56 smithi028 ceph-mon[112123]: pgmap v13266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:08:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:56 smithi028 ceph-mon[112123]: from='client.360975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:08:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:08:58 smithi138 ceph-mon[117003]: pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:08:58 smithi161 ceph-mon[116604]: pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:08:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:08:58 smithi028 ceph-mon[112123]: pgmap v13267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:00.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:00.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:00.147 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:00 smithi138 ceph-mon[117003]: pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:00.935 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:00.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:00.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:00.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:00.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:00 smithi161 ceph-mon[116604]: pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:00 smithi028 ceph-mon[112123]: pgmap v13268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:01 smithi138 ceph-mon[117003]: from='client.361050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:01.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:01 smithi161 ceph-mon[116604]: from='client.361050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:01 smithi028 ceph-mon[112123]: from='client.361050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:02 smithi138 ceph-mon[117003]: pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:02 smithi161 ceph-mon[116604]: pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:02 smithi028 ceph-mon[112123]: pgmap v13269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:04 smithi138 ceph-mon[117003]: pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:09:04.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:04 smithi161 ceph-mon[116604]: pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:09:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:04 smithi028 ceph-mon[112123]: pgmap v13270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:09:05.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:05.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:05.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:06.723 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:06.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:06.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:06.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:06.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:06 smithi138 ceph-mon[117003]: pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:09:06.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:06 smithi161 ceph-mon[116604]: pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:09:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:06 smithi028 ceph-mon[112123]: pgmap v13271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:09:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:07 smithi138 ceph-mon[117003]: from='client.361125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:07.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:07 smithi161 ceph-mon[116604]: from='client.361125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:07 smithi028 ceph-mon[112123]: from='client.361125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:08 smithi138 ceph-mon[117003]: 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-07T12:09:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:08 smithi161 ceph-mon[116604]: 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-07T12:09:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:08 smithi028 ceph-mon[112123]: 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-07T12:09:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:10 smithi138 ceph-mon[117003]: 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-07T12:09:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:10 smithi161 ceph-mon[116604]: 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-07T12:09:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:10 smithi028 ceph-mon[112123]: 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-07T12:09:11.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:11.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:11.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:12.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:12.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:12.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:12.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:12.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:12 smithi138 ceph-mon[117003]: 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-07T12:09:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:12 smithi161 ceph-mon[116604]: 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-07T12:09:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:12 smithi028 ceph-mon[112123]: 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-07T12:09:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:13 smithi138 ceph-mon[117003]: from='client.361203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:13.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:13 smithi161 ceph-mon[116604]: from='client.361203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:13 smithi028 ceph-mon[112123]: from='client.361203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:14 smithi138 ceph-mon[117003]: 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-07T12:09:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:14 smithi161 ceph-mon[116604]: 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-07T12:09:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:14 smithi028 ceph-mon[112123]: 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-07T12:09:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:16 smithi138 ceph-mon[117003]: pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:16 smithi161 ceph-mon[116604]: pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:16 smithi028 ceph-mon[112123]: pgmap v13276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:17.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:17.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:17.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:18.266 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:18.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:18.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:18.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:18.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:18 smithi138 ceph-mon[117003]: pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:18 smithi161 ceph-mon[116604]: pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:18 smithi028 ceph-mon[112123]: pgmap v13277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:19 smithi138 ceph-mon[117003]: from='client.361281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:19 smithi161 ceph-mon[116604]: from='client.361281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:19 smithi028 ceph-mon[112123]: from='client.361281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:20.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:20 smithi138 ceph-mon[117003]: pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:20 smithi161 ceph-mon[116604]: pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:20 smithi028 ceph-mon[112123]: pgmap v13278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:22 smithi138 ceph-mon[117003]: pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:22 smithi161 ceph-mon[116604]: pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:22 smithi028 ceph-mon[112123]: pgmap v13279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:23.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:23.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:23.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:24.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:24.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:24.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:24.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:24.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:24 smithi138 ceph-mon[117003]: pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:24 smithi161 ceph-mon[116604]: pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:24 smithi028 ceph-mon[112123]: pgmap v13280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:25 smithi138 ceph-mon[117003]: from='client.361359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:25 smithi161 ceph-mon[116604]: from='client.361359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:25 smithi028 ceph-mon[112123]: from='client.361359 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:26 smithi138 ceph-mon[117003]: pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:26.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:26 smithi161 ceph-mon[116604]: pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:26 smithi028 ceph-mon[112123]: pgmap v13281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:28 smithi138 ceph-mon[117003]: 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-07T12:09:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:28 smithi161 ceph-mon[116604]: 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-07T12:09:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:28 smithi028 ceph-mon[112123]: 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-07T12:09:29.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:29.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:29.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:29.809 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:29.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:29.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:29.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:29.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:30 smithi138 ceph-mon[117003]: 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-07T12:09:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:30 smithi138 ceph-mon[117003]: from='client.361434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:30 smithi161 ceph-mon[116604]: 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-07T12:09:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:30 smithi161 ceph-mon[116604]: from='client.361434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:30 smithi028 ceph-mon[112123]: 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-07T12:09:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:30 smithi028 ceph-mon[112123]: from='client.361434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:32 smithi138 ceph-mon[117003]: pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:32.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:32 smithi161 ceph-mon[116604]: pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:32 smithi028 ceph-mon[112123]: pgmap v13284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:34 smithi138 ceph-mon[117003]: pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:34.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:34.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:34.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:34 smithi161 ceph-mon[116604]: pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:34 smithi028 ceph-mon[112123]: pgmap v13285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:35.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:35.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:35.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:35.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:35.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:36 smithi161 ceph-mon[116604]: pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:36 smithi161 ceph-mon[116604]: from='client.361509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:36 smithi028 ceph-mon[112123]: pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:36 smithi028 ceph-mon[112123]: from='client.361509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:36 smithi138 ceph-mon[117003]: pgmap v13286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:36 smithi138 ceph-mon[117003]: from='client.361509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:38 smithi161 ceph-mon[116604]: pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:38 smithi028 ceph-mon[112123]: pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:38 smithi138 ceph-mon[117003]: pgmap v13287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:40.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:40.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:40.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:40.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:40 smithi161 ceph-mon[116604]: pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:40 smithi028 ceph-mon[112123]: pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:40 smithi138 ceph-mon[117003]: pgmap v13288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:09:41.396 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:41.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:41.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:41.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:41.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:42 smithi161 ceph-mon[116604]: pgmap v13289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:42 smithi161 ceph-mon[116604]: from='client.361584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:42.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:42 smithi028 ceph-mon[112123]: pgmap v13289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:42 smithi028 ceph-mon[112123]: from='client.361584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:42 smithi138 ceph-mon[117003]: pgmap v13289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:42 smithi138 ceph-mon[117003]: from='client.361584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:44 smithi161 ceph-mon[116604]: 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-07T12:09:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:44 smithi028 ceph-mon[112123]: 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-07T12:09:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:44 smithi138 ceph-mon[117003]: 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-07T12:09:46.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:46.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:46 smithi161 ceph-mon[116604]: 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-07T12:09:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:46 smithi028 ceph-mon[112123]: 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-07T12:09:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:46 smithi138 ceph-mon[117003]: 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-07T12:09:47.180 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:47.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:47.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:47.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:47.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:47.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:09:47.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:09:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:09:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:48 smithi161 ceph-mon[116604]: 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-07T12:09:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:48 smithi161 ceph-mon[116604]: from='client.361659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:09:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:09:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:09:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:48 smithi028 ceph-mon[112123]: 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-07T12:09:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:48 smithi028 ceph-mon[112123]: from='client.361659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:09:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:09:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:09:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:48 smithi138 ceph-mon[117003]: 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-07T12:09:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:48 smithi138 ceph-mon[117003]: from='client.361659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:09:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:09:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:09:50.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:50 smithi161 ceph-mon[116604]: 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-07T12:09:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:50 smithi028 ceph-mon[112123]: 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-07T12:09:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:50 smithi138 ceph-mon[117003]: 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-07T12:09:52.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:52.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:52.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:52 smithi161 ceph-mon[116604]: 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-07T12:09:52.951 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:52.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:52.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:52.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:52.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:52.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:52 smithi028 ceph-mon[112123]: 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-07T12:09:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:52 smithi138 ceph-mon[117003]: 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-07T12:09:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:53 smithi161 ceph-mon[116604]: from='client.361731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:53 smithi028 ceph-mon[112123]: from='client.361731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:53 smithi138 ceph-mon[117003]: from='client.361731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:54 smithi161 ceph-mon[116604]: 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-07T12:09:54.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:54 smithi028 ceph-mon[112123]: 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-07T12:09:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:54 smithi138 ceph-mon[117003]: 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-07T12:09:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:55 smithi161 ceph-mon[116604]: pgmap v13296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:55 smithi028 ceph-mon[112123]: pgmap v13296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:55 smithi138 ceph-mon[117003]: pgmap v13296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:09:57.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:09:57.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:09:57.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:09:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:57 smithi161 ceph-mon[116604]: pgmap v13297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:57 smithi028 ceph-mon[112123]: pgmap v13297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:57 smithi138 ceph-mon[117003]: pgmap v13297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:09:58.728 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:09:58.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:09:58.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:09:58.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:09:58.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:09:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:58 smithi161 ceph-mon[116604]: from='client.361803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:58 smithi028 ceph-mon[112123]: from='client.361803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:09:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:58 smithi138 ceph-mon[117003]: from='client.361803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:09:59 smithi161 ceph-mon[116604]: pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:09:59 smithi028 ceph-mon[112123]: pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:09:59 smithi138 ceph-mon[117003]: pgmap v13298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T12:10:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T12:10:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T12:10:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:01 smithi161 ceph-mon[116604]: pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:01 smithi028 ceph-mon[112123]: pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:01 smithi138 ceph-mon[117003]: pgmap v13299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:03.730 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:03.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:03.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:03 smithi161 ceph-mon[116604]: pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:03 smithi028 ceph-mon[112123]: pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:03 smithi138 ceph-mon[117003]: pgmap v13300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:04.496 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:04.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:04.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:04.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:04.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:04 smithi161 ceph-mon[116604]: from='client.361881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:04 smithi028 ceph-mon[112123]: from='client.361881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:04 smithi138 ceph-mon[117003]: from='client.361881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:05 smithi161 ceph-mon[116604]: 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-07T12:10:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:05 smithi028 ceph-mon[112123]: 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-07T12:10:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:05 smithi138 ceph-mon[117003]: 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-07T12:10:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:07 smithi161 ceph-mon[116604]: pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:07 smithi028 ceph-mon[112123]: pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:07 smithi138 ceph-mon[117003]: pgmap v13302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:09.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:09.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:09.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:09 smithi161 ceph-mon[116604]: pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:10.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:09 smithi028 ceph-mon[112123]: pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:10.266 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:10.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:10.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:10.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:10.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:09 smithi138 ceph-mon[117003]: pgmap v13303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:10 smithi161 ceph-mon[116604]: from='client.361956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:10 smithi028 ceph-mon[112123]: from='client.361956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:10 smithi138 ceph-mon[117003]: from='client.361956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:11 smithi161 ceph-mon[116604]: pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:11 smithi028 ceph-mon[112123]: pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:12.321 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:11 smithi138 ceph-mon[117003]: pgmap v13304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:13 smithi161 ceph-mon[116604]: pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:13 smithi028 ceph-mon[112123]: pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:13 smithi138 ceph-mon[117003]: pgmap v13305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:15.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:15.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:15.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:16.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:16.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:16.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:16.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:16.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:15 smithi161 ceph-mon[116604]: pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:15 smithi028 ceph-mon[112123]: pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:15 smithi138 ceph-mon[117003]: pgmap v13306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:16 smithi161 ceph-mon[116604]: from='client.362034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:16 smithi028 ceph-mon[112123]: from='client.362034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:16 smithi138 ceph-mon[117003]: from='client.362034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:17 smithi161 ceph-mon[116604]: 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-07T12:10:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:17 smithi028 ceph-mon[112123]: 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-07T12:10:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:17 smithi138 ceph-mon[117003]: 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-07T12:10:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:19 smithi161 ceph-mon[116604]: 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-07T12:10:20.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:19 smithi028 ceph-mon[112123]: 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-07T12:10:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:19 smithi138 ceph-mon[117003]: 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-07T12:10:21.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:21.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:21.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:21.817 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:21.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:21.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:21.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:21.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:21 smithi161 ceph-mon[116604]: 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-07T12:10:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:21 smithi161 ceph-mon[116604]: from='client.362109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:21 smithi028 ceph-mon[112123]: 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-07T12:10:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:21 smithi028 ceph-mon[112123]: from='client.362109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:21 smithi138 ceph-mon[117003]: 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-07T12:10:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:21 smithi138 ceph-mon[117003]: from='client.362109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:23 smithi161 ceph-mon[116604]: 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-07T12:10:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:23 smithi028 ceph-mon[112123]: 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-07T12:10:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:23 smithi138 ceph-mon[117003]: 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-07T12:10:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:25 smithi161 ceph-mon[116604]: 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-07T12:10:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:25 smithi028 ceph-mon[112123]: 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-07T12:10:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:25 smithi138 ceph-mon[117003]: 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-07T12:10:26.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:26.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:26.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:27.599 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:27.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:27.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:27.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:27.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:27 smithi161 ceph-mon[116604]: 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-07T12:10:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:27 smithi161 ceph-mon[116604]: from='client.362187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:27 smithi028 ceph-mon[112123]: 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-07T12:10:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:27 smithi028 ceph-mon[112123]: from='client.362187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:27 smithi138 ceph-mon[117003]: 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-07T12:10:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:27 smithi138 ceph-mon[117003]: from='client.362187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:29 smithi161 ceph-mon[116604]: 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-07T12:10:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:29 smithi028 ceph-mon[112123]: 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-07T12:10:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:29 smithi138 ceph-mon[117003]: 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-07T12:10:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:31 smithi161 ceph-mon[116604]: 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-07T12:10:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:31 smithi028 ceph-mon[112123]: 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-07T12:10:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:31 smithi138 ceph-mon[117003]: 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-07T12:10:32.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:32.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:32.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:33.383 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:33.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:33.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:33.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:33.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:33 smithi161 ceph-mon[116604]: 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-07T12:10:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:33 smithi161 ceph-mon[116604]: from='client.362262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:33 smithi028 ceph-mon[112123]: 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-07T12:10:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:33 smithi028 ceph-mon[112123]: from='client.362262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:33 smithi138 ceph-mon[117003]: 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-07T12:10:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:33 smithi138 ceph-mon[117003]: from='client.362262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:35 smithi161 ceph-mon[116604]: pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:35 smithi028 ceph-mon[112123]: pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:35 smithi138 ceph-mon[117003]: pgmap v13316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:10:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:37 smithi161 ceph-mon[116604]: pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:37 smithi028 ceph-mon[112123]: pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:37 smithi138 ceph-mon[117003]: pgmap v13317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:38.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:38.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:38.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:39.193 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:39.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:39.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:39.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:39.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:39 smithi161 ceph-mon[116604]: pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:39 smithi161 ceph-mon[116604]: from='client.362337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:39 smithi028 ceph-mon[112123]: pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:39 smithi028 ceph-mon[112123]: from='client.362337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:39 smithi138 ceph-mon[117003]: pgmap v13318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:39 smithi138 ceph-mon[117003]: from='client.362337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:41 smithi161 ceph-mon[116604]: pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:10:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:41 smithi028 ceph-mon[112123]: pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:10:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:41 smithi138 ceph-mon[117003]: pgmap v13319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:10:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:43 smithi161 ceph-mon[116604]: pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:10:44.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:44.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:44.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:43 smithi028 ceph-mon[112123]: pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:10:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:43 smithi138 ceph-mon[117003]: pgmap v13320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:10:44.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:44.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:44.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:44.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:44.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:45 smithi028 ceph-mon[112123]: from='client.362415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:45 smithi028 ceph-mon[112123]: 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-07T12:10:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:45 smithi138 ceph-mon[117003]: from='client.362415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:45 smithi138 ceph-mon[117003]: 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-07T12:10:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:45 smithi161 ceph-mon[116604]: from='client.362415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:45 smithi161 ceph-mon[116604]: 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-07T12:10:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:47 smithi028 ceph-mon[112123]: pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:47 smithi138 ceph-mon[117003]: pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:47 smithi161 ceph-mon[116604]: pgmap v13322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:10:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:10:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:10:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:10:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:10:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:10:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:10:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:10:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:10:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:10:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:10:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:10:49.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:49.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:49.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:50.763 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:50.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:50.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:50.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:50.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:50 smithi138 ceph-mon[117003]: pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:50 smithi161 ceph-mon[116604]: pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:50 smithi028 ceph-mon[112123]: pgmap v13323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:10:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:51 smithi138 ceph-mon[117003]: from='client.362493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:51 smithi161 ceph-mon[116604]: from='client.362493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:51.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:51 smithi028 ceph-mon[112123]: from='client.362493 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:52 smithi138 ceph-mon[117003]: pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:52.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:52 smithi161 ceph-mon[116604]: pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:52.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:52 smithi028 ceph-mon[112123]: pgmap v13324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:10:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:54 smithi161 ceph-mon[116604]: pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:10:54.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:54 smithi028 ceph-mon[112123]: pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:10:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:54 smithi138 ceph-mon[117003]: pgmap v13325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:10:55.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:10:55.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:10:55.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:10:56.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:10:56.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:10:56.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:10:56.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:10:56.541 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:10:56.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:56 smithi161 ceph-mon[116604]: pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:10:56.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:56 smithi028 ceph-mon[112123]: pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:10:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:56 smithi138 ceph-mon[117003]: pgmap v13326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:10:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:57 smithi161 ceph-mon[116604]: from='client.362568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:57 smithi028 ceph-mon[112123]: from='client.362568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:57 smithi138 ceph-mon[117003]: from='client.362568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:10:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:10:58 smithi161 ceph-mon[116604]: 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-07T12:10:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:10:58 smithi028 ceph-mon[112123]: 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-07T12:10:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:10:58 smithi138 ceph-mon[117003]: 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-07T12:11:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:00 smithi161 ceph-mon[116604]: 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-07T12:11:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:00 smithi028 ceph-mon[112123]: 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-07T12:11:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:00 smithi138 ceph-mon[117003]: 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-07T12:11:01.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:01.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:01.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:02.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:02.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:02.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:02.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:02.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:02 smithi161 ceph-mon[116604]: 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-07T12:11:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:02 smithi028 ceph-mon[112123]: 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-07T12:11:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:02 smithi138 ceph-mon[117003]: 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-07T12:11:03.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:03 smithi161 ceph-mon[116604]: from='client.362643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:03.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:03 smithi028 ceph-mon[112123]: from='client.362643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:03 smithi138 ceph-mon[117003]: from='client.362643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:04.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:04 smithi161 ceph-mon[116604]: 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-07T12:11:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:04 smithi028 ceph-mon[112123]: 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-07T12:11:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:04 smithi138 ceph-mon[117003]: 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-07T12:11:06.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:06 smithi161 ceph-mon[116604]: 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-07T12:11:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:06 smithi028 ceph-mon[112123]: 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-07T12:11:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:06 smithi138 ceph-mon[117003]: 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-07T12:11:07.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:07.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:07.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:08.087 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:08.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:08.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:08.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:08.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:08 smithi161 ceph-mon[116604]: 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-07T12:11:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:08 smithi028 ceph-mon[112123]: 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-07T12:11:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:08 smithi138 ceph-mon[117003]: 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-07T12:11:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:09 smithi161 ceph-mon[116604]: from='client.362721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:09 smithi028 ceph-mon[112123]: from='client.362721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:09 smithi138 ceph-mon[117003]: from='client.362721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:10 smithi161 ceph-mon[116604]: 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-07T12:11:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:10 smithi028 ceph-mon[112123]: 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-07T12:11:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:10 smithi138 ceph-mon[117003]: 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-07T12:11:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:12 smithi161 ceph-mon[116604]: pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:12 smithi028 ceph-mon[112123]: pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:12 smithi138 ceph-mon[117003]: pgmap v13334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:13.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:13.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:13.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:13.864 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:13.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:13.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:13.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:13.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:14 smithi161 ceph-mon[116604]: pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:14 smithi161 ceph-mon[116604]: from='client.362799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:14 smithi028 ceph-mon[112123]: pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:14.979 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:14 smithi028 ceph-mon[112123]: from='client.362799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:14 smithi138 ceph-mon[117003]: pgmap v13335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:14 smithi138 ceph-mon[117003]: from='client.362799 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:16 smithi161 ceph-mon[116604]: pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:16 smithi028 ceph-mon[112123]: pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:16 smithi138 ceph-mon[117003]: pgmap v13336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:17 smithi161 ceph-mon[116604]: pgmap v13337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:17 smithi028 ceph-mon[112123]: pgmap v13337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:17 smithi138 ceph-mon[117003]: pgmap v13337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:18.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:18.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:18.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:19.641 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:19.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:19.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:19.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:19.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:20.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:19 smithi161 ceph-mon[116604]: pgmap v13338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:19 smithi161 ceph-mon[116604]: from='client.362874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:19 smithi028 ceph-mon[112123]: pgmap v13338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:19 smithi028 ceph-mon[112123]: from='client.362874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:19 smithi138 ceph-mon[117003]: pgmap v13338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:19 smithi138 ceph-mon[117003]: from='client.362874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:21 smithi161 ceph-mon[116604]: 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-07T12:11:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:21 smithi028 ceph-mon[112123]: 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-07T12:11:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:21 smithi138 ceph-mon[117003]: 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-07T12:11:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:23 smithi161 ceph-mon[116604]: pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:23 smithi028 ceph-mon[112123]: pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:23 smithi138 ceph-mon[117003]: pgmap v13340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:24.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:24.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:24.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:25.427 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:25.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:25.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:25.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:25.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:25 smithi161 ceph-mon[116604]: pgmap v13341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:25 smithi161 ceph-mon[116604]: from='client.362952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:25 smithi028 ceph-mon[112123]: pgmap v13341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:25 smithi028 ceph-mon[112123]: from='client.362952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:25 smithi138 ceph-mon[117003]: pgmap v13341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:25 smithi138 ceph-mon[117003]: from='client.362952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:27 smithi161 ceph-mon[116604]: pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:27 smithi028 ceph-mon[112123]: pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:27 smithi138 ceph-mon[117003]: pgmap v13342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:30.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:29 smithi161 ceph-mon[116604]: pgmap v13343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:30.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:29 smithi028 ceph-mon[112123]: pgmap v13343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:29 smithi138 ceph-mon[117003]: pgmap v13343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:11:30.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:30.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:30.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:31.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:31.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:31.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:31.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:31.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:31 smithi161 ceph-mon[116604]: pgmap v13344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:31 smithi161 ceph-mon[116604]: from='client.363030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:31 smithi028 ceph-mon[112123]: pgmap v13344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:31 smithi028 ceph-mon[112123]: from='client.363030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:31 smithi138 ceph-mon[117003]: pgmap v13344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:31 smithi138 ceph-mon[117003]: from='client.363030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:33 smithi161 ceph-mon[116604]: 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-07T12:11:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:33 smithi028 ceph-mon[112123]: 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-07T12:11:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:33 smithi138 ceph-mon[117003]: 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-07T12:11:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:35 smithi161 ceph-mon[116604]: 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-07T12:11:36.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:36.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:36.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:35 smithi028 ceph-mon[112123]: 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-07T12:11:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:35 smithi138 ceph-mon[117003]: 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-07T12:11:36.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:36.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:36.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:36.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:36.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:37 smithi161 ceph-mon[116604]: from='client.363108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:37 smithi161 ceph-mon[116604]: 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-07T12:11:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:37 smithi028 ceph-mon[112123]: from='client.363108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:37 smithi028 ceph-mon[112123]: 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-07T12:11:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:37 smithi138 ceph-mon[117003]: from='client.363108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:37 smithi138 ceph-mon[117003]: 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-07T12:11:40.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:39 smithi161 ceph-mon[116604]: 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-07T12:11:40.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:39 smithi028 ceph-mon[112123]: 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-07T12:11:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:39 smithi138 ceph-mon[117003]: 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-07T12:11:41.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:41.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:41.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:41 smithi161 ceph-mon[116604]: 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-07T12:11:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:41 smithi028 ceph-mon[112123]: 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-07T12:11:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:41 smithi138 ceph-mon[117003]: 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-07T12:11:42.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:42.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:42.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:42.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:42.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:42 smithi161 ceph-mon[116604]: from='client.363183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:42 smithi028 ceph-mon[112123]: from='client.363183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:42 smithi138 ceph-mon[117003]: from='client.363183 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:43 smithi161 ceph-mon[116604]: 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-07T12:11:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:43 smithi028 ceph-mon[112123]: 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-07T12:11:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:43 smithi138 ceph-mon[117003]: 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-07T12:11:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:45 smithi161 ceph-mon[116604]: 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-07T12:11:46.330 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:45 smithi138 ceph-mon[117003]: 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-07T12:11:46.330 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:45 smithi028 ceph-mon[112123]: 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-07T12:11:47.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:47.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:47.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:47 smithi161 ceph-mon[116604]: 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-07T12:11:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:47 smithi028 ceph-mon[112123]: 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-07T12:11:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:47 smithi138 ceph-mon[117003]: 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-07T12:11:48.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:48.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:48.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:48.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:48.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:48 smithi161 ceph-mon[116604]: from='client.363261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:11:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:48 smithi028 ceph-mon[112123]: from='client.363261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:11:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:48 smithi138 ceph-mon[117003]: from='client.363261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:11:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: 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-07T12:11:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:11:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:11:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: 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-07T12:11:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:11:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:11:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: 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-07T12:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:11:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:11:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:11:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:52 smithi161 ceph-mon[116604]: pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:52 smithi028 ceph-mon[112123]: pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:52 smithi138 ceph-mon[117003]: pgmap v13354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:11:53.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:53.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:53.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:11:54.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:11:54.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:11:54.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:11:54.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:11:54.335 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:11:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:54 smithi161 ceph-mon[116604]: pgmap v13355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:54 smithi028 ceph-mon[112123]: pgmap v13355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:54 smithi138 ceph-mon[117003]: pgmap v13355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:11:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:55 smithi161 ceph-mon[116604]: from='client.363336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:55 smithi028 ceph-mon[112123]: from='client.363336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:55 smithi138 ceph-mon[117003]: from='client.363336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:11:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:56 smithi161 ceph-mon[116604]: pgmap v13356: 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-07T12:11:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:56 smithi028 ceph-mon[112123]: pgmap v13356: 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-07T12:11:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:56 smithi138 ceph-mon[117003]: pgmap v13356: 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-07T12:11:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:11:58 smithi161 ceph-mon[116604]: pgmap v13357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:11:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:11:58 smithi028 ceph-mon[112123]: pgmap v13357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:11:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:11:58 smithi138 ceph-mon[117003]: pgmap v13357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:11:59.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:11:59.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:11:59.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:00.126 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:00.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:00.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:00.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:00.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:00 smithi161 ceph-mon[116604]: pgmap v13358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:12:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:00 smithi028 ceph-mon[112123]: pgmap v13358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:12:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:00 smithi138 ceph-mon[117003]: pgmap v13358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:12:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:01 smithi161 ceph-mon[116604]: from='client.363411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:01 smithi028 ceph-mon[112123]: from='client.363411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:01 smithi138 ceph-mon[117003]: from='client.363411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:02 smithi161 ceph-mon[116604]: 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-07T12:12:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:02 smithi028 ceph-mon[112123]: 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-07T12:12:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:02 smithi138 ceph-mon[117003]: 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-07T12:12:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:04 smithi161 ceph-mon[116604]: pgmap v13360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:04 smithi028 ceph-mon[112123]: pgmap v13360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:04 smithi138 ceph-mon[117003]: pgmap v13360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:05.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:05.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:05.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:05.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:05.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:05.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:05.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:05.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:06 smithi161 ceph-mon[116604]: pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:06 smithi161 ceph-mon[116604]: from='client.363486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:06 smithi028 ceph-mon[112123]: pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:06 smithi028 ceph-mon[112123]: from='client.363486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:06 smithi138 ceph-mon[117003]: pgmap v13361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:06 smithi138 ceph-mon[117003]: from='client.363486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:08 smithi161 ceph-mon[116604]: pgmap v13362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:12:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:08 smithi028 ceph-mon[112123]: pgmap v13362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:12:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:08 smithi138 ceph-mon[117003]: pgmap v13362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:12:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:10 smithi161 ceph-mon[116604]: pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:12:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:10 smithi028 ceph-mon[112123]: pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:12:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:10 smithi138 ceph-mon[117003]: pgmap v13363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:12:10.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:10.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:10.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:11.701 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:11.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:11.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:11.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:11.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:12 smithi161 ceph-mon[116604]: pgmap v13364: 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-07T12:12:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:12 smithi161 ceph-mon[116604]: from='client.363564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:12 smithi028 ceph-mon[112123]: pgmap v13364: 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-07T12:12:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:12 smithi028 ceph-mon[112123]: from='client.363564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:12 smithi138 ceph-mon[117003]: pgmap v13364: 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-07T12:12:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:12 smithi138 ceph-mon[117003]: from='client.363564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:14 smithi161 ceph-mon[116604]: 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-07T12:12:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:14 smithi028 ceph-mon[112123]: 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-07T12:12:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:14 smithi138 ceph-mon[117003]: 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-07T12:12:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:16 smithi161 ceph-mon[116604]: 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-07T12:12:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:16 smithi028 ceph-mon[112123]: 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-07T12:12:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:16 smithi138 ceph-mon[117003]: 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-07T12:12:16.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:16.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:16.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:17.484 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:17.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:17.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:17.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:17.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:18 smithi161 ceph-mon[116604]: 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-07T12:12:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:18 smithi161 ceph-mon[116604]: from='client.363639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:18 smithi028 ceph-mon[112123]: 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-07T12:12:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:18 smithi028 ceph-mon[112123]: from='client.363639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:18 smithi138 ceph-mon[117003]: 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-07T12:12:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:18 smithi138 ceph-mon[117003]: from='client.363639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:20 smithi161 ceph-mon[116604]: 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-07T12:12:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:20 smithi028 ceph-mon[112123]: 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-07T12:12:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:20 smithi138 ceph-mon[117003]: 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-07T12:12:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:22 smithi161 ceph-mon[116604]: 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-07T12:12:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:22 smithi028 ceph-mon[112123]: 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-07T12:12:22.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:22.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:22.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:22 smithi138 ceph-mon[117003]: 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-07T12:12:23.276 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:23.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:23.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:23.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:23.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:24.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:24 smithi161 ceph-mon[116604]: 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-07T12:12:24.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:24 smithi161 ceph-mon[116604]: from='client.363717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:24 smithi028 ceph-mon[112123]: 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-07T12:12:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:24 smithi028 ceph-mon[112123]: from='client.363717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:24 smithi138 ceph-mon[117003]: 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-07T12:12:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:24 smithi138 ceph-mon[117003]: from='client.363717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:26 smithi161 ceph-mon[116604]: 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-07T12:12:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:26 smithi028 ceph-mon[112123]: 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-07T12:12:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:26 smithi138 ceph-mon[117003]: 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-07T12:12:28.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:28.278 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:28.278 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:28 smithi161 ceph-mon[116604]: 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-07T12:12:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:28 smithi028 ceph-mon[112123]: 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-07T12:12:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:28 smithi138 ceph-mon[117003]: 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-07T12:12:29.053 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:29.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:29.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:29.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:29.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:30 smithi161 ceph-mon[116604]: from='client.363792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:30 smithi161 ceph-mon[116604]: 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-07T12:12:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:30 smithi028 ceph-mon[112123]: from='client.363792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:30 smithi028 ceph-mon[112123]: 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-07T12:12:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:30 smithi138 ceph-mon[117003]: from='client.363792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:30 smithi138 ceph-mon[117003]: 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-07T12:12:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:32 smithi161 ceph-mon[116604]: pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:32 smithi028 ceph-mon[112123]: pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:32 smithi138 ceph-mon[117003]: pgmap v13374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:12:34.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:34.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:34.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:34 smithi161 ceph-mon[116604]: pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:34 smithi028 ceph-mon[112123]: pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:34 smithi138 ceph-mon[117003]: pgmap v13375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:34.835 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:34.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:34.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:34.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:34.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:35.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:35 smithi161 ceph-mon[116604]: from='client.363867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:35.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:35 smithi028 ceph-mon[112123]: from='client.363867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:35 smithi138 ceph-mon[117003]: from='client.363867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:36 smithi161 ceph-mon[116604]: 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-07T12:12:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:36 smithi028 ceph-mon[112123]: 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-07T12:12:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:36 smithi138 ceph-mon[117003]: 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-07T12:12:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:38 smithi161 ceph-mon[116604]: 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-07T12:12:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:38 smithi028 ceph-mon[112123]: 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-07T12:12:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:38 smithi138 ceph-mon[117003]: 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-07T12:12:39.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:39.837 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:39.837 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:40 smithi161 ceph-mon[116604]: 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-07T12:12:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:40 smithi028 ceph-mon[112123]: 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-07T12:12:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:40 smithi138 ceph-mon[117003]: 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-07T12:12:40.601 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:40.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:40.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:40.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:40.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:41.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:41 smithi161 ceph-mon[116604]: from='client.363945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:41 smithi028 ceph-mon[112123]: from='client.363945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:41 smithi138 ceph-mon[117003]: from='client.363945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:42 smithi028 ceph-mon[112123]: 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-07T12:12:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:42 smithi138 ceph-mon[117003]: 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-07T12:12:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:42 smithi161 ceph-mon[116604]: 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-07T12:12:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:44 smithi028 ceph-mon[112123]: pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:44 smithi138 ceph-mon[117003]: pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:44 smithi161 ceph-mon[116604]: pgmap v13380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:12:45.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:45.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:45.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:46.383 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:46.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:46.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:46.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:46.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:46 smithi028 ceph-mon[112123]: pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:46 smithi138 ceph-mon[117003]: pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:46 smithi161 ceph-mon[116604]: pgmap v13381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:12:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:47 smithi028 ceph-mon[112123]: from='client.364023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:47 smithi138 ceph-mon[117003]: from='client.364023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:47.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:47 smithi161 ceph-mon[116604]: from='client.364023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:48 smithi028 ceph-mon[112123]: 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-07T12:12:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:48 smithi138 ceph-mon[117003]: 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-07T12:12:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:48 smithi161 ceph-mon[116604]: 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-07T12:12:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:50 smithi028 ceph-mon[112123]: 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-07T12:12:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:12:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:50 smithi138 ceph-mon[117003]: 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-07T12:12:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:12:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:50 smithi161 ceph-mon[116604]: 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-07T12:12:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:12:51.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:51.386 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:51.386 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:12:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:12:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:12:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:12:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:12:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:12:51.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:12:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:12:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:12:52.157 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:52.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:52.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:52.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:52.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:52 smithi161 ceph-mon[116604]: 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-07T12:12:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:52 smithi028 ceph-mon[112123]: 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-07T12:12:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:52 smithi138 ceph-mon[117003]: 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-07T12:12:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:53 smithi161 ceph-mon[116604]: from='client.364101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:53 smithi028 ceph-mon[112123]: from='client.364101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:53 smithi138 ceph-mon[117003]: from='client.364101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:54 smithi161 ceph-mon[116604]: 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-07T12:12:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:54 smithi028 ceph-mon[112123]: 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-07T12:12:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:54 smithi138 ceph-mon[117003]: 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-07T12:12:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:56 smithi161 ceph-mon[116604]: 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-07T12:12:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:56 smithi028 ceph-mon[112123]: 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-07T12:12:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:56 smithi138 ceph-mon[117003]: 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-07T12:12:57.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:12:57.159 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:12:57.159 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:12:57.923 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:12:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:12:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:12:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:12:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:12:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:58 smithi161 ceph-mon[116604]: 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-07T12:12:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:12:58 smithi161 ceph-mon[116604]: from='client.364176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:58 smithi028 ceph-mon[112123]: 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-07T12:12:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:12:58 smithi028 ceph-mon[112123]: from='client.364176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:12:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:58 smithi138 ceph-mon[117003]: 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-07T12:12:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:12:58 smithi138 ceph-mon[117003]: from='client.364176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:00.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:00 smithi161 ceph-mon[116604]: 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-07T12:13:00.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:00 smithi028 ceph-mon[112123]: 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-07T12:13:00.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:00 smithi138 ceph-mon[117003]: 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-07T12:13:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:02 smithi161 ceph-mon[116604]: 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-07T12:13:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:02 smithi028 ceph-mon[112123]: 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-07T12:13:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:02 smithi138 ceph-mon[117003]: 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-07T12:13:02.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:02.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:02.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:03.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:03.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:03.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:03.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:03.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:04 smithi161 ceph-mon[116604]: 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-07T12:13:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:04 smithi161 ceph-mon[116604]: from='client.364248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:04 smithi028 ceph-mon[112123]: 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-07T12:13:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:04 smithi028 ceph-mon[112123]: from='client.364248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:04 smithi138 ceph-mon[117003]: 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-07T12:13:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:04 smithi138 ceph-mon[117003]: from='client.364248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:06 smithi161 ceph-mon[116604]: 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-07T12:13:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:06 smithi028 ceph-mon[112123]: 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-07T12:13:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:06 smithi138 ceph-mon[117003]: 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-07T12:13:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:08 smithi161 ceph-mon[116604]: 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-07T12:13:08.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:08.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:08.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:08 smithi028 ceph-mon[112123]: 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-07T12:13:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:08 smithi138 ceph-mon[117003]: 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-07T12:13:09.472 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:09.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:09.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:09.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:09.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:10 smithi161 ceph-mon[116604]: 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-07T12:13:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:10 smithi161 ceph-mon[116604]: from='client.364326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:10 smithi028 ceph-mon[112123]: 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-07T12:13:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:10 smithi028 ceph-mon[112123]: from='client.364326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:10 smithi138 ceph-mon[117003]: 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-07T12:13:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:10 smithi138 ceph-mon[117003]: from='client.364326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:12 smithi161 ceph-mon[116604]: pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:13:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:12 smithi028 ceph-mon[112123]: pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:13:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:12 smithi138 ceph-mon[117003]: pgmap v13394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:13:14.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:14.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:14.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:14 smithi161 ceph-mon[116604]: pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:13:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:14 smithi028 ceph-mon[112123]: pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:13:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:14 smithi138 ceph-mon[117003]: pgmap v13395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:13:15.245 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:15.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:15.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:15.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:15.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:16 smithi161 ceph-mon[116604]: 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-07T12:13:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:16 smithi161 ceph-mon[116604]: from='client.364404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:16 smithi028 ceph-mon[112123]: 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-07T12:13:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:16 smithi028 ceph-mon[112123]: from='client.364404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:16 smithi138 ceph-mon[117003]: 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-07T12:13:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:16 smithi138 ceph-mon[117003]: from='client.364404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:18 smithi161 ceph-mon[116604]: 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-07T12:13:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:18 smithi028 ceph-mon[112123]: 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-07T12:13:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:18 smithi138 ceph-mon[117003]: 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-07T12:13:20.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:20.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:20.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:20.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:20 smithi161 ceph-mon[116604]: 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-07T12:13:20.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:20 smithi028 ceph-mon[112123]: 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-07T12:13:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:20 smithi138 ceph-mon[117003]: 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-07T12:13:21.048 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:21.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:21.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:21.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:21.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:22 smithi161 ceph-mon[116604]: from='client.364476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:22 smithi161 ceph-mon[116604]: 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-07T12:13:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:22 smithi028 ceph-mon[112123]: from='client.364476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:22 smithi028 ceph-mon[112123]: 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-07T12:13:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:22 smithi138 ceph-mon[117003]: from='client.364476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:22 smithi138 ceph-mon[117003]: 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-07T12:13:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:24 smithi161 ceph-mon[116604]: pgmap v13400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:13:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:24 smithi028 ceph-mon[112123]: pgmap v13400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:13:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:24 smithi138 ceph-mon[117003]: pgmap v13400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:13:26.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:26.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:26.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:26 smithi161 ceph-mon[116604]: pgmap v13401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:13:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:26 smithi028 ceph-mon[112123]: pgmap v13401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:13:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:26 smithi138 ceph-mon[117003]: pgmap v13401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:13:26.820 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:26.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:26.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:26.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:26.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:27.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:27 smithi161 ceph-mon[116604]: from='client.364548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:27.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:27 smithi028 ceph-mon[112123]: from='client.364548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:27 smithi138 ceph-mon[117003]: from='client.364548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:28 smithi161 ceph-mon[116604]: 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-07T12:13:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:28 smithi028 ceph-mon[112123]: 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-07T12:13:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:28 smithi138 ceph-mon[117003]: 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-07T12:13:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:30 smithi161 ceph-mon[116604]: 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-07T12:13:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:30 smithi028 ceph-mon[112123]: 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-07T12:13:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:30 smithi138 ceph-mon[117003]: 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-07T12:13:31.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:31.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:31.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:32.611 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:32.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:32.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:32.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:32.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:32 smithi161 ceph-mon[116604]: 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-07T12:13:32.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:32 smithi028 ceph-mon[112123]: 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-07T12:13:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:32 smithi138 ceph-mon[117003]: 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-07T12:13:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:33 smithi161 ceph-mon[116604]: from='client.364626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:33 smithi028 ceph-mon[112123]: from='client.364626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:33 smithi138 ceph-mon[117003]: from='client.364626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:34 smithi161 ceph-mon[116604]: 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-07T12:13:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:34 smithi028 ceph-mon[112123]: 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-07T12:13:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:34 smithi138 ceph-mon[117003]: 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-07T12:13:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:36 smithi161 ceph-mon[116604]: 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-07T12:13:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:36 smithi028 ceph-mon[112123]: 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-07T12:13:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:36 smithi138 ceph-mon[117003]: 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-07T12:13:37.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:37.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:37.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:38.382 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:38.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:38.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:38.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:38.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:38 smithi161 ceph-mon[116604]: 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-07T12:13:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:38 smithi028 ceph-mon[112123]: 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-07T12:13:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:38 smithi138 ceph-mon[117003]: 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-07T12:13:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:39 smithi161 ceph-mon[116604]: from='client.364701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:39 smithi028 ceph-mon[112123]: from='client.364701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:39 smithi138 ceph-mon[117003]: from='client.364701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:40.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:40 smithi161 ceph-mon[116604]: 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-07T12:13:40.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:40 smithi028 ceph-mon[112123]: 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-07T12:13:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:40 smithi138 ceph-mon[117003]: 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-07T12:13:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:42 smithi161 ceph-mon[116604]: 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-07T12:13:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:42 smithi028 ceph-mon[112123]: 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-07T12:13:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:42 smithi138 ceph-mon[117003]: 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-07T12:13:43.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:43.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:43.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:44.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:44.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:44.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:44.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:44.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:44 smithi161 ceph-mon[116604]: 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-07T12:13:44.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:44 smithi028 ceph-mon[112123]: 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-07T12:13:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:44 smithi138 ceph-mon[117003]: 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-07T12:13:45.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:45 smithi161 ceph-mon[116604]: from='client.364776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:45.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:45 smithi028 ceph-mon[112123]: from='client.364776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:45 smithi138 ceph-mon[117003]: from='client.364776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:46 smithi161 ceph-mon[116604]: 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-07T12:13:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:46 smithi028 ceph-mon[112123]: 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-07T12:13:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:46 smithi138 ceph-mon[117003]: 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-07T12:13:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:48 smithi161 ceph-mon[116604]: 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-07T12:13:48.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:48 smithi028 ceph-mon[112123]: 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-07T12:13:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:48 smithi138 ceph-mon[117003]: 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-07T12:13:49.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:49.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:49.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:49.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:49.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:49.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:49.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:49.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:50 smithi161 ceph-mon[116604]: 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-07T12:13:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:50 smithi161 ceph-mon[116604]: from='client.364854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:50.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:50 smithi028 ceph-mon[112123]: 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-07T12:13:50.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:50 smithi028 ceph-mon[112123]: from='client.364854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:50 smithi138 ceph-mon[117003]: 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-07T12:13:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:50 smithi138 ceph-mon[117003]: from='client.364854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:13:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:13:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:13:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:52 smithi028 ceph-mon[112123]: 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-07T12:13:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:13:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:13:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:13:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:52 smithi138 ceph-mon[117003]: 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-07T12:13:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:13:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:13:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:13:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:52 smithi161 ceph-mon[116604]: 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-07T12:13:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:13:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:13:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:13:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:13:53.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:53 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15750M 2023-12-07T12:13:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:53 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15750M 2023-12-07T12:13:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:53 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15750M 2023-12-07T12:13:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:54 smithi028 ceph-mon[112123]: 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-07T12:13:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:54 smithi138 ceph-mon[117003]: 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-07T12:13:54.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:13:54.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:13:54.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:13:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:54 smithi161 ceph-mon[116604]: 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-07T12:13:55.692 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:13:55.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:13:55.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:13:55.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:13:55.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:13:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:56 smithi028 ceph-mon[112123]: 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-07T12:13:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:56 smithi028 ceph-mon[112123]: from='client.364932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:56 smithi138 ceph-mon[117003]: 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-07T12:13:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:56 smithi138 ceph-mon[117003]: from='client.364932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:56.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:56 smithi161 ceph-mon[116604]: 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-07T12:13:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:56 smithi161 ceph-mon[116604]: from='client.364932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:13:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:13:58 smithi138 ceph-mon[117003]: 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-07T12:13:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:13:58 smithi161 ceph-mon[116604]: 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-07T12:13:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:13:58 smithi028 ceph-mon[112123]: 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-07T12:14:00.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:00.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:00.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:00 smithi138 ceph-mon[117003]: 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-07T12:14:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:00 smithi161 ceph-mon[116604]: 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-07T12:14:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:00 smithi028 ceph-mon[112123]: 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-07T12:14:01.460 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:01.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:01.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:01.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:01.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:02 smithi138 ceph-mon[117003]: 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-07T12:14:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:02 smithi138 ceph-mon[117003]: from='client.365010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:02 smithi161 ceph-mon[116604]: 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-07T12:14:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:02 smithi161 ceph-mon[116604]: from='client.365010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:02 smithi028 ceph-mon[112123]: 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-07T12:14:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:02 smithi028 ceph-mon[112123]: from='client.365010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:04 smithi138 ceph-mon[117003]: 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-07T12:14:04.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:04 smithi161 ceph-mon[116604]: 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-07T12:14:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:04 smithi028 ceph-mon[112123]: 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-07T12:14:06.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:06.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:06.463 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:06 smithi138 ceph-mon[117003]: 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-07T12:14:06.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:06 smithi161 ceph-mon[116604]: 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-07T12:14:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:06 smithi028 ceph-mon[112123]: 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-07T12:14:07.233 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:07.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:07.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:07.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:07.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:08 smithi138 ceph-mon[117003]: 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-07T12:14:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:08 smithi138 ceph-mon[117003]: from='client.365085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:08 smithi161 ceph-mon[116604]: 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-07T12:14:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:08 smithi161 ceph-mon[116604]: from='client.365085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:08 smithi028 ceph-mon[112123]: 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-07T12:14:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:08 smithi028 ceph-mon[112123]: from='client.365085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:10 smithi138 ceph-mon[117003]: 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-07T12:14:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:10 smithi161 ceph-mon[116604]: 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-07T12:14:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:10 smithi028 ceph-mon[112123]: 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-07T12:14:12.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:12.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:12.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:12 smithi138 ceph-mon[117003]: 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-07T12:14:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:12 smithi161 ceph-mon[116604]: 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-07T12:14:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:12 smithi028 ceph-mon[112123]: 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-07T12:14:13.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:13.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:13.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:13.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:13.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:14 smithi138 ceph-mon[117003]: from='client.365160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:14 smithi138 ceph-mon[117003]: 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-07T12:14:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:14 smithi161 ceph-mon[116604]: from='client.365160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:14 smithi161 ceph-mon[116604]: 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-07T12:14:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:14 smithi028 ceph-mon[112123]: from='client.365160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:14 smithi028 ceph-mon[112123]: 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-07T12:14:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:16 smithi138 ceph-mon[117003]: 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-07T12:14:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:16 smithi161 ceph-mon[116604]: 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-07T12:14:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:16 smithi028 ceph-mon[112123]: 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-07T12:14:18.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:18.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:18.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:18.790 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:18.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:18.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:18.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:18.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:18 smithi138 ceph-mon[117003]: 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-07T12:14:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:18 smithi161 ceph-mon[116604]: 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-07T12:14:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:18 smithi028 ceph-mon[112123]: 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-07T12:14:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:19 smithi138 ceph-mon[117003]: from='client.365235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:19 smithi161 ceph-mon[116604]: from='client.365235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:19 smithi028 ceph-mon[112123]: from='client.365235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:20 smithi138 ceph-mon[117003]: 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-07T12:14:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:20 smithi161 ceph-mon[116604]: 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-07T12:14:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:20 smithi028 ceph-mon[112123]: 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-07T12:14:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:22 smithi138 ceph-mon[117003]: 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-07T12:14:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:22 smithi161 ceph-mon[116604]: 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-07T12:14:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:22 smithi028 ceph-mon[112123]: 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-07T12:14:23.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:23.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:23.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:24.563 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:24.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:24.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:24.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:24.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:24 smithi138 ceph-mon[117003]: 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-07T12:14:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:24 smithi161 ceph-mon[116604]: 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-07T12:14:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:24 smithi028 ceph-mon[112123]: 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-07T12:14:25.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:25 smithi138 ceph-mon[117003]: from='client.365313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:25.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:25 smithi161 ceph-mon[116604]: from='client.365313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:25 smithi028 ceph-mon[112123]: from='client.365313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:26 smithi138 ceph-mon[117003]: pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:26 smithi161 ceph-mon[116604]: pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:26 smithi028 ceph-mon[112123]: pgmap v13431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:28 smithi138 ceph-mon[117003]: pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:28 smithi161 ceph-mon[116604]: pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:28 smithi028 ceph-mon[112123]: pgmap v13432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:29.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:29.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:29.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:30.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:30.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:30.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:30.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:30.340 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:30 smithi138 ceph-mon[117003]: pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:30 smithi161 ceph-mon[116604]: pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:30 smithi028 ceph-mon[112123]: pgmap v13433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:14:31.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:31 smithi138 ceph-mon[117003]: from='client.365391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:31.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:31 smithi161 ceph-mon[116604]: from='client.365391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:31 smithi028 ceph-mon[112123]: from='client.365391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:32 smithi138 ceph-mon[117003]: 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-07T12:14:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:32 smithi161 ceph-mon[116604]: 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-07T12:14:32.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:32 smithi028 ceph-mon[112123]: 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-07T12:14:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:34 smithi138 ceph-mon[117003]: 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-07T12:14:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:34 smithi161 ceph-mon[116604]: 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-07T12:14:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:34 smithi028 ceph-mon[112123]: 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-07T12:14:35.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:35.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:35.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:36.117 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:36.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:36.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:36.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:36.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:36 smithi138 ceph-mon[117003]: 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-07T12:14:36.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:36 smithi161 ceph-mon[116604]: 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-07T12:14:36.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:36 smithi028 ceph-mon[112123]: 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-07T12:14:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:37 smithi138 ceph-mon[117003]: from='client.365466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:37.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:37 smithi161 ceph-mon[116604]: from='client.365466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:37 smithi028 ceph-mon[112123]: from='client.365466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:38 smithi138 ceph-mon[117003]: pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:38 smithi161 ceph-mon[116604]: pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:38 smithi028 ceph-mon[112123]: pgmap v13437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:40 smithi138 ceph-mon[117003]: pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:40.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:40 smithi161 ceph-mon[116604]: pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:40 smithi028 ceph-mon[112123]: pgmap v13438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:14:41.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:41.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:41.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:41.890 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:41.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:41.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:41.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:41.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:42 smithi161 ceph-mon[116604]: pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:14:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:42 smithi161 ceph-mon[116604]: from='client.365538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:42.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:42 smithi028 ceph-mon[112123]: pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:14:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:42 smithi028 ceph-mon[112123]: from='client.365538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:42 smithi138 ceph-mon[117003]: pgmap v13439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:14:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:42 smithi138 ceph-mon[117003]: from='client.365538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:44 smithi161 ceph-mon[116604]: 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-07T12:14:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:44 smithi028 ceph-mon[112123]: 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-07T12:14:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:44 smithi138 ceph-mon[117003]: 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-07T12:14:46.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:46.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:46.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:46.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:46 smithi161 ceph-mon[116604]: 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-07T12:14:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:46 smithi028 ceph-mon[112123]: 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-07T12:14:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:46 smithi138 ceph-mon[117003]: 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-07T12:14:47.663 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:47.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:47.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:47.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:47.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:48 smithi161 ceph-mon[116604]: 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-07T12:14:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:48 smithi161 ceph-mon[116604]: from='client.365616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:48 smithi028 ceph-mon[112123]: 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-07T12:14:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:48 smithi028 ceph-mon[112123]: from='client.365616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:48 smithi138 ceph-mon[117003]: 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-07T12:14:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:48 smithi138 ceph-mon[117003]: from='client.365616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:50.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:50 smithi161 ceph-mon[116604]: 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-07T12:14:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:50 smithi028 ceph-mon[112123]: 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-07T12:14:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:50 smithi138 ceph-mon[117003]: 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-07T12:14:52.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:52.665 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:52.665 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:52 smithi161 ceph-mon[116604]: 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-07T12:14:52.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:14:52.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:52 smithi028 ceph-mon[112123]: 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-07T12:14:52.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:14:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:52 smithi138 ceph-mon[117003]: 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-07T12:14:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:14:53.437 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:53.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:53.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:53.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:53.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:14:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:14:53.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:14:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:14:53.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:14:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:14:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:14:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:14:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:14:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:14:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:54 smithi161 ceph-mon[116604]: 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-07T12:14:54.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:54 smithi161 ceph-mon[116604]: from='client.365694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:54 smithi028 ceph-mon[112123]: 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-07T12:14:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:54 smithi028 ceph-mon[112123]: from='client.365694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:54 smithi138 ceph-mon[117003]: 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-07T12:14:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:54 smithi138 ceph-mon[117003]: from='client.365694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:14:56.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:56 smithi161 ceph-mon[116604]: 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-07T12:14:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:56 smithi028 ceph-mon[112123]: 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-07T12:14:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:56 smithi138 ceph-mon[117003]: 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-07T12:14:58.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:14:58.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:14:58.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:14:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:14:58 smithi161 ceph-mon[116604]: 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-07T12:14:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:14:58 smithi028 ceph-mon[112123]: 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-07T12:14:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:14:58 smithi138 ceph-mon[117003]: 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-07T12:14:59.223 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:14:59.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:14:59.223 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:14:59.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:14:59.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:00 smithi161 ceph-mon[116604]: 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-07T12:15:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:00 smithi161 ceph-mon[116604]: from='client.365763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:00 smithi028 ceph-mon[112123]: 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-07T12:15:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:00 smithi028 ceph-mon[112123]: from='client.365763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:00 smithi138 ceph-mon[117003]: 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-07T12:15:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:00 smithi138 ceph-mon[117003]: from='client.365763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:02.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:02 smithi161 ceph-mon[116604]: pgmap v13449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:15:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:02 smithi028 ceph-mon[112123]: pgmap v13449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:15:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:02 smithi138 ceph-mon[117003]: pgmap v13449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:15:04.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:04.225 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:04.225 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:04.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:04 smithi161 ceph-mon[116604]: pgmap v13450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:15:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:04 smithi028 ceph-mon[112123]: pgmap v13450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:15:05.009 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:05.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:05.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:05.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:05.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:04 smithi138 ceph-mon[117003]: pgmap v13450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:15:05.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:05 smithi161 ceph-mon[116604]: from='client.365841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:05 smithi028 ceph-mon[112123]: from='client.365841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:05 smithi138 ceph-mon[117003]: from='client.365841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:06.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:06 smithi161 ceph-mon[116604]: pgmap v13451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:06 smithi028 ceph-mon[112123]: pgmap v13451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:06 smithi138 ceph-mon[117003]: pgmap v13451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:08 smithi161 ceph-mon[116604]: pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:08 smithi028 ceph-mon[112123]: pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:08 smithi138 ceph-mon[117003]: pgmap v13452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:10.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:10.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:10.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:10.781 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:10.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:10.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:10.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:10.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:10 smithi161 ceph-mon[116604]: pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:10 smithi028 ceph-mon[112123]: pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:10 smithi138 ceph-mon[117003]: pgmap v13453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:11.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:11 smithi161 ceph-mon[116604]: from='client.365916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:11 smithi028 ceph-mon[112123]: from='client.365916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:11 smithi138 ceph-mon[117003]: from='client.365916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:12.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:12 smithi161 ceph-mon[116604]: 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-07T12:15:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:12 smithi028 ceph-mon[112123]: 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-07T12:15:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:12 smithi138 ceph-mon[117003]: 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-07T12:15:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:14 smithi161 ceph-mon[116604]: pgmap v13455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:15:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:14 smithi028 ceph-mon[112123]: pgmap v13455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:15:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:14 smithi138 ceph-mon[117003]: pgmap v13455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:15:15.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:15.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:15.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:16.552 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:16.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:16.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:16 smithi161 ceph-mon[116604]: pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:15:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:16 smithi028 ceph-mon[112123]: pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:15:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:16 smithi138 ceph-mon[117003]: pgmap v13456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:15:17.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:17 smithi161 ceph-mon[116604]: from='client.365994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:17.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:17 smithi028 ceph-mon[112123]: from='client.365994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:18.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:17 smithi138 ceph-mon[117003]: from='client.365994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:18 smithi161 ceph-mon[116604]: pgmap v13457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:18 smithi028 ceph-mon[112123]: pgmap v13457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:18 smithi138 ceph-mon[117003]: pgmap v13457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:20 smithi161 ceph-mon[116604]: pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:20 smithi028 ceph-mon[112123]: pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:20 smithi138 ceph-mon[117003]: pgmap v13458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:21.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:21.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:21.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:22.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:22.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:22.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:22.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:22.321 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:22.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:22 smithi161 ceph-mon[116604]: pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:15:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:22 smithi028 ceph-mon[112123]: pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:15:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:22 smithi138 ceph-mon[117003]: pgmap v13459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:15:23.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:23 smithi161 ceph-mon[116604]: from='client.366063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:23.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:23 smithi028 ceph-mon[112123]: from='client.366063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:23 smithi138 ceph-mon[117003]: from='client.366063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:24.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:24 smithi161 ceph-mon[116604]: 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-07T12:15:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:24 smithi028 ceph-mon[112123]: 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-07T12:15:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:24 smithi138 ceph-mon[117003]: 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-07T12:15:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:26 smithi161 ceph-mon[116604]: 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-07T12:15:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:26 smithi028 ceph-mon[112123]: 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-07T12:15:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:26 smithi138 ceph-mon[117003]: 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-07T12:15:27.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:27.322 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:27.322 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:28.081 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:28.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:28.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:28.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:28.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:28 smithi161 ceph-mon[116604]: 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-07T12:15:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:28 smithi028 ceph-mon[112123]: 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-07T12:15:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:28 smithi138 ceph-mon[117003]: 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-07T12:15:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:29 smithi161 ceph-mon[116604]: from='client.366138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:29 smithi028 ceph-mon[112123]: from='client.366138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:29 smithi138 ceph-mon[117003]: from='client.366138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:30 smithi161 ceph-mon[116604]: 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-07T12:15:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:30 smithi028 ceph-mon[112123]: 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-07T12:15:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:30 smithi138 ceph-mon[117003]: 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-07T12:15:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:31 smithi161 ceph-mon[116604]: 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-07T12:15:31.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:31 smithi028 ceph-mon[112123]: 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-07T12:15:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:31 smithi138 ceph-mon[117003]: 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-07T12:15:33.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:33.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:33.083 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:33.853 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:33.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:33.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:33.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:33.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:33 smithi161 ceph-mon[116604]: 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-07T12:15:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:33 smithi161 ceph-mon[116604]: from='client.366216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:33 smithi028 ceph-mon[112123]: 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-07T12:15:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:33 smithi028 ceph-mon[112123]: from='client.366216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:33 smithi138 ceph-mon[117003]: 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-07T12:15:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:33 smithi138 ceph-mon[117003]: from='client.366216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:35 smithi161 ceph-mon[116604]: 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-07T12:15:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:35 smithi028 ceph-mon[112123]: 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-07T12:15:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:35 smithi138 ceph-mon[117003]: 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-07T12:15:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:37 smithi161 ceph-mon[116604]: 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-07T12:15:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:37 smithi028 ceph-mon[112123]: 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-07T12:15:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:37 smithi138 ceph-mon[117003]: 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-07T12:15:38.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:38.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:38.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:39.639 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:39.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:39.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:39.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:39.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:39 smithi161 ceph-mon[116604]: 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-07T12:15:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:39 smithi161 ceph-mon[116604]: from='client.366294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:39 smithi028 ceph-mon[112123]: 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-07T12:15:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:39 smithi028 ceph-mon[112123]: from='client.366294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:39 smithi138 ceph-mon[117003]: 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-07T12:15:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:39 smithi138 ceph-mon[117003]: from='client.366294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:41 smithi028 ceph-mon[112123]: pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:41 smithi138 ceph-mon[117003]: pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:41 smithi161 ceph-mon[116604]: pgmap v13469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:43 smithi028 ceph-mon[112123]: pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:43 smithi138 ceph-mon[117003]: pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:44.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:43 smithi161 ceph-mon[116604]: pgmap v13470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:44.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:44.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:44.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:45.411 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:45.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:45.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:45.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:45.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:45 smithi028 ceph-mon[112123]: pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:45 smithi028 ceph-mon[112123]: from='client.366372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:45 smithi138 ceph-mon[117003]: pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:45 smithi138 ceph-mon[117003]: from='client.366372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:45 smithi161 ceph-mon[116604]: pgmap v13471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:45 smithi161 ceph-mon[116604]: from='client.366372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:47 smithi028 ceph-mon[112123]: pgmap v13472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:47 smithi138 ceph-mon[117003]: pgmap v13472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:47 smithi161 ceph-mon[116604]: pgmap v13472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:50.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:49 smithi028 ceph-mon[112123]: pgmap v13473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:49 smithi138 ceph-mon[117003]: pgmap v13473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:50.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:50.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:50.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:49 smithi161 ceph-mon[116604]: pgmap v13473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:15:51.180 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:51.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:51.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:51.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:51.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:51 smithi028 ceph-mon[112123]: from='client.366447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:51 smithi028 ceph-mon[112123]: 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-07T12:15:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:51 smithi138 ceph-mon[117003]: from='client.366447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:51 smithi138 ceph-mon[117003]: 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-07T12:15:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:51 smithi161 ceph-mon[116604]: from='client.366447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:51 smithi161 ceph-mon[116604]: 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-07T12:15:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:15:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:15:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:15:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:53 smithi028 ceph-mon[112123]: pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:15:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:15:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:15:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:53 smithi138 ceph-mon[117003]: pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:15:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:15:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:15:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:53 smithi161 ceph-mon[116604]: pgmap v13475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:15:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:15:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:15:56.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:15:56.183 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:15:56.183 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:15:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:55 smithi028 ceph-mon[112123]: pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:15:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:55 smithi138 ceph-mon[117003]: pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:15:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:55 smithi161 ceph-mon[116604]: pgmap v13476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:15:56.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:15:56.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:15:56.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:15:56.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:15:56.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:15:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:56 smithi138 ceph-mon[117003]: from='client.366522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:57.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:56 smithi161 ceph-mon[116604]: from='client.366522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:57.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:56 smithi028 ceph-mon[112123]: from='client.366522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:15:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:57 smithi138 ceph-mon[117003]: pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:57 smithi161 ceph-mon[116604]: pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:15:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:57 smithi028 ceph-mon[112123]: pgmap v13477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:15:59 smithi138 ceph-mon[117003]: pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:15:59 smithi161 ceph-mon[116604]: pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:15:59 smithi028 ceph-mon[112123]: pgmap v13478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:01.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:01.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:01.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:01 smithi138 ceph-mon[117003]: pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:16:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:01 smithi161 ceph-mon[116604]: pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:16:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:01 smithi028 ceph-mon[112123]: pgmap v13479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:16:02.716 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:02.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:02.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:02.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:02.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:02 smithi138 ceph-mon[117003]: from='client.366600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:03.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:02 smithi161 ceph-mon[116604]: from='client.366600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:03.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:02 smithi028 ceph-mon[112123]: from='client.366600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:03 smithi138 ceph-mon[117003]: 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-07T12:16:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:03 smithi161 ceph-mon[116604]: 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-07T12:16:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:03 smithi028 ceph-mon[112123]: 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-07T12:16:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:05 smithi138 ceph-mon[117003]: 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-07T12:16:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:05 smithi161 ceph-mon[116604]: 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-07T12:16:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:05 smithi028 ceph-mon[112123]: 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-07T12:16:07.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:07.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:07.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:07 smithi138 ceph-mon[117003]: 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-07T12:16:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:07 smithi161 ceph-mon[116604]: 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-07T12:16:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:07 smithi028 ceph-mon[112123]: 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-07T12:16:08.485 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:08.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:08.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:08.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:08.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:08 smithi138 ceph-mon[117003]: from='client.366678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:08 smithi161 ceph-mon[116604]: from='client.366678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:08 smithi028 ceph-mon[112123]: from='client.366678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:09 smithi138 ceph-mon[117003]: 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-07T12:16:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:09 smithi161 ceph-mon[116604]: 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-07T12:16:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:09 smithi028 ceph-mon[112123]: 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-07T12:16:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:11 smithi138 ceph-mon[117003]: 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-07T12:16:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:11 smithi161 ceph-mon[116604]: 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-07T12:16:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:11 smithi028 ceph-mon[112123]: 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-07T12:16:13.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:13.488 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:13.488 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:14.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:14.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:14.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:14.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:14.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:13 smithi138 ceph-mon[117003]: 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-07T12:16:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:13 smithi161 ceph-mon[116604]: 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-07T12:16:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:13 smithi028 ceph-mon[112123]: 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-07T12:16:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:15 smithi138 ceph-mon[117003]: from='client.366756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:15 smithi161 ceph-mon[116604]: from='client.366756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:15 smithi028 ceph-mon[112123]: from='client.366756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:16 smithi138 ceph-mon[117003]: pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:16:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:16 smithi161 ceph-mon[116604]: pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:16:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:16 smithi028 ceph-mon[112123]: pgmap v13486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:16:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:18 smithi138 ceph-mon[117003]: pgmap v13487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:16:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:18 smithi161 ceph-mon[116604]: pgmap v13487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:16:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:18 smithi028 ceph-mon[112123]: pgmap v13487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:16:19.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:19.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:19.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:20.048 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:20.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:20.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:20.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:20.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:20 smithi138 ceph-mon[117003]: pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:16:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:20 smithi161 ceph-mon[116604]: pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:16:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:20 smithi028 ceph-mon[112123]: pgmap v13488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:16:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:21 smithi138 ceph-mon[117003]: from='client.366828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:21.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:21 smithi161 ceph-mon[116604]: from='client.366828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:21.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:21 smithi028 ceph-mon[112123]: from='client.366828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:22 smithi138 ceph-mon[117003]: pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:22 smithi161 ceph-mon[116604]: pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:22 smithi028 ceph-mon[112123]: pgmap v13489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:24 smithi138 ceph-mon[117003]: pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:16:24.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:24 smithi161 ceph-mon[116604]: pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:16:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:24 smithi028 ceph-mon[112123]: pgmap v13490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:16:25.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:25.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:25.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:25.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:25.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:25.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:25.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:25.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:26 smithi138 ceph-mon[117003]: pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:26 smithi138 ceph-mon[117003]: from='client.366906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:26 smithi161 ceph-mon[116604]: pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:26 smithi161 ceph-mon[116604]: from='client.366906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:26 smithi028 ceph-mon[112123]: pgmap v13491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:26 smithi028 ceph-mon[112123]: from='client.366906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:28 smithi138 ceph-mon[117003]: pgmap v13492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:16:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:28 smithi161 ceph-mon[116604]: pgmap v13492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:16:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:28 smithi028 ceph-mon[112123]: pgmap v13492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:16:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:30 smithi138 ceph-mon[117003]: pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:16:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:30 smithi161 ceph-mon[116604]: pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:16:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:30 smithi028 ceph-mon[112123]: pgmap v13493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:16:30.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:30.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:30.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:31.613 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:31.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:31.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:31.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:31.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:32 smithi138 ceph-mon[117003]: pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:16:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:32 smithi138 ceph-mon[117003]: from='client.366984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:32 smithi161 ceph-mon[116604]: pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:16:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:32 smithi161 ceph-mon[116604]: from='client.366984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:32 smithi028 ceph-mon[112123]: pgmap v13494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:16:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:32 smithi028 ceph-mon[112123]: from='client.366984 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:34 smithi138 ceph-mon[117003]: pgmap v13495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:34.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:34 smithi161 ceph-mon[116604]: pgmap v13495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:34 smithi028 ceph-mon[112123]: pgmap v13495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:36 smithi138 ceph-mon[117003]: pgmap v13496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:16:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:36 smithi161 ceph-mon[116604]: pgmap v13496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:16:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:36 smithi028 ceph-mon[112123]: pgmap v13496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:16:36.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:36.615 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:36.615 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:37.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:37.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:37.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:37.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:37.401 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:38 smithi138 ceph-mon[117003]: pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:38 smithi138 ceph-mon[117003]: from='client.367059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:38 smithi161 ceph-mon[116604]: pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:38 smithi161 ceph-mon[116604]: from='client.367059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:38 smithi028 ceph-mon[112123]: pgmap v13497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:38 smithi028 ceph-mon[112123]: from='client.367059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:40 smithi161 ceph-mon[116604]: pgmap v13498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:40 smithi028 ceph-mon[112123]: pgmap v13498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:40 smithi138 ceph-mon[117003]: pgmap v13498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:42.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:42.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:42.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:42 smithi161 ceph-mon[116604]: pgmap v13499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:16:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:42 smithi028 ceph-mon[112123]: pgmap v13499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:16:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:42 smithi138 ceph-mon[117003]: pgmap v13499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:16:43.179 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:43.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:43.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:43.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:43.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:44.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:44 smithi161 ceph-mon[116604]: from='client.367131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:44 smithi161 ceph-mon[116604]: 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-07T12:16:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:44 smithi028 ceph-mon[112123]: from='client.367131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:44 smithi028 ceph-mon[112123]: 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-07T12:16:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:44 smithi138 ceph-mon[117003]: from='client.367131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:44 smithi138 ceph-mon[117003]: 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-07T12:16:46.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:46 smithi161 ceph-mon[116604]: 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-07T12:16:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:46 smithi028 ceph-mon[112123]: 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-07T12:16:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:46 smithi138 ceph-mon[117003]: 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-07T12:16:48.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:48.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:48.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:48 smithi161 ceph-mon[116604]: 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-07T12:16:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:48 smithi028 ceph-mon[112123]: 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-07T12:16:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:48 smithi138 ceph-mon[117003]: 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-07T12:16:48.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:48.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:48.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:48.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:48.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:49 smithi161 ceph-mon[116604]: from='client.367206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:49.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:49 smithi028 ceph-mon[112123]: from='client.367206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:49 smithi138 ceph-mon[117003]: from='client.367206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:50 smithi161 ceph-mon[116604]: 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-07T12:16:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:50 smithi028 ceph-mon[112123]: 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-07T12:16:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:50 smithi138 ceph-mon[117003]: 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-07T12:16:52.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:52 smithi161 ceph-mon[116604]: 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-07T12:16:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:52 smithi028 ceph-mon[112123]: 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-07T12:16:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:52 smithi138 ceph-mon[117003]: 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-07T12:16:53.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:53.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:53.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:16:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:54 smithi161 ceph-mon[116604]: 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-07T12:16:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:16:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:54 smithi028 ceph-mon[112123]: 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-07T12:16:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:16:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:54 smithi138 ceph-mon[117003]: 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-07T12:16:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:16:54.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:16:54.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:16:54.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:16:54.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:16:54.767 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:16:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:16:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:16:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:16:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:55 smithi161 ceph-mon[116604]: from='client.367284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:16:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:16:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:16:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:55 smithi028 ceph-mon[112123]: from='client.367284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:16:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:16:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:16:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:55 smithi138 ceph-mon[117003]: from='client.367284 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:16:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:56 smithi161 ceph-mon[116604]: pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:56 smithi028 ceph-mon[112123]: pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:56 smithi138 ceph-mon[117003]: pgmap v13506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:16:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:16:58 smithi161 ceph-mon[116604]: pgmap v13507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:16:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:16:58 smithi028 ceph-mon[112123]: pgmap v13507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:16:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:16:58 smithi138 ceph-mon[117003]: pgmap v13507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:16:59.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:16:59.769 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:16:59.769 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:00 smithi161 ceph-mon[116604]: pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:00 smithi028 ceph-mon[112123]: pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:00.538 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:00.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:00.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:00.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:00.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:00 smithi138 ceph-mon[117003]: pgmap v13508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:01 smithi161 ceph-mon[116604]: from='client.367356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:01 smithi028 ceph-mon[112123]: from='client.367356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:01 smithi138 ceph-mon[117003]: from='client.367356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:02 smithi161 ceph-mon[116604]: pgmap v13509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:02.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:02 smithi028 ceph-mon[112123]: pgmap v13509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:02 smithi138 ceph-mon[117003]: pgmap v13509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:04 smithi161 ceph-mon[116604]: pgmap v13510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:04 smithi028 ceph-mon[112123]: pgmap v13510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:04 smithi138 ceph-mon[117003]: pgmap v13510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:05.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:05.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:05.541 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:06.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:06.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:06.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:06.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:06.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:06 smithi161 ceph-mon[116604]: 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-07T12:17:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:06 smithi028 ceph-mon[112123]: 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-07T12:17:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:06 smithi138 ceph-mon[117003]: 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-07T12:17:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:07 smithi161 ceph-mon[116604]: from='client.367431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:07 smithi028 ceph-mon[112123]: from='client.367431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:07 smithi138 ceph-mon[117003]: from='client.367431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:08 smithi161 ceph-mon[116604]: pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:08 smithi028 ceph-mon[112123]: pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:08 smithi138 ceph-mon[117003]: pgmap v13512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:10 smithi161 ceph-mon[116604]: pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:10 smithi028 ceph-mon[112123]: pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:10 smithi138 ceph-mon[117003]: pgmap v13513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:11.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:11.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:11.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:12.083 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:12.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:12.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:12.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:12.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:12 smithi161 ceph-mon[116604]: pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:12 smithi028 ceph-mon[112123]: pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:12 smithi138 ceph-mon[117003]: pgmap v13514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:13.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:13 smithi161 ceph-mon[116604]: from='client.367503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:13 smithi028 ceph-mon[112123]: from='client.367503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:13 smithi138 ceph-mon[117003]: from='client.367503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:14 smithi161 ceph-mon[116604]: pgmap v13515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:14 smithi028 ceph-mon[112123]: pgmap v13515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:14 smithi138 ceph-mon[117003]: pgmap v13515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:16 smithi161 ceph-mon[116604]: pgmap v13516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:16 smithi028 ceph-mon[112123]: pgmap v13516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:16 smithi138 ceph-mon[117003]: pgmap v13516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:17.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:17.085 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:17.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:17.875 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:17.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:17.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:17.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:17.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:18 smithi161 ceph-mon[116604]: 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-07T12:17:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:18 smithi161 ceph-mon[116604]: from='client.367581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:18 smithi028 ceph-mon[112123]: 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-07T12:17:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:18 smithi028 ceph-mon[112123]: from='client.367581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:18 smithi138 ceph-mon[117003]: 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-07T12:17:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:18 smithi138 ceph-mon[117003]: from='client.367581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:20 smithi161 ceph-mon[116604]: 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-07T12:17:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:20 smithi028 ceph-mon[112123]: 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-07T12:17:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:20 smithi138 ceph-mon[117003]: 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-07T12:17:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:22 smithi161 ceph-mon[116604]: 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-07T12:17:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:22 smithi028 ceph-mon[112123]: 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-07T12:17:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:22 smithi138 ceph-mon[117003]: 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-07T12:17:22.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:22.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:22.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:23.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:23.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:23.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:23.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:23.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:24.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:24 smithi161 ceph-mon[116604]: 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-07T12:17:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:24 smithi161 ceph-mon[116604]: from='client.367659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:24 smithi028 ceph-mon[112123]: 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-07T12:17:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:24 smithi028 ceph-mon[112123]: from='client.367659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:24 smithi138 ceph-mon[117003]: 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-07T12:17:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:24 smithi138 ceph-mon[117003]: from='client.367659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:26 smithi161 ceph-mon[116604]: 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-07T12:17:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:26 smithi028 ceph-mon[112123]: 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-07T12:17:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:26 smithi138 ceph-mon[117003]: 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-07T12:17:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:28 smithi161 ceph-mon[116604]: 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-07T12:17:28.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:28 smithi028 ceph-mon[112123]: 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-07T12:17:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:28 smithi138 ceph-mon[117003]: 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-07T12:17:28.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:28.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:28.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:29.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:29.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:29.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:29.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:29.438 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:30 smithi161 ceph-mon[116604]: 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-07T12:17:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:30 smithi161 ceph-mon[116604]: from='client.367737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:30 smithi028 ceph-mon[112123]: 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-07T12:17:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:30 smithi028 ceph-mon[112123]: from='client.367737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:30 smithi138 ceph-mon[117003]: 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-07T12:17:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:30 smithi138 ceph-mon[117003]: from='client.367737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:32 smithi161 ceph-mon[116604]: pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:32 smithi028 ceph-mon[112123]: pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:32 smithi138 ceph-mon[117003]: pgmap v13524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:34.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:34 smithi161 ceph-mon[116604]: pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:34.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:34.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:34 smithi028 ceph-mon[112123]: pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:34 smithi138 ceph-mon[117003]: pgmap v13525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:35.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:35.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:36 smithi161 ceph-mon[116604]: from='client.367812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:36 smithi161 ceph-mon[116604]: pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:36 smithi028 ceph-mon[112123]: from='client.367812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:36 smithi028 ceph-mon[112123]: pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:36 smithi138 ceph-mon[117003]: from='client.367812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:36 smithi138 ceph-mon[117003]: pgmap v13526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:38 smithi161 ceph-mon[116604]: pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:38 smithi028 ceph-mon[112123]: pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:38 smithi138 ceph-mon[117003]: pgmap v13527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:40.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:40.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:40.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:40.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:40 smithi161 ceph-mon[116604]: pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:40 smithi028 ceph-mon[112123]: pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:40 smithi138 ceph-mon[117003]: pgmap v13528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:17:40.977 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:40.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:40.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:40.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:40.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:41 smithi028 ceph-mon[112123]: from='client.367884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:41 smithi138 ceph-mon[117003]: from='client.367884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:41 smithi161 ceph-mon[116604]: from='client.367884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:42 smithi028 ceph-mon[112123]: pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:42 smithi138 ceph-mon[117003]: pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:42 smithi161 ceph-mon[116604]: pgmap v13529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:44 smithi028 ceph-mon[112123]: 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-07T12:17:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:44 smithi138 ceph-mon[117003]: 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-07T12:17:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:44 smithi161 ceph-mon[116604]: 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-07T12:17:45.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:45.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:45.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:46 smithi028 ceph-mon[112123]: pgmap v13531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:46 smithi138 ceph-mon[117003]: pgmap v13531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:46 smithi161 ceph-mon[116604]: pgmap v13531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:46.748 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:47 smithi028 ceph-mon[112123]: from='client.367959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:47 smithi138 ceph-mon[117003]: from='client.367959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:47.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:47 smithi161 ceph-mon[116604]: from='client.367959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:48 smithi028 ceph-mon[112123]: pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:48.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:48 smithi138 ceph-mon[117003]: pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:48 smithi161 ceph-mon[116604]: pgmap v13532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:50 smithi028 ceph-mon[112123]: pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:50 smithi138 ceph-mon[117003]: pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:50 smithi161 ceph-mon[116604]: pgmap v13533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:51.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:51.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:51.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:52 smithi028 ceph-mon[112123]: pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:52.514 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:52.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:52.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:52.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:52.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:52 smithi138 ceph-mon[117003]: pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:52 smithi161 ceph-mon[116604]: pgmap v13534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:53 smithi028 ceph-mon[112123]: from='client.368034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:53 smithi138 ceph-mon[117003]: from='client.368034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:53.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:53 smithi161 ceph-mon[116604]: from='client.368034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:54 smithi138 ceph-mon[117003]: pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:54 smithi161 ceph-mon[116604]: pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:54 smithi028 ceph-mon[112123]: pgmap v13535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:17:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:17:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:17:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:17:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:17:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:17:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:17:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:17:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:17:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:17:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:17:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:17:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:17:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:56 smithi138 ceph-mon[117003]: pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:56 smithi161 ceph-mon[116604]: pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:56 smithi028 ceph-mon[112123]: pgmap v13536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:17:57.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:17:57.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:17:57.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:17:58.301 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:17:58.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:17:58.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:17:58.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:17:58.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:17:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:58 smithi138 ceph-mon[117003]: 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-07T12:17:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:58 smithi161 ceph-mon[116604]: 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-07T12:17:58.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:58 smithi028 ceph-mon[112123]: 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-07T12:17:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:17:59 smithi138 ceph-mon[117003]: from='client.368106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:59.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:17:59 smithi161 ceph-mon[116604]: from='client.368106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:17:59.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:17:59 smithi028 ceph-mon[112123]: from='client.368106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:00 smithi138 ceph-mon[117003]: 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-07T12:18:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:00 smithi161 ceph-mon[116604]: 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-07T12:18:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:00 smithi028 ceph-mon[112123]: 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-07T12:18:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:02 smithi138 ceph-mon[117003]: 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-07T12:18:02.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:02 smithi161 ceph-mon[116604]: 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-07T12:18:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:02 smithi028 ceph-mon[112123]: 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-07T12:18:03.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:03.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:03.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:04.072 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:04.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:04.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:04.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:04.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:04 smithi138 ceph-mon[117003]: 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-07T12:18:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:04 smithi161 ceph-mon[116604]: 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-07T12:18:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:04 smithi028 ceph-mon[112123]: 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-07T12:18:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:05 smithi138 ceph-mon[117003]: from='client.368184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:05.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:05 smithi161 ceph-mon[116604]: from='client.368184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:05.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:05 smithi028 ceph-mon[112123]: from='client.368184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:06 smithi138 ceph-mon[117003]: 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-07T12:18:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:06 smithi161 ceph-mon[116604]: 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-07T12:18:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:06 smithi028 ceph-mon[112123]: 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-07T12:18:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:08 smithi138 ceph-mon[117003]: 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-07T12:18:08.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:08 smithi161 ceph-mon[116604]: 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-07T12:18:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:08 smithi028 ceph-mon[112123]: 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-07T12:18:09.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:09.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:09.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:09.846 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:09.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:09.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:09.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:09.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:10 smithi138 ceph-mon[117003]: 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-07T12:18:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:10 smithi138 ceph-mon[117003]: from='client.368259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:10 smithi161 ceph-mon[116604]: 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-07T12:18:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:10 smithi161 ceph-mon[116604]: from='client.368259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:10 smithi028 ceph-mon[112123]: 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-07T12:18:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:10 smithi028 ceph-mon[112123]: from='client.368259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:12 smithi138 ceph-mon[117003]: pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:12 smithi161 ceph-mon[116604]: pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:12 smithi028 ceph-mon[112123]: pgmap v13544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:14 smithi138 ceph-mon[117003]: pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:14 smithi161 ceph-mon[116604]: pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:14 smithi028 ceph-mon[112123]: pgmap v13545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:14.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:14.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:14.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:15.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:15.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:15.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:15.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:15.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:16 smithi138 ceph-mon[117003]: pgmap v13546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:16 smithi138 ceph-mon[117003]: from='client.368331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:16 smithi161 ceph-mon[116604]: pgmap v13546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:16 smithi161 ceph-mon[116604]: from='client.368331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:16 smithi028 ceph-mon[112123]: pgmap v13546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:16 smithi028 ceph-mon[112123]: from='client.368331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:18 smithi138 ceph-mon[117003]: pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:18 smithi161 ceph-mon[116604]: pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:18 smithi028 ceph-mon[112123]: pgmap v13547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:20 smithi138 ceph-mon[117003]: pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:20.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:20.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:20.613 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:20.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:20 smithi161 ceph-mon[116604]: pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:20 smithi028 ceph-mon[112123]: pgmap v13548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:21.380 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:21.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:21.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:21.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:21.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:22 smithi138 ceph-mon[117003]: pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:22 smithi138 ceph-mon[117003]: from='client.368409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:22 smithi161 ceph-mon[116604]: pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:22 smithi161 ceph-mon[116604]: from='client.368409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:22 smithi028 ceph-mon[112123]: pgmap v13549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:22 smithi028 ceph-mon[112123]: from='client.368409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:24 smithi138 ceph-mon[117003]: 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-07T12:18:24.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:24 smithi161 ceph-mon[116604]: 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-07T12:18:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:24 smithi028 ceph-mon[112123]: 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-07T12:18:26.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:26.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:26.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:26 smithi138 ceph-mon[117003]: pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:26 smithi161 ceph-mon[116604]: pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:26 smithi028 ceph-mon[112123]: pgmap v13551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:27.167 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:27.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:27.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:27.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:27.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:28 smithi138 ceph-mon[117003]: from='client.368487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:28 smithi138 ceph-mon[117003]: pgmap v13552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:28.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:28 smithi161 ceph-mon[116604]: from='client.368487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:28 smithi161 ceph-mon[116604]: pgmap v13552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:28 smithi028 ceph-mon[112123]: from='client.368487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:28 smithi028 ceph-mon[112123]: pgmap v13552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:30 smithi138 ceph-mon[117003]: pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:30.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:30 smithi161 ceph-mon[116604]: pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:30 smithi028 ceph-mon[112123]: pgmap v13553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:32.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:32.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:32.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:32 smithi138 ceph-mon[117003]: pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:32.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:32 smithi161 ceph-mon[116604]: pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:32.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:32 smithi028 ceph-mon[112123]: pgmap v13554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:32.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:32.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:32.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:32.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:32.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:33 smithi138 ceph-mon[117003]: from='client.368562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:33.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:33 smithi161 ceph-mon[116604]: from='client.368562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:33 smithi028 ceph-mon[112123]: from='client.368562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:34 smithi138 ceph-mon[117003]: pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:34 smithi161 ceph-mon[116604]: pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:34 smithi028 ceph-mon[112123]: pgmap v13555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:36.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:36 smithi161 ceph-mon[116604]: pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:36 smithi028 ceph-mon[112123]: pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:36 smithi138 ceph-mon[117003]: pgmap v13556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:18:37.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:37.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:37.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:38.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:38 smithi161 ceph-mon[116604]: 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-07T12:18:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:38 smithi028 ceph-mon[112123]: 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-07T12:18:38.721 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:38.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:38.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:38.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:38.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:38 smithi138 ceph-mon[117003]: 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-07T12:18:39.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:39 smithi161 ceph-mon[116604]: from='client.368637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:39.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:39 smithi028 ceph-mon[112123]: from='client.368637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:39 smithi138 ceph-mon[117003]: from='client.368637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:40.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:40 smithi161 ceph-mon[116604]: 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-07T12:18:40.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:40 smithi028 ceph-mon[112123]: 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-07T12:18:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:40 smithi138 ceph-mon[117003]: 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-07T12:18:42.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:42 smithi161 ceph-mon[116604]: 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-07T12:18:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:42 smithi028 ceph-mon[112123]: 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-07T12:18:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:42 smithi138 ceph-mon[117003]: 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-07T12:18:43.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:43.723 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:43.723 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:44.499 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:44.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:44.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:44.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:44.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:44.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:44 smithi161 ceph-mon[116604]: 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-07T12:18:44.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:44 smithi028 ceph-mon[112123]: 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-07T12:18:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:44 smithi138 ceph-mon[117003]: 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-07T12:18:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:45 smithi161 ceph-mon[116604]: from='client.368715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:45 smithi028 ceph-mon[112123]: from='client.368715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:45 smithi138 ceph-mon[117003]: from='client.368715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:46 smithi161 ceph-mon[116604]: pgmap v13561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:46 smithi028 ceph-mon[112123]: pgmap v13561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:46 smithi138 ceph-mon[117003]: pgmap v13561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:48.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:48 smithi161 ceph-mon[116604]: pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:48.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:48 smithi028 ceph-mon[112123]: pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:48 smithi138 ceph-mon[117003]: pgmap v13562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:49.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:49.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:49.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:50.276 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:50.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:50.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:50.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:50.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:50 smithi161 ceph-mon[116604]: pgmap v13563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:50 smithi028 ceph-mon[112123]: pgmap v13563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:50 smithi138 ceph-mon[117003]: pgmap v13563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:51 smithi161 ceph-mon[116604]: from='client.368790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:51.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:51 smithi028 ceph-mon[112123]: from='client.368790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:51 smithi138 ceph-mon[117003]: from='client.368790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:52 smithi161 ceph-mon[116604]: pgmap v13564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:52 smithi028 ceph-mon[112123]: pgmap v13564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:52 smithi138 ceph-mon[117003]: pgmap v13564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:54.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:54 smithi161 ceph-mon[116604]: pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:54.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:54 smithi028 ceph-mon[112123]: pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:54 smithi138 ceph-mon[117003]: pgmap v13565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:18:55.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:18:55.278 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:18:55.278 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:18:56.065 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:18:56.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:18:56.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:18:56.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:18:56.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:18:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:55 smithi138 ceph-mon[117003]: pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:18:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:18:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:18:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:18:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:55 smithi161 ceph-mon[116604]: pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:18:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:18:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:18:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:18:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:55 smithi028 ceph-mon[112123]: pgmap v13566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:18:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:18:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:18:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:18:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:18:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:56 smithi138 ceph-mon[117003]: from='client.258152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:57.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:56 smithi161 ceph-mon[116604]: from='client.258152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:57.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:56 smithi028 ceph-mon[112123]: from='client.258152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:18:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:57 smithi138 ceph-mon[117003]: 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-07T12:18:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:57 smithi161 ceph-mon[116604]: 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-07T12:18:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:57 smithi028 ceph-mon[112123]: 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-07T12:19:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:18:59 smithi138 ceph-mon[117003]: 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-07T12:19:00.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:18:59 smithi161 ceph-mon[116604]: 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-07T12:19:00.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:18:59 smithi028 ceph-mon[112123]: 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-07T12:19:01.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:01.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:01.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:01.833 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:01.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:01.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:01.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:01.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:01 smithi138 ceph-mon[117003]: pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:01 smithi138 ceph-mon[117003]: from='client.368946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:01 smithi161 ceph-mon[116604]: pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:01 smithi161 ceph-mon[116604]: from='client.368946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:01 smithi028 ceph-mon[112123]: pgmap v13569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:01 smithi028 ceph-mon[112123]: from='client.368946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:03 smithi138 ceph-mon[117003]: pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:04.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:03 smithi161 ceph-mon[116604]: pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:03 smithi028 ceph-mon[112123]: pgmap v13570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:06 smithi138 ceph-mon[117003]: pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:06 smithi161 ceph-mon[116604]: pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:06 smithi028 ceph-mon[112123]: pgmap v13571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:06.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:06.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:06.835 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:07.618 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:07.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:07.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:07.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:07.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:08 smithi138 ceph-mon[117003]: pgmap v13572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:08 smithi138 ceph-mon[117003]: from='client.369024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:08 smithi161 ceph-mon[116604]: pgmap v13572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:08 smithi161 ceph-mon[116604]: from='client.369024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:08 smithi028 ceph-mon[112123]: pgmap v13572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:08 smithi028 ceph-mon[112123]: from='client.369024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:10 smithi138 ceph-mon[117003]: pgmap v13573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:10.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:10 smithi161 ceph-mon[116604]: pgmap v13573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:10.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:10 smithi028 ceph-mon[112123]: pgmap v13573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:12 smithi138 ceph-mon[117003]: pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:12 smithi161 ceph-mon[116604]: pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:12 smithi028 ceph-mon[112123]: pgmap v13574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:12.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:12.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:12.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:13.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:13.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:13.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:13.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:13.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:14 smithi138 ceph-mon[117003]: pgmap v13575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:14 smithi138 ceph-mon[117003]: from='client.369102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:14 smithi161 ceph-mon[116604]: pgmap v13575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:14 smithi161 ceph-mon[116604]: from='client.369102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:14 smithi028 ceph-mon[112123]: pgmap v13575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:14 smithi028 ceph-mon[112123]: from='client.369102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:16 smithi138 ceph-mon[117003]: pgmap v13576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:16 smithi161 ceph-mon[116604]: pgmap v13576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:16.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:16 smithi028 ceph-mon[112123]: pgmap v13576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:18 smithi138 ceph-mon[117003]: 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-07T12:19:18.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:18.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:18.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:18 smithi161 ceph-mon[116604]: 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-07T12:19:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:18 smithi028 ceph-mon[112123]: 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-07T12:19:19.177 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:19.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:19.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:19.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:19.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:20 smithi138 ceph-mon[117003]: from='client.369177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:20 smithi138 ceph-mon[117003]: 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-07T12:19:20.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:20 smithi161 ceph-mon[116604]: from='client.369177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:20 smithi161 ceph-mon[116604]: 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-07T12:19:20.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:20 smithi028 ceph-mon[112123]: from='client.369177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:20 smithi028 ceph-mon[112123]: 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-07T12:19:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:22 smithi138 ceph-mon[117003]: pgmap v13579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:19:22.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:22 smithi161 ceph-mon[116604]: pgmap v13579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:19:22.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:22 smithi028 ceph-mon[112123]: pgmap v13579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:19:24.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:24.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:24.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:24 smithi138 ceph-mon[117003]: pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:19:24.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:24 smithi161 ceph-mon[116604]: pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:19:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:24 smithi028 ceph-mon[112123]: pgmap v13580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:19:24.968 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:24.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:24.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:24.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:24.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:25 smithi138 ceph-mon[117003]: from='client.369252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:25.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:25 smithi161 ceph-mon[116604]: from='client.369252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:25.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:25 smithi028 ceph-mon[112123]: from='client.369252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:26 smithi138 ceph-mon[117003]: pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:26 smithi161 ceph-mon[116604]: pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:26 smithi028 ceph-mon[112123]: pgmap v13581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:28 smithi138 ceph-mon[117003]: pgmap v13582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:28.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:28 smithi161 ceph-mon[116604]: pgmap v13582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:28 smithi028 ceph-mon[112123]: pgmap v13582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:29.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:29.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:29.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:30 smithi138 ceph-mon[117003]: pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:30 smithi161 ceph-mon[116604]: pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:30.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:30 smithi028 ceph-mon[112123]: pgmap v13583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:19:30.752 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:30.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:30.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:30.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:30.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:31 smithi161 ceph-mon[116604]: from='client.369330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:31 smithi028 ceph-mon[112123]: from='client.369330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:31 smithi138 ceph-mon[117003]: from='client.369330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:32 smithi161 ceph-mon[116604]: pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:32 smithi028 ceph-mon[112123]: pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:32 smithi138 ceph-mon[117003]: pgmap v13584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:34.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:34 smithi161 ceph-mon[116604]: pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:19:34.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:34 smithi028 ceph-mon[112123]: pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:19:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:34 smithi138 ceph-mon[117003]: pgmap v13585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:19:35.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:35.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:35.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:36 smithi161 ceph-mon[116604]: pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:19:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:36 smithi028 ceph-mon[112123]: pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:19:36.541 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:36.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:36.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:36.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:36.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:36 smithi138 ceph-mon[117003]: pgmap v13586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:19:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:37 smithi161 ceph-mon[116604]: from='client.369408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:37 smithi028 ceph-mon[112123]: from='client.369408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:37 smithi138 ceph-mon[117003]: from='client.369408 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:38 smithi161 ceph-mon[116604]: 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-07T12:19:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:38 smithi028 ceph-mon[112123]: 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-07T12:19:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:38 smithi138 ceph-mon[117003]: 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-07T12:19:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:40 smithi161 ceph-mon[116604]: 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-07T12:19:40.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:40 smithi028 ceph-mon[112123]: 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-07T12:19:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:40 smithi138 ceph-mon[117003]: 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-07T12:19:41.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:41.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:41.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:42.319 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:42.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:42.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:42.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:42.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:42 smithi161 ceph-mon[116604]: pgmap v13589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:42.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:42 smithi028 ceph-mon[112123]: pgmap v13589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:42 smithi138 ceph-mon[117003]: pgmap v13589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:43.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:43 smithi161 ceph-mon[116604]: from='client.369486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:43 smithi028 ceph-mon[112123]: from='client.369486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:43 smithi138 ceph-mon[117003]: from='client.369486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:44 smithi161 ceph-mon[116604]: pgmap v13590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:44 smithi028 ceph-mon[112123]: pgmap v13590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:44 smithi138 ceph-mon[117003]: pgmap v13590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:46 smithi161 ceph-mon[116604]: pgmap v13591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:46 smithi028 ceph-mon[112123]: pgmap v13591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:46 smithi138 ceph-mon[117003]: pgmap v13591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:47.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:47.322 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:47.322 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:48.095 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:48.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:48.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:48.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:48.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:48 smithi161 ceph-mon[116604]: pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:48.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:48 smithi028 ceph-mon[112123]: pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:48 smithi138 ceph-mon[117003]: pgmap v13592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:49.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:49 smithi161 ceph-mon[116604]: from='client.369555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:49 smithi028 ceph-mon[112123]: from='client.369555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:49 smithi138 ceph-mon[117003]: from='client.369555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:50.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:50 smithi161 ceph-mon[116604]: pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:50 smithi028 ceph-mon[112123]: pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:50 smithi138 ceph-mon[117003]: pgmap v13593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:52 smithi161 ceph-mon[116604]: pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:52 smithi028 ceph-mon[112123]: pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:52 smithi138 ceph-mon[117003]: pgmap v13594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:53.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:53.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:53.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:53.864 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:53.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:19:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:54 smithi161 ceph-mon[116604]: pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:54 smithi161 ceph-mon[116604]: from='client.369627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:54 smithi028 ceph-mon[112123]: pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:54 smithi028 ceph-mon[112123]: from='client.369627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:54 smithi138 ceph-mon[117003]: pgmap v13595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:19:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:54 smithi138 ceph-mon[117003]: from='client.369627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:19:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:56 smithi161 ceph-mon[116604]: pgmap v13596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:19:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:56 smithi028 ceph-mon[112123]: pgmap v13596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:19:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:56 smithi138 ceph-mon[117003]: pgmap v13596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:19:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:19:57.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:19:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:19:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:19:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:19:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:19:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:19:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:19:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:19:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:19:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:19:58 smithi161 ceph-mon[116604]: 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-07T12:19:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:19:58 smithi028 ceph-mon[112123]: 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-07T12:19:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:19:58 smithi138 ceph-mon[117003]: 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-07T12:19:58.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:19:58.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:19:58.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:19:59.642 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:19:59.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:19:59.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:19:59.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:19:59.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:00 smithi161 ceph-mon[116604]: 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-07T12:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:00 smithi161 ceph-mon[116604]: from='client.369705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T12:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:00 smithi028 ceph-mon[112123]: 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-07T12:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:00 smithi028 ceph-mon[112123]: from='client.369705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T12:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:00 smithi138 ceph-mon[117003]: 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-07T12:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:00 smithi138 ceph-mon[117003]: from='client.369705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T12:20:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:02 smithi161 ceph-mon[116604]: pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:02 smithi028 ceph-mon[112123]: pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:02 smithi138 ceph-mon[117003]: pgmap v13599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:04.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:04.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:04.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:04 smithi161 ceph-mon[116604]: pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:04 smithi028 ceph-mon[112123]: pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:04 smithi138 ceph-mon[117003]: pgmap v13600: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:05.411 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:05.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:05.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:05.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:05.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:06 smithi161 ceph-mon[116604]: pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:06 smithi161 ceph-mon[116604]: from='client.369783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:06 smithi028 ceph-mon[112123]: pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:06 smithi028 ceph-mon[112123]: from='client.369783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:06 smithi138 ceph-mon[117003]: pgmap v13601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:06 smithi138 ceph-mon[117003]: from='client.369783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:08 smithi161 ceph-mon[116604]: pgmap v13602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:08 smithi028 ceph-mon[112123]: pgmap v13602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:08 smithi138 ceph-mon[117003]: pgmap v13602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:10.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:10.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:10.413 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:10 smithi161 ceph-mon[116604]: pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:10 smithi028 ceph-mon[112123]: pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:10 smithi138 ceph-mon[117003]: pgmap v13603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:11.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:11.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:11.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:11.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:11.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:12 smithi161 ceph-mon[116604]: from='client.369858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:12 smithi161 ceph-mon[116604]: pgmap v13604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:12 smithi028 ceph-mon[112123]: from='client.369858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:12 smithi028 ceph-mon[112123]: pgmap v13604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:12 smithi138 ceph-mon[117003]: from='client.369858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:12 smithi138 ceph-mon[117003]: pgmap v13604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:14 smithi161 ceph-mon[116604]: 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-07T12:20:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:14 smithi028 ceph-mon[112123]: 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-07T12:20:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:14 smithi138 ceph-mon[117003]: 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-07T12:20:16.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:16.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:16.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:16.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:16 smithi161 ceph-mon[116604]: 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-07T12:20:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:16 smithi028 ceph-mon[112123]: 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-07T12:20:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:16 smithi138 ceph-mon[117003]: 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-07T12:20:16.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:16.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:16.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:16.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:16.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:17.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:17 smithi161 ceph-mon[116604]: from='client.369933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:17.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:17 smithi028 ceph-mon[112123]: from='client.369933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:17 smithi138 ceph-mon[117003]: from='client.369933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:18.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:18 smithi161 ceph-mon[116604]: 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-07T12:20:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:18 smithi028 ceph-mon[112123]: 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-07T12:20:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:18 smithi138 ceph-mon[117003]: 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-07T12:20:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:20 smithi161 ceph-mon[116604]: 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-07T12:20:20.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:20 smithi028 ceph-mon[112123]: 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-07T12:20:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:20 smithi138 ceph-mon[117003]: 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-07T12:20:21.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:21.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:21.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:22.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:22 smithi161 ceph-mon[116604]: pgmap v13609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:22 smithi028 ceph-mon[112123]: pgmap v13609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:22.753 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:22.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:22.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:22.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:22.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:22 smithi138 ceph-mon[117003]: pgmap v13609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:23 smithi161 ceph-mon[116604]: from='client.370008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:23 smithi028 ceph-mon[112123]: from='client.370008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:23 smithi138 ceph-mon[117003]: from='client.370008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:24 smithi161 ceph-mon[116604]: pgmap v13610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:24 smithi028 ceph-mon[112123]: pgmap v13610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:24 smithi138 ceph-mon[117003]: pgmap v13610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:26.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:26 smithi161 ceph-mon[116604]: pgmap v13611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:26 smithi028 ceph-mon[112123]: pgmap v13611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:26 smithi138 ceph-mon[117003]: pgmap v13611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:27.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:27.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:27.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:28.539 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:28.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:28.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:28.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:28.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:28 smithi161 ceph-mon[116604]: pgmap v13612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:28 smithi028 ceph-mon[112123]: pgmap v13612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:28 smithi138 ceph-mon[117003]: pgmap v13612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:29.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:29 smithi161 ceph-mon[116604]: from='client.370077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:29.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:29 smithi028 ceph-mon[112123]: from='client.370077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:29 smithi138 ceph-mon[117003]: from='client.370077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:30 smithi161 ceph-mon[116604]: pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:30 smithi028 ceph-mon[112123]: pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:30 smithi138 ceph-mon[117003]: pgmap v13613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:32 smithi161 ceph-mon[116604]: pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:32 smithi028 ceph-mon[112123]: pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:32.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:32 smithi138 ceph-mon[117003]: pgmap v13614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:20:33.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:33.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:33.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:34.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:34.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:34.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:34.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:34.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:34.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:34 smithi161 ceph-mon[116604]: pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:34 smithi028 ceph-mon[112123]: pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:34 smithi138 ceph-mon[117003]: pgmap v13615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:35 smithi161 ceph-mon[116604]: from='client.370155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:35.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:35 smithi028 ceph-mon[112123]: from='client.370155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:35 smithi138 ceph-mon[117003]: from='client.370155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:36 smithi161 ceph-mon[116604]: pgmap v13616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:20:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:36 smithi028 ceph-mon[112123]: pgmap v13616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:20:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:36 smithi138 ceph-mon[117003]: pgmap v13616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:20:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:38 smithi161 ceph-mon[116604]: pgmap v13617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:20:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:38 smithi028 ceph-mon[112123]: pgmap v13617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:20:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:38 smithi138 ceph-mon[117003]: pgmap v13617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:20:39.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:39.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:39.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:40.095 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:40.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:40.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:40.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:40.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:40.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:40 smithi161 ceph-mon[116604]: pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:20:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:40 smithi028 ceph-mon[112123]: pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:20:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:40 smithi138 ceph-mon[117003]: pgmap v13618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:20:41.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:41 smithi161 ceph-mon[116604]: from='client.370230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:41.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:41 smithi028 ceph-mon[112123]: from='client.370230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:41 smithi138 ceph-mon[117003]: from='client.370230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:42 smithi161 ceph-mon[116604]: pgmap v13619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:42 smithi028 ceph-mon[112123]: pgmap v13619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:42 smithi138 ceph-mon[117003]: pgmap v13619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:44 smithi161 ceph-mon[116604]: pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:44 smithi028 ceph-mon[112123]: pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:44 smithi138 ceph-mon[117003]: pgmap v13620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:20:45.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:45.097 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:45.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:45.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:45.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:45.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:45.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:45.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:46.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:46 smithi161 ceph-mon[116604]: pgmap v13621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:46 smithi161 ceph-mon[116604]: from='client.370305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:46 smithi028 ceph-mon[112123]: pgmap v13621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:46 smithi028 ceph-mon[112123]: from='client.370305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:46 smithi138 ceph-mon[117003]: pgmap v13621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:20:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:46 smithi138 ceph-mon[117003]: from='client.370305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:48 smithi161 ceph-mon[116604]: pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:20:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:48 smithi028 ceph-mon[112123]: pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:20:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:48 smithi138 ceph-mon[117003]: pgmap v13622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:20:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:50 smithi161 ceph-mon[116604]: pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:20:50.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:50 smithi028 ceph-mon[112123]: pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:20:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:50 smithi138 ceph-mon[117003]: pgmap v13623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:20:50.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:50.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:50.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:51.676 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:51.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:51.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:51.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:51.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:52 smithi161 ceph-mon[116604]: pgmap v13624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:20:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:52 smithi161 ceph-mon[116604]: from='client.370383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:52 smithi028 ceph-mon[112123]: pgmap v13624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:20:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:52 smithi028 ceph-mon[112123]: from='client.370383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:52 smithi138 ceph-mon[117003]: pgmap v13624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:20:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:52 smithi138 ceph-mon[117003]: from='client.370383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:54 smithi161 ceph-mon[116604]: 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-07T12:20:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:54 smithi028 ceph-mon[112123]: 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-07T12:20:54.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:54 smithi138 ceph-mon[117003]: 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-07T12:20:56.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:20:56.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:20:56.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:20:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:56 smithi161 ceph-mon[116604]: 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-07T12:20:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:56 smithi028 ceph-mon[112123]: 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-07T12:20:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:56 smithi138 ceph-mon[117003]: 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-07T12:20:57.506 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:20:57.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:20:57.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:20:57.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:20:57.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:20:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:20:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:20:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:20:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:20:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:20:57.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:20:57.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:20:57.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:20:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:20:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:20:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:20:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:20:58.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:58 smithi161 ceph-mon[116604]: 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-07T12:20:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:20:58 smithi161 ceph-mon[116604]: from='client.258658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:58 smithi028 ceph-mon[112123]: 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-07T12:20:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:20:58 smithi028 ceph-mon[112123]: from='client.258658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:20:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:58 smithi138 ceph-mon[117003]: 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-07T12:20:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:20:58 smithi138 ceph-mon[117003]: from='client.258658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:00 smithi161 ceph-mon[116604]: 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-07T12:21:00.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:00 smithi028 ceph-mon[112123]: 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-07T12:21:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:00 smithi138 ceph-mon[117003]: 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-07T12:21:02.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:02.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:02.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:02 smithi161 ceph-mon[116604]: pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:02 smithi028 ceph-mon[112123]: pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:02 smithi138 ceph-mon[117003]: pgmap v13629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:03.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:03.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:03.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:03.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:03.275 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:04.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:04 smithi161 ceph-mon[116604]: from='client.370539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:04 smithi161 ceph-mon[116604]: pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:04.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:04 smithi028 ceph-mon[112123]: from='client.370539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:04 smithi028 ceph-mon[112123]: pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:04 smithi138 ceph-mon[117003]: from='client.370539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:04 smithi138 ceph-mon[117003]: pgmap v13630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:06.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:06 smithi161 ceph-mon[116604]: pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:06.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:06 smithi028 ceph-mon[112123]: pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:06 smithi138 ceph-mon[117003]: pgmap v13631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:08.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:08.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:08.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:08.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:08 smithi161 ceph-mon[116604]: pgmap v13632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:08 smithi028 ceph-mon[112123]: pgmap v13632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:08 smithi138 ceph-mon[117003]: pgmap v13632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:09.060 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:09.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:09.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:09.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:09.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:09.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:09 smithi161 ceph-mon[116604]: from='client.370617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:09 smithi028 ceph-mon[112123]: from='client.370617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:09 smithi138 ceph-mon[117003]: from='client.370617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:10.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:10 smithi161 ceph-mon[116604]: pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:10 smithi028 ceph-mon[112123]: pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:10 smithi138 ceph-mon[117003]: pgmap v13633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:12 smithi161 ceph-mon[116604]: pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:12 smithi028 ceph-mon[112123]: pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:12 smithi138 ceph-mon[117003]: pgmap v13634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:14.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:14.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:14.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:14 smithi161 ceph-mon[116604]: 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-07T12:21:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:14 smithi028 ceph-mon[112123]: 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-07T12:21:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:14 smithi138 ceph-mon[117003]: 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-07T12:21:14.831 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:14.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:14.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:14.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:14.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:15.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:15 smithi161 ceph-mon[116604]: from='client.370692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:15.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:15 smithi028 ceph-mon[112123]: from='client.370692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:15 smithi138 ceph-mon[117003]: from='client.370692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:16 smithi161 ceph-mon[116604]: pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:16 smithi028 ceph-mon[112123]: pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:16 smithi138 ceph-mon[117003]: pgmap v13636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:18 smithi161 ceph-mon[116604]: pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:18 smithi028 ceph-mon[112123]: pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:18 smithi138 ceph-mon[117003]: pgmap v13637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:19.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:19.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:19.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:20.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:20.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:20.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:20.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:20.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:20 smithi161 ceph-mon[116604]: pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:20.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:20 smithi028 ceph-mon[112123]: pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:20 smithi138 ceph-mon[117003]: pgmap v13638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:21.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:21 smithi161 ceph-mon[116604]: from='client.370770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:21.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:21 smithi028 ceph-mon[112123]: from='client.370770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:21 smithi138 ceph-mon[117003]: from='client.370770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:22.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:22 smithi028 ceph-mon[112123]: pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:22 smithi138 ceph-mon[117003]: pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:22 smithi161 ceph-mon[116604]: pgmap v13639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:24 smithi028 ceph-mon[112123]: pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:24 smithi138 ceph-mon[117003]: pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:24 smithi161 ceph-mon[116604]: pgmap v13640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:25.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:25.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:25.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:26.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:26.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:26.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:26.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:26.399 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:26.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:26 smithi028 ceph-mon[112123]: pgmap v13641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:26 smithi138 ceph-mon[117003]: pgmap v13641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:26 smithi161 ceph-mon[116604]: pgmap v13641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:27 smithi028 ceph-mon[112123]: from='client.370848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:27.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:27 smithi138 ceph-mon[117003]: from='client.370848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:27.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:27 smithi161 ceph-mon[116604]: from='client.370848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:28 smithi028 ceph-mon[112123]: 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-07T12:21:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:28 smithi138 ceph-mon[117003]: 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-07T12:21:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:28 smithi161 ceph-mon[116604]: 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-07T12:21:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:30 smithi028 ceph-mon[112123]: 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-07T12:21:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:30 smithi138 ceph-mon[117003]: 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-07T12:21:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:30 smithi161 ceph-mon[116604]: 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-07T12:21:31.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:31.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:31.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:32.187 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:32.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:32.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:32.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:32.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:32.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:32 smithi028 ceph-mon[112123]: 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-07T12:21:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:32 smithi138 ceph-mon[117003]: 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-07T12:21:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:32 smithi161 ceph-mon[116604]: 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-07T12:21:33.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:33 smithi028 ceph-mon[112123]: from='client.370926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:33 smithi138 ceph-mon[117003]: from='client.370926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:33 smithi161 ceph-mon[116604]: from='client.370926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:34 smithi028 ceph-mon[112123]: 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-07T12:21:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:34 smithi138 ceph-mon[117003]: 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-07T12:21:34.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:34 smithi161 ceph-mon[116604]: 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-07T12:21:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:36 smithi138 ceph-mon[117003]: 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-07T12:21:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:36 smithi161 ceph-mon[116604]: 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-07T12:21:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:36 smithi028 ceph-mon[112123]: 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-07T12:21:37.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:37.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:37.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:37.977 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:37.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:37.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:37.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:37.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:38 smithi138 ceph-mon[117003]: 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-07T12:21:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:38 smithi138 ceph-mon[117003]: from='client.371004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:38 smithi161 ceph-mon[116604]: 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-07T12:21:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:38 smithi161 ceph-mon[116604]: from='client.371004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:38 smithi028 ceph-mon[112123]: 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-07T12:21:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:38 smithi028 ceph-mon[112123]: from='client.371004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:40 smithi138 ceph-mon[117003]: 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-07T12:21:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:40 smithi161 ceph-mon[116604]: 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-07T12:21:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:40 smithi028 ceph-mon[112123]: 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-07T12:21:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:42 smithi138 ceph-mon[117003]: pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:42 smithi161 ceph-mon[116604]: pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:42 smithi028 ceph-mon[112123]: pgmap v13649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:42.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:42.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:42.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:43.776 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:43.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:43.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:43.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:43.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:44 smithi138 ceph-mon[117003]: pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:44 smithi138 ceph-mon[117003]: from='client.371079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:44.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:44 smithi161 ceph-mon[116604]: pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:44 smithi161 ceph-mon[116604]: from='client.371079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:44 smithi028 ceph-mon[112123]: pgmap v13650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:44 smithi028 ceph-mon[112123]: from='client.371079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:46 smithi138 ceph-mon[117003]: pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:46 smithi161 ceph-mon[116604]: pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:46 smithi028 ceph-mon[112123]: pgmap v13651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:21:48.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:48.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:48.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:48 smithi138 ceph-mon[117003]: pgmap v13652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:48 smithi161 ceph-mon[116604]: pgmap v13652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:48 smithi028 ceph-mon[112123]: pgmap v13652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:49.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:49.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:49.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:49.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:49.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:50 smithi138 ceph-mon[117003]: pgmap v13653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:50 smithi138 ceph-mon[117003]: from='client.371157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:50 smithi161 ceph-mon[116604]: pgmap v13653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:50 smithi161 ceph-mon[116604]: from='client.371157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:50 smithi028 ceph-mon[112123]: pgmap v13653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:50 smithi028 ceph-mon[112123]: from='client.371157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:52 smithi138 ceph-mon[117003]: 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-07T12:21:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:52 smithi161 ceph-mon[116604]: 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-07T12:21:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:52 smithi028 ceph-mon[112123]: 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-07T12:21:54.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:21:54.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:21:54.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:21:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:54 smithi138 ceph-mon[117003]: pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:54 smithi161 ceph-mon[116604]: pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:54.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:54 smithi028 ceph-mon[112123]: pgmap v13655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:55.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:21:55.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:21:55.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:21:55.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:21:55.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:21:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:56 smithi138 ceph-mon[117003]: pgmap v13656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:56 smithi138 ceph-mon[117003]: from='client.371235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:56 smithi161 ceph-mon[116604]: pgmap v13656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:56 smithi161 ceph-mon[116604]: from='client.371235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:56.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:56 smithi028 ceph-mon[112123]: pgmap v13656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:21:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:56 smithi028 ceph-mon[112123]: from='client.371235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:21:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:21:57.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:21:57.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:21:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:21:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:21:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:21:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: pgmap v13657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:21:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:21:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:21:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:21:59.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:21:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:22:00.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:00.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:00.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:00 smithi161 ceph-mon[116604]: pgmap v13658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:00 smithi028 ceph-mon[112123]: pgmap v13658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:00 smithi138 ceph-mon[117003]: pgmap v13658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:01.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:01.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:01.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:01.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:01.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:02 smithi161 ceph-mon[116604]: from='client.371304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:02 smithi161 ceph-mon[116604]: pgmap v13659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:02 smithi028 ceph-mon[112123]: from='client.371304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:02 smithi028 ceph-mon[112123]: pgmap v13659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:02 smithi138 ceph-mon[117003]: from='client.371304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:02 smithi138 ceph-mon[117003]: pgmap v13659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:04 smithi161 ceph-mon[116604]: 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-07T12:22:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:04 smithi028 ceph-mon[112123]: 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-07T12:22:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:04 smithi138 ceph-mon[117003]: 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-07T12:22:06.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:06.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:06.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:06.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:06.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:06.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:06.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:06.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:06 smithi161 ceph-mon[116604]: 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-07T12:22:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:06 smithi028 ceph-mon[112123]: 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-07T12:22:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:06 smithi138 ceph-mon[117003]: 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-07T12:22:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:07 smithi161 ceph-mon[116604]: from='client.371379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:07 smithi028 ceph-mon[112123]: from='client.371379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:07 smithi138 ceph-mon[117003]: from='client.371379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:08 smithi161 ceph-mon[116604]: 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-07T12:22:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:08 smithi028 ceph-mon[112123]: 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-07T12:22:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:08 smithi138 ceph-mon[117003]: 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-07T12:22:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:10 smithi161 ceph-mon[116604]: 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-07T12:22:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:10 smithi028 ceph-mon[112123]: 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-07T12:22:11.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:10 smithi138 ceph-mon[117003]: 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-07T12:22:11.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:11.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:11.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:12.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:12.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:12.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:12.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:12.654 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:12 smithi161 ceph-mon[116604]: 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-07T12:22:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:12 smithi028 ceph-mon[112123]: 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-07T12:22:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:12 smithi138 ceph-mon[117003]: 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-07T12:22:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:13 smithi161 ceph-mon[116604]: from='client.371454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:13 smithi028 ceph-mon[112123]: from='client.371454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:13 smithi138 ceph-mon[117003]: from='client.371454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:14.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:14 smithi161 ceph-mon[116604]: 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-07T12:22:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:14 smithi028 ceph-mon[112123]: 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-07T12:22:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:14 smithi138 ceph-mon[117003]: 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-07T12:22:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:16 smithi161 ceph-mon[116604]: 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-07T12:22:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:16 smithi028 ceph-mon[112123]: 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-07T12:22:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:16 smithi138 ceph-mon[117003]: 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-07T12:22:17.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:17.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:17.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:18.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:18.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:18.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:18.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:18.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:18 smithi161 ceph-mon[116604]: 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-07T12:22:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:18 smithi028 ceph-mon[112123]: 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-07T12:22:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:18 smithi138 ceph-mon[117003]: 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-07T12:22:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:19 smithi028 ceph-mon[112123]: from='client.371526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:20.047 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:19 smithi138 ceph-mon[117003]: from='client.371526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:19 smithi161 ceph-mon[116604]: from='client.371526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:20 smithi028 ceph-mon[112123]: 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-07T12:22:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:20 smithi138 ceph-mon[117003]: 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-07T12:22:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:20 smithi161 ceph-mon[116604]: 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-07T12:22:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:22 smithi028 ceph-mon[112123]: pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:22 smithi138 ceph-mon[117003]: pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:22 smithi161 ceph-mon[116604]: pgmap v13669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:22:23.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:23.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:23.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:24.193 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:24.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:24.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:24.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:24.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:24 smithi028 ceph-mon[112123]: pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:24 smithi138 ceph-mon[117003]: pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:24 smithi161 ceph-mon[116604]: pgmap v13670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:25.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:25 smithi028 ceph-mon[112123]: from='client.371604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:25 smithi138 ceph-mon[117003]: from='client.371604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:25 smithi161 ceph-mon[116604]: from='client.371604 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:26 smithi028 ceph-mon[112123]: pgmap v13671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:22:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:26 smithi138 ceph-mon[117003]: pgmap v13671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:22:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:26 smithi161 ceph-mon[116604]: pgmap v13671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:22:27.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:27 smithi028 ceph-mon[112123]: pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:22:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:27 smithi138 ceph-mon[117003]: pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:22:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:27 smithi161 ceph-mon[116604]: pgmap v13672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:22:29.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:29.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:29.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:29.971 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:29.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:29.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:29.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:29.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:29 smithi138 ceph-mon[117003]: pgmap v13673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:22:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:29 smithi138 ceph-mon[117003]: from='client.371682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:30.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:29 smithi161 ceph-mon[116604]: pgmap v13673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:22:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:29 smithi161 ceph-mon[116604]: from='client.371682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:29 smithi028 ceph-mon[112123]: pgmap v13673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:22:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:29 smithi028 ceph-mon[112123]: from='client.371682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:32 smithi138 ceph-mon[117003]: 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-07T12:22:32.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:32 smithi161 ceph-mon[116604]: 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-07T12:22:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:32 smithi028 ceph-mon[112123]: 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-07T12:22:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:34 smithi138 ceph-mon[117003]: pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:34.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:34 smithi161 ceph-mon[116604]: pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:34 smithi028 ceph-mon[112123]: pgmap v13675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:22:34.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:34.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:34.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:35.740 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:35.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:35.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:35.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:35.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:36 smithi138 ceph-mon[117003]: pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:36 smithi138 ceph-mon[117003]: from='client.371757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:36.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:36 smithi161 ceph-mon[116604]: pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:36 smithi161 ceph-mon[116604]: from='client.371757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:36 smithi028 ceph-mon[112123]: pgmap v13676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:22:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:36 smithi028 ceph-mon[112123]: from='client.371757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:38 smithi138 ceph-mon[117003]: pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:38.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:38 smithi161 ceph-mon[116604]: pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:38 smithi028 ceph-mon[112123]: pgmap v13677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:40 smithi161 ceph-mon[116604]: pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:40 smithi028 ceph-mon[112123]: pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:40 smithi138 ceph-mon[117003]: pgmap v13678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:22:40.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:40.742 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:40.742 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:41.521 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:41.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:41.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:41.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:41.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:42.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:42 smithi161 ceph-mon[116604]: pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:22:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:42 smithi161 ceph-mon[116604]: from='client.371829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:42 smithi028 ceph-mon[112123]: pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:22:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:42 smithi028 ceph-mon[112123]: from='client.371829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:42 smithi138 ceph-mon[117003]: pgmap v13679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:22:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:42 smithi138 ceph-mon[117003]: from='client.371829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:44 smithi161 ceph-mon[116604]: 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-07T12:22:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:44 smithi028 ceph-mon[112123]: 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-07T12:22:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:44 smithi138 ceph-mon[117003]: 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-07T12:22:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:46 smithi161 ceph-mon[116604]: 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-07T12:22:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:46 smithi028 ceph-mon[112123]: 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-07T12:22:46.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:46.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:46.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:46 smithi138 ceph-mon[117003]: 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-07T12:22:47.285 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:47.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:47.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:47.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:47.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:48 smithi161 ceph-mon[116604]: from='client.371907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:48 smithi161 ceph-mon[116604]: 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-07T12:22:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:48 smithi028 ceph-mon[112123]: from='client.371907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:48 smithi028 ceph-mon[112123]: 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-07T12:22:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:48 smithi138 ceph-mon[117003]: from='client.371907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:48 smithi138 ceph-mon[117003]: 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-07T12:22:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:50 smithi161 ceph-mon[116604]: 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-07T12:22:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:50 smithi028 ceph-mon[112123]: 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-07T12:22:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:50 smithi138 ceph-mon[117003]: 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-07T12:22:52.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:52.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:52.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:52 smithi161 ceph-mon[116604]: 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-07T12:22:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:52 smithi028 ceph-mon[112123]: 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-07T12:22:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:52 smithi138 ceph-mon[117003]: 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-07T12:22:53.054 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:53.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:53.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:53.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:53.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:53 smithi161 ceph-mon[116604]: from='client.371982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:53 smithi028 ceph-mon[112123]: from='client.371982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:53 smithi138 ceph-mon[117003]: from='client.371982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:54 smithi161 ceph-mon[116604]: 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-07T12:22:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:54 smithi028 ceph-mon[112123]: 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-07T12:22:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:54 smithi138 ceph-mon[117003]: 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-07T12:22:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:56 smithi161 ceph-mon[116604]: 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-07T12:22:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:56 smithi028 ceph-mon[112123]: 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-07T12:22:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:56 smithi138 ceph-mon[117003]: 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-07T12:22:58.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:22:58.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:22:58.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:22:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:58 smithi161 ceph-mon[116604]: 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-07T12:22:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:58 smithi028 ceph-mon[112123]: 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-07T12:22:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:58 smithi138 ceph-mon[117003]: 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-07T12:22:58.903 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:22:58.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:22:58.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:22:58.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:22:58.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:22:59.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:22:59.347 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:22:59 smithi138 ceph-mon[117003]: from='client.372051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:59.352 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:22:59.352 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:22:59 smithi161 ceph-mon[116604]: from='client.372051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:22:59.392 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:22:59.392 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:22:59 smithi028 ceph-mon[112123]: from='client.372051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:00 smithi138 ceph-mon[117003]: 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-07T12:23:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:00 smithi161 ceph-mon[116604]: 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-07T12:23:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:00 smithi028 ceph-mon[112123]: 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-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:23:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:23:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:23:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: pgmap v13689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:23:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:23:03.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:03.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:03.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:04 smithi028 ceph-mon[112123]: pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:04 smithi138 ceph-mon[117003]: pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:04 smithi161 ceph-mon[116604]: pgmap v13690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:04.696 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:05 smithi028 ceph-mon[112123]: from='client.372126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:05 smithi138 ceph-mon[117003]: from='client.372126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:05 smithi161 ceph-mon[116604]: from='client.372126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:06 smithi138 ceph-mon[117003]: 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-07T12:23:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:06 smithi161 ceph-mon[116604]: 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-07T12:23:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:06 smithi028 ceph-mon[112123]: 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-07T12:23:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:08 smithi138 ceph-mon[117003]: 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-07T12:23:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:08 smithi161 ceph-mon[116604]: 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-07T12:23:08.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:08 smithi028 ceph-mon[112123]: 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-07T12:23:09.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:09.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:09.699 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:10.470 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:10.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:10.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:10.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:10.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:10 smithi138 ceph-mon[117003]: 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-07T12:23:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:10 smithi161 ceph-mon[116604]: 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-07T12:23:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:10 smithi028 ceph-mon[112123]: 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-07T12:23:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:11 smithi138 ceph-mon[117003]: from='client.372204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:11.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:11 smithi161 ceph-mon[116604]: from='client.372204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:11.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:11 smithi028 ceph-mon[112123]: from='client.372204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:12 smithi138 ceph-mon[117003]: 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-07T12:23:12.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:12 smithi161 ceph-mon[116604]: 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-07T12:23:12.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:12 smithi028 ceph-mon[112123]: 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-07T12:23:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:14 smithi138 ceph-mon[117003]: pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:14.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:14 smithi161 ceph-mon[116604]: pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:14.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:14 smithi028 ceph-mon[112123]: pgmap v13695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:15.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:15.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:15.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:16.266 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:16.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:16.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:16.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:16.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:16 smithi138 ceph-mon[117003]: pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:16 smithi161 ceph-mon[116604]: pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:16 smithi028 ceph-mon[112123]: pgmap v13696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:17 smithi138 ceph-mon[117003]: from='client.372279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:17 smithi161 ceph-mon[116604]: from='client.372279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:17.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:17 smithi028 ceph-mon[112123]: from='client.372279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:18 smithi138 ceph-mon[117003]: 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-07T12:23:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:18 smithi161 ceph-mon[116604]: 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-07T12:23:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:18 smithi028 ceph-mon[112123]: 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-07T12:23:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:20 smithi138 ceph-mon[117003]: 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-07T12:23:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:20 smithi161 ceph-mon[116604]: 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-07T12:23:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:20 smithi028 ceph-mon[112123]: 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-07T12:23:21.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:21.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:21.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:22.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:22.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:22.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:22.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:22.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:22 smithi138 ceph-mon[117003]: 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-07T12:23:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:22 smithi138 ceph-mon[117003]: from='client.372357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:22 smithi161 ceph-mon[116604]: 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-07T12:23:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:22 smithi161 ceph-mon[116604]: from='client.372357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:22 smithi028 ceph-mon[112123]: 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-07T12:23:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:22 smithi028 ceph-mon[112123]: from='client.372357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:24 smithi138 ceph-mon[117003]: 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-07T12:23:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:24 smithi161 ceph-mon[116604]: 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-07T12:23:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:24 smithi028 ceph-mon[112123]: 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-07T12:23:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:26 smithi138 ceph-mon[117003]: 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-07T12:23:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:26 smithi161 ceph-mon[116604]: 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-07T12:23:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:26 smithi028 ceph-mon[112123]: 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-07T12:23:27.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:27.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:27.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:27.829 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:27.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:27.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:27.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:27.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:28 smithi138 ceph-mon[117003]: 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-07T12:23:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:28 smithi138 ceph-mon[117003]: from='client.372435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:28 smithi161 ceph-mon[116604]: 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-07T12:23:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:28 smithi161 ceph-mon[116604]: from='client.372435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:28 smithi028 ceph-mon[112123]: 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-07T12:23:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:28 smithi028 ceph-mon[112123]: from='client.372435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:30 smithi138 ceph-mon[117003]: 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-07T12:23:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:30 smithi161 ceph-mon[116604]: 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-07T12:23:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:30 smithi028 ceph-mon[112123]: 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-07T12:23:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:32 smithi138 ceph-mon[117003]: 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-07T12:23:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:32 smithi161 ceph-mon[116604]: 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-07T12:23:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:32 smithi028 ceph-mon[112123]: 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-07T12:23:32.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:32.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:32.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:33.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:33.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:33.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:33.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:33.606 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:34 smithi138 ceph-mon[117003]: 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-07T12:23:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:34 smithi138 ceph-mon[117003]: from='client.372513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:34 smithi161 ceph-mon[116604]: 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-07T12:23:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:34 smithi161 ceph-mon[116604]: from='client.372513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:34 smithi028 ceph-mon[112123]: 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-07T12:23:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:34 smithi028 ceph-mon[112123]: from='client.372513 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:36 smithi138 ceph-mon[117003]: pgmap v13706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:36 smithi161 ceph-mon[116604]: pgmap v13706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:36 smithi028 ceph-mon[112123]: pgmap v13706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:23:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:38 smithi138 ceph-mon[117003]: pgmap v13707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:38.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:38.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:38.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:38 smithi161 ceph-mon[116604]: pgmap v13707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:38.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:38 smithi028 ceph-mon[112123]: pgmap v13707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:39.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:39.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:39.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:39.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:39.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:40 smithi138 ceph-mon[117003]: pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:40 smithi138 ceph-mon[117003]: from='client.372591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:40 smithi161 ceph-mon[116604]: pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:40 smithi161 ceph-mon[116604]: from='client.372591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:40 smithi028 ceph-mon[112123]: pgmap v13708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:40 smithi028 ceph-mon[112123]: from='client.372591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:42 smithi138 ceph-mon[117003]: pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:23:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:42 smithi161 ceph-mon[116604]: pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:23:42.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:42 smithi028 ceph-mon[112123]: pgmap v13709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:23:44.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:44.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:44.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:44 smithi138 ceph-mon[117003]: pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:23:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:44 smithi161 ceph-mon[116604]: pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:23:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:44 smithi028 ceph-mon[112123]: pgmap v13710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:23:45.141 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:45.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:45.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:45.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:45.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:46 smithi138 ceph-mon[117003]: from='client.372666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:46 smithi138 ceph-mon[117003]: 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-07T12:23:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:46 smithi161 ceph-mon[116604]: from='client.372666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:46 smithi161 ceph-mon[116604]: 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-07T12:23:46.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:46 smithi028 ceph-mon[112123]: from='client.372666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:46 smithi028 ceph-mon[112123]: 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-07T12:23:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:48 smithi138 ceph-mon[117003]: pgmap v13712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:48 smithi161 ceph-mon[116604]: pgmap v13712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:48 smithi028 ceph-mon[112123]: pgmap v13712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:50.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:50.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:50.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:50 smithi138 ceph-mon[117003]: pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:50.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:50 smithi161 ceph-mon[116604]: pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:50.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:50 smithi028 ceph-mon[112123]: pgmap v13713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:23:50.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:50.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:50.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:50.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:50.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:51 smithi161 ceph-mon[116604]: from='client.372741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:51 smithi028 ceph-mon[112123]: from='client.372741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:51 smithi138 ceph-mon[117003]: from='client.372741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:52 smithi138 ceph-mon[117003]: pgmap v13714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:52.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:52 smithi161 ceph-mon[116604]: pgmap v13714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:52.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:52 smithi028 ceph-mon[112123]: pgmap v13714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:23:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:54 smithi161 ceph-mon[116604]: pgmap v13715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:23:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:54 smithi028 ceph-mon[112123]: pgmap v13715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:23:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:54 smithi138 ceph-mon[117003]: pgmap v13715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:23:55.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:23:55.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:23:55.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:23:56.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:56 smithi161 ceph-mon[116604]: pgmap v13716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:23:56.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:56 smithi028 ceph-mon[112123]: pgmap v13716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:23:56.718 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:23:56.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:23:56.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:23:56.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:23:56.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:23:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:56 smithi138 ceph-mon[117003]: pgmap v13716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:23:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:57 smithi161 ceph-mon[116604]: from='client.372819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:57.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:57 smithi028 ceph-mon[112123]: from='client.372819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:57 smithi138 ceph-mon[117003]: from='client.372819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:23:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:23:58 smithi161 ceph-mon[116604]: 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-07T12:23:58.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:23:58 smithi028 ceph-mon[112123]: 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-07T12:23:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:23:58 smithi138 ceph-mon[117003]: 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-07T12:24:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:00 smithi161 ceph-mon[116604]: 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-07T12:24:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:00 smithi028 ceph-mon[112123]: 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-07T12:24:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:00 smithi138 ceph-mon[117003]: 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-07T12:24:01.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:01.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:01.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:02.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:02.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:02.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:02.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:02.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:02 smithi161 ceph-mon[116604]: 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-07T12:24:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:24:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:02 smithi028 ceph-mon[112123]: 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-07T12:24:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:24:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:02 smithi138 ceph-mon[117003]: 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-07T12:24:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:24:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='client.372894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='client.372894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='client.372894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:04 smithi161 ceph-mon[116604]: 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-07T12:24:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:24:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:04 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15698M 2023-12-07T12:24:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:24:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:24:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:04 smithi028 ceph-mon[112123]: 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-07T12:24:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:24:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:04 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15698M 2023-12-07T12:24:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:24:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:24:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:04 smithi138 ceph-mon[117003]: 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-07T12:24:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:24:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:04 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15698M 2023-12-07T12:24:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:24:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:24:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:24:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:06 smithi161 ceph-mon[116604]: 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-07T12:24:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:06 smithi028 ceph-mon[112123]: 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-07T12:24:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:06 smithi138 ceph-mon[117003]: 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-07T12:24:07.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:07.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:07.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:08.316 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:08.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:08.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:08.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:08.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:08 smithi161 ceph-mon[116604]: 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-07T12:24:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:08 smithi028 ceph-mon[112123]: 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-07T12:24:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:08 smithi138 ceph-mon[117003]: 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-07T12:24:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:09 smithi161 ceph-mon[116604]: from='client.372963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:09 smithi028 ceph-mon[112123]: from='client.372963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:09 smithi138 ceph-mon[117003]: from='client.372963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:10 smithi161 ceph-mon[116604]: 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-07T12:24:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:10 smithi028 ceph-mon[112123]: 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-07T12:24:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:10 smithi138 ceph-mon[117003]: 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-07T12:24:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:12 smithi161 ceph-mon[116604]: 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-07T12:24:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:12 smithi028 ceph-mon[112123]: 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-07T12:24:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:12 smithi138 ceph-mon[117003]: 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-07T12:24:13.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:13.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:13.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:14.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:14.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:14.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:14.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:14.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:14 smithi161 ceph-mon[116604]: 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-07T12:24:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:14 smithi161 ceph-mon[116604]: from='client.373038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:14 smithi028 ceph-mon[112123]: 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-07T12:24:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:14 smithi028 ceph-mon[112123]: from='client.373038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:14 smithi138 ceph-mon[117003]: 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-07T12:24:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:14 smithi138 ceph-mon[117003]: from='client.373038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:16.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:16 smithi161 ceph-mon[116604]: pgmap v13726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:16 smithi028 ceph-mon[112123]: pgmap v13726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:16 smithi138 ceph-mon[117003]: pgmap v13726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:24:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:18 smithi161 ceph-mon[116604]: pgmap v13727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:18 smithi028 ceph-mon[112123]: pgmap v13727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:18 smithi138 ceph-mon[117003]: pgmap v13727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:19.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:19.096 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:19.096 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:19.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:19.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:19.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:19.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:19.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:20 smithi161 ceph-mon[116604]: pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:20 smithi161 ceph-mon[116604]: from='client.373113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:20 smithi028 ceph-mon[112123]: pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:20 smithi028 ceph-mon[112123]: from='client.373113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:20 smithi138 ceph-mon[117003]: pgmap v13728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:20 smithi138 ceph-mon[117003]: from='client.373113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:22 smithi161 ceph-mon[116604]: 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-07T12:24:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:22 smithi028 ceph-mon[112123]: 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-07T12:24:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:22 smithi138 ceph-mon[117003]: 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-07T12:24:24.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:24.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:24.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:24 smithi161 ceph-mon[116604]: 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-07T12:24:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:24 smithi028 ceph-mon[112123]: 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-07T12:24:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:24 smithi138 ceph-mon[117003]: 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-07T12:24:25.685 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:25.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:25.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:25.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:25.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:26 smithi161 ceph-mon[116604]: 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-07T12:24:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:26 smithi161 ceph-mon[116604]: from='client.373188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:26 smithi028 ceph-mon[112123]: 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-07T12:24:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:26 smithi028 ceph-mon[112123]: from='client.373188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:26 smithi138 ceph-mon[117003]: 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-07T12:24:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:26 smithi138 ceph-mon[117003]: from='client.373188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:28 smithi161 ceph-mon[116604]: pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:28 smithi028 ceph-mon[112123]: pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:28 smithi138 ceph-mon[117003]: pgmap v13732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:30.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:30.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:30.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:30 smithi161 ceph-mon[116604]: pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:30 smithi028 ceph-mon[112123]: pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:30 smithi138 ceph-mon[117003]: pgmap v13733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:24:31.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:31.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:31.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:31.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:31.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:32 smithi161 ceph-mon[116604]: pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:32 smithi161 ceph-mon[116604]: from='client.373266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:32 smithi028 ceph-mon[112123]: pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:32 smithi028 ceph-mon[112123]: from='client.373266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:32 smithi138 ceph-mon[117003]: pgmap v13734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:24:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:32 smithi138 ceph-mon[117003]: from='client.373266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:34 smithi161 ceph-mon[116604]: 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-07T12:24:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:34 smithi028 ceph-mon[112123]: 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-07T12:24:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:34 smithi138 ceph-mon[117003]: 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-07T12:24:36.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:36.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:36.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:36 smithi161 ceph-mon[116604]: 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-07T12:24:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:36 smithi028 ceph-mon[112123]: 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-07T12:24:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:36 smithi138 ceph-mon[117003]: 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-07T12:24:37.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:37.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:37.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:37.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:37.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:38 smithi161 ceph-mon[116604]: from='client.373344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:38 smithi161 ceph-mon[116604]: 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-07T12:24:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:38 smithi028 ceph-mon[112123]: from='client.373344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:38 smithi028 ceph-mon[112123]: 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-07T12:24:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:38 smithi138 ceph-mon[117003]: from='client.373344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:38 smithi138 ceph-mon[117003]: 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-07T12:24:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:40 smithi161 ceph-mon[116604]: 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-07T12:24:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:40 smithi028 ceph-mon[112123]: 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-07T12:24:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:40 smithi138 ceph-mon[117003]: 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-07T12:24:42.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:42.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:42.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:42.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:42 smithi161 ceph-mon[116604]: 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-07T12:24:42.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:42 smithi028 ceph-mon[112123]: 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-07T12:24:43.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:43.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:43.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:43.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:43.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:42 smithi138 ceph-mon[117003]: 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-07T12:24:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:43 smithi161 ceph-mon[116604]: from='client.373419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:43.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:43 smithi028 ceph-mon[112123]: from='client.373419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:43 smithi138 ceph-mon[117003]: from='client.373419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:44 smithi161 ceph-mon[116604]: 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-07T12:24:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:44 smithi028 ceph-mon[112123]: 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-07T12:24:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:44 smithi138 ceph-mon[117003]: 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-07T12:24:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:46 smithi161 ceph-mon[116604]: 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-07T12:24:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:46 smithi028 ceph-mon[112123]: 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-07T12:24:47.158 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:46 smithi138 ceph-mon[117003]: 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-07T12:24:48.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:48.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:48.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:48.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:48.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:48.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:48.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:48.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:48 smithi161 ceph-mon[116604]: 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-07T12:24:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:48 smithi028 ceph-mon[112123]: 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-07T12:24:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:48 smithi138 ceph-mon[117003]: 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-07T12:24:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:49 smithi161 ceph-mon[116604]: from='client.373497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:49 smithi028 ceph-mon[112123]: from='client.373497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:49 smithi138 ceph-mon[117003]: from='client.373497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:50 smithi161 ceph-mon[116604]: 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-07T12:24:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:50 smithi028 ceph-mon[112123]: 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-07T12:24:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:50 smithi138 ceph-mon[117003]: 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-07T12:24:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:52 smithi161 ceph-mon[116604]: 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-07T12:24:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:52 smithi028 ceph-mon[112123]: 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-07T12:24:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:52 smithi138 ceph-mon[117003]: 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-07T12:24:53.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:53.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:53.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:24:54.584 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:24:54.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:24:54.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:24:54.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:24:54.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:24:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:54 smithi161 ceph-mon[116604]: 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-07T12:24:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:54 smithi028 ceph-mon[112123]: 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-07T12:24:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:54 smithi138 ceph-mon[117003]: 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-07T12:24:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:55 smithi161 ceph-mon[116604]: from='client.373572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:55.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:55 smithi028 ceph-mon[112123]: from='client.373572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:55 smithi138 ceph-mon[117003]: from='client.373572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:24:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:56 smithi161 ceph-mon[116604]: 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-07T12:24:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:56 smithi028 ceph-mon[112123]: 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-07T12:24:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:56 smithi138 ceph-mon[117003]: 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-07T12:24:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:24:58 smithi161 ceph-mon[116604]: 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-07T12:24:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:24:58 smithi028 ceph-mon[112123]: 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-07T12:24:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:24:58 smithi138 ceph-mon[117003]: 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-07T12:24:59.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:24:59.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:24:59.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:00.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:00.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:00.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:00.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:00.360 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:00 smithi161 ceph-mon[116604]: 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-07T12:25:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:00 smithi028 ceph-mon[112123]: 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-07T12:25:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:00 smithi138 ceph-mon[117003]: 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-07T12:25:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:01 smithi161 ceph-mon[116604]: from='client.373644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:01.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:01 smithi028 ceph-mon[112123]: from='client.373644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:01 smithi138 ceph-mon[117003]: from='client.373644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:02 smithi161 ceph-mon[116604]: 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-07T12:25:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:02 smithi028 ceph-mon[112123]: 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-07T12:25:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:02 smithi138 ceph-mon[117003]: 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-07T12:25:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:04 smithi161 ceph-mon[116604]: 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-07T12:25:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:25:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:25:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:25:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:25:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:04 smithi028 ceph-mon[112123]: 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-07T12:25:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:25:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:25:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:25:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:25:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:04 smithi138 ceph-mon[117003]: 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-07T12:25:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:25:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:25:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:25:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:25:05.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:05.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:05.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:06.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:06.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:06.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:06.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:06.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:06 smithi161 ceph-mon[116604]: 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-07T12:25:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:06 smithi028 ceph-mon[112123]: 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-07T12:25:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:06 smithi138 ceph-mon[117003]: 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-07T12:25:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:07 smithi161 ceph-mon[116604]: from='client.373722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:07 smithi028 ceph-mon[112123]: from='client.373722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:07 smithi138 ceph-mon[117003]: from='client.373722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:08 smithi161 ceph-mon[116604]: 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-07T12:25:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:08 smithi028 ceph-mon[112123]: 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-07T12:25:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:08 smithi138 ceph-mon[117003]: 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-07T12:25:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:10 smithi161 ceph-mon[116604]: 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-07T12:25:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:10 smithi028 ceph-mon[112123]: 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-07T12:25:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:10 smithi138 ceph-mon[117003]: 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-07T12:25:11.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:11.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:11.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:11.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:11.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:11.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:11.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:11.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:12 smithi161 ceph-mon[116604]: 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-07T12:25:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:12 smithi161 ceph-mon[116604]: from='client.373794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:12 smithi028 ceph-mon[112123]: 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-07T12:25:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:12 smithi028 ceph-mon[112123]: from='client.373794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:12 smithi138 ceph-mon[117003]: 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-07T12:25:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:12 smithi138 ceph-mon[117003]: from='client.373794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:14 smithi161 ceph-mon[116604]: 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-07T12:25:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:14 smithi028 ceph-mon[112123]: 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-07T12:25:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:14 smithi138 ceph-mon[117003]: 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-07T12:25:16.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:16.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:16.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:16 smithi161 ceph-mon[116604]: 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-07T12:25:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:16 smithi028 ceph-mon[112123]: 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-07T12:25:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:16 smithi138 ceph-mon[117003]: 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-07T12:25:17.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:17.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:17.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:17.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:17.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:18 smithi161 ceph-mon[116604]: 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-07T12:25:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:18 smithi161 ceph-mon[116604]: from='client.373863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:18 smithi028 ceph-mon[112123]: 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-07T12:25:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:18 smithi028 ceph-mon[112123]: from='client.373863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:18 smithi138 ceph-mon[117003]: 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-07T12:25:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:18 smithi138 ceph-mon[117003]: from='client.373863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:20 smithi161 ceph-mon[116604]: 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-07T12:25:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:20 smithi028 ceph-mon[112123]: 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-07T12:25:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:20 smithi138 ceph-mon[117003]: 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-07T12:25:22.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:22.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:22.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:22 smithi161 ceph-mon[116604]: 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-07T12:25:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:22 smithi028 ceph-mon[112123]: 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-07T12:25:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:22 smithi138 ceph-mon[117003]: 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-07T12:25:23.469 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:23.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:23.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:23.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:23.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:24 smithi161 ceph-mon[116604]: 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-07T12:25:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:24 smithi161 ceph-mon[116604]: from='client.373938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:24 smithi028 ceph-mon[112123]: 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-07T12:25:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:24 smithi028 ceph-mon[112123]: from='client.373938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:24 smithi138 ceph-mon[117003]: 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-07T12:25:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:24 smithi138 ceph-mon[117003]: from='client.373938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:26 smithi161 ceph-mon[116604]: 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-07T12:25:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:26 smithi028 ceph-mon[112123]: 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-07T12:25:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:26 smithi138 ceph-mon[117003]: 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-07T12:25:28.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:28.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:28.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:28 smithi161 ceph-mon[116604]: 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-07T12:25:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:28 smithi028 ceph-mon[112123]: 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-07T12:25:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:28 smithi138 ceph-mon[117003]: 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-07T12:25:29.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:29.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:29.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:29.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:29.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:30 smithi161 ceph-mon[116604]: from='client.374007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:30 smithi161 ceph-mon[116604]: 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-07T12:25:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:30 smithi028 ceph-mon[112123]: from='client.374007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:30 smithi028 ceph-mon[112123]: 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-07T12:25:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:30 smithi138 ceph-mon[117003]: from='client.374007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:30 smithi138 ceph-mon[117003]: 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-07T12:25:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:32 smithi028 ceph-mon[112123]: pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:25:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:32 smithi138 ceph-mon[117003]: pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:25:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:32 smithi161 ceph-mon[116604]: pgmap v13764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:25:34.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:34.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:34.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:34 smithi028 ceph-mon[112123]: pgmap v13765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:25:34.998 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:34.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:34.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:34.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:34.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:34 smithi138 ceph-mon[117003]: pgmap v13765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:25:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:34 smithi161 ceph-mon[116604]: pgmap v13765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:25:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:35 smithi028 ceph-mon[112123]: from='client.374082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:35 smithi138 ceph-mon[117003]: from='client.374082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:35 smithi161 ceph-mon[116604]: from='client.374082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:36 smithi028 ceph-mon[112123]: 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-07T12:25:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:36 smithi138 ceph-mon[117003]: 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-07T12:25:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:36 smithi161 ceph-mon[116604]: 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-07T12:25:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:38 smithi028 ceph-mon[112123]: 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-07T12:25:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:38 smithi138 ceph-mon[117003]: 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-07T12:25:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:38 smithi161 ceph-mon[116604]: 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-07T12:25:39.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:40.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:40.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:40.764 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:40.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:40.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:40.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:40.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:40 smithi028 ceph-mon[112123]: 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-07T12:25:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:40 smithi138 ceph-mon[117003]: 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-07T12:25:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:40 smithi161 ceph-mon[116604]: 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-07T12:25:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:41 smithi028 ceph-mon[112123]: from='client.374160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:41 smithi138 ceph-mon[117003]: from='client.374160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:41 smithi161 ceph-mon[116604]: from='client.374160 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:42 smithi028 ceph-mon[112123]: 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-07T12:25:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:42 smithi138 ceph-mon[117003]: 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-07T12:25:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:42 smithi161 ceph-mon[116604]: 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-07T12:25:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:44 smithi028 ceph-mon[112123]: pgmap v13770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:25:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:44 smithi138 ceph-mon[117003]: pgmap v13770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:25:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:44 smithi161 ceph-mon[116604]: pgmap v13770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:25:45.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:45.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:45.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:46.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:46.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:46.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:46.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:46.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:46 smithi138 ceph-mon[117003]: pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:25:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:46 smithi161 ceph-mon[116604]: pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:25:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:46 smithi028 ceph-mon[112123]: pgmap v13771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:25:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:47 smithi138 ceph-mon[117003]: from='client.374235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:47 smithi161 ceph-mon[116604]: from='client.374235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:47 smithi028 ceph-mon[112123]: from='client.374235 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:48 smithi138 ceph-mon[117003]: 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-07T12:25:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:48 smithi161 ceph-mon[116604]: 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-07T12:25:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:48 smithi028 ceph-mon[112123]: 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-07T12:25:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:50 smithi138 ceph-mon[117003]: 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-07T12:25:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:50 smithi161 ceph-mon[116604]: 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-07T12:25:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:50 smithi028 ceph-mon[112123]: 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-07T12:25:51.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:51.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:51.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:52.329 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:52.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:52.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:52.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:52.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:52 smithi138 ceph-mon[117003]: 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-07T12:25:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:52 smithi161 ceph-mon[116604]: 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-07T12:25:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:52 smithi028 ceph-mon[112123]: 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-07T12:25:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:53 smithi138 ceph-mon[117003]: from='client.374313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:53 smithi161 ceph-mon[116604]: from='client.374313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:53 smithi028 ceph-mon[112123]: from='client.374313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:54 smithi138 ceph-mon[117003]: 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-07T12:25:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:54 smithi161 ceph-mon[116604]: 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-07T12:25:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:54 smithi028 ceph-mon[112123]: 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-07T12:25:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:56 smithi138 ceph-mon[117003]: 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-07T12:25:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:56 smithi161 ceph-mon[116604]: 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-07T12:25:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:56 smithi028 ceph-mon[112123]: 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-07T12:25:57.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:25:57.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:25:57.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:25:58.110 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:25:58.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:25:58.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:25:58.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:25:58.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:25:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:58 smithi138 ceph-mon[117003]: 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-07T12:25:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:25:58 smithi138 ceph-mon[117003]: from='client.374391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:58 smithi161 ceph-mon[116604]: 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-07T12:25:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:25:58 smithi161 ceph-mon[116604]: from='client.374391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:25:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:58 smithi028 ceph-mon[112123]: 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-07T12:25:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:25:58 smithi028 ceph-mon[112123]: from='client.374391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:00 smithi138 ceph-mon[117003]: 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-07T12:26:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:00 smithi161 ceph-mon[116604]: 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-07T12:26:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:00 smithi028 ceph-mon[112123]: 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-07T12:26:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:01 smithi161 ceph-mon[116604]: 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-07T12:26:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:01 smithi028 ceph-mon[112123]: 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-07T12:26:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:01 smithi138 ceph-mon[117003]: 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-07T12:26:03.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:03.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:03.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:03.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:03.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:03.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:03.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:03.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:04 smithi138 ceph-mon[117003]: 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-07T12:26:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:04 smithi138 ceph-mon[117003]: from='client.374463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:04 smithi161 ceph-mon[116604]: 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-07T12:26:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:04 smithi161 ceph-mon[116604]: from='client.374463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:04 smithi028 ceph-mon[112123]: 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-07T12:26:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:04 smithi028 ceph-mon[112123]: from='client.374463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:26:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:26:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:26:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:26:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:26:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:26:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:26:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:26:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:26:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:26:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:26:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:26:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:06 smithi161 ceph-mon[116604]: 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-07T12:26:06.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:06 smithi028 ceph-mon[112123]: 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-07T12:26:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:06 smithi138 ceph-mon[117003]: 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-07T12:26:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:08 smithi161 ceph-mon[116604]: 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-07T12:26:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:08 smithi028 ceph-mon[112123]: 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-07T12:26:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:08 smithi138 ceph-mon[117003]: 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-07T12:26:08.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:08.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:08.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:09.689 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:09.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:09.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:09.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:09.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:10 smithi161 ceph-mon[116604]: 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-07T12:26:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:10 smithi161 ceph-mon[116604]: from='client.374535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:10.475 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:10 smithi028 ceph-mon[112123]: 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-07T12:26:10.475 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:10 smithi028 ceph-mon[112123]: from='client.374535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:10 smithi138 ceph-mon[117003]: 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-07T12:26:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:10 smithi138 ceph-mon[117003]: from='client.374535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:12 smithi161 ceph-mon[116604]: pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:12 smithi028 ceph-mon[112123]: pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:12 smithi138 ceph-mon[117003]: pgmap v13784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:14 smithi161 ceph-mon[116604]: pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:14 smithi028 ceph-mon[112123]: pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:14 smithi138 ceph-mon[117003]: pgmap v13785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:14.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:14.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:14.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:15.464 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:15.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:15.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:15.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:15.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:16 smithi161 ceph-mon[116604]: 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-07T12:26:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:16 smithi161 ceph-mon[116604]: from='client.374610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:16 smithi028 ceph-mon[112123]: 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-07T12:26:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:16 smithi028 ceph-mon[112123]: from='client.374610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:16 smithi138 ceph-mon[117003]: 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-07T12:26:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:16 smithi138 ceph-mon[117003]: from='client.374610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:18 smithi161 ceph-mon[116604]: 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-07T12:26:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:18 smithi028 ceph-mon[112123]: 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-07T12:26:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:18 smithi138 ceph-mon[117003]: 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-07T12:26:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:20 smithi161 ceph-mon[116604]: 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-07T12:26:20.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:20.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:20 smithi028 ceph-mon[112123]: 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-07T12:26:20.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:20.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:20 smithi138 ceph-mon[117003]: 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-07T12:26:21.238 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:21.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:21.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:21.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:21.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:22 smithi161 ceph-mon[116604]: from='client.374682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:22 smithi161 ceph-mon[116604]: 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-07T12:26:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:22 smithi028 ceph-mon[112123]: from='client.374682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:22 smithi028 ceph-mon[112123]: 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-07T12:26:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:22 smithi138 ceph-mon[117003]: from='client.374682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:22 smithi138 ceph-mon[117003]: 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-07T12:26:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:24 smithi161 ceph-mon[116604]: pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:24 smithi028 ceph-mon[112123]: pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:24 smithi138 ceph-mon[117003]: pgmap v13790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:26.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:26.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:26.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:26 smithi161 ceph-mon[116604]: pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:26 smithi028 ceph-mon[112123]: pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:26 smithi138 ceph-mon[117003]: pgmap v13791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:26:27.011 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:27.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:27.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:27.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:27.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:27 smithi161 ceph-mon[116604]: from='client.374757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:27 smithi028 ceph-mon[112123]: from='client.374757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:27 smithi138 ceph-mon[117003]: from='client.374757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:28 smithi161 ceph-mon[116604]: 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-07T12:26:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:28 smithi028 ceph-mon[112123]: 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-07T12:26:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:28 smithi138 ceph-mon[117003]: 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-07T12:26:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:30 smithi161 ceph-mon[116604]: 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-07T12:26:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:30 smithi028 ceph-mon[112123]: 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-07T12:26:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:30 smithi138 ceph-mon[117003]: 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-07T12:26:32.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:32.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:32.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:32 smithi161 ceph-mon[116604]: 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-07T12:26:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:32 smithi028 ceph-mon[112123]: 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-07T12:26:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:32 smithi138 ceph-mon[117003]: 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-07T12:26:32.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:32.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:32.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:32.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:32.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:33 smithi161 ceph-mon[116604]: from='client.374835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:33 smithi028 ceph-mon[112123]: from='client.374835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:33 smithi138 ceph-mon[117003]: from='client.374835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:34 smithi161 ceph-mon[116604]: 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-07T12:26:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:34 smithi028 ceph-mon[112123]: 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-07T12:26:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:34 smithi138 ceph-mon[117003]: 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-07T12:26:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:36 smithi161 ceph-mon[116604]: 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-07T12:26:36.518 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:36 smithi028 ceph-mon[112123]: 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-07T12:26:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:36 smithi138 ceph-mon[117003]: 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-07T12:26:37.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:37.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:37.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:38 smithi161 ceph-mon[116604]: 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-07T12:26:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:38 smithi028 ceph-mon[112123]: 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-07T12:26:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:38 smithi138 ceph-mon[117003]: 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-07T12:26:38.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:38.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:38.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:38.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:38.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:39 smithi161 ceph-mon[116604]: from='client.374913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:39 smithi028 ceph-mon[112123]: from='client.374913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:39 smithi138 ceph-mon[117003]: from='client.374913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:40 smithi161 ceph-mon[116604]: 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-07T12:26:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:40 smithi028 ceph-mon[112123]: 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-07T12:26:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:40 smithi138 ceph-mon[117003]: 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-07T12:26:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:42 smithi161 ceph-mon[116604]: 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-07T12:26:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:42 smithi028 ceph-mon[112123]: 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-07T12:26:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:42 smithi138 ceph-mon[117003]: 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-07T12:26:43.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:43.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:43.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:44.330 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:44.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:44.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:44.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:44.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:44 smithi161 ceph-mon[116604]: 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-07T12:26:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:44 smithi028 ceph-mon[112123]: 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-07T12:26:44.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:44 smithi138 ceph-mon[117003]: 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-07T12:26:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:45 smithi161 ceph-mon[116604]: from='client.374988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:45 smithi028 ceph-mon[112123]: from='client.374988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:45 smithi138 ceph-mon[117003]: from='client.374988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:46 smithi161 ceph-mon[116604]: pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:26:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:46 smithi028 ceph-mon[112123]: pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:26:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:46 smithi138 ceph-mon[117003]: pgmap v13801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:26:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:48 smithi161 ceph-mon[116604]: pgmap v13802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:26:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:48 smithi028 ceph-mon[112123]: pgmap v13802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:26:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:48 smithi138 ceph-mon[117003]: pgmap v13802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:26:49.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:49.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:49.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:50.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:50.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:50.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:50.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:50.097 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:50 smithi161 ceph-mon[116604]: pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:26:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:50 smithi161 ceph-mon[116604]: from='client.375063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:50 smithi028 ceph-mon[112123]: pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:26:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:50 smithi028 ceph-mon[112123]: from='client.375063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:50 smithi138 ceph-mon[117003]: pgmap v13803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:26:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:50 smithi138 ceph-mon[117003]: from='client.375063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:52 smithi161 ceph-mon[116604]: pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:52 smithi028 ceph-mon[112123]: pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:52 smithi138 ceph-mon[117003]: pgmap v13804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:26:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:54 smithi161 ceph-mon[116604]: pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:54 smithi028 ceph-mon[112123]: pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:54 smithi138 ceph-mon[117003]: pgmap v13805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:26:55.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:26:55.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:26:55.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:26:55.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:26:55.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:26:55.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:26:55.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:26:55.886 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:26:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:56 smithi161 ceph-mon[116604]: 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-07T12:26:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:56 smithi161 ceph-mon[116604]: from='client.375138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:56.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:56 smithi028 ceph-mon[112123]: 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-07T12:26:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:56 smithi028 ceph-mon[112123]: from='client.375138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:56 smithi138 ceph-mon[117003]: 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-07T12:26:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:56 smithi138 ceph-mon[117003]: from='client.375138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:26:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:26:58 smithi161 ceph-mon[116604]: pgmap v13807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:26:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:26:58 smithi028 ceph-mon[112123]: pgmap v13807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:26:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:26:58 smithi138 ceph-mon[117003]: pgmap v13807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:27:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:00 smithi161 ceph-mon[116604]: pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:27:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:00 smithi028 ceph-mon[112123]: pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:27:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:00 smithi138 ceph-mon[117003]: pgmap v13808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:27:00.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:00.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:00.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:01.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:01.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:01.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:01.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:01.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:02 smithi161 ceph-mon[116604]: pgmap v13809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:27:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:02 smithi161 ceph-mon[116604]: from='client.375216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:02 smithi028 ceph-mon[112123]: pgmap v13809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:27:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:02 smithi028 ceph-mon[112123]: from='client.375216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:02 smithi138 ceph-mon[117003]: pgmap v13809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:27:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:02 smithi138 ceph-mon[117003]: from='client.375216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:04 smithi161 ceph-mon[116604]: pgmap v13810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:04.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:04 smithi028 ceph-mon[112123]: pgmap v13810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:04 smithi138 ceph-mon[117003]: pgmap v13810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:06 smithi161 ceph-mon[116604]: pgmap v13811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:27:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:27:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:27:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:27:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:06 smithi028 ceph-mon[112123]: pgmap v13811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:27:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:27:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:27:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:27:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:06 smithi138 ceph-mon[117003]: pgmap v13811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:27:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:27:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:27:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:27:06.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:06.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:06.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:07.435 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:07.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:07.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:07.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:07.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:08 smithi161 ceph-mon[116604]: 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-07T12:27:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:08 smithi161 ceph-mon[116604]: from='client.375294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:08 smithi028 ceph-mon[112123]: 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-07T12:27:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:08 smithi028 ceph-mon[112123]: from='client.375294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:08 smithi138 ceph-mon[117003]: 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-07T12:27:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:08 smithi138 ceph-mon[117003]: from='client.375294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:10 smithi161 ceph-mon[116604]: 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-07T12:27:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:10 smithi028 ceph-mon[112123]: 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-07T12:27:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:10 smithi138 ceph-mon[117003]: 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-07T12:27:12.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:12.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:12.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:12 smithi028 ceph-mon[112123]: 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-07T12:27:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:12 smithi138 ceph-mon[117003]: 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-07T12:27:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:12 smithi161 ceph-mon[116604]: 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-07T12:27:13.209 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:13.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:13.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:13.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:13.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:14 smithi028 ceph-mon[112123]: from='client.375372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:14 smithi028 ceph-mon[112123]: 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-07T12:27:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:14 smithi138 ceph-mon[117003]: from='client.375372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:14 smithi138 ceph-mon[117003]: 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-07T12:27:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:14 smithi161 ceph-mon[116604]: from='client.375372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:14 smithi161 ceph-mon[116604]: 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-07T12:27:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:16 smithi028 ceph-mon[112123]: 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-07T12:27:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:16 smithi138 ceph-mon[117003]: 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-07T12:27:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:16 smithi161 ceph-mon[116604]: 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-07T12:27:18.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:18.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:18.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:18.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:18 smithi028 ceph-mon[112123]: 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-07T12:27:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:18 smithi138 ceph-mon[117003]: 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-07T12:27:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:18 smithi161 ceph-mon[116604]: 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-07T12:27:18.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:18.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:18.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:18.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:18.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:19 smithi028 ceph-mon[112123]: from='client.375450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:19 smithi138 ceph-mon[117003]: from='client.375450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:19 smithi161 ceph-mon[116604]: from='client.375450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:20 smithi028 ceph-mon[112123]: 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-07T12:27:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:20 smithi138 ceph-mon[117003]: 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-07T12:27:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:20 smithi161 ceph-mon[116604]: 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-07T12:27:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:22 smithi028 ceph-mon[112123]: 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-07T12:27:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:22 smithi138 ceph-mon[117003]: 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-07T12:27:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:22 smithi161 ceph-mon[116604]: 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-07T12:27:23.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:23.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:23.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:24.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:24 smithi028 ceph-mon[112123]: 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-07T12:27:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:24 smithi138 ceph-mon[117003]: 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-07T12:27:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:24 smithi161 ceph-mon[116604]: 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-07T12:27:24.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:24.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:24.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:24.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:24.756 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:25 smithi138 ceph-mon[117003]: from='client.375528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:25 smithi161 ceph-mon[116604]: from='client.375528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:25 smithi028 ceph-mon[112123]: from='client.375528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:26 smithi138 ceph-mon[117003]: pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:26 smithi161 ceph-mon[116604]: pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:26 smithi028 ceph-mon[112123]: pgmap v13821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:28 smithi138 ceph-mon[117003]: pgmap v13822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:28 smithi161 ceph-mon[116604]: pgmap v13822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:28 smithi028 ceph-mon[112123]: pgmap v13822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:29.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:29.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:29.758 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:30.526 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:30.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:30.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:30.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:30.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:30 smithi138 ceph-mon[117003]: pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:30 smithi161 ceph-mon[116604]: pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:30 smithi028 ceph-mon[112123]: pgmap v13823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:31 smithi138 ceph-mon[117003]: from='client.375603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:31 smithi161 ceph-mon[116604]: from='client.375603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:31 smithi028 ceph-mon[112123]: from='client.375603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:32 smithi138 ceph-mon[117003]: pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:32 smithi161 ceph-mon[116604]: pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:32 smithi028 ceph-mon[112123]: pgmap v13824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:34 smithi138 ceph-mon[117003]: pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:34 smithi161 ceph-mon[116604]: pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:34 smithi028 ceph-mon[112123]: pgmap v13825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:27:35.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:35.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:35.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:36.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:36.303 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:36.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:36.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:36.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:36 smithi138 ceph-mon[117003]: 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-07T12:27:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:36 smithi161 ceph-mon[116604]: 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-07T12:27:36.810 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:36 smithi028 ceph-mon[112123]: 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-07T12:27:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:37 smithi138 ceph-mon[117003]: from='client.375681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:37 smithi161 ceph-mon[116604]: from='client.375681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:37.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:37 smithi028 ceph-mon[112123]: from='client.375681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:38 smithi138 ceph-mon[117003]: pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:38 smithi161 ceph-mon[116604]: pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:38 smithi028 ceph-mon[112123]: pgmap v13827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:40 smithi138 ceph-mon[117003]: pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:40 smithi161 ceph-mon[116604]: pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:40 smithi028 ceph-mon[112123]: pgmap v13828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:41.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:41.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:41.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:42.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:42.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:42.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:42.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:42.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:42.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:42 smithi138 ceph-mon[117003]: pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:42.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:42 smithi138 ceph-mon[117003]: from='client.375753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:42.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:42 smithi161 ceph-mon[116604]: pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:42.695 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:42 smithi161 ceph-mon[116604]: from='client.375753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:42 smithi028 ceph-mon[112123]: pgmap v13829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:42 smithi028 ceph-mon[112123]: from='client.375753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:44 smithi138 ceph-mon[117003]: pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:44 smithi161 ceph-mon[116604]: pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:44 smithi028 ceph-mon[112123]: pgmap v13830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:27:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:46 smithi138 ceph-mon[117003]: pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:46 smithi161 ceph-mon[116604]: pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:46 smithi028 ceph-mon[112123]: pgmap v13831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:27:47.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:47.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:47.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:47.877 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:47.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:47.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:47.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:47.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:48 smithi138 ceph-mon[117003]: 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-07T12:27:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:48 smithi138 ceph-mon[117003]: from='client.375831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:48 smithi161 ceph-mon[116604]: 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-07T12:27:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:48 smithi161 ceph-mon[116604]: from='client.375831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:48 smithi028 ceph-mon[112123]: 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-07T12:27:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:48 smithi028 ceph-mon[112123]: from='client.375831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:50 smithi138 ceph-mon[117003]: 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-07T12:27:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:50 smithi161 ceph-mon[116604]: 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-07T12:27:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:50 smithi028 ceph-mon[112123]: 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-07T12:27:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:52 smithi138 ceph-mon[117003]: 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-07T12:27:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:52 smithi161 ceph-mon[116604]: 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-07T12:27:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:52 smithi028 ceph-mon[112123]: 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-07T12:27:52.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:52.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:52.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:53.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:53.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:53.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:53.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:53.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:27:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:54 smithi138 ceph-mon[117003]: 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-07T12:27:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:54 smithi138 ceph-mon[117003]: from='client.375906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:54 smithi161 ceph-mon[116604]: 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-07T12:27:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:54 smithi161 ceph-mon[116604]: from='client.375906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:54 smithi028 ceph-mon[112123]: 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-07T12:27:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:54 smithi028 ceph-mon[112123]: from='client.375906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:27:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:56 smithi138 ceph-mon[117003]: 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-07T12:27:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:56 smithi161 ceph-mon[116604]: 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-07T12:27:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:56 smithi028 ceph-mon[112123]: 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-07T12:27:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:27:58 smithi138 ceph-mon[117003]: 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-07T12:27:58.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:27:58.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:27:58.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:27:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:27:58 smithi161 ceph-mon[116604]: 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-07T12:27:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:27:58 smithi028 ceph-mon[112123]: 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-07T12:27:59.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:27:59.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:27:59.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:27:59.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:27:59.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:00 smithi138 ceph-mon[117003]: 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-07T12:28:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:00 smithi138 ceph-mon[117003]: from='client.375978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:00 smithi161 ceph-mon[116604]: 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-07T12:28:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:00 smithi161 ceph-mon[116604]: from='client.375978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:00 smithi028 ceph-mon[112123]: 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-07T12:28:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:00 smithi028 ceph-mon[112123]: from='client.375978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:02 smithi138 ceph-mon[117003]: pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:28:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:02 smithi161 ceph-mon[116604]: pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:28:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:02 smithi028 ceph-mon[112123]: pgmap v13839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:28:04.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:04.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:04.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:04 smithi138 ceph-mon[117003]: pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:28:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:04 smithi161 ceph-mon[116604]: pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:28:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:04 smithi028 ceph-mon[112123]: pgmap v13840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:28:05.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:05.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:05.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:05.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:05.194 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:06 smithi138 ceph-mon[117003]: from='client.376056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:06 smithi138 ceph-mon[117003]: pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:28:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:06 smithi161 ceph-mon[116604]: from='client.376056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:06 smithi161 ceph-mon[116604]: pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:28:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:06 smithi028 ceph-mon[112123]: from='client.376056 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:06 smithi028 ceph-mon[112123]: pgmap v13841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:28:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:28:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:28:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:28:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:28:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:28:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:28:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:28:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:28:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:28:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:08 smithi138 ceph-mon[117003]: pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:08 smithi161 ceph-mon[116604]: pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:08 smithi028 ceph-mon[112123]: pgmap v13842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:10.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:10.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:10.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:10 smithi138 ceph-mon[117003]: pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:10 smithi161 ceph-mon[116604]: pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:10 smithi028 ceph-mon[112123]: pgmap v13843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:10.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:10.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:10.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:10.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:10.968 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:11 smithi138 ceph-mon[117003]: from='client.376131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:11 smithi161 ceph-mon[116604]: from='client.376131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:11.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:11 smithi028 ceph-mon[112123]: from='client.376131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:12 smithi138 ceph-mon[117003]: pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:12 smithi161 ceph-mon[116604]: pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:12 smithi028 ceph-mon[112123]: pgmap v13844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:14 smithi138 ceph-mon[117003]: pgmap v13845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:28:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:14 smithi161 ceph-mon[116604]: pgmap v13845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:28:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:14 smithi028 ceph-mon[112123]: pgmap v13845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:28:15.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:15.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:15.970 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:16.747 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:16.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:16.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:16.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:16.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:16 smithi138 ceph-mon[117003]: pgmap v13846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:28:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:16 smithi161 ceph-mon[116604]: pgmap v13846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:28:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:16 smithi028 ceph-mon[112123]: pgmap v13846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:28:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:17 smithi138 ceph-mon[117003]: from='client.376209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:17 smithi161 ceph-mon[116604]: from='client.376209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:17 smithi028 ceph-mon[112123]: from='client.376209 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:18 smithi138 ceph-mon[117003]: pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:18 smithi161 ceph-mon[116604]: pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:18 smithi028 ceph-mon[112123]: pgmap v13847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:20 smithi138 ceph-mon[117003]: pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:20 smithi161 ceph-mon[116604]: pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:20 smithi028 ceph-mon[112123]: pgmap v13848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:21.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:21.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:21.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:22.517 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:22.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:22.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:22.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:22.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:22 smithi138 ceph-mon[117003]: pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:22 smithi161 ceph-mon[116604]: pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:22 smithi028 ceph-mon[112123]: pgmap v13849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:23 smithi138 ceph-mon[117003]: from='client.376287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:23 smithi161 ceph-mon[116604]: from='client.376287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:23 smithi028 ceph-mon[112123]: from='client.376287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:24 smithi138 ceph-mon[117003]: pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:24 smithi161 ceph-mon[116604]: pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:24 smithi028 ceph-mon[112123]: pgmap v13850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:26 smithi138 ceph-mon[117003]: pgmap v13851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:26 smithi161 ceph-mon[116604]: pgmap v13851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:26 smithi028 ceph-mon[112123]: pgmap v13851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:27.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:27.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:27.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:28.301 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:28.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:28.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:28.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:28.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:28 smithi138 ceph-mon[117003]: 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-07T12:28:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:28 smithi161 ceph-mon[116604]: 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-07T12:28:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:28 smithi028 ceph-mon[112123]: 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-07T12:28:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:29 smithi138 ceph-mon[117003]: from='client.376362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:29 smithi161 ceph-mon[116604]: from='client.376362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:29 smithi028 ceph-mon[112123]: from='client.376362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:30 smithi138 ceph-mon[117003]: 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-07T12:28:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:30 smithi161 ceph-mon[116604]: 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-07T12:28:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:30 smithi028 ceph-mon[112123]: 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-07T12:28:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:32 smithi138 ceph-mon[117003]: 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-07T12:28:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:32 smithi161 ceph-mon[116604]: 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-07T12:28:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:32 smithi028 ceph-mon[112123]: 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-07T12:28:33.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:33.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:33.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:34.076 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:34.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:34.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:34.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:34.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:34 smithi138 ceph-mon[117003]: 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-07T12:28:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:34 smithi138 ceph-mon[117003]: from='client.376440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:34 smithi161 ceph-mon[116604]: 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-07T12:28:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:34 smithi161 ceph-mon[116604]: from='client.376440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:34 smithi028 ceph-mon[112123]: 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-07T12:28:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:34 smithi028 ceph-mon[112123]: from='client.376440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:36 smithi138 ceph-mon[117003]: 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-07T12:28:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:36 smithi161 ceph-mon[116604]: 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-07T12:28:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:36 smithi028 ceph-mon[112123]: 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-07T12:28:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:38 smithi138 ceph-mon[117003]: 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-07T12:28:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:38 smithi161 ceph-mon[116604]: 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-07T12:28:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:38 smithi028 ceph-mon[112123]: 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-07T12:28:39.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:39.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:39.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:39.852 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:39.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:39.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:39.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:39.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:40 smithi138 ceph-mon[117003]: 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-07T12:28:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:40 smithi138 ceph-mon[117003]: from='client.376515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:40 smithi161 ceph-mon[116604]: 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-07T12:28:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:40 smithi161 ceph-mon[116604]: from='client.376515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:40 smithi028 ceph-mon[112123]: 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-07T12:28:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:40 smithi028 ceph-mon[112123]: from='client.376515 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:42 smithi161 ceph-mon[116604]: pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:42 smithi028 ceph-mon[112123]: pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:42 smithi138 ceph-mon[117003]: pgmap v13859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:44.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:44.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:44.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:44 smithi161 ceph-mon[116604]: pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:44 smithi028 ceph-mon[112123]: pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:44 smithi138 ceph-mon[117003]: pgmap v13860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:45.628 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:45.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:45.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:45.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:45.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:46 smithi161 ceph-mon[116604]: pgmap v13861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:46 smithi161 ceph-mon[116604]: from='client.376593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:46 smithi028 ceph-mon[112123]: pgmap v13861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:46 smithi028 ceph-mon[112123]: from='client.376593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:46 smithi138 ceph-mon[117003]: pgmap v13861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:46 smithi138 ceph-mon[117003]: from='client.376593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:48 smithi161 ceph-mon[116604]: pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:48 smithi028 ceph-mon[112123]: pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:48 smithi138 ceph-mon[117003]: pgmap v13862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:50.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:50.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:50.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:50 smithi161 ceph-mon[116604]: pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:50 smithi028 ceph-mon[112123]: pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:50 smithi138 ceph-mon[117003]: pgmap v13863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:28:51.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:51.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:51.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:51.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:51.408 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:52 smithi161 ceph-mon[116604]: from='client.376668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:52 smithi161 ceph-mon[116604]: pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:52 smithi028 ceph-mon[112123]: from='client.376668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:52 smithi028 ceph-mon[112123]: pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:52 smithi138 ceph-mon[117003]: from='client.376668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:52 smithi138 ceph-mon[117003]: pgmap v13864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:54 smithi161 ceph-mon[116604]: pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:54 smithi028 ceph-mon[112123]: pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:54 smithi138 ceph-mon[117003]: pgmap v13865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:56.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:28:56.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:28:56.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:28:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:56 smithi161 ceph-mon[116604]: pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:56.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:56 smithi028 ceph-mon[112123]: pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:56 smithi138 ceph-mon[117003]: pgmap v13866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:28:57.180 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:28:57.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:28:57.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:28:57.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:28:57.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:28:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:58 smithi161 ceph-mon[116604]: from='client.376743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:28:58 smithi161 ceph-mon[116604]: pgmap v13867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:58 smithi028 ceph-mon[112123]: from='client.376743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:28:58 smithi028 ceph-mon[112123]: pgmap v13867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:28:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:58 smithi138 ceph-mon[117003]: from='client.376743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:28:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:28:58 smithi138 ceph-mon[117003]: pgmap v13867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:00 smithi161 ceph-mon[116604]: pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:00 smithi028 ceph-mon[112123]: pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:00 smithi138 ceph-mon[117003]: pgmap v13868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:02.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:02.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:02.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:02 smithi161 ceph-mon[116604]: pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:02 smithi028 ceph-mon[112123]: pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:02.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:02.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:02.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:02.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:02.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:02 smithi138 ceph-mon[117003]: pgmap v13869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:03 smithi161 ceph-mon[116604]: from='client.376821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:03 smithi028 ceph-mon[112123]: from='client.376821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:03 smithi138 ceph-mon[117003]: from='client.376821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:04 smithi161 ceph-mon[116604]: pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:04 smithi028 ceph-mon[112123]: pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:04 smithi138 ceph-mon[117003]: pgmap v13870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:06 smithi161 ceph-mon[116604]: pgmap v13871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:06.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:06 smithi028 ceph-mon[112123]: pgmap v13871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:06 smithi138 ceph-mon[117003]: pgmap v13871: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:29:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:29:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:29:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:29:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:29:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:29:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:29:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:29:07.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:07.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:07.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:29:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:29:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:29:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:29:08.753 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:08.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:08.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:08.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:08.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:08 smithi161 ceph-mon[116604]: 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-07T12:29:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:08 smithi028 ceph-mon[112123]: 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-07T12:29:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:08 smithi138 ceph-mon[117003]: 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-07T12:29:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:09 smithi161 ceph-mon[116604]: from='client.376896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:09 smithi028 ceph-mon[112123]: from='client.376896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:09 smithi138 ceph-mon[117003]: from='client.376896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:10 smithi161 ceph-mon[116604]: 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-07T12:29:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:10 smithi028 ceph-mon[112123]: 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-07T12:29:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:10 smithi138 ceph-mon[117003]: 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-07T12:29:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:12 smithi161 ceph-mon[116604]: 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-07T12:29:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:12 smithi028 ceph-mon[112123]: 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-07T12:29:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:12 smithi138 ceph-mon[117003]: 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-07T12:29:13.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:13.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:13.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:14.523 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:14.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:14.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:14.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:14.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:14 smithi161 ceph-mon[116604]: 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-07T12:29:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:14 smithi028 ceph-mon[112123]: 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-07T12:29:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:14 smithi138 ceph-mon[117003]: 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-07T12:29:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:15 smithi161 ceph-mon[116604]: from='client.376971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:15 smithi028 ceph-mon[112123]: from='client.376971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:15 smithi138 ceph-mon[117003]: from='client.376971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:16 smithi161 ceph-mon[116604]: pgmap v13876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:16 smithi028 ceph-mon[112123]: pgmap v13876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:16 smithi138 ceph-mon[117003]: pgmap v13876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:18 smithi161 ceph-mon[116604]: pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:18 smithi028 ceph-mon[112123]: pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:18 smithi138 ceph-mon[117003]: pgmap v13877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:19.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:19.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:19.526 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:20.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:20.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:20.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:20.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:20.293 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:20 smithi161 ceph-mon[116604]: pgmap v13878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:20 smithi028 ceph-mon[112123]: pgmap v13878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:20 smithi138 ceph-mon[117003]: pgmap v13878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:21 smithi161 ceph-mon[116604]: from='client.377046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:21 smithi028 ceph-mon[112123]: from='client.377046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:21 smithi138 ceph-mon[117003]: from='client.377046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:22 smithi161 ceph-mon[116604]: pgmap v13879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:22 smithi028 ceph-mon[112123]: pgmap v13879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:22 smithi138 ceph-mon[117003]: pgmap v13879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:24 smithi161 ceph-mon[116604]: pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:24 smithi028 ceph-mon[112123]: pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:24 smithi138 ceph-mon[117003]: pgmap v13880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:25.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:25.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:25.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:26.073 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:26.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:26.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:26.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:26.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:26 smithi161 ceph-mon[116604]: pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:26 smithi161 ceph-mon[116604]: from='client.377121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:26 smithi028 ceph-mon[112123]: pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:26 smithi028 ceph-mon[112123]: from='client.377121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:26 smithi138 ceph-mon[117003]: pgmap v13881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:26 smithi138 ceph-mon[117003]: from='client.377121 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:28 smithi161 ceph-mon[116604]: 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-07T12:29:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:28 smithi028 ceph-mon[112123]: 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-07T12:29:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:28 smithi138 ceph-mon[117003]: 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-07T12:29:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:30 smithi161 ceph-mon[116604]: 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-07T12:29:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:30 smithi028 ceph-mon[112123]: 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-07T12:29:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:30 smithi138 ceph-mon[117003]: 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-07T12:29:31.075 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:31.075 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:31.075 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:31.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:31.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:31.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:31.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:31.839 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:32 smithi161 ceph-mon[116604]: pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:32 smithi161 ceph-mon[116604]: from='client.377196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:32 smithi028 ceph-mon[112123]: pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:32 smithi028 ceph-mon[112123]: from='client.377196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:32 smithi138 ceph-mon[117003]: pgmap v13884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:32 smithi138 ceph-mon[117003]: from='client.377196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:34 smithi161 ceph-mon[116604]: pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:34 smithi028 ceph-mon[112123]: pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:34 smithi138 ceph-mon[117003]: pgmap v13885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:36.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:36.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:36.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:36 smithi161 ceph-mon[116604]: pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:36 smithi028 ceph-mon[112123]: pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:36 smithi138 ceph-mon[117003]: pgmap v13886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:37.614 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:37.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:37.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:37.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:37.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:38 smithi161 ceph-mon[116604]: pgmap v13887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:38 smithi161 ceph-mon[116604]: from='client.377274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:38 smithi028 ceph-mon[112123]: pgmap v13887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:38 smithi028 ceph-mon[112123]: from='client.377274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:38 smithi138 ceph-mon[117003]: pgmap v13887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:38 smithi138 ceph-mon[117003]: from='client.377274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:40 smithi161 ceph-mon[116604]: pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:40 smithi028 ceph-mon[112123]: pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:40 smithi138 ceph-mon[117003]: pgmap v13888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:42.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:42.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:42.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:42 smithi161 ceph-mon[116604]: pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:42.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:42 smithi028 ceph-mon[112123]: pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:42 smithi138 ceph-mon[117003]: pgmap v13889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:29:43.383 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:43.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:43.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:43.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:43.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:44 smithi161 ceph-mon[116604]: from='client.377349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:44 smithi161 ceph-mon[116604]: 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-07T12:29:44.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:44 smithi028 ceph-mon[112123]: from='client.377349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:44 smithi028 ceph-mon[112123]: 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-07T12:29:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:44 smithi138 ceph-mon[117003]: from='client.377349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:44 smithi138 ceph-mon[117003]: 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-07T12:29:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:46 smithi161 ceph-mon[116604]: 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-07T12:29:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:46 smithi028 ceph-mon[112123]: 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-07T12:29:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:46 smithi138 ceph-mon[117003]: 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-07T12:29:48.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:48.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:48.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:48 smithi161 ceph-mon[116604]: 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-07T12:29:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:48 smithi028 ceph-mon[112123]: 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-07T12:29:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:48 smithi138 ceph-mon[117003]: 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-07T12:29:49.155 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:49.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:49.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:49.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:49.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:49 smithi161 ceph-mon[116604]: from='client.377421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:49 smithi028 ceph-mon[112123]: from='client.377421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:49 smithi138 ceph-mon[117003]: from='client.377421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:50.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:50 smithi161 ceph-mon[116604]: 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-07T12:29:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:50 smithi028 ceph-mon[112123]: 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-07T12:29:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:50 smithi138 ceph-mon[117003]: 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-07T12:29:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:52 smithi161 ceph-mon[116604]: 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-07T12:29:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:52 smithi028 ceph-mon[112123]: 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-07T12:29:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:52 smithi138 ceph-mon[117003]: 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-07T12:29:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:54.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:29:54.923 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:29:54.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:29:54.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:29:54.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:29:54.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:29:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:54 smithi161 ceph-mon[116604]: 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-07T12:29:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:54 smithi028 ceph-mon[112123]: 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-07T12:29:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:54 smithi138 ceph-mon[117003]: 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-07T12:29:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:55 smithi161 ceph-mon[116604]: from='client.377496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:55 smithi028 ceph-mon[112123]: from='client.377496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:55 smithi138 ceph-mon[117003]: from='client.377496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:29:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:56 smithi161 ceph-mon[116604]: pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:56 smithi028 ceph-mon[112123]: pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:56 smithi138 ceph-mon[117003]: pgmap v13896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:29:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:29:58 smithi161 ceph-mon[116604]: pgmap v13897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:29:58 smithi028 ceph-mon[112123]: pgmap v13897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:29:58 smithi138 ceph-mon[117003]: pgmap v13897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:29:59.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:29:59.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:29:59.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:00.698 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:00.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:00.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:00.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:00.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:00 smithi161 ceph-mon[116604]: pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T12:30:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:00 smithi028 ceph-mon[112123]: pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T12:30:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:00 smithi138 ceph-mon[117003]: pgmap v13898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T12:30:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:01 smithi161 ceph-mon[116604]: from='client.377574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:01 smithi028 ceph-mon[112123]: from='client.377574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:01 smithi138 ceph-mon[117003]: from='client.377574 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:02 smithi161 ceph-mon[116604]: pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:02.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:02 smithi028 ceph-mon[112123]: pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:02 smithi138 ceph-mon[117003]: pgmap v13899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:04 smithi161 ceph-mon[116604]: pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:04 smithi028 ceph-mon[112123]: pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:04 smithi138 ceph-mon[117003]: pgmap v13900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:05.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:05.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:05.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:06.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:06.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:06.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:06.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:06.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:06 smithi161 ceph-mon[116604]: pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:06 smithi028 ceph-mon[112123]: pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:06 smithi138 ceph-mon[117003]: pgmap v13901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:07 smithi161 ceph-mon[116604]: from='client.377652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:30:07.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:07 smithi028 ceph-mon[112123]: from='client.377652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:30:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:07 smithi138 ceph-mon[117003]: from='client.377652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:30:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:08 smithi161 ceph-mon[116604]: 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-07T12:30:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:30:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:30:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:30:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:08 smithi028 ceph-mon[112123]: 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-07T12:30:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:30:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:30:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:30:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:08 smithi138 ceph-mon[117003]: 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-07T12:30:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:30:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:30:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:30:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:10 smithi028 ceph-mon[112123]: 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-07T12:30:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:10 smithi138 ceph-mon[117003]: 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-07T12:30:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:10 smithi161 ceph-mon[116604]: 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-07T12:30:11.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:11.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:11.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:12.250 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:12.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:12.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:12.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:12.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:12 smithi028 ceph-mon[112123]: pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:12 smithi138 ceph-mon[117003]: pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:12 smithi161 ceph-mon[116604]: pgmap v13904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:13.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:13 smithi028 ceph-mon[112123]: from='client.377730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:13 smithi138 ceph-mon[117003]: from='client.377730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:13 smithi161 ceph-mon[116604]: from='client.377730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:14 smithi028 ceph-mon[112123]: pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:14 smithi138 ceph-mon[117003]: pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:14 smithi161 ceph-mon[116604]: pgmap v13905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:16.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:16 smithi028 ceph-mon[112123]: pgmap v13906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:16 smithi138 ceph-mon[117003]: pgmap v13906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:16 smithi161 ceph-mon[116604]: pgmap v13906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:17.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:17.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:17.253 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:18.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:18.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:18.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:18.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:18.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:18 smithi028 ceph-mon[112123]: pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:18 smithi028 ceph-mon[112123]: from='client.377802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:18 smithi138 ceph-mon[117003]: pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:18 smithi138 ceph-mon[117003]: from='client.377802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:18 smithi161 ceph-mon[116604]: pgmap v13907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:18 smithi161 ceph-mon[116604]: from='client.377802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:20 smithi028 ceph-mon[112123]: pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:20 smithi138 ceph-mon[117003]: pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:20 smithi161 ceph-mon[116604]: pgmap v13908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:22 smithi028 ceph-mon[112123]: pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:23.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:23.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:23.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:22 smithi138 ceph-mon[117003]: pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:22 smithi161 ceph-mon[116604]: pgmap v13909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:23.803 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:23.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:23.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:23.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:23.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:24 smithi028 ceph-mon[112123]: 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-07T12:30:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:24 smithi028 ceph-mon[112123]: from='client.377880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:24 smithi138 ceph-mon[117003]: 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-07T12:30:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:24 smithi138 ceph-mon[117003]: from='client.377880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:24 smithi161 ceph-mon[116604]: 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-07T12:30:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:24 smithi161 ceph-mon[116604]: from='client.377880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:26 smithi138 ceph-mon[117003]: 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-07T12:30:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:26 smithi161 ceph-mon[116604]: 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-07T12:30:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:26 smithi028 ceph-mon[112123]: 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-07T12:30:28.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:28.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:28.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:28 smithi138 ceph-mon[117003]: 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-07T12:30:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:28 smithi161 ceph-mon[116604]: 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-07T12:30:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:28 smithi028 ceph-mon[112123]: 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-07T12:30:29.577 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:29.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:29.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:29.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:29.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:30 smithi138 ceph-mon[117003]: 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-07T12:30:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:30 smithi138 ceph-mon[117003]: from='client.377952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:30 smithi161 ceph-mon[116604]: 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-07T12:30:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:30 smithi161 ceph-mon[116604]: from='client.377952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:30 smithi028 ceph-mon[112123]: 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-07T12:30:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:30 smithi028 ceph-mon[112123]: from='client.377952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:32 smithi138 ceph-mon[117003]: pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:32 smithi161 ceph-mon[116604]: pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:33.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:32 smithi028 ceph-mon[112123]: pgmap v13914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:34.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:34.580 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:34.580 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:34 smithi138 ceph-mon[117003]: pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:34 smithi161 ceph-mon[116604]: pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:34 smithi028 ceph-mon[112123]: pgmap v13915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:35.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:35.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:35.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:35.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:35.354 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:36 smithi138 ceph-mon[117003]: from='client.378024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:36 smithi138 ceph-mon[117003]: pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:36 smithi161 ceph-mon[116604]: from='client.378024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:36 smithi161 ceph-mon[116604]: pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:36 smithi028 ceph-mon[112123]: from='client.378024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:36 smithi028 ceph-mon[112123]: pgmap v13916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:38 smithi138 ceph-mon[117003]: pgmap v13917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:38 smithi161 ceph-mon[116604]: pgmap v13917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:38 smithi028 ceph-mon[112123]: pgmap v13917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:40.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:40.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:40.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:40 smithi138 ceph-mon[117003]: pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:41.136 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:41.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:41.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:41.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:41.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:40 smithi161 ceph-mon[116604]: pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:40 smithi028 ceph-mon[112123]: pgmap v13918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:30:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:41 smithi138 ceph-mon[117003]: from='client.378099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:41 smithi161 ceph-mon[116604]: from='client.378099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:41 smithi028 ceph-mon[112123]: from='client.378099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:42 smithi138 ceph-mon[117003]: pgmap v13919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:42 smithi161 ceph-mon[116604]: pgmap v13919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:42 smithi028 ceph-mon[112123]: pgmap v13919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:44 smithi138 ceph-mon[117003]: 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-07T12:30:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:44 smithi161 ceph-mon[116604]: 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-07T12:30:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:44 smithi028 ceph-mon[112123]: 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-07T12:30:46.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:46.138 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:46.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:46.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:46.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:46.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:46.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:46.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:46 smithi138 ceph-mon[117003]: 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-07T12:30:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:46 smithi161 ceph-mon[116604]: 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-07T12:30:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:46 smithi028 ceph-mon[112123]: 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-07T12:30:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:47 smithi138 ceph-mon[117003]: from='client.378177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:48.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:47 smithi161 ceph-mon[116604]: from='client.378177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:47 smithi028 ceph-mon[112123]: from='client.378177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:48 smithi138 ceph-mon[117003]: 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-07T12:30:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:48 smithi161 ceph-mon[116604]: 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-07T12:30:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:48 smithi028 ceph-mon[112123]: 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-07T12:30:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:50 smithi138 ceph-mon[117003]: 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-07T12:30:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:50 smithi161 ceph-mon[116604]: 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-07T12:30:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:50 smithi028 ceph-mon[112123]: 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-07T12:30:51.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:51.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:51.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:52.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:52.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:52.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:52.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:52.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:52 smithi138 ceph-mon[117003]: pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:52 smithi161 ceph-mon[116604]: pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:52 smithi028 ceph-mon[112123]: pgmap v13924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:53 smithi138 ceph-mon[117003]: from='client.378255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:53 smithi161 ceph-mon[116604]: from='client.378255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:53 smithi028 ceph-mon[112123]: from='client.378255 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:30:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:54 smithi138 ceph-mon[117003]: pgmap v13925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:54 smithi161 ceph-mon[116604]: pgmap v13925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:54 smithi028 ceph-mon[112123]: pgmap v13925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:56 smithi138 ceph-mon[117003]: pgmap v13926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:56 smithi161 ceph-mon[116604]: pgmap v13926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:56 smithi028 ceph-mon[112123]: pgmap v13926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:30:57.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:30:57.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:30:57.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:30:58.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:30:58.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:30:58.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:30:58.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:30:58.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:30:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:58 smithi138 ceph-mon[117003]: pgmap v13927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:58 smithi161 ceph-mon[116604]: pgmap v13927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:30:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:58 smithi028 ceph-mon[112123]: pgmap v13927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:30:59 smithi138 ceph-mon[117003]: from='client.378330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:30:59 smithi161 ceph-mon[116604]: from='client.378330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:30:59 smithi028 ceph-mon[112123]: from='client.378330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:00 smithi138 ceph-mon[117003]: pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:00 smithi161 ceph-mon[116604]: pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:00 smithi028 ceph-mon[112123]: pgmap v13928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:02 smithi138 ceph-mon[117003]: pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:02 smithi161 ceph-mon[116604]: pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:02 smithi028 ceph-mon[112123]: pgmap v13929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:03.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:03.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:03.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:04.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:04.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:04.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:04.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:04.245 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:04 smithi138 ceph-mon[117003]: 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-07T12:31:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:04 smithi161 ceph-mon[116604]: 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-07T12:31:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:04 smithi028 ceph-mon[112123]: 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-07T12:31:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:05 smithi138 ceph-mon[117003]: from='client.378405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:05 smithi161 ceph-mon[116604]: from='client.378405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:05 smithi028 ceph-mon[112123]: from='client.378405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:06 smithi138 ceph-mon[117003]: pgmap v13931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:31:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:06 smithi161 ceph-mon[116604]: pgmap v13931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:31:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:06 smithi028 ceph-mon[112123]: pgmap v13931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:31:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:08 smithi138 ceph-mon[117003]: pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:31:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:31:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:31:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:31:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:08 smithi161 ceph-mon[116604]: pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:31:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:31:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:31:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:31:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:08 smithi028 ceph-mon[112123]: pgmap v13932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:31:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:31:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:31:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:31:09.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:09.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:09.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:10.018 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:10.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:10.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:10.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:10.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:10 smithi161 ceph-mon[116604]: pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:10 smithi161 ceph-mon[116604]: from='client.378483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:10 smithi028 ceph-mon[112123]: pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:10 smithi028 ceph-mon[112123]: from='client.378483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:10 smithi138 ceph-mon[117003]: pgmap v13933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:10 smithi138 ceph-mon[117003]: from='client.378483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:11 smithi161 ceph-mon[116604]: pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:11 smithi028 ceph-mon[112123]: pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:11 smithi138 ceph-mon[117003]: pgmap v13934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:14 smithi161 ceph-mon[116604]: pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:14 smithi028 ceph-mon[112123]: pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:14 smithi138 ceph-mon[117003]: pgmap v13935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:15.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:15.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:15.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:15.786 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:15.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:15.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:15.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:15.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:16 smithi161 ceph-mon[116604]: pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:16 smithi161 ceph-mon[116604]: from='client.378558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:16 smithi028 ceph-mon[112123]: pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:16 smithi028 ceph-mon[112123]: from='client.378558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:16 smithi138 ceph-mon[117003]: pgmap v13936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:16 smithi138 ceph-mon[117003]: from='client.378558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:18 smithi161 ceph-mon[116604]: pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:31:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:18 smithi028 ceph-mon[112123]: pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:31:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:18 smithi138 ceph-mon[117003]: pgmap v13937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:31:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:20 smithi161 ceph-mon[116604]: pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:31:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:20 smithi028 ceph-mon[112123]: pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:31:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:20 smithi138 ceph-mon[117003]: pgmap v13938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:31:20.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:20.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:20.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:21.571 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:21.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:21.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:21.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:21.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:22 smithi161 ceph-mon[116604]: pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:31:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:22 smithi161 ceph-mon[116604]: from='client.378633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:22 smithi028 ceph-mon[112123]: pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:31:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:22 smithi028 ceph-mon[112123]: from='client.378633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:22 smithi138 ceph-mon[117003]: pgmap v13939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:31:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:22 smithi138 ceph-mon[117003]: from='client.378633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:24 smithi161 ceph-mon[116604]: 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-07T12:31:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:24 smithi028 ceph-mon[112123]: 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-07T12:31:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:24 smithi138 ceph-mon[117003]: 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-07T12:31:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:26 smithi161 ceph-mon[116604]: pgmap v13941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:26 smithi028 ceph-mon[112123]: pgmap v13941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:26 smithi138 ceph-mon[117003]: pgmap v13941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:26.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:26.573 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:26.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:27.351 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:27.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:27.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:27.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:27.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:28 smithi161 ceph-mon[116604]: from='client.378711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:28 smithi161 ceph-mon[116604]: pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:28 smithi028 ceph-mon[112123]: from='client.378711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:28 smithi028 ceph-mon[112123]: pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:28 smithi138 ceph-mon[117003]: from='client.378711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:28 smithi138 ceph-mon[117003]: pgmap v13942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:30 smithi161 ceph-mon[116604]: pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:30 smithi028 ceph-mon[112123]: pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:30 smithi138 ceph-mon[117003]: pgmap v13943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:32.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:32.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:32.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:32 smithi161 ceph-mon[116604]: pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:32.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:32 smithi028 ceph-mon[112123]: pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:32 smithi138 ceph-mon[117003]: pgmap v13944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:33.124 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:33.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:33.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:33.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:33.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:33 smithi161 ceph-mon[116604]: from='client.378789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:33 smithi028 ceph-mon[112123]: from='client.378789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:33 smithi138 ceph-mon[117003]: from='client.378789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:34 smithi161 ceph-mon[116604]: pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:34 smithi028 ceph-mon[112123]: pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:34 smithi138 ceph-mon[117003]: pgmap v13945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:36 smithi161 ceph-mon[116604]: pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:36 smithi028 ceph-mon[112123]: pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:36 smithi138 ceph-mon[117003]: pgmap v13946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:38.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:38.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:38.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:38 smithi161 ceph-mon[116604]: pgmap v13947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:38 smithi028 ceph-mon[112123]: pgmap v13947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:38 smithi138 ceph-mon[117003]: pgmap v13947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:38.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:38.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:38.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:38.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:38.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:39 smithi161 ceph-mon[116604]: from='client.378861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:39 smithi028 ceph-mon[112123]: from='client.378861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:39 smithi138 ceph-mon[117003]: from='client.378861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:40 smithi161 ceph-mon[116604]: pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:40 smithi028 ceph-mon[112123]: pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:40 smithi138 ceph-mon[117003]: pgmap v13948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:42 smithi028 ceph-mon[112123]: pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:42 smithi138 ceph-mon[117003]: pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:42 smithi161 ceph-mon[116604]: pgmap v13949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:31:43.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:43.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:43.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:44 smithi028 ceph-mon[112123]: 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-07T12:31:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:44 smithi138 ceph-mon[117003]: 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-07T12:31:44.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:44.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:44.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:44.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:44.677 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:44 smithi161 ceph-mon[116604]: 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-07T12:31:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:45 smithi028 ceph-mon[112123]: from='client.378939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:45 smithi138 ceph-mon[117003]: from='client.378939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:45 smithi161 ceph-mon[116604]: from='client.378939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:46 smithi028 ceph-mon[112123]: pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:46 smithi138 ceph-mon[117003]: pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:46 smithi161 ceph-mon[116604]: pgmap v13951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:48 smithi028 ceph-mon[112123]: pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:48 smithi138 ceph-mon[117003]: pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:48 smithi161 ceph-mon[116604]: pgmap v13952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:49.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:49.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:49.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:50.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:50.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:50.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:50.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:50.457 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:50.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:50 smithi028 ceph-mon[112123]: pgmap v13953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:50 smithi138 ceph-mon[117003]: pgmap v13953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:50 smithi161 ceph-mon[116604]: pgmap v13953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:31:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:51 smithi028 ceph-mon[112123]: from='client.379017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:51 smithi138 ceph-mon[117003]: from='client.379017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:51 smithi161 ceph-mon[116604]: from='client.379017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:52 smithi028 ceph-mon[112123]: pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:52 smithi138 ceph-mon[117003]: pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:52 smithi161 ceph-mon[116604]: pgmap v13954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:54 smithi028 ceph-mon[112123]: pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:54 smithi138 ceph-mon[117003]: pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:54 smithi161 ceph-mon[116604]: pgmap v13955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:31:55.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:31:55.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:31:55.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:31:56.240 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:31:56.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:31:56.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:31:56.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:31:56.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:31:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:56 smithi028 ceph-mon[112123]: pgmap v13956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:56 smithi138 ceph-mon[117003]: pgmap v13956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:56 smithi161 ceph-mon[116604]: pgmap v13956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:31:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:57 smithi138 ceph-mon[117003]: from='client.379092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:57 smithi161 ceph-mon[116604]: from='client.379092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:57.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:57 smithi028 ceph-mon[112123]: from='client.379092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:31:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:31:58 smithi138 ceph-mon[117003]: 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-07T12:31:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:31:58 smithi161 ceph-mon[116604]: 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-07T12:31:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:31:58 smithi028 ceph-mon[112123]: 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-07T12:32:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:00 smithi138 ceph-mon[117003]: pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:00 smithi161 ceph-mon[116604]: pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:00 smithi028 ceph-mon[112123]: pgmap v13958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:01.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:01.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:01.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:02.008 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:02.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:02.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:02.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:02.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:02 smithi138 ceph-mon[117003]: pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:02 smithi138 ceph-mon[117003]: from='client.379164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:02 smithi161 ceph-mon[116604]: pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:02 smithi161 ceph-mon[116604]: from='client.379164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:02 smithi028 ceph-mon[112123]: pgmap v13959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:02 smithi028 ceph-mon[112123]: from='client.379164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:04 smithi138 ceph-mon[117003]: 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-07T12:32:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:04 smithi161 ceph-mon[116604]: 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-07T12:32:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:04 smithi028 ceph-mon[112123]: 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-07T12:32:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:06 smithi138 ceph-mon[117003]: pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:06 smithi161 ceph-mon[116604]: pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:06 smithi028 ceph-mon[112123]: pgmap v13961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:07.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:07.009 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:07.009 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:07.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:07.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:07.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:07.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:07.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:08 smithi138 ceph-mon[117003]: pgmap v13962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:08 smithi138 ceph-mon[117003]: from='client.379242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:08 smithi161 ceph-mon[116604]: pgmap v13962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:08 smithi161 ceph-mon[116604]: from='client.379242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:08 smithi028 ceph-mon[112123]: pgmap v13962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:08 smithi028 ceph-mon[112123]: from='client.379242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:32:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:32:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:32:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:10 smithi138 ceph-mon[117003]: pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:32:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:32:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:10 smithi161 ceph-mon[116604]: pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:32:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:32:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:10 smithi028 ceph-mon[112123]: pgmap v13963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:32:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:32:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:32:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:12 smithi138 ceph-mon[117003]: pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:12 smithi161 ceph-mon[116604]: pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:12 smithi028 ceph-mon[112123]: pgmap v13964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:12.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:12.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:12.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:13.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:13.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:13.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:13.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:13.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:14 smithi138 ceph-mon[117003]: pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:14 smithi138 ceph-mon[117003]: from='client.379314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:14 smithi161 ceph-mon[116604]: pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:14 smithi161 ceph-mon[116604]: from='client.379314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:14 smithi028 ceph-mon[112123]: pgmap v13965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:14 smithi028 ceph-mon[112123]: from='client.379314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:16 smithi138 ceph-mon[117003]: pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:16 smithi161 ceph-mon[116604]: pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:16 smithi028 ceph-mon[112123]: pgmap v13966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:18 smithi138 ceph-mon[117003]: pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:18.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:18.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:18.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:18 smithi161 ceph-mon[116604]: pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:18 smithi028 ceph-mon[112123]: pgmap v13967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:19.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:19.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:19.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:19.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:19.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:20 smithi138 ceph-mon[117003]: from='client.379389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:20 smithi138 ceph-mon[117003]: pgmap v13968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:20 smithi161 ceph-mon[116604]: from='client.379389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:20 smithi161 ceph-mon[116604]: pgmap v13968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:20 smithi028 ceph-mon[112123]: from='client.379389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:20 smithi028 ceph-mon[112123]: pgmap v13968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:22 smithi138 ceph-mon[117003]: pgmap v13969: 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-07T12:32:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:22 smithi161 ceph-mon[116604]: pgmap v13969: 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-07T12:32:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:22 smithi028 ceph-mon[112123]: pgmap v13969: 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-07T12:32:24.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:24.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:24.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:24 smithi138 ceph-mon[117003]: pgmap v13970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:32:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:24 smithi161 ceph-mon[116604]: pgmap v13970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:32:24.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:24 smithi028 ceph-mon[112123]: pgmap v13970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:32:25.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:25.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:25.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:25.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:25.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:25 smithi138 ceph-mon[117003]: from='client.379464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:25 smithi161 ceph-mon[116604]: from='client.379464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:25 smithi028 ceph-mon[112123]: from='client.379464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:26 smithi138 ceph-mon[117003]: pgmap v13971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:26 smithi161 ceph-mon[116604]: pgmap v13971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:26 smithi028 ceph-mon[112123]: pgmap v13971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:28 smithi138 ceph-mon[117003]: pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:32:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:28 smithi161 ceph-mon[116604]: pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:32:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:28 smithi028 ceph-mon[112123]: pgmap v13972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:32:30.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:30.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:30.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:30 smithi138 ceph-mon[117003]: pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:32:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:30 smithi161 ceph-mon[116604]: pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:32:30.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:30 smithi028 ceph-mon[112123]: pgmap v13973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:32:30.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:30.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:30.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:30.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:30.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:31 smithi138 ceph-mon[117003]: from='client.379539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:31 smithi161 ceph-mon[116604]: from='client.379539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:31 smithi028 ceph-mon[112123]: from='client.379539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:32 smithi138 ceph-mon[117003]: pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:32 smithi161 ceph-mon[116604]: pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:32 smithi028 ceph-mon[112123]: pgmap v13974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:34 smithi138 ceph-mon[117003]: pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:32:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:34 smithi161 ceph-mon[116604]: pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:32:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:34 smithi028 ceph-mon[112123]: pgmap v13975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:32:35.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:35.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:35.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:36.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:36 smithi138 ceph-mon[117003]: pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:32:36.663 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:36.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:36.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:36.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:36.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:36 smithi161 ceph-mon[116604]: pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:32:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:36 smithi028 ceph-mon[112123]: pgmap v13976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:32:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:37 smithi138 ceph-mon[117003]: from='client.379617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:37 smithi161 ceph-mon[116604]: from='client.379617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:37 smithi028 ceph-mon[112123]: from='client.379617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:38 smithi161 ceph-mon[116604]: 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-07T12:32:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:38 smithi028 ceph-mon[112123]: 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-07T12:32:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:38 smithi138 ceph-mon[117003]: 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-07T12:32:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:40 smithi161 ceph-mon[116604]: pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:40 smithi028 ceph-mon[112123]: pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:40 smithi138 ceph-mon[117003]: pgmap v13978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:41.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:41.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:41.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:42.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:42.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:42.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:42.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:42.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:42 smithi161 ceph-mon[116604]: pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:42 smithi028 ceph-mon[112123]: pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:42 smithi138 ceph-mon[117003]: pgmap v13979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:43 smithi161 ceph-mon[116604]: from='client.379689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:43 smithi028 ceph-mon[112123]: from='client.379689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:43 smithi138 ceph-mon[117003]: from='client.379689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:44 smithi161 ceph-mon[116604]: 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-07T12:32:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:44 smithi028 ceph-mon[112123]: 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-07T12:32:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:44 smithi138 ceph-mon[117003]: 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-07T12:32:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:46 smithi161 ceph-mon[116604]: pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:46 smithi028 ceph-mon[112123]: pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:46 smithi138 ceph-mon[117003]: pgmap v13981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:47.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:47.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:47.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:48.215 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:48.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:48.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:48.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:48.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:48 smithi161 ceph-mon[116604]: pgmap v13982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:48 smithi028 ceph-mon[112123]: pgmap v13982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:48 smithi138 ceph-mon[117003]: pgmap v13982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:49 smithi161 ceph-mon[116604]: from='client.379764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:49 smithi028 ceph-mon[112123]: from='client.379764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:49 smithi138 ceph-mon[117003]: from='client.379764 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:50 smithi161 ceph-mon[116604]: pgmap v13983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:50 smithi028 ceph-mon[112123]: pgmap v13983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:50 smithi138 ceph-mon[117003]: pgmap v13983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:32:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:52 smithi161 ceph-mon[116604]: pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:52 smithi028 ceph-mon[112123]: pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:52 smithi138 ceph-mon[117003]: pgmap v13984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:32:53.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:53.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:53.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:53.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:53.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:53.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:53.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:53.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:32:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:54 smithi161 ceph-mon[116604]: pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:54 smithi161 ceph-mon[116604]: from='client.379842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:54 smithi028 ceph-mon[112123]: pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:54 smithi028 ceph-mon[112123]: from='client.379842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:54 smithi138 ceph-mon[117003]: pgmap v13985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:54 smithi138 ceph-mon[117003]: from='client.379842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:32:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:56 smithi161 ceph-mon[116604]: pgmap v13986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:56 smithi028 ceph-mon[112123]: pgmap v13986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:56 smithi138 ceph-mon[117003]: pgmap v13986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:32:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:32:58 smithi161 ceph-mon[116604]: pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:32:58 smithi028 ceph-mon[112123]: pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:32:58 smithi138 ceph-mon[117003]: pgmap v13987: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:32:58.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:32:58.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:32:58.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:32:59.777 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:32:59.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:32:59.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:32:59.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:32:59.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:00 smithi161 ceph-mon[116604]: pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:00 smithi161 ceph-mon[116604]: from='client.379917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:00 smithi028 ceph-mon[112123]: pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:00 smithi028 ceph-mon[112123]: from='client.379917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:00 smithi138 ceph-mon[117003]: pgmap v13988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:00 smithi138 ceph-mon[117003]: from='client.379917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:02 smithi161 ceph-mon[116604]: pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:33:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:02 smithi028 ceph-mon[112123]: pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:33:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:02 smithi138 ceph-mon[117003]: pgmap v13989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:33:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:04 smithi161 ceph-mon[116604]: pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:04 smithi028 ceph-mon[112123]: pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:04.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:04.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:04.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:04 smithi138 ceph-mon[117003]: pgmap v13990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:05.551 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:05.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:05.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:05.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:05.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:06 smithi161 ceph-mon[116604]: pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:06 smithi161 ceph-mon[116604]: from='client.379995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:06 smithi028 ceph-mon[112123]: pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:06 smithi028 ceph-mon[112123]: from='client.379995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:06 smithi138 ceph-mon[117003]: pgmap v13991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:06 smithi138 ceph-mon[117003]: from='client.379995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:08 smithi161 ceph-mon[116604]: pgmap v13992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:08 smithi028 ceph-mon[112123]: pgmap v13992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:08 smithi138 ceph-mon[117003]: pgmap v13992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:10.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:10.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:10.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:10 smithi161 ceph-mon[116604]: pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:33:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:33:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:10 smithi028 ceph-mon[112123]: pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:33:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:33:10.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:10 smithi138 ceph-mon[117003]: pgmap v13993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:33:10.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:33:11.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:11.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:11.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:11.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:11.344 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:33:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:33:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:33:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:33:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:33:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:33:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:33:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:33:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:33:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:12 smithi028 ceph-mon[112123]: from='client.380073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:12 smithi028 ceph-mon[112123]: pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:12 smithi138 ceph-mon[117003]: from='client.380073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:12 smithi138 ceph-mon[117003]: pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:12 smithi161 ceph-mon[116604]: from='client.380073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:12 smithi161 ceph-mon[116604]: pgmap v13994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:14 smithi028 ceph-mon[112123]: 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-07T12:33:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:14 smithi138 ceph-mon[117003]: 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-07T12:33:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:14 smithi161 ceph-mon[116604]: 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-07T12:33:16.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:16.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:16.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:16.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:16 smithi028 ceph-mon[112123]: 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-07T12:33:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:16 smithi138 ceph-mon[117003]: 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-07T12:33:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:16 smithi161 ceph-mon[116604]: 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-07T12:33:17.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:17.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:17.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:17.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:17.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:17 smithi138 ceph-mon[117003]: from='client.380148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:17 smithi161 ceph-mon[116604]: from='client.380148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:17 smithi028 ceph-mon[112123]: from='client.380148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:18 smithi138 ceph-mon[117003]: 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-07T12:33:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:18 smithi161 ceph-mon[116604]: 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-07T12:33:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:18 smithi028 ceph-mon[112123]: 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-07T12:33:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:20 smithi138 ceph-mon[117003]: pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:33:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:20 smithi161 ceph-mon[116604]: pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:33:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:20 smithi028 ceph-mon[112123]: pgmap v13998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:33:22.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:22.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:22.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:22 smithi138 ceph-mon[117003]: pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:33:22.905 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:22.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:22.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:22.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:22.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:22 smithi161 ceph-mon[116604]: pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:33:22.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:22 smithi028 ceph-mon[112123]: pgmap v13999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:33:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:23 smithi138 ceph-mon[117003]: from='client.380226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:23 smithi161 ceph-mon[116604]: from='client.380226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:23 smithi028 ceph-mon[112123]: from='client.380226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:24 smithi138 ceph-mon[117003]: 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-07T12:33:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:24 smithi161 ceph-mon[116604]: 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-07T12:33:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:24 smithi028 ceph-mon[112123]: 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-07T12:33:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:26 smithi138 ceph-mon[117003]: pgmap v14001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:33:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:26 smithi161 ceph-mon[116604]: pgmap v14001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:33:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:26 smithi028 ceph-mon[112123]: pgmap v14001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:33:27.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:27.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:27.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:28.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:28.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:28.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:28.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:28.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:28 smithi138 ceph-mon[117003]: pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:28 smithi161 ceph-mon[116604]: pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:28 smithi028 ceph-mon[112123]: pgmap v14002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:29 smithi138 ceph-mon[117003]: from='client.380304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:29 smithi161 ceph-mon[116604]: from='client.380304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:29 smithi028 ceph-mon[112123]: from='client.380304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:30 smithi138 ceph-mon[117003]: pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:33:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:30 smithi161 ceph-mon[116604]: pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:33:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:30 smithi028 ceph-mon[112123]: pgmap v14003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:33:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:32 smithi138 ceph-mon[117003]: pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:33:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:32 smithi161 ceph-mon[116604]: pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:33:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:32 smithi028 ceph-mon[112123]: pgmap v14004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:33:33.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:33.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:33.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:34.474 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:34.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:34.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:34.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:34.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:34 smithi138 ceph-mon[117003]: pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:34 smithi161 ceph-mon[116604]: pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:34 smithi028 ceph-mon[112123]: pgmap v14005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:35 smithi138 ceph-mon[117003]: from='client.380382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:35 smithi161 ceph-mon[116604]: from='client.380382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:35 smithi028 ceph-mon[112123]: from='client.380382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:36 smithi138 ceph-mon[117003]: 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-07T12:33:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:36 smithi161 ceph-mon[116604]: 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-07T12:33:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:36 smithi028 ceph-mon[112123]: 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-07T12:33:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:38 smithi138 ceph-mon[117003]: pgmap v14007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:38 smithi161 ceph-mon[116604]: pgmap v14007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:38 smithi028 ceph-mon[112123]: pgmap v14007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:39.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:39.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:39.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:40.241 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:40.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:40.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:40.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:40.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:40 smithi138 ceph-mon[117003]: pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:33:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:40 smithi161 ceph-mon[116604]: pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:33:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:40 smithi028 ceph-mon[112123]: pgmap v14008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:33:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:41 smithi138 ceph-mon[117003]: from='client.380457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:41 smithi161 ceph-mon[116604]: from='client.380457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:41 smithi028 ceph-mon[112123]: from='client.380457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:42 smithi138 ceph-mon[117003]: pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:33:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:42 smithi161 ceph-mon[116604]: pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:33:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:42 smithi028 ceph-mon[112123]: pgmap v14009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:33:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:44 smithi138 ceph-mon[117003]: pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:44 smithi161 ceph-mon[116604]: pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:44 smithi028 ceph-mon[112123]: pgmap v14010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:33:45.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:45.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:45.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:46.023 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:46.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:46.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:46.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:46.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:46 smithi138 ceph-mon[117003]: pgmap v14011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:46 smithi138 ceph-mon[117003]: from='client.380535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:46 smithi161 ceph-mon[116604]: pgmap v14011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:46 smithi161 ceph-mon[116604]: from='client.380535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:46 smithi028 ceph-mon[112123]: pgmap v14011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:33:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:46 smithi028 ceph-mon[112123]: from='client.380535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:48 smithi138 ceph-mon[117003]: 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-07T12:33:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:48 smithi161 ceph-mon[116604]: 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-07T12:33:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:48 smithi028 ceph-mon[112123]: 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-07T12:33:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:50 smithi138 ceph-mon[117003]: pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:33:50.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:50 smithi161 ceph-mon[116604]: pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:33:50.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:50 smithi028 ceph-mon[112123]: pgmap v14013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:33:51.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:51.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:51.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:51.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:51.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:51.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:51.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:51.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:52 smithi138 ceph-mon[117003]: pgmap v14014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:33:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:52 smithi138 ceph-mon[117003]: from='client.380610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:52 smithi161 ceph-mon[116604]: pgmap v14014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:33:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:52 smithi161 ceph-mon[116604]: from='client.380610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:52 smithi028 ceph-mon[112123]: pgmap v14014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:33:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:52 smithi028 ceph-mon[112123]: from='client.380610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:54 smithi138 ceph-mon[117003]: 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-07T12:33:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:54 smithi161 ceph-mon[116604]: 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-07T12:33:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:54 smithi028 ceph-mon[112123]: 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-07T12:33:56.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:33:56.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:33:56.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:33:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:56 smithi161 ceph-mon[116604]: 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-07T12:33:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:56 smithi028 ceph-mon[112123]: 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-07T12:33:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:56 smithi138 ceph-mon[117003]: 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-07T12:33:57.598 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:33:57.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:33:57.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:33:57.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:33:57.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:33:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:58 smithi161 ceph-mon[116604]: 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-07T12:33:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:33:58 smithi161 ceph-mon[116604]: from='client.380688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:58 smithi028 ceph-mon[112123]: 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-07T12:33:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:33:58 smithi028 ceph-mon[112123]: from='client.380688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:33:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:58 smithi138 ceph-mon[117003]: 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-07T12:33:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:33:58 smithi138 ceph-mon[117003]: from='client.380688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:00 smithi161 ceph-mon[116604]: pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:34:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:00 smithi028 ceph-mon[112123]: pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:34:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:00 smithi138 ceph-mon[117003]: pgmap v14018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:34:02.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:02.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:02.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:02 smithi161 ceph-mon[116604]: pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:34:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:02 smithi028 ceph-mon[112123]: pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:34:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:02 smithi138 ceph-mon[117003]: pgmap v14019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:34:03.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:03.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:03.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:03.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:03.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:04 smithi161 ceph-mon[116604]: from='client.380766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:04 smithi161 ceph-mon[116604]: 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-07T12:34:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:04 smithi028 ceph-mon[112123]: from='client.380766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:04 smithi028 ceph-mon[112123]: 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-07T12:34:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:04 smithi138 ceph-mon[117003]: from='client.380766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:04 smithi138 ceph-mon[117003]: 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-07T12:34:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:06 smithi161 ceph-mon[116604]: pgmap v14021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:34:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:06 smithi028 ceph-mon[112123]: pgmap v14021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:34:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:06 smithi138 ceph-mon[117003]: pgmap v14021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:34:08.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:08.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:08.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:08.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:08 smithi161 ceph-mon[116604]: pgmap v14022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:08 smithi028 ceph-mon[112123]: pgmap v14022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:08 smithi138 ceph-mon[117003]: pgmap v14022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:09.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:09.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:09.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:09.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:09.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:09 smithi161 ceph-mon[116604]: from='client.380844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:09 smithi028 ceph-mon[112123]: from='client.380844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:09 smithi138 ceph-mon[117003]: from='client.380844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:10 smithi161 ceph-mon[116604]: pgmap v14023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:34:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:10 smithi028 ceph-mon[112123]: pgmap v14023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:34:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:10 smithi138 ceph-mon[117003]: pgmap v14023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T12:34:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:34:11.724 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:11.724 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:34:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:34:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:34:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:34:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:34:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:34:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:34:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:34:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:34:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:34:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: pgmap v14024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:34:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:34:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:34:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:34:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:34:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:13 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15645M 2023-12-07T12:34:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:13 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15645M 2023-12-07T12:34:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:13 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15645M 2023-12-07T12:34:14.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:14.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:14.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:14.914 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:14.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:14.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:14.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:14.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:14 smithi161 ceph-mon[116604]: pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:34:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:14 smithi028 ceph-mon[112123]: pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:34:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:14 smithi138 ceph-mon[117003]: pgmap v14025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:34:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:15 smithi161 ceph-mon[116604]: from='client.380922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:15 smithi028 ceph-mon[112123]: from='client.380922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:15 smithi138 ceph-mon[117003]: from='client.380922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:16 smithi161 ceph-mon[116604]: 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-07T12:34:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:16 smithi028 ceph-mon[112123]: 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-07T12:34:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:16 smithi138 ceph-mon[117003]: 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-07T12:34:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:18 smithi161 ceph-mon[116604]: pgmap v14027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:34:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:18 smithi028 ceph-mon[112123]: pgmap v14027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:34:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:18 smithi138 ceph-mon[117003]: pgmap v14027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:34:19.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:19.917 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:19.917 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:20.698 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:20.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:20.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:20.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:20.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:20 smithi161 ceph-mon[116604]: pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:34:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:20 smithi028 ceph-mon[112123]: pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:34:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:20 smithi138 ceph-mon[117003]: pgmap v14028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:34:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:21 smithi161 ceph-mon[116604]: from='client.381000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:21 smithi028 ceph-mon[112123]: from='client.381000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:21 smithi138 ceph-mon[117003]: from='client.381000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:22 smithi161 ceph-mon[116604]: pgmap v14029: 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-07T12:34:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:22 smithi028 ceph-mon[112123]: pgmap v14029: 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-07T12:34:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:22 smithi138 ceph-mon[117003]: pgmap v14029: 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-07T12:34:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:24 smithi161 ceph-mon[116604]: pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:34:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:24 smithi028 ceph-mon[112123]: pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:34:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:24 smithi138 ceph-mon[117003]: pgmap v14030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:34:25.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:25.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:25.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:26.472 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:26.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:26.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:26.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:26.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:26 smithi161 ceph-mon[116604]: pgmap v14031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:34:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:26 smithi028 ceph-mon[112123]: pgmap v14031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:34:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:26 smithi138 ceph-mon[117003]: pgmap v14031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:34:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:27 smithi161 ceph-mon[116604]: from='client.381075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:27 smithi028 ceph-mon[112123]: from='client.381075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:27 smithi138 ceph-mon[117003]: from='client.381075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:28 smithi161 ceph-mon[116604]: 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-07T12:34:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:28 smithi028 ceph-mon[112123]: 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-07T12:34:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:28 smithi138 ceph-mon[117003]: 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-07T12:34:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:30 smithi161 ceph-mon[116604]: pgmap v14033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:34:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:30 smithi028 ceph-mon[112123]: pgmap v14033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:34:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:30 smithi138 ceph-mon[117003]: pgmap v14033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:34:31.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:31.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:31.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:32.245 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:32.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:32.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:32.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:32.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:32 smithi161 ceph-mon[116604]: pgmap v14034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:34:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:32 smithi028 ceph-mon[112123]: pgmap v14034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:34:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:32 smithi138 ceph-mon[117003]: pgmap v14034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:34:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:33 smithi161 ceph-mon[116604]: from='client.381144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:33 smithi028 ceph-mon[112123]: from='client.381144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:33 smithi138 ceph-mon[117003]: from='client.381144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:34 smithi161 ceph-mon[116604]: 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-07T12:34:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:34 smithi028 ceph-mon[112123]: 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-07T12:34:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:34 smithi138 ceph-mon[117003]: 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-07T12:34:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:36 smithi161 ceph-mon[116604]: 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-07T12:34:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:36 smithi028 ceph-mon[112123]: 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-07T12:34:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:36 smithi138 ceph-mon[117003]: 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-07T12:34:37.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:37.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:37.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:38.032 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:38.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:38.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:38.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:38.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:38 smithi161 ceph-mon[116604]: 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-07T12:34:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:38 smithi161 ceph-mon[116604]: from='client.381222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:38 smithi028 ceph-mon[112123]: 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-07T12:34:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:38 smithi028 ceph-mon[112123]: from='client.381222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:38 smithi138 ceph-mon[117003]: 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-07T12:34:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:38 smithi138 ceph-mon[117003]: from='client.381222 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:40 smithi161 ceph-mon[116604]: pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:34:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:40 smithi028 ceph-mon[112123]: pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:34:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:40 smithi138 ceph-mon[117003]: pgmap v14038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:34:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:42 smithi161 ceph-mon[116604]: pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:34:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:42 smithi028 ceph-mon[112123]: pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:34:43.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:43.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:43.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:42 smithi138 ceph-mon[117003]: pgmap v14039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:34:43.800 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:43.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:43.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:43.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:43.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:44 smithi161 ceph-mon[116604]: 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-07T12:34:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:44 smithi161 ceph-mon[116604]: from='client.381297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:44 smithi028 ceph-mon[112123]: 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-07T12:34:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:44 smithi028 ceph-mon[112123]: from='client.381297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:44 smithi138 ceph-mon[117003]: 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-07T12:34:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:44 smithi138 ceph-mon[117003]: from='client.381297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:46 smithi161 ceph-mon[116604]: pgmap v14041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:34:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:46 smithi028 ceph-mon[112123]: pgmap v14041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:34:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:46 smithi138 ceph-mon[117003]: pgmap v14041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:34:48.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:48.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:48.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:48 smithi161 ceph-mon[116604]: pgmap v14042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:48 smithi028 ceph-mon[112123]: pgmap v14042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:48 smithi138 ceph-mon[117003]: pgmap v14042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:49.567 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:49.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:49.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:49.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:49.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:50 smithi161 ceph-mon[116604]: pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:50 smithi161 ceph-mon[116604]: from='client.381375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:50 smithi028 ceph-mon[112123]: pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:50 smithi028 ceph-mon[112123]: from='client.381375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:50 smithi138 ceph-mon[117003]: pgmap v14043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:34:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:50 smithi138 ceph-mon[117003]: from='client.381375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:52 smithi161 ceph-mon[116604]: pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:34:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:52 smithi028 ceph-mon[112123]: pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:34:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:52 smithi138 ceph-mon[117003]: pgmap v14044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:34:54.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:34:54.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:34:54.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:34:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:54 smithi161 ceph-mon[116604]: 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-07T12:34:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:54 smithi028 ceph-mon[112123]: 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-07T12:34:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:54 smithi138 ceph-mon[117003]: 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-07T12:34:55.341 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:34:55.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:34:55.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:34:55.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:34:55.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:34:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:56 smithi161 ceph-mon[116604]: from='client.381453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:56 smithi161 ceph-mon[116604]: 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-07T12:34:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:56 smithi028 ceph-mon[112123]: from='client.381453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:56 smithi028 ceph-mon[112123]: 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-07T12:34:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:56 smithi138 ceph-mon[117003]: from='client.381453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:34:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:56 smithi138 ceph-mon[117003]: 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-07T12:34:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:34:58 smithi161 ceph-mon[116604]: pgmap v14047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:34:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:34:58 smithi028 ceph-mon[112123]: pgmap v14047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:34:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:34:58 smithi138 ceph-mon[117003]: pgmap v14047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:00.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:00.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:00.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:00 smithi161 ceph-mon[116604]: pgmap v14048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:00 smithi028 ceph-mon[112123]: pgmap v14048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:00 smithi138 ceph-mon[117003]: pgmap v14048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:01.118 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:01.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:01.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:01.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:01.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:01 smithi161 ceph-mon[116604]: from='client.381531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:01 smithi028 ceph-mon[112123]: from='client.381531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:01 smithi138 ceph-mon[117003]: from='client.381531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:02 smithi161 ceph-mon[116604]: pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:02 smithi028 ceph-mon[112123]: pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:02 smithi138 ceph-mon[117003]: pgmap v14049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:04 smithi161 ceph-mon[116604]: 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-07T12:35:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:04 smithi028 ceph-mon[112123]: 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-07T12:35:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:04 smithi138 ceph-mon[117003]: 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-07T12:35:06.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:06.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:06.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:06.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:06.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:06.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:06.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:06.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:06 smithi161 ceph-mon[116604]: 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-07T12:35:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:06 smithi028 ceph-mon[112123]: 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-07T12:35:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:06 smithi138 ceph-mon[117003]: 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-07T12:35:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:07 smithi161 ceph-mon[116604]: from='client.381609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:07 smithi028 ceph-mon[112123]: from='client.381609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:07 smithi138 ceph-mon[117003]: from='client.381609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:08 smithi161 ceph-mon[116604]: 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-07T12:35:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:08 smithi028 ceph-mon[112123]: 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-07T12:35:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:08 smithi138 ceph-mon[117003]: 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-07T12:35:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:10 smithi161 ceph-mon[116604]: pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:35:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:10 smithi028 ceph-mon[112123]: pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:35:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:10 smithi138 ceph-mon[117003]: pgmap v14053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:35:11.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:11.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:11.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:12.701 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:12.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:12.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:12.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:12.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:12 smithi161 ceph-mon[116604]: pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:35:12.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:12 smithi028 ceph-mon[112123]: pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:35:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:12 smithi138 ceph-mon[117003]: pgmap v14054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:35:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:13 smithi161 ceph-mon[116604]: from='client.381687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:35:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:35:13.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:35:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:13 smithi028 ceph-mon[112123]: from='client.381687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:35:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:35:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:35:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:13 smithi138 ceph-mon[117003]: from='client.381687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:35:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:35:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:35:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:14 smithi161 ceph-mon[116604]: 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-07T12:35:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:14 smithi028 ceph-mon[112123]: 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-07T12:35:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:14 smithi138 ceph-mon[117003]: 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-07T12:35:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:16 smithi161 ceph-mon[116604]: 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-07T12:35:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:16 smithi028 ceph-mon[112123]: 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-07T12:35:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:16 smithi138 ceph-mon[117003]: 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-07T12:35:17.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:17.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:17.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:18.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:18.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:18.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:18.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:18.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:18 smithi028 ceph-mon[112123]: 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-07T12:35:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:18 smithi138 ceph-mon[117003]: 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-07T12:35:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:18 smithi161 ceph-mon[116604]: 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-07T12:35:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:19 smithi028 ceph-mon[112123]: from='client.381762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:19 smithi138 ceph-mon[117003]: from='client.381762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:19 smithi161 ceph-mon[116604]: from='client.381762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:20 smithi028 ceph-mon[112123]: pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:35:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:20 smithi138 ceph-mon[117003]: pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:35:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:20 smithi161 ceph-mon[116604]: pgmap v14058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:35:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:22 smithi028 ceph-mon[112123]: pgmap v14059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:22 smithi138 ceph-mon[117003]: pgmap v14059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:22 smithi161 ceph-mon[116604]: pgmap v14059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:23.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:23.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:23.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:24.273 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:24.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:24.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:24.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:24.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:24 smithi028 ceph-mon[112123]: pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:24 smithi138 ceph-mon[117003]: pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:24 smithi161 ceph-mon[116604]: pgmap v14060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:25 smithi028 ceph-mon[112123]: from='client.381831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:25 smithi138 ceph-mon[117003]: from='client.381831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:25 smithi161 ceph-mon[116604]: from='client.381831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:26 smithi028 ceph-mon[112123]: pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:35:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:26 smithi138 ceph-mon[117003]: pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:35:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:26 smithi161 ceph-mon[116604]: pgmap v14061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:35:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:28 smithi028 ceph-mon[112123]: pgmap v14062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:35:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:28 smithi138 ceph-mon[117003]: pgmap v14062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:35:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:28 smithi161 ceph-mon[116604]: pgmap v14062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:35:29.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:29.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:29.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:30.057 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:30.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:30.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:30.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:30.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:30 smithi138 ceph-mon[117003]: pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:30 smithi138 ceph-mon[117003]: from='client.381909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:30 smithi161 ceph-mon[116604]: pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:30 smithi161 ceph-mon[116604]: from='client.381909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:30 smithi028 ceph-mon[112123]: pgmap v14063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:35:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:30 smithi028 ceph-mon[112123]: from='client.381909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:32 smithi138 ceph-mon[117003]: pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:35:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:32 smithi161 ceph-mon[116604]: pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:35:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:32 smithi028 ceph-mon[112123]: pgmap v14064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:35:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:34 smithi138 ceph-mon[117003]: pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:35.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:35.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:35.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:34 smithi161 ceph-mon[116604]: pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:34 smithi028 ceph-mon[112123]: pgmap v14065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:35:35.828 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:35.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:35.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:35.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:35.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:36 smithi138 ceph-mon[117003]: pgmap v14066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:36 smithi138 ceph-mon[117003]: from='client.381987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:36 smithi161 ceph-mon[116604]: pgmap v14066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:36 smithi161 ceph-mon[116604]: from='client.381987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:36 smithi028 ceph-mon[112123]: pgmap v14066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:35:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:36 smithi028 ceph-mon[112123]: from='client.381987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:38 smithi138 ceph-mon[117003]: pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:35:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:38 smithi161 ceph-mon[116604]: pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:35:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:38 smithi028 ceph-mon[112123]: pgmap v14067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:35:40.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:40.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:40.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:40 smithi138 ceph-mon[117003]: pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:35:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:40 smithi161 ceph-mon[116604]: pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:35:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:40 smithi028 ceph-mon[112123]: pgmap v14068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:35:41.600 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:41.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:41.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:41.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:41.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:42 smithi138 ceph-mon[117003]: pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:42 smithi138 ceph-mon[117003]: from='client.382065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:42 smithi161 ceph-mon[116604]: pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:42 smithi161 ceph-mon[116604]: from='client.382065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:42 smithi028 ceph-mon[112123]: pgmap v14069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:42 smithi028 ceph-mon[112123]: from='client.382065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:44 smithi138 ceph-mon[117003]: 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-07T12:35:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:44 smithi161 ceph-mon[116604]: 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-07T12:35:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:44 smithi028 ceph-mon[112123]: 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-07T12:35:46.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:46.602 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:46.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:46 smithi138 ceph-mon[117003]: 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-07T12:35:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:46 smithi161 ceph-mon[116604]: 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-07T12:35:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:46 smithi028 ceph-mon[112123]: 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-07T12:35:47.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:47.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:47.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:47.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:47.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:48 smithi138 ceph-mon[117003]: from='client.382137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:48 smithi138 ceph-mon[117003]: 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-07T12:35:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:48 smithi161 ceph-mon[116604]: from='client.382137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:48 smithi161 ceph-mon[116604]: 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-07T12:35:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:48 smithi028 ceph-mon[112123]: from='client.382137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:48 smithi028 ceph-mon[112123]: 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-07T12:35:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:50 smithi138 ceph-mon[117003]: pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:35:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:50 smithi161 ceph-mon[116604]: pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:35:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:50 smithi028 ceph-mon[112123]: pgmap v14073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:35:52.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:52.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:52.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:52 smithi138 ceph-mon[117003]: pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:53.158 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:53.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:53.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:53.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:53.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:52 smithi161 ceph-mon[116604]: pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:52 smithi028 ceph-mon[112123]: pgmap v14074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:35:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:53 smithi138 ceph-mon[117003]: from='client.382215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:53 smithi161 ceph-mon[116604]: from='client.382215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:53 smithi028 ceph-mon[112123]: from='client.382215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:35:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:54 smithi138 ceph-mon[117003]: 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-07T12:35:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:54 smithi161 ceph-mon[116604]: 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-07T12:35:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:54 smithi028 ceph-mon[112123]: 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-07T12:35:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:56 smithi138 ceph-mon[117003]: 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-07T12:35:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:56 smithi161 ceph-mon[116604]: 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-07T12:35:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:56 smithi028 ceph-mon[112123]: 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-07T12:35:58.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:35:58.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:35:58.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:35:58.946 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:35:58.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:35:58.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:35:58.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:35:58.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:35:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:58 smithi138 ceph-mon[117003]: 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-07T12:35:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:58 smithi161 ceph-mon[116604]: 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-07T12:35:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:58 smithi028 ceph-mon[112123]: 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-07T12:36:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:35:59 smithi138 ceph-mon[117003]: from='client.382287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:35:59 smithi161 ceph-mon[116604]: from='client.382287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:35:59 smithi028 ceph-mon[112123]: from='client.382287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:00 smithi138 ceph-mon[117003]: pgmap v14078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:00 smithi161 ceph-mon[116604]: pgmap v14078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:00 smithi028 ceph-mon[112123]: pgmap v14078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:02 smithi138 ceph-mon[117003]: pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:02 smithi161 ceph-mon[116604]: pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:02 smithi028 ceph-mon[112123]: pgmap v14079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:03.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:03.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:03.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:04.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:04.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:04.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:04.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:04.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:04 smithi138 ceph-mon[117003]: pgmap v14080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:04 smithi161 ceph-mon[116604]: pgmap v14080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:04 smithi028 ceph-mon[112123]: pgmap v14080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:05 smithi138 ceph-mon[117003]: from='client.382365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:05 smithi161 ceph-mon[116604]: from='client.382365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:05 smithi028 ceph-mon[112123]: from='client.382365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:06 smithi138 ceph-mon[117003]: 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-07T12:36:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:06 smithi161 ceph-mon[116604]: 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-07T12:36:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:06 smithi028 ceph-mon[112123]: 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-07T12:36:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:08 smithi138 ceph-mon[117003]: 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-07T12:36:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:08 smithi161 ceph-mon[116604]: 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-07T12:36:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:08 smithi028 ceph-mon[112123]: 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-07T12:36:09.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:09.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:09.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:10.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:10.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:10.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:10.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:10.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:10 smithi138 ceph-mon[117003]: pgmap v14083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:10 smithi161 ceph-mon[116604]: pgmap v14083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:10 smithi028 ceph-mon[112123]: pgmap v14083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:11 smithi138 ceph-mon[117003]: from='client.382437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:11 smithi161 ceph-mon[116604]: from='client.382437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:11 smithi028 ceph-mon[112123]: from='client.382437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:12 smithi138 ceph-mon[117003]: pgmap v14084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:36:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:12 smithi161 ceph-mon[116604]: pgmap v14084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:36:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:12 smithi028 ceph-mon[112123]: pgmap v14084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:36:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:36:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:36:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:36:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:36:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:36:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:36:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:36:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:36:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:36:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:36:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:36:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:36:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:14 smithi161 ceph-mon[116604]: pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:14 smithi028 ceph-mon[112123]: pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:14 smithi138 ceph-mon[117003]: pgmap v14085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:36:15.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:15.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:15.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:16.297 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:16.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:16.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:16.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:16.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:16 smithi161 ceph-mon[116604]: pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:16 smithi028 ceph-mon[112123]: pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:16 smithi138 ceph-mon[117003]: pgmap v14086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:36:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:17 smithi161 ceph-mon[116604]: from='client.382512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:17 smithi028 ceph-mon[112123]: from='client.382512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:17 smithi138 ceph-mon[117003]: from='client.382512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:18 smithi161 ceph-mon[116604]: 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-07T12:36:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:18 smithi028 ceph-mon[112123]: 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-07T12:36:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:18 smithi138 ceph-mon[117003]: 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-07T12:36:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:20 smithi161 ceph-mon[116604]: pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:20 smithi028 ceph-mon[112123]: pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:20 smithi138 ceph-mon[117003]: pgmap v14088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:21.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:21.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:21.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:22.069 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:22.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:22.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:22.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:22.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:22 smithi161 ceph-mon[116604]: pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:22 smithi161 ceph-mon[116604]: from='client.382584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:22 smithi028 ceph-mon[112123]: pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:22 smithi028 ceph-mon[112123]: from='client.382584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:22 smithi138 ceph-mon[117003]: pgmap v14089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:22 smithi138 ceph-mon[117003]: from='client.382584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:24 smithi161 ceph-mon[116604]: 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-07T12:36:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:24 smithi028 ceph-mon[112123]: 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-07T12:36:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:24 smithi138 ceph-mon[117003]: 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-07T12:36:27.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:27.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:27.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:26 smithi161 ceph-mon[116604]: 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-07T12:36:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:26 smithi028 ceph-mon[112123]: 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-07T12:36:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:26 smithi138 ceph-mon[117003]: 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-07T12:36:27.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:27.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:27.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:27.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:27.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:28 smithi161 ceph-mon[116604]: 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-07T12:36:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:28 smithi161 ceph-mon[116604]: from='client.382662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:28 smithi028 ceph-mon[112123]: 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-07T12:36:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:28 smithi028 ceph-mon[112123]: from='client.382662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:28 smithi138 ceph-mon[117003]: 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-07T12:36:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:28 smithi138 ceph-mon[117003]: from='client.382662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:30 smithi161 ceph-mon[116604]: pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:30 smithi028 ceph-mon[112123]: pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:30 smithi138 ceph-mon[117003]: pgmap v14093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:32.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:32.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:32.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:32 smithi161 ceph-mon[116604]: pgmap v14094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:32 smithi028 ceph-mon[112123]: pgmap v14094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:32 smithi138 ceph-mon[117003]: pgmap v14094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:33.613 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:33.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:33.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:33.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:33.614 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:34 smithi161 ceph-mon[116604]: 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-07T12:36:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:34 smithi161 ceph-mon[116604]: from='client.382740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:34 smithi028 ceph-mon[112123]: 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-07T12:36:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:34 smithi028 ceph-mon[112123]: from='client.382740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:34 smithi138 ceph-mon[117003]: 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-07T12:36:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:34 smithi138 ceph-mon[117003]: from='client.382740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:36 smithi161 ceph-mon[116604]: 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-07T12:36:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:36 smithi028 ceph-mon[112123]: 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-07T12:36:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:36 smithi138 ceph-mon[117003]: 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-07T12:36:38.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:38.616 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:38.616 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:38 smithi161 ceph-mon[116604]: 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-07T12:36:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:38 smithi028 ceph-mon[112123]: 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-07T12:36:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:38 smithi138 ceph-mon[117003]: 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-07T12:36:39.389 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:39.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:39.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:39.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:39.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:40 smithi161 ceph-mon[116604]: from='client.382818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:40 smithi161 ceph-mon[116604]: pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:40 smithi028 ceph-mon[112123]: from='client.382818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:40 smithi028 ceph-mon[112123]: pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:40 smithi138 ceph-mon[117003]: from='client.382818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:40 smithi138 ceph-mon[117003]: pgmap v14098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:36:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:42 smithi161 ceph-mon[116604]: pgmap v14099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:36:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:42 smithi028 ceph-mon[112123]: pgmap v14099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:36:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:42 smithi138 ceph-mon[117003]: pgmap v14099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:36:44.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:44.391 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:44.391 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:45.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:45.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:45.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:45.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:45.181 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:44 smithi161 ceph-mon[116604]: pgmap v14100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:36:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:44 smithi028 ceph-mon[112123]: pgmap v14100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:36:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:44 smithi138 ceph-mon[117003]: pgmap v14100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:36:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:45 smithi161 ceph-mon[116604]: from='client.382896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:45 smithi028 ceph-mon[112123]: from='client.382896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:45 smithi138 ceph-mon[117003]: from='client.382896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:46 smithi161 ceph-mon[116604]: 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-07T12:36:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:46 smithi028 ceph-mon[112123]: 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-07T12:36:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:46 smithi138 ceph-mon[117003]: 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-07T12:36:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:48 smithi161 ceph-mon[116604]: 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-07T12:36:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:48 smithi028 ceph-mon[112123]: 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-07T12:36:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:48 smithi138 ceph-mon[117003]: 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-07T12:36:50.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:50.183 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:50.183 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:49 smithi161 ceph-mon[116604]: pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:49 smithi028 ceph-mon[112123]: pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:49 smithi138 ceph-mon[117003]: pgmap v14103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:50.954 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:50.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:50.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:50.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:50.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:51 smithi138 ceph-mon[117003]: from='client.382971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:51 smithi161 ceph-mon[116604]: from='client.382971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:51 smithi028 ceph-mon[112123]: from='client.382971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:52 smithi138 ceph-mon[117003]: pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:52 smithi161 ceph-mon[116604]: pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:52 smithi028 ceph-mon[112123]: pgmap v14104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:54 smithi138 ceph-mon[117003]: pgmap v14105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:54 smithi161 ceph-mon[116604]: pgmap v14105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:54 smithi028 ceph-mon[112123]: pgmap v14105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:36:55.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:36:55.956 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:36:55.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:36:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:56 smithi138 ceph-mon[117003]: pgmap v14106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:56 smithi161 ceph-mon[116604]: pgmap v14106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:56 smithi028 ceph-mon[112123]: pgmap v14106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:36:56.737 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:36:56.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:36:56.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:36:56.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:36:56.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:36:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:57 smithi138 ceph-mon[117003]: from='client.383049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:57 smithi161 ceph-mon[116604]: from='client.383049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:57 smithi028 ceph-mon[112123]: from='client.383049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:36:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:36:58 smithi138 ceph-mon[117003]: 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-07T12:36:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:36:58 smithi161 ceph-mon[116604]: 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-07T12:36:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:36:58 smithi028 ceph-mon[112123]: 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-07T12:37:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:00 smithi138 ceph-mon[117003]: pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:00 smithi161 ceph-mon[116604]: pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:00 smithi028 ceph-mon[112123]: pgmap v14108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:01.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:01.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:01.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:02.533 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:02.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:02.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:02.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:02.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:02 smithi138 ceph-mon[117003]: pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:02 smithi161 ceph-mon[116604]: pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:02 smithi028 ceph-mon[112123]: pgmap v14109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:03 smithi138 ceph-mon[117003]: from='client.383124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:03 smithi161 ceph-mon[116604]: from='client.383124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:03 smithi028 ceph-mon[112123]: from='client.383124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:04.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:04 smithi138 ceph-mon[117003]: 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-07T12:37:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:04 smithi161 ceph-mon[116604]: 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-07T12:37:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:04 smithi028 ceph-mon[112123]: 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-07T12:37:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:06 smithi138 ceph-mon[117003]: 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-07T12:37:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:06 smithi161 ceph-mon[116604]: 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-07T12:37:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:06 smithi028 ceph-mon[112123]: 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-07T12:37:07.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:07.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:07.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:08.312 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:08.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:08.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:08.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:08.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:08 smithi138 ceph-mon[117003]: 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-07T12:37:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:08 smithi161 ceph-mon[116604]: 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-07T12:37:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:08 smithi028 ceph-mon[112123]: 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-07T12:37:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:09 smithi138 ceph-mon[117003]: from='client.383202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:09 smithi161 ceph-mon[116604]: from='client.383202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:09 smithi028 ceph-mon[112123]: from='client.383202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:10.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:10 smithi138 ceph-mon[117003]: pgmap v14113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:10 smithi161 ceph-mon[116604]: pgmap v14113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:10 smithi028 ceph-mon[112123]: pgmap v14113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:12 smithi138 ceph-mon[117003]: pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:12 smithi161 ceph-mon[116604]: pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:12 smithi028 ceph-mon[112123]: pgmap v14114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:13.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:13.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:13.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:14.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:14.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:14.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:14.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:14.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:14 smithi138 ceph-mon[117003]: 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-07T12:37:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:14 smithi138 ceph-mon[117003]: from='client.383280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:37:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:14 smithi161 ceph-mon[116604]: 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-07T12:37:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:14 smithi161 ceph-mon[116604]: from='client.383280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:37:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:14 smithi028 ceph-mon[112123]: 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-07T12:37:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:14 smithi028 ceph-mon[112123]: from='client.383280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:37:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:37:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:37:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:37:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:37:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:37:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:37:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:37:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:37:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:37:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:16 smithi161 ceph-mon[116604]: 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-07T12:37:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:16 smithi028 ceph-mon[112123]: 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-07T12:37:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:16 smithi138 ceph-mon[117003]: 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-07T12:37:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:18 smithi161 ceph-mon[116604]: 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-07T12:37:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:18 smithi028 ceph-mon[112123]: 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-07T12:37:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:18 smithi138 ceph-mon[117003]: 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-07T12:37:19.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:19.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:19.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:19.877 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:19.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:19.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:19.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:19.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:20 smithi161 ceph-mon[116604]: 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-07T12:37:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:20 smithi161 ceph-mon[116604]: from='client.383355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:20 smithi028 ceph-mon[112123]: 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-07T12:37:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:20 smithi028 ceph-mon[112123]: from='client.383355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:20 smithi138 ceph-mon[117003]: 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-07T12:37:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:20 smithi138 ceph-mon[117003]: from='client.383355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:22 smithi161 ceph-mon[116604]: pgmap v14119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:37:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:22 smithi028 ceph-mon[112123]: pgmap v14119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:37:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:22 smithi138 ceph-mon[117003]: pgmap v14119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:37:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:24 smithi161 ceph-mon[116604]: pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:24 smithi028 ceph-mon[112123]: pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:24 smithi138 ceph-mon[117003]: pgmap v14120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:24.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:24.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:24.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:25.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:25.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:25.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:25.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:25.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:26 smithi161 ceph-mon[116604]: 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-07T12:37:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:26 smithi161 ceph-mon[116604]: from='client.383430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:26 smithi028 ceph-mon[112123]: 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-07T12:37:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:26 smithi028 ceph-mon[112123]: from='client.383430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:26 smithi138 ceph-mon[117003]: 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-07T12:37:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:26 smithi138 ceph-mon[117003]: from='client.383430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:28 smithi161 ceph-mon[116604]: 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-07T12:37:28.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:28 smithi028 ceph-mon[112123]: 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-07T12:37:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:28 smithi138 ceph-mon[117003]: 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-07T12:37:30.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:30.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:30.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:30 smithi161 ceph-mon[116604]: pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:37:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:30 smithi028 ceph-mon[112123]: pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:37:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:30 smithi138 ceph-mon[117003]: pgmap v14123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:37:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:31.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:31.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:31.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:31.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:32 smithi161 ceph-mon[116604]: from='client.383505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:32 smithi161 ceph-mon[116604]: 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-07T12:37:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:32 smithi028 ceph-mon[112123]: from='client.383505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:32 smithi028 ceph-mon[112123]: 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-07T12:37:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:32 smithi138 ceph-mon[117003]: from='client.383505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:32 smithi138 ceph-mon[117003]: 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-07T12:37:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:34 smithi161 ceph-mon[116604]: pgmap v14125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:34 smithi028 ceph-mon[112123]: pgmap v14125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:34 smithi138 ceph-mon[117003]: pgmap v14125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:36.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:36.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:36.417 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:36 smithi161 ceph-mon[116604]: pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:36.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:36 smithi028 ceph-mon[112123]: pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:36 smithi138 ceph-mon[117003]: pgmap v14126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:37:37.180 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:37.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:37.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:37.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:37.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:37 smithi161 ceph-mon[116604]: from='client.383580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:37 smithi028 ceph-mon[112123]: from='client.383580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:37.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:37 smithi138 ceph-mon[117003]: from='client.383580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:38 smithi161 ceph-mon[116604]: 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-07T12:37:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:38 smithi028 ceph-mon[112123]: 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-07T12:37:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:38 smithi138 ceph-mon[117003]: 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-07T12:37:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:40 smithi161 ceph-mon[116604]: pgmap v14128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:40 smithi028 ceph-mon[112123]: pgmap v14128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:40 smithi138 ceph-mon[117003]: pgmap v14128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:42.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:42.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:42.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:42 smithi161 ceph-mon[116604]: pgmap v14129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:42 smithi028 ceph-mon[112123]: pgmap v14129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:42 smithi138 ceph-mon[117003]: pgmap v14129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:42.948 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:42.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:42.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:42.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:42.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:43 smithi161 ceph-mon[116604]: from='client.383658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:43 smithi028 ceph-mon[112123]: from='client.383658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:43.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:43 smithi138 ceph-mon[117003]: from='client.383658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:44 smithi028 ceph-mon[112123]: 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-07T12:37:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:44 smithi138 ceph-mon[117003]: 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-07T12:37:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:44 smithi161 ceph-mon[116604]: 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-07T12:37:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:46 smithi028 ceph-mon[112123]: 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-07T12:37:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:46 smithi138 ceph-mon[117003]: 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-07T12:37:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:46 smithi161 ceph-mon[116604]: 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-07T12:37:47.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:47.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:47.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:48 smithi028 ceph-mon[112123]: 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-07T12:37:48.725 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:48.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:48.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:48.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:48.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:48 smithi138 ceph-mon[117003]: 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-07T12:37:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:48 smithi161 ceph-mon[116604]: 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-07T12:37:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:49 smithi028 ceph-mon[112123]: from='client.383733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:49 smithi138 ceph-mon[117003]: from='client.383733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:49 smithi161 ceph-mon[116604]: from='client.383733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:50 smithi028 ceph-mon[112123]: pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:50 smithi138 ceph-mon[117003]: pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:50 smithi161 ceph-mon[116604]: pgmap v14133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:37:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:52 smithi028 ceph-mon[112123]: pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:52 smithi138 ceph-mon[117003]: pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:52 smithi161 ceph-mon[116604]: pgmap v14134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:37:53.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:53.728 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:53.728 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:37:54.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:37:54.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:37:54.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:37:54.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:37:54.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:37:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:54 smithi028 ceph-mon[112123]: 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-07T12:37:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:54 smithi138 ceph-mon[117003]: 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-07T12:37:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:54 smithi161 ceph-mon[116604]: 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-07T12:37:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:55 smithi028 ceph-mon[112123]: from='client.383811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:55 smithi138 ceph-mon[117003]: from='client.383811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:55 smithi161 ceph-mon[116604]: from='client.383811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:37:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:56 smithi028 ceph-mon[112123]: pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:56 smithi138 ceph-mon[117003]: pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:56 smithi161 ceph-mon[116604]: pgmap v14136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:37:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:37:58 smithi138 ceph-mon[117003]: pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:37:58 smithi161 ceph-mon[116604]: pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:37:58 smithi028 ceph-mon[112123]: pgmap v14137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:37:59.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:37:59.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:37:59.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:00.293 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:00.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:00.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:00.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:00.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:00 smithi138 ceph-mon[117003]: pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:00 smithi161 ceph-mon[116604]: pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:00 smithi028 ceph-mon[112123]: pgmap v14138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:01 smithi138 ceph-mon[117003]: from='client.383889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:01 smithi161 ceph-mon[116604]: from='client.383889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:01 smithi028 ceph-mon[112123]: from='client.383889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:02 smithi138 ceph-mon[117003]: pgmap v14139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:38:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:02 smithi161 ceph-mon[116604]: pgmap v14139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:38:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:02 smithi028 ceph-mon[112123]: pgmap v14139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:38:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:04 smithi138 ceph-mon[117003]: 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-07T12:38:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:04 smithi161 ceph-mon[116604]: 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-07T12:38:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:04 smithi028 ceph-mon[112123]: 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-07T12:38:05.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:05.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:05.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:06.069 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:06.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:06.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:06.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:06.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:06 smithi138 ceph-mon[117003]: 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-07T12:38:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:06 smithi138 ceph-mon[117003]: from='client.383961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:06 smithi161 ceph-mon[116604]: 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-07T12:38:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:06 smithi161 ceph-mon[116604]: from='client.383961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:06 smithi028 ceph-mon[112123]: 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-07T12:38:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:06 smithi028 ceph-mon[112123]: from='client.383961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:08 smithi138 ceph-mon[117003]: pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:08 smithi161 ceph-mon[116604]: pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:08 smithi028 ceph-mon[112123]: pgmap v14142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:10.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:10 smithi138 ceph-mon[117003]: pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:10 smithi161 ceph-mon[116604]: pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:10 smithi028 ceph-mon[112123]: pgmap v14143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:11.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:11.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:11.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:11.851 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:11.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:11.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:11.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:11.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:12 smithi138 ceph-mon[117003]: pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:12 smithi138 ceph-mon[117003]: from='client.384039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:12 smithi161 ceph-mon[116604]: pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:12 smithi161 ceph-mon[116604]: from='client.384039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:12 smithi028 ceph-mon[112123]: pgmap v14144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:12 smithi028 ceph-mon[112123]: from='client.384039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:14 smithi138 ceph-mon[117003]: 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-07T12:38:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:14 smithi161 ceph-mon[116604]: 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-07T12:38:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:14 smithi028 ceph-mon[112123]: 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-07T12:38:15.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:38:15.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:38:15.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:38:15.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:38:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:38:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:38:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:38:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:38:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:38:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:38:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:38:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:38:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:16 smithi138 ceph-mon[117003]: 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-07T12:38:16.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:16.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:16.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:16 smithi161 ceph-mon[116604]: 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-07T12:38:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:16 smithi028 ceph-mon[112123]: 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-07T12:38:17.631 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:17.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:17.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:17.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:17.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:18 smithi138 ceph-mon[117003]: 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-07T12:38:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:18 smithi138 ceph-mon[117003]: from='client.384114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:18 smithi161 ceph-mon[116604]: 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-07T12:38:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:18 smithi161 ceph-mon[116604]: from='client.384114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:18 smithi028 ceph-mon[112123]: 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-07T12:38:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:18 smithi028 ceph-mon[112123]: from='client.384114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:20 smithi138 ceph-mon[117003]: pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:20 smithi161 ceph-mon[116604]: pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:20 smithi028 ceph-mon[112123]: pgmap v14148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:22.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:22.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:22.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:22 smithi138 ceph-mon[117003]: pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:22 smithi161 ceph-mon[116604]: pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:22 smithi028 ceph-mon[112123]: pgmap v14149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:23.397 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:23.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:23.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:23.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:23.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:24 smithi138 ceph-mon[117003]: from='client.384192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:24 smithi138 ceph-mon[117003]: 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-07T12:38:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:24 smithi161 ceph-mon[116604]: from='client.384192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:24 smithi161 ceph-mon[116604]: 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-07T12:38:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:24 smithi028 ceph-mon[112123]: from='client.384192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:24 smithi028 ceph-mon[112123]: 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-07T12:38:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:26 smithi138 ceph-mon[117003]: 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-07T12:38:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:26 smithi161 ceph-mon[116604]: 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-07T12:38:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:26 smithi028 ceph-mon[112123]: 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-07T12:38:28.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:28.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:28.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:28 smithi138 ceph-mon[117003]: 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-07T12:38:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:28 smithi161 ceph-mon[116604]: 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-07T12:38:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:28 smithi028 ceph-mon[112123]: 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-07T12:38:29.171 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:29.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:29.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:29.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:29.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:29 smithi138 ceph-mon[117003]: from='client.384267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:29 smithi161 ceph-mon[116604]: from='client.384267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:29 smithi028 ceph-mon[112123]: from='client.384267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:30 smithi138 ceph-mon[117003]: pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:38:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:30 smithi161 ceph-mon[116604]: pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:38:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:30 smithi028 ceph-mon[112123]: pgmap v14153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:38:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:32 smithi138 ceph-mon[117003]: pgmap v14154: 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-07T12:38:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:32 smithi161 ceph-mon[116604]: pgmap v14154: 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-07T12:38:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:32 smithi028 ceph-mon[112123]: pgmap v14154: 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-07T12:38:34.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:34.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:34.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:34 smithi138 ceph-mon[117003]: pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:38:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:34 smithi161 ceph-mon[116604]: pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:38:34.953 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:34.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:34.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:34.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:34.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:34.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:34 smithi028 ceph-mon[112123]: pgmap v14155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:38:35.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:35 smithi138 ceph-mon[117003]: from='client.384342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:35 smithi161 ceph-mon[116604]: from='client.384342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:35 smithi028 ceph-mon[112123]: from='client.384342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:36 smithi138 ceph-mon[117003]: pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:36 smithi161 ceph-mon[116604]: pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:36 smithi028 ceph-mon[112123]: pgmap v14156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:38 smithi138 ceph-mon[117003]: pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:38:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:38 smithi161 ceph-mon[116604]: pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:38:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:38 smithi028 ceph-mon[112123]: pgmap v14157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:38:39.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:39.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:39.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:40.721 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:40.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:40.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:40.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:40.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:40 smithi138 ceph-mon[117003]: pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:40 smithi161 ceph-mon[116604]: pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:40 smithi028 ceph-mon[112123]: pgmap v14158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:38:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:41 smithi161 ceph-mon[116604]: from='client.384420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:41 smithi028 ceph-mon[112123]: from='client.384420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:41 smithi138 ceph-mon[117003]: from='client.384420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:42 smithi161 ceph-mon[116604]: pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:38:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:42 smithi028 ceph-mon[112123]: pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:38:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:42 smithi138 ceph-mon[117003]: pgmap v14159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:38:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:44 smithi161 ceph-mon[116604]: pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:38:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:44 smithi028 ceph-mon[112123]: pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:38:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:44 smithi138 ceph-mon[117003]: pgmap v14160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:38:45.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:45.723 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:45.723 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:46.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:46.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:46.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:46.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:46.507 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:46 smithi161 ceph-mon[116604]: pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:38:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:46 smithi028 ceph-mon[112123]: pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:38:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:46 smithi138 ceph-mon[117003]: pgmap v14161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:38:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:47 smithi161 ceph-mon[116604]: from='client.384492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:47 smithi028 ceph-mon[112123]: from='client.384492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:47 smithi138 ceph-mon[117003]: from='client.384492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:48 smithi161 ceph-mon[116604]: pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:48 smithi028 ceph-mon[112123]: pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:48 smithi138 ceph-mon[117003]: pgmap v14162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:38:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:50 smithi161 ceph-mon[116604]: pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:50 smithi028 ceph-mon[112123]: pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:50 smithi138 ceph-mon[117003]: pgmap v14163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:38:51.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:51.508 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:51.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:52.277 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:52.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:52.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:52.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:52.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:52 smithi161 ceph-mon[116604]: pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:52 smithi028 ceph-mon[112123]: pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:52 smithi138 ceph-mon[117003]: pgmap v14164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:38:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:53 smithi161 ceph-mon[116604]: from='client.384567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:53 smithi028 ceph-mon[112123]: from='client.384567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:53 smithi138 ceph-mon[117003]: from='client.384567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:54 smithi161 ceph-mon[116604]: 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-07T12:38:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:54 smithi028 ceph-mon[112123]: 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-07T12:38:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:54 smithi138 ceph-mon[117003]: 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-07T12:38:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:56 smithi161 ceph-mon[116604]: 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-07T12:38:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:56 smithi028 ceph-mon[112123]: 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-07T12:38:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:56 smithi138 ceph-mon[117003]: 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-07T12:38:57.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:38:57.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:38:57.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:38:58.064 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:38:58.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:38:58.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:38:58.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:38:58.065 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:38:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:58 smithi161 ceph-mon[116604]: 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-07T12:38:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:38:58 smithi161 ceph-mon[116604]: from='client.384645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:58 smithi028 ceph-mon[112123]: 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-07T12:38:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:38:58 smithi028 ceph-mon[112123]: from='client.384645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:38:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:58 smithi138 ceph-mon[117003]: 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-07T12:38:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:38:58 smithi138 ceph-mon[117003]: from='client.384645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:00 smithi161 ceph-mon[116604]: pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:00 smithi028 ceph-mon[112123]: pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:00 smithi138 ceph-mon[117003]: pgmap v14168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:02 smithi161 ceph-mon[116604]: pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:02 smithi028 ceph-mon[112123]: pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:02 smithi138 ceph-mon[117003]: pgmap v14169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:03.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:03.066 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:03.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:03.834 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:03.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:03.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:03.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:03.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:04 smithi161 ceph-mon[116604]: 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-07T12:39:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:04 smithi161 ceph-mon[116604]: from='client.384717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:04 smithi028 ceph-mon[112123]: 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-07T12:39:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:04 smithi028 ceph-mon[112123]: from='client.384717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:04 smithi138 ceph-mon[117003]: 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-07T12:39:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:04 smithi138 ceph-mon[117003]: from='client.384717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:06 smithi161 ceph-mon[116604]: 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-07T12:39:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:06 smithi028 ceph-mon[112123]: 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-07T12:39:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:06 smithi138 ceph-mon[117003]: 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-07T12:39:08.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:08.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:08.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:08 smithi161 ceph-mon[116604]: 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-07T12:39:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:08 smithi028 ceph-mon[112123]: 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-07T12:39:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:08 smithi138 ceph-mon[117003]: 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-07T12:39:09.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:09.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:09.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:09.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:09.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:10 smithi161 ceph-mon[116604]: 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-07T12:39:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:10 smithi161 ceph-mon[116604]: from='client.384795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:10 smithi028 ceph-mon[112123]: 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-07T12:39:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:10 smithi028 ceph-mon[112123]: from='client.384795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:10 smithi138 ceph-mon[117003]: 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-07T12:39:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:10 smithi138 ceph-mon[117003]: from='client.384795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:12 smithi161 ceph-mon[116604]: pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:39:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:12 smithi028 ceph-mon[112123]: pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:39:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:12 smithi138 ceph-mon[117003]: pgmap v14174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:39:14.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:14.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:14.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:14 smithi161 ceph-mon[116604]: pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:14.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:14 smithi028 ceph-mon[112123]: pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:14 smithi138 ceph-mon[117003]: pgmap v14175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:15.397 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:15.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:15.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:15.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:15.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:16 smithi138 ceph-mon[117003]: from='client.384867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:16 smithi138 ceph-mon[117003]: pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:39:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:39:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:39:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:39:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:16 smithi161 ceph-mon[116604]: from='client.384867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:16 smithi161 ceph-mon[116604]: pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:39:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:39:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:39:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:39:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:16 smithi028 ceph-mon[112123]: from='client.384867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:16 smithi028 ceph-mon[112123]: pgmap v14176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:39:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:39:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:39:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:39:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:18 smithi138 ceph-mon[117003]: pgmap v14177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:18 smithi161 ceph-mon[116604]: pgmap v14177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:18 smithi028 ceph-mon[112123]: pgmap v14177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:20.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:20.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:20.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:20.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:20 smithi138 ceph-mon[117003]: pgmap v14178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:39:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:20 smithi161 ceph-mon[116604]: pgmap v14178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:39:20.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:20 smithi028 ceph-mon[112123]: pgmap v14178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:39:21.182 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:21.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:21.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:21.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:21.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:21 smithi138 ceph-mon[117003]: from='client.384945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:21 smithi161 ceph-mon[116604]: from='client.384945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:21 smithi028 ceph-mon[112123]: from='client.384945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:22.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:22 smithi138 ceph-mon[117003]: 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-07T12:39:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:22 smithi161 ceph-mon[116604]: 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-07T12:39:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:22 smithi028 ceph-mon[112123]: 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-07T12:39:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:24 smithi138 ceph-mon[117003]: pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:24 smithi161 ceph-mon[116604]: pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:24 smithi028 ceph-mon[112123]: pgmap v14180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:26.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:26.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:26.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:26 smithi138 ceph-mon[117003]: pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:26 smithi161 ceph-mon[116604]: pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:26 smithi028 ceph-mon[112123]: pgmap v14181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:39:26.962 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:26.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:26.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:26.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:26.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:27 smithi138 ceph-mon[117003]: from='client.385023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:27 smithi161 ceph-mon[116604]: from='client.385023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:27 smithi028 ceph-mon[112123]: from='client.385023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:28.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:28 smithi138 ceph-mon[117003]: pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:28 smithi161 ceph-mon[116604]: pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:28 smithi028 ceph-mon[112123]: pgmap v14182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:30 smithi161 ceph-mon[116604]: pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:30 smithi028 ceph-mon[112123]: pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:30 smithi138 ceph-mon[117003]: pgmap v14183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:31.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:31.965 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:31.965 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:32 smithi161 ceph-mon[116604]: pgmap v14184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:32 smithi028 ceph-mon[112123]: pgmap v14184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:32.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:32.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:32.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:32.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:32.751 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:32 smithi138 ceph-mon[117003]: pgmap v14184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:33 smithi161 ceph-mon[116604]: from='client.385095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:33 smithi028 ceph-mon[112123]: from='client.385095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:33 smithi138 ceph-mon[117003]: from='client.385095 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:34 smithi161 ceph-mon[116604]: 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-07T12:39:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:34 smithi028 ceph-mon[112123]: 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-07T12:39:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:34 smithi138 ceph-mon[117003]: 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-07T12:39:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:36 smithi161 ceph-mon[116604]: 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-07T12:39:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:36 smithi028 ceph-mon[112123]: 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-07T12:39:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:36 smithi138 ceph-mon[117003]: 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-07T12:39:37.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:37.753 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:37.753 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:38.542 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:38.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:38.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:38.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:38.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:38 smithi161 ceph-mon[116604]: 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-07T12:39:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:38 smithi028 ceph-mon[112123]: 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-07T12:39:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:38 smithi138 ceph-mon[117003]: 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-07T12:39:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:39 smithi161 ceph-mon[116604]: from='client.385170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:39 smithi028 ceph-mon[112123]: from='client.385170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:39 smithi138 ceph-mon[117003]: from='client.385170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:40 smithi161 ceph-mon[116604]: pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:40 smithi028 ceph-mon[112123]: pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:40 smithi138 ceph-mon[117003]: pgmap v14188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:39:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:42 smithi161 ceph-mon[116604]: pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:42 smithi028 ceph-mon[112123]: pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:42 smithi138 ceph-mon[117003]: pgmap v14189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:39:43.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:43.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:43.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:44.315 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:44.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:44.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:44.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:44.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:44 smithi161 ceph-mon[116604]: 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-07T12:39:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:44 smithi028 ceph-mon[112123]: 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-07T12:39:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:44 smithi138 ceph-mon[117003]: 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-07T12:39:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:45 smithi161 ceph-mon[116604]: from='client.385248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:45 smithi028 ceph-mon[112123]: from='client.385248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:45 smithi138 ceph-mon[117003]: from='client.385248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:46 smithi161 ceph-mon[116604]: pgmap v14191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:39:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:46 smithi028 ceph-mon[112123]: pgmap v14191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:39:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:46 smithi138 ceph-mon[117003]: pgmap v14191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:39:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:48 smithi161 ceph-mon[116604]: pgmap v14192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:39:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:48 smithi028 ceph-mon[112123]: pgmap v14192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:39:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:48 smithi138 ceph-mon[117003]: pgmap v14192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:39:49.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:49.317 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:49.317 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:50.092 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:50.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:50.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:50.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:50.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:50 smithi161 ceph-mon[116604]: pgmap v14193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:39:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:50 smithi161 ceph-mon[116604]: from='client.385323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:50 smithi028 ceph-mon[112123]: pgmap v14193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:39:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:50 smithi028 ceph-mon[112123]: from='client.385323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:50 smithi138 ceph-mon[117003]: pgmap v14193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:39:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:50 smithi138 ceph-mon[117003]: from='client.385323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:52 smithi161 ceph-mon[116604]: pgmap v14194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:39:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:52 smithi028 ceph-mon[112123]: pgmap v14194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:39:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:52 smithi138 ceph-mon[117003]: pgmap v14194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:39:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:54 smithi161 ceph-mon[116604]: pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:54 smithi028 ceph-mon[112123]: pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:54 smithi138 ceph-mon[117003]: pgmap v14195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:39:55.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:39:55.094 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:39:55.094 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:39:55.871 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:39:55.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:39:55.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:39:55.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:39:55.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:39:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:56 smithi161 ceph-mon[116604]: pgmap v14196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:56 smithi161 ceph-mon[116604]: from='client.385395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:56 smithi028 ceph-mon[112123]: pgmap v14196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:56 smithi028 ceph-mon[112123]: from='client.385395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:56 smithi138 ceph-mon[117003]: pgmap v14196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:39:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:56 smithi138 ceph-mon[117003]: from='client.385395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:39:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:39:58 smithi161 ceph-mon[116604]: 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-07T12:39:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:39:58 smithi028 ceph-mon[112123]: 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-07T12:39:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:39:58 smithi138 ceph-mon[117003]: 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-07T12:40:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:00 smithi161 ceph-mon[116604]: pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:40:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T12:40:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:00 smithi028 ceph-mon[112123]: pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:40:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T12:40:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:00 smithi138 ceph-mon[117003]: pgmap v14198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:40:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T12:40:00.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:00.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:00.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:01.656 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:01.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:01.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:01.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:01.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:02 smithi161 ceph-mon[116604]: pgmap v14199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:02 smithi161 ceph-mon[116604]: from='client.385470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:02 smithi028 ceph-mon[112123]: pgmap v14199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:02 smithi028 ceph-mon[112123]: from='client.385470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:02 smithi138 ceph-mon[117003]: pgmap v14199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:02 smithi138 ceph-mon[117003]: from='client.385470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:04 smithi161 ceph-mon[116604]: pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:04 smithi028 ceph-mon[112123]: pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:04 smithi138 ceph-mon[117003]: pgmap v14200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:06.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:06.658 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:06.658 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:06 smithi161 ceph-mon[116604]: pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:06 smithi028 ceph-mon[112123]: pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:06 smithi138 ceph-mon[117003]: pgmap v14201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:07.440 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:07.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:07.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:07.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:07.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:08 smithi161 ceph-mon[116604]: from='client.385545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:08 smithi161 ceph-mon[116604]: pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:08 smithi028 ceph-mon[112123]: from='client.385545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:08 smithi028 ceph-mon[112123]: pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:08 smithi138 ceph-mon[117003]: from='client.385545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:08 smithi138 ceph-mon[117003]: pgmap v14202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:10 smithi161 ceph-mon[116604]: pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:10 smithi028 ceph-mon[112123]: pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:10 smithi138 ceph-mon[117003]: pgmap v14203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:12.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:12.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:12.442 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:12 smithi161 ceph-mon[116604]: pgmap v14204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:12 smithi028 ceph-mon[112123]: pgmap v14204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:12 smithi138 ceph-mon[117003]: pgmap v14204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:13.213 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:13.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:13.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:13.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:13.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:13 smithi161 ceph-mon[116604]: from='client.385623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:13 smithi028 ceph-mon[112123]: from='client.385623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:13 smithi138 ceph-mon[117003]: from='client.385623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:14 smithi161 ceph-mon[116604]: 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-07T12:40:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:14 smithi028 ceph-mon[112123]: 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-07T12:40:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:14 smithi138 ceph-mon[117003]: 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-07T12:40:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:16 smithi161 ceph-mon[116604]: 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-07T12:40:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:40:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:16 smithi028 ceph-mon[112123]: 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-07T12:40:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:40:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:16 smithi138 ceph-mon[117003]: 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-07T12:40:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:40:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:40:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:40:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:40:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:40:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:40:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:40:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:40:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:40:17.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:40:18.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:18.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:18.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:18 smithi161 ceph-mon[116604]: 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-07T12:40:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:18 smithi028 ceph-mon[112123]: 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-07T12:40:18.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:18.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:18.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:18.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:18.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:18 smithi138 ceph-mon[117003]: 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-07T12:40:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:19 smithi161 ceph-mon[116604]: from='client.385701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:19 smithi028 ceph-mon[112123]: from='client.385701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:19 smithi138 ceph-mon[117003]: from='client.385701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:20 smithi161 ceph-mon[116604]: pgmap v14208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:20 smithi028 ceph-mon[112123]: pgmap v14208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:20 smithi138 ceph-mon[117003]: pgmap v14208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:22 smithi161 ceph-mon[116604]: pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:22 smithi028 ceph-mon[112123]: pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:22 smithi138 ceph-mon[117003]: pgmap v14209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:23.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:23.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:23.998 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:24.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:24.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:24.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:24.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:24.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:24 smithi161 ceph-mon[116604]: 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-07T12:40:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:24 smithi028 ceph-mon[112123]: 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-07T12:40:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:24 smithi138 ceph-mon[117003]: 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-07T12:40:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:25 smithi161 ceph-mon[116604]: from='client.385779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:25 smithi028 ceph-mon[112123]: from='client.385779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:25 smithi138 ceph-mon[117003]: from='client.385779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:26 smithi161 ceph-mon[116604]: pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:26 smithi028 ceph-mon[112123]: pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:26 smithi138 ceph-mon[117003]: pgmap v14211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:28 smithi161 ceph-mon[116604]: pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:28 smithi028 ceph-mon[112123]: pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:28 smithi138 ceph-mon[117003]: pgmap v14212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:29.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:29.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:29.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:30.538 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:30.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:30.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:30.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:30.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:30 smithi161 ceph-mon[116604]: pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:40:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:30 smithi028 ceph-mon[112123]: pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:40:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:30 smithi138 ceph-mon[117003]: pgmap v14213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:40:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:31 smithi161 ceph-mon[116604]: from='client.385854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:31 smithi028 ceph-mon[112123]: from='client.385854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:31 smithi138 ceph-mon[117003]: from='client.385854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:32 smithi161 ceph-mon[116604]: pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:40:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:32 smithi028 ceph-mon[112123]: pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:40:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:32 smithi138 ceph-mon[117003]: pgmap v14214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:40:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:34 smithi161 ceph-mon[116604]: pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:34 smithi028 ceph-mon[112123]: pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:34 smithi138 ceph-mon[117003]: pgmap v14215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:40:35.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:35.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:35.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:36.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:36.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:36.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:36.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:36.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:36 smithi161 ceph-mon[116604]: pgmap v14216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:36 smithi028 ceph-mon[112123]: pgmap v14216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:36 smithi138 ceph-mon[117003]: pgmap v14216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:37 smithi161 ceph-mon[116604]: from='client.385929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:37 smithi028 ceph-mon[112123]: from='client.385929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:37 smithi138 ceph-mon[117003]: from='client.385929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:38 smithi161 ceph-mon[116604]: pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:38 smithi028 ceph-mon[112123]: pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:38 smithi138 ceph-mon[117003]: pgmap v14217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:40 smithi161 ceph-mon[116604]: pgmap v14218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:40 smithi028 ceph-mon[112123]: pgmap v14218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:40 smithi138 ceph-mon[117003]: pgmap v14218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:41.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:41.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:41.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:42.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:42.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:42.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:42.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:42.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:42 smithi161 ceph-mon[116604]: pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:42 smithi161 ceph-mon[116604]: from='client.386004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:42 smithi028 ceph-mon[112123]: pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:42 smithi028 ceph-mon[112123]: from='client.386004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:42 smithi138 ceph-mon[117003]: pgmap v14219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:42 smithi138 ceph-mon[117003]: from='client.386004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:44 smithi161 ceph-mon[116604]: pgmap v14220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:44 smithi028 ceph-mon[112123]: pgmap v14220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:44 smithi138 ceph-mon[117003]: pgmap v14220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:46 smithi161 ceph-mon[116604]: pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:46 smithi028 ceph-mon[112123]: pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:46 smithi138 ceph-mon[117003]: pgmap v14221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:40:47.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:47.096 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:47.096 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:47.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:47.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:47.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:47.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:47.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:48 smithi161 ceph-mon[116604]: pgmap v14222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:48 smithi161 ceph-mon[116604]: from='client.386079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:48 smithi028 ceph-mon[112123]: pgmap v14222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:48 smithi028 ceph-mon[112123]: from='client.386079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:48 smithi138 ceph-mon[117003]: pgmap v14222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:40:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:48 smithi138 ceph-mon[117003]: from='client.386079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:50 smithi161 ceph-mon[116604]: pgmap v14223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:50 smithi028 ceph-mon[112123]: pgmap v14223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:50 smithi138 ceph-mon[117003]: pgmap v14223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:40:52.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:52.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:52.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:52 smithi161 ceph-mon[116604]: pgmap v14224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:52 smithi028 ceph-mon[112123]: pgmap v14224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:52 smithi138 ceph-mon[117003]: pgmap v14224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:40:53.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:53.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:53.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:53.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:53.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:40:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:54 smithi161 ceph-mon[116604]: 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-07T12:40:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:54 smithi161 ceph-mon[116604]: from='client.386154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:54 smithi028 ceph-mon[112123]: 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-07T12:40:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:54 smithi028 ceph-mon[112123]: from='client.386154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:54 smithi138 ceph-mon[117003]: 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-07T12:40:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:54 smithi138 ceph-mon[117003]: from='client.386154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:40:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:56 smithi161 ceph-mon[116604]: 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-07T12:40:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:56 smithi028 ceph-mon[112123]: 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-07T12:40:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:56 smithi138 ceph-mon[117003]: 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-07T12:40:58.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:40:58.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:40:58.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:40:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:40:58 smithi161 ceph-mon[116604]: 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-07T12:40:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:40:58 smithi028 ceph-mon[112123]: 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-07T12:40:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:40:58 smithi138 ceph-mon[117003]: 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-07T12:40:59.437 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:40:59.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:40:59.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:40:59.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:40:59.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:00 smithi161 ceph-mon[116604]: from='client.386232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:00 smithi161 ceph-mon[116604]: pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:41:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:00 smithi028 ceph-mon[112123]: from='client.386232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:00 smithi028 ceph-mon[112123]: pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:41:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:00 smithi138 ceph-mon[117003]: from='client.386232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:00 smithi138 ceph-mon[117003]: pgmap v14228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:41:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:02 smithi161 ceph-mon[116604]: pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:41:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:02 smithi028 ceph-mon[112123]: pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:41:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:02 smithi138 ceph-mon[117003]: pgmap v14229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:41:04.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:04.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:04.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:04 smithi161 ceph-mon[116604]: pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:41:04.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:04 smithi028 ceph-mon[112123]: pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:41:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:04 smithi138 ceph-mon[117003]: pgmap v14230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:41:05.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:05.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:05.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:05.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:05.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:05 smithi161 ceph-mon[116604]: from='client.386310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:05 smithi028 ceph-mon[112123]: from='client.386310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:06.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:05 smithi138 ceph-mon[117003]: from='client.386310 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:06 smithi161 ceph-mon[116604]: pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:06 smithi028 ceph-mon[112123]: pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:06 smithi138 ceph-mon[117003]: pgmap v14231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:08 smithi161 ceph-mon[116604]: pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:08 smithi028 ceph-mon[112123]: pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:08 smithi138 ceph-mon[117003]: pgmap v14232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:10.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:10.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:10.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:10 smithi161 ceph-mon[116604]: pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:10 smithi028 ceph-mon[112123]: pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:10.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:10.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:10.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:10.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:10.989 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:10 smithi138 ceph-mon[117003]: pgmap v14233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:11 smithi161 ceph-mon[116604]: from='client.386388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:11 smithi028 ceph-mon[112123]: from='client.386388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:12.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:11 smithi138 ceph-mon[117003]: from='client.386388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:12 smithi161 ceph-mon[116604]: pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:12 smithi028 ceph-mon[112123]: pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:12 smithi138 ceph-mon[117003]: pgmap v14234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:14 smithi161 ceph-mon[116604]: pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:14 smithi028 ceph-mon[112123]: pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:14 smithi138 ceph-mon[117003]: pgmap v14235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:15.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:15.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:15.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:16.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:16.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:16.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:16.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:16.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:16 smithi161 ceph-mon[116604]: pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:41:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:16 smithi028 ceph-mon[112123]: pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:41:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:16 smithi138 ceph-mon[117003]: pgmap v14236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:41:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:17 smithi161 ceph-mon[116604]: from='client.386466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:41:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:41:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:41:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:41:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:17 smithi028 ceph-mon[112123]: from='client.386466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:41:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:41:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:41:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:41:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:17 smithi138 ceph-mon[117003]: from='client.386466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:41:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:41:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:41:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:41:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:18 smithi161 ceph-mon[116604]: pgmap v14237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:18 smithi028 ceph-mon[112123]: pgmap v14237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:18 smithi138 ceph-mon[117003]: pgmap v14237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:20 smithi161 ceph-mon[116604]: pgmap v14238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:41:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:20 smithi028 ceph-mon[112123]: pgmap v14238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:41:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:20 smithi138 ceph-mon[117003]: pgmap v14238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:41:21.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:21.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:21.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:22.547 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:22.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:22.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:22.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:22.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:22 smithi028 ceph-mon[112123]: pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:41:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:22 smithi138 ceph-mon[117003]: pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:41:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:22 smithi161 ceph-mon[116604]: pgmap v14239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:41:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:23 smithi028 ceph-mon[112123]: from='client.386544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:23 smithi138 ceph-mon[117003]: from='client.386544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:23 smithi161 ceph-mon[116604]: from='client.386544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:24 smithi028 ceph-mon[112123]: pgmap v14240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:24 smithi138 ceph-mon[117003]: pgmap v14240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:24 smithi161 ceph-mon[116604]: pgmap v14240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:26 smithi028 ceph-mon[112123]: pgmap v14241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:26 smithi138 ceph-mon[117003]: pgmap v14241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:26 smithi161 ceph-mon[116604]: pgmap v14241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:27.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:27.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:27.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:28.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:28.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:28.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:28.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:28.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:28 smithi028 ceph-mon[112123]: pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:28 smithi138 ceph-mon[117003]: pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:28 smithi161 ceph-mon[116604]: pgmap v14242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:29 smithi028 ceph-mon[112123]: from='client.386616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:29 smithi138 ceph-mon[117003]: from='client.386616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:29 smithi161 ceph-mon[116604]: from='client.386616 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:30 smithi028 ceph-mon[112123]: pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:41:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:30 smithi138 ceph-mon[117003]: pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:41:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:30 smithi161 ceph-mon[116604]: pgmap v14243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:41:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:32 smithi028 ceph-mon[112123]: pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:41:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:32 smithi138 ceph-mon[117003]: pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:41:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:32 smithi161 ceph-mon[116604]: pgmap v14244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:41:33.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:33.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:33.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:34.081 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:34.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:34.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:34.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:34.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:34 smithi028 ceph-mon[112123]: 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-07T12:41:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:34 smithi028 ceph-mon[112123]: from='client.386688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:34 smithi138 ceph-mon[117003]: 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-07T12:41:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:34 smithi138 ceph-mon[117003]: from='client.386688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:34 smithi161 ceph-mon[116604]: 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-07T12:41:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:34 smithi161 ceph-mon[116604]: from='client.386688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:36 smithi138 ceph-mon[117003]: 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-07T12:41:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:36 smithi161 ceph-mon[116604]: 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-07T12:41:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:36 smithi028 ceph-mon[112123]: 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-07T12:41:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:38 smithi138 ceph-mon[117003]: 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-07T12:41:39.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:39.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:39.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:38 smithi161 ceph-mon[116604]: 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-07T12:41:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:38 smithi028 ceph-mon[112123]: 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-07T12:41:39.870 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:39.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:39.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:39.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:39.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:40 smithi138 ceph-mon[117003]: 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-07T12:41:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:40 smithi138 ceph-mon[117003]: from='client.386766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:40 smithi161 ceph-mon[116604]: 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-07T12:41:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:40 smithi161 ceph-mon[116604]: from='client.386766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:40 smithi028 ceph-mon[112123]: 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-07T12:41:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:40 smithi028 ceph-mon[112123]: from='client.386766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:42 smithi138 ceph-mon[117003]: pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:41:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:42 smithi161 ceph-mon[116604]: pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:41:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:42 smithi028 ceph-mon[112123]: pgmap v14249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:41:44.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:44.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:44.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:44 smithi138 ceph-mon[117003]: pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:44 smithi161 ceph-mon[116604]: pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:44 smithi028 ceph-mon[112123]: pgmap v14250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:45.653 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:45.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:45.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:45.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:45.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:46 smithi138 ceph-mon[117003]: pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:46 smithi138 ceph-mon[117003]: from='client.386844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:46 smithi161 ceph-mon[116604]: pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:46 smithi161 ceph-mon[116604]: from='client.386844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:46 smithi028 ceph-mon[112123]: pgmap v14251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:46 smithi028 ceph-mon[112123]: from='client.386844 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:48 smithi138 ceph-mon[117003]: pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:48 smithi161 ceph-mon[116604]: pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:48 smithi028 ceph-mon[112123]: pgmap v14252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:41:50.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:50.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:50.656 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:50 smithi138 ceph-mon[117003]: pgmap v14253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:50 smithi161 ceph-mon[116604]: pgmap v14253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:50 smithi028 ceph-mon[112123]: pgmap v14253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:41:51.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:51.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:51.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:51.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:51.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:52 smithi138 ceph-mon[117003]: from='client.386916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:52 smithi138 ceph-mon[117003]: pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:52 smithi161 ceph-mon[116604]: from='client.386916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:52 smithi161 ceph-mon[116604]: pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:52 smithi028 ceph-mon[112123]: from='client.386916 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:52 smithi028 ceph-mon[112123]: pgmap v14254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:54 smithi138 ceph-mon[117003]: 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-07T12:41:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:54 smithi161 ceph-mon[116604]: 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-07T12:41:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:54 smithi028 ceph-mon[112123]: 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-07T12:41:56.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:41:56.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:41:56.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:41:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:56 smithi138 ceph-mon[117003]: pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:56 smithi161 ceph-mon[116604]: pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:57.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:41:57.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:41:57.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:41:57.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:41:57.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:41:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:56 smithi028 ceph-mon[112123]: pgmap v14256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:41:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:57 smithi138 ceph-mon[117003]: from='client.386988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:57 smithi161 ceph-mon[116604]: from='client.386988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:57 smithi028 ceph-mon[112123]: from='client.386988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:41:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:41:58 smithi138 ceph-mon[117003]: pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:41:58 smithi161 ceph-mon[116604]: pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:41:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:41:58 smithi028 ceph-mon[112123]: pgmap v14257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:00 smithi138 ceph-mon[117003]: pgmap v14258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:00 smithi161 ceph-mon[116604]: pgmap v14258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:00 smithi028 ceph-mon[112123]: pgmap v14258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:02.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:02.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:02.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:02.985 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:02.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:02.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:02.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:02.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:02 smithi138 ceph-mon[117003]: pgmap v14259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:02 smithi161 ceph-mon[116604]: pgmap v14259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:02 smithi028 ceph-mon[112123]: pgmap v14259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:03 smithi138 ceph-mon[117003]: from='client.387060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:03 smithi161 ceph-mon[116604]: from='client.387060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:03 smithi028 ceph-mon[112123]: from='client.387060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:04 smithi138 ceph-mon[117003]: pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:04 smithi161 ceph-mon[116604]: pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:04 smithi028 ceph-mon[112123]: pgmap v14260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:06 smithi138 ceph-mon[117003]: pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:06 smithi161 ceph-mon[116604]: pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:06 smithi028 ceph-mon[112123]: pgmap v14261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:07.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:07.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:07.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:08.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:08.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:08.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:08.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:08.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:08 smithi138 ceph-mon[117003]: pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:08 smithi161 ceph-mon[116604]: pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:08 smithi028 ceph-mon[112123]: pgmap v14262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:10.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:09 smithi138 ceph-mon[117003]: from='client.387135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:09 smithi161 ceph-mon[116604]: from='client.387135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:09 smithi028 ceph-mon[112123]: from='client.387135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:10 smithi138 ceph-mon[117003]: pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:10 smithi161 ceph-mon[116604]: pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:10 smithi028 ceph-mon[112123]: pgmap v14263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:12 smithi138 ceph-mon[117003]: pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:12 smithi161 ceph-mon[116604]: pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:12 smithi028 ceph-mon[112123]: pgmap v14264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:13.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:13.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:13.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:14.538 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:14.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:14.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:14.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:14.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:14 smithi138 ceph-mon[117003]: 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-07T12:42:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:14 smithi161 ceph-mon[116604]: 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-07T12:42:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:14 smithi028 ceph-mon[112123]: 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-07T12:42:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:15 smithi138 ceph-mon[117003]: from='client.387207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:15 smithi161 ceph-mon[116604]: from='client.387207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:15 smithi028 ceph-mon[112123]: from='client.387207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:16 smithi138 ceph-mon[117003]: pgmap v14266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:16 smithi161 ceph-mon[116604]: pgmap v14266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:16 smithi028 ceph-mon[112123]: pgmap v14266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:42:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:42:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:42:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: pgmap v14267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:42:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:42:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: pgmap v14267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:42:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:42:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: pgmap v14267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:42:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:42:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:42:19.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:19.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:19.540 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:20.309 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:20.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:20.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:20.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:20.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:20 smithi161 ceph-mon[116604]: pgmap v14268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:42:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:20 smithi028 ceph-mon[112123]: pgmap v14268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:42:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:20 smithi138 ceph-mon[117003]: pgmap v14268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:42:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:21 smithi161 ceph-mon[116604]: from='client.387282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:21 smithi028 ceph-mon[112123]: from='client.387282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:21 smithi138 ceph-mon[117003]: from='client.387282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:22 smithi161 ceph-mon[116604]: pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:42:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:22 smithi028 ceph-mon[112123]: pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:42:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:22 smithi138 ceph-mon[117003]: pgmap v14269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:42:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:24 smithi161 ceph-mon[116604]: pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:24 smithi028 ceph-mon[112123]: pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:24 smithi138 ceph-mon[117003]: pgmap v14270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:25.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:25.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:25.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:26.101 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:26.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:26.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:26.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:26.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:26 smithi161 ceph-mon[116604]: pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:26 smithi161 ceph-mon[116604]: from='client.387357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:26 smithi028 ceph-mon[112123]: pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:26 smithi028 ceph-mon[112123]: from='client.387357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:26 smithi138 ceph-mon[117003]: pgmap v14271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:26 smithi138 ceph-mon[117003]: from='client.387357 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:28 smithi161 ceph-mon[116604]: 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-07T12:42:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:28 smithi028 ceph-mon[112123]: 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-07T12:42:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:28 smithi138 ceph-mon[117003]: 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-07T12:42:31.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:31.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:31.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:30 smithi161 ceph-mon[116604]: pgmap v14273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:30 smithi028 ceph-mon[112123]: pgmap v14273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:30 smithi138 ceph-mon[117003]: pgmap v14273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:31.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:31.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:31.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:31.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:31.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:32 smithi161 ceph-mon[116604]: pgmap v14274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:32 smithi161 ceph-mon[116604]: from='client.387432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:32 smithi028 ceph-mon[112123]: pgmap v14274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:32 smithi028 ceph-mon[112123]: from='client.387432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:32 smithi138 ceph-mon[117003]: pgmap v14274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:32 smithi138 ceph-mon[117003]: from='client.387432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:34 smithi161 ceph-mon[116604]: 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-07T12:42:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:34 smithi028 ceph-mon[112123]: 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-07T12:42:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:34 smithi138 ceph-mon[117003]: 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-07T12:42:36.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:36.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:36.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:36 smithi161 ceph-mon[116604]: pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:36 smithi028 ceph-mon[112123]: pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:36 smithi138 ceph-mon[117003]: pgmap v14276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:37.674 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:37.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:37.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:37.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:37.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:38 smithi161 ceph-mon[116604]: pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:38 smithi161 ceph-mon[116604]: from='client.387507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:38 smithi028 ceph-mon[112123]: pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:38 smithi028 ceph-mon[112123]: from='client.387507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:38 smithi138 ceph-mon[117003]: pgmap v14277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:38 smithi138 ceph-mon[117003]: from='client.387507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:40 smithi161 ceph-mon[116604]: pgmap v14278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:40 smithi028 ceph-mon[112123]: pgmap v14278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:40 smithi138 ceph-mon[117003]: pgmap v14278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:42:42.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:42.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:42.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:42 smithi161 ceph-mon[116604]: pgmap v14279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:42 smithi028 ceph-mon[112123]: pgmap v14279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:42 smithi138 ceph-mon[117003]: pgmap v14279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:42:43.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:43.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:43.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:43.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:43.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:44 smithi161 ceph-mon[116604]: from='client.387585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:44 smithi161 ceph-mon[116604]: pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:44 smithi028 ceph-mon[112123]: from='client.387585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:44 smithi028 ceph-mon[112123]: pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:44 smithi138 ceph-mon[117003]: from='client.387585 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:44 smithi138 ceph-mon[117003]: pgmap v14280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:46 smithi161 ceph-mon[116604]: pgmap v14281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:46 smithi028 ceph-mon[112123]: pgmap v14281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:46 smithi138 ceph-mon[117003]: pgmap v14281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:42:48.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:48.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:48.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:48 smithi161 ceph-mon[116604]: 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-07T12:42:49.208 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:49.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:49.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:49.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:49.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:48 smithi028 ceph-mon[112123]: 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-07T12:42:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:48 smithi138 ceph-mon[117003]: 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-07T12:42:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:49 smithi161 ceph-mon[116604]: from='client.387660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:49 smithi028 ceph-mon[112123]: from='client.387660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:50.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:49 smithi138 ceph-mon[117003]: from='client.387660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:50 smithi161 ceph-mon[116604]: pgmap v14283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:42:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:50 smithi028 ceph-mon[112123]: pgmap v14283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:42:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:50 smithi138 ceph-mon[117003]: pgmap v14283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:42:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:51 smithi161 ceph-mon[116604]: pgmap v14284: 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-07T12:42:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:51 smithi028 ceph-mon[112123]: pgmap v14284: 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-07T12:42:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:51 smithi138 ceph-mon[117003]: pgmap v14284: 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-07T12:42:54.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:54.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:54.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:42:54.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:54 smithi138 ceph-mon[117003]: pgmap v14285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:42:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:54 smithi161 ceph-mon[116604]: pgmap v14285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:42:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:54 smithi028 ceph-mon[112123]: pgmap v14285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:42:54.980 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:42:54.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:42:54.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:42:54.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:42:54.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:42:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:55 smithi138 ceph-mon[117003]: from='client.387735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:55 smithi161 ceph-mon[116604]: from='client.387735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:55 smithi028 ceph-mon[112123]: from='client.387735 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:42:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:56 smithi161 ceph-mon[116604]: pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:56 smithi028 ceph-mon[112123]: pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:56 smithi138 ceph-mon[117003]: pgmap v14286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:42:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:42:58 smithi161 ceph-mon[116604]: pgmap v14287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:42:58 smithi028 ceph-mon[112123]: pgmap v14287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:42:58 smithi138 ceph-mon[117003]: pgmap v14287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:42:59.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:42:59.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:42:59.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:00 smithi161 ceph-mon[116604]: pgmap v14288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:43:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:00 smithi028 ceph-mon[112123]: pgmap v14288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:43:00.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:00.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:00.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:00.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:00.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:00 smithi138 ceph-mon[117003]: pgmap v14288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:43:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:01 smithi161 ceph-mon[116604]: from='client.387813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:01 smithi028 ceph-mon[112123]: from='client.387813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:01 smithi138 ceph-mon[117003]: from='client.387813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:02 smithi161 ceph-mon[116604]: pgmap v14289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:43:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:02 smithi028 ceph-mon[112123]: pgmap v14289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:43:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:02 smithi138 ceph-mon[117003]: pgmap v14289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:43:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:04 smithi161 ceph-mon[116604]: pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:43:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:04 smithi028 ceph-mon[112123]: pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:43:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:04 smithi138 ceph-mon[117003]: pgmap v14290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:43:05.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:05.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:05.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:06.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:06.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:06.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:06.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:06.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:06 smithi161 ceph-mon[116604]: pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:43:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:06 smithi028 ceph-mon[112123]: pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:43:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:06 smithi138 ceph-mon[117003]: pgmap v14291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T12:43:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:07 smithi161 ceph-mon[116604]: from='client.387891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:07 smithi028 ceph-mon[112123]: from='client.387891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:07.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:07 smithi138 ceph-mon[117003]: from='client.387891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:08 smithi161 ceph-mon[116604]: 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-07T12:43:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:08 smithi028 ceph-mon[112123]: 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-07T12:43:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:08 smithi138 ceph-mon[117003]: 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-07T12:43:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:10 smithi161 ceph-mon[116604]: pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:10 smithi028 ceph-mon[112123]: pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:10 smithi138 ceph-mon[117003]: pgmap v14293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:11.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:11.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:11.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:12.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:12.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:12.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:12.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:12.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:12 smithi161 ceph-mon[116604]: pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:43:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:12 smithi028 ceph-mon[112123]: pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:43:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:12 smithi138 ceph-mon[117003]: pgmap v14294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:43:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:13 smithi161 ceph-mon[116604]: from='client.387969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:13 smithi028 ceph-mon[112123]: from='client.387969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:13.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:13 smithi138 ceph-mon[117003]: from='client.387969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:14 smithi161 ceph-mon[116604]: 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-07T12:43:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:14 smithi028 ceph-mon[112123]: 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-07T12:43:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:14 smithi138 ceph-mon[117003]: 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-07T12:43:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:16 smithi161 ceph-mon[116604]: pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:16 smithi028 ceph-mon[112123]: pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:16 smithi138 ceph-mon[117003]: pgmap v14296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:17.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:17.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:17.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:18.111 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:18.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:18.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:18.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:18.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:18 smithi161 ceph-mon[116604]: pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:18 smithi161 ceph-mon[116604]: from='client.388041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:18.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:18 smithi028 ceph-mon[112123]: pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:18 smithi028 ceph-mon[112123]: from='client.388041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:18 smithi138 ceph-mon[117003]: pgmap v14297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:18 smithi138 ceph-mon[117003]: from='client.388041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:43:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:43:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:43:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:43:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:43:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:43:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:43:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:43:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:43:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:43:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:43:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:43:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:20 smithi161 ceph-mon[116604]: pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:20 smithi028 ceph-mon[112123]: pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:20 smithi138 ceph-mon[117003]: pgmap v14298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:22.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:22 smithi161 ceph-mon[116604]: pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:43:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:22 smithi028 ceph-mon[112123]: pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:43:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:22 smithi138 ceph-mon[117003]: pgmap v14299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:43:23.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:23.113 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:23.113 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:23.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:23.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:23.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:23.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:23.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:24 smithi161 ceph-mon[116604]: pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:24 smithi161 ceph-mon[116604]: from='client.388113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:24 smithi028 ceph-mon[112123]: pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:24 smithi028 ceph-mon[112123]: from='client.388113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:24 smithi138 ceph-mon[117003]: pgmap v14300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:24 smithi138 ceph-mon[117003]: from='client.388113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:26 smithi161 ceph-mon[116604]: pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:26 smithi028 ceph-mon[112123]: pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:26 smithi138 ceph-mon[117003]: pgmap v14301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:28 smithi161 ceph-mon[116604]: 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-07T12:43:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:28 smithi028 ceph-mon[112123]: 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-07T12:43:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:28 smithi138 ceph-mon[117003]: 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-07T12:43:28.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:28.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:28.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:29.665 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:29.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:29.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:29.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:29.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:30 smithi161 ceph-mon[116604]: 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-07T12:43:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:30 smithi161 ceph-mon[116604]: from='client.388185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:30 smithi028 ceph-mon[112123]: 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-07T12:43:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:30 smithi028 ceph-mon[112123]: from='client.388185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:30 smithi138 ceph-mon[117003]: 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-07T12:43:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:30 smithi138 ceph-mon[117003]: from='client.388185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:32 smithi161 ceph-mon[116604]: pgmap v14304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:43:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:32 smithi028 ceph-mon[112123]: pgmap v14304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:43:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:32 smithi138 ceph-mon[117003]: pgmap v14304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:43:34.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:34.668 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:34.668 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:34 smithi161 ceph-mon[116604]: pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:34 smithi028 ceph-mon[112123]: pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:34 smithi138 ceph-mon[117003]: pgmap v14305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:35.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:35.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:35.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:35.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:35.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:36 smithi161 ceph-mon[116604]: from='client.388260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:36 smithi161 ceph-mon[116604]: pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:36 smithi028 ceph-mon[112123]: from='client.388260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:36 smithi028 ceph-mon[112123]: pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:36 smithi138 ceph-mon[117003]: from='client.388260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:36 smithi138 ceph-mon[117003]: pgmap v14306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:38 smithi161 ceph-mon[116604]: pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:38 smithi028 ceph-mon[112123]: pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:38 smithi138 ceph-mon[117003]: pgmap v14307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:43:40.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:40.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:40.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:40 smithi161 ceph-mon[116604]: pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:43:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:40 smithi028 ceph-mon[112123]: pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:43:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:40 smithi138 ceph-mon[117003]: pgmap v14308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:43:41.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:41.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:41.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:41.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:41.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:41 smithi161 ceph-mon[116604]: from='client.388338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:41 smithi028 ceph-mon[112123]: from='client.388338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:41.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:41 smithi138 ceph-mon[117003]: from='client.388338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:42 smithi161 ceph-mon[116604]: pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:42 smithi028 ceph-mon[112123]: pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:42 smithi138 ceph-mon[117003]: pgmap v14309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:44 smithi161 ceph-mon[116604]: 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-07T12:43:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:44 smithi028 ceph-mon[112123]: 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-07T12:43:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:44 smithi138 ceph-mon[117003]: 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-07T12:43:46.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:46.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:46.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:46 smithi161 ceph-mon[116604]: 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-07T12:43:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:46 smithi028 ceph-mon[112123]: 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-07T12:43:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:46 smithi138 ceph-mon[117003]: 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-07T12:43:47.012 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:47.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:47.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:47.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:47.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:47 smithi161 ceph-mon[116604]: from='client.388416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:47 smithi028 ceph-mon[112123]: from='client.388416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:47 smithi138 ceph-mon[117003]: from='client.388416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:48 smithi161 ceph-mon[116604]: 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-07T12:43:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:48 smithi028 ceph-mon[112123]: 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-07T12:43:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:48 smithi138 ceph-mon[117003]: 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-07T12:43:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:50 smithi161 ceph-mon[116604]: pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:50 smithi028 ceph-mon[112123]: pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:50 smithi138 ceph-mon[117003]: pgmap v14313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:43:52.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:52.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:52.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:52 smithi161 ceph-mon[116604]: pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:43:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:52 smithi028 ceph-mon[112123]: pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:43:52.786 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:52.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:52.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:52.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:52.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:52 smithi138 ceph-mon[117003]: pgmap v14314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:43:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:53 smithi161 ceph-mon[116604]: from='client.388494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:53 smithi028 ceph-mon[112123]: from='client.388494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:53 smithi138 ceph-mon[117003]: from='client.388494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:54 smithi161 ceph-mon[116604]: pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:54 smithi028 ceph-mon[112123]: pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:54 smithi138 ceph-mon[117003]: pgmap v14315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:56 smithi161 ceph-mon[116604]: pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:56 smithi028 ceph-mon[112123]: pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:56 smithi138 ceph-mon[117003]: pgmap v14316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:43:57.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:43:57.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:43:57.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:43:58.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:43:58.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:43:58.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:43:58.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:43:58.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:43:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:58 smithi161 ceph-mon[116604]: pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:58 smithi028 ceph-mon[112123]: pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:58 smithi138 ceph-mon[117003]: pgmap v14317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:43:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:43:59 smithi161 ceph-mon[116604]: from='client.388569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:43:59 smithi028 ceph-mon[112123]: from='client.388569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:43:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:43:59 smithi138 ceph-mon[117003]: from='client.388569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:00 smithi161 ceph-mon[116604]: pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:00 smithi028 ceph-mon[112123]: pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:00 smithi138 ceph-mon[117003]: pgmap v14318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:02 smithi161 ceph-mon[116604]: pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:02.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:02 smithi028 ceph-mon[112123]: pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:02 smithi138 ceph-mon[117003]: pgmap v14319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:03.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:03.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:03.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:04.338 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:04.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:04.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:04.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:04.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:04 smithi161 ceph-mon[116604]: pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:04 smithi028 ceph-mon[112123]: pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:04 smithi138 ceph-mon[117003]: pgmap v14320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:05 smithi161 ceph-mon[116604]: from='client.388644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:05 smithi028 ceph-mon[112123]: from='client.388644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:05 smithi138 ceph-mon[117003]: from='client.388644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:06 smithi161 ceph-mon[116604]: pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:44:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:06 smithi028 ceph-mon[112123]: pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:44:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:06 smithi138 ceph-mon[117003]: pgmap v14321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:44:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:08 smithi161 ceph-mon[116604]: pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:44:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:08 smithi028 ceph-mon[112123]: pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:44:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:08 smithi138 ceph-mon[117003]: pgmap v14322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:44:09.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:09.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:09.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:10.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:10.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:10.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:10.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:10.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:10 smithi161 ceph-mon[116604]: pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:10 smithi161 ceph-mon[116604]: from='client.388722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:10.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:10 smithi028 ceph-mon[112123]: pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:10 smithi028 ceph-mon[112123]: from='client.388722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:10 smithi138 ceph-mon[117003]: pgmap v14323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:10 smithi138 ceph-mon[117003]: from='client.388722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:12.721 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:12 smithi028 ceph-mon[112123]: pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:12 smithi138 ceph-mon[117003]: pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:12 smithi161 ceph-mon[116604]: pgmap v14324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:14 smithi028 ceph-mon[112123]: pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:14 smithi138 ceph-mon[117003]: pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:14 smithi161 ceph-mon[116604]: pgmap v14325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:15.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:15.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:15.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:15.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:15.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:15.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:15.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:15.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:16 smithi028 ceph-mon[112123]: pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:16 smithi028 ceph-mon[112123]: from='client.388797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:16 smithi138 ceph-mon[117003]: pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:16 smithi138 ceph-mon[117003]: from='client.388797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:16 smithi161 ceph-mon[116604]: pgmap v14326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:16 smithi161 ceph-mon[116604]: from='client.388797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:18 smithi028 ceph-mon[112123]: pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:44:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:18 smithi138 ceph-mon[117003]: pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:44:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:18 smithi161 ceph-mon[116604]: pgmap v14327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:44:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:44:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:44:19.902 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:44:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:20 smithi028 ceph-mon[112123]: pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:44:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:20 smithi138 ceph-mon[117003]: pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:44:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:20.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:20.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:20 smithi161 ceph-mon[116604]: pgmap v14328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T12:44:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:21.656 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:21.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:21.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:21.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:21.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:44:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:21 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15591M 2023-12-07T12:44:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:44:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:44:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:44:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:21 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15591M 2023-12-07T12:44:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:44:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:44:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:44:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:21 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15591M 2023-12-07T12:44:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:44:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:44:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:44:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:22 smithi028 ceph-mon[112123]: pgmap v14329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:22 smithi028 ceph-mon[112123]: from='client.388875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:22 smithi138 ceph-mon[117003]: pgmap v14329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:22 smithi138 ceph-mon[117003]: from='client.388875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:22 smithi161 ceph-mon[116604]: pgmap v14329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:22 smithi161 ceph-mon[116604]: from='client.388875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:24 smithi028 ceph-mon[112123]: 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-07T12:44:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:24 smithi138 ceph-mon[117003]: 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-07T12:44:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:24 smithi161 ceph-mon[116604]: 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-07T12:44:26.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:26.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:26.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:26.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:26 smithi028 ceph-mon[112123]: 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-07T12:44:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:26 smithi138 ceph-mon[117003]: 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-07T12:44:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:26 smithi161 ceph-mon[116604]: 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-07T12:44:27.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:27.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:27.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:27.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:27.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:28 smithi028 ceph-mon[112123]: from='client.388953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:28 smithi028 ceph-mon[112123]: 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-07T12:44:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:28 smithi138 ceph-mon[117003]: from='client.388953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:28 smithi138 ceph-mon[117003]: 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-07T12:44:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:28 smithi161 ceph-mon[116604]: from='client.388953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:28 smithi161 ceph-mon[116604]: 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-07T12:44:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:30 smithi028 ceph-mon[112123]: pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:30 smithi138 ceph-mon[117003]: pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:30 smithi161 ceph-mon[116604]: pgmap v14333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:32.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:32.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:32.428 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:32 smithi028 ceph-mon[112123]: pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:32 smithi138 ceph-mon[117003]: pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:32 smithi161 ceph-mon[116604]: pgmap v14334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:33.196 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:33.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:33.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:33.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:33.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:33 smithi138 ceph-mon[117003]: from='client.389028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:33 smithi161 ceph-mon[116604]: from='client.389028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:33 smithi028 ceph-mon[112123]: from='client.389028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:34 smithi138 ceph-mon[117003]: pgmap v14335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:34 smithi161 ceph-mon[116604]: pgmap v14335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:34 smithi028 ceph-mon[112123]: pgmap v14335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:36 smithi138 ceph-mon[117003]: pgmap v14336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:36 smithi161 ceph-mon[116604]: pgmap v14336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:36 smithi028 ceph-mon[112123]: pgmap v14336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:44:38.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:38.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:38.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:38.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:38.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:38.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:38.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:38.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:38 smithi138 ceph-mon[117003]: pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:38 smithi161 ceph-mon[116604]: pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:38 smithi028 ceph-mon[112123]: pgmap v14337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:39 smithi138 ceph-mon[117003]: from='client.389103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:39 smithi161 ceph-mon[116604]: from='client.389103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:39 smithi028 ceph-mon[112123]: from='client.389103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:40 smithi138 ceph-mon[117003]: pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:40 smithi161 ceph-mon[116604]: pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:40 smithi028 ceph-mon[112123]: pgmap v14338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:44:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:42 smithi138 ceph-mon[117003]: pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:42 smithi161 ceph-mon[116604]: pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:42 smithi028 ceph-mon[112123]: pgmap v14339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:44:43.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:43.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:43.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:44.751 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:44.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:44.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:44.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:44.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:44 smithi138 ceph-mon[117003]: pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:44 smithi161 ceph-mon[116604]: pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:44 smithi028 ceph-mon[112123]: pgmap v14340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:45 smithi138 ceph-mon[117003]: from='client.389181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:45 smithi161 ceph-mon[116604]: from='client.389181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:45 smithi028 ceph-mon[112123]: from='client.389181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:46 smithi138 ceph-mon[117003]: pgmap v14341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:46 smithi161 ceph-mon[116604]: pgmap v14341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:46 smithi028 ceph-mon[112123]: pgmap v14341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:48 smithi138 ceph-mon[117003]: pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:48 smithi161 ceph-mon[116604]: pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:48 smithi028 ceph-mon[112123]: pgmap v14342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:49.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:49.753 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:49.753 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:50.520 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:50.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:50.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:50.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:50.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:50 smithi138 ceph-mon[117003]: pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:50 smithi161 ceph-mon[116604]: pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:50 smithi028 ceph-mon[112123]: pgmap v14343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:44:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:51 smithi138 ceph-mon[117003]: from='client.389256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:51 smithi161 ceph-mon[116604]: from='client.389256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:51 smithi028 ceph-mon[112123]: from='client.389256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:52 smithi138 ceph-mon[117003]: pgmap v14344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:52 smithi161 ceph-mon[116604]: pgmap v14344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:52 smithi028 ceph-mon[112123]: pgmap v14344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:44:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:54 smithi138 ceph-mon[117003]: pgmap v14345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:54 smithi161 ceph-mon[116604]: pgmap v14345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:54 smithi028 ceph-mon[112123]: pgmap v14345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:44:55.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:44:55.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:44:55.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:44:56.316 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:44:56.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:44:56.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:44:56.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:44:56.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:44:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:56 smithi138 ceph-mon[117003]: pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:56 smithi138 ceph-mon[117003]: from='client.389331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:56 smithi161 ceph-mon[116604]: pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:56 smithi161 ceph-mon[116604]: from='client.389331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:56 smithi028 ceph-mon[112123]: pgmap v14346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:44:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:56 smithi028 ceph-mon[112123]: from='client.389331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:44:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:44:58 smithi138 ceph-mon[117003]: 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-07T12:44:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:44:58 smithi161 ceph-mon[116604]: 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-07T12:44:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:44:58 smithi028 ceph-mon[112123]: 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-07T12:45:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:00 smithi138 ceph-mon[117003]: pgmap v14348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:00 smithi161 ceph-mon[116604]: pgmap v14348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:00 smithi028 ceph-mon[112123]: pgmap v14348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:01.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:01.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:01.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:02.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:02.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:02.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:02.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:02.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:02 smithi138 ceph-mon[117003]: pgmap v14349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:45:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:02 smithi138 ceph-mon[117003]: from='client.389403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:02 smithi161 ceph-mon[116604]: pgmap v14349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:45:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:02 smithi161 ceph-mon[116604]: from='client.389403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:02 smithi028 ceph-mon[112123]: pgmap v14349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:45:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:02 smithi028 ceph-mon[112123]: from='client.389403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:04 smithi138 ceph-mon[117003]: 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-07T12:45:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:04 smithi161 ceph-mon[116604]: 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-07T12:45:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:04 smithi028 ceph-mon[112123]: 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-07T12:45:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:06 smithi138 ceph-mon[117003]: 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-07T12:45:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:07.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:07.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:06 smithi161 ceph-mon[116604]: 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-07T12:45:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:06 smithi028 ceph-mon[112123]: 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-07T12:45:07.876 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:07.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:07.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:07.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:07.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:08 smithi138 ceph-mon[117003]: 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-07T12:45:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:08 smithi138 ceph-mon[117003]: from='client.389475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:08 smithi161 ceph-mon[116604]: 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-07T12:45:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:08 smithi161 ceph-mon[116604]: from='client.389475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:08 smithi028 ceph-mon[112123]: 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-07T12:45:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:08 smithi028 ceph-mon[112123]: from='client.389475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:10 smithi138 ceph-mon[117003]: pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:10 smithi161 ceph-mon[116604]: pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:10 smithi028 ceph-mon[112123]: pgmap v14353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:12.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:12.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:12.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:12 smithi138 ceph-mon[117003]: 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-07T12:45:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:12 smithi161 ceph-mon[116604]: 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-07T12:45:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:12 smithi028 ceph-mon[112123]: 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-07T12:45:13.671 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:13.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:13.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:13.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:13.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:14 smithi138 ceph-mon[117003]: from='client.389550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:14 smithi138 ceph-mon[117003]: pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:14 smithi161 ceph-mon[116604]: from='client.389550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:14 smithi161 ceph-mon[116604]: pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:14 smithi028 ceph-mon[112123]: from='client.389550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:14 smithi028 ceph-mon[112123]: pgmap v14355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:16 smithi138 ceph-mon[117003]: pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:16 smithi161 ceph-mon[116604]: pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:16 smithi028 ceph-mon[112123]: pgmap v14356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:18.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:18.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:18.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:18 smithi161 ceph-mon[116604]: pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:18 smithi028 ceph-mon[112123]: pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:18 smithi138 ceph-mon[117003]: pgmap v14357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:19.445 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:19.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:19.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:19.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:19.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:20 smithi161 ceph-mon[116604]: from='client.389628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:20 smithi161 ceph-mon[116604]: pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:45:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:20 smithi028 ceph-mon[112123]: from='client.389628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:20 smithi028 ceph-mon[112123]: pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:45:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:20 smithi138 ceph-mon[117003]: from='client.389628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:20 smithi138 ceph-mon[117003]: pgmap v14358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:45:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:45:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:45:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:45:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:45:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:45:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:45:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:45:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:45:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:45:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:45:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:45:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:45:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:22 smithi161 ceph-mon[116604]: pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:45:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:22 smithi028 ceph-mon[112123]: pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:45:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:22 smithi138 ceph-mon[117003]: pgmap v14359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T12:45:24.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:24.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:24.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:24 smithi161 ceph-mon[116604]: pgmap v14360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:45:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:24 smithi028 ceph-mon[112123]: pgmap v14360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:45:25.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:25.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:25.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:25.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:25.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:24 smithi138 ceph-mon[117003]: pgmap v14360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:45:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:25 smithi161 ceph-mon[116604]: from='client.389703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:25 smithi028 ceph-mon[112123]: from='client.389703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:25 smithi138 ceph-mon[117003]: from='client.389703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:26 smithi161 ceph-mon[116604]: pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:26 smithi028 ceph-mon[112123]: pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:26 smithi138 ceph-mon[117003]: pgmap v14361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:28 smithi161 ceph-mon[116604]: pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:28 smithi028 ceph-mon[112123]: pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:28 smithi138 ceph-mon[117003]: pgmap v14362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:45:30.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:30.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:30.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:31.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:31.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:31.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:31.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:31.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:30 smithi161 ceph-mon[116604]: pgmap v14363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:45:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:30 smithi028 ceph-mon[112123]: pgmap v14363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:45:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:30 smithi138 ceph-mon[117003]: pgmap v14363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:45:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:31 smithi161 ceph-mon[116604]: from='client.389778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:31 smithi028 ceph-mon[112123]: from='client.389778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:31 smithi138 ceph-mon[117003]: from='client.389778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:32 smithi161 ceph-mon[116604]: pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:45:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:32 smithi028 ceph-mon[112123]: pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:45:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:32 smithi138 ceph-mon[117003]: pgmap v14364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:45:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:34 smithi161 ceph-mon[116604]: pgmap v14365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:45:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:34 smithi028 ceph-mon[112123]: pgmap v14365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:45:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:34 smithi138 ceph-mon[117003]: pgmap v14365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:45:36.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:36.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:36.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:36.774 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:36.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:36.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:36.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:36.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:36 smithi161 ceph-mon[116604]: pgmap v14366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:36 smithi028 ceph-mon[112123]: pgmap v14366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:36 smithi138 ceph-mon[117003]: pgmap v14366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:37 smithi161 ceph-mon[116604]: from='client.389853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:37 smithi028 ceph-mon[112123]: from='client.389853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:37 smithi138 ceph-mon[117003]: from='client.389853 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:38 smithi161 ceph-mon[116604]: 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-07T12:45:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:38 smithi028 ceph-mon[112123]: 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-07T12:45:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:38 smithi138 ceph-mon[117003]: 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-07T12:45:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:40 smithi161 ceph-mon[116604]: pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:40 smithi028 ceph-mon[112123]: pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:40 smithi138 ceph-mon[117003]: pgmap v14368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:41.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:41.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:41.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:42.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:42.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:42.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:42.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:42.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:42 smithi161 ceph-mon[116604]: pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:45:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:42 smithi028 ceph-mon[112123]: pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:45:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:42 smithi138 ceph-mon[117003]: pgmap v14369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:45:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:43 smithi161 ceph-mon[116604]: from='client.389928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:43 smithi028 ceph-mon[112123]: from='client.389928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:43 smithi138 ceph-mon[117003]: from='client.389928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:44 smithi161 ceph-mon[116604]: 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-07T12:45:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:44 smithi028 ceph-mon[112123]: 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-07T12:45:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:44 smithi138 ceph-mon[117003]: 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-07T12:45:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:46 smithi161 ceph-mon[116604]: 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-07T12:45:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:46 smithi028 ceph-mon[112123]: 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-07T12:45:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:46 smithi138 ceph-mon[117003]: 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-07T12:45:47.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:47.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:47.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:48.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:48.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:48.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:48.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:48.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:48 smithi161 ceph-mon[116604]: 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-07T12:45:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:48 smithi161 ceph-mon[116604]: from='client.390003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:48 smithi028 ceph-mon[112123]: 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-07T12:45:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:48 smithi028 ceph-mon[112123]: from='client.390003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:48 smithi138 ceph-mon[117003]: 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-07T12:45:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:48 smithi138 ceph-mon[117003]: from='client.390003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:50 smithi161 ceph-mon[116604]: pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:50 smithi028 ceph-mon[112123]: pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:50 smithi138 ceph-mon[117003]: pgmap v14373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:45:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:52 smithi161 ceph-mon[116604]: 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-07T12:45:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:52 smithi028 ceph-mon[112123]: 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-07T12:45:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:52 smithi138 ceph-mon[117003]: 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-07T12:45:53.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:53.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:53.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:54.086 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:54.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:54.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:54.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:54.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:45:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:54 smithi161 ceph-mon[116604]: pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:54 smithi161 ceph-mon[116604]: from='client.390081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:54 smithi028 ceph-mon[112123]: pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:54 smithi028 ceph-mon[112123]: from='client.390081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:54 smithi138 ceph-mon[117003]: pgmap v14375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:54 smithi138 ceph-mon[117003]: from='client.390081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:45:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:56 smithi161 ceph-mon[116604]: pgmap v14376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:56 smithi028 ceph-mon[112123]: pgmap v14376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:56 smithi138 ceph-mon[117003]: pgmap v14376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:45:59.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:45:59.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:45:59.088 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:45:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:45:58 smithi161 ceph-mon[116604]: pgmap v14377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:45:58 smithi028 ceph-mon[112123]: pgmap v14377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:45:58 smithi138 ceph-mon[117003]: pgmap v14377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:45:59.860 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:45:59.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:45:59.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:45:59.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:45:59.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:00 smithi161 ceph-mon[116604]: pgmap v14378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:00 smithi161 ceph-mon[116604]: from='client.390153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:00 smithi028 ceph-mon[112123]: pgmap v14378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:00 smithi028 ceph-mon[112123]: from='client.390153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:00 smithi138 ceph-mon[117003]: pgmap v14378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:00 smithi138 ceph-mon[117003]: from='client.390153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:02 smithi161 ceph-mon[116604]: pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:46:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:02 smithi028 ceph-mon[112123]: pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:46:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:02 smithi138 ceph-mon[117003]: pgmap v14379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:46:04.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:04.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:04.862 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:04 smithi161 ceph-mon[116604]: pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:04 smithi028 ceph-mon[112123]: pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:04 smithi138 ceph-mon[117003]: pgmap v14380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:05.628 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:05.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:05.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:05.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:05.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:06 smithi161 ceph-mon[116604]: from='client.390225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:06 smithi161 ceph-mon[116604]: pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:06 smithi028 ceph-mon[112123]: from='client.390225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:06 smithi028 ceph-mon[112123]: pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:06 smithi138 ceph-mon[117003]: from='client.390225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:06 smithi138 ceph-mon[117003]: pgmap v14381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:08 smithi161 ceph-mon[116604]: pgmap v14382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:08 smithi028 ceph-mon[112123]: pgmap v14382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:08 smithi138 ceph-mon[117003]: pgmap v14382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:10.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:10.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:10.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:10 smithi161 ceph-mon[116604]: pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:46:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:10 smithi028 ceph-mon[112123]: pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:46:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:10 smithi138 ceph-mon[117003]: pgmap v14383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:46:11.401 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:11.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:11.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:11.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:11.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:12 smithi161 ceph-mon[116604]: from='client.390300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:12 smithi161 ceph-mon[116604]: pgmap v14384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:12 smithi028 ceph-mon[112123]: from='client.390300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:12 smithi028 ceph-mon[112123]: pgmap v14384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:12 smithi138 ceph-mon[117003]: from='client.390300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:12 smithi138 ceph-mon[117003]: pgmap v14384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:14 smithi161 ceph-mon[116604]: 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-07T12:46:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:14 smithi028 ceph-mon[112123]: 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-07T12:46:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:14 smithi138 ceph-mon[117003]: 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-07T12:46:16.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:16.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:16.403 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:17.173 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:17.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:17.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:17.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:17.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:16 smithi161 ceph-mon[116604]: 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-07T12:46:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:16 smithi028 ceph-mon[112123]: 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-07T12:46:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:16 smithi138 ceph-mon[117003]: 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-07T12:46:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:17 smithi161 ceph-mon[116604]: from='client.390375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:17 smithi028 ceph-mon[112123]: from='client.390375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:17 smithi138 ceph-mon[117003]: from='client.390375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:18 smithi161 ceph-mon[116604]: 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-07T12:46:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:18 smithi028 ceph-mon[112123]: 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-07T12:46:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:18 smithi138 ceph-mon[117003]: 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-07T12:46:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:20 smithi161 ceph-mon[116604]: pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:46:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:20 smithi028 ceph-mon[112123]: pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:46:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:20 smithi138 ceph-mon[117003]: pgmap v14388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:46:22.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:22.175 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:22.175 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:46:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:46:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:46:22.940 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:22.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:22.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:22.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:22.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:22 smithi161 ceph-mon[116604]: pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:46:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:46:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:46:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:22 smithi028 ceph-mon[112123]: pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:46:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:46:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:46:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:22 smithi138 ceph-mon[117003]: pgmap v14389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:46:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:46:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:46:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:23 smithi161 ceph-mon[116604]: from='client.390450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:23 smithi028 ceph-mon[112123]: from='client.390450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:23 smithi138 ceph-mon[117003]: from='client.390450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:24 smithi161 ceph-mon[116604]: 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-07T12:46:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:24 smithi028 ceph-mon[112123]: 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-07T12:46:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:24 smithi138 ceph-mon[117003]: 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-07T12:46:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:26 smithi161 ceph-mon[116604]: 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-07T12:46:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:26 smithi028 ceph-mon[112123]: 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-07T12:46:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:26 smithi138 ceph-mon[117003]: 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-07T12:46:27.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:27.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:27.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:28.736 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:28.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:28.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:28.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:28.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:28 smithi161 ceph-mon[116604]: 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-07T12:46:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:28 smithi028 ceph-mon[112123]: 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-07T12:46:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:28 smithi138 ceph-mon[117003]: 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-07T12:46:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:29 smithi161 ceph-mon[116604]: from='client.390528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:29 smithi028 ceph-mon[112123]: from='client.390528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:29 smithi138 ceph-mon[117003]: from='client.390528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:30 smithi161 ceph-mon[116604]: pgmap v14393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:46:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:30 smithi028 ceph-mon[112123]: pgmap v14393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:46:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:30 smithi138 ceph-mon[117003]: pgmap v14393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:46:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:32 smithi161 ceph-mon[116604]: pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:32 smithi028 ceph-mon[112123]: pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:32 smithi138 ceph-mon[117003]: pgmap v14394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:33.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:33.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:33.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:34.508 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:34.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:34.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:34.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:34.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:34 smithi161 ceph-mon[116604]: pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:34 smithi028 ceph-mon[112123]: pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:34 smithi138 ceph-mon[117003]: pgmap v14395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:35 smithi028 ceph-mon[112123]: from='client.390603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:35 smithi138 ceph-mon[117003]: from='client.390603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:35 smithi161 ceph-mon[116604]: from='client.390603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:36 smithi161 ceph-mon[116604]: 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-07T12:46:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:36 smithi028 ceph-mon[112123]: 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-07T12:46:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:36 smithi138 ceph-mon[117003]: 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-07T12:46:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:38 smithi028 ceph-mon[112123]: 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-07T12:46:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:38 smithi138 ceph-mon[117003]: 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-07T12:46:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:38 smithi161 ceph-mon[116604]: 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-07T12:46:39.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:39.510 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:39.510 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:40.274 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:40.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:40.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:40.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:40.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:40 smithi028 ceph-mon[112123]: pgmap v14398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:46:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:40 smithi028 ceph-mon[112123]: from='client.390681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:40 smithi138 ceph-mon[117003]: pgmap v14398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:46:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:40 smithi138 ceph-mon[117003]: from='client.390681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:40 smithi161 ceph-mon[116604]: pgmap v14398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:46:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:40 smithi161 ceph-mon[116604]: from='client.390681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:42 smithi028 ceph-mon[112123]: pgmap v14399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:46:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:42 smithi138 ceph-mon[117003]: pgmap v14399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:46:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:42 smithi161 ceph-mon[116604]: pgmap v14399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:46:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:44 smithi028 ceph-mon[112123]: pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:45.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:45.276 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:45.276 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:44 smithi138 ceph-mon[117003]: pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:44 smithi161 ceph-mon[116604]: pgmap v14400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:46:46.048 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:46.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:46.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:46.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:46.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:46 smithi161 ceph-mon[116604]: pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:46 smithi161 ceph-mon[116604]: from='client.390756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:46 smithi028 ceph-mon[112123]: pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:46 smithi028 ceph-mon[112123]: from='client.390756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:46 smithi138 ceph-mon[117003]: pgmap v14401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:46:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:46 smithi138 ceph-mon[117003]: from='client.390756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:48 smithi161 ceph-mon[116604]: 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-07T12:46:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:48 smithi028 ceph-mon[112123]: 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-07T12:46:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:48 smithi138 ceph-mon[117003]: 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-07T12:46:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:50 smithi161 ceph-mon[116604]: pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:50 smithi028 ceph-mon[112123]: pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:50 smithi138 ceph-mon[117003]: pgmap v14403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:46:51.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:51.051 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:51.051 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:51.818 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:51.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:51.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:51.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:51.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:52 smithi161 ceph-mon[116604]: pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:52 smithi161 ceph-mon[116604]: from='client.390831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:52 smithi028 ceph-mon[112123]: pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:52 smithi028 ceph-mon[112123]: from='client.390831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:52 smithi138 ceph-mon[117003]: pgmap v14404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:46:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:52 smithi138 ceph-mon[117003]: from='client.390831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:54 smithi161 ceph-mon[116604]: 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-07T12:46:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:54 smithi028 ceph-mon[112123]: 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-07T12:46:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:54 smithi138 ceph-mon[117003]: 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-07T12:46:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:56 smithi161 ceph-mon[116604]: 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-07T12:46:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:56 smithi028 ceph-mon[112123]: 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-07T12:46:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:56 smithi138 ceph-mon[117003]: 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-07T12:46:56.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:46:56.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:46:56.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:46:57.590 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:46:57.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:46:57.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:46:57.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:46:57.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:46:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:58 smithi161 ceph-mon[116604]: from='client.390900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:46:58 smithi161 ceph-mon[116604]: 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-07T12:46:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:58 smithi028 ceph-mon[112123]: from='client.390900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:46:58 smithi028 ceph-mon[112123]: 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-07T12:46:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:58 smithi138 ceph-mon[117003]: from='client.390900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:46:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:46:58 smithi138 ceph-mon[117003]: 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-07T12:47:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:00 smithi161 ceph-mon[116604]: pgmap v14408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:00 smithi028 ceph-mon[112123]: pgmap v14408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:00 smithi138 ceph-mon[117003]: pgmap v14408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:02.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:02.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:02.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:02 smithi161 ceph-mon[116604]: pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:02 smithi028 ceph-mon[112123]: pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:02 smithi138 ceph-mon[117003]: pgmap v14409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:03.358 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:03.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:03.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:03.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:03.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:04 smithi161 ceph-mon[116604]: from='client.390975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:04 smithi161 ceph-mon[116604]: 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-07T12:47:04.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:04 smithi028 ceph-mon[112123]: from='client.390975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:04.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:04 smithi028 ceph-mon[112123]: 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-07T12:47:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:04 smithi138 ceph-mon[117003]: from='client.390975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:04 smithi138 ceph-mon[117003]: 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-07T12:47:06.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:06 smithi161 ceph-mon[116604]: pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:06 smithi028 ceph-mon[112123]: pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:06.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:06 smithi138 ceph-mon[117003]: pgmap v14411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:08.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:08.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:08.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:08 smithi161 ceph-mon[116604]: pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:08 smithi028 ceph-mon[112123]: pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:08 smithi138 ceph-mon[117003]: pgmap v14412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:09.137 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:09.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:09.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:09.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:09.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:09 smithi161 ceph-mon[116604]: from='client.391047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:09 smithi028 ceph-mon[112123]: from='client.391047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:09 smithi138 ceph-mon[117003]: from='client.391047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:10 smithi161 ceph-mon[116604]: pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:47:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:10 smithi028 ceph-mon[112123]: pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:47:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:10 smithi138 ceph-mon[117003]: pgmap v14413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:47:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:12 smithi161 ceph-mon[116604]: pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:47:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:12 smithi028 ceph-mon[112123]: pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:47:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:12 smithi138 ceph-mon[117003]: pgmap v14414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:47:14.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:14.140 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:14.140 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:14 smithi161 ceph-mon[116604]: pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:47:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:14 smithi028 ceph-mon[112123]: pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:47:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:14 smithi138 ceph-mon[117003]: pgmap v14415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:47:14.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:14.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:14.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:14.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:14.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:15 smithi161 ceph-mon[116604]: from='client.391116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:15 smithi028 ceph-mon[112123]: from='client.391116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:15 smithi138 ceph-mon[117003]: from='client.391116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:16 smithi161 ceph-mon[116604]: 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-07T12:47:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:16 smithi028 ceph-mon[112123]: 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-07T12:47:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:16 smithi138 ceph-mon[117003]: 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-07T12:47:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:18 smithi161 ceph-mon[116604]: pgmap v14417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:18 smithi028 ceph-mon[112123]: pgmap v14417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:18 smithi138 ceph-mon[117003]: pgmap v14417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:19.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:19.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:19.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:20 smithi161 ceph-mon[116604]: pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:20.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:20.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:20.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:20.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:20.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:20 smithi028 ceph-mon[112123]: pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:20 smithi138 ceph-mon[117003]: pgmap v14418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:21 smithi161 ceph-mon[116604]: from='client.391191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:21 smithi028 ceph-mon[112123]: from='client.391191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:21.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:21 smithi138 ceph-mon[117003]: from='client.391191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:22 smithi161 ceph-mon[116604]: pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:47:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:47:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:22 smithi028 ceph-mon[112123]: pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:47:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:47:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:22 smithi138 ceph-mon[117003]: pgmap v14419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:47:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:47:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:47:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:47:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:47:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:47:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:47:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:47:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:47:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:47:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:47:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:24 smithi161 ceph-mon[116604]: pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:47:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:24 smithi028 ceph-mon[112123]: pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:47:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:24 smithi138 ceph-mon[117003]: pgmap v14420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:47:25.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:25.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:25.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:26.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:26.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:26.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:26.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:26.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:26 smithi161 ceph-mon[116604]: pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:47:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:26 smithi028 ceph-mon[112123]: pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:47:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:26 smithi138 ceph-mon[117003]: pgmap v14421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:47:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:27 smithi161 ceph-mon[116604]: from='client.391266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:27 smithi028 ceph-mon[112123]: from='client.391266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:27 smithi138 ceph-mon[117003]: from='client.391266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:28 smithi161 ceph-mon[116604]: 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-07T12:47:29.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:28 smithi028 ceph-mon[112123]: 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-07T12:47:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:28 smithi138 ceph-mon[117003]: 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-07T12:47:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:30 smithi161 ceph-mon[116604]: pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:30 smithi028 ceph-mon[112123]: pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:30 smithi138 ceph-mon[117003]: pgmap v14423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:31.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:31.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:31.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:32.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:32.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:32.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:32.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:32.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:32 smithi161 ceph-mon[116604]: pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:32 smithi161 ceph-mon[116604]: from='client.391344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:32 smithi028 ceph-mon[112123]: pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:32 smithi028 ceph-mon[112123]: from='client.391344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:32 smithi138 ceph-mon[117003]: pgmap v14424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:32 smithi138 ceph-mon[117003]: from='client.391344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:34 smithi161 ceph-mon[116604]: 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-07T12:47:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:34 smithi028 ceph-mon[112123]: 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-07T12:47:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:34 smithi138 ceph-mon[117003]: 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-07T12:47:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:36 smithi161 ceph-mon[116604]: 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-07T12:47:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:36 smithi028 ceph-mon[112123]: 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-07T12:47:37.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:37.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:37.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:36 smithi138 ceph-mon[117003]: 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-07T12:47:37.998 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:37.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:37.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:37.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:37.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:38 smithi161 ceph-mon[116604]: 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-07T12:47:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:38 smithi161 ceph-mon[116604]: from='client.391422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:38 smithi028 ceph-mon[112123]: 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-07T12:47:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:38 smithi028 ceph-mon[112123]: from='client.391422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:38 smithi138 ceph-mon[117003]: 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-07T12:47:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:38 smithi138 ceph-mon[117003]: from='client.391422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:40 smithi161 ceph-mon[116604]: pgmap v14428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:40 smithi028 ceph-mon[112123]: pgmap v14428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:40 smithi138 ceph-mon[117003]: pgmap v14428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:43.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:43.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:43.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:42 smithi161 ceph-mon[116604]: pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:42 smithi028 ceph-mon[112123]: pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:42 smithi138 ceph-mon[117003]: pgmap v14429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:43.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:43.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:43.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:43.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:43.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:44 smithi161 ceph-mon[116604]: 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-07T12:47:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:44 smithi161 ceph-mon[116604]: from='client.391497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:44 smithi028 ceph-mon[112123]: 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-07T12:47:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:44 smithi028 ceph-mon[112123]: from='client.391497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:44 smithi138 ceph-mon[117003]: 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-07T12:47:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:44 smithi138 ceph-mon[117003]: from='client.391497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:46 smithi161 ceph-mon[116604]: pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:47.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:46 smithi028 ceph-mon[112123]: pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:46 smithi138 ceph-mon[117003]: pgmap v14431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:47:48.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:48.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:48.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:48 smithi161 ceph-mon[116604]: pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:48 smithi028 ceph-mon[112123]: pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:48 smithi138 ceph-mon[117003]: pgmap v14432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:49.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:49.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:49.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:49.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:49.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:50 smithi161 ceph-mon[116604]: from='client.391575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:50 smithi161 ceph-mon[116604]: pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:50 smithi028 ceph-mon[112123]: from='client.391575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:50 smithi028 ceph-mon[112123]: pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:50 smithi138 ceph-mon[117003]: from='client.391575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:50 smithi138 ceph-mon[117003]: pgmap v14433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:47:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:52 smithi161 ceph-mon[116604]: pgmap v14434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:52 smithi028 ceph-mon[112123]: pgmap v14434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:52 smithi138 ceph-mon[117003]: pgmap v14434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:54.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:47:54.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:47:54.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:47:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:54 smithi161 ceph-mon[116604]: 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-07T12:47:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:54 smithi028 ceph-mon[112123]: 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-07T12:47:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:54 smithi138 ceph-mon[117003]: 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-07T12:47:55.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:47:55.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:47:55.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:47:55.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:47:55.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:47:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:55 smithi161 ceph-mon[116604]: from='client.391653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:55 smithi028 ceph-mon[112123]: from='client.391653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:55 smithi138 ceph-mon[117003]: from='client.391653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:47:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:56 smithi161 ceph-mon[116604]: 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-07T12:47:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:56 smithi028 ceph-mon[112123]: 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-07T12:47:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:56 smithi138 ceph-mon[117003]: 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-07T12:47:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:47:58 smithi161 ceph-mon[116604]: pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:47:58 smithi028 ceph-mon[112123]: pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:47:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:47:58 smithi138 ceph-mon[117003]: pgmap v14437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:00.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:00.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:00.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:01.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:01.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:01.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:01.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:01.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:00 smithi161 ceph-mon[116604]: pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:00 smithi028 ceph-mon[112123]: pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:00 smithi138 ceph-mon[117003]: pgmap v14438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:01 smithi028 ceph-mon[112123]: from='client.391728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:01 smithi138 ceph-mon[117003]: from='client.391728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:01 smithi161 ceph-mon[116604]: from='client.391728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:02 smithi028 ceph-mon[112123]: pgmap v14439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:02 smithi138 ceph-mon[117003]: pgmap v14439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:02 smithi161 ceph-mon[116604]: pgmap v14439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:04 smithi028 ceph-mon[112123]: 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-07T12:48:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:04 smithi138 ceph-mon[117003]: 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-07T12:48:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:04 smithi161 ceph-mon[116604]: 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-07T12:48:06.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:06.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:06.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:06.875 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:06.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:06.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:06.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:06.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:06 smithi028 ceph-mon[112123]: 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-07T12:48:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:06 smithi138 ceph-mon[117003]: 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-07T12:48:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:06 smithi161 ceph-mon[116604]: 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-07T12:48:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:07 smithi028 ceph-mon[112123]: from='client.391803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:07 smithi138 ceph-mon[117003]: from='client.391803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:07 smithi161 ceph-mon[116604]: from='client.391803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:08 smithi028 ceph-mon[112123]: 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-07T12:48:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:08 smithi138 ceph-mon[117003]: 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-07T12:48:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:08 smithi161 ceph-mon[116604]: 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-07T12:48:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:10 smithi028 ceph-mon[112123]: pgmap v14443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:10 smithi138 ceph-mon[117003]: pgmap v14443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:10 smithi161 ceph-mon[116604]: pgmap v14443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:11.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:11.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:11.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:12.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:12.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:12.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:12.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:12.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:12 smithi028 ceph-mon[112123]: pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:12 smithi138 ceph-mon[117003]: pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:12 smithi161 ceph-mon[116604]: pgmap v14444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:13 smithi028 ceph-mon[112123]: from='client.391881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:13 smithi138 ceph-mon[117003]: from='client.391881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:13 smithi161 ceph-mon[116604]: from='client.391881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:14 smithi028 ceph-mon[112123]: 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-07T12:48:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:14 smithi138 ceph-mon[117003]: 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-07T12:48:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:14 smithi161 ceph-mon[116604]: 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-07T12:48:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:16 smithi161 ceph-mon[116604]: 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-07T12:48:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:16 smithi028 ceph-mon[112123]: 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-07T12:48:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:16 smithi138 ceph-mon[117003]: 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-07T12:48:17.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:17.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:17.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:18.431 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:18.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:18.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:18.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:18.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:18 smithi161 ceph-mon[116604]: 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-07T12:48:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:18 smithi028 ceph-mon[112123]: 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-07T12:48:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:18 smithi138 ceph-mon[117003]: 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-07T12:48:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:19 smithi161 ceph-mon[116604]: from='client.391956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:19 smithi028 ceph-mon[112123]: from='client.391956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:19 smithi138 ceph-mon[117003]: from='client.391956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:20 smithi161 ceph-mon[116604]: pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:20 smithi028 ceph-mon[112123]: pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:20 smithi138 ceph-mon[117003]: pgmap v14448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:22 smithi161 ceph-mon[116604]: pgmap v14449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:22 smithi028 ceph-mon[112123]: pgmap v14449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:22 smithi138 ceph-mon[117003]: pgmap v14449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:23.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:23.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:23.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:48:23.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:48:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:48:24.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:24.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:24.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:24.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:24.236 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:24 smithi161 ceph-mon[116604]: 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-07T12:48:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:48:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:48:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:48:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:24 smithi161 ceph-mon[116604]: from='client.392031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:24 smithi028 ceph-mon[112123]: 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-07T12:48:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:48:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:48:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:48:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:24 smithi028 ceph-mon[112123]: from='client.392031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:24 smithi138 ceph-mon[117003]: 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-07T12:48:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:48:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:48:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:48:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:24 smithi138 ceph-mon[117003]: from='client.392031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:26 smithi161 ceph-mon[116604]: pgmap v14451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:48:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:26 smithi028 ceph-mon[112123]: pgmap v14451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:48:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:26 smithi138 ceph-mon[117003]: pgmap v14451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:48:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:28 smithi161 ceph-mon[116604]: pgmap v14452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:48:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:28 smithi028 ceph-mon[112123]: pgmap v14452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:48:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:28 smithi138 ceph-mon[117003]: pgmap v14452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:48:29.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:29.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:29.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:30.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:30.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:30.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:30.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:30.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:30 smithi161 ceph-mon[116604]: pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:30 smithi161 ceph-mon[116604]: from='client.392109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:30 smithi028 ceph-mon[112123]: pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:30 smithi028 ceph-mon[112123]: from='client.392109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:30 smithi138 ceph-mon[117003]: pgmap v14453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:30 smithi138 ceph-mon[117003]: from='client.392109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:32 smithi161 ceph-mon[116604]: pgmap v14454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:32 smithi028 ceph-mon[112123]: pgmap v14454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:32 smithi138 ceph-mon[117003]: pgmap v14454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:48:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:34 smithi161 ceph-mon[116604]: 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-07T12:48:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:34 smithi028 ceph-mon[112123]: 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-07T12:48:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:34 smithi138 ceph-mon[117003]: 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-07T12:48:35.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:35.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:35.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:35.782 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:35.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:35.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:35.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:35.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:36 smithi161 ceph-mon[116604]: 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-07T12:48:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:36 smithi161 ceph-mon[116604]: from='client.392187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:36 smithi028 ceph-mon[112123]: 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-07T12:48:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:36 smithi028 ceph-mon[112123]: from='client.392187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:36 smithi138 ceph-mon[117003]: 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-07T12:48:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:36 smithi138 ceph-mon[117003]: from='client.392187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:38 smithi161 ceph-mon[116604]: 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-07T12:48:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:38 smithi028 ceph-mon[112123]: 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-07T12:48:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:38 smithi138 ceph-mon[117003]: 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-07T12:48:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:40 smithi161 ceph-mon[116604]: pgmap v14458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:48:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:40 smithi028 ceph-mon[112123]: pgmap v14458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:48:40.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:40.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:40.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:40 smithi138 ceph-mon[117003]: pgmap v14458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:48:41.553 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:41.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:41.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:41.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:41.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:42 smithi161 ceph-mon[116604]: from='client.392262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:42 smithi161 ceph-mon[116604]: pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:42 smithi028 ceph-mon[112123]: from='client.392262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:42 smithi028 ceph-mon[112123]: pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:42 smithi138 ceph-mon[117003]: from='client.392262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:42 smithi138 ceph-mon[117003]: pgmap v14459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:44 smithi161 ceph-mon[116604]: 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-07T12:48:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:44 smithi028 ceph-mon[112123]: 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-07T12:48:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:44 smithi138 ceph-mon[117003]: 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-07T12:48:46.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:46.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:46.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:46 smithi161 ceph-mon[116604]: 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-07T12:48:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:46 smithi028 ceph-mon[112123]: 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-07T12:48:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:46 smithi138 ceph-mon[117003]: 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-07T12:48:47.316 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:47.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:47.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:47.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:47.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:47 smithi161 ceph-mon[116604]: from='client.392337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:47 smithi028 ceph-mon[112123]: from='client.392337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:47.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:47 smithi138 ceph-mon[117003]: from='client.392337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:48 smithi161 ceph-mon[116604]: 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-07T12:48:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:48 smithi028 ceph-mon[112123]: 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-07T12:48:48.796 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:48 smithi138 ceph-mon[117003]: 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-07T12:48:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:50 smithi161 ceph-mon[116604]: pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:50 smithi028 ceph-mon[112123]: pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:50 smithi138 ceph-mon[117003]: pgmap v14463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:48:52.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:52.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:52.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:52 smithi161 ceph-mon[116604]: pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:52 smithi028 ceph-mon[112123]: pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:52 smithi138 ceph-mon[117003]: pgmap v14464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:48:53.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:53.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:53.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:53.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:53.086 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:53 smithi028 ceph-mon[112123]: from='client.392412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:53.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:53 smithi138 ceph-mon[117003]: from='client.392412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:53 smithi161 ceph-mon[116604]: from='client.392412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:54 smithi028 ceph-mon[112123]: 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-07T12:48:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:54 smithi138 ceph-mon[117003]: 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-07T12:48:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:54 smithi161 ceph-mon[116604]: 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-07T12:48:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:56 smithi028 ceph-mon[112123]: 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-07T12:48:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:56 smithi138 ceph-mon[117003]: 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-07T12:48:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:56 smithi161 ceph-mon[116604]: 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-07T12:48:58.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:48:58.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:48:58.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:48:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:58 smithi028 ceph-mon[112123]: 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-07T12:48:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:58 smithi138 ceph-mon[117003]: 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-07T12:48:58.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:48:58.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:48:58.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:48:58.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:48:58.857 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:48:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:58 smithi161 ceph-mon[116604]: 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-07T12:48:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:48:59 smithi028 ceph-mon[112123]: from='client.392484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:59.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:48:59 smithi138 ceph-mon[117003]: from='client.392484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:48:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:48:59 smithi161 ceph-mon[116604]: from='client.392484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:00 smithi028 ceph-mon[112123]: pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:00 smithi138 ceph-mon[117003]: pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:00 smithi161 ceph-mon[116604]: pgmap v14468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:02 smithi028 ceph-mon[112123]: pgmap v14469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:02 smithi138 ceph-mon[117003]: pgmap v14469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:02 smithi161 ceph-mon[116604]: pgmap v14469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:03.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:03.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:03.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:04.630 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:04.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:04.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:04.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:04.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:04 smithi028 ceph-mon[112123]: 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-07T12:49:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:04 smithi138 ceph-mon[117003]: 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-07T12:49:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:04 smithi161 ceph-mon[116604]: 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-07T12:49:05.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:05 smithi138 ceph-mon[117003]: from='client.392562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:05 smithi161 ceph-mon[116604]: from='client.392562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:05 smithi028 ceph-mon[112123]: from='client.392562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:06 smithi138 ceph-mon[117003]: 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-07T12:49:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:06 smithi161 ceph-mon[116604]: 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-07T12:49:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:06 smithi028 ceph-mon[112123]: 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-07T12:49:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:08 smithi138 ceph-mon[117003]: 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-07T12:49:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:08 smithi161 ceph-mon[116604]: 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-07T12:49:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:08 smithi028 ceph-mon[112123]: 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-07T12:49:09.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:09.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:09.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:10.402 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:10.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:10.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:10.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:10.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:10 smithi138 ceph-mon[117003]: pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:10 smithi161 ceph-mon[116604]: pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:10 smithi028 ceph-mon[112123]: pgmap v14473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:11.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:11 smithi138 ceph-mon[117003]: from='client.392634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:11 smithi161 ceph-mon[116604]: from='client.392634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:11 smithi028 ceph-mon[112123]: from='client.392634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:12 smithi138 ceph-mon[117003]: pgmap v14474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:49:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:12 smithi161 ceph-mon[116604]: pgmap v14474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:49:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:12 smithi028 ceph-mon[112123]: pgmap v14474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:49:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:14 smithi138 ceph-mon[117003]: 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-07T12:49:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:14 smithi161 ceph-mon[116604]: 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-07T12:49:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:14 smithi028 ceph-mon[112123]: 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-07T12:49:15.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:15.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:15.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:16.175 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:16.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:16.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:16.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:16.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:16 smithi138 ceph-mon[117003]: 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-07T12:49:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:16 smithi138 ceph-mon[117003]: from='client.392712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:16 smithi161 ceph-mon[116604]: 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-07T12:49:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:16 smithi161 ceph-mon[116604]: from='client.392712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:16 smithi028 ceph-mon[112123]: 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-07T12:49:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:16 smithi028 ceph-mon[112123]: from='client.392712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:18 smithi138 ceph-mon[117003]: 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-07T12:49:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:18 smithi161 ceph-mon[116604]: 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-07T12:49:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:18 smithi028 ceph-mon[112123]: 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-07T12:49:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:20 smithi138 ceph-mon[117003]: pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:20 smithi161 ceph-mon[116604]: pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:20 smithi028 ceph-mon[112123]: pgmap v14478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:21.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:21.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:21.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:21.951 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:21.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:21.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:21.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:21.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:22 smithi138 ceph-mon[117003]: pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:22 smithi138 ceph-mon[117003]: from='client.392787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:22 smithi161 ceph-mon[116604]: pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:22 smithi161 ceph-mon[116604]: from='client.392787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:22 smithi028 ceph-mon[112123]: pgmap v14479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:22 smithi028 ceph-mon[112123]: from='client.392787 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:24 smithi138 ceph-mon[117003]: 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-07T12:49:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:49:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:49:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:49:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:49:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:24 smithi161 ceph-mon[116604]: 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-07T12:49:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:49:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:49:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:49:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:49:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:24 smithi028 ceph-mon[112123]: 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-07T12:49:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:49:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:49:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:49:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:49:26.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:26 smithi138 ceph-mon[117003]: 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-07T12:49:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:26 smithi161 ceph-mon[116604]: 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-07T12:49:26.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:26.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:26.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:26 smithi028 ceph-mon[112123]: 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-07T12:49:27.720 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:27.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:27.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:27.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:27.721 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:28 smithi138 ceph-mon[117003]: 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-07T12:49:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:28 smithi138 ceph-mon[117003]: from='client.392862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:28 smithi161 ceph-mon[116604]: 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-07T12:49:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:28 smithi161 ceph-mon[116604]: from='client.392862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:28 smithi028 ceph-mon[112123]: 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-07T12:49:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:28 smithi028 ceph-mon[112123]: from='client.392862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:30 smithi138 ceph-mon[117003]: pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:30 smithi161 ceph-mon[116604]: pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:30 smithi028 ceph-mon[112123]: pgmap v14483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:49:32.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:32.722 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:32.723 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:32 smithi138 ceph-mon[117003]: pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:32 smithi161 ceph-mon[116604]: pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:32 smithi028 ceph-mon[112123]: pgmap v14484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:33.493 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:33.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:33.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:33.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:33.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:34.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:34 smithi138 ceph-mon[117003]: from='client.392934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:34 smithi138 ceph-mon[117003]: 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-07T12:49:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:34 smithi161 ceph-mon[116604]: from='client.392934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:34 smithi161 ceph-mon[116604]: 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-07T12:49:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:34 smithi028 ceph-mon[112123]: from='client.392934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:34 smithi028 ceph-mon[112123]: 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-07T12:49:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:36 smithi138 ceph-mon[117003]: 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-07T12:49:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:36 smithi161 ceph-mon[116604]: 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-07T12:49:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:36 smithi028 ceph-mon[112123]: 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-07T12:49:38.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:38.496 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:38.496 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:38 smithi138 ceph-mon[117003]: 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-07T12:49:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:38 smithi161 ceph-mon[116604]: 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-07T12:49:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:38 smithi028 ceph-mon[112123]: 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-07T12:49:39.262 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:39.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:39.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:39.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:39.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:39 smithi138 ceph-mon[117003]: from='client.393012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:39 smithi161 ceph-mon[116604]: from='client.393012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:39 smithi028 ceph-mon[112123]: from='client.393012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:40 smithi138 ceph-mon[117003]: pgmap v14488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:49:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:40 smithi161 ceph-mon[116604]: pgmap v14488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:49:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:40 smithi028 ceph-mon[112123]: pgmap v14488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:49:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:42 smithi138 ceph-mon[117003]: pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:42 smithi161 ceph-mon[116604]: pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:42 smithi028 ceph-mon[112123]: pgmap v14489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:44.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:44.265 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:44.265 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:44 smithi138 ceph-mon[117003]: pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:44 smithi161 ceph-mon[116604]: pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:44 smithi028 ceph-mon[112123]: pgmap v14490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:49:45.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:45.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:45.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:45.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:45.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:45.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:45 smithi138 ceph-mon[117003]: from='client.393090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:45 smithi161 ceph-mon[116604]: from='client.393090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:45 smithi028 ceph-mon[112123]: from='client.393090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:46.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:46 smithi138 ceph-mon[117003]: 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-07T12:49:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:46 smithi161 ceph-mon[116604]: 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-07T12:49:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:46 smithi028 ceph-mon[112123]: 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-07T12:49:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:48 smithi161 ceph-mon[116604]: 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-07T12:49:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:48 smithi028 ceph-mon[112123]: 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-07T12:49:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:48 smithi138 ceph-mon[117003]: 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-07T12:49:50.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:50.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:50.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:50.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:50.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:50.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:50.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:50.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:50 smithi161 ceph-mon[116604]: pgmap v14493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:50 smithi028 ceph-mon[112123]: pgmap v14493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:50 smithi138 ceph-mon[117003]: pgmap v14493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:49:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:51 smithi161 ceph-mon[116604]: from='client.393168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:51 smithi028 ceph-mon[112123]: from='client.393168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:51 smithi138 ceph-mon[117003]: from='client.393168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:52 smithi161 ceph-mon[116604]: pgmap v14494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:52 smithi028 ceph-mon[112123]: pgmap v14494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:52 smithi138 ceph-mon[117003]: pgmap v14494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:54 smithi161 ceph-mon[116604]: pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:54 smithi028 ceph-mon[112123]: pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:54 smithi138 ceph-mon[117003]: pgmap v14495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:49:55.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:49:55.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:49:55.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:49:56.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:49:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:49:56.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:49:56.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:49:56.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:49:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:56 smithi161 ceph-mon[116604]: pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:49:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:56 smithi028 ceph-mon[112123]: pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:49:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:56 smithi138 ceph-mon[117003]: pgmap v14496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:49:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:57 smithi161 ceph-mon[116604]: from='client.393243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:57 smithi028 ceph-mon[112123]: from='client.393243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:57 smithi138 ceph-mon[117003]: from='client.393243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:49:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:49:58 smithi161 ceph-mon[116604]: 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-07T12:49:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:49:58 smithi028 ceph-mon[112123]: 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-07T12:49:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:49:58 smithi138 ceph-mon[117003]: 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-07T12:50:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:00 smithi161 ceph-mon[116604]: pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T12:50:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:00 smithi028 ceph-mon[112123]: pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T12:50:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:00 smithi138 ceph-mon[117003]: pgmap v14498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T12:50:01.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:01.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:01.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:02.365 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:02.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:02.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:02.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:02.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:02 smithi161 ceph-mon[116604]: pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:02 smithi161 ceph-mon[116604]: from='client.393318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:02 smithi028 ceph-mon[112123]: pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:02 smithi028 ceph-mon[112123]: from='client.393318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:02 smithi138 ceph-mon[117003]: pgmap v14499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:02 smithi138 ceph-mon[117003]: from='client.393318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:04 smithi161 ceph-mon[116604]: 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-07T12:50:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:04 smithi028 ceph-mon[112123]: 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-07T12:50:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:04 smithi138 ceph-mon[117003]: 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-07T12:50:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:06 smithi161 ceph-mon[116604]: 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-07T12:50:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:06 smithi028 ceph-mon[112123]: 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-07T12:50:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:06 smithi138 ceph-mon[117003]: 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-07T12:50:07.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:07.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:07.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:08.153 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:08.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:08.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:08.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:08.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:08 smithi161 ceph-mon[116604]: 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-07T12:50:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:08 smithi161 ceph-mon[116604]: from='client.393396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:08 smithi028 ceph-mon[112123]: 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-07T12:50:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:08 smithi028 ceph-mon[112123]: from='client.393396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:08 smithi138 ceph-mon[117003]: 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-07T12:50:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:08 smithi138 ceph-mon[117003]: from='client.393396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:10 smithi161 ceph-mon[116604]: pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:10 smithi028 ceph-mon[112123]: pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:10 smithi138 ceph-mon[117003]: pgmap v14503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:12 smithi161 ceph-mon[116604]: pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:12 smithi028 ceph-mon[112123]: pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:12 smithi138 ceph-mon[117003]: pgmap v14504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:13.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:13.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:13.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:13.931 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:13.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:13.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:13.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:13.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:14 smithi161 ceph-mon[116604]: 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-07T12:50:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:14 smithi161 ceph-mon[116604]: from='client.393474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:14 smithi028 ceph-mon[112123]: 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-07T12:50:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:14 smithi028 ceph-mon[112123]: from='client.393474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:14 smithi138 ceph-mon[117003]: 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-07T12:50:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:14 smithi138 ceph-mon[117003]: from='client.393474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:16 smithi161 ceph-mon[116604]: 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-07T12:50:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:16 smithi028 ceph-mon[112123]: 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-07T12:50:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:16 smithi138 ceph-mon[117003]: 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-07T12:50:18.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:18.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:18.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:18 smithi161 ceph-mon[116604]: 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-07T12:50:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:18 smithi028 ceph-mon[112123]: 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-07T12:50:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:18 smithi138 ceph-mon[117003]: 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-07T12:50:19.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:19.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:19.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:19.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:19.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:20 smithi161 ceph-mon[116604]: from='client.393549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:20 smithi161 ceph-mon[116604]: pgmap v14508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:20 smithi028 ceph-mon[112123]: from='client.393549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:20 smithi028 ceph-mon[112123]: pgmap v14508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:20 smithi138 ceph-mon[117003]: from='client.393549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:20 smithi138 ceph-mon[117003]: pgmap v14508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:22 smithi161 ceph-mon[116604]: pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:22 smithi028 ceph-mon[112123]: pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:22 smithi138 ceph-mon[117003]: pgmap v14509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:24.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:24.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:24.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:24 smithi161 ceph-mon[116604]: pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:50:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:24 smithi028 ceph-mon[112123]: pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:50:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:24 smithi138 ceph-mon[117003]: pgmap v14510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:50:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:50:25.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:25.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:25.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:25.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:25.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:50:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:50:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:50:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:50:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:50:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:50:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:50:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:50:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:50:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:26 smithi161 ceph-mon[116604]: from='client.393624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:26 smithi161 ceph-mon[116604]: 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-07T12:50:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:26 smithi028 ceph-mon[112123]: from='client.393624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:26 smithi028 ceph-mon[112123]: 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-07T12:50:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:26 smithi138 ceph-mon[117003]: from='client.393624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:26 smithi138 ceph-mon[117003]: 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-07T12:50:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:28 smithi161 ceph-mon[116604]: 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-07T12:50:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:28 smithi028 ceph-mon[112123]: 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-07T12:50:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:28 smithi138 ceph-mon[117003]: 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-07T12:50:30.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:30.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:30.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:30 smithi161 ceph-mon[116604]: pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:30 smithi028 ceph-mon[112123]: pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:30 smithi138 ceph-mon[117003]: pgmap v14513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:31.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:31.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:31.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:31.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:31.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:31 smithi161 ceph-mon[116604]: from='client.393699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:31 smithi028 ceph-mon[112123]: from='client.393699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:31 smithi138 ceph-mon[117003]: from='client.393699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:32 smithi161 ceph-mon[116604]: pgmap v14514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:32 smithi028 ceph-mon[112123]: pgmap v14514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:32 smithi138 ceph-mon[117003]: pgmap v14514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:34 smithi161 ceph-mon[116604]: pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:34 smithi028 ceph-mon[112123]: pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:34 smithi138 ceph-mon[117003]: pgmap v14515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:36.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:36.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:36.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:36 smithi161 ceph-mon[116604]: pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:36 smithi028 ceph-mon[112123]: pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:37.018 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:37.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:37.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:37.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:37.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:36 smithi138 ceph-mon[117003]: pgmap v14516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:37 smithi161 ceph-mon[116604]: from='client.393777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:37 smithi028 ceph-mon[112123]: from='client.393777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:37 smithi138 ceph-mon[117003]: from='client.393777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:38 smithi161 ceph-mon[116604]: 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-07T12:50:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:38 smithi028 ceph-mon[112123]: 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-07T12:50:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:38 smithi138 ceph-mon[117003]: 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-07T12:50:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:40 smithi161 ceph-mon[116604]: pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:40 smithi028 ceph-mon[112123]: pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:40 smithi138 ceph-mon[117003]: pgmap v14518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:42.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:42.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:42.021 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:42.788 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:42.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:42.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:42.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:42.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:42 smithi161 ceph-mon[116604]: pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:42 smithi028 ceph-mon[112123]: pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:42 smithi138 ceph-mon[117003]: pgmap v14519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:43 smithi161 ceph-mon[116604]: from='client.393849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:43 smithi028 ceph-mon[112123]: from='client.393849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:43 smithi138 ceph-mon[117003]: from='client.393849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:44 smithi161 ceph-mon[116604]: 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-07T12:50:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:44 smithi028 ceph-mon[112123]: 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-07T12:50:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:44 smithi138 ceph-mon[117003]: 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-07T12:50:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:46 smithi161 ceph-mon[116604]: 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-07T12:50:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:46 smithi028 ceph-mon[112123]: 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-07T12:50:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:46 smithi138 ceph-mon[117003]: 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-07T12:50:47.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:47.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:47.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:48.568 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:48.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:48.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:48.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:48.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:48 smithi161 ceph-mon[116604]: 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-07T12:50:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:48 smithi028 ceph-mon[112123]: 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-07T12:50:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:48 smithi138 ceph-mon[117003]: 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-07T12:50:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:49 smithi161 ceph-mon[116604]: from='client.393927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:49 smithi028 ceph-mon[112123]: from='client.393927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:49 smithi138 ceph-mon[117003]: from='client.393927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:50 smithi161 ceph-mon[116604]: pgmap v14523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:50 smithi028 ceph-mon[112123]: pgmap v14523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:50 smithi138 ceph-mon[117003]: pgmap v14523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:50:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:52 smithi161 ceph-mon[116604]: pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:52 smithi028 ceph-mon[112123]: pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:52 smithi138 ceph-mon[117003]: pgmap v14524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:50:53.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:53.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:53.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:50:54.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:50:54.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:50:54.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:50:54.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:50:54.337 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:50:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:54 smithi161 ceph-mon[116604]: 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-07T12:50:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:54 smithi161 ceph-mon[116604]: from='client.394005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:54 smithi028 ceph-mon[112123]: 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-07T12:50:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:54 smithi028 ceph-mon[112123]: from='client.394005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:54 smithi138 ceph-mon[117003]: 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-07T12:50:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:54 smithi138 ceph-mon[117003]: from='client.394005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:50:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:56 smithi161 ceph-mon[116604]: pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:50:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:56 smithi028 ceph-mon[112123]: pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:50:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:56 smithi138 ceph-mon[117003]: pgmap v14526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:50:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:50:58 smithi161 ceph-mon[116604]: pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:50:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:50:58 smithi028 ceph-mon[112123]: pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:50:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:50:58 smithi138 ceph-mon[117003]: pgmap v14527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:50:59.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:50:59.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:50:59.339 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:00.105 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:00.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:00.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:00.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:00.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:00 smithi161 ceph-mon[116604]: pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:00 smithi161 ceph-mon[116604]: from='client.394080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:00 smithi028 ceph-mon[112123]: pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:00 smithi028 ceph-mon[112123]: from='client.394080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:00 smithi138 ceph-mon[117003]: pgmap v14528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:00 smithi138 ceph-mon[117003]: from='client.394080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:02 smithi161 ceph-mon[116604]: pgmap v14529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:02 smithi028 ceph-mon[112123]: pgmap v14529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:02 smithi138 ceph-mon[117003]: pgmap v14529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:04 smithi161 ceph-mon[116604]: pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:04 smithi028 ceph-mon[112123]: pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:04 smithi138 ceph-mon[117003]: pgmap v14530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:05.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:05.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:05.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:05.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:05.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:05.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:05.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:05.876 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:06 smithi161 ceph-mon[116604]: 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-07T12:51:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:06 smithi161 ceph-mon[116604]: from='client.394158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:06 smithi028 ceph-mon[112123]: 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-07T12:51:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:06 smithi028 ceph-mon[112123]: from='client.394158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:06 smithi138 ceph-mon[117003]: 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-07T12:51:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:06 smithi138 ceph-mon[117003]: from='client.394158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:08 smithi161 ceph-mon[116604]: pgmap v14532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:51:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:08 smithi028 ceph-mon[112123]: pgmap v14532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:51:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:08 smithi138 ceph-mon[117003]: pgmap v14532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:51:10.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:10.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:10.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:10 smithi161 ceph-mon[116604]: pgmap v14533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:51:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:10 smithi028 ceph-mon[112123]: pgmap v14533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:51:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:10 smithi138 ceph-mon[117003]: pgmap v14533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:51:11.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:11.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:11.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:11.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:11.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:12 smithi161 ceph-mon[116604]: from='client.394236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:12 smithi161 ceph-mon[116604]: pgmap v14534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:12 smithi028 ceph-mon[112123]: from='client.394236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:12 smithi028 ceph-mon[112123]: pgmap v14534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:12 smithi138 ceph-mon[117003]: from='client.394236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:12 smithi138 ceph-mon[117003]: pgmap v14534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:14 smithi161 ceph-mon[116604]: pgmap v14535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:14 smithi028 ceph-mon[112123]: pgmap v14535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:14 smithi138 ceph-mon[117003]: pgmap v14535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:16.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:16.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:16.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:16 smithi161 ceph-mon[116604]: pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:16 smithi028 ceph-mon[112123]: pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:16 smithi138 ceph-mon[117003]: pgmap v14536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:17.417 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:17.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:17.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:17.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:17.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:18 smithi161 ceph-mon[116604]: from='client.394311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:18 smithi161 ceph-mon[116604]: 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-07T12:51:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:18 smithi028 ceph-mon[112123]: from='client.394311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:18 smithi028 ceph-mon[112123]: 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-07T12:51:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:18 smithi138 ceph-mon[117003]: from='client.394311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:18 smithi138 ceph-mon[117003]: 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-07T12:51:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:20 smithi028 ceph-mon[112123]: pgmap v14538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:20 smithi138 ceph-mon[117003]: pgmap v14538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:20 smithi161 ceph-mon[116604]: pgmap v14538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:22.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:22.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:22.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:22 smithi028 ceph-mon[112123]: pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:22 smithi138 ceph-mon[117003]: pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:22 smithi161 ceph-mon[116604]: pgmap v14539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:23.200 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:23.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:23.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:23.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:23.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:23 smithi028 ceph-mon[112123]: from='client.394389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:24.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:23 smithi138 ceph-mon[117003]: from='client.394389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:23 smithi161 ceph-mon[116604]: from='client.394389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:24 smithi028 ceph-mon[112123]: 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-07T12:51:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:24 smithi138 ceph-mon[117003]: 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-07T12:51:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:24 smithi161 ceph-mon[116604]: 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-07T12:51:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:51:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:51:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:51:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:26 smithi028 ceph-mon[112123]: 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-07T12:51:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:51:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:51:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:51:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:26 smithi138 ceph-mon[117003]: 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-07T12:51:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:51:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:51:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:51:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:26 smithi161 ceph-mon[116604]: 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-07T12:51:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:51:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:51:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:51:28.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:28.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:28.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:28 smithi028 ceph-mon[112123]: 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-07T12:51:28.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:28.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:28.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:28.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:28.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:28 smithi138 ceph-mon[117003]: 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-07T12:51:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:28 smithi161 ceph-mon[116604]: 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-07T12:51:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:29 smithi028 ceph-mon[112123]: from='client.394464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:29 smithi138 ceph-mon[117003]: from='client.394464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:29 smithi161 ceph-mon[116604]: from='client.394464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:30 smithi028 ceph-mon[112123]: pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:30 smithi138 ceph-mon[117003]: pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:30 smithi161 ceph-mon[116604]: pgmap v14543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:32 smithi138 ceph-mon[117003]: pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:32 smithi161 ceph-mon[116604]: pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:32 smithi028 ceph-mon[112123]: pgmap v14544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:34.750 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:34.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:34.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:34.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:34.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:34 smithi138 ceph-mon[117003]: 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-07T12:51:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:34 smithi161 ceph-mon[116604]: 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-07T12:51:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:34 smithi028 ceph-mon[112123]: 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-07T12:51:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:35 smithi138 ceph-mon[117003]: from='client.394542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:35 smithi161 ceph-mon[116604]: from='client.394542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:35 smithi028 ceph-mon[112123]: from='client.394542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:36 smithi138 ceph-mon[117003]: pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:36 smithi161 ceph-mon[116604]: pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:36 smithi028 ceph-mon[112123]: pgmap v14546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:38 smithi138 ceph-mon[117003]: pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:38 smithi161 ceph-mon[116604]: pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:38 smithi028 ceph-mon[112123]: pgmap v14547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:39.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:39.752 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:39.752 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:40.518 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:40.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:40.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:40.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:40.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:40 smithi138 ceph-mon[117003]: pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:41.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:40 smithi161 ceph-mon[116604]: pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:40 smithi028 ceph-mon[112123]: pgmap v14548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:41 smithi138 ceph-mon[117003]: from='client.394617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:41 smithi161 ceph-mon[116604]: from='client.394617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:41 smithi028 ceph-mon[112123]: from='client.394617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:42 smithi138 ceph-mon[117003]: pgmap v14549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:42 smithi161 ceph-mon[116604]: pgmap v14549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:42 smithi028 ceph-mon[112123]: pgmap v14549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:44 smithi138 ceph-mon[117003]: pgmap v14550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:44 smithi161 ceph-mon[116604]: pgmap v14550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:44 smithi028 ceph-mon[112123]: pgmap v14550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:51:45.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:45.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:45.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:46.295 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:46.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:46.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:46.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:46.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:46 smithi138 ceph-mon[117003]: 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-07T12:51:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:46 smithi138 ceph-mon[117003]: from='client.394695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:46 smithi161 ceph-mon[116604]: 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-07T12:51:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:46 smithi161 ceph-mon[116604]: from='client.394695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:46 smithi028 ceph-mon[112123]: 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-07T12:51:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:46 smithi028 ceph-mon[112123]: from='client.394695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:48 smithi138 ceph-mon[117003]: pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:48 smithi161 ceph-mon[116604]: pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:48 smithi028 ceph-mon[112123]: pgmap v14552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:50 smithi138 ceph-mon[117003]: pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:50 smithi161 ceph-mon[116604]: pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:50 smithi028 ceph-mon[112123]: pgmap v14553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:51.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:51.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:51.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:52.080 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:52.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:52.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:52.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:52.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:52 smithi138 ceph-mon[117003]: pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:52 smithi138 ceph-mon[117003]: from='client.394770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:52 smithi161 ceph-mon[116604]: pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:52 smithi161 ceph-mon[116604]: from='client.394770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:52 smithi028 ceph-mon[112123]: pgmap v14554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:52 smithi028 ceph-mon[112123]: from='client.394770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:54 smithi138 ceph-mon[117003]: pgmap v14555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:54 smithi161 ceph-mon[116604]: pgmap v14555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:54 smithi028 ceph-mon[112123]: pgmap v14555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:51:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:56 smithi138 ceph-mon[117003]: pgmap v14556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:57.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:51:57.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:51:57.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:51:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:56 smithi161 ceph-mon[116604]: pgmap v14556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:56 smithi028 ceph-mon[112123]: pgmap v14556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:51:57.853 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:51:57.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:51:57.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:51:57.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:51:57.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:51:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:58 smithi138 ceph-mon[117003]: 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-07T12:51:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:51:58 smithi138 ceph-mon[117003]: from='client.394848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:58 smithi161 ceph-mon[116604]: 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-07T12:51:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:51:58 smithi161 ceph-mon[116604]: from='client.394848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:51:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:58 smithi028 ceph-mon[112123]: 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-07T12:51:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:51:58 smithi028 ceph-mon[112123]: from='client.394848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:00 smithi138 ceph-mon[117003]: pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:00 smithi161 ceph-mon[116604]: pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:00 smithi028 ceph-mon[112123]: pgmap v14558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:02.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:02.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:02.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:02 smithi138 ceph-mon[117003]: pgmap v14559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:02 smithi161 ceph-mon[116604]: pgmap v14559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:02 smithi028 ceph-mon[112123]: pgmap v14559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:03.638 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:03.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:03.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:03.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:03.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:04 smithi138 ceph-mon[117003]: from='client.394917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:04 smithi138 ceph-mon[117003]: 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-07T12:52:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:04 smithi161 ceph-mon[116604]: from='client.394917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:04 smithi161 ceph-mon[116604]: 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-07T12:52:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:04 smithi028 ceph-mon[112123]: from='client.394917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:04 smithi028 ceph-mon[112123]: 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-07T12:52:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:06 smithi138 ceph-mon[117003]: 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-07T12:52:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:06 smithi161 ceph-mon[116604]: 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-07T12:52:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:06 smithi028 ceph-mon[112123]: 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-07T12:52:08.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:08.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:08.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:08 smithi138 ceph-mon[117003]: 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-07T12:52:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:08 smithi161 ceph-mon[116604]: 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-07T12:52:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:08 smithi028 ceph-mon[112123]: 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-07T12:52:09.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:09.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:09.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:09.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:09.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:10 smithi138 ceph-mon[117003]: from='client.394992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:10 smithi138 ceph-mon[117003]: pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:52:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:10 smithi161 ceph-mon[116604]: from='client.394992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:10 smithi161 ceph-mon[116604]: pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:52:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:10 smithi028 ceph-mon[112123]: from='client.394992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:10 smithi028 ceph-mon[112123]: pgmap v14563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:52:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:12 smithi138 ceph-mon[117003]: pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:12 smithi161 ceph-mon[116604]: pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:12 smithi028 ceph-mon[112123]: pgmap v14564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:14.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:14.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:14.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:14 smithi138 ceph-mon[117003]: pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:14 smithi161 ceph-mon[116604]: pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:15.200 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:15.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:15.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:15.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:15.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:14 smithi028 ceph-mon[112123]: pgmap v14565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:52:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:15 smithi138 ceph-mon[117003]: from='client.395067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:15 smithi161 ceph-mon[116604]: from='client.395067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:15 smithi028 ceph-mon[112123]: from='client.395067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:16 smithi138 ceph-mon[117003]: pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:16 smithi161 ceph-mon[116604]: pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:16 smithi028 ceph-mon[112123]: pgmap v14566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:18 smithi138 ceph-mon[117003]: pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:18 smithi161 ceph-mon[116604]: pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:18 smithi028 ceph-mon[112123]: pgmap v14567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:20.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:20.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:20.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:20.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:20.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:20.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:20.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:20.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:20 smithi161 ceph-mon[116604]: pgmap v14568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:20 smithi028 ceph-mon[112123]: pgmap v14568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:20 smithi138 ceph-mon[117003]: pgmap v14568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:21 smithi161 ceph-mon[116604]: from='client.395142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:21 smithi028 ceph-mon[112123]: from='client.395142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:21 smithi138 ceph-mon[117003]: from='client.395142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:22 smithi161 ceph-mon[116604]: pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:52:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:22 smithi028 ceph-mon[112123]: pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:52:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:22 smithi138 ceph-mon[117003]: pgmap v14569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:52:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:24 smithi161 ceph-mon[116604]: pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:52:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:24 smithi028 ceph-mon[112123]: pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:52:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:24 smithi138 ceph-mon[117003]: pgmap v14570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:52:25.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:25.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:25.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:26.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:26.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:26.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:26.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:26.831 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:26 smithi161 ceph-mon[116604]: pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:52:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:52:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:26 smithi028 ceph-mon[112123]: pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:52:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:52:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:26 smithi138 ceph-mon[117003]: pgmap v14571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:52:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:52:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:27 smithi161 ceph-mon[116604]: from='client.395220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:52:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:52:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:27 smithi028 ceph-mon[112123]: from='client.395220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:52:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:52:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:27 smithi138 ceph-mon[117003]: from='client.395220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:52:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:52:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:52:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:28 smithi161 ceph-mon[116604]: pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:28 smithi028 ceph-mon[112123]: pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:28 smithi138 ceph-mon[117003]: pgmap v14572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:30 smithi161 ceph-mon[116604]: pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:30 smithi028 ceph-mon[112123]: pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:30 smithi138 ceph-mon[117003]: pgmap v14573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:31.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:31.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:31.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:32.603 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:32.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:32.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:32.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:32.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:32 smithi161 ceph-mon[116604]: pgmap v14574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:32 smithi028 ceph-mon[112123]: pgmap v14574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:32 smithi138 ceph-mon[117003]: pgmap v14574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:33 smithi161 ceph-mon[116604]: from='client.395298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:33 smithi028 ceph-mon[112123]: from='client.395298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:33 smithi138 ceph-mon[117003]: from='client.395298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:34 smithi161 ceph-mon[116604]: pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:34 smithi028 ceph-mon[112123]: pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:34 smithi138 ceph-mon[117003]: pgmap v14575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:36 smithi161 ceph-mon[116604]: pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:36 smithi028 ceph-mon[112123]: pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:36 smithi138 ceph-mon[117003]: pgmap v14576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:37.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:37.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:37.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:38.380 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:38.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:38.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:38.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:38.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:38 smithi161 ceph-mon[116604]: 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-07T12:52:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:38 smithi161 ceph-mon[116604]: from='client.395376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:38 smithi028 ceph-mon[112123]: 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-07T12:52:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:38 smithi028 ceph-mon[112123]: from='client.395376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:38 smithi138 ceph-mon[117003]: 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-07T12:52:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:38 smithi138 ceph-mon[117003]: from='client.395376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:40 smithi161 ceph-mon[116604]: pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:40 smithi028 ceph-mon[112123]: pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:40 smithi138 ceph-mon[117003]: pgmap v14578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:52:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:42 smithi161 ceph-mon[116604]: pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:42 smithi028 ceph-mon[112123]: pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:42 smithi138 ceph-mon[117003]: pgmap v14579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:43.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:43.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:43.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:44.176 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:44.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:44.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:44.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:44.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:44 smithi161 ceph-mon[116604]: 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-07T12:52:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:44 smithi161 ceph-mon[116604]: from='client.395451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:44 smithi028 ceph-mon[112123]: 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-07T12:52:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:44 smithi028 ceph-mon[112123]: from='client.395451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:44 smithi138 ceph-mon[117003]: 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-07T12:52:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:44 smithi138 ceph-mon[117003]: from='client.395451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:46 smithi161 ceph-mon[116604]: pgmap v14581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:52:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:46 smithi028 ceph-mon[112123]: pgmap v14581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:52:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:46 smithi138 ceph-mon[117003]: pgmap v14581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:52:49.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:49.178 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:49.178 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:48 smithi161 ceph-mon[116604]: pgmap v14582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:52:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:48 smithi028 ceph-mon[112123]: pgmap v14582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:52:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:48 smithi138 ceph-mon[117003]: pgmap v14582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:52:49.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:49.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:49.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:49.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:49.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:50 smithi161 ceph-mon[116604]: pgmap v14583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:50 smithi161 ceph-mon[116604]: from='client.395529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:50 smithi028 ceph-mon[112123]: pgmap v14583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:50 smithi028 ceph-mon[112123]: from='client.395529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:50 smithi138 ceph-mon[117003]: pgmap v14583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:50 smithi138 ceph-mon[117003]: from='client.395529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:52 smithi161 ceph-mon[116604]: pgmap v14584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:52 smithi028 ceph-mon[112123]: pgmap v14584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:52 smithi138 ceph-mon[117003]: pgmap v14584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:54.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:52:54.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:52:54.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:52:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:54 smithi161 ceph-mon[116604]: pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:54 smithi028 ceph-mon[112123]: pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:54 smithi138 ceph-mon[117003]: pgmap v14585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:52:55.727 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:52:55.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:52:55.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:52:55.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:52:55.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:52:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:56 smithi161 ceph-mon[116604]: from='client.395601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:56 smithi161 ceph-mon[116604]: pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:56 smithi028 ceph-mon[112123]: from='client.395601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:56 smithi028 ceph-mon[112123]: pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:56 smithi138 ceph-mon[117003]: from='client.395601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:52:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:56 smithi138 ceph-mon[117003]: pgmap v14586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:52:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:52:58 smithi028 ceph-mon[112123]: pgmap v14587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:52:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:52:58 smithi138 ceph-mon[117003]: pgmap v14587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:52:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:52:58 smithi161 ceph-mon[116604]: pgmap v14587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:53:00.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:00.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:00.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:00 smithi028 ceph-mon[112123]: pgmap v14588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:53:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:00 smithi138 ceph-mon[117003]: pgmap v14588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:53:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:00 smithi161 ceph-mon[116604]: pgmap v14588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:53:01.501 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:01.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:01.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:01.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:01.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:02 smithi028 ceph-mon[112123]: from='client.395679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:02 smithi028 ceph-mon[112123]: pgmap v14589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:02 smithi138 ceph-mon[117003]: from='client.395679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:02 smithi138 ceph-mon[117003]: pgmap v14589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:02 smithi161 ceph-mon[116604]: from='client.395679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:02 smithi161 ceph-mon[116604]: pgmap v14589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:04 smithi028 ceph-mon[112123]: pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:04 smithi138 ceph-mon[117003]: pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:04 smithi161 ceph-mon[116604]: pgmap v14590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:06.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:06.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:06.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:06 smithi028 ceph-mon[112123]: pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:07.277 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:07.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:07.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:07.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:07.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:06 smithi138 ceph-mon[117003]: pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:06 smithi161 ceph-mon[116604]: pgmap v14591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:07 smithi028 ceph-mon[112123]: from='client.395751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:07 smithi138 ceph-mon[117003]: from='client.395751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:07 smithi161 ceph-mon[116604]: from='client.395751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:08 smithi028 ceph-mon[112123]: pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:08 smithi138 ceph-mon[117003]: pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:08 smithi161 ceph-mon[116604]: pgmap v14592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:10 smithi028 ceph-mon[112123]: pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:10 smithi138 ceph-mon[117003]: pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:10 smithi161 ceph-mon[116604]: pgmap v14593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:12.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:12.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:12.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:13.046 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:13.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:13.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:13.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:13.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:12 smithi028 ceph-mon[112123]: 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-07T12:53:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:12 smithi138 ceph-mon[117003]: 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-07T12:53:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:12 smithi161 ceph-mon[116604]: 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-07T12:53:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:13 smithi138 ceph-mon[117003]: from='client.395829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:13 smithi161 ceph-mon[116604]: from='client.395829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:13 smithi028 ceph-mon[112123]: from='client.395829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:14 smithi138 ceph-mon[117003]: 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-07T12:53:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:14 smithi161 ceph-mon[116604]: 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-07T12:53:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:14 smithi028 ceph-mon[112123]: 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-07T12:53:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:16 smithi138 ceph-mon[117003]: 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-07T12:53:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:16 smithi161 ceph-mon[116604]: 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-07T12:53:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:16 smithi028 ceph-mon[112123]: 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-07T12:53:18.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:18.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:18.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:18.827 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:18.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:18.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:18.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:18.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:18 smithi138 ceph-mon[117003]: 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-07T12:53:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:18 smithi161 ceph-mon[116604]: 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-07T12:53:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:18 smithi028 ceph-mon[112123]: 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-07T12:53:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:19 smithi138 ceph-mon[117003]: from='client.395901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:19 smithi161 ceph-mon[116604]: from='client.395901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:19 smithi028 ceph-mon[112123]: from='client.395901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:20 smithi138 ceph-mon[117003]: pgmap v14598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:20 smithi161 ceph-mon[116604]: pgmap v14598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:20 smithi028 ceph-mon[112123]: pgmap v14598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:22 smithi138 ceph-mon[117003]: pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:22 smithi161 ceph-mon[116604]: pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:22 smithi028 ceph-mon[112123]: pgmap v14599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:23.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:23.830 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:23.830 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:24.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:24.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:24.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:24.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:24.604 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:24 smithi138 ceph-mon[117003]: 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-07T12:53:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:24 smithi161 ceph-mon[116604]: 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-07T12:53:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:24 smithi028 ceph-mon[112123]: 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-07T12:53:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:25 smithi138 ceph-mon[117003]: from='client.395970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:25 smithi161 ceph-mon[116604]: from='client.395970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:25 smithi028 ceph-mon[112123]: from='client.395970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:26 smithi138 ceph-mon[117003]: pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:26 smithi161 ceph-mon[116604]: pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:26 smithi028 ceph-mon[112123]: pgmap v14601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:53:28.382 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:53:28.393 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:53:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:29 smithi028 ceph-mon[112123]: pgmap v14602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:29 smithi138 ceph-mon[117003]: pgmap v14602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:29 smithi161 ceph-mon[116604]: pgmap v14602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:29.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:29.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:29.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:30.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:30.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:30.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:30.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:30.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: pgmap v14603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='client.396048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:53:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:53:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: pgmap v14603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='client.396048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:53:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: pgmap v14603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='client.396048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:53:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:53:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:53:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:32 smithi161 ceph-mon[116604]: pgmap v14604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:32 smithi028 ceph-mon[112123]: pgmap v14604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:32 smithi138 ceph-mon[117003]: pgmap v14604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:34 smithi161 ceph-mon[116604]: pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:34 smithi028 ceph-mon[112123]: pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:34 smithi138 ceph-mon[117003]: pgmap v14605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:53:35.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:35.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:35.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:36.199 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:36.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:36.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:36.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:36.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:36 smithi161 ceph-mon[116604]: pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:36 smithi161 ceph-mon[116604]: from='client.396123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:36 smithi028 ceph-mon[112123]: pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:36 smithi028 ceph-mon[112123]: from='client.396123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:36 smithi138 ceph-mon[117003]: pgmap v14606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:36 smithi138 ceph-mon[117003]: from='client.396123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:38 smithi161 ceph-mon[116604]: 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-07T12:53:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:38 smithi028 ceph-mon[112123]: 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-07T12:53:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:38 smithi138 ceph-mon[117003]: 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-07T12:53:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:40 smithi161 ceph-mon[116604]: pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:41.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:41.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:41.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:40 smithi028 ceph-mon[112123]: pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:40 smithi138 ceph-mon[117003]: pgmap v14608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:41.970 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:41.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:41.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:41.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:41.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:42 smithi161 ceph-mon[116604]: pgmap v14609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:42 smithi161 ceph-mon[116604]: from='client.396201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:42 smithi028 ceph-mon[112123]: pgmap v14609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:42 smithi028 ceph-mon[112123]: from='client.396201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:42 smithi138 ceph-mon[117003]: pgmap v14609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:42 smithi138 ceph-mon[117003]: from='client.396201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:44 smithi161 ceph-mon[116604]: pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:44 smithi028 ceph-mon[112123]: pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:44 smithi138 ceph-mon[117003]: pgmap v14610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:46.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:46.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:46.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:46 smithi161 ceph-mon[116604]: pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:46 smithi028 ceph-mon[112123]: pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:46 smithi138 ceph-mon[117003]: pgmap v14611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:47.738 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:47.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:47.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:47.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:47.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:48 smithi161 ceph-mon[116604]: from='client.396279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:48 smithi161 ceph-mon[116604]: pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:48 smithi028 ceph-mon[112123]: from='client.396279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:48 smithi028 ceph-mon[112123]: pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:48 smithi138 ceph-mon[117003]: from='client.396279 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:48 smithi138 ceph-mon[117003]: pgmap v14612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:53:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:50 smithi161 ceph-mon[116604]: pgmap v14613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:50 smithi028 ceph-mon[112123]: pgmap v14613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:50 smithi138 ceph-mon[117003]: pgmap v14613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:53:52.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:52.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:52.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:52 smithi161 ceph-mon[116604]: 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-07T12:53:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:52 smithi028 ceph-mon[112123]: 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-07T12:53:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:52 smithi138 ceph-mon[117003]: 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-07T12:53:53.525 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:53.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:53.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:53.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:53.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:53:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:54 smithi161 ceph-mon[116604]: from='client.396354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:54 smithi161 ceph-mon[116604]: 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-07T12:53:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:54 smithi028 ceph-mon[112123]: from='client.396354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:54 smithi028 ceph-mon[112123]: 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-07T12:53:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:54 smithi138 ceph-mon[117003]: from='client.396354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:53:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:54 smithi138 ceph-mon[117003]: 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-07T12:53:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:56 smithi161 ceph-mon[116604]: 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-07T12:53:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:56 smithi028 ceph-mon[112123]: 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-07T12:53:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:56 smithi138 ceph-mon[117003]: 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-07T12:53:58.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:53:58.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:53:58.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:53:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:58 smithi161 ceph-mon[116604]: 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-07T12:53:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:58 smithi028 ceph-mon[112123]: 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-07T12:53:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:58 smithi138 ceph-mon[117003]: 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-07T12:53:59.296 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:53:59.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:53:59.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:53:59.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:53:59.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:53:59 smithi161 ceph-mon[116604]: from='client.396432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:53:59 smithi028 ceph-mon[112123]: from='client.396432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:53:59 smithi138 ceph-mon[117003]: from='client.396432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:00 smithi161 ceph-mon[116604]: pgmap v14618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:54:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:00 smithi028 ceph-mon[112123]: pgmap v14618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:54:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:00 smithi138 ceph-mon[117003]: pgmap v14618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T12:54:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:02 smithi161 ceph-mon[116604]: pgmap v14619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:54:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:02 smithi028 ceph-mon[112123]: pgmap v14619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:54:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:02 smithi138 ceph-mon[117003]: pgmap v14619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:54:04.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:04.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:04.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:05.091 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:05.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:05.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:05.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:05.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:04 smithi161 ceph-mon[116604]: pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:54:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:04 smithi028 ceph-mon[112123]: pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:54:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:04 smithi138 ceph-mon[117003]: pgmap v14620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T12:54:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:05 smithi028 ceph-mon[112123]: from='client.396507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:05 smithi138 ceph-mon[117003]: from='client.396507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:05 smithi161 ceph-mon[116604]: from='client.396507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:06 smithi028 ceph-mon[112123]: pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:06 smithi138 ceph-mon[117003]: pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:06 smithi161 ceph-mon[116604]: pgmap v14621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:08 smithi028 ceph-mon[112123]: pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:08 smithi138 ceph-mon[117003]: pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:08 smithi161 ceph-mon[116604]: pgmap v14622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:10.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:10.094 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:10.094 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:10.861 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:10.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:10.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:10.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:10.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:10 smithi028 ceph-mon[112123]: pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:10 smithi138 ceph-mon[117003]: pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:10 smithi161 ceph-mon[116604]: pgmap v14623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:11 smithi028 ceph-mon[112123]: from='client.396582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:11 smithi138 ceph-mon[117003]: from='client.396582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:11 smithi161 ceph-mon[116604]: from='client.396582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:12 smithi028 ceph-mon[112123]: pgmap v14624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:54:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:12 smithi138 ceph-mon[117003]: pgmap v14624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:54:13.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:12 smithi161 ceph-mon[116604]: pgmap v14624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:54:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:14 smithi028 ceph-mon[112123]: pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:54:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:14 smithi138 ceph-mon[117003]: pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:54:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:14 smithi161 ceph-mon[116604]: pgmap v14625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T12:54:15.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:15.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:15.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:16.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:16.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:16.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:16.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:16.632 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:16 smithi028 ceph-mon[112123]: pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:54:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:16 smithi138 ceph-mon[117003]: pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:54:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:16 smithi161 ceph-mon[116604]: pgmap v14626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T12:54:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:17 smithi138 ceph-mon[117003]: from='client.396654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:17 smithi161 ceph-mon[116604]: from='client.396654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:17 smithi028 ceph-mon[112123]: from='client.396654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:18 smithi138 ceph-mon[117003]: 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-07T12:54:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:18 smithi161 ceph-mon[116604]: 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-07T12:54:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:18 smithi028 ceph-mon[112123]: 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-07T12:54:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:20 smithi138 ceph-mon[117003]: pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:20 smithi161 ceph-mon[116604]: pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:20 smithi028 ceph-mon[112123]: pgmap v14628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:21.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:21.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:21.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:22.405 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:22.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:22.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:22.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:22.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:22 smithi138 ceph-mon[117003]: pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:22 smithi138 ceph-mon[117003]: from='client.396729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:22 smithi161 ceph-mon[116604]: pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:22 smithi161 ceph-mon[116604]: from='client.396729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:22 smithi028 ceph-mon[112123]: pgmap v14629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:22 smithi028 ceph-mon[112123]: from='client.396729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:24 smithi138 ceph-mon[117003]: pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:24 smithi161 ceph-mon[116604]: pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:24 smithi028 ceph-mon[112123]: pgmap v14630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:26 smithi138 ceph-mon[117003]: pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:27.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:27.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:27.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:26 smithi161 ceph-mon[116604]: pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:26 smithi028 ceph-mon[112123]: pgmap v14631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:28.179 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:28.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:28.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:28.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:28.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:28 smithi138 ceph-mon[117003]: pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:28 smithi138 ceph-mon[117003]: from='client.396801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:28 smithi161 ceph-mon[116604]: pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:28 smithi161 ceph-mon[116604]: from='client.396801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:28 smithi028 ceph-mon[112123]: pgmap v14632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:28 smithi028 ceph-mon[112123]: from='client.396801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:30 smithi138 ceph-mon[117003]: pgmap v14633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:54:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:30 smithi161 ceph-mon[116604]: pgmap v14633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:54:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:30 smithi028 ceph-mon[112123]: pgmap v14633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:54:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:54:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: 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-07T12:54:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: 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-07T12:54:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: 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-07T12:54:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:33.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:33.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:54:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:33 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15539M 2023-12-07T12:54:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:54:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:54:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:54:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:33 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15539M 2023-12-07T12:54:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:54:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:54:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T12:54:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:33 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15539M 2023-12-07T12:54:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:54:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:54:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:54:33.950 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:33.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:33.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:33.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:33.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:34 smithi138 ceph-mon[117003]: 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-07T12:54:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:34 smithi138 ceph-mon[117003]: from='client.396879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:34 smithi161 ceph-mon[116604]: 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-07T12:54:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:34 smithi161 ceph-mon[116604]: from='client.396879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:34 smithi028 ceph-mon[112123]: 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-07T12:54:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:34 smithi028 ceph-mon[112123]: from='client.396879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:36 smithi028 ceph-mon[112123]: 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-07T12:54:36.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:36 smithi138 ceph-mon[117003]: 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-07T12:54:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:36 smithi161 ceph-mon[116604]: 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-07T12:54:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:38 smithi138 ceph-mon[117003]: 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-07T12:54:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:38 smithi161 ceph-mon[116604]: 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-07T12:54:38.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:38.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:38.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:38 smithi028 ceph-mon[112123]: 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-07T12:54:39.723 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:39.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:39.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:39.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:39.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:40 smithi138 ceph-mon[117003]: from='client.396954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:40 smithi138 ceph-mon[117003]: pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:40 smithi161 ceph-mon[116604]: from='client.396954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:40 smithi161 ceph-mon[116604]: pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:40 smithi028 ceph-mon[112123]: from='client.396954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:40 smithi028 ceph-mon[112123]: pgmap v14638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:42.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:42 smithi138 ceph-mon[117003]: pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:42 smithi161 ceph-mon[116604]: pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:42 smithi028 ceph-mon[112123]: pgmap v14639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:44.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:44.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:44.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:44.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:44 smithi138 ceph-mon[117003]: pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:44 smithi161 ceph-mon[116604]: pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:44 smithi028 ceph-mon[112123]: pgmap v14640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:45.492 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:45.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:45.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:45.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:45.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:46 smithi138 ceph-mon[117003]: from='client.397032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:46 smithi138 ceph-mon[117003]: pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:46 smithi161 ceph-mon[116604]: from='client.397032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:46 smithi161 ceph-mon[116604]: pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:46 smithi028 ceph-mon[112123]: from='client.397032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:46 smithi028 ceph-mon[112123]: pgmap v14641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:48 smithi138 ceph-mon[117003]: pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:48 smithi161 ceph-mon[116604]: pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:48 smithi028 ceph-mon[112123]: pgmap v14642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:54:50.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:50.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:50.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:50 smithi138 ceph-mon[117003]: pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:50 smithi161 ceph-mon[116604]: pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:50 smithi028 ceph-mon[112123]: pgmap v14643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:51.273 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:51.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:51.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:51.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:51.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:51.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:51 smithi138 ceph-mon[117003]: from='client.397107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:51 smithi161 ceph-mon[116604]: from='client.397107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:51 smithi028 ceph-mon[112123]: from='client.397107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:52.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:52 smithi138 ceph-mon[117003]: pgmap v14644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:52 smithi161 ceph-mon[116604]: pgmap v14644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:52 smithi028 ceph-mon[112123]: pgmap v14644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:54:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:54 smithi138 ceph-mon[117003]: 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-07T12:54:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:54 smithi161 ceph-mon[116604]: 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-07T12:54:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:54 smithi028 ceph-mon[112123]: 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-07T12:54:56.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:54:56.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:54:56.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:54:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:56 smithi138 ceph-mon[117003]: 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-07T12:54:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:56 smithi161 ceph-mon[116604]: 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-07T12:54:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:56 smithi028 ceph-mon[112123]: 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-07T12:54:57.035 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:54:57.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:54:57.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:54:57.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:54:57.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:54:57.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:57 smithi138 ceph-mon[117003]: from='client.397182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:57 smithi161 ceph-mon[116604]: from='client.397182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:57 smithi028 ceph-mon[112123]: from='client.397182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:54:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:54:58 smithi138 ceph-mon[117003]: 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-07T12:54:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:54:58 smithi161 ceph-mon[116604]: 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-07T12:54:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:54:58 smithi028 ceph-mon[112123]: 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-07T12:55:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:00 smithi138 ceph-mon[117003]: pgmap v14648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:00 smithi161 ceph-mon[116604]: pgmap v14648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:00 smithi028 ceph-mon[112123]: pgmap v14648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:02.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:02.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:02.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:02 smithi138 ceph-mon[117003]: pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:02.810 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:02.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:02.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:02.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:02.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:02 smithi161 ceph-mon[116604]: pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:02 smithi028 ceph-mon[112123]: pgmap v14649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:03.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:03 smithi138 ceph-mon[117003]: from='client.397251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:03 smithi161 ceph-mon[116604]: from='client.397251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:03 smithi028 ceph-mon[112123]: from='client.397251 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:04 smithi138 ceph-mon[117003]: pgmap v14650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:04 smithi161 ceph-mon[116604]: pgmap v14650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:04 smithi028 ceph-mon[112123]: pgmap v14650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:06 smithi138 ceph-mon[117003]: pgmap v14651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:06 smithi161 ceph-mon[116604]: pgmap v14651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:06 smithi028 ceph-mon[112123]: pgmap v14651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:07.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:07.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:07.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:08.597 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:08.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:08.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:08.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:08.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:08 smithi138 ceph-mon[117003]: pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:08 smithi161 ceph-mon[116604]: pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:08 smithi028 ceph-mon[112123]: pgmap v14652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:09 smithi138 ceph-mon[117003]: from='client.397326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:09 smithi161 ceph-mon[116604]: from='client.397326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:09 smithi028 ceph-mon[112123]: from='client.397326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:10 smithi138 ceph-mon[117003]: pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:10 smithi161 ceph-mon[116604]: pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:10 smithi028 ceph-mon[112123]: pgmap v14653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:12 smithi138 ceph-mon[117003]: 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-07T12:55:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:12 smithi161 ceph-mon[116604]: 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-07T12:55:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:12 smithi028 ceph-mon[112123]: 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-07T12:55:13.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:13.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:13.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:14.378 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:14.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:14.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:14.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:14.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:14 smithi138 ceph-mon[117003]: 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-07T12:55:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:14 smithi138 ceph-mon[117003]: from='client.397404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:14 smithi161 ceph-mon[116604]: 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-07T12:55:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:14 smithi161 ceph-mon[116604]: from='client.397404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:14 smithi028 ceph-mon[112123]: 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-07T12:55:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:14 smithi028 ceph-mon[112123]: from='client.397404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:16 smithi161 ceph-mon[116604]: pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:55:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:16 smithi028 ceph-mon[112123]: pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:55:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:16 smithi138 ceph-mon[117003]: pgmap v14656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T12:55:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:18 smithi161 ceph-mon[116604]: pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:55:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:18 smithi028 ceph-mon[112123]: pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:55:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:18 smithi138 ceph-mon[117003]: pgmap v14657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T12:55:19.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:19.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:19.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:20.170 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:20.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:20.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:20.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:20.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:20 smithi161 ceph-mon[116604]: pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:20 smithi161 ceph-mon[116604]: from='client.397479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:20 smithi028 ceph-mon[112123]: pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:20 smithi028 ceph-mon[112123]: from='client.397479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:20 smithi138 ceph-mon[117003]: pgmap v14658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:20 smithi138 ceph-mon[117003]: from='client.397479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:22 smithi161 ceph-mon[116604]: pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:22 smithi028 ceph-mon[112123]: pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:22 smithi138 ceph-mon[117003]: pgmap v14659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:24 smithi161 ceph-mon[116604]: pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:24 smithi028 ceph-mon[112123]: pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:24 smithi138 ceph-mon[117003]: pgmap v14660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:25.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:25.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:25.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:25.955 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:25.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:25.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:25.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:25.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:26 smithi161 ceph-mon[116604]: pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:26 smithi161 ceph-mon[116604]: from='client.397551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:26 smithi028 ceph-mon[112123]: pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:26 smithi028 ceph-mon[112123]: from='client.397551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:26 smithi138 ceph-mon[117003]: pgmap v14661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:26 smithi138 ceph-mon[117003]: from='client.397551 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:28 smithi161 ceph-mon[116604]: pgmap v14662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:55:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:28 smithi028 ceph-mon[112123]: pgmap v14662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:55:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:28 smithi138 ceph-mon[117003]: pgmap v14662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T12:55:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:30 smithi161 ceph-mon[116604]: pgmap v14663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:55:30.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:30.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:30.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:30 smithi028 ceph-mon[112123]: pgmap v14663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:55:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:30 smithi138 ceph-mon[117003]: pgmap v14663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T12:55:31.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:31.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:31.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:31.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:31.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:32 smithi161 ceph-mon[116604]: from='client.397626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:32 smithi161 ceph-mon[116604]: pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:55:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:32 smithi028 ceph-mon[112123]: from='client.397626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:32 smithi028 ceph-mon[112123]: pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:55:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:32 smithi138 ceph-mon[117003]: from='client.397626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:32 smithi138 ceph-mon[117003]: pgmap v14664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:55:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:55:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:55:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:55:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:55:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:55:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:55:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:55:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:55:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:55:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:35 smithi138 ceph-mon[117003]: 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-07T12:55:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:35 smithi161 ceph-mon[116604]: 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-07T12:55:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:35 smithi028 ceph-mon[112123]: 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-07T12:55:36.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:36.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:36.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:37 smithi138 ceph-mon[117003]: pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:37 smithi161 ceph-mon[116604]: pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:37 smithi028 ceph-mon[112123]: pgmap v14666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:37.541 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:37.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:37.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:37.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:37.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:39 smithi138 ceph-mon[117003]: from='client.397704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:39 smithi138 ceph-mon[117003]: pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:39 smithi161 ceph-mon[116604]: from='client.397704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:39 smithi161 ceph-mon[116604]: pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:39 smithi028 ceph-mon[112123]: from='client.397704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:39 smithi028 ceph-mon[112123]: pgmap v14667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:41 smithi138 ceph-mon[117003]: pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:41 smithi161 ceph-mon[116604]: pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:41 smithi028 ceph-mon[112123]: pgmap v14668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:42.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:42.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:42.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:43 smithi138 ceph-mon[117003]: pgmap v14669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:43.336 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:43.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:43.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:43.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:43.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:43 smithi161 ceph-mon[116604]: pgmap v14669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:43 smithi028 ceph-mon[112123]: pgmap v14669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:44 smithi138 ceph-mon[117003]: from='client.397782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:44 smithi161 ceph-mon[116604]: from='client.397782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:44 smithi028 ceph-mon[112123]: from='client.397782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:45 smithi138 ceph-mon[117003]: pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:45 smithi161 ceph-mon[116604]: pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:45 smithi028 ceph-mon[112123]: pgmap v14670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:47 smithi161 ceph-mon[116604]: pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:47 smithi028 ceph-mon[112123]: pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:47 smithi138 ceph-mon[117003]: pgmap v14671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:48.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:48.338 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:48.338 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:49.118 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:49.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:49.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:49.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:49.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:49 smithi161 ceph-mon[116604]: pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:49 smithi028 ceph-mon[112123]: pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:49 smithi138 ceph-mon[117003]: pgmap v14672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:50 smithi161 ceph-mon[116604]: from='client.397857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:50 smithi028 ceph-mon[112123]: from='client.397857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:50.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:50 smithi138 ceph-mon[117003]: from='client.397857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:51 smithi161 ceph-mon[116604]: pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:51 smithi028 ceph-mon[112123]: pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:51 smithi138 ceph-mon[117003]: pgmap v14673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:55:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:52 smithi161 ceph-mon[116604]: 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-07T12:55:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:52 smithi028 ceph-mon[112123]: 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-07T12:55:52.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:52 smithi138 ceph-mon[117003]: 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-07T12:55:54.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:54.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:54.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:55:54.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:54 smithi138 ceph-mon[117003]: 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-07T12:55:54.887 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:55:54.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:55:54.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:55:54.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:55:54.888 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:55:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:54 smithi161 ceph-mon[116604]: 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-07T12:55:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:54 smithi028 ceph-mon[112123]: 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-07T12:55:55.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:55 smithi138 ceph-mon[117003]: from='client.397932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:55 smithi161 ceph-mon[116604]: from='client.397932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:55 smithi028 ceph-mon[112123]: from='client.397932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:55:56.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:56 smithi138 ceph-mon[117003]: pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:56 smithi161 ceph-mon[116604]: pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:56 smithi028 ceph-mon[112123]: pgmap v14676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:55:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:55:58 smithi138 ceph-mon[117003]: pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:55:58 smithi161 ceph-mon[116604]: pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:55:58 smithi028 ceph-mon[112123]: pgmap v14677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:55:59.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:55:59.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:55:59.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:00.661 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:00.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:00.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:00.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:00.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:00.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:00 smithi138 ceph-mon[117003]: pgmap v14678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:00 smithi161 ceph-mon[116604]: pgmap v14678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:00 smithi028 ceph-mon[112123]: pgmap v14678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:01.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:01 smithi138 ceph-mon[117003]: from='client.398007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:01 smithi161 ceph-mon[116604]: from='client.398007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:01 smithi028 ceph-mon[112123]: from='client.398007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:02.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:02 smithi138 ceph-mon[117003]: pgmap v14679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:02 smithi161 ceph-mon[116604]: pgmap v14679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:02 smithi028 ceph-mon[112123]: pgmap v14679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:04.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:04 smithi138 ceph-mon[117003]: pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:04 smithi161 ceph-mon[116604]: pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:04 smithi028 ceph-mon[112123]: pgmap v14680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:05.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:05.663 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:05.663 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:06.444 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:06.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:06.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:06.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:06.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:06.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:06 smithi138 ceph-mon[117003]: pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:06 smithi138 ceph-mon[117003]: from='client.398082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:06 smithi161 ceph-mon[116604]: pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:06 smithi161 ceph-mon[116604]: from='client.398082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:06 smithi028 ceph-mon[112123]: pgmap v14681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:06 smithi028 ceph-mon[112123]: from='client.398082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:08 smithi138 ceph-mon[117003]: 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-07T12:56:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:08 smithi161 ceph-mon[116604]: 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-07T12:56:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:08 smithi028 ceph-mon[112123]: 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-07T12:56:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:10 smithi138 ceph-mon[117003]: pgmap v14683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:10 smithi161 ceph-mon[116604]: pgmap v14683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:10 smithi028 ceph-mon[112123]: pgmap v14683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:11.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:11.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:11.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:12.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:12.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:12.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:12.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:12.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:12.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:12 smithi138 ceph-mon[117003]: pgmap v14684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:12 smithi138 ceph-mon[117003]: from='client.398154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:12 smithi161 ceph-mon[116604]: pgmap v14684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:12 smithi161 ceph-mon[116604]: from='client.398154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:12 smithi028 ceph-mon[112123]: pgmap v14684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:12 smithi028 ceph-mon[112123]: from='client.398154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:14.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:14 smithi138 ceph-mon[117003]: 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-07T12:56:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:14 smithi161 ceph-mon[116604]: 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-07T12:56:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:14 smithi028 ceph-mon[112123]: 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-07T12:56:16.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:16 smithi138 ceph-mon[117003]: pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:16 smithi161 ceph-mon[116604]: pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:16 smithi028 ceph-mon[112123]: pgmap v14686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:17.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:17.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:17.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:18.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:18.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:18.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:18.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:18.003 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:18 smithi138 ceph-mon[117003]: pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:18 smithi138 ceph-mon[117003]: from='client.398229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:18 smithi161 ceph-mon[116604]: pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:18 smithi161 ceph-mon[116604]: from='client.398229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:18 smithi028 ceph-mon[112123]: pgmap v14687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:18 smithi028 ceph-mon[112123]: from='client.398229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:20 smithi138 ceph-mon[117003]: pgmap v14688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:20 smithi161 ceph-mon[116604]: pgmap v14688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:20 smithi028 ceph-mon[112123]: pgmap v14688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:22.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:22 smithi138 ceph-mon[117003]: pgmap v14689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:22 smithi161 ceph-mon[116604]: pgmap v14689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:22 smithi028 ceph-mon[112123]: pgmap v14689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:23.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:23.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:23.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:23.776 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:23.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:23.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:23.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:23.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:24.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:24 smithi138 ceph-mon[117003]: from='client.398307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:24 smithi138 ceph-mon[117003]: pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:24 smithi161 ceph-mon[116604]: from='client.398307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:24 smithi161 ceph-mon[116604]: pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:24.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:24 smithi028 ceph-mon[112123]: from='client.398307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:24 smithi028 ceph-mon[112123]: pgmap v14690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:26 smithi138 ceph-mon[117003]: pgmap v14691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:26 smithi161 ceph-mon[116604]: pgmap v14691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:26 smithi028 ceph-mon[112123]: pgmap v14691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:28.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:28.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:28.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:28 smithi161 ceph-mon[116604]: pgmap v14692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:28 smithi028 ceph-mon[112123]: pgmap v14692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:28 smithi138 ceph-mon[117003]: pgmap v14692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:29.551 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:29.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:29.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:29.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:29.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:30 smithi161 ceph-mon[116604]: from='client.398382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:30 smithi161 ceph-mon[116604]: pgmap v14693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:30 smithi028 ceph-mon[112123]: from='client.398382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:30 smithi028 ceph-mon[112123]: pgmap v14693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:30 smithi138 ceph-mon[117003]: from='client.398382 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:30 smithi138 ceph-mon[117003]: pgmap v14693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:32 smithi161 ceph-mon[116604]: pgmap v14694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:32 smithi028 ceph-mon[112123]: pgmap v14694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:32 smithi138 ceph-mon[117003]: pgmap v14694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:56:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:56:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:56:34.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:34.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:34.554 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:34 smithi161 ceph-mon[116604]: pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:56:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:56:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:56:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:34 smithi028 ceph-mon[112123]: pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:56:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:56:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:56:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:34 smithi138 ceph-mon[117003]: pgmap v14695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:56:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:56:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:56:35.331 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:35.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:35.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:35.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:35.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:35 smithi161 ceph-mon[116604]: from='client.398457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:35 smithi028 ceph-mon[112123]: from='client.398457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:35 smithi138 ceph-mon[117003]: from='client.398457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:36 smithi161 ceph-mon[116604]: pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:36 smithi028 ceph-mon[112123]: pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:36 smithi138 ceph-mon[117003]: pgmap v14696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:38 smithi161 ceph-mon[116604]: pgmap v14697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:38 smithi028 ceph-mon[112123]: pgmap v14697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:38 smithi138 ceph-mon[117003]: pgmap v14697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:56:40.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:40.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:40.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:40 smithi161 ceph-mon[116604]: pgmap v14698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:40 smithi028 ceph-mon[112123]: pgmap v14698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:40 smithi138 ceph-mon[117003]: pgmap v14698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:41.115 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:41.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:41.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:41.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:41.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:41 smithi161 ceph-mon[116604]: from='client.398532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:41 smithi028 ceph-mon[112123]: from='client.398532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:41 smithi138 ceph-mon[117003]: from='client.398532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:42 smithi161 ceph-mon[116604]: pgmap v14699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:42 smithi028 ceph-mon[112123]: pgmap v14699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:42 smithi138 ceph-mon[117003]: pgmap v14699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:44 smithi161 ceph-mon[116604]: 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-07T12:56:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:44 smithi028 ceph-mon[112123]: 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-07T12:56:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:44 smithi138 ceph-mon[117003]: 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-07T12:56:46.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:46.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:46.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:46.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:46.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:46.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:46.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:46.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:46 smithi161 ceph-mon[116604]: 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-07T12:56:46.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:46 smithi028 ceph-mon[112123]: 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-07T12:56:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:46 smithi138 ceph-mon[117003]: 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-07T12:56:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:47 smithi161 ceph-mon[116604]: from='client.398610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:47 smithi028 ceph-mon[112123]: from='client.398610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:47 smithi138 ceph-mon[117003]: from='client.398610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:48 smithi161 ceph-mon[116604]: 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-07T12:56:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:48 smithi028 ceph-mon[112123]: 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-07T12:56:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:48 smithi138 ceph-mon[117003]: 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-07T12:56:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:50 smithi161 ceph-mon[116604]: pgmap v14703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:50 smithi028 ceph-mon[112123]: pgmap v14703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:50 smithi138 ceph-mon[117003]: pgmap v14703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:51.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:51.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:51.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:52.677 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:52.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:52.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:52.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:52.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:52 smithi161 ceph-mon[116604]: pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:52 smithi028 ceph-mon[112123]: pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:52 smithi138 ceph-mon[117003]: pgmap v14704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:53 smithi161 ceph-mon[116604]: from='client.398688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:53 smithi028 ceph-mon[112123]: from='client.398688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:53 smithi138 ceph-mon[117003]: from='client.398688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:54 smithi161 ceph-mon[116604]: 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-07T12:56:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:54 smithi028 ceph-mon[112123]: 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-07T12:56:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:54 smithi138 ceph-mon[117003]: 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-07T12:56:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:56 smithi161 ceph-mon[116604]: pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:56 smithi028 ceph-mon[112123]: pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:56 smithi138 ceph-mon[117003]: pgmap v14706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:56:57.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:56:57.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:56:57.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:56:58.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:56:58.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:56:58.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:56:58.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:56:58.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:56:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:58 smithi161 ceph-mon[116604]: pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:56:58 smithi161 ceph-mon[116604]: from='client.398763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:58 smithi028 ceph-mon[112123]: pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:56:58 smithi028 ceph-mon[112123]: from='client.398763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:56:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:58 smithi138 ceph-mon[117003]: pgmap v14707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:56:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:56:58 smithi138 ceph-mon[117003]: from='client.398763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:00 smithi161 ceph-mon[116604]: pgmap v14708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:00 smithi028 ceph-mon[112123]: pgmap v14708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:00 smithi138 ceph-mon[117003]: pgmap v14708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:02 smithi161 ceph-mon[116604]: pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:02 smithi028 ceph-mon[112123]: pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:02 smithi138 ceph-mon[117003]: pgmap v14709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:03.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:03.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:03.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:04.260 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:04.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:04.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:04.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:04.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:04 smithi161 ceph-mon[116604]: pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:04 smithi161 ceph-mon[116604]: from='client.398835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:04 smithi028 ceph-mon[112123]: pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:04 smithi028 ceph-mon[112123]: from='client.398835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:04 smithi138 ceph-mon[117003]: pgmap v14710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:04 smithi138 ceph-mon[117003]: from='client.398835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:06 smithi161 ceph-mon[116604]: pgmap v14711: 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-07T12:57:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:06 smithi028 ceph-mon[112123]: pgmap v14711: 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-07T12:57:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:06 smithi138 ceph-mon[117003]: pgmap v14711: 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-07T12:57:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:08 smithi161 ceph-mon[116604]: pgmap v14712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:57:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:08 smithi028 ceph-mon[112123]: pgmap v14712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:57:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:08 smithi138 ceph-mon[117003]: pgmap v14712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:57:09.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:09.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:09.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:10.036 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:10.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:10.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:10.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:10.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:10 smithi161 ceph-mon[116604]: pgmap v14713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:10 smithi161 ceph-mon[116604]: from='client.398910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:10 smithi028 ceph-mon[112123]: pgmap v14713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:10 smithi028 ceph-mon[112123]: from='client.398910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:10 smithi138 ceph-mon[117003]: pgmap v14713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:10 smithi138 ceph-mon[117003]: from='client.398910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:12 smithi161 ceph-mon[116604]: pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:12 smithi028 ceph-mon[112123]: pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:12 smithi138 ceph-mon[117003]: pgmap v14714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:14 smithi161 ceph-mon[116604]: pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:14 smithi028 ceph-mon[112123]: pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:15.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:15.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:15.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:14 smithi138 ceph-mon[117003]: pgmap v14715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:15.801 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:15.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:15.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:15.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:15.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:16 smithi161 ceph-mon[116604]: from='client.398985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:16 smithi161 ceph-mon[116604]: pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:16 smithi028 ceph-mon[112123]: from='client.398985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:16 smithi028 ceph-mon[112123]: pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:16 smithi138 ceph-mon[117003]: from='client.398985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:16 smithi138 ceph-mon[117003]: pgmap v14716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:18 smithi161 ceph-mon[116604]: pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:57:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:18 smithi028 ceph-mon[112123]: pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:57:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:18 smithi138 ceph-mon[117003]: pgmap v14717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:57:20.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:20.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:20.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:20 smithi161 ceph-mon[116604]: pgmap v14718: 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-07T12:57:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:20 smithi028 ceph-mon[112123]: pgmap v14718: 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-07T12:57:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:20 smithi138 ceph-mon[117003]: pgmap v14718: 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-07T12:57:21.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:21.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:21.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:21.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:21.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:22 smithi161 ceph-mon[116604]: from='client.399063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:22 smithi161 ceph-mon[116604]: pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:22 smithi028 ceph-mon[112123]: from='client.399063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:22 smithi028 ceph-mon[112123]: pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:22 smithi138 ceph-mon[117003]: from='client.399063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:22 smithi138 ceph-mon[117003]: pgmap v14719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:24 smithi161 ceph-mon[116604]: 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-07T12:57:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:24 smithi028 ceph-mon[112123]: 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-07T12:57:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:24 smithi138 ceph-mon[117003]: 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-07T12:57:26.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:26.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:26.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:26 smithi161 ceph-mon[116604]: 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-07T12:57:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:26 smithi028 ceph-mon[112123]: 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-07T12:57:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:26 smithi138 ceph-mon[117003]: 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-07T12:57:27.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:27.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:27.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:27.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:27.349 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:27 smithi161 ceph-mon[116604]: from='client.399141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:27 smithi028 ceph-mon[112123]: from='client.399141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:27 smithi138 ceph-mon[117003]: from='client.399141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:28 smithi161 ceph-mon[116604]: 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-07T12:57:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:28 smithi028 ceph-mon[112123]: 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-07T12:57:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:28 smithi138 ceph-mon[117003]: 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-07T12:57:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:30 smithi161 ceph-mon[116604]: pgmap v14723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:30 smithi028 ceph-mon[112123]: pgmap v14723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:30 smithi138 ceph-mon[117003]: pgmap v14723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:32.351 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:32.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:32.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:32 smithi161 ceph-mon[116604]: pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:32 smithi028 ceph-mon[112123]: pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:32 smithi138 ceph-mon[117003]: pgmap v14724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:33.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:33.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:33.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:33.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:33.120 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:33 smithi161 ceph-mon[116604]: from='client.276997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:33 smithi028 ceph-mon[112123]: from='client.276997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:33 smithi138 ceph-mon[117003]: from='client.276997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:34 smithi161 ceph-mon[116604]: 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-07T12:57:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:57:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:57:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:57:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:57:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:34 smithi028 ceph-mon[112123]: 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-07T12:57:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:57:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:57:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:57:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:57:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:34 smithi138 ceph-mon[117003]: 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-07T12:57:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:57:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:57:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:57:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:57:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:36 smithi161 ceph-mon[116604]: pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:36 smithi028 ceph-mon[112123]: pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:36 smithi138 ceph-mon[117003]: pgmap v14726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:38.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:38.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:38.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:38.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:38.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:38.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:38.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:38.903 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:38 smithi161 ceph-mon[116604]: pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:38 smithi028 ceph-mon[112123]: pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:38 smithi138 ceph-mon[117003]: pgmap v14727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:39 smithi161 ceph-mon[116604]: from='client.399294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:39 smithi028 ceph-mon[112123]: from='client.399294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:39 smithi138 ceph-mon[117003]: from='client.399294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:40 smithi161 ceph-mon[116604]: pgmap v14728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:40 smithi028 ceph-mon[112123]: pgmap v14728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:40 smithi138 ceph-mon[117003]: pgmap v14728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:57:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:42 smithi161 ceph-mon[116604]: pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:42 smithi028 ceph-mon[112123]: pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:42 smithi138 ceph-mon[117003]: pgmap v14729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:43.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:43.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:43.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:44.666 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:44.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:44.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:44.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:44.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:44 smithi161 ceph-mon[116604]: pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:44 smithi028 ceph-mon[112123]: pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:44 smithi138 ceph-mon[117003]: pgmap v14730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:45 smithi161 ceph-mon[116604]: from='client.399372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:45 smithi028 ceph-mon[112123]: from='client.399372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:45 smithi138 ceph-mon[117003]: from='client.399372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:46 smithi161 ceph-mon[116604]: 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-07T12:57:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:46 smithi028 ceph-mon[112123]: 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-07T12:57:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:46 smithi138 ceph-mon[117003]: 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-07T12:57:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:48 smithi161 ceph-mon[116604]: pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:48 smithi028 ceph-mon[112123]: pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:48 smithi138 ceph-mon[117003]: pgmap v14732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:49.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:49.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:49.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:50.431 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:50.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:50.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:50.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:50.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:50 smithi161 ceph-mon[116604]: pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:50 smithi161 ceph-mon[116604]: from='client.399447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:50 smithi028 ceph-mon[112123]: pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:50 smithi028 ceph-mon[112123]: from='client.399447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:50 smithi138 ceph-mon[117003]: pgmap v14733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:50 smithi138 ceph-mon[117003]: from='client.399447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:52 smithi161 ceph-mon[116604]: pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:52 smithi028 ceph-mon[112123]: pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:52 smithi138 ceph-mon[117003]: pgmap v14734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:54 smithi161 ceph-mon[116604]: pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:54 smithi028 ceph-mon[112123]: pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:54 smithi138 ceph-mon[117003]: pgmap v14735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:57:55.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:57:55.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:57:55.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:57:56.208 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:57:56.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:57:56.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:57:56.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:57:56.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:57:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:56 smithi028 ceph-mon[112123]: pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:56 smithi028 ceph-mon[112123]: from='client.399522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:56 smithi138 ceph-mon[117003]: pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:56 smithi138 ceph-mon[117003]: from='client.399522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:56 smithi161 ceph-mon[116604]: pgmap v14736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:57:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:56 smithi161 ceph-mon[116604]: from='client.399522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:57:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:57:58 smithi028 ceph-mon[112123]: 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-07T12:57:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:57:58 smithi138 ceph-mon[117003]: 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-07T12:57:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:57:58 smithi161 ceph-mon[116604]: 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-07T12:58:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:00 smithi028 ceph-mon[112123]: pgmap v14738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:00 smithi138 ceph-mon[117003]: pgmap v14738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:00 smithi161 ceph-mon[116604]: pgmap v14738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:01.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:01.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:01.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:01.977 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:01.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:01.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:01.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:01.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:02 smithi028 ceph-mon[112123]: pgmap v14739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:02 smithi028 ceph-mon[112123]: from='client.399600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:02 smithi138 ceph-mon[117003]: pgmap v14739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:02 smithi138 ceph-mon[117003]: from='client.399600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:02 smithi161 ceph-mon[116604]: pgmap v14739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:02 smithi161 ceph-mon[116604]: from='client.399600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:04 smithi028 ceph-mon[112123]: 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-07T12:58:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:04 smithi138 ceph-mon[117003]: 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-07T12:58:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:04 smithi161 ceph-mon[116604]: 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-07T12:58:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:06 smithi028 ceph-mon[112123]: 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-07T12:58:06.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:06.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:06.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:06 smithi138 ceph-mon[117003]: 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-07T12:58:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:06 smithi161 ceph-mon[116604]: 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-07T12:58:07.749 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:07.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:07.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:07.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:07.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:08 smithi028 ceph-mon[112123]: from='client.399675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:08 smithi028 ceph-mon[112123]: 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-07T12:58:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:08 smithi138 ceph-mon[117003]: from='client.399675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:08 smithi138 ceph-mon[117003]: 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-07T12:58:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:08 smithi161 ceph-mon[116604]: from='client.399675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:08 smithi161 ceph-mon[116604]: 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-07T12:58:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:10 smithi028 ceph-mon[112123]: pgmap v14743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:10 smithi138 ceph-mon[117003]: pgmap v14743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:10 smithi161 ceph-mon[116604]: pgmap v14743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:12.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:12.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:12.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:12 smithi028 ceph-mon[112123]: pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:12 smithi138 ceph-mon[117003]: pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:12 smithi161 ceph-mon[116604]: pgmap v14744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:13.517 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:13.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:13.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:13.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:13.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:14 smithi138 ceph-mon[117003]: from='client.399753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:14 smithi138 ceph-mon[117003]: 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-07T12:58:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:14 smithi161 ceph-mon[116604]: from='client.399753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:14 smithi161 ceph-mon[116604]: 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-07T12:58:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:14 smithi028 ceph-mon[112123]: from='client.399753 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:14 smithi028 ceph-mon[112123]: 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-07T12:58:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:16 smithi138 ceph-mon[117003]: pgmap v14746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:16 smithi161 ceph-mon[116604]: pgmap v14746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:16 smithi028 ceph-mon[112123]: pgmap v14746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:18.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:18.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:18.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:18 smithi138 ceph-mon[117003]: pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:18 smithi161 ceph-mon[116604]: pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:18 smithi028 ceph-mon[112123]: pgmap v14747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:19.295 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:19.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:19.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:19.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:19.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:19 smithi138 ceph-mon[117003]: from='client.399822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:19 smithi161 ceph-mon[116604]: from='client.399822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:19 smithi028 ceph-mon[112123]: from='client.399822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:20 smithi138 ceph-mon[117003]: pgmap v14748: 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-07T12:58:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:20 smithi161 ceph-mon[116604]: pgmap v14748: 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-07T12:58:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:20 smithi028 ceph-mon[112123]: pgmap v14748: 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-07T12:58:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:22 smithi138 ceph-mon[117003]: pgmap v14749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:22 smithi161 ceph-mon[116604]: pgmap v14749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:22 smithi028 ceph-mon[112123]: pgmap v14749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:24.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:24.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:24.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:24 smithi138 ceph-mon[117003]: pgmap v14750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:25.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:25.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:25.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:25.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:25.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:24 smithi161 ceph-mon[116604]: pgmap v14750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:24 smithi028 ceph-mon[112123]: pgmap v14750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:25 smithi138 ceph-mon[117003]: from='client.399897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:25 smithi161 ceph-mon[116604]: from='client.399897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:25 smithi028 ceph-mon[112123]: from='client.399897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:26 smithi138 ceph-mon[117003]: 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-07T12:58:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:26 smithi161 ceph-mon[116604]: 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-07T12:58:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:26 smithi028 ceph-mon[112123]: 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-07T12:58:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:28 smithi138 ceph-mon[117003]: pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:28 smithi161 ceph-mon[116604]: pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:28 smithi028 ceph-mon[112123]: pgmap v14752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:58:30.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:30.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:30.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:30.842 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:30.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:30.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:30.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:30.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:30 smithi138 ceph-mon[117003]: pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:30 smithi161 ceph-mon[116604]: pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:30 smithi028 ceph-mon[112123]: pgmap v14753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:31 smithi138 ceph-mon[117003]: from='client.399972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:31 smithi161 ceph-mon[116604]: from='client.399972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:31 smithi028 ceph-mon[112123]: from='client.399972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:32 smithi138 ceph-mon[117003]: pgmap v14754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:32 smithi161 ceph-mon[116604]: pgmap v14754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:32 smithi028 ceph-mon[112123]: pgmap v14754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:34 smithi138 ceph-mon[117003]: pgmap v14755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:58:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:34 smithi161 ceph-mon[116604]: pgmap v14755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:58:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:34 smithi028 ceph-mon[112123]: pgmap v14755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T12:58:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:58:35.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:35.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:35.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:58:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:58:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:58:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:58:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:58:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:58:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:58:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:58:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:58:36.629 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:36.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:36.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:36.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:36.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:36 smithi138 ceph-mon[117003]: pgmap v14756: 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-07T12:58:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:36 smithi161 ceph-mon[116604]: pgmap v14756: 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-07T12:58:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:36 smithi028 ceph-mon[112123]: pgmap v14756: 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-07T12:58:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:37 smithi138 ceph-mon[117003]: from='client.400047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:37 smithi161 ceph-mon[116604]: from='client.400047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:37 smithi028 ceph-mon[112123]: from='client.400047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:38 smithi138 ceph-mon[117003]: 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-07T12:58:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:38 smithi161 ceph-mon[116604]: 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-07T12:58:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:38 smithi028 ceph-mon[112123]: 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-07T12:58:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:40 smithi138 ceph-mon[117003]: pgmap v14758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:40 smithi161 ceph-mon[116604]: pgmap v14758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:40 smithi028 ceph-mon[112123]: pgmap v14758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:41.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:41.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:41.632 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:42.402 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:42.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:42.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:42.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:42.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:42 smithi138 ceph-mon[117003]: pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:42 smithi138 ceph-mon[117003]: from='client.400122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:42 smithi161 ceph-mon[116604]: pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:42 smithi161 ceph-mon[116604]: from='client.400122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:42 smithi028 ceph-mon[112123]: pgmap v14759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:42 smithi028 ceph-mon[112123]: from='client.400122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:44 smithi138 ceph-mon[117003]: 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-07T12:58:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:44 smithi161 ceph-mon[116604]: 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-07T12:58:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:44 smithi028 ceph-mon[112123]: 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-07T12:58:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:46 smithi138 ceph-mon[117003]: 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-07T12:58:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:46 smithi161 ceph-mon[116604]: 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-07T12:58:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:46 smithi028 ceph-mon[112123]: 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-07T12:58:47.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:47.404 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:47.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:48.184 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:48.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:48.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:48.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:48.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:48 smithi138 ceph-mon[117003]: 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-07T12:58:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:48 smithi138 ceph-mon[117003]: from='client.400200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:48 smithi161 ceph-mon[116604]: 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-07T12:58:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:48 smithi161 ceph-mon[116604]: from='client.400200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:48 smithi028 ceph-mon[112123]: 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-07T12:58:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:48 smithi028 ceph-mon[112123]: from='client.400200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:50 smithi138 ceph-mon[117003]: pgmap v14763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:50 smithi161 ceph-mon[116604]: pgmap v14763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:50 smithi028 ceph-mon[112123]: pgmap v14763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:52 smithi138 ceph-mon[117003]: pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:53.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:53.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:53.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:52 smithi161 ceph-mon[116604]: pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:52 smithi028 ceph-mon[112123]: pgmap v14764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:53.959 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:53.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:53.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:53.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:53.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:58:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:54 smithi138 ceph-mon[117003]: 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-07T12:58:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:54 smithi138 ceph-mon[117003]: from='client.400275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:54 smithi161 ceph-mon[116604]: 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-07T12:58:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:54 smithi161 ceph-mon[116604]: from='client.400275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:54 smithi028 ceph-mon[112123]: 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-07T12:58:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:54 smithi028 ceph-mon[112123]: from='client.400275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:58:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:56 smithi161 ceph-mon[116604]: pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:56 smithi028 ceph-mon[112123]: pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:56 smithi138 ceph-mon[117003]: pgmap v14766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:58:58.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:58:58.961 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:58:58.961 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:58:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:58:58 smithi161 ceph-mon[116604]: pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:58:58 smithi028 ceph-mon[112123]: pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:58:58 smithi138 ceph-mon[117003]: pgmap v14767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:58:59.726 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:58:59.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:58:59.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:58:59.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:58:59.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:01.195 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:00 smithi161 ceph-mon[116604]: from='client.400350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:01.195 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:00 smithi161 ceph-mon[116604]: pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:00 smithi028 ceph-mon[112123]: from='client.400350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:00 smithi028 ceph-mon[112123]: pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:00 smithi138 ceph-mon[117003]: from='client.400350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:00 smithi138 ceph-mon[117003]: pgmap v14768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:02 smithi161 ceph-mon[116604]: pgmap v14769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:02 smithi028 ceph-mon[112123]: pgmap v14769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:02 smithi138 ceph-mon[117003]: pgmap v14769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:04.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:04.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:04.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:04 smithi161 ceph-mon[116604]: 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-07T12:59:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:04 smithi028 ceph-mon[112123]: 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-07T12:59:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:04 smithi138 ceph-mon[117003]: 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-07T12:59:05.525 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:05.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:05.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:05.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:05.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:06 smithi161 ceph-mon[116604]: from='client.400425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:06 smithi161 ceph-mon[116604]: 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-07T12:59:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:06 smithi028 ceph-mon[112123]: from='client.400425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:06 smithi028 ceph-mon[112123]: 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-07T12:59:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:06 smithi138 ceph-mon[117003]: from='client.400425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:06 smithi138 ceph-mon[117003]: 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-07T12:59:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:08 smithi161 ceph-mon[116604]: pgmap v14772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:08 smithi028 ceph-mon[112123]: pgmap v14772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:08 smithi138 ceph-mon[117003]: pgmap v14772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:10.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:10.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:10.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:10 smithi161 ceph-mon[116604]: pgmap v14773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:10 smithi028 ceph-mon[112123]: pgmap v14773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:10 smithi138 ceph-mon[117003]: pgmap v14773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:11.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:11.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:11.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:11.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:11.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:11 smithi161 ceph-mon[116604]: from='client.400503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:11 smithi028 ceph-mon[112123]: from='client.400503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:11 smithi138 ceph-mon[117003]: from='client.400503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:12 smithi161 ceph-mon[116604]: pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:12 smithi028 ceph-mon[112123]: pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:12 smithi138 ceph-mon[117003]: pgmap v14774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:14 smithi161 ceph-mon[116604]: 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-07T12:59:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:14 smithi028 ceph-mon[112123]: 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-07T12:59:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:14 smithi138 ceph-mon[117003]: 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-07T12:59:16.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:16.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:16.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:17.079 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:17.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:17.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:17.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:17.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:16 smithi161 ceph-mon[116604]: 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-07T12:59:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:16 smithi028 ceph-mon[112123]: 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-07T12:59:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:16 smithi138 ceph-mon[117003]: 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-07T12:59:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:17 smithi161 ceph-mon[116604]: from='client.400581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:17 smithi028 ceph-mon[112123]: from='client.400581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:17 smithi138 ceph-mon[117003]: from='client.400581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:18 smithi161 ceph-mon[116604]: 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-07T12:59:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:18 smithi028 ceph-mon[112123]: 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-07T12:59:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:18 smithi138 ceph-mon[117003]: 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-07T12:59:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:20 smithi161 ceph-mon[116604]: pgmap v14778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:20 smithi028 ceph-mon[112123]: pgmap v14778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:20 smithi138 ceph-mon[117003]: pgmap v14778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:22.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:22.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:22.082 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:22.858 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:22.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:22.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:22.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:22.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:22 smithi161 ceph-mon[116604]: pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:22 smithi028 ceph-mon[112123]: pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:22 smithi138 ceph-mon[117003]: pgmap v14779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:23 smithi161 ceph-mon[116604]: from='client.400656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:23 smithi028 ceph-mon[112123]: from='client.400656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:23 smithi138 ceph-mon[117003]: from='client.400656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:24 smithi161 ceph-mon[116604]: 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-07T12:59:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:24 smithi028 ceph-mon[112123]: 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-07T12:59:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:24 smithi138 ceph-mon[117003]: 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-07T12:59:27.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:26 smithi161 ceph-mon[116604]: 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-07T12:59:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:26 smithi028 ceph-mon[112123]: 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-07T12:59:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:26 smithi138 ceph-mon[117003]: 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-07T12:59:27.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:27.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:27.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:28.853 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:28.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:28.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:28.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:28.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:28 smithi161 ceph-mon[116604]: 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-07T12:59:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:28 smithi028 ceph-mon[112123]: 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-07T12:59:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:28 smithi138 ceph-mon[117003]: 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-07T12:59:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:29 smithi161 ceph-mon[116604]: from='client.400728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:29 smithi028 ceph-mon[112123]: from='client.400728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:30.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:29 smithi138 ceph-mon[117003]: from='client.400728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:30 smithi161 ceph-mon[116604]: pgmap v14783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:30 smithi028 ceph-mon[112123]: pgmap v14783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:30 smithi138 ceph-mon[117003]: pgmap v14783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:32 smithi161 ceph-mon[116604]: pgmap v14784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:32 smithi028 ceph-mon[112123]: pgmap v14784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:32 smithi138 ceph-mon[117003]: pgmap v14784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:33.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:33.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:33.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:34.628 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:34.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:34.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:34.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:34.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:34 smithi161 ceph-mon[116604]: 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-07T12:59:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:34 smithi028 ceph-mon[112123]: 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-07T12:59:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:34 smithi138 ceph-mon[117003]: 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-07T12:59:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:35 smithi161 ceph-mon[116604]: from='client.400800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:59:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:35 smithi028 ceph-mon[112123]: from='client.400800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:59:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:35 smithi138 ceph-mon[117003]: from='client.400800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T12:59:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:36 smithi161 ceph-mon[116604]: 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-07T12:59:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:59:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:59:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:59:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:36 smithi028 ceph-mon[112123]: 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-07T12:59:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:59:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:59:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:59:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:36 smithi138 ceph-mon[117003]: 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-07T12:59:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T12:59:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T12:59:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T12:59:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:38 smithi161 ceph-mon[116604]: 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-07T12:59:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:38 smithi028 ceph-mon[112123]: 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-07T12:59:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:38 smithi138 ceph-mon[117003]: 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-07T12:59:39.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:39.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:39.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:40.414 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:40.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:40.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:40.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:40.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:40 smithi161 ceph-mon[116604]: pgmap v14788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:40 smithi161 ceph-mon[116604]: from='client.400878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:40 smithi028 ceph-mon[112123]: pgmap v14788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:40 smithi028 ceph-mon[112123]: from='client.400878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:40 smithi138 ceph-mon[117003]: pgmap v14788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:40 smithi138 ceph-mon[117003]: from='client.400878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:42 smithi161 ceph-mon[116604]: pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:42 smithi028 ceph-mon[112123]: pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:42 smithi138 ceph-mon[117003]: pgmap v14789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T12:59:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:44 smithi161 ceph-mon[116604]: 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-07T12:59:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:44 smithi028 ceph-mon[112123]: 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-07T12:59:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:44 smithi138 ceph-mon[117003]: 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-07T12:59:45.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:45.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:45.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:46.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:46.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:46.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:46.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:46.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:46 smithi161 ceph-mon[116604]: 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-07T12:59:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:46 smithi161 ceph-mon[116604]: from='client.400956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:46 smithi028 ceph-mon[112123]: 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-07T12:59:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:46 smithi028 ceph-mon[112123]: from='client.400956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:46 smithi138 ceph-mon[117003]: 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-07T12:59:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:46 smithi138 ceph-mon[117003]: from='client.400956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:48 smithi161 ceph-mon[116604]: 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-07T12:59:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:48 smithi028 ceph-mon[112123]: 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-07T12:59:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:48 smithi138 ceph-mon[117003]: 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-07T12:59:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:50 smithi161 ceph-mon[116604]: pgmap v14793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:51.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:51.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:51.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:50 smithi028 ceph-mon[112123]: pgmap v14793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:50 smithi138 ceph-mon[117003]: pgmap v14793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T12:59:51.971 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:51.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:51.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:51.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:51.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:52 smithi161 ceph-mon[116604]: pgmap v14794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:52 smithi161 ceph-mon[116604]: from='client.401031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:52 smithi028 ceph-mon[112123]: pgmap v14794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:52 smithi028 ceph-mon[112123]: from='client.401031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:52 smithi138 ceph-mon[117003]: pgmap v14794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T12:59:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:52 smithi138 ceph-mon[117003]: from='client.401031 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:54 smithi161 ceph-mon[116604]: 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-07T12:59:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:54 smithi028 ceph-mon[112123]: 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-07T12:59:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:54 smithi138 ceph-mon[117003]: 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-07T12:59:56.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T12:59:56.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T12:59:56.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T12:59:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:56 smithi161 ceph-mon[116604]: 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-07T12:59:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:56 smithi028 ceph-mon[112123]: 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-07T12:59:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:56 smithi138 ceph-mon[117003]: 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-07T12:59:57.741 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T12:59:57.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T12:59:57.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T12:59:57.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T12:59:57.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T12:59:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:58 smithi161 ceph-mon[116604]: from='client.401103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 12:59:58 smithi161 ceph-mon[116604]: 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-07T12:59:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:58 smithi028 ceph-mon[112123]: from='client.401103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 12:59:58 smithi028 ceph-mon[112123]: 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-07T12:59:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:58 smithi138 ceph-mon[117003]: from='client.401103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T12:59:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 12:59:58 smithi138 ceph-mon[117003]: 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-07T13:00:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:00 smithi161 ceph-mon[116604]: pgmap v14798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T13:00:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:00 smithi028 ceph-mon[112123]: pgmap v14798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T13:00:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:00 smithi138 ceph-mon[117003]: pgmap v14798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:00:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T13:00:02.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:02.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:02.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:02 smithi161 ceph-mon[116604]: pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:02 smithi028 ceph-mon[112123]: pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:02 smithi138 ceph-mon[117003]: pgmap v14799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:03.520 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:03.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:03.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:03.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:03.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:04 smithi161 ceph-mon[116604]: from='client.401181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:04 smithi161 ceph-mon[116604]: 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-07T13:00:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:04 smithi028 ceph-mon[112123]: from='client.401181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:04 smithi028 ceph-mon[112123]: 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-07T13:00:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:04 smithi138 ceph-mon[117003]: from='client.401181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:04 smithi138 ceph-mon[117003]: 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-07T13:00:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:06 smithi161 ceph-mon[116604]: 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-07T13:00:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:06 smithi028 ceph-mon[112123]: 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-07T13:00:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:06 smithi138 ceph-mon[117003]: 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-07T13:00:08.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:08.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:08.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:08 smithi161 ceph-mon[116604]: 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-07T13:00:09.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:08 smithi028 ceph-mon[112123]: 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-07T13:00:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:08 smithi138 ceph-mon[117003]: 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-07T13:00:09.318 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:09.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:09.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:09.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:09.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:09 smithi161 ceph-mon[116604]: from='client.401256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:09 smithi028 ceph-mon[112123]: from='client.401256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:09 smithi138 ceph-mon[117003]: from='client.401256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:10 smithi161 ceph-mon[116604]: pgmap v14803: 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-07T13:00:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:10 smithi028 ceph-mon[112123]: pgmap v14803: 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-07T13:00:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:10 smithi138 ceph-mon[117003]: pgmap v14803: 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-07T13:00:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:12 smithi161 ceph-mon[116604]: pgmap v14804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:12 smithi028 ceph-mon[112123]: pgmap v14804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:12 smithi138 ceph-mon[117003]: pgmap v14804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:14.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:14.320 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:14.320 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:15.087 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:15.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:15.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:15.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:15.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:14 smithi161 ceph-mon[116604]: pgmap v14805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:14 smithi028 ceph-mon[112123]: pgmap v14805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:14 smithi138 ceph-mon[117003]: pgmap v14805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:15 smithi161 ceph-mon[116604]: from='client.401334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:15 smithi028 ceph-mon[112123]: from='client.401334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:15 smithi138 ceph-mon[117003]: from='client.401334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:16 smithi161 ceph-mon[116604]: 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-07T13:00:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:16 smithi028 ceph-mon[112123]: 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-07T13:00:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:16 smithi138 ceph-mon[117003]: 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-07T13:00:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:18 smithi161 ceph-mon[116604]: 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-07T13:00:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:18 smithi028 ceph-mon[112123]: 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-07T13:00:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:18 smithi138 ceph-mon[117003]: 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-07T13:00:20.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:20.089 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:20.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:20.857 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:20.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:20.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:20.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:20.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:20 smithi161 ceph-mon[116604]: pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:20 smithi028 ceph-mon[112123]: pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:20 smithi138 ceph-mon[117003]: pgmap v14808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:21 smithi161 ceph-mon[116604]: from='client.401403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:21 smithi028 ceph-mon[112123]: from='client.401403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:21 smithi138 ceph-mon[117003]: from='client.401403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:22 smithi161 ceph-mon[116604]: pgmap v14809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:22 smithi028 ceph-mon[112123]: pgmap v14809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:22 smithi138 ceph-mon[117003]: pgmap v14809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:24 smithi028 ceph-mon[112123]: pgmap v14810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:24 smithi138 ceph-mon[117003]: pgmap v14810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:24 smithi161 ceph-mon[116604]: pgmap v14810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:00:25.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:25.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:25.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:26.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:26.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:26.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:26.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:26.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:26 smithi028 ceph-mon[112123]: pgmap v14811: 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-07T13:00:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:26 smithi138 ceph-mon[117003]: pgmap v14811: 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-07T13:00:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:26 smithi161 ceph-mon[116604]: pgmap v14811: 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-07T13:00:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:27 smithi028 ceph-mon[112123]: from='client.401481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:27 smithi138 ceph-mon[117003]: from='client.401481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:27 smithi161 ceph-mon[116604]: from='client.401481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:28 smithi028 ceph-mon[112123]: 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-07T13:00:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:28 smithi138 ceph-mon[117003]: 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-07T13:00:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:28 smithi161 ceph-mon[116604]: 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-07T13:00:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:30 smithi028 ceph-mon[112123]: 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-07T13:00:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:30 smithi138 ceph-mon[117003]: 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-07T13:00:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:30 smithi161 ceph-mon[116604]: 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-07T13:00:31.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:31.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:31.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:32.416 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:32.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:32.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:32.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:32.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:32 smithi028 ceph-mon[112123]: pgmap v14814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:32 smithi028 ceph-mon[112123]: from='client.401556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:32 smithi138 ceph-mon[117003]: pgmap v14814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:32 smithi138 ceph-mon[117003]: from='client.401556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:32 smithi161 ceph-mon[116604]: pgmap v14814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:32 smithi161 ceph-mon[116604]: from='client.401556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:34 smithi028 ceph-mon[112123]: 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-07T13:00:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:34 smithi138 ceph-mon[117003]: 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-07T13:00:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:34 smithi161 ceph-mon[116604]: 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-07T13:00:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:36 smithi028 ceph-mon[112123]: 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-07T13:00:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:00:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:00:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:00:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:00:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:36 smithi138 ceph-mon[117003]: 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-07T13:00:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:00:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:00:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:00:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:00:37.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:37.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:37.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:36 smithi161 ceph-mon[116604]: 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-07T13:00:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:00:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:00:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:00:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:00:38.187 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:38.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:38.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:38.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:38.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:38 smithi028 ceph-mon[112123]: 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-07T13:00:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:38 smithi028 ceph-mon[112123]: from='client.401631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:38 smithi138 ceph-mon[117003]: 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-07T13:00:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:38 smithi138 ceph-mon[117003]: from='client.401631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:38 smithi161 ceph-mon[116604]: 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-07T13:00:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:38 smithi161 ceph-mon[116604]: from='client.401631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:40 smithi138 ceph-mon[117003]: 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-07T13:00:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:40 smithi161 ceph-mon[116604]: 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-07T13:00:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:40 smithi028 ceph-mon[112123]: 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-07T13:00:43.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:43.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:43.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:42 smithi138 ceph-mon[117003]: 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-07T13:00:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:42 smithi161 ceph-mon[116604]: 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-07T13:00:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:42 smithi028 ceph-mon[112123]: 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-07T13:00:43.973 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:43.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:43.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:43.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:43.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:44 smithi138 ceph-mon[117003]: 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-07T13:00:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:44 smithi138 ceph-mon[117003]: from='client.401709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:44 smithi161 ceph-mon[116604]: 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-07T13:00:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:44 smithi161 ceph-mon[116604]: from='client.401709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:44 smithi028 ceph-mon[112123]: 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-07T13:00:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:44 smithi028 ceph-mon[112123]: from='client.401709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:46 smithi138 ceph-mon[117003]: 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-07T13:00:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:46 smithi161 ceph-mon[116604]: 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-07T13:00:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:46 smithi028 ceph-mon[112123]: 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-07T13:00:48.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:48.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:48.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:48 smithi138 ceph-mon[117003]: 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-07T13:00:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:48 smithi161 ceph-mon[116604]: 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-07T13:00:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:48 smithi028 ceph-mon[112123]: 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-07T13:00:49.737 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:49.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:49.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:49.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:49.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:50 smithi138 ceph-mon[117003]: from='client.401781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:50 smithi138 ceph-mon[117003]: pgmap v14823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:50 smithi161 ceph-mon[116604]: from='client.401781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:50 smithi161 ceph-mon[116604]: pgmap v14823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:50 smithi028 ceph-mon[112123]: from='client.401781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:50 smithi028 ceph-mon[112123]: pgmap v14823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:00:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:52 smithi138 ceph-mon[117003]: pgmap v14824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:52 smithi161 ceph-mon[116604]: pgmap v14824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:52 smithi028 ceph-mon[112123]: pgmap v14824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:54.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:00:54.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:00:54.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:00:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:54 smithi138 ceph-mon[117003]: pgmap v14825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:54 smithi161 ceph-mon[116604]: pgmap v14825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:54 smithi028 ceph-mon[112123]: pgmap v14825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:00:55.508 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:00:55.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:00:55.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:00:55.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:00:55.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:00:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:56 smithi138 ceph-mon[117003]: from='client.401859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:56 smithi138 ceph-mon[117003]: 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-07T13:00:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:56 smithi161 ceph-mon[116604]: from='client.401859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:56 smithi161 ceph-mon[116604]: 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-07T13:00:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:56 smithi028 ceph-mon[112123]: from='client.401859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:00:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:56 smithi028 ceph-mon[112123]: 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-07T13:00:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:00:58 smithi138 ceph-mon[117003]: 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-07T13:00:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:00:58 smithi161 ceph-mon[116604]: 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-07T13:00:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:00:58 smithi028 ceph-mon[112123]: 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-07T13:01:00.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:00.511 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:00.511 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:00 smithi138 ceph-mon[117003]: 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-07T13:01:01.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:01.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:01.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:01.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:01.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:00 smithi161 ceph-mon[116604]: 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-07T13:01:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:00 smithi028 ceph-mon[112123]: 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-07T13:01:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:02 smithi161 ceph-mon[116604]: from='client.401934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:02 smithi138 ceph-mon[117003]: from='client.401934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:02 smithi028 ceph-mon[112123]: from='client.401934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:03 smithi138 ceph-mon[117003]: pgmap v14829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:03 smithi161 ceph-mon[116604]: pgmap v14829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:03 smithi028 ceph-mon[112123]: pgmap v14829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:05 smithi138 ceph-mon[117003]: pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:05 smithi161 ceph-mon[116604]: pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:05 smithi028 ceph-mon[112123]: pgmap v14830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:06.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:06.300 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:06.300 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:07.075 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:07.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:07.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:07.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:07.076 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:07 smithi138 ceph-mon[117003]: pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:07 smithi161 ceph-mon[116604]: pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:07 smithi028 ceph-mon[112123]: pgmap v14831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:08 smithi138 ceph-mon[117003]: from='client.402012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:08 smithi161 ceph-mon[116604]: from='client.402012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:08 smithi028 ceph-mon[112123]: from='client.402012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:09 smithi138 ceph-mon[117003]: 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-07T13:01:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:09 smithi161 ceph-mon[116604]: 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-07T13:01:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:09 smithi028 ceph-mon[112123]: 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-07T13:01:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:11 smithi138 ceph-mon[117003]: 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-07T13:01:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:11 smithi161 ceph-mon[116604]: 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-07T13:01:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:11 smithi028 ceph-mon[112123]: 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-07T13:01:12.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:12.077 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:12.078 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:12.847 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:12.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:12.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:12.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:12.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:13 smithi138 ceph-mon[117003]: 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-07T13:01:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:13 smithi161 ceph-mon[116604]: 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-07T13:01:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:13 smithi028 ceph-mon[112123]: 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-07T13:01:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:14 smithi138 ceph-mon[117003]: from='client.402090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:14 smithi161 ceph-mon[116604]: from='client.402090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:14 smithi028 ceph-mon[112123]: from='client.402090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:15 smithi138 ceph-mon[117003]: 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-07T13:01:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:15 smithi161 ceph-mon[116604]: 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-07T13:01:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:15 smithi028 ceph-mon[112123]: 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-07T13:01:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:17 smithi138 ceph-mon[117003]: 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-07T13:01:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:17 smithi161 ceph-mon[116604]: 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-07T13:01:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:17 smithi028 ceph-mon[112123]: 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-07T13:01:17.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:17.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:17.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:18.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:18.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:18.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:18.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:18.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:19 smithi138 ceph-mon[117003]: 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-07T13:01:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:19 smithi161 ceph-mon[116604]: 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-07T13:01:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:19 smithi028 ceph-mon[112123]: 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-07T13:01:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:20 smithi138 ceph-mon[117003]: from='client.402168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:20 smithi161 ceph-mon[116604]: from='client.402168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:20 smithi028 ceph-mon[112123]: from='client.402168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:21 smithi138 ceph-mon[117003]: 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-07T13:01:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:21 smithi161 ceph-mon[116604]: 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-07T13:01:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:21 smithi028 ceph-mon[112123]: 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-07T13:01:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:23 smithi161 ceph-mon[116604]: 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-07T13:01:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:23 smithi028 ceph-mon[112123]: 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-07T13:01:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:23 smithi138 ceph-mon[117003]: 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-07T13:01:23.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:23.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:23.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:24.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:24.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:24.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:24.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:24.447 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:25 smithi161 ceph-mon[116604]: 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-07T13:01:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:25 smithi161 ceph-mon[116604]: from='client.402240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:25 smithi028 ceph-mon[112123]: 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-07T13:01:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:25 smithi028 ceph-mon[112123]: from='client.402240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:25 smithi138 ceph-mon[117003]: 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-07T13:01:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:25 smithi138 ceph-mon[117003]: from='client.402240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:27 smithi161 ceph-mon[116604]: pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:01:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:27 smithi028 ceph-mon[112123]: pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:01:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:27 smithi138 ceph-mon[117003]: pgmap v14841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:01:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:29 smithi161 ceph-mon[116604]: pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:01:29.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:29.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:29.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:29 smithi028 ceph-mon[112123]: pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:01:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:29 smithi138 ceph-mon[117003]: pgmap v14842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:01:30.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:30.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:30.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:30.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:30.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:31 smithi161 ceph-mon[116604]: pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:31 smithi161 ceph-mon[116604]: from='client.402315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:31 smithi028 ceph-mon[112123]: pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:31 smithi028 ceph-mon[112123]: from='client.402315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:31 smithi138 ceph-mon[117003]: pgmap v14843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:31 smithi138 ceph-mon[117003]: from='client.402315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:33 smithi161 ceph-mon[116604]: pgmap v14844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:33 smithi028 ceph-mon[112123]: pgmap v14844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:33 smithi138 ceph-mon[117003]: pgmap v14844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:35.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:35.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:35.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:35 smithi161 ceph-mon[116604]: pgmap v14845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:35 smithi028 ceph-mon[112123]: pgmap v14845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:35 smithi138 ceph-mon[117003]: pgmap v14845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:01:36.017 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:36.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:36.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:36.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:36.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:37 smithi161 ceph-mon[116604]: 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-07T13:01:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:37 smithi161 ceph-mon[116604]: from='client.402393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:01:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:37 smithi028 ceph-mon[112123]: 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-07T13:01:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:37 smithi028 ceph-mon[112123]: from='client.402393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:01:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:37 smithi138 ceph-mon[117003]: 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-07T13:01:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:37 smithi138 ceph-mon[117003]: from='client.402393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:01:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:01:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:01:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:01:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:01:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:01:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:01:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:01:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:01:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:01:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:39 smithi161 ceph-mon[116604]: pgmap v14847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:01:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:39 smithi028 ceph-mon[112123]: pgmap v14847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:01:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:39 smithi138 ceph-mon[117003]: pgmap v14847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:01:41.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:41.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:41.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:41 smithi161 ceph-mon[116604]: pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:01:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:41 smithi028 ceph-mon[112123]: pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:01:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:41 smithi138 ceph-mon[117003]: pgmap v14848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:01:41.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:41.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:41.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:41.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:41.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:43 smithi161 ceph-mon[116604]: from='client.402465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:43 smithi161 ceph-mon[116604]: pgmap v14849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:43 smithi028 ceph-mon[112123]: from='client.402465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:43 smithi028 ceph-mon[112123]: pgmap v14849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:43 smithi138 ceph-mon[117003]: from='client.402465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:43 smithi138 ceph-mon[117003]: pgmap v14849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:45 smithi161 ceph-mon[116604]: pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:45 smithi028 ceph-mon[112123]: pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:45 smithi138 ceph-mon[117003]: pgmap v14850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:01:46.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:46.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:46.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:47 smithi161 ceph-mon[116604]: pgmap v14851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:47 smithi028 ceph-mon[112123]: pgmap v14851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:47 smithi138 ceph-mon[117003]: pgmap v14851: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:01:47.569 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:47.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:47.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:47.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:47.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:49 smithi161 ceph-mon[116604]: from='client.402531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:49 smithi161 ceph-mon[116604]: 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-07T13:01:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:49 smithi028 ceph-mon[112123]: from='client.402531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:49 smithi028 ceph-mon[112123]: 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-07T13:01:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:49 smithi138 ceph-mon[117003]: from='client.402531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:49 smithi138 ceph-mon[117003]: 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-07T13:01:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:51 smithi161 ceph-mon[116604]: 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-07T13:01:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:51 smithi028 ceph-mon[112123]: 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-07T13:01:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:51 smithi138 ceph-mon[117003]: 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-07T13:01:52.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:52.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:52.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:53.354 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:53.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:53.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:53.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:53.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:53 smithi161 ceph-mon[116604]: 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-07T13:01:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:53 smithi028 ceph-mon[112123]: 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-07T13:01:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:53 smithi138 ceph-mon[117003]: 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-07T13:01:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:54 smithi161 ceph-mon[116604]: from='client.402606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:54 smithi028 ceph-mon[112123]: from='client.402606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:54 smithi138 ceph-mon[117003]: from='client.402606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:01:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:55 smithi161 ceph-mon[116604]: 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-07T13:01:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:55 smithi028 ceph-mon[112123]: 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-07T13:01:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:55 smithi138 ceph-mon[117003]: 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-07T13:01:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:57 smithi161 ceph-mon[116604]: 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-07T13:01:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:57 smithi028 ceph-mon[112123]: 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-07T13:01:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:57 smithi138 ceph-mon[117003]: 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-07T13:01:58.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:01:58.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:01:58.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:01:59.132 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:01:59.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:01:59.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:01:59.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:01:59.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:01:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:01:59 smithi161 ceph-mon[116604]: 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-07T13:01:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:01:59 smithi028 ceph-mon[112123]: 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-07T13:01:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:01:59 smithi138 ceph-mon[117003]: 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-07T13:02:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:00 smithi161 ceph-mon[116604]: from='client.402681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:00 smithi028 ceph-mon[112123]: from='client.402681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:00 smithi138 ceph-mon[117003]: from='client.402681 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:01 smithi161 ceph-mon[116604]: pgmap v14858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:02:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:01 smithi028 ceph-mon[112123]: pgmap v14858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:02:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:01 smithi138 ceph-mon[117003]: pgmap v14858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:02:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:03 smithi161 ceph-mon[116604]: pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:02:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:03 smithi028 ceph-mon[112123]: pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:02:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:03 smithi138 ceph-mon[117003]: pgmap v14859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:02:04.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:04.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:04.135 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:04.919 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:04.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:04.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:04.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:04.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:05 smithi161 ceph-mon[116604]: pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:02:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:05 smithi028 ceph-mon[112123]: pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:02:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:05 smithi138 ceph-mon[117003]: pgmap v14860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:02:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:06 smithi161 ceph-mon[116604]: from='client.402759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:06 smithi028 ceph-mon[112123]: from='client.402759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:06 smithi138 ceph-mon[117003]: from='client.402759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:07 smithi161 ceph-mon[116604]: pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:07 smithi028 ceph-mon[112123]: pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:07 smithi138 ceph-mon[117003]: pgmap v14861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:09 smithi161 ceph-mon[116604]: pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:09 smithi028 ceph-mon[112123]: pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:09 smithi138 ceph-mon[117003]: pgmap v14862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:09.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:09.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:09.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:10.701 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:10.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:10.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:10.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:10.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:11 smithi161 ceph-mon[116604]: 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-07T13:02:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:11 smithi028 ceph-mon[112123]: 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-07T13:02:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:11 smithi138 ceph-mon[117003]: 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-07T13:02:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:12 smithi161 ceph-mon[116604]: from='client.402831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:12 smithi028 ceph-mon[112123]: from='client.402831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:12 smithi138 ceph-mon[117003]: from='client.402831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:13 smithi161 ceph-mon[116604]: pgmap v14864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:02:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:13 smithi028 ceph-mon[112123]: pgmap v14864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:02:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:13 smithi138 ceph-mon[117003]: pgmap v14864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:02:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:14 smithi161 ceph-mon[116604]: pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:02:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:14 smithi028 ceph-mon[112123]: pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:02:14.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:14 smithi138 ceph-mon[117003]: pgmap v14865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:02:15.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:15.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:15.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:16.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:16.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:16.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:16.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:16.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:16 smithi161 ceph-mon[116604]: pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:02:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:16 smithi161 ceph-mon[116604]: from='client.402906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:16 smithi028 ceph-mon[112123]: pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:02:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:16 smithi028 ceph-mon[112123]: from='client.402906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:16 smithi138 ceph-mon[117003]: pgmap v14866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:02:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:16 smithi138 ceph-mon[117003]: from='client.402906 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:18 smithi161 ceph-mon[116604]: pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:18 smithi028 ceph-mon[112123]: pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:18 smithi138 ceph-mon[117003]: pgmap v14867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:20 smithi161 ceph-mon[116604]: pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:20 smithi028 ceph-mon[112123]: pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:20 smithi138 ceph-mon[117003]: pgmap v14868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:21.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:21.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:21.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:22.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:22.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:22.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:22.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:22.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:22 smithi161 ceph-mon[116604]: 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-07T13:02:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:22 smithi161 ceph-mon[116604]: from='client.402981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:22 smithi028 ceph-mon[112123]: 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-07T13:02:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:22 smithi028 ceph-mon[112123]: from='client.402981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:22 smithi138 ceph-mon[117003]: 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-07T13:02:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:22 smithi138 ceph-mon[117003]: from='client.402981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:24 smithi161 ceph-mon[116604]: 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-07T13:02:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:24 smithi028 ceph-mon[112123]: 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-07T13:02:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:24 smithi138 ceph-mon[117003]: 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-07T13:02:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:26 smithi161 ceph-mon[116604]: 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-07T13:02:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:26 smithi028 ceph-mon[112123]: 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-07T13:02:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:26 smithi138 ceph-mon[117003]: 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-07T13:02:27.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:27.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:27.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:28.032 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:28.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:28.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:28.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:28.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:28 smithi161 ceph-mon[116604]: 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-07T13:02:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:28 smithi161 ceph-mon[116604]: from='client.403059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:28 smithi028 ceph-mon[112123]: 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-07T13:02:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:28 smithi028 ceph-mon[112123]: from='client.403059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:28 smithi138 ceph-mon[117003]: 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-07T13:02:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:28 smithi138 ceph-mon[117003]: from='client.403059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:30 smithi161 ceph-mon[116604]: 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-07T13:02:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:30 smithi028 ceph-mon[112123]: 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-07T13:02:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:30 smithi138 ceph-mon[117003]: 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-07T13:02:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:32 smithi161 ceph-mon[116604]: 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-07T13:02:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:32 smithi028 ceph-mon[112123]: 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-07T13:02:33.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:33.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:33.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:32 smithi138 ceph-mon[117003]: 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-07T13:02:33.819 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:33.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:33.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:33.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:33.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:34 smithi161 ceph-mon[116604]: from='client.403134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:34 smithi161 ceph-mon[116604]: 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-07T13:02:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:34 smithi028 ceph-mon[112123]: from='client.403134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:34 smithi028 ceph-mon[112123]: 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-07T13:02:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:34 smithi138 ceph-mon[117003]: from='client.403134 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:34 smithi138 ceph-mon[117003]: 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-07T13:02:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:36 smithi161 ceph-mon[116604]: 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-07T13:02:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:36 smithi028 ceph-mon[112123]: 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-07T13:02:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:36 smithi138 ceph-mon[117003]: 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-07T13:02:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:02:37.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:02:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:02:38.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:38.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:38.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: 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-07T13:02:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:02:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:02:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: 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-07T13:02:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:02:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:02:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: 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-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:02:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:02:39.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:39.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:39.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:39.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:39.603 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:40 smithi138 ceph-mon[117003]: from='client.403212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:40 smithi138 ceph-mon[117003]: pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:40 smithi161 ceph-mon[116604]: from='client.403212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:40 smithi161 ceph-mon[116604]: pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:40 smithi028 ceph-mon[112123]: from='client.403212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:40 smithi028 ceph-mon[112123]: pgmap v14878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:42 smithi138 ceph-mon[117003]: pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:42 smithi161 ceph-mon[116604]: pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:42 smithi028 ceph-mon[112123]: pgmap v14879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:44.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:44.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:44.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:44 smithi138 ceph-mon[117003]: pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:45.382 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:45.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:45.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:45.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:45.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:44 smithi161 ceph-mon[116604]: pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:44 smithi028 ceph-mon[112123]: pgmap v14880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:45 smithi138 ceph-mon[117003]: from='client.403287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:45 smithi161 ceph-mon[116604]: from='client.403287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:45 smithi028 ceph-mon[112123]: from='client.403287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:46 smithi138 ceph-mon[117003]: pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:46 smithi161 ceph-mon[116604]: pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:46 smithi028 ceph-mon[112123]: pgmap v14881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:48 smithi138 ceph-mon[117003]: pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:48 smithi161 ceph-mon[116604]: pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:48 smithi028 ceph-mon[112123]: pgmap v14882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:02:50.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:50.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:50.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:51.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:51.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:51.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:51.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:51.183 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:50 smithi138 ceph-mon[117003]: 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-07T13:02:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:50 smithi161 ceph-mon[116604]: 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-07T13:02:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:50 smithi028 ceph-mon[112123]: 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-07T13:02:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:51 smithi138 ceph-mon[117003]: from='client.403356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:51 smithi161 ceph-mon[116604]: from='client.403356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:51 smithi028 ceph-mon[112123]: from='client.403356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:52 smithi138 ceph-mon[117003]: pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:52 smithi161 ceph-mon[116604]: pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:52 smithi028 ceph-mon[112123]: pgmap v14884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:54 smithi138 ceph-mon[117003]: pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:54 smithi161 ceph-mon[116604]: pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:54 smithi028 ceph-mon[112123]: pgmap v14885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:56.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:02:56.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:02:56.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:02:56.967 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:02:56.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:02:56.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:02:56.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:02:56.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:02:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:57 smithi138 ceph-mon[117003]: pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:57 smithi161 ceph-mon[116604]: pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:57 smithi028 ceph-mon[112123]: pgmap v14886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:02:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:58 smithi138 ceph-mon[117003]: from='client.403434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:58 smithi161 ceph-mon[116604]: from='client.403434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:58 smithi028 ceph-mon[112123]: from='client.403434 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:02:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:02:59 smithi138 ceph-mon[117003]: pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:02:59 smithi161 ceph-mon[116604]: pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:02:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:02:59 smithi028 ceph-mon[112123]: pgmap v14887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:01 smithi138 ceph-mon[117003]: pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:01 smithi161 ceph-mon[116604]: pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:01 smithi028 ceph-mon[112123]: pgmap v14888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:01.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:01.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:01.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:02.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:02.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:02.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:02.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:02.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:03 smithi138 ceph-mon[117003]: 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-07T13:03:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:03 smithi161 ceph-mon[116604]: 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-07T13:03:03.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:03 smithi028 ceph-mon[112123]: 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-07T13:03:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:04 smithi138 ceph-mon[117003]: from='client.403506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:04 smithi161 ceph-mon[116604]: from='client.403506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:04 smithi028 ceph-mon[112123]: from='client.403506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:05 smithi138 ceph-mon[117003]: 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-07T13:03:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:05 smithi161 ceph-mon[116604]: 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-07T13:03:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:05 smithi028 ceph-mon[112123]: 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-07T13:03:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:07 smithi138 ceph-mon[117003]: 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-07T13:03:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:07 smithi161 ceph-mon[116604]: 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-07T13:03:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:07 smithi028 ceph-mon[112123]: 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-07T13:03:07.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:07.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:07.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:08.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:08.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:08.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:08.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:08.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:09 smithi138 ceph-mon[117003]: 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-07T13:03:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:09 smithi161 ceph-mon[116604]: 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-07T13:03:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:09 smithi028 ceph-mon[112123]: 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-07T13:03:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:10 smithi138 ceph-mon[117003]: from='client.403584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:10 smithi161 ceph-mon[116604]: from='client.403584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:10 smithi028 ceph-mon[112123]: from='client.403584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:11 smithi138 ceph-mon[117003]: 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-07T13:03:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:11 smithi161 ceph-mon[116604]: 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-07T13:03:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:11 smithi028 ceph-mon[112123]: 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-07T13:03:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:13 smithi138 ceph-mon[117003]: 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-07T13:03:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:13 smithi161 ceph-mon[116604]: 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-07T13:03:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:13 smithi028 ceph-mon[112123]: 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-07T13:03:13.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:13.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:13.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:14.332 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:14.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:14.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:14.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:14.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:15 smithi138 ceph-mon[117003]: 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-07T13:03:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:15 smithi138 ceph-mon[117003]: from='client.403662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:15 smithi161 ceph-mon[116604]: 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-07T13:03:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:15 smithi161 ceph-mon[116604]: from='client.403662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:15 smithi028 ceph-mon[112123]: 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-07T13:03:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:15 smithi028 ceph-mon[112123]: from='client.403662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:17 smithi138 ceph-mon[117003]: pgmap v14896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:03:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:17 smithi161 ceph-mon[116604]: pgmap v14896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:03:17.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:17 smithi028 ceph-mon[112123]: pgmap v14896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:03:19.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:19.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:19.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:19 smithi161 ceph-mon[116604]: pgmap v14897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:03:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:19 smithi028 ceph-mon[112123]: pgmap v14897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:03:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:19 smithi138 ceph-mon[117003]: pgmap v14897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:03:20.115 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:20.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:20.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:20.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:20.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:21 smithi161 ceph-mon[116604]: pgmap v14898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:21 smithi161 ceph-mon[116604]: from='client.403734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:21 smithi028 ceph-mon[112123]: pgmap v14898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:21 smithi028 ceph-mon[112123]: from='client.403734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:21 smithi138 ceph-mon[117003]: pgmap v14898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:21 smithi138 ceph-mon[117003]: from='client.403734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:23 smithi161 ceph-mon[116604]: pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:23 smithi028 ceph-mon[112123]: pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:23 smithi138 ceph-mon[117003]: pgmap v14899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:25.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:25.117 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:25.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:25 smithi161 ceph-mon[116604]: pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:25 smithi028 ceph-mon[112123]: pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:25 smithi138 ceph-mon[117003]: pgmap v14900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:25.892 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:25.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:25.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:25.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:25.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:27 smithi161 ceph-mon[116604]: from='client.403809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:27 smithi161 ceph-mon[116604]: pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:27 smithi028 ceph-mon[112123]: from='client.403809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:27 smithi028 ceph-mon[112123]: pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:27 smithi138 ceph-mon[117003]: from='client.403809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:27 smithi138 ceph-mon[117003]: pgmap v14901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:29 smithi161 ceph-mon[116604]: pgmap v14902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:03:29.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:29 smithi028 ceph-mon[112123]: pgmap v14902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:03:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:29 smithi138 ceph-mon[117003]: pgmap v14902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:03:30.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:30.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:30.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:31 smithi161 ceph-mon[116604]: pgmap v14903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:03:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:31 smithi028 ceph-mon[112123]: pgmap v14903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:03:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:31 smithi138 ceph-mon[117003]: pgmap v14903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:03:31.662 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:31.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:31.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:31.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:31.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:33 smithi161 ceph-mon[116604]: from='client.403884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:33 smithi161 ceph-mon[116604]: pgmap v14904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:33 smithi028 ceph-mon[112123]: from='client.403884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:33 smithi028 ceph-mon[112123]: pgmap v14904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:33 smithi138 ceph-mon[117003]: from='client.403884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:33 smithi138 ceph-mon[117003]: pgmap v14904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:35 smithi161 ceph-mon[116604]: pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:35 smithi028 ceph-mon[112123]: pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:35 smithi138 ceph-mon[117003]: pgmap v14905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:36.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:36.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:36.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:37 smithi161 ceph-mon[116604]: pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:37.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:37 smithi028 ceph-mon[112123]: pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:37.474 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:37.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:37.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:37.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:37.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:37 smithi138 ceph-mon[117003]: pgmap v14906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:38 smithi161 ceph-mon[116604]: from='client.403962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:38 smithi028 ceph-mon[112123]: from='client.403962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:38 smithi138 ceph-mon[117003]: from='client.403962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:39 smithi028 ceph-mon[112123]: pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:03:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:39 smithi138 ceph-mon[117003]: pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:03:39.643 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:39 smithi161 ceph-mon[116604]: pgmap v14907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:39.643 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:03:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:03:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:03:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:03:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:03:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:03:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:03:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:03:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:03:40.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:03:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:41 smithi161 ceph-mon[116604]: pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:41 smithi028 ceph-mon[112123]: pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:41 smithi138 ceph-mon[117003]: pgmap v14908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:03:42.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:42.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:42.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:43.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:43.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:43.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:43.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:43.268 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:43 smithi161 ceph-mon[116604]: 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-07T13:03:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:43 smithi028 ceph-mon[112123]: 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-07T13:03:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:43 smithi138 ceph-mon[117003]: 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-07T13:03:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:44 smithi161 ceph-mon[116604]: from='client.404034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:44 smithi028 ceph-mon[112123]: from='client.404034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:44.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:44 smithi138 ceph-mon[117003]: from='client.404034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:45 smithi161 ceph-mon[116604]: 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-07T13:03:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:45 smithi028 ceph-mon[112123]: 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-07T13:03:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:45 smithi138 ceph-mon[117003]: 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-07T13:03:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:47 smithi161 ceph-mon[116604]: 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-07T13:03:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:47 smithi028 ceph-mon[112123]: 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-07T13:03:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:47 smithi138 ceph-mon[117003]: 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-07T13:03:48.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:48.270 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:48.270 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:49.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:49.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:49.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:49.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:49.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:49 smithi161 ceph-mon[116604]: 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-07T13:03:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:49 smithi028 ceph-mon[112123]: 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-07T13:03:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:49 smithi138 ceph-mon[117003]: 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-07T13:03:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:50 smithi161 ceph-mon[116604]: from='client.404109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:50 smithi028 ceph-mon[112123]: from='client.404109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:50 smithi138 ceph-mon[117003]: from='client.404109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:51 smithi161 ceph-mon[116604]: 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-07T13:03:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:51 smithi028 ceph-mon[112123]: 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-07T13:03:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:51 smithi138 ceph-mon[117003]: 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-07T13:03:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:53 smithi161 ceph-mon[116604]: 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-07T13:03:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:53 smithi028 ceph-mon[112123]: 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-07T13:03:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:53 smithi138 ceph-mon[117003]: 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-07T13:03:54.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:54.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:54.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:03:54.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:03:54.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:03:54.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:03:54.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:03:54.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:03:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:55 smithi161 ceph-mon[116604]: 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-07T13:03:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:55 smithi028 ceph-mon[112123]: 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-07T13:03:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:55 smithi138 ceph-mon[117003]: 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-07T13:03:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:56 smithi161 ceph-mon[116604]: from='client.404187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:56 smithi028 ceph-mon[112123]: from='client.404187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:56 smithi138 ceph-mon[117003]: from='client.404187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:03:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:57 smithi161 ceph-mon[116604]: pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:57 smithi028 ceph-mon[112123]: pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:57 smithi138 ceph-mon[117003]: pgmap v14916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:03:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:03:59 smithi161 ceph-mon[116604]: pgmap v14917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:03:59 smithi028 ceph-mon[112123]: pgmap v14917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:03:59 smithi138 ceph-mon[117003]: pgmap v14917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:03:59.828 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:03:59.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:03:59.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:00.603 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:00.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:00.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:00.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:00.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:01 smithi161 ceph-mon[116604]: pgmap v14918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:01 smithi028 ceph-mon[112123]: pgmap v14918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:01 smithi138 ceph-mon[117003]: pgmap v14918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:02 smithi161 ceph-mon[116604]: from='client.404265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:02 smithi028 ceph-mon[112123]: from='client.404265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:02 smithi138 ceph-mon[117003]: from='client.404265 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:03 smithi161 ceph-mon[116604]: pgmap v14919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:03 smithi028 ceph-mon[112123]: pgmap v14919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:03 smithi138 ceph-mon[117003]: pgmap v14919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:05 smithi161 ceph-mon[116604]: pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:05 smithi028 ceph-mon[112123]: pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:05 smithi138 ceph-mon[117003]: pgmap v14920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:05.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:05.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:05.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:06.382 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:06.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:06.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:06.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:06.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:07 smithi161 ceph-mon[116604]: pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:07 smithi161 ceph-mon[116604]: from='client.404340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:07 smithi028 ceph-mon[112123]: pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:07 smithi028 ceph-mon[112123]: from='client.404340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:07 smithi138 ceph-mon[117003]: pgmap v14921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:07 smithi138 ceph-mon[117003]: from='client.404340 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:09 smithi161 ceph-mon[116604]: pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:09 smithi028 ceph-mon[112123]: pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:09 smithi138 ceph-mon[117003]: pgmap v14922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:11.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:11.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:11.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:11 smithi161 ceph-mon[116604]: pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:11 smithi028 ceph-mon[112123]: pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:11 smithi138 ceph-mon[117003]: pgmap v14923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:12.153 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:12.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:12.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:12.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:12.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:13 smithi161 ceph-mon[116604]: pgmap v14924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:13 smithi161 ceph-mon[116604]: from='client.404418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:13 smithi028 ceph-mon[112123]: pgmap v14924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:13 smithi028 ceph-mon[112123]: from='client.404418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:13 smithi138 ceph-mon[117003]: pgmap v14924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:13 smithi138 ceph-mon[117003]: from='client.404418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:15 smithi161 ceph-mon[116604]: pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:15 smithi028 ceph-mon[112123]: pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:15 smithi138 ceph-mon[117003]: pgmap v14925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:17.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:17.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:17.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:17 smithi161 ceph-mon[116604]: pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:17 smithi028 ceph-mon[112123]: pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:17 smithi138 ceph-mon[117003]: pgmap v14926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:17.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:17.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:17.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:17.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:17.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:18 smithi161 ceph-mon[116604]: from='client.404496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:18 smithi161 ceph-mon[116604]: pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:18 smithi028 ceph-mon[112123]: from='client.404496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:18 smithi028 ceph-mon[112123]: pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:18 smithi138 ceph-mon[117003]: from='client.404496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:18 smithi138 ceph-mon[117003]: pgmap v14927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:20 smithi161 ceph-mon[116604]: pgmap v14928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:20 smithi028 ceph-mon[112123]: pgmap v14928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:20 smithi138 ceph-mon[117003]: pgmap v14928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:22.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:22.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:22.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:22 smithi161 ceph-mon[116604]: 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-07T13:04:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:22 smithi028 ceph-mon[112123]: 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-07T13:04:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:22 smithi138 ceph-mon[117003]: 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-07T13:04:23.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:23.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:23.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:23.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:23.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:24 smithi161 ceph-mon[116604]: from='client.404571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:24 smithi161 ceph-mon[116604]: 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-07T13:04:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:24 smithi028 ceph-mon[112123]: from='client.404571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:24 smithi028 ceph-mon[112123]: 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-07T13:04:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:24 smithi138 ceph-mon[117003]: from='client.404571 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:24 smithi138 ceph-mon[117003]: 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-07T13:04:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:26 smithi161 ceph-mon[116604]: 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-07T13:04:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:26 smithi028 ceph-mon[112123]: 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-07T13:04:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:26 smithi138 ceph-mon[117003]: 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-07T13:04:28.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:28.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:28.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:28 smithi161 ceph-mon[116604]: 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-07T13:04:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:28 smithi028 ceph-mon[112123]: 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-07T13:04:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:28 smithi138 ceph-mon[117003]: 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-07T13:04:29.502 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:29.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:29.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:29.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:29.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:29.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:29 smithi161 ceph-mon[116604]: from='client.404643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:29 smithi028 ceph-mon[112123]: from='client.404643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:29 smithi138 ceph-mon[117003]: from='client.404643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:30 smithi161 ceph-mon[116604]: pgmap v14933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:30 smithi028 ceph-mon[112123]: pgmap v14933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:30 smithi138 ceph-mon[117003]: pgmap v14933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:32 smithi161 ceph-mon[116604]: pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:32 smithi028 ceph-mon[112123]: pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:32 smithi138 ceph-mon[117003]: pgmap v14934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:34.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:34.505 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:34.505 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:34 smithi161 ceph-mon[116604]: pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:34 smithi028 ceph-mon[112123]: pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:34 smithi138 ceph-mon[117003]: pgmap v14935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:35.267 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:35.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:35.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:35.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:35.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:35 smithi161 ceph-mon[116604]: from='client.404721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:35 smithi028 ceph-mon[112123]: from='client.404721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:35 smithi138 ceph-mon[117003]: from='client.404721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:36 smithi161 ceph-mon[116604]: pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:36 smithi028 ceph-mon[112123]: pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:36 smithi138 ceph-mon[117003]: pgmap v14936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:38 smithi161 ceph-mon[116604]: pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:38 smithi028 ceph-mon[112123]: pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:38 smithi138 ceph-mon[117003]: pgmap v14937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:04:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:04:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:04:40.008 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:04:40.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:40.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:40.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:40 smithi161 ceph-mon[116604]: pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:40 smithi028 ceph-mon[112123]: pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:40 smithi138 ceph-mon[117003]: pgmap v14938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:41.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:41.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:41.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:41.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:41 smithi161 ceph-mon[116604]: from='client.404796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:04:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:41 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15487M 2023-12-07T13:04:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:04:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:04:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:41 smithi028 ceph-mon[112123]: from='client.404796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:04:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:41 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15487M 2023-12-07T13:04:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:04:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:04:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:41 smithi138 ceph-mon[117003]: from='client.404796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:04:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:41 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15487M 2023-12-07T13:04:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:04:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:04:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:04:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:42 smithi161 ceph-mon[116604]: 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-07T13:04:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:42 smithi028 ceph-mon[112123]: 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-07T13:04:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:42 smithi138 ceph-mon[117003]: 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-07T13:04:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:44 smithi161 ceph-mon[116604]: 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-07T13:04:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:44 smithi028 ceph-mon[112123]: 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-07T13:04:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:44 smithi138 ceph-mon[117003]: 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-07T13:04:46.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:46.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:46.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:46.890 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:46.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:46.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:46.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:46.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:46 smithi161 ceph-mon[116604]: pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:46 smithi028 ceph-mon[112123]: pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:46 smithi138 ceph-mon[117003]: pgmap v14941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:47 smithi161 ceph-mon[116604]: from='client.404868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:47 smithi028 ceph-mon[112123]: from='client.404868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:47 smithi138 ceph-mon[117003]: from='client.404868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:48 smithi161 ceph-mon[116604]: pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:48 smithi028 ceph-mon[112123]: pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:48 smithi138 ceph-mon[117003]: pgmap v14942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:50 smithi161 ceph-mon[116604]: pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:50 smithi028 ceph-mon[112123]: pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:50 smithi138 ceph-mon[117003]: pgmap v14943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:51.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:51.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:51.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:52.663 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:52.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:52.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:52.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:52.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:52 smithi161 ceph-mon[116604]: pgmap v14944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:52 smithi028 ceph-mon[112123]: pgmap v14944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:52 smithi138 ceph-mon[117003]: pgmap v14944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:53 smithi161 ceph-mon[116604]: from='client.404943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:53 smithi028 ceph-mon[112123]: from='client.404943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:53 smithi138 ceph-mon[117003]: from='client.404943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:54 smithi161 ceph-mon[116604]: pgmap v14945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:54 smithi028 ceph-mon[112123]: pgmap v14945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:54 smithi138 ceph-mon[117003]: pgmap v14945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:56 smithi161 ceph-mon[116604]: pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:56 smithi028 ceph-mon[112123]: pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:56 smithi138 ceph-mon[117003]: pgmap v14946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:04:57.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:04:57.665 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:04:57.665 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:04:58.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:04:58.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:04:58.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:04:58.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:04:58.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:04:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:58 smithi161 ceph-mon[116604]: pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:04:58 smithi161 ceph-mon[116604]: from='client.405021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:58 smithi028 ceph-mon[112123]: pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:04:58 smithi028 ceph-mon[112123]: from='client.405021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:04:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:58 smithi138 ceph-mon[117003]: pgmap v14947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:04:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:04:58 smithi138 ceph-mon[117003]: from='client.405021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:00 smithi161 ceph-mon[116604]: pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:00 smithi028 ceph-mon[112123]: pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:00 smithi138 ceph-mon[117003]: pgmap v14948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:02 smithi161 ceph-mon[116604]: 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-07T13:05:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:02 smithi028 ceph-mon[112123]: 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-07T13:05:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:02 smithi138 ceph-mon[117003]: 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-07T13:05:03.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:03.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:03.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:04.201 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:04.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:04.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:04.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:04.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:04 smithi161 ceph-mon[116604]: 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-07T13:05:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:04 smithi161 ceph-mon[116604]: from='client.405096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:04 smithi028 ceph-mon[112123]: 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-07T13:05:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:04 smithi028 ceph-mon[112123]: from='client.405096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:04 smithi138 ceph-mon[117003]: 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-07T13:05:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:04 smithi138 ceph-mon[117003]: from='client.405096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:06 smithi161 ceph-mon[116604]: pgmap v14951: 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-07T13:05:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:06 smithi028 ceph-mon[112123]: pgmap v14951: 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-07T13:05:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:06 smithi138 ceph-mon[117003]: pgmap v14951: 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-07T13:05:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:08 smithi161 ceph-mon[116604]: pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:05:09.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:09.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:09.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:08 smithi028 ceph-mon[112123]: pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:05:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:08 smithi138 ceph-mon[117003]: pgmap v14952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:05:10.001 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:10.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:10.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:10.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:10.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:10 smithi161 ceph-mon[116604]: pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:10 smithi161 ceph-mon[116604]: from='client.405171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:10 smithi028 ceph-mon[112123]: pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:10 smithi028 ceph-mon[112123]: from='client.405171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:10 smithi138 ceph-mon[117003]: pgmap v14953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:10 smithi138 ceph-mon[117003]: from='client.405171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:12 smithi161 ceph-mon[116604]: pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:12 smithi028 ceph-mon[112123]: pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:12 smithi138 ceph-mon[117003]: pgmap v14954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:15.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:15.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:15.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:14 smithi161 ceph-mon[116604]: pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:14 smithi028 ceph-mon[112123]: pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:14 smithi138 ceph-mon[117003]: pgmap v14955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:15.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:15.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:15.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:15.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:15.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:16 smithi161 ceph-mon[116604]: from='client.405246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:16 smithi161 ceph-mon[116604]: pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:16 smithi028 ceph-mon[112123]: from='client.405246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:16 smithi028 ceph-mon[112123]: pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:16 smithi138 ceph-mon[117003]: from='client.405246 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:16 smithi138 ceph-mon[117003]: pgmap v14956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:18 smithi161 ceph-mon[116604]: pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:05:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:18 smithi028 ceph-mon[112123]: pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:05:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:18 smithi138 ceph-mon[117003]: pgmap v14957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:05:20.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:20.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:20.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:20 smithi161 ceph-mon[116604]: pgmap v14958: 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-07T13:05:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:20 smithi028 ceph-mon[112123]: pgmap v14958: 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-07T13:05:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:20 smithi138 ceph-mon[117003]: pgmap v14958: 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-07T13:05:21.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:21.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:21.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:21.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:21.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:22 smithi161 ceph-mon[116604]: from='client.405318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:22 smithi161 ceph-mon[116604]: 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-07T13:05:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:22 smithi028 ceph-mon[112123]: from='client.405318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:22 smithi028 ceph-mon[112123]: 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-07T13:05:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:22 smithi138 ceph-mon[117003]: from='client.405318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:22 smithi138 ceph-mon[117003]: 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-07T13:05:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:24 smithi161 ceph-mon[116604]: 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-07T13:05:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:24 smithi028 ceph-mon[112123]: 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-07T13:05:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:24 smithi138 ceph-mon[117003]: 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-07T13:05:26.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:26.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:26.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:26 smithi161 ceph-mon[116604]: pgmap v14961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:26 smithi028 ceph-mon[112123]: pgmap v14961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:26 smithi138 ceph-mon[117003]: pgmap v14961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:27.346 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:27.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:27.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:27.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:27.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:27 smithi161 ceph-mon[116604]: from='client.405396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:27 smithi028 ceph-mon[112123]: from='client.405396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:27 smithi138 ceph-mon[117003]: from='client.405396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:28 smithi161 ceph-mon[116604]: pgmap v14962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:28 smithi028 ceph-mon[112123]: pgmap v14962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:28 smithi138 ceph-mon[117003]: pgmap v14962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:30 smithi161 ceph-mon[116604]: pgmap v14963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:30 smithi028 ceph-mon[112123]: pgmap v14963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:30 smithi138 ceph-mon[117003]: pgmap v14963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:32.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:32.349 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:32.349 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:33.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:33.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:33.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:33.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:33.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:32 smithi028 ceph-mon[112123]: pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:32 smithi138 ceph-mon[117003]: pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:32 smithi161 ceph-mon[116604]: pgmap v14964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:33 smithi028 ceph-mon[112123]: from='client.405471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:33 smithi138 ceph-mon[117003]: from='client.405471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:33 smithi161 ceph-mon[116604]: from='client.405471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:34 smithi028 ceph-mon[112123]: pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:34 smithi138 ceph-mon[117003]: pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:34 smithi161 ceph-mon[116604]: pgmap v14965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:36 smithi028 ceph-mon[112123]: pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:36 smithi138 ceph-mon[117003]: pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:36 smithi161 ceph-mon[116604]: pgmap v14966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:38.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:38.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:38.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:38.910 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:38.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:38.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:38.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:38.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:38 smithi028 ceph-mon[112123]: pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:38 smithi138 ceph-mon[117003]: pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:38 smithi161 ceph-mon[116604]: pgmap v14967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:39 smithi028 ceph-mon[112123]: from='client.405549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:39 smithi138 ceph-mon[117003]: from='client.405549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:39 smithi161 ceph-mon[116604]: from='client.405549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:40 smithi028 ceph-mon[112123]: pgmap v14968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:40 smithi138 ceph-mon[117003]: pgmap v14968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:40 smithi161 ceph-mon[116604]: pgmap v14968: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:05:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:05:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:05:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:05:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:05:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:05:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:05:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:05:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:05:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:05:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:05:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:05:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:05:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:42 smithi028 ceph-mon[112123]: 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-07T13:05:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:42 smithi138 ceph-mon[117003]: 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-07T13:05:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:42 smithi161 ceph-mon[116604]: 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-07T13:05:43.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:43.912 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:43.912 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:44.714 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:44.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:44.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:44.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:44.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:44 smithi028 ceph-mon[112123]: 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-07T13:05:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:44 smithi138 ceph-mon[117003]: 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-07T13:05:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:44 smithi161 ceph-mon[116604]: 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-07T13:05:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:45 smithi138 ceph-mon[117003]: from='client.405624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:45 smithi161 ceph-mon[116604]: from='client.405624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:45 smithi028 ceph-mon[112123]: from='client.405624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:46 smithi138 ceph-mon[117003]: pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:46 smithi161 ceph-mon[116604]: pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:46 smithi028 ceph-mon[112123]: pgmap v14971: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:48 smithi138 ceph-mon[117003]: pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:48 smithi161 ceph-mon[116604]: pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:48 smithi028 ceph-mon[112123]: pgmap v14972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:49.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:49.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:49.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:50.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:50.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:50.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:50.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:50.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:50 smithi138 ceph-mon[117003]: pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:50 smithi138 ceph-mon[117003]: from='client.405702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:50 smithi161 ceph-mon[116604]: pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:50 smithi161 ceph-mon[116604]: from='client.405702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:50 smithi028 ceph-mon[112123]: pgmap v14973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:50 smithi028 ceph-mon[112123]: from='client.405702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:52 smithi138 ceph-mon[117003]: pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:52 smithi161 ceph-mon[116604]: pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:52 smithi028 ceph-mon[112123]: pgmap v14974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:54 smithi138 ceph-mon[117003]: pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:54 smithi161 ceph-mon[116604]: pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:54 smithi028 ceph-mon[112123]: pgmap v14975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:05:55.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:05:55.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:05:55.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:05:56.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:05:56.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:05:56.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:05:56.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:05:56.260 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:05:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:56 smithi138 ceph-mon[117003]: pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:57.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:56 smithi138 ceph-mon[117003]: from='client.405780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:56 smithi161 ceph-mon[116604]: pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:56 smithi161 ceph-mon[116604]: from='client.405780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:56 smithi028 ceph-mon[112123]: pgmap v14976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:05:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:56 smithi028 ceph-mon[112123]: from='client.405780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:05:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:05:58 smithi138 ceph-mon[117003]: 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-07T13:05:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:05:58 smithi161 ceph-mon[116604]: 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-07T13:05:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:05:58 smithi028 ceph-mon[112123]: 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-07T13:06:01.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:01.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:01.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:00 smithi138 ceph-mon[117003]: 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-07T13:06:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:00 smithi161 ceph-mon[116604]: 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-07T13:06:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:00 smithi028 ceph-mon[112123]: 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-07T13:06:02.068 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:02.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:02.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:02.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:02.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:02 smithi138 ceph-mon[117003]: 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-07T13:06:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:02 smithi138 ceph-mon[117003]: from='client.405858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:02 smithi161 ceph-mon[116604]: 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-07T13:06:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:02 smithi161 ceph-mon[116604]: from='client.405858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:02 smithi028 ceph-mon[112123]: 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-07T13:06:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:02 smithi028 ceph-mon[112123]: from='client.405858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:04 smithi138 ceph-mon[117003]: 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-07T13:06:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:04 smithi161 ceph-mon[116604]: 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-07T13:06:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:04 smithi028 ceph-mon[112123]: 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-07T13:06:07.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:07.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:07.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:07 smithi138 ceph-mon[117003]: pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:07 smithi161 ceph-mon[116604]: pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:07 smithi028 ceph-mon[112123]: pgmap v14981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:07.839 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:07.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:07.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:07.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:07.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:09 smithi138 ceph-mon[117003]: from='client.405933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:09 smithi138 ceph-mon[117003]: pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:09 smithi161 ceph-mon[116604]: from='client.405933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:09 smithi161 ceph-mon[116604]: pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:09 smithi028 ceph-mon[112123]: from='client.405933 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:09 smithi028 ceph-mon[112123]: pgmap v14982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:11 smithi138 ceph-mon[117003]: pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:11 smithi161 ceph-mon[116604]: pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:11 smithi028 ceph-mon[112123]: pgmap v14983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:12.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:12.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:12.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:13 smithi138 ceph-mon[117003]: pgmap v14984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:13 smithi161 ceph-mon[116604]: pgmap v14984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:13 smithi028 ceph-mon[112123]: pgmap v14984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:13.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:13.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:13.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:13.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:13.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:15 smithi138 ceph-mon[117003]: from='client.406011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:15 smithi138 ceph-mon[117003]: pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:15 smithi161 ceph-mon[116604]: from='client.406011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:15 smithi161 ceph-mon[116604]: pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:15 smithi028 ceph-mon[112123]: from='client.406011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:15 smithi028 ceph-mon[112123]: pgmap v14985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:17 smithi138 ceph-mon[117003]: pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:17 smithi161 ceph-mon[116604]: pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:17 smithi028 ceph-mon[112123]: pgmap v14986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:18.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:18.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:18.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:19 smithi138 ceph-mon[117003]: 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-07T13:06:19.402 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:19.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:19.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:19.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:19.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:19 smithi161 ceph-mon[116604]: 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-07T13:06:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:19 smithi028 ceph-mon[112123]: 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-07T13:06:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:20 smithi138 ceph-mon[117003]: from='client.406086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:20 smithi161 ceph-mon[116604]: from='client.406086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:20 smithi028 ceph-mon[112123]: from='client.406086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:21 smithi138 ceph-mon[117003]: pgmap v14988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:06:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:21 smithi161 ceph-mon[116604]: pgmap v14988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:06:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:21 smithi028 ceph-mon[112123]: pgmap v14988: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:06:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:23 smithi138 ceph-mon[117003]: pgmap v14989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:06:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:23 smithi161 ceph-mon[116604]: pgmap v14989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:06:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:23 smithi028 ceph-mon[112123]: pgmap v14989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:06:24.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:24.404 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:24.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:25.176 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:25.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:25.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:25.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:25.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:25 smithi138 ceph-mon[117003]: pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:06:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:25 smithi161 ceph-mon[116604]: pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:06:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:25 smithi028 ceph-mon[112123]: pgmap v14990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:06:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:26 smithi138 ceph-mon[117003]: from='client.406164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:26 smithi161 ceph-mon[116604]: from='client.406164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:26 smithi028 ceph-mon[112123]: from='client.406164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:27 smithi138 ceph-mon[117003]: pgmap v14991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:27 smithi161 ceph-mon[116604]: pgmap v14991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:27 smithi028 ceph-mon[112123]: pgmap v14991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:29 smithi161 ceph-mon[116604]: pgmap v14992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:06:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:29 smithi028 ceph-mon[112123]: pgmap v14992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:06:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:29 smithi138 ceph-mon[117003]: pgmap v14992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:06:30.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:30.178 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:30.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:30.951 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:30.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:30.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:30.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:30.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:31 smithi161 ceph-mon[116604]: pgmap v14993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:31 smithi028 ceph-mon[112123]: pgmap v14993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:31 smithi138 ceph-mon[117003]: pgmap v14993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:32 smithi161 ceph-mon[116604]: from='client.406236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:32 smithi028 ceph-mon[112123]: from='client.406236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:32 smithi138 ceph-mon[117003]: from='client.406236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:33 smithi161 ceph-mon[116604]: pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:06:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:33 smithi028 ceph-mon[112123]: pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:06:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:33 smithi138 ceph-mon[117003]: pgmap v14994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:06:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:35 smithi161 ceph-mon[116604]: pgmap v14995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:06:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:35 smithi028 ceph-mon[112123]: pgmap v14995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:06:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:35 smithi138 ceph-mon[117003]: pgmap v14995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:06:35.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:35.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:35.953 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:36.723 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:36.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:36.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:36.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:36.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:37 smithi161 ceph-mon[116604]: pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:06:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:37 smithi028 ceph-mon[112123]: pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:06:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:37 smithi138 ceph-mon[117003]: pgmap v14996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:06:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:38 smithi161 ceph-mon[116604]: from='client.406311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:38 smithi028 ceph-mon[112123]: from='client.406311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:38 smithi138 ceph-mon[117003]: from='client.406311 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:39 smithi161 ceph-mon[116604]: 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-07T13:06:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:39 smithi028 ceph-mon[112123]: 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-07T13:06:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:39 smithi138 ceph-mon[117003]: 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-07T13:06:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:41 smithi161 ceph-mon[116604]: 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-07T13:06:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:41 smithi028 ceph-mon[112123]: 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-07T13:06:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:41 smithi138 ceph-mon[117003]: 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-07T13:06:41.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:41.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:41.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:06:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:06:42.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:06:42.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:42.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:42.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:42.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:42.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:43 smithi161 ceph-mon[116604]: 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-07T13:06:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:43 smithi161 ceph-mon[116604]: from='client.406386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:06:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:06:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:06:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:43 smithi028 ceph-mon[112123]: 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-07T13:06:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:43 smithi028 ceph-mon[112123]: from='client.406386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:06:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:06:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:06:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:43 smithi138 ceph-mon[117003]: 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-07T13:06:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:43 smithi138 ceph-mon[117003]: from='client.406386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:06:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:06:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:06:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:45 smithi161 ceph-mon[116604]: 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-07T13:06:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:45 smithi028 ceph-mon[112123]: 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-07T13:06:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:45 smithi138 ceph-mon[117003]: 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-07T13:06:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:47 smithi161 ceph-mon[116604]: pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:47 smithi028 ceph-mon[112123]: pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:47 smithi138 ceph-mon[117003]: pgmap v15001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:47.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:47.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:47.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:48.347 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:48.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:48.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:48.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:48.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:49 smithi161 ceph-mon[116604]: pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:49 smithi161 ceph-mon[116604]: from='client.406461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:49 smithi028 ceph-mon[112123]: pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:49 smithi028 ceph-mon[112123]: from='client.406461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:49 smithi138 ceph-mon[117003]: pgmap v15002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:49 smithi138 ceph-mon[117003]: from='client.406461 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:51 smithi161 ceph-mon[116604]: pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:51 smithi028 ceph-mon[112123]: pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:51 smithi138 ceph-mon[117003]: pgmap v15003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:53.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:53.349 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:53.349 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:53 smithi161 ceph-mon[116604]: pgmap v15004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:53.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:53 smithi028 ceph-mon[112123]: pgmap v15004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:53 smithi138 ceph-mon[117003]: pgmap v15004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:54.118 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:54.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:54.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:54.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:54.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:06:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:55 smithi161 ceph-mon[116604]: pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:55 smithi161 ceph-mon[116604]: from='client.406536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:55 smithi028 ceph-mon[112123]: pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:55 smithi028 ceph-mon[112123]: from='client.406536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:55 smithi138 ceph-mon[117003]: pgmap v15005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:06:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:55 smithi138 ceph-mon[117003]: from='client.406536 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:06:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:57 smithi161 ceph-mon[116604]: pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:57 smithi028 ceph-mon[112123]: pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:57 smithi138 ceph-mon[117003]: pgmap v15006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:06:59.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:06:59.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:06:59.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:06:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:06:59 smithi161 ceph-mon[116604]: 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-07T13:06:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:06:59 smithi028 ceph-mon[112123]: 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-07T13:06:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:06:59 smithi138 ceph-mon[117003]: 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-07T13:06:59.899 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:06:59.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:06:59.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:06:59.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:06:59.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:01 smithi161 ceph-mon[116604]: from='client.406614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:01 smithi161 ceph-mon[116604]: pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:01 smithi028 ceph-mon[112123]: from='client.406614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:01 smithi028 ceph-mon[112123]: pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:01 smithi138 ceph-mon[117003]: from='client.406614 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:01 smithi138 ceph-mon[117003]: pgmap v15008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:03 smithi161 ceph-mon[116604]: pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:03 smithi028 ceph-mon[112123]: pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:03 smithi138 ceph-mon[117003]: pgmap v15009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:04.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:04.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:04.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:05 smithi161 ceph-mon[116604]: pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:05 smithi028 ceph-mon[112123]: pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:05 smithi138 ceph-mon[117003]: pgmap v15010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:05.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:05.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:05.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:05.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:05.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:07 smithi161 ceph-mon[116604]: from='client.406692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:07 smithi161 ceph-mon[116604]: pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:07 smithi028 ceph-mon[112123]: from='client.406692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:07 smithi028 ceph-mon[112123]: pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:07 smithi138 ceph-mon[117003]: from='client.406692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:07 smithi138 ceph-mon[117003]: pgmap v15011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:09 smithi161 ceph-mon[116604]: pgmap v15012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:09 smithi028 ceph-mon[112123]: pgmap v15012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:09 smithi138 ceph-mon[117003]: pgmap v15012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:10.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:10.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:10.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:11 smithi161 ceph-mon[116604]: pgmap v15013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:11 smithi028 ceph-mon[112123]: pgmap v15013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:11.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:11.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:11.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:11.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:11.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:11 smithi138 ceph-mon[117003]: pgmap v15013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:12 smithi161 ceph-mon[116604]: from='client.406767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:12 smithi028 ceph-mon[112123]: from='client.406767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:12 smithi138 ceph-mon[117003]: from='client.406767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:13 smithi161 ceph-mon[116604]: 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-07T13:07:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:13 smithi028 ceph-mon[112123]: 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-07T13:07:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:13 smithi138 ceph-mon[117003]: 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-07T13:07:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:15 smithi161 ceph-mon[116604]: 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-07T13:07:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:15 smithi028 ceph-mon[112123]: 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-07T13:07:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:15 smithi138 ceph-mon[117003]: 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-07T13:07:16.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:16.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:16.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:17.253 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:17.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:17.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:17.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:17.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:17 smithi161 ceph-mon[116604]: 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-07T13:07:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:17 smithi028 ceph-mon[112123]: 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-07T13:07:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:17 smithi138 ceph-mon[117003]: 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-07T13:07:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:18 smithi161 ceph-mon[116604]: from='client.406845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:18 smithi028 ceph-mon[112123]: from='client.406845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:18.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:18 smithi138 ceph-mon[117003]: from='client.406845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:19 smithi161 ceph-mon[116604]: 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-07T13:07:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:19 smithi028 ceph-mon[112123]: 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-07T13:07:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:19 smithi138 ceph-mon[117003]: 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-07T13:07:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:21 smithi161 ceph-mon[116604]: 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-07T13:07:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:21 smithi028 ceph-mon[112123]: 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-07T13:07:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:21 smithi138 ceph-mon[117003]: 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-07T13:07:22.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:22.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:22.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:23.023 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:23.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:23.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:23.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:23.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:23 smithi161 ceph-mon[116604]: 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-07T13:07:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:23 smithi028 ceph-mon[112123]: 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-07T13:07:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:23 smithi138 ceph-mon[117003]: 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-07T13:07:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:24 smithi161 ceph-mon[116604]: from='client.406920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:24 smithi028 ceph-mon[112123]: from='client.406920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:24.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:24 smithi138 ceph-mon[117003]: from='client.406920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:25 smithi161 ceph-mon[116604]: 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-07T13:07:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:25 smithi028 ceph-mon[112123]: 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-07T13:07:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:25 smithi138 ceph-mon[117003]: 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-07T13:07:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:27 smithi161 ceph-mon[116604]: pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:07:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:27 smithi028 ceph-mon[112123]: pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:07:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:27 smithi138 ceph-mon[117003]: pgmap v15021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:07:28.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:28.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:28.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:28.795 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:28.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:28.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:28.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:28.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:29 smithi161 ceph-mon[116604]: pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:29 smithi028 ceph-mon[112123]: pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:29 smithi138 ceph-mon[117003]: pgmap v15022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:30 smithi161 ceph-mon[116604]: from='client.406995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:30 smithi028 ceph-mon[112123]: from='client.406995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:30.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:30 smithi138 ceph-mon[117003]: from='client.406995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:31 smithi161 ceph-mon[116604]: pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:07:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:31 smithi028 ceph-mon[112123]: pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:07:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:31 smithi138 ceph-mon[117003]: pgmap v15023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:07:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:33 smithi161 ceph-mon[116604]: pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:33 smithi028 ceph-mon[112123]: pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:33 smithi138 ceph-mon[117003]: pgmap v15024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:33.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:33.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:33.797 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:34.573 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:34.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:34.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:34.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:34.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:35 smithi161 ceph-mon[116604]: pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:35 smithi161 ceph-mon[116604]: from='client.407067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:35 smithi028 ceph-mon[112123]: pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:35 smithi028 ceph-mon[112123]: from='client.407067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:35 smithi138 ceph-mon[117003]: pgmap v15025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:35 smithi138 ceph-mon[117003]: from='client.407067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:37 smithi161 ceph-mon[116604]: 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-07T13:07:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:37 smithi028 ceph-mon[112123]: 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-07T13:07:37.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:37 smithi138 ceph-mon[117003]: 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-07T13:07:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:39 smithi161 ceph-mon[116604]: pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:39 smithi028 ceph-mon[112123]: pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:39 smithi138 ceph-mon[117003]: pgmap v15027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:39.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:39.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:39.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:40.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:41 smithi161 ceph-mon[116604]: pgmap v15028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:41 smithi161 ceph-mon[116604]: from='client.407142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:41 smithi028 ceph-mon[112123]: pgmap v15028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:41 smithi028 ceph-mon[112123]: from='client.407142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:41 smithi138 ceph-mon[117003]: pgmap v15028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:41 smithi138 ceph-mon[117003]: from='client.407142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:43 smithi161 ceph-mon[116604]: pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:07:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:07:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:07:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:07:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:43 smithi028 ceph-mon[112123]: pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:07:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:07:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:07:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:07:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:43 smithi138 ceph-mon[117003]: pgmap v15029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:07:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:07:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:07:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:07:45.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:45.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:45.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:45 smithi161 ceph-mon[116604]: pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:45 smithi028 ceph-mon[112123]: pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:45 smithi138 ceph-mon[117003]: pgmap v15030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:07:46.141 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:46.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:46.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:46.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:46.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:47 smithi161 ceph-mon[116604]: pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:47 smithi161 ceph-mon[116604]: from='client.407220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:47 smithi028 ceph-mon[112123]: pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:47 smithi028 ceph-mon[112123]: from='client.407220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:47 smithi138 ceph-mon[117003]: pgmap v15031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:07:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:47 smithi138 ceph-mon[117003]: from='client.407220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:49 smithi161 ceph-mon[116604]: 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-07T13:07:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:49 smithi028 ceph-mon[112123]: 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-07T13:07:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:49 smithi138 ceph-mon[117003]: 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-07T13:07:51.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:51.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:51.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:51 smithi161 ceph-mon[116604]: 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-07T13:07:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:51 smithi028 ceph-mon[112123]: 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-07T13:07:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:51 smithi138 ceph-mon[117003]: 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-07T13:07:51.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:51.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:51.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:51.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:51.915 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:53 smithi161 ceph-mon[116604]: from='client.407292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:53 smithi161 ceph-mon[116604]: 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-07T13:07:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:53 smithi028 ceph-mon[112123]: from='client.407292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:53 smithi028 ceph-mon[112123]: 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-07T13:07:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:53 smithi138 ceph-mon[117003]: from='client.407292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:53 smithi138 ceph-mon[117003]: 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-07T13:07:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:55 smithi028 ceph-mon[112123]: 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-07T13:07:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:55 smithi138 ceph-mon[117003]: 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-07T13:07:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:55 smithi161 ceph-mon[116604]: 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-07T13:07:56.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:07:56.917 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:07:56.917 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:07:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:56 smithi161 ceph-mon[116604]: 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-07T13:07:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:56 smithi028 ceph-mon[112123]: 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-07T13:07:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:56 smithi138 ceph-mon[117003]: 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-07T13:07:57.700 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:07:57.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:07:57.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:07:57.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:07:57.700 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:07:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:58 smithi161 ceph-mon[116604]: from='client.407370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:07:58 smithi161 ceph-mon[116604]: 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-07T13:07:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:58 smithi028 ceph-mon[112123]: from='client.407370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:07:58 smithi028 ceph-mon[112123]: 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-07T13:07:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:58 smithi138 ceph-mon[117003]: from='client.407370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:07:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:07:58 smithi138 ceph-mon[117003]: 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-07T13:08:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:00 smithi161 ceph-mon[116604]: pgmap v15038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:00 smithi028 ceph-mon[112123]: pgmap v15038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:00 smithi138 ceph-mon[117003]: pgmap v15038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:02.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:02.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:02.702 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:02 smithi161 ceph-mon[116604]: pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:02 smithi028 ceph-mon[112123]: pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:02 smithi138 ceph-mon[117003]: pgmap v15039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:03.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:03.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:03.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:03.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:03.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:03 smithi161 ceph-mon[116604]: from='client.407442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:03 smithi028 ceph-mon[112123]: from='client.407442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:03 smithi138 ceph-mon[117003]: from='client.407442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:04 smithi161 ceph-mon[116604]: pgmap v15040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:04 smithi028 ceph-mon[112123]: pgmap v15040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:04 smithi138 ceph-mon[117003]: pgmap v15040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:06 smithi161 ceph-mon[116604]: pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:06 smithi028 ceph-mon[112123]: pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:06 smithi138 ceph-mon[117003]: pgmap v15041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:08.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:08.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:08.491 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:08 smithi161 ceph-mon[116604]: pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:08 smithi028 ceph-mon[112123]: pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:08 smithi138 ceph-mon[117003]: pgmap v15042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:09.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:09.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:09.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:09.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:09.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:09 smithi161 ceph-mon[116604]: from='client.407520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:09 smithi028 ceph-mon[112123]: from='client.407520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:09 smithi138 ceph-mon[117003]: from='client.407520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:10 smithi161 ceph-mon[116604]: pgmap v15043: 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-07T13:08:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:10 smithi028 ceph-mon[112123]: pgmap v15043: 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-07T13:08:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:10 smithi138 ceph-mon[117003]: pgmap v15043: 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-07T13:08:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:12 smithi161 ceph-mon[116604]: pgmap v15044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:12 smithi028 ceph-mon[112123]: pgmap v15044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:12 smithi138 ceph-mon[117003]: pgmap v15044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:14.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:14.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:14.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:14 smithi161 ceph-mon[116604]: pgmap v15045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:14 smithi028 ceph-mon[112123]: pgmap v15045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:15.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:15.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:15.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:15.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:15.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:14 smithi138 ceph-mon[117003]: pgmap v15045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:15 smithi161 ceph-mon[116604]: from='client.407598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:15 smithi028 ceph-mon[112123]: from='client.407598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:16.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:15 smithi138 ceph-mon[117003]: from='client.407598 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:16 smithi161 ceph-mon[116604]: pgmap v15046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:16 smithi028 ceph-mon[112123]: pgmap v15046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:16 smithi138 ceph-mon[117003]: pgmap v15046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:18 smithi161 ceph-mon[116604]: pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:18 smithi028 ceph-mon[112123]: pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:18 smithi138 ceph-mon[117003]: pgmap v15047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:20.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:20.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:20.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:20.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:20.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:20.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:20.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:20.813 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:20 smithi161 ceph-mon[116604]: pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:20 smithi028 ceph-mon[112123]: pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:20 smithi138 ceph-mon[117003]: pgmap v15048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:21 smithi161 ceph-mon[116604]: from='client.407673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:21 smithi028 ceph-mon[112123]: from='client.407673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:22.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:21 smithi138 ceph-mon[117003]: from='client.407673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:22 smithi028 ceph-mon[112123]: pgmap v15049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:22 smithi138 ceph-mon[117003]: pgmap v15049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:22 smithi161 ceph-mon[116604]: pgmap v15049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:24 smithi028 ceph-mon[112123]: pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:24 smithi138 ceph-mon[117003]: pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:24 smithi161 ceph-mon[116604]: pgmap v15050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:08:25.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:25.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:25.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:26.584 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:26.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:26.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:26.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:26.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:26 smithi028 ceph-mon[112123]: pgmap v15051: 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-07T13:08:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:26 smithi028 ceph-mon[112123]: from='client.407748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:26 smithi138 ceph-mon[117003]: pgmap v15051: 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-07T13:08:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:26 smithi138 ceph-mon[117003]: from='client.407748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:26 smithi161 ceph-mon[116604]: pgmap v15051: 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-07T13:08:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:26 smithi161 ceph-mon[116604]: from='client.407748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:28 smithi028 ceph-mon[112123]: 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-07T13:08:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:28 smithi138 ceph-mon[117003]: 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-07T13:08:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:28 smithi161 ceph-mon[116604]: 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-07T13:08:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:30 smithi028 ceph-mon[112123]: 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-07T13:08:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:30 smithi138 ceph-mon[117003]: 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-07T13:08:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:30 smithi161 ceph-mon[116604]: 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-07T13:08:31.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:31.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:31.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:32.356 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:32.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:32.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:32.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:32.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:32 smithi028 ceph-mon[112123]: 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-07T13:08:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:32 smithi028 ceph-mon[112123]: from='client.407820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:32 smithi138 ceph-mon[117003]: 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-07T13:08:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:32 smithi138 ceph-mon[117003]: from='client.407820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:32 smithi161 ceph-mon[116604]: 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-07T13:08:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:32 smithi161 ceph-mon[116604]: from='client.407820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:34 smithi028 ceph-mon[112123]: 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-07T13:08:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:34 smithi138 ceph-mon[117003]: 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-07T13:08:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:34 smithi161 ceph-mon[116604]: 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-07T13:08:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:36 smithi028 ceph-mon[112123]: 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-07T13:08:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:36 smithi138 ceph-mon[117003]: 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-07T13:08:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:36 smithi161 ceph-mon[116604]: 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-07T13:08:37.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:37.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:37.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:38.141 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:38.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:38.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:38.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:38.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:38 smithi138 ceph-mon[117003]: 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-07T13:08:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:38 smithi138 ceph-mon[117003]: from='client.407898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:38 smithi161 ceph-mon[116604]: 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-07T13:08:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:38 smithi161 ceph-mon[116604]: from='client.407898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:38 smithi028 ceph-mon[112123]: 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-07T13:08:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:38 smithi028 ceph-mon[112123]: from='client.407898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:40 smithi138 ceph-mon[117003]: pgmap v15058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:40 smithi161 ceph-mon[116604]: pgmap v15058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:40 smithi028 ceph-mon[112123]: pgmap v15058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:42 smithi138 ceph-mon[117003]: pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:43.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:43.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:43.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:42 smithi161 ceph-mon[116604]: pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:42 smithi028 ceph-mon[112123]: pgmap v15059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:43.970 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:43.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:43.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:43.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:43.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:08:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:08:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:08:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:44 smithi138 ceph-mon[117003]: from='client.407976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:44 smithi138 ceph-mon[117003]: pgmap v15060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:08:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:08:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:08:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:44 smithi161 ceph-mon[116604]: from='client.407976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:44 smithi161 ceph-mon[116604]: pgmap v15060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:08:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:08:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:08:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:44 smithi028 ceph-mon[112123]: from='client.407976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:44 smithi028 ceph-mon[112123]: pgmap v15060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:08:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:08:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:08:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:46 smithi138 ceph-mon[117003]: pgmap v15061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:46 smithi161 ceph-mon[116604]: pgmap v15061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:46 smithi028 ceph-mon[112123]: pgmap v15061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:08:48.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:48.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:48.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:48 smithi138 ceph-mon[117003]: pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:48 smithi161 ceph-mon[116604]: pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:48 smithi028 ceph-mon[112123]: pgmap v15062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:49.761 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:49.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:49.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:49.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:49.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:50 smithi138 ceph-mon[117003]: from='client.408042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:50 smithi138 ceph-mon[117003]: 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-07T13:08:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:50 smithi161 ceph-mon[116604]: from='client.408042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:50 smithi161 ceph-mon[116604]: 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-07T13:08:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:50 smithi028 ceph-mon[112123]: from='client.408042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:50 smithi028 ceph-mon[112123]: 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-07T13:08:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:52 smithi138 ceph-mon[117003]: pgmap v15064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:52 smithi161 ceph-mon[116604]: pgmap v15064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:52 smithi028 ceph-mon[112123]: pgmap v15064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:54.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:08:54.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:08:54.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:08:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:54 smithi138 ceph-mon[117003]: pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:54 smithi161 ceph-mon[116604]: pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:54 smithi028 ceph-mon[112123]: pgmap v15065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:55.535 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:08:55.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:08:55.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:08:55.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:08:55.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:08:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:55 smithi138 ceph-mon[117003]: from='client.408117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:55 smithi161 ceph-mon[116604]: from='client.408117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:55 smithi028 ceph-mon[112123]: from='client.408117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:08:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:56 smithi138 ceph-mon[117003]: pgmap v15066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:56 smithi161 ceph-mon[116604]: pgmap v15066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:56 smithi028 ceph-mon[112123]: pgmap v15066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:08:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:08:58 smithi138 ceph-mon[117003]: pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:08:58 smithi161 ceph-mon[116604]: pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:08:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:08:58 smithi028 ceph-mon[112123]: pgmap v15067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:00.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:00.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:00.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:00 smithi138 ceph-mon[117003]: pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:00 smithi161 ceph-mon[116604]: pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:00 smithi028 ceph-mon[112123]: pgmap v15068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:01.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:01.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:01.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:01.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:01.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:01 smithi138 ceph-mon[117003]: from='client.408192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:01 smithi161 ceph-mon[116604]: from='client.408192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:01 smithi028 ceph-mon[112123]: from='client.408192 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:02 smithi138 ceph-mon[117003]: 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-07T13:09:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:02 smithi161 ceph-mon[116604]: 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-07T13:09:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:02 smithi028 ceph-mon[112123]: 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-07T13:09:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:04 smithi138 ceph-mon[117003]: 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-07T13:09:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:04 smithi161 ceph-mon[116604]: 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-07T13:09:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:04 smithi028 ceph-mon[112123]: 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-07T13:09:06.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:06.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:06.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:06 smithi138 ceph-mon[117003]: 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-07T13:09:07.099 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:07.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:07.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:07.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:07.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:06 smithi161 ceph-mon[116604]: 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-07T13:09:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:06 smithi028 ceph-mon[112123]: 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-07T13:09:08.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:07 smithi138 ceph-mon[117003]: from='client.408267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:07 smithi161 ceph-mon[116604]: from='client.408267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:07 smithi028 ceph-mon[112123]: from='client.408267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:08 smithi138 ceph-mon[117003]: 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-07T13:09:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:08 smithi161 ceph-mon[116604]: 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-07T13:09:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:08 smithi028 ceph-mon[112123]: 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-07T13:09:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:10 smithi138 ceph-mon[117003]: 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-07T13:09:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:10 smithi161 ceph-mon[116604]: 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-07T13:09:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:10 smithi028 ceph-mon[112123]: 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-07T13:09:12.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:12.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:12.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:12.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:12.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:12.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:12.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:12.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:12 smithi138 ceph-mon[117003]: 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-07T13:09:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:12 smithi161 ceph-mon[116604]: 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-07T13:09:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:12 smithi028 ceph-mon[112123]: 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-07T13:09:14.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:13 smithi138 ceph-mon[117003]: from='client.408345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:13 smithi161 ceph-mon[116604]: from='client.408345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:13 smithi028 ceph-mon[112123]: from='client.408345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:14 smithi138 ceph-mon[117003]: 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-07T13:09:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:14 smithi161 ceph-mon[116604]: 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-07T13:09:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:14 smithi028 ceph-mon[112123]: 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-07T13:09:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:16 smithi138 ceph-mon[117003]: 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-07T13:09:17.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:16 smithi161 ceph-mon[116604]: 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-07T13:09:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:16 smithi028 ceph-mon[112123]: 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-07T13:09:17.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:17.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:17.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:18.642 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:18.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:18.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:18.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:18.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:18 smithi138 ceph-mon[117003]: 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-07T13:09:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:18 smithi161 ceph-mon[116604]: 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-07T13:09:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:18 smithi028 ceph-mon[112123]: 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-07T13:09:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:19 smithi161 ceph-mon[116604]: from='client.408420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:19 smithi028 ceph-mon[112123]: from='client.408420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:20.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:19 smithi138 ceph-mon[117003]: from='client.408420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:20 smithi161 ceph-mon[116604]: pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:09:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:20 smithi028 ceph-mon[112123]: pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:09:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:20 smithi138 ceph-mon[117003]: pgmap v15078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:09:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:22 smithi161 ceph-mon[116604]: pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:22 smithi028 ceph-mon[112123]: pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:22 smithi138 ceph-mon[117003]: pgmap v15079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:23.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:23.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:23.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:24.414 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:24.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:24.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:24.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:24.414 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:24 smithi161 ceph-mon[116604]: pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:24 smithi161 ceph-mon[116604]: from='client.408492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:24 smithi028 ceph-mon[112123]: pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:24 smithi028 ceph-mon[112123]: from='client.408492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:24 smithi138 ceph-mon[117003]: pgmap v15080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:24 smithi138 ceph-mon[117003]: from='client.408492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:26 smithi161 ceph-mon[116604]: pgmap v15081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:09:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:26 smithi028 ceph-mon[112123]: pgmap v15081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:09:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:26 smithi138 ceph-mon[117003]: pgmap v15081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:09:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:28 smithi161 ceph-mon[116604]: pgmap v15082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:09:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:28 smithi028 ceph-mon[112123]: pgmap v15082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:09:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:28 smithi138 ceph-mon[117003]: pgmap v15082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:09:29.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:29.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:29.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:30.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:30.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:30.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:30.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:30.204 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:30 smithi161 ceph-mon[116604]: 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-07T13:09:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:30 smithi161 ceph-mon[116604]: from='client.408570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:30 smithi028 ceph-mon[112123]: 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-07T13:09:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:30 smithi028 ceph-mon[112123]: from='client.408570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:30 smithi138 ceph-mon[117003]: 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-07T13:09:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:30 smithi138 ceph-mon[117003]: from='client.408570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:32 smithi161 ceph-mon[116604]: pgmap v15084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:32 smithi028 ceph-mon[112123]: pgmap v15084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:32 smithi138 ceph-mon[117003]: pgmap v15084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:34 smithi161 ceph-mon[116604]: pgmap v15085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:35.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:35.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:35.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:34 smithi028 ceph-mon[112123]: pgmap v15085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:34 smithi138 ceph-mon[117003]: pgmap v15085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:09:35.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:35.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:35.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:35.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:35.975 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:36 smithi161 ceph-mon[116604]: from='client.408648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:36 smithi161 ceph-mon[116604]: pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:36 smithi028 ceph-mon[112123]: from='client.408648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:36 smithi028 ceph-mon[112123]: pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:36 smithi138 ceph-mon[117003]: from='client.408648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:36 smithi138 ceph-mon[117003]: pgmap v15086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:09:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:38 smithi161 ceph-mon[116604]: pgmap v15087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:09:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:38 smithi028 ceph-mon[112123]: pgmap v15087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:09:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:38 smithi138 ceph-mon[117003]: pgmap v15087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:09:40.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:40.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:40.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:40 smithi161 ceph-mon[116604]: pgmap v15088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:09:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:40 smithi028 ceph-mon[112123]: pgmap v15088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:09:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:40 smithi138 ceph-mon[117003]: pgmap v15088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:09:41.746 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:41.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:41.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:41.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:41.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:42 smithi161 ceph-mon[116604]: from='client.408720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:42 smithi161 ceph-mon[116604]: 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-07T13:09:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:42 smithi028 ceph-mon[112123]: from='client.408720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:42 smithi028 ceph-mon[112123]: 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-07T13:09:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:42 smithi138 ceph-mon[117003]: from='client.408720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:43.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:42 smithi138 ceph-mon[117003]: 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-07T13:09:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:44 smithi161 ceph-mon[116604]: 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-07T13:09:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:09:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:09:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:09:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:09:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:44 smithi028 ceph-mon[112123]: 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-07T13:09:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:09:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:09:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:09:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:09:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:44 smithi138 ceph-mon[117003]: 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-07T13:09:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:09:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:09:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:09:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:09:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:46.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:46 smithi161 ceph-mon[116604]: 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-07T13:09:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:46 smithi028 ceph-mon[112123]: 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-07T13:09:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:46 smithi138 ceph-mon[117003]: 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-07T13:09:47.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:47.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:47.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:47.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:47.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:47 smithi161 ceph-mon[116604]: from='client.408798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:47 smithi028 ceph-mon[112123]: from='client.408798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:47 smithi138 ceph-mon[117003]: from='client.408798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:48 smithi161 ceph-mon[116604]: 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-07T13:09:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:48 smithi028 ceph-mon[112123]: 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-07T13:09:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:48 smithi138 ceph-mon[117003]: 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-07T13:09:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:50 smithi161 ceph-mon[116604]: 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-07T13:09:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:50 smithi028 ceph-mon[112123]: 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-07T13:09:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:50 smithi138 ceph-mon[117003]: 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-07T13:09:52.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:52.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:52.546 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:52 smithi161 ceph-mon[116604]: 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-07T13:09:53.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:52 smithi028 ceph-mon[112123]: 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-07T13:09:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:52 smithi138 ceph-mon[117003]: 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-07T13:09:53.319 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:53.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:53.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:53.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:53.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:53 smithi161 ceph-mon[116604]: from='client.408876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:53 smithi028 ceph-mon[112123]: from='client.408876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:53 smithi138 ceph-mon[117003]: from='client.408876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:09:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:54 smithi161 ceph-mon[116604]: 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-07T13:09:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:54 smithi028 ceph-mon[112123]: 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-07T13:09:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:54 smithi138 ceph-mon[117003]: 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-07T13:09:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:56 smithi161 ceph-mon[116604]: 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-07T13:09:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:56 smithi028 ceph-mon[112123]: 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-07T13:09:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:56 smithi138 ceph-mon[117003]: 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-07T13:09:58.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:09:58.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:09:58.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:09:59.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:09:59.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:09:59.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:09:59.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:09:59.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:09:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:58 smithi161 ceph-mon[116604]: 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-07T13:09:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:58 smithi028 ceph-mon[112123]: 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-07T13:09:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:58 smithi138 ceph-mon[117003]: 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-07T13:10:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:09:59 smithi161 ceph-mon[116604]: from='client.408954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:09:59 smithi028 ceph-mon[112123]: from='client.408954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:09:59 smithi138 ceph-mon[117003]: from='client.408954 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:00 smithi161 ceph-mon[116604]: pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:10:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T13:10:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:00 smithi028 ceph-mon[112123]: pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:10:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T13:10:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:00 smithi138 ceph-mon[117003]: pgmap v15098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:10:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T13:10:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:02 smithi161 ceph-mon[116604]: pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:02 smithi028 ceph-mon[112123]: pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:02 smithi138 ceph-mon[117003]: pgmap v15099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:04.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:04.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:04.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:04.880 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:04.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:04.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:04.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:04.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:04 smithi161 ceph-mon[116604]: pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:04 smithi028 ceph-mon[112123]: pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:04 smithi138 ceph-mon[117003]: pgmap v15100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:05 smithi161 ceph-mon[116604]: from='client.409029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:05 smithi028 ceph-mon[112123]: from='client.409029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:05 smithi138 ceph-mon[117003]: from='client.409029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:06 smithi161 ceph-mon[116604]: 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-07T13:10:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:06 smithi028 ceph-mon[112123]: 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-07T13:10:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:06 smithi138 ceph-mon[117003]: 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-07T13:10:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:08 smithi161 ceph-mon[116604]: 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-07T13:10:09.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:08 smithi028 ceph-mon[112123]: 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-07T13:10:09.295 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:08 smithi138 ceph-mon[117003]: 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-07T13:10:09.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:09.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:09.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:10.651 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:10.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:10.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:10.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:10.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:10 smithi161 ceph-mon[116604]: 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-07T13:10:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:10 smithi028 ceph-mon[112123]: 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-07T13:10:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:10 smithi138 ceph-mon[117003]: 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-07T13:10:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:11 smithi161 ceph-mon[116604]: from='client.409104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:11 smithi028 ceph-mon[112123]: from='client.409104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:11 smithi138 ceph-mon[117003]: from='client.409104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:12 smithi161 ceph-mon[116604]: pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:12 smithi028 ceph-mon[112123]: pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:12 smithi138 ceph-mon[117003]: pgmap v15104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:14 smithi161 ceph-mon[116604]: pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:14 smithi028 ceph-mon[112123]: pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:14 smithi138 ceph-mon[117003]: pgmap v15105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:10:15.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:15.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:15.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:16.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:16.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:16.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:16.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:16.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:16 smithi161 ceph-mon[116604]: pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:16 smithi161 ceph-mon[116604]: from='client.409182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:16 smithi028 ceph-mon[112123]: pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:16 smithi028 ceph-mon[112123]: from='client.409182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:16 smithi138 ceph-mon[117003]: pgmap v15106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:10:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:16 smithi138 ceph-mon[117003]: from='client.409182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:18 smithi161 ceph-mon[116604]: 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-07T13:10:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:18 smithi028 ceph-mon[112123]: 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-07T13:10:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:18 smithi138 ceph-mon[117003]: 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-07T13:10:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:20 smithi161 ceph-mon[116604]: 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-07T13:10:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:20 smithi028 ceph-mon[112123]: 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-07T13:10:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:20 smithi138 ceph-mon[117003]: 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-07T13:10:21.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:21.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:21.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:22.209 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:22.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:22.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:22.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:22.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:22 smithi161 ceph-mon[116604]: 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-07T13:10:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:22 smithi161 ceph-mon[116604]: from='client.409260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:22 smithi028 ceph-mon[112123]: 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-07T13:10:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:22 smithi028 ceph-mon[112123]: from='client.409260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:22 smithi138 ceph-mon[117003]: 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-07T13:10:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:22 smithi138 ceph-mon[117003]: from='client.409260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:24 smithi161 ceph-mon[116604]: 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-07T13:10:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:24 smithi028 ceph-mon[112123]: 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-07T13:10:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:24 smithi138 ceph-mon[117003]: 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-07T13:10:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:26 smithi161 ceph-mon[116604]: 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-07T13:10:27.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:27.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:27.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:26 smithi028 ceph-mon[112123]: 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-07T13:10:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:26 smithi138 ceph-mon[117003]: 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-07T13:10:28.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:28.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:28.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:28.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:28.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:28 smithi161 ceph-mon[116604]: from='client.409338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:28 smithi161 ceph-mon[116604]: 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-07T13:10:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:28 smithi028 ceph-mon[112123]: from='client.409338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:28 smithi028 ceph-mon[112123]: 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-07T13:10:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:28 smithi138 ceph-mon[117003]: from='client.409338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:28 smithi138 ceph-mon[117003]: 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-07T13:10:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:30 smithi161 ceph-mon[116604]: 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-07T13:10:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:30 smithi028 ceph-mon[112123]: 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-07T13:10:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:30 smithi138 ceph-mon[117003]: 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-07T13:10:33.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:33.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:33.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:32 smithi161 ceph-mon[116604]: 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-07T13:10:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:32 smithi028 ceph-mon[112123]: 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-07T13:10:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:32 smithi138 ceph-mon[117003]: 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-07T13:10:33.786 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:33.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:33.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:33.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:33.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:34 smithi161 ceph-mon[116604]: from='client.409413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:34 smithi161 ceph-mon[116604]: 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-07T13:10:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:34 smithi028 ceph-mon[112123]: from='client.409413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:34 smithi028 ceph-mon[112123]: 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-07T13:10:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:34 smithi138 ceph-mon[117003]: from='client.409413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:34 smithi138 ceph-mon[117003]: 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-07T13:10:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:36 smithi161 ceph-mon[116604]: 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-07T13:10:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:36 smithi028 ceph-mon[112123]: 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-07T13:10:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:36 smithi138 ceph-mon[117003]: 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-07T13:10:38.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:38.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:38.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:38 smithi161 ceph-mon[116604]: 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-07T13:10:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:38 smithi028 ceph-mon[112123]: 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-07T13:10:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:38 smithi138 ceph-mon[117003]: 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-07T13:10:39.566 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:39.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:39.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:39.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:39.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:39 smithi161 ceph-mon[116604]: from='client.409491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:39 smithi028 ceph-mon[112123]: from='client.409491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:39 smithi138 ceph-mon[117003]: from='client.409491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:40 smithi161 ceph-mon[116604]: 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-07T13:10:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:40 smithi028 ceph-mon[112123]: 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-07T13:10:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:40 smithi138 ceph-mon[117003]: 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-07T13:10:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:42 smithi161 ceph-mon[116604]: 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-07T13:10:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:42 smithi028 ceph-mon[112123]: 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-07T13:10:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:42 smithi138 ceph-mon[117003]: 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-07T13:10:44.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:44.568 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:44.568 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:44 smithi161 ceph-mon[116604]: 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-07T13:10:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:10:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:44 smithi028 ceph-mon[112123]: 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-07T13:10:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:10:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:44 smithi138 ceph-mon[117003]: 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-07T13:10:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:10:45.384 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:45.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:45.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:45.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:45.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:45 smithi161 ceph-mon[116604]: from='client.409563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:10:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:10:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:10:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:45 smithi028 ceph-mon[112123]: from='client.409563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:10:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:10:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:10:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:45 smithi138 ceph-mon[117003]: from='client.409563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:10:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:10:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:10:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:47 smithi138 ceph-mon[117003]: 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-07T13:10:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:47 smithi161 ceph-mon[116604]: 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-07T13:10:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:47 smithi028 ceph-mon[112123]: 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-07T13:10:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:49 smithi138 ceph-mon[117003]: 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-07T13:10:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:49 smithi161 ceph-mon[116604]: 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-07T13:10:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:49 smithi028 ceph-mon[112123]: 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-07T13:10:50.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:50.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:50.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:50 smithi138 ceph-mon[117003]: 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-07T13:10:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:50 smithi161 ceph-mon[116604]: 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-07T13:10:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:50 smithi028 ceph-mon[112123]: 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-07T13:10:51.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:51.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:51.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:51.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:51.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:51 smithi161 ceph-mon[116604]: from='client.409638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:51 smithi028 ceph-mon[112123]: from='client.409638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:51 smithi138 ceph-mon[117003]: from='client.409638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:52 smithi028 ceph-mon[112123]: 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-07T13:10:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:52 smithi138 ceph-mon[117003]: 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-07T13:10:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:52 smithi161 ceph-mon[116604]: 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-07T13:10:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:54 smithi028 ceph-mon[112123]: 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-07T13:10:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:54 smithi138 ceph-mon[117003]: 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-07T13:10:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:54 smithi161 ceph-mon[116604]: 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-07T13:10:56.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:10:56.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:10:56.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:10:56.922 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:10:56.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:10:56.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:10:56.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:10:56.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:10:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:56 smithi028 ceph-mon[112123]: 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-07T13:10:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:56 smithi138 ceph-mon[117003]: 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-07T13:10:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:56 smithi161 ceph-mon[116604]: 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-07T13:10:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:57 smithi028 ceph-mon[112123]: from='client.409716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:57 smithi138 ceph-mon[117003]: from='client.409716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:57 smithi161 ceph-mon[116604]: from='client.409716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:10:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:10:58 smithi028 ceph-mon[112123]: 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-07T13:10:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:10:58 smithi138 ceph-mon[117003]: 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-07T13:10:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:10:58 smithi161 ceph-mon[116604]: 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-07T13:11:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:00 smithi028 ceph-mon[112123]: 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-07T13:11:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:00 smithi138 ceph-mon[117003]: 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-07T13:11:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:00 smithi161 ceph-mon[116604]: 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-07T13:11:01.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:01.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:01.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:02.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:02.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:02.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:02.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:02.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:02 smithi028 ceph-mon[112123]: 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-07T13:11:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:02 smithi138 ceph-mon[117003]: 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-07T13:11:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:02 smithi161 ceph-mon[116604]: 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-07T13:11:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:03 smithi028 ceph-mon[112123]: from='client.409791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:03 smithi138 ceph-mon[117003]: from='client.409791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:03 smithi161 ceph-mon[116604]: from='client.409791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:04 smithi138 ceph-mon[117003]: 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-07T13:11:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:04 smithi161 ceph-mon[116604]: 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-07T13:11:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:04 smithi028 ceph-mon[112123]: 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-07T13:11:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:06 smithi138 ceph-mon[117003]: 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-07T13:11:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:06 smithi161 ceph-mon[116604]: 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-07T13:11:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:06 smithi028 ceph-mon[112123]: 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-07T13:11:07.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:07.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:07.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:08.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:08.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:08.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:08.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:08.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:08 smithi138 ceph-mon[117003]: 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-07T13:11:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:08 smithi138 ceph-mon[117003]: from='client.409869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:08 smithi161 ceph-mon[116604]: 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-07T13:11:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:08 smithi161 ceph-mon[116604]: from='client.409869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:08 smithi028 ceph-mon[112123]: 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-07T13:11:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:08 smithi028 ceph-mon[112123]: from='client.409869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:10 smithi138 ceph-mon[117003]: 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-07T13:11:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:10 smithi161 ceph-mon[116604]: 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-07T13:11:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:10 smithi028 ceph-mon[112123]: 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-07T13:11:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:12 smithi138 ceph-mon[117003]: 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-07T13:11:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:12 smithi161 ceph-mon[116604]: 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-07T13:11:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:12 smithi028 ceph-mon[112123]: 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-07T13:11:13.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:13.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:13.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:14.235 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:14.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:14.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:14.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:14.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:14 smithi138 ceph-mon[117003]: 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-07T13:11:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:14 smithi138 ceph-mon[117003]: from='client.409944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:14 smithi161 ceph-mon[116604]: 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-07T13:11:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:14 smithi161 ceph-mon[116604]: from='client.409944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:14 smithi028 ceph-mon[112123]: 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-07T13:11:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:14 smithi028 ceph-mon[112123]: from='client.409944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:16 smithi138 ceph-mon[117003]: pgmap v15136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:11:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:16 smithi161 ceph-mon[116604]: pgmap v15136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:11:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:16 smithi028 ceph-mon[112123]: pgmap v15136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:11:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:18 smithi138 ceph-mon[117003]: pgmap v15137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:11:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:18 smithi161 ceph-mon[116604]: pgmap v15137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:11:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:18 smithi028 ceph-mon[112123]: pgmap v15137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:11:19.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:19.237 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:19.237 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:20.016 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:20.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:20.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:20.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:20.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:20 smithi138 ceph-mon[117003]: from='client.410019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:20 smithi138 ceph-mon[117003]: 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-07T13:11:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:20 smithi161 ceph-mon[116604]: from='client.410019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:20 smithi161 ceph-mon[116604]: 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-07T13:11:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:20 smithi028 ceph-mon[112123]: from='client.410019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:20 smithi028 ceph-mon[112123]: 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-07T13:11:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:22 smithi138 ceph-mon[117003]: 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-07T13:11:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:22 smithi161 ceph-mon[116604]: 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-07T13:11:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:22 smithi028 ceph-mon[112123]: 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-07T13:11:25.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:25.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:25.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:24 smithi138 ceph-mon[117003]: 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-07T13:11:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:24 smithi161 ceph-mon[116604]: 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-07T13:11:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:24 smithi028 ceph-mon[112123]: 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-07T13:11:25.798 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:25.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:25.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:25.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:25.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:26 smithi138 ceph-mon[117003]: from='client.410094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:26 smithi138 ceph-mon[117003]: 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-07T13:11:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:26 smithi161 ceph-mon[116604]: from='client.410094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:26 smithi161 ceph-mon[116604]: 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-07T13:11:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:26 smithi028 ceph-mon[112123]: from='client.410094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:26 smithi028 ceph-mon[112123]: 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-07T13:11:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:28 smithi138 ceph-mon[117003]: pgmap v15142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:11:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:28 smithi161 ceph-mon[116604]: pgmap v15142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:11:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:28 smithi028 ceph-mon[112123]: pgmap v15142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:11:30.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:30.800 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:30.800 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:30 smithi138 ceph-mon[117003]: pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:11:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:30 smithi161 ceph-mon[116604]: pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:11:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:30 smithi028 ceph-mon[112123]: pgmap v15143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:11:31.570 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:31.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:31.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:31.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:31.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:31 smithi138 ceph-mon[117003]: from='client.410169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:32.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:31 smithi161 ceph-mon[116604]: from='client.410169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:31 smithi028 ceph-mon[112123]: from='client.410169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:32 smithi138 ceph-mon[117003]: 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-07T13:11:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:32 smithi161 ceph-mon[116604]: 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-07T13:11:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:32 smithi028 ceph-mon[112123]: 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-07T13:11:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:34 smithi138 ceph-mon[117003]: 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-07T13:11:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:34 smithi161 ceph-mon[116604]: 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-07T13:11:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:34 smithi028 ceph-mon[112123]: 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-07T13:11:36.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:36.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:36.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:36 smithi138 ceph-mon[117003]: 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-07T13:11:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:36 smithi161 ceph-mon[116604]: 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-07T13:11:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:36 smithi028 ceph-mon[112123]: 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-07T13:11:37.360 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:37.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:37.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:37.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:37.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:37 smithi138 ceph-mon[117003]: from='client.410244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:37 smithi161 ceph-mon[116604]: from='client.410244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:37 smithi028 ceph-mon[112123]: from='client.410244 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:38 smithi138 ceph-mon[117003]: 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-07T13:11:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:38 smithi161 ceph-mon[116604]: 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-07T13:11:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:38 smithi028 ceph-mon[112123]: 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-07T13:11:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:40 smithi138 ceph-mon[117003]: 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-07T13:11:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:40 smithi161 ceph-mon[116604]: 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-07T13:11:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:40 smithi028 ceph-mon[112123]: 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-07T13:11:42.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:42.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:42.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:42 smithi138 ceph-mon[117003]: 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-07T13:11:43.141 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:43.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:43.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:43.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:43.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:42 smithi161 ceph-mon[116604]: 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-07T13:11:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:42 smithi028 ceph-mon[112123]: 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-07T13:11:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:43 smithi138 ceph-mon[117003]: from='client.410319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:43 smithi161 ceph-mon[116604]: from='client.410319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:43 smithi028 ceph-mon[112123]: from='client.410319 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:44 smithi138 ceph-mon[117003]: 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-07T13:11:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:44 smithi161 ceph-mon[116604]: 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-07T13:11:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:44 smithi028 ceph-mon[112123]: 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-07T13:11:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:11:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:11:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:11:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:46 smithi138 ceph-mon[117003]: 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-07T13:11:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:11:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:11:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:11:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:46 smithi161 ceph-mon[116604]: 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-07T13:11:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:11:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:11:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:11:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:46 smithi028 ceph-mon[112123]: 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-07T13:11:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:11:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:11:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:11:48.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:48.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:48.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:48.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:48.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:48.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:48.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:48.934 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:48 smithi161 ceph-mon[116604]: 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-07T13:11:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:48 smithi028 ceph-mon[112123]: 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-07T13:11:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:48 smithi138 ceph-mon[117003]: 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-07T13:11:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:49 smithi161 ceph-mon[116604]: from='client.410397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:49 smithi028 ceph-mon[112123]: from='client.410397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:49 smithi138 ceph-mon[117003]: from='client.410397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:50 smithi161 ceph-mon[116604]: 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-07T13:11:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:50 smithi028 ceph-mon[112123]: 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-07T13:11:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:50 smithi138 ceph-mon[117003]: 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-07T13:11:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:52 smithi161 ceph-mon[116604]: 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-07T13:11:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:52 smithi028 ceph-mon[112123]: 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-07T13:11:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:52 smithi138 ceph-mon[117003]: 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-07T13:11:53.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:53.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:53.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:11:54.710 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:11:54.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:11:54.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:11:54.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:11:54.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:11:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:54 smithi161 ceph-mon[116604]: 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-07T13:11:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:54 smithi028 ceph-mon[112123]: 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-07T13:11:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:54 smithi138 ceph-mon[117003]: 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-07T13:11:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:55 smithi161 ceph-mon[116604]: from='client.410469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:55 smithi028 ceph-mon[112123]: from='client.410469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:55 smithi138 ceph-mon[117003]: from='client.410469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:11:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:56 smithi161 ceph-mon[116604]: pgmap v15156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:56 smithi028 ceph-mon[112123]: pgmap v15156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:56 smithi138 ceph-mon[117003]: pgmap v15156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:11:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:11:58 smithi161 ceph-mon[116604]: pgmap v15157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:11:58 smithi028 ceph-mon[112123]: pgmap v15157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:11:58 smithi138 ceph-mon[117003]: pgmap v15157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:11:59.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:11:59.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:11:59.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:00.500 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:00.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:00.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:00.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:00.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:00 smithi161 ceph-mon[116604]: 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-07T13:12:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:00 smithi161 ceph-mon[116604]: from='client.410544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:00 smithi028 ceph-mon[112123]: 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-07T13:12:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:00 smithi028 ceph-mon[112123]: from='client.410544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:00 smithi138 ceph-mon[117003]: 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-07T13:12:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:00 smithi138 ceph-mon[117003]: from='client.410544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:02 smithi161 ceph-mon[116604]: 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-07T13:12:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:02 smithi028 ceph-mon[112123]: 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-07T13:12:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:02 smithi138 ceph-mon[117003]: 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-07T13:12:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:04 smithi161 ceph-mon[116604]: 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-07T13:12:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:04 smithi028 ceph-mon[112123]: 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-07T13:12:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:04 smithi138 ceph-mon[117003]: 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-07T13:12:05.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:05.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:05.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:06.285 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:06.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:06.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:06.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:06.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:06 smithi161 ceph-mon[116604]: 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-07T13:12:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:06 smithi161 ceph-mon[116604]: from='client.410622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:06 smithi028 ceph-mon[112123]: 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-07T13:12:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:06 smithi028 ceph-mon[112123]: from='client.410622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:06 smithi138 ceph-mon[117003]: 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-07T13:12:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:06 smithi138 ceph-mon[117003]: from='client.410622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:08 smithi161 ceph-mon[116604]: pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:08 smithi028 ceph-mon[112123]: pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:08 smithi138 ceph-mon[117003]: pgmap v15162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:10 smithi161 ceph-mon[116604]: pgmap v15163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:10 smithi028 ceph-mon[112123]: pgmap v15163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:11.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:11.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:11.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:10 smithi138 ceph-mon[117003]: pgmap v15163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:12.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:12.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:12.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:12.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:12.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:12 smithi161 ceph-mon[116604]: from='client.410691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:12 smithi161 ceph-mon[116604]: 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-07T13:12:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:12 smithi028 ceph-mon[112123]: from='client.410691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:12 smithi028 ceph-mon[112123]: 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-07T13:12:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:12 smithi138 ceph-mon[117003]: from='client.410691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:12 smithi138 ceph-mon[117003]: 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-07T13:12:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:14 smithi161 ceph-mon[116604]: 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-07T13:12:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:14 smithi028 ceph-mon[112123]: 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-07T13:12:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:14 smithi138 ceph-mon[117003]: 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-07T13:12:17.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:17.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:17.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:16 smithi161 ceph-mon[116604]: 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-07T13:12:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:16 smithi028 ceph-mon[112123]: 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-07T13:12:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:16 smithi138 ceph-mon[117003]: 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-07T13:12:17.823 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:17.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:17.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:17.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:17.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:18 smithi161 ceph-mon[116604]: from='client.410769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:18 smithi161 ceph-mon[116604]: 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-07T13:12:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:18 smithi028 ceph-mon[112123]: from='client.410769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:18 smithi028 ceph-mon[112123]: 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-07T13:12:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:18 smithi138 ceph-mon[117003]: from='client.410769 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:18 smithi138 ceph-mon[117003]: 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-07T13:12:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:20 smithi161 ceph-mon[116604]: 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-07T13:12:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:20 smithi028 ceph-mon[112123]: 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-07T13:12:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:20 smithi138 ceph-mon[117003]: 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-07T13:12:22.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:22.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:22.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:22 smithi161 ceph-mon[116604]: 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-07T13:12:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:22 smithi028 ceph-mon[112123]: 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-07T13:12:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:22 smithi138 ceph-mon[117003]: 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-07T13:12:23.592 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:23.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:23.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:23.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:23.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:23 smithi161 ceph-mon[116604]: from='client.410847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:23 smithi028 ceph-mon[112123]: from='client.410847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:23 smithi138 ceph-mon[117003]: from='client.410847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:24 smithi161 ceph-mon[116604]: 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-07T13:12:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:24 smithi028 ceph-mon[112123]: 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-07T13:12:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:24 smithi138 ceph-mon[117003]: 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-07T13:12:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:26 smithi161 ceph-mon[116604]: 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-07T13:12:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:26 smithi028 ceph-mon[112123]: 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-07T13:12:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:26 smithi138 ceph-mon[117003]: 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-07T13:12:28.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:28.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:28.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:28 smithi161 ceph-mon[116604]: 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-07T13:12:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:28 smithi028 ceph-mon[112123]: 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-07T13:12:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:28 smithi138 ceph-mon[117003]: 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-07T13:12:29.368 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:29.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:29.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:29.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:29.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:29 smithi161 ceph-mon[116604]: from='client.410922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:29 smithi028 ceph-mon[112123]: from='client.410922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:29 smithi138 ceph-mon[117003]: from='client.410922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:30 smithi161 ceph-mon[116604]: pgmap v15173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:12:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:30 smithi028 ceph-mon[112123]: pgmap v15173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:12:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:30 smithi138 ceph-mon[117003]: pgmap v15173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:12:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:32 smithi161 ceph-mon[116604]: pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:12:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:32 smithi028 ceph-mon[112123]: pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:12:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:32 smithi138 ceph-mon[117003]: pgmap v15174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:12:34.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:34.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:34.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:35.139 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:35.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:35.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:35.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:35.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:34 smithi161 ceph-mon[116604]: pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:12:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:34 smithi028 ceph-mon[112123]: pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:12:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:34 smithi138 ceph-mon[117003]: pgmap v15175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:12:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:35 smithi161 ceph-mon[116604]: from='client.410997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:35 smithi028 ceph-mon[112123]: from='client.410997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:35 smithi138 ceph-mon[117003]: from='client.410997 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:36 smithi161 ceph-mon[116604]: pgmap v15176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:36 smithi028 ceph-mon[112123]: pgmap v15176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:36 smithi138 ceph-mon[117003]: pgmap v15176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:38 smithi161 ceph-mon[116604]: pgmap v15177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:38 smithi028 ceph-mon[112123]: pgmap v15177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:38 smithi138 ceph-mon[117003]: pgmap v15177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:12:40.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:40.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:40.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:40.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:40.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:40.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:40.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:40.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:40 smithi161 ceph-mon[116604]: 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-07T13:12:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:40 smithi028 ceph-mon[112123]: 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-07T13:12:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:40 smithi138 ceph-mon[117003]: 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-07T13:12:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:41 smithi161 ceph-mon[116604]: from='client.411075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:41 smithi028 ceph-mon[112123]: from='client.411075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:42.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:41 smithi138 ceph-mon[117003]: from='client.411075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:42 smithi161 ceph-mon[116604]: pgmap v15179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:12:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:42 smithi028 ceph-mon[112123]: pgmap v15179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:12:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:42 smithi138 ceph-mon[117003]: pgmap v15179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:12:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:44 smithi161 ceph-mon[116604]: pgmap v15180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:12:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:44 smithi028 ceph-mon[112123]: pgmap v15180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:12:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:44 smithi138 ceph-mon[117003]: pgmap v15180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:12:45.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:45.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:45.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:46.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:46.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:46.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:46.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:46.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:46 smithi161 ceph-mon[116604]: pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:12:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:12:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:46 smithi028 ceph-mon[112123]: pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:12:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:12:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:46 smithi138 ceph-mon[117003]: pgmap v15181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:12:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:12:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:47 smithi161 ceph-mon[116604]: from='client.411153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:12:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:12:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:47 smithi028 ceph-mon[112123]: from='client.411153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:12:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:12:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:47 smithi138 ceph-mon[117003]: from='client.411153 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:12:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:12:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:12:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:49 smithi161 ceph-mon[116604]: pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:49 smithi028 ceph-mon[112123]: pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:49 smithi138 ceph-mon[117003]: pgmap v15182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:12:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:51 smithi161 ceph-mon[116604]: pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:51 smithi028 ceph-mon[112123]: pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:51 smithi138 ceph-mon[117003]: pgmap v15183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:12:51.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:51.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:51.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:52.562 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:52.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:52.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:52.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:52.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:53 smithi161 ceph-mon[116604]: 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-07T13:12:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:53 smithi161 ceph-mon[116604]: from='client.411225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:53 smithi028 ceph-mon[112123]: 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-07T13:12:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:53 smithi028 ceph-mon[112123]: from='client.411225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:53 smithi138 ceph-mon[117003]: 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-07T13:12:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:53 smithi138 ceph-mon[117003]: from='client.411225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:55 smithi161 ceph-mon[116604]: 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-07T13:12:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:55 smithi028 ceph-mon[112123]: 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-07T13:12:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:55 smithi138 ceph-mon[117003]: 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-07T13:12:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:57 smithi161 ceph-mon[116604]: 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-07T13:12:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:57 smithi028 ceph-mon[112123]: 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-07T13:12:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:57 smithi138 ceph-mon[117003]: 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-07T13:12:57.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:12:57.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:12:57.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:12:58.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:12:58.331 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:12:58.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:12:58.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:12:58.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:12:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:59 smithi161 ceph-mon[116604]: 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-07T13:12:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:12:59 smithi161 ceph-mon[116604]: from='client.411300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:59 smithi028 ceph-mon[112123]: 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-07T13:12:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:12:59 smithi028 ceph-mon[112123]: from='client.411300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:12:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:59 smithi138 ceph-mon[117003]: 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-07T13:12:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:12:59 smithi138 ceph-mon[117003]: from='client.411300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:01 smithi161 ceph-mon[116604]: 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-07T13:13:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:01 smithi028 ceph-mon[112123]: 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-07T13:13:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:01 smithi138 ceph-mon[117003]: 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-07T13:13:03.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:03.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:03.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:03 smithi161 ceph-mon[116604]: 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-07T13:13:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:03 smithi028 ceph-mon[112123]: 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-07T13:13:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:03 smithi138 ceph-mon[117003]: 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-07T13:13:04.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:04.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:04.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:04.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:04.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:05 smithi161 ceph-mon[116604]: 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-07T13:13:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:05 smithi161 ceph-mon[116604]: from='client.411375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:05 smithi028 ceph-mon[112123]: 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-07T13:13:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:05 smithi028 ceph-mon[112123]: from='client.411375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:05 smithi138 ceph-mon[117003]: 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-07T13:13:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:05 smithi138 ceph-mon[117003]: from='client.411375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:07 smithi161 ceph-mon[116604]: 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-07T13:13:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:07 smithi028 ceph-mon[112123]: 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-07T13:13:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:07 smithi138 ceph-mon[117003]: 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-07T13:13:09.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:09 smithi161 ceph-mon[116604]: 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-07T13:13:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:09 smithi028 ceph-mon[112123]: 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-07T13:13:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:09 smithi138 ceph-mon[117003]: 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-07T13:13:09.896 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:09.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:09.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:09.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:09.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:11 smithi161 ceph-mon[116604]: from='client.411450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:11 smithi161 ceph-mon[116604]: pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:11 smithi028 ceph-mon[112123]: from='client.411450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:11 smithi028 ceph-mon[112123]: pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:11 smithi138 ceph-mon[117003]: from='client.411450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:11 smithi138 ceph-mon[117003]: pgmap v15193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:13 smithi161 ceph-mon[116604]: pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:13 smithi028 ceph-mon[112123]: pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:13 smithi138 ceph-mon[117003]: pgmap v15194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:14.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:14.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:14.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:15 smithi161 ceph-mon[116604]: pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:15 smithi028 ceph-mon[112123]: pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:15 smithi138 ceph-mon[117003]: pgmap v15195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:15.683 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:15.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:15.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:15.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:15.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:17 smithi161 ceph-mon[116604]: from='client.411522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:17 smithi161 ceph-mon[116604]: pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:17 smithi028 ceph-mon[112123]: from='client.411522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:17 smithi028 ceph-mon[112123]: pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:17 smithi138 ceph-mon[117003]: from='client.411522 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:17 smithi138 ceph-mon[117003]: pgmap v15196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:19 smithi161 ceph-mon[116604]: pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:19 smithi028 ceph-mon[112123]: pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:19 smithi138 ceph-mon[117003]: pgmap v15197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:20.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:20.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:20.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:21 smithi161 ceph-mon[116604]: 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-07T13:13:21.449 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:21.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:21.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:21.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:21.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:21 smithi028 ceph-mon[112123]: 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-07T13:13:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:21 smithi138 ceph-mon[117003]: 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-07T13:13:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:22 smithi161 ceph-mon[116604]: from='client.411597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:22 smithi028 ceph-mon[112123]: from='client.411597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:22 smithi138 ceph-mon[117003]: from='client.411597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:23 smithi161 ceph-mon[116604]: pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:23 smithi028 ceph-mon[112123]: pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:23 smithi138 ceph-mon[117003]: pgmap v15199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:25 smithi161 ceph-mon[116604]: pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:25 smithi028 ceph-mon[112123]: pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:25 smithi138 ceph-mon[117003]: pgmap v15200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:26.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:26.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:26.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:27.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:27.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:27.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:27.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:27.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:27 smithi161 ceph-mon[116604]: pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:27 smithi028 ceph-mon[112123]: pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:27 smithi138 ceph-mon[117003]: pgmap v15201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:28 smithi161 ceph-mon[116604]: from='client.411672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:28 smithi028 ceph-mon[112123]: from='client.411672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:28 smithi138 ceph-mon[117003]: from='client.411672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:29 smithi161 ceph-mon[116604]: pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:29 smithi028 ceph-mon[112123]: pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:29 smithi138 ceph-mon[117003]: pgmap v15202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:31 smithi161 ceph-mon[116604]: pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:31 smithi028 ceph-mon[112123]: pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:31.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:31 smithi138 ceph-mon[117003]: pgmap v15203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:13:32.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:32.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:32.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:33.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:33.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:33.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:33.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:33.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:33 smithi161 ceph-mon[116604]: 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-07T13:13:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:33 smithi028 ceph-mon[112123]: 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-07T13:13:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:33 smithi138 ceph-mon[117003]: 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-07T13:13:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:34 smithi161 ceph-mon[116604]: from='client.411747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:34 smithi028 ceph-mon[112123]: from='client.411747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:34.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:34 smithi138 ceph-mon[117003]: from='client.411747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:35 smithi161 ceph-mon[116604]: 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-07T13:13:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:35 smithi028 ceph-mon[112123]: 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-07T13:13:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:35 smithi138 ceph-mon[117003]: 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-07T13:13:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:37 smithi161 ceph-mon[116604]: 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-07T13:13:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:37 smithi028 ceph-mon[112123]: 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-07T13:13:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:37 smithi138 ceph-mon[117003]: 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-07T13:13:38.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:38.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:38.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:38.777 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:38.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:38.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:38.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:38.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:39 smithi161 ceph-mon[116604]: 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-07T13:13:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:39 smithi028 ceph-mon[112123]: 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-07T13:13:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:39 smithi138 ceph-mon[117003]: 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-07T13:13:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:40 smithi161 ceph-mon[116604]: from='client.411822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:40 smithi028 ceph-mon[112123]: from='client.411822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:40 smithi138 ceph-mon[117003]: from='client.411822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:41 smithi161 ceph-mon[116604]: 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-07T13:13:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:41 smithi028 ceph-mon[112123]: 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-07T13:13:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:41 smithi138 ceph-mon[117003]: 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-07T13:13:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:43 smithi161 ceph-mon[116604]: 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-07T13:13:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:43 smithi028 ceph-mon[112123]: 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-07T13:13:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:43 smithi138 ceph-mon[117003]: 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-07T13:13:43.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:43.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:43.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:44.547 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:44.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:44.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:44.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:44.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:45 smithi161 ceph-mon[116604]: 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-07T13:13:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:45 smithi161 ceph-mon[116604]: from='client.411900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:45 smithi028 ceph-mon[112123]: 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-07T13:13:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:45 smithi028 ceph-mon[112123]: from='client.411900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:45 smithi138 ceph-mon[117003]: 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-07T13:13:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:45 smithi138 ceph-mon[117003]: from='client.411900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:47 smithi161 ceph-mon[116604]: pgmap v15211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:47 smithi028 ceph-mon[112123]: pgmap v15211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:47 smithi138 ceph-mon[117003]: pgmap v15211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:13:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:13:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:13:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:13:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:13:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:13:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:13:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:13:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:13:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:13:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:13:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:13:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:49 smithi161 ceph-mon[116604]: pgmap v15212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:49 smithi028 ceph-mon[112123]: pgmap v15212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:49 smithi138 ceph-mon[117003]: pgmap v15212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:49.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:49.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:49.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:50.333 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:50.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:50.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:50.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:50.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:51 smithi161 ceph-mon[116604]: pgmap v15213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:51 smithi161 ceph-mon[116604]: from='client.411972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:51 smithi028 ceph-mon[112123]: pgmap v15213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:51 smithi028 ceph-mon[112123]: from='client.411972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:51 smithi138 ceph-mon[117003]: pgmap v15213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:51 smithi138 ceph-mon[117003]: from='client.411972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:53 smithi028 ceph-mon[112123]: pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:53 smithi138 ceph-mon[117003]: pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:53 smithi161 ceph-mon[116604]: pgmap v15214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:55.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:13:55.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:13:55.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:13:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:55 smithi028 ceph-mon[112123]: pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:55 smithi138 ceph-mon[117003]: pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:55 smithi161 ceph-mon[116604]: pgmap v15215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:13:56.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:13:56.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:13:56.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:13:56.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:13:56.114 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:13:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:57 smithi028 ceph-mon[112123]: from='client.412050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:57 smithi028 ceph-mon[112123]: 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-07T13:13:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:57 smithi138 ceph-mon[117003]: from='client.412050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:57 smithi138 ceph-mon[117003]: 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-07T13:13:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:57 smithi161 ceph-mon[116604]: from='client.412050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:13:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:57 smithi161 ceph-mon[116604]: 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-07T13:13:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:13:59 smithi028 ceph-mon[112123]: pgmap v15217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:13:59 smithi138 ceph-mon[117003]: pgmap v15217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:13:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:13:59 smithi161 ceph-mon[116604]: pgmap v15217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:01.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:01.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:01.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:01 smithi028 ceph-mon[112123]: pgmap v15218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:01 smithi138 ceph-mon[117003]: pgmap v15218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:01 smithi161 ceph-mon[116604]: pgmap v15218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:01.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:01.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:01.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:01.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:01.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:03 smithi028 ceph-mon[112123]: from='client.412128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:03 smithi028 ceph-mon[112123]: pgmap v15219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:03 smithi138 ceph-mon[117003]: from='client.412128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:03 smithi138 ceph-mon[117003]: pgmap v15219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:03 smithi161 ceph-mon[116604]: from='client.412128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:03 smithi161 ceph-mon[116604]: pgmap v15219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:05 smithi028 ceph-mon[112123]: pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:05 smithi138 ceph-mon[117003]: pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:05 smithi161 ceph-mon[116604]: pgmap v15220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:06.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:06.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:06.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:07 smithi028 ceph-mon[112123]: pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:07 smithi138 ceph-mon[117003]: pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:07.689 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:07.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:07.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:07.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:07.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:07 smithi161 ceph-mon[116604]: pgmap v15221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:09 smithi028 ceph-mon[112123]: from='client.412206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:09 smithi028 ceph-mon[112123]: 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-07T13:14:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:09 smithi138 ceph-mon[117003]: from='client.412206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:09 smithi138 ceph-mon[117003]: 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-07T13:14:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:09 smithi161 ceph-mon[116604]: from='client.412206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:09 smithi161 ceph-mon[116604]: 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-07T13:14:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:11 smithi138 ceph-mon[117003]: 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-07T13:14:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:11 smithi161 ceph-mon[116604]: 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-07T13:14:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:11 smithi028 ceph-mon[112123]: 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-07T13:14:12.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:12.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:12.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:13.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:13.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:13.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:13.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:13.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:13 smithi138 ceph-mon[117003]: 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-07T13:14:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:13 smithi161 ceph-mon[116604]: 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-07T13:14:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:13 smithi028 ceph-mon[112123]: 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-07T13:14:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:14 smithi138 ceph-mon[117003]: from='client.412281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:14 smithi161 ceph-mon[116604]: from='client.412281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:14 smithi028 ceph-mon[112123]: from='client.412281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:15 smithi138 ceph-mon[117003]: 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-07T13:14:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:15 smithi161 ceph-mon[116604]: 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-07T13:14:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:15 smithi028 ceph-mon[112123]: 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-07T13:14:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:17 smithi138 ceph-mon[117003]: 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-07T13:14:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:17 smithi161 ceph-mon[116604]: 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-07T13:14:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:17 smithi028 ceph-mon[112123]: 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-07T13:14:18.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:18.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:18.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:19.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:19.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:19.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:19.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:19.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:19 smithi138 ceph-mon[117003]: 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-07T13:14:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:19 smithi161 ceph-mon[116604]: 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-07T13:14:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:19 smithi028 ceph-mon[112123]: 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-07T13:14:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:20 smithi138 ceph-mon[117003]: from='client.412353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:20 smithi161 ceph-mon[116604]: from='client.412353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:20 smithi028 ceph-mon[112123]: from='client.412353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:21 smithi138 ceph-mon[117003]: pgmap v15228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:14:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:21 smithi161 ceph-mon[116604]: pgmap v15228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:14:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:21 smithi028 ceph-mon[112123]: pgmap v15228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:14:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:23 smithi138 ceph-mon[117003]: pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:14:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:23 smithi161 ceph-mon[116604]: pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:14:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:23 smithi028 ceph-mon[112123]: pgmap v15229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:14:24.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:24.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:24.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:25.055 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:25.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:25.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:25.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:25.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:25 smithi138 ceph-mon[117003]: pgmap v15230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:14:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:25 smithi161 ceph-mon[116604]: pgmap v15230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:14:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:25 smithi028 ceph-mon[112123]: pgmap v15230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:14:26.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:26 smithi138 ceph-mon[117003]: from='client.412431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:26 smithi161 ceph-mon[116604]: from='client.412431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:26 smithi028 ceph-mon[112123]: from='client.412431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:27 smithi138 ceph-mon[117003]: pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:27 smithi161 ceph-mon[116604]: pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:27 smithi028 ceph-mon[112123]: pgmap v15231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:29 smithi138 ceph-mon[117003]: pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:29 smithi161 ceph-mon[116604]: pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:29 smithi028 ceph-mon[112123]: pgmap v15232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:14:30.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:30.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:30.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:30.836 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:30.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:30.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:30.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:30.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:31 smithi138 ceph-mon[117003]: pgmap v15233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:31 smithi161 ceph-mon[116604]: pgmap v15233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:31 smithi028 ceph-mon[112123]: pgmap v15233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:32 smithi138 ceph-mon[117003]: from='client.412503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:32 smithi161 ceph-mon[116604]: from='client.412503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:32 smithi028 ceph-mon[112123]: from='client.412503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:33 smithi138 ceph-mon[117003]: pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:14:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:33 smithi161 ceph-mon[116604]: pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:14:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:33 smithi028 ceph-mon[112123]: pgmap v15234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:14:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:35 smithi138 ceph-mon[117003]: pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:14:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:35 smithi161 ceph-mon[116604]: pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:14:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:35 smithi028 ceph-mon[112123]: pgmap v15235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:14:35.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:35.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:35.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:36.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:36.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:36.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:36.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:36.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:37 smithi138 ceph-mon[117003]: pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:14:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:37 smithi138 ceph-mon[117003]: from='client.412578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:37 smithi161 ceph-mon[116604]: pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:14:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:37 smithi161 ceph-mon[116604]: from='client.412578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:37 smithi028 ceph-mon[112123]: pgmap v15236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:14:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:37 smithi028 ceph-mon[112123]: from='client.412578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:39 smithi138 ceph-mon[117003]: pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:39 smithi161 ceph-mon[116604]: pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:39 smithi028 ceph-mon[112123]: pgmap v15237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:41 smithi138 ceph-mon[117003]: pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:41.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:41.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:41.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:41 smithi161 ceph-mon[116604]: pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:41.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:41 smithi028 ceph-mon[112123]: pgmap v15238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:42.394 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:42.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:42.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:42.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:42.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:43 smithi138 ceph-mon[117003]: pgmap v15239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:43 smithi138 ceph-mon[117003]: from='client.412653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:43 smithi161 ceph-mon[116604]: pgmap v15239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:43 smithi161 ceph-mon[116604]: from='client.412653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:43 smithi028 ceph-mon[112123]: pgmap v15239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:43 smithi028 ceph-mon[112123]: from='client.412653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:45 smithi138 ceph-mon[117003]: pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:45 smithi161 ceph-mon[116604]: pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:45 smithi028 ceph-mon[112123]: pgmap v15240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:14:47.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:47.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:47.397 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:47 smithi138 ceph-mon[117003]: pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:47 smithi161 ceph-mon[116604]: pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:47 smithi028 ceph-mon[112123]: pgmap v15241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:14:48.182 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:48.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:48.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:48.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:48.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:14:48.644 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:14:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:14:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:49 smithi138 ceph-mon[117003]: 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-07T13:14:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:49 smithi138 ceph-mon[117003]: from='client.412731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:49 smithi161 ceph-mon[116604]: 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-07T13:14:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:49 smithi161 ceph-mon[116604]: from='client.412731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:49 smithi028 ceph-mon[112123]: 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-07T13:14:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:49 smithi028 ceph-mon[112123]: from='client.412731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:14:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:14:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:14:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:14:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:14:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:14:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:14:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:14:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:14:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:14:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:51 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15435M 2023-12-07T13:14:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:51 smithi138 ceph-mon[117003]: 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-07T13:14:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:51 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15435M 2023-12-07T13:14:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:51 smithi161 ceph-mon[116604]: 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-07T13:14:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:51 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15435M 2023-12-07T13:14:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:51 smithi028 ceph-mon[112123]: 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-07T13:14:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:52 smithi161 ceph-mon[116604]: 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-07T13:14:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:52 smithi028 ceph-mon[112123]: 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-07T13:14:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:52 smithi138 ceph-mon[117003]: 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-07T13:14:53.186 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:53.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:53.186 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:53.956 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:53.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:53.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:53.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:53.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:14:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:54 smithi138 ceph-mon[117003]: from='client.412806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:54 smithi138 ceph-mon[117003]: 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-07T13:14:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:54 smithi161 ceph-mon[116604]: from='client.412806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:54 smithi161 ceph-mon[116604]: 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-07T13:14:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:54 smithi028 ceph-mon[112123]: from='client.412806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:14:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:54 smithi028 ceph-mon[112123]: 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-07T13:14:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:56 smithi161 ceph-mon[116604]: 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-07T13:14:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:56 smithi028 ceph-mon[112123]: 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-07T13:14:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:56 smithi138 ceph-mon[117003]: 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-07T13:14:58.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:14:58.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:14:58.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:14:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:14:58 smithi161 ceph-mon[116604]: 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-07T13:14:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:14:58 smithi028 ceph-mon[112123]: 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-07T13:14:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:14:58 smithi138 ceph-mon[117003]: 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-07T13:14:59.728 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:14:59.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:14:59.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:14:59.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:14:59.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:00 smithi161 ceph-mon[116604]: from='client.412878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:00 smithi161 ceph-mon[116604]: pgmap v15248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:00 smithi028 ceph-mon[112123]: from='client.412878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:00 smithi028 ceph-mon[112123]: pgmap v15248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:00 smithi138 ceph-mon[117003]: from='client.412878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:00 smithi138 ceph-mon[117003]: pgmap v15248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:02 smithi161 ceph-mon[116604]: pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:02 smithi028 ceph-mon[112123]: pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:02 smithi138 ceph-mon[117003]: pgmap v15249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:04.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:04.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:04.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:04 smithi161 ceph-mon[116604]: pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:04 smithi028 ceph-mon[112123]: pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:04 smithi138 ceph-mon[117003]: pgmap v15250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:05.500 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:05.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:05.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:05.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:05.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:05 smithi161 ceph-mon[116604]: from='client.412956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:06.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:05 smithi028 ceph-mon[112123]: from='client.412956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:05 smithi138 ceph-mon[117003]: from='client.412956 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:06 smithi161 ceph-mon[116604]: pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:06 smithi028 ceph-mon[112123]: pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:06 smithi138 ceph-mon[117003]: pgmap v15251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:08 smithi161 ceph-mon[116604]: pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:08 smithi028 ceph-mon[112123]: pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:08 smithi138 ceph-mon[117003]: pgmap v15252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:10.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:10.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:10.503 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:10 smithi161 ceph-mon[116604]: pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:10 smithi028 ceph-mon[112123]: pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:11.285 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:11.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:11.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:11.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:11.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:10 smithi138 ceph-mon[117003]: pgmap v15253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:11 smithi161 ceph-mon[116604]: from='client.413028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:11 smithi028 ceph-mon[112123]: from='client.413028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:11 smithi138 ceph-mon[117003]: from='client.413028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:12 smithi161 ceph-mon[116604]: 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-07T13:15:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:12 smithi028 ceph-mon[112123]: 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-07T13:15:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:12 smithi138 ceph-mon[117003]: 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-07T13:15:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:14 smithi161 ceph-mon[116604]: 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-07T13:15:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:14 smithi028 ceph-mon[112123]: 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-07T13:15:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:14 smithi138 ceph-mon[117003]: 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-07T13:15:16.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:16.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:16.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:17.057 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:17.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:17.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:17.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:17.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:16 smithi161 ceph-mon[116604]: pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:16 smithi028 ceph-mon[112123]: pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:16 smithi138 ceph-mon[117003]: pgmap v15256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:17 smithi161 ceph-mon[116604]: from='client.413103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:17 smithi028 ceph-mon[112123]: from='client.413103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:17 smithi138 ceph-mon[117003]: from='client.413103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:18 smithi161 ceph-mon[116604]: pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:18 smithi028 ceph-mon[112123]: pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:18 smithi138 ceph-mon[117003]: pgmap v15257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:20 smithi161 ceph-mon[116604]: pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:20 smithi028 ceph-mon[112123]: pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:20 smithi138 ceph-mon[117003]: pgmap v15258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:22.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:22.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:22.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:22.840 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:22.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:22.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:22.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:22.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:22 smithi161 ceph-mon[116604]: pgmap v15259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:22 smithi028 ceph-mon[112123]: pgmap v15259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:22 smithi138 ceph-mon[117003]: pgmap v15259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:23 smithi161 ceph-mon[116604]: from='client.413178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:23 smithi028 ceph-mon[112123]: from='client.413178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:23 smithi138 ceph-mon[117003]: from='client.413178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:24 smithi161 ceph-mon[116604]: pgmap v15260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:24 smithi028 ceph-mon[112123]: pgmap v15260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:24 smithi138 ceph-mon[117003]: pgmap v15260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:26 smithi161 ceph-mon[116604]: pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:26 smithi028 ceph-mon[112123]: pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:26 smithi138 ceph-mon[117003]: pgmap v15261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:27.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:27.842 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:27.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:28.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:28.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:28.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:28.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:28.622 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:28 smithi161 ceph-mon[116604]: 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-07T13:15:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:28 smithi161 ceph-mon[116604]: from='client.413256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:28 smithi028 ceph-mon[112123]: 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-07T13:15:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:28 smithi028 ceph-mon[112123]: from='client.413256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:28 smithi138 ceph-mon[117003]: 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-07T13:15:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:28 smithi138 ceph-mon[117003]: from='client.413256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:30 smithi161 ceph-mon[116604]: 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-07T13:15:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:30 smithi028 ceph-mon[112123]: 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-07T13:15:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:30 smithi138 ceph-mon[117003]: 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-07T13:15:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:32 smithi161 ceph-mon[116604]: 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-07T13:15:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:32 smithi028 ceph-mon[112123]: 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-07T13:15:33.298 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:32 smithi138 ceph-mon[117003]: 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-07T13:15:33.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:33.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:33.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:34.398 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:34.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:34.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:34.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:34.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:34 smithi161 ceph-mon[116604]: 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-07T13:15:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:34 smithi161 ceph-mon[116604]: from='client.413334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:34 smithi028 ceph-mon[112123]: 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-07T13:15:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:34 smithi028 ceph-mon[112123]: from='client.413334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:34 smithi138 ceph-mon[117003]: 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-07T13:15:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:34 smithi138 ceph-mon[117003]: from='client.413334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:36 smithi161 ceph-mon[116604]: pgmap v15266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:15:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:36 smithi028 ceph-mon[112123]: pgmap v15266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:15:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:36 smithi138 ceph-mon[117003]: pgmap v15266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:15:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:38 smithi161 ceph-mon[116604]: pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:15:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:38 smithi028 ceph-mon[112123]: pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:15:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:38 smithi138 ceph-mon[117003]: pgmap v15267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:15:39.400 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:39.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:39.401 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:40.177 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:40.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:40.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:40.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:40.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:40 smithi161 ceph-mon[116604]: pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:40 smithi161 ceph-mon[116604]: from='client.413406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:40 smithi028 ceph-mon[112123]: pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:40 smithi028 ceph-mon[112123]: from='client.413406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:40 smithi138 ceph-mon[117003]: pgmap v15268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:40 smithi138 ceph-mon[117003]: from='client.413406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:42 smithi161 ceph-mon[116604]: pgmap v15269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:42 smithi028 ceph-mon[112123]: pgmap v15269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:42 smithi138 ceph-mon[117003]: pgmap v15269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:45.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:45.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:45.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:44 smithi161 ceph-mon[116604]: pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:44 smithi028 ceph-mon[112123]: pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:44 smithi138 ceph-mon[117003]: pgmap v15270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:15:45.947 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:45.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:45.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:45.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:45.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:46 smithi138 ceph-mon[117003]: from='client.413472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:46 smithi138 ceph-mon[117003]: pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:46 smithi161 ceph-mon[116604]: from='client.413472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:46 smithi161 ceph-mon[116604]: pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:46 smithi028 ceph-mon[112123]: from='client.413472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:46 smithi028 ceph-mon[112123]: pgmap v15271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:48 smithi161 ceph-mon[116604]: pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:15:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:48 smithi028 ceph-mon[112123]: pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:15:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:48 smithi138 ceph-mon[117003]: pgmap v15272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:15:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:15:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:15:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:15:50.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:50.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:50.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:50 smithi161 ceph-mon[116604]: pgmap v15273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:15:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:15:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:15:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:15:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:50 smithi028 ceph-mon[112123]: pgmap v15273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:15:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:15:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:15:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:15:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:50 smithi138 ceph-mon[117003]: pgmap v15273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:15:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:15:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:15:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:15:51.717 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:51.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:51.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:51.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:51.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:52 smithi161 ceph-mon[116604]: from='client.413550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:52 smithi161 ceph-mon[116604]: pgmap v15274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:52 smithi028 ceph-mon[112123]: from='client.413550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:52 smithi028 ceph-mon[112123]: pgmap v15274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:52 smithi138 ceph-mon[117003]: from='client.413550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:52 smithi138 ceph-mon[117003]: pgmap v15274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:54 smithi161 ceph-mon[116604]: pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:54 smithi028 ceph-mon[112123]: pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:54 smithi138 ceph-mon[117003]: pgmap v15275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:56.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:15:56.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:15:56.720 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:15:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:56 smithi138 ceph-mon[117003]: pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:56 smithi161 ceph-mon[116604]: pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:56 smithi028 ceph-mon[112123]: pgmap v15276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:15:57.495 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:15:57.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:15:57.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:15:57.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:15:57.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:15:58.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:57 smithi138 ceph-mon[117003]: from='client.413622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:57 smithi161 ceph-mon[116604]: from='client.413622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:57 smithi028 ceph-mon[112123]: from='client.413622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:15:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:15:58 smithi138 ceph-mon[117003]: pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:15:58 smithi161 ceph-mon[116604]: pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:15:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:15:58 smithi028 ceph-mon[112123]: pgmap v15277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:00 smithi138 ceph-mon[117003]: pgmap v15278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:00 smithi161 ceph-mon[116604]: pgmap v15278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:00 smithi028 ceph-mon[112123]: pgmap v15278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:02.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:02.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:02.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:02 smithi138 ceph-mon[117003]: pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:02 smithi161 ceph-mon[116604]: pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:02 smithi028 ceph-mon[112123]: pgmap v15279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:03.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:03.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:03.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:03.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:03.273 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:04.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:03 smithi138 ceph-mon[117003]: from='client.413700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:03 smithi161 ceph-mon[116604]: from='client.413700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:03 smithi028 ceph-mon[112123]: from='client.413700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:04 smithi138 ceph-mon[117003]: pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:04 smithi161 ceph-mon[116604]: pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:04 smithi028 ceph-mon[112123]: pgmap v15280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:06 smithi138 ceph-mon[117003]: pgmap v15281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:06 smithi161 ceph-mon[116604]: pgmap v15281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:06 smithi028 ceph-mon[112123]: pgmap v15281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:08.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:08.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:08.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:09.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:09.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:09.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:09.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:09.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:08 smithi161 ceph-mon[116604]: 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-07T13:16:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:08 smithi028 ceph-mon[112123]: 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-07T13:16:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:08 smithi138 ceph-mon[117003]: 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-07T13:16:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:09 smithi161 ceph-mon[116604]: from='client.413775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:09 smithi028 ceph-mon[112123]: from='client.413775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:09 smithi138 ceph-mon[117003]: from='client.413775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:10 smithi161 ceph-mon[116604]: 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-07T13:16:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:10 smithi028 ceph-mon[112123]: 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-07T13:16:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:10 smithi138 ceph-mon[117003]: 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-07T13:16:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:12 smithi161 ceph-mon[116604]: 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-07T13:16:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:12 smithi028 ceph-mon[112123]: 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-07T13:16:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:12 smithi138 ceph-mon[117003]: 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-07T13:16:14.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:14.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:14.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:14.823 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:14.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:14.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:14.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:14.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:14 smithi161 ceph-mon[116604]: 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-07T13:16:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:14 smithi028 ceph-mon[112123]: 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-07T13:16:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:14 smithi138 ceph-mon[117003]: 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-07T13:16:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:15 smithi161 ceph-mon[116604]: from='client.413850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:15 smithi028 ceph-mon[112123]: from='client.413850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:15 smithi138 ceph-mon[117003]: from='client.413850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:16 smithi161 ceph-mon[116604]: pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:16 smithi028 ceph-mon[112123]: pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:16 smithi138 ceph-mon[117003]: pgmap v15286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:18 smithi161 ceph-mon[116604]: pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:18 smithi028 ceph-mon[112123]: pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:18 smithi138 ceph-mon[117003]: pgmap v15287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:19.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:19.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:19.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:20.604 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:20.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:20.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:20.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:20.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:20 smithi161 ceph-mon[116604]: pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:20 smithi161 ceph-mon[116604]: from='client.413919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:20 smithi028 ceph-mon[112123]: pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:20 smithi028 ceph-mon[112123]: from='client.413919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:20 smithi138 ceph-mon[117003]: pgmap v15288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:20 smithi138 ceph-mon[117003]: from='client.413919 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:22 smithi161 ceph-mon[116604]: pgmap v15289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:22 smithi028 ceph-mon[112123]: pgmap v15289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:22 smithi138 ceph-mon[117003]: pgmap v15289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:24 smithi161 ceph-mon[116604]: pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:24 smithi028 ceph-mon[112123]: pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:24 smithi138 ceph-mon[117003]: pgmap v15290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:25.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:25.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:25.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:26.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:26.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:26.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:26.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:26.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:26 smithi138 ceph-mon[117003]: pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:26 smithi138 ceph-mon[117003]: from='client.413991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:26 smithi161 ceph-mon[116604]: pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:26 smithi161 ceph-mon[116604]: from='client.413991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:26 smithi028 ceph-mon[112123]: pgmap v15291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:26 smithi028 ceph-mon[112123]: from='client.413991 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:28 smithi161 ceph-mon[116604]: 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-07T13:16:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:28 smithi028 ceph-mon[112123]: 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-07T13:16:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:28 smithi138 ceph-mon[117003]: 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-07T13:16:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:30 smithi161 ceph-mon[116604]: pgmap v15293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:30 smithi028 ceph-mon[112123]: pgmap v15293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:30 smithi138 ceph-mon[117003]: pgmap v15293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:31.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:31.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:31.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:32.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:32.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:32.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:32.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:32.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:32 smithi161 ceph-mon[116604]: from='client.414066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:32 smithi161 ceph-mon[116604]: pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:32 smithi028 ceph-mon[112123]: from='client.414066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:32 smithi028 ceph-mon[112123]: pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:32 smithi138 ceph-mon[117003]: from='client.414066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:32 smithi138 ceph-mon[117003]: pgmap v15294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:34 smithi161 ceph-mon[116604]: pgmap v15295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:34 smithi028 ceph-mon[112123]: pgmap v15295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:35.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:34 smithi138 ceph-mon[117003]: pgmap v15295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:36 smithi138 ceph-mon[117003]: pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:37.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:37.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:37.146 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:36 smithi161 ceph-mon[116604]: pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:36 smithi028 ceph-mon[112123]: pgmap v15296: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:37.925 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:37.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:37.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:37.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:37.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:38 smithi161 ceph-mon[116604]: from='client.414144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:38 smithi161 ceph-mon[116604]: pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:38 smithi028 ceph-mon[112123]: from='client.414144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:38 smithi028 ceph-mon[112123]: pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:38 smithi138 ceph-mon[117003]: from='client.414144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:38 smithi138 ceph-mon[117003]: pgmap v15297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:40 smithi161 ceph-mon[116604]: pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:40 smithi028 ceph-mon[112123]: pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:40 smithi138 ceph-mon[117003]: pgmap v15298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:42.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:42.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:42.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:42 smithi161 ceph-mon[116604]: pgmap v15299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:42 smithi028 ceph-mon[112123]: pgmap v15299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:42 smithi138 ceph-mon[117003]: pgmap v15299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:43.706 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:43.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:43.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:43.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:43.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:43 smithi161 ceph-mon[116604]: from='client.414219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:43 smithi028 ceph-mon[112123]: from='client.414219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:43 smithi138 ceph-mon[117003]: from='client.414219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:44 smithi161 ceph-mon[116604]: pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:44 smithi028 ceph-mon[112123]: pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:44 smithi138 ceph-mon[117003]: pgmap v15300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:46 smithi138 ceph-mon[117003]: pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:46 smithi161 ceph-mon[116604]: pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:46 smithi028 ceph-mon[112123]: pgmap v15301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:16:48.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:48.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:48.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:48 smithi161 ceph-mon[116604]: 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-07T13:16:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:48 smithi028 ceph-mon[112123]: 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-07T13:16:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:48 smithi138 ceph-mon[117003]: 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-07T13:16:49.477 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:49.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:49.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:49.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:49.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:50.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:49 smithi161 ceph-mon[116604]: from='client.414291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:49 smithi028 ceph-mon[112123]: from='client.414291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:49 smithi138 ceph-mon[117003]: from='client.414291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:50 smithi161 ceph-mon[116604]: pgmap v15303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:16:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:16:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:50 smithi028 ceph-mon[112123]: pgmap v15303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:16:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:16:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:50 smithi138 ceph-mon[117003]: pgmap v15303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:16:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:16:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:16:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:16:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:16:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:16:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:16:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:16:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:16:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:16:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:16:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:52 smithi138 ceph-mon[117003]: pgmap v15304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:52 smithi161 ceph-mon[116604]: pgmap v15304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:52 smithi028 ceph-mon[112123]: pgmap v15304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:54.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:16:54.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:16:54.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:16:55.256 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:16:55.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:16:55.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:16:55.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:16:55.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:16:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:54 smithi138 ceph-mon[117003]: pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:54 smithi161 ceph-mon[116604]: pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:54 smithi028 ceph-mon[112123]: pgmap v15305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:16:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:55 smithi138 ceph-mon[117003]: from='client.414366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:55 smithi161 ceph-mon[116604]: from='client.414366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:55 smithi028 ceph-mon[112123]: from='client.414366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:16:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:56 smithi138 ceph-mon[117003]: pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:56 smithi161 ceph-mon[116604]: pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:56 smithi028 ceph-mon[112123]: pgmap v15306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:16:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:16:58 smithi138 ceph-mon[117003]: pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:16:58 smithi161 ceph-mon[116604]: pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:16:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:16:58 smithi028 ceph-mon[112123]: pgmap v15307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:00.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:00.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:00.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:01.035 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:01.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:01.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:01.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:01.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:00 smithi138 ceph-mon[117003]: pgmap v15308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:00 smithi161 ceph-mon[116604]: pgmap v15308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:00 smithi028 ceph-mon[112123]: pgmap v15308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:01 smithi138 ceph-mon[117003]: from='client.414444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:01 smithi161 ceph-mon[116604]: from='client.414444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:01 smithi028 ceph-mon[112123]: from='client.414444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:02 smithi138 ceph-mon[117003]: pgmap v15309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:17:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:02 smithi161 ceph-mon[116604]: pgmap v15309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:17:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:02 smithi028 ceph-mon[112123]: pgmap v15309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:17:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:04 smithi138 ceph-mon[117003]: pgmap v15310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:17:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:04 smithi161 ceph-mon[116604]: pgmap v15310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:17:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:04 smithi028 ceph-mon[112123]: pgmap v15310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:17:06.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:06.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:06.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:06.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:06.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:06.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:06.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:06.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:06 smithi138 ceph-mon[117003]: pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:17:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:06 smithi161 ceph-mon[116604]: pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:17:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:06 smithi028 ceph-mon[112123]: pgmap v15311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:17:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:07 smithi138 ceph-mon[117003]: from='client.414519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:07 smithi161 ceph-mon[116604]: from='client.414519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:07 smithi028 ceph-mon[112123]: from='client.414519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:08 smithi138 ceph-mon[117003]: 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-07T13:17:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:08 smithi161 ceph-mon[116604]: 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-07T13:17:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:08 smithi028 ceph-mon[112123]: 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-07T13:17:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:10 smithi161 ceph-mon[116604]: pgmap v15313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:10 smithi028 ceph-mon[112123]: pgmap v15313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:10 smithi138 ceph-mon[117003]: pgmap v15313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:11.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:11.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:11.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:12.586 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:12.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:12.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:12.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:12.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:12 smithi161 ceph-mon[116604]: pgmap v15314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:12 smithi161 ceph-mon[116604]: from='client.414591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:12 smithi028 ceph-mon[112123]: pgmap v15314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:12 smithi028 ceph-mon[112123]: from='client.414591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:12 smithi138 ceph-mon[117003]: pgmap v15314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:12 smithi138 ceph-mon[117003]: from='client.414591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:14 smithi161 ceph-mon[116604]: pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:14 smithi028 ceph-mon[112123]: pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:14 smithi138 ceph-mon[117003]: pgmap v15315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:16 smithi138 ceph-mon[117003]: pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:16 smithi161 ceph-mon[116604]: pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:16 smithi028 ceph-mon[112123]: pgmap v15316: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:17.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:17.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:17.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:18.363 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:18.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:18.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:18.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:18.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:18 smithi161 ceph-mon[116604]: pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:18 smithi161 ceph-mon[116604]: from='client.414669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:18 smithi028 ceph-mon[112123]: pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:18 smithi028 ceph-mon[112123]: from='client.414669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:18 smithi138 ceph-mon[117003]: pgmap v15317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:18 smithi138 ceph-mon[117003]: from='client.414669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:20 smithi161 ceph-mon[116604]: pgmap v15318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:20 smithi028 ceph-mon[112123]: pgmap v15318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:20 smithi138 ceph-mon[117003]: pgmap v15318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:22 smithi161 ceph-mon[116604]: 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-07T13:17:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:22 smithi028 ceph-mon[112123]: 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-07T13:17:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:22 smithi138 ceph-mon[117003]: 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-07T13:17:23.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:23.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:23.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:24.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:24.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:24.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:24.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:24.138 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:24 smithi161 ceph-mon[116604]: from='client.414741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:24 smithi161 ceph-mon[116604]: 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-07T13:17:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:24 smithi028 ceph-mon[112123]: from='client.414741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:24 smithi028 ceph-mon[112123]: 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-07T13:17:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:24 smithi138 ceph-mon[117003]: from='client.414741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:24 smithi138 ceph-mon[117003]: 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-07T13:17:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:26 smithi138 ceph-mon[117003]: pgmap v15321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:17:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:26 smithi161 ceph-mon[116604]: pgmap v15321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:17:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:26 smithi028 ceph-mon[112123]: pgmap v15321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:17:29.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:29.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:29.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:28 smithi161 ceph-mon[116604]: pgmap v15322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:17:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:28 smithi028 ceph-mon[112123]: pgmap v15322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:17:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:28 smithi138 ceph-mon[117003]: pgmap v15322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:17:29.929 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:29.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:29.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:29.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:29.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:30 smithi161 ceph-mon[116604]: from='client.414813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:30 smithi161 ceph-mon[116604]: pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:30 smithi028 ceph-mon[112123]: from='client.414813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:30 smithi028 ceph-mon[112123]: pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:30 smithi138 ceph-mon[117003]: from='client.414813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:30 smithi138 ceph-mon[117003]: pgmap v15323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:32 smithi161 ceph-mon[116604]: pgmap v15324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:32 smithi028 ceph-mon[112123]: pgmap v15324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:32 smithi138 ceph-mon[117003]: pgmap v15324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:34.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:34.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:34.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:34 smithi161 ceph-mon[116604]: pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:34 smithi028 ceph-mon[112123]: pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:34 smithi138 ceph-mon[117003]: pgmap v15325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:17:35.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:35.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:35.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:35.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:35.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:35 smithi161 ceph-mon[116604]: from='client.414888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:35 smithi028 ceph-mon[112123]: from='client.414888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:35 smithi138 ceph-mon[117003]: from='client.414888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:36 smithi161 ceph-mon[116604]: pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:36 smithi028 ceph-mon[112123]: pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:36 smithi138 ceph-mon[117003]: pgmap v15326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:38 smithi161 ceph-mon[116604]: pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:17:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:38 smithi028 ceph-mon[112123]: pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:17:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:38 smithi138 ceph-mon[117003]: pgmap v15327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:17:40.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:40.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:40.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:40 smithi161 ceph-mon[116604]: pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:17:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:40 smithi028 ceph-mon[112123]: pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:17:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:40 smithi138 ceph-mon[117003]: pgmap v15328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:17:41.481 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:41.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:41.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:41.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:41.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:41 smithi161 ceph-mon[116604]: from='client.414966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:41 smithi028 ceph-mon[112123]: from='client.414966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:41 smithi138 ceph-mon[117003]: from='client.414966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:42 smithi161 ceph-mon[116604]: 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-07T13:17:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:42 smithi028 ceph-mon[112123]: 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-07T13:17:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:42 smithi138 ceph-mon[117003]: 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-07T13:17:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:44 smithi161 ceph-mon[116604]: 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-07T13:17:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:44 smithi028 ceph-mon[112123]: 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-07T13:17:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:44 smithi138 ceph-mon[117003]: 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-07T13:17:46.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:46.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:46.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:46 smithi138 ceph-mon[117003]: 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-07T13:17:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:46 smithi161 ceph-mon[116604]: 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-07T13:17:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:46 smithi028 ceph-mon[112123]: 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-07T13:17:47.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:47.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:47.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:47.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:47.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:47 smithi138 ceph-mon[117003]: from='client.415041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:47 smithi161 ceph-mon[116604]: from='client.415041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:47 smithi028 ceph-mon[112123]: from='client.415041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:48 smithi138 ceph-mon[117003]: 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-07T13:17:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:48 smithi161 ceph-mon[116604]: 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-07T13:17:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:48 smithi028 ceph-mon[112123]: 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-07T13:17:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:50 smithi161 ceph-mon[116604]: pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:50 smithi028 ceph-mon[112123]: pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:50 smithi138 ceph-mon[117003]: pgmap v15333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:17:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:17:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:17:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:17:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:17:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:17:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:17:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:17:52.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:52.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:52.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:17:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:17:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:17:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:17:53.037 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:53.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:53.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:53.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:53.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:52 smithi161 ceph-mon[116604]: pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:52 smithi028 ceph-mon[112123]: pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:52 smithi138 ceph-mon[117003]: pgmap v15334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:53 smithi161 ceph-mon[116604]: from='client.415113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:53 smithi028 ceph-mon[112123]: from='client.415113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:53 smithi138 ceph-mon[117003]: from='client.415113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:17:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:54 smithi161 ceph-mon[116604]: pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:54 smithi028 ceph-mon[112123]: pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:54 smithi138 ceph-mon[117003]: pgmap v15335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:56 smithi138 ceph-mon[117003]: pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:56 smithi161 ceph-mon[116604]: pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:56 smithi028 ceph-mon[112123]: pgmap v15336: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:17:58.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:17:58.039 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:17:58.039 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:17:58.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:17:58.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:17:58.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:17:58.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:17:58.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:17:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:58 smithi161 ceph-mon[116604]: pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:58 smithi028 ceph-mon[112123]: pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:17:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:58 smithi138 ceph-mon[117003]: pgmap v15337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:00.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:17:59 smithi161 ceph-mon[116604]: from='client.415191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:00.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:17:59 smithi028 ceph-mon[112123]: from='client.415191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:00.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:17:59 smithi138 ceph-mon[117003]: from='client.415191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:00 smithi161 ceph-mon[116604]: pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:00 smithi028 ceph-mon[112123]: pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:00 smithi138 ceph-mon[117003]: pgmap v15338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:02 smithi161 ceph-mon[116604]: 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-07T13:18:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:02 smithi028 ceph-mon[112123]: 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-07T13:18:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:02 smithi138 ceph-mon[117003]: 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-07T13:18:03.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:03.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:03.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:04.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:04.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:04.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:04.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:04.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:04 smithi161 ceph-mon[116604]: 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-07T13:18:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:04 smithi161 ceph-mon[116604]: from='client.415269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:04 smithi028 ceph-mon[112123]: 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-07T13:18:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:04 smithi028 ceph-mon[112123]: from='client.415269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:04 smithi138 ceph-mon[117003]: 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-07T13:18:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:04 smithi138 ceph-mon[117003]: from='client.415269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:06 smithi138 ceph-mon[117003]: pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:06 smithi161 ceph-mon[116604]: pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:06 smithi028 ceph-mon[112123]: pgmap v15341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:08 smithi161 ceph-mon[116604]: pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:08 smithi028 ceph-mon[112123]: pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:08 smithi138 ceph-mon[117003]: pgmap v15342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:09.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:09.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:09.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:10.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:10.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:10.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:10.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:10.362 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:10 smithi161 ceph-mon[116604]: pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:10 smithi161 ceph-mon[116604]: from='client.415344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:10 smithi028 ceph-mon[112123]: pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:10 smithi028 ceph-mon[112123]: from='client.415344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:10 smithi138 ceph-mon[117003]: pgmap v15343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:10 smithi138 ceph-mon[117003]: from='client.415344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:12 smithi161 ceph-mon[116604]: pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:12 smithi028 ceph-mon[112123]: pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:12 smithi138 ceph-mon[117003]: pgmap v15344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:14 smithi161 ceph-mon[116604]: pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:14 smithi028 ceph-mon[112123]: pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:14 smithi138 ceph-mon[117003]: pgmap v15345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:15.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:15.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:15.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:16.134 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:16.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:16.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:16.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:16.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:16 smithi138 ceph-mon[117003]: from='client.415416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:16 smithi138 ceph-mon[117003]: pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:16 smithi161 ceph-mon[116604]: from='client.415416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:16 smithi161 ceph-mon[116604]: pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:16 smithi028 ceph-mon[112123]: from='client.415416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:16 smithi028 ceph-mon[112123]: pgmap v15346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:18 smithi161 ceph-mon[116604]: 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-07T13:18:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:18 smithi028 ceph-mon[112123]: 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-07T13:18:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:18 smithi138 ceph-mon[117003]: 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-07T13:18:21.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:21.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:21.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:20 smithi161 ceph-mon[116604]: 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-07T13:18:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:20 smithi028 ceph-mon[112123]: 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-07T13:18:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:20 smithi138 ceph-mon[117003]: 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-07T13:18:21.931 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:21.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:21.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:21.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:21.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:22 smithi161 ceph-mon[116604]: from='client.415494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:22 smithi161 ceph-mon[116604]: 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-07T13:18:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:22 smithi028 ceph-mon[112123]: from='client.415494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:22 smithi028 ceph-mon[112123]: 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-07T13:18:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:22 smithi138 ceph-mon[117003]: from='client.415494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:22 smithi138 ceph-mon[117003]: 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-07T13:18:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:24 smithi161 ceph-mon[116604]: 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-07T13:18:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:24 smithi028 ceph-mon[112123]: 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-07T13:18:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:24 smithi138 ceph-mon[117003]: 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-07T13:18:26.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:26.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:26.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:26 smithi161 ceph-mon[116604]: 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-07T13:18:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:26 smithi028 ceph-mon[112123]: 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-07T13:18:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:26 smithi138 ceph-mon[117003]: 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-07T13:18:27.714 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:27.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:27.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:27.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:27.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:27 smithi161 ceph-mon[116604]: from='client.415569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:27 smithi028 ceph-mon[112123]: from='client.415569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:27 smithi138 ceph-mon[117003]: from='client.415569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:28 smithi161 ceph-mon[116604]: 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-07T13:18:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:28 smithi028 ceph-mon[112123]: 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-07T13:18:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:28 smithi138 ceph-mon[117003]: 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-07T13:18:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:30 smithi161 ceph-mon[116604]: pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:30 smithi028 ceph-mon[112123]: pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:30 smithi138 ceph-mon[117003]: pgmap v15353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:32.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:32.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:32.716 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:32 smithi161 ceph-mon[116604]: pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:32 smithi028 ceph-mon[112123]: pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:32 smithi138 ceph-mon[117003]: pgmap v15354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:33.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:33.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:33.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:33.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:33.486 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:33 smithi161 ceph-mon[116604]: from='client.415647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:33 smithi028 ceph-mon[112123]: from='client.415647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:33 smithi138 ceph-mon[117003]: from='client.415647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:34 smithi161 ceph-mon[116604]: pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:34 smithi028 ceph-mon[112123]: pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:34 smithi138 ceph-mon[117003]: pgmap v15355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:36 smithi138 ceph-mon[117003]: pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:36 smithi161 ceph-mon[116604]: pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:36 smithi028 ceph-mon[112123]: pgmap v15356: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:18:38.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:38.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:38.487 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:38 smithi161 ceph-mon[116604]: pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:38 smithi028 ceph-mon[112123]: pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:39.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:39.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:39.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:39.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:39.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:38 smithi138 ceph-mon[117003]: pgmap v15357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:39 smithi161 ceph-mon[116604]: from='client.415722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:39 smithi028 ceph-mon[112123]: from='client.415722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:39 smithi138 ceph-mon[117003]: from='client.415722 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:40 smithi161 ceph-mon[116604]: pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:18:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:40 smithi028 ceph-mon[112123]: pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:18:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:40 smithi138 ceph-mon[117003]: pgmap v15358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:18:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:42 smithi161 ceph-mon[116604]: pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:18:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:42 smithi028 ceph-mon[112123]: pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:18:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:42 smithi138 ceph-mon[117003]: pgmap v15359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:18:44.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:44.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:44.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:45.046 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:45.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:45.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:45.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:45.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:44 smithi161 ceph-mon[116604]: pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:18:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:44 smithi028 ceph-mon[112123]: pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:18:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:44 smithi138 ceph-mon[117003]: pgmap v15360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:18:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:45 smithi161 ceph-mon[116604]: from='client.415797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:45 smithi028 ceph-mon[112123]: from='client.415797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:45 smithi138 ceph-mon[117003]: from='client.415797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:46 smithi161 ceph-mon[116604]: pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:46 smithi028 ceph-mon[112123]: pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:46 smithi138 ceph-mon[117003]: pgmap v15361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:48 smithi161 ceph-mon[116604]: pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:48 smithi028 ceph-mon[112123]: pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:48 smithi138 ceph-mon[117003]: pgmap v15362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:18:50.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:50.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:50.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:50.819 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:50.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:50.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:50.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:50.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:50 smithi161 ceph-mon[116604]: pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:50 smithi028 ceph-mon[112123]: pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:50 smithi138 ceph-mon[117003]: pgmap v15363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:18:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:51 smithi161 ceph-mon[116604]: from='client.415872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:51 smithi028 ceph-mon[112123]: from='client.415872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:52.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:51 smithi138 ceph-mon[117003]: from='client.415872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:52 smithi161 ceph-mon[116604]: pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:18:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:18:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:18:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:18:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:18:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:52 smithi028 ceph-mon[112123]: pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:18:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:18:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:18:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:18:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:18:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:52 smithi138 ceph-mon[117003]: pgmap v15364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:18:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:18:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:18:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:18:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:18:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:54 smithi161 ceph-mon[116604]: pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:18:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:54 smithi028 ceph-mon[112123]: pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:18:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:54 smithi138 ceph-mon[117003]: pgmap v15365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:18:55.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:18:55.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:18:55.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:18:56.590 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:18:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:18:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:18:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:18:56.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:18:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:56 smithi161 ceph-mon[116604]: pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:18:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:56 smithi161 ceph-mon[116604]: from='client.415950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:56 smithi028 ceph-mon[112123]: pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:18:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:56 smithi028 ceph-mon[112123]: from='client.415950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:56 smithi138 ceph-mon[117003]: pgmap v15366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:18:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:56 smithi138 ceph-mon[117003]: from='client.415950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:18:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:18:58 smithi161 ceph-mon[116604]: 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-07T13:18:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:18:58 smithi028 ceph-mon[112123]: 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-07T13:18:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:18:58 smithi138 ceph-mon[117003]: 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-07T13:19:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:00 smithi161 ceph-mon[116604]: 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-07T13:19:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:00 smithi028 ceph-mon[112123]: 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-07T13:19:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:00 smithi138 ceph-mon[117003]: 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-07T13:19:01.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:01.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:01.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:02.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:02.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:02.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:02.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:02.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:02 smithi161 ceph-mon[116604]: 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-07T13:19:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:02 smithi161 ceph-mon[116604]: from='client.416028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:02 smithi028 ceph-mon[112123]: 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-07T13:19:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:02 smithi028 ceph-mon[112123]: from='client.416028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:02 smithi138 ceph-mon[117003]: 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-07T13:19:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:02 smithi138 ceph-mon[117003]: from='client.416028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:04 smithi161 ceph-mon[116604]: 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-07T13:19:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:04 smithi028 ceph-mon[112123]: 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-07T13:19:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:04 smithi138 ceph-mon[117003]: 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-07T13:19:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:06 smithi161 ceph-mon[116604]: 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-07T13:19:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:06 smithi028 ceph-mon[112123]: 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-07T13:19:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:06 smithi138 ceph-mon[117003]: 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-07T13:19:07.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:07.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:07.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:08.169 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:08.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:08.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:08.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:08.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:08 smithi161 ceph-mon[116604]: from='client.416106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:08 smithi161 ceph-mon[116604]: 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-07T13:19:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:08 smithi028 ceph-mon[112123]: from='client.416106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:08 smithi028 ceph-mon[112123]: 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-07T13:19:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:08 smithi138 ceph-mon[117003]: from='client.416106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:08 smithi138 ceph-mon[117003]: 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-07T13:19:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:10 smithi161 ceph-mon[116604]: pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:10 smithi028 ceph-mon[112123]: pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:10 smithi138 ceph-mon[117003]: pgmap v15373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:13.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:13.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:13.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:12 smithi161 ceph-mon[116604]: pgmap v15374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:12 smithi028 ceph-mon[112123]: pgmap v15374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:12 smithi138 ceph-mon[117003]: pgmap v15374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:13.946 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:13.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:13.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:13.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:13.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:14 smithi161 ceph-mon[116604]: from='client.416181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:14 smithi161 ceph-mon[116604]: pgmap v15375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:14 smithi028 ceph-mon[112123]: from='client.416181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:14 smithi028 ceph-mon[112123]: pgmap v15375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:14 smithi138 ceph-mon[117003]: from='client.416181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:14 smithi138 ceph-mon[117003]: pgmap v15375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:16 smithi161 ceph-mon[116604]: pgmap v15376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:16 smithi028 ceph-mon[112123]: pgmap v15376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:16 smithi138 ceph-mon[117003]: pgmap v15376: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:18.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:18.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:18.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:18 smithi161 ceph-mon[116604]: pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:18 smithi028 ceph-mon[112123]: pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:18 smithi138 ceph-mon[117003]: pgmap v15377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:19.722 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:19.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:19.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:19.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:19.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:19 smithi161 ceph-mon[116604]: from='client.416259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:19 smithi028 ceph-mon[112123]: from='client.416259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:19 smithi138 ceph-mon[117003]: from='client.416259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:20 smithi161 ceph-mon[116604]: 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-07T13:19:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:20 smithi028 ceph-mon[112123]: 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-07T13:19:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:20 smithi138 ceph-mon[117003]: 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-07T13:19:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:22 smithi161 ceph-mon[116604]: pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:22 smithi028 ceph-mon[112123]: pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:22 smithi138 ceph-mon[117003]: pgmap v15379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:24.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:24.724 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:24.724 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:24 smithi161 ceph-mon[116604]: pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:24 smithi028 ceph-mon[112123]: pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:24 smithi138 ceph-mon[117003]: pgmap v15380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:25.502 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:25.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:25.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:25.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:25.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:25 smithi161 ceph-mon[116604]: from='client.416334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:25 smithi028 ceph-mon[112123]: from='client.416334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:25 smithi138 ceph-mon[117003]: from='client.416334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:26 smithi161 ceph-mon[116604]: pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:26 smithi028 ceph-mon[112123]: pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:26 smithi138 ceph-mon[117003]: pgmap v15381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:28 smithi161 ceph-mon[116604]: pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:28 smithi028 ceph-mon[112123]: pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:28 smithi138 ceph-mon[117003]: pgmap v15382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:19:30.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:30.504 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:30.504 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:30 smithi161 ceph-mon[116604]: pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:30 smithi028 ceph-mon[112123]: pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:31.277 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:31.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:31.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:31.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:31.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:30 smithi138 ceph-mon[117003]: pgmap v15383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:32.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:31 smithi161 ceph-mon[116604]: from='client.416409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:31 smithi028 ceph-mon[112123]: from='client.416409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:31 smithi138 ceph-mon[117003]: from='client.416409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:32 smithi161 ceph-mon[116604]: 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-07T13:19:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:32 smithi028 ceph-mon[112123]: 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-07T13:19:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:32 smithi138 ceph-mon[117003]: 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-07T13:19:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:34 smithi161 ceph-mon[116604]: 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-07T13:19:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:34 smithi028 ceph-mon[112123]: 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-07T13:19:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:34 smithi138 ceph-mon[117003]: 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-07T13:19:36.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:36.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:36.279 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:37.061 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:37.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:37.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:37.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:37.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:36 smithi161 ceph-mon[116604]: 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-07T13:19:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:36 smithi028 ceph-mon[112123]: 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-07T13:19:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:36 smithi138 ceph-mon[117003]: 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-07T13:19:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:37 smithi161 ceph-mon[116604]: from='client.416481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:37 smithi028 ceph-mon[112123]: from='client.416481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:37 smithi138 ceph-mon[117003]: from='client.416481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:38 smithi161 ceph-mon[116604]: 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-07T13:19:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:38 smithi028 ceph-mon[112123]: 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-07T13:19:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:38 smithi138 ceph-mon[117003]: 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-07T13:19:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:40 smithi161 ceph-mon[116604]: 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-07T13:19:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:40 smithi028 ceph-mon[112123]: 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-07T13:19:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:40 smithi138 ceph-mon[117003]: 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-07T13:19:42.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:42.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:42.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:42.845 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:42.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:42.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:42.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:42.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:42 smithi161 ceph-mon[116604]: 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-07T13:19:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:42 smithi028 ceph-mon[112123]: 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-07T13:19:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:42 smithi138 ceph-mon[117003]: 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-07T13:19:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:43 smithi161 ceph-mon[116604]: from='client.416559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:43 smithi028 ceph-mon[112123]: from='client.416559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:43 smithi138 ceph-mon[117003]: from='client.416559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:44 smithi161 ceph-mon[116604]: 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-07T13:19:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:44 smithi028 ceph-mon[112123]: 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-07T13:19:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:44 smithi138 ceph-mon[117003]: 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-07T13:19:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:46 smithi161 ceph-mon[116604]: pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:46 smithi028 ceph-mon[112123]: pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:46 smithi138 ceph-mon[117003]: pgmap v15391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:47.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:47.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:47.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:48.617 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:48.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:48.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:48.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:48.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:48 smithi161 ceph-mon[116604]: pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:48 smithi161 ceph-mon[116604]: from='client.416634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:48 smithi028 ceph-mon[112123]: pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:48 smithi028 ceph-mon[112123]: from='client.416634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:48 smithi138 ceph-mon[117003]: pgmap v15392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:48 smithi138 ceph-mon[117003]: from='client.416634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:50 smithi161 ceph-mon[116604]: pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:50 smithi028 ceph-mon[112123]: pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:50 smithi138 ceph-mon[117003]: pgmap v15393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:19:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:52 smithi161 ceph-mon[116604]: pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:19:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:52 smithi028 ceph-mon[112123]: pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:19:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:52 smithi138 ceph-mon[117003]: pgmap v15394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:19:53.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:53.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:53.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:19:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:19:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:19:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:19:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:19:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:19:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:19:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:19:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:19:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:19:54.410 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:19:54.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:19:54.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:19:54.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:19:54.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:19:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:55 smithi161 ceph-mon[116604]: pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:55 smithi161 ceph-mon[116604]: from='client.416709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:55 smithi028 ceph-mon[112123]: pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:55 smithi028 ceph-mon[112123]: from='client.416709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:55 smithi138 ceph-mon[117003]: pgmap v15395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:19:55.579 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:55 smithi138 ceph-mon[117003]: from='client.416709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:19:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:56 smithi161 ceph-mon[116604]: pgmap v15396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:19:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:56 smithi028 ceph-mon[112123]: pgmap v15396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:19:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:56 smithi138 ceph-mon[117003]: pgmap v15396: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:19:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:19:58 smithi161 ceph-mon[116604]: 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-07T13:19:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:19:58 smithi028 ceph-mon[112123]: 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-07T13:19:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:19:58 smithi138 ceph-mon[117003]: 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-07T13:19:59.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:19:59.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:19:59.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:00.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:00.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:00.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:00.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:00.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:00 smithi161 ceph-mon[116604]: from='client.416781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:00 smithi161 ceph-mon[116604]: pgmap v15398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T13:20:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:00 smithi028 ceph-mon[112123]: from='client.416781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:00 smithi028 ceph-mon[112123]: pgmap v15398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T13:20:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:00 smithi138 ceph-mon[117003]: from='client.416781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:00 smithi138 ceph-mon[117003]: pgmap v15398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T13:20:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:02 smithi161 ceph-mon[116604]: pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:02 smithi028 ceph-mon[112123]: pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:02 smithi138 ceph-mon[117003]: pgmap v15399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:05.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:04 smithi161 ceph-mon[116604]: pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:05.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:05.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:04 smithi028 ceph-mon[112123]: pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:04 smithi138 ceph-mon[117003]: pgmap v15400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:05.958 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:05.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:05.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:05.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:05.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:06 smithi161 ceph-mon[116604]: from='client.416856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:06 smithi161 ceph-mon[116604]: pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:06 smithi028 ceph-mon[112123]: from='client.416856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:06 smithi028 ceph-mon[112123]: pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:06 smithi138 ceph-mon[117003]: from='client.416856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:06 smithi138 ceph-mon[117003]: pgmap v15401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:08 smithi161 ceph-mon[116604]: pgmap v15402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:20:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:08 smithi028 ceph-mon[112123]: pgmap v15402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:20:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:08 smithi138 ceph-mon[117003]: pgmap v15402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:20:10.959 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:10.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:10.960 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:10 smithi161 ceph-mon[116604]: pgmap v15403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:20:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:10 smithi028 ceph-mon[112123]: pgmap v15403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:20:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:10 smithi138 ceph-mon[117003]: pgmap v15403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:20:11.739 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:11.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:11.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:11.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:11.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:11 smithi161 ceph-mon[116604]: from='client.416928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:11 smithi028 ceph-mon[112123]: from='client.416928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:11 smithi138 ceph-mon[117003]: from='client.416928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:12 smithi161 ceph-mon[116604]: 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-07T13:20:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:12 smithi028 ceph-mon[112123]: 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-07T13:20:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:12 smithi138 ceph-mon[117003]: 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-07T13:20:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:14 smithi161 ceph-mon[116604]: 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-07T13:20:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:14 smithi028 ceph-mon[112123]: 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-07T13:20:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:14 smithi138 ceph-mon[117003]: 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-07T13:20:16.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:16.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:16.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:16 smithi161 ceph-mon[116604]: 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-07T13:20:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:16 smithi028 ceph-mon[112123]: 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-07T13:20:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:16 smithi138 ceph-mon[117003]: 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-07T13:20:17.532 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:17.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:17.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:17.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:17.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:17 smithi161 ceph-mon[116604]: from='client.417003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:17 smithi028 ceph-mon[112123]: from='client.417003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:17 smithi138 ceph-mon[117003]: from='client.417003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:18 smithi161 ceph-mon[116604]: 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-07T13:20:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:18 smithi028 ceph-mon[112123]: 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-07T13:20:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:18 smithi138 ceph-mon[117003]: 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-07T13:20:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:20 smithi161 ceph-mon[116604]: 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-07T13:20:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:20 smithi028 ceph-mon[112123]: 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-07T13:20:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:20 smithi138 ceph-mon[117003]: 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-07T13:20:22.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:22.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:22.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:22 smithi161 ceph-mon[116604]: 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-07T13:20:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:22 smithi028 ceph-mon[112123]: 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-07T13:20:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:22 smithi138 ceph-mon[117003]: 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-07T13:20:23.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:23.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:23.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:23.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:23.305 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:24.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:23 smithi161 ceph-mon[116604]: from='client.417081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:24.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:23 smithi028 ceph-mon[112123]: from='client.417081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:23 smithi138 ceph-mon[117003]: from='client.417081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:24 smithi161 ceph-mon[116604]: 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-07T13:20:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:24 smithi028 ceph-mon[112123]: 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-07T13:20:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:24 smithi138 ceph-mon[117003]: 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-07T13:20:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:26 smithi161 ceph-mon[116604]: pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:26 smithi028 ceph-mon[112123]: pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:26 smithi138 ceph-mon[117003]: pgmap v15411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:28.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:28.306 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:28.306 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:29.076 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:29.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:29.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:29.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:29.077 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:28 smithi161 ceph-mon[116604]: pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:28 smithi028 ceph-mon[112123]: pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:28 smithi138 ceph-mon[117003]: pgmap v15412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:30.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:29 smithi161 ceph-mon[116604]: from='client.417159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:29 smithi028 ceph-mon[112123]: from='client.417159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:29 smithi138 ceph-mon[117003]: from='client.417159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:30 smithi161 ceph-mon[116604]: pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:30 smithi028 ceph-mon[112123]: pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:30 smithi138 ceph-mon[117003]: pgmap v15413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:20:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:32 smithi161 ceph-mon[116604]: pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:32 smithi028 ceph-mon[112123]: pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:32 smithi138 ceph-mon[117003]: pgmap v15414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:34.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:34.079 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:34.079 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:34.860 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:34.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:34.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:34.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:34.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:34 smithi161 ceph-mon[116604]: pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:34 smithi028 ceph-mon[112123]: pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:34 smithi138 ceph-mon[117003]: pgmap v15415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:35 smithi161 ceph-mon[116604]: from='client.417234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:35 smithi028 ceph-mon[112123]: from='client.417234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:35 smithi138 ceph-mon[117003]: from='client.417234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:36 smithi161 ceph-mon[116604]: 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-07T13:20:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:36 smithi028 ceph-mon[112123]: 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-07T13:20:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:36 smithi138 ceph-mon[117003]: 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-07T13:20:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:38 smithi161 ceph-mon[116604]: pgmap v15417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:38 smithi028 ceph-mon[112123]: pgmap v15417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:38 smithi138 ceph-mon[117003]: pgmap v15417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:39.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:39.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:39.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:40.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:40.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:40.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:40.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:40.637 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:40 smithi161 ceph-mon[116604]: pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:40 smithi161 ceph-mon[116604]: from='client.417309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:40 smithi028 ceph-mon[112123]: pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:40 smithi028 ceph-mon[112123]: from='client.417309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:40 smithi138 ceph-mon[117003]: pgmap v15418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:40 smithi138 ceph-mon[117003]: from='client.417309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:42 smithi161 ceph-mon[116604]: pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:42 smithi028 ceph-mon[112123]: pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:42 smithi138 ceph-mon[117003]: pgmap v15419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:44 smithi161 ceph-mon[116604]: pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:44 smithi028 ceph-mon[112123]: pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:44 smithi138 ceph-mon[117003]: pgmap v15420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:20:45.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:45.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:45.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:46.409 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:46.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:46.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:46.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:46.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:46 smithi161 ceph-mon[116604]: pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:46 smithi161 ceph-mon[116604]: from='client.417384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:46 smithi028 ceph-mon[112123]: pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:46 smithi028 ceph-mon[112123]: from='client.417384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:46 smithi138 ceph-mon[117003]: pgmap v15421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:20:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:46 smithi138 ceph-mon[117003]: from='client.417384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:48 smithi161 ceph-mon[116604]: 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-07T13:20:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:48 smithi028 ceph-mon[112123]: 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-07T13:20:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:48 smithi138 ceph-mon[117003]: 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-07T13:20:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:50 smithi161 ceph-mon[116604]: 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-07T13:20:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:50 smithi028 ceph-mon[112123]: 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-07T13:20:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:50 smithi138 ceph-mon[117003]: 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-07T13:20:51.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:51.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:51.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:52.197 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:52.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:52.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:52.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:52.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:52 smithi161 ceph-mon[116604]: from='client.417462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:52 smithi161 ceph-mon[116604]: 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-07T13:20:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:52 smithi028 ceph-mon[112123]: from='client.417462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:52 smithi028 ceph-mon[112123]: 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-07T13:20:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:52 smithi138 ceph-mon[117003]: from='client.417462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:52 smithi138 ceph-mon[117003]: 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-07T13:20:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:20:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:20:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:20:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:20:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:20:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:20:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:20:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:20:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:20:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:54 smithi161 ceph-mon[116604]: 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-07T13:20:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:20:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:54 smithi028 ceph-mon[112123]: 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-07T13:20:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:20:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:54 smithi138 ceph-mon[117003]: 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-07T13:20:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:20:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:56 smithi161 ceph-mon[116604]: 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-07T13:20:57.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:20:57.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:20:57.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:20:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:56 smithi028 ceph-mon[112123]: 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-07T13:20:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:56 smithi138 ceph-mon[117003]: 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-07T13:20:57.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:20:58.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:20:58.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:20:58.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:20:58.061 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:20:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:58 smithi161 ceph-mon[116604]: from='client.417540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:20:58 smithi161 ceph-mon[116604]: 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-07T13:20:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:58 smithi028 ceph-mon[112123]: from='client.417540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:20:58 smithi028 ceph-mon[112123]: 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-07T13:20:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:58 smithi138 ceph-mon[117003]: from='client.417540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:20:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:20:58 smithi138 ceph-mon[117003]: 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-07T13:21:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:00 smithi161 ceph-mon[116604]: 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-07T13:21:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:00 smithi028 ceph-mon[112123]: 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-07T13:21:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:00 smithi138 ceph-mon[117003]: 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-07T13:21:02.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:02.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:02.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:02 smithi161 ceph-mon[116604]: 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-07T13:21:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:02 smithi028 ceph-mon[112123]: 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-07T13:21:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:02 smithi138 ceph-mon[117003]: 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-07T13:21:03.754 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:03.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:03.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:03.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:03.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:03 smithi161 ceph-mon[116604]: from='client.417609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:03 smithi028 ceph-mon[112123]: from='client.417609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:03 smithi138 ceph-mon[117003]: from='client.417609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:04 smithi161 ceph-mon[116604]: 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-07T13:21:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:04 smithi028 ceph-mon[112123]: 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-07T13:21:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:04 smithi138 ceph-mon[117003]: 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-07T13:21:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:06 smithi161 ceph-mon[116604]: pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:06 smithi028 ceph-mon[112123]: pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:06 smithi138 ceph-mon[117003]: pgmap v15431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:21:08.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:08.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:08.751 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:08 smithi161 ceph-mon[116604]: pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:08 smithi028 ceph-mon[112123]: pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:08 smithi138 ceph-mon[117003]: pgmap v15432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:09.523 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:09.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:09.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:09.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:09.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:10.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:09 smithi161 ceph-mon[116604]: from='client.417687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:10.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:09 smithi028 ceph-mon[112123]: from='client.417687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:10.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:09 smithi138 ceph-mon[117003]: from='client.417687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:10 smithi161 ceph-mon[116604]: pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:21:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:10 smithi028 ceph-mon[112123]: pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:21:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:10 smithi138 ceph-mon[117003]: pgmap v15433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:21:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:12 smithi161 ceph-mon[116604]: pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:21:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:12 smithi028 ceph-mon[112123]: pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:21:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:12 smithi138 ceph-mon[117003]: pgmap v15434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:21:14.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:14.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:14.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:14 smithi161 ceph-mon[116604]: pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:21:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:14 smithi028 ceph-mon[112123]: pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:21:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:14 smithi138 ceph-mon[117003]: pgmap v15435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:21:15.307 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:15.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:15.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:15.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:15.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:15 smithi161 ceph-mon[116604]: from='client.417762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:16.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:15 smithi028 ceph-mon[112123]: from='client.417762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:15 smithi138 ceph-mon[117003]: from='client.417762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:16 smithi161 ceph-mon[116604]: 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-07T13:21:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:16 smithi028 ceph-mon[112123]: 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-07T13:21:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:16 smithi138 ceph-mon[117003]: 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-07T13:21:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:18 smithi161 ceph-mon[116604]: pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:18 smithi028 ceph-mon[112123]: pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:19.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:18 smithi138 ceph-mon[117003]: pgmap v15437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:21:20.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:20.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:20.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:21.077 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:21.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:21.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:21.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:21.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:20 smithi161 ceph-mon[116604]: pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:20 smithi028 ceph-mon[112123]: pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:20 smithi138 ceph-mon[117003]: pgmap v15438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:21:22.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:21 smithi161 ceph-mon[116604]: from='client.417834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:22.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:21 smithi028 ceph-mon[112123]: from='client.417834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:21 smithi138 ceph-mon[117003]: from='client.417834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:22 smithi161 ceph-mon[116604]: pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:21:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:22 smithi028 ceph-mon[112123]: pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:21:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:22 smithi138 ceph-mon[117003]: pgmap v15439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:21:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:24 smithi161 ceph-mon[116604]: pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:21:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:24 smithi028 ceph-mon[112123]: pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:21:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:24 smithi138 ceph-mon[117003]: pgmap v15440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:21:26.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:26.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:26.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:26.863 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:26.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:26.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:26.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:26.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:26 smithi161 ceph-mon[116604]: pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:21:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:26 smithi028 ceph-mon[112123]: pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:21:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:26 smithi138 ceph-mon[117003]: pgmap v15441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:21:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:27 smithi161 ceph-mon[116604]: from='client.417909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:27 smithi028 ceph-mon[112123]: from='client.417909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:27 smithi138 ceph-mon[117003]: from='client.417909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:28 smithi161 ceph-mon[116604]: 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-07T13:21:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:28 smithi028 ceph-mon[112123]: 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-07T13:21:29.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:28 smithi138 ceph-mon[117003]: 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-07T13:21:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:30 smithi161 ceph-mon[116604]: 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-07T13:21:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:30 smithi028 ceph-mon[112123]: 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-07T13:21:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:30 smithi138 ceph-mon[117003]: 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-07T13:21:31.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:31.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:31.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:32.636 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:32.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:32.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:32.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:32.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:32 smithi161 ceph-mon[116604]: 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-07T13:21:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:32 smithi161 ceph-mon[116604]: from='client.417987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:32 smithi028 ceph-mon[112123]: 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-07T13:21:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:32 smithi028 ceph-mon[112123]: from='client.417987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:32 smithi138 ceph-mon[117003]: 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-07T13:21:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:32 smithi138 ceph-mon[117003]: from='client.417987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:34 smithi161 ceph-mon[116604]: 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-07T13:21:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:34 smithi028 ceph-mon[112123]: 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-07T13:21:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:34 smithi138 ceph-mon[117003]: 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-07T13:21:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:36 smithi161 ceph-mon[116604]: 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-07T13:21:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:36 smithi028 ceph-mon[112123]: 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-07T13:21:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:36 smithi138 ceph-mon[117003]: 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-07T13:21:37.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:37.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:37.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:38.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:38.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:38.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:38.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:38.403 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:38 smithi161 ceph-mon[116604]: 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-07T13:21:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:38 smithi161 ceph-mon[116604]: from='client.418062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:38 smithi028 ceph-mon[112123]: 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-07T13:21:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:38 smithi028 ceph-mon[112123]: from='client.418062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:38 smithi138 ceph-mon[117003]: 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-07T13:21:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:38 smithi138 ceph-mon[117003]: from='client.418062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:40 smithi161 ceph-mon[116604]: 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-07T13:21:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:40 smithi028 ceph-mon[112123]: 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-07T13:21:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:40 smithi138 ceph-mon[117003]: 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-07T13:21:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:42 smithi161 ceph-mon[116604]: 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-07T13:21:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:42 smithi028 ceph-mon[112123]: 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-07T13:21:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:42 smithi138 ceph-mon[117003]: 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-07T13:21:43.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:43.404 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:43.404 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:44.167 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:44.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:44.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:44.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:44.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:44 smithi161 ceph-mon[116604]: from='client.418137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:44 smithi161 ceph-mon[116604]: 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-07T13:21:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:44 smithi028 ceph-mon[112123]: from='client.418137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:44 smithi028 ceph-mon[112123]: 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-07T13:21:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:44 smithi138 ceph-mon[117003]: from='client.418137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:44 smithi138 ceph-mon[117003]: 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-07T13:21:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:46 smithi161 ceph-mon[116604]: pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:21:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:46 smithi028 ceph-mon[112123]: pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:21:47.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:46 smithi138 ceph-mon[117003]: pgmap v15451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:21:49.168 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:49.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:49.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:48 smithi161 ceph-mon[116604]: pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:21:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:48 smithi028 ceph-mon[112123]: pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:21:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:48 smithi138 ceph-mon[117003]: pgmap v15452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:21:49.948 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:49.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:49.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:49.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:49.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:50 smithi161 ceph-mon[116604]: from='client.418215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:50 smithi161 ceph-mon[116604]: 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-07T13:21:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:50 smithi028 ceph-mon[112123]: from='client.418215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:50 smithi028 ceph-mon[112123]: 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-07T13:21:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:50 smithi138 ceph-mon[117003]: from='client.418215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:50 smithi138 ceph-mon[117003]: 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-07T13:21:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:52 smithi161 ceph-mon[116604]: 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-07T13:21:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:52 smithi028 ceph-mon[112123]: 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-07T13:21:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:52 smithi138 ceph-mon[117003]: 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-07T13:21:54.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:21:54.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:21:54.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:21:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:54 smithi161 ceph-mon[116604]: 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-07T13:21:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:21:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:21:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:21:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:21:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:54 smithi028 ceph-mon[112123]: 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-07T13:21:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:21:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:21:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:21:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:21:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:54 smithi138 ceph-mon[117003]: 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-07T13:21:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:21:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:21:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:21:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:21:55.717 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:21:55.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:21:55.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:21:55.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:21:55.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:21:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:55 smithi161 ceph-mon[116604]: from='client.418290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:55 smithi028 ceph-mon[112123]: from='client.418290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:55 smithi138 ceph-mon[117003]: from='client.418290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:21:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:56 smithi161 ceph-mon[116604]: 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-07T13:21:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:56 smithi028 ceph-mon[112123]: 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-07T13:21:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:56 smithi138 ceph-mon[117003]: 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-07T13:21:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:21:58 smithi161 ceph-mon[116604]: pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:21:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:21:58 smithi028 ceph-mon[112123]: pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:21:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:21:58 smithi138 ceph-mon[117003]: pgmap v15457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:22:00.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:00.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:00.720 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:00 smithi161 ceph-mon[116604]: pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:22:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:00 smithi028 ceph-mon[112123]: pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:22:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:00 smithi138 ceph-mon[117003]: pgmap v15458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:22:01.494 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:01.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:01.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:01.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:01.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:01 smithi161 ceph-mon[116604]: from='client.418365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:01 smithi028 ceph-mon[112123]: from='client.418365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:01 smithi138 ceph-mon[117003]: from='client.418365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:02 smithi161 ceph-mon[116604]: 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-07T13:22:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:02 smithi028 ceph-mon[112123]: 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-07T13:22:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:02 smithi138 ceph-mon[117003]: 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-07T13:22:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:04 smithi161 ceph-mon[116604]: 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-07T13:22:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:04 smithi028 ceph-mon[112123]: 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-07T13:22:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:04 smithi138 ceph-mon[117003]: 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-07T13:22:06.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:06.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:06.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:06 smithi161 ceph-mon[116604]: 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-07T13:22:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:06 smithi028 ceph-mon[112123]: 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-07T13:22:07.278 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:07.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:07.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:07.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:07.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:06 smithi138 ceph-mon[117003]: 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-07T13:22:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:07 smithi161 ceph-mon[116604]: from='client.418440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:07 smithi028 ceph-mon[112123]: from='client.418440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:07 smithi138 ceph-mon[117003]: from='client.418440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:08 smithi161 ceph-mon[116604]: 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-07T13:22:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:08 smithi028 ceph-mon[112123]: 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-07T13:22:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:08 smithi138 ceph-mon[117003]: 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-07T13:22:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:10 smithi161 ceph-mon[116604]: 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-07T13:22:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:10 smithi028 ceph-mon[112123]: 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-07T13:22:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:10 smithi138 ceph-mon[117003]: 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-07T13:22:12.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:13.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:13.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:13.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:13.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:13.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:13.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:13.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:12 smithi161 ceph-mon[116604]: 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-07T13:22:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:12 smithi028 ceph-mon[112123]: 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-07T13:22:13.295 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:12 smithi138 ceph-mon[117003]: 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-07T13:22:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:13 smithi161 ceph-mon[116604]: from='client.418518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:13 smithi028 ceph-mon[112123]: from='client.418518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:13 smithi138 ceph-mon[117003]: from='client.418518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:14 smithi161 ceph-mon[116604]: 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-07T13:22:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:14 smithi028 ceph-mon[112123]: 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-07T13:22:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:14 smithi138 ceph-mon[117003]: 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-07T13:22:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:16 smithi161 ceph-mon[116604]: 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-07T13:22:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:16 smithi028 ceph-mon[112123]: 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-07T13:22:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:16 smithi138 ceph-mon[117003]: 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-07T13:22:18.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:18.064 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:18.064 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:18.829 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:18.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:18.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:18.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:18.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:18 smithi161 ceph-mon[116604]: 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-07T13:22:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:18 smithi028 ceph-mon[112123]: 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-07T13:22:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:18 smithi138 ceph-mon[117003]: 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-07T13:22:20.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:19 smithi161 ceph-mon[116604]: from='client.418596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:20.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:19 smithi028 ceph-mon[112123]: from='client.418596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:19 smithi138 ceph-mon[117003]: from='client.418596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:20 smithi161 ceph-mon[116604]: 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-07T13:22:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:20 smithi028 ceph-mon[112123]: 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-07T13:22:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:20 smithi138 ceph-mon[117003]: 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-07T13:22:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:22 smithi161 ceph-mon[116604]: 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-07T13:22:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:22 smithi028 ceph-mon[112123]: 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-07T13:22:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:22 smithi138 ceph-mon[117003]: 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-07T13:22:23.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:23.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:23.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:24.605 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:24.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:24.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:24.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:24.605 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:24 smithi161 ceph-mon[116604]: 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-07T13:22:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:24 smithi161 ceph-mon[116604]: from='client.418668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:24 smithi028 ceph-mon[112123]: 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-07T13:22:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:24 smithi028 ceph-mon[112123]: from='client.418668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:24 smithi138 ceph-mon[117003]: 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-07T13:22:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:24 smithi138 ceph-mon[117003]: from='client.418668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:26 smithi161 ceph-mon[116604]: 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-07T13:22:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:26 smithi028 ceph-mon[112123]: 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-07T13:22:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:26 smithi138 ceph-mon[117003]: 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-07T13:22:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:28 smithi161 ceph-mon[116604]: 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-07T13:22:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:28 smithi028 ceph-mon[112123]: 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-07T13:22:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:28 smithi138 ceph-mon[117003]: 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-07T13:22:29.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:29.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:29.607 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:30.376 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:30.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:30.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:30.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:30.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:30 smithi161 ceph-mon[116604]: 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-07T13:22:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:30 smithi161 ceph-mon[116604]: from='client.418746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:30 smithi028 ceph-mon[112123]: 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-07T13:22:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:30 smithi028 ceph-mon[112123]: from='client.418746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:30 smithi138 ceph-mon[117003]: 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-07T13:22:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:30 smithi138 ceph-mon[117003]: from='client.418746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:32 smithi161 ceph-mon[116604]: 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-07T13:22:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:32 smithi028 ceph-mon[112123]: 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-07T13:22:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:32 smithi138 ceph-mon[117003]: 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-07T13:22:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:34 smithi161 ceph-mon[116604]: 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-07T13:22:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:34 smithi028 ceph-mon[112123]: 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-07T13:22:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:34 smithi138 ceph-mon[117003]: 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-07T13:22:35.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:35.378 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:35.378 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:36.160 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:36.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:36.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:36.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:36.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:36 smithi161 ceph-mon[116604]: from='client.418824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:36 smithi161 ceph-mon[116604]: 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-07T13:22:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:36 smithi028 ceph-mon[112123]: from='client.418824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:36 smithi028 ceph-mon[112123]: 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-07T13:22:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:36 smithi138 ceph-mon[117003]: from='client.418824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:36 smithi138 ceph-mon[117003]: 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-07T13:22:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:38 smithi161 ceph-mon[116604]: 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-07T13:22:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:38 smithi028 ceph-mon[112123]: 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-07T13:22:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:38 smithi138 ceph-mon[117003]: 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-07T13:22:41.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:41.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:41.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:40 smithi161 ceph-mon[116604]: 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-07T13:22:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:40 smithi028 ceph-mon[112123]: 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-07T13:22:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:40 smithi138 ceph-mon[117003]: 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-07T13:22:41.943 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:41.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:41.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:41.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:41.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:42 smithi161 ceph-mon[116604]: from='client.418902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:43.253 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:42 smithi161 ceph-mon[116604]: 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-07T13:22:43.254 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:42 smithi028 ceph-mon[112123]: from='client.418902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:43.254 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:42 smithi028 ceph-mon[112123]: 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-07T13:22:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:42 smithi138 ceph-mon[117003]: from='client.418902 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:42 smithi138 ceph-mon[117003]: 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-07T13:22:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:44 smithi161 ceph-mon[116604]: 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-07T13:22:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:44 smithi028 ceph-mon[112123]: 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-07T13:22:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:44 smithi138 ceph-mon[117003]: 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-07T13:22:46.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:46.945 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:46.945 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:46 smithi161 ceph-mon[116604]: 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-07T13:22:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:46 smithi028 ceph-mon[112123]: 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-07T13:22:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:46 smithi138 ceph-mon[117003]: 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-07T13:22:47.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:47.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:47.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:47.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:47.728 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:47 smithi161 ceph-mon[116604]: from='client.418980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:47 smithi028 ceph-mon[112123]: from='client.418980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:47 smithi138 ceph-mon[117003]: from='client.418980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:48 smithi161 ceph-mon[116604]: 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-07T13:22:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:48 smithi028 ceph-mon[112123]: 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-07T13:22:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:48 smithi138 ceph-mon[117003]: 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-07T13:22:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:50 smithi161 ceph-mon[116604]: 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-07T13:22:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:50 smithi028 ceph-mon[112123]: 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-07T13:22:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:50 smithi138 ceph-mon[117003]: 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-07T13:22:52.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:52.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:52.730 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:52 smithi161 ceph-mon[116604]: 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-07T13:22:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:52 smithi028 ceph-mon[112123]: 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-07T13:22:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:52 smithi138 ceph-mon[117003]: 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-07T13:22:53.496 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:53.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:53.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:53.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:53.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:53 smithi161 ceph-mon[116604]: from='client.419058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:53 smithi028 ceph-mon[112123]: from='client.419058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:53 smithi138 ceph-mon[117003]: from='client.419058 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:22:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:54 smithi161 ceph-mon[116604]: 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-07T13:22:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:22:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:54 smithi028 ceph-mon[112123]: 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-07T13:22:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:22:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:54 smithi138 ceph-mon[117003]: 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-07T13:22:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:22:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:22:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:22:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:22:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:22:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:22:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:22:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:22:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:57 smithi028 ceph-mon[112123]: 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-07T13:22:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:57 smithi138 ceph-mon[117003]: 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-07T13:22:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:57 smithi161 ceph-mon[116604]: 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-07T13:22:58.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:22:58.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:22:58.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:22:59.263 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:22:59.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:22:59.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:22:59.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:22:59.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:22:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:22:59 smithi028 ceph-mon[112123]: 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-07T13:22:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:22:59 smithi138 ceph-mon[117003]: 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-07T13:22:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:22:59 smithi161 ceph-mon[116604]: 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-07T13:23:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:00 smithi028 ceph-mon[112123]: from='client.419136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:00.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:00 smithi138 ceph-mon[117003]: from='client.419136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:00 smithi161 ceph-mon[116604]: from='client.419136 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:01 smithi028 ceph-mon[112123]: pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:23:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:01 smithi138 ceph-mon[117003]: pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:23:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:01 smithi161 ceph-mon[116604]: pgmap v15488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:23:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:03 smithi028 ceph-mon[112123]: pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:23:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:03 smithi138 ceph-mon[117003]: pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:23:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:03 smithi161 ceph-mon[116604]: pgmap v15489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:23:04.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:04.265 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:04.265 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:05.054 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:05.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:05.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:05.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:05.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:05 smithi028 ceph-mon[112123]: pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:23:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:05 smithi138 ceph-mon[117003]: pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:23:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:05 smithi161 ceph-mon[116604]: pgmap v15490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:23:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:06 smithi028 ceph-mon[112123]: from='client.419211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:06 smithi138 ceph-mon[117003]: from='client.419211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:06 smithi161 ceph-mon[116604]: from='client.419211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:07 smithi028 ceph-mon[112123]: 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-07T13:23:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:07 smithi138 ceph-mon[117003]: 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-07T13:23:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:07 smithi161 ceph-mon[116604]: 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-07T13:23:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:09 smithi028 ceph-mon[112123]: 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-07T13:23:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:09 smithi138 ceph-mon[117003]: 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-07T13:23:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:09 smithi161 ceph-mon[116604]: 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-07T13:23:10.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:10.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:10.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:10.856 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:10.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:10.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:10.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:10.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:11 smithi138 ceph-mon[117003]: 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-07T13:23:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:11 smithi161 ceph-mon[116604]: 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-07T13:23:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:11 smithi028 ceph-mon[112123]: 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-07T13:23:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:12 smithi138 ceph-mon[117003]: from='client.419289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:12 smithi161 ceph-mon[116604]: from='client.419289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:12 smithi028 ceph-mon[112123]: from='client.419289 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:13 smithi138 ceph-mon[117003]: pgmap v15494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:13 smithi161 ceph-mon[116604]: pgmap v15494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:13 smithi028 ceph-mon[112123]: pgmap v15494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:15 smithi138 ceph-mon[117003]: pgmap v15495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:15 smithi161 ceph-mon[116604]: pgmap v15495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:15 smithi028 ceph-mon[112123]: pgmap v15495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:23:15.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:15.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:15.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:16.633 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:16.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:16.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:16.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:16.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:16 smithi161 ceph-mon[116604]: pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:23:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:16 smithi161 ceph-mon[116604]: from='client.419361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:16 smithi028 ceph-mon[112123]: pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:23:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:16 smithi028 ceph-mon[112123]: from='client.419361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:16 smithi138 ceph-mon[117003]: pgmap v15496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:23:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:16 smithi138 ceph-mon[117003]: from='client.419361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:18 smithi161 ceph-mon[116604]: 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-07T13:23:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:18 smithi028 ceph-mon[112123]: 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-07T13:23:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:18 smithi138 ceph-mon[117003]: 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-07T13:23:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:20 smithi161 ceph-mon[116604]: 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-07T13:23:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:20 smithi028 ceph-mon[112123]: 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-07T13:23:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:20 smithi138 ceph-mon[117003]: 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-07T13:23:21.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:21.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:21.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:22.420 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:22.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:22.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:22.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:22.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:22 smithi161 ceph-mon[116604]: 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-07T13:23:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:22 smithi161 ceph-mon[116604]: from='client.419439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:22 smithi028 ceph-mon[112123]: 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-07T13:23:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:22 smithi028 ceph-mon[112123]: from='client.419439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:22 smithi138 ceph-mon[117003]: 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-07T13:23:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:22 smithi138 ceph-mon[117003]: from='client.419439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:24 smithi161 ceph-mon[116604]: 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-07T13:23:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:24 smithi028 ceph-mon[112123]: 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-07T13:23:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:24 smithi138 ceph-mon[117003]: 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-07T13:23:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:26 smithi161 ceph-mon[116604]: 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-07T13:23:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:26 smithi028 ceph-mon[112123]: 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-07T13:23:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:26 smithi138 ceph-mon[117003]: 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-07T13:23:27.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:27.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:27.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:28.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:28.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:28.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:28.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:28.188 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:28 smithi161 ceph-mon[116604]: from='client.419517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:28 smithi161 ceph-mon[116604]: 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-07T13:23:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:28 smithi028 ceph-mon[112123]: from='client.419517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:28 smithi028 ceph-mon[112123]: 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-07T13:23:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:28 smithi138 ceph-mon[117003]: from='client.419517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:28 smithi138 ceph-mon[117003]: 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-07T13:23:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:30 smithi161 ceph-mon[116604]: 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-07T13:23:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:30 smithi028 ceph-mon[112123]: 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-07T13:23:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:30 smithi138 ceph-mon[117003]: 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-07T13:23:33.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:33.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:33.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:32 smithi161 ceph-mon[116604]: 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-07T13:23:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:32 smithi028 ceph-mon[112123]: 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-07T13:23:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:32 smithi138 ceph-mon[117003]: 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-07T13:23:33.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:33.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:33.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:33.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:33.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:34 smithi161 ceph-mon[116604]: from='client.419592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:34 smithi161 ceph-mon[116604]: 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-07T13:23:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:34 smithi028 ceph-mon[112123]: from='client.419592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:34 smithi028 ceph-mon[112123]: 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-07T13:23:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:34 smithi138 ceph-mon[117003]: from='client.419592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:34 smithi138 ceph-mon[117003]: 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-07T13:23:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:36 smithi161 ceph-mon[116604]: 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-07T13:23:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:36 smithi028 ceph-mon[112123]: 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-07T13:23:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:36 smithi138 ceph-mon[117003]: 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-07T13:23:38.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:38.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:38.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:38 smithi161 ceph-mon[116604]: 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-07T13:23:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:38 smithi028 ceph-mon[112123]: 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-07T13:23:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:38 smithi138 ceph-mon[117003]: 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-07T13:23:39.731 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:39.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:39.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:39.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:39.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:40.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:39 smithi161 ceph-mon[116604]: from='client.419667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:40.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:39 smithi028 ceph-mon[112123]: from='client.419667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:39 smithi138 ceph-mon[117003]: from='client.419667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:40 smithi161 ceph-mon[116604]: pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:40 smithi028 ceph-mon[112123]: pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:40 smithi138 ceph-mon[117003]: pgmap v15508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:42 smithi161 ceph-mon[116604]: pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:42 smithi028 ceph-mon[112123]: pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:43.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:42 smithi138 ceph-mon[117003]: pgmap v15509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:44.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:44.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:44.734 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:44 smithi028 ceph-mon[112123]: pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:44 smithi138 ceph-mon[117003]: pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:44 smithi161 ceph-mon[116604]: pgmap v15510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:23:45.522 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:45.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:45.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:45.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:45.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:45 smithi028 ceph-mon[112123]: from='client.419739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:45 smithi138 ceph-mon[117003]: from='client.419739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:45 smithi161 ceph-mon[116604]: from='client.419739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:46 smithi028 ceph-mon[112123]: 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-07T13:23:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:46 smithi138 ceph-mon[117003]: 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-07T13:23:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:46 smithi161 ceph-mon[116604]: 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-07T13:23:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:48 smithi028 ceph-mon[112123]: 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-07T13:23:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:48 smithi138 ceph-mon[117003]: 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-07T13:23:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:48 smithi161 ceph-mon[116604]: 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-07T13:23:50.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:50.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:50.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:50 smithi028 ceph-mon[112123]: 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-07T13:23:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:50 smithi138 ceph-mon[117003]: 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-07T13:23:51.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:51.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:51.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:51.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:51.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:50 smithi161 ceph-mon[116604]: 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-07T13:23:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:51 smithi028 ceph-mon[112123]: from='client.419817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:52.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:51 smithi138 ceph-mon[117003]: from='client.419817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:51 smithi161 ceph-mon[116604]: from='client.419817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:52 smithi028 ceph-mon[112123]: pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:52 smithi138 ceph-mon[117003]: pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:52 smithi161 ceph-mon[116604]: pgmap v15514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:54 smithi028 ceph-mon[112123]: pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:54 smithi138 ceph-mon[117003]: pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:54 smithi161 ceph-mon[116604]: pgmap v15515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:23:56.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:23:56.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:23:56.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:23:57.114 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:23:57.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:23:57.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:23:57.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:23:57.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:23:57.120 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:56 smithi138 ceph-mon[117003]: pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:23:57.120 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:23:57.178 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:56 smithi161 ceph-mon[116604]: pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:23:57.178 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:23:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:56 smithi028 ceph-mon[112123]: pgmap v15516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:23:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:23:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:57 smithi161 ceph-mon[116604]: from='client.419889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:57 smithi028 ceph-mon[112123]: from='client.419889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:57 smithi138 ceph-mon[117003]: from='client.419889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:23:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:58 smithi138 ceph-mon[117003]: 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-07T13:23:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:23:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.177 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:58 smithi028 ceph-mon[112123]: 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-07T13:23:59.177 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.177 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.178 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.178 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:23:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:58 smithi161 ceph-mon[116604]: 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-07T13:23:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:23:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:23:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:24:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:24:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:24:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:24:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:24:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:24:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:24:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:01 smithi138 ceph-mon[117003]: 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-07T13:24:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:01 smithi161 ceph-mon[116604]: 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-07T13:24:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:01 smithi028 ceph-mon[112123]: 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-07T13:24:02.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:02.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:02.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:02.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:02.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:02.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:02.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:02.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:03 smithi138 ceph-mon[117003]: 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-07T13:24:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:03 smithi161 ceph-mon[116604]: 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-07T13:24:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:03 smithi028 ceph-mon[112123]: 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-07T13:24:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:04 smithi138 ceph-mon[117003]: from='client.419964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:04 smithi161 ceph-mon[116604]: from='client.419964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:04 smithi028 ceph-mon[112123]: from='client.419964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:05 smithi138 ceph-mon[117003]: 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-07T13:24:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:05 smithi161 ceph-mon[116604]: 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-07T13:24:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:05 smithi028 ceph-mon[112123]: 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-07T13:24:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:06 smithi161 ceph-mon[116604]: 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-07T13:24:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:06 smithi028 ceph-mon[112123]: 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-07T13:24:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:06 smithi138 ceph-mon[117003]: 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-07T13:24:07.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:07.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:07.905 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:08.688 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:08.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:08.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:08.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:08.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:08 smithi161 ceph-mon[116604]: 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-07T13:24:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:08 smithi161 ceph-mon[116604]: from='client.420042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:08 smithi028 ceph-mon[112123]: 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-07T13:24:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:08 smithi028 ceph-mon[112123]: from='client.420042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:08 smithi138 ceph-mon[117003]: 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-07T13:24:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:08 smithi138 ceph-mon[117003]: from='client.420042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:10 smithi028 ceph-mon[112123]: 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-07T13:24:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:10 smithi138 ceph-mon[117003]: 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-07T13:24:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:10 smithi161 ceph-mon[116604]: 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-07T13:24:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:12 smithi028 ceph-mon[112123]: 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-07T13:24:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:12 smithi138 ceph-mon[117003]: 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-07T13:24:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:12 smithi161 ceph-mon[116604]: 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-07T13:24:13.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:13.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:13.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:14.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:14.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:14.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:14.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:14.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:14 smithi028 ceph-mon[112123]: 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-07T13:24:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:14 smithi028 ceph-mon[112123]: from='client.420117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:14 smithi138 ceph-mon[117003]: 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-07T13:24:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:14 smithi138 ceph-mon[117003]: from='client.420117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:14 smithi161 ceph-mon[116604]: 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-07T13:24:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:14 smithi161 ceph-mon[116604]: from='client.420117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:16 smithi161 ceph-mon[116604]: pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:24:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:16 smithi028 ceph-mon[112123]: pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:24:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:16 smithi138 ceph-mon[117003]: pgmap v15526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:24:19.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:18 smithi161 ceph-mon[116604]: pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:24:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:18 smithi028 ceph-mon[112123]: pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:24:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:18 smithi138 ceph-mon[117003]: pgmap v15527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:24:19.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:19.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:19.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:20.233 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:20.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:20.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:20.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:20.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:20 smithi028 ceph-mon[112123]: from='client.420195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:20 smithi028 ceph-mon[112123]: pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:20 smithi138 ceph-mon[117003]: from='client.420195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:20 smithi138 ceph-mon[117003]: pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:20 smithi161 ceph-mon[116604]: from='client.420195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:20 smithi161 ceph-mon[116604]: pgmap v15528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:22 smithi028 ceph-mon[112123]: pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:22 smithi138 ceph-mon[117003]: pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:22 smithi161 ceph-mon[116604]: pgmap v15529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:24 smithi028 ceph-mon[112123]: pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:25.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:25.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:25.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:24 smithi138 ceph-mon[117003]: pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:24 smithi161 ceph-mon[116604]: pgmap v15530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:26.022 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:26.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:26.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:26.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:26.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:26 smithi161 ceph-mon[116604]: from='client.420267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:26 smithi161 ceph-mon[116604]: 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-07T13:24:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:26 smithi028 ceph-mon[112123]: from='client.420267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:26 smithi028 ceph-mon[112123]: 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-07T13:24:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:26 smithi138 ceph-mon[117003]: from='client.420267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:26 smithi138 ceph-mon[117003]: 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-07T13:24:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:28 smithi028 ceph-mon[112123]: pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:24:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:28 smithi138 ceph-mon[117003]: pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:24:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:28 smithi161 ceph-mon[116604]: pgmap v15532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:24:31.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:31.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:31.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:30 smithi028 ceph-mon[112123]: pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:24:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:30 smithi138 ceph-mon[117003]: pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:24:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:30 smithi161 ceph-mon[116604]: pgmap v15533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:24:31.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:31.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:31.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:31.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:31.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:32 smithi028 ceph-mon[112123]: from='client.420342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:32 smithi028 ceph-mon[112123]: pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:32 smithi138 ceph-mon[117003]: from='client.420342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:32 smithi138 ceph-mon[117003]: pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:32 smithi161 ceph-mon[116604]: from='client.420342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:32 smithi161 ceph-mon[116604]: pgmap v15534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:34 smithi028 ceph-mon[112123]: pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:34 smithi138 ceph-mon[117003]: pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:34 smithi161 ceph-mon[116604]: pgmap v15535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:36.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:36.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:36.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:36 smithi161 ceph-mon[116604]: pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:24:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:36 smithi028 ceph-mon[112123]: pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:24:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:36 smithi138 ceph-mon[117003]: pgmap v15536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:24:37.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:37.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:37.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:37.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:37.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:37 smithi161 ceph-mon[116604]: from='client.420420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:37 smithi028 ceph-mon[112123]: from='client.420420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:37 smithi138 ceph-mon[117003]: from='client.420420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:38 smithi161 ceph-mon[116604]: 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-07T13:24:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:38 smithi028 ceph-mon[112123]: 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-07T13:24:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:38 smithi138 ceph-mon[117003]: 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-07T13:24:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:40 smithi028 ceph-mon[112123]: 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-07T13:24:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:40 smithi138 ceph-mon[117003]: 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-07T13:24:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:40 smithi161 ceph-mon[116604]: 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-07T13:24:42.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:42.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:42.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:42 smithi028 ceph-mon[112123]: 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-07T13:24:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:42 smithi138 ceph-mon[117003]: 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-07T13:24:43.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:43.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:43.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:43.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:43.361 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:42 smithi161 ceph-mon[116604]: 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-07T13:24:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:43 smithi028 ceph-mon[112123]: from='client.420498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:43 smithi138 ceph-mon[117003]: from='client.420498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:43 smithi161 ceph-mon[116604]: from='client.420498 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:44 smithi028 ceph-mon[112123]: 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-07T13:24:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:44 smithi138 ceph-mon[117003]: 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-07T13:24:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:44 smithi161 ceph-mon[116604]: 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-07T13:24:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:46 smithi161 ceph-mon[116604]: 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-07T13:24:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:46 smithi028 ceph-mon[112123]: 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-07T13:24:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:46 smithi138 ceph-mon[117003]: 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-07T13:24:48.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:48.363 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:48.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:49.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:49.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:49.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:49.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:49.136 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:48 smithi028 ceph-mon[112123]: 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-07T13:24:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:48 smithi138 ceph-mon[117003]: 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-07T13:24:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:48 smithi161 ceph-mon[116604]: 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-07T13:24:50.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:49 smithi028 ceph-mon[112123]: from='client.420573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:49 smithi138 ceph-mon[117003]: from='client.420573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:49 smithi161 ceph-mon[116604]: from='client.420573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:50 smithi028 ceph-mon[112123]: 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-07T13:24:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:50 smithi138 ceph-mon[117003]: 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-07T13:24:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:50 smithi161 ceph-mon[116604]: 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-07T13:24:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:52 smithi028 ceph-mon[112123]: 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-07T13:24:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:52 smithi138 ceph-mon[117003]: 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-07T13:24:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:52 smithi161 ceph-mon[116604]: 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-07T13:24:54.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:54.138 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:54.138 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:24:54.919 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:24:54.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:24:54.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:24:54.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:24:54.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:24:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:54 smithi028 ceph-mon[112123]: 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-07T13:24:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:54 smithi138 ceph-mon[117003]: 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-07T13:24:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:54 smithi161 ceph-mon[116604]: 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-07T13:24:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:55 smithi028 ceph-mon[112123]: from='client.420651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:55 smithi138 ceph-mon[117003]: from='client.420651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:55 smithi161 ceph-mon[116604]: from='client.420651 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:24:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:56 smithi028 ceph-mon[112123]: pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:56 smithi138 ceph-mon[117003]: pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:56 smithi161 ceph-mon[116604]: pgmap v15546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:24:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:58 smithi028 ceph-mon[112123]: pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:58 smithi138 ceph-mon[117003]: pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:58 smithi161 ceph-mon[116604]: pgmap v15547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:24:59.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:24:59.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:24:59.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:00.260 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:24:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:25:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:24:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:25:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:24:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:25:00.783 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:00.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:00.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:00.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:00.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='client.420729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:01.756 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.756 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.756 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.756 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.756 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='client.420729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:01.756 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.757 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.757 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: pgmap v15548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='client.420729 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:01.758 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:25:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:02 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15382M 2023-12-07T13:25:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:25:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:25:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:02 smithi161 ceph-mon[116604]: pgmap v15549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:25:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:02 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15382M 2023-12-07T13:25:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:25:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:25:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:02 smithi028 ceph-mon[112123]: pgmap v15549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:25:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:02 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15382M 2023-12-07T13:25:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:25:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:25:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:25:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:02 smithi138 ceph-mon[117003]: pgmap v15549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:04 smithi028 ceph-mon[112123]: pgmap v15550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:04 smithi138 ceph-mon[117003]: pgmap v15550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:04 smithi161 ceph-mon[116604]: pgmap v15550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:05.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:05.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:05.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:06.569 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:06.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:06.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:06.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:06.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:06 smithi161 ceph-mon[116604]: 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-07T13:25:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:06 smithi161 ceph-mon[116604]: from='client.420804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:06 smithi028 ceph-mon[112123]: 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-07T13:25:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:06 smithi028 ceph-mon[112123]: from='client.420804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:06 smithi138 ceph-mon[117003]: 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-07T13:25:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:06 smithi138 ceph-mon[117003]: from='client.420804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:08 smithi028 ceph-mon[112123]: pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:08 smithi138 ceph-mon[117003]: pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:08 smithi161 ceph-mon[116604]: pgmap v15552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:10 smithi028 ceph-mon[112123]: pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:10 smithi138 ceph-mon[117003]: pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:10 smithi161 ceph-mon[116604]: pgmap v15553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:11.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:11.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:11.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:12.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:12.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:12.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:12.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:12.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:12 smithi028 ceph-mon[112123]: pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:12 smithi028 ceph-mon[112123]: from='client.420882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:12 smithi138 ceph-mon[117003]: pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:12 smithi138 ceph-mon[117003]: from='client.420882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:12 smithi161 ceph-mon[116604]: pgmap v15554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:12 smithi161 ceph-mon[116604]: from='client.420882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:14 smithi028 ceph-mon[112123]: pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:14 smithi138 ceph-mon[117003]: pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:14 smithi161 ceph-mon[116604]: pgmap v15555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:16 smithi161 ceph-mon[116604]: pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:16 smithi028 ceph-mon[112123]: pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:16 smithi138 ceph-mon[117003]: pgmap v15556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:17.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:17.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:17.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:18.118 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:18.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:18.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:18.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:18.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:18 smithi028 ceph-mon[112123]: from='client.420960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:18 smithi028 ceph-mon[112123]: 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-07T13:25:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:18 smithi138 ceph-mon[117003]: from='client.420960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:18 smithi138 ceph-mon[117003]: 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-07T13:25:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:18 smithi161 ceph-mon[116604]: from='client.420960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:18 smithi161 ceph-mon[116604]: 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-07T13:25:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:20 smithi028 ceph-mon[112123]: 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-07T13:25:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:20 smithi138 ceph-mon[117003]: 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-07T13:25:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:20 smithi161 ceph-mon[116604]: 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-07T13:25:23.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:23.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:23.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:22 smithi028 ceph-mon[112123]: 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-07T13:25:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:22 smithi138 ceph-mon[117003]: 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-07T13:25:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:22 smithi161 ceph-mon[116604]: 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-07T13:25:23.888 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:23.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:23.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:23.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:23.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:24 smithi028 ceph-mon[112123]: from='client.421038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:24 smithi028 ceph-mon[112123]: 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-07T13:25:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:24 smithi138 ceph-mon[117003]: from='client.421038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:24 smithi138 ceph-mon[117003]: 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-07T13:25:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:24 smithi161 ceph-mon[116604]: from='client.421038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:24 smithi161 ceph-mon[116604]: 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-07T13:25:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:26 smithi161 ceph-mon[116604]: 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-07T13:25:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:26 smithi028 ceph-mon[112123]: 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-07T13:25:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:26 smithi138 ceph-mon[117003]: 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-07T13:25:28.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:28.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:28.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:28 smithi028 ceph-mon[112123]: 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-07T13:25:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:28 smithi138 ceph-mon[117003]: 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-07T13:25:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:28 smithi161 ceph-mon[116604]: 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-07T13:25:29.675 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:29.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:29.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:29.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:29.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:30.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:29 smithi028 ceph-mon[112123]: from='client.421113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:29 smithi138 ceph-mon[117003]: from='client.421113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:30.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:29 smithi161 ceph-mon[116604]: from='client.421113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:30 smithi028 ceph-mon[112123]: pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:30 smithi138 ceph-mon[117003]: pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:30 smithi161 ceph-mon[116604]: pgmap v15563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:32 smithi028 ceph-mon[112123]: pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:32 smithi138 ceph-mon[117003]: pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:32 smithi161 ceph-mon[116604]: pgmap v15564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:34.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:34.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:34.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:34 smithi138 ceph-mon[117003]: pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:34 smithi161 ceph-mon[116604]: pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:35.451 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:35.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:35.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:35.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:35.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:34 smithi028 ceph-mon[112123]: pgmap v15565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:35 smithi138 ceph-mon[117003]: from='client.421188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:35 smithi161 ceph-mon[116604]: from='client.421188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:35 smithi028 ceph-mon[112123]: from='client.421188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:36 smithi138 ceph-mon[117003]: pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:36 smithi161 ceph-mon[116604]: pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:36 smithi028 ceph-mon[112123]: pgmap v15566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:38 smithi138 ceph-mon[117003]: pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:38 smithi161 ceph-mon[116604]: pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:38 smithi028 ceph-mon[112123]: pgmap v15567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:25:40.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:40.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:40.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:41.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:41.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:41.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:41.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:41.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:40 smithi138 ceph-mon[117003]: 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-07T13:25:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:40 smithi161 ceph-mon[116604]: 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-07T13:25:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:40 smithi028 ceph-mon[112123]: 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-07T13:25:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:41 smithi138 ceph-mon[117003]: from='client.421260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:41 smithi161 ceph-mon[116604]: from='client.421260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:41 smithi028 ceph-mon[112123]: from='client.421260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:42 smithi138 ceph-mon[117003]: pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:42 smithi161 ceph-mon[116604]: pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:42 smithi028 ceph-mon[112123]: pgmap v15569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:44 smithi138 ceph-mon[117003]: pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:44 smithi161 ceph-mon[116604]: pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:44 smithi028 ceph-mon[112123]: pgmap v15570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:46.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:46.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:46.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:47.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:47.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:47.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:47.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:47.007 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:46 smithi161 ceph-mon[116604]: pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:46 smithi028 ceph-mon[112123]: pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:46 smithi138 ceph-mon[117003]: pgmap v15571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:47 smithi161 ceph-mon[116604]: from='client.421335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:47 smithi028 ceph-mon[112123]: from='client.421335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:47 smithi138 ceph-mon[117003]: from='client.421335 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:48 smithi161 ceph-mon[116604]: pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:48 smithi028 ceph-mon[112123]: pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:48 smithi138 ceph-mon[117003]: pgmap v15572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:25:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:50 smithi028 ceph-mon[112123]: pgmap v15573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:50 smithi138 ceph-mon[117003]: pgmap v15573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:50 smithi161 ceph-mon[116604]: pgmap v15573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:25:52.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:52.009 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:52.009 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:52.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:52.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:52.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:52.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:52.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:52 smithi028 ceph-mon[112123]: 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-07T13:25:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:52 smithi028 ceph-mon[112123]: from='client.421410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:52 smithi138 ceph-mon[117003]: 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-07T13:25:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:52 smithi138 ceph-mon[117003]: from='client.421410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:52 smithi161 ceph-mon[116604]: 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-07T13:25:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:52 smithi161 ceph-mon[116604]: from='client.421410 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:54 smithi138 ceph-mon[117003]: 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-07T13:25:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:54 smithi161 ceph-mon[116604]: 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-07T13:25:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:54 smithi028 ceph-mon[112123]: 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-07T13:25:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:56 smithi161 ceph-mon[116604]: 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-07T13:25:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:56 smithi028 ceph-mon[112123]: 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-07T13:25:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:56 smithi138 ceph-mon[117003]: 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-07T13:25:57.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:25:57.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:25:57.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:25:58.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:25:58.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:25:58.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:25:58.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:25:58.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:25:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:58 smithi028 ceph-mon[112123]: 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-07T13:25:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:25:58 smithi028 ceph-mon[112123]: from='client.421488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:58 smithi138 ceph-mon[117003]: 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-07T13:25:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:25:58 smithi138 ceph-mon[117003]: from='client.421488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:25:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:58 smithi161 ceph-mon[116604]: 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-07T13:25:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:25:58 smithi161 ceph-mon[116604]: from='client.421488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:00 smithi028 ceph-mon[112123]: 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-07T13:26:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:00 smithi138 ceph-mon[117003]: 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-07T13:26:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:00 smithi161 ceph-mon[116604]: 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-07T13:26:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:26:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:26:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:26:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:02 smithi138 ceph-mon[117003]: 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-07T13:26:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:26:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:26:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:26:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:02 smithi161 ceph-mon[116604]: 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-07T13:26:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:26:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:26:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:26:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:02 smithi028 ceph-mon[112123]: 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-07T13:26:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:26:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:26:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:26:03.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:03.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:03.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:04.354 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:04.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:04.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:04.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:04.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:04 smithi138 ceph-mon[117003]: 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-07T13:26:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:04 smithi138 ceph-mon[117003]: from='client.421566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:04 smithi161 ceph-mon[116604]: 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-07T13:26:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:04 smithi161 ceph-mon[116604]: from='client.421566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:04 smithi028 ceph-mon[112123]: 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-07T13:26:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:04 smithi028 ceph-mon[112123]: from='client.421566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:06 smithi161 ceph-mon[116604]: pgmap v15581: 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-07T13:26:07.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:06 smithi028 ceph-mon[112123]: pgmap v15581: 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-07T13:26:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:06 smithi138 ceph-mon[117003]: pgmap v15581: 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-07T13:26:09.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:08 smithi028 ceph-mon[112123]: pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:26:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:08 smithi138 ceph-mon[117003]: pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:26:09.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:09.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:09.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:08 smithi161 ceph-mon[116604]: pgmap v15582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:26:10.133 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:10.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:10.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:10.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:10.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:10 smithi138 ceph-mon[117003]: from='client.421638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:10 smithi138 ceph-mon[117003]: pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:10 smithi161 ceph-mon[116604]: from='client.421638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:10 smithi161 ceph-mon[116604]: pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:10 smithi028 ceph-mon[112123]: from='client.421638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:10 smithi028 ceph-mon[112123]: pgmap v15583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:12 smithi138 ceph-mon[117003]: pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:12 smithi161 ceph-mon[116604]: pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:12 smithi028 ceph-mon[112123]: pgmap v15584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:15.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:15.135 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:15.135 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:14 smithi138 ceph-mon[117003]: pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:14 smithi161 ceph-mon[116604]: pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:14 smithi028 ceph-mon[112123]: pgmap v15585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:15.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:15.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:15.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:15.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:15.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:16 smithi161 ceph-mon[116604]: from='client.421713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:16 smithi161 ceph-mon[116604]: pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:16 smithi028 ceph-mon[112123]: from='client.421713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:16 smithi028 ceph-mon[112123]: pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:16 smithi138 ceph-mon[117003]: from='client.421713 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:16 smithi138 ceph-mon[117003]: pgmap v15586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:18 smithi138 ceph-mon[117003]: pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:26:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:18 smithi161 ceph-mon[116604]: pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:26:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:18 smithi028 ceph-mon[112123]: pgmap v15587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:26:20.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:20.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:20.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:20 smithi138 ceph-mon[117003]: pgmap v15588: 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-07T13:26:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:20 smithi161 ceph-mon[116604]: pgmap v15588: 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-07T13:26:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:20 smithi028 ceph-mon[112123]: pgmap v15588: 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-07T13:26:21.682 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:21.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:21.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:21.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:21.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:21 smithi138 ceph-mon[117003]: from='client.421791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:21 smithi161 ceph-mon[116604]: from='client.421791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:21 smithi028 ceph-mon[112123]: from='client.421791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:22 smithi138 ceph-mon[117003]: pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:22 smithi161 ceph-mon[116604]: pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:22 smithi028 ceph-mon[112123]: pgmap v15589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:24 smithi138 ceph-mon[117003]: pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:24 smithi161 ceph-mon[116604]: pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:24 smithi028 ceph-mon[112123]: pgmap v15590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:26.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:26.687 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:26.687 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:26 smithi161 ceph-mon[116604]: pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:26:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:26 smithi028 ceph-mon[112123]: pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:26:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:26 smithi138 ceph-mon[117003]: pgmap v15591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:26:27.467 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:27.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:27.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:27.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:27.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:27 smithi161 ceph-mon[116604]: from='client.421869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:27 smithi028 ceph-mon[112123]: from='client.421869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:27 smithi138 ceph-mon[117003]: from='client.421869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:28 smithi161 ceph-mon[116604]: pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:28 smithi028 ceph-mon[112123]: pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:28 smithi138 ceph-mon[117003]: pgmap v15592: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:30 smithi138 ceph-mon[117003]: pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:26:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:30 smithi161 ceph-mon[116604]: pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:26:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:30 smithi028 ceph-mon[112123]: pgmap v15593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:26:32.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:32.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:32.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:33.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:33.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:33.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:33.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:33.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:32 smithi138 ceph-mon[117003]: 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-07T13:26:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:32 smithi161 ceph-mon[116604]: 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-07T13:26:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:32 smithi028 ceph-mon[112123]: 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-07T13:26:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:33 smithi138 ceph-mon[117003]: from='client.421944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:34.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:33 smithi161 ceph-mon[116604]: from='client.421944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:33 smithi028 ceph-mon[112123]: from='client.421944 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:34 smithi138 ceph-mon[117003]: 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-07T13:26:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:34 smithi161 ceph-mon[116604]: 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-07T13:26:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:34 smithi028 ceph-mon[112123]: 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-07T13:26:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:36 smithi161 ceph-mon[116604]: 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-07T13:26:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:36 smithi028 ceph-mon[112123]: 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-07T13:26:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:36 smithi138 ceph-mon[117003]: 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-07T13:26:38.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:38.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:38.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:39.026 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:39.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:39.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:39.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:39.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:38 smithi138 ceph-mon[117003]: 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-07T13:26:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:38 smithi161 ceph-mon[116604]: 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-07T13:26:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:38 smithi028 ceph-mon[112123]: 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-07T13:26:40.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:39 smithi138 ceph-mon[117003]: from='client.422016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:39 smithi161 ceph-mon[116604]: from='client.422016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:39 smithi028 ceph-mon[112123]: from='client.422016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:40 smithi138 ceph-mon[117003]: 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-07T13:26:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:40 smithi161 ceph-mon[116604]: 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-07T13:26:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:40 smithi028 ceph-mon[112123]: 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-07T13:26:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:42 smithi138 ceph-mon[117003]: 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-07T13:26:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:42 smithi161 ceph-mon[116604]: 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-07T13:26:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:42 smithi028 ceph-mon[112123]: 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-07T13:26:44.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:44.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:44.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:44.798 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:44.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:44.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:44.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:44.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:44 smithi138 ceph-mon[117003]: 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-07T13:26:45.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:44 smithi138 ceph-mon[117003]: from='client.422094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:44 smithi161 ceph-mon[116604]: 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-07T13:26:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:44 smithi161 ceph-mon[116604]: from='client.422094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:44 smithi028 ceph-mon[112123]: 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-07T13:26:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:44 smithi028 ceph-mon[112123]: from='client.422094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:46 smithi161 ceph-mon[116604]: pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:46 smithi028 ceph-mon[112123]: pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:46 smithi138 ceph-mon[117003]: pgmap v15601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:48 smithi138 ceph-mon[117003]: pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:48 smithi161 ceph-mon[116604]: pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:48 smithi028 ceph-mon[112123]: pgmap v15602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:49.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:49.800 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:49.800 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:50.582 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:50.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:50.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:50.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:50.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:50 smithi138 ceph-mon[117003]: pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:50 smithi138 ceph-mon[117003]: from='client.422172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:50 smithi161 ceph-mon[116604]: pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:50 smithi161 ceph-mon[116604]: from='client.422172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:50 smithi028 ceph-mon[112123]: pgmap v15603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:50 smithi028 ceph-mon[112123]: from='client.422172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:52 smithi138 ceph-mon[117003]: pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:52 smithi161 ceph-mon[116604]: pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:52 smithi028 ceph-mon[112123]: pgmap v15604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:54 smithi138 ceph-mon[117003]: pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:54 smithi161 ceph-mon[116604]: pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:54 smithi028 ceph-mon[112123]: pgmap v15605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:26:55.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:26:55.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:26:55.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:26:56.356 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:26:56.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:26:56.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:26:56.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:26:56.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:26:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:56 smithi161 ceph-mon[116604]: pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:56 smithi161 ceph-mon[116604]: from='client.422250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:56 smithi028 ceph-mon[112123]: pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:56 smithi028 ceph-mon[112123]: from='client.422250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:56 smithi138 ceph-mon[117003]: pgmap v15606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:26:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:56 smithi138 ceph-mon[117003]: from='client.422250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:26:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:26:58 smithi138 ceph-mon[117003]: 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-07T13:26:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:26:58 smithi161 ceph-mon[116604]: 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-07T13:26:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:26:58 smithi028 ceph-mon[112123]: 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-07T13:27:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:00 smithi138 ceph-mon[117003]: pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:01.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:01.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:01.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:00 smithi161 ceph-mon[116604]: pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:00 smithi028 ceph-mon[112123]: pgmap v15608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:02.138 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:02.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:02.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:02.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:02.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:02 smithi138 ceph-mon[117003]: from='client.422322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:02 smithi138 ceph-mon[117003]: pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:27:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:27:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:27:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:27:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:02 smithi161 ceph-mon[116604]: from='client.422322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:02 smithi161 ceph-mon[116604]: pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:27:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:27:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:27:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:27:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:02 smithi028 ceph-mon[112123]: from='client.422322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:02 smithi028 ceph-mon[112123]: pgmap v15609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:27:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:27:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:27:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:27:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:04 smithi138 ceph-mon[117003]: pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:04 smithi161 ceph-mon[116604]: pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:04 smithi028 ceph-mon[112123]: pgmap v15610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:07.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:07.140 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:07.140 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:06 smithi161 ceph-mon[116604]: pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:06 smithi028 ceph-mon[112123]: pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:06 smithi138 ceph-mon[117003]: pgmap v15611: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:07.909 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:07.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:07.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:07.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:07.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:08 smithi138 ceph-mon[117003]: from='client.422397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:08 smithi138 ceph-mon[117003]: pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:08 smithi161 ceph-mon[116604]: from='client.422397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:08 smithi161 ceph-mon[116604]: pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:08 smithi028 ceph-mon[112123]: from='client.422397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:08 smithi028 ceph-mon[112123]: pgmap v15612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:10 smithi138 ceph-mon[117003]: pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:10 smithi161 ceph-mon[116604]: pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:10 smithi028 ceph-mon[112123]: pgmap v15613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:12.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:12.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:12.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:12 smithi138 ceph-mon[117003]: 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-07T13:27:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:12 smithi161 ceph-mon[116604]: 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-07T13:27:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:12 smithi028 ceph-mon[112123]: 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-07T13:27:13.718 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:13.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:13.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:13.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:13.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:13 smithi138 ceph-mon[117003]: from='client.422475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:14.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:13 smithi161 ceph-mon[116604]: from='client.422475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:14.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:13 smithi028 ceph-mon[112123]: from='client.422475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:14 smithi138 ceph-mon[117003]: 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-07T13:27:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:14 smithi161 ceph-mon[116604]: 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-07T13:27:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:14 smithi028 ceph-mon[112123]: 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-07T13:27:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:16 smithi161 ceph-mon[116604]: 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-07T13:27:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:16 smithi028 ceph-mon[112123]: 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-07T13:27:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:16 smithi138 ceph-mon[117003]: 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-07T13:27:18.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:18.720 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:18.720 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:18 smithi138 ceph-mon[117003]: 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-07T13:27:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:18 smithi161 ceph-mon[116604]: 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-07T13:27:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:18 smithi028 ceph-mon[112123]: 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-07T13:27:19.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:19.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:19.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:19.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:19.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:19 smithi138 ceph-mon[117003]: from='client.422550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:19 smithi161 ceph-mon[116604]: from='client.422550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:19 smithi028 ceph-mon[112123]: from='client.422550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:20 smithi138 ceph-mon[117003]: pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:20 smithi161 ceph-mon[116604]: pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:20 smithi028 ceph-mon[112123]: pgmap v15618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:27:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:22 smithi138 ceph-mon[117003]: pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:22 smithi161 ceph-mon[116604]: pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:22 smithi028 ceph-mon[112123]: pgmap v15619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:24.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:24.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:24.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:25.274 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:25.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:25.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:25.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:25.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:24 smithi138 ceph-mon[117003]: pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:24 smithi161 ceph-mon[116604]: pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:24 smithi028 ceph-mon[112123]: pgmap v15620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:27:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:25 smithi138 ceph-mon[117003]: from='client.422625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:25 smithi161 ceph-mon[116604]: from='client.422625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:25 smithi028 ceph-mon[112123]: from='client.422625 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:26 smithi138 ceph-mon[117003]: pgmap v15621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:26 smithi161 ceph-mon[116604]: pgmap v15621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:26 smithi028 ceph-mon[112123]: pgmap v15621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:28 smithi138 ceph-mon[117003]: pgmap v15622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:27:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:28 smithi161 ceph-mon[116604]: pgmap v15622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:27:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:28 smithi028 ceph-mon[112123]: pgmap v15622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:27:30.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:30.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:30.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:31.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:31.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:31.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:31.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:31.059 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:31 smithi138 ceph-mon[117003]: pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:31 smithi161 ceph-mon[116604]: pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:31 smithi028 ceph-mon[112123]: pgmap v15623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:32 smithi138 ceph-mon[117003]: from='client.422703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:32 smithi161 ceph-mon[116604]: from='client.422703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:32 smithi028 ceph-mon[112123]: from='client.422703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:33 smithi138 ceph-mon[117003]: pgmap v15624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:33 smithi161 ceph-mon[116604]: pgmap v15624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:33 smithi028 ceph-mon[112123]: pgmap v15624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:35 smithi138 ceph-mon[117003]: pgmap v15625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:35 smithi161 ceph-mon[116604]: pgmap v15625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:35 smithi028 ceph-mon[112123]: pgmap v15625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:27:36.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:36.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:36.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:36.831 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:36.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:36.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:36.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:36.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:36 smithi161 ceph-mon[116604]: pgmap v15626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:27:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:36 smithi028 ceph-mon[112123]: pgmap v15626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:27:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:36 smithi138 ceph-mon[117003]: pgmap v15626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:27:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:37 smithi161 ceph-mon[116604]: from='client.422778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:37 smithi028 ceph-mon[112123]: from='client.422778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:37 smithi138 ceph-mon[117003]: from='client.422778 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:38 smithi161 ceph-mon[116604]: 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-07T13:27:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:38 smithi028 ceph-mon[112123]: 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-07T13:27:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:38 smithi138 ceph-mon[117003]: 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-07T13:27:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:40 smithi138 ceph-mon[117003]: pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:40 smithi161 ceph-mon[116604]: pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:41.475 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:40 smithi028 ceph-mon[112123]: pgmap v15628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:41.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:41.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:41.834 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:42.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:42.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:42.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:42.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:42.609 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:42 smithi138 ceph-mon[117003]: pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:42 smithi138 ceph-mon[117003]: from='client.422856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:42 smithi161 ceph-mon[116604]: pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:42 smithi161 ceph-mon[116604]: from='client.422856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:42 smithi028 ceph-mon[112123]: pgmap v15629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:42 smithi028 ceph-mon[112123]: from='client.422856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:44 smithi138 ceph-mon[117003]: pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:44 smithi161 ceph-mon[116604]: pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:44 smithi028 ceph-mon[112123]: pgmap v15630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:46 smithi161 ceph-mon[116604]: pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:46 smithi028 ceph-mon[112123]: pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:46 smithi138 ceph-mon[117003]: pgmap v15631: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:47.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:47.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:47.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:48.387 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:48.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:48.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:48.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:48.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:48 smithi138 ceph-mon[117003]: pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:48 smithi138 ceph-mon[117003]: from='client.422934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:48 smithi161 ceph-mon[116604]: pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:48 smithi161 ceph-mon[116604]: from='client.422934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:48 smithi028 ceph-mon[112123]: pgmap v15632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:27:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:48 smithi028 ceph-mon[112123]: from='client.422934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:50 smithi138 ceph-mon[117003]: pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:50 smithi161 ceph-mon[116604]: pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:50 smithi028 ceph-mon[112123]: pgmap v15633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:27:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:52 smithi138 ceph-mon[117003]: 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-07T13:27:53.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:53.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:53.390 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:52 smithi161 ceph-mon[116604]: 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-07T13:27:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:52 smithi028 ceph-mon[112123]: 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-07T13:27:54.154 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:54.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:54.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:54.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:54.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:27:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:54 smithi138 ceph-mon[117003]: from='client.423009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:54 smithi138 ceph-mon[117003]: 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-07T13:27:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:54 smithi161 ceph-mon[116604]: from='client.423009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:54 smithi161 ceph-mon[116604]: 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-07T13:27:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:54 smithi028 ceph-mon[112123]: from='client.423009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:27:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:54 smithi028 ceph-mon[112123]: 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-07T13:27:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:56 smithi161 ceph-mon[116604]: 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-07T13:27:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:56 smithi028 ceph-mon[112123]: 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-07T13:27:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:56 smithi138 ceph-mon[117003]: 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-07T13:27:59.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:27:59.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:27:59.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:27:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:27:58 smithi138 ceph-mon[117003]: 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-07T13:27:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:27:58 smithi161 ceph-mon[116604]: 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-07T13:27:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:27:58 smithi028 ceph-mon[112123]: 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-07T13:27:59.937 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:27:59.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:27:59.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:27:59.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:27:59.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:00 smithi138 ceph-mon[117003]: from='client.423087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:00 smithi138 ceph-mon[117003]: pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:00 smithi161 ceph-mon[116604]: from='client.423087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:00 smithi161 ceph-mon[116604]: pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:00 smithi028 ceph-mon[112123]: from='client.423087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:00 smithi028 ceph-mon[112123]: pgmap v15638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:02 smithi138 ceph-mon[117003]: pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:02 smithi161 ceph-mon[116604]: pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:02 smithi028 ceph-mon[112123]: pgmap v15639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:28:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:28:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:28:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:28:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:28:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:28:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:28:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:28:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:28:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:28:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:28:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:28:04.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:04.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:04.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:04 smithi138 ceph-mon[117003]: pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:04 smithi161 ceph-mon[116604]: pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:04 smithi028 ceph-mon[112123]: pgmap v15640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:05.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:05.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:05.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:05.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:05.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:06 smithi138 ceph-mon[117003]: from='client.423165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:05 smithi161 ceph-mon[116604]: from='client.423165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:05 smithi028 ceph-mon[112123]: from='client.423165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:07 smithi138 ceph-mon[117003]: pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:07 smithi161 ceph-mon[116604]: pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:07 smithi028 ceph-mon[112123]: pgmap v15641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:09 smithi138 ceph-mon[117003]: pgmap v15642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:09 smithi161 ceph-mon[116604]: pgmap v15642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:09 smithi028 ceph-mon[112123]: pgmap v15642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:10.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:10.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:10.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:11 smithi138 ceph-mon[117003]: pgmap v15643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:11 smithi161 ceph-mon[116604]: pgmap v15643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:11 smithi028 ceph-mon[112123]: pgmap v15643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:11.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:11.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:11.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:11.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:11.500 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:12 smithi138 ceph-mon[117003]: from='client.423240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:12 smithi161 ceph-mon[116604]: from='client.423240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:12 smithi028 ceph-mon[112123]: from='client.423240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:13 smithi138 ceph-mon[117003]: 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-07T13:28:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:13 smithi161 ceph-mon[116604]: 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-07T13:28:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:13 smithi028 ceph-mon[112123]: 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-07T13:28:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:15 smithi138 ceph-mon[117003]: 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-07T13:28:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:15 smithi161 ceph-mon[116604]: 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-07T13:28:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:15 smithi028 ceph-mon[112123]: 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-07T13:28:16.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:16.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:16.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:16 smithi161 ceph-mon[116604]: pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:16 smithi028 ceph-mon[112123]: pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:17.269 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:17.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:17.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:17.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:17.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:16 smithi138 ceph-mon[117003]: pgmap v15646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:17 smithi161 ceph-mon[116604]: from='client.423318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:17 smithi028 ceph-mon[112123]: from='client.423318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:17 smithi138 ceph-mon[117003]: from='client.423318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:18 smithi161 ceph-mon[116604]: pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:18 smithi028 ceph-mon[112123]: pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:18 smithi138 ceph-mon[117003]: pgmap v15647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:20 smithi138 ceph-mon[117003]: pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:20 smithi161 ceph-mon[116604]: pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:20 smithi028 ceph-mon[112123]: pgmap v15648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:22.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:22.272 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:22.272 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:23.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:23.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:23.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:23.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:23.044 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:22 smithi138 ceph-mon[117003]: pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:22 smithi161 ceph-mon[116604]: pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:22 smithi028 ceph-mon[112123]: pgmap v15649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:24 smithi138 ceph-mon[117003]: from='client.423396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:24 smithi161 ceph-mon[116604]: from='client.423396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:24 smithi028 ceph-mon[112123]: from='client.423396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:25 smithi138 ceph-mon[117003]: pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:25 smithi161 ceph-mon[116604]: pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:25 smithi028 ceph-mon[112123]: pgmap v15650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:26 smithi161 ceph-mon[116604]: pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:26 smithi028 ceph-mon[112123]: pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:26 smithi138 ceph-mon[117003]: pgmap v15651: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:28.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:28.045 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:28.045 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:28.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:28.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:28.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:28.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:28.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:28 smithi138 ceph-mon[117003]: pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:28 smithi138 ceph-mon[117003]: from='client.423474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:28 smithi161 ceph-mon[116604]: pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:28 smithi161 ceph-mon[116604]: from='client.423474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:28 smithi028 ceph-mon[112123]: pgmap v15652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:28 smithi028 ceph-mon[112123]: from='client.423474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:31 smithi138 ceph-mon[117003]: pgmap v15653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:31 smithi161 ceph-mon[116604]: pgmap v15653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:30 smithi028 ceph-mon[112123]: pgmap v15653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:33 smithi138 ceph-mon[117003]: 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-07T13:28:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:33 smithi161 ceph-mon[116604]: 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-07T13:28:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:33 smithi028 ceph-mon[112123]: 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-07T13:28:33.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:33.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:33.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:34.594 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:34.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:34.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:34.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:34.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:35 smithi138 ceph-mon[117003]: 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-07T13:28:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:35 smithi138 ceph-mon[117003]: from='client.423552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:35 smithi161 ceph-mon[116604]: 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-07T13:28:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:35 smithi161 ceph-mon[116604]: from='client.423552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:35 smithi028 ceph-mon[112123]: 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-07T13:28:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:35 smithi028 ceph-mon[112123]: from='client.423552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:36 smithi161 ceph-mon[116604]: pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:28:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:36 smithi028 ceph-mon[112123]: pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:28:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:36 smithi138 ceph-mon[117003]: pgmap v15656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:28:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:39 smithi138 ceph-mon[117003]: pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:28:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:39 smithi161 ceph-mon[116604]: pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:28:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:39 smithi028 ceph-mon[112123]: pgmap v15657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:28:39.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:39.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:39.596 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:40.368 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:40.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:40.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:40.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:40.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:41 smithi138 ceph-mon[117003]: pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:41 smithi138 ceph-mon[117003]: from='client.423621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:41 smithi161 ceph-mon[116604]: pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:41 smithi161 ceph-mon[116604]: from='client.423621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:41 smithi028 ceph-mon[112123]: pgmap v15658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:41 smithi028 ceph-mon[112123]: from='client.423621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:43 smithi138 ceph-mon[117003]: pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:43.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:43 smithi161 ceph-mon[116604]: pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:43 smithi028 ceph-mon[112123]: pgmap v15659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:45 smithi138 ceph-mon[117003]: pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:45.370 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:45.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:45.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:45 smithi161 ceph-mon[116604]: pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:45 smithi028 ceph-mon[112123]: pgmap v15660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:28:46.161 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:46.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:46.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:46.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:46.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:46 smithi161 ceph-mon[116604]: from='client.423699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:46 smithi161 ceph-mon[116604]: pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:46 smithi028 ceph-mon[112123]: from='client.423699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:46 smithi028 ceph-mon[112123]: pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:46 smithi138 ceph-mon[117003]: from='client.423699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:46 smithi138 ceph-mon[117003]: pgmap v15661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:49 smithi138 ceph-mon[117003]: pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:28:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:49 smithi161 ceph-mon[116604]: pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:28:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:49 smithi028 ceph-mon[112123]: pgmap v15662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:28:51.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:51.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:51.163 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:51 smithi138 ceph-mon[117003]: pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:28:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:51 smithi161 ceph-mon[116604]: pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:28:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:51 smithi028 ceph-mon[112123]: pgmap v15663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:28:51.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:51.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:51.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:51.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:51.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:53 smithi138 ceph-mon[117003]: from='client.423771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:53 smithi138 ceph-mon[117003]: 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-07T13:28:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:53 smithi161 ceph-mon[116604]: from='client.423771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:53 smithi161 ceph-mon[116604]: 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-07T13:28:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:53 smithi028 ceph-mon[112123]: from='client.423771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:53 smithi028 ceph-mon[112123]: 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-07T13:28:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:55 smithi138 ceph-mon[117003]: 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-07T13:28:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:55 smithi161 ceph-mon[116604]: 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-07T13:28:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:55 smithi028 ceph-mon[112123]: 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-07T13:28:56.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:28:56.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:28:56.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:28:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:56 smithi161 ceph-mon[116604]: pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:56 smithi028 ceph-mon[112123]: pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:56 smithi138 ceph-mon[117003]: pgmap v15666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:28:57.695 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:28:57.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:28:57.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:28:57.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:28:57.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:28:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:57 smithi161 ceph-mon[116604]: from='client.423843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:57 smithi028 ceph-mon[112123]: from='client.423843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:57 smithi138 ceph-mon[117003]: from='client.423843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:28:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:28:58 smithi161 ceph-mon[116604]: pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:28:58 smithi028 ceph-mon[112123]: pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:28:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:28:58 smithi138 ceph-mon[117003]: pgmap v15667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:01 smithi138 ceph-mon[117003]: pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:01 smithi161 ceph-mon[116604]: pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:01 smithi028 ceph-mon[112123]: pgmap v15668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:02.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:02.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:02.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:03 smithi138 ceph-mon[117003]: pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:03 smithi161 ceph-mon[116604]: pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:03 smithi028 ceph-mon[112123]: pgmap v15669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:03.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:03.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:03.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:03.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:03.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:04 smithi138 ceph-mon[117003]: from='client.423918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:29:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:04 smithi161 ceph-mon[116604]: from='client.423918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:29:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:04 smithi028 ceph-mon[112123]: from='client.423918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:05 smithi138 ceph-mon[117003]: pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:29:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:29:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:29:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:05 smithi161 ceph-mon[116604]: pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:29:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:29:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:29:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:05 smithi028 ceph-mon[112123]: pgmap v15670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:29:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:29:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:29:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:06 smithi161 ceph-mon[116604]: pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:06 smithi028 ceph-mon[112123]: pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:06 smithi138 ceph-mon[117003]: pgmap v15671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:08.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:08.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:08.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:09.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:09.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:09.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:09.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:09.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:09 smithi138 ceph-mon[117003]: pgmap v15672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:09 smithi161 ceph-mon[116604]: pgmap v15672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:09 smithi028 ceph-mon[112123]: pgmap v15672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:10 smithi138 ceph-mon[117003]: from='client.423996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:10 smithi161 ceph-mon[116604]: from='client.423996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:10 smithi028 ceph-mon[112123]: from='client.423996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:11 smithi138 ceph-mon[117003]: pgmap v15673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:29:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:11 smithi161 ceph-mon[116604]: pgmap v15673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:29:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:11 smithi028 ceph-mon[112123]: pgmap v15673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:29:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:13 smithi138 ceph-mon[117003]: pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:29:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:13 smithi161 ceph-mon[116604]: pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:29:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:13 smithi028 ceph-mon[112123]: pgmap v15674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:29:14.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:14.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:14.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:15.018 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:15.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:15.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:15.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:15.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:15 smithi138 ceph-mon[117003]: pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:29:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:15 smithi161 ceph-mon[116604]: pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:29:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:15 smithi028 ceph-mon[112123]: pgmap v15675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:29:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:16 smithi138 ceph-mon[117003]: from='client.424068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:16 smithi161 ceph-mon[116604]: from='client.424068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:16 smithi028 ceph-mon[112123]: from='client.424068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:17 smithi138 ceph-mon[117003]: pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:17 smithi161 ceph-mon[116604]: pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:17 smithi028 ceph-mon[112123]: pgmap v15676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:19 smithi138 ceph-mon[117003]: pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:19 smithi161 ceph-mon[116604]: pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:19 smithi028 ceph-mon[112123]: pgmap v15677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:20.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:20.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:20.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:20.793 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:20.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:20.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:20.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:20.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:21 smithi138 ceph-mon[117003]: pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:21 smithi138 ceph-mon[117003]: from='client.424140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:21 smithi161 ceph-mon[116604]: pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:21 smithi161 ceph-mon[116604]: from='client.424140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:21 smithi028 ceph-mon[112123]: pgmap v15678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:21 smithi028 ceph-mon[112123]: from='client.424140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:23 smithi138 ceph-mon[117003]: pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:29:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:23 smithi161 ceph-mon[116604]: pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:29:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:23 smithi028 ceph-mon[112123]: pgmap v15679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:29:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:25 smithi138 ceph-mon[117003]: pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:29:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:25 smithi161 ceph-mon[116604]: pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:29:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:25 smithi028 ceph-mon[112123]: pgmap v15680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:29:25.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:25.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:25.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:26.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:26.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:26.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:26.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:26.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:26 smithi161 ceph-mon[116604]: pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:29:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:26 smithi161 ceph-mon[116604]: from='client.424215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:26 smithi028 ceph-mon[112123]: pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:29:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:26 smithi028 ceph-mon[112123]: from='client.424215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:26 smithi138 ceph-mon[117003]: pgmap v15681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:29:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:26 smithi138 ceph-mon[117003]: from='client.424215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:29 smithi138 ceph-mon[117003]: 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-07T13:29:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:29 smithi161 ceph-mon[116604]: 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-07T13:29:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:29 smithi028 ceph-mon[112123]: 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-07T13:29:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:31 smithi138 ceph-mon[117003]: 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-07T13:29:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:31 smithi161 ceph-mon[116604]: 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-07T13:29:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:31 smithi028 ceph-mon[112123]: 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-07T13:29:31.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:31.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:31.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:32.334 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:32.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:32.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:32.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:32.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:33 smithi138 ceph-mon[117003]: from='client.424293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:33 smithi138 ceph-mon[117003]: 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-07T13:29:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:33 smithi161 ceph-mon[116604]: from='client.424293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:33 smithi161 ceph-mon[116604]: 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-07T13:29:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:33 smithi028 ceph-mon[112123]: from='client.424293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:33 smithi028 ceph-mon[112123]: 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-07T13:29:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:35 smithi138 ceph-mon[117003]: 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-07T13:29:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:35 smithi161 ceph-mon[116604]: 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-07T13:29:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:35 smithi028 ceph-mon[112123]: 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-07T13:29:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:36 smithi161 ceph-mon[116604]: pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:36 smithi028 ceph-mon[112123]: pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:36 smithi138 ceph-mon[117003]: pgmap v15686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:37.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:37.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:37.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:38.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:38.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:38.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:38.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:38.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:39 smithi138 ceph-mon[117003]: from='client.424371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:39 smithi138 ceph-mon[117003]: pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:39 smithi161 ceph-mon[116604]: from='client.424371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:39 smithi161 ceph-mon[116604]: pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:39 smithi028 ceph-mon[112123]: from='client.424371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:39 smithi028 ceph-mon[112123]: pgmap v15687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:41 smithi138 ceph-mon[117003]: pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:41 smithi161 ceph-mon[116604]: pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:41 smithi028 ceph-mon[112123]: pgmap v15688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:43.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:43.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:43.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:43 smithi138 ceph-mon[117003]: pgmap v15689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:43 smithi161 ceph-mon[116604]: pgmap v15689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:43 smithi028 ceph-mon[112123]: pgmap v15689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:43.895 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:43.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:43.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:43.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:43.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:45 smithi138 ceph-mon[117003]: from='client.424446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:45 smithi138 ceph-mon[117003]: pgmap v15690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:45 smithi161 ceph-mon[116604]: from='client.424446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:45 smithi161 ceph-mon[116604]: pgmap v15690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:45 smithi028 ceph-mon[112123]: from='client.424446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:45 smithi028 ceph-mon[112123]: pgmap v15690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:46 smithi161 ceph-mon[116604]: pgmap v15691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:46 smithi028 ceph-mon[112123]: pgmap v15691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:46 smithi138 ceph-mon[117003]: pgmap v15691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:29:48.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:48.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:48.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:49 smithi138 ceph-mon[117003]: 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-07T13:29:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:49 smithi161 ceph-mon[116604]: 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-07T13:29:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:49 smithi028 ceph-mon[112123]: 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-07T13:29:49.671 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:49.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:49.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:49.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:49.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:50 smithi138 ceph-mon[117003]: from='client.424524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:50 smithi161 ceph-mon[116604]: from='client.424524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:50 smithi028 ceph-mon[112123]: from='client.424524 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:51 smithi138 ceph-mon[117003]: pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:51 smithi161 ceph-mon[116604]: pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:51 smithi028 ceph-mon[112123]: pgmap v15693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:53 smithi138 ceph-mon[117003]: pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:53 smithi161 ceph-mon[116604]: pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:53 smithi028 ceph-mon[112123]: pgmap v15694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:54.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:29:54.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:29:54.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:29:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:55 smithi138 ceph-mon[117003]: pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:55 smithi161 ceph-mon[116604]: pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:55.447 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:29:55.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:29:55.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:29:55.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:29:55.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:29:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:55 smithi028 ceph-mon[112123]: pgmap v15695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:56 smithi138 ceph-mon[117003]: from='client.424596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:56 smithi161 ceph-mon[116604]: from='client.424596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:56 smithi028 ceph-mon[112123]: from='client.424596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:29:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:57 smithi138 ceph-mon[117003]: pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:57 smithi161 ceph-mon[116604]: pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:57 smithi028 ceph-mon[112123]: pgmap v15696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:29:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:29:59 smithi138 ceph-mon[117003]: pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:29:59 smithi161 ceph-mon[116604]: pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:29:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:29:59 smithi028 ceph-mon[112123]: pgmap v15697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T13:30:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T13:30:00.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:00.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:00.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T13:30:01.226 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:01.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:01.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:01.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:01.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:01 smithi138 ceph-mon[117003]: pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:01 smithi161 ceph-mon[116604]: pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:01 smithi028 ceph-mon[112123]: pgmap v15698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:02 smithi161 ceph-mon[116604]: from='client.424674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:02 smithi028 ceph-mon[112123]: from='client.424674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:02 smithi138 ceph-mon[117003]: from='client.424674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:03 smithi161 ceph-mon[116604]: 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-07T13:30:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:03 smithi028 ceph-mon[112123]: 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-07T13:30:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:03 smithi138 ceph-mon[117003]: 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-07T13:30:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:05 smithi161 ceph-mon[116604]: 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-07T13:30:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:30:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:05 smithi028 ceph-mon[112123]: 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-07T13:30:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:30:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:05 smithi138 ceph-mon[117003]: 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-07T13:30:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:30:06.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:06.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:06.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:30:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:30:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:30:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:30:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:30:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:30:06.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:30:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:30:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:30:07.000 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:07.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:07.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:07.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:07.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:07 smithi161 ceph-mon[116604]: 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-07T13:30:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:07 smithi028 ceph-mon[112123]: 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-07T13:30:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:07 smithi138 ceph-mon[117003]: 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-07T13:30:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:08 smithi161 ceph-mon[116604]: from='client.424752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:08 smithi028 ceph-mon[112123]: from='client.424752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:08 smithi138 ceph-mon[117003]: from='client.424752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:09 smithi161 ceph-mon[116604]: 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-07T13:30:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:09 smithi028 ceph-mon[112123]: 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-07T13:30:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:09 smithi138 ceph-mon[117003]: 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-07T13:30:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:11 smithi161 ceph-mon[116604]: 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-07T13:30:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:11 smithi028 ceph-mon[112123]: 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-07T13:30:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:11 smithi138 ceph-mon[117003]: 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-07T13:30:12.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:12.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:12.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:12.782 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:12.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:12.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:12.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:12.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:13 smithi161 ceph-mon[116604]: 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-07T13:30:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:13 smithi161 ceph-mon[116604]: from='client.424827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:13 smithi028 ceph-mon[112123]: 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-07T13:30:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:13 smithi028 ceph-mon[112123]: from='client.424827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:13 smithi138 ceph-mon[117003]: 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-07T13:30:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:13 smithi138 ceph-mon[117003]: from='client.424827 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:15 smithi161 ceph-mon[116604]: 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-07T13:30:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:15 smithi028 ceph-mon[112123]: 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-07T13:30:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:15 smithi138 ceph-mon[117003]: 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-07T13:30:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:16 smithi028 ceph-mon[112123]: pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:16 smithi138 ceph-mon[117003]: pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:16 smithi161 ceph-mon[116604]: pgmap v15706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:17.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:17.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:17.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:18.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:18.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:18.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:18.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:18.559 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:19 smithi138 ceph-mon[117003]: pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:19 smithi138 ceph-mon[117003]: from='client.424905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:19 smithi161 ceph-mon[116604]: pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:19 smithi161 ceph-mon[116604]: from='client.424905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:19 smithi028 ceph-mon[112123]: pgmap v15707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:19 smithi028 ceph-mon[112123]: from='client.424905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:21 smithi138 ceph-mon[117003]: pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:21 smithi161 ceph-mon[116604]: pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:21 smithi028 ceph-mon[112123]: pgmap v15708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:23 smithi138 ceph-mon[117003]: pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:23 smithi161 ceph-mon[116604]: pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:23 smithi028 ceph-mon[112123]: pgmap v15709: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:23.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:23.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:23.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:24.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:24.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:24.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:24.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:24.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:25 smithi138 ceph-mon[117003]: from='client.424977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:25 smithi138 ceph-mon[117003]: pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:25 smithi161 ceph-mon[116604]: from='client.424977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:25 smithi161 ceph-mon[116604]: pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:25 smithi028 ceph-mon[112123]: from='client.424977 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:25 smithi028 ceph-mon[112123]: pgmap v15710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:26 smithi028 ceph-mon[112123]: pgmap v15711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:30:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:26 smithi138 ceph-mon[117003]: pgmap v15711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:30:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:26 smithi161 ceph-mon[116604]: pgmap v15711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:30:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:29 smithi138 ceph-mon[117003]: pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:30:29.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:29.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:29.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:29 smithi161 ceph-mon[116604]: pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:30:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:29 smithi028 ceph-mon[112123]: pgmap v15712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:30:30.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:30.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:30.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:30.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:30.097 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:31 smithi138 ceph-mon[117003]: from='client.425052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:31 smithi138 ceph-mon[117003]: pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:31 smithi161 ceph-mon[116604]: from='client.425052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:31 smithi161 ceph-mon[116604]: pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:31 smithi028 ceph-mon[112123]: from='client.425052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:31 smithi028 ceph-mon[112123]: pgmap v15713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:33 smithi138 ceph-mon[117003]: pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:33 smithi161 ceph-mon[116604]: pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:33 smithi028 ceph-mon[112123]: pgmap v15714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:35.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:35.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:35.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:35 smithi138 ceph-mon[117003]: pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:35 smithi161 ceph-mon[116604]: pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:35 smithi028 ceph-mon[112123]: pgmap v15715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:30:35.871 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:35.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:35.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:35.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:35.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:36 smithi028 ceph-mon[112123]: from='client.425130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:36 smithi028 ceph-mon[112123]: pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:36 smithi138 ceph-mon[117003]: from='client.425130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:36 smithi138 ceph-mon[117003]: pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:36 smithi161 ceph-mon[116604]: from='client.425130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:36 smithi161 ceph-mon[116604]: pgmap v15716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:39 smithi138 ceph-mon[117003]: pgmap v15717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:30:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:39 smithi161 ceph-mon[116604]: pgmap v15717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:30:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:39 smithi028 ceph-mon[112123]: pgmap v15717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:30:40.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:40.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:40.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:41 smithi138 ceph-mon[117003]: pgmap v15718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:30:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:41 smithi161 ceph-mon[116604]: pgmap v15718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:30:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:41 smithi028 ceph-mon[112123]: pgmap v15718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:30:41.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:41.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:41.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:41.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:41.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:42 smithi138 ceph-mon[117003]: from='client.425205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:42 smithi161 ceph-mon[116604]: from='client.425205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:42 smithi028 ceph-mon[112123]: from='client.425205 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:43 smithi138 ceph-mon[117003]: 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-07T13:30:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:43 smithi161 ceph-mon[116604]: 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-07T13:30:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:43 smithi028 ceph-mon[112123]: 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-07T13:30:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:45 smithi161 ceph-mon[116604]: 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-07T13:30:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:45 smithi028 ceph-mon[112123]: 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-07T13:30:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:45 smithi138 ceph-mon[117003]: 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-07T13:30:46.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:46.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:46.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:46 smithi028 ceph-mon[112123]: 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-07T13:30:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:46 smithi138 ceph-mon[117003]: 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-07T13:30:47.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:47.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:47.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:47.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:47.422 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:46 smithi161 ceph-mon[116604]: 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-07T13:30:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:47 smithi028 ceph-mon[112123]: from='client.425280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:47 smithi138 ceph-mon[117003]: from='client.425280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:47 smithi161 ceph-mon[116604]: from='client.425280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:48 smithi028 ceph-mon[112123]: 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-07T13:30:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:48 smithi138 ceph-mon[117003]: 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-07T13:30:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:48 smithi161 ceph-mon[116604]: 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-07T13:30:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:51 smithi138 ceph-mon[117003]: 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-07T13:30:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:51 smithi161 ceph-mon[116604]: 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-07T13:30:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:51 smithi028 ceph-mon[112123]: 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-07T13:30:52.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:52.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:52.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:53.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:53.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:53.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:53.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:53.202 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:53 smithi138 ceph-mon[117003]: 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-07T13:30:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:53 smithi161 ceph-mon[116604]: 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-07T13:30:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:53 smithi028 ceph-mon[112123]: 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-07T13:30:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:54 smithi138 ceph-mon[117003]: from='client.425352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:54 smithi161 ceph-mon[116604]: from='client.425352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:54 smithi028 ceph-mon[112123]: from='client.425352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:30:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:55 smithi161 ceph-mon[116604]: 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-07T13:30:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:55 smithi028 ceph-mon[112123]: 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-07T13:30:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:55 smithi138 ceph-mon[117003]: 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-07T13:30:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:56 smithi028 ceph-mon[112123]: pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:56 smithi138 ceph-mon[117003]: pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:56 smithi161 ceph-mon[116604]: pgmap v15726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:30:58.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:30:58.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:30:58.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:30:58.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:30:58.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:30:58.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:30:58.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:30:58.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:30:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:30:59 smithi138 ceph-mon[117003]: pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:30:59 smithi161 ceph-mon[116604]: pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:30:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:30:59 smithi028 ceph-mon[112123]: pgmap v15727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:00 smithi138 ceph-mon[117003]: from='client.425424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:00.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:00 smithi161 ceph-mon[116604]: from='client.425424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:00 smithi028 ceph-mon[112123]: from='client.425424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:01 smithi161 ceph-mon[116604]: pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:01.853 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:01 smithi138 ceph-mon[117003]: pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:01.854 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:01 smithi028 ceph-mon[112123]: pgmap v15728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:03 smithi161 ceph-mon[116604]: pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:03 smithi028 ceph-mon[112123]: pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:03 smithi138 ceph-mon[117003]: pgmap v15729: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:03.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:03.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:03.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:04.774 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:04.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:04.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:04.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:04.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:05 smithi161 ceph-mon[116604]: pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:05 smithi161 ceph-mon[116604]: from='client.425499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:05 smithi028 ceph-mon[112123]: pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:05 smithi028 ceph-mon[112123]: from='client.425499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:05 smithi138 ceph-mon[117003]: pgmap v15730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:05 smithi138 ceph-mon[117003]: from='client.425499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:31:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:31:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:31:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:31:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:31:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:31:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:31:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:31:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:31:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:31:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:31:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:31:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:07 smithi161 ceph-mon[116604]: 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-07T13:31:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:07 smithi028 ceph-mon[112123]: 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-07T13:31:07.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:07 smithi138 ceph-mon[117003]: 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-07T13:31:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:09 smithi161 ceph-mon[116604]: pgmap v15732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:09 smithi028 ceph-mon[112123]: pgmap v15732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:09 smithi138 ceph-mon[117003]: pgmap v15732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:09.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:09.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:09.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:10.556 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:10.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:10.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:10.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:10.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:11.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:11 smithi161 ceph-mon[116604]: pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:11.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:11 smithi161 ceph-mon[116604]: from='client.425577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:11 smithi028 ceph-mon[112123]: pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:11 smithi028 ceph-mon[112123]: from='client.425577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:11 smithi138 ceph-mon[117003]: pgmap v15733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:11 smithi138 ceph-mon[117003]: from='client.425577 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:13 smithi161 ceph-mon[116604]: pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:13 smithi028 ceph-mon[112123]: pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:13.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:13 smithi138 ceph-mon[117003]: pgmap v15734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:15 smithi161 ceph-mon[116604]: pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:15 smithi028 ceph-mon[112123]: pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:15 smithi138 ceph-mon[117003]: pgmap v15735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:15.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:15.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:15.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:16.340 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:16.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:16.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:16.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:16.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:16 smithi028 ceph-mon[112123]: from='client.425652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:16 smithi028 ceph-mon[112123]: pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:16 smithi138 ceph-mon[117003]: from='client.425652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:16 smithi138 ceph-mon[117003]: pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:16 smithi161 ceph-mon[116604]: from='client.425652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:16 smithi161 ceph-mon[116604]: pgmap v15736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:19 smithi138 ceph-mon[117003]: 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-07T13:31:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:19 smithi161 ceph-mon[116604]: 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-07T13:31:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:19 smithi028 ceph-mon[112123]: 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-07T13:31:21.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:21.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:21.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:21 smithi161 ceph-mon[116604]: 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-07T13:31:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:21 smithi028 ceph-mon[112123]: 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-07T13:31:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:21 smithi138 ceph-mon[117003]: 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-07T13:31:22.123 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:22.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:22.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:22.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:22.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:23 smithi161 ceph-mon[116604]: from='client.425727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:23 smithi161 ceph-mon[116604]: 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-07T13:31:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:23 smithi028 ceph-mon[112123]: from='client.425727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:23 smithi028 ceph-mon[112123]: 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-07T13:31:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:23 smithi138 ceph-mon[117003]: from='client.425727 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:23 smithi138 ceph-mon[117003]: 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-07T13:31:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:25 smithi161 ceph-mon[116604]: 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-07T13:31:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:25 smithi028 ceph-mon[112123]: 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-07T13:31:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:25 smithi138 ceph-mon[117003]: 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-07T13:31:27.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:27.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:27.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:26 smithi138 ceph-mon[117003]: 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-07T13:31:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:26 smithi161 ceph-mon[116604]: 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-07T13:31:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:26 smithi028 ceph-mon[112123]: 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-07T13:31:27.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:27.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:27.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:27.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:27.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:29 smithi161 ceph-mon[116604]: from='client.425802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:29 smithi161 ceph-mon[116604]: 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-07T13:31:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:29 smithi028 ceph-mon[112123]: from='client.425802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:29 smithi028 ceph-mon[112123]: 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-07T13:31:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:29 smithi138 ceph-mon[117003]: from='client.425802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:29 smithi138 ceph-mon[117003]: 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-07T13:31:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:31 smithi161 ceph-mon[116604]: 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-07T13:31:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:31 smithi028 ceph-mon[112123]: 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-07T13:31:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:31 smithi138 ceph-mon[117003]: 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-07T13:31:32.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:32.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:32.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:33 smithi161 ceph-mon[116604]: 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-07T13:31:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:33 smithi028 ceph-mon[112123]: 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-07T13:31:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:33 smithi138 ceph-mon[117003]: 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-07T13:31:33.671 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:33.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:33.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:33.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:33.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:34 smithi161 ceph-mon[116604]: from='client.425880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:34 smithi028 ceph-mon[112123]: from='client.425880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:34 smithi138 ceph-mon[117003]: from='client.425880 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:35 smithi161 ceph-mon[116604]: 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-07T13:31:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:35 smithi028 ceph-mon[112123]: 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-07T13:31:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:35 smithi138 ceph-mon[117003]: 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-07T13:31:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:36 smithi138 ceph-mon[117003]: pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:36 smithi161 ceph-mon[116604]: pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:36 smithi028 ceph-mon[112123]: pgmap v15746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:31:38.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:38.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:38.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:39 smithi161 ceph-mon[116604]: pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:39 smithi028 ceph-mon[112123]: pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:39.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:39.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:39.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:39.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:39.469 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:39 smithi138 ceph-mon[117003]: pgmap v15747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:40 smithi161 ceph-mon[116604]: from='client.425958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:40 smithi028 ceph-mon[112123]: from='client.425958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:40 smithi138 ceph-mon[117003]: from='client.425958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:41 smithi161 ceph-mon[116604]: pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:31:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:41 smithi028 ceph-mon[112123]: pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:31:41.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:41 smithi138 ceph-mon[117003]: pgmap v15748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:31:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:43 smithi161 ceph-mon[116604]: pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:31:43.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:43 smithi028 ceph-mon[112123]: pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:31:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:43 smithi138 ceph-mon[117003]: pgmap v15749: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:31:44.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:44.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:44.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:45.256 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:45.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:45.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:45.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:45.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:45 smithi161 ceph-mon[116604]: pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:31:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:45 smithi028 ceph-mon[112123]: pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:31:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:45 smithi138 ceph-mon[117003]: pgmap v15750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:31:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:46 smithi161 ceph-mon[116604]: from='client.426036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:46.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:46 smithi028 ceph-mon[112123]: from='client.426036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:46 smithi138 ceph-mon[117003]: from='client.426036 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:47 smithi161 ceph-mon[116604]: 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-07T13:31:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:47 smithi028 ceph-mon[112123]: 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-07T13:31:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:47 smithi138 ceph-mon[117003]: 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-07T13:31:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:49 smithi161 ceph-mon[116604]: pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:49 smithi028 ceph-mon[112123]: pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:49 smithi138 ceph-mon[117003]: pgmap v15752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:31:50.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:50.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:50.258 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:51.032 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:51.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:51.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:51.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:51.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:51 smithi161 ceph-mon[116604]: pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:51 smithi028 ceph-mon[112123]: pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:51 smithi138 ceph-mon[117003]: pgmap v15753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:31:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:52 smithi161 ceph-mon[116604]: from='client.426114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:52 smithi028 ceph-mon[112123]: from='client.426114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:52 smithi138 ceph-mon[117003]: from='client.426114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:53 smithi161 ceph-mon[116604]: pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:31:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:53 smithi028 ceph-mon[112123]: pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:31:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:53 smithi138 ceph-mon[117003]: pgmap v15754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:31:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:55 smithi161 ceph-mon[116604]: pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:31:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:55 smithi028 ceph-mon[112123]: pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:31:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:55 smithi138 ceph-mon[117003]: pgmap v15755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:31:56.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:31:56.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:31:56.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:31:56.807 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:31:56.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:31:56.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:31:56.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:31:56.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:31:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:56 smithi138 ceph-mon[117003]: pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:31:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:56 smithi138 ceph-mon[117003]: from='client.426189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:56 smithi161 ceph-mon[116604]: pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:31:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:56 smithi161 ceph-mon[116604]: from='client.426189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:56 smithi028 ceph-mon[112123]: pgmap v15756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:31:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:56 smithi028 ceph-mon[112123]: from='client.426189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:31:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:31:59 smithi161 ceph-mon[116604]: 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-07T13:31:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:31:59 smithi028 ceph-mon[112123]: 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-07T13:31:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:31:59 smithi138 ceph-mon[117003]: 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-07T13:32:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:01 smithi161 ceph-mon[116604]: 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-07T13:32:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:01 smithi028 ceph-mon[112123]: 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-07T13:32:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:01 smithi138 ceph-mon[117003]: 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-07T13:32:01.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:01.809 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:01.809 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:02.583 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:02.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:02.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:02.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:02.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:03 smithi161 ceph-mon[116604]: 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-07T13:32:03.502 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:03 smithi161 ceph-mon[116604]: from='client.426267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:03.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:03 smithi028 ceph-mon[112123]: 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-07T13:32:03.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:03 smithi028 ceph-mon[112123]: from='client.426267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:03 smithi138 ceph-mon[117003]: 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-07T13:32:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:03 smithi138 ceph-mon[117003]: from='client.426267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:05 smithi161 ceph-mon[116604]: 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-07T13:32:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:05 smithi028 ceph-mon[112123]: 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-07T13:32:05.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:05 smithi138 ceph-mon[117003]: 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-07T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:06 smithi138 ceph-mon[117003]: 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-07T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:32:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:32:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:06 smithi161 ceph-mon[116604]: 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-07T13:32:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:32:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:32:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:32:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:32:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:06 smithi028 ceph-mon[112123]: 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-07T13:32:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:32:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:32:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:32:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:32:07.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:07.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:07.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:08.362 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:08.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:08.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:08.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:08.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:09 smithi161 ceph-mon[116604]: from='client.426345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:09 smithi161 ceph-mon[116604]: 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-07T13:32:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:09 smithi028 ceph-mon[112123]: from='client.426345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:09 smithi028 ceph-mon[112123]: 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-07T13:32:09.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:09 smithi138 ceph-mon[117003]: from='client.426345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:09 smithi138 ceph-mon[117003]: 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-07T13:32:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:11 smithi161 ceph-mon[116604]: pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:11 smithi028 ceph-mon[112123]: pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:11 smithi138 ceph-mon[117003]: pgmap v15763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:13.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:13.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:13.365 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:13 smithi161 ceph-mon[116604]: pgmap v15764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:13 smithi028 ceph-mon[112123]: pgmap v15764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:13 smithi138 ceph-mon[117003]: pgmap v15764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:14.139 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:14.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:14.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:14.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:14.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:15 smithi161 ceph-mon[116604]: from='client.426423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:15 smithi161 ceph-mon[116604]: pgmap v15765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:15 smithi028 ceph-mon[112123]: from='client.426423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:15 smithi028 ceph-mon[112123]: pgmap v15765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:15 smithi138 ceph-mon[117003]: from='client.426423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:15 smithi138 ceph-mon[117003]: pgmap v15765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:16 smithi138 ceph-mon[117003]: pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:32:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:16 smithi161 ceph-mon[116604]: pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:32:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:16 smithi028 ceph-mon[112123]: pgmap v15766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:32:19.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:19.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:19.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:19 smithi161 ceph-mon[116604]: pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:32:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:19 smithi028 ceph-mon[112123]: pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:32:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:19 smithi138 ceph-mon[117003]: pgmap v15767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:32:19.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:19.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:19.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:19.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:19.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:21 smithi161 ceph-mon[116604]: from='client.426501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:21 smithi161 ceph-mon[116604]: 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-07T13:32:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:21 smithi028 ceph-mon[112123]: from='client.426501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:21 smithi028 ceph-mon[112123]: 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-07T13:32:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:21 smithi138 ceph-mon[117003]: from='client.426501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:21 smithi138 ceph-mon[117003]: 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-07T13:32:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:23 smithi161 ceph-mon[116604]: pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:23 smithi028 ceph-mon[112123]: pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:23 smithi138 ceph-mon[117003]: pgmap v15769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:24.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:24.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:24.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:25 smithi161 ceph-mon[116604]: pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:25 smithi028 ceph-mon[112123]: pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:25 smithi138 ceph-mon[117003]: pgmap v15770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:32:25.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:25.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:25.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:25.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:25.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:26.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:26 smithi161 ceph-mon[116604]: from='client.426579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:26 smithi028 ceph-mon[112123]: from='client.426579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:26 smithi138 ceph-mon[117003]: from='client.426579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:27 smithi161 ceph-mon[116604]: pgmap v15771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:27 smithi028 ceph-mon[112123]: pgmap v15771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:27 smithi138 ceph-mon[117003]: pgmap v15771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:29 smithi161 ceph-mon[116604]: pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:32:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:29 smithi028 ceph-mon[112123]: pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:32:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:29 smithi138 ceph-mon[117003]: pgmap v15772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:32:30.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:30.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:30.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:31 smithi161 ceph-mon[116604]: pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:32:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:31 smithi028 ceph-mon[112123]: pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:32:31.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:31.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:31.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:31.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:31.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:31 smithi138 ceph-mon[117003]: pgmap v15773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:32:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:32 smithi161 ceph-mon[116604]: from='client.426654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:32 smithi028 ceph-mon[112123]: from='client.426654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:32.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:32 smithi138 ceph-mon[117003]: from='client.426654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:33 smithi161 ceph-mon[116604]: 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-07T13:32:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:33 smithi028 ceph-mon[112123]: 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-07T13:32:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:33 smithi138 ceph-mon[117003]: 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-07T13:32:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:35 smithi161 ceph-mon[116604]: 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-07T13:32:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:35 smithi028 ceph-mon[112123]: 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-07T13:32:35.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:35 smithi138 ceph-mon[117003]: 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-07T13:32:36.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:36.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:36.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:37.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:37.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:37.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:37.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:37.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:36 smithi138 ceph-mon[117003]: 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-07T13:32:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:36 smithi161 ceph-mon[116604]: 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-07T13:32:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:36 smithi028 ceph-mon[112123]: 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-07T13:32:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:37 smithi138 ceph-mon[117003]: from='client.426732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:37 smithi161 ceph-mon[116604]: from='client.426732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:38.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:37 smithi028 ceph-mon[112123]: from='client.426732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:38 smithi138 ceph-mon[117003]: 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-07T13:32:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:38 smithi161 ceph-mon[116604]: 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-07T13:32:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:38 smithi028 ceph-mon[112123]: 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-07T13:32:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:41 smithi161 ceph-mon[116604]: 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-07T13:32:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:41 smithi028 ceph-mon[112123]: 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-07T13:32:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:41 smithi138 ceph-mon[117003]: 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-07T13:32:42.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:42.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:42.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:43.042 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:43.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:43.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:43.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:43.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:43 smithi161 ceph-mon[116604]: 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-07T13:32:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:43 smithi028 ceph-mon[112123]: 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-07T13:32:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:43 smithi138 ceph-mon[117003]: 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-07T13:32:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:44 smithi161 ceph-mon[116604]: from='client.426810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:44 smithi028 ceph-mon[112123]: from='client.426810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:44 smithi138 ceph-mon[117003]: from='client.426810 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:45 smithi161 ceph-mon[116604]: 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-07T13:32:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:45 smithi028 ceph-mon[112123]: 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-07T13:32:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:45 smithi138 ceph-mon[117003]: 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-07T13:32:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:46 smithi138 ceph-mon[117003]: 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-07T13:32:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:46 smithi161 ceph-mon[116604]: 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-07T13:32:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:46 smithi028 ceph-mon[112123]: 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-07T13:32:48.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:48.045 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:48.045 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:48.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:48.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:48.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:48.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:48.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:49 smithi161 ceph-mon[116604]: 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-07T13:32:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:49 smithi161 ceph-mon[116604]: from='client.426882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:49 smithi028 ceph-mon[112123]: 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-07T13:32:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:49 smithi028 ceph-mon[112123]: from='client.426882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:49 smithi138 ceph-mon[117003]: 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-07T13:32:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:49 smithi138 ceph-mon[117003]: from='client.426882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:51 smithi161 ceph-mon[116604]: pgmap v15783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:51 smithi028 ceph-mon[112123]: pgmap v15783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:51 smithi138 ceph-mon[117003]: pgmap v15783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:32:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:53 smithi161 ceph-mon[116604]: pgmap v15784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:53 smithi028 ceph-mon[112123]: pgmap v15784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:53.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:53 smithi138 ceph-mon[117003]: pgmap v15784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:53.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:53.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:53.825 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:32:54.603 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:32:54.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:32:54.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:32:54.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:32:54.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:32:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:55 smithi161 ceph-mon[116604]: pgmap v15785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:55 smithi161 ceph-mon[116604]: from='client.426957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:55 smithi028 ceph-mon[112123]: pgmap v15785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:55 smithi028 ceph-mon[112123]: from='client.426957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:55 smithi138 ceph-mon[117003]: pgmap v15785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:32:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:55 smithi138 ceph-mon[117003]: from='client.426957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:32:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:56 smithi138 ceph-mon[117003]: 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-07T13:32:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:56 smithi161 ceph-mon[116604]: 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-07T13:32:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:56 smithi028 ceph-mon[112123]: 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-07T13:32:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:32:59 smithi161 ceph-mon[116604]: 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-07T13:32:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:32:59 smithi028 ceph-mon[112123]: 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-07T13:32:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:32:59 smithi138 ceph-mon[117003]: 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-07T13:32:59.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:32:59.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:32:59.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:00.378 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:00.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:00.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:00.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:00.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:01 smithi161 ceph-mon[116604]: from='client.427029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:01 smithi161 ceph-mon[116604]: 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-07T13:33:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:01 smithi028 ceph-mon[112123]: from='client.427029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:01 smithi028 ceph-mon[112123]: 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-07T13:33:01.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:01 smithi138 ceph-mon[117003]: from='client.427029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:01 smithi138 ceph-mon[117003]: 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-07T13:33:03.446 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:03 smithi161 ceph-mon[116604]: pgmap v15789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:03 smithi028 ceph-mon[112123]: pgmap v15789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:03.550 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:03 smithi138 ceph-mon[117003]: pgmap v15789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:05.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:05.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:05.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:05 smithi161 ceph-mon[116604]: pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:05 smithi028 ceph-mon[112123]: pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:05 smithi138 ceph-mon[117003]: pgmap v15790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:33:06.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:06.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:06.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:06.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:06.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:06 smithi138 ceph-mon[117003]: from='client.427104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:06 smithi138 ceph-mon[117003]: pgmap v15791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:33:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:06 smithi161 ceph-mon[116604]: from='client.427104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:06 smithi161 ceph-mon[116604]: pgmap v15791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:33:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:06 smithi028 ceph-mon[112123]: from='client.427104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:06 smithi028 ceph-mon[112123]: pgmap v15791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:33:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:33:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:33:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:33:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:33:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:33:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:09 smithi161 ceph-mon[116604]: 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-07T13:33:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:09 smithi028 ceph-mon[112123]: 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-07T13:33:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:09 smithi138 ceph-mon[117003]: 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-07T13:33:11.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:11.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:11.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:11 smithi161 ceph-mon[116604]: 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-07T13:33:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:11 smithi028 ceph-mon[112123]: 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-07T13:33:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:11 smithi138 ceph-mon[117003]: 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-07T13:33:11.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:11.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:11.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:11.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:11.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:13 smithi161 ceph-mon[116604]: from='client.427182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:13 smithi161 ceph-mon[116604]: 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-07T13:33:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:13 smithi028 ceph-mon[112123]: from='client.427182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:13 smithi028 ceph-mon[112123]: 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-07T13:33:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:13 smithi138 ceph-mon[117003]: from='client.427182 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:13 smithi138 ceph-mon[117003]: 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-07T13:33:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:15 smithi161 ceph-mon[116604]: 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-07T13:33:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:15 smithi028 ceph-mon[112123]: 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-07T13:33:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:15 smithi138 ceph-mon[117003]: 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-07T13:33:16.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:16.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:16.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:16 smithi138 ceph-mon[117003]: 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-07T13:33:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:16 smithi161 ceph-mon[116604]: 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-07T13:33:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:16 smithi028 ceph-mon[112123]: 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-07T13:33:17.708 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:17.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:17.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:17.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:17.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:17 smithi138 ceph-mon[117003]: from='client.427254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:17 smithi161 ceph-mon[116604]: from='client.427254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:17 smithi028 ceph-mon[112123]: from='client.427254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:18 smithi138 ceph-mon[117003]: 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-07T13:33:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:18 smithi161 ceph-mon[116604]: 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-07T13:33:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:18 smithi028 ceph-mon[112123]: 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-07T13:33:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:21 smithi161 ceph-mon[116604]: 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-07T13:33:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:21 smithi028 ceph-mon[112123]: 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-07T13:33:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:21 smithi138 ceph-mon[117003]: 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-07T13:33:22.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:22.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:22.710 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:23 smithi161 ceph-mon[116604]: 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-07T13:33:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:23 smithi028 ceph-mon[112123]: 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-07T13:33:23.472 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:23.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:23.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:23.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:23.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:23.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:23 smithi138 ceph-mon[117003]: 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-07T13:33:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:24 smithi161 ceph-mon[116604]: from='client.427326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:24 smithi028 ceph-mon[112123]: from='client.427326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:24 smithi138 ceph-mon[117003]: from='client.427326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:25 smithi161 ceph-mon[116604]: 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-07T13:33:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:25 smithi028 ceph-mon[112123]: 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-07T13:33:25.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:25 smithi138 ceph-mon[117003]: 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-07T13:33:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:26 smithi138 ceph-mon[117003]: 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-07T13:33:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:26 smithi161 ceph-mon[116604]: 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-07T13:33:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:26 smithi028 ceph-mon[112123]: 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-07T13:33:28.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:28.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:28.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:29.245 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:29.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:29.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:29.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:29.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:29 smithi161 ceph-mon[116604]: 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-07T13:33:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:29 smithi028 ceph-mon[112123]: 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-07T13:33:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:29 smithi138 ceph-mon[117003]: 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-07T13:33:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:30 smithi161 ceph-mon[116604]: from='client.427404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:30 smithi028 ceph-mon[112123]: from='client.427404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:30.551 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:30 smithi138 ceph-mon[117003]: from='client.427404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:31 smithi161 ceph-mon[116604]: pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:33:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:31 smithi028 ceph-mon[112123]: pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:33:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:31 smithi138 ceph-mon[117003]: pgmap v15803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:33:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:33 smithi161 ceph-mon[116604]: pgmap v15804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:33:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:33 smithi028 ceph-mon[112123]: pgmap v15804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:33:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:33 smithi138 ceph-mon[117003]: pgmap v15804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:33:34.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:34.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:34.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:35.020 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:35.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:35.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:35.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:35.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:35 smithi161 ceph-mon[116604]: pgmap v15805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:33:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:35 smithi028 ceph-mon[112123]: pgmap v15805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:33:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:35 smithi138 ceph-mon[117003]: pgmap v15805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:33:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:36 smithi161 ceph-mon[116604]: from='client.427479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:36 smithi028 ceph-mon[112123]: from='client.427479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:36 smithi138 ceph-mon[117003]: from='client.427479 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:37 smithi161 ceph-mon[116604]: 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-07T13:33:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:37 smithi028 ceph-mon[112123]: 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-07T13:33:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:37 smithi138 ceph-mon[117003]: 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-07T13:33:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:39 smithi161 ceph-mon[116604]: 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-07T13:33:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:39 smithi028 ceph-mon[112123]: 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-07T13:33:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:39 smithi138 ceph-mon[117003]: 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-07T13:33:40.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:40.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:40.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:40.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:40.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:40.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:40.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:40.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:41 smithi161 ceph-mon[116604]: 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-07T13:33:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:41 smithi161 ceph-mon[116604]: from='client.427554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:41 smithi028 ceph-mon[112123]: 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-07T13:33:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:41 smithi028 ceph-mon[112123]: from='client.427554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:41 smithi138 ceph-mon[117003]: 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-07T13:33:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:41 smithi138 ceph-mon[117003]: from='client.427554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:43 smithi161 ceph-mon[116604]: pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:33:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:43 smithi028 ceph-mon[112123]: pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:33:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:43 smithi138 ceph-mon[117003]: pgmap v15809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:33:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:45 smithi161 ceph-mon[116604]: pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:33:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:45 smithi028 ceph-mon[112123]: pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:33:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:45 smithi138 ceph-mon[117003]: pgmap v15810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:33:45.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:45.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:45.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:46.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:46.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:46.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:46.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:46.581 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:46 smithi138 ceph-mon[117003]: pgmap v15811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:33:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:46 smithi138 ceph-mon[117003]: from='client.427632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:46 smithi161 ceph-mon[116604]: pgmap v15811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:33:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:46 smithi161 ceph-mon[116604]: from='client.427632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:46 smithi028 ceph-mon[112123]: pgmap v15811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:33:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:46 smithi028 ceph-mon[112123]: from='client.427632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:49 smithi161 ceph-mon[116604]: 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-07T13:33:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:49 smithi028 ceph-mon[112123]: 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-07T13:33:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:49 smithi138 ceph-mon[117003]: 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-07T13:33:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:51 smithi161 ceph-mon[116604]: 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-07T13:33:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:51 smithi028 ceph-mon[112123]: 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-07T13:33:51.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:51 smithi138 ceph-mon[117003]: 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-07T13:33:51.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:51.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:51.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:52.360 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:52.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:52.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:52.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:52.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:53 smithi161 ceph-mon[116604]: from='client.427704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:53 smithi161 ceph-mon[116604]: 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-07T13:33:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:53 smithi028 ceph-mon[112123]: from='client.427704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:53 smithi028 ceph-mon[112123]: 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-07T13:33:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:53 smithi138 ceph-mon[117003]: from='client.427704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:53 smithi138 ceph-mon[117003]: 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-07T13:33:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:55 smithi161 ceph-mon[116604]: 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-07T13:33:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:55 smithi028 ceph-mon[112123]: 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-07T13:33:55.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:55 smithi138 ceph-mon[117003]: 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-07T13:33:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:56 smithi138 ceph-mon[117003]: 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-07T13:33:57.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:33:57.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:33:57.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:33:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:56 smithi161 ceph-mon[116604]: 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-07T13:33:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:56 smithi028 ceph-mon[112123]: 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-07T13:33:58.129 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:33:58.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:33:58.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:33:58.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:33:58.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:33:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:59 smithi161 ceph-mon[116604]: from='client.427776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:33:59 smithi161 ceph-mon[116604]: 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-07T13:33:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:59 smithi028 ceph-mon[112123]: from='client.427776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:59.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:33:59 smithi028 ceph-mon[112123]: 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-07T13:33:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:59 smithi138 ceph-mon[117003]: from='client.427776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:33:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:33:59 smithi138 ceph-mon[117003]: 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-07T13:34:01.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:01 smithi161 ceph-mon[116604]: 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-07T13:34:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:01 smithi028 ceph-mon[112123]: 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-07T13:34:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:01 smithi138 ceph-mon[117003]: 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-07T13:34:03.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:03.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:03.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:03 smithi161 ceph-mon[116604]: 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-07T13:34:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:03 smithi028 ceph-mon[112123]: 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-07T13:34:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:03 smithi138 ceph-mon[117003]: 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-07T13:34:03.901 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:03.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:03.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:03.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:03.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:04 smithi161 ceph-mon[116604]: from='client.427845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:04 smithi028 ceph-mon[112123]: from='client.427845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:04 smithi138 ceph-mon[117003]: from='client.427845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:05 smithi161 ceph-mon[116604]: 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-07T13:34:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:05 smithi028 ceph-mon[112123]: 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-07T13:34:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:05 smithi138 ceph-mon[117003]: 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-07T13:34:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:06 smithi138 ceph-mon[117003]: 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-07T13:34:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:06 smithi161 ceph-mon[116604]: 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-07T13:34:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:06 smithi028 ceph-mon[112123]: 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-07T13:34:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:34:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:34:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:34:08.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:08.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:08.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:09 smithi138 ceph-mon[117003]: 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-07T13:34:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:34:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:34:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:34:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:09 smithi161 ceph-mon[116604]: 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-07T13:34:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:34:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:34:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:34:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:09 smithi028 ceph-mon[112123]: 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-07T13:34:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:34:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:34:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:34:09.676 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:09.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:09.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:09.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:09.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:10 smithi138 ceph-mon[117003]: from='client.427917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:10.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:10 smithi161 ceph-mon[116604]: from='client.427917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:10 smithi028 ceph-mon[112123]: from='client.427917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:11 smithi138 ceph-mon[117003]: 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-07T13:34:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:11 smithi161 ceph-mon[116604]: 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-07T13:34:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:11 smithi028 ceph-mon[112123]: 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-07T13:34:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:13 smithi161 ceph-mon[116604]: 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-07T13:34:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:13 smithi028 ceph-mon[112123]: 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-07T13:34:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:13 smithi138 ceph-mon[117003]: 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-07T13:34:14.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:14.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:14.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:15 smithi161 ceph-mon[116604]: 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-07T13:34:15.449 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:15.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:15.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:15.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:15.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:15 smithi028 ceph-mon[112123]: 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-07T13:34:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:15 smithi138 ceph-mon[117003]: 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-07T13:34:16.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:16 smithi161 ceph-mon[116604]: from='client.427992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:16.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:16 smithi028 ceph-mon[112123]: from='client.427992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:16.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:16 smithi138 ceph-mon[117003]: from='client.427992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:17 smithi161 ceph-mon[116604]: 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-07T13:34:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:17 smithi028 ceph-mon[112123]: 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-07T13:34:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:17 smithi138 ceph-mon[117003]: 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-07T13:34:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:19 smithi161 ceph-mon[116604]: 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-07T13:34:19.471 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:19 smithi028 ceph-mon[112123]: 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-07T13:34:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:19 smithi138 ceph-mon[117003]: 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-07T13:34:20.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:20.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:20.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:21.239 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:21.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:21.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:21.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:21.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:21 smithi161 ceph-mon[116604]: 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-07T13:34:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:21 smithi028 ceph-mon[112123]: 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-07T13:34:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:21 smithi138 ceph-mon[117003]: 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-07T13:34:22.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:22 smithi161 ceph-mon[116604]: from='client.428070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:22 smithi028 ceph-mon[112123]: from='client.428070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:22 smithi138 ceph-mon[117003]: from='client.428070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:23.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:23 smithi161 ceph-mon[116604]: 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-07T13:34:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:23 smithi028 ceph-mon[112123]: 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-07T13:34:23.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:23 smithi138 ceph-mon[117003]: 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-07T13:34:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:25 smithi161 ceph-mon[116604]: 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-07T13:34:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:25 smithi028 ceph-mon[112123]: 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-07T13:34:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:25 smithi138 ceph-mon[117003]: 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-07T13:34:26.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:26.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:26.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:27.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:27.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:27.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:27.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:27.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:27 smithi138 ceph-mon[117003]: 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-07T13:34:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:27 smithi161 ceph-mon[116604]: 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-07T13:34:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:26 smithi028 ceph-mon[112123]: 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-07T13:34:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:28 smithi138 ceph-mon[117003]: from='client.428145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:28 smithi161 ceph-mon[116604]: from='client.428145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:28 smithi028 ceph-mon[112123]: from='client.428145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:29 smithi138 ceph-mon[117003]: 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-07T13:34:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:29 smithi161 ceph-mon[116604]: 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-07T13:34:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:29 smithi028 ceph-mon[112123]: 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-07T13:34:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:31 smithi161 ceph-mon[116604]: 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-07T13:34:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:31 smithi028 ceph-mon[112123]: 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-07T13:34:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:31 smithi138 ceph-mon[117003]: 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-07T13:34:32.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:32.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:32.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:32.782 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:32.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:32.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:32.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:32.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:33 smithi161 ceph-mon[116604]: 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-07T13:34:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:33 smithi161 ceph-mon[116604]: from='client.428220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:33 smithi028 ceph-mon[112123]: 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-07T13:34:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:33 smithi028 ceph-mon[112123]: from='client.428220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:33 smithi138 ceph-mon[117003]: 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-07T13:34:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:33 smithi138 ceph-mon[117003]: from='client.428220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:35 smithi161 ceph-mon[116604]: 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-07T13:34:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:35 smithi028 ceph-mon[112123]: 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-07T13:34:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:35 smithi138 ceph-mon[117003]: 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-07T13:34:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:37 smithi138 ceph-mon[117003]: 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-07T13:34:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:37 smithi161 ceph-mon[116604]: 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-07T13:34:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:37 smithi028 ceph-mon[112123]: 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-07T13:34:37.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:37.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:37.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:38.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:38.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:38.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:38.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:38.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:39 smithi161 ceph-mon[116604]: 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-07T13:34:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:39 smithi161 ceph-mon[116604]: from='client.428298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:39 smithi028 ceph-mon[112123]: 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-07T13:34:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:39 smithi028 ceph-mon[112123]: from='client.428298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:39 smithi138 ceph-mon[117003]: 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-07T13:34:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:39 smithi138 ceph-mon[117003]: from='client.428298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:41 smithi161 ceph-mon[116604]: 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-07T13:34:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:41 smithi028 ceph-mon[112123]: 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-07T13:34:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:41 smithi138 ceph-mon[117003]: 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-07T13:34:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:43 smithi161 ceph-mon[116604]: 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-07T13:34:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:43 smithi028 ceph-mon[112123]: 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-07T13:34:43.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:43 smithi138 ceph-mon[117003]: 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-07T13:34:43.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:43.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:43.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:44.332 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:44.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:44.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:44.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:44.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:45 smithi161 ceph-mon[116604]: from='client.428376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:45 smithi161 ceph-mon[116604]: 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-07T13:34:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:45 smithi028 ceph-mon[112123]: from='client.428376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:45 smithi028 ceph-mon[112123]: 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-07T13:34:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:45 smithi138 ceph-mon[117003]: from='client.428376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:45.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:45 smithi138 ceph-mon[117003]: 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-07T13:34:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:47 smithi138 ceph-mon[117003]: pgmap v15841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:34:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:47 smithi161 ceph-mon[116604]: pgmap v15841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:34:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:47 smithi028 ceph-mon[112123]: pgmap v15841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:34:49.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:49.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:49.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:49 smithi161 ceph-mon[116604]: pgmap v15842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:34:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:49 smithi028 ceph-mon[112123]: pgmap v15842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:34:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:49 smithi138 ceph-mon[117003]: pgmap v15842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:34:50.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:50.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:50.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:50.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:50.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:51 smithi161 ceph-mon[116604]: from='client.428454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:51 smithi161 ceph-mon[116604]: 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-07T13:34:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:51 smithi028 ceph-mon[112123]: from='client.428454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:51 smithi028 ceph-mon[112123]: 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-07T13:34:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:51 smithi138 ceph-mon[117003]: from='client.428454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:51 smithi138 ceph-mon[117003]: 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-07T13:34:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:53 smithi161 ceph-mon[116604]: 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-07T13:34:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:53 smithi028 ceph-mon[112123]: 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-07T13:34:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:53 smithi138 ceph-mon[117003]: 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-07T13:34:55.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:34:55.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:34:55.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:34:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:55 smithi161 ceph-mon[116604]: 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-07T13:34:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:55 smithi028 ceph-mon[112123]: 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-07T13:34:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:55 smithi138 ceph-mon[117003]: 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-07T13:34:55.901 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:34:55.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:34:55.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:34:55.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:34:55.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:34:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:56 smithi161 ceph-mon[116604]: from='client.428532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:56 smithi028 ceph-mon[112123]: from='client.428532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:56 smithi138 ceph-mon[117003]: from='client.428532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:34:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:57 smithi161 ceph-mon[116604]: 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-07T13:34:57.472 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:57 smithi028 ceph-mon[112123]: 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-07T13:34:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:57 smithi138 ceph-mon[117003]: 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-07T13:34:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:34:59 smithi161 ceph-mon[116604]: pgmap v15847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:34:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:34:59 smithi028 ceph-mon[112123]: pgmap v15847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:34:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:34:59 smithi138 ceph-mon[117003]: pgmap v15847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:35:00.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:00.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:00.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:01 smithi161 ceph-mon[116604]: pgmap v15848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:35:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:01 smithi028 ceph-mon[112123]: pgmap v15848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:35:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:01 smithi138 ceph-mon[117003]: pgmap v15848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:35:01.675 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:01.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:01.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:01.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:01.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:02.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:02 smithi161 ceph-mon[116604]: from='client.428610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:02.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:02 smithi028 ceph-mon[112123]: from='client.428610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:02.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:02 smithi138 ceph-mon[117003]: from='client.428610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:03 smithi161 ceph-mon[116604]: 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-07T13:35:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:03 smithi028 ceph-mon[112123]: 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-07T13:35:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:03 smithi138 ceph-mon[117003]: 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-07T13:35:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:05 smithi161 ceph-mon[116604]: 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-07T13:35:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:05 smithi028 ceph-mon[112123]: 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-07T13:35:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:05 smithi138 ceph-mon[117003]: 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-07T13:35:06.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:06.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:06.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:07 smithi138 ceph-mon[117003]: 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-07T13:35:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:07 smithi161 ceph-mon[116604]: 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-07T13:35:07.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:07.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:07.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:07.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:07.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:07 smithi028 ceph-mon[112123]: 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-07T13:35:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:08 smithi138 ceph-mon[117003]: from='client.428682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:08 smithi161 ceph-mon[116604]: from='client.428682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:08 smithi028 ceph-mon[112123]: from='client.428682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:09 smithi138 ceph-mon[117003]: 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-07T13:35:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:35:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:09 smithi161 ceph-mon[116604]: 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-07T13:35:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:35:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:09 smithi028 ceph-mon[112123]: 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-07T13:35:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:35:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:35:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:35:10.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:35:10.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:35:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:35:10.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:10.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:35:10.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:35:10.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:35:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:11 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15329M 2023-12-07T13:35:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:11 smithi161 ceph-mon[116604]: 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-07T13:35:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:11 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15329M 2023-12-07T13:35:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:11 smithi028 ceph-mon[112123]: 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-07T13:35:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:11 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15329M 2023-12-07T13:35:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:11 smithi138 ceph-mon[117003]: 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-07T13:35:12.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:12.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:12.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:13.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:13.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:13.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:13.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:13.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:13 smithi161 ceph-mon[116604]: 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-07T13:35:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:13 smithi028 ceph-mon[112123]: 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-07T13:35:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:13 smithi138 ceph-mon[117003]: 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-07T13:35:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:14 smithi161 ceph-mon[116604]: from='client.428757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:14 smithi028 ceph-mon[112123]: from='client.428757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:14 smithi138 ceph-mon[117003]: from='client.428757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:15 smithi161 ceph-mon[116604]: 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-07T13:35:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:15 smithi028 ceph-mon[112123]: 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-07T13:35:15.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:15 smithi138 ceph-mon[117003]: 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-07T13:35:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:17 smithi138 ceph-mon[117003]: 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-07T13:35:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:17 smithi161 ceph-mon[116604]: 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-07T13:35:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:17 smithi028 ceph-mon[112123]: 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-07T13:35:18.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:18.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:18.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:19.006 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:19.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:19.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:19.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:19.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:19 smithi161 ceph-mon[116604]: 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-07T13:35:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:19 smithi028 ceph-mon[112123]: 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-07T13:35:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:19 smithi138 ceph-mon[117003]: 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-07T13:35:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:20 smithi161 ceph-mon[116604]: from='client.428832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:20 smithi028 ceph-mon[112123]: from='client.428832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:20 smithi138 ceph-mon[117003]: from='client.428832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:21 smithi161 ceph-mon[116604]: 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-07T13:35:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:21 smithi028 ceph-mon[112123]: 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-07T13:35:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:21 smithi138 ceph-mon[117003]: 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-07T13:35:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:23 smithi161 ceph-mon[116604]: 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-07T13:35:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:23 smithi028 ceph-mon[112123]: 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-07T13:35:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:23 smithi138 ceph-mon[117003]: 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-07T13:35:24.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:24.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:24.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:24.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:24.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:24.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:24.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:24.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:25 smithi161 ceph-mon[116604]: 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-07T13:35:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:25 smithi161 ceph-mon[116604]: from='client.428907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:25 smithi028 ceph-mon[112123]: 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-07T13:35:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:25 smithi028 ceph-mon[112123]: from='client.428907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:25 smithi138 ceph-mon[117003]: 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-07T13:35:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:25 smithi138 ceph-mon[117003]: from='client.428907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:27 smithi138 ceph-mon[117003]: pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:27 smithi161 ceph-mon[116604]: pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:27 smithi028 ceph-mon[112123]: pgmap v15861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:29 smithi161 ceph-mon[116604]: pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:29 smithi028 ceph-mon[112123]: pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:29 smithi138 ceph-mon[117003]: pgmap v15862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:35:29.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:29.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:29.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:30.568 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:30.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:30.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:30.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:30.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:31 smithi161 ceph-mon[116604]: 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-07T13:35:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:31 smithi161 ceph-mon[116604]: from='client.428982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:31 smithi028 ceph-mon[112123]: 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-07T13:35:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:31 smithi028 ceph-mon[112123]: from='client.428982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:31 smithi138 ceph-mon[117003]: 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-07T13:35:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:31 smithi138 ceph-mon[117003]: from='client.428982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:33 smithi161 ceph-mon[116604]: 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-07T13:35:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:33 smithi028 ceph-mon[112123]: 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-07T13:35:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:33 smithi138 ceph-mon[117003]: 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-07T13:35:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:35 smithi161 ceph-mon[116604]: 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-07T13:35:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:35 smithi028 ceph-mon[112123]: 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-07T13:35:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:35 smithi138 ceph-mon[117003]: 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-07T13:35:35.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:35.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:35.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:36.334 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:36.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:36.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:36.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:36.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:37 smithi138 ceph-mon[117003]: from='client.429057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:37 smithi138 ceph-mon[117003]: 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-07T13:35:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:37 smithi161 ceph-mon[116604]: from='client.429057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:37 smithi161 ceph-mon[116604]: 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-07T13:35:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:37 smithi028 ceph-mon[112123]: from='client.429057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:37.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:37 smithi028 ceph-mon[112123]: 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-07T13:35:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:39 smithi161 ceph-mon[116604]: pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:39 smithi028 ceph-mon[112123]: pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:39 smithi138 ceph-mon[117003]: pgmap v15867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:35:41.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:41.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:41.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:41 smithi161 ceph-mon[116604]: pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:41 smithi028 ceph-mon[112123]: pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:41 smithi138 ceph-mon[117003]: pgmap v15868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:35:42.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:42.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:42.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:42.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:42.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:43 smithi161 ceph-mon[116604]: from='client.429135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:43 smithi161 ceph-mon[116604]: 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-07T13:35:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:43 smithi028 ceph-mon[112123]: from='client.429135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:43 smithi028 ceph-mon[112123]: 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-07T13:35:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:43 smithi138 ceph-mon[117003]: from='client.429135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:43 smithi138 ceph-mon[117003]: 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-07T13:35:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:45 smithi161 ceph-mon[116604]: 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-07T13:35:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:45 smithi028 ceph-mon[112123]: 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-07T13:35:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:45 smithi138 ceph-mon[117003]: 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-07T13:35:47.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:47.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:47.106 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:47 smithi138 ceph-mon[117003]: 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-07T13:35:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:47 smithi161 ceph-mon[116604]: 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-07T13:35:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:47 smithi028 ceph-mon[112123]: 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-07T13:35:47.871 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:47.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:47.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:47.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:47.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:48 smithi138 ceph-mon[117003]: from='client.429213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:48 smithi161 ceph-mon[116604]: from='client.429213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:48 smithi028 ceph-mon[112123]: from='client.429213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:49 smithi138 ceph-mon[117003]: 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-07T13:35:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:49 smithi161 ceph-mon[116604]: 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-07T13:35:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:49 smithi028 ceph-mon[112123]: 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-07T13:35:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:51 smithi161 ceph-mon[116604]: 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-07T13:35:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:51 smithi028 ceph-mon[112123]: 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-07T13:35:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:51 smithi138 ceph-mon[117003]: 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-07T13:35:52.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:52.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:52.873 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:53 smithi161 ceph-mon[116604]: 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-07T13:35:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:53 smithi028 ceph-mon[112123]: 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-07T13:35:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:53 smithi138 ceph-mon[117003]: 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-07T13:35:53.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:53.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:53.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:53.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:53.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:54.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:54 smithi161 ceph-mon[116604]: from='client.429288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:54.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:54 smithi028 ceph-mon[112123]: from='client.429288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:54 smithi138 ceph-mon[117003]: from='client.429288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:35:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:55 smithi161 ceph-mon[116604]: 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-07T13:35:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:55 smithi028 ceph-mon[112123]: 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-07T13:35:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:55 smithi138 ceph-mon[117003]: 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-07T13:35:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:57 smithi138 ceph-mon[117003]: 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-07T13:35:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:57 smithi161 ceph-mon[116604]: 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-07T13:35:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:57 smithi028 ceph-mon[112123]: 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-07T13:35:58.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:35:58.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:35:58.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:35:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:35:59 smithi161 ceph-mon[116604]: 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-07T13:35:59.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:35:59.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:35:59.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:35:59.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:35:59.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:35:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:35:59 smithi028 ceph-mon[112123]: 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-07T13:35:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:35:59 smithi138 ceph-mon[117003]: 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-07T13:36:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:00 smithi161 ceph-mon[116604]: from='client.429363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:00 smithi028 ceph-mon[112123]: from='client.429363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:00 smithi138 ceph-mon[117003]: from='client.429363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:01 smithi161 ceph-mon[116604]: pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:36:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:01 smithi028 ceph-mon[112123]: pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:36:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:01 smithi138 ceph-mon[117003]: pgmap v15878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:36:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:03 smithi161 ceph-mon[116604]: pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:36:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:03 smithi028 ceph-mon[112123]: pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:36:03.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:03 smithi138 ceph-mon[117003]: pgmap v15879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:36:04.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:04.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:04.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:05.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:05.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:05.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:05.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:05.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:05 smithi161 ceph-mon[116604]: pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:36:05.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:05 smithi028 ceph-mon[112123]: pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:36:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:05 smithi138 ceph-mon[117003]: pgmap v15880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:36:06.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:06 smithi161 ceph-mon[116604]: from='client.429435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:06 smithi028 ceph-mon[112123]: from='client.429435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:06 smithi138 ceph-mon[117003]: from='client.429435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:07 smithi161 ceph-mon[116604]: 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-07T13:36:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:07 smithi028 ceph-mon[112123]: 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-07T13:36:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:07 smithi138 ceph-mon[117003]: 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-07T13:36:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:09 smithi161 ceph-mon[116604]: 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-07T13:36:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:09 smithi028 ceph-mon[112123]: 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-07T13:36:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:09 smithi138 ceph-mon[117003]: 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-07T13:36:10.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:10.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:10.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:11.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:11.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:11.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:11.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:11.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:11 smithi161 ceph-mon[116604]: 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-07T13:36:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:36:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:36:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:36:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:36:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:11 smithi028 ceph-mon[112123]: 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-07T13:36:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:36:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:36:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:36:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:36:11.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:11 smithi138 ceph-mon[117003]: 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-07T13:36:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:36:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:36:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:36:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:36:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:12 smithi161 ceph-mon[116604]: from='client.429507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:12 smithi028 ceph-mon[112123]: from='client.429507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:12 smithi138 ceph-mon[117003]: from='client.429507 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:13 smithi161 ceph-mon[116604]: pgmap v15884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:36:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:13 smithi028 ceph-mon[112123]: pgmap v15884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:36:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:13 smithi138 ceph-mon[117003]: pgmap v15884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:36:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:15 smithi161 ceph-mon[116604]: pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:36:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:15 smithi028 ceph-mon[112123]: pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:36:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:15 smithi138 ceph-mon[117003]: pgmap v15885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:36:16.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:16.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:16.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:16.817 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:16.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:16.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:16.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:16.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:17 smithi138 ceph-mon[117003]: pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:36:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:17 smithi138 ceph-mon[117003]: from='client.429582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:17 smithi161 ceph-mon[116604]: pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:36:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:17 smithi161 ceph-mon[116604]: from='client.429582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:17 smithi028 ceph-mon[112123]: pgmap v15886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:36:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:17 smithi028 ceph-mon[112123]: from='client.429582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:19 smithi161 ceph-mon[116604]: 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-07T13:36:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:19 smithi028 ceph-mon[112123]: 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-07T13:36:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:19 smithi138 ceph-mon[117003]: 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-07T13:36:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:21 smithi161 ceph-mon[116604]: 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-07T13:36:21.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:21 smithi028 ceph-mon[112123]: 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-07T13:36:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:21 smithi138 ceph-mon[117003]: 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-07T13:36:21.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:21.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:21.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:22.586 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:22.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:22.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:22.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:22.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:23 smithi161 ceph-mon[116604]: 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-07T13:36:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:23 smithi161 ceph-mon[116604]: from='client.429660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:23 smithi028 ceph-mon[112123]: 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-07T13:36:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:23 smithi028 ceph-mon[112123]: from='client.429660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:23 smithi138 ceph-mon[117003]: 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-07T13:36:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:23 smithi138 ceph-mon[117003]: from='client.429660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:25 smithi161 ceph-mon[116604]: 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-07T13:36:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:25 smithi028 ceph-mon[112123]: 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-07T13:36:25.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:25 smithi138 ceph-mon[117003]: 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-07T13:36:27.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:27 smithi138 ceph-mon[117003]: 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-07T13:36:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:27 smithi161 ceph-mon[116604]: 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-07T13:36:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:27 smithi028 ceph-mon[112123]: 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-07T13:36:27.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:27.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:27.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:28.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:28.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:28.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:28.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:28.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:29 smithi161 ceph-mon[116604]: from='client.429738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:29 smithi161 ceph-mon[116604]: 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-07T13:36:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:29 smithi028 ceph-mon[112123]: from='client.429738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:29 smithi028 ceph-mon[112123]: 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-07T13:36:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:29 smithi138 ceph-mon[117003]: from='client.429738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:29 smithi138 ceph-mon[117003]: 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-07T13:36:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:31 smithi161 ceph-mon[116604]: 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-07T13:36:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:31 smithi028 ceph-mon[112123]: 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-07T13:36:31.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:31 smithi138 ceph-mon[117003]: 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-07T13:36:33.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:33.378 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:33.378 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:33 smithi161 ceph-mon[116604]: 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-07T13:36:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:33 smithi028 ceph-mon[112123]: 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-07T13:36:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:33 smithi138 ceph-mon[117003]: 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-07T13:36:34.148 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:34.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:34.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:34.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:34.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:35 smithi161 ceph-mon[116604]: from='client.429813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:35 smithi161 ceph-mon[116604]: 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-07T13:36:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:35 smithi028 ceph-mon[112123]: from='client.429813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:35 smithi028 ceph-mon[112123]: 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-07T13:36:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:35 smithi138 ceph-mon[117003]: from='client.429813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:35 smithi138 ceph-mon[117003]: 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-07T13:36:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:37 smithi138 ceph-mon[117003]: pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:36:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:37 smithi161 ceph-mon[116604]: pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:36:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:37 smithi028 ceph-mon[112123]: pgmap v15896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:36:39.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:39.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:39.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:39 smithi161 ceph-mon[116604]: pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:36:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:39 smithi028 ceph-mon[112123]: pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:36:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:39 smithi138 ceph-mon[117003]: pgmap v15897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:36:39.925 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:39.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:39.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:39.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:39.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:40.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:40 smithi161 ceph-mon[116604]: from='client.429888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:40.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:40 smithi028 ceph-mon[112123]: from='client.429888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:40 smithi138 ceph-mon[117003]: from='client.429888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:41 smithi161 ceph-mon[116604]: pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:41 smithi028 ceph-mon[112123]: pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:41 smithi138 ceph-mon[117003]: pgmap v15898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:43 smithi161 ceph-mon[116604]: pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:43 smithi028 ceph-mon[112123]: pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:43 smithi138 ceph-mon[117003]: pgmap v15899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:44.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:44.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:44.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:45 smithi161 ceph-mon[116604]: pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:45 smithi028 ceph-mon[112123]: pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:45 smithi138 ceph-mon[117003]: pgmap v15900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:36:45.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:45.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:45.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:45.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:45.712 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:46.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:46 smithi161 ceph-mon[116604]: from='client.429963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:46 smithi028 ceph-mon[112123]: from='client.429963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:46.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:46 smithi138 ceph-mon[117003]: from='client.429963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:47 smithi161 ceph-mon[116604]: 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-07T13:36:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:47 smithi028 ceph-mon[112123]: 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-07T13:36:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:47 smithi138 ceph-mon[117003]: 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-07T13:36:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:49 smithi161 ceph-mon[116604]: pgmap v15902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:36:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:49 smithi028 ceph-mon[112123]: pgmap v15902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:36:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:49 smithi138 ceph-mon[117003]: pgmap v15902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:36:50.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:50.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:50.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:51 smithi161 ceph-mon[116604]: pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:36:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:51 smithi028 ceph-mon[112123]: pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:36:51.485 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:51.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:51.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:51.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:51.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:51 smithi138 ceph-mon[117003]: pgmap v15903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:36:52.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:52 smithi161 ceph-mon[116604]: from='client.430041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:52.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:52 smithi028 ceph-mon[112123]: from='client.430041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:52 smithi138 ceph-mon[117003]: from='client.430041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:53 smithi161 ceph-mon[116604]: pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:53 smithi028 ceph-mon[112123]: pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:53 smithi138 ceph-mon[117003]: pgmap v15904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:55 smithi161 ceph-mon[116604]: pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:55 smithi028 ceph-mon[112123]: pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:55.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:55 smithi138 ceph-mon[117003]: pgmap v15905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:36:56.486 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:36:56.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:36:56.486 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:36:57.269 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:36:57.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:36:57.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:36:57.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:36:57.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:36:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:57 smithi138 ceph-mon[117003]: pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:57.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:57 smithi161 ceph-mon[116604]: pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:57.472 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:57 smithi028 ceph-mon[112123]: pgmap v15906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:36:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:58 smithi138 ceph-mon[117003]: from='client.430116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:58 smithi161 ceph-mon[116604]: from='client.430116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:58 smithi028 ceph-mon[112123]: from='client.430116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:36:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:36:59 smithi161 ceph-mon[116604]: 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-07T13:36:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:36:59 smithi028 ceph-mon[112123]: 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-07T13:36:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:36:59 smithi138 ceph-mon[117003]: 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-07T13:37:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:01 smithi161 ceph-mon[116604]: 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-07T13:37:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:01 smithi028 ceph-mon[112123]: 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-07T13:37:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:01 smithi138 ceph-mon[117003]: 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-07T13:37:02.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:02.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:02.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:03.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:03.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:03.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:03.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:03.025 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:03 smithi161 ceph-mon[116604]: 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-07T13:37:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:03 smithi028 ceph-mon[112123]: 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-07T13:37:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:03 smithi138 ceph-mon[117003]: 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-07T13:37:04.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:04 smithi161 ceph-mon[116604]: from='client.430188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:04.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:04 smithi028 ceph-mon[112123]: from='client.430188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:04 smithi138 ceph-mon[117003]: from='client.430188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:05 smithi161 ceph-mon[116604]: 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-07T13:37:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:05 smithi028 ceph-mon[112123]: 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-07T13:37:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:05 smithi138 ceph-mon[117003]: 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-07T13:37:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:07 smithi138 ceph-mon[117003]: 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-07T13:37:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:07 smithi161 ceph-mon[116604]: 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-07T13:37:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:07 smithi028 ceph-mon[112123]: 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-07T13:37:08.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:08.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:08.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:08.811 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:08.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:08.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:08.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:08.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:09 smithi161 ceph-mon[116604]: 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-07T13:37:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:09 smithi161 ceph-mon[116604]: from='client.430263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:09 smithi028 ceph-mon[112123]: 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-07T13:37:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:09 smithi028 ceph-mon[112123]: from='client.430263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:09 smithi138 ceph-mon[117003]: 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-07T13:37:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:09 smithi138 ceph-mon[117003]: from='client.430263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:11 smithi161 ceph-mon[116604]: 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-07T13:37:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:37:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:11 smithi028 ceph-mon[112123]: 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-07T13:37:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:37:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:11 smithi138 ceph-mon[117003]: 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-07T13:37:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:37:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:37:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:37:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:37:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:37:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:37:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:37:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:37:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:37:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:37:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:13 smithi138 ceph-mon[117003]: 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-07T13:37:13.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:13.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:13.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:13 smithi161 ceph-mon[116604]: 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-07T13:37:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:13 smithi028 ceph-mon[112123]: 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-07T13:37:14.579 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:14.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:14.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:14.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:14.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:15 smithi138 ceph-mon[117003]: 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-07T13:37:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:15 smithi138 ceph-mon[117003]: from='client.430341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:15 smithi161 ceph-mon[116604]: 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-07T13:37:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:15 smithi161 ceph-mon[116604]: from='client.430341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:15 smithi028 ceph-mon[112123]: 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-07T13:37:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:15 smithi028 ceph-mon[112123]: from='client.430341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:17 smithi138 ceph-mon[117003]: pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:17 smithi161 ceph-mon[116604]: pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:17 smithi028 ceph-mon[112123]: pgmap v15916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:19 smithi161 ceph-mon[116604]: pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:19 smithi028 ceph-mon[112123]: pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:19 smithi138 ceph-mon[117003]: pgmap v15917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:19.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:19.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:20.353 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:20.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:20.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:20.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:20.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:21 smithi161 ceph-mon[116604]: from='client.430416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:21 smithi161 ceph-mon[116604]: pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:21 smithi028 ceph-mon[112123]: from='client.430416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:21 smithi028 ceph-mon[112123]: pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:21 smithi138 ceph-mon[117003]: from='client.430416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:21 smithi138 ceph-mon[117003]: pgmap v15918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:23 smithi161 ceph-mon[116604]: pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:23 smithi028 ceph-mon[112123]: pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:23 smithi138 ceph-mon[117003]: pgmap v15919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:25.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:25.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:25.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:25 smithi161 ceph-mon[116604]: pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:25 smithi028 ceph-mon[112123]: pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:25 smithi138 ceph-mon[117003]: pgmap v15920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:26.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:26.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:26.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:26.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:26.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:27 smithi161 ceph-mon[116604]: from='client.430491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:27 smithi161 ceph-mon[116604]: 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-07T13:37:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:27 smithi028 ceph-mon[112123]: from='client.430491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:27 smithi028 ceph-mon[112123]: 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-07T13:37:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:27 smithi138 ceph-mon[117003]: from='client.430491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:27 smithi138 ceph-mon[117003]: 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-07T13:37:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:29 smithi161 ceph-mon[116604]: pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:29 smithi028 ceph-mon[112123]: pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:29.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:29 smithi138 ceph-mon[117003]: pgmap v15922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:31.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:31.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:31.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:31 smithi161 ceph-mon[116604]: pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:31 smithi028 ceph-mon[112123]: pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:31 smithi138 ceph-mon[117003]: pgmap v15923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:31.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:31.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:31.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:31.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:31.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:32.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:32 smithi161 ceph-mon[116604]: from='client.430566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:32 smithi028 ceph-mon[112123]: from='client.430566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:32 smithi138 ceph-mon[117003]: from='client.430566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:33.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:33 smithi161 ceph-mon[116604]: pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:33 smithi028 ceph-mon[112123]: pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:33 smithi138 ceph-mon[117003]: pgmap v15924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:35 smithi161 ceph-mon[116604]: pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:35 smithi028 ceph-mon[112123]: pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:35 smithi138 ceph-mon[117003]: pgmap v15925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:36.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:36.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:36.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:37 smithi161 ceph-mon[116604]: pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:37 smithi028 ceph-mon[112123]: pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:37 smithi138 ceph-mon[117003]: pgmap v15926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:37:37.662 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:37.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:37.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:37.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:37.662 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:38.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:38 smithi161 ceph-mon[116604]: from='client.430638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:38 smithi028 ceph-mon[112123]: from='client.430638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:38.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:38 smithi138 ceph-mon[117003]: from='client.430638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:39 smithi161 ceph-mon[116604]: 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-07T13:37:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:39 smithi028 ceph-mon[112123]: 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-07T13:37:39.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:39 smithi138 ceph-mon[117003]: 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-07T13:37:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:41 smithi161 ceph-mon[116604]: 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-07T13:37:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:41 smithi028 ceph-mon[112123]: 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-07T13:37:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:41 smithi138 ceph-mon[117003]: 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-07T13:37:42.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:42.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:42.664 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:43.433 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:43.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:43.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:43.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:43.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:43 smithi161 ceph-mon[116604]: 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-07T13:37:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:43 smithi028 ceph-mon[112123]: 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-07T13:37:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:43 smithi138 ceph-mon[117003]: 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-07T13:37:44.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:44 smithi161 ceph-mon[116604]: from='client.430716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:44.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:44 smithi028 ceph-mon[112123]: from='client.430716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:44 smithi138 ceph-mon[117003]: from='client.430716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:45.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:45 smithi161 ceph-mon[116604]: 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-07T13:37:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:45 smithi028 ceph-mon[112123]: 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-07T13:37:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:45 smithi138 ceph-mon[117003]: 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-07T13:37:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:47 smithi161 ceph-mon[116604]: 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-07T13:37:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:47 smithi028 ceph-mon[112123]: 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-07T13:37:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:47 smithi138 ceph-mon[117003]: 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-07T13:37:48.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:48.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:48.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:49.215 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:49.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:49.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:49.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:49.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:49 smithi161 ceph-mon[116604]: 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-07T13:37:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:49 smithi028 ceph-mon[112123]: 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-07T13:37:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:49 smithi138 ceph-mon[117003]: 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-07T13:37:50.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:50 smithi161 ceph-mon[116604]: from='client.430791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:50.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:50 smithi028 ceph-mon[112123]: from='client.430791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:50 smithi138 ceph-mon[117003]: from='client.430791 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:51 smithi161 ceph-mon[116604]: pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:37:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:51 smithi028 ceph-mon[112123]: pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:37:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:51 smithi138 ceph-mon[117003]: pgmap v15933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:37:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:53 smithi161 ceph-mon[116604]: pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:37:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:53 smithi028 ceph-mon[112123]: pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:37:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:53 smithi138 ceph-mon[117003]: pgmap v15934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:37:54.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:37:54.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:37:54.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:37:55.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:37:55.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:37:55.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:37:55.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:37:55.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:37:55.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:55 smithi161 ceph-mon[116604]: pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:37:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:55 smithi028 ceph-mon[112123]: pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:37:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:55 smithi138 ceph-mon[117003]: pgmap v15935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:37:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:56 smithi161 ceph-mon[116604]: from='client.430866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:56 smithi028 ceph-mon[112123]: from='client.430866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:56 smithi138 ceph-mon[117003]: from='client.430866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:37:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:57 smithi161 ceph-mon[116604]: pgmap v15936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:57 smithi028 ceph-mon[112123]: pgmap v15936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:57.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:57 smithi138 ceph-mon[117003]: pgmap v15936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:37:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:37:59 smithi161 ceph-mon[116604]: pgmap v15937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:37:59 smithi028 ceph-mon[112123]: pgmap v15937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:37:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:37:59 smithi138 ceph-mon[117003]: pgmap v15937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:00.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:00.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:00.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:00.775 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:00.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:00.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:00.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:00.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:01 smithi161 ceph-mon[116604]: pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:01 smithi161 ceph-mon[116604]: from='client.430941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:01 smithi028 ceph-mon[112123]: pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:01 smithi028 ceph-mon[112123]: from='client.430941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:01 smithi138 ceph-mon[117003]: pgmap v15938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:01 smithi138 ceph-mon[117003]: from='client.430941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:03 smithi161 ceph-mon[116604]: pgmap v15939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:38:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:03 smithi028 ceph-mon[112123]: pgmap v15939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:38:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:03 smithi138 ceph-mon[117003]: pgmap v15939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:38:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:05 smithi161 ceph-mon[116604]: pgmap v15940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:38:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:05 smithi028 ceph-mon[112123]: pgmap v15940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:38:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:05 smithi138 ceph-mon[117003]: pgmap v15940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:38:05.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:05.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:05.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:06.547 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:06.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:06.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:06.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:06.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:07 smithi161 ceph-mon[116604]: pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:38:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:07 smithi161 ceph-mon[116604]: from='client.431013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:07 smithi028 ceph-mon[112123]: pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:38:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:07 smithi028 ceph-mon[112123]: from='client.431013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:07 smithi138 ceph-mon[117003]: pgmap v15941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:38:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:07 smithi138 ceph-mon[117003]: from='client.431013 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:09 smithi161 ceph-mon[116604]: pgmap v15942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:09 smithi028 ceph-mon[112123]: pgmap v15942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:09 smithi138 ceph-mon[117003]: pgmap v15942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:11 smithi161 ceph-mon[116604]: pgmap v15943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:11 smithi028 ceph-mon[112123]: pgmap v15943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:11 smithi138 ceph-mon[117003]: pgmap v15943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:11.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:11.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:11.549 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:12.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:12.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:12.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:12.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:12.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:12.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:38:12.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:38:12.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:38:13.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:13 smithi161 ceph-mon[116604]: from='client.431091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:13 smithi161 ceph-mon[116604]: pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:38:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:38:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:38:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:13 smithi028 ceph-mon[112123]: from='client.431091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:13 smithi028 ceph-mon[112123]: pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:38:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:38:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:38:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:13 smithi138 ceph-mon[117003]: from='client.431091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:13 smithi138 ceph-mon[117003]: pgmap v15944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:38:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:38:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:38:15.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:15 smithi161 ceph-mon[116604]: pgmap v15945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:15 smithi028 ceph-mon[112123]: pgmap v15945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:15.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:15 smithi138 ceph-mon[117003]: pgmap v15945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:17.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:17.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:17.389 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:17 smithi161 ceph-mon[116604]: pgmap v15946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:38:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:17 smithi028 ceph-mon[112123]: pgmap v15946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:38:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:17 smithi138 ceph-mon[117003]: pgmap v15946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:38:18.186 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:18.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:18.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:18.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:18.187 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:19 smithi161 ceph-mon[116604]: from='client.431166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:19 smithi161 ceph-mon[116604]: 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-07T13:38:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:19 smithi028 ceph-mon[112123]: from='client.431166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:19 smithi028 ceph-mon[112123]: 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-07T13:38:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:19 smithi138 ceph-mon[117003]: from='client.431166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:19 smithi138 ceph-mon[117003]: 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-07T13:38:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:21 smithi161 ceph-mon[116604]: 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-07T13:38:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:21 smithi028 ceph-mon[112123]: 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-07T13:38:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:21 smithi138 ceph-mon[117003]: 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-07T13:38:23.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:23.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:23.189 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:23 smithi161 ceph-mon[116604]: 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-07T13:38:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:23 smithi028 ceph-mon[112123]: 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-07T13:38:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:23 smithi138 ceph-mon[117003]: 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-07T13:38:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:23.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:23.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:24.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:24 smithi161 ceph-mon[116604]: from='client.431238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:24 smithi028 ceph-mon[112123]: from='client.431238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:24 smithi138 ceph-mon[117003]: from='client.431238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:25.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:25 smithi161 ceph-mon[116604]: pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:25 smithi028 ceph-mon[112123]: pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:25 smithi138 ceph-mon[117003]: pgmap v15950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:27 smithi161 ceph-mon[116604]: pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:38:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:27 smithi028 ceph-mon[112123]: pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:38:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:27 smithi138 ceph-mon[117003]: pgmap v15951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:38:28.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:28.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:28.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:29 smithi161 ceph-mon[116604]: 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-07T13:38:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:29 smithi028 ceph-mon[112123]: 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-07T13:38:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:29 smithi138 ceph-mon[117003]: 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-07T13:38:29.750 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:29.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:29.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:29.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:29.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:30 smithi161 ceph-mon[116604]: from='client.431316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:30 smithi028 ceph-mon[112123]: from='client.431316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:30 smithi138 ceph-mon[117003]: from='client.431316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:31.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:31 smithi161 ceph-mon[116604]: pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:31 smithi028 ceph-mon[112123]: pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:31 smithi138 ceph-mon[117003]: pgmap v15953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:33 smithi161 ceph-mon[116604]: pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:33.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:33 smithi028 ceph-mon[112123]: pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:33 smithi138 ceph-mon[117003]: pgmap v15954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:34.751 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:34.752 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:34.752 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:35 smithi161 ceph-mon[116604]: pgmap v15955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:38:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:35 smithi028 ceph-mon[112123]: pgmap v15955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:38:35.524 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:35.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:35.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:35.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:35.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:35 smithi138 ceph-mon[117003]: pgmap v15955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:38:36.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:36 smithi161 ceph-mon[116604]: from='client.431394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:36.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:36 smithi028 ceph-mon[112123]: from='client.431394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:36 smithi138 ceph-mon[117003]: from='client.431394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:37 smithi161 ceph-mon[116604]: pgmap v15956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:38:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:37 smithi028 ceph-mon[112123]: pgmap v15956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:38:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:37 smithi138 ceph-mon[117003]: pgmap v15956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:38:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:39 smithi161 ceph-mon[116604]: pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:39 smithi028 ceph-mon[112123]: pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:39 smithi138 ceph-mon[117003]: pgmap v15957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:38:40.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:40.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:40.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:41.310 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:41.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:41.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:41.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:41.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:41 smithi161 ceph-mon[116604]: pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:41 smithi028 ceph-mon[112123]: pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:41 smithi138 ceph-mon[117003]: pgmap v15958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:42.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:42 smithi161 ceph-mon[116604]: from='client.431466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:42.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:42 smithi028 ceph-mon[112123]: from='client.431466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:42 smithi138 ceph-mon[117003]: from='client.431466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:43.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:43 smithi161 ceph-mon[116604]: pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:43 smithi028 ceph-mon[112123]: pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:43 smithi138 ceph-mon[117003]: pgmap v15959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:45.445 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:45 smithi161 ceph-mon[116604]: pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:45 smithi028 ceph-mon[112123]: pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:45 smithi138 ceph-mon[117003]: pgmap v15960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:46.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:46.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:46.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:47.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:47.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:47.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:47.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:47.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:47 smithi161 ceph-mon[116604]: pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:38:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:47 smithi028 ceph-mon[112123]: pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:38:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:47 smithi138 ceph-mon[117003]: pgmap v15961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:38:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:48 smithi161 ceph-mon[116604]: from='client.431541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:48 smithi028 ceph-mon[112123]: from='client.431541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:48.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:48 smithi138 ceph-mon[117003]: from='client.431541 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:49 smithi161 ceph-mon[116604]: pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:49 smithi028 ceph-mon[112123]: pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:49.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:49 smithi138 ceph-mon[117003]: pgmap v15962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:51 smithi161 ceph-mon[116604]: pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:51 smithi028 ceph-mon[112123]: pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:51 smithi138 ceph-mon[117003]: pgmap v15963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:38:52.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:52.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:52.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:52.873 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:52.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:52.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:52.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:52.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:53 smithi161 ceph-mon[116604]: pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:53 smithi161 ceph-mon[116604]: from='client.431619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:53 smithi028 ceph-mon[112123]: pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:53 smithi028 ceph-mon[112123]: from='client.431619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:53 smithi138 ceph-mon[117003]: pgmap v15964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:38:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:53 smithi138 ceph-mon[117003]: from='client.431619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:55.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:55 smithi161 ceph-mon[116604]: pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:55 smithi028 ceph-mon[112123]: pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:55 smithi138 ceph-mon[117003]: pgmap v15965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:38:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:57 smithi161 ceph-mon[116604]: 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-07T13:38:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:57 smithi028 ceph-mon[112123]: 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-07T13:38:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:57 smithi138 ceph-mon[117003]: 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-07T13:38:57.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:38:57.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:38:57.876 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:38:58.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:38:58.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:38:58.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:38:58.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:38:58.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:38:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:59 smithi161 ceph-mon[116604]: 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-07T13:38:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:38:59 smithi161 ceph-mon[116604]: from='client.431694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:59 smithi028 ceph-mon[112123]: 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-07T13:38:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:38:59 smithi028 ceph-mon[112123]: from='client.431694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:38:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:59 smithi138 ceph-mon[117003]: 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-07T13:38:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:38:59 smithi138 ceph-mon[117003]: from='client.431694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:01 smithi161 ceph-mon[116604]: 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-07T13:39:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:01 smithi028 ceph-mon[112123]: 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-07T13:39:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:01 smithi138 ceph-mon[117003]: 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-07T13:39:03.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:03 smithi161 ceph-mon[116604]: 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-07T13:39:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:03 smithi028 ceph-mon[112123]: 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-07T13:39:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:03 smithi138 ceph-mon[117003]: 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-07T13:39:03.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:03.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:03.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:04.429 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:04.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:04.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:04.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:04.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:05.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:05 smithi161 ceph-mon[116604]: from='client.431772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:05 smithi161 ceph-mon[116604]: 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-07T13:39:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:05 smithi028 ceph-mon[112123]: from='client.431772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:05 smithi028 ceph-mon[112123]: 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-07T13:39:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:05 smithi138 ceph-mon[117003]: from='client.431772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:05 smithi138 ceph-mon[117003]: 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-07T13:39:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:07 smithi161 ceph-mon[116604]: pgmap v15971: 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-07T13:39:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:07 smithi028 ceph-mon[112123]: pgmap v15971: 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-07T13:39:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:07 smithi138 ceph-mon[117003]: pgmap v15971: 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-07T13:39:09.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:09.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:09.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:09 smithi161 ceph-mon[116604]: pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:39:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:09 smithi028 ceph-mon[112123]: pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:39:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:09 smithi138 ceph-mon[117003]: pgmap v15972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:39:10.199 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:10.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:10.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:10.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:10.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:11.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:11 smithi161 ceph-mon[116604]: from='client.431850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:11.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:11 smithi161 ceph-mon[116604]: pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:11 smithi028 ceph-mon[112123]: from='client.431850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:11 smithi028 ceph-mon[112123]: pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:11 smithi138 ceph-mon[117003]: from='client.431850 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:11 smithi138 ceph-mon[117003]: pgmap v15973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:13 smithi161 ceph-mon[116604]: pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:39:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:39:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:39:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:39:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:13 smithi028 ceph-mon[112123]: pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:39:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:39:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:39:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:39:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:13 smithi138 ceph-mon[117003]: pgmap v15974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:39:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:39:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:39:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:39:15.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:15.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:15.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:15 smithi161 ceph-mon[116604]: pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:39:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:15 smithi028 ceph-mon[112123]: pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:39:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:15 smithi138 ceph-mon[117003]: pgmap v15975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:39:15.987 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:15.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:15.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:15.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:15.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:16 smithi161 ceph-mon[116604]: from='client.431928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:17.094 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:16 smithi138 ceph-mon[117003]: from='client.431928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:17.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:16 smithi028 ceph-mon[112123]: from='client.431928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:17 smithi161 ceph-mon[116604]: pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:17 smithi028 ceph-mon[112123]: pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:17 smithi138 ceph-mon[117003]: pgmap v15976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:19 smithi161 ceph-mon[116604]: pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:39:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:19 smithi028 ceph-mon[112123]: pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:39:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:19 smithi138 ceph-mon[117003]: pgmap v15977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:39:20.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:20.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:20.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:21.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:21 smithi161 ceph-mon[116604]: pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:39:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:21 smithi028 ceph-mon[112123]: pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:39:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:21 smithi138 ceph-mon[117003]: pgmap v15978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:39:21.764 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:21.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:21.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:21.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:21.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:22.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:22 smithi028 ceph-mon[112123]: from='client.432006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:22 smithi138 ceph-mon[117003]: from='client.432006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:22.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:22 smithi161 ceph-mon[116604]: from='client.432006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:23.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:23 smithi161 ceph-mon[116604]: pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:23 smithi028 ceph-mon[112123]: pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:23 smithi138 ceph-mon[117003]: pgmap v15979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:25 smithi028 ceph-mon[112123]: pgmap v15980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:39:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:25 smithi138 ceph-mon[117003]: pgmap v15980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:39:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:25 smithi161 ceph-mon[116604]: pgmap v15980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:39:26.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:26.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:26.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:27 smithi161 ceph-mon[116604]: pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:39:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:27 smithi028 ceph-mon[112123]: pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:39:27.532 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:27.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:27.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:27.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:27.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:27.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:27 smithi138 ceph-mon[117003]: pgmap v15981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:39:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:28 smithi161 ceph-mon[116604]: from='client.432075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:28 smithi028 ceph-mon[112123]: from='client.432075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:28 smithi138 ceph-mon[117003]: from='client.432075 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:29.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:29 smithi161 ceph-mon[116604]: pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:29 smithi028 ceph-mon[112123]: pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:29 smithi138 ceph-mon[117003]: pgmap v15982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:31 smithi161 ceph-mon[116604]: pgmap v15983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:31 smithi028 ceph-mon[112123]: pgmap v15983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:31 smithi138 ceph-mon[117003]: pgmap v15983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:39:32.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:32.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:32.534 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:33.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:33.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:33.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:33.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:33.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:33 smithi161 ceph-mon[116604]: pgmap v15984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:33 smithi028 ceph-mon[112123]: pgmap v15984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:33 smithi138 ceph-mon[117003]: pgmap v15984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:34 smithi161 ceph-mon[116604]: from='client.432150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:34.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:34 smithi028 ceph-mon[112123]: from='client.432150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:34 smithi138 ceph-mon[117003]: from='client.432150 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:35.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:35 smithi161 ceph-mon[116604]: pgmap v15985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:39:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:35 smithi028 ceph-mon[112123]: pgmap v15985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:39:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:35 smithi138 ceph-mon[117003]: pgmap v15985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:39:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:37 smithi161 ceph-mon[116604]: pgmap v15986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:39:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:37 smithi028 ceph-mon[112123]: pgmap v15986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:39:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:37 smithi138 ceph-mon[117003]: pgmap v15986: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:39:38.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:38.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:38.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:39.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:39.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:39.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:39.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:39.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:39.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:39 smithi161 ceph-mon[116604]: 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-07T13:39:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:39 smithi028 ceph-mon[112123]: 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-07T13:39:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:39 smithi138 ceph-mon[117003]: 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-07T13:39:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:40 smithi161 ceph-mon[116604]: from='client.432225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:40.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:40 smithi028 ceph-mon[112123]: from='client.432225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:40 smithi138 ceph-mon[117003]: from='client.432225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:41.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:41 smithi161 ceph-mon[116604]: 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-07T13:39:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:41 smithi028 ceph-mon[112123]: 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-07T13:39:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:41 smithi138 ceph-mon[117003]: 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-07T13:39:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:43 smithi161 ceph-mon[116604]: 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-07T13:39:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:43 smithi028 ceph-mon[112123]: 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-07T13:39:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:43 smithi138 ceph-mon[117003]: 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-07T13:39:44.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:44.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:44.093 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:44.883 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:44.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:44.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:44.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:44.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:45 smithi161 ceph-mon[116604]: 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-07T13:39:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:45 smithi161 ceph-mon[116604]: from='client.432297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:45 smithi028 ceph-mon[112123]: 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-07T13:39:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:45 smithi028 ceph-mon[112123]: from='client.432297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:45.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:45 smithi138 ceph-mon[117003]: 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-07T13:39:45.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:45 smithi138 ceph-mon[117003]: from='client.432297 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:47 smithi161 ceph-mon[116604]: pgmap v15991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:39:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:47 smithi028 ceph-mon[112123]: pgmap v15991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:39:47.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:47 smithi138 ceph-mon[117003]: pgmap v15991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:39:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:49 smithi161 ceph-mon[116604]: pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:49 smithi028 ceph-mon[112123]: pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:49 smithi138 ceph-mon[117003]: pgmap v15992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:49.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:49.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:49.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:50.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:50.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:50.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:50.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:50.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:51 smithi161 ceph-mon[116604]: pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:51.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:51 smithi161 ceph-mon[116604]: from='client.432372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:51 smithi028 ceph-mon[112123]: pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:51 smithi028 ceph-mon[112123]: from='client.432372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:51 smithi138 ceph-mon[117003]: pgmap v15993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:51 smithi138 ceph-mon[117003]: from='client.432372 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:53.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:53 smithi161 ceph-mon[116604]: pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:53 smithi028 ceph-mon[112123]: pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:53 smithi138 ceph-mon[117003]: pgmap v15994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:39:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:55 smithi161 ceph-mon[116604]: pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:39:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:55 smithi028 ceph-mon[112123]: pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:39:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:55 smithi138 ceph-mon[117003]: pgmap v15995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:39:55.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:39:55.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:39:55.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:39:56.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:39:56.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:39:56.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:39:56.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:39:56.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:39:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:57 smithi161 ceph-mon[116604]: from='client.432450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:57 smithi161 ceph-mon[116604]: pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:57 smithi028 ceph-mon[112123]: from='client.432450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:57 smithi028 ceph-mon[112123]: pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:57 smithi138 ceph-mon[117003]: from='client.432450 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:39:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:57 smithi138 ceph-mon[117003]: pgmap v15996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:39:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:39:59 smithi161 ceph-mon[116604]: 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-07T13:39:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:39:59 smithi028 ceph-mon[112123]: 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-07T13:39:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:39:59 smithi138 ceph-mon[117003]: 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-07T13:40:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T13:40:00.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T13:40:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T13:40:01.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:01 smithi161 ceph-mon[116604]: pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:01.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:01.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:01.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:01 smithi028 ceph-mon[112123]: pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:01 smithi138 ceph-mon[117003]: pgmap v15998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:02.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:02.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:02.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:02.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:02.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:03 smithi161 ceph-mon[116604]: from='client.432528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:03 smithi161 ceph-mon[116604]: pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:03 smithi028 ceph-mon[112123]: from='client.432528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:03 smithi028 ceph-mon[112123]: pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:03 smithi138 ceph-mon[117003]: from='client.432528 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:03 smithi138 ceph-mon[117003]: pgmap v15999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:05 smithi028 ceph-mon[112123]: pgmap v16000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:05 smithi138 ceph-mon[117003]: pgmap v16000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:05 smithi161 ceph-mon[116604]: pgmap v16000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:07.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:07.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:07.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:07 smithi161 ceph-mon[116604]: pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:07 smithi028 ceph-mon[112123]: pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:07.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:07 smithi138 ceph-mon[117003]: pgmap v16001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:08.011 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:08.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:08.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:08.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:08.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:09.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:09 smithi161 ceph-mon[116604]: from='client.432597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:09 smithi161 ceph-mon[116604]: pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:09 smithi028 ceph-mon[112123]: from='client.432597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:09 smithi028 ceph-mon[112123]: pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:09 smithi138 ceph-mon[117003]: from='client.432597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:09 smithi138 ceph-mon[117003]: pgmap v16002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:11.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:11 smithi161 ceph-mon[116604]: pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:11 smithi028 ceph-mon[112123]: pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:11 smithi138 ceph-mon[117003]: pgmap v16003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:13.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:13.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:13.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:13 smithi161 ceph-mon[116604]: 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-07T13:40:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:40:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:13 smithi028 ceph-mon[112123]: 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-07T13:40:13.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:40:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:13 smithi138 ceph-mon[117003]: 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-07T13:40:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:40:13.838 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:13.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:13.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:13.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:13.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:14 smithi028 ceph-mon[112123]: from='client.432666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:40:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:40:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:40:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:14 smithi138 ceph-mon[117003]: from='client.432666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:40:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:40:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:40:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:14 smithi161 ceph-mon[116604]: from='client.432666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:40:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:40:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:40:15.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:15 smithi028 ceph-mon[112123]: pgmap v16005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:15 smithi138 ceph-mon[117003]: pgmap v16005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:15 smithi161 ceph-mon[116604]: pgmap v16005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:17 smithi161 ceph-mon[116604]: pgmap v16006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:17 smithi028 ceph-mon[112123]: pgmap v16006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:17 smithi138 ceph-mon[117003]: pgmap v16006: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:18.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:18.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:18.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:19 smithi161 ceph-mon[116604]: 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-07T13:40:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:19 smithi028 ceph-mon[112123]: 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-07T13:40:19.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:19 smithi138 ceph-mon[117003]: 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-07T13:40:19.629 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:19.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:19.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:19.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:19.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:20 smithi028 ceph-mon[112123]: from='client.432741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:20 smithi138 ceph-mon[117003]: from='client.432741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:20 smithi161 ceph-mon[116604]: from='client.432741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:21 smithi028 ceph-mon[112123]: pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:21 smithi138 ceph-mon[117003]: pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:21 smithi161 ceph-mon[116604]: pgmap v16008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:23 smithi028 ceph-mon[112123]: pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:23 smithi138 ceph-mon[117003]: pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:23 smithi161 ceph-mon[116604]: pgmap v16009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:24.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:24.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:24.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:25.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:25.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:25.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:25.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:25.417 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:25 smithi028 ceph-mon[112123]: pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:40:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:25 smithi138 ceph-mon[117003]: pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:40:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:25 smithi161 ceph-mon[116604]: pgmap v16010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:40:26.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:26 smithi028 ceph-mon[112123]: from='client.432813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:26 smithi138 ceph-mon[117003]: from='client.432813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:26 smithi161 ceph-mon[116604]: from='client.432813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:27 smithi028 ceph-mon[112123]: pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:40:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:27 smithi138 ceph-mon[117003]: pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:40:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:27 smithi161 ceph-mon[116604]: pgmap v16011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:40:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:29 smithi028 ceph-mon[112123]: pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:29 smithi138 ceph-mon[117003]: pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:29 smithi161 ceph-mon[116604]: pgmap v16012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:40:30.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:30.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:30.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:31.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:31.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:31.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:31.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:31.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:31 smithi028 ceph-mon[112123]: pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:31 smithi138 ceph-mon[117003]: pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:31 smithi161 ceph-mon[116604]: pgmap v16013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:32.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:32 smithi028 ceph-mon[112123]: from='client.432885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:32 smithi138 ceph-mon[117003]: from='client.432885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:32 smithi161 ceph-mon[116604]: from='client.432885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:33 smithi028 ceph-mon[112123]: 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-07T13:40:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:33 smithi138 ceph-mon[117003]: 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-07T13:40:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:33 smithi161 ceph-mon[116604]: 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-07T13:40:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:35 smithi028 ceph-mon[112123]: pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:35 smithi138 ceph-mon[117003]: pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:35 smithi161 ceph-mon[116604]: pgmap v16015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:36.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:36.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:36.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:36.963 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:36.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:36.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:36.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:36.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:37 smithi161 ceph-mon[116604]: pgmap v16016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:37 smithi161 ceph-mon[116604]: from='client.432960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:37 smithi028 ceph-mon[112123]: pgmap v16016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:37 smithi028 ceph-mon[112123]: from='client.432960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:37 smithi138 ceph-mon[117003]: pgmap v16016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:37 smithi138 ceph-mon[117003]: from='client.432960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:39 smithi028 ceph-mon[112123]: 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-07T13:40:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:39 smithi138 ceph-mon[117003]: 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-07T13:40:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:39 smithi161 ceph-mon[116604]: 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-07T13:40:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:41 smithi028 ceph-mon[112123]: pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:41 smithi138 ceph-mon[117003]: pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:41 smithi161 ceph-mon[116604]: pgmap v16018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:41.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:41.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:41.966 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:42.765 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:42.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:42.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:42.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:42.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:43 smithi028 ceph-mon[112123]: pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:43 smithi028 ceph-mon[112123]: from='client.433038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:43 smithi138 ceph-mon[117003]: pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:43 smithi138 ceph-mon[117003]: from='client.433038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:43 smithi161 ceph-mon[116604]: pgmap v16019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:43 smithi161 ceph-mon[116604]: from='client.433038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:45.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:45 smithi028 ceph-mon[112123]: pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:45 smithi138 ceph-mon[117003]: pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:45 smithi161 ceph-mon[116604]: pgmap v16020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:40:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:47 smithi161 ceph-mon[116604]: pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:47 smithi028 ceph-mon[112123]: pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:47 smithi138 ceph-mon[117003]: pgmap v16021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:40:47.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:47.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:47.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:48.551 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:48.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:48.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:48.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:48.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:49 smithi028 ceph-mon[112123]: pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:49 smithi028 ceph-mon[112123]: from='client.433110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:49 smithi138 ceph-mon[117003]: pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:49 smithi138 ceph-mon[117003]: from='client.433110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:49 smithi161 ceph-mon[116604]: pgmap v16022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:40:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:49 smithi161 ceph-mon[116604]: from='client.433110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:51 smithi028 ceph-mon[112123]: pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:51 smithi138 ceph-mon[117003]: pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:51 smithi161 ceph-mon[116604]: pgmap v16023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:40:53.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:53 smithi028 ceph-mon[112123]: 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-07T13:40:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:53 smithi138 ceph-mon[117003]: 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-07T13:40:53.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:53.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:53.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:53 smithi161 ceph-mon[116604]: 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-07T13:40:54.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:40:54.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:40:54.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:40:54.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:40:54.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:40:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:55 smithi028 ceph-mon[112123]: from='client.433188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:55 smithi028 ceph-mon[112123]: pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:40:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:55 smithi138 ceph-mon[117003]: from='client.433188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:55 smithi138 ceph-mon[117003]: pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:40:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:55 smithi161 ceph-mon[116604]: from='client.433188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:40:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:55 smithi161 ceph-mon[116604]: pgmap v16025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:40:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:57 smithi161 ceph-mon[116604]: pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:40:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:57 smithi028 ceph-mon[112123]: pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:40:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:57 smithi138 ceph-mon[117003]: pgmap v16026: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:40:59.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:40:59.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:40:59.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:40:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:40:59 smithi028 ceph-mon[112123]: pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:40:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:40:59 smithi138 ceph-mon[117003]: pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:40:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:40:59 smithi161 ceph-mon[116604]: pgmap v16027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:41:00.119 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:00.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:00.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:00.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:00.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:01 smithi028 ceph-mon[112123]: from='client.433263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:01 smithi028 ceph-mon[112123]: pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:01 smithi138 ceph-mon[117003]: from='client.433263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:01 smithi138 ceph-mon[117003]: pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:01 smithi161 ceph-mon[116604]: from='client.433263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:01 smithi161 ceph-mon[116604]: pgmap v16028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:03 smithi028 ceph-mon[112123]: pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:03 smithi138 ceph-mon[117003]: pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:03 smithi161 ceph-mon[116604]: pgmap v16029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:05.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:05.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:05.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:05.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:05 smithi028 ceph-mon[112123]: pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:05 smithi138 ceph-mon[117003]: pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:05 smithi161 ceph-mon[116604]: pgmap v16030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:05.898 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:05.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:05.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:05.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:05.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:06.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:06 smithi028 ceph-mon[112123]: from='client.433341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:06 smithi138 ceph-mon[117003]: from='client.433341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:06 smithi161 ceph-mon[116604]: from='client.433341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:07 smithi028 ceph-mon[112123]: pgmap v16031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:07 smithi138 ceph-mon[117003]: pgmap v16031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:07 smithi161 ceph-mon[116604]: pgmap v16031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:09 smithi028 ceph-mon[112123]: pgmap v16032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:09 smithi138 ceph-mon[117003]: pgmap v16032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:09 smithi161 ceph-mon[116604]: pgmap v16032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:10.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:10.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:10.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:11.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:11 smithi028 ceph-mon[112123]: pgmap v16033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:11 smithi138 ceph-mon[117003]: pgmap v16033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:11.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:11.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:11.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:11.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:11.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:11 smithi161 ceph-mon[116604]: pgmap v16033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:12 smithi138 ceph-mon[117003]: from='client.433416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:12 smithi161 ceph-mon[116604]: from='client.433416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:12 smithi028 ceph-mon[112123]: from='client.433416 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:13 smithi138 ceph-mon[117003]: 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-07T13:41:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:13 smithi161 ceph-mon[116604]: 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-07T13:41:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:13 smithi028 ceph-mon[112123]: 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-07T13:41:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:41:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:41:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:41:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:15 smithi138 ceph-mon[117003]: pgmap v16035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:41:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:41:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:41:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:15 smithi161 ceph-mon[116604]: pgmap v16035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:41:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:41:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:41:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:15 smithi028 ceph-mon[112123]: pgmap v16035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:41:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:41:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:41:16.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:16.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:16.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:17 smithi161 ceph-mon[116604]: pgmap v16036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:41:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:17 smithi028 ceph-mon[112123]: pgmap v16036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:41:17.478 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:17.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:17.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:17.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:17.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:17 smithi138 ceph-mon[117003]: pgmap v16036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:41:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:18 smithi161 ceph-mon[116604]: from='client.433494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:18 smithi028 ceph-mon[112123]: from='client.433494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:18 smithi138 ceph-mon[117003]: from='client.433494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:19 smithi161 ceph-mon[116604]: 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-07T13:41:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:19 smithi028 ceph-mon[112123]: 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-07T13:41:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:19 smithi138 ceph-mon[117003]: 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-07T13:41:21.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:21 smithi028 ceph-mon[112123]: pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:21 smithi138 ceph-mon[117003]: pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:21.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:21 smithi161 ceph-mon[116604]: pgmap v16038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:22.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:22.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:22.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:23.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:23.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:23.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:23.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:23.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:23.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:23 smithi028 ceph-mon[112123]: pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:23 smithi138 ceph-mon[117003]: pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:23 smithi161 ceph-mon[116604]: pgmap v16039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:24.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:24 smithi028 ceph-mon[112123]: from='client.433569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:24 smithi138 ceph-mon[117003]: from='client.433569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:24 smithi161 ceph-mon[116604]: from='client.433569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:25.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:25 smithi028 ceph-mon[112123]: pgmap v16040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:25 smithi138 ceph-mon[117003]: pgmap v16040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:25 smithi161 ceph-mon[116604]: pgmap v16040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:27.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:27 smithi161 ceph-mon[116604]: pgmap v16041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:41:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:27 smithi028 ceph-mon[112123]: pgmap v16041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:41:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:27 smithi138 ceph-mon[117003]: pgmap v16041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:41:28.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:28.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:28.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:29.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:29.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:29.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:29.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:29.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:29 smithi028 ceph-mon[112123]: pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:29 smithi138 ceph-mon[117003]: pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:29 smithi161 ceph-mon[116604]: pgmap v16042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:30 smithi028 ceph-mon[112123]: from='client.433647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:30 smithi138 ceph-mon[117003]: from='client.433647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:30 smithi161 ceph-mon[116604]: from='client.433647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:31 smithi028 ceph-mon[112123]: pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:31 smithi138 ceph-mon[117003]: pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:31 smithi161 ceph-mon[116604]: pgmap v16043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:41:33.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:33 smithi028 ceph-mon[112123]: 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-07T13:41:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:33 smithi138 ceph-mon[117003]: 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-07T13:41:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:33 smithi161 ceph-mon[116604]: 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-07T13:41:34.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:34.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:34.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:34.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:34.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:34.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:34.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:34.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:35 smithi028 ceph-mon[112123]: 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-07T13:41:35.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:35 smithi028 ceph-mon[112123]: from='client.433725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:35 smithi138 ceph-mon[117003]: 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-07T13:41:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:35 smithi138 ceph-mon[117003]: from='client.433725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:35 smithi161 ceph-mon[116604]: 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-07T13:41:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:35 smithi161 ceph-mon[116604]: from='client.433725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:37 smithi161 ceph-mon[116604]: pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:41:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:37 smithi028 ceph-mon[112123]: pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:41:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:37 smithi138 ceph-mon[117003]: pgmap v16046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:41:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:39 smithi028 ceph-mon[112123]: pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:39 smithi138 ceph-mon[117003]: pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:39 smithi161 ceph-mon[116604]: pgmap v16047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:39.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:39.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:39.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:40.592 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:40.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:40.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:40.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:40.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:41.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:41 smithi028 ceph-mon[112123]: pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:41 smithi028 ceph-mon[112123]: from='client.433800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:41 smithi138 ceph-mon[117003]: pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:41 smithi138 ceph-mon[117003]: from='client.433800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:41 smithi161 ceph-mon[116604]: pgmap v16048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:41 smithi161 ceph-mon[116604]: from='client.433800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:43.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:43 smithi028 ceph-mon[112123]: pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:43 smithi138 ceph-mon[117003]: pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:43 smithi161 ceph-mon[116604]: pgmap v16049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:41:45.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:45 smithi028 ceph-mon[112123]: pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:45 smithi138 ceph-mon[117003]: pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:45.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:45.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:45.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:45 smithi161 ceph-mon[116604]: pgmap v16050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:41:46.397 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:46.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:46.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:46.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:46.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:47 smithi161 ceph-mon[116604]: from='client.433875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:47 smithi161 ceph-mon[116604]: pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:47 smithi028 ceph-mon[112123]: from='client.433875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:47 smithi028 ceph-mon[112123]: pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:47 smithi138 ceph-mon[117003]: from='client.433875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:47 smithi138 ceph-mon[117003]: pgmap v16051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:41:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:49 smithi028 ceph-mon[112123]: 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-07T13:41:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:49 smithi138 ceph-mon[117003]: 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-07T13:41:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:49 smithi161 ceph-mon[116604]: 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-07T13:41:51.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:51.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:51.400 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:51.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:51 smithi028 ceph-mon[112123]: 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-07T13:41:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:51 smithi138 ceph-mon[117003]: 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-07T13:41:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:51 smithi161 ceph-mon[116604]: 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-07T13:41:52.169 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:52.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:52.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:52.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:52.170 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:53.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:53 smithi028 ceph-mon[112123]: from='client.433950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:53 smithi028 ceph-mon[112123]: 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-07T13:41:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:53 smithi138 ceph-mon[117003]: from='client.433950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:53 smithi138 ceph-mon[117003]: 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-07T13:41:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:53 smithi161 ceph-mon[116604]: from='client.433950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:53 smithi161 ceph-mon[116604]: 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-07T13:41:55.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:55 smithi028 ceph-mon[112123]: pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:55 smithi138 ceph-mon[117003]: pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:55 smithi161 ceph-mon[116604]: pgmap v16055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:41:57.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:41:57.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:41:57.172 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:41:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:57 smithi161 ceph-mon[116604]: pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:41:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:57 smithi028 ceph-mon[112123]: pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:41:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:57 smithi138 ceph-mon[117003]: pgmap v16056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:41:57.946 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:41:57.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:41:57.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:41:57.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:41:57.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:41:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:58 smithi161 ceph-mon[116604]: from='client.434025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:58 smithi028 ceph-mon[112123]: from='client.434025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:58 smithi138 ceph-mon[117003]: from='client.434025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:41:59.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:41:59 smithi161 ceph-mon[116604]: 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-07T13:41:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:41:59 smithi028 ceph-mon[112123]: 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-07T13:41:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:41:59 smithi138 ceph-mon[117003]: 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-07T13:42:01.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:01 smithi028 ceph-mon[112123]: pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:42:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:01 smithi138 ceph-mon[117003]: pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:42:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:01 smithi161 ceph-mon[116604]: pgmap v16058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:42:02.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:02.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:02.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:03.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:03 smithi028 ceph-mon[112123]: pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:03 smithi138 ceph-mon[117003]: pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:03 smithi161 ceph-mon[116604]: pgmap v16059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:03.738 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:03.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:03.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:03.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:03.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:04 smithi138 ceph-mon[117003]: from='client.434100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:04 smithi161 ceph-mon[116604]: from='client.434100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:04 smithi028 ceph-mon[112123]: from='client.434100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:05 smithi138 ceph-mon[117003]: pgmap v16060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:05 smithi161 ceph-mon[116604]: pgmap v16060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:05 smithi028 ceph-mon[112123]: pgmap v16060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:07 smithi161 ceph-mon[116604]: pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:07 smithi028 ceph-mon[112123]: pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:07 smithi138 ceph-mon[117003]: pgmap v16061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:08.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:08.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:08.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:09 smithi028 ceph-mon[112123]: pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:09.505 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:09.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:09.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:09.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:09.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:09 smithi138 ceph-mon[117003]: pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:09 smithi161 ceph-mon[116604]: pgmap v16062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:10 smithi138 ceph-mon[117003]: from='client.434172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:10 smithi161 ceph-mon[116604]: from='client.434172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:10 smithi028 ceph-mon[112123]: from='client.434172 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:11 smithi138 ceph-mon[117003]: 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-07T13:42:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:11 smithi161 ceph-mon[116604]: 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-07T13:42:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:11 smithi028 ceph-mon[112123]: 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-07T13:42:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:13 smithi138 ceph-mon[117003]: pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:13 smithi161 ceph-mon[116604]: pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:13.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:13 smithi028 ceph-mon[112123]: pgmap v16064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:14.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:14.507 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:14.507 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:15.346 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:15.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:15.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:15.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:15.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:15 smithi138 ceph-mon[117003]: pgmap v16065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:42:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:42:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:42:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:42:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:15 smithi161 ceph-mon[116604]: pgmap v16065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:42:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:42:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:42:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:42:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:15 smithi028 ceph-mon[112123]: pgmap v16065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:42:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:42:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:42:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:42:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:16 smithi138 ceph-mon[117003]: from='client.434250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:16 smithi161 ceph-mon[116604]: from='client.434250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:16 smithi028 ceph-mon[112123]: from='client.434250 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:17 smithi138 ceph-mon[117003]: pgmap v16066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:42:17.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:17 smithi161 ceph-mon[116604]: pgmap v16066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:42:17.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:17 smithi028 ceph-mon[112123]: pgmap v16066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:42:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:19 smithi138 ceph-mon[117003]: pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:19 smithi161 ceph-mon[116604]: pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:19 smithi028 ceph-mon[112123]: pgmap v16067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:20.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:20.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:20.348 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:21.119 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:21.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:21.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:21.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:21.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:21 smithi138 ceph-mon[117003]: pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:21 smithi161 ceph-mon[116604]: pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:21 smithi028 ceph-mon[112123]: pgmap v16068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:22 smithi138 ceph-mon[117003]: from='client.434325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:22 smithi161 ceph-mon[116604]: from='client.434325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:22 smithi028 ceph-mon[112123]: from='client.434325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:23 smithi138 ceph-mon[117003]: 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-07T13:42:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:23 smithi161 ceph-mon[116604]: 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-07T13:42:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:23 smithi028 ceph-mon[112123]: 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-07T13:42:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:25 smithi138 ceph-mon[117003]: pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:25 smithi161 ceph-mon[116604]: pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:25 smithi028 ceph-mon[112123]: pgmap v16070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:26.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:26.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:26.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:26.905 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:26.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:26.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:26.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:26.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:27 smithi161 ceph-mon[116604]: pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:27 smithi161 ceph-mon[116604]: from='client.434400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:27 smithi028 ceph-mon[112123]: pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:27 smithi028 ceph-mon[112123]: from='client.434400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:27 smithi138 ceph-mon[117003]: pgmap v16071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:27 smithi138 ceph-mon[117003]: from='client.434400 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:29 smithi138 ceph-mon[117003]: 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-07T13:42:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:29 smithi161 ceph-mon[116604]: 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-07T13:42:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:29 smithi028 ceph-mon[112123]: 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-07T13:42:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:31 smithi138 ceph-mon[117003]: 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-07T13:42:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:31 smithi161 ceph-mon[116604]: 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-07T13:42:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:31 smithi028 ceph-mon[112123]: 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-07T13:42:31.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:31.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:31.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:32.693 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:32.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:32.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:32.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:32.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:33 smithi138 ceph-mon[117003]: 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-07T13:42:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:33 smithi138 ceph-mon[117003]: from='client.434478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:33 smithi161 ceph-mon[116604]: 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-07T13:42:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:33 smithi161 ceph-mon[116604]: from='client.434478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:33 smithi028 ceph-mon[112123]: 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-07T13:42:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:33 smithi028 ceph-mon[112123]: from='client.434478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:35 smithi138 ceph-mon[117003]: pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:35 smithi161 ceph-mon[116604]: pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:35 smithi028 ceph-mon[112123]: pgmap v16075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:42:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:37 smithi161 ceph-mon[116604]: pgmap v16076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:37 smithi028 ceph-mon[112123]: pgmap v16076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:37 smithi138 ceph-mon[117003]: pgmap v16076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:42:37.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:37.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:37.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:38.467 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:38.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:38.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:38.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:38.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:39 smithi138 ceph-mon[117003]: from='client.434556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:39 smithi138 ceph-mon[117003]: pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:39 smithi161 ceph-mon[116604]: from='client.434556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:39 smithi161 ceph-mon[116604]: pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:39 smithi028 ceph-mon[112123]: from='client.434556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:39 smithi028 ceph-mon[112123]: pgmap v16077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:41 smithi138 ceph-mon[117003]: pgmap v16078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:42:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:41 smithi161 ceph-mon[116604]: pgmap v16078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:42:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:41 smithi028 ceph-mon[112123]: pgmap v16078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:42:43.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:43.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:43.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:43 smithi138 ceph-mon[117003]: pgmap v16079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:43 smithi161 ceph-mon[116604]: pgmap v16079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:43 smithi028 ceph-mon[112123]: pgmap v16079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:44.238 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:44.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:44.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:44.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:44.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:45 smithi138 ceph-mon[117003]: from='client.434631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:45 smithi138 ceph-mon[117003]: pgmap v16080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T13:42:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:45 smithi161 ceph-mon[116604]: from='client.434631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:45 smithi161 ceph-mon[116604]: pgmap v16080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T13:42:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:45 smithi028 ceph-mon[112123]: from='client.434631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:45 smithi028 ceph-mon[112123]: pgmap v16080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T13:42:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:47 smithi161 ceph-mon[116604]: pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:42:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:47 smithi028 ceph-mon[112123]: pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:42:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:47 smithi138 ceph-mon[117003]: pgmap v16081: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:42:49.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:49.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:49.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:49 smithi138 ceph-mon[117003]: pgmap v16082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:49 smithi161 ceph-mon[116604]: pgmap v16082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:49 smithi028 ceph-mon[112123]: pgmap v16082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:50.010 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:50.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:50.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:50.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:50.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:50 smithi138 ceph-mon[117003]: from='client.434709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:50 smithi161 ceph-mon[116604]: from='client.434709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:50 smithi028 ceph-mon[112123]: from='client.434709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:51 smithi138 ceph-mon[117003]: pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:51 smithi161 ceph-mon[116604]: pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:51 smithi028 ceph-mon[112123]: pgmap v16083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:42:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:53 smithi138 ceph-mon[117003]: pgmap v16084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:53 smithi161 ceph-mon[116604]: pgmap v16084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:53 smithi028 ceph-mon[112123]: pgmap v16084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:42:55.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:42:55.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:42:55.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:42:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:55 smithi138 ceph-mon[117003]: pgmap v16085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:55 smithi161 ceph-mon[116604]: pgmap v16085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:55 smithi028 ceph-mon[112123]: pgmap v16085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:42:55.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:42:55.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:42:55.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:42:55.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:42:55.793 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:42:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:56 smithi138 ceph-mon[117003]: from='client.434784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:56.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:56 smithi161 ceph-mon[116604]: from='client.434784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:56 smithi028 ceph-mon[112123]: from='client.434784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:42:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:57 smithi138 ceph-mon[117003]: pgmap v16086: 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-07T13:42:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:57 smithi161 ceph-mon[116604]: pgmap v16086: 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-07T13:42:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:57 smithi028 ceph-mon[112123]: pgmap v16086: 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-07T13:42:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:42:59 smithi138 ceph-mon[117003]: pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:42:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:42:59 smithi161 ceph-mon[116604]: pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:42:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:42:59 smithi028 ceph-mon[112123]: pgmap v16087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:43:00.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:00.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:00.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:01 smithi138 ceph-mon[117003]: pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:43:01.568 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:01.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:01.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:01.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:01.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:01 smithi161 ceph-mon[116604]: pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:43:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:01 smithi028 ceph-mon[112123]: pgmap v16088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:43:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:02 smithi138 ceph-mon[117003]: from='client.434862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:02 smithi161 ceph-mon[116604]: from='client.434862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:02 smithi028 ceph-mon[112123]: from='client.434862 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:03 smithi138 ceph-mon[117003]: 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-07T13:43:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:03 smithi161 ceph-mon[116604]: 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-07T13:43:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:03 smithi028 ceph-mon[112123]: 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-07T13:43:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:05 smithi138 ceph-mon[117003]: pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:05 smithi161 ceph-mon[116604]: pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:05 smithi028 ceph-mon[112123]: pgmap v16090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:06.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:06.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:06.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:07.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:07.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:07.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:07.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:07.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:07 smithi161 ceph-mon[116604]: pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:43:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:07 smithi028 ceph-mon[112123]: pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:43:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:07 smithi138 ceph-mon[117003]: pgmap v16091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:43:08.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:08 smithi161 ceph-mon[116604]: from='client.434937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:08 smithi028 ceph-mon[112123]: from='client.434937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:08.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:08 smithi138 ceph-mon[117003]: from='client.434937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:09 smithi161 ceph-mon[116604]: 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-07T13:43:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:09 smithi028 ceph-mon[112123]: 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-07T13:43:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:09 smithi138 ceph-mon[117003]: 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-07T13:43:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:11 smithi138 ceph-mon[117003]: 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-07T13:43:11.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:11 smithi161 ceph-mon[116604]: 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-07T13:43:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:11 smithi028 ceph-mon[112123]: 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-07T13:43:12.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:12.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:12.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:13.119 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:13.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:13.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:13.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:13.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:13 smithi138 ceph-mon[117003]: 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-07T13:43:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:13 smithi161 ceph-mon[116604]: 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-07T13:43:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:13 smithi028 ceph-mon[112123]: 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-07T13:43:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:14 smithi138 ceph-mon[117003]: from='client.435012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:14.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:14 smithi161 ceph-mon[116604]: from='client.435012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:14 smithi028 ceph-mon[112123]: from='client.435012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:15 smithi138 ceph-mon[117003]: pgmap v16095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:15 smithi161 ceph-mon[116604]: pgmap v16095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:15 smithi028 ceph-mon[112123]: pgmap v16095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:43:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:43:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:43:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:17 smithi138 ceph-mon[117003]: 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-07T13:43:17.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:43:17.547 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:43:17.547 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:17 smithi161 ceph-mon[116604]: 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-07T13:43:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:43:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:43:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:17 smithi028 ceph-mon[112123]: 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-07T13:43:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:43:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:43:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:43:18.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:18.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:18.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:18.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:18.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:18.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:18.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:18.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:19 smithi138 ceph-mon[117003]: pgmap v16097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:19.939 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:19 smithi138 ceph-mon[117003]: from='client.435090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:19.940 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:19 smithi028 ceph-mon[112123]: pgmap v16097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:19.940 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:19 smithi028 ceph-mon[112123]: from='client.435090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:19 smithi161 ceph-mon[116604]: pgmap v16097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:19 smithi161 ceph-mon[116604]: from='client.435090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:21 smithi138 ceph-mon[117003]: pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:43:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:21 smithi161 ceph-mon[116604]: pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:43:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:21 smithi028 ceph-mon[112123]: pgmap v16098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:43:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:23 smithi138 ceph-mon[117003]: pgmap v16099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:23 smithi161 ceph-mon[116604]: pgmap v16099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:23 smithi028 ceph-mon[112123]: pgmap v16099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:23.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:23.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:23.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:24.677 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:24.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:24.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:24.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:24.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:25 smithi138 ceph-mon[117003]: pgmap v16100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:25 smithi138 ceph-mon[117003]: from='client.435165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:25 smithi161 ceph-mon[116604]: pgmap v16100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:25 smithi161 ceph-mon[116604]: from='client.435165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:25 smithi028 ceph-mon[112123]: pgmap v16100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:25 smithi028 ceph-mon[112123]: from='client.435165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:27 smithi161 ceph-mon[116604]: pgmap v16101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:43:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:27 smithi028 ceph-mon[112123]: pgmap v16101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:43:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:27 smithi138 ceph-mon[117003]: pgmap v16101: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:43:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:29 smithi138 ceph-mon[117003]: pgmap v16102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:29.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:29.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:29.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:29 smithi161 ceph-mon[116604]: pgmap v16102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:29 smithi028 ceph-mon[112123]: pgmap v16102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:30.455 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:30.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:30.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:30.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:30.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:31 smithi138 ceph-mon[117003]: from='client.435243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:31 smithi138 ceph-mon[117003]: pgmap v16103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:31 smithi161 ceph-mon[116604]: from='client.435243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:31 smithi161 ceph-mon[116604]: pgmap v16103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:31 smithi028 ceph-mon[112123]: from='client.435243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:31 smithi028 ceph-mon[112123]: pgmap v16103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:33.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:33 smithi138 ceph-mon[117003]: pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:33 smithi161 ceph-mon[116604]: pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:33 smithi028 ceph-mon[112123]: pgmap v16104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:43:35.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:35.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:35.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:35 smithi138 ceph-mon[117003]: pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:43:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:35 smithi161 ceph-mon[116604]: pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:43:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:35 smithi028 ceph-mon[112123]: pgmap v16105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:43:36.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:36.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:36.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:36.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:36.232 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:37 smithi161 ceph-mon[116604]: from='client.435318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:37 smithi161 ceph-mon[116604]: pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:37 smithi028 ceph-mon[112123]: from='client.435318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:37 smithi028 ceph-mon[112123]: pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:37 smithi138 ceph-mon[117003]: from='client.435318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:37 smithi138 ceph-mon[117003]: pgmap v16106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:39 smithi138 ceph-mon[117003]: 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-07T13:43:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:39 smithi161 ceph-mon[116604]: 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-07T13:43:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:39 smithi028 ceph-mon[112123]: 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-07T13:43:41.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:41.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:41.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:41 smithi138 ceph-mon[117003]: 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-07T13:43:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:41 smithi161 ceph-mon[116604]: 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-07T13:43:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:41 smithi028 ceph-mon[112123]: 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-07T13:43:42.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:42.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:42.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:42.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:42.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:42 smithi138 ceph-mon[117003]: from='client.435396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:42 smithi161 ceph-mon[116604]: from='client.435396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:42 smithi028 ceph-mon[112123]: from='client.435396 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:43 smithi138 ceph-mon[117003]: 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-07T13:43:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:43 smithi161 ceph-mon[116604]: 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-07T13:43:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:43 smithi028 ceph-mon[112123]: 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-07T13:43:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:45 smithi138 ceph-mon[117003]: pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:45 smithi161 ceph-mon[116604]: pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:45 smithi028 ceph-mon[112123]: pgmap v16110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:47.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:47.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:47.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:47 smithi161 ceph-mon[116604]: pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:43:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:47 smithi028 ceph-mon[112123]: pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:43:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:47 smithi138 ceph-mon[117003]: pgmap v16111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:43:47.780 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:47.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:47.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:47.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:47.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:48.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:48 smithi161 ceph-mon[116604]: from='client.435474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:48 smithi028 ceph-mon[112123]: from='client.435474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:48 smithi138 ceph-mon[117003]: from='client.435474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:49.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:49 smithi161 ceph-mon[116604]: 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-07T13:43:49.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:49 smithi028 ceph-mon[112123]: 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-07T13:43:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:49 smithi138 ceph-mon[117003]: 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-07T13:43:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:51 smithi138 ceph-mon[117003]: 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-07T13:43:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:51 smithi161 ceph-mon[116604]: 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-07T13:43:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:51 smithi028 ceph-mon[112123]: 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-07T13:43:52.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:52.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:52.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:53 smithi138 ceph-mon[117003]: 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-07T13:43:53.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:53.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:53.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:53.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:53.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:53 smithi161 ceph-mon[116604]: 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-07T13:43:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:53 smithi028 ceph-mon[112123]: 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-07T13:43:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:54 smithi138 ceph-mon[117003]: from='client.435549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:54 smithi161 ceph-mon[116604]: from='client.435549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:54 smithi028 ceph-mon[112123]: from='client.435549 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:43:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:55 smithi138 ceph-mon[117003]: pgmap v16115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:55 smithi161 ceph-mon[116604]: pgmap v16115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:55 smithi028 ceph-mon[112123]: pgmap v16115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:43:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:57 smithi161 ceph-mon[116604]: pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:43:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:57 smithi028 ceph-mon[112123]: pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:43:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:57 smithi138 ceph-mon[117003]: pgmap v16116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:43:58.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:43:58.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:43:58.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:43:59.330 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:43:59.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:43:59.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:43:59.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:43:59.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:43:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:43:59 smithi138 ceph-mon[117003]: pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:43:59 smithi161 ceph-mon[116604]: pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:43:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:43:59 smithi028 ceph-mon[112123]: pgmap v16117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:00 smithi138 ceph-mon[117003]: from='client.435627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:00 smithi161 ceph-mon[116604]: from='client.435627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:00 smithi028 ceph-mon[112123]: from='client.435627 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:01 smithi138 ceph-mon[117003]: pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:44:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:01 smithi161 ceph-mon[116604]: pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:44:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:01 smithi028 ceph-mon[112123]: pgmap v16118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:44:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:03 smithi138 ceph-mon[117003]: pgmap v16119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:44:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:03 smithi161 ceph-mon[116604]: pgmap v16119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:44:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:03 smithi028 ceph-mon[112123]: pgmap v16119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:44:04.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:04.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:04.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:05.103 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:05.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:05.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:05.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:05.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:05 smithi138 ceph-mon[117003]: pgmap v16120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:44:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:05 smithi161 ceph-mon[116604]: pgmap v16120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:44:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:05 smithi028 ceph-mon[112123]: pgmap v16120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:44:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:06 smithi138 ceph-mon[117003]: from='client.435702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:06 smithi161 ceph-mon[116604]: from='client.435702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:06 smithi028 ceph-mon[112123]: from='client.435702 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:07 smithi138 ceph-mon[117003]: pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:44:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:07 smithi161 ceph-mon[116604]: pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:44:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:07 smithi028 ceph-mon[112123]: pgmap v16121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:44:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:09 smithi138 ceph-mon[117003]: pgmap v16122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:44:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:09 smithi161 ceph-mon[116604]: pgmap v16122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:44:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:09 smithi028 ceph-mon[112123]: pgmap v16122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:44:10.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:10.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:10.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:10.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:10.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:10.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:10.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:10.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:11 smithi138 ceph-mon[117003]: pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:11 smithi138 ceph-mon[117003]: from='client.435780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:11 smithi161 ceph-mon[116604]: pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:11 smithi161 ceph-mon[116604]: from='client.435780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:11 smithi028 ceph-mon[112123]: pgmap v16123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:11 smithi028 ceph-mon[112123]: from='client.435780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:13 smithi138 ceph-mon[117003]: pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:44:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:13 smithi161 ceph-mon[116604]: pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:44:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:13 smithi028 ceph-mon[112123]: pgmap v16124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:44:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:15 smithi138 ceph-mon[117003]: pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T13:44:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:15 smithi161 ceph-mon[116604]: pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T13:44:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:15 smithi028 ceph-mon[112123]: pgmap v16125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T13:44:15.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:15.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:15.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:16.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:16.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:16.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:16.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:16.660 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:17 smithi161 ceph-mon[116604]: pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:17 smithi161 ceph-mon[116604]: from='client.435855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:44:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:44:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:44:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:44:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:17 smithi028 ceph-mon[112123]: pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:17 smithi028 ceph-mon[112123]: from='client.435855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:44:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:44:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:44:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:44:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:17 smithi138 ceph-mon[117003]: pgmap v16126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:17 smithi138 ceph-mon[117003]: from='client.435855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:44:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:44:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:44:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:44:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:19 smithi138 ceph-mon[117003]: 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-07T13:44:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:19 smithi161 ceph-mon[116604]: 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-07T13:44:19.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:19 smithi028 ceph-mon[112123]: 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-07T13:44:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:21 smithi138 ceph-mon[117003]: 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-07T13:44:21.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:21.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:21.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:21 smithi161 ceph-mon[116604]: 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-07T13:44:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:21 smithi028 ceph-mon[112123]: 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-07T13:44:22.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:22.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:22.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:22.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:22.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:23 smithi138 ceph-mon[117003]: from='client.435927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:23 smithi138 ceph-mon[117003]: 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-07T13:44:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:23 smithi161 ceph-mon[116604]: from='client.435927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:23 smithi161 ceph-mon[116604]: 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-07T13:44:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:23 smithi028 ceph-mon[112123]: from='client.435927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:23 smithi028 ceph-mon[112123]: 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-07T13:44:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:25 smithi138 ceph-mon[117003]: pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:44:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:25 smithi161 ceph-mon[116604]: pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:44:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:25 smithi028 ceph-mon[112123]: pgmap v16130: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:44:27.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:27.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:27.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:27 smithi161 ceph-mon[116604]: pgmap v16131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:27 smithi028 ceph-mon[112123]: pgmap v16131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:27 smithi138 ceph-mon[117003]: pgmap v16131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:28.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:28.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:28.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:28.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:28.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:29 smithi138 ceph-mon[117003]: from='client.436002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:29 smithi138 ceph-mon[117003]: 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-07T13:44:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:29 smithi161 ceph-mon[116604]: from='client.436002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:29 smithi161 ceph-mon[116604]: 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-07T13:44:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:29 smithi028 ceph-mon[112123]: from='client.436002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:29 smithi028 ceph-mon[112123]: 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-07T13:44:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:31 smithi138 ceph-mon[117003]: 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-07T13:44:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:31 smithi161 ceph-mon[116604]: 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-07T13:44:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:31 smithi028 ceph-mon[112123]: 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-07T13:44:33.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:33.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:33.213 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:33 smithi138 ceph-mon[117003]: 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-07T13:44:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:33 smithi161 ceph-mon[116604]: 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-07T13:44:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:33 smithi028 ceph-mon[112123]: 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-07T13:44:33.977 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:34 smithi138 ceph-mon[117003]: from='client.436080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:34 smithi161 ceph-mon[116604]: from='client.436080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:34 smithi028 ceph-mon[112123]: from='client.436080 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:35 smithi138 ceph-mon[117003]: pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:44:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:35 smithi161 ceph-mon[116604]: pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:44:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:35 smithi028 ceph-mon[112123]: pgmap v16135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:44:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:37 smithi161 ceph-mon[116604]: pgmap v16136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:37 smithi028 ceph-mon[112123]: pgmap v16136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:37 smithi138 ceph-mon[117003]: pgmap v16136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:38.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:38.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:38.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:39 smithi138 ceph-mon[117003]: pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:39 smithi161 ceph-mon[116604]: pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:39 smithi028 ceph-mon[112123]: pgmap v16137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:39.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:39.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:39.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:39.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:39.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:40 smithi138 ceph-mon[117003]: from='client.436155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:40 smithi161 ceph-mon[116604]: from='client.436155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:40 smithi028 ceph-mon[112123]: from='client.436155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:41 smithi138 ceph-mon[117003]: 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-07T13:44:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:41 smithi161 ceph-mon[116604]: 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-07T13:44:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:41 smithi028 ceph-mon[112123]: 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-07T13:44:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:43 smithi138 ceph-mon[117003]: 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-07T13:44:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:43 smithi161 ceph-mon[116604]: 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-07T13:44:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:43 smithi028 ceph-mon[112123]: 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-07T13:44:44.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:44.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:44.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:45.533 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:45.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:45.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:45.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:45.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:45.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:45 smithi138 ceph-mon[117003]: pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:44:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:45 smithi161 ceph-mon[116604]: pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:44:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:45 smithi028 ceph-mon[112123]: pgmap v16140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:44:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:46 smithi138 ceph-mon[117003]: from='client.436230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:46.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:46 smithi161 ceph-mon[116604]: from='client.436230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:46 smithi028 ceph-mon[112123]: from='client.436230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:47 smithi138 ceph-mon[117003]: pgmap v16141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:44:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:47 smithi161 ceph-mon[116604]: pgmap v16141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:44:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:47 smithi028 ceph-mon[112123]: pgmap v16141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:44:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:49 smithi138 ceph-mon[117003]: pgmap v16142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:44:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:49 smithi161 ceph-mon[116604]: pgmap v16142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:44:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:49 smithi028 ceph-mon[112123]: pgmap v16142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:44:50.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:50.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:50.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:51.304 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:51.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:51.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:51.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:51.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:51 smithi138 ceph-mon[117003]: pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:51 smithi161 ceph-mon[116604]: pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:51 smithi028 ceph-mon[112123]: pgmap v16143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:44:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:52 smithi138 ceph-mon[117003]: from='client.436299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:52.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:52 smithi161 ceph-mon[116604]: from='client.436299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:52 smithi028 ceph-mon[112123]: from='client.436299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:53.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:53 smithi138 ceph-mon[117003]: 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-07T13:44:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:53 smithi161 ceph-mon[116604]: 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-07T13:44:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:53 smithi028 ceph-mon[112123]: 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-07T13:44:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:55 smithi138 ceph-mon[117003]: pgmap v16145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:44:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:55 smithi161 ceph-mon[116604]: pgmap v16145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:44:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:55 smithi028 ceph-mon[112123]: pgmap v16145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:44:56.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:44:56.307 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:44:56.307 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:44:57.098 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:44:57.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:44:57.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:44:57.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:44:57.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:44:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:57 smithi161 ceph-mon[116604]: pgmap v16146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:57 smithi028 ceph-mon[112123]: pgmap v16146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:57 smithi138 ceph-mon[117003]: pgmap v16146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:44:58.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:58 smithi161 ceph-mon[116604]: from='client.436374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:58 smithi028 ceph-mon[112123]: from='client.436374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:58 smithi138 ceph-mon[117003]: from='client.436374 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:44:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:44:59 smithi161 ceph-mon[116604]: 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-07T13:44:59.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:44:59 smithi028 ceph-mon[112123]: 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-07T13:44:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:44:59 smithi138 ceph-mon[117003]: 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-07T13:45:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:01 smithi138 ceph-mon[117003]: 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-07T13:45:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:01 smithi161 ceph-mon[116604]: 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-07T13:45:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:01 smithi028 ceph-mon[112123]: 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-07T13:45:02.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:02.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:02.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:02.871 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:02.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:02.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:02.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:02.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:03 smithi138 ceph-mon[117003]: 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-07T13:45:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:03 smithi138 ceph-mon[117003]: from='client.436449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:03 smithi161 ceph-mon[116604]: 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-07T13:45:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:03 smithi161 ceph-mon[116604]: from='client.436449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:03 smithi028 ceph-mon[112123]: 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-07T13:45:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:03 smithi028 ceph-mon[112123]: from='client.436449 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:05 smithi138 ceph-mon[117003]: pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:05 smithi161 ceph-mon[116604]: pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:05 smithi028 ceph-mon[112123]: pgmap v16150: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:07 smithi161 ceph-mon[116604]: pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:07 smithi028 ceph-mon[112123]: pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:07 smithi138 ceph-mon[117003]: pgmap v16151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:07.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:07.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:07.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:08.664 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:08.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:08.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:08.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:08.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:09 smithi138 ceph-mon[117003]: 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-07T13:45:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:09 smithi138 ceph-mon[117003]: from='client.436521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:09 smithi161 ceph-mon[116604]: 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-07T13:45:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:09 smithi161 ceph-mon[116604]: from='client.436521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:09 smithi028 ceph-mon[112123]: 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-07T13:45:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:09 smithi028 ceph-mon[112123]: from='client.436521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:11 smithi138 ceph-mon[117003]: 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-07T13:45:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:11 smithi161 ceph-mon[116604]: 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-07T13:45:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:11 smithi028 ceph-mon[112123]: 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-07T13:45:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:13 smithi138 ceph-mon[117003]: 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-07T13:45:13.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:13.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:13.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:13 smithi161 ceph-mon[116604]: 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-07T13:45:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:13 smithi028 ceph-mon[112123]: 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-07T13:45:14.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:14.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:14.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:14.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:14.456 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:15 smithi138 ceph-mon[117003]: from='client.436599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:15 smithi138 ceph-mon[117003]: pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:15 smithi161 ceph-mon[116604]: from='client.436599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:15 smithi161 ceph-mon[116604]: pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:15 smithi028 ceph-mon[112123]: from='client.436599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:15 smithi028 ceph-mon[112123]: pgmap v16155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:17 smithi161 ceph-mon[116604]: pgmap v16156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:45:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:17 smithi028 ceph-mon[112123]: pgmap v16156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:45:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:17 smithi138 ceph-mon[117003]: pgmap v16156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:45:18.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:45:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:45:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:45:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:19.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:19.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:45:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:45:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 17109M 2023-12-07T13:45:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:45:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21205M 2023-12-07T13:45:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:45:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:45:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:45:19.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:45:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:45:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 17109M 2023-12-07T13:45:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:45:19.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21205M 2023-12-07T13:45:19.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:45:19.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:45:19.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:45:19.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: pgmap v16157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 17109M 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21205M 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:45:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:45:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:45:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:45:20.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:20.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:20.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:20.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:20.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:20 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15278M 2023-12-07T13:45:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:20 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15278M 2023-12-07T13:45:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:20 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15278M 2023-12-07T13:45:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:21 smithi161 ceph-mon[116604]: from='client.436671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:21 smithi161 ceph-mon[116604]: 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-07T13:45:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:21 smithi028 ceph-mon[112123]: from='client.436671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:21 smithi028 ceph-mon[112123]: 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-07T13:45:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:21 smithi138 ceph-mon[117003]: from='client.436671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:21 smithi138 ceph-mon[117003]: 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-07T13:45:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:23 smithi161 ceph-mon[116604]: 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-07T13:45:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:23 smithi028 ceph-mon[112123]: 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-07T13:45:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:23 smithi138 ceph-mon[117003]: 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-07T13:45:25.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:25.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:25.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:25 smithi161 ceph-mon[116604]: pgmap v16160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:45:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:25 smithi028 ceph-mon[112123]: pgmap v16160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:45:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:25 smithi138 ceph-mon[117003]: pgmap v16160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:45:26.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:26.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:26.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:26.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:26.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:26 smithi161 ceph-mon[116604]: from='client.436746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:26 smithi028 ceph-mon[112123]: from='client.436746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:26 smithi138 ceph-mon[117003]: from='client.436746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:27 smithi161 ceph-mon[116604]: pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:45:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:27 smithi028 ceph-mon[112123]: pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:45:27.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:27 smithi138 ceph-mon[117003]: pgmap v16161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:45:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:29 smithi161 ceph-mon[116604]: pgmap v16162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:45:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:29 smithi028 ceph-mon[112123]: pgmap v16162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:45:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:29 smithi138 ceph-mon[117003]: pgmap v16162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:45:31.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:31.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:31.005 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:31 smithi161 ceph-mon[116604]: pgmap v16163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:31 smithi028 ceph-mon[112123]: pgmap v16163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:31.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:31.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:31.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:31.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:31.775 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:31 smithi138 ceph-mon[117003]: pgmap v16163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:32 smithi161 ceph-mon[116604]: from='client.436824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:32 smithi028 ceph-mon[112123]: from='client.436824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:32.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:32 smithi138 ceph-mon[117003]: from='client.436824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:33 smithi161 ceph-mon[116604]: 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-07T13:45:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:33 smithi028 ceph-mon[112123]: 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-07T13:45:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:33 smithi138 ceph-mon[117003]: 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-07T13:45:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:35 smithi161 ceph-mon[116604]: pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:35 smithi028 ceph-mon[112123]: pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:35 smithi138 ceph-mon[117003]: pgmap v16165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:36.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:36.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:36.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:37 smithi161 ceph-mon[116604]: pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:37 smithi028 ceph-mon[112123]: pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:37 smithi138 ceph-mon[117003]: pgmap v16166: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:37.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:37.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:37.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:37.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:37.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:38 smithi161 ceph-mon[116604]: from='client.436896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:38.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:38 smithi028 ceph-mon[112123]: from='client.436896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:38 smithi138 ceph-mon[117003]: from='client.436896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:39 smithi161 ceph-mon[116604]: 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-07T13:45:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:39 smithi028 ceph-mon[112123]: 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-07T13:45:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:39 smithi138 ceph-mon[117003]: 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-07T13:45:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:41 smithi138 ceph-mon[117003]: 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-07T13:45:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:41 smithi161 ceph-mon[116604]: 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-07T13:45:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:41 smithi028 ceph-mon[112123]: 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-07T13:45:42.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:42.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:42.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:43.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:43.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:43.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:43.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:43.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:43 smithi138 ceph-mon[117003]: 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-07T13:45:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:43 smithi161 ceph-mon[116604]: 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-07T13:45:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:43 smithi028 ceph-mon[112123]: 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-07T13:45:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:44 smithi138 ceph-mon[117003]: from='client.436974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:44 smithi161 ceph-mon[116604]: from='client.436974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:44 smithi028 ceph-mon[112123]: from='client.436974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:45 smithi138 ceph-mon[117003]: pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:45 smithi161 ceph-mon[116604]: pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:45 smithi028 ceph-mon[112123]: pgmap v16170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:45:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:47 smithi161 ceph-mon[116604]: pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:47 smithi028 ceph-mon[112123]: pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:47 smithi138 ceph-mon[117003]: pgmap v16171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:45:48.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:48.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:48.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:49.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:49.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:49.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:49.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:49.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:49 smithi138 ceph-mon[117003]: 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-07T13:45:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:49 smithi161 ceph-mon[116604]: 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-07T13:45:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:49 smithi028 ceph-mon[112123]: 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-07T13:45:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:50 smithi138 ceph-mon[117003]: from='client.437049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:50 smithi161 ceph-mon[116604]: from='client.437049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:50 smithi028 ceph-mon[112123]: from='client.437049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:51 smithi138 ceph-mon[117003]: 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-07T13:45:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:51 smithi161 ceph-mon[116604]: 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-07T13:45:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:51 smithi028 ceph-mon[112123]: 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-07T13:45:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:53 smithi138 ceph-mon[117003]: 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-07T13:45:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:53 smithi161 ceph-mon[116604]: 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-07T13:45:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:53 smithi028 ceph-mon[112123]: 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-07T13:45:54.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:54.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:54.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:45:54.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:45:54.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:45:54.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:45:54.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:45:54.897 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:45:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:55 smithi138 ceph-mon[117003]: 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-07T13:45:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:55 smithi138 ceph-mon[117003]: from='client.437124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:55 smithi161 ceph-mon[116604]: 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-07T13:45:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:55 smithi161 ceph-mon[116604]: from='client.437124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:55 smithi028 ceph-mon[112123]: 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-07T13:45:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:55 smithi028 ceph-mon[112123]: from='client.437124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:45:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:57 smithi161 ceph-mon[116604]: pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:45:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:57 smithi028 ceph-mon[112123]: pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:45:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:57 smithi138 ceph-mon[117003]: pgmap v16176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:45:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:45:59 smithi138 ceph-mon[117003]: 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-07T13:45:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:45:59 smithi161 ceph-mon[116604]: 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-07T13:45:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:45:59 smithi028 ceph-mon[112123]: 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-07T13:45:59.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:45:59.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:45:59.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:00.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:00.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:00.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:00.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:00.671 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:01 smithi138 ceph-mon[117003]: 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-07T13:46:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:01 smithi138 ceph-mon[117003]: from='client.437199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:01 smithi161 ceph-mon[116604]: 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-07T13:46:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:01 smithi161 ceph-mon[116604]: from='client.437199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:01 smithi028 ceph-mon[112123]: 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-07T13:46:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:01 smithi028 ceph-mon[112123]: from='client.437199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:03 smithi138 ceph-mon[117003]: 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-07T13:46:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:03 smithi161 ceph-mon[116604]: 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-07T13:46:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:03 smithi028 ceph-mon[112123]: 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-07T13:46:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:05 smithi138 ceph-mon[117003]: pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:46:05.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:05.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:05.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:05 smithi161 ceph-mon[116604]: pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:46:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:05 smithi028 ceph-mon[112123]: pgmap v16180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:46:06.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:06.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:06.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:06.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:06.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:07 smithi161 ceph-mon[116604]: from='client.437277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:07 smithi161 ceph-mon[116604]: 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-07T13:46:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:07 smithi028 ceph-mon[112123]: from='client.437277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:07 smithi028 ceph-mon[112123]: 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-07T13:46:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:07 smithi138 ceph-mon[117003]: from='client.437277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:07 smithi138 ceph-mon[117003]: 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-07T13:46:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:09 smithi138 ceph-mon[117003]: 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-07T13:46:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:09 smithi161 ceph-mon[116604]: 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-07T13:46:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:09 smithi028 ceph-mon[112123]: 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-07T13:46:11.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:11.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:11.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:11 smithi138 ceph-mon[117003]: 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-07T13:46:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:11 smithi161 ceph-mon[116604]: 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-07T13:46:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:11 smithi028 ceph-mon[112123]: 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-07T13:46:12.246 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:12.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:12.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:12.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:12.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:13 smithi138 ceph-mon[117003]: from='client.437346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:13 smithi138 ceph-mon[117003]: 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-07T13:46:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:13 smithi161 ceph-mon[116604]: from='client.437346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:13 smithi161 ceph-mon[116604]: 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-07T13:46:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:13 smithi028 ceph-mon[112123]: from='client.437346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:13 smithi028 ceph-mon[112123]: 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-07T13:46:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:15 smithi138 ceph-mon[117003]: pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:46:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:15 smithi161 ceph-mon[116604]: pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:46:15.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:15 smithi028 ceph-mon[112123]: pgmap v16185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:46:17.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:17.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:17.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:17.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:17 smithi161 ceph-mon[116604]: pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:17 smithi028 ceph-mon[112123]: pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:17.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:17 smithi138 ceph-mon[117003]: pgmap v16186: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:18.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:18.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:18.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:18.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:18.016 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:18 smithi161 ceph-mon[116604]: from='client.437418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:18 smithi028 ceph-mon[112123]: from='client.437418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:18 smithi138 ceph-mon[117003]: from='client.437418 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:19.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:19 smithi161 ceph-mon[116604]: 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-07T13:46:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:46:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:19 smithi028 ceph-mon[112123]: 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-07T13:46:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:46:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:19 smithi138 ceph-mon[117003]: 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-07T13:46:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:46:20.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:46:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:46:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:46:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:46:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:46:20.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:46:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:46:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:46:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:46:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:21 smithi161 ceph-mon[116604]: 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-07T13:46:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:21 smithi028 ceph-mon[112123]: 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-07T13:46:21.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:21 smithi138 ceph-mon[117003]: 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-07T13:46:23.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:23.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:23.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:23 smithi138 ceph-mon[117003]: 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-07T13:46:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:23 smithi161 ceph-mon[116604]: 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-07T13:46:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:23 smithi028 ceph-mon[112123]: 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-07T13:46:23.792 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:23.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:23.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:23.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:23.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:24 smithi138 ceph-mon[117003]: from='client.437490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:24 smithi161 ceph-mon[116604]: from='client.437490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:24 smithi028 ceph-mon[112123]: from='client.437490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:25 smithi138 ceph-mon[117003]: pgmap v16190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:46:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:25 smithi161 ceph-mon[116604]: pgmap v16190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:46:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:25 smithi028 ceph-mon[112123]: pgmap v16190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:46:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:27 smithi161 ceph-mon[116604]: pgmap v16191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:27 smithi028 ceph-mon[112123]: pgmap v16191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:27 smithi138 ceph-mon[117003]: pgmap v16191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:28.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:28.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:28.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:29 smithi138 ceph-mon[117003]: 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-07T13:46:29.565 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:29.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:29.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:29.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:29.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:29 smithi161 ceph-mon[116604]: 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-07T13:46:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:29 smithi028 ceph-mon[112123]: 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-07T13:46:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:30 smithi138 ceph-mon[117003]: from='client.437565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:30 smithi161 ceph-mon[116604]: from='client.437565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:30 smithi028 ceph-mon[112123]: from='client.437565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:31 smithi138 ceph-mon[117003]: pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:31 smithi161 ceph-mon[116604]: pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:31 smithi028 ceph-mon[112123]: pgmap v16193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:33 smithi138 ceph-mon[117003]: pgmap v16194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:46:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:33 smithi161 ceph-mon[116604]: pgmap v16194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:46:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:33 smithi028 ceph-mon[112123]: pgmap v16194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:46:34.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:34.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:34.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:35.342 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:35.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:35.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:35.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:35.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:35 smithi138 ceph-mon[117003]: pgmap v16195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:46:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:35 smithi161 ceph-mon[116604]: pgmap v16195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:46:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:35 smithi028 ceph-mon[112123]: pgmap v16195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:46:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:36 smithi138 ceph-mon[117003]: from='client.437643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:36.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:36 smithi161 ceph-mon[116604]: from='client.437643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:36 smithi028 ceph-mon[112123]: from='client.437643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:37 smithi138 ceph-mon[117003]: pgmap v16196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:46:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:37 smithi161 ceph-mon[116604]: pgmap v16196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:46:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:37 smithi028 ceph-mon[112123]: pgmap v16196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:46:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:39 smithi161 ceph-mon[116604]: 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-07T13:46:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:39 smithi028 ceph-mon[112123]: 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-07T13:46:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:39 smithi138 ceph-mon[117003]: 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-07T13:46:40.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:40.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:40.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:41.120 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:41.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:41.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:41.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:41.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:41 smithi161 ceph-mon[116604]: 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-07T13:46:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:41 smithi028 ceph-mon[112123]: 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-07T13:46:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:41 smithi138 ceph-mon[117003]: 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-07T13:46:42.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:42 smithi161 ceph-mon[116604]: from='client.437721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:42 smithi028 ceph-mon[112123]: from='client.437721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:42 smithi138 ceph-mon[117003]: from='client.437721 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:43 smithi161 ceph-mon[116604]: pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:43 smithi028 ceph-mon[112123]: pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:43 smithi138 ceph-mon[117003]: pgmap v16199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:46:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:45 smithi161 ceph-mon[116604]: pgmap v16200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:46:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:45 smithi028 ceph-mon[112123]: pgmap v16200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:46:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:45 smithi138 ceph-mon[117003]: pgmap v16200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:46:46.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:46.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:46.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:46.906 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:46.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:46.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:46.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:46.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:47 smithi161 ceph-mon[116604]: pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:47 smithi161 ceph-mon[116604]: from='client.437793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:47 smithi028 ceph-mon[112123]: pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:47 smithi028 ceph-mon[112123]: from='client.437793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:47 smithi138 ceph-mon[117003]: pgmap v16201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:47 smithi138 ceph-mon[117003]: from='client.437793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:49 smithi138 ceph-mon[117003]: 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-07T13:46:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:49 smithi161 ceph-mon[116604]: 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-07T13:46:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:49 smithi028 ceph-mon[112123]: 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-07T13:46:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:51 smithi138 ceph-mon[117003]: 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-07T13:46:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:51 smithi161 ceph-mon[116604]: 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-07T13:46:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:51 smithi028 ceph-mon[112123]: 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-07T13:46:51.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:51.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:51.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:52.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:52.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:52.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:52.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:52.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:53 smithi138 ceph-mon[117003]: 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-07T13:46:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:53 smithi138 ceph-mon[117003]: from='client.437868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:53 smithi161 ceph-mon[116604]: 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-07T13:46:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:53 smithi161 ceph-mon[116604]: from='client.437868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:53 smithi028 ceph-mon[112123]: 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-07T13:46:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:53 smithi028 ceph-mon[112123]: from='client.437868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:55 smithi138 ceph-mon[117003]: pgmap v16205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:46:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:55 smithi161 ceph-mon[116604]: pgmap v16205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:46:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:55 smithi028 ceph-mon[112123]: pgmap v16205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:46:57.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:57 smithi161 ceph-mon[116604]: pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:57 smithi028 ceph-mon[112123]: pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:57 smithi138 ceph-mon[117003]: pgmap v16206: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:46:57.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:46:57.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:46:57.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:46:58.473 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:46:58.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:46:58.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:46:58.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:46:58.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:46:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:59 smithi138 ceph-mon[117003]: from='client.437943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:46:59 smithi138 ceph-mon[117003]: 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-07T13:46:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:59 smithi161 ceph-mon[116604]: from='client.437943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:46:59 smithi161 ceph-mon[116604]: 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-07T13:46:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:59 smithi028 ceph-mon[112123]: from='client.437943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:46:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:46:59 smithi028 ceph-mon[112123]: 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-07T13:47:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:01 smithi138 ceph-mon[117003]: 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-07T13:47:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:01 smithi161 ceph-mon[116604]: 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-07T13:47:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:01 smithi028 ceph-mon[112123]: 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-07T13:47:03.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:03.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:03.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:03 smithi138 ceph-mon[117003]: 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-07T13:47:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:03 smithi161 ceph-mon[116604]: 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-07T13:47:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:03 smithi028 ceph-mon[112123]: 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-07T13:47:04.243 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:04.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:04.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:04.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:04.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:05 smithi138 ceph-mon[117003]: from='client.438021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:05 smithi138 ceph-mon[117003]: pgmap v16210: 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-07T13:47:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:05 smithi161 ceph-mon[116604]: from='client.438021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:05 smithi161 ceph-mon[116604]: pgmap v16210: 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-07T13:47:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:05 smithi028 ceph-mon[112123]: from='client.438021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:05 smithi028 ceph-mon[112123]: pgmap v16210: 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-07T13:47:07.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:07 smithi161 ceph-mon[116604]: pgmap v16211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:07 smithi028 ceph-mon[112123]: pgmap v16211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:07 smithi138 ceph-mon[117003]: pgmap v16211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:09.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:09.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:09.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:09 smithi138 ceph-mon[117003]: pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:09 smithi161 ceph-mon[116604]: pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:09 smithi028 ceph-mon[112123]: pgmap v16212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:10.035 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:10.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:10.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:10.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:10.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:10 smithi138 ceph-mon[117003]: from='client.438090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:10 smithi161 ceph-mon[116604]: from='client.438090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:10 smithi028 ceph-mon[112123]: from='client.438090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:11 smithi138 ceph-mon[117003]: pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:11 smithi161 ceph-mon[116604]: pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:11 smithi028 ceph-mon[112123]: pgmap v16213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:13 smithi161 ceph-mon[116604]: pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:13 smithi028 ceph-mon[112123]: pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:13 smithi138 ceph-mon[117003]: pgmap v16214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:15.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:15.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:15.038 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:15 smithi161 ceph-mon[116604]: pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:15 smithi028 ceph-mon[112123]: pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:15 smithi138 ceph-mon[117003]: pgmap v16215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:15.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:15.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:15.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:15.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:15.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:16 smithi161 ceph-mon[116604]: from='client.438165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:16 smithi028 ceph-mon[112123]: from='client.438165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:16 smithi138 ceph-mon[117003]: from='client.438165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:17 smithi161 ceph-mon[116604]: pgmap v16216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:17 smithi028 ceph-mon[112123]: pgmap v16216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:17 smithi138 ceph-mon[117003]: pgmap v16216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:19 smithi161 ceph-mon[116604]: pgmap v16217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:19 smithi028 ceph-mon[112123]: pgmap v16217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:19 smithi138 ceph-mon[117003]: pgmap v16217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:47:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:47:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:47:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:47:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:47:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:47:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:47:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:47:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:47:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:47:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:47:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:47:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:47:20.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:20.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:20.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:21.582 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:21.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:21.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:21.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:21.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:21.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:21 smithi161 ceph-mon[116604]: pgmap v16218: 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-07T13:47:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:21 smithi028 ceph-mon[112123]: pgmap v16218: 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-07T13:47:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:21 smithi138 ceph-mon[117003]: pgmap v16218: 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-07T13:47:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:22 smithi161 ceph-mon[116604]: from='client.438237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:22 smithi028 ceph-mon[112123]: from='client.438237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:22 smithi138 ceph-mon[117003]: from='client.438237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:23 smithi161 ceph-mon[116604]: pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:23 smithi028 ceph-mon[112123]: pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:23.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:23 smithi138 ceph-mon[117003]: pgmap v16219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:25 smithi161 ceph-mon[116604]: pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:25 smithi028 ceph-mon[112123]: pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:25 smithi138 ceph-mon[117003]: pgmap v16220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:26.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:26.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:26.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:27.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:27.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:27.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:27.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:27.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:27.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:27 smithi161 ceph-mon[116604]: pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:27 smithi028 ceph-mon[112123]: pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:27 smithi138 ceph-mon[117003]: pgmap v16221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:28.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:28 smithi161 ceph-mon[116604]: from='client.438315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:28 smithi028 ceph-mon[112123]: from='client.438315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:28 smithi138 ceph-mon[117003]: from='client.438315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:29.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:29 smithi028 ceph-mon[112123]: 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-07T13:47:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:29 smithi138 ceph-mon[117003]: 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-07T13:47:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:29 smithi161 ceph-mon[116604]: 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-07T13:47:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:31 smithi138 ceph-mon[117003]: 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-07T13:47:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:31 smithi161 ceph-mon[116604]: 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-07T13:47:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:31 smithi028 ceph-mon[112123]: 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-07T13:47:32.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:32.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:32.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:33.136 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:33.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:33.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:33.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:33.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:33 smithi161 ceph-mon[116604]: 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-07T13:47:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:33 smithi028 ceph-mon[112123]: 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-07T13:47:33.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:33 smithi138 ceph-mon[117003]: 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-07T13:47:34.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:34 smithi161 ceph-mon[116604]: from='client.438387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:34 smithi028 ceph-mon[112123]: from='client.438387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:34 smithi138 ceph-mon[117003]: from='client.438387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:35 smithi161 ceph-mon[116604]: pgmap v16225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:35 smithi028 ceph-mon[112123]: pgmap v16225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:35 smithi138 ceph-mon[117003]: pgmap v16225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:47:37.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:37 smithi161 ceph-mon[116604]: pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:37 smithi028 ceph-mon[112123]: pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:37 smithi138 ceph-mon[117003]: pgmap v16226: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:38.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:38.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:38.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:38.923 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:38.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:38.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:38.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:38.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:39 smithi161 ceph-mon[116604]: 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-07T13:47:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:39 smithi161 ceph-mon[116604]: from='client.438459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:39 smithi028 ceph-mon[112123]: 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-07T13:47:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:39 smithi028 ceph-mon[112123]: from='client.438459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:39.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:39 smithi138 ceph-mon[117003]: 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-07T13:47:39.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:39 smithi138 ceph-mon[117003]: from='client.438459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:41 smithi161 ceph-mon[116604]: 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-07T13:47:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:41 smithi028 ceph-mon[112123]: 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-07T13:47:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:41 smithi138 ceph-mon[117003]: 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-07T13:47:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:43 smithi161 ceph-mon[116604]: 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-07T13:47:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:43 smithi028 ceph-mon[112123]: 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-07T13:47:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:43 smithi138 ceph-mon[117003]: 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-07T13:47:43.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:43.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:43.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:44.703 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:44.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:44.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:44.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:44.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:45 smithi161 ceph-mon[116604]: 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-07T13:47:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:45 smithi161 ceph-mon[116604]: from='client.438531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:45 smithi028 ceph-mon[112123]: 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-07T13:47:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:45 smithi028 ceph-mon[112123]: from='client.438531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:45 smithi138 ceph-mon[117003]: 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-07T13:47:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:45 smithi138 ceph-mon[117003]: from='client.438531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:47.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:47 smithi161 ceph-mon[116604]: pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:47 smithi028 ceph-mon[112123]: pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:47 smithi138 ceph-mon[117003]: pgmap v16231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:49 smithi161 ceph-mon[116604]: pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:49.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:49.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:49.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:49 smithi028 ceph-mon[112123]: pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:49 smithi138 ceph-mon[117003]: pgmap v16232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:47:50.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:50.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:50.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:50.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:50.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:51.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:51 smithi161 ceph-mon[116604]: from='client.438606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:51.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:51 smithi161 ceph-mon[116604]: 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-07T13:47:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:51 smithi028 ceph-mon[112123]: from='client.438606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:51 smithi028 ceph-mon[112123]: 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-07T13:47:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:51 smithi138 ceph-mon[117003]: from='client.438606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:51 smithi138 ceph-mon[117003]: 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-07T13:47:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:53 smithi161 ceph-mon[116604]: 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-07T13:47:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:53 smithi028 ceph-mon[112123]: 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-07T13:47:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:53 smithi138 ceph-mon[117003]: 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-07T13:47:55.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:47:55.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:47:55.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:47:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:55 smithi161 ceph-mon[116604]: pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:55 smithi028 ceph-mon[112123]: pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:55 smithi138 ceph-mon[117003]: pgmap v16235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:56.264 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:47:56.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:47:56.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:47:56.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:47:56.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:47:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:57 smithi161 ceph-mon[116604]: from='client.438678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:57 smithi161 ceph-mon[116604]: 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-07T13:47:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:57 smithi028 ceph-mon[112123]: from='client.438678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:57 smithi028 ceph-mon[112123]: 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-07T13:47:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:57 smithi138 ceph-mon[117003]: from='client.438678 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:47:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:57 smithi138 ceph-mon[117003]: 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-07T13:47:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:47:59 smithi161 ceph-mon[116604]: pgmap v16237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:47:59 smithi028 ceph-mon[112123]: pgmap v16237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:47:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:47:59 smithi138 ceph-mon[117003]: pgmap v16237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:01.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:01.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:01.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:01 smithi161 ceph-mon[116604]: pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:01 smithi028 ceph-mon[112123]: pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:01 smithi138 ceph-mon[117003]: pgmap v16238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:02.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:02.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:02.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:02.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:02.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:02 smithi161 ceph-mon[116604]: from='client.438750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:02 smithi028 ceph-mon[112123]: from='client.438750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:02.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:02 smithi138 ceph-mon[117003]: from='client.438750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:03 smithi161 ceph-mon[116604]: 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-07T13:48:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:03 smithi028 ceph-mon[112123]: 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-07T13:48:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:03 smithi138 ceph-mon[117003]: 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-07T13:48:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:05 smithi161 ceph-mon[116604]: pgmap v16240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:05 smithi028 ceph-mon[112123]: pgmap v16240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:05 smithi138 ceph-mon[117003]: pgmap v16240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:07.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:07.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:07.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:07.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:07 smithi028 ceph-mon[112123]: pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:07 smithi138 ceph-mon[117003]: pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:07 smithi161 ceph-mon[116604]: pgmap v16241: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:07.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:07.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:07.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:07.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:07.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:08.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:08 smithi028 ceph-mon[112123]: from='client.438822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:08 smithi138 ceph-mon[117003]: from='client.438822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:08 smithi161 ceph-mon[116604]: from='client.438822 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:09.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:09 smithi028 ceph-mon[112123]: 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-07T13:48:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:09 smithi138 ceph-mon[117003]: 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-07T13:48:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:09 smithi161 ceph-mon[116604]: 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-07T13:48:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:11 smithi161 ceph-mon[116604]: 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-07T13:48:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:11 smithi028 ceph-mon[112123]: 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-07T13:48:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:11 smithi138 ceph-mon[117003]: 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-07T13:48:12.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:12.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:12.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:13.589 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:13.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:13.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:13.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:13.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:13 smithi161 ceph-mon[116604]: 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-07T13:48:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:13 smithi028 ceph-mon[112123]: 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-07T13:48:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:13 smithi138 ceph-mon[117003]: 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-07T13:48:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:14 smithi161 ceph-mon[116604]: from='client.438897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:14 smithi028 ceph-mon[112123]: from='client.438897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:14 smithi138 ceph-mon[117003]: from='client.438897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:15 smithi161 ceph-mon[116604]: pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:15 smithi028 ceph-mon[112123]: pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:15 smithi138 ceph-mon[117003]: pgmap v16245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:17 smithi028 ceph-mon[112123]: pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:17 smithi138 ceph-mon[117003]: pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:17 smithi161 ceph-mon[116604]: pgmap v16246: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:18.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:18.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:18.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:19.364 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:19.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:19.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:19.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:19.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:19 smithi161 ceph-mon[116604]: 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-07T13:48:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:19 smithi028 ceph-mon[112123]: 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-07T13:48:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:19 smithi138 ceph-mon[117003]: 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-07T13:48:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:20 smithi161 ceph-mon[116604]: from='client.438975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:20 smithi028 ceph-mon[112123]: from='client.438975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:20 smithi138 ceph-mon[117003]: from='client.438975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:21 smithi161 ceph-mon[116604]: pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:48:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:48:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:48:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:48:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:48:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:21 smithi028 ceph-mon[112123]: pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:48:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:48:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:48:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:48:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:48:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:21 smithi138 ceph-mon[117003]: pgmap v16248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:48:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:48:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:48:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:48:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:48:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:23 smithi161 ceph-mon[116604]: pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:48:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:23 smithi028 ceph-mon[112123]: pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:48:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:23 smithi138 ceph-mon[117003]: pgmap v16249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:48:24.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:24.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:24.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:25.129 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:25.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:25.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:25.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:25.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:25 smithi161 ceph-mon[116604]: 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-07T13:48:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:25 smithi028 ceph-mon[112123]: 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-07T13:48:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:25 smithi138 ceph-mon[117003]: 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-07T13:48:26.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:26 smithi161 ceph-mon[116604]: from='client.439053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:26 smithi028 ceph-mon[112123]: from='client.439053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:26 smithi138 ceph-mon[117003]: from='client.439053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:27 smithi161 ceph-mon[116604]: pgmap v16251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:27 smithi028 ceph-mon[112123]: pgmap v16251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:27 smithi138 ceph-mon[117003]: pgmap v16251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:29 smithi161 ceph-mon[116604]: pgmap v16252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:29 smithi028 ceph-mon[112123]: pgmap v16252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:29 smithi138 ceph-mon[117003]: pgmap v16252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:48:30.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:30.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:30.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:30.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:30.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:30.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:30.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:30.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:31 smithi161 ceph-mon[116604]: 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-07T13:48:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:31 smithi161 ceph-mon[116604]: from='client.439128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:31 smithi028 ceph-mon[112123]: 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-07T13:48:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:31 smithi028 ceph-mon[112123]: from='client.439128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:31 smithi138 ceph-mon[117003]: 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-07T13:48:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:31 smithi138 ceph-mon[117003]: from='client.439128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:33 smithi161 ceph-mon[116604]: pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:48:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:33 smithi028 ceph-mon[112123]: pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:48:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:33 smithi138 ceph-mon[117003]: pgmap v16254: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:48:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:35 smithi161 ceph-mon[116604]: pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:48:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:35 smithi028 ceph-mon[112123]: pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:48:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:35 smithi138 ceph-mon[117003]: pgmap v16255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:48:35.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:35.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:35.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:36.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:36.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:36.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:36.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:36.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:37 smithi028 ceph-mon[112123]: 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-07T13:48:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:37 smithi028 ceph-mon[112123]: from='client.439200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:37 smithi138 ceph-mon[117003]: 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-07T13:48:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:37 smithi138 ceph-mon[117003]: from='client.439200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:37 smithi161 ceph-mon[116604]: 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-07T13:48:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:37 smithi161 ceph-mon[116604]: from='client.439200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:39 smithi161 ceph-mon[116604]: pgmap v16257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:39 smithi028 ceph-mon[112123]: pgmap v16257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:39 smithi138 ceph-mon[117003]: pgmap v16257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:41 smithi161 ceph-mon[116604]: pgmap v16258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:41.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:41.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:41.707 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:41 smithi028 ceph-mon[112123]: pgmap v16258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:41 smithi138 ceph-mon[117003]: pgmap v16258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:42.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:42.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:42.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:42.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:42.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:43 smithi161 ceph-mon[116604]: from='client.439275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:43 smithi161 ceph-mon[116604]: 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-07T13:48:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:43 smithi028 ceph-mon[112123]: from='client.439275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:43 smithi028 ceph-mon[112123]: 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-07T13:48:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:43 smithi138 ceph-mon[117003]: from='client.439275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:43 smithi138 ceph-mon[117003]: 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-07T13:48:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:45 smithi161 ceph-mon[116604]: pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:45 smithi028 ceph-mon[112123]: pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:45 smithi138 ceph-mon[117003]: pgmap v16260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:47.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:47 smithi028 ceph-mon[112123]: pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:47.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:47.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:47.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:47 smithi138 ceph-mon[117003]: pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:47 smithi161 ceph-mon[116604]: pgmap v16261: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:48.268 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:48.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:48.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:48.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:48.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:49 smithi161 ceph-mon[116604]: from='client.439353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:49 smithi161 ceph-mon[116604]: 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-07T13:48:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:49 smithi028 ceph-mon[112123]: from='client.439353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:49 smithi028 ceph-mon[112123]: 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-07T13:48:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:49 smithi138 ceph-mon[117003]: from='client.439353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:49 smithi138 ceph-mon[117003]: 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-07T13:48:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:51 smithi161 ceph-mon[116604]: 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-07T13:48:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:51 smithi028 ceph-mon[112123]: 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-07T13:48:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:51 smithi138 ceph-mon[117003]: 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-07T13:48:53.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:53.270 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:53.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:53 smithi161 ceph-mon[116604]: 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-07T13:48:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:53 smithi028 ceph-mon[112123]: 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-07T13:48:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:53 smithi138 ceph-mon[117003]: 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-07T13:48:54.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:54.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:54.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:54.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:54.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:48:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:54 smithi161 ceph-mon[116604]: from='client.439428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:54 smithi028 ceph-mon[112123]: from='client.439428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:54 smithi138 ceph-mon[117003]: from='client.439428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:48:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:55 smithi161 ceph-mon[116604]: pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:55 smithi028 ceph-mon[112123]: pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:55 smithi138 ceph-mon[117003]: pgmap v16265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:48:57.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:57 smithi028 ceph-mon[112123]: pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:57 smithi138 ceph-mon[117003]: pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:57 smithi161 ceph-mon[116604]: pgmap v16266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:48:59.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:48:59.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:48:59.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:48:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:48:59 smithi161 ceph-mon[116604]: 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-07T13:48:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:48:59 smithi028 ceph-mon[112123]: 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-07T13:48:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:48:59 smithi138 ceph-mon[117003]: 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-07T13:48:59.817 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:48:59.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:48:59.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:48:59.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:48:59.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:00 smithi161 ceph-mon[116604]: from='client.439506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:00 smithi028 ceph-mon[112123]: from='client.439506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:00 smithi138 ceph-mon[117003]: from='client.439506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:01 smithi161 ceph-mon[116604]: pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:01 smithi028 ceph-mon[112123]: pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:01 smithi138 ceph-mon[117003]: pgmap v16268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:03 smithi161 ceph-mon[116604]: pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:03 smithi028 ceph-mon[112123]: pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:03 smithi138 ceph-mon[117003]: pgmap v16269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:04.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:04.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:04.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:05.590 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:05.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:05.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:05.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:05.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:05.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:05 smithi161 ceph-mon[116604]: 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-07T13:49:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:05 smithi028 ceph-mon[112123]: 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-07T13:49:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:05 smithi138 ceph-mon[117003]: 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-07T13:49:06.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:06 smithi161 ceph-mon[116604]: from='client.439584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:06 smithi028 ceph-mon[112123]: from='client.439584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:06 smithi138 ceph-mon[117003]: from='client.439584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:07 smithi161 ceph-mon[116604]: pgmap v16271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:07 smithi028 ceph-mon[112123]: pgmap v16271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:07 smithi138 ceph-mon[117003]: pgmap v16271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:09 smithi161 ceph-mon[116604]: pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:09 smithi028 ceph-mon[112123]: pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:09 smithi138 ceph-mon[117003]: pgmap v16272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:10.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:10.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:10.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:11.380 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:11.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:11.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:11.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:11.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:11 smithi161 ceph-mon[116604]: 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-07T13:49:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:11 smithi028 ceph-mon[112123]: 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-07T13:49:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:11 smithi138 ceph-mon[117003]: 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-07T13:49:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:12 smithi161 ceph-mon[116604]: from='client.439659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:12 smithi028 ceph-mon[112123]: from='client.439659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:12 smithi138 ceph-mon[117003]: from='client.439659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:13 smithi161 ceph-mon[116604]: pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:13 smithi028 ceph-mon[112123]: pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:13 smithi138 ceph-mon[117003]: pgmap v16274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:15 smithi161 ceph-mon[116604]: pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:15 smithi028 ceph-mon[112123]: pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:15 smithi138 ceph-mon[117003]: pgmap v16275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:16.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:16.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:16.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:17.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:17.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:17.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:17.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:17.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:17.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:17 smithi028 ceph-mon[112123]: 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-07T13:49:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:17 smithi138 ceph-mon[117003]: 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-07T13:49:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:17 smithi161 ceph-mon[116604]: 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-07T13:49:18.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:18 smithi028 ceph-mon[112123]: from='client.439731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:18 smithi138 ceph-mon[117003]: from='client.439731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:18 smithi161 ceph-mon[116604]: from='client.439731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:19.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:19 smithi028 ceph-mon[112123]: pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:19 smithi138 ceph-mon[117003]: pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:19 smithi161 ceph-mon[116604]: pgmap v16277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:21 smithi161 ceph-mon[116604]: pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:49:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:21 smithi028 ceph-mon[112123]: pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:49:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:21 smithi138 ceph-mon[117003]: pgmap v16278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:49:22.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:22.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:22.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:22.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:49:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:49:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:49:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:49:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:49:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:49:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:49:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:49:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:49:22.948 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:22.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:22.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:22.948 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:22.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:23 smithi161 ceph-mon[116604]: 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-07T13:49:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:23 smithi161 ceph-mon[116604]: from='client.439809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:23 smithi028 ceph-mon[112123]: 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-07T13:49:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:23 smithi028 ceph-mon[112123]: from='client.439809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:23 smithi138 ceph-mon[117003]: 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-07T13:49:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:23 smithi138 ceph-mon[117003]: from='client.439809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:25 smithi161 ceph-mon[116604]: pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:25 smithi028 ceph-mon[112123]: pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:25 smithi138 ceph-mon[117003]: pgmap v16280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:27.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:27 smithi028 ceph-mon[112123]: pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:27 smithi138 ceph-mon[117003]: pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:27 smithi161 ceph-mon[116604]: pgmap v16281: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:27.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:27.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:27.950 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:28.725 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:28.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:28.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:28.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:28.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:29 smithi161 ceph-mon[116604]: 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-07T13:49:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:29 smithi161 ceph-mon[116604]: from='client.439887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:29 smithi028 ceph-mon[112123]: 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-07T13:49:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:29 smithi028 ceph-mon[112123]: from='client.439887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:29 smithi138 ceph-mon[117003]: 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-07T13:49:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:29 smithi138 ceph-mon[117003]: from='client.439887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:31 smithi161 ceph-mon[116604]: 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-07T13:49:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:31 smithi028 ceph-mon[112123]: 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-07T13:49:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:31 smithi138 ceph-mon[117003]: 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-07T13:49:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:33 smithi161 ceph-mon[116604]: 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-07T13:49:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:33 smithi028 ceph-mon[112123]: 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-07T13:49:33.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:33.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:33.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:33 smithi138 ceph-mon[117003]: 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-07T13:49:34.494 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:34.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:35 smithi161 ceph-mon[116604]: from='client.439962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:35 smithi161 ceph-mon[116604]: pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:49:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:35 smithi028 ceph-mon[112123]: from='client.439962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:35 smithi028 ceph-mon[112123]: pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:49:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:35 smithi138 ceph-mon[117003]: from='client.439962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:35 smithi138 ceph-mon[117003]: pgmap v16285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:49:37.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:37 smithi028 ceph-mon[112123]: pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:49:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:37 smithi138 ceph-mon[117003]: pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:49:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:37 smithi161 ceph-mon[116604]: pgmap v16286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:49:39.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:39.496 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:39.496 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:39 smithi161 ceph-mon[116604]: pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:49:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:39 smithi028 ceph-mon[112123]: pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:49:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:39 smithi138 ceph-mon[117003]: pgmap v16287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:49:40.267 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:40.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:40.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:40.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:40.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:41 smithi161 ceph-mon[116604]: from='client.440040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:41 smithi161 ceph-mon[116604]: pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:41 smithi028 ceph-mon[112123]: from='client.440040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:41 smithi028 ceph-mon[112123]: pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:41 smithi138 ceph-mon[117003]: from='client.440040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:41 smithi138 ceph-mon[117003]: pgmap v16288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:43 smithi161 ceph-mon[116604]: pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:43 smithi028 ceph-mon[112123]: pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:43 smithi138 ceph-mon[117003]: pgmap v16289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:49:45.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:45.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:45.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:45 smithi161 ceph-mon[116604]: 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-07T13:49:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:45 smithi028 ceph-mon[112123]: 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-07T13:49:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:45 smithi138 ceph-mon[117003]: 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-07T13:49:46.042 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:46.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:46.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:46.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:46.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:46 smithi161 ceph-mon[116604]: from='client.440118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:46 smithi028 ceph-mon[112123]: from='client.440118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:46 smithi138 ceph-mon[117003]: from='client.440118 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:47 smithi161 ceph-mon[116604]: pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:49:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:47 smithi028 ceph-mon[112123]: pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:49:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:47 smithi138 ceph-mon[117003]: pgmap v16291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:49:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:49 smithi161 ceph-mon[116604]: pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:49:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:49 smithi028 ceph-mon[112123]: pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:49:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:49 smithi138 ceph-mon[117003]: pgmap v16292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:49:51.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:51.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:51.044 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:51 smithi161 ceph-mon[116604]: pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:49:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:51 smithi028 ceph-mon[112123]: pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:49:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:51 smithi138 ceph-mon[117003]: pgmap v16293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:49:51.821 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:51.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:51.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:51.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:51.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:52 smithi161 ceph-mon[116604]: from='client.440196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:52 smithi028 ceph-mon[112123]: from='client.440196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:52 smithi138 ceph-mon[117003]: from='client.440196 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:53 smithi161 ceph-mon[116604]: pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:53 smithi028 ceph-mon[112123]: pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:53 smithi138 ceph-mon[117003]: pgmap v16294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:55 smithi161 ceph-mon[116604]: pgmap v16295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:55 smithi028 ceph-mon[112123]: pgmap v16295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:55 smithi138 ceph-mon[117003]: pgmap v16295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:49:56.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:49:56.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:49:56.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:49:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:57 smithi138 ceph-mon[117003]: 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-07T13:49:57.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:49:57.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:49:57.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:49:57.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:49:57.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:49:57.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:57 smithi161 ceph-mon[116604]: 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-07T13:49:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:57 smithi028 ceph-mon[112123]: 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-07T13:49:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:58 smithi138 ceph-mon[117003]: from='client.440268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:58 smithi161 ceph-mon[116604]: from='client.440268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:58 smithi028 ceph-mon[112123]: from='client.440268 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:49:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:49:59 smithi138 ceph-mon[117003]: pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:49:59 smithi161 ceph-mon[116604]: pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:49:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:49:59 smithi028 ceph-mon[112123]: pgmap v16297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T13:50:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T13:50:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T13:50:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:01 smithi138 ceph-mon[117003]: pgmap v16298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:01 smithi161 ceph-mon[116604]: pgmap v16298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:01 smithi028 ceph-mon[112123]: pgmap v16298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:02.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:02.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:02.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:03.365 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:03.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:03.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:03.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:03.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:03 smithi161 ceph-mon[116604]: 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-07T13:50:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:03 smithi028 ceph-mon[112123]: 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-07T13:50:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:03 smithi138 ceph-mon[117003]: 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-07T13:50:04.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:04 smithi161 ceph-mon[116604]: from='client.440346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:04 smithi028 ceph-mon[112123]: from='client.440346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:04 smithi138 ceph-mon[117003]: from='client.440346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:05 smithi161 ceph-mon[116604]: pgmap v16300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:05 smithi028 ceph-mon[112123]: pgmap v16300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:05 smithi138 ceph-mon[117003]: pgmap v16300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:07 smithi138 ceph-mon[117003]: pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:07 smithi161 ceph-mon[116604]: pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:07 smithi028 ceph-mon[112123]: pgmap v16301: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:08.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:08.368 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:08.368 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:09.133 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:09.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:09.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:09.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:09.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:09 smithi161 ceph-mon[116604]: 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-07T13:50:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:09 smithi028 ceph-mon[112123]: 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-07T13:50:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:09 smithi138 ceph-mon[117003]: 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-07T13:50:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:10 smithi161 ceph-mon[116604]: from='client.440424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:10 smithi028 ceph-mon[112123]: from='client.440424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:10 smithi138 ceph-mon[117003]: from='client.440424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:11 smithi161 ceph-mon[116604]: pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:50:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:11 smithi028 ceph-mon[112123]: pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:50:11.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:11 smithi138 ceph-mon[117003]: pgmap v16303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:50:13.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:13 smithi161 ceph-mon[116604]: pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:50:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:13 smithi028 ceph-mon[112123]: pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:50:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:13 smithi138 ceph-mon[117003]: pgmap v16304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:50:14.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:14.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:14.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:14.898 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:14.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:14.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:14.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:14.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:15 smithi161 ceph-mon[116604]: 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-07T13:50:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:15 smithi161 ceph-mon[116604]: from='client.440499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:15 smithi028 ceph-mon[112123]: 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-07T13:50:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:15 smithi028 ceph-mon[112123]: from='client.440499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:15 smithi138 ceph-mon[117003]: 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-07T13:50:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:15 smithi138 ceph-mon[117003]: from='client.440499 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:17 smithi138 ceph-mon[117003]: pgmap v16306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:17.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:17 smithi161 ceph-mon[116604]: pgmap v16306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:17 smithi028 ceph-mon[112123]: pgmap v16306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:19 smithi161 ceph-mon[116604]: pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:19 smithi028 ceph-mon[112123]: pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:19 smithi138 ceph-mon[117003]: pgmap v16307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:19.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:19.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:19.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:20.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:20.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:20.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:20.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:20.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:21 smithi161 ceph-mon[116604]: pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:21 smithi161 ceph-mon[116604]: from='client.440568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:21 smithi028 ceph-mon[112123]: pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:21 smithi028 ceph-mon[112123]: from='client.440568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:21 smithi138 ceph-mon[117003]: pgmap v16308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:21 smithi138 ceph-mon[117003]: from='client.440568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:50:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:50:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:50:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:23 smithi161 ceph-mon[116604]: pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:50:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:50:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:50:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:50:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:23 smithi028 ceph-mon[112123]: pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:50:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:50:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:50:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:50:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:23 smithi138 ceph-mon[117003]: pgmap v16309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:50:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:50:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:50:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:50:25.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:25.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:25.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:25.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:25 smithi161 ceph-mon[116604]: pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:50:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:25 smithi028 ceph-mon[112123]: pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:50:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:25 smithi138 ceph-mon[117003]: pgmap v16310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:50:26.466 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:26.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:26.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:26.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:26.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:27 smithi138 ceph-mon[117003]: from='client.440643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:27 smithi138 ceph-mon[117003]: pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:27.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:27 smithi161 ceph-mon[116604]: from='client.440643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:27 smithi161 ceph-mon[116604]: pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:27 smithi028 ceph-mon[112123]: from='client.440643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:27 smithi028 ceph-mon[112123]: pgmap v16311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:29 smithi161 ceph-mon[116604]: pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:29 smithi028 ceph-mon[112123]: pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:29 smithi138 ceph-mon[117003]: pgmap v16312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:31.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:31.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:31.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:31 smithi161 ceph-mon[116604]: pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:31 smithi028 ceph-mon[112123]: pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:31 smithi138 ceph-mon[117003]: pgmap v16313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:32.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:32.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:32.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:32.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:32.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:33 smithi161 ceph-mon[116604]: from='client.440718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:33 smithi161 ceph-mon[116604]: pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:33 smithi028 ceph-mon[112123]: from='client.440718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:33 smithi028 ceph-mon[112123]: pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:33 smithi138 ceph-mon[117003]: from='client.440718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:33 smithi138 ceph-mon[117003]: pgmap v16314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:35 smithi161 ceph-mon[116604]: pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:35 smithi028 ceph-mon[112123]: pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:35 smithi138 ceph-mon[117003]: pgmap v16315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:37.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:37.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:37.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:37 smithi138 ceph-mon[117003]: 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-07T13:50:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:37 smithi161 ceph-mon[116604]: 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-07T13:50:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:37 smithi028 ceph-mon[112123]: 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-07T13:50:38.029 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:38.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:38.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:38.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:38.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:38 smithi138 ceph-mon[117003]: from='client.440793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:38 smithi161 ceph-mon[116604]: from='client.440793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:38 smithi028 ceph-mon[112123]: from='client.440793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:39 smithi138 ceph-mon[117003]: pgmap v16317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:39 smithi161 ceph-mon[116604]: pgmap v16317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:39 smithi028 ceph-mon[112123]: pgmap v16317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:41 smithi161 ceph-mon[116604]: pgmap v16318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:41 smithi028 ceph-mon[112123]: pgmap v16318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:41 smithi138 ceph-mon[117003]: pgmap v16318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:43.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:43.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:43.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:43 smithi161 ceph-mon[116604]: 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-07T13:50:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:43 smithi028 ceph-mon[112123]: 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-07T13:50:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:43 smithi138 ceph-mon[117003]: 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-07T13:50:43.814 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:43.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:43.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:43.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:43.815 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:44.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:44 smithi161 ceph-mon[116604]: from='client.440868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:44 smithi028 ceph-mon[112123]: from='client.440868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:44 smithi138 ceph-mon[117003]: from='client.440868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:45 smithi161 ceph-mon[116604]: pgmap v16320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:45 smithi028 ceph-mon[112123]: pgmap v16320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:45 smithi138 ceph-mon[117003]: pgmap v16320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:50:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:47 smithi138 ceph-mon[117003]: pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:47 smithi161 ceph-mon[116604]: pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:47 smithi028 ceph-mon[112123]: pgmap v16321: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:48.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:48.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:48.817 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:49.584 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:49.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:49.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:49.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:49.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:49 smithi161 ceph-mon[116604]: 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-07T13:50:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:49 smithi028 ceph-mon[112123]: 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-07T13:50:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:49 smithi138 ceph-mon[117003]: 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-07T13:50:50.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:50 smithi161 ceph-mon[116604]: from='client.440946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:50 smithi028 ceph-mon[112123]: from='client.440946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:50 smithi138 ceph-mon[117003]: from='client.440946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:51 smithi161 ceph-mon[116604]: pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:51 smithi028 ceph-mon[112123]: pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:51 smithi138 ceph-mon[117003]: pgmap v16323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:50:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:53 smithi161 ceph-mon[116604]: pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:53 smithi028 ceph-mon[112123]: pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:53 smithi138 ceph-mon[117003]: pgmap v16324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:54.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:50:54.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:50:54.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:50:55.395 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:50:55.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:50:55.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:50:55.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:50:55.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:50:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:55 smithi161 ceph-mon[116604]: 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-07T13:50:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:55 smithi028 ceph-mon[112123]: 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-07T13:50:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:55 smithi138 ceph-mon[117003]: 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-07T13:50:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:56 smithi161 ceph-mon[116604]: from='client.441024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:56 smithi028 ceph-mon[112123]: from='client.441024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:56 smithi138 ceph-mon[117003]: from='client.441024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:50:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:57 smithi161 ceph-mon[116604]: pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:57 smithi028 ceph-mon[112123]: pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:57 smithi138 ceph-mon[117003]: pgmap v16326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:50:59 smithi161 ceph-mon[116604]: pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:50:59 smithi028 ceph-mon[112123]: pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:50:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:50:59 smithi138 ceph-mon[117003]: pgmap v16327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:00.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:00.397 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:00.397 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:01.169 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:01.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:01.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:01.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:01.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:01.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:01 smithi161 ceph-mon[116604]: pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:01 smithi028 ceph-mon[112123]: pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:01 smithi138 ceph-mon[117003]: pgmap v16328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:02 smithi161 ceph-mon[116604]: from='client.441099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:02 smithi028 ceph-mon[112123]: from='client.441099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:02 smithi138 ceph-mon[117003]: from='client.441099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:03.365 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:03 smithi028 ceph-mon[112123]: 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-07T13:51:03.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:03 smithi161 ceph-mon[116604]: 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-07T13:51:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:03 smithi138 ceph-mon[117003]: 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-07T13:51:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:05 smithi161 ceph-mon[116604]: pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:05 smithi028 ceph-mon[112123]: pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:05 smithi138 ceph-mon[117003]: pgmap v16330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:06.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:06.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:06.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:06.934 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:06.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:06.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:06.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:06.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:07 smithi138 ceph-mon[117003]: pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:07 smithi138 ceph-mon[117003]: from='client.441174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:07 smithi161 ceph-mon[116604]: pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:07 smithi161 ceph-mon[116604]: from='client.441174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:07 smithi028 ceph-mon[112123]: pgmap v16331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:07 smithi028 ceph-mon[112123]: from='client.441174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:09 smithi161 ceph-mon[116604]: pgmap v16332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:09 smithi028 ceph-mon[112123]: pgmap v16332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:09 smithi138 ceph-mon[117003]: pgmap v16332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:11 smithi161 ceph-mon[116604]: pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:11 smithi028 ceph-mon[112123]: pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:11 smithi138 ceph-mon[117003]: pgmap v16333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:11.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:11.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:11.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:12.717 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:12.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:12.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:12.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:12.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:13 smithi161 ceph-mon[116604]: pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:13 smithi161 ceph-mon[116604]: from='client.441249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:13 smithi028 ceph-mon[112123]: pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:13 smithi028 ceph-mon[112123]: from='client.441249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:13 smithi138 ceph-mon[117003]: pgmap v16334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:13 smithi138 ceph-mon[117003]: from='client.441249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:15.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:15 smithi161 ceph-mon[116604]: pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:15 smithi028 ceph-mon[112123]: pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:15 smithi138 ceph-mon[117003]: pgmap v16335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:17 smithi138 ceph-mon[117003]: 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-07T13:51:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:17 smithi161 ceph-mon[116604]: 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-07T13:51:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:17 smithi028 ceph-mon[112123]: 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-07T13:51:17.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:17.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:17.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:18.512 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:18.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:18.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:18.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:18.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:19 smithi161 ceph-mon[116604]: from='client.441321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:19 smithi161 ceph-mon[116604]: pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:19 smithi028 ceph-mon[112123]: from='client.441321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:19 smithi028 ceph-mon[112123]: pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:19 smithi138 ceph-mon[117003]: from='client.441321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:19 smithi138 ceph-mon[117003]: pgmap v16337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:21 smithi161 ceph-mon[116604]: pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:21 smithi028 ceph-mon[112123]: pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:21 smithi138 ceph-mon[117003]: pgmap v16338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:23.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:23.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:23.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:23 smithi161 ceph-mon[116604]: 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-07T13:51:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:51:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:51:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:51:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:51:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:23 smithi028 ceph-mon[112123]: 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-07T13:51:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:51:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:51:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:51:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:51:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:23 smithi138 ceph-mon[117003]: 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-07T13:51:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:51:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:51:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:51:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:51:24.285 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:24.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:24.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:24.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:24.286 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:25 smithi161 ceph-mon[116604]: from='client.441399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:25 smithi161 ceph-mon[116604]: pgmap v16340: 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-07T13:51:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:25 smithi028 ceph-mon[112123]: from='client.441399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:25 smithi028 ceph-mon[112123]: pgmap v16340: 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-07T13:51:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:25 smithi138 ceph-mon[117003]: from='client.441399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:25 smithi138 ceph-mon[117003]: pgmap v16340: 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-07T13:51:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:27 smithi138 ceph-mon[117003]: pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:27 smithi161 ceph-mon[116604]: pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:27 smithi028 ceph-mon[112123]: pgmap v16341: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:29.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:29.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:29.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:29 smithi161 ceph-mon[116604]: pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:29 smithi028 ceph-mon[112123]: pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:29 smithi138 ceph-mon[117003]: pgmap v16342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:30.052 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:30.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:30.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:30.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:30.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:30 smithi161 ceph-mon[116604]: from='client.441474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:30 smithi028 ceph-mon[112123]: from='client.441474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:30 smithi138 ceph-mon[117003]: from='client.441474 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:31 smithi161 ceph-mon[116604]: pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:31 smithi028 ceph-mon[112123]: pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:31 smithi138 ceph-mon[117003]: pgmap v16343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:33 smithi161 ceph-mon[116604]: pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:33 smithi028 ceph-mon[112123]: pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:33 smithi138 ceph-mon[117003]: pgmap v16344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:51:35.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:35.054 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:35.054 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:35 smithi161 ceph-mon[116604]: 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-07T13:51:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:35 smithi028 ceph-mon[112123]: 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-07T13:51:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:35 smithi138 ceph-mon[117003]: 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-07T13:51:35.830 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:35.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:35.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:35.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:35.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:36 smithi161 ceph-mon[116604]: from='client.441552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:36 smithi028 ceph-mon[112123]: from='client.441552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:36 smithi138 ceph-mon[117003]: from='client.441552 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:37 smithi161 ceph-mon[116604]: pgmap v16346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:37 smithi028 ceph-mon[112123]: pgmap v16346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:37 smithi138 ceph-mon[117003]: pgmap v16346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:39 smithi161 ceph-mon[116604]: pgmap v16347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:39 smithi028 ceph-mon[112123]: pgmap v16347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:39 smithi138 ceph-mon[117003]: pgmap v16347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:51:40.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:40.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:40.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:41.609 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:41.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:41.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:41.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:41.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:41 smithi161 ceph-mon[116604]: pgmap v16348: 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-07T13:51:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:41 smithi028 ceph-mon[112123]: pgmap v16348: 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-07T13:51:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:41 smithi138 ceph-mon[117003]: pgmap v16348: 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-07T13:51:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:42 smithi161 ceph-mon[116604]: from='client.441630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:42 smithi028 ceph-mon[112123]: from='client.441630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:42 smithi138 ceph-mon[117003]: from='client.441630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:43 smithi161 ceph-mon[116604]: 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-07T13:51:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:43 smithi028 ceph-mon[112123]: 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-07T13:51:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:43 smithi138 ceph-mon[117003]: 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-07T13:51:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:45 smithi161 ceph-mon[116604]: pgmap v16350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:45 smithi028 ceph-mon[112123]: pgmap v16350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:45 smithi138 ceph-mon[117003]: pgmap v16350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:46.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:46.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:46.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:47.386 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:47.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:47.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:47.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:47.387 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:47 smithi138 ceph-mon[117003]: pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:47.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:47 smithi161 ceph-mon[116604]: pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:47 smithi028 ceph-mon[112123]: pgmap v16351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:48 smithi138 ceph-mon[117003]: from='client.441708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:48 smithi161 ceph-mon[116604]: from='client.441708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:48 smithi028 ceph-mon[112123]: from='client.441708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:49 smithi138 ceph-mon[117003]: pgmap v16352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:49 smithi161 ceph-mon[116604]: pgmap v16352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:49 smithi028 ceph-mon[112123]: pgmap v16352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:51 smithi161 ceph-mon[116604]: pgmap v16353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:51 smithi028 ceph-mon[112123]: pgmap v16353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:51 smithi138 ceph-mon[117003]: pgmap v16353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:52.388 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:52.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:52.388 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:53.153 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:53.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:53.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:53.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:53.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:53 smithi161 ceph-mon[116604]: pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:53 smithi028 ceph-mon[112123]: pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:53 smithi138 ceph-mon[117003]: pgmap v16354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:54 smithi161 ceph-mon[116604]: from='client.441780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:54 smithi028 ceph-mon[112123]: from='client.441780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:54 smithi138 ceph-mon[117003]: from='client.441780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:55 smithi161 ceph-mon[116604]: pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:55 smithi028 ceph-mon[112123]: pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:55 smithi138 ceph-mon[117003]: pgmap v16355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:51:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:57 smithi138 ceph-mon[117003]: 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-07T13:51:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:57 smithi161 ceph-mon[116604]: 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-07T13:51:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:57 smithi028 ceph-mon[112123]: 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-07T13:51:58.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:51:58.155 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:51:58.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:51:58.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:51:58.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:51:58.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:51:58.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:51:58.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:51:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:59 smithi161 ceph-mon[116604]: pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:51:59 smithi161 ceph-mon[116604]: from='client.441855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:59 smithi028 ceph-mon[112123]: pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:51:59 smithi028 ceph-mon[112123]: from='client.441855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:51:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:59 smithi138 ceph-mon[117003]: pgmap v16357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:51:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:51:59 smithi138 ceph-mon[117003]: from='client.441855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:01 smithi161 ceph-mon[116604]: pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:01 smithi028 ceph-mon[112123]: pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:01 smithi138 ceph-mon[117003]: pgmap v16358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:03 smithi161 ceph-mon[116604]: 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-07T13:52:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:03 smithi028 ceph-mon[112123]: 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-07T13:52:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:03 smithi138 ceph-mon[117003]: 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-07T13:52:03.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:03.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:03.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:04.701 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:04.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:04.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:04.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:04.702 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:05 smithi161 ceph-mon[116604]: 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-07T13:52:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:05 smithi161 ceph-mon[116604]: from='client.441927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:05 smithi028 ceph-mon[112123]: 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-07T13:52:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:05 smithi028 ceph-mon[112123]: from='client.441927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:05 smithi138 ceph-mon[117003]: 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-07T13:52:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:05 smithi138 ceph-mon[117003]: from='client.441927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:07 smithi138 ceph-mon[117003]: pgmap v16361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:07 smithi161 ceph-mon[116604]: pgmap v16361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:07 smithi028 ceph-mon[112123]: pgmap v16361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:09 smithi161 ceph-mon[116604]: pgmap v16362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:09.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:09.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:09.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:09 smithi028 ceph-mon[112123]: pgmap v16362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:09 smithi138 ceph-mon[117003]: pgmap v16362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:10.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:10.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:10.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:10.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:10.497 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:11 smithi161 ceph-mon[116604]: from='client.442005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:11 smithi161 ceph-mon[116604]: pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:11 smithi028 ceph-mon[112123]: from='client.442005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:11 smithi028 ceph-mon[112123]: pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:11 smithi138 ceph-mon[117003]: from='client.442005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:11 smithi138 ceph-mon[117003]: pgmap v16363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:13 smithi161 ceph-mon[116604]: pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:13 smithi028 ceph-mon[112123]: pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:13 smithi138 ceph-mon[117003]: pgmap v16364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:15.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:15.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:15.499 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:15 smithi161 ceph-mon[116604]: 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-07T13:52:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:15 smithi028 ceph-mon[112123]: 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-07T13:52:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:15 smithi138 ceph-mon[117003]: 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-07T13:52:16.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:16.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:16.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:16.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:16.289 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:17 smithi138 ceph-mon[117003]: from='client.442083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:17 smithi138 ceph-mon[117003]: pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:17 smithi161 ceph-mon[116604]: from='client.442083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:17 smithi161 ceph-mon[116604]: pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:17 smithi028 ceph-mon[112123]: from='client.442083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:17 smithi028 ceph-mon[112123]: pgmap v16366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:19 smithi161 ceph-mon[116604]: 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-07T13:52:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:19 smithi028 ceph-mon[112123]: 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-07T13:52:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:19 smithi138 ceph-mon[117003]: 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-07T13:52:21.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:21.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:21.291 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:21.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:21 smithi161 ceph-mon[116604]: 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-07T13:52:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:21 smithi028 ceph-mon[112123]: 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-07T13:52:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:21 smithi138 ceph-mon[117003]: 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-07T13:52:22.067 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:22.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:22.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:22.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:22.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:22 smithi161 ceph-mon[116604]: from='client.442155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:22 smithi028 ceph-mon[112123]: from='client.442155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:22 smithi138 ceph-mon[117003]: from='client.442155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:23.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:23 smithi161 ceph-mon[116604]: 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-07T13:52:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:23 smithi028 ceph-mon[112123]: 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-07T13:52:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:23 smithi138 ceph-mon[117003]: 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-07T13:52:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:52:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:52:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:52:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:52:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:52:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:52:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:52:24.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:52:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:52:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:52:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:52:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:52:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:25 smithi161 ceph-mon[116604]: pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:25 smithi028 ceph-mon[112123]: pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:25 smithi138 ceph-mon[117003]: pgmap v16370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:27.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:27.069 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:27.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:27 smithi138 ceph-mon[117003]: 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-07T13:52:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:27 smithi161 ceph-mon[116604]: 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-07T13:52:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:27 smithi028 ceph-mon[112123]: 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-07T13:52:27.841 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:27.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:27.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:27.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:27.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:28 smithi138 ceph-mon[117003]: from='client.442230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:28 smithi161 ceph-mon[116604]: from='client.442230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:28 smithi028 ceph-mon[112123]: from='client.442230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:29 smithi138 ceph-mon[117003]: pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:29 smithi161 ceph-mon[116604]: pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:29 smithi028 ceph-mon[112123]: pgmap v16372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:31 smithi161 ceph-mon[116604]: pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:31 smithi028 ceph-mon[112123]: pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:31 smithi138 ceph-mon[117003]: pgmap v16373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:32.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:32.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:32.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:33.606 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:33.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:33.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:33.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:33.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:33.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:33 smithi161 ceph-mon[116604]: pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:33 smithi028 ceph-mon[112123]: pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:33 smithi138 ceph-mon[117003]: pgmap v16374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:34 smithi161 ceph-mon[116604]: from='client.442308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:34 smithi028 ceph-mon[112123]: from='client.442308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:34 smithi138 ceph-mon[117003]: from='client.442308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:35 smithi161 ceph-mon[116604]: pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:35 smithi028 ceph-mon[112123]: pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:35 smithi138 ceph-mon[117003]: pgmap v16375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:52:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:37 smithi138 ceph-mon[117003]: 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-07T13:52:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:37 smithi161 ceph-mon[116604]: 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-07T13:52:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:37 smithi028 ceph-mon[112123]: 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-07T13:52:38.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:38.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:38.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:39.384 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:39.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:39.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:39.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:39.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:39 smithi161 ceph-mon[116604]: 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-07T13:52:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:39 smithi028 ceph-mon[112123]: 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-07T13:52:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:39 smithi138 ceph-mon[117003]: 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-07T13:52:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:40 smithi161 ceph-mon[116604]: from='client.442386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:40 smithi028 ceph-mon[112123]: from='client.442386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:40 smithi138 ceph-mon[117003]: from='client.442386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:41.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:41 smithi161 ceph-mon[116604]: pgmap v16378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:52:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:41 smithi028 ceph-mon[112123]: pgmap v16378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:52:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:41 smithi138 ceph-mon[117003]: pgmap v16378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:52:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:43 smithi161 ceph-mon[116604]: pgmap v16379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:52:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:43 smithi028 ceph-mon[112123]: pgmap v16379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:52:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:43 smithi138 ceph-mon[117003]: pgmap v16379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:52:44.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:44.386 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:44.386 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:45.173 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:45.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:45.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:45.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:45.173 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:45 smithi161 ceph-mon[116604]: 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-07T13:52:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:45 smithi161 ceph-mon[116604]: from='client.442464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:45 smithi028 ceph-mon[112123]: 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-07T13:52:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:45 smithi028 ceph-mon[112123]: from='client.442464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:45 smithi138 ceph-mon[117003]: 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-07T13:52:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:45 smithi138 ceph-mon[117003]: from='client.442464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:47 smithi138 ceph-mon[117003]: pgmap v16381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:47 smithi161 ceph-mon[116604]: pgmap v16381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:47 smithi028 ceph-mon[112123]: pgmap v16381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:49 smithi161 ceph-mon[116604]: pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:49 smithi028 ceph-mon[112123]: pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:49 smithi138 ceph-mon[117003]: pgmap v16382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:52:50.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:50.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:50.173 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:50.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:50.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:50.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:50.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:50.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:51 smithi161 ceph-mon[116604]: pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:51 smithi161 ceph-mon[116604]: from='client.442539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:51 smithi028 ceph-mon[112123]: pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:51 smithi028 ceph-mon[112123]: from='client.442539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:51 smithi138 ceph-mon[117003]: pgmap v16383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:51 smithi138 ceph-mon[117003]: from='client.442539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:53 smithi161 ceph-mon[116604]: pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:52:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:53 smithi028 ceph-mon[112123]: pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:52:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:53 smithi138 ceph-mon[117003]: pgmap v16384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:52:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:55 smithi161 ceph-mon[116604]: pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:52:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:55 smithi028 ceph-mon[112123]: pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:52:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:55 smithi138 ceph-mon[117003]: pgmap v16385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:52:55.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:52:55.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:52:55.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:52:56.734 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:52:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:52:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:52:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:52:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:52:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:57 smithi138 ceph-mon[117003]: pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:57 smithi138 ceph-mon[117003]: from='client.442617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:57 smithi161 ceph-mon[116604]: pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:57 smithi161 ceph-mon[116604]: from='client.442617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:57 smithi028 ceph-mon[112123]: pgmap v16386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:52:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:57 smithi028 ceph-mon[112123]: from='client.442617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:52:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:52:59 smithi161 ceph-mon[116604]: 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-07T13:52:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:52:59 smithi028 ceph-mon[112123]: 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-07T13:52:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:52:59 smithi138 ceph-mon[117003]: 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-07T13:53:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:01 smithi161 ceph-mon[116604]: 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-07T13:53:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:01 smithi028 ceph-mon[112123]: 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-07T13:53:01.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:01.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:01.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:01 smithi138 ceph-mon[117003]: 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-07T13:53:02.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:02.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:02.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:02.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:02.524 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:03 smithi161 ceph-mon[116604]: from='client.442695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:03 smithi161 ceph-mon[116604]: 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-07T13:53:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:03 smithi028 ceph-mon[112123]: from='client.442695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:03 smithi028 ceph-mon[112123]: 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-07T13:53:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:03 smithi138 ceph-mon[117003]: from='client.442695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:03 smithi138 ceph-mon[117003]: 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-07T13:53:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:05 smithi161 ceph-mon[116604]: pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:05 smithi028 ceph-mon[112123]: pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:05 smithi138 ceph-mon[117003]: pgmap v16390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:07.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:07.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:07.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:07 smithi138 ceph-mon[117003]: 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-07T13:53:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:07 smithi161 ceph-mon[116604]: 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-07T13:53:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:07 smithi028 ceph-mon[112123]: 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-07T13:53:08.295 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:08.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:08.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:08.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:08.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:09 smithi161 ceph-mon[116604]: from='client.442773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:09 smithi161 ceph-mon[116604]: pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:09 smithi028 ceph-mon[112123]: from='client.442773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:09 smithi028 ceph-mon[112123]: pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:09 smithi138 ceph-mon[117003]: from='client.442773 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:09 smithi138 ceph-mon[117003]: pgmap v16392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:11.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:11 smithi161 ceph-mon[116604]: pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:11 smithi028 ceph-mon[112123]: pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:11 smithi138 ceph-mon[117003]: pgmap v16393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:13.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:13.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:13.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:13 smithi161 ceph-mon[116604]: pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:13 smithi028 ceph-mon[112123]: pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:13 smithi138 ceph-mon[117003]: pgmap v16394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:14.082 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:14.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:14.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:14.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:14.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:14 smithi161 ceph-mon[116604]: from='client.442851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:14 smithi028 ceph-mon[112123]: from='client.442851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:14 smithi138 ceph-mon[117003]: from='client.442851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:15 smithi161 ceph-mon[116604]: pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:15 smithi028 ceph-mon[112123]: pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:15 smithi138 ceph-mon[117003]: pgmap v16395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:17 smithi138 ceph-mon[117003]: 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-07T13:53:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:17 smithi161 ceph-mon[116604]: 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-07T13:53:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:17 smithi028 ceph-mon[112123]: 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-07T13:53:19.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:19.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:19.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:19 smithi161 ceph-mon[116604]: 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-07T13:53:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:19 smithi028 ceph-mon[112123]: 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-07T13:53:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:19 smithi138 ceph-mon[117003]: 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-07T13:53:19.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:19.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:19.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:19.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:19.868 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:20 smithi161 ceph-mon[116604]: from='client.442923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:20 smithi028 ceph-mon[112123]: from='client.442923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:20 smithi138 ceph-mon[117003]: from='client.442923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:21 smithi161 ceph-mon[116604]: pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:21 smithi028 ceph-mon[112123]: pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:21 smithi138 ceph-mon[117003]: pgmap v16398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:23 smithi161 ceph-mon[116604]: pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:23 smithi028 ceph-mon[112123]: pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:23 smithi138 ceph-mon[117003]: pgmap v16399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:24.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:53:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:53:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:53:24.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:24.870 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:24.870 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:25.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:25.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:25.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:25.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:25.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: 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-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:53:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: 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-07T13:53:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:53:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:53:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: 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-07T13:53:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:53:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:53:25.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:53:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:26 smithi138 ceph-mon[117003]: from='client.442995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:26 smithi161 ceph-mon[116604]: from='client.442995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:26 smithi028 ceph-mon[112123]: from='client.442995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:27 smithi138 ceph-mon[117003]: pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:27 smithi161 ceph-mon[116604]: pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:27 smithi028 ceph-mon[112123]: pgmap v16401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:29 smithi138 ceph-mon[117003]: pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:29 smithi161 ceph-mon[116604]: pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:29 smithi028 ceph-mon[112123]: pgmap v16402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:53:30.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:30.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:30.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:31.427 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:31.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:31.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:31.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:31.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:31 smithi138 ceph-mon[117003]: pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:31 smithi161 ceph-mon[116604]: pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:31 smithi028 ceph-mon[112123]: pgmap v16403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:32 smithi138 ceph-mon[117003]: from='client.443067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:32 smithi161 ceph-mon[116604]: from='client.443067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:32 smithi028 ceph-mon[112123]: from='client.443067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:33 smithi138 ceph-mon[117003]: 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-07T13:53:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:33 smithi161 ceph-mon[116604]: 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-07T13:53:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:33 smithi028 ceph-mon[112123]: 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-07T13:53:35.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:35 smithi138 ceph-mon[117003]: pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:35 smithi161 ceph-mon[116604]: pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:35 smithi028 ceph-mon[112123]: pgmap v16405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:36.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:36.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:36.429 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:37.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:37.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:37.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:37.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:37.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:37 smithi138 ceph-mon[117003]: pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:37 smithi161 ceph-mon[116604]: pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:37 smithi028 ceph-mon[112123]: pgmap v16406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:38 smithi138 ceph-mon[117003]: from='client.443139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:38 smithi161 ceph-mon[116604]: from='client.443139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:38 smithi028 ceph-mon[112123]: from='client.443139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:39 smithi138 ceph-mon[117003]: 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-07T13:53:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:39 smithi161 ceph-mon[116604]: 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-07T13:53:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:39 smithi028 ceph-mon[112123]: 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-07T13:53:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:41 smithi161 ceph-mon[116604]: 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-07T13:53:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:41 smithi028 ceph-mon[112123]: 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-07T13:53:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:41 smithi138 ceph-mon[117003]: 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-07T13:53:42.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:42.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:42.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:42.963 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:42.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:42.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:42.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:42.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:43 smithi161 ceph-mon[116604]: 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-07T13:53:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:43 smithi161 ceph-mon[116604]: from='client.443217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:43 smithi028 ceph-mon[112123]: 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-07T13:53:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:43 smithi028 ceph-mon[112123]: from='client.443217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:43 smithi138 ceph-mon[117003]: 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-07T13:53:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:43 smithi138 ceph-mon[117003]: from='client.443217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:45 smithi161 ceph-mon[116604]: pgmap v16410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:45 smithi028 ceph-mon[112123]: pgmap v16410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:45 smithi138 ceph-mon[117003]: pgmap v16410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:47 smithi138 ceph-mon[117003]: 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-07T13:53:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:47 smithi161 ceph-mon[116604]: 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-07T13:53:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:47 smithi028 ceph-mon[112123]: 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-07T13:53:47.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:47.965 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:47.965 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:48.735 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:48.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:48.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:48.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:48.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:49 smithi161 ceph-mon[116604]: pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:49 smithi161 ceph-mon[116604]: from='client.443292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:49 smithi028 ceph-mon[112123]: pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:49 smithi028 ceph-mon[112123]: from='client.443292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:49 smithi138 ceph-mon[117003]: pgmap v16412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:49 smithi138 ceph-mon[117003]: from='client.443292 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:51 smithi161 ceph-mon[116604]: pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:51 smithi028 ceph-mon[112123]: pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:51 smithi138 ceph-mon[117003]: pgmap v16413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:53:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:53 smithi161 ceph-mon[116604]: pgmap v16414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:53 smithi028 ceph-mon[112123]: pgmap v16414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:53.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:53.737 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:53.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:53 smithi138 ceph-mon[117003]: pgmap v16414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:53:54.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:53:54.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:53:54.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:53:54.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:53:54.516 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:53:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:55 smithi161 ceph-mon[116604]: from='client.443367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:55 smithi161 ceph-mon[116604]: pgmap v16415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:53:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:55 smithi028 ceph-mon[112123]: from='client.443367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:55 smithi028 ceph-mon[112123]: pgmap v16415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:53:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:55 smithi138 ceph-mon[117003]: from='client.443367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:53:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:55 smithi138 ceph-mon[117003]: pgmap v16415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:53:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:57 smithi138 ceph-mon[117003]: pgmap v16416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:53:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:57 smithi161 ceph-mon[116604]: pgmap v16416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:53:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:57 smithi028 ceph-mon[112123]: pgmap v16416: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:53:59.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:53:59.518 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:53:59.518 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:53:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:53:59 smithi161 ceph-mon[116604]: pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:53:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:53:59 smithi028 ceph-mon[112123]: pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:53:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:53:59 smithi138 ceph-mon[117003]: pgmap v16417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:54:00.308 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:00.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:00.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:00.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:00.309 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:01 smithi161 ceph-mon[116604]: from='client.443439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:01 smithi161 ceph-mon[116604]: pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:01 smithi028 ceph-mon[112123]: from='client.443439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:01 smithi028 ceph-mon[112123]: pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:01 smithi138 ceph-mon[117003]: from='client.443439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:01 smithi138 ceph-mon[117003]: pgmap v16418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:03 smithi161 ceph-mon[116604]: pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:03 smithi028 ceph-mon[112123]: pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:03 smithi138 ceph-mon[117003]: pgmap v16419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:05.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:05.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:05.310 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:05 smithi161 ceph-mon[116604]: 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-07T13:54:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:05 smithi028 ceph-mon[112123]: 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-07T13:54:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:05 smithi138 ceph-mon[117003]: 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-07T13:54:06.081 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:06.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:06.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:06.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:06.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:06.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:06 smithi161 ceph-mon[116604]: from='client.443514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:06.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:06 smithi028 ceph-mon[112123]: from='client.443514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:06 smithi138 ceph-mon[117003]: from='client.443514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:07 smithi161 ceph-mon[116604]: pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:54:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:07 smithi028 ceph-mon[112123]: pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:54:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:07 smithi138 ceph-mon[117003]: pgmap v16421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:54:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:09 smithi161 ceph-mon[116604]: pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:54:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:09 smithi028 ceph-mon[112123]: pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:54:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:09 smithi138 ceph-mon[117003]: pgmap v16422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:54:11.080 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:11.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:11.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:11 smithi161 ceph-mon[116604]: pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:54:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:11 smithi028 ceph-mon[112123]: pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:54:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:11 smithi138 ceph-mon[117003]: pgmap v16423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:54:11.852 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:11.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:11.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:11.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:11.852 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:12 smithi161 ceph-mon[116604]: from='client.443586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:12 smithi028 ceph-mon[112123]: from='client.443586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:12 smithi138 ceph-mon[117003]: from='client.443586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:13.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:13 smithi161 ceph-mon[116604]: 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-07T13:54:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:13 smithi028 ceph-mon[112123]: 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-07T13:54:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:13 smithi138 ceph-mon[117003]: 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-07T13:54:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:15 smithi161 ceph-mon[116604]: pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:15 smithi028 ceph-mon[112123]: pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:15 smithi138 ceph-mon[117003]: pgmap v16425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:16.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:16.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:16.854 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:17 smithi138 ceph-mon[117003]: pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:17.646 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:17.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:17.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:17.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:17.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:17 smithi161 ceph-mon[116604]: pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:17 smithi028 ceph-mon[112123]: pgmap v16426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:18 smithi138 ceph-mon[117003]: from='client.443658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:18 smithi161 ceph-mon[116604]: from='client.443658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:18 smithi028 ceph-mon[112123]: from='client.443658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:19 smithi138 ceph-mon[117003]: 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-07T13:54:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:19 smithi161 ceph-mon[116604]: 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-07T13:54:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:19 smithi028 ceph-mon[112123]: 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-07T13:54:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:21 smithi161 ceph-mon[116604]: 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-07T13:54:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:21 smithi028 ceph-mon[112123]: 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-07T13:54:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:21 smithi138 ceph-mon[117003]: 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-07T13:54:22.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:22.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:22.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:23.433 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:23.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:23.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:23.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:23.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:23 smithi161 ceph-mon[116604]: 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-07T13:54:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:23 smithi028 ceph-mon[112123]: 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-07T13:54:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:23 smithi138 ceph-mon[117003]: 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-07T13:54:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:24 smithi161 ceph-mon[116604]: from='client.443736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:24.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:24 smithi028 ceph-mon[112123]: from='client.443736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:24 smithi138 ceph-mon[117003]: from='client.443736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:25 smithi161 ceph-mon[116604]: pgmap v16430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:25 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:54:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:25 smithi028 ceph-mon[112123]: pgmap v16430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:25 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:54:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:25 smithi138 ceph-mon[117003]: pgmap v16430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:25 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:54:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:27 smithi028 ceph-mon[112123]: 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-07T13:54:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:27 smithi138 ceph-mon[117003]: 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-07T13:54:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:27 smithi161 ceph-mon[116604]: 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-07T13:54:28.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:28.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:28.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:29.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:29.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:29.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:29.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:29.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:54:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:54:29.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:54:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:54:29.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: pgmap v16432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:54:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:54:29.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:54:30.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:30 smithi028 ceph-mon[112123]: from='client.443814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:30 smithi138 ceph-mon[117003]: from='client.443814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:30 smithi161 ceph-mon[116604]: from='client.443814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:31.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:31 smithi028 ceph-mon[112123]: pgmap v16433: 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-07T13:54:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:31 smithi138 ceph-mon[117003]: pgmap v16433: 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-07T13:54:31.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:31 smithi161 ceph-mon[116604]: pgmap v16433: 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-07T13:54:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:33 smithi161 ceph-mon[116604]: pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:54:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:33 smithi028 ceph-mon[112123]: pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:54:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:33 smithi138 ceph-mon[117003]: pgmap v16434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:54:34.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:34.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:34.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:35.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:35.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:35.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:35.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:35 smithi161 ceph-mon[116604]: pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:35 smithi161 ceph-mon[116604]: from='client.443892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:35 smithi028 ceph-mon[112123]: pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:35 smithi028 ceph-mon[112123]: from='client.443892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:35 smithi138 ceph-mon[117003]: pgmap v16435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:35 smithi138 ceph-mon[117003]: from='client.443892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:37 smithi138 ceph-mon[117003]: pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:37 smithi161 ceph-mon[116604]: pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:37 smithi028 ceph-mon[112123]: pgmap v16436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:39.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:39 smithi161 ceph-mon[116604]: pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:39 smithi028 ceph-mon[112123]: pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:39 smithi138 ceph-mon[117003]: pgmap v16437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:54:40.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:40.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:40.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:40.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:40.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:40.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:40.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:40.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:41 smithi161 ceph-mon[116604]: pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:41 smithi161 ceph-mon[116604]: from='client.443967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:41 smithi028 ceph-mon[112123]: pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:41 smithi028 ceph-mon[112123]: from='client.443967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:41 smithi138 ceph-mon[117003]: pgmap v16438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:41 smithi138 ceph-mon[117003]: from='client.443967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:43 smithi161 ceph-mon[116604]: pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:54:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:43 smithi028 ceph-mon[112123]: pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:54:43.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:43 smithi138 ceph-mon[117003]: pgmap v16439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T13:54:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:45 smithi161 ceph-mon[116604]: pgmap v16440: 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-07T13:54:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:45 smithi028 ceph-mon[112123]: pgmap v16440: 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-07T13:54:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:45 smithi138 ceph-mon[117003]: pgmap v16440: 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-07T13:54:45.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:45.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:45.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:46.585 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:46.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:46.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:46.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:46.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:47 smithi138 ceph-mon[117003]: from='client.444042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:47 smithi138 ceph-mon[117003]: pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:47.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:47 smithi161 ceph-mon[116604]: from='client.444042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:47.695 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:47 smithi161 ceph-mon[116604]: pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:47 smithi028 ceph-mon[112123]: from='client.444042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:47 smithi028 ceph-mon[112123]: pgmap v16441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:49 smithi161 ceph-mon[116604]: 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-07T13:54:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:49 smithi028 ceph-mon[112123]: 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-07T13:54:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:49 smithi138 ceph-mon[117003]: 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-07T13:54:51.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:51.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:51.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:51.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:51 smithi161 ceph-mon[116604]: 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-07T13:54:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:51 smithi028 ceph-mon[112123]: 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-07T13:54:51.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:51 smithi138 ceph-mon[117003]: 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-07T13:54:52.366 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:52.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:52.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:52.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:52.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:53.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:53 smithi161 ceph-mon[116604]: from='client.444120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:53 smithi161 ceph-mon[116604]: 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-07T13:54:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:53 smithi028 ceph-mon[112123]: from='client.444120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:53 smithi028 ceph-mon[112123]: 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-07T13:54:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:53 smithi138 ceph-mon[117003]: from='client.444120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:53 smithi138 ceph-mon[117003]: 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-07T13:54:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:55 smithi161 ceph-mon[116604]: pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:55 smithi028 ceph-mon[112123]: pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:55 smithi138 ceph-mon[117003]: pgmap v16445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:54:57.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:54:57.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:54:57.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:54:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:57 smithi138 ceph-mon[117003]: pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:57 smithi161 ceph-mon[116604]: pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:57 smithi028 ceph-mon[112123]: pgmap v16446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:54:58.151 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:54:58.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:54:58.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:54:58.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:54:58.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:54:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:58 smithi138 ceph-mon[117003]: from='client.444195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:58 smithi161 ceph-mon[116604]: from='client.444195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:58 smithi028 ceph-mon[112123]: from='client.444195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:54:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:54:59 smithi138 ceph-mon[117003]: 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-07T13:54:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:54:59 smithi161 ceph-mon[116604]: 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-07T13:54:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:54:59 smithi028 ceph-mon[112123]: 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-07T13:55:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:01 smithi161 ceph-mon[116604]: pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:01 smithi028 ceph-mon[112123]: pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:01 smithi138 ceph-mon[117003]: pgmap v16448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:03.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:03.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:03.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:03 smithi161 ceph-mon[116604]: pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:03 smithi028 ceph-mon[112123]: pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:03 smithi138 ceph-mon[117003]: pgmap v16449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:03.937 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:03.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:03.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:03.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:03.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:04 smithi161 ceph-mon[116604]: from='client.444267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:04.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:04 smithi028 ceph-mon[112123]: from='client.444267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:04 smithi138 ceph-mon[117003]: from='client.444267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:05 smithi161 ceph-mon[116604]: pgmap v16450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:05 smithi028 ceph-mon[112123]: pgmap v16450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:05 smithi138 ceph-mon[117003]: pgmap v16450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:07 smithi138 ceph-mon[117003]: 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-07T13:55:07.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:07 smithi161 ceph-mon[116604]: 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-07T13:55:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:07 smithi028 ceph-mon[112123]: 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-07T13:55:08.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:08.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:08.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:09 smithi161 ceph-mon[116604]: pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:09.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:09.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:09.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:09.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:09.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:09 smithi028 ceph-mon[112123]: pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:09 smithi138 ceph-mon[117003]: pgmap v16452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:10 smithi161 ceph-mon[116604]: from='client.444342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:10 smithi028 ceph-mon[112123]: from='client.444342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:10 smithi138 ceph-mon[117003]: from='client.444342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:11 smithi161 ceph-mon[116604]: 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-07T13:55:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:11 smithi028 ceph-mon[112123]: 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-07T13:55:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:11 smithi138 ceph-mon[117003]: 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-07T13:55:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:13 smithi161 ceph-mon[116604]: pgmap v16454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:13 smithi028 ceph-mon[112123]: pgmap v16454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:13 smithi138 ceph-mon[117003]: pgmap v16454: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:14.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:14.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:14.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:15.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:15.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:15.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:15.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:15.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:15 smithi161 ceph-mon[116604]: pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:15 smithi028 ceph-mon[112123]: pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:15 smithi138 ceph-mon[117003]: pgmap v16455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:16.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:16 smithi161 ceph-mon[116604]: from='client.444417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:16 smithi028 ceph-mon[112123]: from='client.444417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:16 smithi138 ceph-mon[117003]: from='client.444417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:17 smithi161 ceph-mon[116604]: pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:17 smithi028 ceph-mon[112123]: pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:17 smithi138 ceph-mon[117003]: pgmap v16456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:19.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:19 smithi161 ceph-mon[116604]: pgmap v16457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:19 smithi028 ceph-mon[112123]: pgmap v16457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:19 smithi138 ceph-mon[117003]: pgmap v16457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:20.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:20.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:20.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:21.248 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:21.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:21.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:21.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:21.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:21 smithi161 ceph-mon[116604]: pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:21 smithi028 ceph-mon[112123]: pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:21 smithi138 ceph-mon[117003]: pgmap v16458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:22 smithi161 ceph-mon[116604]: from='client.444489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:22.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:22 smithi028 ceph-mon[112123]: from='client.444489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:22 smithi138 ceph-mon[117003]: from='client.444489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:23 smithi161 ceph-mon[116604]: 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-07T13:55:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:23 smithi028 ceph-mon[112123]: 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-07T13:55:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:23 smithi138 ceph-mon[117003]: 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-07T13:55:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:25 smithi028 ceph-mon[112123]: pgmap v16460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:25 smithi138 ceph-mon[117003]: pgmap v16460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:25 smithi161 ceph-mon[116604]: pgmap v16460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:26.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:26.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:26.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:27.032 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:27.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:27.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:27.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:27.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:27 smithi161 ceph-mon[116604]: pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:27 smithi161 ceph-mon[116604]: from='client.444564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:27 smithi028 ceph-mon[112123]: pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:27 smithi028 ceph-mon[112123]: from='client.444564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:27 smithi138 ceph-mon[117003]: pgmap v16461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:27 smithi138 ceph-mon[117003]: from='client.444564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:29 smithi161 ceph-mon[116604]: 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-07T13:55:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:55:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:29 smithi028 ceph-mon[112123]: 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-07T13:55:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:55:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:29 smithi138 ceph-mon[117003]: 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-07T13:55:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:55:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:55:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:55:30.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:55:30.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.944 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:55:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:55:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:55:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:30.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T13:55:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:31 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21186M 2023-12-07T13:55:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:31 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 17090M 2023-12-07T13:55:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:31 smithi138 ceph-mon[117003]: 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-07T13:55:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:31 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15225M 2023-12-07T13:55:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:55:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:55:31.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:31 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21186M 2023-12-07T13:55:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:31 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 17090M 2023-12-07T13:55:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:31 smithi161 ceph-mon[116604]: 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-07T13:55:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:31 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15225M 2023-12-07T13:55:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:55:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:55:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:31 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21186M 2023-12-07T13:55:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:31 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 17090M 2023-12-07T13:55:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:31 smithi028 ceph-mon[112123]: 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-07T13:55:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:31 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15225M 2023-12-07T13:55:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:55:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:55:31.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:55:32.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:32.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:32.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:32.821 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:32.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:32.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:32.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:32.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:33 smithi138 ceph-mon[117003]: 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-07T13:55:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:33 smithi138 ceph-mon[117003]: from='client.444642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:33 smithi161 ceph-mon[116604]: 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-07T13:55:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:33 smithi161 ceph-mon[116604]: from='client.444642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:33 smithi028 ceph-mon[112123]: 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-07T13:55:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:33 smithi028 ceph-mon[112123]: from='client.444642 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:35 smithi138 ceph-mon[117003]: pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:35 smithi161 ceph-mon[116604]: pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:35 smithi028 ceph-mon[112123]: pgmap v16465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:37 smithi161 ceph-mon[116604]: pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:37 smithi028 ceph-mon[112123]: pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:37 smithi138 ceph-mon[117003]: pgmap v16466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:37.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:37.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:37.821 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:38.596 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:38.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:38.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:38.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:38.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:39 smithi161 ceph-mon[116604]: from='client.444720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:39 smithi161 ceph-mon[116604]: 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-07T13:55:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:39 smithi028 ceph-mon[112123]: from='client.444720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:39 smithi028 ceph-mon[112123]: 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-07T13:55:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:39 smithi138 ceph-mon[117003]: from='client.444720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:39 smithi138 ceph-mon[117003]: 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-07T13:55:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:41 smithi161 ceph-mon[116604]: pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:41 smithi028 ceph-mon[112123]: pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:41 smithi138 ceph-mon[117003]: pgmap v16468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:55:43.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:43.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:43.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:43.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:43 smithi161 ceph-mon[116604]: pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:43 smithi028 ceph-mon[112123]: pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:43 smithi138 ceph-mon[117003]: pgmap v16469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:44.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:44.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:44.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:44.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:44.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:45 smithi161 ceph-mon[116604]: from='client.444798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:45 smithi161 ceph-mon[116604]: pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:55:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:45 smithi028 ceph-mon[112123]: from='client.444798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:45 smithi028 ceph-mon[112123]: pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:55:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:45 smithi138 ceph-mon[117003]: from='client.444798 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:45 smithi138 ceph-mon[117003]: pgmap v16470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T13:55:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:47 smithi161 ceph-mon[116604]: pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:55:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:47 smithi028 ceph-mon[112123]: pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:55:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:47 smithi138 ceph-mon[117003]: pgmap v16471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:55:49.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:49.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:49.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:49 smithi161 ceph-mon[116604]: pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:55:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:49 smithi028 ceph-mon[112123]: pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:55:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:49 smithi138 ceph-mon[117003]: pgmap v16472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T13:55:50.140 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:50.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:50.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:50.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:50.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:50 smithi161 ceph-mon[116604]: from='client.444873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:50 smithi028 ceph-mon[112123]: from='client.444873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:50 smithi138 ceph-mon[117003]: from='client.444873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:51 smithi161 ceph-mon[116604]: 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-07T13:55:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:51 smithi028 ceph-mon[112123]: 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-07T13:55:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:51 smithi138 ceph-mon[117003]: 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-07T13:55:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:53 smithi161 ceph-mon[116604]: pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:53 smithi028 ceph-mon[112123]: pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:53 smithi138 ceph-mon[117003]: pgmap v16474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:55:55.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:55:55.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:55:55.142 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:55:55.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:55 smithi161 ceph-mon[116604]: pgmap v16475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:55 smithi028 ceph-mon[112123]: pgmap v16475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:55 smithi138 ceph-mon[117003]: pgmap v16475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:55:55.909 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:55:55.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:55:55.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:55:55.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:55:55.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:55:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:56 smithi161 ceph-mon[116604]: from='client.444951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:56 smithi028 ceph-mon[112123]: from='client.444951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:56 smithi138 ceph-mon[117003]: from='client.444951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:55:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:57 smithi161 ceph-mon[116604]: pgmap v16476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:55:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:57 smithi028 ceph-mon[112123]: pgmap v16476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:55:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:57 smithi138 ceph-mon[117003]: pgmap v16476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:55:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:55:59 smithi161 ceph-mon[116604]: pgmap v16477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:55:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:55:59 smithi028 ceph-mon[112123]: pgmap v16477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:55:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:55:59 smithi138 ceph-mon[117003]: pgmap v16477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:56:00.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:00.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:00.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:01 smithi161 ceph-mon[116604]: pgmap v16478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:56:01.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:01.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:01.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:01.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:01.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:01 smithi028 ceph-mon[112123]: pgmap v16478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:56:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:01 smithi138 ceph-mon[117003]: pgmap v16478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:56:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:02 smithi161 ceph-mon[116604]: from='client.445020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:02 smithi028 ceph-mon[112123]: from='client.445020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:02 smithi138 ceph-mon[117003]: from='client.445020 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:03 smithi161 ceph-mon[116604]: 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-07T13:56:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:03 smithi028 ceph-mon[112123]: 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-07T13:56:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:03 smithi138 ceph-mon[117003]: 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-07T13:56:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:05 smithi161 ceph-mon[116604]: pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:05 smithi028 ceph-mon[112123]: pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:05 smithi138 ceph-mon[117003]: pgmap v16480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:06.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:06.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:06.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:07.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:07.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:07.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:07.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:07.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:07 smithi161 ceph-mon[116604]: pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:07 smithi028 ceph-mon[112123]: pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:07 smithi138 ceph-mon[117003]: pgmap v16481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:08 smithi161 ceph-mon[116604]: from='client.445098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:08 smithi028 ceph-mon[112123]: from='client.445098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:08 smithi138 ceph-mon[117003]: from='client.445098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:09 smithi161 ceph-mon[116604]: 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-07T13:56:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:09 smithi028 ceph-mon[112123]: 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-07T13:56:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:09 smithi138 ceph-mon[117003]: 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-07T13:56:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:11 smithi161 ceph-mon[116604]: 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-07T13:56:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:11 smithi028 ceph-mon[112123]: 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-07T13:56:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:11 smithi138 ceph-mon[117003]: 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-07T13:56:12.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:12.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:12.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:13.257 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:13.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:13.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:13.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:13.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:13 smithi161 ceph-mon[116604]: 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-07T13:56:13.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:13 smithi028 ceph-mon[112123]: 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-07T13:56:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:13 smithi138 ceph-mon[117003]: 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-07T13:56:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:14 smithi161 ceph-mon[116604]: from='client.445176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:14.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:14 smithi028 ceph-mon[112123]: from='client.445176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:14 smithi138 ceph-mon[117003]: from='client.445176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:15 smithi161 ceph-mon[116604]: pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:15 smithi028 ceph-mon[112123]: pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:15 smithi138 ceph-mon[117003]: pgmap v16485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:17 smithi161 ceph-mon[116604]: pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:17 smithi028 ceph-mon[112123]: pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:17 smithi138 ceph-mon[117003]: pgmap v16486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:18.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:18.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:18.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:19.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:19.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:19.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:19.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:19.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:19 smithi161 ceph-mon[116604]: 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-07T13:56:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:19 smithi161 ceph-mon[116604]: from='client.445254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:19 smithi028 ceph-mon[112123]: 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-07T13:56:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:19 smithi028 ceph-mon[112123]: from='client.445254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:19 smithi138 ceph-mon[117003]: 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-07T13:56:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:19 smithi138 ceph-mon[117003]: from='client.445254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:21 smithi161 ceph-mon[116604]: pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:21 smithi028 ceph-mon[112123]: pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:21 smithi138 ceph-mon[117003]: pgmap v16488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:23 smithi161 ceph-mon[116604]: pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:23 smithi028 ceph-mon[112123]: pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:23 smithi138 ceph-mon[117003]: pgmap v16489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:24.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:24.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:24.030 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:24.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:24.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:24.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:24.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:24.799 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:25 smithi161 ceph-mon[116604]: pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:25 smithi161 ceph-mon[116604]: from='client.445332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:25 smithi028 ceph-mon[112123]: pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:25 smithi028 ceph-mon[112123]: from='client.445332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:25 smithi138 ceph-mon[117003]: pgmap v16490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:25 smithi138 ceph-mon[117003]: from='client.445332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:27 smithi161 ceph-mon[116604]: pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:27 smithi028 ceph-mon[112123]: pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:27 smithi138 ceph-mon[117003]: pgmap v16491: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:29 smithi161 ceph-mon[116604]: 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-07T13:56:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:29 smithi028 ceph-mon[112123]: 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-07T13:56:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:29 smithi138 ceph-mon[117003]: 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-07T13:56:29.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:29.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:29.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:30.571 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:30.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:30.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:30.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:30.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:31 smithi161 ceph-mon[116604]: from='client.445407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:31 smithi161 ceph-mon[116604]: 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-07T13:56:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:56:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:56:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:56:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:56:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:31 smithi028 ceph-mon[112123]: from='client.445407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:31 smithi028 ceph-mon[112123]: 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-07T13:56:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:56:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:56:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:56:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:56:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:31 smithi138 ceph-mon[117003]: from='client.445407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:31 smithi138 ceph-mon[117003]: 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-07T13:56:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:56:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:56:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:56:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:56:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:33 smithi161 ceph-mon[116604]: pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:33 smithi028 ceph-mon[112123]: pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:33 smithi138 ceph-mon[117003]: pgmap v16494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:56:35.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:35.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:35.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:35.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:35 smithi161 ceph-mon[116604]: 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-07T13:56:35.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:35 smithi028 ceph-mon[112123]: 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-07T13:56:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:35 smithi138 ceph-mon[117003]: 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-07T13:56:36.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:36.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:36.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:36.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:36.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:37 smithi161 ceph-mon[116604]: from='client.445485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:37 smithi161 ceph-mon[116604]: pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:37 smithi028 ceph-mon[112123]: from='client.445485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:37 smithi028 ceph-mon[112123]: pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:37 smithi138 ceph-mon[117003]: from='client.445485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:37 smithi138 ceph-mon[117003]: pgmap v16496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:39 smithi161 ceph-mon[116604]: 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-07T13:56:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:39 smithi028 ceph-mon[112123]: 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-07T13:56:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:39 smithi138 ceph-mon[117003]: 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-07T13:56:41.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:41.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:41.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:41 smithi161 ceph-mon[116604]: 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-07T13:56:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:41 smithi028 ceph-mon[112123]: 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-07T13:56:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:41 smithi138 ceph-mon[117003]: 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-07T13:56:42.110 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:42.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:42.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:42.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:42.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:42 smithi161 ceph-mon[116604]: from='client.445563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:42 smithi028 ceph-mon[112123]: from='client.445563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:42 smithi138 ceph-mon[117003]: from='client.445563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:43 smithi161 ceph-mon[116604]: 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-07T13:56:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:43 smithi028 ceph-mon[112123]: 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-07T13:56:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:43 smithi138 ceph-mon[117003]: 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-07T13:56:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:45 smithi161 ceph-mon[116604]: pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:45 smithi028 ceph-mon[112123]: pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:45 smithi138 ceph-mon[117003]: pgmap v16500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:47.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:47.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:47.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:47 smithi161 ceph-mon[116604]: pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:47 smithi028 ceph-mon[112123]: pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:47 smithi138 ceph-mon[117003]: pgmap v16501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:47.895 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:47.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:47.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:47.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:47.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:48 smithi161 ceph-mon[116604]: from='client.445638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:48 smithi028 ceph-mon[112123]: from='client.445638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:48 smithi138 ceph-mon[117003]: from='client.445638 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:49 smithi161 ceph-mon[116604]: 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-07T13:56:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:49 smithi028 ceph-mon[112123]: 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-07T13:56:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:49 smithi138 ceph-mon[117003]: 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-07T13:56:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:51 smithi161 ceph-mon[116604]: 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-07T13:56:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:51 smithi028 ceph-mon[112123]: 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-07T13:56:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:51 smithi138 ceph-mon[117003]: 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-07T13:56:52.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:52.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:52.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:53.667 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:53.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:53.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:53.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:53.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:53 smithi161 ceph-mon[116604]: 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-07T13:56:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:53 smithi028 ceph-mon[112123]: 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-07T13:56:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:53 smithi138 ceph-mon[117003]: 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-07T13:56:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:54 smithi161 ceph-mon[116604]: from='client.445710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:54 smithi028 ceph-mon[112123]: from='client.445710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:54 smithi138 ceph-mon[117003]: from='client.445710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:56:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:55 smithi161 ceph-mon[116604]: pgmap v16505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:55 smithi028 ceph-mon[112123]: pgmap v16505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:55 smithi138 ceph-mon[117003]: pgmap v16505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:56:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:57 smithi161 ceph-mon[116604]: pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:57 smithi028 ceph-mon[112123]: pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:57 smithi138 ceph-mon[117003]: pgmap v16506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:56:58.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:56:58.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:56:58.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:56:59.446 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:56:59.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:56:59.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:56:59.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:56:59.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:56:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:56:59 smithi161 ceph-mon[116604]: 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-07T13:56:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:56:59 smithi028 ceph-mon[112123]: 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-07T13:56:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:56:59 smithi138 ceph-mon[117003]: 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-07T13:57:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:00 smithi161 ceph-mon[116604]: from='client.445785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:00 smithi028 ceph-mon[112123]: from='client.445785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:00 smithi138 ceph-mon[117003]: from='client.445785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:01 smithi161 ceph-mon[116604]: pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:57:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:01 smithi028 ceph-mon[112123]: pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:57:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:01 smithi138 ceph-mon[117003]: pgmap v16508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:57:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:03 smithi161 ceph-mon[116604]: pgmap v16509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:57:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:03 smithi028 ceph-mon[112123]: pgmap v16509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:57:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:03 smithi138 ceph-mon[117003]: pgmap v16509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:57:04.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:04.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:04.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:05.212 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:05.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:05.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:05.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:05.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:05 smithi161 ceph-mon[116604]: pgmap v16510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:05 smithi161 ceph-mon[116604]: from='client.445857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:05 smithi028 ceph-mon[112123]: pgmap v16510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:05 smithi028 ceph-mon[112123]: from='client.445857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:05 smithi138 ceph-mon[117003]: pgmap v16510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:05 smithi138 ceph-mon[117003]: from='client.445857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:07 smithi161 ceph-mon[116604]: pgmap v16511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:07 smithi028 ceph-mon[112123]: pgmap v16511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:07 smithi138 ceph-mon[117003]: pgmap v16511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:09 smithi161 ceph-mon[116604]: 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-07T13:57:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:09 smithi028 ceph-mon[112123]: 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-07T13:57:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:09 smithi138 ceph-mon[117003]: 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-07T13:57:10.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:10.213 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:10.213 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:11.001 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:11.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:11.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:11.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:11.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:11 smithi161 ceph-mon[116604]: 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-07T13:57:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:11 smithi161 ceph-mon[116604]: from='client.445935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:11 smithi028 ceph-mon[112123]: 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-07T13:57:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:11 smithi028 ceph-mon[112123]: from='client.445935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:11 smithi138 ceph-mon[117003]: 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-07T13:57:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:11 smithi138 ceph-mon[117003]: from='client.445935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:13 smithi161 ceph-mon[116604]: pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:57:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:13 smithi028 ceph-mon[112123]: pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:57:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:13 smithi138 ceph-mon[117003]: pgmap v16514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:57:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:15 smithi161 ceph-mon[116604]: pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:57:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:15 smithi028 ceph-mon[112123]: pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:57:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:15 smithi138 ceph-mon[117003]: pgmap v16515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:57:16.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:16.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:16.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:16.774 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:16.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:16.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:16.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:16.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:17 smithi161 ceph-mon[116604]: pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:17 smithi161 ceph-mon[116604]: from='client.446007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:17 smithi028 ceph-mon[112123]: pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:17 smithi028 ceph-mon[112123]: from='client.446007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:17 smithi138 ceph-mon[117003]: pgmap v16516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:17 smithi138 ceph-mon[117003]: from='client.446007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:19 smithi161 ceph-mon[116604]: 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-07T13:57:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:19 smithi028 ceph-mon[112123]: 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-07T13:57:19.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:19 smithi138 ceph-mon[117003]: 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-07T13:57:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:21 smithi161 ceph-mon[116604]: 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-07T13:57:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:21 smithi028 ceph-mon[112123]: 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-07T13:57:21.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:21.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:21.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:21.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:21 smithi138 ceph-mon[117003]: 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-07T13:57:22.556 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:22.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:22.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:22.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:22.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:23 smithi161 ceph-mon[116604]: from='client.446085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:23 smithi161 ceph-mon[116604]: 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-07T13:57:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:23 smithi028 ceph-mon[112123]: from='client.446085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:23 smithi028 ceph-mon[112123]: 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-07T13:57:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:23 smithi138 ceph-mon[117003]: from='client.446085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:23 smithi138 ceph-mon[117003]: 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-07T13:57:25.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:25 smithi161 ceph-mon[116604]: pgmap v16520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:25 smithi028 ceph-mon[112123]: pgmap v16520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:25 smithi138 ceph-mon[117003]: pgmap v16520: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:27.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:27.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:27.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:27 smithi161 ceph-mon[116604]: pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:27 smithi028 ceph-mon[112123]: pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:27 smithi138 ceph-mon[117003]: pgmap v16521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:28.341 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:28.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:28.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:28.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:28.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:29 smithi161 ceph-mon[116604]: from='client.446163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:29 smithi161 ceph-mon[116604]: 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-07T13:57:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:29 smithi028 ceph-mon[112123]: from='client.446163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:29 smithi028 ceph-mon[112123]: 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-07T13:57:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:29 smithi138 ceph-mon[117003]: from='client.446163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:29 smithi138 ceph-mon[117003]: 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-07T13:57:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:31 smithi161 ceph-mon[116604]: 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-07T13:57:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:57:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:31 smithi028 ceph-mon[112123]: 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-07T13:57:31.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:57:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:31 smithi138 ceph-mon[117003]: 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-07T13:57:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:57:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:57:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:57:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:57:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:57:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:57:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:57:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:57:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:57:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:57:33.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:33.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:33.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:33.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:33 smithi028 ceph-mon[112123]: 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-07T13:57:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:33 smithi138 ceph-mon[117003]: 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-07T13:57:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:33 smithi161 ceph-mon[116604]: 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-07T13:57:34.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:34.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:34.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:34.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:34.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:34 smithi028 ceph-mon[112123]: from='client.446241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:34 smithi138 ceph-mon[117003]: from='client.446241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:34 smithi161 ceph-mon[116604]: from='client.446241 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:35 smithi028 ceph-mon[112123]: pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:35 smithi138 ceph-mon[117003]: pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:35 smithi161 ceph-mon[116604]: pgmap v16525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:37 smithi161 ceph-mon[116604]: pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:37 smithi028 ceph-mon[112123]: pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:37 smithi138 ceph-mon[117003]: pgmap v16526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:39.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:39.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:39.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:39 smithi161 ceph-mon[116604]: 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-07T13:57:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:39 smithi028 ceph-mon[112123]: 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-07T13:57:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:39 smithi138 ceph-mon[117003]: 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-07T13:57:39.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:39.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:39.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:39.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:39.905 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:40 smithi161 ceph-mon[116604]: from='client.446316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:40 smithi028 ceph-mon[112123]: from='client.446316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:40 smithi138 ceph-mon[117003]: from='client.446316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:41 smithi028 ceph-mon[112123]: 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-07T13:57:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:41 smithi138 ceph-mon[117003]: 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-07T13:57:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:41 smithi161 ceph-mon[116604]: 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-07T13:57:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:43 smithi028 ceph-mon[112123]: 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-07T13:57:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:43 smithi138 ceph-mon[117003]: 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-07T13:57:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:43 smithi161 ceph-mon[116604]: 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-07T13:57:44.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:44.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:44.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:45.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:45.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:45.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:45.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:45.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:45 smithi028 ceph-mon[112123]: pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:45 smithi138 ceph-mon[117003]: pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:45 smithi161 ceph-mon[116604]: pgmap v16530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:46 smithi028 ceph-mon[112123]: from='client.446388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:46 smithi138 ceph-mon[117003]: from='client.446388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:46 smithi161 ceph-mon[116604]: from='client.446388 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:47 smithi028 ceph-mon[112123]: pgmap v16531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:47 smithi138 ceph-mon[117003]: pgmap v16531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:47 smithi161 ceph-mon[116604]: pgmap v16531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:57:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:49 smithi028 ceph-mon[112123]: 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-07T13:57:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:49 smithi138 ceph-mon[117003]: 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-07T13:57:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:49 smithi161 ceph-mon[116604]: 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-07T13:57:50.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:50.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:50.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:51.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:51.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:51.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:51.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:51.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:51 smithi028 ceph-mon[112123]: 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-07T13:57:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:51 smithi138 ceph-mon[117003]: 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-07T13:57:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:51 smithi161 ceph-mon[116604]: 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-07T13:57:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:52 smithi028 ceph-mon[112123]: from='client.446466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:52 smithi138 ceph-mon[117003]: from='client.446466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:52 smithi161 ceph-mon[116604]: from='client.446466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:53 smithi028 ceph-mon[112123]: 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-07T13:57:53.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:53 smithi138 ceph-mon[117003]: 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-07T13:57:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:53 smithi161 ceph-mon[116604]: 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-07T13:57:55.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:55 smithi028 ceph-mon[112123]: pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:55 smithi138 ceph-mon[117003]: pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:55 smithi161 ceph-mon[116604]: pgmap v16535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:57:56.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:57:56.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:57:56.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:57:57.230 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:57:57.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:57:57.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:57:57.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:57:57.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:57:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:57 smithi161 ceph-mon[116604]: pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:57 smithi161 ceph-mon[116604]: from='client.446535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:57 smithi028 ceph-mon[112123]: pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:57 smithi028 ceph-mon[112123]: from='client.446535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:57 smithi138 ceph-mon[117003]: pgmap v16536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:57:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:57 smithi138 ceph-mon[117003]: from='client.446535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:57:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:57:59 smithi028 ceph-mon[112123]: 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-07T13:57:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:57:59 smithi138 ceph-mon[117003]: 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-07T13:57:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:57:59 smithi161 ceph-mon[116604]: 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-07T13:58:01.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:01 smithi028 ceph-mon[112123]: 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-07T13:58:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:01 smithi138 ceph-mon[117003]: 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-07T13:58:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:01 smithi161 ceph-mon[116604]: 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-07T13:58:02.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:02.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:02.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:03.007 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:03.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:03.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:03.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:03.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:03 smithi028 ceph-mon[112123]: 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-07T13:58:03.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:03 smithi028 ceph-mon[112123]: from='client.446610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:03 smithi138 ceph-mon[117003]: 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-07T13:58:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:03 smithi138 ceph-mon[117003]: from='client.446610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:03 smithi161 ceph-mon[116604]: 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-07T13:58:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:03 smithi161 ceph-mon[116604]: from='client.446610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:05 smithi028 ceph-mon[112123]: pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:05 smithi138 ceph-mon[117003]: pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:05 smithi161 ceph-mon[116604]: pgmap v16540: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:07 smithi161 ceph-mon[116604]: pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:07 smithi028 ceph-mon[112123]: pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:07 smithi138 ceph-mon[117003]: pgmap v16541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:08.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:08.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:08.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:08.777 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:08.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:08.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:08.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:08.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:09 smithi028 ceph-mon[112123]: from='client.446685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:09 smithi028 ceph-mon[112123]: 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-07T13:58:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:09 smithi138 ceph-mon[117003]: from='client.446685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:09 smithi138 ceph-mon[117003]: 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-07T13:58:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:09 smithi161 ceph-mon[116604]: from='client.446685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:09 smithi161 ceph-mon[116604]: 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-07T13:58:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:11 smithi028 ceph-mon[112123]: 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-07T13:58:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:11 smithi138 ceph-mon[117003]: 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-07T13:58:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:11 smithi161 ceph-mon[116604]: 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-07T13:58:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:13 smithi028 ceph-mon[112123]: 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-07T13:58:13.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:13.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:13.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:13 smithi138 ceph-mon[117003]: 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-07T13:58:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:13 smithi161 ceph-mon[116604]: 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-07T13:58:14.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:14.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:14.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:14.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:14.563 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:15 smithi028 ceph-mon[112123]: from='client.446757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:15 smithi028 ceph-mon[112123]: pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:58:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:15 smithi138 ceph-mon[117003]: from='client.446757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:15 smithi138 ceph-mon[117003]: pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:58:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:15 smithi161 ceph-mon[116604]: from='client.446757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:15 smithi161 ceph-mon[116604]: pgmap v16545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T13:58:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:17 smithi161 ceph-mon[116604]: pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:58:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:17 smithi028 ceph-mon[112123]: pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:58:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:17 smithi138 ceph-mon[117003]: pgmap v16546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:58:19.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:19.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:19.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:19 smithi028 ceph-mon[112123]: pgmap v16547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:58:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:19 smithi138 ceph-mon[117003]: pgmap v16547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:58:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:19 smithi161 ceph-mon[116604]: pgmap v16547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T13:58:20.336 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:20.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:20.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:20.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:20.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:21 smithi028 ceph-mon[112123]: from='client.446835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:21 smithi028 ceph-mon[112123]: 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-07T13:58:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:21 smithi138 ceph-mon[117003]: from='client.446835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:21 smithi138 ceph-mon[117003]: 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-07T13:58:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:21 smithi161 ceph-mon[116604]: from='client.446835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:21 smithi161 ceph-mon[116604]: 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-07T13:58:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:23 smithi028 ceph-mon[112123]: 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-07T13:58:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:23 smithi138 ceph-mon[117003]: 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-07T13:58:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:23 smithi161 ceph-mon[116604]: 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-07T13:58:25.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:25.338 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:25.338 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:25.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:25 smithi028 ceph-mon[112123]: pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:25 smithi138 ceph-mon[117003]: pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:25 smithi161 ceph-mon[116604]: pgmap v16550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:26.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:26.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:26.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:26.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:26.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:26 smithi028 ceph-mon[112123]: from='client.446913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:26 smithi138 ceph-mon[117003]: from='client.446913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:26 smithi161 ceph-mon[116604]: from='client.446913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:27 smithi028 ceph-mon[112123]: pgmap v16551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:58:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:27 smithi138 ceph-mon[117003]: pgmap v16551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:58:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:27 smithi161 ceph-mon[116604]: pgmap v16551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:58:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:29 smithi028 ceph-mon[112123]: pgmap v16552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:58:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:29 smithi138 ceph-mon[117003]: pgmap v16552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:58:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:29 smithi161 ceph-mon[116604]: pgmap v16552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T13:58:31.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:31.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:31.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:31 smithi138 ceph-mon[117003]: pgmap v16553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:58:31.896 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:31.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:31.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:31.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:31.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:31 smithi161 ceph-mon[116604]: pgmap v16553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:58:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:31 smithi028 ceph-mon[112123]: pgmap v16553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T13:58:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:32 smithi138 ceph-mon[117003]: from='client.446988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:58:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:32 smithi161 ceph-mon[116604]: from='client.446988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:58:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:32 smithi028 ceph-mon[112123]: from='client.446988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:58:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:33 smithi138 ceph-mon[117003]: 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-07T13:58:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:58:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:58:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:58:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:33 smithi161 ceph-mon[116604]: 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-07T13:58:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:58:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:58:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:58:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:33 smithi028 ceph-mon[112123]: 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-07T13:58:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:58:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:58:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:58:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:35 smithi138 ceph-mon[117003]: pgmap v16555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:35 smithi161 ceph-mon[116604]: pgmap v16555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:35 smithi028 ceph-mon[112123]: pgmap v16555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:36.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:36.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:36.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:37.666 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:37.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:37.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:37.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:37.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:37.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:37 smithi161 ceph-mon[116604]: pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:37 smithi028 ceph-mon[112123]: pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:37 smithi138 ceph-mon[117003]: pgmap v16556: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:38 smithi161 ceph-mon[116604]: from='client.447063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:38 smithi028 ceph-mon[112123]: from='client.447063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:38 smithi138 ceph-mon[117003]: from='client.447063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:39 smithi161 ceph-mon[116604]: 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-07T13:58:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:39 smithi028 ceph-mon[112123]: 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-07T13:58:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:39 smithi138 ceph-mon[117003]: 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-07T13:58:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:41 smithi028 ceph-mon[112123]: 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-07T13:58:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:41 smithi138 ceph-mon[117003]: 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-07T13:58:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:41 smithi161 ceph-mon[116604]: 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-07T13:58:42.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:42.668 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:42.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:43.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:43.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:43.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:43.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:43.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:43.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:43 smithi028 ceph-mon[112123]: 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-07T13:58:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:43 smithi138 ceph-mon[117003]: 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-07T13:58:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:43 smithi161 ceph-mon[116604]: 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-07T13:58:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:44 smithi028 ceph-mon[112123]: from='client.447132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:44 smithi138 ceph-mon[117003]: from='client.447132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:44 smithi161 ceph-mon[116604]: from='client.447132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:45.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:45 smithi028 ceph-mon[112123]: pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:45 smithi138 ceph-mon[117003]: pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:45 smithi161 ceph-mon[116604]: pgmap v16560: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:58:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:47 smithi161 ceph-mon[116604]: pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:47 smithi028 ceph-mon[112123]: pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:47 smithi138 ceph-mon[117003]: pgmap v16561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:58:48.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:48.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:48.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:49.209 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:49.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:49.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:49.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:49.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:49 smithi028 ceph-mon[112123]: 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-07T13:58:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:49 smithi028 ceph-mon[112123]: from='client.447207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:49 smithi138 ceph-mon[117003]: 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-07T13:58:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:49 smithi138 ceph-mon[117003]: from='client.447207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:49 smithi161 ceph-mon[116604]: 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-07T13:58:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:49 smithi161 ceph-mon[116604]: from='client.447207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:51.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:51 smithi028 ceph-mon[112123]: pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:58:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:51 smithi138 ceph-mon[117003]: pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:58:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:51 smithi161 ceph-mon[116604]: pgmap v16563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T13:58:53.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:53 smithi028 ceph-mon[112123]: pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:58:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:53 smithi138 ceph-mon[117003]: pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:58:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:53 smithi161 ceph-mon[116604]: pgmap v16564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T13:58:54.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:54.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:54.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:58:54.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:58:54.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:58:54.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:58:54.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:58:54.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:58:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:55 smithi028 ceph-mon[112123]: 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-07T13:58:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:55 smithi028 ceph-mon[112123]: from='client.447285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:55 smithi138 ceph-mon[117003]: 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-07T13:58:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:55 smithi138 ceph-mon[117003]: from='client.447285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:55 smithi161 ceph-mon[116604]: 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-07T13:58:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:55 smithi161 ceph-mon[116604]: from='client.447285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:58:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:57 smithi161 ceph-mon[116604]: pgmap v16566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:57 smithi028 ceph-mon[112123]: pgmap v16566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:57 smithi138 ceph-mon[117003]: pgmap v16566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:58:59 smithi028 ceph-mon[112123]: pgmap v16567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:58:59 smithi138 ceph-mon[117003]: pgmap v16567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:58:59 smithi161 ceph-mon[116604]: pgmap v16567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:58:59.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:58:59.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:58:59.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:00.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:00.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:00.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:00.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:00.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:01 smithi028 ceph-mon[112123]: from='client.447360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:01 smithi028 ceph-mon[112123]: 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-07T13:59:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:01 smithi138 ceph-mon[117003]: from='client.447360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:01 smithi138 ceph-mon[117003]: 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-07T13:59:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:01 smithi161 ceph-mon[116604]: from='client.447360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:01 smithi161 ceph-mon[116604]: 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-07T13:59:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:03 smithi028 ceph-mon[112123]: pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:59:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:03 smithi138 ceph-mon[117003]: pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:59:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:03 smithi161 ceph-mon[116604]: pgmap v16569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T13:59:05.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:05 smithi028 ceph-mon[112123]: pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:59:05.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:05.773 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:05.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:05 smithi138 ceph-mon[117003]: pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:59:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:05 smithi161 ceph-mon[116604]: pgmap v16570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T13:59:06.542 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:06.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:06.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:06.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:06.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:07 smithi161 ceph-mon[116604]: from='client.447438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:07 smithi161 ceph-mon[116604]: 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-07T13:59:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:07 smithi028 ceph-mon[112123]: from='client.447438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:07 smithi028 ceph-mon[112123]: 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-07T13:59:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:07 smithi138 ceph-mon[117003]: from='client.447438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:07 smithi138 ceph-mon[117003]: 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-07T13:59:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:09 smithi028 ceph-mon[112123]: pgmap v16572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:09 smithi138 ceph-mon[117003]: pgmap v16572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:09 smithi161 ceph-mon[116604]: pgmap v16572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:11.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:11.544 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:11.544 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:11.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:11 smithi028 ceph-mon[112123]: pgmap v16573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:11 smithi138 ceph-mon[117003]: pgmap v16573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:11 smithi161 ceph-mon[116604]: pgmap v16573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:12.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:12.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:12.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:12.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:12.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:13 smithi028 ceph-mon[112123]: from='client.447516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:13 smithi028 ceph-mon[112123]: 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-07T13:59:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:13 smithi138 ceph-mon[117003]: from='client.447516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:13 smithi138 ceph-mon[117003]: 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-07T13:59:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:13 smithi161 ceph-mon[116604]: from='client.447516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:13 smithi161 ceph-mon[116604]: 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-07T13:59:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:15 smithi028 ceph-mon[112123]: pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:15.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:15 smithi138 ceph-mon[117003]: pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:15 smithi161 ceph-mon[116604]: pgmap v16575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:17.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:17.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:17.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:17 smithi161 ceph-mon[116604]: pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:17 smithi028 ceph-mon[112123]: pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:17 smithi138 ceph-mon[117003]: pgmap v16576: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:18.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:18.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:18.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:18.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:18.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:18 smithi161 ceph-mon[116604]: from='client.447594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:18 smithi028 ceph-mon[112123]: from='client.447594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:18 smithi138 ceph-mon[117003]: from='client.447594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:19 smithi161 ceph-mon[116604]: 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-07T13:59:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:19 smithi028 ceph-mon[112123]: 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-07T13:59:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:19 smithi138 ceph-mon[117003]: 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-07T13:59:21.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:21 smithi028 ceph-mon[112123]: 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-07T13:59:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:21 smithi138 ceph-mon[117003]: 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-07T13:59:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:21 smithi161 ceph-mon[116604]: 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-07T13:59:23.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:23.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:23.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:23.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:23 smithi028 ceph-mon[112123]: 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-07T13:59:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:23 smithi138 ceph-mon[117003]: 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-07T13:59:23.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:23.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:23.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:23.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:23.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:23 smithi161 ceph-mon[116604]: 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-07T13:59:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:24 smithi138 ceph-mon[117003]: from='client.447669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:24 smithi161 ceph-mon[116604]: from='client.447669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:24 smithi028 ceph-mon[112123]: from='client.447669 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:25 smithi138 ceph-mon[117003]: pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:25 smithi161 ceph-mon[116604]: pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:25 smithi028 ceph-mon[112123]: pgmap v16580: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:27 smithi161 ceph-mon[116604]: pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:27 smithi028 ceph-mon[112123]: pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:27 smithi138 ceph-mon[117003]: pgmap v16581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:28.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:28.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:28.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:29.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:29.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:29.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:29.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:29.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:29 smithi028 ceph-mon[112123]: 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-07T13:59:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:29 smithi138 ceph-mon[117003]: 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-07T13:59:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:29 smithi161 ceph-mon[116604]: 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-07T13:59:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:30 smithi138 ceph-mon[117003]: from='client.447747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:30 smithi161 ceph-mon[116604]: from='client.447747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:30 smithi028 ceph-mon[112123]: from='client.447747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:31 smithi138 ceph-mon[117003]: pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:31 smithi161 ceph-mon[116604]: pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:31 smithi028 ceph-mon[112123]: pgmap v16583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:33 smithi138 ceph-mon[117003]: pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:59:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:59:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:59:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:59:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:59:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:33 smithi161 ceph-mon[116604]: pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:59:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:59:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:59:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:59:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:59:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:33 smithi028 ceph-mon[112123]: pgmap v16584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:59:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T13:59:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T13:59:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T13:59:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T13:59:34.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:34.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:34.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:35.421 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:35.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:35.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:35.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:35.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:35 smithi138 ceph-mon[117003]: 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-07T13:59:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:35 smithi161 ceph-mon[116604]: 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-07T13:59:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:35 smithi028 ceph-mon[112123]: 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-07T13:59:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:36 smithi138 ceph-mon[117003]: from='client.447825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:36 smithi161 ceph-mon[116604]: from='client.447825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:36 smithi028 ceph-mon[112123]: from='client.447825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:37 smithi138 ceph-mon[117003]: pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:59:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:37 smithi161 ceph-mon[116604]: pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:59:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:37 smithi028 ceph-mon[112123]: pgmap v16586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T13:59:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:39 smithi138 ceph-mon[117003]: 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-07T13:59:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:39 smithi161 ceph-mon[116604]: 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-07T13:59:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:39 smithi028 ceph-mon[112123]: 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-07T13:59:40.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:40.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:40.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:41.213 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:41.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:41.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:41.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:41.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:41 smithi138 ceph-mon[117003]: 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-07T13:59:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:41 smithi138 ceph-mon[117003]: from='client.447900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:41 smithi161 ceph-mon[116604]: 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-07T13:59:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:41 smithi161 ceph-mon[116604]: from='client.447900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:41 smithi028 ceph-mon[112123]: 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-07T13:59:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:41 smithi028 ceph-mon[112123]: from='client.447900 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:43 smithi138 ceph-mon[117003]: pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:43 smithi161 ceph-mon[116604]: pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:43 smithi028 ceph-mon[112123]: pgmap v16589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:45 smithi138 ceph-mon[117003]: pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:45 smithi161 ceph-mon[116604]: pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:45 smithi028 ceph-mon[112123]: pgmap v16590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:46.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:46.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:46.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:46.981 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:46.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:46.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:46.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:46.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:47 smithi161 ceph-mon[116604]: 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-07T13:59:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:47 smithi161 ceph-mon[116604]: from='client.447978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:47 smithi028 ceph-mon[112123]: 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-07T13:59:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:47 smithi028 ceph-mon[112123]: from='client.447978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:47 smithi138 ceph-mon[117003]: 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-07T13:59:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:47 smithi138 ceph-mon[117003]: from='client.447978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:49 smithi138 ceph-mon[117003]: 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-07T13:59:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:49 smithi161 ceph-mon[116604]: 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-07T13:59:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:49 smithi028 ceph-mon[112123]: 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-07T13:59:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:51 smithi138 ceph-mon[117003]: 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-07T13:59:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:51 smithi161 ceph-mon[116604]: 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-07T13:59:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:51 smithi028 ceph-mon[112123]: 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-07T13:59:51.982 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:51.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:51.983 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:52.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:52.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:52.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:52.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:52.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:53 smithi138 ceph-mon[117003]: from='client.448050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:53 smithi138 ceph-mon[117003]: 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-07T13:59:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:53 smithi161 ceph-mon[116604]: from='client.448050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:53 smithi161 ceph-mon[116604]: 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-07T13:59:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:53 smithi028 ceph-mon[112123]: from='client.448050 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:53 smithi028 ceph-mon[112123]: 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-07T13:59:55.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:55 smithi138 ceph-mon[117003]: pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:55 smithi161 ceph-mon[116604]: pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:55 smithi028 ceph-mon[112123]: pgmap v16595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T13:59:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:57 smithi161 ceph-mon[116604]: pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:57 smithi028 ceph-mon[112123]: pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:57.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T13:59:57.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T13:59:57.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T13:59:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:57 smithi138 ceph-mon[117003]: pgmap v16596: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T13:59:58.559 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T13:59:58.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T13:59:58.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T13:59:58.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T13:59:58.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T13:59:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:59 smithi138 ceph-mon[117003]: from='client.448125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 13:59:59 smithi138 ceph-mon[117003]: 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-07T13:59:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:59 smithi161 ceph-mon[116604]: from='client.448125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 13:59:59 smithi161 ceph-mon[116604]: 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-07T13:59:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:59 smithi028 ceph-mon[112123]: from='client.448125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T13:59:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 13:59:59 smithi028 ceph-mon[112123]: 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-07T14:00:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T14:00:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T14:00:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T14:00:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:01 smithi138 ceph-mon[117003]: 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-07T14:00:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:01 smithi161 ceph-mon[116604]: 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-07T14:00:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:01 smithi028 ceph-mon[112123]: 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-07T14:00:03.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:03.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:03.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:03 smithi138 ceph-mon[117003]: 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-07T14:00:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:03 smithi161 ceph-mon[116604]: 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-07T14:00:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:03 smithi028 ceph-mon[112123]: 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-07T14:00:04.330 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:04.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:04.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:04.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:04.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:05 smithi138 ceph-mon[117003]: from='client.448200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:05 smithi138 ceph-mon[117003]: pgmap v16600: 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-07T14:00:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:05 smithi161 ceph-mon[116604]: from='client.448200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:05 smithi161 ceph-mon[116604]: pgmap v16600: 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-07T14:00:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:05 smithi028 ceph-mon[112123]: from='client.448200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:05 smithi028 ceph-mon[112123]: pgmap v16600: 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-07T14:00:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:07 smithi161 ceph-mon[116604]: pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:07 smithi028 ceph-mon[112123]: pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:07 smithi138 ceph-mon[117003]: pgmap v16601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:09.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:09.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:09.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:09 smithi138 ceph-mon[117003]: pgmap v16602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:09 smithi161 ceph-mon[116604]: pgmap v16602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:09 smithi028 ceph-mon[112123]: pgmap v16602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:10.120 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:10.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:10.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:10.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:10.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:10 smithi138 ceph-mon[117003]: from='client.448272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:10 smithi161 ceph-mon[116604]: from='client.448272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:10 smithi028 ceph-mon[112123]: from='client.448272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:11 smithi138 ceph-mon[117003]: pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:11 smithi161 ceph-mon[116604]: pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:11 smithi028 ceph-mon[112123]: pgmap v16603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:13 smithi138 ceph-mon[117003]: pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:13 smithi161 ceph-mon[116604]: pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:13 smithi028 ceph-mon[112123]: pgmap v16604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:15.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:15.122 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:15.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:15 smithi138 ceph-mon[117003]: 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-07T14:00:15.896 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:15.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:15.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:15.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:15.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:15 smithi161 ceph-mon[116604]: 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-07T14:00:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:15 smithi028 ceph-mon[112123]: 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-07T14:00:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:16 smithi138 ceph-mon[117003]: from='client.448350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:16 smithi161 ceph-mon[116604]: from='client.448350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:16 smithi028 ceph-mon[112123]: from='client.448350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:17 smithi138 ceph-mon[117003]: pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:17 smithi161 ceph-mon[116604]: pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:17 smithi028 ceph-mon[112123]: pgmap v16606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:19 smithi138 ceph-mon[117003]: pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:19 smithi161 ceph-mon[116604]: pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:19 smithi028 ceph-mon[112123]: pgmap v16607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:00:20.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:20.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:20.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:21.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:21.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:21.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:21.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:21.669 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:21 smithi138 ceph-mon[117003]: pgmap v16608: 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-07T14:00:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:21 smithi161 ceph-mon[116604]: pgmap v16608: 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-07T14:00:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:21 smithi028 ceph-mon[112123]: pgmap v16608: 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-07T14:00:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:22 smithi138 ceph-mon[117003]: from='client.448425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:22 smithi161 ceph-mon[116604]: from='client.448425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:22 smithi028 ceph-mon[112123]: from='client.448425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:23 smithi138 ceph-mon[117003]: pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:23 smithi161 ceph-mon[116604]: pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:23 smithi028 ceph-mon[112123]: pgmap v16609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:25 smithi138 ceph-mon[117003]: pgmap v16610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:00:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:25 smithi161 ceph-mon[116604]: pgmap v16610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:00:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:25 smithi028 ceph-mon[112123]: pgmap v16610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:00:26.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:26.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:26.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:27.429 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:27.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:27.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:27.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:27.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:27 smithi161 ceph-mon[116604]: 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-07T14:00:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:27 smithi028 ceph-mon[112123]: 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-07T14:00:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:27 smithi138 ceph-mon[117003]: 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-07T14:00:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:28 smithi161 ceph-mon[116604]: from='client.448503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:28 smithi028 ceph-mon[112123]: from='client.448503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:28 smithi138 ceph-mon[117003]: from='client.448503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:29 smithi161 ceph-mon[116604]: 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-07T14:00:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:29 smithi028 ceph-mon[112123]: 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-07T14:00:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:29 smithi138 ceph-mon[117003]: 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-07T14:00:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:31 smithi138 ceph-mon[117003]: 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-07T14:00:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:31 smithi161 ceph-mon[116604]: 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-07T14:00:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:31 smithi028 ceph-mon[112123]: 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-07T14:00:32.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:32.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:32.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:33.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:33.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:33.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:33.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:33.220 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:33 smithi138 ceph-mon[117003]: 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-07T14:00:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:33 smithi138 ceph-mon[117003]: from='client.448578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:33 smithi161 ceph-mon[116604]: 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-07T14:00:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:33 smithi161 ceph-mon[116604]: from='client.448578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:33 smithi028 ceph-mon[112123]: 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-07T14:00:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:33 smithi028 ceph-mon[112123]: from='client.448578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:00:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:00:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:00:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:00:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:00:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:00:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:00:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:00:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:00:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:00:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:00:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:00:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:35 smithi138 ceph-mon[117003]: pgmap v16615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:00:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:35 smithi161 ceph-mon[116604]: pgmap v16615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:00:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:35 smithi028 ceph-mon[112123]: pgmap v16615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:00:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:37 smithi161 ceph-mon[116604]: pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:37 smithi028 ceph-mon[112123]: pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:37 smithi138 ceph-mon[117003]: pgmap v16616: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:38.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:38.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:38.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:39.018 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:39.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:39.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:39.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:39.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:39 smithi138 ceph-mon[117003]: 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-07T14:00:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:39 smithi138 ceph-mon[117003]: from='client.448653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:39 smithi161 ceph-mon[116604]: 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-07T14:00:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:39 smithi161 ceph-mon[116604]: from='client.448653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:39 smithi028 ceph-mon[112123]: 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-07T14:00:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:39 smithi028 ceph-mon[112123]: from='client.448653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:41 smithi138 ceph-mon[117003]: 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-07T14:00:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:41 smithi161 ceph-mon[116604]: 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-07T14:00:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:41 smithi028 ceph-mon[112123]: 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-07T14:00:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:43 smithi138 ceph-mon[117003]: 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-07T14:00:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:43 smithi161 ceph-mon[116604]: 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-07T14:00:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:43 smithi028 ceph-mon[112123]: 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-07T14:00:44.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:44.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:44.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:44.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:44.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:44.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:44.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:44.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:45 smithi138 ceph-mon[117003]: from='client.448731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:45 smithi138 ceph-mon[117003]: 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-07T14:00:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:45 smithi161 ceph-mon[116604]: from='client.448731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:45 smithi161 ceph-mon[116604]: 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-07T14:00:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:45 smithi028 ceph-mon[112123]: from='client.448731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:45 smithi028 ceph-mon[112123]: 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-07T14:00:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:47 smithi161 ceph-mon[116604]: pgmap v16621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:47 smithi028 ceph-mon[112123]: pgmap v16621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:47 smithi138 ceph-mon[117003]: pgmap v16621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:49 smithi138 ceph-mon[117003]: pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:49.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:49.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:49.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:49 smithi161 ceph-mon[116604]: pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:49 smithi028 ceph-mon[112123]: pgmap v16622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:50.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:50.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:50.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:50.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:50.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:51 smithi138 ceph-mon[117003]: from='client.448809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:51 smithi138 ceph-mon[117003]: pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:51 smithi161 ceph-mon[116604]: from='client.448809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:51 smithi161 ceph-mon[116604]: pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:51 smithi028 ceph-mon[112123]: from='client.448809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:51 smithi028 ceph-mon[112123]: pgmap v16623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:53 smithi138 ceph-mon[117003]: pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:53 smithi161 ceph-mon[116604]: pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:53 smithi028 ceph-mon[112123]: pgmap v16624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:00:55.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:00:55.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:00:55.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:00:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:55 smithi138 ceph-mon[117003]: 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-07T14:00:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:55 smithi161 ceph-mon[116604]: 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-07T14:00:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:55 smithi028 ceph-mon[112123]: 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-07T14:00:56.382 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:00:56.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:00:56.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:00:56.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:00:56.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:00:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:57 smithi161 ceph-mon[116604]: from='client.448887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:57 smithi161 ceph-mon[116604]: 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-07T14:00:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:57 smithi028 ceph-mon[112123]: from='client.448887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:57 smithi028 ceph-mon[112123]: 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-07T14:00:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:57 smithi138 ceph-mon[117003]: from='client.448887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:00:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:57 smithi138 ceph-mon[117003]: 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-07T14:00:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:00:59 smithi138 ceph-mon[117003]: pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:00:59 smithi161 ceph-mon[116604]: pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:00:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:00:59 smithi028 ceph-mon[112123]: pgmap v16627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:01.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:01.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:01.385 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:01 smithi138 ceph-mon[117003]: pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:01.882 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:01 smithi161 ceph-mon[116604]: pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:01 smithi028 ceph-mon[112123]: pgmap v16628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:02.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:02.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:02.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:02.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:02.163 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:02 smithi138 ceph-mon[117003]: from='client.448959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:02 smithi161 ceph-mon[116604]: from='client.448959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:02 smithi028 ceph-mon[112123]: from='client.448959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:03 smithi138 ceph-mon[117003]: pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:03 smithi161 ceph-mon[116604]: pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:03 smithi028 ceph-mon[112123]: pgmap v16629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:05 smithi138 ceph-mon[117003]: pgmap v16630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:05 smithi161 ceph-mon[116604]: pgmap v16630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:05 smithi028 ceph-mon[112123]: pgmap v16630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:07.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:07.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:07.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:07 smithi161 ceph-mon[116604]: 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-07T14:01:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:07 smithi028 ceph-mon[112123]: 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-07T14:01:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:07 smithi138 ceph-mon[117003]: 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-07T14:01:07.933 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:07.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:07.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:07.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:07.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:08 smithi161 ceph-mon[116604]: from='client.449034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:08 smithi028 ceph-mon[112123]: from='client.449034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:08 smithi138 ceph-mon[117003]: from='client.449034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:09 smithi161 ceph-mon[116604]: 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-07T14:01:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:09 smithi028 ceph-mon[112123]: 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-07T14:01:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:09 smithi138 ceph-mon[117003]: 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-07T14:01:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:11 smithi138 ceph-mon[117003]: 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-07T14:01:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:11 smithi161 ceph-mon[116604]: 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-07T14:01:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:11 smithi028 ceph-mon[112123]: 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-07T14:01:12.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:12.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:12.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:13.703 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:13.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:13.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:13.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:13.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:13 smithi138 ceph-mon[117003]: 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-07T14:01:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:13 smithi161 ceph-mon[116604]: 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-07T14:01:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:13 smithi028 ceph-mon[112123]: 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-07T14:01:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:14 smithi138 ceph-mon[117003]: from='client.449112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:14 smithi161 ceph-mon[116604]: from='client.449112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:14 smithi028 ceph-mon[112123]: from='client.449112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:15 smithi138 ceph-mon[117003]: pgmap v16635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:15 smithi161 ceph-mon[116604]: pgmap v16635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:15 smithi028 ceph-mon[112123]: pgmap v16635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:17 smithi161 ceph-mon[116604]: pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:17 smithi028 ceph-mon[112123]: pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:17 smithi138 ceph-mon[117003]: pgmap v16636: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:18.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:18.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:18.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:19.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:19.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:19.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:19.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:19.478 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:19 smithi138 ceph-mon[117003]: 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-07T14:01:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:19 smithi161 ceph-mon[116604]: 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-07T14:01:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:19 smithi028 ceph-mon[112123]: 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-07T14:01:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:20 smithi138 ceph-mon[117003]: from='client.449187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:20 smithi161 ceph-mon[116604]: from='client.449187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:20 smithi028 ceph-mon[112123]: from='client.449187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:21 smithi138 ceph-mon[117003]: pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:01:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:21 smithi161 ceph-mon[116604]: pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:01:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:21 smithi028 ceph-mon[112123]: pgmap v16638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:01:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:23 smithi138 ceph-mon[117003]: pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:01:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:23 smithi161 ceph-mon[116604]: pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:01:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:23 smithi028 ceph-mon[112123]: pgmap v16639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:01:24.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:24.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:24.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:25.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:25.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:25.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:25.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:25.248 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:25 smithi138 ceph-mon[117003]: pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:25 smithi138 ceph-mon[117003]: from='client.449256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:25 smithi161 ceph-mon[116604]: pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:25 smithi161 ceph-mon[116604]: from='client.449256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:25 smithi028 ceph-mon[112123]: pgmap v16640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:25 smithi028 ceph-mon[112123]: from='client.449256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:27 smithi161 ceph-mon[116604]: pgmap v16641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:01:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:27 smithi028 ceph-mon[112123]: pgmap v16641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:01:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:27 smithi138 ceph-mon[117003]: pgmap v16641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:01:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:29 smithi138 ceph-mon[117003]: pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:01:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:29 smithi161 ceph-mon[116604]: pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:01:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:29 smithi028 ceph-mon[112123]: pgmap v16642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:01:30.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:30.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:30.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:31.020 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:31.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:31.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:31.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:31.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:31 smithi138 ceph-mon[117003]: pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:31 smithi138 ceph-mon[117003]: from='client.449334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:31 smithi161 ceph-mon[116604]: pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:31 smithi161 ceph-mon[116604]: from='client.449334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:31 smithi028 ceph-mon[112123]: pgmap v16643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:31 smithi028 ceph-mon[112123]: from='client.449334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:33 smithi138 ceph-mon[117003]: pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:01:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:33 smithi161 ceph-mon[116604]: pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:01:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:33 smithi028 ceph-mon[112123]: pgmap v16644: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:01:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:01:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:01:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:01:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:35 smithi138 ceph-mon[117003]: pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:01:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:01:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:01:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:01:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:35 smithi161 ceph-mon[116604]: pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:01:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:01:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:01:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:01:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:35 smithi028 ceph-mon[112123]: pgmap v16645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:01:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:01:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:01:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:01:36.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:36.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:36.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:36.802 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:36.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:36.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:36.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:36.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:37 smithi161 ceph-mon[116604]: from='client.449412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:37 smithi161 ceph-mon[116604]: pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:37 smithi028 ceph-mon[112123]: from='client.449412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:37 smithi028 ceph-mon[112123]: pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:37 smithi138 ceph-mon[117003]: from='client.449412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:37 smithi138 ceph-mon[117003]: pgmap v16646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:39 smithi138 ceph-mon[117003]: pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:39 smithi161 ceph-mon[116604]: pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:39 smithi028 ceph-mon[112123]: pgmap v16647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:41 smithi138 ceph-mon[117003]: pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:41.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:41.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:41.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:41 smithi161 ceph-mon[116604]: pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:41 smithi028 ceph-mon[112123]: pgmap v16648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:42.568 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:42.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:42.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:42.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:42.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:43 smithi138 ceph-mon[117003]: from='client.449487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:43 smithi138 ceph-mon[117003]: pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:43 smithi161 ceph-mon[116604]: from='client.449487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:43 smithi161 ceph-mon[116604]: pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:43 smithi028 ceph-mon[112123]: from='client.449487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:43 smithi028 ceph-mon[112123]: pgmap v16649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:45 smithi138 ceph-mon[117003]: pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:45 smithi161 ceph-mon[116604]: pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:45 smithi028 ceph-mon[112123]: pgmap v16650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:47.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:47.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:47.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:47 smithi161 ceph-mon[116604]: 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-07T14:01:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:47 smithi028 ceph-mon[112123]: 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-07T14:01:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:47 smithi138 ceph-mon[117003]: 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-07T14:01:48.352 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:48.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:48.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:48.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:48.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:49 smithi138 ceph-mon[117003]: from='client.449562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:49 smithi138 ceph-mon[117003]: 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-07T14:01:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:49 smithi161 ceph-mon[116604]: from='client.449562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:49 smithi161 ceph-mon[116604]: 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-07T14:01:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:49 smithi028 ceph-mon[112123]: from='client.449562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:49 smithi028 ceph-mon[112123]: 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-07T14:01:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:51 smithi138 ceph-mon[117003]: 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-07T14:01:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:51 smithi161 ceph-mon[116604]: 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-07T14:01:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:51 smithi028 ceph-mon[112123]: 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-07T14:01:53.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:53.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:53.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:53 smithi138 ceph-mon[117003]: 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-07T14:01:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:53 smithi161 ceph-mon[116604]: 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-07T14:01:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:53 smithi028 ceph-mon[112123]: 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-07T14:01:54.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:54.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:54.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:54.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:54.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:54 smithi138 ceph-mon[117003]: from='client.449634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:54 smithi161 ceph-mon[116604]: from='client.449634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:54 smithi028 ceph-mon[112123]: from='client.449634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:01:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:55 smithi138 ceph-mon[117003]: pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:55 smithi161 ceph-mon[116604]: pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:55 smithi028 ceph-mon[112123]: pgmap v16655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:01:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:57 smithi161 ceph-mon[116604]: pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:57 smithi028 ceph-mon[112123]: pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:57 smithi138 ceph-mon[117003]: pgmap v16656: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:01:59.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:01:59.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:01:59.124 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:01:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:01:59 smithi138 ceph-mon[117003]: 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-07T14:01:59.895 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:01:59.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:01:59.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:01:59.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:01:59.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:01:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:01:59 smithi161 ceph-mon[116604]: 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-07T14:01:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:01:59 smithi028 ceph-mon[112123]: 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-07T14:02:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:00 smithi138 ceph-mon[117003]: from='client.449700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:00 smithi161 ceph-mon[116604]: from='client.449700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:00 smithi028 ceph-mon[112123]: from='client.449700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:01 smithi138 ceph-mon[117003]: pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:01 smithi161 ceph-mon[116604]: pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:01 smithi028 ceph-mon[112123]: pgmap v16658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:03 smithi138 ceph-mon[117003]: pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:03 smithi161 ceph-mon[116604]: pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:03 smithi028 ceph-mon[112123]: pgmap v16659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:04.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:04.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:04.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:05.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:05.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:05.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:05.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:05.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:05 smithi138 ceph-mon[117003]: pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:05 smithi161 ceph-mon[116604]: pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:05 smithi028 ceph-mon[112123]: pgmap v16660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:06 smithi138 ceph-mon[117003]: from='client.449775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:06 smithi161 ceph-mon[116604]: from='client.449775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:06 smithi028 ceph-mon[112123]: from='client.449775 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:07 smithi138 ceph-mon[117003]: pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:07 smithi161 ceph-mon[116604]: pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:07 smithi028 ceph-mon[112123]: pgmap v16661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:09 smithi138 ceph-mon[117003]: pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:09 smithi161 ceph-mon[116604]: pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:09 smithi028 ceph-mon[112123]: pgmap v16662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:10.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:10.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:10.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:11.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:11.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:11.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:11.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:11.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:11 smithi138 ceph-mon[117003]: pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:11 smithi161 ceph-mon[116604]: pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:11 smithi028 ceph-mon[112123]: pgmap v16663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:12 smithi138 ceph-mon[117003]: from='client.449847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:12 smithi161 ceph-mon[116604]: from='client.449847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:12 smithi028 ceph-mon[112123]: from='client.449847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:13 smithi138 ceph-mon[117003]: pgmap v16664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:13 smithi161 ceph-mon[116604]: pgmap v16664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:13 smithi028 ceph-mon[112123]: pgmap v16664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:15 smithi138 ceph-mon[117003]: pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:15 smithi161 ceph-mon[116604]: pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:15 smithi028 ceph-mon[112123]: pgmap v16665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:16.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:16.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:16.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:17.239 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:17.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:17.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:17.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:17.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:17 smithi161 ceph-mon[116604]: pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:17 smithi161 ceph-mon[116604]: from='client.449925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:17 smithi028 ceph-mon[112123]: pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:17 smithi028 ceph-mon[112123]: from='client.449925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:17 smithi138 ceph-mon[117003]: pgmap v16666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:17 smithi138 ceph-mon[117003]: from='client.449925 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:19 smithi138 ceph-mon[117003]: pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:19 smithi161 ceph-mon[116604]: pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:19 smithi028 ceph-mon[112123]: pgmap v16667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:21 smithi138 ceph-mon[117003]: pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:21 smithi161 ceph-mon[116604]: pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:21 smithi028 ceph-mon[112123]: pgmap v16668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:22.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:22.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:22.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:23.020 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:23.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:23.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:23.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:23.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:23 smithi138 ceph-mon[117003]: pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:23 smithi138 ceph-mon[117003]: from='client.450003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:23 smithi161 ceph-mon[116604]: pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:23 smithi161 ceph-mon[116604]: from='client.450003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:23 smithi028 ceph-mon[112123]: pgmap v16669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:23 smithi028 ceph-mon[112123]: from='client.450003 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:25 smithi138 ceph-mon[117003]: pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:25 smithi161 ceph-mon[116604]: pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:25 smithi028 ceph-mon[112123]: pgmap v16670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:27 smithi161 ceph-mon[116604]: pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:27 smithi028 ceph-mon[112123]: pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:27 smithi138 ceph-mon[117003]: pgmap v16671: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:28.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:28.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:28.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:28.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:28.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:28.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:28.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:28.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:29 smithi138 ceph-mon[117003]: from='client.450078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:29 smithi138 ceph-mon[117003]: 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-07T14:02:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:29 smithi161 ceph-mon[116604]: from='client.450078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:29 smithi161 ceph-mon[116604]: 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-07T14:02:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:29 smithi028 ceph-mon[112123]: from='client.450078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:29 smithi028 ceph-mon[112123]: 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-07T14:02:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:31 smithi138 ceph-mon[117003]: 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-07T14:02:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:31 smithi161 ceph-mon[116604]: 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-07T14:02:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:31 smithi028 ceph-mon[112123]: 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-07T14:02:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:33 smithi138 ceph-mon[117003]: 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-07T14:02:33.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:33.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:33.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:33 smithi161 ceph-mon[116604]: 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-07T14:02:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:33 smithi028 ceph-mon[112123]: 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-07T14:02:34.567 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:34.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:34.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:34.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:34.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:35 smithi138 ceph-mon[117003]: from='client.450147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:35 smithi138 ceph-mon[117003]: pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:02:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:35 smithi161 ceph-mon[116604]: from='client.450147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:35 smithi161 ceph-mon[116604]: pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:02:35.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:35 smithi028 ceph-mon[112123]: from='client.450147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:35.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:35 smithi028 ceph-mon[112123]: pgmap v16675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:35.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:02:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:02:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:02:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:02:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:02:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:02:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:02:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:02:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:02:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:02:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:37 smithi138 ceph-mon[117003]: pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:37 smithi161 ceph-mon[116604]: pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:37 smithi028 ceph-mon[112123]: pgmap v16676: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:39.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:39.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:39.570 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:39 smithi138 ceph-mon[117003]: pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:39 smithi161 ceph-mon[116604]: pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:39 smithi028 ceph-mon[112123]: pgmap v16677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:40.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:40.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:41 smithi138 ceph-mon[117003]: from='client.450225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:41 smithi138 ceph-mon[117003]: pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:41 smithi161 ceph-mon[116604]: from='client.450225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:41 smithi161 ceph-mon[116604]: pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:41 smithi028 ceph-mon[112123]: from='client.450225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:41 smithi028 ceph-mon[112123]: pgmap v16678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:43 smithi138 ceph-mon[117003]: pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:43 smithi161 ceph-mon[116604]: pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:43 smithi028 ceph-mon[112123]: pgmap v16679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:02:45.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:45.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:45.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:45 smithi138 ceph-mon[117003]: pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:45 smithi161 ceph-mon[116604]: pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:45 smithi028 ceph-mon[112123]: pgmap v16680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:46.137 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:46.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:46.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:46.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:46.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:46 smithi138 ceph-mon[117003]: from='client.450300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:46 smithi161 ceph-mon[116604]: from='client.450300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:46 smithi028 ceph-mon[112123]: from='client.450300 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:47 smithi138 ceph-mon[117003]: pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:47 smithi161 ceph-mon[116604]: pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:47 smithi028 ceph-mon[112123]: pgmap v16681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:49 smithi138 ceph-mon[117003]: 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-07T14:02:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:49 smithi161 ceph-mon[116604]: 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-07T14:02:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:49 smithi028 ceph-mon[112123]: 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-07T14:02:51.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:51.140 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:51.140 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:51.904 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:51.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:51.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:51.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:51.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:51 smithi161 ceph-mon[116604]: pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:51 smithi028 ceph-mon[112123]: pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:51 smithi138 ceph-mon[117003]: pgmap v16683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:52 smithi161 ceph-mon[116604]: from='client.450378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:52 smithi028 ceph-mon[112123]: from='client.450378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:52 smithi138 ceph-mon[117003]: from='client.450378 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:53 smithi161 ceph-mon[116604]: pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:53 smithi028 ceph-mon[112123]: pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:53 smithi138 ceph-mon[117003]: pgmap v16684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:55 smithi161 ceph-mon[116604]: pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:55 smithi028 ceph-mon[112123]: pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:55 smithi138 ceph-mon[117003]: pgmap v16685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:02:56.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:02:56.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:02:56.906 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:02:57.677 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:02:57.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:02:57.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:02:57.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:02:57.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:02:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:57 smithi161 ceph-mon[116604]: pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:57.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:57 smithi028 ceph-mon[112123]: pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:57 smithi138 ceph-mon[117003]: pgmap v16686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:58 smithi161 ceph-mon[116604]: from='client.450453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:58 smithi028 ceph-mon[112123]: from='client.450453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:58 smithi138 ceph-mon[117003]: from='client.450453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:02:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:02:59 smithi161 ceph-mon[116604]: pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:02:59 smithi028 ceph-mon[112123]: pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:02:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:02:59 smithi138 ceph-mon[117003]: pgmap v16687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:01 smithi138 ceph-mon[117003]: pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:01 smithi161 ceph-mon[116604]: pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:01 smithi028 ceph-mon[112123]: pgmap v16688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:02.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:02.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:02.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:03.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:03.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:03.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:03.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:03.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:03 smithi138 ceph-mon[117003]: pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:03 smithi161 ceph-mon[116604]: pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:03 smithi028 ceph-mon[112123]: pgmap v16689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:04 smithi138 ceph-mon[117003]: from='client.450531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:04 smithi161 ceph-mon[116604]: from='client.450531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:04 smithi028 ceph-mon[112123]: from='client.450531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:05 smithi138 ceph-mon[117003]: pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:05 smithi161 ceph-mon[116604]: pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:05 smithi028 ceph-mon[112123]: pgmap v16690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:07 smithi161 ceph-mon[116604]: pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:07 smithi028 ceph-mon[112123]: pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:07 smithi138 ceph-mon[117003]: pgmap v16691: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:08.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:08.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:08.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:09.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:09.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:09.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:09.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:09.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:09 smithi138 ceph-mon[117003]: 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-07T14:03:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:09 smithi138 ceph-mon[117003]: from='client.450603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:09 smithi161 ceph-mon[116604]: 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-07T14:03:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:09 smithi161 ceph-mon[116604]: from='client.450603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:09 smithi028 ceph-mon[112123]: 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-07T14:03:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:09 smithi028 ceph-mon[112123]: from='client.450603 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:11 smithi138 ceph-mon[117003]: pgmap v16693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:03:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:11 smithi161 ceph-mon[116604]: pgmap v16693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:03:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:11 smithi028 ceph-mon[112123]: pgmap v16693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:03:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:13 smithi138 ceph-mon[117003]: pgmap v16694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:03:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:13 smithi161 ceph-mon[116604]: pgmap v16694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:03:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:13 smithi028 ceph-mon[112123]: pgmap v16694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:03:14.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:14.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:14.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:15.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:15.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:15.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:15.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:15.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:15 smithi138 ceph-mon[117003]: pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:15 smithi138 ceph-mon[117003]: from='client.450675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:15 smithi161 ceph-mon[116604]: pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:15 smithi161 ceph-mon[116604]: from='client.450675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:15 smithi028 ceph-mon[112123]: pgmap v16695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:15 smithi028 ceph-mon[112123]: from='client.450675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:17 smithi161 ceph-mon[116604]: pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:17 smithi028 ceph-mon[112123]: pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:17 smithi138 ceph-mon[117003]: pgmap v16696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:19 smithi138 ceph-mon[117003]: pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:19 smithi161 ceph-mon[116604]: pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:19 smithi028 ceph-mon[112123]: pgmap v16697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:20.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:20.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:20.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:20.786 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:20.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:20.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:20.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:20.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:21 smithi138 ceph-mon[117003]: from='client.450750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:21 smithi138 ceph-mon[117003]: pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:21 smithi161 ceph-mon[116604]: from='client.450750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:21 smithi161 ceph-mon[116604]: pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:21 smithi028 ceph-mon[112123]: from='client.450750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:21 smithi028 ceph-mon[112123]: pgmap v16698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:23 smithi138 ceph-mon[117003]: pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:03:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:23 smithi161 ceph-mon[116604]: pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:03:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:23 smithi028 ceph-mon[112123]: pgmap v16699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:03:25.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:25.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:25.788 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:25 smithi138 ceph-mon[117003]: pgmap v16700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:03:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:25 smithi161 ceph-mon[116604]: pgmap v16700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:03:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:25 smithi028 ceph-mon[112123]: pgmap v16700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:03:26.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:26.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:26.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:26.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:26.562 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:27 smithi161 ceph-mon[116604]: from='client.450828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:27 smithi161 ceph-mon[116604]: pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:27 smithi028 ceph-mon[112123]: from='client.450828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:27 smithi028 ceph-mon[112123]: pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:27 smithi138 ceph-mon[117003]: from='client.450828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:27 smithi138 ceph-mon[117003]: pgmap v16701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:29 smithi138 ceph-mon[117003]: 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-07T14:03:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:29 smithi161 ceph-mon[116604]: 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-07T14:03:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:29 smithi028 ceph-mon[112123]: 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-07T14:03:31.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:31.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:31.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:31 smithi138 ceph-mon[117003]: pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:31 smithi161 ceph-mon[116604]: pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:31 smithi028 ceph-mon[112123]: pgmap v16703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:32.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:32.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:32.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:32.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:32.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:33 smithi138 ceph-mon[117003]: from='client.450903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:33 smithi138 ceph-mon[117003]: pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:33 smithi161 ceph-mon[116604]: from='client.450903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:33 smithi161 ceph-mon[116604]: pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:33 smithi028 ceph-mon[112123]: from='client.450903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:33 smithi028 ceph-mon[112123]: pgmap v16704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:35 smithi138 ceph-mon[117003]: pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:35 smithi161 ceph-mon[116604]: pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:35 smithi028 ceph-mon[112123]: pgmap v16705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:03:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:03:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:03:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:37.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:37.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:37.346 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:37 smithi138 ceph-mon[117003]: pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:03:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:03:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:37 smithi161 ceph-mon[116604]: pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:03:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:03:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:37 smithi028 ceph-mon[112123]: pgmap v16706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:03:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:03:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:03:38.111 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:38.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:38.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:38.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:38.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:38 smithi138 ceph-mon[117003]: from='client.450975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:38 smithi161 ceph-mon[116604]: from='client.450975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:38 smithi028 ceph-mon[112123]: from='client.450975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:39 smithi138 ceph-mon[117003]: pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:39 smithi161 ceph-mon[116604]: pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:39 smithi028 ceph-mon[112123]: pgmap v16707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:41 smithi161 ceph-mon[116604]: pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:41 smithi028 ceph-mon[112123]: pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:41 smithi138 ceph-mon[117003]: pgmap v16708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:43.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:43.113 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:43.113 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:43.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:43.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:43.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:43.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:43.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:43 smithi161 ceph-mon[116604]: 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-07T14:03:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:43 smithi028 ceph-mon[112123]: 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-07T14:03:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:43 smithi138 ceph-mon[117003]: 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-07T14:03:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:44 smithi161 ceph-mon[116604]: from='client.451047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:44 smithi028 ceph-mon[112123]: from='client.451047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:44 smithi138 ceph-mon[117003]: from='client.451047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:45 smithi161 ceph-mon[116604]: pgmap v16710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:45 smithi028 ceph-mon[112123]: pgmap v16710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:45 smithi138 ceph-mon[117003]: pgmap v16710: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:03:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:47 smithi161 ceph-mon[116604]: pgmap v16711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:47.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:47 smithi028 ceph-mon[112123]: pgmap v16711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:47 smithi138 ceph-mon[117003]: pgmap v16711: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:48.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:48.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:48.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:49.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:49.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:49.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:49.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:49.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:49.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:49 smithi138 ceph-mon[117003]: 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-07T14:03:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:49 smithi161 ceph-mon[116604]: 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-07T14:03:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:49 smithi028 ceph-mon[112123]: 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-07T14:03:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:50 smithi138 ceph-mon[117003]: from='client.451122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:50 smithi161 ceph-mon[116604]: from='client.451122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:50 smithi028 ceph-mon[112123]: from='client.451122 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:51 smithi138 ceph-mon[117003]: pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:51 smithi161 ceph-mon[116604]: pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:51 smithi028 ceph-mon[112123]: pgmap v16713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:53 smithi138 ceph-mon[117003]: pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:53 smithi161 ceph-mon[116604]: pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:53 smithi028 ceph-mon[112123]: pgmap v16714: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:54.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:03:54.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:03:54.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:03:55.428 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:03:55.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:03:55.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:03:55.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:03:55.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:03:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:55 smithi138 ceph-mon[117003]: pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:55 smithi161 ceph-mon[116604]: pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:55 smithi028 ceph-mon[112123]: pgmap v16715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:03:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:56 smithi138 ceph-mon[117003]: from='client.451200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:56 smithi161 ceph-mon[116604]: from='client.451200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:56 smithi028 ceph-mon[112123]: from='client.451200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:03:57.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:57 smithi138 ceph-mon[117003]: pgmap v16716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:57 smithi161 ceph-mon[116604]: pgmap v16716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:57 smithi028 ceph-mon[112123]: pgmap v16716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:03:59 smithi161 ceph-mon[116604]: pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:03:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:03:59 smithi028 ceph-mon[112123]: pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:03:59 smithi138 ceph-mon[117003]: pgmap v16717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:00.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:00.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:00.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:01.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:01.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:01.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:01.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:01.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:01 smithi161 ceph-mon[116604]: pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:01 smithi161 ceph-mon[116604]: from='client.451278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:01 smithi028 ceph-mon[112123]: pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:01 smithi028 ceph-mon[112123]: from='client.451278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:01 smithi138 ceph-mon[117003]: pgmap v16718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:01 smithi138 ceph-mon[117003]: from='client.451278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:03 smithi161 ceph-mon[116604]: 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-07T14:04:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:03 smithi028 ceph-mon[112123]: 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-07T14:04:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:03 smithi138 ceph-mon[117003]: 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-07T14:04:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:05 smithi161 ceph-mon[116604]: 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-07T14:04:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:05 smithi028 ceph-mon[112123]: 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-07T14:04:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:05 smithi138 ceph-mon[117003]: 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-07T14:04:06.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:06.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:06.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:06.997 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:06.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:06.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:06.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:06.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:07 smithi161 ceph-mon[116604]: 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-07T14:04:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:07 smithi161 ceph-mon[116604]: from='client.451356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:07 smithi028 ceph-mon[112123]: 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-07T14:04:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:07 smithi028 ceph-mon[112123]: from='client.451356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:07 smithi138 ceph-mon[117003]: 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-07T14:04:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:07 smithi138 ceph-mon[117003]: from='client.451356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:09 smithi138 ceph-mon[117003]: 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-07T14:04:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:09 smithi161 ceph-mon[116604]: 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-07T14:04:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:09 smithi028 ceph-mon[112123]: 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-07T14:04:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:11 smithi138 ceph-mon[117003]: pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:11 smithi161 ceph-mon[116604]: pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:11 smithi028 ceph-mon[112123]: pgmap v16723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:11.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:12.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:12.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:12.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:12.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:12.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:12.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:12.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:13 smithi138 ceph-mon[117003]: from='client.451431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:13 smithi138 ceph-mon[117003]: pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:13 smithi161 ceph-mon[116604]: from='client.451431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:13 smithi161 ceph-mon[116604]: pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:13 smithi028 ceph-mon[112123]: from='client.451431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:13 smithi028 ceph-mon[112123]: pgmap v16724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:15 smithi138 ceph-mon[117003]: pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:15 smithi161 ceph-mon[116604]: pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:15 smithi028 ceph-mon[112123]: pgmap v16725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:17 smithi161 ceph-mon[116604]: pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:17 smithi028 ceph-mon[112123]: pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:17.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:17.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:17.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:17 smithi138 ceph-mon[117003]: pgmap v16726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:18.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:18.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:18.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:18.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:18.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:19 smithi138 ceph-mon[117003]: from='client.451509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:19 smithi138 ceph-mon[117003]: pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:19 smithi161 ceph-mon[116604]: from='client.451509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:19 smithi161 ceph-mon[116604]: pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:19 smithi028 ceph-mon[112123]: from='client.451509 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:19 smithi028 ceph-mon[112123]: pgmap v16727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:21 smithi138 ceph-mon[117003]: pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:21 smithi161 ceph-mon[116604]: pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:21 smithi028 ceph-mon[112123]: pgmap v16728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:23.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:23.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:23.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:23 smithi138 ceph-mon[117003]: 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-07T14:04:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:23 smithi161 ceph-mon[116604]: 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-07T14:04:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:23 smithi028 ceph-mon[112123]: 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-07T14:04:24.330 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:24.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:24.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:24.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:24.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:25 smithi138 ceph-mon[117003]: from='client.451587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:25 smithi138 ceph-mon[117003]: pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:04:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:25 smithi161 ceph-mon[116604]: from='client.451587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:25 smithi161 ceph-mon[116604]: pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:04:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:25 smithi028 ceph-mon[112123]: from='client.451587 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:25 smithi028 ceph-mon[112123]: pgmap v16730: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:04:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:27 smithi161 ceph-mon[116604]: pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:04:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:27 smithi028 ceph-mon[112123]: pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:04:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:27 smithi138 ceph-mon[117003]: pgmap v16731: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:04:29.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:29.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:29.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:29 smithi138 ceph-mon[117003]: pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:04:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:29 smithi161 ceph-mon[116604]: pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:04:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:29 smithi028 ceph-mon[112123]: pgmap v16732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:04:30.118 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:30.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:30.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:30.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:30.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:30.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:30 smithi138 ceph-mon[117003]: from='client.451662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:30 smithi161 ceph-mon[116604]: from='client.451662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:30 smithi028 ceph-mon[112123]: from='client.451662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:31 smithi138 ceph-mon[117003]: pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:31 smithi161 ceph-mon[116604]: pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:31 smithi028 ceph-mon[112123]: pgmap v16733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:33 smithi161 ceph-mon[116604]: pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:33 smithi028 ceph-mon[112123]: pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:33 smithi138 ceph-mon[117003]: pgmap v16734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:04:35.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:35.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:35.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:35.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:35.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:35.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:35.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:35.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:35 smithi161 ceph-mon[116604]: pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:35 smithi028 ceph-mon[112123]: pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:35 smithi138 ceph-mon[117003]: pgmap v16735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:36 smithi161 ceph-mon[116604]: from='client.451740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:36 smithi028 ceph-mon[112123]: from='client.451740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:36 smithi138 ceph-mon[117003]: from='client.451740 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:37 smithi161 ceph-mon[116604]: pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:04:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:04:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:04:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:04:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:04:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:37 smithi028 ceph-mon[112123]: pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:04:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:04:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:04:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:04:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:04:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:37 smithi138 ceph-mon[117003]: pgmap v16736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:04:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:04:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:04:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:04:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:04:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:39 smithi161 ceph-mon[116604]: pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:04:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:39 smithi028 ceph-mon[112123]: pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:04:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:39 smithi138 ceph-mon[117003]: pgmap v16737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:04:40.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:40.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:40.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:41.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:41.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:41.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:41.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:41.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:41 smithi161 ceph-mon[116604]: pgmap v16738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:04:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:41 smithi028 ceph-mon[112123]: pgmap v16738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:04:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:41 smithi138 ceph-mon[117003]: pgmap v16738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:04:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:42 smithi161 ceph-mon[116604]: from='client.451818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:42 smithi028 ceph-mon[112123]: from='client.451818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:42 smithi138 ceph-mon[117003]: from='client.451818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:43 smithi161 ceph-mon[116604]: 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-07T14:04:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:43 smithi028 ceph-mon[112123]: 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-07T14:04:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:43 smithi138 ceph-mon[117003]: 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-07T14:04:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:45 smithi161 ceph-mon[116604]: 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-07T14:04:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:45 smithi028 ceph-mon[112123]: 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-07T14:04:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:45 smithi138 ceph-mon[117003]: 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-07T14:04:46.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:46.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:46.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:47.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:47.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:47.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:47.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:47.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:47 smithi161 ceph-mon[116604]: 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-07T14:04:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:47 smithi028 ceph-mon[112123]: 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-07T14:04:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:47 smithi138 ceph-mon[117003]: 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-07T14:04:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:48 smithi161 ceph-mon[116604]: from='client.451896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:48 smithi028 ceph-mon[112123]: from='client.451896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:48 smithi138 ceph-mon[117003]: from='client.451896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:49 smithi161 ceph-mon[116604]: 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-07T14:04:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:49 smithi028 ceph-mon[112123]: 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-07T14:04:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:49 smithi138 ceph-mon[117003]: 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-07T14:04:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:51 smithi138 ceph-mon[117003]: pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:51 smithi161 ceph-mon[116604]: pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:51 smithi028 ceph-mon[112123]: pgmap v16743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:52.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:52.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:52.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:53.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:53.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:53.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:53.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:53.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:53 smithi161 ceph-mon[116604]: pgmap v16744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:53 smithi161 ceph-mon[116604]: from='client.451971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:53 smithi028 ceph-mon[112123]: pgmap v16744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:53 smithi028 ceph-mon[112123]: from='client.451971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:53 smithi138 ceph-mon[117003]: pgmap v16744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:53 smithi138 ceph-mon[117003]: from='client.451971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:55 smithi161 ceph-mon[116604]: pgmap v16745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:55 smithi028 ceph-mon[112123]: pgmap v16745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:55 smithi138 ceph-mon[117003]: pgmap v16745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:04:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:57 smithi161 ceph-mon[116604]: pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:57 smithi028 ceph-mon[112123]: pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:57 smithi138 ceph-mon[117003]: pgmap v16746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:58.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:04:58.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:04:58.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:04:59.021 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:04:59.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:04:59.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:04:59.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:04:59.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:04:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:59 smithi161 ceph-mon[116604]: pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:04:59 smithi161 ceph-mon[116604]: from='client.452049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:04:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:59 smithi028 ceph-mon[112123]: pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:04:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:04:59 smithi028 ceph-mon[112123]: from='client.452049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:59 smithi138 ceph-mon[117003]: pgmap v16747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:04:59 smithi138 ceph-mon[117003]: from='client.452049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:01 smithi161 ceph-mon[116604]: pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:01 smithi028 ceph-mon[112123]: pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:01 smithi138 ceph-mon[117003]: pgmap v16748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:03 smithi161 ceph-mon[116604]: 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-07T14:05:03.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:03 smithi028 ceph-mon[112123]: 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-07T14:05:04.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:04.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:04.023 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:03 smithi138 ceph-mon[117003]: 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-07T14:05:04.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:04.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:04.796 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:04.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:04.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:05 smithi161 ceph-mon[116604]: from='client.452124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:05.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:05 smithi161 ceph-mon[116604]: pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:05 smithi028 ceph-mon[112123]: from='client.452124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:05 smithi028 ceph-mon[112123]: pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:05 smithi138 ceph-mon[117003]: from='client.452124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:05 smithi138 ceph-mon[117003]: pgmap v16750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:07 smithi161 ceph-mon[116604]: pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:07 smithi028 ceph-mon[112123]: pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:07 smithi138 ceph-mon[117003]: pgmap v16751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:09.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:09.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:09.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:09 smithi161 ceph-mon[116604]: pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:09 smithi028 ceph-mon[112123]: pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:09 smithi138 ceph-mon[117003]: pgmap v16752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:10.572 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:10.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:10.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:10.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:10.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:11 smithi161 ceph-mon[116604]: from='client.452199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:11 smithi161 ceph-mon[116604]: pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:11 smithi028 ceph-mon[112123]: from='client.452199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:11 smithi028 ceph-mon[112123]: pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:11 smithi138 ceph-mon[117003]: from='client.452199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:11 smithi138 ceph-mon[117003]: pgmap v16753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:13 smithi161 ceph-mon[116604]: pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:13 smithi028 ceph-mon[112123]: pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:13 smithi138 ceph-mon[117003]: pgmap v16754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:15.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:15.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:15.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:15 smithi161 ceph-mon[116604]: pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:15 smithi028 ceph-mon[112123]: pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:15 smithi138 ceph-mon[117003]: pgmap v16755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:16.340 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:16.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:16.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:16.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:16.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:17 smithi161 ceph-mon[116604]: from='client.452277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:17 smithi161 ceph-mon[116604]: 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-07T14:05:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:17 smithi028 ceph-mon[112123]: from='client.452277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:17 smithi028 ceph-mon[112123]: 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-07T14:05:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:17 smithi138 ceph-mon[117003]: from='client.452277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:17 smithi138 ceph-mon[117003]: 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-07T14:05:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:19 smithi161 ceph-mon[116604]: 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-07T14:05:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:19 smithi028 ceph-mon[112123]: 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-07T14:05:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:19 smithi138 ceph-mon[117003]: 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-07T14:05:21.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:21.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:21.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:21 smithi161 ceph-mon[116604]: 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-07T14:05:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:21 smithi028 ceph-mon[112123]: 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-07T14:05:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:21 smithi138 ceph-mon[117003]: 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-07T14:05:22.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:22.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:22.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:22.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:22.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:22 smithi161 ceph-mon[116604]: from='client.452349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:22 smithi028 ceph-mon[112123]: from='client.452349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:22 smithi138 ceph-mon[117003]: from='client.452349 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:23 smithi161 ceph-mon[116604]: 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-07T14:05:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:23 smithi028 ceph-mon[112123]: 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-07T14:05:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:23 smithi138 ceph-mon[117003]: 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-07T14:05:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:25 smithi161 ceph-mon[116604]: pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:25 smithi028 ceph-mon[112123]: pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:25 smithi138 ceph-mon[117003]: pgmap v16760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:27.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:27.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:27.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:27 smithi161 ceph-mon[116604]: pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:27 smithi028 ceph-mon[112123]: pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:27 smithi138 ceph-mon[117003]: pgmap v16761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:27.896 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:27.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:27.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:27.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:27.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:28 smithi161 ceph-mon[116604]: from='client.452427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:28 smithi028 ceph-mon[112123]: from='client.452427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:28 smithi138 ceph-mon[117003]: from='client.452427 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:29 smithi161 ceph-mon[116604]: pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:29 smithi028 ceph-mon[112123]: pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:29 smithi138 ceph-mon[117003]: pgmap v16762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:31 smithi161 ceph-mon[116604]: pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:31 smithi028 ceph-mon[112123]: pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:31 smithi138 ceph-mon[117003]: pgmap v16763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:32.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:32.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:32.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:33.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:33.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:33.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:33.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:33.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:33 smithi161 ceph-mon[116604]: pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:33 smithi028 ceph-mon[112123]: pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:33 smithi138 ceph-mon[117003]: pgmap v16764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:34 smithi161 ceph-mon[116604]: from='client.452502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:34 smithi028 ceph-mon[112123]: from='client.452502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:34 smithi138 ceph-mon[117003]: from='client.452502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:35 smithi161 ceph-mon[116604]: pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:35 smithi028 ceph-mon[112123]: pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:35 smithi138 ceph-mon[117003]: pgmap v16765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:05:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:37 smithi161 ceph-mon[116604]: pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:37.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:37 smithi028 ceph-mon[112123]: pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:37 smithi138 ceph-mon[117003]: pgmap v16766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:05:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:38.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:38.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:38.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:05:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:05:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.488 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:39.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:39.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:39.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:39.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 17070M 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:05:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21167M 2023-12-07T14:05:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:05:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:05:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:05:39.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 17070M 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21167M 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:05:39.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: pgmap v16767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 17070M 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21167M 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:05:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:05:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:40 smithi028 ceph-mon[112123]: from='client.310738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:40 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15173M 2023-12-07T14:05:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:40 smithi138 ceph-mon[117003]: from='client.310738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:40 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15173M 2023-12-07T14:05:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:40 smithi161 ceph-mon[116604]: from='client.310738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:40 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15173M 2023-12-07T14:05:41.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:41 smithi028 ceph-mon[112123]: pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:41 smithi138 ceph-mon[117003]: pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:41 smithi161 ceph-mon[116604]: pgmap v16768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:43 smithi161 ceph-mon[116604]: pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:43 smithi028 ceph-mon[112123]: pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:43 smithi138 ceph-mon[117003]: pgmap v16769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:44.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:44.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:44.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:45.270 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:45.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:45.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:45.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:45.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:45 smithi161 ceph-mon[116604]: pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:45 smithi161 ceph-mon[116604]: from='client.452655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:45 smithi028 ceph-mon[112123]: pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:45 smithi028 ceph-mon[112123]: from='client.452655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:45 smithi138 ceph-mon[117003]: pgmap v16770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:45 smithi138 ceph-mon[117003]: from='client.452655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:47 smithi161 ceph-mon[116604]: pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:47 smithi028 ceph-mon[112123]: pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:47 smithi138 ceph-mon[117003]: pgmap v16771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:49 smithi161 ceph-mon[116604]: pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:49 smithi028 ceph-mon[112123]: pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:49 smithi138 ceph-mon[117003]: pgmap v16772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:05:50.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:50.273 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:50.273 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:51.061 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:51.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:51.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:51.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:51.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:51 smithi161 ceph-mon[116604]: pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:51 smithi161 ceph-mon[116604]: from='client.452733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:51 smithi028 ceph-mon[112123]: pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:51 smithi028 ceph-mon[112123]: from='client.452733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:51 smithi138 ceph-mon[117003]: pgmap v16773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:05:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:51 smithi138 ceph-mon[117003]: from='client.452733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:53 smithi161 ceph-mon[116604]: 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-07T14:05:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:53 smithi028 ceph-mon[112123]: 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-07T14:05:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:53 smithi138 ceph-mon[117003]: 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-07T14:05:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:55 smithi161 ceph-mon[116604]: 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-07T14:05:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:55 smithi028 ceph-mon[112123]: 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-07T14:05:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:55 smithi138 ceph-mon[117003]: 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-07T14:05:56.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:05:56.064 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:05:56.064 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:05:56.862 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:05:56.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:05:56.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:05:56.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:05:56.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:05:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:57 smithi161 ceph-mon[116604]: from='client.452805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:57 smithi161 ceph-mon[116604]: 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-07T14:05:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:57 smithi028 ceph-mon[112123]: from='client.452805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:57 smithi028 ceph-mon[112123]: 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-07T14:05:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:57 smithi138 ceph-mon[117003]: from='client.452805 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:05:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:57 smithi138 ceph-mon[117003]: 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-07T14:05:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:05:59 smithi161 ceph-mon[116604]: 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-07T14:05:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:05:59 smithi028 ceph-mon[112123]: 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-07T14:06:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:05:59 smithi138 ceph-mon[117003]: 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-07T14:06:01.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:01.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:01.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:01 smithi161 ceph-mon[116604]: 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-07T14:06:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:01 smithi028 ceph-mon[112123]: 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-07T14:06:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:01 smithi138 ceph-mon[117003]: 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-07T14:06:02.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:02.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:02.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:02.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:02.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:03 smithi161 ceph-mon[116604]: from='client.452883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:03 smithi161 ceph-mon[116604]: 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-07T14:06:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:03 smithi028 ceph-mon[112123]: from='client.452883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:03 smithi028 ceph-mon[112123]: 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-07T14:06:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:03 smithi138 ceph-mon[117003]: from='client.452883 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:03 smithi138 ceph-mon[117003]: 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-07T14:06:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:05 smithi161 ceph-mon[116604]: pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:05 smithi028 ceph-mon[112123]: pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:05 smithi138 ceph-mon[117003]: pgmap v16780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:07.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:07.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:07.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:07 smithi161 ceph-mon[116604]: pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:07.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:07 smithi028 ceph-mon[112123]: pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:07 smithi138 ceph-mon[117003]: pgmap v16781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:08.437 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:08.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:08.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:08.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:08.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:09 smithi161 ceph-mon[116604]: from='client.452958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:09 smithi161 ceph-mon[116604]: pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:09 smithi028 ceph-mon[112123]: from='client.452958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:09 smithi028 ceph-mon[112123]: pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:09 smithi138 ceph-mon[117003]: from='client.452958 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:09 smithi138 ceph-mon[117003]: pgmap v16782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:11 smithi161 ceph-mon[116604]: pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:11 smithi028 ceph-mon[112123]: pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:11 smithi138 ceph-mon[117003]: pgmap v16783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:13.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:13.439 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:13.439 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:13 smithi161 ceph-mon[116604]: pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:13 smithi028 ceph-mon[112123]: pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:13 smithi138 ceph-mon[117003]: pgmap v16784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:14.225 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:14.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:14.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:14.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:14.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:14 smithi161 ceph-mon[116604]: from='client.453033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:14 smithi028 ceph-mon[112123]: from='client.453033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:14 smithi138 ceph-mon[117003]: from='client.453033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:15 smithi161 ceph-mon[116604]: pgmap v16785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:06:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:15 smithi028 ceph-mon[112123]: pgmap v16785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:06:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:15 smithi138 ceph-mon[117003]: pgmap v16785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:06:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:17 smithi161 ceph-mon[116604]: pgmap v16786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:06:17.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:17 smithi028 ceph-mon[112123]: pgmap v16786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:06:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:17 smithi138 ceph-mon[117003]: pgmap v16786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:06:19.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:19.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:19.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:19 smithi161 ceph-mon[116604]: pgmap v16787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:06:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:19 smithi028 ceph-mon[112123]: pgmap v16787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:06:20.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:20.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:20.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:20.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:20.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:19 smithi138 ceph-mon[117003]: pgmap v16787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:06:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:20 smithi161 ceph-mon[116604]: from='client.453108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:20 smithi028 ceph-mon[112123]: from='client.453108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:21.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:20 smithi138 ceph-mon[117003]: from='client.453108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:21 smithi161 ceph-mon[116604]: pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:21 smithi028 ceph-mon[112123]: pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:21 smithi138 ceph-mon[117003]: pgmap v16788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:23 smithi161 ceph-mon[116604]: pgmap v16789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:23 smithi028 ceph-mon[112123]: pgmap v16789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:23 smithi138 ceph-mon[117003]: pgmap v16789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:25.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:25.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:25.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:25.790 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:25.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:25.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:25.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:25.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:25 smithi161 ceph-mon[116604]: pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:25 smithi028 ceph-mon[112123]: pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:25 smithi138 ceph-mon[117003]: pgmap v16790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:26 smithi161 ceph-mon[116604]: from='client.453180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:26 smithi028 ceph-mon[112123]: from='client.453180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:26 smithi138 ceph-mon[117003]: from='client.453180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:27 smithi161 ceph-mon[116604]: pgmap v16791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:06:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:27 smithi028 ceph-mon[112123]: pgmap v16791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:06:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:27 smithi138 ceph-mon[117003]: pgmap v16791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:06:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:29 smithi161 ceph-mon[116604]: pgmap v16792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:06:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:29 smithi028 ceph-mon[112123]: pgmap v16792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:06:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:29 smithi138 ceph-mon[117003]: pgmap v16792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:06:30.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:30.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:30.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:31.560 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:31.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:31.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:31.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:31.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:31 smithi161 ceph-mon[116604]: pgmap v16793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:06:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:31 smithi028 ceph-mon[112123]: pgmap v16793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:06:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:31 smithi138 ceph-mon[117003]: pgmap v16793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:06:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:32 smithi161 ceph-mon[116604]: from='client.453258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:32 smithi028 ceph-mon[112123]: from='client.453258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:32 smithi138 ceph-mon[117003]: from='client.453258 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:33 smithi161 ceph-mon[116604]: 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-07T14:06:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:33 smithi028 ceph-mon[112123]: 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-07T14:06:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:33 smithi138 ceph-mon[117003]: 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-07T14:06:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:35 smithi161 ceph-mon[116604]: 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-07T14:06:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:35 smithi028 ceph-mon[112123]: 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-07T14:06:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:35 smithi138 ceph-mon[117003]: 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-07T14:06:36.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:36.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:36.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:37.337 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:37.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:37.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:37.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:37.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:37 smithi028 ceph-mon[112123]: 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-07T14:06:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:37 smithi028 ceph-mon[112123]: from='client.453336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:37 smithi138 ceph-mon[117003]: 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-07T14:06:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:37 smithi138 ceph-mon[117003]: from='client.453336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:37 smithi161 ceph-mon[116604]: 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-07T14:06:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:37 smithi161 ceph-mon[116604]: from='client.453336 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:39 smithi161 ceph-mon[116604]: 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-07T14:06:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:06:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:39 smithi028 ceph-mon[112123]: 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-07T14:06:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:06:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:39 smithi138 ceph-mon[117003]: 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-07T14:06:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:06:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:06:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:06:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:06:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:06:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:06:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:06:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:06:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:06:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:06:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:41 smithi161 ceph-mon[116604]: 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-07T14:06:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:41 smithi028 ceph-mon[112123]: 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-07T14:06:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:41 smithi138 ceph-mon[117003]: 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-07T14:06:42.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:42.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:42.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:43.118 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:43.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:43.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:43.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:43.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:43 smithi161 ceph-mon[116604]: 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-07T14:06:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:43 smithi161 ceph-mon[116604]: from='client.453414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:43 smithi028 ceph-mon[112123]: 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-07T14:06:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:43 smithi028 ceph-mon[112123]: from='client.453414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:43 smithi138 ceph-mon[117003]: 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-07T14:06:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:43 smithi138 ceph-mon[117003]: from='client.453414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:45 smithi161 ceph-mon[116604]: pgmap v16800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:45 smithi028 ceph-mon[112123]: pgmap v16800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:45 smithi138 ceph-mon[117003]: pgmap v16800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:47 smithi028 ceph-mon[112123]: pgmap v16801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:47 smithi138 ceph-mon[117003]: pgmap v16801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:47 smithi161 ceph-mon[116604]: pgmap v16801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:48.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:48.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:48.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:48.888 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:48.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:48.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:48.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:48.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:49 smithi161 ceph-mon[116604]: from='client.453489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:49 smithi161 ceph-mon[116604]: pgmap v16802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:49 smithi028 ceph-mon[112123]: from='client.453489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:49 smithi028 ceph-mon[112123]: pgmap v16802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:49 smithi138 ceph-mon[117003]: from='client.453489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:49 smithi138 ceph-mon[117003]: pgmap v16802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:51 smithi161 ceph-mon[116604]: pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:51 smithi028 ceph-mon[112123]: pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:51 smithi138 ceph-mon[117003]: pgmap v16803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:06:53.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:53.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:53.890 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:53 smithi161 ceph-mon[116604]: pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:53 smithi028 ceph-mon[112123]: pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:53 smithi138 ceph-mon[117003]: pgmap v16804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:06:54.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:06:54.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:06:54.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:06:54.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:06:54.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:06:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:55 smithi161 ceph-mon[116604]: from='client.453567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:55 smithi161 ceph-mon[116604]: 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-07T14:06:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:55 smithi028 ceph-mon[112123]: from='client.453567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:55 smithi028 ceph-mon[112123]: 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-07T14:06:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:55 smithi138 ceph-mon[117003]: from='client.453567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:06:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:55 smithi138 ceph-mon[117003]: 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-07T14:06:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:57 smithi028 ceph-mon[112123]: pgmap v16806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:57 smithi138 ceph-mon[117003]: pgmap v16806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:57 smithi161 ceph-mon[116604]: pgmap v16806: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:59.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:06:59.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:06:59.681 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:06:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:06:59 smithi161 ceph-mon[116604]: pgmap v16807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:06:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:06:59 smithi028 ceph-mon[112123]: pgmap v16807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:06:59 smithi138 ceph-mon[117003]: pgmap v16807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:00.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:00.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:00.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:00.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:00.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:01 smithi161 ceph-mon[116604]: from='client.453645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:01 smithi161 ceph-mon[116604]: pgmap v16808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:01 smithi028 ceph-mon[112123]: from='client.453645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:01 smithi028 ceph-mon[112123]: pgmap v16808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:01 smithi138 ceph-mon[117003]: from='client.453645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:01 smithi138 ceph-mon[117003]: pgmap v16808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:03 smithi161 ceph-mon[116604]: pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:03 smithi028 ceph-mon[112123]: pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:03 smithi138 ceph-mon[117003]: pgmap v16809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:05.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:05.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:05.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:05 smithi161 ceph-mon[116604]: pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:05 smithi028 ceph-mon[112123]: pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:05 smithi138 ceph-mon[117003]: pgmap v16810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:06.233 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:06.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:06.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:06.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:06.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:06 smithi161 ceph-mon[116604]: from='client.453717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:06 smithi028 ceph-mon[112123]: from='client.453717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:06 smithi138 ceph-mon[117003]: from='client.453717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:07 smithi161 ceph-mon[116604]: 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-07T14:07:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:07 smithi028 ceph-mon[112123]: 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-07T14:07:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:07 smithi138 ceph-mon[117003]: 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-07T14:07:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:09 smithi161 ceph-mon[116604]: 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-07T14:07:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:09 smithi028 ceph-mon[112123]: 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-07T14:07:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:09 smithi138 ceph-mon[117003]: 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-07T14:07:11.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:11.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:11.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:11 smithi161 ceph-mon[116604]: 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-07T14:07:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:11 smithi028 ceph-mon[112123]: 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-07T14:07:12.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:12.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:12.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:12.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:12.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:11 smithi138 ceph-mon[117003]: 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-07T14:07:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:12 smithi161 ceph-mon[116604]: from='client.453795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:12 smithi028 ceph-mon[112123]: from='client.453795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:12 smithi138 ceph-mon[117003]: from='client.453795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:13 smithi161 ceph-mon[116604]: 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-07T14:07:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:13 smithi028 ceph-mon[112123]: 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-07T14:07:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:13 smithi138 ceph-mon[117003]: 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-07T14:07:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:15 smithi161 ceph-mon[116604]: 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-07T14:07:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:15 smithi028 ceph-mon[112123]: 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-07T14:07:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:15 smithi138 ceph-mon[117003]: 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-07T14:07:17.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:17.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:17.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:17 smithi028 ceph-mon[112123]: 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-07T14:07:17.791 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:17.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:17.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:17.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:17.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:17.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:17 smithi138 ceph-mon[117003]: 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-07T14:07:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:17 smithi161 ceph-mon[116604]: 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-07T14:07:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:18 smithi028 ceph-mon[112123]: from='client.453870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:18 smithi138 ceph-mon[117003]: from='client.453870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:18 smithi161 ceph-mon[116604]: from='client.453870 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:19 smithi028 ceph-mon[112123]: 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-07T14:07:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:19 smithi138 ceph-mon[117003]: 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-07T14:07:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:19 smithi161 ceph-mon[116604]: 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-07T14:07:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:21 smithi161 ceph-mon[116604]: 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-07T14:07:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:21 smithi028 ceph-mon[112123]: 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-07T14:07:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:21 smithi138 ceph-mon[117003]: 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-07T14:07:22.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:22.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:22.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:23.569 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:23.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:23.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:23.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:23.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:23 smithi161 ceph-mon[116604]: 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-07T14:07:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:23 smithi028 ceph-mon[112123]: 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-07T14:07:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:23 smithi138 ceph-mon[117003]: 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-07T14:07:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:24 smithi161 ceph-mon[116604]: from='client.453945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:24 smithi028 ceph-mon[112123]: from='client.453945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:24 smithi138 ceph-mon[117003]: from='client.453945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:25 smithi161 ceph-mon[116604]: pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:25 smithi028 ceph-mon[112123]: pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:25 smithi138 ceph-mon[117003]: pgmap v16820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:07:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:27 smithi028 ceph-mon[112123]: pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:27.795 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:27 smithi138 ceph-mon[117003]: pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:27 smithi161 ceph-mon[116604]: pgmap v16821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:28.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:28.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:28.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:29.347 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:29.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:29.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:29.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:29.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:29 smithi161 ceph-mon[116604]: pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:29 smithi161 ceph-mon[116604]: from='client.454023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:29 smithi028 ceph-mon[112123]: pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:29 smithi028 ceph-mon[112123]: from='client.454023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:29 smithi138 ceph-mon[117003]: pgmap v16822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:29 smithi138 ceph-mon[117003]: from='client.454023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:31 smithi161 ceph-mon[116604]: pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:07:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:31 smithi028 ceph-mon[112123]: pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:07:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:31 smithi138 ceph-mon[117003]: pgmap v16823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:07:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:33 smithi161 ceph-mon[116604]: pgmap v16824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:07:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:33 smithi028 ceph-mon[112123]: pgmap v16824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:07:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:33 smithi138 ceph-mon[117003]: pgmap v16824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:07:34.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:34.350 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:34.350 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:35.129 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:35.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:35.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:35.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:35.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:35 smithi161 ceph-mon[116604]: 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-07T14:07:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:35 smithi161 ceph-mon[116604]: from='client.454101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:35 smithi028 ceph-mon[112123]: 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-07T14:07:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:35 smithi028 ceph-mon[112123]: from='client.454101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:35 smithi138 ceph-mon[117003]: 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-07T14:07:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:35 smithi138 ceph-mon[117003]: from='client.454101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:37 smithi028 ceph-mon[112123]: pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:37 smithi138 ceph-mon[117003]: pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:37 smithi161 ceph-mon[116604]: pgmap v16826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:39 smithi161 ceph-mon[116604]: pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:39 smithi028 ceph-mon[112123]: pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:39 smithi138 ceph-mon[117003]: pgmap v16827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:07:40.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:40.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:40.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:40.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:40.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:40.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:40.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:40.928 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:07:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:07:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:07:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:07:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:07:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:07:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:07:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:07:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:07:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:07:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:07:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:07:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:41 smithi161 ceph-mon[116604]: from='client.454173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:41 smithi161 ceph-mon[116604]: pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:41 smithi028 ceph-mon[112123]: from='client.454173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:41 smithi028 ceph-mon[112123]: pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:41 smithi138 ceph-mon[117003]: from='client.454173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:41 smithi138 ceph-mon[117003]: pgmap v16828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:07:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:43 smithi161 ceph-mon[116604]: pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:07:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:43 smithi028 ceph-mon[112123]: pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:07:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:43 smithi138 ceph-mon[117003]: pgmap v16829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:07:45.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:45.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:45.930 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:45 smithi161 ceph-mon[116604]: pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:07:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:45 smithi028 ceph-mon[112123]: pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:07:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:45 smithi138 ceph-mon[117003]: pgmap v16830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:07:46.716 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:46.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:46.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:46.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:46.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:47 smithi028 ceph-mon[112123]: from='client.454248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:47 smithi028 ceph-mon[112123]: 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-07T14:07:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:47 smithi138 ceph-mon[117003]: from='client.454248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:47 smithi138 ceph-mon[117003]: 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-07T14:07:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:47 smithi161 ceph-mon[116604]: from='client.454248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:47 smithi161 ceph-mon[116604]: 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-07T14:07:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:49 smithi161 ceph-mon[116604]: 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-07T14:07:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:49 smithi028 ceph-mon[112123]: 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-07T14:07:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:49 smithi138 ceph-mon[117003]: 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-07T14:07:51.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:51.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:51.719 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:51 smithi161 ceph-mon[116604]: 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-07T14:07:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:51 smithi028 ceph-mon[112123]: 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-07T14:07:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:51 smithi138 ceph-mon[117003]: 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-07T14:07:52.499 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:52.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:52.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:52.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:52.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:53 smithi161 ceph-mon[116604]: from='client.454326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:53 smithi161 ceph-mon[116604]: 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-07T14:07:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:53 smithi028 ceph-mon[112123]: from='client.454326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:53 smithi028 ceph-mon[112123]: 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-07T14:07:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:53 smithi138 ceph-mon[117003]: from='client.454326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:53 smithi138 ceph-mon[117003]: 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-07T14:07:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:55 smithi161 ceph-mon[116604]: 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-07T14:07:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:55 smithi028 ceph-mon[112123]: 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-07T14:07:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:55 smithi138 ceph-mon[117003]: 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-07T14:07:57.501 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:07:57.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:07:57.502 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:07:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:57 smithi028 ceph-mon[112123]: 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-07T14:07:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:57 smithi138 ceph-mon[117003]: 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-07T14:07:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:57 smithi161 ceph-mon[116604]: 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-07T14:07:58.278 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:07:58.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:07:58.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:07:58.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:07:58.278 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:07:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:58 smithi028 ceph-mon[112123]: from='client.454398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:58 smithi138 ceph-mon[117003]: from='client.454398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:58 smithi161 ceph-mon[116604]: from='client.454398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:07:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:07:59 smithi028 ceph-mon[112123]: 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-07T14:07:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:07:59 smithi138 ceph-mon[117003]: 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-07T14:07:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:07:59 smithi161 ceph-mon[116604]: 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-07T14:08:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:01 smithi161 ceph-mon[116604]: 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-07T14:08:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:01 smithi028 ceph-mon[112123]: 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-07T14:08:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:01 smithi138 ceph-mon[117003]: 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-07T14:08:03.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:03.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:03.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:03 smithi161 ceph-mon[116604]: 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-07T14:08:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:03 smithi028 ceph-mon[112123]: 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-07T14:08:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:03 smithi138 ceph-mon[117003]: 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-07T14:08:04.060 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:04.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:04.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:04.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:04.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:04 smithi161 ceph-mon[116604]: from='client.454470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:04 smithi028 ceph-mon[112123]: from='client.454470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:04 smithi138 ceph-mon[117003]: from='client.454470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:05 smithi161 ceph-mon[116604]: pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:05 smithi028 ceph-mon[112123]: pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:05 smithi138 ceph-mon[117003]: pgmap v16840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:07 smithi028 ceph-mon[112123]: pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:07 smithi138 ceph-mon[117003]: pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:07 smithi161 ceph-mon[116604]: pgmap v16841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:09.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:09.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:09.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:09.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:09.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:09.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:09.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:09.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:09 smithi161 ceph-mon[116604]: pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:09 smithi028 ceph-mon[112123]: pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:09 smithi138 ceph-mon[117003]: pgmap v16842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:10 smithi161 ceph-mon[116604]: from='client.454542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:10 smithi028 ceph-mon[112123]: from='client.454542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:10 smithi138 ceph-mon[117003]: from='client.454542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:11 smithi161 ceph-mon[116604]: 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-07T14:08:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:11 smithi028 ceph-mon[112123]: 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-07T14:08:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:11 smithi138 ceph-mon[117003]: 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-07T14:08:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:13 smithi161 ceph-mon[116604]: 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-07T14:08:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:13 smithi028 ceph-mon[112123]: 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-07T14:08:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:13 smithi138 ceph-mon[117003]: 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-07T14:08:14.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:14.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:14.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:15.619 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:15.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:15.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:15.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:15.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:15 smithi161 ceph-mon[116604]: 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-07T14:08:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:15 smithi028 ceph-mon[112123]: 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-07T14:08:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:15 smithi138 ceph-mon[117003]: 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-07T14:08:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:16 smithi161 ceph-mon[116604]: from='client.454617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:16 smithi028 ceph-mon[112123]: from='client.454617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:16 smithi138 ceph-mon[117003]: from='client.454617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:17 smithi161 ceph-mon[116604]: pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:17 smithi028 ceph-mon[112123]: pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:17 smithi138 ceph-mon[117003]: pgmap v16846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:19 smithi161 ceph-mon[116604]: pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:19 smithi028 ceph-mon[112123]: pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:19 smithi138 ceph-mon[117003]: pgmap v16847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:20.621 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:20.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:20.622 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:21.393 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:21.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:21.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:21.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:21.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:21 smithi161 ceph-mon[116604]: pgmap v16848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:21 smithi028 ceph-mon[112123]: pgmap v16848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:21 smithi138 ceph-mon[117003]: pgmap v16848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:22 smithi161 ceph-mon[116604]: from='client.454695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:22 smithi028 ceph-mon[112123]: from='client.454695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:22 smithi138 ceph-mon[117003]: from='client.454695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:23 smithi161 ceph-mon[116604]: 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-07T14:08:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:23 smithi028 ceph-mon[112123]: 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-07T14:08:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:23 smithi138 ceph-mon[117003]: 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-07T14:08:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:25 smithi161 ceph-mon[116604]: 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-07T14:08:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:25 smithi028 ceph-mon[112123]: 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-07T14:08:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:25 smithi138 ceph-mon[117003]: 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-07T14:08:26.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:26.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:26.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:27.176 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:27.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:27.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:27.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:27.176 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:27 smithi028 ceph-mon[112123]: 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-07T14:08:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:27 smithi028 ceph-mon[112123]: from='client.454767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:27 smithi138 ceph-mon[117003]: 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-07T14:08:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:27 smithi138 ceph-mon[117003]: from='client.454767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:27 smithi161 ceph-mon[116604]: 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-07T14:08:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:27 smithi161 ceph-mon[116604]: from='client.454767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:29 smithi161 ceph-mon[116604]: 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-07T14:08:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:29 smithi028 ceph-mon[112123]: 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-07T14:08:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:29 smithi138 ceph-mon[117003]: 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-07T14:08:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:31 smithi161 ceph-mon[116604]: 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-07T14:08:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:31 smithi028 ceph-mon[112123]: 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-07T14:08:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:31 smithi138 ceph-mon[117003]: 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-07T14:08:32.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:32.178 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:32.178 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:32.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:32.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:32.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:32.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:32.970 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:33 smithi161 ceph-mon[116604]: 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-07T14:08:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:33 smithi161 ceph-mon[116604]: from='client.454842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:33 smithi028 ceph-mon[112123]: 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-07T14:08:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:33 smithi028 ceph-mon[112123]: from='client.454842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:33 smithi138 ceph-mon[117003]: 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-07T14:08:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:33 smithi138 ceph-mon[117003]: from='client.454842 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:35 smithi161 ceph-mon[116604]: 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-07T14:08:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:35 smithi028 ceph-mon[112123]: 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-07T14:08:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:35 smithi138 ceph-mon[117003]: 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-07T14:08:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:37 smithi138 ceph-mon[117003]: 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-07T14:08:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:37 smithi161 ceph-mon[116604]: 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-07T14:08:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:37 smithi028 ceph-mon[112123]: 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-07T14:08:37.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:37.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:37.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:38.745 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:38.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:38.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:38.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:38.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:39 smithi161 ceph-mon[116604]: from='client.454920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:39 smithi161 ceph-mon[116604]: 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-07T14:08:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:39 smithi028 ceph-mon[112123]: from='client.454920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:39 smithi028 ceph-mon[112123]: 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-07T14:08:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:39 smithi138 ceph-mon[117003]: from='client.454920 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:39 smithi138 ceph-mon[117003]: 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-07T14:08:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:41 smithi161 ceph-mon[116604]: pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:08:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:08:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:08:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:08:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:41 smithi028 ceph-mon[112123]: pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:08:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:08:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:08:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:08:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:41 smithi138 ceph-mon[117003]: pgmap v16858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:08:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:08:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:08:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:08:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:08:43.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:43.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:43.747 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:43 smithi161 ceph-mon[116604]: pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:43 smithi028 ceph-mon[112123]: pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:43 smithi138 ceph-mon[117003]: pgmap v16859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:44.528 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:44.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:44.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:44.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:44.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:45 smithi161 ceph-mon[116604]: from='client.454998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:45 smithi161 ceph-mon[116604]: 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-07T14:08:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:45 smithi028 ceph-mon[112123]: from='client.454998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:45 smithi028 ceph-mon[112123]: 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-07T14:08:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:45 smithi138 ceph-mon[117003]: from='client.454998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:46.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:45 smithi138 ceph-mon[117003]: 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-07T14:08:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:47 smithi138 ceph-mon[117003]: 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-07T14:08:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:47 smithi161 ceph-mon[116604]: 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-07T14:08:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:47 smithi028 ceph-mon[112123]: 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-07T14:08:49.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:49.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:49.531 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:49 smithi161 ceph-mon[116604]: 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-07T14:08:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:49 smithi028 ceph-mon[112123]: 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-07T14:08:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:49 smithi138 ceph-mon[117003]: 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-07T14:08:50.306 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:50.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:50.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:50.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:50.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:50 smithi161 ceph-mon[116604]: from='client.455073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:50 smithi028 ceph-mon[112123]: from='client.455073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:50 smithi138 ceph-mon[117003]: from='client.455073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:51 smithi161 ceph-mon[116604]: 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-07T14:08:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:51 smithi028 ceph-mon[112123]: 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-07T14:08:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:51 smithi138 ceph-mon[117003]: 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-07T14:08:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:53 smithi161 ceph-mon[116604]: pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:53 smithi028 ceph-mon[112123]: pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:53 smithi138 ceph-mon[117003]: pgmap v16864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:08:55.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:08:55.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:08:55.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:08:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:55 smithi161 ceph-mon[116604]: pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:55 smithi028 ceph-mon[112123]: pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:55 smithi138 ceph-mon[117003]: pgmap v16865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:08:56.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:08:56.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:08:56.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:08:56.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:08:56.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:08:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:56 smithi161 ceph-mon[116604]: from='client.455148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:56 smithi028 ceph-mon[112123]: from='client.455148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:56 smithi138 ceph-mon[117003]: from='client.455148 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:08:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:57 smithi161 ceph-mon[116604]: 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-07T14:08:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:57 smithi028 ceph-mon[112123]: 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-07T14:08:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:57 smithi138 ceph-mon[117003]: 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-07T14:08:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:08:59 smithi161 ceph-mon[116604]: 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-07T14:08:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:08:59 smithi028 ceph-mon[112123]: 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-07T14:09:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:08:59 smithi138 ceph-mon[117003]: 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-07T14:09:01.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:01.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:01.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:01.877 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:01.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:01.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:01.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:01.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:01 smithi161 ceph-mon[116604]: 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-07T14:09:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:01 smithi028 ceph-mon[112123]: 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-07T14:09:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:01 smithi138 ceph-mon[117003]: 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-07T14:09:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:02 smithi161 ceph-mon[116604]: from='client.455226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:02 smithi028 ceph-mon[112123]: from='client.455226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:02 smithi138 ceph-mon[117003]: from='client.455226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:03 smithi161 ceph-mon[116604]: 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-07T14:09:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:03 smithi028 ceph-mon[112123]: 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-07T14:09:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:03 smithi138 ceph-mon[117003]: 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-07T14:09:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:05 smithi161 ceph-mon[116604]: 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-07T14:09:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:05 smithi028 ceph-mon[112123]: 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-07T14:09:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:05 smithi138 ceph-mon[117003]: 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-07T14:09:06.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:06.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:06.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:07.644 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:07.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:07.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:07.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:07.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:07 smithi138 ceph-mon[117003]: 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-07T14:09:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:07 smithi161 ceph-mon[116604]: 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-07T14:09:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:07 smithi028 ceph-mon[112123]: 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-07T14:09:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:08 smithi138 ceph-mon[117003]: from='client.455304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:08 smithi161 ceph-mon[116604]: from='client.455304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:08 smithi028 ceph-mon[112123]: from='client.455304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:09 smithi138 ceph-mon[117003]: 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-07T14:09:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:09 smithi161 ceph-mon[116604]: 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-07T14:09:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:09 smithi028 ceph-mon[112123]: 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-07T14:09:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:11 smithi161 ceph-mon[116604]: 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-07T14:09:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:11 smithi028 ceph-mon[112123]: 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-07T14:09:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:11 smithi138 ceph-mon[117003]: 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-07T14:09:12.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:12.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:12.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:13.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:13.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:13.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:13.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:13.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:13 smithi161 ceph-mon[116604]: 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-07T14:09:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:13 smithi028 ceph-mon[112123]: 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-07T14:09:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:13 smithi138 ceph-mon[117003]: 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-07T14:09:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:14 smithi161 ceph-mon[116604]: from='client.455376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:14 smithi028 ceph-mon[112123]: from='client.455376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:14 smithi138 ceph-mon[117003]: from='client.455376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:15 smithi161 ceph-mon[116604]: 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-07T14:09:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:15 smithi028 ceph-mon[112123]: 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-07T14:09:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:15 smithi138 ceph-mon[117003]: 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-07T14:09:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:17 smithi138 ceph-mon[117003]: 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-07T14:09:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:17 smithi161 ceph-mon[116604]: 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-07T14:09:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:17 smithi028 ceph-mon[112123]: 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-07T14:09:18.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:18.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:18.421 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:19.196 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:19.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:19.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:19.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:19.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:19 smithi161 ceph-mon[116604]: 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-07T14:09:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:19 smithi161 ceph-mon[116604]: from='client.455451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:19 smithi028 ceph-mon[112123]: 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-07T14:09:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:19 smithi028 ceph-mon[112123]: from='client.455451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:19 smithi138 ceph-mon[117003]: 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-07T14:09:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:19 smithi138 ceph-mon[117003]: from='client.455451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:21 smithi028 ceph-mon[112123]: pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:21 smithi138 ceph-mon[117003]: pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:21 smithi161 ceph-mon[116604]: pgmap v16878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:09:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:23 smithi161 ceph-mon[116604]: pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:23.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:23 smithi028 ceph-mon[112123]: pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:23 smithi138 ceph-mon[117003]: pgmap v16879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:24.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:24.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:24.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:24.970 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:24.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:24.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:24.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:24.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:25 smithi161 ceph-mon[116604]: 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-07T14:09:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:25 smithi161 ceph-mon[116604]: from='client.455526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:25 smithi028 ceph-mon[112123]: 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-07T14:09:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:25 smithi028 ceph-mon[112123]: from='client.455526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:25 smithi138 ceph-mon[117003]: 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-07T14:09:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:25 smithi138 ceph-mon[117003]: from='client.455526 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:27 smithi138 ceph-mon[117003]: 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-07T14:09:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:27 smithi161 ceph-mon[116604]: 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-07T14:09:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:27 smithi028 ceph-mon[112123]: 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-07T14:09:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:29 smithi161 ceph-mon[116604]: 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-07T14:09:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:29 smithi028 ceph-mon[112123]: 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-07T14:09:29.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:29.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:29.972 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:29 smithi138 ceph-mon[117003]: 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-07T14:09:30.736 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:30.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:30.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:30.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:30.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:31 smithi161 ceph-mon[116604]: from='client.455601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:31 smithi161 ceph-mon[116604]: 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-07T14:09:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:31 smithi028 ceph-mon[112123]: from='client.455601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:31 smithi028 ceph-mon[112123]: 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-07T14:09:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:31 smithi138 ceph-mon[117003]: from='client.455601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:31 smithi138 ceph-mon[117003]: 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-07T14:09:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:33 smithi161 ceph-mon[116604]: pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:09:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:33 smithi028 ceph-mon[112123]: pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:09:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:33 smithi138 ceph-mon[117003]: pgmap v16884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:09:35.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:35.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:35.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:35 smithi161 ceph-mon[116604]: pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:35 smithi028 ceph-mon[112123]: pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:35 smithi138 ceph-mon[117003]: pgmap v16885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:09:36.512 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:36.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:36.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:36.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:36.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:37 smithi138 ceph-mon[117003]: from='client.455679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:37.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:37 smithi138 ceph-mon[117003]: 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-07T14:09:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:37 smithi161 ceph-mon[116604]: from='client.455679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:37 smithi161 ceph-mon[116604]: 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-07T14:09:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:37 smithi028 ceph-mon[112123]: from='client.455679 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:37 smithi028 ceph-mon[112123]: 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-07T14:09:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:39 smithi161 ceph-mon[116604]: 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-07T14:09:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:39 smithi028 ceph-mon[112123]: 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-07T14:09:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:39 smithi138 ceph-mon[117003]: 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-07T14:09:41.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:41.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:41.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:41 smithi161 ceph-mon[116604]: 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-07T14:09:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:09:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:41 smithi028 ceph-mon[112123]: 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-07T14:09:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:09:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:41 smithi138 ceph-mon[117003]: 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-07T14:09:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:09:42.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:42.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:42.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:42.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:42.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:42 smithi161 ceph-mon[116604]: from='client.455754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:09:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:09:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:09:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:42 smithi028 ceph-mon[112123]: from='client.455754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:09:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:09:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:09:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:42 smithi138 ceph-mon[117003]: from='client.455754 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:09:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:09:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:09:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:43 smithi161 ceph-mon[116604]: 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-07T14:09:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:43 smithi028 ceph-mon[112123]: 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-07T14:09:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:43 smithi138 ceph-mon[117003]: 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-07T14:09:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:45 smithi161 ceph-mon[116604]: 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-07T14:09:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:45 smithi028 ceph-mon[112123]: 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-07T14:09:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:45 smithi138 ceph-mon[117003]: 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-07T14:09:47.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:47.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:47.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:47 smithi138 ceph-mon[117003]: 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-07T14:09:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:47 smithi161 ceph-mon[116604]: 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-07T14:09:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:47 smithi028 ceph-mon[112123]: 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-07T14:09:48.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:48.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:48.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:48.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:48.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:48 smithi138 ceph-mon[117003]: from='client.455829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:48 smithi161 ceph-mon[116604]: from='client.455829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:48 smithi028 ceph-mon[112123]: from='client.455829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:49 smithi138 ceph-mon[117003]: 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-07T14:09:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:49 smithi161 ceph-mon[116604]: 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-07T14:09:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:49 smithi028 ceph-mon[112123]: 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-07T14:09:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:51 smithi161 ceph-mon[116604]: 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-07T14:09:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:51 smithi028 ceph-mon[112123]: 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-07T14:09:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:51 smithi138 ceph-mon[117003]: 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-07T14:09:53.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:53.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:53.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:53.864 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:53.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:53 smithi161 ceph-mon[116604]: 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-07T14:09:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:53 smithi028 ceph-mon[112123]: 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-07T14:09:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:53 smithi138 ceph-mon[117003]: 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-07T14:09:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:54 smithi161 ceph-mon[116604]: from='client.455907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:54 smithi028 ceph-mon[112123]: from='client.455907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:54 smithi138 ceph-mon[117003]: from='client.455907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:09:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:55 smithi161 ceph-mon[116604]: 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-07T14:09:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:55 smithi028 ceph-mon[112123]: 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-07T14:09:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:55 smithi138 ceph-mon[117003]: 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-07T14:09:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:57 smithi138 ceph-mon[117003]: 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-07T14:09:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:57 smithi161 ceph-mon[116604]: 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-07T14:09:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:57 smithi028 ceph-mon[112123]: 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-07T14:09:58.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:09:58.866 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:09:58.867 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:09:59.648 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:09:59.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:09:59.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:09:59.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:09:59.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:09:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:09:59 smithi161 ceph-mon[116604]: 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-07T14:09:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:09:59 smithi028 ceph-mon[112123]: 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-07T14:10:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:09:59 smithi138 ceph-mon[117003]: 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-07T14:10:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:00 smithi161 ceph-mon[116604]: from='client.455982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T14:10:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:00 smithi028 ceph-mon[112123]: from='client.455982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T14:10:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:00 smithi138 ceph-mon[117003]: from='client.455982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T14:10:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:01 smithi161 ceph-mon[116604]: pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:01 smithi028 ceph-mon[112123]: pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:01 smithi138 ceph-mon[117003]: pgmap v16898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:03 smithi161 ceph-mon[116604]: pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:03 smithi028 ceph-mon[112123]: pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:03 smithi138 ceph-mon[117003]: pgmap v16899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:04.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:04.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:04.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:05.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:05.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:05.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:05.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:05.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:05 smithi161 ceph-mon[116604]: 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-07T14:10:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:05 smithi028 ceph-mon[112123]: 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-07T14:10:06.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:05 smithi138 ceph-mon[117003]: 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-07T14:10:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:06 smithi161 ceph-mon[116604]: from='client.456060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:06 smithi028 ceph-mon[112123]: from='client.456060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:06 smithi138 ceph-mon[117003]: from='client.456060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:07 smithi161 ceph-mon[116604]: 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-07T14:10:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:07 smithi028 ceph-mon[112123]: 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-07T14:10:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:07 smithi138 ceph-mon[117003]: 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-07T14:10:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:09 smithi161 ceph-mon[116604]: 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-07T14:10:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:09 smithi028 ceph-mon[112123]: 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-07T14:10:10.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:09 smithi138 ceph-mon[117003]: 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-07T14:10:10.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:10.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:10.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:11.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:11.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:11.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:11.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:11.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:11.647 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:11 smithi138 ceph-mon[117003]: 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-07T14:10:11.647 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:11 smithi138 ceph-mon[117003]: from='client.456135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:11 smithi161 ceph-mon[116604]: 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-07T14:10:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:11 smithi161 ceph-mon[116604]: from='client.456135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:11 smithi028 ceph-mon[112123]: 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-07T14:10:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:11 smithi028 ceph-mon[112123]: from='client.456135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:13 smithi161 ceph-mon[116604]: pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:13 smithi028 ceph-mon[112123]: pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:13 smithi138 ceph-mon[117003]: pgmap v16904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:15 smithi161 ceph-mon[116604]: pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:15 smithi028 ceph-mon[112123]: pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:15 smithi138 ceph-mon[117003]: pgmap v16905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:16.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:16.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:16.220 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:16.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:16.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:16.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:16.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:16.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:17 smithi138 ceph-mon[117003]: 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-07T14:10:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:17 smithi138 ceph-mon[117003]: from='client.456210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:17 smithi161 ceph-mon[116604]: 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-07T14:10:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:17 smithi161 ceph-mon[116604]: from='client.456210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:17 smithi028 ceph-mon[112123]: 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-07T14:10:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:17 smithi028 ceph-mon[112123]: from='client.456210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:19 smithi161 ceph-mon[116604]: 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-07T14:10:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:19 smithi028 ceph-mon[112123]: 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-07T14:10:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:19 smithi138 ceph-mon[117003]: 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-07T14:10:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:21 smithi161 ceph-mon[116604]: 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-07T14:10:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:21 smithi028 ceph-mon[112123]: 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-07T14:10:21.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:21.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:21.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:21 smithi138 ceph-mon[117003]: 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-07T14:10:22.761 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:22.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:22.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:22.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:22.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:23 smithi161 ceph-mon[116604]: from='client.456285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:23 smithi161 ceph-mon[116604]: 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-07T14:10:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:23 smithi028 ceph-mon[112123]: from='client.456285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:23 smithi028 ceph-mon[112123]: 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-07T14:10:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:23 smithi138 ceph-mon[117003]: from='client.456285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:23 smithi138 ceph-mon[117003]: 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-07T14:10:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:25 smithi161 ceph-mon[116604]: 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-07T14:10:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:25 smithi028 ceph-mon[112123]: 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-07T14:10:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:25 smithi138 ceph-mon[117003]: 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-07T14:10:27.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:27.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:27.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:27 smithi138 ceph-mon[117003]: 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-07T14:10:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:27 smithi161 ceph-mon[116604]: 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-07T14:10:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:27 smithi028 ceph-mon[112123]: 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-07T14:10:28.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:28.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:28.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:28.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:28.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:29 smithi161 ceph-mon[116604]: from='client.456363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:29 smithi161 ceph-mon[116604]: 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-07T14:10:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:29 smithi028 ceph-mon[112123]: from='client.456363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:29 smithi028 ceph-mon[112123]: 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-07T14:10:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:29 smithi138 ceph-mon[117003]: from='client.456363 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:29 smithi138 ceph-mon[117003]: 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-07T14:10:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:31 smithi161 ceph-mon[116604]: 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-07T14:10:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:31 smithi028 ceph-mon[112123]: 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-07T14:10:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:31 smithi138 ceph-mon[117003]: 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-07T14:10:33.539 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:33.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:33.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:33 smithi161 ceph-mon[116604]: 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-07T14:10:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:33 smithi028 ceph-mon[112123]: 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-07T14:10:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:33 smithi138 ceph-mon[117003]: 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-07T14:10:34.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:34.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:34.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:34.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:34.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:34 smithi161 ceph-mon[116604]: from='client.456441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:34 smithi028 ceph-mon[112123]: from='client.456441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:34 smithi138 ceph-mon[117003]: from='client.456441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:35 smithi161 ceph-mon[116604]: pgmap v16915: 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-07T14:10:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:35 smithi028 ceph-mon[112123]: pgmap v16915: 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-07T14:10:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:35 smithi138 ceph-mon[117003]: pgmap v16915: 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-07T14:10:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:37 smithi138 ceph-mon[117003]: pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:37 smithi161 ceph-mon[116604]: pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:37 smithi028 ceph-mon[112123]: pgmap v16916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:39.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:39.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:39.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:39 smithi161 ceph-mon[116604]: pgmap v16917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:39 smithi028 ceph-mon[112123]: pgmap v16917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:39 smithi138 ceph-mon[117003]: pgmap v16917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:40.079 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:40.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:40.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:40.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:40.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:40 smithi161 ceph-mon[116604]: from='client.456516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:40 smithi028 ceph-mon[112123]: from='client.456516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:40 smithi138 ceph-mon[117003]: from='client.456516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:41 smithi161 ceph-mon[116604]: pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:41 smithi028 ceph-mon[112123]: pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:41 smithi138 ceph-mon[117003]: pgmap v16918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:10:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:10:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:10:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:43 smithi161 ceph-mon[116604]: pgmap v16919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:10:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:10:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:10:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:43 smithi028 ceph-mon[112123]: pgmap v16919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:44.049 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:10:44.050 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:10:44.050 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:10:44.054 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:43 smithi138 ceph-mon[117003]: pgmap v16919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:10:44.054 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:10:44.054 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:10:44.054 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:10:45.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:45.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:45.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:45.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:45.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:45.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:45.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:45.858 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:45 smithi161 ceph-mon[116604]: 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-07T14:10:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:45 smithi028 ceph-mon[112123]: 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-07T14:10:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:45 smithi138 ceph-mon[117003]: 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-07T14:10:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:46 smithi161 ceph-mon[116604]: from='client.456588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:46 smithi028 ceph-mon[112123]: from='client.456588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:46 smithi138 ceph-mon[117003]: from='client.456588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:47 smithi161 ceph-mon[116604]: pgmap v16921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:47 smithi028 ceph-mon[112123]: pgmap v16921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:47 smithi138 ceph-mon[117003]: pgmap v16921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:49 smithi161 ceph-mon[116604]: pgmap v16922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:49 smithi028 ceph-mon[112123]: pgmap v16922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:49 smithi138 ceph-mon[117003]: pgmap v16922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:10:50.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:50.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:50.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:51.641 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:51.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:51.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:51.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:51.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:51 smithi161 ceph-mon[116604]: pgmap v16923: 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-07T14:10:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:51 smithi028 ceph-mon[112123]: pgmap v16923: 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-07T14:10:52.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:51 smithi138 ceph-mon[117003]: pgmap v16923: 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-07T14:10:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:52 smithi161 ceph-mon[116604]: from='client.456663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:52 smithi028 ceph-mon[112123]: from='client.456663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:52 smithi138 ceph-mon[117003]: from='client.456663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:53 smithi161 ceph-mon[116604]: pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:53 smithi028 ceph-mon[112123]: pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:53 smithi138 ceph-mon[117003]: pgmap v16924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:10:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:55 smithi161 ceph-mon[116604]: pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:55 smithi028 ceph-mon[112123]: pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:56.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:55 smithi138 ceph-mon[117003]: pgmap v16925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:10:56.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:10:56.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:10:56.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:10:57.416 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:10:57.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:10:57.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:10:57.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:10:57.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:10:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:57 smithi138 ceph-mon[117003]: 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-07T14:10:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:57 smithi161 ceph-mon[116604]: 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-07T14:10:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:57 smithi028 ceph-mon[112123]: 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-07T14:10:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:58 smithi138 ceph-mon[117003]: from='client.456741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:58 smithi161 ceph-mon[116604]: from='client.456741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:58 smithi028 ceph-mon[112123]: from='client.456741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:10:59.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:10:59 smithi138 ceph-mon[117003]: 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-07T14:10:59.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:10:59 smithi161 ceph-mon[116604]: 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-07T14:10:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:10:59 smithi028 ceph-mon[112123]: 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-07T14:11:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:01 smithi161 ceph-mon[116604]: 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-07T14:11:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:01 smithi028 ceph-mon[112123]: 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-07T14:11:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:01 smithi138 ceph-mon[117003]: 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-07T14:11:02.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:02.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:02.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:03.196 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:03.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:03.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:03.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:03.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:03 smithi161 ceph-mon[116604]: 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-07T14:11:03.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:03 smithi161 ceph-mon[116604]: from='client.456813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:03 smithi028 ceph-mon[112123]: 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-07T14:11:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:03 smithi028 ceph-mon[112123]: from='client.456813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:03 smithi138 ceph-mon[117003]: 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-07T14:11:04.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:03 smithi138 ceph-mon[117003]: from='client.456813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:05 smithi161 ceph-mon[116604]: 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-07T14:11:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:05 smithi028 ceph-mon[112123]: 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-07T14:11:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:05 smithi138 ceph-mon[117003]: 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-07T14:11:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:07 smithi138 ceph-mon[117003]: 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-07T14:11:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:07 smithi161 ceph-mon[116604]: 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-07T14:11:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:07 smithi028 ceph-mon[112123]: 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-07T14:11:08.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:08.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:08.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:08.974 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:08.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:08.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:08.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:08.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:09 smithi161 ceph-mon[116604]: from='client.456888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:09 smithi161 ceph-mon[116604]: 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-07T14:11:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:09 smithi028 ceph-mon[112123]: from='client.456888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:09 smithi028 ceph-mon[112123]: 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-07T14:11:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:09 smithi138 ceph-mon[117003]: from='client.456888 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:10.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:09 smithi138 ceph-mon[117003]: 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-07T14:11:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:11 smithi161 ceph-mon[116604]: 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-07T14:11:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:11 smithi028 ceph-mon[112123]: 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-07T14:11:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:11 smithi138 ceph-mon[117003]: 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-07T14:11:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:13 smithi161 ceph-mon[116604]: 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-07T14:11:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:13 smithi028 ceph-mon[112123]: 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-07T14:11:13.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:13.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:13.976 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:13 smithi138 ceph-mon[117003]: 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-07T14:11:14.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:14.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:14.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:14.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:14.747 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:15 smithi161 ceph-mon[116604]: from='client.456963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:15 smithi161 ceph-mon[116604]: pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:15 smithi028 ceph-mon[112123]: from='client.456963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:15 smithi028 ceph-mon[112123]: pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:15 smithi138 ceph-mon[117003]: from='client.456963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:15 smithi138 ceph-mon[117003]: pgmap v16935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:17 smithi138 ceph-mon[117003]: pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:17 smithi161 ceph-mon[116604]: pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:17 smithi028 ceph-mon[112123]: pgmap v16936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:19.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:19.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:19.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:19 smithi161 ceph-mon[116604]: pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:19 smithi028 ceph-mon[112123]: pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:19 smithi138 ceph-mon[117003]: pgmap v16937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:20.526 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:20.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:20.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:20.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:20.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:21 smithi161 ceph-mon[116604]: from='client.457035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:21.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:21 smithi161 ceph-mon[116604]: 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-07T14:11:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:21 smithi028 ceph-mon[112123]: from='client.457035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:21 smithi028 ceph-mon[112123]: 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-07T14:11:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:21 smithi138 ceph-mon[117003]: from='client.457035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:21 smithi138 ceph-mon[117003]: 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-07T14:11:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:23 smithi161 ceph-mon[116604]: 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-07T14:11:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:23 smithi028 ceph-mon[112123]: 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-07T14:11:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:23 smithi138 ceph-mon[117003]: 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-07T14:11:25.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:25.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:25.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:25 smithi161 ceph-mon[116604]: 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-07T14:11:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:25 smithi028 ceph-mon[112123]: 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-07T14:11:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:25 smithi138 ceph-mon[117003]: 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-07T14:11:26.300 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:26.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:26.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:26.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:26.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:26 smithi161 ceph-mon[116604]: from='client.457110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:26 smithi028 ceph-mon[112123]: from='client.457110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:26 smithi138 ceph-mon[117003]: from='client.457110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:27 smithi161 ceph-mon[116604]: pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:27 smithi028 ceph-mon[112123]: pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:27 smithi138 ceph-mon[117003]: pgmap v16941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:29 smithi161 ceph-mon[116604]: pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:29 smithi028 ceph-mon[112123]: pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:29 smithi138 ceph-mon[117003]: pgmap v16942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:31.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:31.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:31.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:31 smithi161 ceph-mon[116604]: pgmap v16943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:11:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:31 smithi028 ceph-mon[112123]: pgmap v16943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:11:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:31 smithi138 ceph-mon[117003]: pgmap v16943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:11:32.066 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:32.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:32.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:32.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:32.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:32 smithi161 ceph-mon[116604]: from='client.457188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:32 smithi028 ceph-mon[112123]: from='client.457188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:32 smithi138 ceph-mon[117003]: from='client.457188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:33 smithi161 ceph-mon[116604]: 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-07T14:11:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:33 smithi028 ceph-mon[112123]: 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-07T14:11:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:33 smithi138 ceph-mon[117003]: 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-07T14:11:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:35 smithi161 ceph-mon[116604]: 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-07T14:11:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:35 smithi028 ceph-mon[112123]: 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-07T14:11:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:35 smithi138 ceph-mon[117003]: 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-07T14:11:37.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:37.069 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:37.069 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:37 smithi138 ceph-mon[117003]: 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-07T14:11:37.855 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:37.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:37.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:37.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:37.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:37 smithi161 ceph-mon[116604]: 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-07T14:11:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:37 smithi028 ceph-mon[112123]: 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-07T14:11:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:38 smithi138 ceph-mon[117003]: from='client.457266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:38 smithi161 ceph-mon[116604]: from='client.457266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:38 smithi028 ceph-mon[112123]: from='client.457266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:39 smithi138 ceph-mon[117003]: 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-07T14:11:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:39 smithi161 ceph-mon[116604]: 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-07T14:11:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:39 smithi028 ceph-mon[112123]: 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-07T14:11:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:41 smithi161 ceph-mon[116604]: 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-07T14:11:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:41 smithi028 ceph-mon[112123]: 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-07T14:11:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:41 smithi138 ceph-mon[117003]: 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-07T14:11:42.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:42.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:42.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:43.695 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:43.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:43.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:43.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:43.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:43 smithi161 ceph-mon[116604]: 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-07T14:11:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:11:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:11:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:11:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:11:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:43 smithi028 ceph-mon[112123]: 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-07T14:11:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:11:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:11:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:11:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:11:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:43 smithi138 ceph-mon[117003]: 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-07T14:11:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:11:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:11:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:11:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:11:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:44 smithi161 ceph-mon[116604]: from='client.457344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:44 smithi028 ceph-mon[112123]: from='client.457344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:44 smithi138 ceph-mon[117003]: from='client.457344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:45 smithi161 ceph-mon[116604]: 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-07T14:11:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:45 smithi028 ceph-mon[112123]: 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-07T14:11:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:45 smithi138 ceph-mon[117003]: 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-07T14:11:47.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:47 smithi138 ceph-mon[117003]: 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-07T14:11:47.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:47 smithi161 ceph-mon[116604]: 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-07T14:11:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:47 smithi028 ceph-mon[112123]: 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-07T14:11:48.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:48.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:48.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:49.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:49.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:49.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:49.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:49.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:49 smithi161 ceph-mon[116604]: 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-07T14:11:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:49 smithi028 ceph-mon[112123]: 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-07T14:11:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:49 smithi138 ceph-mon[117003]: 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-07T14:11:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:50 smithi161 ceph-mon[116604]: from='client.457419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:50 smithi028 ceph-mon[112123]: from='client.457419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:50 smithi138 ceph-mon[117003]: from='client.457419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:51 smithi161 ceph-mon[116604]: pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:11:51.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:51 smithi028 ceph-mon[112123]: pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:11:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:51 smithi138 ceph-mon[117003]: pgmap v16953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:11:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:53 smithi161 ceph-mon[116604]: pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:11:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:53 smithi028 ceph-mon[112123]: pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:11:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:53 smithi138 ceph-mon[117003]: pgmap v16954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:11:54.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:11:54.473 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:11:54.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:11:55.238 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:11:55.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:11:55.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:11:55.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:11:55.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:11:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:55 smithi161 ceph-mon[116604]: pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:55.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:55 smithi161 ceph-mon[116604]: from='client.457494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:55 smithi028 ceph-mon[112123]: pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:55 smithi028 ceph-mon[112123]: from='client.457494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:55 smithi138 ceph-mon[117003]: pgmap v16955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:11:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:55 smithi138 ceph-mon[117003]: from='client.457494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:11:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:57 smithi138 ceph-mon[117003]: pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:57 smithi161 ceph-mon[116604]: pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:57 smithi028 ceph-mon[112123]: pgmap v16956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:11:59 smithi161 ceph-mon[116604]: pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:11:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:11:59 smithi028 ceph-mon[112123]: pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:11:59 smithi138 ceph-mon[117003]: pgmap v16957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:00.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:00.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:00.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:01.006 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:01.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:01.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:01.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:01.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:01 smithi161 ceph-mon[116604]: 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-07T14:12:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:01 smithi161 ceph-mon[116604]: from='client.457572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:01 smithi028 ceph-mon[112123]: 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-07T14:12:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:01 smithi028 ceph-mon[112123]: from='client.457572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:01 smithi138 ceph-mon[117003]: 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-07T14:12:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:01 smithi138 ceph-mon[117003]: from='client.457572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:03 smithi161 ceph-mon[116604]: pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:12:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:03 smithi028 ceph-mon[112123]: pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:12:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:03 smithi138 ceph-mon[117003]: pgmap v16959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:12:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:05 smithi161 ceph-mon[116604]: pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:12:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:05 smithi028 ceph-mon[112123]: pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:12:06.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:06.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:06.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:05 smithi138 ceph-mon[117003]: pgmap v16960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:12:06.794 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:06.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:06.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:06.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:06.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:07 smithi138 ceph-mon[117003]: from='client.457647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:07 smithi138 ceph-mon[117003]: pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:07 smithi161 ceph-mon[116604]: from='client.457647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:07 smithi161 ceph-mon[116604]: pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:07 smithi028 ceph-mon[112123]: from='client.457647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:07 smithi028 ceph-mon[112123]: pgmap v16961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:09 smithi161 ceph-mon[116604]: pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:09 smithi028 ceph-mon[112123]: pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:10.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:09 smithi138 ceph-mon[117003]: pgmap v16962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:11.795 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:11.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:11.796 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:11 smithi161 ceph-mon[116604]: pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:11 smithi028 ceph-mon[112123]: pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:11 smithi138 ceph-mon[117003]: pgmap v16963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:12.568 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:12.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:12.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:12.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:12.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:13 smithi161 ceph-mon[116604]: from='client.457719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:13 smithi161 ceph-mon[116604]: 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-07T14:12:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:13 smithi028 ceph-mon[112123]: from='client.457719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:13 smithi028 ceph-mon[112123]: 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-07T14:12:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:13 smithi138 ceph-mon[117003]: from='client.457719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:13 smithi138 ceph-mon[117003]: 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-07T14:12:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:15 smithi161 ceph-mon[116604]: 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-07T14:12:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:15 smithi028 ceph-mon[112123]: 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-07T14:12:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:15 smithi138 ceph-mon[117003]: 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-07T14:12:17.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:17.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:17.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:17 smithi138 ceph-mon[117003]: 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-07T14:12:17.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:17 smithi161 ceph-mon[116604]: 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-07T14:12:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:17 smithi028 ceph-mon[112123]: 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-07T14:12:18.341 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:18.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:18.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:18.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:18.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:18 smithi138 ceph-mon[117003]: from='client.457797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:18 smithi161 ceph-mon[116604]: from='client.457797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:18 smithi028 ceph-mon[112123]: from='client.457797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:19 smithi138 ceph-mon[117003]: 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-07T14:12:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:19 smithi161 ceph-mon[116604]: 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-07T14:12:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:19 smithi028 ceph-mon[112123]: 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-07T14:12:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:21 smithi161 ceph-mon[116604]: 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-07T14:12:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:21 smithi028 ceph-mon[112123]: 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-07T14:12:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:21 smithi138 ceph-mon[117003]: 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-07T14:12:23.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:23.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:23.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:23 smithi161 ceph-mon[116604]: 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-07T14:12:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:23 smithi028 ceph-mon[112123]: 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-07T14:12:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:23 smithi138 ceph-mon[117003]: 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-07T14:12:24.132 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:24.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:24.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:24.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:24.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:24 smithi161 ceph-mon[116604]: from='client.457875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:24 smithi028 ceph-mon[112123]: from='client.457875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:24 smithi138 ceph-mon[117003]: from='client.457875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:25.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:25 smithi161 ceph-mon[116604]: 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-07T14:12:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:25 smithi028 ceph-mon[112123]: 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-07T14:12:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:25 smithi138 ceph-mon[117003]: 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-07T14:12:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:27 smithi138 ceph-mon[117003]: 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-07T14:12:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:27 smithi161 ceph-mon[116604]: 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-07T14:12:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:27 smithi028 ceph-mon[112123]: 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-07T14:12:29.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:29.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:29.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:29.916 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:29.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:29.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:29.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:29.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:29 smithi161 ceph-mon[116604]: 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-07T14:12:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:29 smithi028 ceph-mon[112123]: 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-07T14:12:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:29 smithi138 ceph-mon[117003]: 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-07T14:12:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:30 smithi161 ceph-mon[116604]: from='client.457953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:30 smithi028 ceph-mon[112123]: from='client.457953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:30 smithi138 ceph-mon[117003]: from='client.457953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:31 smithi161 ceph-mon[116604]: pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:31 smithi028 ceph-mon[112123]: pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:31 smithi138 ceph-mon[117003]: pgmap v16973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:33 smithi161 ceph-mon[116604]: pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:33 smithi028 ceph-mon[112123]: pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:33 smithi138 ceph-mon[117003]: pgmap v16974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:34.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:34.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:34.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:35.693 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:35.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:35.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:35.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:35.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:35 smithi161 ceph-mon[116604]: pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:35 smithi028 ceph-mon[112123]: pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:35 smithi138 ceph-mon[117003]: pgmap v16975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:36 smithi161 ceph-mon[116604]: from='client.458028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:36 smithi028 ceph-mon[112123]: from='client.458028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:36 smithi138 ceph-mon[117003]: from='client.458028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:37 smithi161 ceph-mon[116604]: pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:37 smithi028 ceph-mon[112123]: pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:37 smithi138 ceph-mon[117003]: pgmap v16976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:39 smithi161 ceph-mon[116604]: pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:39.970 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:39 smithi028 ceph-mon[112123]: pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:39 smithi138 ceph-mon[117003]: pgmap v16977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:12:40.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:40.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:40.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:41.473 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:41.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:41.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:41.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:41.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:41 smithi161 ceph-mon[116604]: 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-07T14:12:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:41 smithi028 ceph-mon[112123]: 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-07T14:12:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:41 smithi138 ceph-mon[117003]: 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-07T14:12:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:42 smithi161 ceph-mon[116604]: from='client.458103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:42 smithi028 ceph-mon[112123]: from='client.458103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:42 smithi138 ceph-mon[117003]: from='client.458103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:43 smithi161 ceph-mon[116604]: pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:43 smithi028 ceph-mon[112123]: pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:43 smithi138 ceph-mon[117003]: pgmap v16979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:12:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:12:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:12:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:12:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:12:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:12:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:12:45.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:12:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:12:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:12:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:12:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:12:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:45 smithi028 ceph-mon[112123]: pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:45 smithi138 ceph-mon[117003]: pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:45 smithi161 ceph-mon[116604]: pgmap v16980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:46.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:46.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:46.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:47.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:47.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:47.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:47.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:47.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:47 smithi138 ceph-mon[117003]: pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:47 smithi138 ceph-mon[117003]: from='client.458181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:47 smithi161 ceph-mon[116604]: pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:47 smithi161 ceph-mon[116604]: from='client.458181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:47 smithi028 ceph-mon[112123]: pgmap v16981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:47 smithi028 ceph-mon[112123]: from='client.458181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:49 smithi161 ceph-mon[116604]: pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:49 smithi028 ceph-mon[112123]: pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:49 smithi138 ceph-mon[117003]: pgmap v16982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:12:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:51 smithi161 ceph-mon[116604]: pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:51 smithi028 ceph-mon[112123]: pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:51 smithi138 ceph-mon[117003]: pgmap v16983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:12:52.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:52.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:52.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:53.028 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:53.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:53.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:53.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:53.029 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:53 smithi161 ceph-mon[116604]: 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-07T14:12:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:53 smithi161 ceph-mon[116604]: from='client.458256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:53 smithi028 ceph-mon[112123]: 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-07T14:12:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:53 smithi028 ceph-mon[112123]: from='client.458256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:53 smithi138 ceph-mon[117003]: 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-07T14:12:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:53 smithi138 ceph-mon[117003]: from='client.458256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:55.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:55 smithi161 ceph-mon[116604]: 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-07T14:12:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:55 smithi028 ceph-mon[112123]: 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-07T14:12:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:55 smithi138 ceph-mon[117003]: 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-07T14:12:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:57 smithi138 ceph-mon[117003]: 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-07T14:12:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:57 smithi161 ceph-mon[116604]: 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-07T14:12:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:57 smithi028 ceph-mon[112123]: 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-07T14:12:58.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:12:58.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:12:58.031 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:12:58.798 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:12:58.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:12:58.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:12:58.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:12:58.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:12:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:59 smithi161 ceph-mon[116604]: from='client.458331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:12:59 smithi161 ceph-mon[116604]: 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-07T14:12:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:59 smithi028 ceph-mon[112123]: from='client.458331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:12:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:12:59 smithi028 ceph-mon[112123]: 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-07T14:13:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:59 smithi138 ceph-mon[117003]: from='client.458331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:12:59 smithi138 ceph-mon[117003]: 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-07T14:13:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:01 smithi161 ceph-mon[116604]: 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-07T14:13:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:01 smithi028 ceph-mon[112123]: 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-07T14:13:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:01 smithi138 ceph-mon[117003]: 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-07T14:13:03.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:03.800 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:03.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:03 smithi161 ceph-mon[116604]: 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-07T14:13:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:03 smithi028 ceph-mon[112123]: 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-07T14:13:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:03 smithi138 ceph-mon[117003]: 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-07T14:13:04.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:04.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:04.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:04.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:04.589 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:05 smithi161 ceph-mon[116604]: from='client.458409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:05.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:05 smithi161 ceph-mon[116604]: pgmap v16990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:05 smithi028 ceph-mon[112123]: from='client.458409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:05 smithi028 ceph-mon[112123]: pgmap v16990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:05 smithi138 ceph-mon[117003]: from='client.458409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:05 smithi138 ceph-mon[117003]: pgmap v16990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:07 smithi138 ceph-mon[117003]: pgmap v16991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:07 smithi161 ceph-mon[116604]: pgmap v16991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:07 smithi028 ceph-mon[112123]: pgmap v16991: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:09.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:09.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:09.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:09 smithi161 ceph-mon[116604]: pgmap v16992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:09.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:09 smithi028 ceph-mon[112123]: pgmap v16992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:09 smithi138 ceph-mon[117003]: pgmap v16992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:10.356 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:10.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:10.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:10.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:10.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:10 smithi161 ceph-mon[116604]: from='client.458487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:10 smithi028 ceph-mon[112123]: from='client.458487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:10 smithi138 ceph-mon[117003]: from='client.458487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:11 smithi161 ceph-mon[116604]: pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:11 smithi028 ceph-mon[112123]: pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:11 smithi138 ceph-mon[117003]: pgmap v16993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:13 smithi161 ceph-mon[116604]: pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:13 smithi028 ceph-mon[112123]: pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:13 smithi138 ceph-mon[117003]: pgmap v16994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:15.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:15.359 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:15.359 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:15 smithi161 ceph-mon[116604]: pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:15 smithi028 ceph-mon[112123]: pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:15 smithi138 ceph-mon[117003]: pgmap v16995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:16.135 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:16.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:16.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:16.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:16.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:16 smithi161 ceph-mon[116604]: from='client.458562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:16 smithi028 ceph-mon[112123]: from='client.458562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:16 smithi138 ceph-mon[117003]: from='client.458562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:17 smithi161 ceph-mon[116604]: pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:17 smithi028 ceph-mon[112123]: pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:17 smithi138 ceph-mon[117003]: pgmap v16996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:19 smithi028 ceph-mon[112123]: pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:19 smithi138 ceph-mon[117003]: pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:19 smithi161 ceph-mon[116604]: pgmap v16997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:21.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:21.138 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:21.138 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:21.922 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:21.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:21.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:21.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:21.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:21 smithi028 ceph-mon[112123]: pgmap v16998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:21 smithi138 ceph-mon[117003]: pgmap v16998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:21 smithi161 ceph-mon[116604]: pgmap v16998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:22 smithi028 ceph-mon[112123]: from='client.458640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:22 smithi138 ceph-mon[117003]: from='client.458640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:22 smithi161 ceph-mon[116604]: from='client.458640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:23 smithi028 ceph-mon[112123]: pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:23 smithi138 ceph-mon[117003]: pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:23 smithi161 ceph-mon[116604]: pgmap v16999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:25 smithi028 ceph-mon[112123]: pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:25 smithi138 ceph-mon[117003]: pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:25 smithi161 ceph-mon[116604]: pgmap v17000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:26.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:26.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:26.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:27.710 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:27.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:27.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:27.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:27.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:27 smithi138 ceph-mon[117003]: pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:27 smithi161 ceph-mon[116604]: pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:27 smithi028 ceph-mon[112123]: pgmap v17001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:28 smithi138 ceph-mon[117003]: from='client.458715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:28 smithi161 ceph-mon[116604]: from='client.458715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:28 smithi028 ceph-mon[112123]: from='client.458715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:29 smithi138 ceph-mon[117003]: pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:29 smithi161 ceph-mon[116604]: pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:29 smithi028 ceph-mon[112123]: pgmap v17002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:31.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:31 smithi161 ceph-mon[116604]: pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:31 smithi028 ceph-mon[112123]: pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:31 smithi138 ceph-mon[117003]: pgmap v17003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:13:32.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:32.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:32.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:33.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:33.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:33.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:33.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:33.481 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:33 smithi161 ceph-mon[116604]: 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-07T14:13:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:33 smithi028 ceph-mon[112123]: 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-07T14:13:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:33 smithi138 ceph-mon[117003]: 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-07T14:13:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:34 smithi161 ceph-mon[116604]: from='client.458793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:34 smithi028 ceph-mon[112123]: from='client.458793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:34 smithi138 ceph-mon[117003]: from='client.458793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:35 smithi161 ceph-mon[116604]: 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-07T14:13:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:35 smithi028 ceph-mon[112123]: 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-07T14:13:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:35 smithi138 ceph-mon[117003]: 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-07T14:13:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:37 smithi138 ceph-mon[117003]: 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-07T14:13:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:37 smithi161 ceph-mon[116604]: 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-07T14:13:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:37 smithi028 ceph-mon[112123]: 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-07T14:13:38.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:38.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:38.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:39.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:39.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:39.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:39.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:39.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:39 smithi161 ceph-mon[116604]: 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-07T14:13:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:39 smithi161 ceph-mon[116604]: from='client.458871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:39 smithi028 ceph-mon[112123]: 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-07T14:13:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:39 smithi028 ceph-mon[112123]: from='client.458871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:39 smithi138 ceph-mon[117003]: 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-07T14:13:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:39 smithi138 ceph-mon[117003]: from='client.458871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:41 smithi161 ceph-mon[116604]: 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-07T14:13:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:41 smithi028 ceph-mon[112123]: 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-07T14:13:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:41 smithi138 ceph-mon[117003]: 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-07T14:13:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:43 smithi161 ceph-mon[116604]: 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-07T14:13:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:43 smithi028 ceph-mon[112123]: 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-07T14:13:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:43 smithi138 ceph-mon[117003]: 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-07T14:13:44.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:44.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:44.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:13:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:13:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:13:45.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:45.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:45.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:45.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:45.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='client.458949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:13:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:13:46.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='client.458949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:13:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:13:46.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: pgmap v17010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='client.458949 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:13:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:13:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:13:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:47 smithi138 ceph-mon[117003]: pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:47 smithi161 ceph-mon[116604]: pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:47 smithi028 ceph-mon[112123]: pgmap v17011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:49 smithi161 ceph-mon[116604]: pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:49 smithi028 ceph-mon[112123]: pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:49 smithi138 ceph-mon[117003]: pgmap v17012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:50.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:50.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:50.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:50.875 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:50.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:50.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:50.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:50.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:51 smithi161 ceph-mon[116604]: from='client.459024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:51 smithi161 ceph-mon[116604]: pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:51 smithi028 ceph-mon[112123]: from='client.459024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:51 smithi028 ceph-mon[112123]: pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:51 smithi138 ceph-mon[117003]: from='client.459024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:51 smithi138 ceph-mon[117003]: pgmap v17013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:53 smithi161 ceph-mon[116604]: pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:53 smithi028 ceph-mon[112123]: pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:53 smithi138 ceph-mon[117003]: pgmap v17014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:13:55.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:13:55.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:13:55.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:13:55.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:55 smithi028 ceph-mon[112123]: pgmap v17015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:55 smithi138 ceph-mon[117003]: pgmap v17015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:55 smithi161 ceph-mon[116604]: pgmap v17015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:56.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:13:56.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:13:56.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:13:56.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:13:56.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:13:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:57 smithi161 ceph-mon[116604]: from='client.459099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:57 smithi161 ceph-mon[116604]: pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:57 smithi028 ceph-mon[112123]: from='client.459099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:57 smithi028 ceph-mon[112123]: pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:57 smithi138 ceph-mon[117003]: from='client.459099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:13:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:57 smithi138 ceph-mon[117003]: pgmap v17016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:13:59 smithi161 ceph-mon[116604]: pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:13:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:13:59 smithi028 ceph-mon[112123]: pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:13:59 smithi138 ceph-mon[117003]: pgmap v17017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:01.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:01.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:01.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:01 smithi028 ceph-mon[112123]: pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:01 smithi138 ceph-mon[117003]: pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:01 smithi161 ceph-mon[116604]: pgmap v17018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:02.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:02.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:02.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:02.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:02.446 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:02 smithi028 ceph-mon[112123]: from='client.459174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:02 smithi138 ceph-mon[117003]: from='client.459174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:02 smithi161 ceph-mon[116604]: from='client.459174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:03 smithi028 ceph-mon[112123]: pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:03 smithi138 ceph-mon[117003]: pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:03 smithi161 ceph-mon[116604]: pgmap v17019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:05 smithi028 ceph-mon[112123]: pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:05 smithi138 ceph-mon[117003]: pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:05 smithi161 ceph-mon[116604]: pgmap v17020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:07.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:07.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:07.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:07 smithi138 ceph-mon[117003]: pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:07 smithi161 ceph-mon[116604]: pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:07 smithi028 ceph-mon[112123]: pgmap v17021: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:08.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:08.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:08.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:08.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:08.215 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:08 smithi161 ceph-mon[116604]: from='client.459252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:08 smithi028 ceph-mon[112123]: from='client.459252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:08 smithi138 ceph-mon[117003]: from='client.459252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:09 smithi161 ceph-mon[116604]: pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:09 smithi028 ceph-mon[112123]: pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:09 smithi138 ceph-mon[117003]: pgmap v17022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:11.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:11 smithi161 ceph-mon[116604]: pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:11 smithi028 ceph-mon[112123]: pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:11 smithi138 ceph-mon[117003]: pgmap v17023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:13.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:13.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:13.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:13 smithi028 ceph-mon[112123]: 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-07T14:14:13.987 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:13.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:13.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:13.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:13.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:13 smithi138 ceph-mon[117003]: 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-07T14:14:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:13 smithi161 ceph-mon[116604]: 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-07T14:14:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:14 smithi028 ceph-mon[112123]: from='client.459327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:14 smithi138 ceph-mon[117003]: from='client.459327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:14 smithi161 ceph-mon[116604]: from='client.459327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:15 smithi028 ceph-mon[112123]: 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-07T14:14:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:15 smithi138 ceph-mon[117003]: 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-07T14:14:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:15 smithi161 ceph-mon[116604]: 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-07T14:14:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:17 smithi138 ceph-mon[117003]: 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-07T14:14:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:17 smithi161 ceph-mon[116604]: 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-07T14:14:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:17 smithi028 ceph-mon[112123]: 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-07T14:14:18.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:18.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:18.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:19.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:19.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:19.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:19.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:19.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:19 smithi161 ceph-mon[116604]: 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-07T14:14:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:19 smithi028 ceph-mon[112123]: 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-07T14:14:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:19 smithi138 ceph-mon[117003]: 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-07T14:14:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:20 smithi028 ceph-mon[112123]: from='client.459402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:20 smithi138 ceph-mon[117003]: from='client.459402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:20 smithi161 ceph-mon[116604]: from='client.459402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:21 smithi028 ceph-mon[112123]: pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:21 smithi138 ceph-mon[117003]: pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:21 smithi161 ceph-mon[116604]: pgmap v17028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:23 smithi028 ceph-mon[112123]: pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:23 smithi138 ceph-mon[117003]: pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:23 smithi161 ceph-mon[116604]: pgmap v17029: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:24.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:24.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:24.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:25.546 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:25.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:25.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:25.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:25.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:25 smithi028 ceph-mon[112123]: pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:25 smithi138 ceph-mon[117003]: pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:25 smithi161 ceph-mon[116604]: pgmap v17030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:26 smithi028 ceph-mon[112123]: from='client.459480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:26 smithi138 ceph-mon[117003]: from='client.459480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:26 smithi161 ceph-mon[116604]: from='client.459480 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:27 smithi028 ceph-mon[112123]: pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:27 smithi138 ceph-mon[117003]: pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:28.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:27 smithi161 ceph-mon[116604]: pgmap v17031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:29 smithi028 ceph-mon[112123]: pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:29 smithi138 ceph-mon[117003]: pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:29 smithi161 ceph-mon[116604]: pgmap v17032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:14:30.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:30.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:30.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:31.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:31.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:31.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:31.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:31.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:31 smithi028 ceph-mon[112123]: pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:31 smithi028 ceph-mon[112123]: from='client.459555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:31 smithi138 ceph-mon[117003]: pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:32.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:31 smithi138 ceph-mon[117003]: from='client.459555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:31 smithi161 ceph-mon[116604]: pgmap v17033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:31 smithi161 ceph-mon[116604]: from='client.459555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:33 smithi028 ceph-mon[112123]: 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-07T14:14:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:33 smithi138 ceph-mon[117003]: 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-07T14:14:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:33 smithi161 ceph-mon[116604]: 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-07T14:14:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:35 smithi028 ceph-mon[112123]: pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:35 smithi138 ceph-mon[117003]: pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:35 smithi161 ceph-mon[116604]: pgmap v17035: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:36.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:36.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:36.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:37.099 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:37.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:37.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:37.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:37.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:37 smithi161 ceph-mon[116604]: pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:37 smithi161 ceph-mon[116604]: from='client.459633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:37 smithi028 ceph-mon[112123]: pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:37 smithi028 ceph-mon[112123]: from='client.459633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:37 smithi138 ceph-mon[117003]: pgmap v17036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:37 smithi138 ceph-mon[117003]: from='client.459633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:39 smithi028 ceph-mon[112123]: pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:39 smithi138 ceph-mon[117003]: pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:39 smithi161 ceph-mon[116604]: pgmap v17037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:41 smithi028 ceph-mon[112123]: pgmap v17038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:41 smithi138 ceph-mon[117003]: pgmap v17038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:42.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:42.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:42.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:41 smithi161 ceph-mon[116604]: pgmap v17038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:42.872 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:42.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:42.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:42.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:42.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:43 smithi028 ceph-mon[112123]: from='client.459708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:43 smithi028 ceph-mon[112123]: pgmap v17039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:43 smithi138 ceph-mon[117003]: from='client.459708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:43 smithi138 ceph-mon[117003]: pgmap v17039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:43 smithi161 ceph-mon[116604]: from='client.459708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:43 smithi161 ceph-mon[116604]: pgmap v17039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:45 smithi028 ceph-mon[112123]: pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:14:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:45 smithi138 ceph-mon[117003]: pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:14:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:45 smithi161 ceph-mon[116604]: pgmap v17040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:14:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:14:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:14:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:14:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:14:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:14:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:14:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:14:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:14:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:14:47.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:47.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:47.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:47 smithi028 ceph-mon[112123]: pgmap v17041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:47 smithi138 ceph-mon[117003]: pgmap v17041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:47 smithi161 ceph-mon[116604]: pgmap v17041: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:48.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:48.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:48.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:48.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:48.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:49 smithi028 ceph-mon[112123]: from='client.459783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:49 smithi028 ceph-mon[112123]: pgmap v17042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:49 smithi138 ceph-mon[117003]: from='client.459783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:49 smithi138 ceph-mon[117003]: pgmap v17042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:49 smithi161 ceph-mon[116604]: from='client.459783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:49 smithi161 ceph-mon[116604]: pgmap v17042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:14:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:51 smithi028 ceph-mon[112123]: pgmap v17043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:51 smithi138 ceph-mon[117003]: pgmap v17043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:51 smithi161 ceph-mon[116604]: pgmap v17043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:14:53.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:53.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:53.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:53.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:53 smithi028 ceph-mon[112123]: 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-07T14:14:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:53 smithi138 ceph-mon[117003]: 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-07T14:14:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:53 smithi161 ceph-mon[116604]: 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-07T14:14:54.417 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:14:54.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:14:54.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:14:54.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:14:54.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:14:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:54 smithi138 ceph-mon[117003]: from='client.459861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:54 smithi161 ceph-mon[116604]: from='client.459861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:54 smithi028 ceph-mon[112123]: from='client.459861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:14:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:55 smithi138 ceph-mon[117003]: pgmap v17045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:14:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:55 smithi161 ceph-mon[116604]: pgmap v17045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:14:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:55 smithi028 ceph-mon[112123]: pgmap v17045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:14:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:57 smithi161 ceph-mon[116604]: pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:14:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:57 smithi028 ceph-mon[112123]: pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:14:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:57 smithi138 ceph-mon[117003]: pgmap v17046: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:14:59.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:14:59.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:14:59.419 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:14:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:14:59 smithi028 ceph-mon[112123]: pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:15:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:14:59 smithi138 ceph-mon[117003]: pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:15:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:14:59 smithi161 ceph-mon[116604]: pgmap v17047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:15:00.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:00.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:00.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:00.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:00.211 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:00 smithi028 ceph-mon[112123]: from='client.459936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:00 smithi138 ceph-mon[117003]: from='client.459936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:00 smithi161 ceph-mon[116604]: from='client.459936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:01 smithi028 ceph-mon[112123]: pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:01 smithi138 ceph-mon[117003]: pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:01 smithi161 ceph-mon[116604]: pgmap v17048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:03 smithi028 ceph-mon[112123]: pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:03 smithi138 ceph-mon[117003]: pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:03 smithi161 ceph-mon[116604]: pgmap v17049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:05.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:05.213 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:05.213 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:05 smithi028 ceph-mon[112123]: pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:05.988 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:05.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:05.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:05.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:05.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:05 smithi138 ceph-mon[117003]: pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:05 smithi161 ceph-mon[116604]: pgmap v17050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:06 smithi028 ceph-mon[112123]: from='client.460011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:06 smithi138 ceph-mon[117003]: from='client.460011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:06 smithi161 ceph-mon[116604]: from='client.460011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:07 smithi028 ceph-mon[112123]: pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:15:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:07 smithi138 ceph-mon[117003]: pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:15:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:07 smithi161 ceph-mon[116604]: pgmap v17051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:15:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:09 smithi138 ceph-mon[117003]: pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:15:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:09 smithi161 ceph-mon[116604]: pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:15:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:09 smithi028 ceph-mon[112123]: pgmap v17052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:15:10.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:10.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:10.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:11.754 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:11.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:11.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:11.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:11.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:11 smithi138 ceph-mon[117003]: pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:15:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:11 smithi161 ceph-mon[116604]: pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:15:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:11 smithi028 ceph-mon[112123]: pgmap v17053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:15:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:12 smithi138 ceph-mon[117003]: from='client.460086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:12 smithi161 ceph-mon[116604]: from='client.460086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:12 smithi028 ceph-mon[112123]: from='client.460086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:13 smithi138 ceph-mon[117003]: 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-07T14:15:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:13 smithi161 ceph-mon[116604]: 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-07T14:15:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:13 smithi028 ceph-mon[112123]: 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-07T14:15:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:15 smithi138 ceph-mon[117003]: pgmap v17055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:15 smithi161 ceph-mon[116604]: pgmap v17055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:15 smithi028 ceph-mon[112123]: pgmap v17055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:16.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:16.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:16.756 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:17.535 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:17.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:17.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:17.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:17.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:17 smithi161 ceph-mon[116604]: pgmap v17056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:17 smithi028 ceph-mon[112123]: pgmap v17056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:17 smithi138 ceph-mon[117003]: pgmap v17056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:18 smithi161 ceph-mon[116604]: from='client.460155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:18 smithi028 ceph-mon[112123]: from='client.460155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:19.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:18 smithi138 ceph-mon[117003]: from='client.460155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:19 smithi161 ceph-mon[116604]: pgmap v17057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:19 smithi028 ceph-mon[112123]: pgmap v17057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:19 smithi138 ceph-mon[117003]: pgmap v17057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:21 smithi028 ceph-mon[112123]: pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:21 smithi138 ceph-mon[117003]: pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:21 smithi161 ceph-mon[116604]: pgmap v17058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:22.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:22.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:22.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:23.315 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:23.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:23.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:23.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:23.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:23 smithi028 ceph-mon[112123]: pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:23.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:23 smithi028 ceph-mon[112123]: from='client.460230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:23 smithi138 ceph-mon[117003]: pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:23 smithi138 ceph-mon[117003]: from='client.460230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:23 smithi161 ceph-mon[116604]: pgmap v17059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:23 smithi161 ceph-mon[116604]: from='client.460230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:25 smithi028 ceph-mon[112123]: pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:25 smithi138 ceph-mon[117003]: pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:25 smithi161 ceph-mon[116604]: pgmap v17060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:27 smithi161 ceph-mon[116604]: pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:27 smithi028 ceph-mon[112123]: pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:28.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:27 smithi138 ceph-mon[117003]: pgmap v17061: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:28.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:28.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:28.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:29.102 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:29.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:29.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:29.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:29.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:29 smithi028 ceph-mon[112123]: pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:29 smithi028 ceph-mon[112123]: from='client.460308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:29 smithi138 ceph-mon[117003]: pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:29 smithi138 ceph-mon[117003]: from='client.460308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:29 smithi161 ceph-mon[116604]: pgmap v17062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:29 smithi161 ceph-mon[116604]: from='client.460308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:31 smithi028 ceph-mon[112123]: pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:31 smithi138 ceph-mon[117003]: pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:31 smithi161 ceph-mon[116604]: pgmap v17063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:33 smithi028 ceph-mon[112123]: 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-07T14:15:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:33 smithi138 ceph-mon[117003]: 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-07T14:15:34.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:34.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:34.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:33 smithi161 ceph-mon[116604]: 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-07T14:15:34.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:34.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:34.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:34.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:34.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:35 smithi028 ceph-mon[112123]: from='client.460380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:35 smithi028 ceph-mon[112123]: pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:35 smithi138 ceph-mon[117003]: from='client.460380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:35 smithi138 ceph-mon[117003]: pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:35 smithi161 ceph-mon[116604]: from='client.460380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:35 smithi161 ceph-mon[116604]: pgmap v17065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:37 smithi161 ceph-mon[116604]: pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:37 smithi028 ceph-mon[112123]: pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:37 smithi138 ceph-mon[117003]: pgmap v17066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:39.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:39.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:39.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:39 smithi028 ceph-mon[112123]: pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:39 smithi138 ceph-mon[117003]: pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:39 smithi161 ceph-mon[116604]: pgmap v17067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:40.671 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:40.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:40.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:40.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:40.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:41 smithi028 ceph-mon[112123]: from='client.460455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:41 smithi028 ceph-mon[112123]: pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:41 smithi138 ceph-mon[117003]: from='client.460455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:41 smithi138 ceph-mon[117003]: pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:41 smithi161 ceph-mon[116604]: from='client.460455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:41 smithi161 ceph-mon[116604]: pgmap v17068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:43 smithi028 ceph-mon[112123]: pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:43 smithi138 ceph-mon[117003]: pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:43 smithi161 ceph-mon[116604]: pgmap v17069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:15:45.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:45.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:45.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:45 smithi138 ceph-mon[117003]: pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:45 smithi161 ceph-mon[116604]: pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:45 smithi028 ceph-mon[112123]: pgmap v17070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:46.461 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:46.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:46.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:46.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:46.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:47.003 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:46 smithi028 ceph-mon[112123]: from='client.460533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:47.003 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:15:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:46 smithi138 ceph-mon[117003]: from='client.460533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:15:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:46 smithi161 ceph-mon[116604]: from='client.460533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:15:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: 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-07T14:15:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:15:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: 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-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:15:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: 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-07T14:15:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:15:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:15:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:15:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:48.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:15:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:48 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 17051M 2023-12-07T14:15:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:48 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21148M 2023-12-07T14:15:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:48 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15119M 2023-12-07T14:15:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:15:49.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:48 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 17051M 2023-12-07T14:15:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:48 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21148M 2023-12-07T14:15:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:48 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15119M 2023-12-07T14:15:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:15:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:48 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 17051M 2023-12-07T14:15:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:48 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21148M 2023-12-07T14:15:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:48 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15119M 2023-12-07T14:15:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:15:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:15:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:49 smithi138 ceph-mon[117003]: 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-07T14:15:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:49 smithi161 ceph-mon[116604]: 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-07T14:15:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:49 smithi028 ceph-mon[112123]: 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-07T14:15:51.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:51.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:51.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:51 smithi138 ceph-mon[117003]: 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-07T14:15:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:51 smithi161 ceph-mon[116604]: 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-07T14:15:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:51 smithi028 ceph-mon[112123]: 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-07T14:15:52.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:52.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:52.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:52.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:52.238 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:52 smithi138 ceph-mon[117003]: from='client.460608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:52 smithi161 ceph-mon[116604]: from='client.460608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:52 smithi028 ceph-mon[112123]: from='client.460608 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:53 smithi138 ceph-mon[117003]: 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-07T14:15:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:53 smithi161 ceph-mon[116604]: 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-07T14:15:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:53 smithi028 ceph-mon[112123]: 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-07T14:15:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:55 smithi138 ceph-mon[117003]: pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:55 smithi161 ceph-mon[116604]: pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:55 smithi028 ceph-mon[112123]: pgmap v17075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:15:57.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:15:57.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:15:57.240 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:15:57.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:57 smithi161 ceph-mon[116604]: pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:57 smithi028 ceph-mon[112123]: pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:58.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:15:58.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:15:58.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:15:58.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:15:58.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:15:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:57 smithi138 ceph-mon[117003]: pgmap v17076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:58 smithi161 ceph-mon[116604]: from='client.460683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:58.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:58 smithi028 ceph-mon[112123]: from='client.460683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:58 smithi138 ceph-mon[117003]: from='client.460683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:15:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:15:59 smithi161 ceph-mon[116604]: pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:15:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:15:59 smithi028 ceph-mon[112123]: pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:15:59 smithi138 ceph-mon[117003]: pgmap v17077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:01 smithi028 ceph-mon[112123]: pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:01 smithi138 ceph-mon[117003]: pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:01 smithi161 ceph-mon[116604]: pgmap v17078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:03.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:03.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:03.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:03.790 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:03.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:03.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:03.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:03.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:03 smithi138 ceph-mon[117003]: pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:03 smithi161 ceph-mon[116604]: pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:03 smithi028 ceph-mon[112123]: pgmap v17079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:04 smithi138 ceph-mon[117003]: from='client.460761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:04 smithi161 ceph-mon[116604]: from='client.460761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:04 smithi028 ceph-mon[112123]: from='client.460761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:05 smithi138 ceph-mon[117003]: pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:05 smithi161 ceph-mon[116604]: pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:05 smithi028 ceph-mon[112123]: pgmap v17080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:07 smithi161 ceph-mon[116604]: 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-07T14:16:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:07 smithi028 ceph-mon[112123]: 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-07T14:16:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:07 smithi138 ceph-mon[117003]: 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-07T14:16:08.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:08.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:08.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:09.566 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:09.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:09.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:09.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:09.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:09 smithi138 ceph-mon[117003]: 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-07T14:16:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:09 smithi161 ceph-mon[116604]: 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-07T14:16:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:09 smithi028 ceph-mon[112123]: 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-07T14:16:11.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:10 smithi138 ceph-mon[117003]: from='client.460839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:10 smithi161 ceph-mon[116604]: from='client.460839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:10 smithi028 ceph-mon[112123]: from='client.460839 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:11 smithi138 ceph-mon[117003]: pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:11 smithi161 ceph-mon[116604]: pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:11 smithi028 ceph-mon[112123]: pgmap v17083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:13 smithi138 ceph-mon[117003]: pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:13 smithi161 ceph-mon[116604]: pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:13 smithi028 ceph-mon[112123]: pgmap v17084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:14.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:14.568 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:14.568 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:15.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:15.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:15.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:15.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:15.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:15 smithi138 ceph-mon[117003]: pgmap v17085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:15 smithi138 ceph-mon[117003]: from='client.460917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:15 smithi161 ceph-mon[116604]: pgmap v17085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:15 smithi161 ceph-mon[116604]: from='client.460917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:15 smithi028 ceph-mon[112123]: pgmap v17085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:15 smithi028 ceph-mon[112123]: from='client.460917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:17 smithi161 ceph-mon[116604]: pgmap v17086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:17 smithi028 ceph-mon[112123]: pgmap v17086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:17 smithi138 ceph-mon[117003]: pgmap v17086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:20.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:19 smithi138 ceph-mon[117003]: pgmap v17087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:19 smithi161 ceph-mon[116604]: pgmap v17087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:19 smithi028 ceph-mon[112123]: pgmap v17087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:20.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:20.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:20.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:21.112 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:21.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:21.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:21.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:21.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:21 smithi138 ceph-mon[117003]: pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:21 smithi138 ceph-mon[117003]: from='client.460992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:21 smithi161 ceph-mon[116604]: pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:21 smithi161 ceph-mon[116604]: from='client.460992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:21 smithi028 ceph-mon[112123]: pgmap v17088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:22.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:21 smithi028 ceph-mon[112123]: from='client.460992 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:23 smithi138 ceph-mon[117003]: 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-07T14:16:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:23 smithi161 ceph-mon[116604]: 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-07T14:16:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:23 smithi028 ceph-mon[112123]: 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-07T14:16:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:25 smithi138 ceph-mon[117003]: 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-07T14:16:26.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:26.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:26.114 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:25 smithi161 ceph-mon[116604]: 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-07T14:16:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:25 smithi028 ceph-mon[112123]: 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-07T14:16:26.895 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:26.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:26.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:26.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:26.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:27 smithi161 ceph-mon[116604]: from='client.461067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:27 smithi161 ceph-mon[116604]: 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-07T14:16:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:27 smithi028 ceph-mon[112123]: from='client.461067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:27 smithi028 ceph-mon[112123]: 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-07T14:16:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:27 smithi138 ceph-mon[117003]: from='client.461067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:27 smithi138 ceph-mon[117003]: 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-07T14:16:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:29 smithi138 ceph-mon[117003]: 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-07T14:16:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:29 smithi161 ceph-mon[116604]: 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-07T14:16:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:29 smithi028 ceph-mon[112123]: 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-07T14:16:31.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:31.897 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:31.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:31 smithi138 ceph-mon[117003]: 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-07T14:16:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:31 smithi161 ceph-mon[116604]: 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-07T14:16:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:31 smithi028 ceph-mon[112123]: 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-07T14:16:32.677 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:32.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:32.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:32.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:32.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:33 smithi138 ceph-mon[117003]: from='client.461139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:33 smithi138 ceph-mon[117003]: 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-07T14:16:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:33 smithi161 ceph-mon[116604]: from='client.461139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:33 smithi161 ceph-mon[116604]: 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-07T14:16:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:33 smithi028 ceph-mon[112123]: from='client.461139 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:33 smithi028 ceph-mon[112123]: 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-07T14:16:36.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:35 smithi138 ceph-mon[117003]: pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:35 smithi161 ceph-mon[116604]: pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:35 smithi028 ceph-mon[112123]: pgmap v17095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:37.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:37.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:37.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:37 smithi161 ceph-mon[116604]: pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:37 smithi028 ceph-mon[112123]: pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:37 smithi138 ceph-mon[117003]: pgmap v17096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:38.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:38.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:38.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:38.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:38.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:38 smithi161 ceph-mon[116604]: from='client.461214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:38 smithi028 ceph-mon[112123]: from='client.461214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:38 smithi138 ceph-mon[117003]: from='client.461214 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:39 smithi161 ceph-mon[116604]: pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:39 smithi028 ceph-mon[112123]: pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:39 smithi138 ceph-mon[117003]: pgmap v17097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:41 smithi138 ceph-mon[117003]: pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:41 smithi161 ceph-mon[116604]: pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:41 smithi028 ceph-mon[112123]: pgmap v17098: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:43.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:43.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:43.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:43 smithi138 ceph-mon[117003]: pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:43 smithi161 ceph-mon[116604]: pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:43 smithi028 ceph-mon[112123]: pgmap v17099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:44.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:44.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:44.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:44.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:44.222 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:44 smithi138 ceph-mon[117003]: from='client.461286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:45.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:44 smithi161 ceph-mon[116604]: from='client.461286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:44 smithi028 ceph-mon[112123]: from='client.461286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:45 smithi138 ceph-mon[117003]: pgmap v17100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:45 smithi161 ceph-mon[116604]: pgmap v17100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:45 smithi028 ceph-mon[112123]: pgmap v17100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:16:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:47 smithi161 ceph-mon[116604]: 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-07T14:16:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:47 smithi028 ceph-mon[112123]: 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-07T14:16:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:47 smithi138 ceph-mon[117003]: 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-07T14:16:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:16:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:16:48.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:16:48.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:16:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:16:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:16:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:16:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:16:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:16:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:16:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:16:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:16:49.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:49.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:49.224 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:49 smithi161 ceph-mon[116604]: 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-07T14:16:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:49 smithi028 ceph-mon[112123]: 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-07T14:16:50.005 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:50.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:50.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:50.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:50.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:49 smithi138 ceph-mon[117003]: 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-07T14:16:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:50 smithi161 ceph-mon[116604]: from='client.461364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:50 smithi028 ceph-mon[112123]: from='client.461364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:50 smithi138 ceph-mon[117003]: from='client.461364 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:51 smithi161 ceph-mon[116604]: pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:51 smithi028 ceph-mon[112123]: pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:51 smithi138 ceph-mon[117003]: pgmap v17103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:53 smithi138 ceph-mon[117003]: pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:53 smithi161 ceph-mon[116604]: pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:53 smithi028 ceph-mon[112123]: pgmap v17104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:55.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:16:55.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:16:55.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:16:55.800 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:16:55.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:16:55.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:16:55.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:16:55.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:16:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:55 smithi138 ceph-mon[117003]: pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:55 smithi161 ceph-mon[116604]: pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:55 smithi028 ceph-mon[112123]: pgmap v17105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:16:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:56 smithi138 ceph-mon[117003]: from='client.461439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:57.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:56 smithi161 ceph-mon[116604]: from='client.461439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:56 smithi028 ceph-mon[112123]: from='client.461439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:16:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:57 smithi138 ceph-mon[117003]: pgmap v17106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:57 smithi161 ceph-mon[116604]: pgmap v17106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:16:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:57 smithi028 ceph-mon[112123]: pgmap v17106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:16:59 smithi138 ceph-mon[117003]: pgmap v17107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:16:59 smithi161 ceph-mon[116604]: pgmap v17107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:16:59 smithi028 ceph-mon[112123]: pgmap v17107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:00.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:00.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:00.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:01.573 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:01.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:01.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:01.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:01.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:01 smithi138 ceph-mon[117003]: pgmap v17108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:01 smithi161 ceph-mon[116604]: pgmap v17108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:01 smithi028 ceph-mon[112123]: pgmap v17108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:02 smithi138 ceph-mon[117003]: from='client.461517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:03.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:02 smithi161 ceph-mon[116604]: from='client.461517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:02 smithi028 ceph-mon[112123]: from='client.461517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:03 smithi138 ceph-mon[117003]: 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-07T14:17:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:03 smithi161 ceph-mon[116604]: 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-07T14:17:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:03 smithi028 ceph-mon[112123]: 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-07T14:17:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:05 smithi138 ceph-mon[117003]: 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-07T14:17:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:05 smithi161 ceph-mon[116604]: 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-07T14:17:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:05 smithi028 ceph-mon[112123]: 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-07T14:17:06.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:06.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:06.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:07.372 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:07.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:07.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:07.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:07.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:07 smithi161 ceph-mon[116604]: 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-07T14:17:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:07 smithi161 ceph-mon[116604]: from='client.461595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:07 smithi028 ceph-mon[112123]: 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-07T14:17:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:07 smithi028 ceph-mon[112123]: from='client.461595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:07 smithi138 ceph-mon[117003]: 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-07T14:17:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:07 smithi138 ceph-mon[117003]: from='client.461595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:10.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:09 smithi138 ceph-mon[117003]: 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-07T14:17:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:09 smithi161 ceph-mon[116604]: 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-07T14:17:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:09 smithi028 ceph-mon[112123]: 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-07T14:17:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:11 smithi138 ceph-mon[117003]: pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:11 smithi161 ceph-mon[116604]: pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:11 smithi028 ceph-mon[112123]: pgmap v17113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:12.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:12.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:12.374 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:13.139 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:13.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:13.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:13.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:13.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:13 smithi138 ceph-mon[117003]: pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:14.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:13 smithi138 ceph-mon[117003]: from='client.461673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:13 smithi161 ceph-mon[116604]: pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:13 smithi161 ceph-mon[116604]: from='client.461673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:13 smithi028 ceph-mon[112123]: pgmap v17114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:13 smithi028 ceph-mon[112123]: from='client.461673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:15 smithi138 ceph-mon[117003]: pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:15 smithi161 ceph-mon[116604]: pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:15 smithi028 ceph-mon[112123]: pgmap v17115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:17 smithi161 ceph-mon[116604]: pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:17 smithi028 ceph-mon[112123]: pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:17 smithi138 ceph-mon[117003]: pgmap v17116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:18.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:18.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:18.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:18.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:18.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:18.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:18.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:18.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:19 smithi138 ceph-mon[117003]: from='client.461751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:20.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:19 smithi138 ceph-mon[117003]: pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:19 smithi161 ceph-mon[116604]: from='client.461751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:19 smithi161 ceph-mon[116604]: pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:19 smithi028 ceph-mon[112123]: from='client.461751 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:19 smithi028 ceph-mon[112123]: pgmap v17117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:21 smithi138 ceph-mon[117003]: pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:21 smithi161 ceph-mon[116604]: pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:21 smithi028 ceph-mon[112123]: pgmap v17118: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:23.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:23.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:23.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:23 smithi138 ceph-mon[117003]: pgmap v17119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:23 smithi161 ceph-mon[116604]: pgmap v17119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:23 smithi028 ceph-mon[112123]: pgmap v17119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:24.688 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:24.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:24.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:24.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:24.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:25 smithi138 ceph-mon[117003]: from='client.461829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:25 smithi138 ceph-mon[117003]: pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:25 smithi161 ceph-mon[116604]: from='client.461829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:25 smithi161 ceph-mon[116604]: pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:25 smithi028 ceph-mon[112123]: from='client.461829 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:25 smithi028 ceph-mon[112123]: pgmap v17120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:27 smithi161 ceph-mon[116604]: pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:27 smithi028 ceph-mon[112123]: pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:27 smithi138 ceph-mon[117003]: pgmap v17121: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:29.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:29.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:29.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:29 smithi138 ceph-mon[117003]: pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:29 smithi161 ceph-mon[116604]: pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:29 smithi028 ceph-mon[112123]: pgmap v17122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:30.458 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:30.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:30.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:30.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:30.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:30 smithi138 ceph-mon[117003]: from='client.461904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:30 smithi161 ceph-mon[116604]: from='client.461904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:30 smithi028 ceph-mon[112123]: from='client.461904 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:31 smithi138 ceph-mon[117003]: pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:31 smithi161 ceph-mon[116604]: pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:31 smithi028 ceph-mon[112123]: pgmap v17123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:33 smithi138 ceph-mon[117003]: pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:33 smithi161 ceph-mon[116604]: pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:33 smithi028 ceph-mon[112123]: pgmap v17124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:17:35.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:35.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:35.461 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:35 smithi138 ceph-mon[117003]: pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:35 smithi161 ceph-mon[116604]: pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:35 smithi028 ceph-mon[112123]: pgmap v17125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:36.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:36.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:36.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:36.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:36.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:36 smithi138 ceph-mon[117003]: from='client.461979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:36 smithi161 ceph-mon[116604]: from='client.461979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:36 smithi028 ceph-mon[112123]: from='client.461979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:37 smithi138 ceph-mon[117003]: 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-07T14:17:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:37 smithi161 ceph-mon[116604]: 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-07T14:17:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:37 smithi028 ceph-mon[112123]: 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-07T14:17:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:39 smithi138 ceph-mon[117003]: 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-07T14:17:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:39 smithi161 ceph-mon[116604]: 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-07T14:17:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:39 smithi028 ceph-mon[112123]: 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-07T14:17:41.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:41.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:41.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:42.012 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:42.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:42.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:42.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:42.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:41 smithi138 ceph-mon[117003]: 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-07T14:17:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:41 smithi161 ceph-mon[116604]: 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-07T14:17:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:41 smithi028 ceph-mon[112123]: 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-07T14:17:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:42 smithi138 ceph-mon[117003]: from='client.462057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:42 smithi161 ceph-mon[116604]: from='client.462057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:42 smithi028 ceph-mon[112123]: from='client.462057 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:44.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:43 smithi138 ceph-mon[117003]: 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-07T14:17:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:43 smithi161 ceph-mon[116604]: 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-07T14:17:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:43 smithi028 ceph-mon[112123]: 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-07T14:17:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:45 smithi138 ceph-mon[117003]: 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-07T14:17:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:45 smithi161 ceph-mon[116604]: 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-07T14:17:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:45 smithi028 ceph-mon[112123]: 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-07T14:17:47.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:47.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:47.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:47.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:47.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:47.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:47.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:47.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:47 smithi161 ceph-mon[116604]: 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-07T14:17:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:47 smithi028 ceph-mon[112123]: 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-07T14:17:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:47 smithi138 ceph-mon[117003]: 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-07T14:17:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:48 smithi161 ceph-mon[116604]: from='client.462132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:48 smithi028 ceph-mon[112123]: from='client.462132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:48 smithi138 ceph-mon[117003]: from='client.462132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:17:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:49 smithi161 ceph-mon[116604]: 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-07T14:17:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:17:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:17:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:17:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:17:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:49 smithi028 ceph-mon[112123]: 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-07T14:17:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:17:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:17:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:17:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:17:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:49 smithi138 ceph-mon[117003]: 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-07T14:17:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:17:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:17:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:17:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:51 smithi138 ceph-mon[117003]: pgmap v17133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:51 smithi161 ceph-mon[116604]: pgmap v17133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:51 smithi028 ceph-mon[112123]: pgmap v17133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:52.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:52.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:52.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:53.569 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:53.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:53.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:53.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:53.569 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:17:54.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:53 smithi138 ceph-mon[117003]: pgmap v17134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:53 smithi161 ceph-mon[116604]: pgmap v17134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:53 smithi028 ceph-mon[112123]: pgmap v17134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:54 smithi138 ceph-mon[117003]: from='client.462207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:54 smithi161 ceph-mon[116604]: from='client.462207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:54 smithi028 ceph-mon[112123]: from='client.462207 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:17:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:55 smithi138 ceph-mon[117003]: pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:55 smithi161 ceph-mon[116604]: pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:55 smithi028 ceph-mon[112123]: pgmap v17135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:17:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:57 smithi161 ceph-mon[116604]: pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:57 smithi028 ceph-mon[112123]: pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:57 smithi138 ceph-mon[117003]: pgmap v17136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:17:58.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:17:58.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:17:58.571 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:17:59.349 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:17:59.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:17:59.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:17:59.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:17:59.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:59 smithi138 ceph-mon[117003]: pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:17:59 smithi138 ceph-mon[117003]: from='client.462285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:59 smithi161 ceph-mon[116604]: pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:17:59 smithi161 ceph-mon[116604]: from='client.462285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:59 smithi028 ceph-mon[112123]: pgmap v17137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:17:59 smithi028 ceph-mon[112123]: from='client.462285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:01 smithi138 ceph-mon[117003]: pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:18:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:01 smithi161 ceph-mon[116604]: pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:18:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:01 smithi028 ceph-mon[112123]: pgmap v17138: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:18:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:03 smithi138 ceph-mon[117003]: pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:18:04.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:03 smithi161 ceph-mon[116604]: pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:18:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:03 smithi028 ceph-mon[112123]: pgmap v17139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:18:04.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:04.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:04.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:05.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:05.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:05.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:05.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:05.118 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:05 smithi138 ceph-mon[117003]: pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:05 smithi138 ceph-mon[117003]: from='client.462360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:05 smithi161 ceph-mon[116604]: pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:05 smithi161 ceph-mon[116604]: from='client.462360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:05 smithi028 ceph-mon[112123]: pgmap v17140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:05 smithi028 ceph-mon[112123]: from='client.462360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:07 smithi161 ceph-mon[116604]: pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:07 smithi028 ceph-mon[112123]: pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:07 smithi138 ceph-mon[117003]: pgmap v17141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:09 smithi138 ceph-mon[117003]: pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:10.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:10.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:10.120 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:09 smithi161 ceph-mon[116604]: pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:09 smithi028 ceph-mon[112123]: pgmap v17142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:10.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:10.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:10.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:10.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:10.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:11 smithi138 ceph-mon[117003]: from='client.462435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:12.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:11 smithi138 ceph-mon[117003]: pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:11 smithi161 ceph-mon[116604]: from='client.462435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:11 smithi161 ceph-mon[116604]: pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:11 smithi028 ceph-mon[112123]: from='client.462435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:11 smithi028 ceph-mon[112123]: pgmap v17143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:13 smithi138 ceph-mon[117003]: pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:18:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:13 smithi161 ceph-mon[116604]: pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:18:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:13 smithi028 ceph-mon[112123]: pgmap v17144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:18:15.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:15.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:15.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:16.045 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:15 smithi138 ceph-mon[117003]: pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:18:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:15 smithi161 ceph-mon[116604]: pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:18:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:15 smithi028 ceph-mon[112123]: pgmap v17145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:18:16.680 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:16.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:16.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:16.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:16.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:17 smithi161 ceph-mon[116604]: from='client.462510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:17 smithi161 ceph-mon[116604]: 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-07T14:18:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:17 smithi028 ceph-mon[112123]: from='client.462510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:17 smithi028 ceph-mon[112123]: 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-07T14:18:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:17 smithi138 ceph-mon[117003]: from='client.462510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:17 smithi138 ceph-mon[117003]: 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-07T14:18:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:19 smithi138 ceph-mon[117003]: 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-07T14:18:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:19 smithi161 ceph-mon[116604]: 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-07T14:18:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:19 smithi028 ceph-mon[112123]: 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-07T14:18:21.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:21.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:21.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:21 smithi138 ceph-mon[117003]: 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-07T14:18:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:21 smithi161 ceph-mon[116604]: 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-07T14:18:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:21 smithi028 ceph-mon[112123]: 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-07T14:18:22.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:22.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:22.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:22.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:22.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:22 smithi138 ceph-mon[117003]: from='client.462588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:22 smithi161 ceph-mon[116604]: from='client.462588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:22 smithi028 ceph-mon[112123]: from='client.462588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:23 smithi138 ceph-mon[117003]: 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-07T14:18:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:23 smithi161 ceph-mon[116604]: 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-07T14:18:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:23 smithi028 ceph-mon[112123]: 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-07T14:18:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:25 smithi138 ceph-mon[117003]: 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-07T14:18:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:25 smithi161 ceph-mon[116604]: 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-07T14:18:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:25 smithi028 ceph-mon[112123]: 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-07T14:18:27.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:27.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:27.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:27 smithi161 ceph-mon[116604]: 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-07T14:18:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:27 smithi028 ceph-mon[112123]: 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-07T14:18:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:27 smithi138 ceph-mon[117003]: 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-07T14:18:28.215 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:28.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:28.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:28.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:28.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:28 smithi161 ceph-mon[116604]: from='client.462663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:28 smithi028 ceph-mon[112123]: from='client.462663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:28 smithi138 ceph-mon[117003]: from='client.462663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:29 smithi161 ceph-mon[116604]: 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-07T14:18:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:29 smithi028 ceph-mon[112123]: 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-07T14:18:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:29 smithi138 ceph-mon[117003]: 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-07T14:18:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:31 smithi138 ceph-mon[117003]: pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:18:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:31 smithi161 ceph-mon[116604]: pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:18:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:31 smithi028 ceph-mon[112123]: pgmap v17153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:18:33.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:33.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:33.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:33.998 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:33.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:33.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:33.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:33.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:33 smithi138 ceph-mon[117003]: pgmap v17154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:33 smithi161 ceph-mon[116604]: pgmap v17154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:33 smithi028 ceph-mon[112123]: pgmap v17154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:34 smithi138 ceph-mon[117003]: from='client.462738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:35.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:34 smithi161 ceph-mon[116604]: from='client.462738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:34 smithi028 ceph-mon[112123]: from='client.462738 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:35 smithi138 ceph-mon[117003]: pgmap v17155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:18:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:35 smithi161 ceph-mon[116604]: pgmap v17155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:18:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:35 smithi028 ceph-mon[112123]: pgmap v17155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:18:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:37 smithi161 ceph-mon[116604]: pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:37 smithi028 ceph-mon[112123]: pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:37 smithi138 ceph-mon[117003]: pgmap v17156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:38.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:39.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:39.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:39.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:39.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:39.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:39.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:39.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:39 smithi138 ceph-mon[117003]: pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:39 smithi161 ceph-mon[116604]: pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:39 smithi028 ceph-mon[112123]: pgmap v17157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:40 smithi138 ceph-mon[117003]: from='client.462816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:40 smithi161 ceph-mon[116604]: from='client.462816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:40 smithi028 ceph-mon[112123]: from='client.462816 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:41 smithi138 ceph-mon[117003]: 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-07T14:18:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:41 smithi161 ceph-mon[116604]: 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-07T14:18:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:41 smithi028 ceph-mon[112123]: 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-07T14:18:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:43 smithi138 ceph-mon[117003]: pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:43 smithi161 ceph-mon[116604]: pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:43 smithi028 ceph-mon[112123]: pgmap v17159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:44.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:44.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:44.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:45.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:45.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:45.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:45.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:45.546 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:45 smithi138 ceph-mon[117003]: pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:45 smithi161 ceph-mon[116604]: pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:45 smithi028 ceph-mon[112123]: pgmap v17160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:46 smithi138 ceph-mon[117003]: from='client.462891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:46 smithi161 ceph-mon[116604]: from='client.462891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:46 smithi028 ceph-mon[112123]: from='client.462891 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:47 smithi138 ceph-mon[117003]: pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:47 smithi161 ceph-mon[116604]: pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:47 smithi028 ceph-mon[112123]: pgmap v17161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:49 smithi138 ceph-mon[117003]: pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:18:50.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:49 smithi161 ceph-mon[116604]: pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:50.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:18:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:49 smithi028 ceph-mon[112123]: pgmap v17162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:18:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:18:50.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:50.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:50.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:18:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:18:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:18:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:18:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:18:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:18:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:18:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:18:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:18:51.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:51.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:51.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:51.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:51.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:51 smithi161 ceph-mon[116604]: pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:51 smithi161 ceph-mon[116604]: from='client.462966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:51 smithi028 ceph-mon[112123]: pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:51 smithi028 ceph-mon[112123]: from='client.462966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:51 smithi138 ceph-mon[117003]: pgmap v17163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:18:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:51 smithi138 ceph-mon[117003]: from='client.462966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:53 smithi161 ceph-mon[116604]: 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-07T14:18:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:53 smithi028 ceph-mon[112123]: 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-07T14:18:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:53 smithi138 ceph-mon[117003]: 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-07T14:18:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:55 smithi161 ceph-mon[116604]: 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-07T14:18:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:55 smithi028 ceph-mon[112123]: 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-07T14:18:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:55 smithi138 ceph-mon[117003]: 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-07T14:18:56.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:18:56.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:18:56.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:18:57.098 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:18:57.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:18:57.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:18:57.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:18:57.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:18:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:57 smithi161 ceph-mon[116604]: from='client.463041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:57 smithi161 ceph-mon[116604]: 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-07T14:18:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:57 smithi028 ceph-mon[112123]: from='client.463041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:57 smithi028 ceph-mon[112123]: 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-07T14:18:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:57 smithi138 ceph-mon[117003]: from='client.463041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:18:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:57 smithi138 ceph-mon[117003]: 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-07T14:19:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:18:59 smithi138 ceph-mon[117003]: 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-07T14:19:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:18:59 smithi161 ceph-mon[116604]: 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-07T14:19:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:18:59 smithi028 ceph-mon[112123]: 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-07T14:19:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:01 smithi138 ceph-mon[117003]: 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-07T14:19:02.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:02.100 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:02.100 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:01 smithi161 ceph-mon[116604]: 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-07T14:19:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:01 smithi028 ceph-mon[112123]: 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-07T14:19:02.866 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:02.866 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:02.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:02.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:02.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:03 smithi138 ceph-mon[117003]: from='client.463116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:03 smithi138 ceph-mon[117003]: 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-07T14:19:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:03 smithi161 ceph-mon[116604]: from='client.463116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:03 smithi161 ceph-mon[116604]: 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-07T14:19:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:03 smithi028 ceph-mon[112123]: from='client.463116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:03 smithi028 ceph-mon[112123]: 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-07T14:19:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:05 smithi138 ceph-mon[117003]: 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-07T14:19:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:05 smithi161 ceph-mon[116604]: 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-07T14:19:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:05 smithi028 ceph-mon[112123]: 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-07T14:19:07.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:07.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:07.868 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:07 smithi161 ceph-mon[116604]: 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-07T14:19:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:07 smithi028 ceph-mon[112123]: 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-07T14:19:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:07 smithi138 ceph-mon[117003]: 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-07T14:19:08.648 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:09.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:09.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:09.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:09.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:09 smithi138 ceph-mon[117003]: from='client.463188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:09 smithi138 ceph-mon[117003]: 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-07T14:19:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:09 smithi161 ceph-mon[116604]: from='client.463188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:09 smithi161 ceph-mon[116604]: 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-07T14:19:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:09 smithi028 ceph-mon[112123]: from='client.463188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:09 smithi028 ceph-mon[112123]: 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-07T14:19:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:11 smithi138 ceph-mon[117003]: pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:19:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:11 smithi161 ceph-mon[116604]: pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:19:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:11 smithi028 ceph-mon[112123]: pgmap v17173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:19:13.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:13.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:13.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:13 smithi138 ceph-mon[117003]: pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:19:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:13 smithi161 ceph-mon[116604]: pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:19:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:13 smithi028 ceph-mon[112123]: pgmap v17174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:19:14.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:14.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:14.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:14.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:14.420 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:14 smithi138 ceph-mon[117003]: from='client.463260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:14 smithi161 ceph-mon[116604]: from='client.463260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:14 smithi028 ceph-mon[112123]: from='client.463260 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:15 smithi138 ceph-mon[117003]: pgmap v17175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:19:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:15 smithi161 ceph-mon[116604]: pgmap v17175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:19:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:15 smithi028 ceph-mon[112123]: pgmap v17175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:19:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:17 smithi161 ceph-mon[116604]: pgmap v17176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:19:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:17 smithi028 ceph-mon[112123]: pgmap v17176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:19:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:17 smithi138 ceph-mon[117003]: pgmap v17176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:19:19.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:19.421 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:19.421 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:19 smithi138 ceph-mon[117003]: pgmap v17177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:19:20.189 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:20.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:20.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:20.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:20.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:19 smithi161 ceph-mon[116604]: pgmap v17177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:19:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:19 smithi028 ceph-mon[112123]: pgmap v17177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:19:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:20 smithi138 ceph-mon[117003]: from='client.463329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:21.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:20 smithi161 ceph-mon[116604]: from='client.463329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:20 smithi028 ceph-mon[112123]: from='client.463329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:21 smithi138 ceph-mon[117003]: 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-07T14:19:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:21 smithi161 ceph-mon[116604]: 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-07T14:19:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:21 smithi028 ceph-mon[112123]: 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-07T14:19:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:23 smithi138 ceph-mon[117003]: pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:19:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:23 smithi161 ceph-mon[116604]: pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:19:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:23 smithi028 ceph-mon[112123]: pgmap v17179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:19:25.190 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:25.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:25.191 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:25.973 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:25.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:25.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:25.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:25.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:25 smithi138 ceph-mon[117003]: pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:19:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:25 smithi161 ceph-mon[116604]: pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:19:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:25 smithi028 ceph-mon[112123]: pgmap v17180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:19:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:26 smithi138 ceph-mon[117003]: from='client.463407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:26 smithi161 ceph-mon[116604]: from='client.463407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:26 smithi028 ceph-mon[112123]: from='client.463407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:27 smithi138 ceph-mon[117003]: pgmap v17181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:19:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:27 smithi161 ceph-mon[116604]: pgmap v17181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:19:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:27 smithi028 ceph-mon[112123]: pgmap v17181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:19:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:29 smithi161 ceph-mon[116604]: pgmap v17182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:19:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:29 smithi028 ceph-mon[112123]: pgmap v17182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:19:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:29 smithi138 ceph-mon[117003]: pgmap v17182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:19:30.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:30.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:30.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:31.787 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:31.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:31.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:31.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:31.787 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:31 smithi161 ceph-mon[116604]: pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:19:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:31 smithi028 ceph-mon[112123]: pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:19:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:31 smithi138 ceph-mon[117003]: pgmap v17183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:19:33.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:32 smithi161 ceph-mon[116604]: from='client.463485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:32 smithi028 ceph-mon[112123]: from='client.463485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:32 smithi138 ceph-mon[117003]: from='client.463485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:33 smithi161 ceph-mon[116604]: 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-07T14:19:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:33 smithi028 ceph-mon[112123]: 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-07T14:19:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:33 smithi138 ceph-mon[117003]: 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-07T14:19:36.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:35 smithi161 ceph-mon[116604]: 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-07T14:19:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:35 smithi028 ceph-mon[112123]: 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-07T14:19:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:35 smithi138 ceph-mon[117003]: 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-07T14:19:36.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:36.789 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:36.789 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:37.565 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:37.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:37.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:37.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:37.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:37 smithi161 ceph-mon[116604]: 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-07T14:19:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:37 smithi028 ceph-mon[112123]: 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-07T14:19:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:37 smithi138 ceph-mon[117003]: 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-07T14:19:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:38 smithi161 ceph-mon[116604]: from='client.463560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:38 smithi028 ceph-mon[112123]: from='client.463560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:38 smithi138 ceph-mon[117003]: from='client.463560 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:39.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:39 smithi161 ceph-mon[116604]: 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-07T14:19:39.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:39 smithi028 ceph-mon[112123]: 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-07T14:19:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:39 smithi138 ceph-mon[117003]: 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-07T14:19:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:41 smithi138 ceph-mon[117003]: 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-07T14:19:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:41 smithi161 ceph-mon[116604]: 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-07T14:19:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:41 smithi028 ceph-mon[112123]: 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-07T14:19:42.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:42.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:42.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:43.331 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:43.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:43.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:43.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:43.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:43 smithi138 ceph-mon[117003]: 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-07T14:19:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:43 smithi138 ceph-mon[117003]: from='client.463632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:43 smithi161 ceph-mon[116604]: 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-07T14:19:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:43 smithi161 ceph-mon[116604]: from='client.463632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:43 smithi028 ceph-mon[112123]: 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-07T14:19:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:43 smithi028 ceph-mon[112123]: from='client.463632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:45 smithi138 ceph-mon[117003]: 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-07T14:19:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:45 smithi161 ceph-mon[116604]: 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-07T14:19:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:45 smithi028 ceph-mon[112123]: 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-07T14:19:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:47 smithi161 ceph-mon[116604]: 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-07T14:19:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:47 smithi028 ceph-mon[112123]: 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-07T14:19:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:47 smithi138 ceph-mon[117003]: 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-07T14:19:48.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:48.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:48.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:49.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:49.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:49.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:49.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:49.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:49 smithi138 ceph-mon[117003]: from='client.463710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:50.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:49 smithi138 ceph-mon[117003]: 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-07T14:19:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:49 smithi161 ceph-mon[116604]: from='client.463710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:49 smithi161 ceph-mon[116604]: 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-07T14:19:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:49 smithi028 ceph-mon[112123]: from='client.463710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:49 smithi028 ceph-mon[112123]: 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-07T14:19:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:19:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:19:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:19:51.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:19:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:19:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:19:51.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:19:51.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:19:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:19:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:19:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:19:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:19:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:51 smithi138 ceph-mon[117003]: pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:19:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:51 smithi161 ceph-mon[116604]: pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:19:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:51 smithi028 ceph-mon[112123]: pgmap v17193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:19:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:53 smithi138 ceph-mon[117003]: pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:19:54.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:54.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:54.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:19:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:53 smithi161 ceph-mon[116604]: pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:19:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:53 smithi028 ceph-mon[112123]: pgmap v17194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:19:54.867 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:19:54.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:19:54.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:19:54.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:19:54.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:19:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:55 smithi138 ceph-mon[117003]: from='client.463785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:55 smithi138 ceph-mon[117003]: 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-07T14:19:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:55 smithi161 ceph-mon[116604]: from='client.463785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:55 smithi161 ceph-mon[116604]: 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-07T14:19:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:55 smithi028 ceph-mon[112123]: from='client.463785 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:19:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:55 smithi028 ceph-mon[112123]: 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-07T14:19:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:57 smithi161 ceph-mon[116604]: 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-07T14:19:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:57 smithi028 ceph-mon[112123]: 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-07T14:19:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:57 smithi138 ceph-mon[117003]: 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-07T14:19:59.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:19:59.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:19:59.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:19:59 smithi138 ceph-mon[117003]: 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-07T14:20:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:19:59 smithi161 ceph-mon[116604]: 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-07T14:20:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:19:59 smithi028 ceph-mon[112123]: 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-07T14:20:00.639 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:00.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:00.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:00.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:00.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T14:20:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T14:20:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T14:20:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:01 smithi161 ceph-mon[116604]: from='client.463863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:01 smithi161 ceph-mon[116604]: 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-07T14:20:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:01 smithi028 ceph-mon[112123]: from='client.463863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:01 smithi028 ceph-mon[112123]: 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-07T14:20:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:01 smithi138 ceph-mon[117003]: from='client.463863 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:01 smithi138 ceph-mon[117003]: 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-07T14:20:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:03 smithi161 ceph-mon[116604]: pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:20:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:03 smithi028 ceph-mon[112123]: pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:20:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:03 smithi138 ceph-mon[117003]: pgmap v17199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:20:05.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:05.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:05.641 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:05 smithi161 ceph-mon[116604]: pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:20:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:05 smithi028 ceph-mon[112123]: pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:20:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:05 smithi138 ceph-mon[117003]: pgmap v17200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:20:06.424 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:06.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:06.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:06.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:06.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:06 smithi161 ceph-mon[116604]: from='client.463935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:06 smithi028 ceph-mon[112123]: from='client.463935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:06 smithi138 ceph-mon[117003]: from='client.463935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:07 smithi161 ceph-mon[116604]: 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-07T14:20:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:07 smithi028 ceph-mon[112123]: 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-07T14:20:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:07 smithi138 ceph-mon[117003]: 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-07T14:20:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:09 smithi161 ceph-mon[116604]: 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-07T14:20:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:09 smithi028 ceph-mon[112123]: 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-07T14:20:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:09 smithi138 ceph-mon[117003]: 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-07T14:20:11.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:11.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:11.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:11 smithi161 ceph-mon[116604]: 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-07T14:20:12.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:12.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:12.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:12.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:12.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:11 smithi028 ceph-mon[112123]: 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-07T14:20:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:11 smithi138 ceph-mon[117003]: 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-07T14:20:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:12 smithi161 ceph-mon[116604]: from='client.464010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:12 smithi028 ceph-mon[112123]: from='client.464010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:12 smithi138 ceph-mon[117003]: from='client.464010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:14.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:13 smithi161 ceph-mon[116604]: 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-07T14:20:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:13 smithi028 ceph-mon[112123]: 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-07T14:20:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:13 smithi138 ceph-mon[117003]: 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-07T14:20:16.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:15 smithi161 ceph-mon[116604]: 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-07T14:20:16.221 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:15 smithi028 ceph-mon[112123]: 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-07T14:20:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:15 smithi138 ceph-mon[117003]: 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-07T14:20:17.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:17.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:17.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:17 smithi161 ceph-mon[116604]: 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-07T14:20:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:17 smithi028 ceph-mon[112123]: 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-07T14:20:17.975 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:17.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:17.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:17.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:17.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:17 smithi138 ceph-mon[117003]: 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-07T14:20:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:18 smithi161 ceph-mon[116604]: from='client.464082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:18 smithi028 ceph-mon[112123]: from='client.464082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:18 smithi138 ceph-mon[117003]: from='client.464082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:19 smithi161 ceph-mon[116604]: 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-07T14:20:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:19 smithi028 ceph-mon[112123]: 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-07T14:20:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:19 smithi138 ceph-mon[117003]: 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-07T14:20:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:21 smithi138 ceph-mon[117003]: 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-07T14:20:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:21 smithi161 ceph-mon[116604]: 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-07T14:20:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:21 smithi028 ceph-mon[112123]: 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-07T14:20:22.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:22.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:22.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:23.750 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:23.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:23.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:23.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:23.750 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:23 smithi161 ceph-mon[116604]: 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-07T14:20:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:23 smithi028 ceph-mon[112123]: 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-07T14:20:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:23 smithi138 ceph-mon[117003]: 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-07T14:20:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:24 smithi161 ceph-mon[116604]: from='client.464154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:24 smithi028 ceph-mon[112123]: from='client.464154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:24 smithi138 ceph-mon[117003]: from='client.464154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:25 smithi161 ceph-mon[116604]: 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-07T14:20:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:25 smithi028 ceph-mon[112123]: 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-07T14:20:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:25 smithi138 ceph-mon[117003]: 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-07T14:20:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:27 smithi161 ceph-mon[116604]: 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-07T14:20:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:27 smithi028 ceph-mon[112123]: 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-07T14:20:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:27 smithi138 ceph-mon[117003]: 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-07T14:20:28.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:28.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:28.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:29.515 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:29.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:29.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:29.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:29.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:29 smithi161 ceph-mon[116604]: 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-07T14:20:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:29 smithi028 ceph-mon[112123]: 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-07T14:20:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:29 smithi138 ceph-mon[117003]: 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-07T14:20:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:30 smithi161 ceph-mon[116604]: from='client.464229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:30 smithi028 ceph-mon[112123]: from='client.464229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:30 smithi138 ceph-mon[117003]: from='client.464229 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:31 smithi161 ceph-mon[116604]: 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-07T14:20:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:31 smithi028 ceph-mon[112123]: 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-07T14:20:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:31 smithi138 ceph-mon[117003]: 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-07T14:20:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:33 smithi161 ceph-mon[116604]: 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-07T14:20:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:33 smithi028 ceph-mon[112123]: 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-07T14:20:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:33 smithi138 ceph-mon[117003]: 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-07T14:20:34.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:34.518 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:34.518 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:35.296 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:35.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:35.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:35.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:35.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:35 smithi161 ceph-mon[116604]: 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-07T14:20:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:35 smithi161 ceph-mon[116604]: from='client.464304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:35 smithi028 ceph-mon[112123]: 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-07T14:20:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:35 smithi028 ceph-mon[112123]: from='client.464304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:35 smithi138 ceph-mon[117003]: 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-07T14:20:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:35 smithi138 ceph-mon[117003]: from='client.464304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:37 smithi161 ceph-mon[116604]: 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-07T14:20:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:37 smithi028 ceph-mon[112123]: 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-07T14:20:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:37 smithi138 ceph-mon[117003]: 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-07T14:20:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:39 smithi161 ceph-mon[116604]: 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-07T14:20:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:39 smithi028 ceph-mon[112123]: 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-07T14:20:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:39 smithi138 ceph-mon[117003]: 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-07T14:20:40.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:40.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:40.298 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:41.069 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:41.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:41.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:41.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:41.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:41 smithi161 ceph-mon[116604]: from='client.464379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:42.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:41 smithi161 ceph-mon[116604]: 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-07T14:20:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:41 smithi028 ceph-mon[112123]: from='client.464379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:41 smithi028 ceph-mon[112123]: 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-07T14:20:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:41 smithi138 ceph-mon[117003]: from='client.464379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:41 smithi138 ceph-mon[117003]: 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-07T14:20:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:43 smithi161 ceph-mon[116604]: 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-07T14:20:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:43 smithi028 ceph-mon[112123]: 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-07T14:20:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:43 smithi138 ceph-mon[117003]: 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-07T14:20:46.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:46.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:46.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:45 smithi161 ceph-mon[116604]: 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-07T14:20:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:45 smithi028 ceph-mon[112123]: 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-07T14:20:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:45 smithi138 ceph-mon[117003]: 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-07T14:20:46.854 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:46.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:46.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:46.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:46.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:47 smithi161 ceph-mon[116604]: from='client.464457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:47 smithi161 ceph-mon[116604]: 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-07T14:20:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:47 smithi028 ceph-mon[112123]: from='client.464457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:47 smithi028 ceph-mon[112123]: 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-07T14:20:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:47 smithi138 ceph-mon[117003]: from='client.464457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:48.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:47 smithi138 ceph-mon[117003]: 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-07T14:20:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:49 smithi161 ceph-mon[116604]: 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-07T14:20:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:49 smithi028 ceph-mon[112123]: 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-07T14:20:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:49 smithi138 ceph-mon[117003]: 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-07T14:20:51.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:51.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:51.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:51 smithi161 ceph-mon[116604]: 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-07T14:20:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:20:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:20:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:20:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:20:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:51 smithi028 ceph-mon[112123]: 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-07T14:20:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:20:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:20:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:20:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:20:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:51 smithi138 ceph-mon[117003]: 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-07T14:20:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:20:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:20:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:20:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:20:52.631 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:52.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:52.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:52.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:52.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:53 smithi161 ceph-mon[116604]: from='client.464535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:53 smithi161 ceph-mon[116604]: 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-07T14:20:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:53 smithi028 ceph-mon[112123]: from='client.464535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:53 smithi028 ceph-mon[112123]: 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-07T14:20:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:53 smithi138 ceph-mon[117003]: from='client.464535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:53 smithi138 ceph-mon[117003]: 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-07T14:20:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:55 smithi161 ceph-mon[116604]: 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-07T14:20:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:55 smithi028 ceph-mon[112123]: 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-07T14:20:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:55 smithi138 ceph-mon[117003]: 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-07T14:20:57.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:20:57.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:20:57.633 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:20:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:57 smithi161 ceph-mon[116604]: 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-07T14:20:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:57 smithi028 ceph-mon[112123]: 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-07T14:20:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:57 smithi138 ceph-mon[117003]: 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-07T14:20:58.422 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:20:58.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:20:58.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:20:58.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:20:58.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:20:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:58 smithi161 ceph-mon[116604]: from='client.464613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:58 smithi028 ceph-mon[112123]: from='client.464613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:58 smithi138 ceph-mon[117003]: from='client.464613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:20:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:20:59 smithi161 ceph-mon[116604]: 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-07T14:20:59.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:20:59 smithi028 ceph-mon[112123]: 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-07T14:21:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:20:59 smithi138 ceph-mon[117003]: 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-07T14:21:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:01 smithi161 ceph-mon[116604]: 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-07T14:21:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:01 smithi028 ceph-mon[112123]: 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-07T14:21:02.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:01 smithi138 ceph-mon[117003]: 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-07T14:21:03.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:03.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:03.423 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:03 smithi161 ceph-mon[116604]: 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-07T14:21:04.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:04.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:04.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:04.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:04.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:03 smithi028 ceph-mon[112123]: 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-07T14:21:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:03 smithi138 ceph-mon[117003]: 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-07T14:21:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:04 smithi161 ceph-mon[116604]: from='client.464685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:04 smithi028 ceph-mon[112123]: from='client.464685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:04 smithi138 ceph-mon[117003]: from='client.464685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:05 smithi161 ceph-mon[116604]: 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-07T14:21:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:05 smithi028 ceph-mon[112123]: 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-07T14:21:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:05 smithi138 ceph-mon[117003]: 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-07T14:21:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:07 smithi161 ceph-mon[116604]: 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-07T14:21:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:07 smithi028 ceph-mon[112123]: 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-07T14:21:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:07 smithi138 ceph-mon[117003]: 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-07T14:21:09.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:09.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:09.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:09.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:09.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:09.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:09.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:09.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:09 smithi161 ceph-mon[116604]: 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-07T14:21:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:09 smithi028 ceph-mon[112123]: 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-07T14:21:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:09 smithi138 ceph-mon[117003]: 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-07T14:21:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:10 smithi161 ceph-mon[116604]: from='client.464757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:10 smithi028 ceph-mon[112123]: from='client.464757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:10 smithi138 ceph-mon[117003]: from='client.464757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:11 smithi161 ceph-mon[116604]: 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-07T14:21:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:11 smithi028 ceph-mon[112123]: 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-07T14:21:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:11 smithi138 ceph-mon[117003]: 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-07T14:21:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:13 smithi161 ceph-mon[116604]: 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-07T14:21:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:13 smithi028 ceph-mon[112123]: 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-07T14:21:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:13 smithi138 ceph-mon[117003]: 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-07T14:21:14.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:14.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:14.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:15.744 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:15.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:15.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:15.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:15.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:15 smithi161 ceph-mon[116604]: 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-07T14:21:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:15 smithi028 ceph-mon[112123]: 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-07T14:21:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:15 smithi138 ceph-mon[117003]: 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-07T14:21:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:16 smithi161 ceph-mon[116604]: from='client.464832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:16 smithi028 ceph-mon[112123]: from='client.464832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:16 smithi138 ceph-mon[117003]: from='client.464832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:17 smithi161 ceph-mon[116604]: 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-07T14:21:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:17 smithi028 ceph-mon[112123]: 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-07T14:21:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:17 smithi138 ceph-mon[117003]: 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-07T14:21:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:19 smithi161 ceph-mon[116604]: 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-07T14:21:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:19 smithi028 ceph-mon[112123]: 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-07T14:21:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:19 smithi138 ceph-mon[117003]: 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-07T14:21:20.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:20.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:20.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:21.534 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:21.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:21.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:21.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:21.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:21 smithi161 ceph-mon[116604]: 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-07T14:21:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:21 smithi028 ceph-mon[112123]: 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-07T14:21:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:21 smithi138 ceph-mon[117003]: 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-07T14:21:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:22 smithi161 ceph-mon[116604]: from='client.464907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:22 smithi028 ceph-mon[112123]: from='client.464907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:22 smithi138 ceph-mon[117003]: from='client.464907 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:23 smithi161 ceph-mon[116604]: 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-07T14:21:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:23 smithi028 ceph-mon[112123]: 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-07T14:21:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:23 smithi138 ceph-mon[117003]: 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-07T14:21:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:25 smithi161 ceph-mon[116604]: 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-07T14:21:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:25 smithi028 ceph-mon[112123]: 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-07T14:21:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:25 smithi138 ceph-mon[117003]: 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-07T14:21:26.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:26.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:26.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:27.315 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:27.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:27.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:27.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:27.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:27 smithi161 ceph-mon[116604]: 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-07T14:21:27.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:27 smithi161 ceph-mon[116604]: from='client.464985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:27 smithi028 ceph-mon[112123]: 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-07T14:21:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:27 smithi028 ceph-mon[112123]: from='client.464985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:27 smithi138 ceph-mon[117003]: 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-07T14:21:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:27 smithi138 ceph-mon[117003]: from='client.464985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:29 smithi161 ceph-mon[116604]: 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-07T14:21:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:29 smithi028 ceph-mon[112123]: 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-07T14:21:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:29 smithi138 ceph-mon[117003]: 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-07T14:21:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:31 smithi161 ceph-mon[116604]: 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-07T14:21:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:31 smithi028 ceph-mon[112123]: 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-07T14:21:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:31 smithi138 ceph-mon[117003]: 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-07T14:21:32.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:32.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:32.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:33.092 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:33.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:33.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:33.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:33.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:33 smithi161 ceph-mon[116604]: from='client.465060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:34.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:33 smithi161 ceph-mon[116604]: 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-07T14:21:34.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:33 smithi028 ceph-mon[112123]: from='client.465060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:34.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:33 smithi028 ceph-mon[112123]: 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-07T14:21:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:33 smithi138 ceph-mon[117003]: from='client.465060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:33 smithi138 ceph-mon[117003]: 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-07T14:21:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:35 smithi161 ceph-mon[116604]: 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-07T14:21:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:35 smithi028 ceph-mon[112123]: 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-07T14:21:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:35 smithi138 ceph-mon[117003]: 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-07T14:21:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:37 smithi161 ceph-mon[116604]: 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-07T14:21:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:37 smithi028 ceph-mon[112123]: 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-07T14:21:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:37 smithi138 ceph-mon[117003]: 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-07T14:21:38.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:38.094 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:38.094 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:38.859 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:38.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:38.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:38.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:38.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:39 smithi161 ceph-mon[116604]: from='client.465135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:39 smithi161 ceph-mon[116604]: 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-07T14:21:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:39 smithi028 ceph-mon[112123]: from='client.465135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:39 smithi028 ceph-mon[112123]: 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-07T14:21:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:39 smithi138 ceph-mon[117003]: from='client.465135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:39 smithi138 ceph-mon[117003]: 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-07T14:21:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:41 smithi161 ceph-mon[116604]: 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-07T14:21:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:41 smithi028 ceph-mon[112123]: 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-07T14:21:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:41 smithi138 ceph-mon[117003]: 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-07T14:21:43.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:43.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:43.861 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:43 smithi161 ceph-mon[116604]: 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-07T14:21:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:43 smithi028 ceph-mon[112123]: 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-07T14:21:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:43 smithi138 ceph-mon[117003]: 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-07T14:21:44.642 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:44.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:44.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:44.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:44.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:45 smithi161 ceph-mon[116604]: from='client.465210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:45 smithi161 ceph-mon[116604]: pgmap v17250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:21:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:45 smithi028 ceph-mon[112123]: from='client.465210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:45 smithi028 ceph-mon[112123]: pgmap v17250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:21:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:45 smithi138 ceph-mon[117003]: from='client.465210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:45 smithi138 ceph-mon[117003]: pgmap v17250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:21:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:47 smithi161 ceph-mon[116604]: pgmap v17251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:21:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:47 smithi028 ceph-mon[112123]: pgmap v17251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:21:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:47 smithi138 ceph-mon[117003]: pgmap v17251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:21:49.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:49.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:49.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:49 smithi161 ceph-mon[116604]: pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:21:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:49 smithi028 ceph-mon[112123]: pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:21:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:49 smithi138 ceph-mon[117003]: pgmap v17252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:21:50.436 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:50.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:50.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:50.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:50.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:50 smithi161 ceph-mon[116604]: from='client.465288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:50 smithi028 ceph-mon[112123]: from='client.465288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:50 smithi138 ceph-mon[117003]: from='client.465288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:51 smithi161 ceph-mon[116604]: 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-07T14:21:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:21:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:51 smithi028 ceph-mon[112123]: 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-07T14:21:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:21:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:51 smithi138 ceph-mon[117003]: 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-07T14:21:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:21:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:21:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:21:53.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:21:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:21:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:21:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:21:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:21:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:21:53.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:21:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:54 smithi161 ceph-mon[116604]: 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-07T14:21:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:54 smithi028 ceph-mon[112123]: 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-07T14:21:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:54 smithi138 ceph-mon[117003]: 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-07T14:21:55.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:21:55.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:21:55.438 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:21:56.211 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:21:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:21:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:21:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:21:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:21:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:56 smithi161 ceph-mon[116604]: 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-07T14:21:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:56 smithi028 ceph-mon[112123]: 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-07T14:21:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:56 smithi138 ceph-mon[117003]: 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-07T14:21:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:57 smithi161 ceph-mon[116604]: from='client.465366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:57 smithi028 ceph-mon[112123]: from='client.465366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:57 smithi138 ceph-mon[117003]: from='client.465366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:21:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:21:58 smithi161 ceph-mon[116604]: pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:21:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:21:58 smithi028 ceph-mon[112123]: pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:21:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:21:58 smithi138 ceph-mon[117003]: pgmap v17256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:00 smithi161 ceph-mon[116604]: pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:00 smithi028 ceph-mon[112123]: pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:00 smithi138 ceph-mon[117003]: pgmap v17257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:22:01.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:01.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:01.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:02.000 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:02.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:02.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:02.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:02.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:02 smithi161 ceph-mon[116604]: pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:22:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:02 smithi028 ceph-mon[112123]: pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:22:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:02 smithi138 ceph-mon[117003]: pgmap v17258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:22:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:03 smithi161 ceph-mon[116604]: from='client.465441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:03 smithi028 ceph-mon[112123]: from='client.465441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:03 smithi138 ceph-mon[117003]: from='client.465441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:04 smithi161 ceph-mon[116604]: 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-07T14:22:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:04 smithi028 ceph-mon[112123]: 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-07T14:22:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:04 smithi138 ceph-mon[117003]: 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-07T14:22:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:06 smithi161 ceph-mon[116604]: 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-07T14:22:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:06 smithi028 ceph-mon[112123]: 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-07T14:22:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:06 smithi138 ceph-mon[117003]: 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-07T14:22:07.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:07.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:07.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:07.788 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:07.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:07.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:07.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:07.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:07.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:07 smithi161 ceph-mon[116604]: 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-07T14:22:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:07 smithi028 ceph-mon[112123]: 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-07T14:22:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:07 smithi138 ceph-mon[117003]: 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-07T14:22:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:08 smithi161 ceph-mon[116604]: from='client.465516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:08 smithi028 ceph-mon[112123]: from='client.465516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:08 smithi138 ceph-mon[117003]: from='client.465516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:09.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:09 smithi161 ceph-mon[116604]: 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-07T14:22:09.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:09 smithi028 ceph-mon[112123]: 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-07T14:22:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:09 smithi138 ceph-mon[117003]: 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-07T14:22:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:11 smithi161 ceph-mon[116604]: 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-07T14:22:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:11 smithi028 ceph-mon[112123]: 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-07T14:22:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:11 smithi138 ceph-mon[117003]: 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-07T14:22:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:13.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:13.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:13.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:13.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:13.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:13 smithi161 ceph-mon[116604]: 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-07T14:22:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:13 smithi028 ceph-mon[112123]: 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-07T14:22:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:13 smithi138 ceph-mon[117003]: 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-07T14:22:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:14 smithi161 ceph-mon[116604]: from='client.465591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:14 smithi028 ceph-mon[112123]: from='client.465591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:14 smithi138 ceph-mon[117003]: from='client.465591 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:15 smithi161 ceph-mon[116604]: 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-07T14:22:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:15 smithi028 ceph-mon[112123]: 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-07T14:22:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:15 smithi138 ceph-mon[117003]: 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-07T14:22:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:17 smithi161 ceph-mon[116604]: 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-07T14:22:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:17 smithi028 ceph-mon[112123]: 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-07T14:22:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:17 smithi138 ceph-mon[117003]: 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-07T14:22:18.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:18.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:18.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:19.341 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:19.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:19.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:19.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:19.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:19 smithi161 ceph-mon[116604]: 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-07T14:22:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:19 smithi161 ceph-mon[116604]: from='client.465663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:19 smithi028 ceph-mon[112123]: 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-07T14:22:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:19 smithi028 ceph-mon[112123]: from='client.465663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:19 smithi138 ceph-mon[117003]: 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-07T14:22:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:19 smithi138 ceph-mon[117003]: from='client.465663 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:21 smithi161 ceph-mon[116604]: pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:22:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:21 smithi028 ceph-mon[112123]: pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:22:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:21 smithi138 ceph-mon[117003]: pgmap v17268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:22:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:23 smithi161 ceph-mon[116604]: pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:22:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:23 smithi028 ceph-mon[112123]: pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:22:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:23 smithi138 ceph-mon[117003]: pgmap v17269: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:22:24.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:24.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:24.343 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:25.123 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:25.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:25.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:25.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:25.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:25 smithi161 ceph-mon[116604]: from='client.465741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:26.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:25 smithi161 ceph-mon[116604]: 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-07T14:22:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:25 smithi028 ceph-mon[112123]: from='client.465741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:25 smithi028 ceph-mon[112123]: 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-07T14:22:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:25 smithi138 ceph-mon[117003]: from='client.465741 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:25 smithi138 ceph-mon[117003]: 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-07T14:22:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:27 smithi161 ceph-mon[116604]: 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-07T14:22:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:27 smithi028 ceph-mon[112123]: 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-07T14:22:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:27 smithi138 ceph-mon[117003]: 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-07T14:22:30.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:30.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:30.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:29 smithi161 ceph-mon[116604]: 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-07T14:22:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:29 smithi028 ceph-mon[112123]: 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-07T14:22:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:29 smithi138 ceph-mon[117003]: 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-07T14:22:30.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:30.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:30.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:30.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:30.907 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:32.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:31 smithi161 ceph-mon[116604]: from='client.465813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:32.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:31 smithi161 ceph-mon[116604]: 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-07T14:22:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:31 smithi028 ceph-mon[112123]: from='client.465813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:31 smithi028 ceph-mon[112123]: 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-07T14:22:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:31 smithi138 ceph-mon[117003]: from='client.465813 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:31 smithi138 ceph-mon[117003]: 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-07T14:22:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:33 smithi161 ceph-mon[116604]: pgmap v17274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:22:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:33 smithi028 ceph-mon[112123]: pgmap v17274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:22:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:33 smithi138 ceph-mon[117003]: pgmap v17274: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:22:35.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:35.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:35.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:35 smithi161 ceph-mon[116604]: pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:22:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:35 smithi028 ceph-mon[112123]: pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:22:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:35 smithi138 ceph-mon[117003]: pgmap v17275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:22:36.683 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:36.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:36.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:36.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:36.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:37 smithi161 ceph-mon[116604]: from='client.465885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:37 smithi161 ceph-mon[116604]: 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-07T14:22:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:37 smithi028 ceph-mon[112123]: from='client.465885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:37 smithi028 ceph-mon[112123]: 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-07T14:22:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:37 smithi138 ceph-mon[117003]: from='client.465885 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:37 smithi138 ceph-mon[117003]: 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-07T14:22:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:39 smithi161 ceph-mon[116604]: 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-07T14:22:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:39 smithi028 ceph-mon[112123]: 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-07T14:22:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:39 smithi138 ceph-mon[117003]: 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-07T14:22:41.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:41.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:41.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:41 smithi161 ceph-mon[116604]: 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-07T14:22:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:41 smithi028 ceph-mon[112123]: 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-07T14:22:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:41 smithi138 ceph-mon[117003]: 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-07T14:22:42.453 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:42.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:42.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:42.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:42.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:43.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:42 smithi161 ceph-mon[116604]: from='client.465963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:43.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:42 smithi028 ceph-mon[112123]: from='client.465963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:42 smithi138 ceph-mon[117003]: from='client.465963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:43 smithi161 ceph-mon[116604]: 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-07T14:22:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:43 smithi028 ceph-mon[112123]: 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-07T14:22:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:43 smithi138 ceph-mon[117003]: 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-07T14:22:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:45 smithi161 ceph-mon[116604]: 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-07T14:22:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:45 smithi028 ceph-mon[112123]: 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-07T14:22:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:45 smithi138 ceph-mon[117003]: 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-07T14:22:47.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:47.454 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:47.455 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:47 smithi161 ceph-mon[116604]: 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-07T14:22:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:47 smithi028 ceph-mon[112123]: 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-07T14:22:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:47 smithi138 ceph-mon[117003]: 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-07T14:22:48.240 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:48.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:48.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:48.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:48.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:48.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:48 smithi161 ceph-mon[116604]: from='client.466041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:48.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:48 smithi028 ceph-mon[112123]: from='client.466041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:48 smithi138 ceph-mon[117003]: from='client.466041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:49 smithi161 ceph-mon[116604]: 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-07T14:22:49.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:49 smithi028 ceph-mon[112123]: 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-07T14:22:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:49 smithi138 ceph-mon[117003]: 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-07T14:22:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:51 smithi161 ceph-mon[116604]: 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-07T14:22:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:51 smithi028 ceph-mon[112123]: 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-07T14:22:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:51 smithi138 ceph-mon[117003]: 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-07T14:22:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:22:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:22:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:22:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:22:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:22:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:22:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:22:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:22:53.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:53.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:53.242 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:22:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:22:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:22:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:22:54.009 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:54.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:54.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:54.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:54.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:22:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:53 smithi161 ceph-mon[116604]: 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-07T14:22:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:53 smithi028 ceph-mon[112123]: 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-07T14:22:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:53 smithi138 ceph-mon[117003]: 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-07T14:22:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:54 smithi161 ceph-mon[116604]: from='client.466116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:55.312 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:54 smithi138 ceph-mon[117003]: from='client.466116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:55.312 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:54 smithi028 ceph-mon[112123]: from='client.466116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:22:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:55 smithi161 ceph-mon[116604]: 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-07T14:22:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:55 smithi028 ceph-mon[112123]: 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-07T14:22:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:55 smithi138 ceph-mon[117003]: 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-07T14:22:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:57 smithi161 ceph-mon[116604]: 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-07T14:22:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:57 smithi028 ceph-mon[112123]: 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-07T14:22:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:57 smithi138 ceph-mon[117003]: 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-07T14:22:59.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:22:59.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:22:59.012 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:22:59.792 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:22:59.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:22:59.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:22:59.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:22:59.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:22:59 smithi161 ceph-mon[116604]: 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-07T14:23:00.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:22:59 smithi028 ceph-mon[112123]: 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-07T14:23:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:22:59 smithi138 ceph-mon[117003]: 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-07T14:23:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:00 smithi161 ceph-mon[116604]: from='client.466191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:00 smithi028 ceph-mon[112123]: from='client.466191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:00 smithi138 ceph-mon[117003]: from='client.466191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:01 smithi161 ceph-mon[116604]: pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:01 smithi028 ceph-mon[112123]: pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:01 smithi138 ceph-mon[117003]: pgmap v17288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:03 smithi161 ceph-mon[116604]: pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:03 smithi028 ceph-mon[112123]: pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:03 smithi138 ceph-mon[117003]: pgmap v17289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:04.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:04.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:04.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:05.570 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:05.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:05.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:05.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:05.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:05 smithi161 ceph-mon[116604]: 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-07T14:23:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:05 smithi028 ceph-mon[112123]: 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-07T14:23:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:05 smithi138 ceph-mon[117003]: 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-07T14:23:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:06 smithi161 ceph-mon[116604]: from='client.466266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:06 smithi028 ceph-mon[112123]: from='client.466266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:06 smithi138 ceph-mon[117003]: from='client.466266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:07 smithi161 ceph-mon[116604]: 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-07T14:23:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:07 smithi028 ceph-mon[112123]: 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-07T14:23:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:07 smithi138 ceph-mon[117003]: 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-07T14:23:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:09 smithi161 ceph-mon[116604]: 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-07T14:23:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:09 smithi028 ceph-mon[112123]: 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-07T14:23:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:09 smithi138 ceph-mon[117003]: 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-07T14:23:10.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:10.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:10.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:11.354 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:11.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:11.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:11.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:11.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:12.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:11 smithi161 ceph-mon[116604]: 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-07T14:23:12.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:11 smithi161 ceph-mon[116604]: from='client.466344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:11 smithi028 ceph-mon[112123]: 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-07T14:23:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:11 smithi028 ceph-mon[112123]: from='client.466344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:11 smithi138 ceph-mon[117003]: 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-07T14:23:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:11 smithi138 ceph-mon[117003]: from='client.466344 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:13 smithi161 ceph-mon[116604]: pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:13 smithi028 ceph-mon[112123]: pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:13 smithi138 ceph-mon[117003]: pgmap v17294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:15 smithi161 ceph-mon[116604]: pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:15 smithi028 ceph-mon[112123]: pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:15 smithi138 ceph-mon[117003]: pgmap v17295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:16.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:16.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:16.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:17.129 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:17.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:17.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:17.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:17.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:17 smithi161 ceph-mon[116604]: from='client.466422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:17 smithi161 ceph-mon[116604]: 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-07T14:23:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:17 smithi028 ceph-mon[112123]: from='client.466422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:17 smithi028 ceph-mon[112123]: 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-07T14:23:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:17 smithi138 ceph-mon[117003]: from='client.466422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:17 smithi138 ceph-mon[117003]: 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-07T14:23:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:19 smithi161 ceph-mon[116604]: 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-07T14:23:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:19 smithi028 ceph-mon[112123]: 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-07T14:23:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:19 smithi138 ceph-mon[117003]: 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-07T14:23:22.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:22.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:22.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:21 smithi161 ceph-mon[116604]: 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-07T14:23:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:21 smithi028 ceph-mon[112123]: 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-07T14:23:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:21 smithi138 ceph-mon[117003]: 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-07T14:23:22.910 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:22.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:22.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:22.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:22.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:23 smithi161 ceph-mon[116604]: from='client.466497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:24.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:23 smithi161 ceph-mon[116604]: 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-07T14:23:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:23 smithi028 ceph-mon[112123]: from='client.466497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:23 smithi028 ceph-mon[112123]: 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-07T14:23:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:23 smithi138 ceph-mon[117003]: from='client.466497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:23 smithi138 ceph-mon[117003]: 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-07T14:23:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:25 smithi161 ceph-mon[116604]: 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-07T14:23:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:25 smithi028 ceph-mon[112123]: 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-07T14:23:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:25 smithi138 ceph-mon[117003]: 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-07T14:23:27.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:27.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:27.913 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:27 smithi161 ceph-mon[116604]: 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-07T14:23:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:27 smithi028 ceph-mon[112123]: 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-07T14:23:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:27 smithi138 ceph-mon[117003]: 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-07T14:23:28.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:28.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:28.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:28.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:28.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:29 smithi161 ceph-mon[116604]: from='client.466572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:29 smithi161 ceph-mon[116604]: 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-07T14:23:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:29 smithi028 ceph-mon[112123]: from='client.466572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:29 smithi028 ceph-mon[112123]: 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-07T14:23:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:29 smithi138 ceph-mon[117003]: from='client.466572 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:29 smithi138 ceph-mon[117003]: 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-07T14:23:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:31 smithi161 ceph-mon[116604]: 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-07T14:23:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:31 smithi028 ceph-mon[112123]: 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-07T14:23:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:31 smithi138 ceph-mon[117003]: 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-07T14:23:33.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:33.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:33.688 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:33 smithi161 ceph-mon[116604]: 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-07T14:23:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:33 smithi028 ceph-mon[112123]: 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-07T14:23:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:33 smithi138 ceph-mon[117003]: 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-07T14:23:34.453 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:34.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:34.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:34.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:34.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:34 smithi161 ceph-mon[116604]: from='client.466650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:34 smithi028 ceph-mon[112123]: from='client.466650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:34 smithi138 ceph-mon[117003]: from='client.466650 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:35 smithi161 ceph-mon[116604]: pgmap v17305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:23:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:35 smithi028 ceph-mon[112123]: pgmap v17305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:23:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:35 smithi138 ceph-mon[117003]: pgmap v17305: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:23:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:37 smithi161 ceph-mon[116604]: pgmap v17306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:23:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:37 smithi028 ceph-mon[112123]: pgmap v17306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:23:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:37 smithi138 ceph-mon[117003]: pgmap v17306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:23:39.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:39.455 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:39.455 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:39 smithi161 ceph-mon[116604]: pgmap v17307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:23:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:39 smithi028 ceph-mon[112123]: pgmap v17307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:23:40.232 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:40.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:40.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:40.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:40.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:39 smithi138 ceph-mon[117003]: pgmap v17307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:23:41.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:40 smithi161 ceph-mon[116604]: from='client.466728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:41.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:40 smithi028 ceph-mon[112123]: from='client.466728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:41.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:40 smithi138 ceph-mon[117003]: from='client.466728 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:41 smithi161 ceph-mon[116604]: pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:41 smithi028 ceph-mon[112123]: pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:41 smithi138 ceph-mon[117003]: pgmap v17308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:43 smithi161 ceph-mon[116604]: pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:43 smithi028 ceph-mon[112123]: pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:43 smithi138 ceph-mon[117003]: pgmap v17309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:23:45.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:45.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:45.234 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:46.009 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:46.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:46.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:46.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:46.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:45 smithi161 ceph-mon[116604]: 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-07T14:23:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:45 smithi028 ceph-mon[112123]: 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-07T14:23:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:45 smithi138 ceph-mon[117003]: 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-07T14:23:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:46 smithi161 ceph-mon[116604]: from='client.466806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:46 smithi028 ceph-mon[112123]: from='client.466806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:47.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:46 smithi138 ceph-mon[117003]: from='client.466806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:47 smithi161 ceph-mon[116604]: pgmap v17311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:23:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:47 smithi028 ceph-mon[112123]: pgmap v17311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:23:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:47 smithi138 ceph-mon[117003]: pgmap v17311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:23:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:49 smithi161 ceph-mon[116604]: pgmap v17312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:23:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:49 smithi028 ceph-mon[112123]: pgmap v17312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:23:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:49 smithi138 ceph-mon[117003]: pgmap v17312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:23:51.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:51.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:51.010 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:51.778 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:51.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:51.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:51.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:51.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:51 smithi161 ceph-mon[116604]: pgmap v17313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:23:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:51 smithi028 ceph-mon[112123]: pgmap v17313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:23:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:51 smithi138 ceph-mon[117003]: pgmap v17313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:23:53.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:52 smithi161 ceph-mon[116604]: from='client.466884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:52 smithi028 ceph-mon[112123]: from='client.466884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:52 smithi138 ceph-mon[117003]: from='client.466884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:53 smithi161 ceph-mon[116604]: pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:23:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:53 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:53 smithi028 ceph-mon[112123]: pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:23:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:53 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:53 smithi138 ceph-mon[117003]: pgmap v17314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:23:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:23:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:53 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:23:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:23:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:23:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:23:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:23:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:23:55.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:23:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:55 smithi161 ceph-mon[116604]: pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:55 smithi028 ceph-mon[112123]: pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:55 smithi138 ceph-mon[117003]: pgmap v17315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:23:56.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:23:56.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:23:56.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:23:57.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:23:57.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:23:57.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:23:57.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:23:57.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:23:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:57 smithi161 ceph-mon[116604]: 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-07T14:23:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:57 smithi028 ceph-mon[112123]: 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-07T14:23:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:57 smithi138 ceph-mon[117003]: 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-07T14:23:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:58 smithi161 ceph-mon[116604]: from='client.466959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:58 smithi028 ceph-mon[112123]: from='client.466959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:58 smithi138 ceph-mon[117003]: from='client.466959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:23:59.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:23:59 smithi161 ceph-mon[116604]: 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-07T14:23:59.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:23:59 smithi028 ceph-mon[112123]: 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-07T14:24:00.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:23:59 smithi138 ceph-mon[117003]: 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-07T14:24:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:01 smithi161 ceph-mon[116604]: 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-07T14:24:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:01 smithi028 ceph-mon[112123]: 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-07T14:24:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:01 smithi138 ceph-mon[117003]: 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-07T14:24:02.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:02.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:02.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:03.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:03.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:03.321 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:03.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:03.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:03 smithi161 ceph-mon[116604]: 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-07T14:24:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:03 smithi161 ceph-mon[116604]: from='client.467034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:03 smithi028 ceph-mon[112123]: 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-07T14:24:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:03 smithi028 ceph-mon[112123]: from='client.467034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:03 smithi138 ceph-mon[117003]: 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-07T14:24:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:03 smithi138 ceph-mon[117003]: from='client.467034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:05 smithi161 ceph-mon[116604]: 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-07T14:24:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:05 smithi028 ceph-mon[112123]: 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-07T14:24:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:05 smithi138 ceph-mon[117003]: 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-07T14:24:07.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:07 smithi161 ceph-mon[116604]: 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-07T14:24:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:07 smithi028 ceph-mon[112123]: 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-07T14:24:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:07 smithi138 ceph-mon[117003]: 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-07T14:24:08.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:08.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:08.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:09.109 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:09 smithi161 ceph-mon[116604]: from='client.467112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:09 smithi161 ceph-mon[116604]: 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-07T14:24:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:09 smithi028 ceph-mon[112123]: from='client.467112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:09 smithi028 ceph-mon[112123]: 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-07T14:24:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:09 smithi138 ceph-mon[117003]: from='client.467112 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:09 smithi138 ceph-mon[117003]: 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-07T14:24:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:11 smithi161 ceph-mon[116604]: 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-07T14:24:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:11 smithi028 ceph-mon[112123]: 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-07T14:24:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:11 smithi138 ceph-mon[117003]: 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-07T14:24:14.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:14.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:14.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:13 smithi161 ceph-mon[116604]: 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-07T14:24:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:13 smithi028 ceph-mon[112123]: 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-07T14:24:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:13 smithi138 ceph-mon[117003]: 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-07T14:24:14.875 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:14.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:14.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:14.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:14.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:15 smithi161 ceph-mon[116604]: from='client.467187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:15 smithi161 ceph-mon[116604]: pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:15 smithi028 ceph-mon[112123]: from='client.467187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:15 smithi028 ceph-mon[112123]: pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:15 smithi138 ceph-mon[117003]: from='client.467187 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:15 smithi138 ceph-mon[117003]: pgmap v17325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:17 smithi161 ceph-mon[116604]: pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:17 smithi028 ceph-mon[112123]: pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:17 smithi138 ceph-mon[117003]: pgmap v17326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:19.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:19.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:19.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:19 smithi161 ceph-mon[116604]: pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:19 smithi028 ceph-mon[112123]: pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:19 smithi138 ceph-mon[117003]: pgmap v17327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:20.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:20.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:20.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:20.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:20.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:21 smithi161 ceph-mon[116604]: from='client.467262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:21 smithi161 ceph-mon[116604]: pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:21 smithi028 ceph-mon[112123]: from='client.467262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:21 smithi028 ceph-mon[112123]: pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:21 smithi138 ceph-mon[117003]: from='client.467262 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:21 smithi138 ceph-mon[117003]: pgmap v17328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:23 smithi161 ceph-mon[116604]: pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:23 smithi028 ceph-mon[112123]: pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:23 smithi138 ceph-mon[117003]: pgmap v17329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:25.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:25.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:25.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:25 smithi161 ceph-mon[116604]: 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-07T14:24:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:25 smithi028 ceph-mon[112123]: 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-07T14:24:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:25 smithi138 ceph-mon[117003]: 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-07T14:24:26.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:26.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:26.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:26.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:26.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:26 smithi161 ceph-mon[116604]: from='client.467334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:26 smithi028 ceph-mon[112123]: from='client.467334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:26 smithi138 ceph-mon[117003]: from='client.467334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:27 smithi161 ceph-mon[116604]: pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:27 smithi028 ceph-mon[112123]: pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:27 smithi138 ceph-mon[117003]: pgmap v17331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:29 smithi161 ceph-mon[116604]: pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:29 smithi028 ceph-mon[112123]: pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:29 smithi138 ceph-mon[117003]: pgmap v17332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:31.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:31.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:31.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:32.191 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:32.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:32.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:32.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:32.191 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:31 smithi161 ceph-mon[116604]: pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:31 smithi028 ceph-mon[112123]: pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:31 smithi138 ceph-mon[117003]: pgmap v17333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:33.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:32 smithi161 ceph-mon[116604]: from='client.467412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:33.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:32 smithi028 ceph-mon[112123]: from='client.467412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:32 smithi138 ceph-mon[117003]: from='client.467412 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:33 smithi161 ceph-mon[116604]: pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:33 smithi028 ceph-mon[112123]: pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:33 smithi138 ceph-mon[117003]: pgmap v17334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:35 smithi161 ceph-mon[116604]: pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:35 smithi028 ceph-mon[112123]: pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:35 smithi138 ceph-mon[117003]: pgmap v17335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:24:37.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:37.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:37.193 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:37 smithi161 ceph-mon[116604]: 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-07T14:24:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:37 smithi028 ceph-mon[112123]: 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-07T14:24:37.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:37.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:37.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:37.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:37.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:37 smithi138 ceph-mon[117003]: 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-07T14:24:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:38 smithi161 ceph-mon[116604]: from='client.467487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:38 smithi028 ceph-mon[112123]: from='client.467487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:38 smithi138 ceph-mon[117003]: from='client.467487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:39 smithi028 ceph-mon[112123]: 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-07T14:24:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:39 smithi138 ceph-mon[117003]: 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-07T14:24:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:39 smithi161 ceph-mon[116604]: 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-07T14:24:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:41 smithi161 ceph-mon[116604]: 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-07T14:24:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:41 smithi028 ceph-mon[112123]: 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-07T14:24:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:41 smithi138 ceph-mon[117003]: 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-07T14:24:42.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:42.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:42.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:43.742 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:43.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:43.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:43.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:43.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:43 smithi161 ceph-mon[116604]: 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-07T14:24:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:43 smithi028 ceph-mon[112123]: 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-07T14:24:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:43 smithi138 ceph-mon[117003]: 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-07T14:24:45.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:44 smithi161 ceph-mon[116604]: from='client.467565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:44 smithi028 ceph-mon[112123]: from='client.467565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:44 smithi138 ceph-mon[117003]: from='client.467565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:45 smithi161 ceph-mon[116604]: 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-07T14:24:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:45 smithi028 ceph-mon[112123]: 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-07T14:24:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:45 smithi138 ceph-mon[117003]: 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-07T14:24:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:47 smithi161 ceph-mon[116604]: 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-07T14:24:47.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:47 smithi028 ceph-mon[112123]: 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-07T14:24:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:47 smithi138 ceph-mon[117003]: 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-07T14:24:48.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:48.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:48.744 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:49.528 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:49.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:49.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:49.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:49.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:49 smithi161 ceph-mon[116604]: 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-07T14:24:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:49 smithi161 ceph-mon[116604]: from='client.467643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:49 smithi028 ceph-mon[112123]: 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-07T14:24:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:49 smithi028 ceph-mon[112123]: from='client.467643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:49 smithi138 ceph-mon[117003]: 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-07T14:24:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:49 smithi138 ceph-mon[117003]: from='client.467643 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:51 smithi161 ceph-mon[116604]: pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:51 smithi028 ceph-mon[112123]: pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:51 smithi138 ceph-mon[117003]: pgmap v17343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:53 smithi161 ceph-mon[116604]: pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:53 smithi028 ceph-mon[112123]: pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:53 smithi138 ceph-mon[117003]: pgmap v17344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:54.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:24:54.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:24:54.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:24:55.137 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:54 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:24:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:54 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:24:55.216 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:54 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:24:55.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:24:55.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:24:55.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:24:55.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:24:55.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:24:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:55 smithi161 ceph-mon[116604]: pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:56.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:55 smithi161 ceph-mon[116604]: from='client.320698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:55 smithi028 ceph-mon[112123]: pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:55 smithi028 ceph-mon[112123]: from='client.320698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:55 smithi138 ceph-mon[117003]: pgmap v17345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:24:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:55 smithi138 ceph-mon[117003]: from='client.320698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:24:58.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:58.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:24:58.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:24:58.194 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:58.246 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.246 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.247 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.247 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.247 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.247 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.247 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:24:58.247 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:24:58.247 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: pgmap v17346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:24:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:24:59 smithi161 ceph-mon[116604]: pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:24:59 smithi028 ceph-mon[112123]: pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:24:59 smithi138 ceph-mon[117003]: pgmap v17347: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:00.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:00.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:00.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:01.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:01.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:01.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:01.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:01.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:01 smithi161 ceph-mon[116604]: from='client.467796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:01 smithi161 ceph-mon[116604]: pgmap v17348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:01 smithi028 ceph-mon[112123]: from='client.467796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:01 smithi028 ceph-mon[112123]: pgmap v17348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:01 smithi138 ceph-mon[117003]: from='client.467796 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:01 smithi138 ceph-mon[117003]: pgmap v17348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:03 smithi161 ceph-mon[116604]: pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:03 smithi028 ceph-mon[112123]: pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:03 smithi138 ceph-mon[117003]: pgmap v17349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:06.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:06.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:06.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:05 smithi161 ceph-mon[116604]: pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:05 smithi028 ceph-mon[112123]: pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:05 smithi138 ceph-mon[117003]: pgmap v17350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:06.872 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:06.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:06.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:06.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:06.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:07 smithi028 ceph-mon[112123]: from='client.467874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:07 smithi028 ceph-mon[112123]: pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:07 smithi138 ceph-mon[117003]: from='client.467874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:07 smithi138 ceph-mon[117003]: pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:07 smithi161 ceph-mon[116604]: from='client.467874 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:07 smithi161 ceph-mon[116604]: pgmap v17351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:09 smithi161 ceph-mon[116604]: pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:09 smithi028 ceph-mon[112123]: pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:09 smithi138 ceph-mon[117003]: pgmap v17352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:11.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:11.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:11.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:11 smithi161 ceph-mon[116604]: pgmap v17353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:11 smithi028 ceph-mon[112123]: pgmap v17353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:11 smithi138 ceph-mon[117003]: pgmap v17353: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:12.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:12.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:12.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:12.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:12.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:13 smithi161 ceph-mon[116604]: from='client.467952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:13 smithi161 ceph-mon[116604]: pgmap v17354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:13 smithi028 ceph-mon[112123]: from='client.467952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:13 smithi028 ceph-mon[112123]: pgmap v17354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:13 smithi138 ceph-mon[117003]: from='client.467952 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:13 smithi138 ceph-mon[117003]: pgmap v17354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:15 smithi161 ceph-mon[116604]: pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:15 smithi028 ceph-mon[112123]: pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:15 smithi138 ceph-mon[117003]: pgmap v17355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:17.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:17.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:17.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:17 smithi028 ceph-mon[112123]: 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-07T14:25:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:17 smithi138 ceph-mon[117003]: 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-07T14:25:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:17 smithi161 ceph-mon[116604]: 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-07T14:25:18.425 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:18.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:18.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:18.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:18.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:18 smithi028 ceph-mon[112123]: from='client.468030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:18 smithi138 ceph-mon[117003]: from='client.468030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:18 smithi161 ceph-mon[116604]: from='client.468030 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:19.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:19 smithi028 ceph-mon[112123]: 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-07T14:25:20.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:19 smithi138 ceph-mon[117003]: 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-07T14:25:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:19 smithi161 ceph-mon[116604]: 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-07T14:25:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:21 smithi161 ceph-mon[116604]: 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-07T14:25:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:21 smithi028 ceph-mon[112123]: 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-07T14:25:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:21 smithi138 ceph-mon[117003]: 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-07T14:25:23.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:23.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:23.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:23 smithi161 ceph-mon[116604]: 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-07T14:25:24.198 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:24.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:24.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:24.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:24.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:23 smithi028 ceph-mon[112123]: 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-07T14:25:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:23 smithi138 ceph-mon[117003]: 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-07T14:25:25.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:24 smithi161 ceph-mon[116604]: from='client.468108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:25.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:24 smithi028 ceph-mon[112123]: from='client.468108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:24 smithi138 ceph-mon[117003]: from='client.468108 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:25 smithi161 ceph-mon[116604]: pgmap v17360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:25:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:25 smithi028 ceph-mon[112123]: pgmap v17360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:25:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:25 smithi138 ceph-mon[117003]: pgmap v17360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:25:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:27 smithi028 ceph-mon[112123]: pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:25:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:27 smithi138 ceph-mon[117003]: pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:25:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:27 smithi161 ceph-mon[116604]: pgmap v17361: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:25:29.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:29.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:29.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:29.980 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:29.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:29.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:29.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:29.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:29 smithi161 ceph-mon[116604]: pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:25:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:29 smithi028 ceph-mon[112123]: pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:25:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:29 smithi138 ceph-mon[117003]: pgmap v17362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:25:31.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:30 smithi161 ceph-mon[116604]: from='client.468186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:30 smithi028 ceph-mon[112123]: from='client.468186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:30 smithi138 ceph-mon[117003]: from='client.468186 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:31 smithi161 ceph-mon[116604]: pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:31 smithi028 ceph-mon[112123]: pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:31 smithi138 ceph-mon[117003]: pgmap v17363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:33 smithi161 ceph-mon[116604]: pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:33 smithi028 ceph-mon[112123]: pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:33 smithi138 ceph-mon[117003]: pgmap v17364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:25:34.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:34.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:34.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:35.757 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:35.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:35.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:35.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:35.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:35 smithi161 ceph-mon[116604]: pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:35 smithi028 ceph-mon[112123]: pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:35 smithi138 ceph-mon[117003]: pgmap v17365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:37.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:36 smithi161 ceph-mon[116604]: from='client.468261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:36 smithi028 ceph-mon[112123]: from='client.468261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:36 smithi138 ceph-mon[117003]: from='client.468261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:37 smithi161 ceph-mon[116604]: pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:25:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:37 smithi028 ceph-mon[112123]: pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:25:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:37 smithi138 ceph-mon[117003]: pgmap v17366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:25:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:39 smithi161 ceph-mon[116604]: pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:25:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:39 smithi028 ceph-mon[112123]: pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:25:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:39 smithi138 ceph-mon[117003]: pgmap v17367: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:25:40.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:40.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:40.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:41.526 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:41.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:41.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:41.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:41.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:41 smithi161 ceph-mon[116604]: pgmap v17368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:25:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:41 smithi161 ceph-mon[116604]: from='client.468339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:41 smithi028 ceph-mon[112123]: pgmap v17368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:25:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:41 smithi028 ceph-mon[112123]: from='client.468339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:41 smithi138 ceph-mon[117003]: pgmap v17368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:25:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:41 smithi138 ceph-mon[117003]: from='client.468339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:43 smithi161 ceph-mon[116604]: pgmap v17369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:43 smithi028 ceph-mon[112123]: pgmap v17369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:43 smithi138 ceph-mon[117003]: pgmap v17369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:45 smithi161 ceph-mon[116604]: pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:45 smithi028 ceph-mon[112123]: pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:45 smithi138 ceph-mon[117003]: pgmap v17370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:46.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:46.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:46.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:47.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:47.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:47.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:47.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:47.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:47 smithi028 ceph-mon[112123]: pgmap v17371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:47 smithi028 ceph-mon[112123]: from='client.468417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:47 smithi138 ceph-mon[117003]: pgmap v17371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:47 smithi138 ceph-mon[117003]: from='client.468417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:47 smithi161 ceph-mon[116604]: pgmap v17371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:47 smithi161 ceph-mon[116604]: from='client.468417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:49 smithi161 ceph-mon[116604]: pgmap v17372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:49 smithi028 ceph-mon[112123]: pgmap v17372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:49 smithi138 ceph-mon[117003]: pgmap v17372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:51 smithi161 ceph-mon[116604]: pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:51 smithi028 ceph-mon[112123]: pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:51 smithi138 ceph-mon[117003]: pgmap v17373: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:52.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:52.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:52.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:53.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:53.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:53.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:53.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:53.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:53 smithi161 ceph-mon[116604]: from='client.468495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:54.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:53 smithi161 ceph-mon[116604]: pgmap v17374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:53 smithi028 ceph-mon[112123]: from='client.468495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:53 smithi028 ceph-mon[112123]: pgmap v17374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:53 smithi138 ceph-mon[117003]: from='client.468495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:53 smithi138 ceph-mon[117003]: pgmap v17374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:25:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:55 smithi161 ceph-mon[116604]: pgmap v17375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:55 smithi028 ceph-mon[112123]: pgmap v17375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:55 smithi138 ceph-mon[117003]: pgmap v17375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:25:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:57 smithi028 ceph-mon[112123]: 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-07T14:25:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:57 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:25:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:57 smithi138 ceph-mon[117003]: 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-07T14:25:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:57 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:25:58.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:57 smithi161 ceph-mon[116604]: 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-07T14:25:58.059 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:57 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:25:58.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:25:58.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:25:58.072 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:25:58.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:25:58.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:25:58.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:25:58.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:25:58.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:25:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='client.468567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: 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-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21129M 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:25:59.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:25:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='client.468567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: 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-07T14:25:59.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:25:59.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21129M 2023-12-07T14:25:59.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:25:59.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:25:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='client.468567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: 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-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:25:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21129M 2023-12-07T14:25:59.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:25:59.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:25:59.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:25:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:00 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 17032M 2023-12-07T14:26:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:26:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:00 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15067M 2023-12-07T14:26:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:26:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:26:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:00 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 17032M 2023-12-07T14:26:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:26:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:00 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15067M 2023-12-07T14:26:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:26:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:26:00.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:00 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 17032M 2023-12-07T14:26:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:26:00.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:00 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15067M 2023-12-07T14:26:00.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:00.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:26:00.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:26:00.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:26:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:01 smithi138 ceph-mon[117003]: 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-07T14:26:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:01 smithi161 ceph-mon[116604]: 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-07T14:26:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:01 smithi028 ceph-mon[112123]: 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-07T14:26:03.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:03.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:03.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:03 smithi161 ceph-mon[116604]: 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-07T14:26:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:03 smithi028 ceph-mon[112123]: 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-07T14:26:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:03 smithi138 ceph-mon[117003]: 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-07T14:26:04.695 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:04.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:05 smithi161 ceph-mon[116604]: from='client.468630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:05 smithi161 ceph-mon[116604]: pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:05 smithi028 ceph-mon[112123]: from='client.468630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:05 smithi028 ceph-mon[112123]: pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:05 smithi138 ceph-mon[117003]: from='client.468630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:05 smithi138 ceph-mon[117003]: pgmap v17380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:07 smithi028 ceph-mon[112123]: pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:07 smithi138 ceph-mon[117003]: pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:07 smithi161 ceph-mon[116604]: pgmap v17381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:09.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:09.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:09.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:09 smithi161 ceph-mon[116604]: pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:09 smithi028 ceph-mon[112123]: pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:09 smithi138 ceph-mon[117003]: pgmap v17382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:10.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:10.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:10.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:10.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:10.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:10 smithi161 ceph-mon[116604]: from='client.468705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:10 smithi028 ceph-mon[112123]: from='client.468705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:10 smithi138 ceph-mon[117003]: from='client.468705 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:11 smithi161 ceph-mon[116604]: pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:11 smithi028 ceph-mon[112123]: pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:11 smithi138 ceph-mon[117003]: pgmap v17383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:13 smithi161 ceph-mon[116604]: pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:13 smithi028 ceph-mon[112123]: pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:13 smithi138 ceph-mon[117003]: pgmap v17384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:15.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:15.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:15.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:15 smithi161 ceph-mon[116604]: pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:15 smithi028 ceph-mon[112123]: pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:16.262 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:16.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:16.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:16.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:16.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:15 smithi138 ceph-mon[117003]: pgmap v17385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:17.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:16 smithi161 ceph-mon[116604]: from='client.468780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:17.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:16 smithi028 ceph-mon[112123]: from='client.468780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:16 smithi138 ceph-mon[117003]: from='client.468780 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:17 smithi161 ceph-mon[116604]: 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-07T14:26:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:17 smithi028 ceph-mon[112123]: 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-07T14:26:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:17 smithi138 ceph-mon[117003]: 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-07T14:26:20.195 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:19 smithi161 ceph-mon[116604]: 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-07T14:26:20.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:19 smithi028 ceph-mon[112123]: 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-07T14:26:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:19 smithi138 ceph-mon[117003]: 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-07T14:26:21.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:21.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:21.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:22.037 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:22.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:22.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:22.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:22.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:21 smithi161 ceph-mon[116604]: pgmap v17388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:21 smithi028 ceph-mon[112123]: pgmap v17388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:21 smithi138 ceph-mon[117003]: pgmap v17388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:23.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:22 smithi161 ceph-mon[116604]: from='client.468855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:23.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:22 smithi028 ceph-mon[112123]: from='client.468855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:23.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:22 smithi138 ceph-mon[117003]: from='client.468855 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:23 smithi161 ceph-mon[116604]: pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:23 smithi028 ceph-mon[112123]: pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:23 smithi138 ceph-mon[117003]: pgmap v17389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:25 smithi161 ceph-mon[116604]: pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:25 smithi028 ceph-mon[112123]: pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:25 smithi138 ceph-mon[117003]: pgmap v17390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:27.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:27.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:27.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:27.812 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:27.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:27.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:27.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:27.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:27 smithi028 ceph-mon[112123]: pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:27 smithi138 ceph-mon[117003]: pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:27 smithi161 ceph-mon[116604]: pgmap v17391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:28 smithi138 ceph-mon[117003]: from='client.468930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:29.193 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:28 smithi161 ceph-mon[116604]: from='client.468930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:28 smithi028 ceph-mon[112123]: from='client.468930 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:30.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:29 smithi138 ceph-mon[117003]: pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:29 smithi161 ceph-mon[116604]: pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:29 smithi028 ceph-mon[112123]: pgmap v17392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:32.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:31 smithi161 ceph-mon[116604]: pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:31 smithi028 ceph-mon[112123]: pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:31 smithi138 ceph-mon[117003]: pgmap v17393: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:32.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:32.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:32.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:33.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:33.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:33.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:33.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:33.584 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:33 smithi161 ceph-mon[116604]: pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:33 smithi028 ceph-mon[112123]: pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:33 smithi138 ceph-mon[117003]: pgmap v17394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:35.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:34 smithi161 ceph-mon[116604]: from='client.469008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:35.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:34 smithi028 ceph-mon[112123]: from='client.469008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:34 smithi138 ceph-mon[117003]: from='client.469008 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:35 smithi161 ceph-mon[116604]: pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:35 smithi028 ceph-mon[112123]: pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:35 smithi138 ceph-mon[117003]: pgmap v17395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:26:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:37 smithi028 ceph-mon[112123]: 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-07T14:26:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:37 smithi138 ceph-mon[117003]: 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-07T14:26:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:37 smithi161 ceph-mon[116604]: 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-07T14:26:38.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:38.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:38.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:39.355 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:39.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:39.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:39.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:39.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:39 smithi161 ceph-mon[116604]: 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-07T14:26:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:39 smithi161 ceph-mon[116604]: from='client.469083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:39 smithi028 ceph-mon[112123]: 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-07T14:26:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:39 smithi028 ceph-mon[112123]: from='client.469083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:39 smithi138 ceph-mon[117003]: 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-07T14:26:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:39 smithi138 ceph-mon[117003]: from='client.469083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:41 smithi161 ceph-mon[116604]: pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:26:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:41 smithi028 ceph-mon[112123]: pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:26:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:41 smithi138 ceph-mon[117003]: pgmap v17398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:26:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:43 smithi161 ceph-mon[116604]: pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:26:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:43 smithi028 ceph-mon[112123]: pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:26:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:43 smithi138 ceph-mon[117003]: pgmap v17399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:26:44.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:44.357 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:44.357 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:45.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:45.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:45.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:45.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:45.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:45 smithi161 ceph-mon[116604]: from='client.469158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:45 smithi161 ceph-mon[116604]: pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:45 smithi028 ceph-mon[112123]: from='client.469158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:45 smithi028 ceph-mon[112123]: pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:45 smithi138 ceph-mon[117003]: from='client.469158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:45 smithi138 ceph-mon[117003]: pgmap v17400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:47 smithi138 ceph-mon[117003]: pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:47 smithi161 ceph-mon[116604]: pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:47 smithi028 ceph-mon[112123]: pgmap v17401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:50.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:50.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:50.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:49 smithi161 ceph-mon[116604]: pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:49 smithi028 ceph-mon[112123]: pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:49 smithi138 ceph-mon[117003]: pgmap v17402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:26:50.898 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:50.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:50.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:50.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:50.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:51 smithi161 ceph-mon[116604]: from='client.469230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:51 smithi161 ceph-mon[116604]: pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:51 smithi028 ceph-mon[112123]: from='client.469230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:51 smithi028 ceph-mon[112123]: pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:51 smithi138 ceph-mon[117003]: from='client.469230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:51 smithi138 ceph-mon[117003]: pgmap v17403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:26:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:53 smithi161 ceph-mon[116604]: pgmap v17404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:26:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:53 smithi028 ceph-mon[112123]: pgmap v17404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:26:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:53 smithi138 ceph-mon[117003]: pgmap v17404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:26:55.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:26:55.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:26:55.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:26:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:55 smithi161 ceph-mon[116604]: pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:26:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:55 smithi028 ceph-mon[112123]: pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:26:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:55 smithi138 ceph-mon[117003]: pgmap v17405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:26:56.674 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:26:56.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:26:56.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:26:56.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:26:56.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:26:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:57 smithi138 ceph-mon[117003]: from='client.469308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:57 smithi138 ceph-mon[117003]: 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-07T14:26:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:57 smithi161 ceph-mon[116604]: from='client.469308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:57 smithi161 ceph-mon[116604]: 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-07T14:26:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:57 smithi028 ceph-mon[112123]: from='client.469308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:26:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:57 smithi028 ceph-mon[112123]: 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-07T14:27:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:59 smithi161 ceph-mon[116604]: 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-07T14:27:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:26:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:27:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:59 smithi028 ceph-mon[112123]: 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-07T14:27:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:26:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:27:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:59 smithi138 ceph-mon[117003]: 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-07T14:27:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:26:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:27:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:27:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:27:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:27:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:27:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:27:01.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:27:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:27:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:27:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:27:01.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:01.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:01.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:02 smithi138 ceph-mon[117003]: pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:02 smithi161 ceph-mon[116604]: pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:02 smithi028 ceph-mon[112123]: pgmap v17408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:02.474 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:02.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:02.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:02.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:02.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:03 smithi138 ceph-mon[117003]: from='client.469386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:03 smithi161 ceph-mon[116604]: from='client.469386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:03 smithi028 ceph-mon[112123]: from='client.469386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:04 smithi138 ceph-mon[117003]: pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:04 smithi161 ceph-mon[116604]: pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:04 smithi028 ceph-mon[112123]: pgmap v17409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:06 smithi138 ceph-mon[117003]: pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:06 smithi161 ceph-mon[116604]: pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:06 smithi028 ceph-mon[112123]: pgmap v17410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:07.476 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:07.476 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:07.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:07 smithi138 ceph-mon[117003]: pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:07 smithi161 ceph-mon[116604]: pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:07 smithi028 ceph-mon[112123]: pgmap v17411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:08.263 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:08.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:08.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:08.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:08.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:08 smithi138 ceph-mon[117003]: from='client.469464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:08 smithi161 ceph-mon[116604]: from='client.469464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:08 smithi028 ceph-mon[112123]: from='client.469464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:10.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:09 smithi138 ceph-mon[117003]: pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:09 smithi161 ceph-mon[116604]: pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:09 smithi028 ceph-mon[112123]: pgmap v17412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:11 smithi161 ceph-mon[116604]: pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:11 smithi028 ceph-mon[112123]: pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:11 smithi138 ceph-mon[117003]: pgmap v17413: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:13.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:13.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:13.266 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:14.041 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:14.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:14.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:14.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:14.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:13 smithi161 ceph-mon[116604]: 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-07T14:27:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:13 smithi028 ceph-mon[112123]: 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-07T14:27:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:13 smithi138 ceph-mon[117003]: 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-07T14:27:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:14 smithi161 ceph-mon[116604]: from='client.469539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:14 smithi028 ceph-mon[112123]: from='client.469539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:14 smithi138 ceph-mon[117003]: from='client.469539 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:15 smithi161 ceph-mon[116604]: 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-07T14:27:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:15 smithi028 ceph-mon[112123]: 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-07T14:27:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:15 smithi138 ceph-mon[117003]: 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-07T14:27:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:17 smithi138 ceph-mon[117003]: 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-07T14:27:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:17 smithi161 ceph-mon[116604]: 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-07T14:27:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:17 smithi028 ceph-mon[112123]: 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-07T14:27:19.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:19.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:19.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:19.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:19.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:19.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:19.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:19.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:19 smithi161 ceph-mon[116604]: 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-07T14:27:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:19 smithi028 ceph-mon[112123]: 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-07T14:27:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:19 smithi138 ceph-mon[117003]: 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-07T14:27:21.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:20 smithi161 ceph-mon[116604]: from='client.469611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:21.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:20 smithi028 ceph-mon[112123]: from='client.469611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:21.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:20 smithi138 ceph-mon[117003]: from='client.469611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:21 smithi161 ceph-mon[116604]: pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:21 smithi028 ceph-mon[112123]: pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:21 smithi138 ceph-mon[117003]: pgmap v17418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:23 smithi161 ceph-mon[116604]: pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:24.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:23 smithi028 ceph-mon[112123]: pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:23 smithi138 ceph-mon[117003]: pgmap v17419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:24.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:24.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:24.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:25.593 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:25.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:25.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:25.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:25.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:25 smithi161 ceph-mon[116604]: pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:25 smithi028 ceph-mon[112123]: pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:25 smithi138 ceph-mon[117003]: pgmap v17420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:27.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:26 smithi161 ceph-mon[116604]: from='client.469683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:27.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:26 smithi028 ceph-mon[112123]: from='client.469683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:27.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:26 smithi138 ceph-mon[117003]: from='client.469683 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:27 smithi161 ceph-mon[116604]: pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:27 smithi028 ceph-mon[112123]: pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:27 smithi138 ceph-mon[117003]: pgmap v17421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:29 smithi161 ceph-mon[116604]: pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:29 smithi028 ceph-mon[112123]: pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:29 smithi138 ceph-mon[117003]: pgmap v17422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:27:30.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:30.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:30.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:31.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:31.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:31.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:31.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:31.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:32.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:31 smithi161 ceph-mon[116604]: pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:32.196 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:31 smithi161 ceph-mon[116604]: from='client.469758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:31 smithi028 ceph-mon[112123]: pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:32.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:31 smithi028 ceph-mon[112123]: from='client.469758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:31 smithi138 ceph-mon[117003]: pgmap v17423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:31 smithi138 ceph-mon[117003]: from='client.469758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:33 smithi161 ceph-mon[116604]: 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-07T14:27:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:33 smithi028 ceph-mon[112123]: 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-07T14:27:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:33 smithi138 ceph-mon[117003]: 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-07T14:27:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:35 smithi161 ceph-mon[116604]: 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-07T14:27:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:35 smithi028 ceph-mon[112123]: 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-07T14:27:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:35 smithi138 ceph-mon[117003]: 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-07T14:27:36.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:36.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:36.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:37.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:37.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:37.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:37.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:37.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:37 smithi138 ceph-mon[117003]: from='client.469836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:37 smithi138 ceph-mon[117003]: 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-07T14:27:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:37 smithi161 ceph-mon[116604]: from='client.469836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:37 smithi161 ceph-mon[116604]: 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-07T14:27:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:37 smithi028 ceph-mon[112123]: from='client.469836 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:37 smithi028 ceph-mon[112123]: 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-07T14:27:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:39 smithi161 ceph-mon[116604]: 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-07T14:27:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:39 smithi028 ceph-mon[112123]: 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-07T14:27:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:39 smithi138 ceph-mon[117003]: 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-07T14:27:42.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:42.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:42.153 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:41 smithi161 ceph-mon[116604]: pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:41 smithi028 ceph-mon[112123]: pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:41 smithi138 ceph-mon[117003]: pgmap v17428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:42.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:42.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:42.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:42.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:42.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:43 smithi161 ceph-mon[116604]: from='client.469911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:43 smithi161 ceph-mon[116604]: pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:43 smithi028 ceph-mon[112123]: from='client.469911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:43 smithi028 ceph-mon[112123]: pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:44.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:43 smithi138 ceph-mon[117003]: from='client.469911 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:44.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:43 smithi138 ceph-mon[117003]: pgmap v17429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:45 smithi161 ceph-mon[116604]: pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:45 smithi028 ceph-mon[112123]: pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:45 smithi138 ceph-mon[117003]: pgmap v17430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:47.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:47.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:47.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:47 smithi138 ceph-mon[117003]: pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:47 smithi161 ceph-mon[116604]: pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:47 smithi028 ceph-mon[112123]: pgmap v17431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:48.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:48.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:48.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:48.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:48.698 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:49 smithi161 ceph-mon[116604]: from='client.469989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:50.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:49 smithi161 ceph-mon[116604]: pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:49 smithi028 ceph-mon[112123]: from='client.469989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:49 smithi028 ceph-mon[112123]: pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:49 smithi138 ceph-mon[117003]: from='client.469989 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:49 smithi138 ceph-mon[117003]: pgmap v17432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:27:52.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:51 smithi161 ceph-mon[116604]: pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:51 smithi028 ceph-mon[112123]: pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:51 smithi138 ceph-mon[117003]: pgmap v17433: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:27:53.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:53.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:53.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:27:54.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:53 smithi161 ceph-mon[116604]: 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-07T14:27:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:53 smithi028 ceph-mon[112123]: 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-07T14:27:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:53 smithi138 ceph-mon[117003]: 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-07T14:27:54.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:27:54.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:27:54.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:27:54.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:27:54.469 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:27:55.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:54 smithi161 ceph-mon[116604]: from='client.470064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:54 smithi028 ceph-mon[112123]: from='client.470064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:55.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:54 smithi138 ceph-mon[117003]: from='client.470064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:27:56.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:55 smithi161 ceph-mon[116604]: pgmap v17435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:27:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:55 smithi028 ceph-mon[112123]: pgmap v17435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:27:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:55 smithi138 ceph-mon[117003]: pgmap v17435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:27:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:57 smithi138 ceph-mon[117003]: pgmap v17436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:27:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:57 smithi161 ceph-mon[116604]: pgmap v17436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:27:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:57 smithi028 ceph-mon[112123]: pgmap v17436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:27:59.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:27:59.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:27:59.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:27:59 smithi161 ceph-mon[116604]: pgmap v17437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:28:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:27:59 smithi028 ceph-mon[112123]: pgmap v17437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:28:00.272 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:00.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:00.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:00.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:00.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:27:59 smithi138 ceph-mon[117003]: pgmap v17437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:28:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:00 smithi161 ceph-mon[116604]: from='client.470142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:28:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:28:01.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:28:01.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:28:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:00 smithi028 ceph-mon[112123]: from='client.470142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:28:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:28:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:28:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:28:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:00 smithi138 ceph-mon[117003]: from='client.470142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:28:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:28:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:28:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:28:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:01 smithi161 ceph-mon[116604]: pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:01 smithi028 ceph-mon[112123]: pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:01 smithi138 ceph-mon[117003]: pgmap v17438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:03 smithi161 ceph-mon[116604]: pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:03 smithi028 ceph-mon[112123]: pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:03 smithi138 ceph-mon[117003]: pgmap v17439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:05.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:05.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:05.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:06.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:06.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:06.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:06.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:06.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:05 smithi161 ceph-mon[116604]: pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:05 smithi028 ceph-mon[112123]: pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:05 smithi138 ceph-mon[117003]: pgmap v17440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:07.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:06 smithi161 ceph-mon[116604]: from='client.470220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:07.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:06 smithi028 ceph-mon[112123]: from='client.470220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:06 smithi138 ceph-mon[117003]: from='client.470220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:07 smithi161 ceph-mon[116604]: pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:28:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:07 smithi028 ceph-mon[112123]: pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:28:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:07 smithi138 ceph-mon[117003]: pgmap v17441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:28:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:09 smithi161 ceph-mon[116604]: pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:28:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:09 smithi028 ceph-mon[112123]: pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:28:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:09 smithi138 ceph-mon[117003]: pgmap v17442: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:28:11.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:11.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:11.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:11.809 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:11.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:11.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:11.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:11.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:11 smithi161 ceph-mon[116604]: pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:28:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:11 smithi028 ceph-mon[112123]: pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:28:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:11 smithi138 ceph-mon[117003]: pgmap v17443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:28:13.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:12 smithi161 ceph-mon[116604]: from='client.470295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:12 smithi028 ceph-mon[112123]: from='client.470295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:12 smithi138 ceph-mon[117003]: from='client.470295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:13 smithi161 ceph-mon[116604]: 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-07T14:28:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:13 smithi028 ceph-mon[112123]: 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-07T14:28:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:13 smithi138 ceph-mon[117003]: 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-07T14:28:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:15 smithi161 ceph-mon[116604]: 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-07T14:28:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:15 smithi028 ceph-mon[112123]: 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-07T14:28:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:15 smithi138 ceph-mon[117003]: 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-07T14:28:16.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:16.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:16.811 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:17.585 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:17.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:17.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:17.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:17.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:17 smithi138 ceph-mon[117003]: 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-07T14:28:18.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:17 smithi138 ceph-mon[117003]: from='client.470367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:17 smithi161 ceph-mon[116604]: 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-07T14:28:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:17 smithi161 ceph-mon[116604]: from='client.470367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:17 smithi028 ceph-mon[112123]: 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-07T14:28:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:17 smithi028 ceph-mon[112123]: from='client.470367 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:19 smithi161 ceph-mon[116604]: 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-07T14:28:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:19 smithi028 ceph-mon[112123]: 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-07T14:28:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:19 smithi138 ceph-mon[117003]: 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-07T14:28:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:21 smithi161 ceph-mon[116604]: pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:21 smithi028 ceph-mon[112123]: pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:21 smithi138 ceph-mon[117003]: pgmap v17448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:22.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:22.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:22.587 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:23.353 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:23.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:23.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:23.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:23.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:23 smithi161 ceph-mon[116604]: pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:23 smithi161 ceph-mon[116604]: from='client.470442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:23 smithi028 ceph-mon[112123]: pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:23 smithi028 ceph-mon[112123]: from='client.470442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:23 smithi138 ceph-mon[117003]: pgmap v17449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:23 smithi138 ceph-mon[117003]: from='client.470442 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:26.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:25 smithi161 ceph-mon[116604]: pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:25 smithi028 ceph-mon[112123]: pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:25 smithi138 ceph-mon[117003]: pgmap v17450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:27 smithi138 ceph-mon[117003]: pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:27 smithi161 ceph-mon[116604]: pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:27 smithi028 ceph-mon[112123]: pgmap v17451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:28.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:28.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:28.355 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:29.134 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:29.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:29.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:29.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:29.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:29 smithi161 ceph-mon[116604]: from='client.470520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:29 smithi161 ceph-mon[116604]: pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:29 smithi028 ceph-mon[112123]: from='client.470520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:29 smithi028 ceph-mon[112123]: pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:29 smithi138 ceph-mon[117003]: from='client.470520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:29 smithi138 ceph-mon[117003]: pgmap v17452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:32.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:31 smithi161 ceph-mon[116604]: pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:31 smithi028 ceph-mon[112123]: pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:31 smithi138 ceph-mon[117003]: pgmap v17453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:28:34.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:34.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:34.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:34.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:33 smithi161 ceph-mon[116604]: 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-07T14:28:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:33 smithi028 ceph-mon[112123]: 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-07T14:28:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:33 smithi138 ceph-mon[117003]: 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-07T14:28:34.906 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:34.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:34.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:34.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:34.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:35 smithi161 ceph-mon[116604]: from='client.470592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:36.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:35 smithi161 ceph-mon[116604]: pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:35 smithi028 ceph-mon[112123]: from='client.470592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:35 smithi028 ceph-mon[112123]: pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:35 smithi138 ceph-mon[117003]: from='client.470592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:35 smithi138 ceph-mon[117003]: pgmap v17455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:37 smithi138 ceph-mon[117003]: pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:37 smithi161 ceph-mon[116604]: pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:37 smithi028 ceph-mon[112123]: pgmap v17456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:39.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:39.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:39.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:39 smithi161 ceph-mon[116604]: pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:39 smithi028 ceph-mon[112123]: pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:39 smithi138 ceph-mon[117003]: pgmap v17457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:40.684 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:40.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:40.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:40.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:40.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:41 smithi161 ceph-mon[116604]: from='client.470667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:42.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:41 smithi161 ceph-mon[116604]: pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:41 smithi028 ceph-mon[112123]: from='client.470667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:41 smithi028 ceph-mon[112123]: pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:41 smithi138 ceph-mon[117003]: from='client.470667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:41 smithi138 ceph-mon[117003]: pgmap v17458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:43 smithi161 ceph-mon[116604]: pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:43 smithi028 ceph-mon[112123]: pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:43 smithi138 ceph-mon[117003]: pgmap v17459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:28:45.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:45.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:45.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:46.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:45 smithi161 ceph-mon[116604]: pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:45 smithi028 ceph-mon[112123]: pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:45 smithi138 ceph-mon[117003]: pgmap v17460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:28:46.457 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:46.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:46.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:46.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:46.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:47.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:46 smithi161 ceph-mon[116604]: from='client.470745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:47.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:46 smithi028 ceph-mon[112123]: from='client.470745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:47.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:46 smithi138 ceph-mon[117003]: from='client.470745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:47 smithi161 ceph-mon[116604]: 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-07T14:28:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:47 smithi028 ceph-mon[112123]: 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-07T14:28:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:47 smithi138 ceph-mon[117003]: 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-07T14:28:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:49 smithi161 ceph-mon[116604]: 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-07T14:28:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:49 smithi028 ceph-mon[112123]: 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-07T14:28:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:49 smithi138 ceph-mon[117003]: 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-07T14:28:51.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:51.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:51.459 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:51 smithi028 ceph-mon[112123]: 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-07T14:28:52.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:52.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:52.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:52.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:52.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:51 smithi138 ceph-mon[117003]: 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-07T14:28:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:51 smithi161 ceph-mon[116604]: 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-07T14:28:53.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:52 smithi028 ceph-mon[112123]: from='client.470823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:52 smithi138 ceph-mon[117003]: from='client.470823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:52 smithi161 ceph-mon[116604]: from='client.470823 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:53 smithi028 ceph-mon[112123]: 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-07T14:28:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:53 smithi138 ceph-mon[117003]: 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-07T14:28:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:53 smithi161 ceph-mon[116604]: 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-07T14:28:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:55 smithi028 ceph-mon[112123]: 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-07T14:28:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:55 smithi138 ceph-mon[117003]: 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-07T14:28:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:55 smithi161 ceph-mon[116604]: 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-07T14:28:57.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:28:57.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:28:57.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:28:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:28:58.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:28:58.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:28:58.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:28:58.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:28:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:57 smithi138 ceph-mon[117003]: 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-07T14:28:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:57 smithi161 ceph-mon[116604]: 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-07T14:28:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:57 smithi028 ceph-mon[112123]: 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-07T14:28:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:58 smithi138 ceph-mon[117003]: from='client.470901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:58 smithi161 ceph-mon[116604]: from='client.470901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:28:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:58 smithi028 ceph-mon[112123]: from='client.470901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:00.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:28:59 smithi138 ceph-mon[117003]: 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-07T14:29:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:28:59 smithi161 ceph-mon[116604]: 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-07T14:29:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:28:59 smithi028 ceph-mon[112123]: 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-07T14:29:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:01 smithi161 ceph-mon[116604]: pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:29:02.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:29:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:29:02.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:29:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:01 smithi028 ceph-mon[112123]: pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:29:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:29:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:29:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:29:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:01 smithi138 ceph-mon[117003]: pgmap v17468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:29:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:29:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:29:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:29:03.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:03.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:03.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:03.817 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:03.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:03.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:03.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:03.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:04.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:03 smithi161 ceph-mon[116604]: pgmap v17469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:04.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:03 smithi028 ceph-mon[112123]: pgmap v17469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:03 smithi138 ceph-mon[117003]: pgmap v17469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:05.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:04 smithi161 ceph-mon[116604]: from='client.470979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:05.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:04 smithi028 ceph-mon[112123]: from='client.470979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:04 smithi138 ceph-mon[117003]: from='client.470979 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:05 smithi161 ceph-mon[116604]: pgmap v17470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:06.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:05 smithi028 ceph-mon[112123]: pgmap v17470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:05 smithi138 ceph-mon[117003]: pgmap v17470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:07 smithi138 ceph-mon[117003]: pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:07 smithi161 ceph-mon[116604]: pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:07 smithi028 ceph-mon[112123]: pgmap v17471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:08.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:08.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:08.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:09.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:09.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:09.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:09.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:09.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:09 smithi161 ceph-mon[116604]: pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:09 smithi161 ceph-mon[116604]: from='client.471051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:09 smithi028 ceph-mon[112123]: pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:09 smithi028 ceph-mon[112123]: from='client.471051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:09 smithi138 ceph-mon[117003]: pgmap v17472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:09 smithi138 ceph-mon[117003]: from='client.471051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:11 smithi161 ceph-mon[116604]: 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-07T14:29:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:11 smithi028 ceph-mon[112123]: 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-07T14:29:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:11 smithi138 ceph-mon[117003]: 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-07T14:29:14.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:13 smithi161 ceph-mon[116604]: pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:13 smithi028 ceph-mon[112123]: pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:13 smithi138 ceph-mon[117003]: pgmap v17474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:14.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:14.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:14.604 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:15.372 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:15.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:15.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:15.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:15.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:15 smithi161 ceph-mon[116604]: pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:16.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:15 smithi161 ceph-mon[116604]: from='client.471126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:15 smithi028 ceph-mon[112123]: pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:15 smithi028 ceph-mon[112123]: from='client.471126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:15 smithi138 ceph-mon[117003]: pgmap v17475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:16.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:15 smithi138 ceph-mon[117003]: from='client.471126 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:17 smithi138 ceph-mon[117003]: pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:17 smithi161 ceph-mon[116604]: pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:17 smithi028 ceph-mon[112123]: pgmap v17476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:19 smithi161 ceph-mon[116604]: pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:19 smithi028 ceph-mon[112123]: pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:19 smithi138 ceph-mon[117003]: pgmap v17477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:20.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:20.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:20.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:21.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:21.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:21.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:21.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:21.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:21 smithi161 ceph-mon[116604]: from='client.471204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:22.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:21 smithi161 ceph-mon[116604]: pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:21 smithi028 ceph-mon[112123]: from='client.471204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:21 smithi028 ceph-mon[112123]: pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:21 smithi138 ceph-mon[117003]: from='client.471204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:21 smithi138 ceph-mon[117003]: pgmap v17478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:24.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:23 smithi161 ceph-mon[116604]: 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-07T14:29:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:23 smithi028 ceph-mon[112123]: 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-07T14:29:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:23 smithi138 ceph-mon[117003]: 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-07T14:29:26.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:26.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:26.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:25 smithi028 ceph-mon[112123]: 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-07T14:29:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:25 smithi138 ceph-mon[117003]: 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-07T14:29:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:25 smithi161 ceph-mon[116604]: 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-07T14:29:26.930 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:26.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:26.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:26.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:26.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:27 smithi138 ceph-mon[117003]: from='client.471282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:27 smithi138 ceph-mon[117003]: 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-07T14:29:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:27 smithi161 ceph-mon[116604]: from='client.471282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:27 smithi161 ceph-mon[116604]: 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-07T14:29:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:27 smithi028 ceph-mon[112123]: from='client.471282 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:27 smithi028 ceph-mon[112123]: 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-07T14:29:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:29 smithi161 ceph-mon[116604]: 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-07T14:29:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:29 smithi028 ceph-mon[112123]: 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-07T14:29:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:29 smithi138 ceph-mon[117003]: 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-07T14:29:31.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:31.932 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:31.932 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:31 smithi028 ceph-mon[112123]: 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-07T14:29:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:31 smithi138 ceph-mon[117003]: 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-07T14:29:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:31 smithi161 ceph-mon[116604]: 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-07T14:29:32.699 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:32.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:32.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:32.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:32.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:33 smithi028 ceph-mon[112123]: from='client.471360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:33 smithi028 ceph-mon[112123]: 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-07T14:29:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:33 smithi138 ceph-mon[117003]: from='client.471360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:33 smithi138 ceph-mon[117003]: 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-07T14:29:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:33 smithi161 ceph-mon[116604]: from='client.471360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:33 smithi161 ceph-mon[116604]: 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-07T14:29:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:35 smithi028 ceph-mon[112123]: pgmap v17485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:35 smithi138 ceph-mon[117003]: pgmap v17485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:35 smithi161 ceph-mon[116604]: pgmap v17485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:37.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:37.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:37.701 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:37 smithi138 ceph-mon[117003]: pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:37 smithi161 ceph-mon[116604]: pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:37 smithi028 ceph-mon[112123]: pgmap v17486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:38.471 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:38.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:38.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:38.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:38.472 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:38 smithi138 ceph-mon[117003]: from='client.471438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:38 smithi161 ceph-mon[116604]: from='client.471438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:38 smithi028 ceph-mon[112123]: from='client.471438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:39 smithi138 ceph-mon[117003]: pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:39 smithi161 ceph-mon[116604]: pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:39 smithi028 ceph-mon[112123]: pgmap v17487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:42.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:41 smithi028 ceph-mon[112123]: pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:41 smithi138 ceph-mon[117003]: pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:41 smithi161 ceph-mon[116604]: pgmap v17488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:29:43.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:43.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:43.474 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:43 smithi028 ceph-mon[112123]: pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:44.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:44.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:44.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:44.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:44.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:43 smithi138 ceph-mon[117003]: pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:43 smithi161 ceph-mon[116604]: pgmap v17489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:45.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:44 smithi028 ceph-mon[112123]: from='client.471510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:45.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:44 smithi138 ceph-mon[117003]: from='client.471510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:44 smithi161 ceph-mon[116604]: from='client.471510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:46.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:45 smithi028 ceph-mon[112123]: pgmap v17490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:29:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:45 smithi138 ceph-mon[117003]: pgmap v17490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:29:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:45 smithi161 ceph-mon[116604]: pgmap v17490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:29:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:47 smithi138 ceph-mon[117003]: 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-07T14:29:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:47 smithi161 ceph-mon[116604]: 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-07T14:29:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:47 smithi028 ceph-mon[112123]: 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-07T14:29:49.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:49.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:49.255 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:50.025 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:50.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:50.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:50.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:50.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:49 smithi028 ceph-mon[112123]: 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-07T14:29:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:49 smithi138 ceph-mon[117003]: 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-07T14:29:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:49 smithi161 ceph-mon[116604]: 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-07T14:29:51.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:50 smithi028 ceph-mon[112123]: from='client.471582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:51.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:50 smithi138 ceph-mon[117003]: from='client.471582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:50 smithi161 ceph-mon[116604]: from='client.471582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:51 smithi028 ceph-mon[112123]: pgmap v17493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:51 smithi138 ceph-mon[117003]: pgmap v17493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:51 smithi161 ceph-mon[116604]: pgmap v17493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:53 smithi028 ceph-mon[112123]: pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:53 smithi138 ceph-mon[117003]: pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:53 smithi161 ceph-mon[116604]: pgmap v17494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:29:55.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:29:55.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:29:55.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:29:55.799 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:29:55.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:29:55.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:29:55.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:29:55.799 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:29:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:55 smithi028 ceph-mon[112123]: pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:55 smithi138 ceph-mon[117003]: pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:55 smithi161 ceph-mon[116604]: pgmap v17495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:29:57.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:56 smithi028 ceph-mon[112123]: from='client.471654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:56 smithi138 ceph-mon[117003]: from='client.471654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:56 smithi161 ceph-mon[116604]: from='client.471654 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:29:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:57 smithi028 ceph-mon[112123]: pgmap v17496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:29:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:57 smithi138 ceph-mon[117003]: pgmap v17496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:29:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:57 smithi161 ceph-mon[116604]: pgmap v17496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:30:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:29:59 smithi028 ceph-mon[112123]: pgmap v17497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:30:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:29:59 smithi138 ceph-mon[117003]: pgmap v17497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:30:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:29:59 smithi161 ceph-mon[116604]: pgmap v17497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:30:00.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:00.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:00.801 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:01.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T14:30:01.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T14:30:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T14:30:01.570 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:01.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:01.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:01.570 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:01.571 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:01 smithi028 ceph-mon[112123]: pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:30:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:01 smithi028 ceph-mon[112123]: from='client.471732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:30:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:01 smithi138 ceph-mon[117003]: pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:30:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:01 smithi138 ceph-mon[117003]: from='client.471732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:30:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:01 smithi161 ceph-mon[116604]: pgmap v17498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:30:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:01 smithi161 ceph-mon[116604]: from='client.471732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:30:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:30:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:30:03.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:30:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:30:03.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:30:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:30:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:30:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:30:03.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:30:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:04 smithi028 ceph-mon[112123]: 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-07T14:30:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:04 smithi138 ceph-mon[117003]: 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-07T14:30:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:04 smithi161 ceph-mon[116604]: 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-07T14:30:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:06 smithi028 ceph-mon[112123]: 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-07T14:30:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:06 smithi138 ceph-mon[117003]: 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-07T14:30:06.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:06.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:06.572 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:06 smithi161 ceph-mon[116604]: 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-07T14:30:07.348 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:07.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:07.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:07.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:07.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:07 smithi138 ceph-mon[117003]: 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-07T14:30:08.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:07 smithi138 ceph-mon[117003]: from='client.471807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:07 smithi161 ceph-mon[116604]: 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-07T14:30:08.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:07 smithi161 ceph-mon[116604]: from='client.471807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:07 smithi028 ceph-mon[112123]: 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-07T14:30:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:07 smithi028 ceph-mon[112123]: from='client.471807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:09 smithi028 ceph-mon[112123]: 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-07T14:30:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:09 smithi138 ceph-mon[117003]: 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-07T14:30:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:09 smithi161 ceph-mon[116604]: 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-07T14:30:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:11 smithi028 ceph-mon[112123]: 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-07T14:30:12.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:11 smithi138 ceph-mon[117003]: 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-07T14:30:12.350 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:12.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:12.351 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:11 smithi161 ceph-mon[116604]: 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-07T14:30:13.122 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:13.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:13.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:13.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:13.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:13 smithi028 ceph-mon[112123]: from='client.471882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:14.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:13 smithi028 ceph-mon[112123]: 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-07T14:30:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:13 smithi138 ceph-mon[117003]: from='client.471882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:14.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:13 smithi138 ceph-mon[117003]: 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-07T14:30:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:13 smithi161 ceph-mon[116604]: from='client.471882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:13 smithi161 ceph-mon[116604]: 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-07T14:30:16.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:15 smithi028 ceph-mon[112123]: pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:15 smithi138 ceph-mon[117003]: pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:15 smithi161 ceph-mon[116604]: pgmap v17505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:17 smithi138 ceph-mon[117003]: pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:18.124 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:18.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:18.125 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:17 smithi161 ceph-mon[116604]: pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:17 smithi028 ceph-mon[112123]: pgmap v17506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:18.898 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:18.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:18.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:18.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:18.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:19 smithi028 ceph-mon[112123]: from='client.471951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:19 smithi028 ceph-mon[112123]: pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:19 smithi138 ceph-mon[117003]: from='client.471951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:19 smithi138 ceph-mon[117003]: pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:19 smithi161 ceph-mon[116604]: from='client.471951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:19 smithi161 ceph-mon[116604]: pgmap v17507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:22.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:21 smithi028 ceph-mon[112123]: pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:21 smithi138 ceph-mon[117003]: pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:21 smithi161 ceph-mon[116604]: pgmap v17508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:23.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:23.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:23.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:24.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:23 smithi028 ceph-mon[112123]: pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:23 smithi138 ceph-mon[117003]: pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:23 smithi161 ceph-mon[116604]: pgmap v17509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:24.669 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:24.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:24.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:24.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:24.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:25 smithi028 ceph-mon[112123]: from='client.472029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:26.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:25 smithi028 ceph-mon[112123]: 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-07T14:30:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:25 smithi138 ceph-mon[117003]: from='client.472029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:25 smithi138 ceph-mon[117003]: 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-07T14:30:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:25 smithi161 ceph-mon[116604]: from='client.472029 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:25 smithi161 ceph-mon[116604]: 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-07T14:30:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:27 smithi138 ceph-mon[117003]: pgmap v17511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:27 smithi161 ceph-mon[116604]: pgmap v17511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:27 smithi028 ceph-mon[112123]: pgmap v17511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:29.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:29.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:29.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:29 smithi028 ceph-mon[112123]: pgmap v17512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:29 smithi138 ceph-mon[117003]: pgmap v17512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:30.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:30.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:30.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:30.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:30.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:29 smithi161 ceph-mon[116604]: pgmap v17512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:30 smithi028 ceph-mon[112123]: from='client.472107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:31.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:30 smithi138 ceph-mon[117003]: from='client.472107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:30 smithi161 ceph-mon[116604]: from='client.472107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:32.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:31 smithi028 ceph-mon[112123]: pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:31 smithi138 ceph-mon[117003]: pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:31 smithi161 ceph-mon[116604]: pgmap v17513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:34.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:33 smithi028 ceph-mon[112123]: pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:33 smithi138 ceph-mon[117003]: pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:33 smithi161 ceph-mon[116604]: pgmap v17514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:30:35.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:35.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:35.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:36.214 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:36.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:36.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:36.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:36.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:36.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:35 smithi028 ceph-mon[112123]: pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:35 smithi138 ceph-mon[117003]: pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:35 smithi161 ceph-mon[116604]: pgmap v17515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:37.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:36 smithi028 ceph-mon[112123]: from='client.472179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:37.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:36 smithi138 ceph-mon[117003]: from='client.472179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:37.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:36 smithi161 ceph-mon[116604]: from='client.472179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:37 smithi028 ceph-mon[112123]: 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-07T14:30:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:37 smithi138 ceph-mon[117003]: 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-07T14:30:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:37 smithi161 ceph-mon[116604]: 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-07T14:30:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:39 smithi138 ceph-mon[117003]: 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-07T14:30:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:39 smithi161 ceph-mon[116604]: 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-07T14:30:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:39 smithi028 ceph-mon[112123]: 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-07T14:30:41.215 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:41.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:41.216 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:41.987 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:41.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:41.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:41.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:41.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:41 smithi138 ceph-mon[117003]: 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-07T14:30:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:41 smithi161 ceph-mon[116604]: 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-07T14:30:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:41 smithi028 ceph-mon[112123]: 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-07T14:30:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:42 smithi138 ceph-mon[117003]: from='client.472257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:42 smithi161 ceph-mon[116604]: from='client.472257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:43.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:42 smithi028 ceph-mon[112123]: from='client.472257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:43 smithi138 ceph-mon[117003]: 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-07T14:30:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:43 smithi161 ceph-mon[116604]: 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-07T14:30:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:43 smithi028 ceph-mon[112123]: 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-07T14:30:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:45 smithi138 ceph-mon[117003]: 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-07T14:30:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:45 smithi161 ceph-mon[116604]: 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-07T14:30:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:45 smithi028 ceph-mon[112123]: 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-07T14:30:46.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:46.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:46.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:47.757 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:47.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:47.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:47.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:47.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:47 smithi138 ceph-mon[117003]: 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-07T14:30:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:47 smithi161 ceph-mon[116604]: 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-07T14:30:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:47 smithi028 ceph-mon[112123]: 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-07T14:30:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:48 smithi138 ceph-mon[117003]: from='client.472329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:48 smithi161 ceph-mon[116604]: from='client.472329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:48 smithi028 ceph-mon[112123]: from='client.472329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:50.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:49 smithi138 ceph-mon[117003]: 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-07T14:30:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:49 smithi161 ceph-mon[116604]: 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-07T14:30:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:49 smithi028 ceph-mon[112123]: 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-07T14:30:52.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:51 smithi028 ceph-mon[112123]: 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-07T14:30:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:51 smithi138 ceph-mon[117003]: 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-07T14:30:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:51 smithi161 ceph-mon[116604]: 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-07T14:30:52.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:52.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:52.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:53.526 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:53.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:53.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:53.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:53.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:30:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:53 smithi028 ceph-mon[112123]: 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-07T14:30:54.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:53 smithi028 ceph-mon[112123]: from='client.472407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:53 smithi138 ceph-mon[117003]: 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-07T14:30:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:53 smithi138 ceph-mon[117003]: from='client.472407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:53 smithi161 ceph-mon[116604]: 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-07T14:30:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:53 smithi161 ceph-mon[116604]: from='client.472407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:30:56.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:55 smithi028 ceph-mon[112123]: pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:56.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:55 smithi138 ceph-mon[117003]: pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:55 smithi161 ceph-mon[116604]: pgmap v17525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:30:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:57 smithi138 ceph-mon[117003]: pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:57 smithi161 ceph-mon[116604]: pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:57 smithi028 ceph-mon[112123]: pgmap v17526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:30:58.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:30:58.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:30:58.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:30:59.300 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:30:59.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:30:59.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:30:59.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:30:59.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:59 smithi028 ceph-mon[112123]: pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:30:59 smithi028 ceph-mon[112123]: from='client.472485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:00.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:59 smithi138 ceph-mon[117003]: pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:00.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:30:59 smithi138 ceph-mon[117003]: from='client.472485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:59 smithi161 ceph-mon[116604]: pgmap v17527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:30:59 smithi161 ceph-mon[116604]: from='client.472485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:02.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:01 smithi028 ceph-mon[112123]: pgmap v17528: 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-07T14:31:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:01 smithi138 ceph-mon[117003]: pgmap v17528: 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-07T14:31:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:01 smithi161 ceph-mon[116604]: pgmap v17528: 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-07T14:31:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:31:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:31:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:31:03.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:31:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:31:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:31:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:31:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:31:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:31:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:31:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:31:03.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:31:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:03 smithi138 ceph-mon[117003]: pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:31:04.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:04.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:04.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:03 smithi161 ceph-mon[116604]: pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:31:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:03 smithi028 ceph-mon[112123]: pgmap v17529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:31:05.072 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:05.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:05.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:05.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:05.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:05 smithi138 ceph-mon[117003]: from='client.472557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:05 smithi138 ceph-mon[117003]: 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-07T14:31:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:05 smithi161 ceph-mon[116604]: from='client.472557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:05 smithi161 ceph-mon[116604]: 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-07T14:31:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:05 smithi028 ceph-mon[112123]: from='client.472557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:05 smithi028 ceph-mon[112123]: 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-07T14:31:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:07 smithi138 ceph-mon[117003]: pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:07 smithi161 ceph-mon[116604]: pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:07 smithi028 ceph-mon[112123]: pgmap v17531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:10.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:10.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:10.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:09 smithi028 ceph-mon[112123]: pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:09 smithi138 ceph-mon[117003]: pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:09 smithi161 ceph-mon[116604]: pgmap v17532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:10.849 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:10.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:10.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:10.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:10.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:11 smithi028 ceph-mon[112123]: from='client.472632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:11 smithi028 ceph-mon[112123]: pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:11 smithi138 ceph-mon[117003]: from='client.472632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:11 smithi138 ceph-mon[117003]: pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:11 smithi161 ceph-mon[116604]: from='client.472632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:11 smithi161 ceph-mon[116604]: pgmap v17533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:13 smithi138 ceph-mon[117003]: pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:31:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:13 smithi161 ceph-mon[116604]: pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:31:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:13 smithi028 ceph-mon[112123]: pgmap v17534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:31:15.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:15.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:15.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:15 smithi138 ceph-mon[117003]: pgmap v17535: 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-07T14:31:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:15 smithi161 ceph-mon[116604]: pgmap v17535: 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-07T14:31:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:15 smithi028 ceph-mon[112123]: pgmap v17535: 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-07T14:31:16.637 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:16.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:16.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:16.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:16.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:17.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:16 smithi138 ceph-mon[117003]: from='client.472710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:16 smithi161 ceph-mon[116604]: from='client.472710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:16 smithi028 ceph-mon[112123]: from='client.472710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:17 smithi138 ceph-mon[117003]: 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-07T14:31:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:17 smithi161 ceph-mon[116604]: 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-07T14:31:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:17 smithi028 ceph-mon[112123]: 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-07T14:31:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:19 smithi138 ceph-mon[117003]: 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-07T14:31:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:19 smithi161 ceph-mon[116604]: 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-07T14:31:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:19 smithi028 ceph-mon[112123]: 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-07T14:31:21.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:21.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:21.639 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:21 smithi138 ceph-mon[117003]: 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-07T14:31:22.421 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:22.421 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:22.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:22.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:22.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:21 smithi161 ceph-mon[116604]: 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-07T14:31:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:21 smithi028 ceph-mon[112123]: 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-07T14:31:23.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:22 smithi138 ceph-mon[117003]: from='client.472788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:22 smithi161 ceph-mon[116604]: from='client.472788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:22 smithi028 ceph-mon[112123]: from='client.472788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:23 smithi138 ceph-mon[117003]: 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-07T14:31:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:23 smithi161 ceph-mon[116604]: 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-07T14:31:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:23 smithi028 ceph-mon[112123]: 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-07T14:31:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:25 smithi138 ceph-mon[117003]: 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-07T14:31:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:25 smithi161 ceph-mon[116604]: 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-07T14:31:26.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:25 smithi028 ceph-mon[112123]: 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-07T14:31:27.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:27.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:27.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:28.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:27 smithi138 ceph-mon[117003]: 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-07T14:31:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:27 smithi161 ceph-mon[116604]: 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-07T14:31:28.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:28.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:28.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:28.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:28.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:28.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:27 smithi028 ceph-mon[112123]: 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-07T14:31:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:28 smithi138 ceph-mon[117003]: from='client.472866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:28 smithi161 ceph-mon[116604]: from='client.472866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:28 smithi028 ceph-mon[112123]: from='client.472866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:30.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:29 smithi138 ceph-mon[117003]: 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-07T14:31:30.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:29 smithi161 ceph-mon[116604]: 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-07T14:31:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:29 smithi028 ceph-mon[112123]: 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-07T14:31:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:31 smithi138 ceph-mon[117003]: 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-07T14:31:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:31 smithi161 ceph-mon[116604]: 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-07T14:31:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:31 smithi028 ceph-mon[112123]: 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-07T14:31:33.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:33.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:33.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:33.988 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:33.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:33.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:33.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:33.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:33 smithi138 ceph-mon[117003]: 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-07T14:31:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:33 smithi161 ceph-mon[116604]: 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-07T14:31:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:33 smithi028 ceph-mon[112123]: 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-07T14:31:35.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:34 smithi138 ceph-mon[117003]: from='client.472938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:34 smithi161 ceph-mon[116604]: from='client.472938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:34 smithi028 ceph-mon[112123]: from='client.472938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:35 smithi138 ceph-mon[117003]: pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:35 smithi161 ceph-mon[116604]: pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:35 smithi028 ceph-mon[112123]: pgmap v17545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:31:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:37 smithi138 ceph-mon[117003]: pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:37 smithi161 ceph-mon[116604]: pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:37 smithi028 ceph-mon[112123]: pgmap v17546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:38.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:38.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:38.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:39.773 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:39.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:39.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:39.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:39.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:39 smithi138 ceph-mon[117003]: pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:40.447 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:39 smithi161 ceph-mon[116604]: pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:40.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:39 smithi028 ceph-mon[112123]: pgmap v17547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:41.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:40 smithi138 ceph-mon[117003]: from='client.473016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:40 smithi161 ceph-mon[116604]: from='client.473016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:40 smithi028 ceph-mon[112123]: from='client.473016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:41 smithi138 ceph-mon[117003]: 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-07T14:31:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:41 smithi161 ceph-mon[116604]: 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-07T14:31:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:41 smithi028 ceph-mon[112123]: 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-07T14:31:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:43 smithi138 ceph-mon[117003]: 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-07T14:31:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:43 smithi161 ceph-mon[116604]: 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-07T14:31:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:43 smithi028 ceph-mon[112123]: 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-07T14:31:44.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:44.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:44.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:45.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:45.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:45.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:45.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:45.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:45 smithi138 ceph-mon[117003]: 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-07T14:31:46.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:45 smithi138 ceph-mon[117003]: from='client.473094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:45 smithi161 ceph-mon[116604]: 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-07T14:31:46.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:45 smithi161 ceph-mon[116604]: from='client.473094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:45 smithi028 ceph-mon[112123]: 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-07T14:31:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:45 smithi028 ceph-mon[112123]: from='client.473094 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:47 smithi138 ceph-mon[117003]: pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:47 smithi161 ceph-mon[116604]: pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:47 smithi028 ceph-mon[112123]: pgmap v17551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:49 smithi138 ceph-mon[117003]: pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:49 smithi161 ceph-mon[116604]: pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:49 smithi028 ceph-mon[112123]: pgmap v17552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:31:50.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:50.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:50.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:51.327 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:51.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:51.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:51.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:51.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:51 smithi138 ceph-mon[117003]: pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:51 smithi138 ceph-mon[117003]: from='client.473169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:51 smithi161 ceph-mon[116604]: pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:52.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:51 smithi161 ceph-mon[116604]: from='client.473169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:51 smithi028 ceph-mon[112123]: pgmap v17553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:31:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:51 smithi028 ceph-mon[112123]: from='client.473169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:54.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:53 smithi138 ceph-mon[117003]: 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-07T14:31:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:53 smithi161 ceph-mon[116604]: 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-07T14:31:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:53 smithi028 ceph-mon[112123]: 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-07T14:31:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:55 smithi138 ceph-mon[117003]: 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-07T14:31:56.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:31:56.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:31:56.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:31:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:55 smithi161 ceph-mon[116604]: 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-07T14:31:56.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:55 smithi028 ceph-mon[112123]: 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-07T14:31:57.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:31:57.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:31:57.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:31:57.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:31:57.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:31:58.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:57 smithi138 ceph-mon[117003]: from='client.473247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:58.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:57 smithi138 ceph-mon[117003]: 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-07T14:31:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:57 smithi161 ceph-mon[116604]: from='client.473247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:57 smithi161 ceph-mon[116604]: 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-07T14:31:58.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:57 smithi028 ceph-mon[112123]: from='client.473247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:31:58.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:57 smithi028 ceph-mon[112123]: 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-07T14:32:00.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:31:59 smithi138 ceph-mon[117003]: 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-07T14:32:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:31:59 smithi161 ceph-mon[116604]: 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-07T14:32:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:31:59 smithi028 ceph-mon[112123]: 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-07T14:32:02.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:02.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:02.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:02.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:01 smithi138 ceph-mon[117003]: 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-07T14:32:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:01 smithi161 ceph-mon[116604]: 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-07T14:32:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:01 smithi028 ceph-mon[112123]: 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-07T14:32:02.883 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:02.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:02.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:02.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:02.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:03 smithi138 ceph-mon[117003]: from='client.473322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:03 smithi138 ceph-mon[117003]: 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-07T14:32:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:32:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:32:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:32:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:32:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:03 smithi161 ceph-mon[116604]: from='client.473322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:03 smithi161 ceph-mon[116604]: 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-07T14:32:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:32:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:32:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:32:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:32:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:03 smithi028 ceph-mon[112123]: from='client.473322 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:03 smithi028 ceph-mon[112123]: 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-07T14:32:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:32:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:32:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:32:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:32:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:05 smithi138 ceph-mon[117003]: 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-07T14:32:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:05 smithi161 ceph-mon[116604]: 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-07T14:32:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:05 smithi028 ceph-mon[112123]: 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-07T14:32:07.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:07.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:07.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:07 smithi138 ceph-mon[117003]: 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-07T14:32:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:07 smithi161 ceph-mon[116604]: 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-07T14:32:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:07 smithi028 ceph-mon[112123]: 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-07T14:32:08.651 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:08.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:08.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:08.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:08.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:09 smithi138 ceph-mon[117003]: from='client.473397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:09 smithi138 ceph-mon[117003]: 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-07T14:32:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:09 smithi161 ceph-mon[116604]: from='client.473397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:10.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:09 smithi161 ceph-mon[116604]: 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-07T14:32:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:09 smithi028 ceph-mon[112123]: from='client.473397 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:09 smithi028 ceph-mon[112123]: 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-07T14:32:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:11 smithi138 ceph-mon[117003]: 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-07T14:32:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:11 smithi161 ceph-mon[116604]: 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-07T14:32:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:11 smithi028 ceph-mon[112123]: 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-07T14:32:13.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:13.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:13.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:13 smithi138 ceph-mon[117003]: 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-07T14:32:14.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:14.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:14.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:14.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:14.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:13 smithi161 ceph-mon[116604]: 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-07T14:32:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:13 smithi028 ceph-mon[112123]: 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-07T14:32:15.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:14 smithi138 ceph-mon[117003]: from='client.473475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:14 smithi161 ceph-mon[116604]: from='client.473475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:14 smithi028 ceph-mon[112123]: from='client.473475 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:15 smithi138 ceph-mon[117003]: pgmap v17565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:32:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:15 smithi161 ceph-mon[116604]: pgmap v17565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:32:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:15 smithi028 ceph-mon[112123]: pgmap v17565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:32:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:17 smithi161 ceph-mon[116604]: pgmap v17566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:32:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:17 smithi028 ceph-mon[112123]: pgmap v17566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:32:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:17 smithi138 ceph-mon[117003]: pgmap v17566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:32:19.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:19.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:19.432 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:20.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:20.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:20.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:20.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:20.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:19 smithi138 ceph-mon[117003]: pgmap v17567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:32:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:19 smithi161 ceph-mon[116604]: pgmap v17567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:32:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:19 smithi028 ceph-mon[112123]: pgmap v17567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:32:21.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:20 smithi138 ceph-mon[117003]: from='client.473553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:20 smithi161 ceph-mon[116604]: from='client.473553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:20 smithi028 ceph-mon[112123]: from='client.473553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:21 smithi138 ceph-mon[117003]: 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-07T14:32:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:21 smithi161 ceph-mon[116604]: 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-07T14:32:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:21 smithi028 ceph-mon[112123]: 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-07T14:32:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:23 smithi138 ceph-mon[117003]: 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-07T14:32:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:23 smithi161 ceph-mon[116604]: 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-07T14:32:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:23 smithi028 ceph-mon[112123]: 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-07T14:32:25.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:25.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:25.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:25.988 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:25.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:25.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:25.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:25.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:25 smithi138 ceph-mon[117003]: 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-07T14:32:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:25 smithi161 ceph-mon[116604]: 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-07T14:32:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:25 smithi028 ceph-mon[112123]: 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-07T14:32:27.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:26 smithi138 ceph-mon[117003]: from='client.473628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:26 smithi161 ceph-mon[116604]: from='client.473628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:26 smithi028 ceph-mon[112123]: from='client.473628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:27 smithi138 ceph-mon[117003]: pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:32:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:27 smithi161 ceph-mon[116604]: pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:32:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:27 smithi028 ceph-mon[112123]: pgmap v17571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:32:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:29 smithi138 ceph-mon[117003]: pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:32:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:29 smithi161 ceph-mon[116604]: pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:32:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:29 smithi028 ceph-mon[112123]: pgmap v17572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:32:30.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:30.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:30.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:31.761 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:31.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:31.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:31.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:31.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:31 smithi138 ceph-mon[117003]: pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:32:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:31 smithi161 ceph-mon[116604]: pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:32:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:31 smithi028 ceph-mon[112123]: pgmap v17573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:32:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:33 smithi138 ceph-mon[117003]: from='client.473706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:33 smithi161 ceph-mon[116604]: from='client.473706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:33 smithi028 ceph-mon[112123]: from='client.473706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:34 smithi138 ceph-mon[117003]: 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-07T14:32:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:34 smithi161 ceph-mon[116604]: 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-07T14:32:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:34 smithi028 ceph-mon[112123]: 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-07T14:32:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:36 smithi138 ceph-mon[117003]: 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-07T14:32:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:36 smithi161 ceph-mon[116604]: 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-07T14:32:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:36 smithi028 ceph-mon[112123]: 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-07T14:32:36.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:36.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:36.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:37.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:37.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:37.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:37.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:37.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:37 smithi161 ceph-mon[116604]: 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-07T14:32:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:37 smithi161 ceph-mon[116604]: from='client.473781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:37 smithi028 ceph-mon[112123]: 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-07T14:32:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:37 smithi028 ceph-mon[112123]: from='client.473781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:37 smithi138 ceph-mon[117003]: 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-07T14:32:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:37 smithi138 ceph-mon[117003]: from='client.473781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:39 smithi138 ceph-mon[117003]: 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-07T14:32:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:39 smithi161 ceph-mon[116604]: 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-07T14:32:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:39 smithi028 ceph-mon[112123]: 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-07T14:32:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:41 smithi138 ceph-mon[117003]: 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-07T14:32:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:41 smithi161 ceph-mon[116604]: 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-07T14:32:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:41 smithi028 ceph-mon[112123]: 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-07T14:32:42.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:42.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:42.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:43.299 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:43.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:43.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:43.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:43.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:43 smithi138 ceph-mon[117003]: from='client.473859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:43 smithi138 ceph-mon[117003]: 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-07T14:32:44.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:43 smithi161 ceph-mon[116604]: from='client.473859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:44.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:43 smithi161 ceph-mon[116604]: 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-07T14:32:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:43 smithi028 ceph-mon[112123]: from='client.473859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:43 smithi028 ceph-mon[112123]: 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-07T14:32:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:45 smithi138 ceph-mon[117003]: 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-07T14:32:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:45 smithi161 ceph-mon[116604]: 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-07T14:32:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:45 smithi028 ceph-mon[112123]: 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-07T14:32:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:47 smithi161 ceph-mon[116604]: 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-07T14:32:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:47 smithi028 ceph-mon[112123]: 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-07T14:32:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:47 smithi138 ceph-mon[117003]: 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-07T14:32:48.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:48.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:48.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:49.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:49.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:49.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:49.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:49.087 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:49 smithi138 ceph-mon[117003]: from='client.473937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:49 smithi138 ceph-mon[117003]: 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-07T14:32:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:49 smithi161 ceph-mon[116604]: from='client.473937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:49 smithi161 ceph-mon[116604]: 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-07T14:32:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:49 smithi028 ceph-mon[112123]: from='client.473937 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:50.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:49 smithi028 ceph-mon[112123]: 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-07T14:32:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:51 smithi138 ceph-mon[117003]: 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-07T14:32:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:51 smithi161 ceph-mon[116604]: 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-07T14:32:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:51 smithi028 ceph-mon[112123]: 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-07T14:32:54.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:54.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:54.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:32:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:53 smithi138 ceph-mon[117003]: 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-07T14:32:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:53 smithi161 ceph-mon[116604]: 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-07T14:32:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:53 smithi028 ceph-mon[112123]: 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-07T14:32:54.857 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:32:54.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:32:54.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:32:54.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:32:54.857 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:32:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:55 smithi138 ceph-mon[117003]: from='client.474012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:55 smithi138 ceph-mon[117003]: 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-07T14:32:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:55 smithi161 ceph-mon[116604]: from='client.474012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:55 smithi161 ceph-mon[116604]: 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-07T14:32:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:55 smithi028 ceph-mon[112123]: from='client.474012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:32:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:55 smithi028 ceph-mon[112123]: 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-07T14:32:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:57 smithi161 ceph-mon[116604]: 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-07T14:32:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:57 smithi028 ceph-mon[112123]: 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-07T14:32:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:57 smithi138 ceph-mon[117003]: 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-07T14:32:59.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:32:59.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:32:59.859 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:32:59 smithi138 ceph-mon[117003]: 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-07T14:33:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:32:59 smithi161 ceph-mon[116604]: 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-07T14:33:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:32:59 smithi028 ceph-mon[112123]: 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-07T14:33:00.632 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:00.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:00.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:00.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:00.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:01.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:00 smithi138 ceph-mon[117003]: from='client.474090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:00 smithi161 ceph-mon[116604]: from='client.474090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:00 smithi028 ceph-mon[112123]: from='client.474090 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:01 smithi138 ceph-mon[117003]: 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-07T14:33:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:01 smithi161 ceph-mon[116604]: 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-07T14:33:02.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:01 smithi028 ceph-mon[112123]: 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-07T14:33:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:03 smithi138 ceph-mon[117003]: 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-07T14:33:04.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:33:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:03 smithi161 ceph-mon[116604]: 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-07T14:33:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:33:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:03 smithi028 ceph-mon[112123]: 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-07T14:33:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:33:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:33:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:33:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:33:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:33:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:33:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:33:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:33:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:33:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:33:05.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:05.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:05.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:05 smithi138 ceph-mon[117003]: 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-07T14:33:06.403 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:06.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:06.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:06.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:06.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:05 smithi161 ceph-mon[116604]: 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-07T14:33:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:05 smithi028 ceph-mon[112123]: 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-07T14:33:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:07 smithi138 ceph-mon[117003]: from='client.474165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:07 smithi161 ceph-mon[116604]: from='client.474165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:07 smithi028 ceph-mon[112123]: from='client.474165 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:08 smithi138 ceph-mon[117003]: 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-07T14:33:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:08 smithi161 ceph-mon[116604]: 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-07T14:33:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:08 smithi028 ceph-mon[112123]: 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-07T14:33:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:10 smithi138 ceph-mon[117003]: 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-07T14:33:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:10 smithi161 ceph-mon[116604]: 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-07T14:33:10.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:10 smithi028 ceph-mon[112123]: 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-07T14:33:11.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:11.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:11.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:12.174 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:12.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:12.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:12.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:12.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:12 smithi138 ceph-mon[117003]: 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-07T14:33:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:12 smithi161 ceph-mon[116604]: 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-07T14:33:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:12 smithi028 ceph-mon[112123]: 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-07T14:33:13.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:13 smithi138 ceph-mon[117003]: from='client.474237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:13 smithi161 ceph-mon[116604]: from='client.474237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:13 smithi028 ceph-mon[112123]: from='client.474237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:14 smithi138 ceph-mon[117003]: 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-07T14:33:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:14 smithi161 ceph-mon[116604]: 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-07T14:33:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:14 smithi028 ceph-mon[112123]: 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-07T14:33:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:16 smithi138 ceph-mon[117003]: 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-07T14:33:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:16 smithi161 ceph-mon[116604]: 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-07T14:33:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:16 smithi028 ceph-mon[112123]: 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-07T14:33:17.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:17.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:17.176 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:17.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:17.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:17.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:17.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:17.946 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:17 smithi161 ceph-mon[116604]: 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-07T14:33:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:17 smithi028 ceph-mon[112123]: 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-07T14:33:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:17 smithi138 ceph-mon[117003]: 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-07T14:33:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:18 smithi161 ceph-mon[116604]: from='client.474315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:18 smithi028 ceph-mon[112123]: from='client.474315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:18 smithi138 ceph-mon[117003]: from='client.474315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:19 smithi161 ceph-mon[116604]: 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-07T14:33:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:19 smithi028 ceph-mon[112123]: 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-07T14:33:20.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:19 smithi138 ceph-mon[117003]: 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-07T14:33:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:21 smithi138 ceph-mon[117003]: 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-07T14:33:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:21 smithi161 ceph-mon[116604]: 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-07T14:33:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:21 smithi028 ceph-mon[112123]: 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-07T14:33:22.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:22.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:22.948 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:23.719 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:23.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:23.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:23.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:23.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:23 smithi138 ceph-mon[117003]: 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-07T14:33:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:23 smithi161 ceph-mon[116604]: 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-07T14:33:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:23 smithi028 ceph-mon[112123]: 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-07T14:33:25.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:25 smithi138 ceph-mon[117003]: from='client.474393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:25 smithi161 ceph-mon[116604]: from='client.474393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:25 smithi028 ceph-mon[112123]: from='client.474393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:26 smithi138 ceph-mon[117003]: 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-07T14:33:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:26 smithi161 ceph-mon[116604]: 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-07T14:33:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:26 smithi028 ceph-mon[112123]: 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-07T14:33:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:27 smithi161 ceph-mon[116604]: 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-07T14:33:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:27 smithi028 ceph-mon[112123]: 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-07T14:33:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:27 smithi138 ceph-mon[117003]: 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-07T14:33:28.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:28.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:28.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:29.513 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:29.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:29.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:29.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:29.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:29 smithi138 ceph-mon[117003]: 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-07T14:33:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:29 smithi138 ceph-mon[117003]: from='client.474468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:29 smithi161 ceph-mon[116604]: 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-07T14:33:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:29 smithi161 ceph-mon[116604]: from='client.474468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:29 smithi028 ceph-mon[112123]: 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-07T14:33:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:29 smithi028 ceph-mon[112123]: from='client.474468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:31 smithi138 ceph-mon[117003]: pgmap v17603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:33:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:31 smithi161 ceph-mon[116604]: pgmap v17603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:33:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:31 smithi028 ceph-mon[112123]: pgmap v17603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:33:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:34 smithi138 ceph-mon[117003]: pgmap v17604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:33:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:34 smithi161 ceph-mon[116604]: pgmap v17604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:33:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:33 smithi028 ceph-mon[112123]: pgmap v17604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:33:34.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:34.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:34.515 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:35.290 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:35.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:35.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:35.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:35.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:36 smithi138 ceph-mon[117003]: from='client.474543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:36.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:36 smithi138 ceph-mon[117003]: 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-07T14:33:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:36 smithi161 ceph-mon[116604]: from='client.474543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:36.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:36 smithi161 ceph-mon[116604]: 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-07T14:33:36.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:36 smithi028 ceph-mon[112123]: from='client.474543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:36.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:36 smithi028 ceph-mon[112123]: 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-07T14:33:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:37 smithi161 ceph-mon[116604]: 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-07T14:33:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:37 smithi028 ceph-mon[112123]: 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-07T14:33:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:37 smithi138 ceph-mon[117003]: 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-07T14:33:40.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:40.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:40.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:39 smithi138 ceph-mon[117003]: 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-07T14:33:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:39 smithi161 ceph-mon[116604]: 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-07T14:33:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:39 smithi028 ceph-mon[112123]: 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-07T14:33:41.065 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:41.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:41.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:41.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:41.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:42 smithi138 ceph-mon[117003]: from='client.474615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:42.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:42 smithi138 ceph-mon[117003]: 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-07T14:33:42.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:42 smithi161 ceph-mon[116604]: from='client.474615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:42.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:42 smithi161 ceph-mon[116604]: 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-07T14:33:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:41 smithi028 ceph-mon[112123]: from='client.474615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:41 smithi028 ceph-mon[112123]: 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-07T14:33:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:44 smithi138 ceph-mon[117003]: pgmap v17609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:33:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:44 smithi161 ceph-mon[116604]: pgmap v17609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:33:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:44 smithi028 ceph-mon[112123]: pgmap v17609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:33:46.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:46.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:46.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:46 smithi138 ceph-mon[117003]: pgmap v17610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:33:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:46 smithi161 ceph-mon[116604]: pgmap v17610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:33:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:46 smithi028 ceph-mon[112123]: pgmap v17610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:33:46.834 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:46.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:46.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:46.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:46.834 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:47 smithi161 ceph-mon[116604]: from='client.474693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:47 smithi161 ceph-mon[116604]: 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-07T14:33:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:47 smithi028 ceph-mon[112123]: from='client.474693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:47 smithi028 ceph-mon[112123]: 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-07T14:33:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:47 smithi138 ceph-mon[117003]: from='client.474693 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:47 smithi138 ceph-mon[117003]: 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-07T14:33:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:50 smithi138 ceph-mon[117003]: 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-07T14:33:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:50 smithi161 ceph-mon[116604]: 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-07T14:33:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:49 smithi028 ceph-mon[112123]: 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-07T14:33:51.835 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:51.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:51.836 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:52 smithi138 ceph-mon[117003]: 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-07T14:33:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:52 smithi161 ceph-mon[116604]: 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-07T14:33:52.471 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:52 smithi028 ceph-mon[112123]: 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-07T14:33:52.604 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:52.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:52.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:52.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:52.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:53.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:53 smithi138 ceph-mon[117003]: from='client.474771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:53 smithi161 ceph-mon[116604]: from='client.474771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:53 smithi028 ceph-mon[112123]: from='client.474771 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:54 smithi138 ceph-mon[117003]: 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-07T14:33:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:54 smithi161 ceph-mon[116604]: 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-07T14:33:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:54 smithi028 ceph-mon[112123]: 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-07T14:33:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:56 smithi138 ceph-mon[117003]: 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-07T14:33:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:56 smithi161 ceph-mon[116604]: 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-07T14:33:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:56 smithi028 ceph-mon[112123]: 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-07T14:33:57.606 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:33:57.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:33:57.606 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:33:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:57 smithi161 ceph-mon[116604]: 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-07T14:33:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:57 smithi028 ceph-mon[112123]: 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-07T14:33:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:57 smithi138 ceph-mon[117003]: 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-07T14:33:58.392 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:33:58.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:33:58.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:33:58.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:33:58.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:33:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:58 smithi161 ceph-mon[116604]: from='client.474849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:58 smithi028 ceph-mon[112123]: from='client.474849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:33:59.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:58 smithi138 ceph-mon[117003]: from='client.474849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:33:59 smithi161 ceph-mon[116604]: 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-07T14:34:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:33:59 smithi028 ceph-mon[112123]: 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-07T14:34:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:33:59 smithi138 ceph-mon[117003]: 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-07T14:34:02.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:02 smithi138 ceph-mon[117003]: 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-07T14:34:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:02 smithi161 ceph-mon[116604]: 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-07T14:34:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:02 smithi028 ceph-mon[112123]: 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-07T14:34:03.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:03.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:03.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:04.159 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:04.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:04.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:04.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:04.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:04.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:04 smithi138 ceph-mon[117003]: 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-07T14:34:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:04 smithi161 ceph-mon[116604]: 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-07T14:34:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:04 smithi028 ceph-mon[112123]: 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-07T14:34:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:05 smithi138 ceph-mon[117003]: from='client.474927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:05.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:34:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:05 smithi161 ceph-mon[116604]: from='client.474927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:34:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:05 smithi028 ceph-mon[112123]: from='client.474927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:34:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:05.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:06.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:06 smithi138 ceph-mon[117003]: pgmap v17620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:34:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:34:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:34:06.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:06 smithi161 ceph-mon[116604]: pgmap v17620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:34:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:34:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:34:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:06 smithi028 ceph-mon[112123]: pgmap v17620: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:34:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:34:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:34:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:34:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:07 smithi161 ceph-mon[116604]: pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:07 smithi028 ceph-mon[112123]: pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:07 smithi138 ceph-mon[117003]: pgmap v17621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:09.161 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:09.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:09.162 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:09.947 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:09.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:09.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:09.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:09.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:10 smithi138 ceph-mon[117003]: pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:10 smithi161 ceph-mon[116604]: pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:10 smithi028 ceph-mon[112123]: pgmap v17622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:34:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:11 smithi138 ceph-mon[117003]: from='client.475002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:11 smithi161 ceph-mon[116604]: from='client.475002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:11 smithi028 ceph-mon[112123]: from='client.475002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:12 smithi138 ceph-mon[117003]: pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:12 smithi161 ceph-mon[116604]: pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:12 smithi028 ceph-mon[112123]: pgmap v17623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:14.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:14 smithi138 ceph-mon[117003]: pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:14 smithi161 ceph-mon[116604]: pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:14 smithi028 ceph-mon[112123]: pgmap v17624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:14.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:14.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:14.949 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:15.727 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:15.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:15.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:15.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:15.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:16.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:16 smithi138 ceph-mon[117003]: 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-07T14:34:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:16 smithi161 ceph-mon[116604]: 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-07T14:34:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:16 smithi028 ceph-mon[112123]: 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-07T14:34:17.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:17 smithi138 ceph-mon[117003]: from='client.475077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:17 smithi161 ceph-mon[116604]: from='client.475077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:17 smithi028 ceph-mon[112123]: from='client.475077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:18 smithi138 ceph-mon[117003]: pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:34:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:18 smithi161 ceph-mon[116604]: pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:34:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:18 smithi028 ceph-mon[112123]: pgmap v17626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:34:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:20 smithi138 ceph-mon[117003]: pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:34:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:20 smithi161 ceph-mon[116604]: pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:34:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:20 smithi028 ceph-mon[112123]: pgmap v17627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:34:20.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:20.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:20.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:21.514 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:21.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:21.514 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:21.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:21.515 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:22 smithi138 ceph-mon[117003]: pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:34:22.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:22 smithi138 ceph-mon[117003]: from='client.475152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:22 smithi161 ceph-mon[116604]: pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:34:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:22 smithi161 ceph-mon[116604]: from='client.475152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:22 smithi028 ceph-mon[112123]: pgmap v17628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:34:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:22 smithi028 ceph-mon[112123]: from='client.475152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:24.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:24 smithi138 ceph-mon[117003]: pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:24 smithi161 ceph-mon[116604]: pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:24 smithi028 ceph-mon[112123]: pgmap v17629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:26.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:26 smithi138 ceph-mon[117003]: pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:26 smithi161 ceph-mon[116604]: pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:26 smithi028 ceph-mon[112123]: pgmap v17630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:34:26.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:26.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:26.516 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:27.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:27.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:27.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:27.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:27.282 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:27 smithi161 ceph-mon[116604]: from='client.475227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:27 smithi161 ceph-mon[116604]: 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-07T14:34:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:27 smithi028 ceph-mon[112123]: from='client.475227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:28.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:27 smithi028 ceph-mon[112123]: 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-07T14:34:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:27 smithi138 ceph-mon[117003]: from='client.475227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:27 smithi138 ceph-mon[117003]: 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-07T14:34:30.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:30 smithi138 ceph-mon[117003]: 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-07T14:34:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:30 smithi161 ceph-mon[116604]: 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-07T14:34:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:30 smithi028 ceph-mon[112123]: 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-07T14:34:32.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:32.284 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:32.284 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:32.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:32 smithi138 ceph-mon[117003]: 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-07T14:34:32.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:32 smithi161 ceph-mon[116604]: 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-07T14:34:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:32 smithi028 ceph-mon[112123]: 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-07T14:34:33.068 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:33.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:33.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:33.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:33.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:34 smithi138 ceph-mon[117003]: from='client.475299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:34.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:34 smithi138 ceph-mon[117003]: 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-07T14:34:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:34 smithi161 ceph-mon[116604]: from='client.475299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:34 smithi161 ceph-mon[116604]: 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-07T14:34:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:34 smithi028 ceph-mon[112123]: from='client.475299 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:34 smithi028 ceph-mon[112123]: 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-07T14:34:36.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:36 smithi138 ceph-mon[117003]: 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-07T14:34:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:36 smithi161 ceph-mon[116604]: 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-07T14:34:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:36 smithi028 ceph-mon[112123]: 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-07T14:34:38.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:38.079 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:38.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:38.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:37 smithi161 ceph-mon[116604]: 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-07T14:34:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:37 smithi028 ceph-mon[112123]: 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-07T14:34:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:37 smithi138 ceph-mon[117003]: 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-07T14:34:38.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:38.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:38.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:38.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:38.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:40 smithi138 ceph-mon[117003]: from='client.475377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:40.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:40 smithi138 ceph-mon[117003]: 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-07T14:34:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:40 smithi161 ceph-mon[116604]: from='client.475377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:40 smithi161 ceph-mon[116604]: 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-07T14:34:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:40 smithi028 ceph-mon[112123]: from='client.475377 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:40 smithi028 ceph-mon[112123]: 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-07T14:34:42.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:42 smithi138 ceph-mon[117003]: 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-07T14:34:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:42 smithi161 ceph-mon[116604]: 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-07T14:34:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:42 smithi028 ceph-mon[112123]: 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-07T14:34:43.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:43.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:43.840 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:44 smithi138 ceph-mon[117003]: 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-07T14:34:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:44 smithi161 ceph-mon[116604]: 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-07T14:34:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:44 smithi028 ceph-mon[112123]: 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-07T14:34:44.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:44.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:44.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:44.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:44.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:45.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:45 smithi138 ceph-mon[117003]: from='client.475452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:45 smithi161 ceph-mon[116604]: from='client.475452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:45 smithi028 ceph-mon[112123]: from='client.475452 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:46.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:46 smithi138 ceph-mon[117003]: pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:46 smithi161 ceph-mon[116604]: pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:46 smithi028 ceph-mon[112123]: pgmap v17640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:47 smithi161 ceph-mon[116604]: pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:47 smithi028 ceph-mon[112123]: pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:47 smithi138 ceph-mon[117003]: pgmap v17641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:49.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:49.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:49.624 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:50 smithi138 ceph-mon[117003]: pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:50.405 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:50.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:50.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:50.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:50.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:50 smithi161 ceph-mon[116604]: pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:50 smithi028 ceph-mon[112123]: pgmap v17642: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:34:51.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:51 smithi138 ceph-mon[117003]: from='client.475527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:51 smithi161 ceph-mon[116604]: from='client.475527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:51 smithi028 ceph-mon[112123]: from='client.475527 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:52.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:52 smithi138 ceph-mon[117003]: 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-07T14:34:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:52 smithi161 ceph-mon[116604]: 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-07T14:34:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:52 smithi028 ceph-mon[112123]: 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-07T14:34:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:54 smithi138 ceph-mon[117003]: 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-07T14:34:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:54 smithi161 ceph-mon[116604]: 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-07T14:34:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:54 smithi028 ceph-mon[112123]: 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-07T14:34:55.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:34:55.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:34:55.407 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:34:56.187 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:34:56.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:34:56.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:34:56.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:34:56.188 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:34:56.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:56 smithi138 ceph-mon[117003]: 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-07T14:34:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:56 smithi161 ceph-mon[116604]: 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-07T14:34:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:56 smithi028 ceph-mon[112123]: 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-07T14:34:57.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:57 smithi138 ceph-mon[117003]: from='client.475599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:57 smithi161 ceph-mon[116604]: from='client.475599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:57 smithi028 ceph-mon[112123]: from='client.475599 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:34:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:34:58 smithi138 ceph-mon[117003]: pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:34:58 smithi161 ceph-mon[116604]: pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:34:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:34:58 smithi028 ceph-mon[112123]: pgmap v17646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:00 smithi138 ceph-mon[117003]: pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:00 smithi161 ceph-mon[116604]: pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:00 smithi028 ceph-mon[112123]: pgmap v17647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:01.189 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:01.190 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:01.190 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:01.963 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:01.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:01.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:01.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:01.964 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:02 smithi161 ceph-mon[116604]: pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:02 smithi028 ceph-mon[112123]: pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:02 smithi138 ceph-mon[117003]: pgmap v17648: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:03 smithi161 ceph-mon[116604]: from='client.475674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:03 smithi028 ceph-mon[112123]: from='client.475674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:03 smithi138 ceph-mon[117003]: from='client.475674 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:04 smithi161 ceph-mon[116604]: 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-07T14:35:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:04 smithi028 ceph-mon[112123]: 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-07T14:35:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:04 smithi138 ceph-mon[117003]: 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-07T14:35:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:06 smithi161 ceph-mon[116604]: 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-07T14:35:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:35:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:06 smithi028 ceph-mon[112123]: 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-07T14:35:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:35:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:06 smithi138 ceph-mon[117003]: 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-07T14:35:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:35:06.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:06.965 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:06.965 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:07.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:35:07.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:35:07.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:35:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:35:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:35:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:35:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:35:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:35:07.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:35:07.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:07.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:07.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:07.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:07.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:08 smithi161 ceph-mon[116604]: 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-07T14:35:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:08 smithi028 ceph-mon[112123]: 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-07T14:35:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:08 smithi138 ceph-mon[117003]: 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-07T14:35:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:09 smithi161 ceph-mon[116604]: from='client.475746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:09.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:09 smithi028 ceph-mon[112123]: from='client.475746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:09 smithi138 ceph-mon[117003]: from='client.475746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:10 smithi161 ceph-mon[116604]: 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-07T14:35:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:10 smithi028 ceph-mon[112123]: 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-07T14:35:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:10 smithi138 ceph-mon[117003]: 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-07T14:35:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:12 smithi161 ceph-mon[116604]: 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-07T14:35:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:12 smithi028 ceph-mon[112123]: 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-07T14:35:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:12 smithi138 ceph-mon[117003]: 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-07T14:35:12.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:12.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:12.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:13.516 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:13.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:13.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:13.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:13.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:14 smithi161 ceph-mon[116604]: 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-07T14:35:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:14 smithi161 ceph-mon[116604]: from='client.475821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:14 smithi028 ceph-mon[112123]: 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-07T14:35:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:14 smithi028 ceph-mon[112123]: from='client.475821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:14 smithi138 ceph-mon[117003]: 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-07T14:35:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:14 smithi138 ceph-mon[117003]: from='client.475821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:16 smithi161 ceph-mon[116604]: 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-07T14:35:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:16 smithi028 ceph-mon[112123]: 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-07T14:35:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:16 smithi138 ceph-mon[117003]: 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-07T14:35:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:17 smithi161 ceph-mon[116604]: 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-07T14:35:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:17 smithi028 ceph-mon[112123]: 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-07T14:35:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:17 smithi138 ceph-mon[117003]: 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-07T14:35:18.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:18.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:18.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:19.309 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:19.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:19.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:19.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:19.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:20 smithi138 ceph-mon[117003]: from='client.475896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:20 smithi138 ceph-mon[117003]: 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-07T14:35:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:20 smithi161 ceph-mon[116604]: from='client.475896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:20 smithi161 ceph-mon[116604]: 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-07T14:35:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:20 smithi028 ceph-mon[112123]: from='client.475896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:20 smithi028 ceph-mon[112123]: 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-07T14:35:22.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:22 smithi138 ceph-mon[117003]: pgmap v17658: 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-07T14:35:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:22 smithi161 ceph-mon[116604]: pgmap v17658: 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-07T14:35:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:22 smithi028 ceph-mon[112123]: pgmap v17658: 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-07T14:35:24.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:24 smithi138 ceph-mon[117003]: pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:35:24.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:24.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:24.311 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:24 smithi161 ceph-mon[116604]: pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:35:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:24 smithi028 ceph-mon[112123]: pgmap v17659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:35:25.079 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:25.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:25.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:25.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:25.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:26 smithi138 ceph-mon[117003]: from='client.475974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:26.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:26 smithi138 ceph-mon[117003]: pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:26 smithi161 ceph-mon[116604]: from='client.475974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:26 smithi161 ceph-mon[116604]: pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:26 smithi028 ceph-mon[112123]: from='client.475974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:26 smithi028 ceph-mon[112123]: pgmap v17660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:27 smithi161 ceph-mon[116604]: pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:27 smithi028 ceph-mon[112123]: pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:27 smithi138 ceph-mon[117003]: pgmap v17661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:30.081 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:30.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:30.081 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:30 smithi138 ceph-mon[117003]: pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:30 smithi161 ceph-mon[116604]: pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:30 smithi028 ceph-mon[112123]: pgmap v17662: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:35:30.847 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:30.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:30.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:30.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:30.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:32 smithi138 ceph-mon[117003]: from='client.476052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:32.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:32 smithi138 ceph-mon[117003]: 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-07T14:35:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:32 smithi161 ceph-mon[116604]: from='client.476052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:32 smithi161 ceph-mon[116604]: 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-07T14:35:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:32 smithi028 ceph-mon[112123]: from='client.476052 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:32 smithi028 ceph-mon[112123]: 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-07T14:35:34.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:34 smithi138 ceph-mon[117003]: pgmap v17664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:35:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:34 smithi161 ceph-mon[116604]: pgmap v17664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:35:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:34 smithi028 ceph-mon[112123]: pgmap v17664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:35:35.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:35.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:35.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:36 smithi161 ceph-mon[116604]: pgmap v17665: 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-07T14:35:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:36 smithi028 ceph-mon[112123]: pgmap v17665: 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-07T14:35:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:36 smithi138 ceph-mon[117003]: pgmap v17665: 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-07T14:35:36.628 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:36.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:36.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:36.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:36.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:37 smithi161 ceph-mon[116604]: from='client.476130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:37 smithi028 ceph-mon[112123]: from='client.476130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:37 smithi138 ceph-mon[117003]: from='client.476130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:38 smithi161 ceph-mon[116604]: pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:38 smithi028 ceph-mon[112123]: pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:38 smithi138 ceph-mon[117003]: pgmap v17666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:40 smithi161 ceph-mon[116604]: pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:40 smithi028 ceph-mon[112123]: pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:40 smithi138 ceph-mon[117003]: pgmap v17667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:35:41.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:41.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:41.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:42.408 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:42.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:42.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:42.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:42.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:42 smithi161 ceph-mon[116604]: pgmap v17668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:42 smithi028 ceph-mon[112123]: pgmap v17668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:42 smithi138 ceph-mon[117003]: pgmap v17668: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:35:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:43 smithi161 ceph-mon[116604]: from='client.476208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:43 smithi028 ceph-mon[112123]: from='client.476208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:43 smithi138 ceph-mon[117003]: from='client.476208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:44 smithi161 ceph-mon[116604]: 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-07T14:35:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:44 smithi028 ceph-mon[112123]: 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-07T14:35:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:44 smithi138 ceph-mon[117003]: 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-07T14:35:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:46 smithi161 ceph-mon[116604]: 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-07T14:35:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:46 smithi028 ceph-mon[112123]: 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-07T14:35:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:46 smithi138 ceph-mon[117003]: 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-07T14:35:47.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:47.410 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:47.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:48.182 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:48.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:48.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:48.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:48.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:48.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:47 smithi161 ceph-mon[116604]: 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-07T14:35:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:47 smithi028 ceph-mon[112123]: 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-07T14:35:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:47 smithi138 ceph-mon[117003]: 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-07T14:35:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:48 smithi161 ceph-mon[116604]: from='client.476283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:48 smithi028 ceph-mon[112123]: from='client.476283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:48 smithi138 ceph-mon[117003]: from='client.476283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:50.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:49 smithi161 ceph-mon[116604]: 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-07T14:35:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:49 smithi028 ceph-mon[112123]: 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-07T14:35:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:49 smithi138 ceph-mon[117003]: 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-07T14:35:52.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:52 smithi138 ceph-mon[117003]: 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-07T14:35:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:52 smithi161 ceph-mon[116604]: 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-07T14:35:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:52 smithi028 ceph-mon[112123]: 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-07T14:35:53.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:53.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:53.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:53.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:53.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:53.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:53.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:35:53.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:54.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:54 smithi138 ceph-mon[117003]: 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-07T14:35:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:54 smithi161 ceph-mon[116604]: 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-07T14:35:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:54 smithi028 ceph-mon[112123]: 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-07T14:35:55.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:55 smithi161 ceph-mon[116604]: from='client.476361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:55 smithi028 ceph-mon[112123]: from='client.476361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:55 smithi138 ceph-mon[117003]: from='client.476361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:35:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:56 smithi161 ceph-mon[116604]: 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-07T14:35:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:56 smithi028 ceph-mon[112123]: 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-07T14:35:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:56 smithi138 ceph-mon[117003]: 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-07T14:35:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:35:57 smithi161 ceph-mon[116604]: 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-07T14:35:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:35:57 smithi028 ceph-mon[112123]: 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-07T14:35:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:35:57 smithi138 ceph-mon[117003]: 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-07T14:35:58.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:35:58.973 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:35:58.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:35:59.744 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:35:59.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:35:59.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:35:59.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:35:59.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:00.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:00 smithi138 ceph-mon[117003]: 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-07T14:36:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:00 smithi161 ceph-mon[116604]: 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-07T14:36:00.474 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:00 smithi028 ceph-mon[112123]: 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-07T14:36:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:01 smithi161 ceph-mon[116604]: from='client.476439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:01 smithi028 ceph-mon[112123]: from='client.476439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:01 smithi138 ceph-mon[117003]: from='client.476439 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:02 smithi161 ceph-mon[116604]: pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:02 smithi028 ceph-mon[112123]: pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:02 smithi138 ceph-mon[117003]: pgmap v17678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:04 smithi161 ceph-mon[116604]: pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:04 smithi028 ceph-mon[112123]: pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:04 smithi138 ceph-mon[117003]: pgmap v17679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:04.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:04.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:04.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:05.526 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:05.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:05.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:05.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:05.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:06 smithi161 ceph-mon[116604]: pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:06 smithi161 ceph-mon[116604]: from='client.476511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:06 smithi028 ceph-mon[112123]: pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:06 smithi028 ceph-mon[112123]: from='client.476511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:06 smithi138 ceph-mon[117003]: pgmap v17680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:06 smithi138 ceph-mon[117003]: from='client.476511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:36:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:36:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:36:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:36:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:36:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: pgmap v17681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:36:08.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:36:08.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:36:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:09 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21109M 2023-12-07T14:36:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:09 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 17012M 2023-12-07T14:36:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:09 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 15015M 2023-12-07T14:36:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:09 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21109M 2023-12-07T14:36:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:09 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 17012M 2023-12-07T14:36:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:09 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 15015M 2023-12-07T14:36:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:09 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21109M 2023-12-07T14:36:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:09 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 17012M 2023-12-07T14:36:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:09 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 15015M 2023-12-07T14:36:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:10 smithi161 ceph-mon[116604]: pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:10 smithi028 ceph-mon[112123]: pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:10.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:10.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:10.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:10 smithi138 ceph-mon[117003]: pgmap v17682: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:11.293 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:11.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:11.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:11.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:11.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:12 smithi161 ceph-mon[116604]: from='client.476589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:12 smithi161 ceph-mon[116604]: 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-07T14:36:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:12 smithi028 ceph-mon[112123]: from='client.476589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:12 smithi028 ceph-mon[112123]: 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-07T14:36:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:12 smithi138 ceph-mon[117003]: from='client.476589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:12 smithi138 ceph-mon[117003]: 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-07T14:36:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:14 smithi161 ceph-mon[116604]: pgmap v17684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:14 smithi028 ceph-mon[112123]: pgmap v17684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:14 smithi138 ceph-mon[117003]: pgmap v17684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:16.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:16.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:16.296 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:16 smithi161 ceph-mon[116604]: pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:16 smithi028 ceph-mon[112123]: pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:16 smithi138 ceph-mon[117003]: pgmap v17685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:17.068 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:17.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:17.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:17.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:17.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:17 smithi161 ceph-mon[116604]: from='client.476667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:17 smithi161 ceph-mon[116604]: pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:17 smithi028 ceph-mon[112123]: from='client.476667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:17 smithi028 ceph-mon[112123]: pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:17 smithi138 ceph-mon[117003]: from='client.476667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:17 smithi138 ceph-mon[117003]: pgmap v17686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:20 smithi161 ceph-mon[116604]: pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:20 smithi028 ceph-mon[112123]: pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:20 smithi138 ceph-mon[117003]: pgmap v17687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:22.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:22.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:22.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:22 smithi161 ceph-mon[116604]: pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:22 smithi028 ceph-mon[112123]: pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:22 smithi138 ceph-mon[117003]: pgmap v17688: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:22.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:22.846 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:22.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:22.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:22.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:24 smithi161 ceph-mon[116604]: from='client.476742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:24 smithi161 ceph-mon[116604]: 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-07T14:36:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:24 smithi028 ceph-mon[112123]: from='client.476742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:24 smithi028 ceph-mon[112123]: 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-07T14:36:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:24 smithi138 ceph-mon[117003]: from='client.476742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:24.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:24 smithi138 ceph-mon[117003]: 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-07T14:36:26.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:26 smithi161 ceph-mon[116604]: 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-07T14:36:26.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:26 smithi028 ceph-mon[112123]: 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-07T14:36:26.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:26 smithi138 ceph-mon[117003]: 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-07T14:36:27.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:27.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:27.848 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:27 smithi161 ceph-mon[116604]: 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-07T14:36:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:27 smithi028 ceph-mon[112123]: 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-07T14:36:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:27 smithi138 ceph-mon[117003]: 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-07T14:36:28.615 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:28.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:28.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:28.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:28.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:28 smithi161 ceph-mon[116604]: from='client.476820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:28 smithi028 ceph-mon[112123]: from='client.476820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:28 smithi138 ceph-mon[117003]: from='client.476820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:29 smithi161 ceph-mon[116604]: 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-07T14:36:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:29 smithi028 ceph-mon[112123]: 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-07T14:36:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:29 smithi138 ceph-mon[117003]: 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-07T14:36:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:32 smithi161 ceph-mon[116604]: 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-07T14:36:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:32 smithi028 ceph-mon[112123]: 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-07T14:36:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:32 smithi138 ceph-mon[117003]: 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-07T14:36:33.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:33.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:33.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:34.412 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:34.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:34.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:34.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:34.412 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:34 smithi161 ceph-mon[116604]: 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-07T14:36:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:34 smithi028 ceph-mon[112123]: 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-07T14:36:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:34 smithi138 ceph-mon[117003]: 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-07T14:36:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:35 smithi161 ceph-mon[116604]: from='client.476892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:35 smithi028 ceph-mon[112123]: from='client.476892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:35.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:35 smithi138 ceph-mon[117003]: from='client.476892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:36 smithi161 ceph-mon[116604]: pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:36:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:36 smithi028 ceph-mon[112123]: pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:36:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:36 smithi138 ceph-mon[117003]: pgmap v17695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:36:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:37 smithi161 ceph-mon[116604]: pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:36:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:37 smithi028 ceph-mon[112123]: pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:36:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:37 smithi138 ceph-mon[117003]: pgmap v17696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:36:39.413 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:39.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:39.414 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:40.200 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:40.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:40.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:40.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:40.200 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:40 smithi161 ceph-mon[116604]: pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:36:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:40 smithi028 ceph-mon[112123]: pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:36:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:40 smithi138 ceph-mon[117003]: pgmap v17697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:36:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:41 smithi161 ceph-mon[116604]: from='client.476967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:41 smithi028 ceph-mon[112123]: from='client.476967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:41 smithi138 ceph-mon[117003]: from='client.476967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:42 smithi161 ceph-mon[116604]: pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:42 smithi028 ceph-mon[112123]: pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:42 smithi138 ceph-mon[117003]: pgmap v17698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:44 smithi161 ceph-mon[116604]: pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:44 smithi028 ceph-mon[112123]: pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:44 smithi138 ceph-mon[117003]: pgmap v17699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:36:45.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:45.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:45.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:45.970 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:45.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:45.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:45.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:45.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:46 smithi161 ceph-mon[116604]: pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:46 smithi028 ceph-mon[112123]: pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:46 smithi138 ceph-mon[117003]: pgmap v17700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:47 smithi161 ceph-mon[116604]: from='client.477042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:47 smithi028 ceph-mon[112123]: from='client.477042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:47 smithi138 ceph-mon[117003]: from='client.477042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:48 smithi161 ceph-mon[116604]: pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:36:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:48 smithi028 ceph-mon[112123]: pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:36:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:48 smithi138 ceph-mon[117003]: pgmap v17701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:36:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:50 smithi161 ceph-mon[116604]: pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:36:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:50 smithi028 ceph-mon[112123]: pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:36:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:50 smithi138 ceph-mon[117003]: pgmap v17702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:36:50.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:50.973 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:50.973 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:51.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:51.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:51.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:51.742 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:51.743 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:52 smithi161 ceph-mon[116604]: pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:36:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:52 smithi028 ceph-mon[112123]: pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:36:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:52 smithi138 ceph-mon[117003]: pgmap v17703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:36:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:53 smithi161 ceph-mon[116604]: from='client.477114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:53 smithi028 ceph-mon[112123]: from='client.477114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:53 smithi138 ceph-mon[117003]: from='client.477114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:54 smithi161 ceph-mon[116604]: pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:54 smithi028 ceph-mon[112123]: pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:54 smithi138 ceph-mon[117003]: pgmap v17704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:56 smithi161 ceph-mon[116604]: pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:56 smithi028 ceph-mon[112123]: pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:56 smithi138 ceph-mon[117003]: pgmap v17705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:36:56.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:36:56.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:36:56.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:36:57.511 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:36:57.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:36:57.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:36:57.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:36:57.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:36:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:57 smithi161 ceph-mon[116604]: pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:58.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:36:57 smithi161 ceph-mon[116604]: from='client.477189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:57 smithi028 ceph-mon[112123]: pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:36:57 smithi028 ceph-mon[112123]: from='client.477189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:36:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:57 smithi138 ceph-mon[117003]: pgmap v17706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:36:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:36:57 smithi138 ceph-mon[117003]: from='client.477189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:00 smithi161 ceph-mon[116604]: pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:00 smithi028 ceph-mon[112123]: pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:00 smithi138 ceph-mon[117003]: pgmap v17707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:02 smithi161 ceph-mon[116604]: pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:02 smithi028 ceph-mon[112123]: pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:02.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:02.511 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:02.511 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:02 smithi138 ceph-mon[117003]: pgmap v17708: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:03.297 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:03.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:03.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:03.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:03.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:04 smithi161 ceph-mon[116604]: from='client.477261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:04 smithi161 ceph-mon[116604]: 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-07T14:37:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:04 smithi028 ceph-mon[112123]: from='client.477261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:04 smithi028 ceph-mon[112123]: 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-07T14:37:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:04 smithi138 ceph-mon[117003]: from='client.477261 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:04 smithi138 ceph-mon[117003]: 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-07T14:37:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:06 smithi161 ceph-mon[116604]: 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-07T14:37:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:06 smithi028 ceph-mon[112123]: 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-07T14:37:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:06 smithi138 ceph-mon[117003]: 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-07T14:37:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:07 smithi161 ceph-mon[116604]: 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-07T14:37:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:07 smithi028 ceph-mon[112123]: 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-07T14:37:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:07 smithi138 ceph-mon[117003]: 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-07T14:37:08.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:08.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:08.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:09.090 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:09.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:09.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:09.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:09.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:37:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:37:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:37:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:37:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:37:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:37:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:37:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:37:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:37:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:37:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:37:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:37:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:09 smithi161 ceph-mon[116604]: from='client.327049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:09 smithi161 ceph-mon[116604]: 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-07T14:37:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:09 smithi028 ceph-mon[112123]: from='client.327049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:09 smithi028 ceph-mon[112123]: 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-07T14:37:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:09 smithi138 ceph-mon[117003]: from='client.327049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:09 smithi138 ceph-mon[117003]: 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-07T14:37:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:12 smithi161 ceph-mon[116604]: 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-07T14:37:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:12 smithi028 ceph-mon[112123]: 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-07T14:37:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:12 smithi138 ceph-mon[117003]: 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-07T14:37:14.092 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:14.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:14.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:14 smithi161 ceph-mon[116604]: 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-07T14:37:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:14 smithi028 ceph-mon[112123]: 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-07T14:37:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:14 smithi138 ceph-mon[117003]: 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-07T14:37:14.867 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:14.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:14.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:14.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:14.867 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:16 smithi161 ceph-mon[116604]: from='client.477414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:16 smithi161 ceph-mon[116604]: pgmap v17715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:16 smithi028 ceph-mon[112123]: from='client.477414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:16 smithi028 ceph-mon[112123]: pgmap v17715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:16 smithi138 ceph-mon[117003]: from='client.477414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:16 smithi138 ceph-mon[117003]: pgmap v17715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:17 smithi161 ceph-mon[116604]: pgmap v17716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:17 smithi028 ceph-mon[112123]: pgmap v17716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:17 smithi138 ceph-mon[117003]: pgmap v17716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:19.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:19.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:19.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:20 smithi161 ceph-mon[116604]: pgmap v17717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:20 smithi028 ceph-mon[112123]: pgmap v17717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:20 smithi138 ceph-mon[117003]: pgmap v17717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:20.636 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:20.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:20.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:20.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:20.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:21 smithi161 ceph-mon[116604]: from='client.477489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:21 smithi028 ceph-mon[112123]: from='client.477489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:21 smithi138 ceph-mon[117003]: from='client.477489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:22 smithi161 ceph-mon[116604]: pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:22 smithi028 ceph-mon[112123]: pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:22 smithi138 ceph-mon[117003]: pgmap v17718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:24 smithi161 ceph-mon[116604]: pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:24 smithi028 ceph-mon[112123]: pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:24 smithi138 ceph-mon[117003]: pgmap v17719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:25.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:25.638 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:25.638 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:26.414 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:26.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:26.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:26.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:26.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:26 smithi161 ceph-mon[116604]: pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:26 smithi028 ceph-mon[112123]: pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:26 smithi138 ceph-mon[117003]: pgmap v17720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:27.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:27 smithi161 ceph-mon[116604]: from='client.477567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:27 smithi028 ceph-mon[112123]: from='client.477567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:27 smithi138 ceph-mon[117003]: from='client.477567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:28.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:28 smithi161 ceph-mon[116604]: 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-07T14:37:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:28 smithi028 ceph-mon[112123]: 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-07T14:37:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:28 smithi138 ceph-mon[117003]: 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-07T14:37:30.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:30 smithi161 ceph-mon[116604]: 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-07T14:37:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:30 smithi028 ceph-mon[112123]: 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-07T14:37:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:30 smithi138 ceph-mon[117003]: 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-07T14:37:31.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:31.416 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:31.417 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:32.200 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:32.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:32.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:32.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:32.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:32 smithi161 ceph-mon[116604]: pgmap v17723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:32 smithi028 ceph-mon[112123]: pgmap v17723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:32 smithi138 ceph-mon[117003]: pgmap v17723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:33 smithi161 ceph-mon[116604]: from='client.477645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:33 smithi028 ceph-mon[112123]: from='client.477645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:33 smithi138 ceph-mon[117003]: from='client.477645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:34 smithi161 ceph-mon[116604]: pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:34 smithi028 ceph-mon[112123]: pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:34 smithi138 ceph-mon[117003]: pgmap v17724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:36 smithi161 ceph-mon[116604]: pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:36 smithi028 ceph-mon[112123]: pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:36 smithi138 ceph-mon[117003]: pgmap v17725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:37.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:37.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:37.203 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:37.979 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:37.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:37.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:37.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:37.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:37 smithi161 ceph-mon[116604]: pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:37 smithi028 ceph-mon[112123]: pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:37 smithi138 ceph-mon[117003]: pgmap v17726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:38 smithi161 ceph-mon[116604]: from='client.477708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:38 smithi028 ceph-mon[112123]: from='client.477708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:39.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:38 smithi138 ceph-mon[117003]: from='client.477708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:39 smithi161 ceph-mon[116604]: pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:39 smithi028 ceph-mon[112123]: pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:39 smithi138 ceph-mon[117003]: pgmap v17727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:42 smithi161 ceph-mon[116604]: pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:42 smithi028 ceph-mon[112123]: pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:42 smithi138 ceph-mon[117003]: pgmap v17728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:37:42.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:42.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:42.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:43.757 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:43.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:43.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:43.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:43.757 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:44 smithi161 ceph-mon[116604]: 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-07T14:37:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:44 smithi028 ceph-mon[112123]: 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-07T14:37:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:44 smithi138 ceph-mon[117003]: 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-07T14:37:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:45 smithi161 ceph-mon[116604]: from='client.477783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:45 smithi028 ceph-mon[112123]: from='client.477783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:45 smithi138 ceph-mon[117003]: from='client.477783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:46 smithi161 ceph-mon[116604]: 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-07T14:37:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:46 smithi028 ceph-mon[112123]: 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-07T14:37:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:46 smithi138 ceph-mon[117003]: 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-07T14:37:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:47 smithi161 ceph-mon[116604]: 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-07T14:37:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:47 smithi028 ceph-mon[112123]: 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-07T14:37:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:47 smithi138 ceph-mon[117003]: 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-07T14:37:48.758 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:48.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:48.759 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:49.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:49.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:49.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:49.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:49.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:50 smithi161 ceph-mon[116604]: 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-07T14:37:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:50 smithi161 ceph-mon[116604]: from='client.477858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:50 smithi028 ceph-mon[112123]: 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-07T14:37:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:50 smithi028 ceph-mon[112123]: from='client.477858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:50 smithi138 ceph-mon[117003]: 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-07T14:37:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:50 smithi138 ceph-mon[117003]: from='client.477858 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:52 smithi161 ceph-mon[116604]: pgmap v17733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:37:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:52 smithi028 ceph-mon[112123]: pgmap v17733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:37:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:52 smithi138 ceph-mon[117003]: pgmap v17733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:37:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:54 smithi161 ceph-mon[116604]: pgmap v17734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:37:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:54 smithi028 ceph-mon[112123]: pgmap v17734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:37:54.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:37:54.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:37:54.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:37:54.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:54 smithi138 ceph-mon[117003]: pgmap v17734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:37:55.321 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:37:55.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:37:55.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:37:55.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:37:55.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:37:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:56 smithi161 ceph-mon[116604]: from='client.477936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:56 smithi161 ceph-mon[116604]: pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:56.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:56 smithi028 ceph-mon[112123]: from='client.477936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:56.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:56 smithi028 ceph-mon[112123]: pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:56 smithi138 ceph-mon[117003]: from='client.477936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:37:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:56 smithi138 ceph-mon[117003]: pgmap v17735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:37:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:37:57 smithi161 ceph-mon[116604]: pgmap v17736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:37:57 smithi028 ceph-mon[112123]: pgmap v17736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:37:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:37:57 smithi138 ceph-mon[117003]: pgmap v17736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:38:00.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:00.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:00.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:00 smithi161 ceph-mon[116604]: pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:38:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:00 smithi028 ceph-mon[112123]: pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:38:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:00 smithi138 ceph-mon[117003]: pgmap v17737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:38:01.116 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:01.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:01.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:01.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:01.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:02 smithi161 ceph-mon[116604]: from='client.478014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:02 smithi161 ceph-mon[116604]: pgmap v17738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:02 smithi028 ceph-mon[112123]: from='client.478014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:02 smithi028 ceph-mon[112123]: pgmap v17738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:02 smithi138 ceph-mon[117003]: from='client.478014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:02 smithi138 ceph-mon[117003]: pgmap v17738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:04 smithi161 ceph-mon[116604]: pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:38:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:04 smithi028 ceph-mon[112123]: pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:38:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:04 smithi138 ceph-mon[117003]: pgmap v17739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:38:06.118 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:06.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:06.118 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:06 smithi161 ceph-mon[116604]: pgmap v17740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:38:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:06 smithi028 ceph-mon[112123]: pgmap v17740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:38:06.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:06 smithi138 ceph-mon[117003]: pgmap v17740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:38:06.897 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:06.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:06.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:06.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:06.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:07 smithi161 ceph-mon[116604]: from='client.478086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:07 smithi161 ceph-mon[116604]: pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:07 smithi028 ceph-mon[112123]: from='client.478086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:07 smithi028 ceph-mon[112123]: pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:07 smithi138 ceph-mon[117003]: from='client.478086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:07 smithi138 ceph-mon[117003]: pgmap v17741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:09.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:38:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:38:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:38:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:09 smithi161 ceph-mon[116604]: pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:38:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:38:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:38:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:09 smithi028 ceph-mon[112123]: pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:38:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:38:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:38:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:09 smithi138 ceph-mon[117003]: pgmap v17742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:38:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:38:10.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:38:11.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:11.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:11.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:12 smithi161 ceph-mon[116604]: pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:12 smithi028 ceph-mon[112123]: pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:12 smithi138 ceph-mon[117003]: pgmap v17743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:12.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:12.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:12.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:12.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:12.666 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:13 smithi161 ceph-mon[116604]: from='client.478158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:13 smithi028 ceph-mon[112123]: from='client.478158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:13 smithi138 ceph-mon[117003]: from='client.478158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:14 smithi161 ceph-mon[116604]: pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:14 smithi028 ceph-mon[112123]: pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:14 smithi138 ceph-mon[117003]: pgmap v17744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:16 smithi161 ceph-mon[116604]: pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:16 smithi028 ceph-mon[112123]: pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:16 smithi138 ceph-mon[117003]: pgmap v17745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:17.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:17.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:17.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:18.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:17 smithi161 ceph-mon[116604]: pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:17 smithi028 ceph-mon[112123]: pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:17 smithi138 ceph-mon[117003]: pgmap v17746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:18.443 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:18.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:18.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:18.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:18.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:19.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:18 smithi161 ceph-mon[116604]: from='client.478233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:19.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:18 smithi028 ceph-mon[112123]: from='client.478233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:18 smithi138 ceph-mon[117003]: from='client.478233 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:20.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:19 smithi161 ceph-mon[116604]: pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:20.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:19 smithi028 ceph-mon[112123]: pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:19 smithi138 ceph-mon[117003]: pgmap v17747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:22 smithi161 ceph-mon[116604]: pgmap v17748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:22 smithi028 ceph-mon[112123]: pgmap v17748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:22 smithi138 ceph-mon[117003]: pgmap v17748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:23.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:23.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:23.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:24.207 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:24.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:24.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:24.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:24.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:24.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:24 smithi161 ceph-mon[116604]: 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-07T14:38:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:24 smithi028 ceph-mon[112123]: 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-07T14:38:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:24 smithi138 ceph-mon[117003]: 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-07T14:38:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:25 smithi161 ceph-mon[116604]: from='client.478308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:25 smithi028 ceph-mon[112123]: from='client.478308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:25 smithi138 ceph-mon[117003]: from='client.478308 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:26 smithi161 ceph-mon[116604]: pgmap v17750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:38:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:26 smithi028 ceph-mon[112123]: pgmap v17750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:38:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:26 smithi138 ceph-mon[117003]: pgmap v17750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:38:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:27 smithi161 ceph-mon[116604]: pgmap v17751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:38:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:27 smithi028 ceph-mon[112123]: pgmap v17751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:38:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:27 smithi138 ceph-mon[117003]: pgmap v17751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:38:29.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:29.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:29.209 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:29.988 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:29.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:29.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:29.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:29.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:30 smithi161 ceph-mon[116604]: pgmap v17752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:38:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:30 smithi028 ceph-mon[112123]: pgmap v17752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:38:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:30 smithi138 ceph-mon[117003]: pgmap v17752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:38:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:31 smithi161 ceph-mon[116604]: from='client.478383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:31 smithi028 ceph-mon[112123]: from='client.478383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:31 smithi138 ceph-mon[117003]: from='client.478383 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:32 smithi161 ceph-mon[116604]: pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:32 smithi028 ceph-mon[112123]: pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:32 smithi138 ceph-mon[117003]: pgmap v17753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:34 smithi161 ceph-mon[116604]: pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:38:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:34 smithi028 ceph-mon[112123]: pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:38:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:34 smithi138 ceph-mon[117003]: pgmap v17754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:38:34.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:34.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:34.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:35.788 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:35.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:35.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:35.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:35.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:36 smithi161 ceph-mon[116604]: pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:36 smithi028 ceph-mon[112123]: pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:36 smithi138 ceph-mon[117003]: pgmap v17755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:37 smithi161 ceph-mon[116604]: from='client.478458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:37 smithi028 ceph-mon[112123]: from='client.478458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:37 smithi138 ceph-mon[117003]: from='client.478458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:38 smithi161 ceph-mon[116604]: pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:38:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:38 smithi028 ceph-mon[112123]: pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:38:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:38 smithi138 ceph-mon[117003]: pgmap v17756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:38:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:40 smithi161 ceph-mon[116604]: pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:38:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:40 smithi028 ceph-mon[112123]: pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:38:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:40 smithi138 ceph-mon[117003]: pgmap v17757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:38:40.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:40.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:40.790 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:41.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:41.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:41.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:41.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:41.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:42 smithi161 ceph-mon[116604]: pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:38:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:42 smithi161 ceph-mon[116604]: from='client.478533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:42 smithi028 ceph-mon[112123]: pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:38:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:42 smithi028 ceph-mon[112123]: from='client.478533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:42 smithi138 ceph-mon[117003]: pgmap v17758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:38:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:42 smithi138 ceph-mon[117003]: from='client.478533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:44 smithi161 ceph-mon[116604]: 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-07T14:38:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:44 smithi028 ceph-mon[112123]: 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-07T14:38:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:44 smithi138 ceph-mon[117003]: 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-07T14:38:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:46 smithi161 ceph-mon[116604]: pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:46 smithi028 ceph-mon[112123]: pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:46 smithi138 ceph-mon[117003]: pgmap v17760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:46.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:46.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:46.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:47.337 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:47.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:47.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:47.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:47.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:47 smithi161 ceph-mon[116604]: from='client.478605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:47 smithi161 ceph-mon[116604]: pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:47 smithi028 ceph-mon[112123]: from='client.478605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:47 smithi028 ceph-mon[112123]: pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:47 smithi138 ceph-mon[117003]: from='client.478605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:47 smithi138 ceph-mon[117003]: pgmap v17761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:50 smithi161 ceph-mon[116604]: pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:50 smithi028 ceph-mon[112123]: pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:50 smithi138 ceph-mon[117003]: pgmap v17762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:52.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:52.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:52.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:52 smithi161 ceph-mon[116604]: pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:52 smithi028 ceph-mon[112123]: pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:52 smithi138 ceph-mon[117003]: pgmap v17763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:53.111 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:53.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:53.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:53.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:53.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:38:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:54 smithi161 ceph-mon[116604]: from='client.478680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:54 smithi161 ceph-mon[116604]: pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:54 smithi028 ceph-mon[112123]: from='client.478680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:54 smithi028 ceph-mon[112123]: pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:54 smithi138 ceph-mon[117003]: from='client.478680 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:38:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:54 smithi138 ceph-mon[117003]: pgmap v17764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:56 smithi161 ceph-mon[116604]: pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:56 smithi028 ceph-mon[112123]: pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:56 smithi138 ceph-mon[117003]: pgmap v17765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:38:58.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:38:58.113 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:38:58.113 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:38:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:38:57 smithi161 ceph-mon[116604]: pgmap v17766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:38:57 smithi028 ceph-mon[112123]: pgmap v17766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:38:57 smithi138 ceph-mon[117003]: pgmap v17766: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:38:58.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:38:58.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:38:58.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:38:58.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:38:58.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:00 smithi161 ceph-mon[116604]: from='client.478758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:00.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:00 smithi161 ceph-mon[116604]: pgmap v17767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:00 smithi028 ceph-mon[112123]: from='client.478758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:00 smithi028 ceph-mon[112123]: pgmap v17767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:00 smithi138 ceph-mon[117003]: from='client.478758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:00 smithi138 ceph-mon[117003]: pgmap v17767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:02 smithi161 ceph-mon[116604]: pgmap v17768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:02 smithi028 ceph-mon[112123]: pgmap v17768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:02 smithi138 ceph-mon[117003]: pgmap v17768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:03.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:03.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:03.918 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:04 smithi161 ceph-mon[116604]: 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-07T14:39:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:04 smithi028 ceph-mon[112123]: 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-07T14:39:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:04 smithi138 ceph-mon[117003]: 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-07T14:39:04.694 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:04.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:04.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:04.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:04.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:05 smithi161 ceph-mon[116604]: from='client.478833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:05 smithi028 ceph-mon[112123]: from='client.478833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:05 smithi138 ceph-mon[117003]: from='client.478833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:06 smithi161 ceph-mon[116604]: pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:06 smithi028 ceph-mon[112123]: pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:06 smithi138 ceph-mon[117003]: pgmap v17770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:07 smithi161 ceph-mon[116604]: pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:07 smithi028 ceph-mon[112123]: pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:07 smithi138 ceph-mon[117003]: pgmap v17771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:09.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:09.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:09.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:10 smithi161 ceph-mon[116604]: pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:39:10.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:39:10.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:39:10.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:39:10.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:10.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:10.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:10.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:10.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:10 smithi028 ceph-mon[112123]: pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:39:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:39:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:39:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:39:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:10 smithi138 ceph-mon[117003]: pgmap v17772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:39:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:39:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:39:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:39:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:11 smithi161 ceph-mon[116604]: from='client.478908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:11 smithi028 ceph-mon[112123]: from='client.478908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:11 smithi138 ceph-mon[117003]: from='client.478908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:12 smithi161 ceph-mon[116604]: pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:12 smithi028 ceph-mon[112123]: pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:12 smithi138 ceph-mon[117003]: pgmap v17773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:14 smithi161 ceph-mon[116604]: pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:14 smithi028 ceph-mon[112123]: pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:14 smithi138 ceph-mon[117003]: pgmap v17774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:15.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:15.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:15.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:16.248 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:16.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:16.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:16.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:16.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:16 smithi161 ceph-mon[116604]: pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:16.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:16 smithi028 ceph-mon[112123]: pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:16 smithi138 ceph-mon[117003]: pgmap v17775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:17 smithi161 ceph-mon[116604]: from='client.478980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:17 smithi028 ceph-mon[112123]: from='client.478980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:17 smithi138 ceph-mon[117003]: from='client.478980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:18 smithi161 ceph-mon[116604]: 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-07T14:39:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:18 smithi028 ceph-mon[112123]: 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-07T14:39:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:18 smithi138 ceph-mon[117003]: 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-07T14:39:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:20 smithi161 ceph-mon[116604]: 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-07T14:39:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:20 smithi028 ceph-mon[112123]: 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-07T14:39:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:20 smithi138 ceph-mon[117003]: 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-07T14:39:21.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:21.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:21.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:22.025 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:22.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:22.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:22.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:22.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:22 smithi161 ceph-mon[116604]: 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-07T14:39:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:22 smithi028 ceph-mon[112123]: 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-07T14:39:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:22 smithi138 ceph-mon[117003]: 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-07T14:39:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:23 smithi161 ceph-mon[116604]: from='client.479055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:23 smithi028 ceph-mon[112123]: from='client.479055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:23.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:23 smithi138 ceph-mon[117003]: from='client.479055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:24 smithi161 ceph-mon[116604]: 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-07T14:39:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:24 smithi028 ceph-mon[112123]: 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-07T14:39:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:24 smithi138 ceph-mon[117003]: 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-07T14:39:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:26 smithi161 ceph-mon[116604]: pgmap v17780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:26 smithi028 ceph-mon[112123]: pgmap v17780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:26 smithi138 ceph-mon[117003]: pgmap v17780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:27.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:27.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:27.027 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:27.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:27.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:27.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:27.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:27.807 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:27 smithi161 ceph-mon[116604]: pgmap v17781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:27 smithi028 ceph-mon[112123]: pgmap v17781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:27 smithi138 ceph-mon[117003]: pgmap v17781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:29.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:28 smithi161 ceph-mon[116604]: from='client.479124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:28 smithi028 ceph-mon[112123]: from='client.479124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:28 smithi138 ceph-mon[117003]: from='client.479124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:30.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:29 smithi161 ceph-mon[116604]: pgmap v17782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:29 smithi028 ceph-mon[112123]: pgmap v17782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:29 smithi138 ceph-mon[117003]: pgmap v17782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:32 smithi161 ceph-mon[116604]: pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:32 smithi028 ceph-mon[112123]: pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:32 smithi138 ceph-mon[117003]: pgmap v17783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:32.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:32.809 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:32.809 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:33.578 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:33.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:33.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:33.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:33.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:34 smithi161 ceph-mon[116604]: pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:34 smithi161 ceph-mon[116604]: from='client.479199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:34 smithi028 ceph-mon[112123]: pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:34 smithi028 ceph-mon[112123]: from='client.479199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:34 smithi138 ceph-mon[117003]: pgmap v17784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:34.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:34 smithi138 ceph-mon[117003]: from='client.479199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:36 smithi161 ceph-mon[116604]: pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:36 smithi028 ceph-mon[112123]: pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:36 smithi138 ceph-mon[117003]: pgmap v17785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:39:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:37 smithi161 ceph-mon[116604]: pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:37 smithi028 ceph-mon[112123]: pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:37 smithi138 ceph-mon[117003]: pgmap v17786: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:38.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:38.580 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:38.580 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:39.356 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:39.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:39.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:39.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:39.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:40 smithi161 ceph-mon[116604]: from='client.479271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:40.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:40 smithi161 ceph-mon[116604]: pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:40 smithi028 ceph-mon[112123]: from='client.479271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:40 smithi028 ceph-mon[112123]: pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:40 smithi138 ceph-mon[117003]: from='client.479271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:40 smithi138 ceph-mon[117003]: pgmap v17787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:42 smithi161 ceph-mon[116604]: pgmap v17788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:39:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:42 smithi028 ceph-mon[112123]: pgmap v17788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:39:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:42 smithi138 ceph-mon[117003]: pgmap v17788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:39:44.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:44.359 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:44.359 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:44 smithi161 ceph-mon[116604]: pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:39:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:44 smithi028 ceph-mon[112123]: pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:39:44.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:44 smithi138 ceph-mon[117003]: pgmap v17789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:39:45.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:45.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:45.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:45.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:45.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:46.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:46 smithi161 ceph-mon[116604]: from='client.479346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:46.443 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:46 smithi161 ceph-mon[116604]: pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:46 smithi028 ceph-mon[112123]: from='client.479346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:46 smithi028 ceph-mon[112123]: pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:46 smithi138 ceph-mon[117003]: from='client.479346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:46 smithi138 ceph-mon[117003]: pgmap v17790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:47 smithi161 ceph-mon[116604]: pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:47 smithi028 ceph-mon[112123]: pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:47 smithi138 ceph-mon[117003]: pgmap v17791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:50.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:50.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:50.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:50 smithi161 ceph-mon[116604]: pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:50 smithi028 ceph-mon[112123]: pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:50 smithi138 ceph-mon[117003]: pgmap v17792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:39:50.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:50.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:50.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:50.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:50.897 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:52 smithi161 ceph-mon[116604]: from='client.479421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:52 smithi161 ceph-mon[116604]: pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:52.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:52 smithi028 ceph-mon[112123]: from='client.479421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:52.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:52 smithi028 ceph-mon[112123]: pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:52 smithi138 ceph-mon[117003]: from='client.479421 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:52 smithi138 ceph-mon[117003]: pgmap v17793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:39:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:54 smithi161 ceph-mon[116604]: pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:39:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:54 smithi028 ceph-mon[112123]: pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:39:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:54 smithi138 ceph-mon[117003]: pgmap v17794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:39:55.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:39:55.898 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:39:55.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:39:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:56 smithi161 ceph-mon[116604]: pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:39:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:56 smithi028 ceph-mon[112123]: pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:39:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:56 smithi138 ceph-mon[117003]: pgmap v17795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:39:56.669 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:39:56.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:39:56.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:39:56.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:39:56.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:39:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:57 smithi161 ceph-mon[116604]: from='client.479496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:57 smithi028 ceph-mon[112123]: from='client.479496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:57 smithi138 ceph-mon[117003]: from='client.479496 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:39:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:39:58 smithi161 ceph-mon[116604]: 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-07T14:39:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:39:58 smithi028 ceph-mon[112123]: 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-07T14:39:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:39:58 smithi138 ceph-mon[117003]: 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-07T14:40:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:00 smithi161 ceph-mon[116604]: 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-07T14:40:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T14:40:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:00 smithi028 ceph-mon[112123]: 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-07T14:40:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T14:40:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:00 smithi138 ceph-mon[117003]: 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-07T14:40:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T14:40:01.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:01.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:01.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:02 smithi161 ceph-mon[116604]: 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-07T14:40:02.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:02.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:02.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:02.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:02.451 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:02 smithi028 ceph-mon[112123]: 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-07T14:40:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:02 smithi138 ceph-mon[117003]: 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-07T14:40:03.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:03 smithi161 ceph-mon[116604]: from='client.479568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:03.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:03 smithi028 ceph-mon[112123]: from='client.479568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:03 smithi138 ceph-mon[117003]: from='client.479568 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:04 smithi161 ceph-mon[116604]: 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-07T14:40:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:04 smithi028 ceph-mon[112123]: 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-07T14:40:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:04 smithi138 ceph-mon[117003]: 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-07T14:40:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:06 smithi161 ceph-mon[116604]: pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:06 smithi028 ceph-mon[112123]: pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:06 smithi138 ceph-mon[117003]: pgmap v17800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:07.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:07.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:07.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:07 smithi161 ceph-mon[116604]: pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:07 smithi028 ceph-mon[112123]: pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:08.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:08.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:08.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:08.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:08.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:07 smithi138 ceph-mon[117003]: pgmap v17801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:09.192 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:08 smithi161 ceph-mon[116604]: from='client.479640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:09.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:08 smithi028 ceph-mon[112123]: from='client.479640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:09.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:08 smithi138 ceph-mon[117003]: from='client.479640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:10.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:09 smithi161 ceph-mon[116604]: pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:10.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:09 smithi028 ceph-mon[112123]: pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:09 smithi138 ceph-mon[117003]: pgmap v17802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:40:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:40:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:40:11.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:40:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:40:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:40:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:40:11.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:40:11.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:40:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:40:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:40:11.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:40:12.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:11 smithi161 ceph-mon[116604]: pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:12.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:11 smithi028 ceph-mon[112123]: pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:12.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:11 smithi138 ceph-mon[117003]: pgmap v17803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:13.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:13.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:13.231 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:14.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:14.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:14.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:14.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:14.020 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:14 smithi161 ceph-mon[116604]: pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:14 smithi028 ceph-mon[112123]: pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:14 smithi138 ceph-mon[117003]: pgmap v17804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:15 smithi161 ceph-mon[116604]: from='client.479718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:15 smithi028 ceph-mon[112123]: from='client.479718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:15 smithi138 ceph-mon[117003]: from='client.479718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:16 smithi161 ceph-mon[116604]: pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:16 smithi028 ceph-mon[112123]: pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:16 smithi138 ceph-mon[117003]: pgmap v17805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:17 smithi161 ceph-mon[116604]: 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-07T14:40:18.222 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:17 smithi028 ceph-mon[112123]: 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-07T14:40:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:17 smithi138 ceph-mon[117003]: 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-07T14:40:19.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:19.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:19.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:19.796 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:19.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:19.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:19.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:19.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:20 smithi161 ceph-mon[116604]: 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-07T14:40:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:20 smithi028 ceph-mon[112123]: 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-07T14:40:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:20 smithi138 ceph-mon[117003]: 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-07T14:40:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:21 smithi161 ceph-mon[116604]: from='client.479790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:21 smithi028 ceph-mon[112123]: from='client.479790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:21 smithi138 ceph-mon[117003]: from='client.479790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:22 smithi161 ceph-mon[116604]: pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:22 smithi028 ceph-mon[112123]: pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:22 smithi138 ceph-mon[117003]: pgmap v17808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:24 smithi161 ceph-mon[116604]: pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:24 smithi028 ceph-mon[112123]: pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:24 smithi138 ceph-mon[117003]: pgmap v17809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:24.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:24.798 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:24.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:25.582 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:25.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:25.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:25.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:25.583 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:26 smithi161 ceph-mon[116604]: pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:26 smithi161 ceph-mon[116604]: from='client.479868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:26 smithi028 ceph-mon[112123]: pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:26 smithi028 ceph-mon[112123]: from='client.479868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:26.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:26 smithi138 ceph-mon[117003]: pgmap v17810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:26.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:26 smithi138 ceph-mon[117003]: from='client.479868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:27 smithi161 ceph-mon[116604]: pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:27 smithi028 ceph-mon[112123]: pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:27 smithi138 ceph-mon[117003]: pgmap v17811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:30 smithi161 ceph-mon[116604]: pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:30 smithi028 ceph-mon[112123]: pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:30 smithi138 ceph-mon[117003]: pgmap v17812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:40:30.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:30.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:30.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:31.351 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:31.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:31.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:31.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:31.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:32 smithi161 ceph-mon[116604]: from='client.479943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:32 smithi161 ceph-mon[116604]: pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:32 smithi028 ceph-mon[112123]: from='client.479943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:32 smithi028 ceph-mon[112123]: pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:32 smithi138 ceph-mon[117003]: from='client.479943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:32 smithi138 ceph-mon[117003]: pgmap v17813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:34 smithi161 ceph-mon[116604]: 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-07T14:40:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:34 smithi028 ceph-mon[112123]: 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-07T14:40:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:34 smithi138 ceph-mon[117003]: 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-07T14:40:36.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:36.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:36.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:36 smithi161 ceph-mon[116604]: 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-07T14:40:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:36 smithi028 ceph-mon[112123]: 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-07T14:40:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:36 smithi138 ceph-mon[117003]: 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-07T14:40:37.127 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:37.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:37.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:37.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:37.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:37 smithi161 ceph-mon[116604]: from='client.480021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:37 smithi161 ceph-mon[116604]: 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-07T14:40:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:37 smithi028 ceph-mon[112123]: from='client.480021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:37 smithi028 ceph-mon[112123]: 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-07T14:40:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:37 smithi138 ceph-mon[117003]: from='client.480021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:37 smithi138 ceph-mon[117003]: 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-07T14:40:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:40 smithi161 ceph-mon[116604]: 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-07T14:40:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:40 smithi028 ceph-mon[112123]: 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-07T14:40:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:40 smithi138 ceph-mon[117003]: 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-07T14:40:42.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:42.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:42.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:42 smithi161 ceph-mon[116604]: 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-07T14:40:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:42 smithi028 ceph-mon[112123]: 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-07T14:40:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:42 smithi138 ceph-mon[117003]: 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-07T14:40:42.898 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:42.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:42.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:42.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:42.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:44 smithi161 ceph-mon[116604]: from='client.480096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:44 smithi161 ceph-mon[116604]: 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-07T14:40:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:44 smithi028 ceph-mon[112123]: from='client.480096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:44 smithi028 ceph-mon[112123]: 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-07T14:40:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:44 smithi138 ceph-mon[117003]: from='client.480096 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:44.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:44 smithi138 ceph-mon[117003]: 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-07T14:40:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:46 smithi161 ceph-mon[116604]: pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:46 smithi028 ceph-mon[112123]: pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:46 smithi138 ceph-mon[117003]: pgmap v17820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:47.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:47.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:47.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:47 smithi161 ceph-mon[116604]: pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:47 smithi028 ceph-mon[112123]: pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:47 smithi138 ceph-mon[117003]: pgmap v17821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:48.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:48.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:48.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:48.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:48.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:48 smithi161 ceph-mon[116604]: from='client.480174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:48 smithi028 ceph-mon[112123]: from='client.480174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:48 smithi138 ceph-mon[117003]: from='client.480174 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:50.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:49 smithi161 ceph-mon[116604]: pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:49 smithi028 ceph-mon[112123]: pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:50.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:49 smithi138 ceph-mon[117003]: pgmap v17822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:52 smithi161 ceph-mon[116604]: pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:52 smithi028 ceph-mon[112123]: pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:52 smithi138 ceph-mon[117003]: pgmap v17823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:40:53.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:53.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:53.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:40:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:54 smithi161 ceph-mon[116604]: pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:54.453 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:40:54.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:40:54.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:40:54.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:40:54.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:40:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:54 smithi028 ceph-mon[112123]: pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:54 smithi138 ceph-mon[117003]: pgmap v17824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:40:55.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:55 smithi161 ceph-mon[116604]: from='client.480249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:55.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:55 smithi028 ceph-mon[112123]: from='client.480249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:55.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:55 smithi138 ceph-mon[117003]: from='client.480249 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:40:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:56 smithi161 ceph-mon[116604]: pgmap v17825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:40:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:56 smithi028 ceph-mon[112123]: pgmap v17825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:40:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:56 smithi138 ceph-mon[117003]: pgmap v17825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:40:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:40:57 smithi161 ceph-mon[116604]: pgmap v17826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:40:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:40:57 smithi028 ceph-mon[112123]: pgmap v17826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:40:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:40:57 smithi138 ceph-mon[117003]: pgmap v17826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:40:59.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:40:59.455 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:40:59.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:00.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:00.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:00.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:00.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:00.255 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:00 smithi161 ceph-mon[116604]: pgmap v17827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:41:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:00 smithi028 ceph-mon[112123]: pgmap v17827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:41:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:00 smithi138 ceph-mon[117003]: pgmap v17827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:41:01.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:01 smithi161 ceph-mon[116604]: from='client.480327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:01.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:01 smithi028 ceph-mon[112123]: from='client.480327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:01 smithi138 ceph-mon[117003]: from='client.480327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:02 smithi161 ceph-mon[116604]: pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:02 smithi028 ceph-mon[112123]: pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:02 smithi138 ceph-mon[117003]: pgmap v17828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:04 smithi161 ceph-mon[116604]: pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:04 smithi028 ceph-mon[112123]: pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:04 smithi138 ceph-mon[117003]: pgmap v17829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:05.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:05.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:05.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:06.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:06.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:06.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:06.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:06.038 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:06 smithi161 ceph-mon[116604]: pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:06.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:06 smithi028 ceph-mon[112123]: pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:06 smithi138 ceph-mon[117003]: pgmap v17830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:07.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:07 smithi161 ceph-mon[116604]: from='client.480402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:07 smithi028 ceph-mon[112123]: from='client.480402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:07 smithi138 ceph-mon[117003]: from='client.480402 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:08 smithi161 ceph-mon[116604]: pgmap v17831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:41:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:08 smithi028 ceph-mon[112123]: pgmap v17831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:41:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:08 smithi138 ceph-mon[117003]: pgmap v17831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:41:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:10 smithi161 ceph-mon[116604]: pgmap v17832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:41:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:10 smithi028 ceph-mon[112123]: pgmap v17832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:41:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:10 smithi138 ceph-mon[117003]: pgmap v17832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:41:11.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:11.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:11.040 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:11.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:41:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:41:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:41:11.871 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:11.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:11.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:11.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:11.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:12 smithi161 ceph-mon[116604]: pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:41:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:41:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:41:12.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:41:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:12 smithi028 ceph-mon[112123]: pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:41:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:41:12.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:41:12.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:41:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:12 smithi138 ceph-mon[117003]: pgmap v17833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:41:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:41:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:41:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:41:13.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:13 smithi161 ceph-mon[116604]: from='client.480477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:13 smithi028 ceph-mon[112123]: from='client.480477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:13 smithi138 ceph-mon[117003]: from='client.480477 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:14 smithi161 ceph-mon[116604]: 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-07T14:41:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:14 smithi028 ceph-mon[112123]: 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-07T14:41:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:14 smithi138 ceph-mon[117003]: 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-07T14:41:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:16 smithi161 ceph-mon[116604]: 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-07T14:41:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:16 smithi028 ceph-mon[112123]: 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-07T14:41:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:16 smithi138 ceph-mon[117003]: 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-07T14:41:16.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:16.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:16.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:17.660 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:17.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:17.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:17.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:17.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:17 smithi161 ceph-mon[116604]: 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-07T14:41:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:17 smithi161 ceph-mon[116604]: from='client.480555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:17 smithi028 ceph-mon[112123]: 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-07T14:41:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:17 smithi028 ceph-mon[112123]: from='client.480555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:17 smithi138 ceph-mon[117003]: 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-07T14:41:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:17 smithi138 ceph-mon[117003]: from='client.480555 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:20 smithi161 ceph-mon[116604]: 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-07T14:41:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:20 smithi028 ceph-mon[112123]: 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-07T14:41:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:20 smithi138 ceph-mon[117003]: 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-07T14:41:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:22 smithi161 ceph-mon[116604]: 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-07T14:41:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:22 smithi028 ceph-mon[112123]: 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-07T14:41:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:22 smithi138 ceph-mon[117003]: 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-07T14:41:22.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:22.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:22.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:23.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:23.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:24 smithi161 ceph-mon[116604]: from='client.480633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:24 smithi161 ceph-mon[116604]: 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-07T14:41:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:24 smithi028 ceph-mon[112123]: from='client.480633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:24.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:24 smithi028 ceph-mon[112123]: 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-07T14:41:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:24 smithi138 ceph-mon[117003]: from='client.480633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:24.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:24 smithi138 ceph-mon[117003]: 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-07T14:41:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:26 smithi161 ceph-mon[116604]: pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:41:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:26 smithi028 ceph-mon[112123]: pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:41:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:26 smithi138 ceph-mon[117003]: pgmap v17840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:41:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:27 smithi161 ceph-mon[116604]: pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:27 smithi028 ceph-mon[112123]: pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:27 smithi138 ceph-mon[117003]: pgmap v17841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:28.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:28.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:28.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:29.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:29.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:29.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:29.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:29.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:30 smithi161 ceph-mon[116604]: from='client.480711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:30 smithi161 ceph-mon[116604]: pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:30 smithi028 ceph-mon[112123]: from='client.480711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:30 smithi028 ceph-mon[112123]: pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:30 smithi138 ceph-mon[117003]: from='client.480711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:30 smithi138 ceph-mon[117003]: pgmap v17842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:32 smithi161 ceph-mon[116604]: pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:41:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:32 smithi028 ceph-mon[112123]: pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:41:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:32 smithi138 ceph-mon[117003]: pgmap v17843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:41:34.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:34.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:34.206 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:34 smithi161 ceph-mon[116604]: pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:41:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:34 smithi028 ceph-mon[112123]: pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:41:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:34 smithi138 ceph-mon[117003]: pgmap v17844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:41:34.985 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:34.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:34.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:34.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:34.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:36 smithi161 ceph-mon[116604]: from='client.480786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:36.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:36 smithi161 ceph-mon[116604]: 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-07T14:41:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:36 smithi028 ceph-mon[112123]: from='client.480786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:36 smithi028 ceph-mon[112123]: 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-07T14:41:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:36 smithi138 ceph-mon[117003]: from='client.480786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:36 smithi138 ceph-mon[117003]: 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-07T14:41:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:37 smithi161 ceph-mon[116604]: pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:37 smithi028 ceph-mon[112123]: pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:37 smithi138 ceph-mon[117003]: pgmap v17846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:39.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:39.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:39.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:40 smithi161 ceph-mon[116604]: pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:40 smithi028 ceph-mon[112123]: pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:40 smithi138 ceph-mon[117003]: pgmap v17847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:41:40.754 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:40.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:40.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:40.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:40.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:42 smithi161 ceph-mon[116604]: from='client.480864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:42 smithi161 ceph-mon[116604]: pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:42 smithi028 ceph-mon[112123]: from='client.480864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:42 smithi028 ceph-mon[112123]: pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:42 smithi138 ceph-mon[117003]: from='client.480864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:42 smithi138 ceph-mon[117003]: pgmap v17848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:41:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:44 smithi161 ceph-mon[116604]: pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:41:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:44 smithi028 ceph-mon[112123]: pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:41:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:44 smithi138 ceph-mon[117003]: pgmap v17849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:41:45.756 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:45.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:45.757 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:46 smithi161 ceph-mon[116604]: pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:41:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:46 smithi028 ceph-mon[112123]: pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:41:46.524 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:46.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:46.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:46.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:46.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:46 smithi138 ceph-mon[117003]: pgmap v17850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:41:47.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:47 smithi161 ceph-mon[116604]: from='client.480942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:47.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:47 smithi028 ceph-mon[112123]: from='client.480942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:47 smithi138 ceph-mon[117003]: from='client.480942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:48 smithi161 ceph-mon[116604]: 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-07T14:41:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:48 smithi028 ceph-mon[112123]: 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-07T14:41:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:48 smithi138 ceph-mon[117003]: 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-07T14:41:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:50 smithi161 ceph-mon[116604]: 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-07T14:41:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:50 smithi028 ceph-mon[112123]: 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-07T14:41:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:50 smithi138 ceph-mon[117003]: 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-07T14:41:51.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:51.526 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:51.526 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:52.313 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:52.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:52.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:52.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:52.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:52 smithi161 ceph-mon[116604]: 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-07T14:41:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:52 smithi028 ceph-mon[112123]: 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-07T14:41:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:52 smithi138 ceph-mon[117003]: 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-07T14:41:53.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:53 smithi161 ceph-mon[116604]: from='client.481014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:53.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:53 smithi028 ceph-mon[112123]: from='client.481014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:53 smithi138 ceph-mon[117003]: from='client.481014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:54 smithi161 ceph-mon[116604]: 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-07T14:41:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:54 smithi028 ceph-mon[112123]: 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-07T14:41:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:54 smithi138 ceph-mon[117003]: 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-07T14:41:56.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:56 smithi161 ceph-mon[116604]: 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-07T14:41:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:56 smithi028 ceph-mon[112123]: 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-07T14:41:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:56 smithi138 ceph-mon[117003]: 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-07T14:41:57.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:41:57.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:41:57.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:41:58.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:41:58.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:41:58.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:41:58.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:41:58.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:41:58.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:57 smithi161 ceph-mon[116604]: 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-07T14:41:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:57 smithi028 ceph-mon[112123]: 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-07T14:41:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:57 smithi138 ceph-mon[117003]: 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-07T14:41:59.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:58 smithi161 ceph-mon[116604]: from='client.481092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:59.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:58 smithi028 ceph-mon[112123]: from='client.481092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:41:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:58 smithi138 ceph-mon[117003]: from='client.481092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:00.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:41:59 smithi161 ceph-mon[116604]: 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-07T14:42:00.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:41:59 smithi028 ceph-mon[112123]: 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-07T14:42:00.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:41:59 smithi138 ceph-mon[117003]: 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-07T14:42:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:02 smithi161 ceph-mon[116604]: pgmap v17858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:02 smithi028 ceph-mon[112123]: pgmap v17858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:02 smithi138 ceph-mon[117003]: pgmap v17858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:03.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:03.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:03.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:03.862 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:03.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:03.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:03.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:03.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:04 smithi161 ceph-mon[116604]: pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:04 smithi028 ceph-mon[112123]: pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:04 smithi138 ceph-mon[117003]: pgmap v17859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:05.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:05 smithi161 ceph-mon[116604]: from='client.481170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:05 smithi028 ceph-mon[112123]: from='client.481170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:05.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:05 smithi138 ceph-mon[117003]: from='client.481170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:06 smithi161 ceph-mon[116604]: pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:06 smithi028 ceph-mon[112123]: pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:06 smithi138 ceph-mon[117003]: pgmap v17860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:07 smithi161 ceph-mon[116604]: pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:07 smithi028 ceph-mon[112123]: pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:07 smithi138 ceph-mon[117003]: pgmap v17861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:08.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:08.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:08.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:09.643 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:09.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:09.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:09.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:09.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:10 smithi161 ceph-mon[116604]: pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:10 smithi161 ceph-mon[116604]: from='client.481245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:10 smithi028 ceph-mon[112123]: pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:10 smithi028 ceph-mon[112123]: from='client.481245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:10 smithi138 ceph-mon[117003]: pgmap v17862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:10 smithi138 ceph-mon[117003]: from='client.481245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:12 smithi161 ceph-mon[116604]: 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-07T14:42:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:42:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:12 smithi028 ceph-mon[112123]: 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-07T14:42:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:42:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:12 smithi138 ceph-mon[117003]: 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-07T14:42:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:42:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:42:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:42:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:42:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:42:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:42:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:42:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:42:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:42:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:42:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:14 smithi161 ceph-mon[116604]: pgmap v17864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:14 smithi028 ceph-mon[112123]: pgmap v17864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:14 smithi138 ceph-mon[117003]: pgmap v17864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:14.644 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:14.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:14.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:15.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:15.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:15.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:15.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:15.429 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:16 smithi161 ceph-mon[116604]: from='client.481323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:16 smithi161 ceph-mon[116604]: pgmap v17865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:16 smithi028 ceph-mon[112123]: from='client.481323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:16 smithi028 ceph-mon[112123]: pgmap v17865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:16 smithi138 ceph-mon[117003]: from='client.481323 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:16 smithi138 ceph-mon[117003]: pgmap v17865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:17 smithi161 ceph-mon[116604]: pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:17 smithi028 ceph-mon[112123]: pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:17 smithi138 ceph-mon[117003]: pgmap v17866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:20.430 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:20.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:20.431 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:20 smithi161 ceph-mon[116604]: pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:20 smithi028 ceph-mon[112123]: pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:20 smithi138 ceph-mon[117003]: pgmap v17867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:21.203 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:21.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:21.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:21.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:21.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:22 smithi161 ceph-mon[116604]: from='client.481401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:22 smithi161 ceph-mon[116604]: pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:22 smithi028 ceph-mon[112123]: from='client.481401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:22 smithi028 ceph-mon[112123]: pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:22 smithi138 ceph-mon[117003]: from='client.481401 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:22.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:22 smithi138 ceph-mon[117003]: pgmap v17868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:24 smithi161 ceph-mon[116604]: 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-07T14:42:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:24 smithi028 ceph-mon[112123]: 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-07T14:42:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:24 smithi138 ceph-mon[117003]: 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-07T14:42:26.204 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:26.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:26.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:26 smithi161 ceph-mon[116604]: 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-07T14:42:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:26 smithi028 ceph-mon[112123]: 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-07T14:42:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:26 smithi138 ceph-mon[117003]: 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-07T14:42:26.972 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:26.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:26.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:26.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:26.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:27.929 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:27 smithi028 ceph-mon[112123]: from='client.481473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:27 smithi161 ceph-mon[116604]: from='client.481473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:28.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:27 smithi161 ceph-mon[116604]: 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-07T14:42:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:27 smithi028 ceph-mon[112123]: 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-07T14:42:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:27 smithi138 ceph-mon[117003]: from='client.481473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:27 smithi138 ceph-mon[117003]: 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-07T14:42:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:30 smithi161 ceph-mon[116604]: 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-07T14:42:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:30 smithi028 ceph-mon[112123]: 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-07T14:42:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:30 smithi138 ceph-mon[117003]: 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-07T14:42:31.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:31.974 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:31.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:32 smithi161 ceph-mon[116604]: 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-07T14:42:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:32 smithi028 ceph-mon[112123]: 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-07T14:42:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:32 smithi138 ceph-mon[117003]: 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-07T14:42:32.761 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:32.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:32.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:32.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:32.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:33.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:33 smithi161 ceph-mon[116604]: from='client.481548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:33 smithi028 ceph-mon[112123]: from='client.481548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:33 smithi138 ceph-mon[117003]: from='client.481548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:34 smithi161 ceph-mon[116604]: 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-07T14:42:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:34 smithi028 ceph-mon[112123]: 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-07T14:42:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:34 smithi138 ceph-mon[117003]: 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-07T14:42:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:36 smithi161 ceph-mon[116604]: 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-07T14:42:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:36 smithi028 ceph-mon[112123]: 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-07T14:42:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:36 smithi138 ceph-mon[117003]: 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-07T14:42:37.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:37.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:37.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:38.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:37 smithi161 ceph-mon[116604]: 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-07T14:42:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:37 smithi028 ceph-mon[112123]: 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-07T14:42:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:37 smithi138 ceph-mon[117003]: 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-07T14:42:38.535 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:38.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:38.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:38.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:38.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:39.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:38 smithi161 ceph-mon[116604]: from='client.481626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:39.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:38 smithi028 ceph-mon[112123]: from='client.481626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:38 smithi138 ceph-mon[117003]: from='client.481626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:40.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:39 smithi161 ceph-mon[116604]: 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-07T14:42:40.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:39 smithi028 ceph-mon[112123]: 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-07T14:42:40.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:39 smithi138 ceph-mon[117003]: 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-07T14:42:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:42 smithi161 ceph-mon[116604]: pgmap v17878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:42 smithi028 ceph-mon[112123]: pgmap v17878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:42 smithi138 ceph-mon[117003]: pgmap v17878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:42:43.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:43.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:43.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:44.317 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:44.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:44.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:44.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:44.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:44 smithi161 ceph-mon[116604]: pgmap v17879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:44 smithi028 ceph-mon[112123]: pgmap v17879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:44 smithi138 ceph-mon[117003]: pgmap v17879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:45.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:45 smithi161 ceph-mon[116604]: from='client.481704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:45.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:45 smithi028 ceph-mon[112123]: from='client.481704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:45 smithi138 ceph-mon[117003]: from='client.481704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:46 smithi161 ceph-mon[116604]: pgmap v17880: 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-07T14:42:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:46 smithi028 ceph-mon[112123]: pgmap v17880: 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-07T14:42:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:46 smithi138 ceph-mon[117003]: pgmap v17880: 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-07T14:42:48.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:47 smithi161 ceph-mon[116604]: pgmap v17881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:42:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:47 smithi028 ceph-mon[112123]: pgmap v17881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:42:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:47 smithi138 ceph-mon[117003]: pgmap v17881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:42:49.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:49.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:49.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:50.082 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:50.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:50.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:50.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:50.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:50 smithi161 ceph-mon[116604]: pgmap v17882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:42:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:50 smithi028 ceph-mon[112123]: pgmap v17882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:42:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:50 smithi138 ceph-mon[117003]: pgmap v17882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:42:51.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:51 smithi161 ceph-mon[116604]: from='client.481779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:51.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:51 smithi028 ceph-mon[112123]: from='client.481779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:51 smithi138 ceph-mon[117003]: from='client.481779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:52 smithi161 ceph-mon[116604]: 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-07T14:42:52.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:52 smithi028 ceph-mon[112123]: 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-07T14:42:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:52 smithi138 ceph-mon[117003]: 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-07T14:42:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:54 smithi161 ceph-mon[116604]: pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:54 smithi028 ceph-mon[112123]: pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:54 smithi138 ceph-mon[117003]: pgmap v17884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:42:55.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:42:55.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:42:55.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:42:55.856 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:42:55.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:42:55.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:42:55.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:42:55.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:42:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:56 smithi161 ceph-mon[116604]: pgmap v17885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:56 smithi028 ceph-mon[112123]: pgmap v17885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:56 smithi138 ceph-mon[117003]: pgmap v17885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:42:57.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:57 smithi161 ceph-mon[116604]: from='client.481857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:57.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:57 smithi028 ceph-mon[112123]: from='client.481857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:57 smithi138 ceph-mon[117003]: from='client.481857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:42:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:42:58 smithi161 ceph-mon[116604]: pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:42:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:42:58 smithi028 ceph-mon[112123]: pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:42:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:42:58 smithi138 ceph-mon[117003]: pgmap v17886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:43:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:00 smithi161 ceph-mon[116604]: pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:43:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:00 smithi028 ceph-mon[112123]: pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:43:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:00 smithi138 ceph-mon[117003]: pgmap v17887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:43:00.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:00.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:00.858 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:01.633 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:01.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:01.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:01.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:01.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:02 smithi161 ceph-mon[116604]: pgmap v17888: 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-07T14:43:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:02 smithi161 ceph-mon[116604]: from='client.481929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:02 smithi028 ceph-mon[112123]: pgmap v17888: 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-07T14:43:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:02 smithi028 ceph-mon[112123]: from='client.481929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:02 smithi138 ceph-mon[117003]: pgmap v17888: 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-07T14:43:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:02 smithi138 ceph-mon[117003]: from='client.481929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:04 smithi161 ceph-mon[116604]: 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-07T14:43:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:04 smithi028 ceph-mon[112123]: 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-07T14:43:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:04 smithi138 ceph-mon[117003]: 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-07T14:43:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:06 smithi161 ceph-mon[116604]: 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-07T14:43:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:06 smithi028 ceph-mon[112123]: 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-07T14:43:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:06 smithi138 ceph-mon[117003]: 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-07T14:43:06.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:06.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:06.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:07.416 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:07.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:07.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:07.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:07.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:07 smithi161 ceph-mon[116604]: from='client.482001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:08.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:07 smithi161 ceph-mon[116604]: 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-07T14:43:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:07 smithi028 ceph-mon[112123]: from='client.482001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:07 smithi028 ceph-mon[112123]: 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-07T14:43:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:07 smithi138 ceph-mon[117003]: from='client.482001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:07 smithi138 ceph-mon[117003]: 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-07T14:43:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:10 smithi161 ceph-mon[116604]: 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-07T14:43:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:10 smithi028 ceph-mon[112123]: 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-07T14:43:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:10 smithi138 ceph-mon[117003]: 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-07T14:43:12.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:12.417 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:12.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:12 smithi161 ceph-mon[116604]: 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-07T14:43:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:12 smithi028 ceph-mon[112123]: 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-07T14:43:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:12 smithi138 ceph-mon[117003]: 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-07T14:43:13.213 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:13.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:13.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:13.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:13.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:43:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:43:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:43:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:43:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:43:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:43:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:43:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:43:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:43:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:43:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:43:13.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:43:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:14 smithi161 ceph-mon[116604]: from='client.482073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:14 smithi161 ceph-mon[116604]: 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-07T14:43:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:14 smithi028 ceph-mon[112123]: from='client.482073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:14 smithi028 ceph-mon[112123]: 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-07T14:43:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:14 smithi138 ceph-mon[117003]: from='client.482073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:14 smithi138 ceph-mon[117003]: 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-07T14:43:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:16 smithi161 ceph-mon[116604]: 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-07T14:43:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:16 smithi028 ceph-mon[112123]: 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-07T14:43:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:16 smithi138 ceph-mon[117003]: 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-07T14:43:18.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:17 smithi161 ceph-mon[116604]: 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-07T14:43:18.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:18.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:18.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:18.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:17 smithi028 ceph-mon[112123]: 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-07T14:43:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:17 smithi138 ceph-mon[117003]: 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-07T14:43:18.990 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:18.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:18.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:18.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:18.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:20 smithi161 ceph-mon[116604]: from='client.482151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:20 smithi161 ceph-mon[116604]: 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-07T14:43:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:20 smithi028 ceph-mon[112123]: from='client.482151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:20 smithi028 ceph-mon[112123]: 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-07T14:43:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:20 smithi138 ceph-mon[117003]: from='client.482151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:20 smithi138 ceph-mon[117003]: 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-07T14:43:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:22 smithi161 ceph-mon[116604]: pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:22 smithi028 ceph-mon[112123]: pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:22.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:22 smithi138 ceph-mon[117003]: pgmap v17898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:43:23.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:23.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:23.992 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:24 smithi161 ceph-mon[116604]: pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:24 smithi028 ceph-mon[112123]: pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:24 smithi138 ceph-mon[117003]: pgmap v17899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:24.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:24.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:24.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:24.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:24.777 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:25 smithi161 ceph-mon[116604]: from='client.482226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:25.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:25 smithi028 ceph-mon[112123]: from='client.482226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:25 smithi138 ceph-mon[117003]: from='client.482226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:26.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:26 smithi161 ceph-mon[116604]: 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-07T14:43:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:26 smithi028 ceph-mon[112123]: 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-07T14:43:26.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:26 smithi138 ceph-mon[117003]: 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-07T14:43:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:27 smithi028 ceph-mon[112123]: 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-07T14:43:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:27 smithi138 ceph-mon[117003]: 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-07T14:43:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:27 smithi161 ceph-mon[116604]: 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-07T14:43:29.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:29.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:29.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:30 smithi161 ceph-mon[116604]: 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-07T14:43:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:30 smithi028 ceph-mon[112123]: 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-07T14:43:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:30 smithi138 ceph-mon[117003]: 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-07T14:43:30.561 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:30.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:30.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:30.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:30.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:31.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:31 smithi161 ceph-mon[116604]: from='client.482304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:31.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:31 smithi028 ceph-mon[112123]: from='client.482304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:31.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:31 smithi138 ceph-mon[117003]: from='client.482304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:32 smithi161 ceph-mon[116604]: 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-07T14:43:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:32 smithi028 ceph-mon[112123]: 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-07T14:43:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:32 smithi138 ceph-mon[117003]: 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-07T14:43:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:34 smithi161 ceph-mon[116604]: pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:34 smithi028 ceph-mon[112123]: pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:34 smithi138 ceph-mon[117003]: pgmap v17904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:43:35.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:35.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:35.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:36.352 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:36.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:36.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:36.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:36.352 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:36 smithi161 ceph-mon[116604]: pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:36 smithi028 ceph-mon[112123]: pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:36 smithi138 ceph-mon[117003]: pgmap v17905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:43:37.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:37 smithi161 ceph-mon[116604]: from='client.482379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:37.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:37 smithi028 ceph-mon[112123]: from='client.482379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:37 smithi138 ceph-mon[117003]: from='client.482379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:38 smithi161 ceph-mon[116604]: 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-07T14:43:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:38 smithi028 ceph-mon[112123]: 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-07T14:43:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:38 smithi138 ceph-mon[117003]: 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-07T14:43:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:40 smithi161 ceph-mon[116604]: 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-07T14:43:40.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:40 smithi028 ceph-mon[112123]: 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-07T14:43:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:40 smithi138 ceph-mon[117003]: 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-07T14:43:41.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:41.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:41.354 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:42.119 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:42.119 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:42.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:42.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:42.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:42 smithi161 ceph-mon[116604]: 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-07T14:43:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:42 smithi028 ceph-mon[112123]: 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-07T14:43:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:42 smithi138 ceph-mon[117003]: 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-07T14:43:43.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:43 smithi161 ceph-mon[116604]: from='client.482457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:43.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:43 smithi028 ceph-mon[112123]: from='client.482457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:43 smithi138 ceph-mon[117003]: from='client.482457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:44 smithi161 ceph-mon[116604]: 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-07T14:43:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:44 smithi028 ceph-mon[112123]: 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-07T14:43:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:44 smithi138 ceph-mon[117003]: 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-07T14:43:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:46 smithi161 ceph-mon[116604]: 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-07T14:43:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:46 smithi028 ceph-mon[112123]: 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-07T14:43:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:46 smithi138 ceph-mon[117003]: 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-07T14:43:47.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:47.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:47.121 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:47.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:47.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:47.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:47.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:47.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:47 smithi028 ceph-mon[112123]: 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-07T14:43:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:47 smithi138 ceph-mon[117003]: 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-07T14:43:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:47 smithi161 ceph-mon[116604]: 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-07T14:43:49.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:48 smithi028 ceph-mon[112123]: from='client.482535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:49.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:48 smithi138 ceph-mon[117003]: from='client.482535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:48 smithi161 ceph-mon[116604]: from='client.482535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:50.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:49 smithi028 ceph-mon[112123]: 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-07T14:43:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:49 smithi138 ceph-mon[117003]: 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-07T14:43:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:49 smithi161 ceph-mon[116604]: 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-07T14:43:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:52 smithi161 ceph-mon[116604]: 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-07T14:43:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:52 smithi028 ceph-mon[112123]: 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-07T14:43:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:52 smithi138 ceph-mon[117003]: 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-07T14:43:52.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:52.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:52.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:53.655 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:53.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:53.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:53.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:53.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:43:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:54 smithi161 ceph-mon[116604]: 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-07T14:43:54.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:54 smithi161 ceph-mon[116604]: from='client.482613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:54.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:54 smithi028 ceph-mon[112123]: 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-07T14:43:54.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:54 smithi028 ceph-mon[112123]: from='client.482613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:54 smithi138 ceph-mon[117003]: 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-07T14:43:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:54 smithi138 ceph-mon[117003]: from='client.482613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:43:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:56 smithi161 ceph-mon[116604]: 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-07T14:43:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:56 smithi028 ceph-mon[112123]: 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-07T14:43:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:56 smithi138 ceph-mon[117003]: 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-07T14:43:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:43:57 smithi028 ceph-mon[112123]: 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-07T14:43:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:43:57 smithi138 ceph-mon[117003]: 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-07T14:43:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:43:57 smithi161 ceph-mon[116604]: 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-07T14:43:58.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:43:58.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:43:58.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:43:59.427 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:43:59.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:43:59.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:43:59.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:43:59.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:00 smithi161 ceph-mon[116604]: from='client.482685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:00 smithi161 ceph-mon[116604]: 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-07T14:44:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:00 smithi028 ceph-mon[112123]: from='client.482685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:00.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:00 smithi028 ceph-mon[112123]: 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-07T14:44:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:00 smithi138 ceph-mon[117003]: from='client.482685 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:00 smithi138 ceph-mon[117003]: 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-07T14:44:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:02 smithi161 ceph-mon[116604]: pgmap v17918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:44:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:02 smithi028 ceph-mon[112123]: pgmap v17918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:44:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:02 smithi138 ceph-mon[117003]: pgmap v17918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T14:44:04.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:04.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:04.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:04 smithi161 ceph-mon[116604]: pgmap v17919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:44:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:04 smithi028 ceph-mon[112123]: pgmap v17919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:44:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:04 smithi138 ceph-mon[117003]: pgmap v17919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T14:44:05.229 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:05.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:05.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:05.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:05.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:06 smithi161 ceph-mon[116604]: from='client.482757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:06.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:06 smithi161 ceph-mon[116604]: 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-07T14:44:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:06 smithi028 ceph-mon[112123]: from='client.482757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:06.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:06 smithi028 ceph-mon[112123]: 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-07T14:44:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:06 smithi138 ceph-mon[117003]: from='client.482757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:06.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:06 smithi138 ceph-mon[117003]: 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-07T14:44:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:07 smithi028 ceph-mon[112123]: 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-07T14:44:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:07 smithi138 ceph-mon[117003]: 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-07T14:44:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:07 smithi161 ceph-mon[116604]: 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-07T14:44:10.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:10.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:10.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:10 smithi161 ceph-mon[116604]: 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-07T14:44:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:10 smithi028 ceph-mon[112123]: 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-07T14:44:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:10 smithi138 ceph-mon[117003]: 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-07T14:44:10.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:10.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:10.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:10.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:10.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:12 smithi161 ceph-mon[116604]: from='client.482832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:12 smithi161 ceph-mon[116604]: 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-07T14:44:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:12 smithi028 ceph-mon[112123]: from='client.482832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:12 smithi028 ceph-mon[112123]: 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-07T14:44:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:12 smithi138 ceph-mon[117003]: from='client.482832 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:12 smithi138 ceph-mon[117003]: 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-07T14:44:13.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:44:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:44:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:44:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: pgmap v17924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:44:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:44:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:44:14.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: pgmap v17924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:44:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:44:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:44:14.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: pgmap v17924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:44:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:44:15.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:15.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:15.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:16 smithi161 ceph-mon[116604]: pgmap v17925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:44:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:16 smithi028 ceph-mon[112123]: pgmap v17925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:44:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:16 smithi138 ceph-mon[117003]: pgmap v17925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:44:16.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:16.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:16.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:16.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:16.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:17.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:17 smithi161 ceph-mon[116604]: from='client.482910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:17.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:17 smithi028 ceph-mon[112123]: from='client.482910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:17 smithi138 ceph-mon[117003]: from='client.482910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:18.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:18 smithi161 ceph-mon[116604]: 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-07T14:44:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:18 smithi028 ceph-mon[112123]: 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-07T14:44:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:18 smithi138 ceph-mon[117003]: 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-07T14:44:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:20 smithi161 ceph-mon[116604]: 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-07T14:44:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:20 smithi028 ceph-mon[112123]: 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-07T14:44:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:20 smithi138 ceph-mon[117003]: 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-07T14:44:21.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:21.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:21.772 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:22 smithi161 ceph-mon[116604]: 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-07T14:44:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:22 smithi028 ceph-mon[112123]: 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-07T14:44:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:22 smithi138 ceph-mon[117003]: 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-07T14:44:22.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:22.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:22.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:22.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:22.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:23.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:23 smithi161 ceph-mon[116604]: from='client.482982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:23.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:23 smithi028 ceph-mon[112123]: from='client.482982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:23.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:23 smithi138 ceph-mon[117003]: from='client.482982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:24 smithi028 ceph-mon[112123]: 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-07T14:44:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:24 smithi138 ceph-mon[117003]: 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-07T14:44:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:24 smithi161 ceph-mon[116604]: 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-07T14:44:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:26 smithi028 ceph-mon[112123]: 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-07T14:44:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:26 smithi138 ceph-mon[117003]: 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-07T14:44:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:26 smithi161 ceph-mon[116604]: 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-07T14:44:27.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:27.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:27.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:28.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:27 smithi028 ceph-mon[112123]: 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-07T14:44:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:27 smithi138 ceph-mon[117003]: 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-07T14:44:28.364 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:28.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:28.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:28.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:28.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:27 smithi161 ceph-mon[116604]: 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-07T14:44:29.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:28 smithi028 ceph-mon[112123]: from='client.483051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:29.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:28 smithi138 ceph-mon[117003]: from='client.483051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:28 smithi161 ceph-mon[116604]: from='client.483051 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:30.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:29 smithi028 ceph-mon[112123]: 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-07T14:44:30.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:29 smithi138 ceph-mon[117003]: 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-07T14:44:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:29 smithi161 ceph-mon[116604]: 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-07T14:44:32.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:32 smithi161 ceph-mon[116604]: 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-07T14:44:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:32 smithi028 ceph-mon[112123]: 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-07T14:44:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:32 smithi138 ceph-mon[117003]: 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-07T14:44:33.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:33.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:33.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:34.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:34.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:34.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:34.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:34.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:34.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:34 smithi161 ceph-mon[116604]: 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-07T14:44:34.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:34 smithi028 ceph-mon[112123]: 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-07T14:44:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:34 smithi138 ceph-mon[117003]: 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-07T14:44:35.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:35 smithi161 ceph-mon[116604]: from='client.483129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:35.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:35 smithi028 ceph-mon[112123]: from='client.483129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:35 smithi138 ceph-mon[117003]: from='client.483129 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:36 smithi161 ceph-mon[116604]: 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-07T14:44:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:36 smithi028 ceph-mon[112123]: 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-07T14:44:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:36 smithi138 ceph-mon[117003]: 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-07T14:44:38.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:37 smithi028 ceph-mon[112123]: 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-07T14:44:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:37 smithi138 ceph-mon[117003]: 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-07T14:44:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:37 smithi161 ceph-mon[116604]: 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-07T14:44:39.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:39.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:39.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:39.913 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:39.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:39.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:39.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:39.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:40 smithi161 ceph-mon[116604]: 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-07T14:44:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:40 smithi028 ceph-mon[112123]: 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-07T14:44:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:40 smithi138 ceph-mon[117003]: 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-07T14:44:41.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:41 smithi161 ceph-mon[116604]: from='client.483204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:41.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:41 smithi028 ceph-mon[112123]: from='client.483204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:41 smithi138 ceph-mon[117003]: from='client.483204 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:42 smithi161 ceph-mon[116604]: 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-07T14:44:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:42 smithi028 ceph-mon[112123]: 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-07T14:44:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:42 smithi138 ceph-mon[117003]: 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-07T14:44:44.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:44 smithi161 ceph-mon[116604]: 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-07T14:44:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:44 smithi028 ceph-mon[112123]: 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-07T14:44:44.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:44 smithi138 ceph-mon[117003]: 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-07T14:44:44.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:44.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:44.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:45.697 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:45.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:45.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:45.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:45.698 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:46 smithi161 ceph-mon[116604]: 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-07T14:44:46.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:46 smithi161 ceph-mon[116604]: from='client.483276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:46 smithi028 ceph-mon[112123]: 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-07T14:44:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:46 smithi028 ceph-mon[112123]: from='client.483276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:46 smithi138 ceph-mon[117003]: 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-07T14:44:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:46 smithi138 ceph-mon[117003]: from='client.483276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:48.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:47 smithi028 ceph-mon[112123]: 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-07T14:44:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:47 smithi138 ceph-mon[117003]: 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-07T14:44:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:47 smithi161 ceph-mon[116604]: 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-07T14:44:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:50 smithi161 ceph-mon[116604]: 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-07T14:44:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:50 smithi028 ceph-mon[112123]: 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-07T14:44:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:50 smithi138 ceph-mon[117003]: 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-07T14:44:50.699 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:50.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:50.700 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:51.481 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:51.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:51.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:51.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:51.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:52 smithi161 ceph-mon[116604]: from='client.483354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:52.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:52 smithi161 ceph-mon[116604]: 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-07T14:44:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:52 smithi028 ceph-mon[112123]: from='client.483354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:52 smithi028 ceph-mon[112123]: 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-07T14:44:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:52 smithi138 ceph-mon[117003]: from='client.483354 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:52 smithi138 ceph-mon[117003]: 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-07T14:44:54.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:54 smithi161 ceph-mon[116604]: 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-07T14:44:54.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:54 smithi028 ceph-mon[112123]: 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-07T14:44:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:54 smithi138 ceph-mon[117003]: 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-07T14:44:56.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:56 smithi161 ceph-mon[116604]: 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-07T14:44:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:56 smithi028 ceph-mon[112123]: 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-07T14:44:56.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:44:56.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:44:56.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:44:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:56 smithi138 ceph-mon[117003]: 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-07T14:44:57.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:44:57.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:44:57.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:44:57.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:44:57.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:44:58.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:57 smithi028 ceph-mon[112123]: from='client.483432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:58.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:44:57 smithi028 ceph-mon[112123]: 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-07T14:44:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:57 smithi138 ceph-mon[117003]: from='client.483432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:44:57 smithi138 ceph-mon[117003]: 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-07T14:44:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:57 smithi161 ceph-mon[116604]: from='client.483432 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:44:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:44:57 smithi161 ceph-mon[116604]: 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-07T14:45:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:00 smithi161 ceph-mon[116604]: 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-07T14:45:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:00 smithi028 ceph-mon[112123]: 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-07T14:45:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:00 smithi138 ceph-mon[117003]: 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-07T14:45:02.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:02.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:02.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:02.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:02 smithi161 ceph-mon[116604]: 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-07T14:45:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:02 smithi028 ceph-mon[112123]: 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-07T14:45:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:02 smithi138 ceph-mon[117003]: 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-07T14:45:03.039 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:03.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:03.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:03.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:03.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:04 smithi161 ceph-mon[116604]: from='client.483504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:04 smithi161 ceph-mon[116604]: 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-07T14:45:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:04 smithi028 ceph-mon[112123]: from='client.483504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:04 smithi028 ceph-mon[112123]: 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-07T14:45:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:04 smithi138 ceph-mon[117003]: from='client.483504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:04 smithi138 ceph-mon[117003]: 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-07T14:45:06.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:06 smithi161 ceph-mon[116604]: 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-07T14:45:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:06 smithi028 ceph-mon[112123]: 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-07T14:45:06.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:06 smithi138 ceph-mon[117003]: 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-07T14:45:08.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:08.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:08.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:08.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:07 smithi028 ceph-mon[112123]: 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-07T14:45:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:07 smithi138 ceph-mon[117003]: 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-07T14:45:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:07 smithi161 ceph-mon[116604]: 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-07T14:45:08.830 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:08.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:08.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:08.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:08.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:10 smithi161 ceph-mon[116604]: from='client.483579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:10 smithi161 ceph-mon[116604]: 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-07T14:45:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:10 smithi028 ceph-mon[112123]: from='client.483579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:10 smithi028 ceph-mon[112123]: 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-07T14:45:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:10 smithi138 ceph-mon[117003]: from='client.483579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:10 smithi138 ceph-mon[117003]: 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-07T14:45:12.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:12 smithi161 ceph-mon[116604]: 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-07T14:45:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:12 smithi028 ceph-mon[112123]: 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-07T14:45:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:12 smithi138 ceph-mon[117003]: 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-07T14:45:13.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:13.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:13.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:14.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:14 smithi161 ceph-mon[116604]: 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-07T14:45:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:14 smithi028 ceph-mon[112123]: 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-07T14:45:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:14 smithi138 ceph-mon[117003]: 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-07T14:45:14.645 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:14.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:14.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:14.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:14.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:15 smithi161 ceph-mon[116604]: from='client.483657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:45:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:45:15.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:45:15.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:45:15.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:15 smithi028 ceph-mon[112123]: from='client.483657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:15.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:45:15.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:45:15.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:45:15.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:45:15.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:15 smithi138 ceph-mon[117003]: from='client.483657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:45:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:45:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:45:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:45:16.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:16 smithi161 ceph-mon[116604]: pgmap v17955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:45:16.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:16 smithi028 ceph-mon[112123]: pgmap v17955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:45:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:16 smithi138 ceph-mon[117003]: pgmap v17955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:45:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:17 smithi138 ceph-mon[117003]: pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:45:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:17 smithi161 ceph-mon[116604]: pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:45:18.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:17 smithi028 ceph-mon[112123]: pgmap v17956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:45:19.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:19.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:19.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:20.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:20.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:20.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:20.418 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:20.419 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:20 smithi161 ceph-mon[116604]: pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:45:20.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:20 smithi028 ceph-mon[112123]: pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:45:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:20 smithi138 ceph-mon[117003]: pgmap v17957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:45:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:21 smithi161 ceph-mon[116604]: from='client.483720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:21 smithi028 ceph-mon[112123]: from='client.483720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:21 smithi138 ceph-mon[117003]: from='client.483720 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:22 smithi161 ceph-mon[116604]: 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-07T14:45:22.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:22 smithi028 ceph-mon[112123]: 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-07T14:45:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:22 smithi138 ceph-mon[117003]: 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-07T14:45:24.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:24 smithi161 ceph-mon[116604]: 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-07T14:45:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:24 smithi028 ceph-mon[112123]: 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-07T14:45:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:24 smithi138 ceph-mon[117003]: 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-07T14:45:25.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:25.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:25.420 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:26.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:26.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:26.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:26.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:26.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:26.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:26 smithi028 ceph-mon[112123]: 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-07T14:45:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:26 smithi138 ceph-mon[117003]: 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-07T14:45:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:26 smithi161 ceph-mon[116604]: 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-07T14:45:27.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:27 smithi028 ceph-mon[112123]: from='client.483795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:27.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:27 smithi138 ceph-mon[117003]: from='client.483795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:27 smithi161 ceph-mon[116604]: from='client.483795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:28.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:28 smithi028 ceph-mon[112123]: pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:45:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:28 smithi138 ceph-mon[117003]: pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:45:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:28 smithi161 ceph-mon[116604]: pgmap v17961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:45:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:30 smithi028 ceph-mon[112123]: pgmap v17962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:45:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:30 smithi138 ceph-mon[117003]: pgmap v17962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:45:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:30 smithi161 ceph-mon[116604]: pgmap v17962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:45:31.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:31.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:31.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:31.973 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:31.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:31.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:31.973 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:31.974 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:32.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:32 smithi028 ceph-mon[112123]: pgmap v17963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:45:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:32 smithi138 ceph-mon[117003]: pgmap v17963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:45:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:32 smithi161 ceph-mon[116604]: pgmap v17963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:45:33.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:33 smithi028 ceph-mon[112123]: from='client.483864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:33.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:33 smithi138 ceph-mon[117003]: from='client.483864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:33 smithi161 ceph-mon[116604]: from='client.483864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:34.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:34 smithi028 ceph-mon[112123]: 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-07T14:45:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:34 smithi138 ceph-mon[117003]: 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-07T14:45:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:34 smithi161 ceph-mon[116604]: 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-07T14:45:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:36 smithi138 ceph-mon[117003]: 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-07T14:45:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:36 smithi161 ceph-mon[116604]: 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-07T14:45:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:36 smithi028 ceph-mon[112123]: 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-07T14:45:36.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:36.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:36.975 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:37.758 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:37.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:37.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:37.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:37.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:37 smithi138 ceph-mon[117003]: 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-07T14:45:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:37 smithi138 ceph-mon[117003]: from='client.483939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:37 smithi161 ceph-mon[116604]: 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-07T14:45:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:37 smithi161 ceph-mon[116604]: from='client.483939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:37 smithi028 ceph-mon[112123]: 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-07T14:45:38.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:37 smithi028 ceph-mon[112123]: from='client.483939 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:40 smithi161 ceph-mon[116604]: 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-07T14:45:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:40 smithi028 ceph-mon[112123]: 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-07T14:45:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:40 smithi138 ceph-mon[117003]: 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-07T14:45:42.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:42 smithi161 ceph-mon[116604]: 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-07T14:45:42.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:42 smithi028 ceph-mon[112123]: 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-07T14:45:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:42 smithi138 ceph-mon[117003]: 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-07T14:45:42.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:42.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:42.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:43.533 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:43.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:43.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:43.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:43.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:44.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:44 smithi028 ceph-mon[112123]: 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-07T14:45:44.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:44 smithi028 ceph-mon[112123]: from='client.484017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:44 smithi138 ceph-mon[117003]: 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-07T14:45:44.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:44 smithi138 ceph-mon[117003]: from='client.484017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:44 smithi161 ceph-mon[116604]: 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-07T14:45:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:44 smithi161 ceph-mon[116604]: from='client.484017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:46.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:46 smithi028 ceph-mon[112123]: 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-07T14:45:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:46 smithi138 ceph-mon[117003]: 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-07T14:45:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:46 smithi161 ceph-mon[116604]: 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-07T14:45:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:47 smithi138 ceph-mon[117003]: 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-07T14:45:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:47 smithi161 ceph-mon[116604]: 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-07T14:45:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:47 smithi028 ceph-mon[112123]: 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-07T14:45:48.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:48.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:48.535 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:49.312 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:49.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:49.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:49.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:49.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:50 smithi161 ceph-mon[116604]: from='client.484092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:50 smithi161 ceph-mon[116604]: 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-07T14:45:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:50 smithi028 ceph-mon[112123]: from='client.484092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:50 smithi028 ceph-mon[112123]: 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-07T14:45:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:50 smithi138 ceph-mon[117003]: from='client.484092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:50 smithi138 ceph-mon[117003]: 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-07T14:45:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:52 smithi028 ceph-mon[112123]: pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T14:45:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:52 smithi138 ceph-mon[117003]: pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T14:45:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:52 smithi161 ceph-mon[116604]: pgmap v17973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T14:45:54.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:45:54.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:45:54.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:45:54.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:54 smithi028 ceph-mon[112123]: pgmap v17974: 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-07T14:45:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:54 smithi138 ceph-mon[117003]: pgmap v17974: 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-07T14:45:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:54 smithi161 ceph-mon[116604]: pgmap v17974: 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-07T14:45:55.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:45:55.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:45:55.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:45:55.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:45:55.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:45:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:56 smithi028 ceph-mon[112123]: from='client.484170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:56.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:56 smithi028 ceph-mon[112123]: pgmap v17975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:56 smithi138 ceph-mon[117003]: from='client.484170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:56 smithi138 ceph-mon[117003]: pgmap v17975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:56 smithi161 ceph-mon[116604]: from='client.484170 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:45:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:56 smithi161 ceph-mon[116604]: pgmap v17975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:45:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:45:57 smithi138 ceph-mon[117003]: pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:45:57 smithi161 ceph-mon[116604]: pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:45:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:45:57 smithi028 ceph-mon[112123]: pgmap v17976: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:00.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:00.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:00.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:00 smithi028 ceph-mon[112123]: pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:00 smithi138 ceph-mon[117003]: pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:00 smithi161 ceph-mon[116604]: pgmap v17977: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:00.875 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:00.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:00.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:00.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:00.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:02 smithi028 ceph-mon[112123]: from='client.484248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:02.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:02 smithi028 ceph-mon[112123]: 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-07T14:46:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:02 smithi138 ceph-mon[117003]: from='client.484248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:02 smithi138 ceph-mon[117003]: 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-07T14:46:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:02 smithi161 ceph-mon[116604]: from='client.484248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:02 smithi161 ceph-mon[116604]: 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-07T14:46:04.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:04 smithi028 ceph-mon[112123]: pgmap v17979: 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-07T14:46:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:04 smithi138 ceph-mon[117003]: pgmap v17979: 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-07T14:46:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:04 smithi161 ceph-mon[116604]: pgmap v17979: 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-07T14:46:05.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:05.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:05.878 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:06 smithi028 ceph-mon[112123]: pgmap v17980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T14:46:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:06 smithi138 ceph-mon[117003]: pgmap v17980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T14:46:06.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:06.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:06.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:06.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:06.646 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:06 smithi161 ceph-mon[116604]: pgmap v17980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T14:46:07.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:07 smithi028 ceph-mon[112123]: from='client.484326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:07.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:07 smithi138 ceph-mon[117003]: from='client.484326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:07 smithi161 ceph-mon[116604]: from='client.484326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:08 smithi028 ceph-mon[112123]: pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:08 smithi138 ceph-mon[117003]: pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:08 smithi161 ceph-mon[116604]: pgmap v17981: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:10 smithi028 ceph-mon[112123]: pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:10 smithi138 ceph-mon[117003]: pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:10 smithi161 ceph-mon[116604]: pgmap v17982: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:11.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:11.647 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:11.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:12.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:12.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:12.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:12.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:12.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:12.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:12 smithi028 ceph-mon[112123]: pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:12 smithi138 ceph-mon[117003]: pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:12 smithi161 ceph-mon[116604]: pgmap v17983: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:13.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:13 smithi028 ceph-mon[112123]: from='client.484398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:13.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:13 smithi138 ceph-mon[117003]: from='client.484398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:13 smithi161 ceph-mon[116604]: from='client.484398 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:14.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:14 smithi028 ceph-mon[112123]: 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-07T14:46:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:14 smithi138 ceph-mon[117003]: 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-07T14:46:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:14 smithi161 ceph-mon[116604]: 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-07T14:46:15.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:46:15.569 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:46:15.624 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: 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-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:46:16.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: 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-07T14:46:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:46:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:46:16.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: 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-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:46:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:17.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:17.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:17.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:17 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21090M 2023-12-07T14:46:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:17 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16994M 2023-12-07T14:46:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:46:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:46:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:46:17.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:17 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21090M 2023-12-07T14:46:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:17 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16994M 2023-12-07T14:46:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:46:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:46:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:46:17.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:17 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21090M 2023-12-07T14:46:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:17 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16994M 2023-12-07T14:46:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:46:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:46:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:46:17.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:46:18.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:18.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:18.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:18.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:18.198 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:18 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14963M 2023-12-07T14:46:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:18 smithi138 ceph-mon[117003]: 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-07T14:46:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:18 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14963M 2023-12-07T14:46:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:18 smithi161 ceph-mon[116604]: 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-07T14:46:18.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:18 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14963M 2023-12-07T14:46:18.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:18 smithi028 ceph-mon[112123]: 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-07T14:46:19.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:19 smithi138 ceph-mon[117003]: from='client.484473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:19 smithi161 ceph-mon[116604]: from='client.484473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:19 smithi028 ceph-mon[112123]: from='client.484473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:20 smithi138 ceph-mon[117003]: 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-07T14:46:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:20 smithi161 ceph-mon[116604]: 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-07T14:46:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:20 smithi028 ceph-mon[112123]: 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-07T14:46:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:22 smithi138 ceph-mon[117003]: 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-07T14:46:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:22 smithi161 ceph-mon[116604]: 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-07T14:46:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:22 smithi028 ceph-mon[112123]: 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-07T14:46:23.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:23.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:23.202 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:23.993 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:23.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:23.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:23.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:23.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:24.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:24 smithi138 ceph-mon[117003]: 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-07T14:46:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:24 smithi161 ceph-mon[116604]: 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-07T14:46:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:24 smithi028 ceph-mon[112123]: 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-07T14:46:25.545 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:25 smithi138 ceph-mon[117003]: from='client.484548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:25 smithi161 ceph-mon[116604]: from='client.484548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:25.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:25 smithi028 ceph-mon[112123]: from='client.484548 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:26.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:26 smithi138 ceph-mon[117003]: 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-07T14:46:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:26 smithi161 ceph-mon[116604]: 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-07T14:46:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:26 smithi028 ceph-mon[112123]: 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-07T14:46:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:27 smithi138 ceph-mon[117003]: 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-07T14:46:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:27 smithi161 ceph-mon[116604]: 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-07T14:46:28.470 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:27 smithi028 ceph-mon[112123]: 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-07T14:46:28.994 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:28.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:28.995 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:29.763 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:29.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:29.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:29.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:29.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:30 smithi028 ceph-mon[112123]: 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-07T14:46:30.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:30 smithi028 ceph-mon[112123]: from='client.484626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:30 smithi138 ceph-mon[117003]: 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-07T14:46:31.131 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:30 smithi138 ceph-mon[117003]: from='client.484626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:31.132 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:30 smithi161 ceph-mon[116604]: 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-07T14:46:31.132 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:30 smithi161 ceph-mon[116604]: from='client.484626 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:32 smithi028 ceph-mon[112123]: pgmap v17993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:32 smithi138 ceph-mon[117003]: pgmap v17993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:32 smithi161 ceph-mon[116604]: pgmap v17993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:34.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:34 smithi028 ceph-mon[112123]: pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:34 smithi138 ceph-mon[117003]: pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:34 smithi161 ceph-mon[116604]: pgmap v17994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:34.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:34.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:34.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:35.560 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:35.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:35.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:35.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:35.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:36 smithi028 ceph-mon[112123]: pgmap v17995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:36.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:36 smithi028 ceph-mon[112123]: from='client.484704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:36 smithi138 ceph-mon[117003]: pgmap v17995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:36 smithi138 ceph-mon[117003]: from='client.484704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:36 smithi161 ceph-mon[116604]: pgmap v17995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:36 smithi161 ceph-mon[116604]: from='client.484704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:37 smithi138 ceph-mon[117003]: pgmap v17996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:37 smithi161 ceph-mon[116604]: pgmap v17996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:37 smithi028 ceph-mon[112123]: pgmap v17996: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:40 smithi028 ceph-mon[112123]: pgmap v17997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:40 smithi138 ceph-mon[117003]: pgmap v17997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:40.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:40.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:40.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:40 smithi161 ceph-mon[116604]: pgmap v17997: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:46:41.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:41.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:41.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:41.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:41.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:42 smithi028 ceph-mon[112123]: from='client.484782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:42.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:42 smithi028 ceph-mon[112123]: 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-07T14:46:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:42 smithi138 ceph-mon[117003]: from='client.484782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:42 smithi138 ceph-mon[117003]: 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-07T14:46:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:42 smithi161 ceph-mon[116604]: from='client.484782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:42 smithi161 ceph-mon[116604]: 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-07T14:46:44.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:44 smithi028 ceph-mon[112123]: pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:44 smithi138 ceph-mon[117003]: pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:44 smithi161 ceph-mon[116604]: pgmap v17999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:46.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:46.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:46.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:46.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:46 smithi028 ceph-mon[112123]: pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:46 smithi138 ceph-mon[117003]: pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:46 smithi161 ceph-mon[116604]: pgmap v18000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:47.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:47.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:47.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:47.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:47.127 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:47 smithi138 ceph-mon[117003]: from='client.484857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:47 smithi138 ceph-mon[117003]: pgmap v18001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:47 smithi161 ceph-mon[116604]: from='client.484857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:47 smithi161 ceph-mon[116604]: pgmap v18001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:47 smithi028 ceph-mon[112123]: from='client.484857 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:47 smithi028 ceph-mon[112123]: pgmap v18001: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:46:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:50 smithi028 ceph-mon[112123]: pgmap v18002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:46:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:50 smithi138 ceph-mon[117003]: pgmap v18002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:46:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:50 smithi161 ceph-mon[116604]: pgmap v18002: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:46:52.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:52.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:52.126 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:52.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:52 smithi028 ceph-mon[112123]: pgmap v18003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:52 smithi138 ceph-mon[117003]: pgmap v18003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:52 smithi161 ceph-mon[116604]: pgmap v18003: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:46:52.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:52.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:52.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:52.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:52.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:54 smithi028 ceph-mon[112123]: from='client.484935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:54.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:54 smithi028 ceph-mon[112123]: 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-07T14:46:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:54 smithi138 ceph-mon[117003]: from='client.484935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:54 smithi138 ceph-mon[117003]: 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-07T14:46:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:54 smithi161 ceph-mon[116604]: from='client.484935 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:54 smithi161 ceph-mon[116604]: 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-07T14:46:56.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:56 smithi028 ceph-mon[112123]: 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-07T14:46:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:56 smithi138 ceph-mon[117003]: 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-07T14:46:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:56 smithi161 ceph-mon[116604]: 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-07T14:46:57.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:46:57.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:46:57.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:46:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:57 smithi138 ceph-mon[117003]: 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-07T14:46:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:57 smithi161 ceph-mon[116604]: 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-07T14:46:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:57 smithi028 ceph-mon[112123]: 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-07T14:46:58.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:46:58.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:46:58.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:46:58.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:46:58.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:46:59.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:58 smithi138 ceph-mon[117003]: from='client.485007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:58 smithi161 ceph-mon[116604]: from='client.485007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:46:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:58 smithi028 ceph-mon[112123]: from='client.485007 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:00.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:46:59 smithi138 ceph-mon[117003]: pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:46:59 smithi161 ceph-mon[116604]: pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:46:59 smithi028 ceph-mon[112123]: pgmap v18007: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:02.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:02 smithi028 ceph-mon[112123]: pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:02.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:02 smithi138 ceph-mon[117003]: pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:02.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:02 smithi161 ceph-mon[116604]: pgmap v18008: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:03.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:03.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:03.673 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:04.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:04.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:04.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:04.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:04.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:04.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:04 smithi028 ceph-mon[112123]: 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-07T14:47:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:04 smithi138 ceph-mon[117003]: 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-07T14:47:04.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:04 smithi161 ceph-mon[116604]: 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-07T14:47:05.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:05 smithi028 ceph-mon[112123]: from='client.485082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:05.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:05 smithi138 ceph-mon[117003]: from='client.485082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:05 smithi161 ceph-mon[116604]: from='client.485082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:06.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:06 smithi028 ceph-mon[112123]: pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:06 smithi138 ceph-mon[117003]: pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:06 smithi161 ceph-mon[116604]: pgmap v18010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:07 smithi138 ceph-mon[117003]: pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:07 smithi161 ceph-mon[116604]: pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:07 smithi028 ceph-mon[112123]: pgmap v18011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:09.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:09.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:09.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:10.215 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:10.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:10.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:10.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:10.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:10 smithi028 ceph-mon[112123]: pgmap v18012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:47:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:10 smithi138 ceph-mon[117003]: pgmap v18012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:47:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:10 smithi161 ceph-mon[116604]: pgmap v18012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:47:11.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:11 smithi028 ceph-mon[112123]: from='client.485157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:11.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:11 smithi138 ceph-mon[117003]: from='client.485157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:11 smithi161 ceph-mon[116604]: from='client.485157 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:12.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:12 smithi028 ceph-mon[112123]: pgmap v18013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:47:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:12 smithi138 ceph-mon[117003]: pgmap v18013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:47:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:12 smithi161 ceph-mon[116604]: pgmap v18013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:47:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:14 smithi138 ceph-mon[117003]: pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:14 smithi161 ceph-mon[116604]: pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:14 smithi028 ceph-mon[112123]: pgmap v18014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:15.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:15.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:15.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:15.988 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:15.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:15.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:15.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:15.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:16 smithi138 ceph-mon[117003]: 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-07T14:47:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:16 smithi161 ceph-mon[116604]: 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-07T14:47:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:16 smithi028 ceph-mon[112123]: 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-07T14:47:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:17 smithi138 ceph-mon[117003]: from='client.485232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:17.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:47:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:17 smithi161 ceph-mon[116604]: from='client.485232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:47:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:17 smithi028 ceph-mon[112123]: from='client.485232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:17.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:47:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:18 smithi138 ceph-mon[117003]: pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:47:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:47:18.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:47:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:18 smithi161 ceph-mon[116604]: pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:47:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:47:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:47:18.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:18 smithi028 ceph-mon[112123]: pgmap v18016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:18.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:47:18.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:47:18.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:47:20.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:20 smithi138 ceph-mon[117003]: pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:20 smithi161 ceph-mon[116604]: pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:20 smithi028 ceph-mon[112123]: pgmap v18017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:20.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:20.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:20.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:21.800 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:21.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:21.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:21.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:21.801 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:22 smithi138 ceph-mon[117003]: pgmap v18018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:22.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:22 smithi138 ceph-mon[117003]: from='client.485307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:22 smithi161 ceph-mon[116604]: pgmap v18018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:22 smithi161 ceph-mon[116604]: from='client.485307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:22 smithi028 ceph-mon[112123]: pgmap v18018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:22 smithi028 ceph-mon[112123]: from='client.485307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:24 smithi138 ceph-mon[117003]: pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:24 smithi161 ceph-mon[116604]: pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:24 smithi028 ceph-mon[112123]: pgmap v18019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:26.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:26 smithi138 ceph-mon[117003]: pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:26 smithi161 ceph-mon[116604]: pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:26 smithi028 ceph-mon[112123]: pgmap v18020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:47:26.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:26.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:26.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:27.575 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:27.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:27.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:27.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:27.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:27 smithi138 ceph-mon[117003]: 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-07T14:47:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:27 smithi138 ceph-mon[117003]: from='client.485385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:27 smithi161 ceph-mon[116604]: 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-07T14:47:28.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:27 smithi161 ceph-mon[116604]: from='client.485385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:27 smithi028 ceph-mon[112123]: 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-07T14:47:28.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:27 smithi028 ceph-mon[112123]: from='client.485385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:30 smithi028 ceph-mon[112123]: pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:30 smithi138 ceph-mon[117003]: pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:30 smithi161 ceph-mon[116604]: pgmap v18022: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:32.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:32 smithi028 ceph-mon[112123]: pgmap v18023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:32 smithi138 ceph-mon[117003]: pgmap v18023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:32.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:32.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:32.577 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:32 smithi161 ceph-mon[116604]: pgmap v18023: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:33.351 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:33.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:33.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:33.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:33.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:34 smithi138 ceph-mon[117003]: from='client.485463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:34.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:34 smithi138 ceph-mon[117003]: 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-07T14:47:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:34 smithi161 ceph-mon[116604]: from='client.485463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:34 smithi161 ceph-mon[116604]: 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-07T14:47:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:34 smithi028 ceph-mon[112123]: from='client.485463 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:34 smithi028 ceph-mon[112123]: 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-07T14:47:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:36 smithi138 ceph-mon[117003]: 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-07T14:47:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:36 smithi161 ceph-mon[116604]: 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-07T14:47:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:36 smithi028 ceph-mon[112123]: 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-07T14:47:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:37 smithi138 ceph-mon[117003]: 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-07T14:47:38.353 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:38.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:38.353 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:38.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:37 smithi161 ceph-mon[116604]: 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-07T14:47:38.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:37 smithi028 ceph-mon[112123]: 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-07T14:47:39.129 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:39.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:39.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:39.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:39.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:40 smithi028 ceph-mon[112123]: from='client.485538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:40.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:40 smithi028 ceph-mon[112123]: pgmap v18027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:40 smithi138 ceph-mon[117003]: from='client.485538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:40.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:40 smithi138 ceph-mon[117003]: pgmap v18027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:40 smithi161 ceph-mon[116604]: from='client.485538 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:40 smithi161 ceph-mon[116604]: pgmap v18027: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:47:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:42 smithi138 ceph-mon[117003]: pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:42 smithi161 ceph-mon[116604]: pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:42 smithi028 ceph-mon[112123]: pgmap v18028: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:47:44.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:44.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:44.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:44.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:44 smithi138 ceph-mon[117003]: 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-07T14:47:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:44 smithi161 ceph-mon[116604]: 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-07T14:47:44.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:44 smithi028 ceph-mon[112123]: 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-07T14:47:44.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:44.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:44.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:44.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:44.910 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:46 smithi138 ceph-mon[117003]: from='client.485613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:46.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:46 smithi138 ceph-mon[117003]: pgmap v18030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:46 smithi161 ceph-mon[116604]: from='client.485613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:46.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:46 smithi161 ceph-mon[116604]: pgmap v18030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:46 smithi028 ceph-mon[112123]: from='client.485613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:46 smithi028 ceph-mon[112123]: pgmap v18030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:48.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:47 smithi138 ceph-mon[117003]: pgmap v18031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:47 smithi161 ceph-mon[116604]: pgmap v18031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:48.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:47 smithi028 ceph-mon[112123]: pgmap v18031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:49.911 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:49.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:49.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:50 smithi138 ceph-mon[117003]: pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:47:50.682 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:50.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:50.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:50.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:50.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:50 smithi161 ceph-mon[116604]: pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:47:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:50 smithi028 ceph-mon[112123]: pgmap v18032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:47:51.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:51 smithi138 ceph-mon[117003]: from='client.485691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:51.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:51 smithi161 ceph-mon[116604]: from='client.485691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:51 smithi028 ceph-mon[112123]: from='client.485691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:52 smithi138 ceph-mon[117003]: pgmap v18033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:47:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:52 smithi161 ceph-mon[116604]: pgmap v18033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:47:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:52 smithi028 ceph-mon[112123]: pgmap v18033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:47:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:54 smithi138 ceph-mon[117003]: pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:54 smithi161 ceph-mon[116604]: pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:54 smithi028 ceph-mon[112123]: pgmap v18034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:47:55.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:47:55.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:47:55.685 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:47:56.458 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:47:56.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:47:56.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:47:56.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:47:56.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:47:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:56 smithi138 ceph-mon[117003]: 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-07T14:47:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:56 smithi161 ceph-mon[116604]: 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-07T14:47:56.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:56 smithi028 ceph-mon[112123]: 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-07T14:47:57.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:57 smithi138 ceph-mon[117003]: from='client.485763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:57 smithi161 ceph-mon[116604]: from='client.485763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:57 smithi028 ceph-mon[112123]: from='client.485763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:47:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:47:58 smithi138 ceph-mon[117003]: pgmap v18036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:47:58 smithi161 ceph-mon[116604]: pgmap v18036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:47:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:47:58 smithi028 ceph-mon[112123]: pgmap v18036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:00 smithi138 ceph-mon[117003]: pgmap v18037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:48:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:00 smithi161 ceph-mon[116604]: pgmap v18037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:48:00.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:00 smithi028 ceph-mon[112123]: pgmap v18037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:48:01.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:01.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:01.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:02.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:02.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:02.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:02.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:02.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:02 smithi138 ceph-mon[117003]: pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:02.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:02 smithi161 ceph-mon[116604]: pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:02 smithi028 ceph-mon[112123]: pgmap v18038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:03.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:03 smithi138 ceph-mon[117003]: from='client.485841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:03 smithi161 ceph-mon[116604]: from='client.485841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:03 smithi028 ceph-mon[112123]: from='client.485841 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:04.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:04 smithi138 ceph-mon[117003]: pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:04.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:04 smithi161 ceph-mon[116604]: pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:04.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:04 smithi028 ceph-mon[112123]: pgmap v18039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:06 smithi138 ceph-mon[117003]: pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:06 smithi161 ceph-mon[116604]: pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:06 smithi028 ceph-mon[112123]: pgmap v18040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:07.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:07.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:07.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:08.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:08.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:08.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:08.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:08.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:08 smithi138 ceph-mon[117003]: 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-07T14:48:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:08 smithi161 ceph-mon[116604]: 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-07T14:48:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:08 smithi028 ceph-mon[112123]: 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-07T14:48:09.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:09 smithi138 ceph-mon[117003]: from='client.485913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:09 smithi161 ceph-mon[116604]: from='client.485913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:09 smithi028 ceph-mon[112123]: from='client.485913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:10.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:10 smithi138 ceph-mon[117003]: pgmap v18042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:48:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:10 smithi161 ceph-mon[116604]: pgmap v18042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:48:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:10 smithi028 ceph-mon[112123]: pgmap v18042: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:48:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:12 smithi138 ceph-mon[117003]: pgmap v18043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:12 smithi161 ceph-mon[116604]: pgmap v18043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:12.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:12 smithi028 ceph-mon[112123]: pgmap v18043: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:13.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:13.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:13.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:13.823 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:13.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:13.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:13.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:13.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:14 smithi138 ceph-mon[117003]: 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-07T14:48:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:14 smithi138 ceph-mon[117003]: from='client.485985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:14 smithi161 ceph-mon[116604]: 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-07T14:48:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:14 smithi161 ceph-mon[116604]: from='client.485985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:14 smithi028 ceph-mon[112123]: 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-07T14:48:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:14 smithi028 ceph-mon[112123]: from='client.485985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:16 smithi138 ceph-mon[117003]: 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-07T14:48:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:16 smithi161 ceph-mon[116604]: 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-07T14:48:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:16 smithi028 ceph-mon[112123]: 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-07T14:48:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:18 smithi138 ceph-mon[117003]: 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-07T14:48:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:48:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:48:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:48:18.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:48:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:18 smithi161 ceph-mon[116604]: 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-07T14:48:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:48:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:48:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:48:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:48:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:18 smithi028 ceph-mon[112123]: 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-07T14:48:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:48:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:48:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:48:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:48:18.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:18.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:18.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:19.599 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:19.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:19.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:19.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:19.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:20 smithi138 ceph-mon[117003]: 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-07T14:48:20.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:20 smithi138 ceph-mon[117003]: from='client.486063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:20 smithi161 ceph-mon[116604]: 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-07T14:48:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:20 smithi161 ceph-mon[116604]: from='client.486063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:20 smithi028 ceph-mon[112123]: 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-07T14:48:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:20 smithi028 ceph-mon[112123]: from='client.486063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:22 smithi138 ceph-mon[117003]: pgmap v18048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:22 smithi161 ceph-mon[116604]: pgmap v18048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:22 smithi028 ceph-mon[112123]: pgmap v18048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:24 smithi138 ceph-mon[117003]: pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:24.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:24.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:24.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:24 smithi161 ceph-mon[116604]: pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:24 smithi028 ceph-mon[112123]: pgmap v18049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:25.369 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:25.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:25.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:25.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:25.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:26 smithi138 ceph-mon[117003]: from='client.486138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:26.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:26 smithi138 ceph-mon[117003]: pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:26 smithi161 ceph-mon[116604]: from='client.486138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:26 smithi161 ceph-mon[116604]: pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:26 smithi028 ceph-mon[112123]: from='client.486138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:26 smithi028 ceph-mon[112123]: pgmap v18050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:28.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:28 smithi138 ceph-mon[117003]: pgmap v18051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:28 smithi161 ceph-mon[116604]: pgmap v18051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:28 smithi028 ceph-mon[112123]: pgmap v18051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:48:30.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:30.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:30.371 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:30 smithi138 ceph-mon[117003]: 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-07T14:48:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:30 smithi161 ceph-mon[116604]: 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-07T14:48:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:30 smithi028 ceph-mon[112123]: 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-07T14:48:31.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:31.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:31.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:31.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:31.138 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:32 smithi138 ceph-mon[117003]: from='client.486213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:32.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:32 smithi138 ceph-mon[117003]: pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:32 smithi161 ceph-mon[116604]: from='client.486213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:32 smithi161 ceph-mon[116604]: pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:32 smithi028 ceph-mon[112123]: from='client.486213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:32 smithi028 ceph-mon[112123]: pgmap v18053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:34.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:34 smithi138 ceph-mon[117003]: 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-07T14:48:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:34 smithi161 ceph-mon[116604]: 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-07T14:48:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:34 smithi028 ceph-mon[112123]: 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-07T14:48:36.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:36.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:36.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:36 smithi138 ceph-mon[117003]: pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:36 smithi161 ceph-mon[116604]: pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:36.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:36 smithi028 ceph-mon[112123]: pgmap v18055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:36.906 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:36.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:36.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:36.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:36.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:38 smithi138 ceph-mon[117003]: from='client.486291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:38.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:38 smithi138 ceph-mon[117003]: pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:38 smithi161 ceph-mon[116604]: from='client.486291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:38 smithi161 ceph-mon[116604]: pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:38 smithi028 ceph-mon[112123]: from='client.486291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:38 smithi028 ceph-mon[112123]: pgmap v18056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:40 smithi138 ceph-mon[117003]: pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:40 smithi161 ceph-mon[116604]: pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:40 smithi028 ceph-mon[112123]: pgmap v18057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:41.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:41.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:41.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:42 smithi138 ceph-mon[117003]: 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-07T14:48:42.677 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:42.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:42.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:42.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:42.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:42 smithi161 ceph-mon[116604]: 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-07T14:48:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:42 smithi028 ceph-mon[112123]: 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-07T14:48:43.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:43 smithi138 ceph-mon[117003]: from='client.486369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:43 smithi161 ceph-mon[116604]: from='client.486369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:43 smithi028 ceph-mon[112123]: from='client.486369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:44 smithi138 ceph-mon[117003]: pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:44 smithi161 ceph-mon[116604]: pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:44 smithi028 ceph-mon[112123]: pgmap v18059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:46 smithi138 ceph-mon[117003]: pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:46 smithi161 ceph-mon[116604]: pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:46 smithi028 ceph-mon[112123]: pgmap v18060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:47.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:47.682 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:47.682 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:48 smithi138 ceph-mon[117003]: 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-07T14:48:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:48 smithi161 ceph-mon[116604]: 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-07T14:48:48.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:48.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:48.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:48.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:48.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:48 smithi028 ceph-mon[112123]: 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-07T14:48:49.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:49 smithi138 ceph-mon[117003]: from='client.486444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:49 smithi161 ceph-mon[116604]: from='client.486444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:49 smithi028 ceph-mon[112123]: from='client.486444 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:50.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:50 smithi138 ceph-mon[117003]: pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:50 smithi161 ceph-mon[116604]: pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:50 smithi028 ceph-mon[112123]: pgmap v18062: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:48:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:52 smithi138 ceph-mon[117003]: pgmap v18063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:52 smithi161 ceph-mon[116604]: pgmap v18063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:52 smithi028 ceph-mon[112123]: pgmap v18063: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:48:53.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:53.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:53.453 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:48:54.233 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:48:54.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:48:54.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:48:54.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:48:54.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:48:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:54 smithi138 ceph-mon[117003]: 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-07T14:48:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:54 smithi161 ceph-mon[116604]: 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-07T14:48:54.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:54 smithi028 ceph-mon[112123]: 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-07T14:48:55.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:55 smithi138 ceph-mon[117003]: from='client.486519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:55 smithi161 ceph-mon[116604]: from='client.486519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:55 smithi028 ceph-mon[112123]: from='client.486519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:48:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:56 smithi138 ceph-mon[117003]: pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:56 smithi161 ceph-mon[116604]: pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:56.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:56 smithi028 ceph-mon[112123]: pgmap v18065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:48:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:48:58 smithi138 ceph-mon[117003]: pgmap v18066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:48:58 smithi161 ceph-mon[116604]: pgmap v18066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:48:58 smithi028 ceph-mon[112123]: pgmap v18066: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:48:59.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:48:59.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:48:59.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:00.011 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:00.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:00.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:00.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:00.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:00 smithi138 ceph-mon[117003]: 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-07T14:49:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:00 smithi161 ceph-mon[116604]: 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-07T14:49:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:00 smithi028 ceph-mon[112123]: 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-07T14:49:01.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:01 smithi138 ceph-mon[117003]: from='client.486597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:01 smithi161 ceph-mon[116604]: from='client.486597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:01 smithi028 ceph-mon[112123]: from='client.486597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:02 smithi138 ceph-mon[117003]: pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:02 smithi161 ceph-mon[116604]: pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:02 smithi028 ceph-mon[112123]: pgmap v18068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:04 smithi138 ceph-mon[117003]: pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:04 smithi161 ceph-mon[116604]: pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:04 smithi028 ceph-mon[112123]: pgmap v18069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:05.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:05.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:05.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:05.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:05.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:05.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:05.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:05.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:06 smithi138 ceph-mon[117003]: pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:06.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:06 smithi138 ceph-mon[117003]: from='client.486672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:06 smithi161 ceph-mon[116604]: pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:06 smithi161 ceph-mon[116604]: from='client.486672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:06 smithi028 ceph-mon[112123]: pgmap v18070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:06 smithi028 ceph-mon[112123]: from='client.486672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:08.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:08 smithi138 ceph-mon[117003]: pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:49:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:08 smithi161 ceph-mon[116604]: pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:49:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:08 smithi028 ceph-mon[112123]: pgmap v18071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:49:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:10 smithi138 ceph-mon[117003]: pgmap v18072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:49:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:10 smithi161 ceph-mon[116604]: pgmap v18072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:49:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:10 smithi028 ceph-mon[112123]: pgmap v18072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:49:10.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:10.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:10.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:11.576 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:11.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:11.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:11.576 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:11.577 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:12 smithi138 ceph-mon[117003]: from='client.486750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:12.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:12 smithi138 ceph-mon[117003]: pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:12 smithi161 ceph-mon[116604]: from='client.486750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:12 smithi161 ceph-mon[116604]: pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:12 smithi028 ceph-mon[112123]: from='client.486750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:12 smithi028 ceph-mon[112123]: pgmap v18073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:14 smithi138 ceph-mon[117003]: pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:14.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:14 smithi161 ceph-mon[116604]: pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:14 smithi028 ceph-mon[112123]: pgmap v18074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:16 smithi138 ceph-mon[117003]: pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:16.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:16.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:16.578 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:16 smithi161 ceph-mon[116604]: pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:16 smithi028 ceph-mon[112123]: pgmap v18075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:17.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:17.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:17.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:17.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:17.346 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:18 smithi138 ceph-mon[117003]: from='client.486825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:18 smithi138 ceph-mon[117003]: pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:18 smithi161 ceph-mon[116604]: from='client.486825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:18 smithi161 ceph-mon[116604]: pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:18 smithi028 ceph-mon[112123]: from='client.486825 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:18 smithi028 ceph-mon[112123]: pgmap v18076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:49:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:49:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:49:19.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:49:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:49:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:49:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:49:19.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:49:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:49:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:49:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:49:19.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:49:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:20 smithi138 ceph-mon[117003]: pgmap v18077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:20 smithi161 ceph-mon[116604]: pgmap v18077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:20 smithi028 ceph-mon[112123]: pgmap v18077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:22.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:22.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:22.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:22 smithi138 ceph-mon[117003]: 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-07T14:49:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:22 smithi161 ceph-mon[116604]: 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-07T14:49:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:22 smithi028 ceph-mon[112123]: 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-07T14:49:23.134 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:23.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:23.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:23.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:23.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:24 smithi138 ceph-mon[117003]: from='client.486897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:24.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:24 smithi138 ceph-mon[117003]: pgmap v18079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:24 smithi161 ceph-mon[116604]: from='client.486897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:24 smithi161 ceph-mon[116604]: pgmap v18079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:24 smithi028 ceph-mon[112123]: from='client.486897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:24 smithi028 ceph-mon[112123]: pgmap v18079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:26 smithi138 ceph-mon[117003]: pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:26 smithi161 ceph-mon[116604]: pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:26 smithi028 ceph-mon[112123]: pgmap v18080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:28.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:28.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:28.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:28.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:28 smithi138 ceph-mon[117003]: 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-07T14:49:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:28 smithi161 ceph-mon[116604]: 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-07T14:49:28.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:28 smithi028 ceph-mon[112123]: 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-07T14:49:28.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:28.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:28.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:28.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:28.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:30 smithi138 ceph-mon[117003]: from='client.486966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:30.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:30 smithi138 ceph-mon[117003]: pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:30 smithi161 ceph-mon[116604]: from='client.486966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:30 smithi161 ceph-mon[116604]: pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:30 smithi028 ceph-mon[112123]: from='client.486966 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:30 smithi028 ceph-mon[112123]: pgmap v18082: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:32.544 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:32 smithi138 ceph-mon[117003]: pgmap v18083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:32 smithi161 ceph-mon[116604]: pgmap v18083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:32.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:32 smithi028 ceph-mon[112123]: pgmap v18083: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:33.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:33.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:33.915 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:34 smithi138 ceph-mon[117003]: 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-07T14:49:34.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:34.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:34.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:34.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:34.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:34 smithi161 ceph-mon[116604]: 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-07T14:49:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:34 smithi028 ceph-mon[112123]: 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-07T14:49:35.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:35 smithi138 ceph-mon[117003]: from='client.487041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:35 smithi161 ceph-mon[116604]: from='client.487041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:35 smithi028 ceph-mon[112123]: from='client.487041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:36.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:36 smithi138 ceph-mon[117003]: pgmap v18085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:36 smithi161 ceph-mon[116604]: pgmap v18085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:36 smithi028 ceph-mon[112123]: pgmap v18085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:38 smithi138 ceph-mon[117003]: pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:38 smithi161 ceph-mon[116604]: pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:38.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:38 smithi028 ceph-mon[112123]: pgmap v18086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:39.689 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:39.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:39.690 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:40.463 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:40.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:40.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:40.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:40.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:40 smithi138 ceph-mon[117003]: 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-07T14:49:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:40 smithi161 ceph-mon[116604]: 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-07T14:49:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:40 smithi028 ceph-mon[112123]: 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-07T14:49:41.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:41 smithi138 ceph-mon[117003]: from='client.487116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:41 smithi161 ceph-mon[116604]: from='client.487116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:41 smithi028 ceph-mon[112123]: from='client.487116 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:42.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:42 smithi138 ceph-mon[117003]: pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:42 smithi161 ceph-mon[116604]: pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:42 smithi028 ceph-mon[112123]: pgmap v18088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:44 smithi138 ceph-mon[117003]: pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:44.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:44 smithi161 ceph-mon[116604]: pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:44 smithi028 ceph-mon[112123]: pgmap v18089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:49:45.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:45.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:45.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:46.241 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:46.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:46.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:46.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:46.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:46.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:46 smithi138 ceph-mon[117003]: pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:46 smithi161 ceph-mon[116604]: pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:46 smithi028 ceph-mon[112123]: pgmap v18090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:47.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:47 smithi138 ceph-mon[117003]: from='client.487194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:47 smithi161 ceph-mon[116604]: from='client.487194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:47 smithi028 ceph-mon[112123]: from='client.487194 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:48 smithi138 ceph-mon[117003]: 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-07T14:49:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:48 smithi161 ceph-mon[116604]: 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-07T14:49:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:48 smithi028 ceph-mon[112123]: 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-07T14:49:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:50 smithi138 ceph-mon[117003]: pgmap v18092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:50 smithi161 ceph-mon[116604]: pgmap v18092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:50 smithi028 ceph-mon[112123]: pgmap v18092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:51.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:51.244 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:51.244 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:52.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:52.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:52.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:52.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:52.023 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:52.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:52 smithi138 ceph-mon[117003]: pgmap v18093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:52.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:52 smithi161 ceph-mon[116604]: pgmap v18093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:52 smithi028 ceph-mon[112123]: pgmap v18093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:53.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:53 smithi138 ceph-mon[117003]: from='client.487269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:53 smithi161 ceph-mon[116604]: from='client.487269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:53 smithi028 ceph-mon[112123]: from='client.487269 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:54 smithi138 ceph-mon[117003]: pgmap v18094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:54 smithi161 ceph-mon[116604]: pgmap v18094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:54.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:54 smithi028 ceph-mon[112123]: pgmap v18094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:56 smithi138 ceph-mon[117003]: pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:56 smithi161 ceph-mon[116604]: pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:56 smithi028 ceph-mon[112123]: pgmap v18095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:49:57.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:49:57.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:49:57.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:49:57.802 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:49:57.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:49:57.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:49:57.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:49:57.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:49:58.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:58 smithi138 ceph-mon[117003]: pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:58.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:49:58 smithi138 ceph-mon[117003]: from='client.487341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:58 smithi161 ceph-mon[116604]: pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:49:58 smithi161 ceph-mon[116604]: from='client.487341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:49:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:58 smithi028 ceph-mon[112123]: pgmap v18096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:49:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:49:58 smithi028 ceph-mon[112123]: from='client.487341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:00 smithi138 ceph-mon[117003]: pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:00.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T14:50:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:00 smithi161 ceph-mon[116604]: pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T14:50:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:00 smithi028 ceph-mon[112123]: pgmap v18097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T14:50:02.534 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:02 smithi161 ceph-mon[116604]: 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-07T14:50:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:02 smithi138 ceph-mon[117003]: 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-07T14:50:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:02 smithi028 ceph-mon[112123]: 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-07T14:50:02.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:02.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:02.804 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:03.587 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:03.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:03.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:03.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:03.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:04 smithi138 ceph-mon[117003]: from='client.487419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:04.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:04 smithi138 ceph-mon[117003]: pgmap v18099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:04 smithi161 ceph-mon[116604]: from='client.487419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:04 smithi161 ceph-mon[116604]: pgmap v18099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:04 smithi028 ceph-mon[112123]: from='client.487419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:04.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:04 smithi028 ceph-mon[112123]: pgmap v18099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:06 smithi138 ceph-mon[117003]: pgmap v18100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:06 smithi161 ceph-mon[116604]: pgmap v18100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:06 smithi028 ceph-mon[112123]: pgmap v18100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:08.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:08 smithi138 ceph-mon[117003]: 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-07T14:50:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:08 smithi161 ceph-mon[116604]: 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-07T14:50:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:08 smithi028 ceph-mon[112123]: 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-07T14:50:08.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:08.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:08.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:09.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:09.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:09.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:09.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:09.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:10 smithi138 ceph-mon[117003]: from='client.487494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:10.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:10 smithi138 ceph-mon[117003]: pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:50:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:10 smithi161 ceph-mon[116604]: from='client.487494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:10.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:10 smithi161 ceph-mon[116604]: pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:50:10.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:10 smithi028 ceph-mon[112123]: from='client.487494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:10.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:10 smithi028 ceph-mon[112123]: pgmap v18102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:50:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:12 smithi138 ceph-mon[117003]: pgmap v18103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:50:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:12 smithi161 ceph-mon[116604]: pgmap v18103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:50:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:12 smithi028 ceph-mon[112123]: pgmap v18103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:50:14.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:14.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:14.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:14 smithi138 ceph-mon[117003]: pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:50:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:14 smithi161 ceph-mon[116604]: pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:50:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:14 smithi028 ceph-mon[112123]: pgmap v18104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:50:15.149 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:15.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:15.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:15.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:15.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:16 smithi138 ceph-mon[117003]: from='client.487566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:16.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:16 smithi138 ceph-mon[117003]: pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:16 smithi161 ceph-mon[116604]: from='client.487566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:16 smithi161 ceph-mon[116604]: pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:16 smithi028 ceph-mon[112123]: from='client.487566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:16 smithi028 ceph-mon[112123]: pgmap v18105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:18.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:18 smithi138 ceph-mon[117003]: pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:18 smithi161 ceph-mon[116604]: pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:18 smithi028 ceph-mon[112123]: pgmap v18106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:19.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:50:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:50:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:50:20.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:20.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:20.151 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:20.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:20 smithi138 ceph-mon[117003]: 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-07T14:50:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:50:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:50:20.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:50:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:20 smithi161 ceph-mon[116604]: 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-07T14:50:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:50:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:50:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:50:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:20 smithi028 ceph-mon[112123]: 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-07T14:50:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:50:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:50:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:50:20.932 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:20.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:20.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:20.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:20.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:22 smithi138 ceph-mon[117003]: from='client.487644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:22.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:22 smithi138 ceph-mon[117003]: pgmap v18108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:50:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:22 smithi161 ceph-mon[116604]: from='client.487644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:22 smithi161 ceph-mon[116604]: pgmap v18108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:50:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:22 smithi028 ceph-mon[112123]: from='client.487644 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:22 smithi028 ceph-mon[112123]: pgmap v18108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:50:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:24 smithi138 ceph-mon[117003]: pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:50:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:24 smithi161 ceph-mon[116604]: pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:50:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:24 smithi028 ceph-mon[112123]: pgmap v18109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:50:25.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:25.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:25.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:26 smithi138 ceph-mon[117003]: pgmap v18110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:50:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:26 smithi161 ceph-mon[116604]: pgmap v18110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:50:26.716 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:26.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:26.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:26.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:26.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:26 smithi028 ceph-mon[112123]: pgmap v18110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:50:27.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:27 smithi138 ceph-mon[117003]: from='client.487719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:27 smithi161 ceph-mon[116604]: from='client.487719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:27 smithi028 ceph-mon[112123]: from='client.487719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:28 smithi138 ceph-mon[117003]: 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-07T14:50:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:28 smithi161 ceph-mon[116604]: 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-07T14:50:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:28 smithi028 ceph-mon[112123]: 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-07T14:50:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:30 smithi138 ceph-mon[117003]: pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:30 smithi161 ceph-mon[116604]: pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:30 smithi028 ceph-mon[112123]: pgmap v18112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:31.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:31.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:31.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:32.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:32.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:32.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:32.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:32.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:32 smithi138 ceph-mon[117003]: pgmap v18113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:32 smithi161 ceph-mon[116604]: pgmap v18113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:32 smithi028 ceph-mon[112123]: pgmap v18113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:33.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:33 smithi138 ceph-mon[117003]: from='client.487797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:33 smithi161 ceph-mon[116604]: from='client.487797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:33 smithi028 ceph-mon[112123]: from='client.487797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:34 smithi138 ceph-mon[117003]: pgmap v18114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:34 smithi161 ceph-mon[116604]: pgmap v18114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:34 smithi028 ceph-mon[112123]: pgmap v18114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:36 smithi138 ceph-mon[117003]: pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:36 smithi161 ceph-mon[116604]: pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:36 smithi028 ceph-mon[112123]: pgmap v18115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:37.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:37.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:37.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:38.279 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:38.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:38.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:38.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:38.280 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:38.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:38 smithi138 ceph-mon[117003]: pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:38 smithi161 ceph-mon[116604]: pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:38 smithi028 ceph-mon[112123]: pgmap v18116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:39.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:39 smithi138 ceph-mon[117003]: from='client.487872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:39 smithi161 ceph-mon[116604]: from='client.487872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:39 smithi028 ceph-mon[112123]: from='client.487872 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:40 smithi161 ceph-mon[116604]: pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:40 smithi028 ceph-mon[112123]: pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:40 smithi138 ceph-mon[117003]: pgmap v18117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:42.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:42 smithi138 ceph-mon[117003]: 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-07T14:50:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:42 smithi161 ceph-mon[116604]: 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-07T14:50:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:42 smithi028 ceph-mon[112123]: 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-07T14:50:43.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:43.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:43.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:44.054 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:44.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:44.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:44.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:44.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:44.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:44 smithi138 ceph-mon[117003]: pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:44 smithi161 ceph-mon[116604]: pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:44 smithi028 ceph-mon[112123]: pgmap v18119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:45.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:45 smithi138 ceph-mon[117003]: from='client.487950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:45 smithi161 ceph-mon[116604]: from='client.487950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:45 smithi028 ceph-mon[112123]: from='client.487950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:46.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:46 smithi138 ceph-mon[117003]: pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:46 smithi161 ceph-mon[116604]: pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:46 smithi028 ceph-mon[112123]: pgmap v18120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:50:48.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:48 smithi138 ceph-mon[117003]: 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-07T14:50:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:48 smithi161 ceph-mon[116604]: 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-07T14:50:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:48 smithi028 ceph-mon[112123]: 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-07T14:50:49.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:49.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:49.056 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:49.839 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:49.839 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:49.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:49.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:49.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:50 smithi138 ceph-mon[117003]: 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-07T14:50:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:50 smithi138 ceph-mon[117003]: from='client.488028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:50 smithi161 ceph-mon[116604]: 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-07T14:50:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:50 smithi161 ceph-mon[116604]: from='client.488028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:50 smithi028 ceph-mon[112123]: 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-07T14:50:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:50 smithi028 ceph-mon[112123]: from='client.488028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:52 smithi138 ceph-mon[117003]: pgmap v18123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:52 smithi161 ceph-mon[116604]: pgmap v18123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:52 smithi028 ceph-mon[112123]: pgmap v18123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:54 smithi138 ceph-mon[117003]: pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:54 smithi161 ceph-mon[116604]: pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:54 smithi028 ceph-mon[112123]: pgmap v18124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:54.840 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:50:54.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:50:54.841 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:50:55.609 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:50:55.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:50:55.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:50:55.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:50:55.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:50:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:56 smithi138 ceph-mon[117003]: pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:56.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:56 smithi138 ceph-mon[117003]: from='client.488103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:56.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:56 smithi161 ceph-mon[116604]: pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:56.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:56 smithi161 ceph-mon[116604]: from='client.488103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:56.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:56 smithi028 ceph-mon[112123]: pgmap v18125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:50:56.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:56 smithi028 ceph-mon[112123]: from='client.488103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:50:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:50:58 smithi161 ceph-mon[116604]: pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:50:58 smithi028 ceph-mon[112123]: pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:50:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:50:58 smithi138 ceph-mon[117003]: pgmap v18126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:00 smithi138 ceph-mon[117003]: 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-07T14:51:00.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:00.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:00.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:00 smithi161 ceph-mon[116604]: 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-07T14:51:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:00 smithi028 ceph-mon[112123]: 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-07T14:51:01.380 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:01.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:01.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:01.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:01.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:02 smithi138 ceph-mon[117003]: from='client.488175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:02 smithi138 ceph-mon[117003]: pgmap v18128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:02 smithi161 ceph-mon[116604]: from='client.488175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:02 smithi161 ceph-mon[116604]: pgmap v18128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:02 smithi028 ceph-mon[112123]: from='client.488175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:02 smithi028 ceph-mon[112123]: pgmap v18128: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:04 smithi138 ceph-mon[117003]: 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-07T14:51:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:04 smithi161 ceph-mon[116604]: 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-07T14:51:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:04 smithi028 ceph-mon[112123]: 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-07T14:51:06.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:06.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:06.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:06.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:06 smithi138 ceph-mon[117003]: 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-07T14:51:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:06 smithi161 ceph-mon[116604]: 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-07T14:51:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:06 smithi028 ceph-mon[112123]: 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-07T14:51:07.152 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:07.152 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:07.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:07.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:07.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:08 smithi161 ceph-mon[116604]: from='client.488247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:08 smithi161 ceph-mon[116604]: 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-07T14:51:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:08 smithi028 ceph-mon[112123]: from='client.488247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:08 smithi028 ceph-mon[112123]: 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-07T14:51:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:08 smithi138 ceph-mon[117003]: from='client.488247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:08.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:08 smithi138 ceph-mon[117003]: 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-07T14:51:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:10 smithi138 ceph-mon[117003]: pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:10 smithi161 ceph-mon[116604]: pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:10 smithi028 ceph-mon[112123]: pgmap v18132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:12.153 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:12.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:12.154 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:12.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:12 smithi138 ceph-mon[117003]: 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-07T14:51:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:12 smithi161 ceph-mon[116604]: 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-07T14:51:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:12 smithi028 ceph-mon[112123]: 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-07T14:51:12.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:12.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:12.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:12.952 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:12.952 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:14.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:14 smithi138 ceph-mon[117003]: from='client.488325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:14.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:14 smithi138 ceph-mon[117003]: pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:14 smithi161 ceph-mon[116604]: from='client.488325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:14 smithi161 ceph-mon[116604]: pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:14 smithi028 ceph-mon[112123]: from='client.488325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:14 smithi028 ceph-mon[112123]: pgmap v18134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:16.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:16 smithi138 ceph-mon[117003]: pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:16 smithi161 ceph-mon[116604]: pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:16 smithi028 ceph-mon[112123]: pgmap v18135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:17.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:17.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:17.954 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:18 smithi161 ceph-mon[116604]: pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:18 smithi028 ceph-mon[112123]: pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:18 smithi138 ceph-mon[117003]: pgmap v18136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:18.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:18.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:18.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:18.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:18.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:19 smithi161 ceph-mon[116604]: from='client.488403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:19 smithi028 ceph-mon[112123]: from='client.488403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:19 smithi138 ceph-mon[117003]: from='client.488403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:20.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:20 smithi161 ceph-mon[116604]: pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:20.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:20 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:51:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:20 smithi028 ceph-mon[112123]: pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:20 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:51:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:20 smithi138 ceph-mon[117003]: pgmap v18137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:20 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:51:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:51:21.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:51:21.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:51:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:51:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:51:21.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:51:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:51:21.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:51:21.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:51:22.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:22 smithi161 ceph-mon[116604]: 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-07T14:51:22.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:22 smithi028 ceph-mon[112123]: 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-07T14:51:22.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:22 smithi138 ceph-mon[117003]: 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-07T14:51:23.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:23.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:23.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:24.491 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:24.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:24.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:24.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:24.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:24.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:24 smithi138 ceph-mon[117003]: 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-07T14:51:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:24 smithi161 ceph-mon[116604]: 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-07T14:51:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:24 smithi028 ceph-mon[112123]: 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-07T14:51:25.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:25 smithi138 ceph-mon[117003]: from='client.488478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:25 smithi161 ceph-mon[116604]: from='client.488478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:25.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:25 smithi028 ceph-mon[112123]: from='client.488478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:26.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:26 smithi138 ceph-mon[117003]: pgmap v18140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:26 smithi161 ceph-mon[116604]: pgmap v18140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:26 smithi028 ceph-mon[112123]: pgmap v18140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:28 smithi161 ceph-mon[116604]: pgmap v18141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:28 smithi028 ceph-mon[112123]: pgmap v18141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:28 smithi138 ceph-mon[117003]: pgmap v18141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:29.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:29.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:29.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:30.262 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:30.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:30.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:30.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:30.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:30 smithi138 ceph-mon[117003]: 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-07T14:51:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:30 smithi161 ceph-mon[116604]: 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-07T14:51:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:30 smithi028 ceph-mon[112123]: 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-07T14:51:31.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:31 smithi138 ceph-mon[117003]: from='client.488556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:31 smithi161 ceph-mon[116604]: from='client.488556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:31 smithi028 ceph-mon[112123]: from='client.488556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:32 smithi138 ceph-mon[117003]: pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:32 smithi161 ceph-mon[116604]: pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:32 smithi028 ceph-mon[112123]: pgmap v18143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:34.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:34 smithi138 ceph-mon[117003]: pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:34 smithi161 ceph-mon[116604]: pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:34 smithi028 ceph-mon[112123]: pgmap v18144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:51:35.264 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:35.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:35.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:36.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:36.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:36.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:36.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:36.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:36.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:36 smithi138 ceph-mon[117003]: pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:36 smithi161 ceph-mon[116604]: pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:36 smithi028 ceph-mon[112123]: pgmap v18145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:37.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:37 smithi138 ceph-mon[117003]: from='client.488631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:37.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:37 smithi161 ceph-mon[116604]: from='client.488631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:37.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:37 smithi028 ceph-mon[112123]: from='client.488631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:38 smithi161 ceph-mon[116604]: 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-07T14:51:38.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:38 smithi028 ceph-mon[112123]: 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-07T14:51:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:38 smithi138 ceph-mon[117003]: 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-07T14:51:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:40 smithi161 ceph-mon[116604]: pgmap v18147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:40 smithi028 ceph-mon[112123]: pgmap v18147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:40 smithi138 ceph-mon[117003]: pgmap v18147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:41.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:41.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:41.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:41.829 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:41.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:41.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:41.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:41.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:42 smithi161 ceph-mon[116604]: pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:42.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:42 smithi161 ceph-mon[116604]: from='client.488706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:42 smithi028 ceph-mon[112123]: pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:42 smithi028 ceph-mon[112123]: from='client.488706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:42 smithi138 ceph-mon[117003]: pgmap v18148: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:42 smithi138 ceph-mon[117003]: from='client.488706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:44 smithi161 ceph-mon[116604]: 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-07T14:51:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:44 smithi028 ceph-mon[112123]: 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-07T14:51:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:44 smithi138 ceph-mon[117003]: 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-07T14:51:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:46 smithi161 ceph-mon[116604]: 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-07T14:51:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:46 smithi028 ceph-mon[112123]: 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-07T14:51:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:46 smithi138 ceph-mon[117003]: 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-07T14:51:46.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:46.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:46.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:47.634 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:47.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:47.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:47.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:47.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:48 smithi161 ceph-mon[116604]: 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-07T14:51:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:48 smithi161 ceph-mon[116604]: from='client.488781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:48 smithi028 ceph-mon[112123]: 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-07T14:51:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:48 smithi028 ceph-mon[112123]: from='client.488781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:48 smithi138 ceph-mon[117003]: 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-07T14:51:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:48 smithi138 ceph-mon[117003]: from='client.488781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:50 smithi138 ceph-mon[117003]: pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:50 smithi161 ceph-mon[116604]: pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:50 smithi028 ceph-mon[112123]: pgmap v18152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:52.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:52 smithi138 ceph-mon[117003]: 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-07T14:51:52.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:52.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:52.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:52 smithi161 ceph-mon[116604]: 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-07T14:51:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:52 smithi028 ceph-mon[112123]: 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-07T14:51:53.410 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:53.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:53.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:53.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:53.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:51:54.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:54 smithi138 ceph-mon[117003]: from='client.488856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:54.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:54 smithi138 ceph-mon[117003]: pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:54 smithi161 ceph-mon[116604]: from='client.488856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:54 smithi161 ceph-mon[116604]: pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:54 smithi028 ceph-mon[112123]: from='client.488856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:51:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:54 smithi028 ceph-mon[112123]: pgmap v18154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:56 smithi138 ceph-mon[117003]: pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:56 smithi161 ceph-mon[116604]: pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:56 smithi028 ceph-mon[112123]: pgmap v18155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:51:58.411 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:51:58.412 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:51:58.412 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:51:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:51:58 smithi161 ceph-mon[116604]: pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:51:58 smithi028 ceph-mon[112123]: pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:51:58 smithi138 ceph-mon[117003]: pgmap v18156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:51:59.183 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:51:59.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:51:59.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:51:59.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:51:59.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:00 smithi138 ceph-mon[117003]: from='client.488928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:00 smithi138 ceph-mon[117003]: pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:52:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:00 smithi161 ceph-mon[116604]: from='client.488928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:00 smithi161 ceph-mon[116604]: pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:52:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:00 smithi028 ceph-mon[112123]: from='client.488928 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:00 smithi028 ceph-mon[112123]: pgmap v18157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:52:02.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:02 smithi138 ceph-mon[117003]: pgmap v18158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:52:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:02 smithi161 ceph-mon[116604]: pgmap v18158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:52:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:02 smithi028 ceph-mon[112123]: pgmap v18158: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:52:04.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:04.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:04.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:04.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:04 smithi138 ceph-mon[117003]: pgmap v18159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:52:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:04 smithi161 ceph-mon[116604]: pgmap v18159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:52:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:04 smithi028 ceph-mon[112123]: pgmap v18159: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:52:04.971 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:04.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:04.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:04.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:04.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:06 smithi161 ceph-mon[116604]: from='client.489006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:06 smithi161 ceph-mon[116604]: pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:06 smithi028 ceph-mon[112123]: from='client.489006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:06.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:06 smithi028 ceph-mon[112123]: pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:06 smithi138 ceph-mon[117003]: from='client.489006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:06 smithi138 ceph-mon[117003]: pgmap v18160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:08 smithi161 ceph-mon[116604]: pgmap v18161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:08 smithi028 ceph-mon[112123]: pgmap v18161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:08.546 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:08 smithi138 ceph-mon[117003]: pgmap v18161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:09.972 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:09.973 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:09.973 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:10 smithi138 ceph-mon[117003]: 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-07T14:52:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:10 smithi161 ceph-mon[116604]: 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-07T14:52:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:10 smithi028 ceph-mon[112123]: 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-07T14:52:10.753 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:10.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:10.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:10.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:10.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:11.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:11 smithi138 ceph-mon[117003]: from='client.489081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:11 smithi161 ceph-mon[116604]: from='client.489081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:11 smithi028 ceph-mon[112123]: from='client.489081 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:12 smithi161 ceph-mon[116604]: pgmap v18163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:52:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:12 smithi028 ceph-mon[112123]: pgmap v18163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:52:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:12 smithi138 ceph-mon[117003]: pgmap v18163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:52:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:14 smithi161 ceph-mon[116604]: pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:52:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:14 smithi028 ceph-mon[112123]: pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:52:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:14 smithi138 ceph-mon[117003]: pgmap v18164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:52:15.755 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:15.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:15.755 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:16.542 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:16.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:16.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:16.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:16.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:16 smithi161 ceph-mon[116604]: pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:52:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:16 smithi028 ceph-mon[112123]: pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:52:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:16 smithi138 ceph-mon[117003]: pgmap v18165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:52:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:17 smithi161 ceph-mon[116604]: from='client.489159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:17 smithi028 ceph-mon[112123]: from='client.489159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:17 smithi138 ceph-mon[117003]: from='client.489159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:18 smithi161 ceph-mon[116604]: 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-07T14:52:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:18 smithi028 ceph-mon[112123]: 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-07T14:52:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:18 smithi138 ceph-mon[117003]: 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-07T14:52:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:20 smithi161 ceph-mon[116604]: pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:20 smithi028 ceph-mon[112123]: pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:20.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:20 smithi138 ceph-mon[117003]: pgmap v18167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:21.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:21.544 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:21.544 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:52:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:52:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:52:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:52:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:52:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:52:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:52:21.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:52:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:52:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:52:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:52:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:52:22.322 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:22.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:22.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:22.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:22.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:22 smithi161 ceph-mon[116604]: pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:22 smithi028 ceph-mon[112123]: pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:22 smithi138 ceph-mon[117003]: pgmap v18168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:23 smithi161 ceph-mon[116604]: from='client.489234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:23 smithi028 ceph-mon[112123]: from='client.489234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:23 smithi138 ceph-mon[117003]: from='client.489234 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:24 smithi161 ceph-mon[116604]: 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-07T14:52:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:24 smithi028 ceph-mon[112123]: 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-07T14:52:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:24 smithi138 ceph-mon[117003]: 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-07T14:52:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:26 smithi161 ceph-mon[116604]: 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-07T14:52:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:26 smithi028 ceph-mon[112123]: 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-07T14:52:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:26 smithi138 ceph-mon[117003]: 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-07T14:52:27.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:27.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:27.325 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:28.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:28.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:28.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:28.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:28.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:28 smithi161 ceph-mon[116604]: 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-07T14:52:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:28 smithi028 ceph-mon[112123]: 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-07T14:52:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:28 smithi138 ceph-mon[117003]: 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-07T14:52:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:29 smithi161 ceph-mon[116604]: from='client.489309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:29 smithi028 ceph-mon[112123]: from='client.489309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:29 smithi138 ceph-mon[117003]: from='client.489309 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:30 smithi161 ceph-mon[116604]: pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:30 smithi028 ceph-mon[112123]: pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:30 smithi138 ceph-mon[117003]: pgmap v18172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:32.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:32 smithi138 ceph-mon[117003]: 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-07T14:52:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:32 smithi161 ceph-mon[116604]: 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-07T14:52:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:32 smithi028 ceph-mon[112123]: 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-07T14:52:33.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:33.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:33.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:33.868 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:33.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:33.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:33.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:33.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:34 smithi161 ceph-mon[116604]: pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:34 smithi161 ceph-mon[116604]: from='client.489384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:34 smithi028 ceph-mon[112123]: pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:34 smithi028 ceph-mon[112123]: from='client.489384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:34 smithi138 ceph-mon[117003]: pgmap v18174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:34.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:34 smithi138 ceph-mon[117003]: from='client.489384 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:36.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:36 smithi161 ceph-mon[116604]: pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:36 smithi028 ceph-mon[112123]: pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:36 smithi138 ceph-mon[117003]: pgmap v18175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:52:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:38 smithi161 ceph-mon[116604]: pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:38 smithi028 ceph-mon[112123]: pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:38 smithi138 ceph-mon[117003]: pgmap v18176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:38.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:38.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:38.869 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:39.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:39.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:39.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:39.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:39.641 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:40 smithi161 ceph-mon[116604]: pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:40 smithi161 ceph-mon[116604]: from='client.489462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:40 smithi028 ceph-mon[112123]: pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:40 smithi028 ceph-mon[112123]: from='client.489462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:40 smithi138 ceph-mon[117003]: pgmap v18177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:40 smithi138 ceph-mon[117003]: from='client.489462 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:42 smithi161 ceph-mon[116604]: pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:42 smithi028 ceph-mon[112123]: pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:42 smithi138 ceph-mon[117003]: pgmap v18178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:44.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:44.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:44.643 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:44 smithi161 ceph-mon[116604]: pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:44 smithi028 ceph-mon[112123]: pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:44 smithi138 ceph-mon[117003]: pgmap v18179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:45.443 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:45.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:45.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:45.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:45.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:46 smithi161 ceph-mon[116604]: from='client.489540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:46.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:46 smithi161 ceph-mon[116604]: pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:46 smithi028 ceph-mon[112123]: from='client.489540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:46 smithi028 ceph-mon[112123]: pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:46 smithi138 ceph-mon[117003]: from='client.489540 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:46.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:46 smithi138 ceph-mon[117003]: pgmap v18180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:48 smithi161 ceph-mon[116604]: pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:48 smithi028 ceph-mon[112123]: pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:48 smithi138 ceph-mon[117003]: pgmap v18181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:52:50.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:50.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:50.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:50 smithi161 ceph-mon[116604]: 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-07T14:52:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:50 smithi028 ceph-mon[112123]: 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-07T14:52:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:50 smithi138 ceph-mon[117003]: 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-07T14:52:51.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:51.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:51.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:51.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:51.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:52 smithi161 ceph-mon[116604]: from='client.489615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:52 smithi161 ceph-mon[116604]: pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:52.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:52 smithi028 ceph-mon[112123]: from='client.489615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:52.722 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:52 smithi028 ceph-mon[112123]: pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:52 smithi138 ceph-mon[117003]: from='client.489615 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:52 smithi138 ceph-mon[117003]: pgmap v18183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:52:54.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:54 smithi161 ceph-mon[116604]: 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-07T14:52:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:54 smithi028 ceph-mon[112123]: 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-07T14:52:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:54 smithi138 ceph-mon[117003]: 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-07T14:52:56.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:52:56.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:52:56.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:52:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:56 smithi161 ceph-mon[116604]: 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-07T14:52:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:56 smithi028 ceph-mon[112123]: 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-07T14:52:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:56 smithi138 ceph-mon[117003]: 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-07T14:52:56.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:52:56.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:52:56.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:52:56.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:52:56.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:52:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:58 smithi161 ceph-mon[116604]: from='client.489687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:52:58 smithi161 ceph-mon[116604]: 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-07T14:52:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:58 smithi028 ceph-mon[112123]: from='client.489687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:52:58 smithi028 ceph-mon[112123]: 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-07T14:52:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:58 smithi138 ceph-mon[117003]: from='client.489687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:52:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:52:58 smithi138 ceph-mon[117003]: 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-07T14:53:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:00 smithi161 ceph-mon[116604]: pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:00 smithi028 ceph-mon[112123]: pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:00.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:00 smithi138 ceph-mon[117003]: pgmap v18187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:01.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:01.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:01.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:02 smithi161 ceph-mon[116604]: pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:02 smithi028 ceph-mon[112123]: pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:02.765 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:02.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:02.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:02.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:02.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:02 smithi138 ceph-mon[117003]: pgmap v18188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:03.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:03 smithi161 ceph-mon[116604]: from='client.489756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:03 smithi028 ceph-mon[112123]: from='client.489756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:03.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:03 smithi138 ceph-mon[117003]: from='client.489756 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:04 smithi161 ceph-mon[116604]: 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-07T14:53:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:04 smithi028 ceph-mon[112123]: 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-07T14:53:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:04 smithi138 ceph-mon[117003]: 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-07T14:53:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:06 smithi161 ceph-mon[116604]: 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-07T14:53:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:06 smithi028 ceph-mon[112123]: 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-07T14:53:06.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:06 smithi138 ceph-mon[117003]: 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-07T14:53:07.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:07.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:07.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:08.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:08 smithi161 ceph-mon[116604]: 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-07T14:53:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:08 smithi028 ceph-mon[112123]: 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-07T14:53:08.535 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:08.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:08.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:08.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:08.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:08 smithi138 ceph-mon[117003]: 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-07T14:53:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:09 smithi161 ceph-mon[116604]: from='client.489834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:09 smithi028 ceph-mon[112123]: from='client.489834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:09 smithi138 ceph-mon[117003]: from='client.489834 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:10 smithi161 ceph-mon[116604]: pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:10.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:10 smithi028 ceph-mon[112123]: pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:10 smithi138 ceph-mon[117003]: pgmap v18192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:12 smithi161 ceph-mon[116604]: 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-07T14:53:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:12 smithi028 ceph-mon[112123]: 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-07T14:53:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:12 smithi138 ceph-mon[117003]: 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-07T14:53:13.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:13.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:13.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:14.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:14.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:14.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:14.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:14.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:14 smithi161 ceph-mon[116604]: pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:14 smithi028 ceph-mon[112123]: pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:14 smithi138 ceph-mon[117003]: pgmap v18194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:15 smithi161 ceph-mon[116604]: from='client.489909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:15.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:15 smithi028 ceph-mon[112123]: from='client.489909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:15 smithi138 ceph-mon[117003]: from='client.489909 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:16 smithi161 ceph-mon[116604]: pgmap v18195: 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-07T14:53:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:16 smithi028 ceph-mon[112123]: pgmap v18195: 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-07T14:53:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:16 smithi138 ceph-mon[117003]: pgmap v18195: 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-07T14:53:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:18 smithi161 ceph-mon[116604]: pgmap v18196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:53:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:18 smithi028 ceph-mon[112123]: pgmap v18196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:53:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:18 smithi138 ceph-mon[117003]: pgmap v18196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:53:19.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:19.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:19.317 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:20.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:20.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:20.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:20.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:20.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:20 smithi161 ceph-mon[116604]: pgmap v18197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:20 smithi028 ceph-mon[112123]: pgmap v18197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:20 smithi138 ceph-mon[117003]: pgmap v18197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:21 smithi161 ceph-mon[116604]: from='client.489987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:21 smithi028 ceph-mon[112123]: from='client.489987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:21 smithi138 ceph-mon[117003]: from='client.489987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:22 smithi161 ceph-mon[116604]: pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:53:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:53:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:53:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:53:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:22 smithi028 ceph-mon[112123]: pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:53:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:53:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:53:22.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:53:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:22 smithi138 ceph-mon[117003]: pgmap v18198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:53:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:53:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:53:22.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:53:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:24 smithi161 ceph-mon[116604]: pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:24 smithi028 ceph-mon[112123]: pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:24 smithi138 ceph-mon[117003]: pgmap v18199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:25.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:25.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:25.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:25.870 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:25.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:25.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:25.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:25.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:26 smithi161 ceph-mon[116604]: pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:26 smithi161 ceph-mon[116604]: from='client.490062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:26 smithi028 ceph-mon[112123]: pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:26 smithi028 ceph-mon[112123]: from='client.490062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:26 smithi138 ceph-mon[117003]: pgmap v18200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:26.867 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:26 smithi138 ceph-mon[117003]: from='client.490062 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:28 smithi161 ceph-mon[116604]: pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:53:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:28 smithi028 ceph-mon[112123]: pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:53:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:28 smithi138 ceph-mon[117003]: pgmap v18201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:53:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:30 smithi161 ceph-mon[116604]: pgmap v18202: 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-07T14:53:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:30 smithi028 ceph-mon[112123]: pgmap v18202: 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-07T14:53:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:30 smithi138 ceph-mon[117003]: pgmap v18202: 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-07T14:53:30.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:30.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:30.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:31.646 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:31.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:31.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:31.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:31.646 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:32.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:32 smithi161 ceph-mon[116604]: pgmap v18203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:32.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:32 smithi161 ceph-mon[116604]: from='client.490137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:32 smithi028 ceph-mon[112123]: pgmap v18203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:32.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:32 smithi028 ceph-mon[112123]: from='client.490137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:32.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:32 smithi138 ceph-mon[117003]: pgmap v18203: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:32.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:32 smithi138 ceph-mon[117003]: from='client.490137 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:34 smithi161 ceph-mon[116604]: 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-07T14:53:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:34 smithi028 ceph-mon[112123]: 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-07T14:53:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:34 smithi138 ceph-mon[117003]: 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-07T14:53:36.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:36.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:36.648 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:36 smithi161 ceph-mon[116604]: 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-07T14:53:36.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:36 smithi028 ceph-mon[112123]: 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-07T14:53:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:36 smithi138 ceph-mon[117003]: 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-07T14:53:37.418 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:37.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:37.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:37.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:37.419 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:38 smithi161 ceph-mon[116604]: from='client.490212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:38 smithi161 ceph-mon[116604]: 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-07T14:53:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:38 smithi028 ceph-mon[112123]: from='client.490212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:38 smithi028 ceph-mon[112123]: 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-07T14:53:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:38 smithi138 ceph-mon[117003]: from='client.490212 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:38 smithi138 ceph-mon[117003]: 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-07T14:53:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:40 smithi161 ceph-mon[116604]: pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:40 smithi028 ceph-mon[112123]: pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:40 smithi138 ceph-mon[117003]: pgmap v18207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:42.420 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:42.421 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:42.421 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:42 smithi161 ceph-mon[116604]: pgmap v18208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:42.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:42 smithi028 ceph-mon[112123]: pgmap v18208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:42 smithi138 ceph-mon[117003]: pgmap v18208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:43.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:43.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:43.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:43.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:43.196 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:44 smithi161 ceph-mon[116604]: from='client.490287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:44 smithi161 ceph-mon[116604]: 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-07T14:53:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:44 smithi028 ceph-mon[112123]: from='client.490287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:44 smithi028 ceph-mon[112123]: 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-07T14:53:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:44 smithi138 ceph-mon[117003]: from='client.490287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:44 smithi138 ceph-mon[117003]: 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-07T14:53:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:46 smithi161 ceph-mon[116604]: pgmap v18210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:46 smithi028 ceph-mon[112123]: pgmap v18210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:46 smithi138 ceph-mon[117003]: pgmap v18210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:48.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:48.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:48.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:48 smithi161 ceph-mon[116604]: pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:48 smithi028 ceph-mon[112123]: pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:48 smithi138 ceph-mon[117003]: pgmap v18211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:48.969 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:48.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:48.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:48.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:48.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:50 smithi161 ceph-mon[116604]: from='client.490362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:50 smithi161 ceph-mon[116604]: pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:50 smithi028 ceph-mon[112123]: from='client.490362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:50 smithi028 ceph-mon[112123]: pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:50 smithi138 ceph-mon[117003]: from='client.490362 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:50 smithi138 ceph-mon[117003]: pgmap v18212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:53:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:52 smithi161 ceph-mon[116604]: 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-07T14:53:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:52 smithi028 ceph-mon[112123]: 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-07T14:53:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:52 smithi138 ceph-mon[117003]: 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-07T14:53:53.971 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:53.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:53.971 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:53:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:54 smithi161 ceph-mon[116604]: pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:54 smithi028 ceph-mon[112123]: pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:54.736 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:53:54.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:53:54.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:53:54.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:53:54.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:53:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:54 smithi138 ceph-mon[117003]: pgmap v18214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:53:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:55 smithi161 ceph-mon[116604]: from='client.490440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:55 smithi028 ceph-mon[112123]: from='client.490440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:55 smithi138 ceph-mon[117003]: from='client.490440 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:53:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:56 smithi161 ceph-mon[116604]: 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-07T14:53:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:56 smithi028 ceph-mon[112123]: 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-07T14:53:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:56 smithi138 ceph-mon[117003]: 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-07T14:53:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:53:58 smithi161 ceph-mon[116604]: pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:53:58 smithi028 ceph-mon[112123]: pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:53:58 smithi138 ceph-mon[117003]: pgmap v18216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:53:59.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:53:59.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:53:59.739 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:00.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:00.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:00.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:00.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:00.511 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:00 smithi161 ceph-mon[116604]: pgmap v18217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:00.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:00 smithi028 ceph-mon[112123]: pgmap v18217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:00 smithi138 ceph-mon[117003]: pgmap v18217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:01 smithi161 ceph-mon[116604]: from='client.490518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:01 smithi028 ceph-mon[112123]: from='client.490518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:01 smithi138 ceph-mon[117003]: from='client.490518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:02 smithi161 ceph-mon[116604]: pgmap v18218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:02 smithi028 ceph-mon[112123]: pgmap v18218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:02.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:02 smithi138 ceph-mon[117003]: pgmap v18218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:04 smithi161 ceph-mon[116604]: pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:04 smithi028 ceph-mon[112123]: pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:04 smithi138 ceph-mon[117003]: pgmap v18219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:05.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:05.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:05.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:06.281 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:06.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:06.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:06.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:06.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:06 smithi161 ceph-mon[116604]: pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:06 smithi028 ceph-mon[112123]: pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:06 smithi138 ceph-mon[117003]: pgmap v18220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:07 smithi161 ceph-mon[116604]: from='client.490596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:07 smithi028 ceph-mon[112123]: from='client.490596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:07 smithi138 ceph-mon[117003]: from='client.490596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:08 smithi161 ceph-mon[116604]: 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-07T14:54:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:08 smithi028 ceph-mon[112123]: 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-07T14:54:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:08 smithi138 ceph-mon[117003]: 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-07T14:54:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:10 smithi161 ceph-mon[116604]: pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:10 smithi028 ceph-mon[112123]: pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:10 smithi138 ceph-mon[117003]: pgmap v18222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:11.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:11.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:11.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:12.060 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:12.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:12.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:12.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:12.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:12 smithi161 ceph-mon[116604]: pgmap v18223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:12 smithi028 ceph-mon[112123]: pgmap v18223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:12.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:12 smithi138 ceph-mon[117003]: pgmap v18223: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:13 smithi161 ceph-mon[116604]: from='client.490668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:13 smithi028 ceph-mon[112123]: from='client.490668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:13 smithi138 ceph-mon[117003]: from='client.490668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:14 smithi161 ceph-mon[116604]: 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-07T14:54:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:14 smithi028 ceph-mon[112123]: 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-07T14:54:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:14 smithi138 ceph-mon[117003]: 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-07T14:54:16.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:16 smithi161 ceph-mon[116604]: 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-07T14:54:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:16 smithi028 ceph-mon[112123]: 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-07T14:54:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:16 smithi138 ceph-mon[117003]: 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-07T14:54:17.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:17.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:17.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:17.830 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:17.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:17.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:17.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:17.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:18 smithi161 ceph-mon[116604]: 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-07T14:54:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:18 smithi161 ceph-mon[116604]: from='client.490743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:18 smithi028 ceph-mon[112123]: 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-07T14:54:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:18 smithi028 ceph-mon[112123]: from='client.490743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:18 smithi138 ceph-mon[117003]: 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-07T14:54:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:18 smithi138 ceph-mon[117003]: from='client.490743 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:20 smithi161 ceph-mon[116604]: pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:20 smithi028 ceph-mon[112123]: pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:20 smithi138 ceph-mon[117003]: pgmap v18227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:22 smithi161 ceph-mon[116604]: pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:22 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:54:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:22 smithi028 ceph-mon[112123]: pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:22 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:54:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:22 smithi138 ceph-mon[117003]: pgmap v18228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:22 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:54:22.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:22.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:22.832 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:23.640 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:23.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:23.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:23.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:23.641 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:54:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:54:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:54:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:54:23.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:54:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:54:23.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:54:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:24 smithi028 ceph-mon[112123]: from='client.490818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:24 smithi028 ceph-mon[112123]: 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-07T14:54:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:24 smithi138 ceph-mon[117003]: from='client.490818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:24 smithi138 ceph-mon[117003]: 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-07T14:54:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:24 smithi161 ceph-mon[116604]: from='client.490818 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:24 smithi161 ceph-mon[116604]: 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-07T14:54:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:26 smithi028 ceph-mon[112123]: pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:26 smithi138 ceph-mon[117003]: pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:26 smithi161 ceph-mon[116604]: pgmap v18230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:28 smithi161 ceph-mon[116604]: pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:28 smithi028 ceph-mon[112123]: pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:28 smithi138 ceph-mon[117003]: pgmap v18231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:28.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:28.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:28.642 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:29.430 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:29.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:29.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:29.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:29.431 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:30 smithi161 ceph-mon[116604]: from='client.490893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:30 smithi161 ceph-mon[116604]: pgmap v18232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:54:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:30 smithi028 ceph-mon[112123]: from='client.490893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:30 smithi028 ceph-mon[112123]: pgmap v18232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:54:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:30 smithi138 ceph-mon[117003]: from='client.490893 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:30 smithi138 ceph-mon[117003]: pgmap v18232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:54:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:32 smithi161 ceph-mon[116604]: pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:32 smithi028 ceph-mon[112123]: pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:32 smithi138 ceph-mon[117003]: pgmap v18233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:34.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:34.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:34.433 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:34 smithi161 ceph-mon[116604]: pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:34 smithi028 ceph-mon[112123]: pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:34 smithi138 ceph-mon[117003]: pgmap v18234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:54:35.227 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:35.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:35.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:35.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:35.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:36 smithi161 ceph-mon[116604]: from='client.490971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:36 smithi161 ceph-mon[116604]: 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-07T14:54:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:36 smithi028 ceph-mon[112123]: from='client.490971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:36 smithi028 ceph-mon[112123]: 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-07T14:54:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:36 smithi138 ceph-mon[117003]: from='client.490971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:36 smithi138 ceph-mon[117003]: 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-07T14:54:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:38 smithi161 ceph-mon[116604]: pgmap v18236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:38 smithi028 ceph-mon[112123]: pgmap v18236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:38 smithi138 ceph-mon[117003]: pgmap v18236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:54:40.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:40.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:40.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:40 smithi161 ceph-mon[116604]: pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:40 smithi028 ceph-mon[112123]: pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:40 smithi138 ceph-mon[117003]: pgmap v18237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:41.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:41.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:41.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:41.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:41.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:42 smithi161 ceph-mon[116604]: from='client.491049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:42 smithi161 ceph-mon[116604]: pgmap v18238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:54:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:42 smithi028 ceph-mon[112123]: from='client.491049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:42 smithi028 ceph-mon[112123]: pgmap v18238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:54:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:42 smithi138 ceph-mon[117003]: from='client.491049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:42 smithi138 ceph-mon[117003]: pgmap v18238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:54:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:44 smithi161 ceph-mon[116604]: pgmap v18239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:54:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:44 smithi028 ceph-mon[112123]: pgmap v18239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:54:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:44 smithi138 ceph-mon[117003]: pgmap v18239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:54:46.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:46.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:46.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:46 smithi161 ceph-mon[116604]: pgmap v18240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:54:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:46 smithi028 ceph-mon[112123]: pgmap v18240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:54:46.781 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:46.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:46.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:46.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:46.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:46 smithi138 ceph-mon[117003]: pgmap v18240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:54:47.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:47 smithi161 ceph-mon[116604]: from='client.491124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:47 smithi028 ceph-mon[112123]: from='client.491124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:47 smithi138 ceph-mon[117003]: from='client.491124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:48 smithi161 ceph-mon[116604]: 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-07T14:54:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:48 smithi028 ceph-mon[112123]: 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-07T14:54:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:48 smithi138 ceph-mon[117003]: 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-07T14:54:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:50 smithi161 ceph-mon[116604]: pgmap v18242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:50 smithi028 ceph-mon[112123]: pgmap v18242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:50 smithi138 ceph-mon[117003]: pgmap v18242: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:54:51.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:51.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:51.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:52.562 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:52.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:52.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:52.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:52.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:52 smithi161 ceph-mon[116604]: pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:52 smithi028 ceph-mon[112123]: pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:52 smithi138 ceph-mon[117003]: pgmap v18243: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:54:53.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:53 smithi161 ceph-mon[116604]: from='client.491202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:53 smithi028 ceph-mon[112123]: from='client.491202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:53 smithi138 ceph-mon[117003]: from='client.491202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:54 smithi161 ceph-mon[116604]: 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-07T14:54:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:54 smithi028 ceph-mon[112123]: 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-07T14:54:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:54 smithi138 ceph-mon[117003]: 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-07T14:54:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:56 smithi161 ceph-mon[116604]: 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-07T14:54:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:56 smithi028 ceph-mon[112123]: 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-07T14:54:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:56 smithi138 ceph-mon[117003]: 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-07T14:54:57.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:54:57.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:54:57.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:54:58.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:54:58.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:54:58.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:54:58.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:54:58.340 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:54:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:58 smithi161 ceph-mon[116604]: 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-07T14:54:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:58 smithi028 ceph-mon[112123]: 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-07T14:54:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:58 smithi138 ceph-mon[117003]: 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-07T14:54:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:54:59 smithi161 ceph-mon[116604]: from='client.491277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:54:59 smithi028 ceph-mon[112123]: from='client.491277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:54:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:54:59 smithi138 ceph-mon[117003]: from='client.491277 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:00 smithi161 ceph-mon[116604]: pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:00 smithi028 ceph-mon[112123]: pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:00 smithi138 ceph-mon[117003]: pgmap v18247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:02 smithi161 ceph-mon[116604]: pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:02 smithi028 ceph-mon[112123]: pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:02 smithi138 ceph-mon[117003]: pgmap v18248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:03.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:03.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:03.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:04.128 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:04.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:04.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:04.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:04.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:04 smithi161 ceph-mon[116604]: 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-07T14:55:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:04 smithi028 ceph-mon[112123]: 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-07T14:55:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:04 smithi138 ceph-mon[117003]: 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-07T14:55:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:05 smithi161 ceph-mon[116604]: from='client.491352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:05 smithi028 ceph-mon[112123]: from='client.491352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:05 smithi138 ceph-mon[117003]: from='client.491352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:06 smithi161 ceph-mon[116604]: pgmap v18250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:06 smithi028 ceph-mon[112123]: pgmap v18250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:06 smithi138 ceph-mon[117003]: pgmap v18250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:08 smithi161 ceph-mon[116604]: pgmap v18251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:08.468 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:08 smithi028 ceph-mon[112123]: pgmap v18251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:08 smithi138 ceph-mon[117003]: pgmap v18251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:09.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:09.130 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:09.131 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:09.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:09.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:09.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:09.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:09.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:10 smithi161 ceph-mon[116604]: pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:10 smithi161 ceph-mon[116604]: from='client.491430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:10 smithi028 ceph-mon[112123]: pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:10 smithi028 ceph-mon[112123]: from='client.491430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:10 smithi138 ceph-mon[117003]: pgmap v18252: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:10 smithi138 ceph-mon[117003]: from='client.491430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:12 smithi161 ceph-mon[116604]: pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:12 smithi028 ceph-mon[112123]: pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:12 smithi138 ceph-mon[117003]: pgmap v18253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:14 smithi161 ceph-mon[116604]: 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-07T14:55:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:14 smithi028 ceph-mon[112123]: 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-07T14:55:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:14 smithi138 ceph-mon[117003]: 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-07T14:55:14.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:14.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:14.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:15.680 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:15.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:15.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:15.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:15.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:16 smithi161 ceph-mon[116604]: 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-07T14:55:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:16 smithi161 ceph-mon[116604]: from='client.491508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:16 smithi028 ceph-mon[112123]: 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-07T14:55:16.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:16 smithi028 ceph-mon[112123]: from='client.491508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:16 smithi138 ceph-mon[117003]: 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-07T14:55:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:16 smithi138 ceph-mon[117003]: from='client.491508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:18 smithi161 ceph-mon[116604]: pgmap v18256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:18 smithi028 ceph-mon[112123]: pgmap v18256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:18 smithi138 ceph-mon[117003]: pgmap v18256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:20.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:20.682 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:20.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:20 smithi161 ceph-mon[116604]: 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-07T14:55:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:20 smithi028 ceph-mon[112123]: 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-07T14:55:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:20 smithi138 ceph-mon[117003]: 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-07T14:55:21.466 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:21.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:21.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:21.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:21.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:22 smithi161 ceph-mon[116604]: from='client.491586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:22 smithi161 ceph-mon[116604]: pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:22 smithi028 ceph-mon[112123]: from='client.491586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:22 smithi028 ceph-mon[112123]: pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:22 smithi138 ceph-mon[117003]: from='client.491586 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:22 smithi138 ceph-mon[117003]: pgmap v18258: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:23 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:55:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:23 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:55:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:23 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:55:24.432 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:24 smithi161 ceph-mon[116604]: 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-07T14:55:24.442 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:24 smithi138 ceph-mon[117003]: 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-07T14:55:24.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:24 smithi028 ceph-mon[112123]: 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-07T14:55:26.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:26.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:26.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:26 smithi161 ceph-mon[116604]: 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-07T14:55:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:26 smithi028 ceph-mon[112123]: 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-07T14:55:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:26 smithi138 ceph-mon[117003]: 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-07T14:55:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:26.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:27.272 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:27.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:27.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:27.272 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:27.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:55:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:55:27.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:55:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:55:27.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:55:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:55:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:55:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:28 smithi138 ceph-mon[117003]: from='client.491661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:28 smithi138 ceph-mon[117003]: 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-07T14:55:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:28 smithi161 ceph-mon[116604]: from='client.491661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:28 smithi161 ceph-mon[116604]: 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-07T14:55:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:28 smithi028 ceph-mon[112123]: from='client.491661 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:28 smithi028 ceph-mon[112123]: 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-07T14:55:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:30 smithi138 ceph-mon[117003]: pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:30 smithi161 ceph-mon[116604]: pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:30 smithi028 ceph-mon[112123]: pgmap v18262: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:32.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:32.274 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:32.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:32 smithi138 ceph-mon[117003]: pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:32 smithi161 ceph-mon[116604]: pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:32 smithi028 ceph-mon[112123]: pgmap v18263: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:33.057 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:33.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:33.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:33.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:33.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:34 smithi138 ceph-mon[117003]: from='client.491733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:34 smithi138 ceph-mon[117003]: 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-07T14:55:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:34 smithi161 ceph-mon[116604]: from='client.491733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:34 smithi161 ceph-mon[116604]: 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-07T14:55:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:34 smithi028 ceph-mon[112123]: from='client.491733 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:34 smithi028 ceph-mon[112123]: 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-07T14:55:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:36 smithi138 ceph-mon[117003]: 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-07T14:55:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:36 smithi161 ceph-mon[116604]: 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-07T14:55:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:36 smithi028 ceph-mon[112123]: 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-07T14:55:38.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:38.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:38.059 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:38 smithi161 ceph-mon[116604]: 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-07T14:55:38.469 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:38 smithi028 ceph-mon[112123]: 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-07T14:55:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:38 smithi138 ceph-mon[117003]: 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-07T14:55:38.841 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:38.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:38.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:38.841 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:38.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:39.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:39 smithi161 ceph-mon[116604]: from='client.491811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:39 smithi028 ceph-mon[112123]: from='client.491811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:39 smithi138 ceph-mon[117003]: from='client.491811 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:40.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:40 smithi161 ceph-mon[116604]: pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:40.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:40 smithi028 ceph-mon[112123]: pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:40 smithi138 ceph-mon[117003]: pgmap v18267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:55:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:42 smithi161 ceph-mon[116604]: pgmap v18268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:42 smithi028 ceph-mon[112123]: pgmap v18268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:42 smithi138 ceph-mon[117003]: pgmap v18268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:43.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:43.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:43.843 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:44.623 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:44.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:44.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:44.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:44.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:44 smithi161 ceph-mon[116604]: 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-07T14:55:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:44 smithi028 ceph-mon[112123]: 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-07T14:55:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:44 smithi138 ceph-mon[117003]: 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-07T14:55:45.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:45 smithi161 ceph-mon[116604]: from='client.491889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:45 smithi028 ceph-mon[112123]: from='client.491889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:45 smithi138 ceph-mon[117003]: from='client.491889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:46 smithi161 ceph-mon[116604]: 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-07T14:55:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:46 smithi028 ceph-mon[112123]: 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-07T14:55:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:46 smithi138 ceph-mon[117003]: 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-07T14:55:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:48 smithi161 ceph-mon[116604]: 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-07T14:55:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:48 smithi028 ceph-mon[112123]: 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-07T14:55:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:48 smithi138 ceph-mon[117003]: 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-07T14:55:49.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:49.626 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:49.626 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:50.394 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:50.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:50.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:50.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:50.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:50 smithi161 ceph-mon[116604]: pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:50 smithi028 ceph-mon[112123]: pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:50 smithi138 ceph-mon[117003]: pgmap v18272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:55:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:51 smithi161 ceph-mon[116604]: from='client.491964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:51 smithi028 ceph-mon[112123]: from='client.491964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:51 smithi138 ceph-mon[117003]: from='client.491964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:52 smithi161 ceph-mon[116604]: pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:52 smithi028 ceph-mon[112123]: pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:52 smithi138 ceph-mon[117003]: pgmap v18273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:55:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:54 smithi161 ceph-mon[116604]: 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-07T14:55:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:54 smithi028 ceph-mon[112123]: 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-07T14:55:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:54 smithi138 ceph-mon[117003]: 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-07T14:55:55.396 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:55:55.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:55:55.397 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:55:56.168 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:55:56.168 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:55:56.168 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:55:56.168 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:55:56.168 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:55:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:56 smithi161 ceph-mon[116604]: 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-07T14:55:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:56 smithi028 ceph-mon[112123]: 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-07T14:55:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:56 smithi138 ceph-mon[117003]: 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-07T14:55:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:57 smithi161 ceph-mon[116604]: from='client.492039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:57 smithi028 ceph-mon[112123]: from='client.492039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:57 smithi138 ceph-mon[117003]: from='client.492039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:55:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:55:58 smithi161 ceph-mon[116604]: 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-07T14:55:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:55:58 smithi028 ceph-mon[112123]: 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-07T14:55:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:55:58 smithi138 ceph-mon[117003]: 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-07T14:56:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:00 smithi161 ceph-mon[116604]: pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:00 smithi028 ceph-mon[112123]: pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:00 smithi138 ceph-mon[117003]: pgmap v18277: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:01.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:01.170 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:01.170 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:01.943 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:01.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:01.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:01.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:01.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:02 smithi161 ceph-mon[116604]: pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:02 smithi028 ceph-mon[112123]: pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:02 smithi138 ceph-mon[117003]: pgmap v18278: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:03.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:03 smithi161 ceph-mon[116604]: from='client.492114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:03 smithi028 ceph-mon[112123]: from='client.492114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:03 smithi138 ceph-mon[117003]: from='client.492114 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:04 smithi161 ceph-mon[116604]: 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-07T14:56:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:04 smithi028 ceph-mon[112123]: 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-07T14:56:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:04 smithi138 ceph-mon[117003]: 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-07T14:56:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:06 smithi161 ceph-mon[116604]: 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-07T14:56:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:06 smithi028 ceph-mon[112123]: 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-07T14:56:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:06 smithi138 ceph-mon[117003]: 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-07T14:56:06.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:06.945 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:06.945 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:07.741 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:07.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:07.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:07.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:07.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:08 smithi161 ceph-mon[116604]: 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-07T14:56:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:08 smithi161 ceph-mon[116604]: from='client.492189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:08 smithi028 ceph-mon[112123]: 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-07T14:56:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:08 smithi028 ceph-mon[112123]: from='client.492189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:08 smithi138 ceph-mon[117003]: 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-07T14:56:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:08 smithi138 ceph-mon[117003]: from='client.492189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:10 smithi161 ceph-mon[116604]: pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:10 smithi028 ceph-mon[112123]: pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:10 smithi138 ceph-mon[117003]: pgmap v18282: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:12 smithi161 ceph-mon[116604]: pgmap v18283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:12 smithi028 ceph-mon[112123]: pgmap v18283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:12.743 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:12.743 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:12.743 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:12 smithi138 ceph-mon[117003]: pgmap v18283: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:13.519 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:13.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:13.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:13.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:13.520 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:14 smithi161 ceph-mon[116604]: from='client.492267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:14 smithi161 ceph-mon[116604]: 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-07T14:56:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:14 smithi028 ceph-mon[112123]: from='client.492267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:14 smithi028 ceph-mon[112123]: 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-07T14:56:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:14 smithi138 ceph-mon[117003]: from='client.492267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:14 smithi138 ceph-mon[117003]: 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-07T14:56:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:16 smithi161 ceph-mon[116604]: 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-07T14:56:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:16 smithi028 ceph-mon[112123]: 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-07T14:56:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:16 smithi138 ceph-mon[117003]: 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-07T14:56:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:18 smithi161 ceph-mon[116604]: 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-07T14:56:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:18 smithi028 ceph-mon[112123]: 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-07T14:56:18.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:18.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:18.521 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:18 smithi138 ceph-mon[117003]: 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-07T14:56:19.303 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:19.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:19.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:19.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:19.303 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:20 smithi161 ceph-mon[116604]: from='client.492342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:20 smithi161 ceph-mon[116604]: pgmap v18287: 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-07T14:56:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:20 smithi028 ceph-mon[112123]: from='client.492342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:20 smithi028 ceph-mon[112123]: pgmap v18287: 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-07T14:56:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:20 smithi138 ceph-mon[117003]: from='client.492342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:20 smithi138 ceph-mon[117003]: pgmap v18287: 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-07T14:56:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:22 smithi161 ceph-mon[116604]: pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:22 smithi028 ceph-mon[112123]: pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:22 smithi138 ceph-mon[117003]: pgmap v18288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:24.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:24.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:24.305 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:24 smithi161 ceph-mon[116604]: pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:24 smithi028 ceph-mon[112123]: pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:24 smithi138 ceph-mon[117003]: pgmap v18289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:25.084 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:25.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:25.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:25.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:25.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:26 smithi161 ceph-mon[116604]: from='client.492417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:26 smithi161 ceph-mon[116604]: 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-07T14:56:26.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:26 smithi028 ceph-mon[112123]: from='client.492417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:26 smithi028 ceph-mon[112123]: 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-07T14:56:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:26 smithi138 ceph-mon[117003]: from='client.492417 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:26 smithi138 ceph-mon[117003]: 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-07T14:56:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:56:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:56:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:56:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: 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-07T14:56:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:56:28.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: 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-07T14:56:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:56:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:56:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: 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-07T14:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:56:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:56:28.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21072M 2023-12-07T14:56:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16975M 2023-12-07T14:56:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:56:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14911M 2023-12-07T14:56:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:56:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:56:29.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21072M 2023-12-07T14:56:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16975M 2023-12-07T14:56:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:56:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14911M 2023-12-07T14:56:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:56:29.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:56:29.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21072M 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16975M 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14911M 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:56:29.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:56:30.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:30.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:30.086 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:30 smithi138 ceph-mon[117003]: pgmap v18292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:30.849 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:30.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:30.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:30.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:30.849 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:30 smithi161 ceph-mon[116604]: pgmap v18292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:30 smithi028 ceph-mon[112123]: pgmap v18292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:31 smithi138 ceph-mon[117003]: from='client.492486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:31 smithi161 ceph-mon[116604]: from='client.492486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:31 smithi028 ceph-mon[112123]: from='client.492486 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:32 smithi138 ceph-mon[117003]: pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:32 smithi161 ceph-mon[116604]: pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:32 smithi028 ceph-mon[112123]: pgmap v18293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:34 smithi138 ceph-mon[117003]: pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:34 smithi161 ceph-mon[116604]: pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:34 smithi028 ceph-mon[112123]: pgmap v18294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T14:56:35.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:35.851 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:35.851 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:36.625 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:36.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:36.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:36.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:36.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:36 smithi138 ceph-mon[117003]: pgmap v18295: 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-07T14:56:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:36 smithi161 ceph-mon[116604]: pgmap v18295: 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-07T14:56:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:36 smithi028 ceph-mon[112123]: pgmap v18295: 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-07T14:56:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:37 smithi138 ceph-mon[117003]: from='client.492564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:37 smithi161 ceph-mon[116604]: from='client.492564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:37 smithi028 ceph-mon[112123]: from='client.492564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:38 smithi138 ceph-mon[117003]: 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-07T14:56:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:38 smithi161 ceph-mon[116604]: 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-07T14:56:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:38 smithi028 ceph-mon[112123]: 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-07T14:56:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:40 smithi138 ceph-mon[117003]: pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:40 smithi161 ceph-mon[116604]: pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:40 smithi028 ceph-mon[112123]: pgmap v18297: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:41.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:41.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:41.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:42.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:42.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:42.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:42.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:42.404 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:42 smithi138 ceph-mon[117003]: pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:42 smithi161 ceph-mon[116604]: pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:42 smithi028 ceph-mon[112123]: pgmap v18298: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:43 smithi138 ceph-mon[117003]: from='client.492639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:43.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:43 smithi161 ceph-mon[116604]: from='client.492639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:43.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:43 smithi028 ceph-mon[112123]: from='client.492639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:44 smithi138 ceph-mon[117003]: 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-07T14:56:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:44 smithi161 ceph-mon[116604]: 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-07T14:56:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:44 smithi028 ceph-mon[112123]: 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-07T14:56:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:46 smithi138 ceph-mon[117003]: 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-07T14:56:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:46 smithi161 ceph-mon[116604]: 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-07T14:56:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:46 smithi028 ceph-mon[112123]: 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-07T14:56:47.404 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:47.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:47.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:48.181 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:48.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:48.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:48.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:48.182 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:48 smithi161 ceph-mon[116604]: 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-07T14:56:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:48 smithi028 ceph-mon[112123]: 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-07T14:56:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:48 smithi138 ceph-mon[117003]: 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-07T14:56:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:49 smithi161 ceph-mon[116604]: from='client.492717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:49 smithi028 ceph-mon[112123]: from='client.492717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:49 smithi138 ceph-mon[117003]: from='client.492717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:50.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:50 smithi161 ceph-mon[116604]: pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:50 smithi028 ceph-mon[112123]: pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:50 smithi138 ceph-mon[117003]: pgmap v18302: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:56:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:52 smithi161 ceph-mon[116604]: pgmap v18303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:52 smithi028 ceph-mon[112123]: pgmap v18303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:52 smithi138 ceph-mon[117003]: pgmap v18303: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:56:53.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:53.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:53.184 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:53.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:53.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:53.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:53.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:53.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:56:54.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:54 smithi161 ceph-mon[116604]: 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-07T14:56:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:54 smithi028 ceph-mon[112123]: 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-07T14:56:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:54 smithi138 ceph-mon[117003]: 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-07T14:56:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:55 smithi161 ceph-mon[116604]: from='client.492795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:55 smithi028 ceph-mon[112123]: from='client.492795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:55 smithi138 ceph-mon[117003]: from='client.492795 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:56:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:56 smithi161 ceph-mon[116604]: 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-07T14:56:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:56 smithi028 ceph-mon[112123]: 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-07T14:56:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:56 smithi138 ceph-mon[117003]: 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-07T14:56:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:56:58 smithi161 ceph-mon[116604]: 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-07T14:56:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:56:58 smithi028 ceph-mon[112123]: 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-07T14:56:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:56:58 smithi138 ceph-mon[117003]: 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-07T14:56:58.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:56:58.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:56:58.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:56:59.752 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:56:59.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:56:59.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:56:59.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:56:59.753 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:00 smithi161 ceph-mon[116604]: 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-07T14:57:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:00 smithi161 ceph-mon[116604]: from='client.492873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:00 smithi028 ceph-mon[112123]: 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-07T14:57:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:00 smithi028 ceph-mon[112123]: from='client.492873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:00 smithi138 ceph-mon[117003]: 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-07T14:57:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:00 smithi138 ceph-mon[117003]: from='client.492873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:02 smithi161 ceph-mon[116604]: pgmap v18308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:02 smithi028 ceph-mon[112123]: pgmap v18308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:02 smithi138 ceph-mon[117003]: pgmap v18308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:04 smithi161 ceph-mon[116604]: pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:04 smithi028 ceph-mon[112123]: pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:04.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:04.754 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:04.754 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:04 smithi138 ceph-mon[117003]: pgmap v18309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:05.521 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:05.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:05.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:05.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:05.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:06.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:06 smithi161 ceph-mon[116604]: from='client.492951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:06.695 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:06 smithi161 ceph-mon[116604]: 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-07T14:57:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:06 smithi028 ceph-mon[112123]: from='client.492951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:06 smithi028 ceph-mon[112123]: 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-07T14:57:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:06 smithi138 ceph-mon[117003]: from='client.492951 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:06 smithi138 ceph-mon[117003]: 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-07T14:57:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:08 smithi161 ceph-mon[116604]: 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-07T14:57:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:08 smithi028 ceph-mon[112123]: 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-07T14:57:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:08 smithi138 ceph-mon[117003]: 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-07T14:57:10.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:10.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:10.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:10 smithi161 ceph-mon[116604]: pgmap v18312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:10 smithi028 ceph-mon[112123]: pgmap v18312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:10 smithi138 ceph-mon[117003]: pgmap v18312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:11.294 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:11.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:11.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:11.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:11.295 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:12 smithi161 ceph-mon[116604]: from='client.493026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:12 smithi161 ceph-mon[116604]: 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-07T14:57:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:12 smithi028 ceph-mon[112123]: from='client.493026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:12 smithi028 ceph-mon[112123]: 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-07T14:57:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:12 smithi138 ceph-mon[117003]: from='client.493026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:12 smithi138 ceph-mon[117003]: 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-07T14:57:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:14 smithi161 ceph-mon[116604]: pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:14 smithi028 ceph-mon[112123]: pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:14 smithi138 ceph-mon[117003]: pgmap v18314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:16.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:16.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:16.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:16 smithi161 ceph-mon[116604]: pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:16 smithi028 ceph-mon[112123]: pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:16 smithi138 ceph-mon[117003]: pgmap v18315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:17.071 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:17.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:17.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:17.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:17.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:18 smithi161 ceph-mon[116604]: from='client.493104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:18.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:18 smithi161 ceph-mon[116604]: 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-07T14:57:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:18 smithi028 ceph-mon[112123]: from='client.493104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:18 smithi028 ceph-mon[112123]: 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-07T14:57:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:18 smithi138 ceph-mon[117003]: from='client.493104 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:18 smithi138 ceph-mon[117003]: 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-07T14:57:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:20 smithi161 ceph-mon[116604]: pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:20 smithi028 ceph-mon[112123]: pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:20 smithi138 ceph-mon[117003]: pgmap v18317: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:22.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:22.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:22.074 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:22 smithi161 ceph-mon[116604]: pgmap v18318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:22 smithi028 ceph-mon[112123]: pgmap v18318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:22 smithi138 ceph-mon[117003]: pgmap v18318: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:22.847 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:22.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:22.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:22.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:22.847 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:23.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:23 smithi161 ceph-mon[116604]: from='client.493176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:23.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:23 smithi028 ceph-mon[112123]: from='client.493176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:23 smithi138 ceph-mon[117003]: from='client.493176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:24 smithi161 ceph-mon[116604]: 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-07T14:57:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:24 smithi028 ceph-mon[112123]: 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-07T14:57:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:24 smithi138 ceph-mon[117003]: 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-07T14:57:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:26 smithi161 ceph-mon[116604]: 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-07T14:57:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:26 smithi028 ceph-mon[112123]: 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-07T14:57:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:26 smithi138 ceph-mon[117003]: 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-07T14:57:27.848 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:27.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:27.849 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:28 smithi161 ceph-mon[116604]: 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-07T14:57:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:28 smithi028 ceph-mon[112123]: 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-07T14:57:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:28 smithi138 ceph-mon[117003]: 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-07T14:57:28.618 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:28.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:28.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:28.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:28.619 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:29 smithi161 ceph-mon[116604]: from='client.493254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:29.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:29 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:57:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:29 smithi028 ceph-mon[112123]: from='client.493254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:29.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:29 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:57:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:29 smithi138 ceph-mon[117003]: from='client.493254 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:29 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:57:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:57:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:57:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:57:30.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:30 smithi161 ceph-mon[116604]: pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:57:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:57:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:57:30.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:30 smithi028 ceph-mon[112123]: pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:57:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:57:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:57:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:30 smithi138 ceph-mon[117003]: pgmap v18322: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:32 smithi161 ceph-mon[116604]: pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:32 smithi028 ceph-mon[112123]: pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:32 smithi138 ceph-mon[117003]: pgmap v18323: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:33.620 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:33.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:33.620 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:34.394 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:34.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:34.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:34.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:34.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:34 smithi161 ceph-mon[116604]: 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-07T14:57:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:34 smithi028 ceph-mon[112123]: 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-07T14:57:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:34 smithi138 ceph-mon[117003]: 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-07T14:57:35.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:35 smithi161 ceph-mon[116604]: from='client.493332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:35 smithi028 ceph-mon[112123]: from='client.493332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:35 smithi138 ceph-mon[117003]: from='client.493332 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:36 smithi161 ceph-mon[116604]: pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:57:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:36 smithi028 ceph-mon[112123]: pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:57:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:36 smithi138 ceph-mon[117003]: pgmap v18325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T14:57:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:38 smithi161 ceph-mon[116604]: pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:57:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:38 smithi028 ceph-mon[112123]: pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:57:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:38 smithi138 ceph-mon[117003]: pgmap v18326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T14:57:39.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:39.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:39.396 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:40.162 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:40.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:40.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:40.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:40.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:40 smithi161 ceph-mon[116604]: 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-07T14:57:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:40 smithi028 ceph-mon[112123]: 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-07T14:57:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:40 smithi138 ceph-mon[117003]: 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-07T14:57:41.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:41 smithi161 ceph-mon[116604]: from='client.493407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:41 smithi028 ceph-mon[112123]: from='client.493407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:41 smithi138 ceph-mon[117003]: from='client.493407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:42 smithi161 ceph-mon[116604]: pgmap v18328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:42 smithi028 ceph-mon[112123]: pgmap v18328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:42 smithi138 ceph-mon[117003]: pgmap v18328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:44 smithi161 ceph-mon[116604]: pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:44.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:44 smithi028 ceph-mon[112123]: pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:44 smithi138 ceph-mon[117003]: pgmap v18329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:57:45.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:45.164 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:45.164 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:45.940 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:45.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:45.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:45.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:45.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:46 smithi161 ceph-mon[116604]: 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-07T14:57:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:46 smithi161 ceph-mon[116604]: from='client.493485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:46 smithi028 ceph-mon[112123]: 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-07T14:57:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:46 smithi028 ceph-mon[112123]: from='client.493485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:46 smithi138 ceph-mon[117003]: 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-07T14:57:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:46 smithi138 ceph-mon[117003]: from='client.493485 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:48 smithi161 ceph-mon[116604]: pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:57:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:48 smithi028 ceph-mon[112123]: pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:57:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:48 smithi138 ceph-mon[117003]: pgmap v18331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T14:57:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:50 smithi161 ceph-mon[116604]: pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:57:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:50 smithi028 ceph-mon[112123]: pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:57:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:50 smithi138 ceph-mon[117003]: pgmap v18332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T14:57:50.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:50.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:50.943 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:51.715 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:51.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:51.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:51.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:51.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:52 smithi161 ceph-mon[116604]: 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-07T14:57:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:52 smithi161 ceph-mon[116604]: from='client.493563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:52 smithi028 ceph-mon[112123]: 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-07T14:57:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:52 smithi028 ceph-mon[112123]: from='client.493563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:52 smithi138 ceph-mon[117003]: 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-07T14:57:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:52 smithi138 ceph-mon[117003]: from='client.493563 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:54 smithi161 ceph-mon[116604]: pgmap v18334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:54 smithi028 ceph-mon[112123]: pgmap v18334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:54 smithi138 ceph-mon[117003]: pgmap v18334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:57:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:56 smithi161 ceph-mon[116604]: pgmap v18335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:56 smithi028 ceph-mon[112123]: pgmap v18335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:56.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:57:56.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:57:56.717 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:57:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:56 smithi138 ceph-mon[117003]: pgmap v18335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:57:57.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:57:57.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:57:57.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:57:57.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:57:57.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:57:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:58 smithi161 ceph-mon[116604]: from='client.493632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:57:58 smithi161 ceph-mon[116604]: 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-07T14:57:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:58 smithi028 ceph-mon[112123]: from='client.493632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:57:58 smithi028 ceph-mon[112123]: 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-07T14:57:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:58 smithi138 ceph-mon[117003]: from='client.493632 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:57:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:57:58 smithi138 ceph-mon[117003]: 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-07T14:58:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:00 smithi161 ceph-mon[116604]: pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:00 smithi028 ceph-mon[112123]: pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:00 smithi138 ceph-mon[117003]: pgmap v18337: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:02.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:02.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:02.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:02 smithi161 ceph-mon[116604]: pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:02 smithi028 ceph-mon[112123]: pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:02 smithi138 ceph-mon[117003]: pgmap v18338: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:03.265 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:03.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:03.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:03.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:03.265 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:04 smithi161 ceph-mon[116604]: from='client.493707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:04 smithi161 ceph-mon[116604]: 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-07T14:58:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:04 smithi028 ceph-mon[112123]: from='client.493707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:04 smithi028 ceph-mon[112123]: 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-07T14:58:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:04 smithi138 ceph-mon[117003]: from='client.493707 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:04 smithi138 ceph-mon[117003]: 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-07T14:58:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:06 smithi161 ceph-mon[116604]: 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-07T14:58:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:06 smithi028 ceph-mon[112123]: 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-07T14:58:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:06 smithi138 ceph-mon[117003]: 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-07T14:58:08.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:08.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:08.267 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:08 smithi161 ceph-mon[116604]: 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-07T14:58:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:08 smithi028 ceph-mon[112123]: 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-07T14:58:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:08 smithi138 ceph-mon[117003]: 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-07T14:58:09.048 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:09.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:09.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:09.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:09.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:10 smithi161 ceph-mon[116604]: from='client.493779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:10 smithi161 ceph-mon[116604]: pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:10 smithi028 ceph-mon[112123]: from='client.493779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:10 smithi028 ceph-mon[112123]: pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:10 smithi138 ceph-mon[117003]: from='client.493779 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:10 smithi138 ceph-mon[117003]: pgmap v18342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:12 smithi161 ceph-mon[116604]: pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:12 smithi028 ceph-mon[112123]: pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:12 smithi138 ceph-mon[117003]: pgmap v18343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:14.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:14.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:14.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:14 smithi161 ceph-mon[116604]: 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-07T14:58:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:14 smithi028 ceph-mon[112123]: 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-07T14:58:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:14 smithi138 ceph-mon[117003]: 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-07T14:58:14.821 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:14.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:14.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:14.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:14.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:15.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:15 smithi161 ceph-mon[116604]: from='client.493851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:15.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:15 smithi028 ceph-mon[112123]: from='client.493851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:15 smithi138 ceph-mon[117003]: from='client.493851 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:16 smithi161 ceph-mon[116604]: pgmap v18345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:16 smithi028 ceph-mon[112123]: pgmap v18345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:16 smithi138 ceph-mon[117003]: pgmap v18345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:18 smithi161 ceph-mon[116604]: pgmap v18346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:18 smithi028 ceph-mon[112123]: pgmap v18346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:18 smithi138 ceph-mon[117003]: pgmap v18346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:19.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:19.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:19.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:20.599 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:20.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:20.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:20.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:20.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:20 smithi161 ceph-mon[116604]: 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-07T14:58:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:20 smithi028 ceph-mon[112123]: 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-07T14:58:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:20 smithi138 ceph-mon[117003]: 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-07T14:58:21.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:21 smithi161 ceph-mon[116604]: from='client.493929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:21.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:21 smithi028 ceph-mon[112123]: from='client.493929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:21 smithi138 ceph-mon[117003]: from='client.493929 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:22.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:22 smithi161 ceph-mon[116604]: pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:22 smithi028 ceph-mon[112123]: pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:22 smithi138 ceph-mon[117003]: pgmap v18348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:24 smithi161 ceph-mon[116604]: pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:24 smithi028 ceph-mon[112123]: pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:24 smithi138 ceph-mon[117003]: pgmap v18349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:25.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:25.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:25.601 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:26.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:26.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:26.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:26.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:26.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:26 smithi161 ceph-mon[116604]: 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-07T14:58:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:26 smithi028 ceph-mon[112123]: 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-07T14:58:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:26 smithi138 ceph-mon[117003]: 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-07T14:58:27.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:27 smithi161 ceph-mon[116604]: from='client.493998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:27.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:27 smithi028 ceph-mon[112123]: from='client.493998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:27 smithi138 ceph-mon[117003]: from='client.493998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:28 smithi161 ceph-mon[116604]: pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:28 smithi028 ceph-mon[112123]: pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:28 smithi138 ceph-mon[117003]: pgmap v18351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:30 smithi161 ceph-mon[116604]: pgmap v18352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:58:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:58:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:58:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:58:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:30 smithi028 ceph-mon[112123]: pgmap v18352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:58:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:58:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:58:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:58:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:30 smithi138 ceph-mon[117003]: pgmap v18352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:58:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:58:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:58:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:58:31.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:31.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:31.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:32.147 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:32.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:32.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:32.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:32.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:32 smithi161 ceph-mon[116604]: 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-07T14:58:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:32 smithi028 ceph-mon[112123]: 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-07T14:58:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:32 smithi138 ceph-mon[117003]: 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-07T14:58:33.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:33 smithi161 ceph-mon[116604]: from='client.494070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:33 smithi028 ceph-mon[112123]: from='client.494070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:33 smithi138 ceph-mon[117003]: from='client.494070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:34 smithi161 ceph-mon[116604]: pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:34 smithi028 ceph-mon[112123]: pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:34 smithi138 ceph-mon[117003]: pgmap v18354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:36 smithi161 ceph-mon[116604]: pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:36 smithi028 ceph-mon[112123]: pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:36 smithi138 ceph-mon[117003]: pgmap v18355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:37.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:37.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:37.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:37.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:37.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:37.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:37.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:37.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:38.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:38 smithi161 ceph-mon[116604]: 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-07T14:58:38.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:38 smithi161 ceph-mon[116604]: from='client.494145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:38 smithi028 ceph-mon[112123]: 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-07T14:58:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:38 smithi028 ceph-mon[112123]: from='client.494145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:38 smithi138 ceph-mon[117003]: 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-07T14:58:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:38 smithi138 ceph-mon[117003]: from='client.494145 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:40 smithi161 ceph-mon[116604]: pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:40 smithi028 ceph-mon[112123]: pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:40 smithi138 ceph-mon[117003]: pgmap v18357: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:58:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:42 smithi161 ceph-mon[116604]: pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:42 smithi028 ceph-mon[112123]: pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:42 smithi138 ceph-mon[117003]: pgmap v18358: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:42.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:42.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:42.924 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:43.689 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:43.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:43.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:43.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:43.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:44 smithi161 ceph-mon[116604]: from='client.494220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:44 smithi161 ceph-mon[116604]: 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-07T14:58:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:44 smithi028 ceph-mon[112123]: from='client.494220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:44 smithi028 ceph-mon[112123]: 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-07T14:58:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:44 smithi138 ceph-mon[117003]: from='client.494220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:44 smithi138 ceph-mon[117003]: 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-07T14:58:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:46 smithi161 ceph-mon[116604]: 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-07T14:58:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:46 smithi028 ceph-mon[112123]: 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-07T14:58:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:46 smithi138 ceph-mon[117003]: 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-07T14:58:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:48 smithi161 ceph-mon[116604]: 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-07T14:58:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:48 smithi028 ceph-mon[112123]: 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-07T14:58:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:48 smithi138 ceph-mon[117003]: 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-07T14:58:48.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:48.691 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:48.691 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:49.479 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:49.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:49.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:49.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:49.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:50 smithi161 ceph-mon[116604]: from='client.494298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:50 smithi161 ceph-mon[116604]: pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:58:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:50 smithi028 ceph-mon[112123]: from='client.494298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:50 smithi028 ceph-mon[112123]: pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:58:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:50 smithi138 ceph-mon[117003]: from='client.494298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:50 smithi138 ceph-mon[117003]: pgmap v18362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T14:58:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:52 smithi161 ceph-mon[116604]: pgmap v18363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:58:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:52 smithi028 ceph-mon[112123]: pgmap v18363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:58:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:52 smithi138 ceph-mon[117003]: pgmap v18363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:58:54.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:58:54.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:58:54.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:58:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:54 smithi161 ceph-mon[116604]: pgmap v18364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:58:54.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:54 smithi028 ceph-mon[112123]: pgmap v18364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:58:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:54 smithi138 ceph-mon[117003]: pgmap v18364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T14:58:55.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:58:55.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:58:55.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:58:55.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:58:55.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:58:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:56 smithi161 ceph-mon[116604]: from='client.494370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:56 smithi161 ceph-mon[116604]: pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:56 smithi028 ceph-mon[112123]: from='client.494370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:56 smithi028 ceph-mon[112123]: pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:56 smithi138 ceph-mon[117003]: from='client.494370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:58:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:56 smithi138 ceph-mon[117003]: pgmap v18365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:58:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:58:58 smithi161 ceph-mon[116604]: pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:58:58 smithi028 ceph-mon[112123]: pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:58:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:58:58 smithi138 ceph-mon[117003]: pgmap v18366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:00.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:00.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:00.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:00 smithi161 ceph-mon[116604]: 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-07T14:59:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:00 smithi028 ceph-mon[112123]: 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-07T14:59:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:00 smithi138 ceph-mon[117003]: 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-07T14:59:01.017 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:01.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:01.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:01.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:01.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:02 smithi161 ceph-mon[116604]: from='client.494448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:02 smithi161 ceph-mon[116604]: pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:59:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:02 smithi028 ceph-mon[112123]: from='client.494448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:02 smithi028 ceph-mon[112123]: pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:59:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:02 smithi138 ceph-mon[117003]: from='client.494448 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:02 smithi138 ceph-mon[117003]: pgmap v18368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:59:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:04 smithi161 ceph-mon[116604]: pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:59:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:04 smithi028 ceph-mon[112123]: pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:59:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:04 smithi138 ceph-mon[117003]: pgmap v18369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T14:59:06.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:06.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:06.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:06 smithi161 ceph-mon[116604]: pgmap v18370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:59:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:06 smithi028 ceph-mon[112123]: pgmap v18370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:59:06.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:06.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:06.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:06.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:06.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:06 smithi138 ceph-mon[117003]: pgmap v18370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T14:59:07.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:07 smithi161 ceph-mon[116604]: from='client.494517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:07.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:07 smithi028 ceph-mon[112123]: from='client.494517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:07 smithi138 ceph-mon[117003]: from='client.494517 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:08.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:08 smithi161 ceph-mon[116604]: pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:08 smithi028 ceph-mon[112123]: pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:08 smithi138 ceph-mon[117003]: pgmap v18371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:10 smithi161 ceph-mon[116604]: pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:10 smithi028 ceph-mon[112123]: pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:10 smithi138 ceph-mon[117003]: pgmap v18372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:11.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:11.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:11.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:12.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:12.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:12.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:12.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:12.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:12 smithi161 ceph-mon[116604]: 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-07T14:59:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:12 smithi028 ceph-mon[112123]: 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-07T14:59:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:12 smithi138 ceph-mon[117003]: 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-07T14:59:13.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:13 smithi161 ceph-mon[116604]: from='client.494592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:13.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:13 smithi028 ceph-mon[112123]: from='client.494592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:13 smithi138 ceph-mon[117003]: from='client.494592 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:14 smithi161 ceph-mon[116604]: 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-07T14:59:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:14 smithi028 ceph-mon[112123]: 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-07T14:59:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:14 smithi138 ceph-mon[117003]: 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-07T14:59:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:16 smithi161 ceph-mon[116604]: 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-07T14:59:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:16 smithi028 ceph-mon[112123]: 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-07T14:59:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:16 smithi138 ceph-mon[117003]: 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-07T14:59:17.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:17.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:17.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:18.336 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:18.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:18.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:18.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:18.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:18 smithi161 ceph-mon[116604]: 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-07T14:59:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:18 smithi028 ceph-mon[112123]: 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-07T14:59:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:18 smithi138 ceph-mon[117003]: 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-07T14:59:19.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:19 smithi161 ceph-mon[116604]: from='client.494664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:19.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:19 smithi028 ceph-mon[112123]: from='client.494664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:19 smithi138 ceph-mon[117003]: from='client.494664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:20.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:20 smithi161 ceph-mon[116604]: pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:20.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:20 smithi028 ceph-mon[112123]: pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:20 smithi138 ceph-mon[117003]: pgmap v18377: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:22 smithi161 ceph-mon[116604]: pgmap v18378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:22 smithi028 ceph-mon[112123]: pgmap v18378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:22 smithi138 ceph-mon[117003]: pgmap v18378: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:23.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:23.338 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:23.338 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:24.112 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:24.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:24.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:24.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:24.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:24 smithi161 ceph-mon[116604]: 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-07T14:59:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:24 smithi028 ceph-mon[112123]: 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-07T14:59:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:24 smithi138 ceph-mon[117003]: 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-07T14:59:25.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:25 smithi161 ceph-mon[116604]: from='client.494739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:25.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:25 smithi028 ceph-mon[112123]: from='client.494739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:25 smithi138 ceph-mon[117003]: from='client.494739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:26 smithi161 ceph-mon[116604]: 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-07T14:59:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:26 smithi028 ceph-mon[112123]: 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-07T14:59:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:26 smithi138 ceph-mon[117003]: 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-07T14:59:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:28 smithi161 ceph-mon[116604]: 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-07T14:59:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:28 smithi028 ceph-mon[112123]: 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-07T14:59:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:28 smithi138 ceph-mon[117003]: 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-07T14:59:29.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:29.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:29.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:29.889 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:29.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:29.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:29.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:29.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:30 smithi161 ceph-mon[116604]: 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-07T14:59:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:30 smithi161 ceph-mon[116604]: from='client.494814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:59:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:30 smithi028 ceph-mon[112123]: 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-07T14:59:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:30 smithi028 ceph-mon[112123]: from='client.494814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:59:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:30 smithi138 ceph-mon[117003]: 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-07T14:59:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:30 smithi138 ceph-mon[117003]: from='client.494814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T14:59:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:59:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:59:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:59:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:59:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:59:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:59:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T14:59:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T14:59:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T14:59:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:32 smithi161 ceph-mon[116604]: pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:32 smithi028 ceph-mon[112123]: pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:32 smithi138 ceph-mon[117003]: pgmap v18383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:34.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:34 smithi161 ceph-mon[116604]: pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:34 smithi028 ceph-mon[112123]: pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:34 smithi138 ceph-mon[117003]: pgmap v18384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:34.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:34.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:34.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:35.680 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:35.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:35.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:35.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:35.681 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:36 smithi161 ceph-mon[116604]: from='client.494889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:36 smithi161 ceph-mon[116604]: pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:36 smithi028 ceph-mon[112123]: from='client.494889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:36 smithi028 ceph-mon[112123]: pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:36 smithi138 ceph-mon[117003]: from='client.494889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:36 smithi138 ceph-mon[117003]: pgmap v18385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:38 smithi161 ceph-mon[116604]: pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:38 smithi028 ceph-mon[112123]: pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:38 smithi138 ceph-mon[117003]: pgmap v18386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T14:59:40.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:40.682 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:40.683 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:40 smithi161 ceph-mon[116604]: 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-07T14:59:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:40 smithi028 ceph-mon[112123]: 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-07T14:59:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:40 smithi138 ceph-mon[117003]: 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-07T14:59:41.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:41.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:41.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:41.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:41.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:42 smithi161 ceph-mon[116604]: from='client.494961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:42 smithi161 ceph-mon[116604]: 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-07T14:59:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:42 smithi028 ceph-mon[112123]: from='client.494961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:42 smithi028 ceph-mon[112123]: 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-07T14:59:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:42 smithi138 ceph-mon[117003]: from='client.494961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:42 smithi138 ceph-mon[117003]: 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-07T14:59:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:44 smithi161 ceph-mon[116604]: pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:44 smithi028 ceph-mon[112123]: pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:44 smithi138 ceph-mon[117003]: pgmap v18389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:46.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:46.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:46.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:46 smithi161 ceph-mon[116604]: pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:46.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:46 smithi028 ceph-mon[112123]: pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:46 smithi138 ceph-mon[117003]: pgmap v18390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:47.237 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:47.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:47.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:47.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:47.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:48 smithi161 ceph-mon[116604]: from='client.495033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:48 smithi161 ceph-mon[116604]: pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:48 smithi028 ceph-mon[112123]: from='client.495033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:48 smithi028 ceph-mon[112123]: pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:48 smithi138 ceph-mon[117003]: from='client.495033 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:48 smithi138 ceph-mon[117003]: pgmap v18391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T14:59:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:50 smithi161 ceph-mon[116604]: pgmap v18392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:50 smithi028 ceph-mon[112123]: pgmap v18392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:50 smithi138 ceph-mon[117003]: pgmap v18392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T14:59:52.238 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:52.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:52.239 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:52 smithi161 ceph-mon[116604]: 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-07T14:59:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:52 smithi028 ceph-mon[112123]: 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-07T14:59:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:52 smithi138 ceph-mon[117003]: 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-07T14:59:53.013 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:53.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:53.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:53.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:53.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:54 smithi161 ceph-mon[116604]: from='client.495111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:54 smithi161 ceph-mon[116604]: 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-07T14:59:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:54 smithi028 ceph-mon[112123]: from='client.495111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:54 smithi028 ceph-mon[112123]: 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-07T14:59:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:54 smithi138 ceph-mon[117003]: from='client.495111 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:54 smithi138 ceph-mon[117003]: 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-07T14:59:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:56 smithi161 ceph-mon[116604]: 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-07T14:59:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:56 smithi028 ceph-mon[112123]: 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-07T14:59:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:56 smithi138 ceph-mon[117003]: 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-07T14:59:58.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T14:59:58.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T14:59:58.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T14:59:58.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:58 smithi161 ceph-mon[116604]: 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-07T14:59:58.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:58 smithi028 ceph-mon[112123]: 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-07T14:59:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:58 smithi138 ceph-mon[117003]: 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-07T14:59:58.792 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T14:59:58.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T14:59:58.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T14:59:58.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T14:59:58.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T14:59:59.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 14:59:59 smithi161 ceph-mon[116604]: from='client.495189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 14:59:59 smithi028 ceph-mon[112123]: from='client.495189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T14:59:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 14:59:59 smithi138 ceph-mon[117003]: from='client.495189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:00 smithi161 ceph-mon[116604]: pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:00.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T15:00:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:00 smithi028 ceph-mon[112123]: pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:00.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T15:00:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:00 smithi138 ceph-mon[117003]: pgmap v18397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T15:00:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:02 smithi161 ceph-mon[116604]: pgmap v18398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:02 smithi028 ceph-mon[112123]: pgmap v18398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:02 smithi138 ceph-mon[117003]: pgmap v18398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:03.794 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:03.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:03.795 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:04.563 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:04.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:04.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:04.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:04.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:04 smithi161 ceph-mon[116604]: 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-07T15:00:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:04 smithi028 ceph-mon[112123]: 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-07T15:00:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:04 smithi138 ceph-mon[117003]: 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-07T15:00:05.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:05 smithi161 ceph-mon[116604]: from='client.495264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:05.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:05 smithi028 ceph-mon[112123]: from='client.495264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:05 smithi138 ceph-mon[117003]: from='client.495264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:06.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:06 smithi161 ceph-mon[116604]: pgmap v18400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:06 smithi028 ceph-mon[112123]: pgmap v18400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:06 smithi138 ceph-mon[117003]: pgmap v18400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:08 smithi161 ceph-mon[116604]: pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:08 smithi028 ceph-mon[112123]: pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:08 smithi138 ceph-mon[117003]: pgmap v18401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:09.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:09.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:09.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:10.335 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:10.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:10.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:10.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:10.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:10 smithi161 ceph-mon[116604]: 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-07T15:00:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:10 smithi028 ceph-mon[112123]: 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-07T15:00:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:10 smithi138 ceph-mon[117003]: 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-07T15:00:11.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:11 smithi161 ceph-mon[116604]: from='client.495342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:11.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:11 smithi028 ceph-mon[112123]: from='client.495342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:11 smithi138 ceph-mon[117003]: from='client.495342 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:12 smithi161 ceph-mon[116604]: pgmap v18403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:12 smithi028 ceph-mon[112123]: pgmap v18403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:12 smithi138 ceph-mon[117003]: pgmap v18403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:14 smithi161 ceph-mon[116604]: pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:14 smithi028 ceph-mon[112123]: pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:14 smithi138 ceph-mon[117003]: pgmap v18404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:15.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:15.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:15.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:16.107 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:16.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:16.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:16.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:16.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:16 smithi161 ceph-mon[116604]: pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:16 smithi028 ceph-mon[112123]: pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:16 smithi138 ceph-mon[117003]: pgmap v18405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:17.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:17 smithi161 ceph-mon[116604]: from='client.495420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:17.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:17 smithi028 ceph-mon[112123]: from='client.495420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:17 smithi138 ceph-mon[117003]: from='client.495420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:18 smithi161 ceph-mon[116604]: 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-07T15:00:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:18 smithi028 ceph-mon[112123]: 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-07T15:00:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:18 smithi138 ceph-mon[117003]: 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-07T15:00:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:20 smithi161 ceph-mon[116604]: pgmap v18407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:20 smithi028 ceph-mon[112123]: pgmap v18407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:20 smithi138 ceph-mon[117003]: pgmap v18407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:21.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:21.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:21.109 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:21.901 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:21.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:21.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:21.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:21.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:22 smithi161 ceph-mon[116604]: 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-07T15:00:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:22 smithi161 ceph-mon[116604]: from='client.495495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:22 smithi028 ceph-mon[112123]: 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-07T15:00:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:22 smithi028 ceph-mon[112123]: from='client.495495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:22 smithi138 ceph-mon[117003]: 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-07T15:00:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:22 smithi138 ceph-mon[117003]: from='client.495495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:24 smithi161 ceph-mon[116604]: pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:24 smithi028 ceph-mon[112123]: pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:24 smithi138 ceph-mon[117003]: pgmap v18409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:26 smithi161 ceph-mon[116604]: pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:26 smithi028 ceph-mon[112123]: pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:26 smithi138 ceph-mon[117003]: pgmap v18410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:26.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:26.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:26.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:27.683 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:27.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:27.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:27.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:27.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:28 smithi161 ceph-mon[116604]: from='client.495573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:28 smithi161 ceph-mon[116604]: pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:28 smithi028 ceph-mon[112123]: from='client.495573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:28 smithi028 ceph-mon[112123]: pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:28 smithi138 ceph-mon[117003]: from='client.495573 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:28 smithi138 ceph-mon[117003]: pgmap v18411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:30 smithi161 ceph-mon[116604]: pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:30 smithi028 ceph-mon[112123]: pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:30 smithi138 ceph-mon[117003]: pgmap v18412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:00:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:00:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:00:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:00:31.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:00:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:00:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:00:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:00:31.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:00:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:00:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:00:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:00:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:00:32.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:32.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:32.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:32.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:32 smithi161 ceph-mon[116604]: 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-07T15:00:32.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:32 smithi028 ceph-mon[112123]: 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-07T15:00:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:32 smithi138 ceph-mon[117003]: 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-07T15:00:33.468 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:33.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:33.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:33.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:33.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:34 smithi161 ceph-mon[116604]: from='client.495648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:34.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:34 smithi161 ceph-mon[116604]: 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-07T15:00:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:34 smithi028 ceph-mon[112123]: from='client.495648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:34 smithi028 ceph-mon[112123]: 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-07T15:00:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:34 smithi138 ceph-mon[117003]: from='client.495648 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:34 smithi138 ceph-mon[117003]: 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-07T15:00:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:36 smithi161 ceph-mon[116604]: 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-07T15:00:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:36 smithi028 ceph-mon[112123]: 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-07T15:00:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:36 smithi138 ceph-mon[117003]: 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-07T15:00:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:38 smithi161 ceph-mon[116604]: 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-07T15:00:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:38 smithi028 ceph-mon[112123]: 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-07T15:00:38.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:38.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:38.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:38 smithi138 ceph-mon[117003]: 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-07T15:00:39.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:39.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:39.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:39.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:39.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:40 smithi161 ceph-mon[116604]: from='client.495723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:40.711 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:40 smithi161 ceph-mon[116604]: pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:00:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:40 smithi028 ceph-mon[112123]: from='client.495723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:40 smithi028 ceph-mon[112123]: pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:00:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:40 smithi138 ceph-mon[117003]: from='client.495723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:40 smithi138 ceph-mon[117003]: pgmap v18417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:00:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:42 smithi161 ceph-mon[116604]: pgmap v18418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:42 smithi028 ceph-mon[112123]: pgmap v18418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:42 smithi138 ceph-mon[117003]: pgmap v18418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:44.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:44.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:44.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:44 smithi161 ceph-mon[116604]: pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:44 smithi028 ceph-mon[112123]: pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:44 smithi138 ceph-mon[117003]: pgmap v18419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:00:45.021 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:45.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:45.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:45.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:45.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:46 smithi161 ceph-mon[116604]: from='client.495801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:46 smithi161 ceph-mon[116604]: pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:46 smithi028 ceph-mon[112123]: from='client.495801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:46 smithi028 ceph-mon[112123]: pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:46 smithi138 ceph-mon[117003]: from='client.495801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:46 smithi138 ceph-mon[117003]: pgmap v18420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:00:48.425 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:48 smithi138 ceph-mon[117003]: pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:48 smithi161 ceph-mon[116604]: pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:48.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:48 smithi028 ceph-mon[112123]: pgmap v18421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:00:50.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:50.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:50.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:50 smithi161 ceph-mon[116604]: 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-07T15:00:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:50 smithi028 ceph-mon[112123]: 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-07T15:00:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:50 smithi138 ceph-mon[117003]: 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-07T15:00:50.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:50.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:50.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:50.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:50.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:51.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:51 smithi161 ceph-mon[116604]: from='client.495873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:51.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:51 smithi028 ceph-mon[112123]: from='client.495873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:51 smithi138 ceph-mon[117003]: from='client.495873 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:52 smithi161 ceph-mon[116604]: pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:52 smithi028 ceph-mon[112123]: pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:52 smithi138 ceph-mon[117003]: pgmap v18423: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:54 smithi161 ceph-mon[116604]: pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:54 smithi028 ceph-mon[112123]: pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:54.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:54 smithi138 ceph-mon[117003]: pgmap v18424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:00:55.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:00:55.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:00:55.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:00:56.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:00:56.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:00:56.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:00:56.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:00:56.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:00:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:56 smithi161 ceph-mon[116604]: pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:00:56.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:56 smithi028 ceph-mon[112123]: pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:00:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:56 smithi138 ceph-mon[117003]: pgmap v18425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:00:57.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:57 smithi161 ceph-mon[116604]: from='client.495948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:57.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:57 smithi028 ceph-mon[112123]: from='client.495948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:57 smithi138 ceph-mon[117003]: from='client.495948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:00:58.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:00:58 smithi161 ceph-mon[116604]: 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-07T15:00:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:00:58 smithi028 ceph-mon[112123]: 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-07T15:00:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:00:58 smithi138 ceph-mon[117003]: 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-07T15:01:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:00 smithi161 ceph-mon[116604]: pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:00 smithi028 ceph-mon[112123]: pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:00 smithi138 ceph-mon[117003]: pgmap v18427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:01.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:01.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:01.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:02.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:02.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:02.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:02.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:02.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:02.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:02 smithi161 ceph-mon[116604]: 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-07T15:01:02.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:02 smithi028 ceph-mon[112123]: 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-07T15:01:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:02 smithi138 ceph-mon[117003]: 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-07T15:01:03.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:03 smithi028 ceph-mon[112123]: from='client.496026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:03 smithi138 ceph-mon[117003]: from='client.496026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:03 smithi161 ceph-mon[116604]: from='client.496026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:04 smithi028 ceph-mon[112123]: pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:04 smithi138 ceph-mon[117003]: pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:04 smithi161 ceph-mon[116604]: pgmap v18429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:06 smithi028 ceph-mon[112123]: pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:06 smithi138 ceph-mon[117003]: pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:06 smithi161 ceph-mon[116604]: pgmap v18430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:07.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:07.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:07.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:08.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:08.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:08.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:08.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:08.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:08.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:08 smithi161 ceph-mon[116604]: pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:08 smithi028 ceph-mon[112123]: pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:08 smithi138 ceph-mon[117003]: pgmap v18431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:09.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:09 smithi161 ceph-mon[116604]: from='client.496101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:09.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:09 smithi028 ceph-mon[112123]: from='client.496101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:09.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:09 smithi138 ceph-mon[117003]: from='client.496101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:10.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:10 smithi161 ceph-mon[116604]: pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:10.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:10 smithi028 ceph-mon[112123]: pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:10 smithi138 ceph-mon[117003]: pgmap v18432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:12 smithi161 ceph-mon[116604]: 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-07T15:01:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:12 smithi028 ceph-mon[112123]: 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-07T15:01:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:12 smithi138 ceph-mon[117003]: 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-07T15:01:13.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:13.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:13.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:13.933 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:13.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:13.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:13.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:13.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:14 smithi161 ceph-mon[116604]: 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-07T15:01:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:14 smithi161 ceph-mon[116604]: from='client.496179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:14 smithi028 ceph-mon[112123]: 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-07T15:01:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:14 smithi028 ceph-mon[112123]: from='client.496179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:14 smithi138 ceph-mon[117003]: 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-07T15:01:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:14 smithi138 ceph-mon[117003]: from='client.496179 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:16.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:16 smithi161 ceph-mon[116604]: 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-07T15:01:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:16 smithi028 ceph-mon[112123]: 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-07T15:01:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:16 smithi138 ceph-mon[117003]: 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-07T15:01:18.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:18 smithi161 ceph-mon[116604]: 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-07T15:01:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:18 smithi028 ceph-mon[112123]: 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-07T15:01:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:18 smithi138 ceph-mon[117003]: 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-07T15:01:18.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:18.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:18.936 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:19.719 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:19.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:19.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:19.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:19.719 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:20 smithi161 ceph-mon[116604]: from='client.496257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:20 smithi161 ceph-mon[116604]: 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-07T15:01:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:20 smithi028 ceph-mon[112123]: from='client.496257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:20 smithi028 ceph-mon[112123]: 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-07T15:01:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:20 smithi138 ceph-mon[117003]: from='client.496257 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:20 smithi138 ceph-mon[117003]: 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-07T15:01:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:22 smithi161 ceph-mon[116604]: pgmap v18438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:22 smithi028 ceph-mon[112123]: pgmap v18438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:22 smithi138 ceph-mon[117003]: pgmap v18438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:24.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:24 smithi161 ceph-mon[116604]: pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:24 smithi028 ceph-mon[112123]: pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:24.720 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:24.720 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:24.721 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:24 smithi138 ceph-mon[117003]: pgmap v18439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:25.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:25.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:25.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:25.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:25.488 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:26 smithi161 ceph-mon[116604]: from='client.496329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:26.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:26 smithi161 ceph-mon[116604]: pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:26 smithi028 ceph-mon[112123]: from='client.496329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:26 smithi028 ceph-mon[112123]: pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:26 smithi138 ceph-mon[117003]: from='client.496329 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:26 smithi138 ceph-mon[117003]: pgmap v18440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:28.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:28 smithi161 ceph-mon[116604]: pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:28.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:28 smithi028 ceph-mon[112123]: pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:28 smithi138 ceph-mon[117003]: pgmap v18441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:01:30.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:30.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:30.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:30 smithi161 ceph-mon[116604]: 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-07T15:01:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:30 smithi028 ceph-mon[112123]: 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-07T15:01:30.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:30 smithi138 ceph-mon[117003]: 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-07T15:01:31.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:31.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:31.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:31.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:31.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:32 smithi161 ceph-mon[116604]: from='client.496407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:32 smithi161 ceph-mon[116604]: pgmap v18443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:01:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:01:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:01:32.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:01:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:32 smithi028 ceph-mon[112123]: from='client.496407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:32 smithi028 ceph-mon[112123]: pgmap v18443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:01:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:01:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:01:32.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:01:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:32 smithi138 ceph-mon[117003]: from='client.496407 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:32 smithi138 ceph-mon[117003]: pgmap v18443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:01:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:01:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:01:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:01:34.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:34 smithi161 ceph-mon[116604]: 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-07T15:01:34.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:34 smithi028 ceph-mon[112123]: 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-07T15:01:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:34 smithi138 ceph-mon[117003]: 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-07T15:01:36.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:36.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:36.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:36.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:36 smithi161 ceph-mon[116604]: pgmap v18445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:36.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:36 smithi028 ceph-mon[112123]: pgmap v18445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:36 smithi138 ceph-mon[117003]: pgmap v18445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:37.038 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:37.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:37.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:37.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:37.039 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:38 smithi161 ceph-mon[116604]: from='client.496476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:38.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:38 smithi161 ceph-mon[116604]: pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:38 smithi028 ceph-mon[112123]: from='client.496476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:38 smithi028 ceph-mon[112123]: pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:38 smithi138 ceph-mon[117003]: from='client.496476 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:38 smithi138 ceph-mon[117003]: pgmap v18446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:40 smithi161 ceph-mon[116604]: pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:40 smithi028 ceph-mon[112123]: pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:40 smithi138 ceph-mon[117003]: pgmap v18447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:42.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:42.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:42.041 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:42.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:42 smithi161 ceph-mon[116604]: 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-07T15:01:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:42 smithi028 ceph-mon[112123]: 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-07T15:01:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:42 smithi138 ceph-mon[117003]: 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-07T15:01:42.821 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:42.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:42.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:42.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:42.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:43.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:43 smithi161 ceph-mon[116604]: from='client.496554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:43.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:43 smithi028 ceph-mon[112123]: from='client.496554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:43.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:43 smithi138 ceph-mon[117003]: from='client.496554 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:44.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:44 smithi161 ceph-mon[116604]: pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:44 smithi028 ceph-mon[112123]: pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:44 smithi138 ceph-mon[117003]: pgmap v18449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:46.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:46 smithi161 ceph-mon[116604]: pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:46 smithi028 ceph-mon[112123]: pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:46 smithi138 ceph-mon[117003]: pgmap v18450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:47.822 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:47.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:47.823 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:48.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:48 smithi161 ceph-mon[116604]: pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:48 smithi028 ceph-mon[112123]: pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:48 smithi138 ceph-mon[117003]: pgmap v18451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:48.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:48.600 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:48.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:48.601 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:48.601 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:49.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:49 smithi161 ceph-mon[116604]: from='client.496629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:49.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:49 smithi028 ceph-mon[112123]: from='client.496629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:49 smithi138 ceph-mon[117003]: from='client.496629 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:50.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:50 smithi028 ceph-mon[112123]: pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:50.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:50 smithi138 ceph-mon[117003]: pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:50 smithi161 ceph-mon[116604]: pgmap v18452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:01:52.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:52 smithi161 ceph-mon[116604]: pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:52 smithi028 ceph-mon[112123]: pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:52 smithi138 ceph-mon[117003]: pgmap v18453: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:01:53.602 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:53.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:53.603 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:01:54.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:01:54.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:01:54.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:01:54.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:01:54.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:01:54.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:54 smithi161 ceph-mon[116604]: 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-07T15:01:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:54 smithi028 ceph-mon[112123]: 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-07T15:01:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:54 smithi138 ceph-mon[117003]: 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-07T15:01:55.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:55 smithi161 ceph-mon[116604]: from='client.496704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:55.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:55 smithi028 ceph-mon[112123]: from='client.496704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:55 smithi138 ceph-mon[117003]: from='client.496704 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:01:56.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:56 smithi161 ceph-mon[116604]: pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:01:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:56 smithi028 ceph-mon[112123]: pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:01:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:56 smithi138 ceph-mon[117003]: pgmap v18455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:01:58.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:01:58 smithi161 ceph-mon[116604]: pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:01:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:01:58 smithi028 ceph-mon[112123]: pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:01:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:01:58 smithi138 ceph-mon[117003]: pgmap v18456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:01:59.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:01:59.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:01:59.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:00.162 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:00.162 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:00.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:00.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:00.163 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:00 smithi161 ceph-mon[116604]: 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-07T15:02:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:00 smithi028 ceph-mon[112123]: 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-07T15:02:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:00 smithi138 ceph-mon[117003]: 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-07T15:02:01.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:01 smithi161 ceph-mon[116604]: from='client.496782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:01.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:01 smithi028 ceph-mon[112123]: from='client.496782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:01 smithi138 ceph-mon[117003]: from='client.496782 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:02.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:02 smithi161 ceph-mon[116604]: pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:02 smithi028 ceph-mon[112123]: pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:02 smithi138 ceph-mon[117003]: pgmap v18458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:04.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:04 smithi161 ceph-mon[116604]: pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:04 smithi028 ceph-mon[112123]: pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:04 smithi138 ceph-mon[117003]: pgmap v18459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:05.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:05.164 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:05.165 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:05.938 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:05.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:05.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:05.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:05.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:06 smithi028 ceph-mon[112123]: pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:06 smithi028 ceph-mon[112123]: from='client.496860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:06 smithi138 ceph-mon[117003]: pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:06 smithi138 ceph-mon[117003]: from='client.496860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:06 smithi161 ceph-mon[116604]: pgmap v18460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:06 smithi161 ceph-mon[116604]: from='client.496860 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:08 smithi028 ceph-mon[112123]: pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:02:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:08 smithi138 ceph-mon[117003]: pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:02:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:08 smithi161 ceph-mon[116604]: pgmap v18461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:02:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:10 smithi161 ceph-mon[116604]: pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:02:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:10 smithi028 ceph-mon[112123]: pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:02:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:10 smithi138 ceph-mon[117003]: pgmap v18462: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:02:10.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:10.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:10.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:11.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:11.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:11.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:11.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:11.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:12 smithi161 ceph-mon[116604]: from='client.496938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:12.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:12 smithi161 ceph-mon[116604]: pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:12 smithi028 ceph-mon[112123]: from='client.496938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:12 smithi028 ceph-mon[112123]: pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:12 smithi138 ceph-mon[117003]: from='client.496938 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:12 smithi138 ceph-mon[117003]: pgmap v18463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:14.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:14 smithi161 ceph-mon[116604]: 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-07T15:02:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:14 smithi028 ceph-mon[112123]: 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-07T15:02:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:14 smithi138 ceph-mon[117003]: 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-07T15:02:16.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:16.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:16.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:16.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:16 smithi028 ceph-mon[112123]: pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:16 smithi138 ceph-mon[117003]: pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:16 smithi161 ceph-mon[116604]: pgmap v18465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:17.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:17.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:17.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:17.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:17.490 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:18 smithi028 ceph-mon[112123]: from='client.497016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:18 smithi028 ceph-mon[112123]: pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:18 smithi138 ceph-mon[117003]: from='client.497016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:18 smithi138 ceph-mon[117003]: pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:18 smithi161 ceph-mon[116604]: from='client.497016 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:18 smithi161 ceph-mon[116604]: pgmap v18466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:20 smithi161 ceph-mon[116604]: pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:20 smithi028 ceph-mon[112123]: pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:20 smithi138 ceph-mon[117003]: pgmap v18467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:22.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:22.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:22.492 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:22.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:22 smithi161 ceph-mon[116604]: 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-07T15:02:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:22 smithi028 ceph-mon[112123]: 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-07T15:02:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:22 smithi138 ceph-mon[117003]: 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-07T15:02:23.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:23.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:23.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:23.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:23.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:24 smithi028 ceph-mon[112123]: from='client.497091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:24.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:24 smithi028 ceph-mon[112123]: pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:24 smithi138 ceph-mon[117003]: from='client.497091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:24 smithi138 ceph-mon[117003]: pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:24 smithi161 ceph-mon[116604]: from='client.497091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:24 smithi161 ceph-mon[116604]: pgmap v18469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:26 smithi028 ceph-mon[112123]: pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:26 smithi138 ceph-mon[117003]: pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:26 smithi161 ceph-mon[116604]: pgmap v18470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:28.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:28.260 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:28.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:28.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:28 smithi028 ceph-mon[112123]: pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:28 smithi138 ceph-mon[117003]: pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:28 smithi161 ceph-mon[116604]: pgmap v18471: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:29.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:29.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:29.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:29.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:29.033 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:30 smithi161 ceph-mon[116604]: from='client.497169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:30.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:30 smithi161 ceph-mon[116604]: pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:30 smithi028 ceph-mon[112123]: from='client.497169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:30 smithi028 ceph-mon[112123]: pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:30 smithi138 ceph-mon[117003]: from='client.497169 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:30 smithi138 ceph-mon[117003]: pgmap v18472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:32 smithi028 ceph-mon[112123]: pgmap v18473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:32.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:02:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:32 smithi138 ceph-mon[117003]: pgmap v18473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:02:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:32 smithi161 ceph-mon[116604]: pgmap v18473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:02:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:02:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:02:33.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:02:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:02:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:02:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:02:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:02:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:02:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:02:34.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:34.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:34.035 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:34.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:34 smithi028 ceph-mon[112123]: 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-07T15:02:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:34 smithi138 ceph-mon[117003]: 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-07T15:02:34.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:34.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:34.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:34.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:34.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:34 smithi161 ceph-mon[116604]: 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-07T15:02:35.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:35 smithi028 ceph-mon[112123]: from='client.497238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:35 smithi138 ceph-mon[117003]: from='client.497238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:35 smithi161 ceph-mon[116604]: from='client.497238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:36 smithi028 ceph-mon[112123]: pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:36 smithi138 ceph-mon[117003]: pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:36 smithi161 ceph-mon[116604]: pgmap v18475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:38 smithi028 ceph-mon[112123]: pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:38 smithi138 ceph-mon[117003]: pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:38 smithi161 ceph-mon[116604]: pgmap v18476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:39.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:39.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:39.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:40.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:40.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:40.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:40.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:40.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:40 smithi028 ceph-mon[112123]: 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-07T15:02:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:40 smithi138 ceph-mon[117003]: 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-07T15:02:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:40 smithi161 ceph-mon[116604]: 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-07T15:02:41.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:41 smithi028 ceph-mon[112123]: from='client.497316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:41 smithi138 ceph-mon[117003]: from='client.497316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:41 smithi161 ceph-mon[116604]: from='client.497316 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:42.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:42 smithi028 ceph-mon[112123]: pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:42 smithi138 ceph-mon[117003]: pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:42 smithi161 ceph-mon[116604]: pgmap v18478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:44 smithi028 ceph-mon[112123]: pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:44 smithi161 ceph-mon[116604]: pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:45.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:45.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:45.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:46.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:46.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:46.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:46.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:46.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:46 smithi028 ceph-mon[112123]: pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:44 smithi138 ceph-mon[117003]: pgmap v18479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:02:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:46 smithi138 ceph-mon[117003]: pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:46 smithi161 ceph-mon[116604]: pgmap v18480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:47.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:47 smithi028 ceph-mon[112123]: from='client.497394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:47 smithi138 ceph-mon[117003]: from='client.497394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:47 smithi161 ceph-mon[116604]: from='client.497394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:48 smithi028 ceph-mon[112123]: 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-07T15:02:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:48 smithi138 ceph-mon[117003]: 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-07T15:02:48.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:48 smithi161 ceph-mon[116604]: 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-07T15:02:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:50 smithi028 ceph-mon[112123]: pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:50 smithi138 ceph-mon[117003]: pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:50 smithi161 ceph-mon[116604]: pgmap v18482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:51.361 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:51.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:51.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:52.140 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:52.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:52.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:52.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:52.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:52.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:52 smithi028 ceph-mon[112123]: pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:52 smithi138 ceph-mon[117003]: pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:52 smithi161 ceph-mon[116604]: pgmap v18483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:53.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:53 smithi028 ceph-mon[112123]: from='client.497472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:53 smithi138 ceph-mon[117003]: from='client.497472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:53.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:53 smithi161 ceph-mon[116604]: from='client.497472 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:54 smithi138 ceph-mon[117003]: 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-07T15:02:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:54 smithi161 ceph-mon[116604]: 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-07T15:02:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:54 smithi028 ceph-mon[112123]: 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-07T15:02:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:56 smithi138 ceph-mon[117003]: pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:56 smithi161 ceph-mon[116604]: pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:56 smithi028 ceph-mon[112123]: pgmap v18485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:02:57.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:02:57.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:02:57.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:02:57.923 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:02:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:02:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:02:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:02:57.923 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:02:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:58 smithi028 ceph-mon[112123]: pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:02:58 smithi028 ceph-mon[112123]: from='client.497550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:58 smithi138 ceph-mon[117003]: pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:02:58 smithi138 ceph-mon[117003]: from='client.497550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:02:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:58 smithi161 ceph-mon[116604]: pgmap v18486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:02:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:02:58 smithi161 ceph-mon[116604]: from='client.497550 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:00 smithi028 ceph-mon[112123]: pgmap v18487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:00 smithi138 ceph-mon[117003]: pgmap v18487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:00 smithi161 ceph-mon[116604]: pgmap v18487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:02 smithi028 ceph-mon[112123]: 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-07T15:03:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:02 smithi138 ceph-mon[117003]: 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-07T15:03:02.924 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:02.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:02.925 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:02 smithi161 ceph-mon[116604]: 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-07T15:03:03.689 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:03.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:03.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:03.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:03.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:04 smithi028 ceph-mon[112123]: from='client.497628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:04 smithi028 ceph-mon[112123]: pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:04 smithi138 ceph-mon[117003]: from='client.497628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:04 smithi138 ceph-mon[117003]: pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:04 smithi161 ceph-mon[116604]: from='client.497628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:04 smithi161 ceph-mon[116604]: pgmap v18489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:06.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:06 smithi028 ceph-mon[112123]: pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:06 smithi138 ceph-mon[117003]: pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:06 smithi161 ceph-mon[116604]: pgmap v18490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:08.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:08 smithi028 ceph-mon[112123]: 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-07T15:03:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:08 smithi138 ceph-mon[117003]: 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-07T15:03:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:08 smithi161 ceph-mon[116604]: 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-07T15:03:08.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:08.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:08.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:09.459 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:09.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:09.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:09.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:09.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:10 smithi028 ceph-mon[112123]: from='client.497703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:10 smithi028 ceph-mon[112123]: pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:03:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:10 smithi138 ceph-mon[117003]: from='client.497703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:10 smithi138 ceph-mon[117003]: pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:03:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:10 smithi161 ceph-mon[116604]: from='client.497703 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:10 smithi161 ceph-mon[116604]: pgmap v18492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:03:12.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:12 smithi028 ceph-mon[112123]: pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:03:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:12 smithi138 ceph-mon[117003]: pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:03:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:12 smithi161 ceph-mon[116604]: pgmap v18493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:03:14.461 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:14.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:14.462 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:14.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:14 smithi028 ceph-mon[112123]: pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:03:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:14 smithi138 ceph-mon[117003]: pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:03:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:14 smithi161 ceph-mon[116604]: pgmap v18494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:03:15.248 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:15.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:15.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:15.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:15.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:16 smithi028 ceph-mon[112123]: from='client.497781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:16.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:16 smithi028 ceph-mon[112123]: pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:16.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:16 smithi138 ceph-mon[117003]: from='client.497781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:16.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:16 smithi138 ceph-mon[117003]: pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:16 smithi161 ceph-mon[116604]: from='client.497781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:16 smithi161 ceph-mon[116604]: pgmap v18495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:18.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:18 smithi028 ceph-mon[112123]: pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:18 smithi138 ceph-mon[117003]: pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:18 smithi161 ceph-mon[116604]: pgmap v18496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:20.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:20.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:20.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:20 smithi028 ceph-mon[112123]: 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-07T15:03:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:20 smithi138 ceph-mon[117003]: 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-07T15:03:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:20 smithi161 ceph-mon[116604]: 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-07T15:03:21.025 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:21.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:21.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:21.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:21.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:22 smithi028 ceph-mon[112123]: from='client.497859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:22.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:22 smithi028 ceph-mon[112123]: pgmap v18498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:03:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:22 smithi138 ceph-mon[117003]: from='client.497859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:22 smithi138 ceph-mon[117003]: pgmap v18498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:03:22.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:22 smithi161 ceph-mon[116604]: from='client.497859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:22.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:22 smithi161 ceph-mon[116604]: pgmap v18498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:03:24.719 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:24 smithi028 ceph-mon[112123]: pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:03:24.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:24 smithi138 ceph-mon[117003]: pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:03:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:24 smithi161 ceph-mon[116604]: pgmap v18499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:03:26.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:26.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:26.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:26.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:26 smithi028 ceph-mon[112123]: pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:03:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:26 smithi138 ceph-mon[117003]: pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:03:26.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:26.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:26.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:26.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:26.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:26 smithi161 ceph-mon[116604]: pgmap v18500: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:03:27.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:27 smithi028 ceph-mon[112123]: from='client.497934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:27.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:27 smithi138 ceph-mon[117003]: from='client.497934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:27 smithi161 ceph-mon[116604]: from='client.497934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:28 smithi028 ceph-mon[112123]: 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-07T15:03:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:28 smithi138 ceph-mon[117003]: 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-07T15:03:28.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:28 smithi161 ceph-mon[116604]: 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-07T15:03:30.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:30 smithi028 ceph-mon[112123]: pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:30 smithi138 ceph-mon[117003]: pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:30 smithi161 ceph-mon[116604]: pgmap v18502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:31.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:31.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:31.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:32.602 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:32.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:32.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:32.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:32.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:32 smithi138 ceph-mon[117003]: pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:32 smithi161 ceph-mon[116604]: pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:32 smithi028 ceph-mon[112123]: pgmap v18503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:33 smithi138 ceph-mon[117003]: from='client.498012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:33.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:03:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:33 smithi161 ceph-mon[116604]: from='client.498012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:33.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:03:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:33 smithi028 ceph-mon[112123]: from='client.498012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:33.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:03:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:34 smithi138 ceph-mon[117003]: 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-07T15:03:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:03:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:03:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:03:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:34 smithi161 ceph-mon[116604]: 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-07T15:03:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:03:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:03:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:03:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:34 smithi028 ceph-mon[112123]: 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-07T15:03:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:03:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:03:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:03:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:36 smithi138 ceph-mon[117003]: pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:36 smithi161 ceph-mon[116604]: pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:36 smithi028 ceph-mon[112123]: pgmap v18505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:37.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:37.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:37.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:38.373 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:38.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:38.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:38.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:38.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:38.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:38 smithi028 ceph-mon[112123]: pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:38 smithi138 ceph-mon[117003]: pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:38 smithi161 ceph-mon[116604]: pgmap v18506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:39.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:39 smithi028 ceph-mon[112123]: from='client.498084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:39.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:39 smithi138 ceph-mon[117003]: from='client.498084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:39 smithi161 ceph-mon[116604]: from='client.498084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:40 smithi138 ceph-mon[117003]: pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:40 smithi161 ceph-mon[116604]: pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:40.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:40 smithi028 ceph-mon[112123]: pgmap v18507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:03:42.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:42 smithi028 ceph-mon[112123]: 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-07T15:03:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:42 smithi138 ceph-mon[117003]: 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-07T15:03:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:42 smithi161 ceph-mon[116604]: 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-07T15:03:43.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:43.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:43.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:44.157 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:44.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:44.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:44.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:44.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:44.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:44 smithi028 ceph-mon[112123]: pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:44 smithi138 ceph-mon[117003]: pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:44 smithi161 ceph-mon[116604]: pgmap v18509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:45.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:45 smithi028 ceph-mon[112123]: from='client.498159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:45 smithi138 ceph-mon[117003]: from='client.498159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:45 smithi161 ceph-mon[116604]: from='client.498159 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:46.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:46 smithi028 ceph-mon[112123]: pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:03:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:46 smithi138 ceph-mon[117003]: pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:03:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:46 smithi161 ceph-mon[116604]: pgmap v18510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:03:48.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:48 smithi028 ceph-mon[112123]: pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:03:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:48 smithi138 ceph-mon[117003]: pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:03:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:48 smithi161 ceph-mon[116604]: pgmap v18511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:03:49.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:49.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:49.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:49.938 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:49.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:49.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:49.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:49.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:50 smithi028 ceph-mon[112123]: 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-07T15:03:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:50 smithi028 ceph-mon[112123]: from='client.498237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:50 smithi138 ceph-mon[117003]: 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-07T15:03:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:50 smithi138 ceph-mon[117003]: from='client.498237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:50 smithi161 ceph-mon[116604]: 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-07T15:03:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:50 smithi161 ceph-mon[116604]: from='client.498237 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:52.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:52 smithi028 ceph-mon[112123]: pgmap v18513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:52 smithi138 ceph-mon[117003]: pgmap v18513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:52 smithi161 ceph-mon[116604]: pgmap v18513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:54.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:54 smithi028 ceph-mon[112123]: pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:54 smithi138 ceph-mon[117003]: pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:54 smithi161 ceph-mon[116604]: pgmap v18514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:03:54.941 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:03:54.941 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:03:54.942 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:03:55.711 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:03:55.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:03:55.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:03:55.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:03:55.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:03:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:56 smithi028 ceph-mon[112123]: from='client.498312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:56.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:56 smithi028 ceph-mon[112123]: pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:56 smithi138 ceph-mon[117003]: from='client.498312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:56 smithi138 ceph-mon[117003]: pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:56 smithi161 ceph-mon[116604]: from='client.498312 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:03:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:56 smithi161 ceph-mon[116604]: pgmap v18515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:03:58.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:03:58 smithi028 ceph-mon[112123]: pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:03:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:03:58 smithi138 ceph-mon[117003]: pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:03:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:03:58 smithi161 ceph-mon[116604]: pgmap v18516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:04:00.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:00.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:00.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:00 smithi028 ceph-mon[112123]: pgmap v18517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:04:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:00 smithi138 ceph-mon[117003]: pgmap v18517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:04:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:00 smithi161 ceph-mon[116604]: pgmap v18517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:04:01.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:01.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:01.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:01.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:01.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:02 smithi028 ceph-mon[112123]: from='client.498381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:02.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:02 smithi028 ceph-mon[112123]: pgmap v18518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:02 smithi138 ceph-mon[117003]: from='client.498381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:02 smithi138 ceph-mon[117003]: pgmap v18518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:02 smithi161 ceph-mon[116604]: from='client.498381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:02 smithi161 ceph-mon[116604]: pgmap v18518: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:04.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:04 smithi028 ceph-mon[112123]: 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-07T15:04:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:04 smithi138 ceph-mon[117003]: 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-07T15:04:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:04 smithi161 ceph-mon[116604]: 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-07T15:04:06.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:06.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:06.490 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:06 smithi138 ceph-mon[117003]: 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-07T15:04:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:06 smithi161 ceph-mon[116604]: 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-07T15:04:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:06 smithi028 ceph-mon[112123]: 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-07T15:04:07.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:07.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:07.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:08 smithi138 ceph-mon[117003]: from='client.498459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:08 smithi138 ceph-mon[117003]: 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-07T15:04:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:08 smithi161 ceph-mon[116604]: from='client.498459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:08 smithi161 ceph-mon[116604]: 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-07T15:04:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:08 smithi028 ceph-mon[112123]: from='client.498459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:08 smithi028 ceph-mon[112123]: 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-07T15:04:10.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:10 smithi028 ceph-mon[112123]: pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:10 smithi138 ceph-mon[117003]: pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:10 smithi161 ceph-mon[116604]: pgmap v18522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:12.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:12.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:12.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:12.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:12 smithi028 ceph-mon[112123]: pgmap v18523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:12 smithi138 ceph-mon[117003]: pgmap v18523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:12 smithi161 ceph-mon[116604]: pgmap v18523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:13.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:13.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:13.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:13.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:13.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:14 smithi138 ceph-mon[117003]: from='client.498534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:14 smithi138 ceph-mon[117003]: 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-07T15:04:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:14 smithi161 ceph-mon[116604]: from='client.498534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:14 smithi161 ceph-mon[116604]: 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-07T15:04:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:14 smithi028 ceph-mon[112123]: from='client.498534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:14 smithi028 ceph-mon[112123]: 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-07T15:04:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:16 smithi138 ceph-mon[117003]: pgmap v18525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:16.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:16 smithi161 ceph-mon[116604]: pgmap v18525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:16 smithi028 ceph-mon[112123]: pgmap v18525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:18.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:18.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:18.050 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:18 smithi138 ceph-mon[117003]: pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:18 smithi161 ceph-mon[116604]: pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:18 smithi028 ceph-mon[112123]: pgmap v18526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:18.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:18.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:18.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:18.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:18.817 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:19.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:19 smithi138 ceph-mon[117003]: from='client.498606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:19.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:19 smithi161 ceph-mon[116604]: from='client.498606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:19.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:19 smithi028 ceph-mon[112123]: from='client.498606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:20.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:20 smithi138 ceph-mon[117003]: pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:20.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:20 smithi161 ceph-mon[116604]: pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:20 smithi028 ceph-mon[112123]: pgmap v18527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:22 smithi138 ceph-mon[117003]: pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:22 smithi161 ceph-mon[116604]: pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:22 smithi028 ceph-mon[112123]: pgmap v18528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:23.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:23.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:23.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:24.597 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:24.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:24.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:24.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:24.597 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:24 smithi138 ceph-mon[117003]: pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:24 smithi161 ceph-mon[116604]: pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:24 smithi028 ceph-mon[112123]: pgmap v18529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:25.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:25 smithi138 ceph-mon[117003]: from='client.498684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:25 smithi161 ceph-mon[116604]: from='client.498684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:25.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:25 smithi028 ceph-mon[112123]: from='client.498684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:26 smithi138 ceph-mon[117003]: 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-07T15:04:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:26 smithi161 ceph-mon[116604]: 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-07T15:04:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:26 smithi028 ceph-mon[112123]: 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-07T15:04:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:28 smithi138 ceph-mon[117003]: pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:28 smithi161 ceph-mon[116604]: pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:28 smithi028 ceph-mon[112123]: pgmap v18531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:29.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:29.599 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:29.599 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:30.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:30.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:30.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:30.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:30.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:30 smithi138 ceph-mon[117003]: pgmap v18532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:30 smithi161 ceph-mon[116604]: pgmap v18532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:30 smithi028 ceph-mon[112123]: pgmap v18532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:31.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:31 smithi138 ceph-mon[117003]: from='client.498759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:31 smithi161 ceph-mon[116604]: from='client.498759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:31 smithi028 ceph-mon[112123]: from='client.498759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:32 smithi138 ceph-mon[117003]: pgmap v18533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:32 smithi161 ceph-mon[116604]: pgmap v18533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:32 smithi028 ceph-mon[112123]: pgmap v18533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:34 smithi138 ceph-mon[117003]: pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:04:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:34 smithi161 ceph-mon[116604]: pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:04:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:34 smithi028 ceph-mon[112123]: pgmap v18534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:04:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:04:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:34.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:35.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:35.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:35.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:04:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:04:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:04:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:04:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:04:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:04:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:04:36.147 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:36.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:36.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:36.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:36.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:36 smithi138 ceph-mon[117003]: pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:36 smithi161 ceph-mon[116604]: pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:36 smithi028 ceph-mon[112123]: pgmap v18535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:37.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:37 smithi138 ceph-mon[117003]: from='client.498837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:37 smithi161 ceph-mon[116604]: from='client.498837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:37 smithi028 ceph-mon[112123]: from='client.498837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:38 smithi138 ceph-mon[117003]: 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-07T15:04:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:38 smithi161 ceph-mon[116604]: 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-07T15:04:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:38 smithi028 ceph-mon[112123]: 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-07T15:04:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:40 smithi138 ceph-mon[117003]: pgmap v18537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:40 smithi161 ceph-mon[116604]: pgmap v18537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:40 smithi028 ceph-mon[112123]: pgmap v18537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:41.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:41.149 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:41.149 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:41.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:41.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:41.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:41.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:41.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:42 smithi138 ceph-mon[117003]: pgmap v18538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:42 smithi138 ceph-mon[117003]: from='client.498912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:42 smithi161 ceph-mon[116604]: pgmap v18538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:42 smithi161 ceph-mon[116604]: from='client.498912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:42 smithi028 ceph-mon[112123]: pgmap v18538: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:42 smithi028 ceph-mon[112123]: from='client.498912 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:44 smithi138 ceph-mon[117003]: 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-07T15:04:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:44 smithi161 ceph-mon[116604]: 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-07T15:04:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:44 smithi028 ceph-mon[112123]: 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-07T15:04:46.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:46 smithi138 ceph-mon[117003]: 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-07T15:04:46.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:46.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:46.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:46 smithi161 ceph-mon[116604]: 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-07T15:04:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:46 smithi028 ceph-mon[112123]: 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-07T15:04:47.707 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:47.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:47.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:47.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:47.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:48 smithi138 ceph-mon[117003]: from='client.498987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:48 smithi138 ceph-mon[117003]: 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-07T15:04:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:48 smithi161 ceph-mon[116604]: from='client.498987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:48 smithi161 ceph-mon[116604]: 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-07T15:04:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:48 smithi028 ceph-mon[112123]: from='client.498987 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:48 smithi028 ceph-mon[112123]: 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-07T15:04:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:50 smithi138 ceph-mon[117003]: pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:50 smithi161 ceph-mon[116604]: pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:50 smithi028 ceph-mon[112123]: pgmap v18542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:52.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:52.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:52.709 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:52 smithi138 ceph-mon[117003]: pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:52 smithi161 ceph-mon[116604]: pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:52 smithi028 ceph-mon[112123]: pgmap v18543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:53.482 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:53.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:53.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:53.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:53.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:04:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:54 smithi138 ceph-mon[117003]: from='client.499065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:54 smithi138 ceph-mon[117003]: pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:54 smithi161 ceph-mon[116604]: from='client.499065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:54 smithi161 ceph-mon[116604]: pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:54 smithi028 ceph-mon[112123]: from='client.499065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:04:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:54 smithi028 ceph-mon[112123]: pgmap v18544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:56 smithi138 ceph-mon[117003]: pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:56 smithi161 ceph-mon[116604]: pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:56 smithi028 ceph-mon[112123]: pgmap v18545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:04:58.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:04:58.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:04:58.484 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:04:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:04:58 smithi138 ceph-mon[117003]: pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:04:58 smithi161 ceph-mon[116604]: pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:04:58 smithi028 ceph-mon[112123]: pgmap v18546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:04:59.259 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:04:59.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:04:59.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:04:59.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:04:59.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:00 smithi138 ceph-mon[117003]: from='client.499140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:00 smithi138 ceph-mon[117003]: pgmap v18547: 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-07T15:05:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:00 smithi161 ceph-mon[116604]: from='client.499140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:00 smithi161 ceph-mon[116604]: pgmap v18547: 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-07T15:05:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:00 smithi028 ceph-mon[112123]: from='client.499140 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:00 smithi028 ceph-mon[112123]: pgmap v18547: 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-07T15:05:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:02 smithi138 ceph-mon[117003]: pgmap v18548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:02 smithi161 ceph-mon[116604]: pgmap v18548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:02 smithi028 ceph-mon[112123]: pgmap v18548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:04.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:04.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:04.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:04 smithi138 ceph-mon[117003]: pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:04 smithi161 ceph-mon[116604]: pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:04 smithi028 ceph-mon[112123]: pgmap v18549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:05.041 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:05.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:05.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:05.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:05.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:06 smithi138 ceph-mon[117003]: from='client.499215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:06 smithi138 ceph-mon[117003]: pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:06 smithi161 ceph-mon[116604]: from='client.499215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:06 smithi161 ceph-mon[116604]: pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:06 smithi028 ceph-mon[112123]: from='client.499215 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:06 smithi028 ceph-mon[112123]: pgmap v18550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:08 smithi138 ceph-mon[117003]: pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:08 smithi161 ceph-mon[116604]: pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:08 smithi028 ceph-mon[112123]: pgmap v18551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:10.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:10.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:10.043 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:10 smithi138 ceph-mon[117003]: pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:10.813 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:10.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:10.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:10.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:10.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:10 smithi161 ceph-mon[116604]: pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:10 smithi028 ceph-mon[112123]: pgmap v18552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:11.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:11 smithi138 ceph-mon[117003]: from='client.499287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:11 smithi161 ceph-mon[116604]: from='client.499287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:11.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:11 smithi028 ceph-mon[112123]: from='client.499287 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:12 smithi138 ceph-mon[117003]: pgmap v18553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:12 smithi161 ceph-mon[116604]: pgmap v18553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:12 smithi028 ceph-mon[112123]: pgmap v18553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:14 smithi138 ceph-mon[117003]: pgmap v18554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:14 smithi161 ceph-mon[116604]: pgmap v18554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:14 smithi028 ceph-mon[112123]: pgmap v18554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:05:15.814 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:15.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:15.815 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:16.592 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:16.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:16.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:16.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:16.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:16 smithi138 ceph-mon[117003]: pgmap v18555: 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-07T15:05:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:16 smithi161 ceph-mon[116604]: pgmap v18555: 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-07T15:05:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:16 smithi028 ceph-mon[112123]: pgmap v18555: 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-07T15:05:17.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:17 smithi138 ceph-mon[117003]: from='client.499365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:17.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:17 smithi161 ceph-mon[116604]: from='client.499365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:17.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:17 smithi028 ceph-mon[112123]: from='client.499365 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:18 smithi138 ceph-mon[117003]: 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-07T15:05:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:18 smithi161 ceph-mon[116604]: 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-07T15:05:18.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:18 smithi028 ceph-mon[112123]: 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-07T15:05:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:20 smithi138 ceph-mon[117003]: pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:20 smithi161 ceph-mon[116604]: pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:20 smithi028 ceph-mon[112123]: pgmap v18557: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:21.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:21.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:21.594 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:22.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:22.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:22.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:22.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:22.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:22 smithi138 ceph-mon[117003]: pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:22 smithi161 ceph-mon[116604]: pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:22 smithi028 ceph-mon[112123]: pgmap v18558: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:23.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:23 smithi138 ceph-mon[117003]: from='client.499437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:23.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:23 smithi161 ceph-mon[116604]: from='client.499437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:23 smithi028 ceph-mon[112123]: from='client.499437 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:24 smithi138 ceph-mon[117003]: 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-07T15:05:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:24 smithi161 ceph-mon[116604]: 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-07T15:05:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:24 smithi028 ceph-mon[112123]: 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-07T15:05:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:26 smithi138 ceph-mon[117003]: 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-07T15:05:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:26 smithi161 ceph-mon[116604]: 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-07T15:05:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:26 smithi028 ceph-mon[112123]: 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-07T15:05:27.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:27.378 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:27.378 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:28.158 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:28.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:28.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:28.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:28.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:28.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:28 smithi138 ceph-mon[117003]: 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-07T15:05:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:28 smithi161 ceph-mon[116604]: 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-07T15:05:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:28 smithi028 ceph-mon[112123]: 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-07T15:05:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:29 smithi138 ceph-mon[117003]: from='client.499512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:29.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:29 smithi161 ceph-mon[116604]: from='client.499512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:29 smithi028 ceph-mon[112123]: from='client.499512 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:30.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:30 smithi138 ceph-mon[117003]: pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:30 smithi161 ceph-mon[116604]: pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:30 smithi028 ceph-mon[112123]: pgmap v18562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:32 smithi138 ceph-mon[117003]: pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:32 smithi161 ceph-mon[116604]: pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:32 smithi028 ceph-mon[112123]: pgmap v18563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:33.159 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:33.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:33.160 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:33.936 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:33.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:33.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:33.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:33.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:34 smithi138 ceph-mon[117003]: pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:34 smithi138 ceph-mon[117003]: from='client.499581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:34 smithi161 ceph-mon[116604]: pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:34 smithi161 ceph-mon[116604]: from='client.499581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:34 smithi028 ceph-mon[112123]: pgmap v18564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:34 smithi028 ceph-mon[112123]: from='client.499581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:05:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:05:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:05:35.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:05:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:05:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:05:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:05:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:05:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:05:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:05:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:05:35.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:05:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:36 smithi138 ceph-mon[117003]: pgmap v18565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:36 smithi161 ceph-mon[116604]: pgmap v18565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:36.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:36 smithi028 ceph-mon[112123]: pgmap v18565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:05:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:38 smithi138 ceph-mon[117003]: pgmap v18566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:38 smithi161 ceph-mon[116604]: pgmap v18566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:38 smithi028 ceph-mon[112123]: pgmap v18566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:38.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:38.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:38.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:39.711 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:39.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:39.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:39.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:40 smithi138 ceph-mon[117003]: from='client.499659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:40 smithi138 ceph-mon[117003]: pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:40 smithi161 ceph-mon[116604]: from='client.499659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:40 smithi161 ceph-mon[116604]: pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:40 smithi028 ceph-mon[112123]: from='client.499659 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:40 smithi028 ceph-mon[112123]: pgmap v18567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:42 smithi138 ceph-mon[117003]: pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:42 smithi161 ceph-mon[116604]: pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:42 smithi028 ceph-mon[112123]: pgmap v18568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:44.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:44.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:44.713 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:44 smithi138 ceph-mon[117003]: pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:44 smithi161 ceph-mon[116604]: pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:44 smithi028 ceph-mon[112123]: pgmap v18569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:45.480 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:45.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:45.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:45.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:45.481 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:46 smithi138 ceph-mon[117003]: from='client.499737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:46 smithi138 ceph-mon[117003]: pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:46 smithi161 ceph-mon[116604]: from='client.499737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:46 smithi161 ceph-mon[116604]: pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:46 smithi028 ceph-mon[112123]: from='client.499737 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:46 smithi028 ceph-mon[112123]: pgmap v18570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:48 smithi138 ceph-mon[117003]: pgmap v18571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:48 smithi161 ceph-mon[116604]: pgmap v18571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:48 smithi028 ceph-mon[112123]: pgmap v18571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:05:50.482 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:50.482 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:50.483 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:50 smithi138 ceph-mon[117003]: pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:50 smithi161 ceph-mon[116604]: pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:50 smithi028 ceph-mon[112123]: pgmap v18572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:51.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:51.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:51.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:51.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:51.259 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:52 smithi138 ceph-mon[117003]: from='client.499809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:52 smithi138 ceph-mon[117003]: pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:52 smithi161 ceph-mon[116604]: from='client.499809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:52 smithi161 ceph-mon[116604]: pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:52 smithi028 ceph-mon[112123]: from='client.499809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:52 smithi028 ceph-mon[112123]: pgmap v18573: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:05:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:54 smithi138 ceph-mon[117003]: 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-07T15:05:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:54 smithi161 ceph-mon[116604]: 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-07T15:05:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:54 smithi028 ceph-mon[112123]: 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-07T15:05:56.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:05:56.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:05:56.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:05:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:56 smithi138 ceph-mon[117003]: 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-07T15:05:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:56 smithi161 ceph-mon[116604]: 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-07T15:05:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:56 smithi028 ceph-mon[112123]: 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-07T15:05:57.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:05:57.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:05:57.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:05:57.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:05:57.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:05:57.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:57 smithi138 ceph-mon[117003]: from='client.499887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:57 smithi161 ceph-mon[116604]: from='client.499887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:57.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:57 smithi028 ceph-mon[112123]: from='client.499887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:05:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:05:58 smithi138 ceph-mon[117003]: 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-07T15:05:58.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:05:58 smithi161 ceph-mon[116604]: 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-07T15:05:58.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:05:58 smithi028 ceph-mon[112123]: 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-07T15:06:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:00 smithi138 ceph-mon[117003]: pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:00 smithi161 ceph-mon[116604]: pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:00 smithi028 ceph-mon[112123]: pgmap v18577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:02.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:02.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:02.037 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:02 smithi138 ceph-mon[117003]: pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:02.818 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:02.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:02.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:02.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:02.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:02 smithi161 ceph-mon[116604]: pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:02 smithi028 ceph-mon[112123]: pgmap v18578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:03.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:03 smithi138 ceph-mon[117003]: from='client.499965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:03.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:03 smithi161 ceph-mon[116604]: from='client.499965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:03.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:03 smithi028 ceph-mon[112123]: from='client.499965 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:04 smithi138 ceph-mon[117003]: 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-07T15:06:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:04 smithi161 ceph-mon[116604]: 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-07T15:06:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:04 smithi028 ceph-mon[112123]: 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-07T15:06:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:06 smithi138 ceph-mon[117003]: 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-07T15:06:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:06 smithi161 ceph-mon[116604]: 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-07T15:06:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:06 smithi028 ceph-mon[112123]: 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-07T15:06:07.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:07.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:07.820 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:08 smithi138 ceph-mon[117003]: 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-07T15:06:08.590 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:08.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:08.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:08.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:08.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:08 smithi161 ceph-mon[116604]: 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-07T15:06:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:08 smithi028 ceph-mon[112123]: 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-07T15:06:09.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:09 smithi138 ceph-mon[117003]: from='client.500037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:09 smithi161 ceph-mon[116604]: from='client.500037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:09 smithi028 ceph-mon[112123]: from='client.500037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:10.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:10 smithi138 ceph-mon[117003]: pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:10 smithi161 ceph-mon[116604]: pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:10.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:10 smithi028 ceph-mon[112123]: pgmap v18582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:12 smithi138 ceph-mon[117003]: pgmap v18583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:12 smithi161 ceph-mon[116604]: pgmap v18583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:12 smithi028 ceph-mon[112123]: pgmap v18583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:13.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:13.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:13.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:14.358 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:14.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:14.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:14.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:14.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:14 smithi138 ceph-mon[117003]: pgmap v18584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:14 smithi161 ceph-mon[116604]: pgmap v18584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:14 smithi028 ceph-mon[112123]: pgmap v18584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:15.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:15 smithi138 ceph-mon[117003]: from='client.500115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:15.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:15 smithi161 ceph-mon[116604]: from='client.500115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:15.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:15 smithi028 ceph-mon[112123]: from='client.500115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:16 smithi138 ceph-mon[117003]: pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:06:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:16 smithi161 ceph-mon[116604]: pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:06:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:16 smithi028 ceph-mon[112123]: pgmap v18585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:06:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:18 smithi138 ceph-mon[117003]: pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:06:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:18 smithi161 ceph-mon[116604]: pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:06:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:18 smithi028 ceph-mon[112123]: pgmap v18586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:06:19.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:19.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:19.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:20.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:20.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:20.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:20.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:20.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:20 smithi138 ceph-mon[117003]: pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:20 smithi161 ceph-mon[116604]: pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:20 smithi028 ceph-mon[112123]: pgmap v18587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:21.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:21 smithi138 ceph-mon[117003]: from='client.500193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:21.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:21 smithi161 ceph-mon[116604]: from='client.500193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:21.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:21 smithi028 ceph-mon[112123]: from='client.500193 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:22 smithi138 ceph-mon[117003]: pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:22 smithi161 ceph-mon[116604]: pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:22 smithi028 ceph-mon[112123]: pgmap v18588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:24 smithi138 ceph-mon[117003]: pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:24 smithi161 ceph-mon[116604]: pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:24 smithi028 ceph-mon[112123]: pgmap v18589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:06:25.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:25.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:25.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:25.921 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:25.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:25.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:25.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:25.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:26 smithi138 ceph-mon[117003]: pgmap v18590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:26 smithi138 ceph-mon[117003]: from='client.500271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:26 smithi161 ceph-mon[116604]: pgmap v18590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:26 smithi161 ceph-mon[116604]: from='client.500271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:26 smithi028 ceph-mon[112123]: pgmap v18590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:26 smithi028 ceph-mon[112123]: from='client.500271 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:28 smithi138 ceph-mon[117003]: pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:06:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:28 smithi161 ceph-mon[116604]: pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:06:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:28 smithi028 ceph-mon[112123]: pgmap v18591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:06:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:30 smithi138 ceph-mon[117003]: 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-07T15:06:30.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:30.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:30.923 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:30 smithi161 ceph-mon[116604]: 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-07T15:06:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:30 smithi028 ceph-mon[112123]: 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-07T15:06:31.702 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:31.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:31.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:31.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:31.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:32 smithi138 ceph-mon[117003]: from='client.500346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:32 smithi138 ceph-mon[117003]: pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:32 smithi161 ceph-mon[116604]: from='client.500346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:32 smithi161 ceph-mon[116604]: pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:32 smithi028 ceph-mon[112123]: from='client.500346 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:32 smithi028 ceph-mon[112123]: pgmap v18593: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:34 smithi138 ceph-mon[117003]: 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-07T15:06:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:34 smithi161 ceph-mon[116604]: 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-07T15:06:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:34 smithi028 ceph-mon[112123]: 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-07T15:06:36.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:36.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:36.705 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:36 smithi138 ceph-mon[117003]: 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-07T15:06:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:06:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:36 smithi161 ceph-mon[116604]: 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-07T15:06:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:06:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:36 smithi028 ceph-mon[112123]: 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-07T15:06:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:06:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.495 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:37.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:37.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:37.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:37.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:06:37.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:06:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:06:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:06:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:06:37.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:06:37.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:06:37.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:06:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:06:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:06:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:06:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:06:38.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:06:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:38 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16956M 2023-12-07T15:06:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:38 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21052M 2023-12-07T15:06:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:38 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14858M 2023-12-07T15:06:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:38 smithi161 ceph-mon[116604]: from='client.500424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:38.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:38 smithi161 ceph-mon[116604]: 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-07T15:06:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:38 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16956M 2023-12-07T15:06:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:38 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21052M 2023-12-07T15:06:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:38 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14858M 2023-12-07T15:06:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:38 smithi028 ceph-mon[112123]: from='client.500424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:38 smithi028 ceph-mon[112123]: 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-07T15:06:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:38 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16956M 2023-12-07T15:06:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:38 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21052M 2023-12-07T15:06:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:38 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14858M 2023-12-07T15:06:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:38 smithi138 ceph-mon[117003]: from='client.500424 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:38 smithi138 ceph-mon[117003]: 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-07T15:06:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:40 smithi161 ceph-mon[116604]: pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:40 smithi028 ceph-mon[112123]: pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:40 smithi138 ceph-mon[117003]: pgmap v18597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:42.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:42.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:42.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:42 smithi161 ceph-mon[116604]: pgmap v18598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:42 smithi028 ceph-mon[112123]: pgmap v18598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:42 smithi138 ceph-mon[117003]: pgmap v18598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:43.278 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:43.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:43.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:43.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:43.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:44 smithi161 ceph-mon[116604]: from='client.500502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:44 smithi161 ceph-mon[116604]: 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-07T15:06:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:44 smithi028 ceph-mon[112123]: from='client.500502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:44 smithi028 ceph-mon[112123]: 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-07T15:06:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:44 smithi138 ceph-mon[117003]: from='client.500502 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:44 smithi138 ceph-mon[117003]: 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-07T15:06:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:46 smithi161 ceph-mon[116604]: 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-07T15:06:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:46 smithi028 ceph-mon[112123]: 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-07T15:06:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:46 smithi138 ceph-mon[117003]: 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-07T15:06:48.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:48.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:48.280 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:48 smithi138 ceph-mon[117003]: 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-07T15:06:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:48 smithi161 ceph-mon[116604]: 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-07T15:06:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:48 smithi028 ceph-mon[112123]: 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-07T15:06:49.060 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:49.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:49.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:49.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:49.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:49.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:49 smithi138 ceph-mon[117003]: from='client.500580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:49 smithi161 ceph-mon[116604]: from='client.500580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:49 smithi028 ceph-mon[112123]: from='client.500580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:50.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:50 smithi138 ceph-mon[117003]: pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:50.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:50 smithi161 ceph-mon[116604]: pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:50 smithi028 ceph-mon[112123]: pgmap v18602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:06:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:52 smithi138 ceph-mon[117003]: pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:52 smithi161 ceph-mon[116604]: pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:52 smithi028 ceph-mon[112123]: pgmap v18603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:54.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:54.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:54.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:06:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:54 smithi138 ceph-mon[117003]: pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:54.844 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:06:54.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:06:54.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:06:54.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:06:54.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:06:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:54 smithi161 ceph-mon[116604]: pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:54 smithi028 ceph-mon[112123]: pgmap v18604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:06:55.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:55 smithi138 ceph-mon[117003]: from='client.500652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:55 smithi161 ceph-mon[116604]: from='client.500652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:55 smithi028 ceph-mon[112123]: from='client.500652 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:06:56.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:56 smithi138 ceph-mon[117003]: 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-07T15:06:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:56 smithi161 ceph-mon[116604]: 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-07T15:06:56.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:56 smithi028 ceph-mon[112123]: 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-07T15:06:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:06:58 smithi138 ceph-mon[117003]: 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-07T15:06:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:06:58 smithi161 ceph-mon[116604]: 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-07T15:06:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:06:58 smithi028 ceph-mon[112123]: 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-07T15:06:59.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:06:59.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:06:59.846 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:00.633 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:00.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:00.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:00.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:00.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:00 smithi138 ceph-mon[117003]: pgmap v18607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:00 smithi161 ceph-mon[116604]: pgmap v18607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:00 smithi028 ceph-mon[112123]: pgmap v18607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:01.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:01 smithi138 ceph-mon[117003]: from='client.500724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:01.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:01 smithi161 ceph-mon[116604]: from='client.500724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:01.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:01 smithi028 ceph-mon[112123]: from='client.500724 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:02 smithi138 ceph-mon[117003]: pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:02 smithi161 ceph-mon[116604]: pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:02 smithi028 ceph-mon[112123]: pgmap v18608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:04 smithi138 ceph-mon[117003]: pgmap v18609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:04 smithi161 ceph-mon[116604]: pgmap v18609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:04 smithi028 ceph-mon[112123]: pgmap v18609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:07:05.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:05.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:05.635 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:06.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:06.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:06.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:06.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:06.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:06 smithi138 ceph-mon[117003]: pgmap v18610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:06 smithi161 ceph-mon[116604]: pgmap v18610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:06 smithi028 ceph-mon[112123]: pgmap v18610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:07.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:07 smithi138 ceph-mon[117003]: from='client.500802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:07 smithi161 ceph-mon[116604]: from='client.500802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:07.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:07 smithi028 ceph-mon[112123]: from='client.500802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:08 smithi138 ceph-mon[117003]: 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-07T15:07:08.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:08 smithi161 ceph-mon[116604]: 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-07T15:07:08.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:08 smithi028 ceph-mon[112123]: 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-07T15:07:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:10 smithi138 ceph-mon[117003]: pgmap v18612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:10 smithi161 ceph-mon[116604]: pgmap v18612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:10 smithi028 ceph-mon[112123]: pgmap v18612: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:11.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:11.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:11.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:12.177 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:12.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:12.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:12.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:12.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:12 smithi138 ceph-mon[117003]: pgmap v18613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:12 smithi161 ceph-mon[116604]: pgmap v18613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:12 smithi028 ceph-mon[112123]: pgmap v18613: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:13.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:13 smithi138 ceph-mon[117003]: from='client.500877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:13 smithi161 ceph-mon[116604]: from='client.500877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:13.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:13 smithi028 ceph-mon[112123]: from='client.500877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:14 smithi138 ceph-mon[117003]: 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-07T15:07:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:14 smithi161 ceph-mon[116604]: 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-07T15:07:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:14 smithi028 ceph-mon[112123]: 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-07T15:07:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:16 smithi138 ceph-mon[117003]: 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-07T15:07:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:16 smithi161 ceph-mon[116604]: 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-07T15:07:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:16 smithi028 ceph-mon[112123]: 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-07T15:07:17.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:17.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:17.179 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:17.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:17.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:17.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:17.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:17.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:18 smithi138 ceph-mon[117003]: 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-07T15:07:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:18 smithi138 ceph-mon[117003]: from='client.500955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:18 smithi161 ceph-mon[116604]: 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-07T15:07:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:18 smithi161 ceph-mon[116604]: from='client.500955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:18 smithi028 ceph-mon[112123]: 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-07T15:07:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:18 smithi028 ceph-mon[112123]: from='client.500955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:20 smithi138 ceph-mon[117003]: pgmap v18617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:20 smithi161 ceph-mon[116604]: pgmap v18617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:20 smithi028 ceph-mon[112123]: pgmap v18617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:22 smithi138 ceph-mon[117003]: pgmap v18618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:22.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:22 smithi161 ceph-mon[116604]: pgmap v18618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:22.947 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:22.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:22.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:22 smithi028 ceph-mon[112123]: pgmap v18618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:23.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:23.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:23.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:23.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:23.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:24 smithi138 ceph-mon[117003]: from='client.501027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:24 smithi138 ceph-mon[117003]: 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-07T15:07:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:24 smithi161 ceph-mon[116604]: from='client.501027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:24 smithi161 ceph-mon[116604]: 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-07T15:07:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:24 smithi028 ceph-mon[112123]: from='client.501027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:24 smithi028 ceph-mon[112123]: 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-07T15:07:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:26 smithi138 ceph-mon[117003]: 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-07T15:07:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:26 smithi161 ceph-mon[116604]: 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-07T15:07:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:26 smithi028 ceph-mon[112123]: 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-07T15:07:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:28 smithi138 ceph-mon[117003]: 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-07T15:07:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:28 smithi161 ceph-mon[116604]: 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-07T15:07:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:28 smithi028 ceph-mon[112123]: 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-07T15:07:28.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:28.725 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:28.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:29.495 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:29.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:29.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:29.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:29.496 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:30 smithi138 ceph-mon[117003]: from='client.501102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:30 smithi138 ceph-mon[117003]: pgmap v18622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:07:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:30 smithi161 ceph-mon[116604]: from='client.501102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:30 smithi161 ceph-mon[116604]: pgmap v18622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:07:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:30 smithi028 ceph-mon[112123]: from='client.501102 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:30 smithi028 ceph-mon[112123]: pgmap v18622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:07:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:32 smithi138 ceph-mon[117003]: pgmap v18623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:32 smithi161 ceph-mon[116604]: pgmap v18623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:32 smithi028 ceph-mon[112123]: pgmap v18623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:34.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:34.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:34.497 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:34 smithi138 ceph-mon[117003]: pgmap v18624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:34 smithi161 ceph-mon[116604]: pgmap v18624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:34 smithi028 ceph-mon[112123]: pgmap v18624: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:07:35.268 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:35.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:35.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:35.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:35.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:36 smithi138 ceph-mon[117003]: from='client.501180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:36 smithi138 ceph-mon[117003]: 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-07T15:07:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:36 smithi161 ceph-mon[116604]: from='client.501180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:36 smithi161 ceph-mon[116604]: 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-07T15:07:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:36 smithi028 ceph-mon[112123]: from='client.501180 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:36 smithi028 ceph-mon[112123]: 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-07T15:07:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:07:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:38 smithi138 ceph-mon[117003]: 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-07T15:07:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:07:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:07:38.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:07:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:07:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:38 smithi161 ceph-mon[116604]: 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-07T15:07:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:07:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:07:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:07:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:07:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:38 smithi028 ceph-mon[112123]: 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-07T15:07:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:07:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:07:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:07:40.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:40.270 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:40.270 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:40 smithi138 ceph-mon[117003]: pgmap v18627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:40 smithi161 ceph-mon[116604]: pgmap v18627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:40 smithi028 ceph-mon[112123]: pgmap v18627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:41.051 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:41.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:41.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:41.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:41.051 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:41.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:41 smithi138 ceph-mon[117003]: from='client.501252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:41 smithi161 ceph-mon[116604]: from='client.501252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:41 smithi028 ceph-mon[112123]: from='client.501252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:42.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:42 smithi138 ceph-mon[117003]: pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:42 smithi161 ceph-mon[116604]: pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:42 smithi028 ceph-mon[112123]: pgmap v18628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:44 smithi138 ceph-mon[117003]: pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:44 smithi161 ceph-mon[116604]: pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:44 smithi028 ceph-mon[112123]: pgmap v18629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:07:46.052 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:46.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:46.053 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:46 smithi138 ceph-mon[117003]: pgmap v18630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:07:46.831 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:46.831 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:46.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:46.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:46.832 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:46 smithi161 ceph-mon[116604]: pgmap v18630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:07:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:46 smithi028 ceph-mon[112123]: pgmap v18630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:07:47.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:47 smithi138 ceph-mon[117003]: from='client.501330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:47 smithi161 ceph-mon[116604]: from='client.501330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:47 smithi028 ceph-mon[112123]: from='client.501330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:48 smithi138 ceph-mon[117003]: 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-07T15:07:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:48 smithi161 ceph-mon[116604]: 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-07T15:07:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:48 smithi028 ceph-mon[112123]: 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-07T15:07:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:50 smithi138 ceph-mon[117003]: pgmap v18632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:50 smithi161 ceph-mon[116604]: pgmap v18632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:50 smithi028 ceph-mon[112123]: pgmap v18632: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:07:51.833 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:51.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:51.833 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:52.624 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:52.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:52.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:52.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:52.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:52 smithi138 ceph-mon[117003]: pgmap v18633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:52 smithi161 ceph-mon[116604]: pgmap v18633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:52.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:52 smithi028 ceph-mon[112123]: pgmap v18633: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:07:53.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:53 smithi138 ceph-mon[117003]: from='client.501405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:53 smithi161 ceph-mon[116604]: from='client.501405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:53 smithi028 ceph-mon[112123]: from='client.501405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:54 smithi138 ceph-mon[117003]: 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-07T15:07:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:54 smithi161 ceph-mon[116604]: 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-07T15:07:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:54 smithi028 ceph-mon[112123]: 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-07T15:07:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:56 smithi161 ceph-mon[116604]: 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-07T15:07:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:56 smithi028 ceph-mon[112123]: 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-07T15:07:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:56 smithi138 ceph-mon[117003]: 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-07T15:07:57.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:07:57.626 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:07:57.627 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:07:58.421 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:07:58.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:07:58.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:07:58.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:07:58.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:07:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:58 smithi138 ceph-mon[117003]: 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-07T15:07:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:58 smithi161 ceph-mon[116604]: 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-07T15:07:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:58 smithi028 ceph-mon[112123]: 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-07T15:07:59.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:07:59 smithi138 ceph-mon[117003]: from='client.501483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:07:59 smithi161 ceph-mon[116604]: from='client.501483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:07:59.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:07:59 smithi028 ceph-mon[112123]: from='client.501483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:00.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:00 smithi138 ceph-mon[117003]: pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:00 smithi161 ceph-mon[116604]: pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:00 smithi028 ceph-mon[112123]: pgmap v18637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:02.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:02 smithi138 ceph-mon[117003]: pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:02 smithi161 ceph-mon[116604]: pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:02 smithi028 ceph-mon[112123]: pgmap v18638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:03.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:03.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:03.422 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:04.197 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:04.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:04.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:04.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:04.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:04.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:04 smithi138 ceph-mon[117003]: 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-07T15:08:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:04 smithi161 ceph-mon[116604]: 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-07T15:08:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:04 smithi028 ceph-mon[112123]: 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-07T15:08:05.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:05 smithi138 ceph-mon[117003]: from='client.501561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:05 smithi161 ceph-mon[116604]: from='client.501561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:05.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:05 smithi028 ceph-mon[112123]: from='client.501561 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:06.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:06 smithi138 ceph-mon[117003]: pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:08:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:06 smithi161 ceph-mon[116604]: pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:08:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:06 smithi028 ceph-mon[112123]: pgmap v18640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:08:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:08 smithi138 ceph-mon[117003]: pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:08:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:08 smithi161 ceph-mon[116604]: pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:08:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:08 smithi028 ceph-mon[112123]: pgmap v18641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:08:09.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:09.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:09.200 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:09.987 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:09.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:09.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:09.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:09.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:10 smithi138 ceph-mon[117003]: 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-07T15:08:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:10 smithi138 ceph-mon[117003]: from='client.501630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:10 smithi161 ceph-mon[116604]: 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-07T15:08:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:10 smithi161 ceph-mon[116604]: from='client.501630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:10 smithi028 ceph-mon[112123]: 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-07T15:08:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:10 smithi028 ceph-mon[112123]: from='client.501630 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:12 smithi138 ceph-mon[117003]: pgmap v18643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:12 smithi161 ceph-mon[116604]: pgmap v18643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:12 smithi028 ceph-mon[112123]: pgmap v18643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:14 smithi138 ceph-mon[117003]: 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-07T15:08:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:14 smithi161 ceph-mon[116604]: 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-07T15:08:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:14 smithi028 ceph-mon[112123]: 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-07T15:08:14.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:14.989 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:14.990 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:15.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:15.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:15.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:15.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:15.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:16 smithi138 ceph-mon[117003]: from='client.501708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:16.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:16 smithi138 ceph-mon[117003]: 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-07T15:08:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:16 smithi161 ceph-mon[116604]: from='client.501708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:16 smithi161 ceph-mon[116604]: 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-07T15:08:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:16 smithi028 ceph-mon[112123]: from='client.501708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:16 smithi028 ceph-mon[112123]: 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-07T15:08:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:18 smithi138 ceph-mon[117003]: pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:08:18.693 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:18 smithi161 ceph-mon[116604]: pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:08:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:18 smithi028 ceph-mon[112123]: pgmap v18646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:08:20.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:20.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:20.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:20 smithi138 ceph-mon[117003]: pgmap v18647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:08:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:20 smithi161 ceph-mon[116604]: pgmap v18647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:08:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:20 smithi028 ceph-mon[112123]: pgmap v18647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:08:21.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:21.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:21.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:21.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:21.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:22 smithi138 ceph-mon[117003]: from='client.501786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:22 smithi138 ceph-mon[117003]: 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-07T15:08:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:22 smithi161 ceph-mon[116604]: from='client.501786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:22 smithi161 ceph-mon[116604]: 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-07T15:08:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:22 smithi028 ceph-mon[112123]: from='client.501786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:22 smithi028 ceph-mon[112123]: 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-07T15:08:24.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:24 smithi138 ceph-mon[117003]: 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-07T15:08:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:24 smithi161 ceph-mon[116604]: 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-07T15:08:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:24 smithi028 ceph-mon[112123]: 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-07T15:08:26.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:26.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:26.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:26.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:26 smithi138 ceph-mon[117003]: 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-07T15:08:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:26 smithi161 ceph-mon[116604]: 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-07T15:08:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:26 smithi028 ceph-mon[112123]: 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-07T15:08:27.310 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:27.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:27.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:27.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:27.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:28 smithi138 ceph-mon[117003]: from='client.501861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:28 smithi138 ceph-mon[117003]: 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-07T15:08:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:28 smithi161 ceph-mon[116604]: from='client.501861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:28 smithi161 ceph-mon[116604]: 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-07T15:08:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:28 smithi028 ceph-mon[112123]: from='client.501861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:28 smithi028 ceph-mon[112123]: 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-07T15:08:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:30 smithi138 ceph-mon[117003]: pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:30 smithi161 ceph-mon[116604]: pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:30 smithi028 ceph-mon[112123]: pgmap v18652: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:32.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:32.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:32.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:32.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:32 smithi138 ceph-mon[117003]: pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:32 smithi161 ceph-mon[116604]: pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:32 smithi028 ceph-mon[112123]: pgmap v18653: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:33.088 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:33.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:33.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:33.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:33.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:34 smithi138 ceph-mon[117003]: from='client.501936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:34.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:34 smithi138 ceph-mon[117003]: 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-07T15:08:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:34 smithi161 ceph-mon[116604]: from='client.501936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:34 smithi161 ceph-mon[116604]: 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-07T15:08:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:34 smithi028 ceph-mon[112123]: from='client.501936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:34 smithi028 ceph-mon[112123]: 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-07T15:08:36.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:36 smithi138 ceph-mon[117003]: 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-07T15:08:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:36 smithi161 ceph-mon[116604]: 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-07T15:08:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:36 smithi028 ceph-mon[112123]: 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-07T15:08:38.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:38.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:38.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:38 smithi138 ceph-mon[117003]: 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-07T15:08:38.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:08:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:38 smithi161 ceph-mon[116604]: 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-07T15:08:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:08:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:38 smithi028 ceph-mon[112123]: 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-07T15:08:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:08:38.912 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:38.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:38.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:38.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:38.913 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:39 smithi138 ceph-mon[117003]: from='client.502014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:08:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:08:39.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:08:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:39 smithi161 ceph-mon[116604]: from='client.502014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:08:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:08:39.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:08:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:39 smithi028 ceph-mon[112123]: from='client.502014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:08:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:08:39.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:08:40.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:40 smithi138 ceph-mon[117003]: pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:40.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:40 smithi161 ceph-mon[116604]: pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:40 smithi028 ceph-mon[112123]: pgmap v18657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:08:42.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:42 smithi138 ceph-mon[117003]: pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:42 smithi161 ceph-mon[116604]: pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:42 smithi028 ceph-mon[112123]: pgmap v18658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:43.908 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:43.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:43.909 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:44.683 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:44.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:44.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:44.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:44.684 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:44.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:44 smithi138 ceph-mon[117003]: 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-07T15:08:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:44 smithi161 ceph-mon[116604]: 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-07T15:08:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:44 smithi028 ceph-mon[112123]: 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-07T15:08:45.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:45 smithi138 ceph-mon[117003]: from='client.502092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:45 smithi161 ceph-mon[116604]: from='client.502092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:45 smithi028 ceph-mon[112123]: from='client.502092 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:46.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:46 smithi138 ceph-mon[117003]: pgmap v18660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:46 smithi161 ceph-mon[116604]: pgmap v18660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:46 smithi028 ceph-mon[112123]: pgmap v18660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:48.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:48 smithi138 ceph-mon[117003]: pgmap v18661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:48 smithi161 ceph-mon[116604]: pgmap v18661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:48 smithi028 ceph-mon[112123]: pgmap v18661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:49.685 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:49.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:49.686 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:50.473 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:50.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:50.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:50.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:50.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:50 smithi138 ceph-mon[117003]: 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-07T15:08:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:50 smithi161 ceph-mon[116604]: 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-07T15:08:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:50 smithi028 ceph-mon[112123]: 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-07T15:08:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:51 smithi138 ceph-mon[117003]: from='client.502167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:51 smithi161 ceph-mon[116604]: from='client.502167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:51.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:51 smithi028 ceph-mon[112123]: from='client.502167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:52 smithi138 ceph-mon[117003]: pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:52 smithi161 ceph-mon[116604]: pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:52 smithi028 ceph-mon[112123]: pgmap v18663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:08:54.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:54 smithi138 ceph-mon[117003]: 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-07T15:08:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:54 smithi161 ceph-mon[116604]: 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-07T15:08:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:54 smithi028 ceph-mon[112123]: 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-07T15:08:55.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:08:55.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:08:55.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:08:56.261 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:08:56.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:08:56.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:08:56.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:08:56.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:08:56.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:56 smithi161 ceph-mon[116604]: 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-07T15:08:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:56 smithi028 ceph-mon[112123]: 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-07T15:08:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:56 smithi138 ceph-mon[117003]: 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-07T15:08:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:57 smithi161 ceph-mon[116604]: from='client.502242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:57 smithi028 ceph-mon[112123]: from='client.502242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:57 smithi138 ceph-mon[117003]: from='client.502242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:08:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:08:58 smithi161 ceph-mon[116604]: pgmap v18666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:08:58 smithi028 ceph-mon[112123]: pgmap v18666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:08:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:08:58 smithi138 ceph-mon[117003]: pgmap v18666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:00 smithi161 ceph-mon[116604]: pgmap v18667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:00 smithi028 ceph-mon[112123]: pgmap v18667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:00 smithi138 ceph-mon[117003]: pgmap v18667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:01.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:01.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:01.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:02.048 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:02.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:02.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:02.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:02.049 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:02 smithi161 ceph-mon[116604]: 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-07T15:09:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:02 smithi161 ceph-mon[116604]: from='client.502317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:02 smithi028 ceph-mon[112123]: 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-07T15:09:02.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:02 smithi028 ceph-mon[112123]: from='client.502317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:02 smithi138 ceph-mon[117003]: 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-07T15:09:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:02 smithi138 ceph-mon[117003]: from='client.502317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:04 smithi161 ceph-mon[116604]: 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-07T15:09:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:04 smithi028 ceph-mon[112123]: 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-07T15:09:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:04 smithi138 ceph-mon[117003]: 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-07T15:09:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:06 smithi161 ceph-mon[116604]: 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-07T15:09:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:06 smithi028 ceph-mon[112123]: 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-07T15:09:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:06 smithi138 ceph-mon[117003]: 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-07T15:09:07.050 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:07.051 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:07.051 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:07.822 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:07.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:07.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:07.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:07.823 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:08 smithi138 ceph-mon[117003]: from='client.502392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:08.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:08 smithi138 ceph-mon[117003]: 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-07T15:09:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:08 smithi161 ceph-mon[116604]: from='client.502392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:08 smithi161 ceph-mon[116604]: 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-07T15:09:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:08 smithi028 ceph-mon[112123]: from='client.502392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:08 smithi028 ceph-mon[112123]: 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-07T15:09:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:10 smithi138 ceph-mon[117003]: pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:10 smithi161 ceph-mon[116604]: pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:10 smithi028 ceph-mon[112123]: pgmap v18672: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:12.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:12 smithi138 ceph-mon[117003]: pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:12.824 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:12.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:12.824 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:12 smithi161 ceph-mon[116604]: pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:12 smithi028 ceph-mon[112123]: pgmap v18673: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:13.593 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:13.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:13.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:13.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:13.593 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:14 smithi138 ceph-mon[117003]: from='client.502470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:14.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:14 smithi138 ceph-mon[117003]: 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-07T15:09:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:14 smithi161 ceph-mon[116604]: from='client.502470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:14 smithi161 ceph-mon[116604]: 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-07T15:09:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:14 smithi028 ceph-mon[112123]: from='client.502470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:14 smithi028 ceph-mon[112123]: 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-07T15:09:16.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:16 smithi161 ceph-mon[116604]: 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-07T15:09:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:16 smithi028 ceph-mon[112123]: 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-07T15:09:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:16 smithi138 ceph-mon[117003]: 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-07T15:09:18.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:18 smithi138 ceph-mon[117003]: 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-07T15:09:18.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:18.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:18.595 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:18.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:18 smithi161 ceph-mon[116604]: 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-07T15:09:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:18 smithi028 ceph-mon[112123]: 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-07T15:09:19.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:19.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:19.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:19.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:19.374 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:20 smithi138 ceph-mon[117003]: from='client.502545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:20 smithi138 ceph-mon[117003]: pgmap v18677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:09:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:20 smithi161 ceph-mon[116604]: from='client.502545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:20 smithi161 ceph-mon[116604]: pgmap v18677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:09:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:20 smithi028 ceph-mon[112123]: from='client.502545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:20 smithi028 ceph-mon[112123]: pgmap v18677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:09:22.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:22 smithi138 ceph-mon[117003]: pgmap v18678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:09:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:22 smithi161 ceph-mon[116604]: pgmap v18678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:09:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:22 smithi028 ceph-mon[112123]: pgmap v18678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:09:24.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:24.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:24.376 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:24 smithi161 ceph-mon[116604]: pgmap v18679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:09:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:24 smithi028 ceph-mon[112123]: pgmap v18679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:09:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:24 smithi138 ceph-mon[117003]: pgmap v18679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:09:25.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:25.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:25.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:25.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:25.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:26 smithi161 ceph-mon[116604]: from='client.502623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:26 smithi161 ceph-mon[116604]: pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:26 smithi028 ceph-mon[112123]: from='client.502623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:26 smithi028 ceph-mon[112123]: pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:26 smithi138 ceph-mon[117003]: from='client.502623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:26 smithi138 ceph-mon[117003]: pgmap v18680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:28.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:28 smithi138 ceph-mon[117003]: pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:28 smithi161 ceph-mon[116604]: pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:28 smithi028 ceph-mon[112123]: pgmap v18681: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:09:30.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:30.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:30.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:30 smithi138 ceph-mon[117003]: 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-07T15:09:30.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:30.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:30.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:30.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:30.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:30 smithi161 ceph-mon[116604]: 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-07T15:09:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:30 smithi028 ceph-mon[112123]: 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-07T15:09:31.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:31 smithi161 ceph-mon[116604]: from='client.502701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:31.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:31 smithi028 ceph-mon[112123]: from='client.502701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:31 smithi138 ceph-mon[117003]: from='client.502701 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:32 smithi161 ceph-mon[116604]: pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:09:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:32 smithi028 ceph-mon[112123]: pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:09:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:32 smithi138 ceph-mon[117003]: pgmap v18683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:09:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:34 smithi161 ceph-mon[116604]: pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:09:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:34 smithi028 ceph-mon[112123]: pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:09:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:34 smithi138 ceph-mon[117003]: pgmap v18684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:09:35.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:35.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:35.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:36.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:36.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:36.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:36.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:36.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:36 smithi161 ceph-mon[116604]: pgmap v18685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:09:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:36 smithi028 ceph-mon[112123]: pgmap v18685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:09:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:36 smithi138 ceph-mon[117003]: pgmap v18685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:09:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:37 smithi161 ceph-mon[116604]: from='client.502776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:37 smithi028 ceph-mon[112123]: from='client.502776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:37 smithi138 ceph-mon[117003]: from='client.502776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:38 smithi161 ceph-mon[116604]: pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:38.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:38 smithi028 ceph-mon[112123]: pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:38 smithi138 ceph-mon[117003]: pgmap v18686: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:09:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:09:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:09:39.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:09:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:09:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:09:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:09:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:09:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:09:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:09:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:09:40.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:09:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:40 smithi161 ceph-mon[116604]: pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:40 smithi028 ceph-mon[112123]: pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:40 smithi138 ceph-mon[117003]: pgmap v18687: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:41.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:41.693 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:41.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:42.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:42.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:42.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:42.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:42.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:42 smithi161 ceph-mon[116604]: 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-07T15:09:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:42 smithi028 ceph-mon[112123]: 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-07T15:09:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:42 smithi138 ceph-mon[117003]: 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-07T15:09:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:43 smithi161 ceph-mon[116604]: from='client.502848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:43 smithi028 ceph-mon[112123]: from='client.502848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:43 smithi138 ceph-mon[117003]: from='client.502848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:44 smithi161 ceph-mon[116604]: 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-07T15:09:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:44 smithi028 ceph-mon[112123]: 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-07T15:09:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:44 smithi138 ceph-mon[117003]: 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-07T15:09:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:46 smithi161 ceph-mon[116604]: 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-07T15:09:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:46 smithi028 ceph-mon[112123]: 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-07T15:09:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:46 smithi138 ceph-mon[117003]: 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-07T15:09:47.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:47.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:47.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:48.245 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:48.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:48.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:48.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:48.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:48 smithi161 ceph-mon[116604]: 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-07T15:09:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:48 smithi028 ceph-mon[112123]: 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-07T15:09:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:48 smithi138 ceph-mon[117003]: 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-07T15:09:49.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:49 smithi161 ceph-mon[116604]: from='client.502926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:49.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:49 smithi028 ceph-mon[112123]: from='client.502926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:49 smithi138 ceph-mon[117003]: from='client.502926 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:50 smithi161 ceph-mon[116604]: pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:50 smithi028 ceph-mon[112123]: pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:50 smithi138 ceph-mon[117003]: pgmap v18692: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:09:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:52 smithi161 ceph-mon[116604]: pgmap v18693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:52 smithi028 ceph-mon[112123]: pgmap v18693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:52 smithi138 ceph-mon[117003]: pgmap v18693: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:09:53.247 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:53.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:53.247 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:54.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:54.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:54.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:54.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:54.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:09:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:54 smithi161 ceph-mon[116604]: 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-07T15:09:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:54 smithi161 ceph-mon[116604]: from='client.503004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:54 smithi028 ceph-mon[112123]: 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-07T15:09:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:54 smithi028 ceph-mon[112123]: from='client.503004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:54 smithi138 ceph-mon[117003]: 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-07T15:09:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:54 smithi138 ceph-mon[117003]: from='client.503004 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:09:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:56 smithi161 ceph-mon[116604]: 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-07T15:09:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:56 smithi028 ceph-mon[112123]: 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-07T15:09:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:56 smithi138 ceph-mon[117003]: 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-07T15:09:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:09:58 smithi161 ceph-mon[116604]: 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-07T15:09:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:09:58 smithi028 ceph-mon[112123]: 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-07T15:09:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:09:58 smithi138 ceph-mon[117003]: 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-07T15:09:59.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:09:59.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:09:59.034 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:09:59.824 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:09:59.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:09:59.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:09:59.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:09:59.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:00 smithi161 ceph-mon[116604]: from='client.503082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:00 smithi161 ceph-mon[116604]: pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T15:10:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:00 smithi028 ceph-mon[112123]: from='client.503082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:00 smithi028 ceph-mon[112123]: pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T15:10:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:00 smithi138 ceph-mon[117003]: from='client.503082 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:00 smithi138 ceph-mon[117003]: pgmap v18697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T15:10:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:02 smithi161 ceph-mon[116604]: pgmap v18698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:02 smithi028 ceph-mon[112123]: pgmap v18698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:02 smithi138 ceph-mon[117003]: pgmap v18698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:04.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:04.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:04.826 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:04 smithi161 ceph-mon[116604]: pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:04 smithi028 ceph-mon[112123]: pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:04 smithi138 ceph-mon[117003]: pgmap v18699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:05.611 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:05.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:05.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:05.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:05.612 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:06 smithi161 ceph-mon[116604]: from='client.503154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:06 smithi161 ceph-mon[116604]: pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:06 smithi028 ceph-mon[112123]: from='client.503154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:06 smithi028 ceph-mon[112123]: pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:06 smithi138 ceph-mon[117003]: from='client.503154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:06 smithi138 ceph-mon[117003]: pgmap v18700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:08 smithi161 ceph-mon[116604]: pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:08 smithi028 ceph-mon[112123]: pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:08 smithi138 ceph-mon[117003]: pgmap v18701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:10.613 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:10.614 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:10.614 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:10 smithi161 ceph-mon[116604]: 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-07T15:10:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:10 smithi028 ceph-mon[112123]: 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-07T15:10:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:10 smithi138 ceph-mon[117003]: 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-07T15:10:11.378 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:11.378 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:11.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:11.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:11.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:12 smithi161 ceph-mon[116604]: from='client.503232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:12 smithi161 ceph-mon[116604]: pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:12 smithi028 ceph-mon[112123]: from='client.503232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:12.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:12 smithi028 ceph-mon[112123]: pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:12 smithi138 ceph-mon[117003]: from='client.503232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:13.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:12 smithi138 ceph-mon[117003]: pgmap v18703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:14 smithi161 ceph-mon[116604]: pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:14 smithi028 ceph-mon[112123]: pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:14 smithi138 ceph-mon[117003]: pgmap v18704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:16.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:16.380 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:16.380 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:16 smithi161 ceph-mon[116604]: pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:16.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:16 smithi028 ceph-mon[112123]: pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:16 smithi138 ceph-mon[117003]: pgmap v18705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:17.147 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:17.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:17.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:17.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:17.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:18 smithi161 ceph-mon[116604]: from='client.503304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:18 smithi161 ceph-mon[116604]: pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:18 smithi028 ceph-mon[112123]: from='client.503304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:18 smithi028 ceph-mon[112123]: pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:18 smithi138 ceph-mon[117003]: from='client.503304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:18 smithi138 ceph-mon[117003]: pgmap v18706: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:20 smithi161 ceph-mon[116604]: pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:20 smithi028 ceph-mon[112123]: pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:20 smithi138 ceph-mon[117003]: pgmap v18707: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:22.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:22.149 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:22.149 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:22.938 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:22.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:22.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:22.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:22.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:22 smithi161 ceph-mon[116604]: 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-07T15:10:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:22 smithi028 ceph-mon[112123]: 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-07T15:10:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:22 smithi138 ceph-mon[117003]: 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-07T15:10:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:23 smithi161 ceph-mon[116604]: from='client.503379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:23 smithi028 ceph-mon[112123]: from='client.503379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:23 smithi138 ceph-mon[117003]: from='client.503379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:24 smithi161 ceph-mon[116604]: 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-07T15:10:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:24 smithi028 ceph-mon[112123]: 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-07T15:10:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:24 smithi138 ceph-mon[117003]: 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-07T15:10:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:26 smithi161 ceph-mon[116604]: 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-07T15:10:26.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:26 smithi028 ceph-mon[112123]: 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-07T15:10:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:26 smithi138 ceph-mon[117003]: 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-07T15:10:27.940 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:27.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:27.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:28 smithi161 ceph-mon[116604]: 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-07T15:10:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:28 smithi028 ceph-mon[112123]: 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-07T15:10:28.726 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:28.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:28.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:28.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:28.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:28 smithi138 ceph-mon[117003]: 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-07T15:10:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:29 smithi161 ceph-mon[116604]: from='client.503451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:29.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:29 smithi028 ceph-mon[112123]: from='client.503451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:29 smithi138 ceph-mon[117003]: from='client.503451 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:30 smithi161 ceph-mon[116604]: pgmap v18712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:30 smithi028 ceph-mon[112123]: pgmap v18712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:30 smithi138 ceph-mon[117003]: pgmap v18712: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:32 smithi161 ceph-mon[116604]: pgmap v18713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:32 smithi028 ceph-mon[112123]: pgmap v18713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:32 smithi138 ceph-mon[117003]: pgmap v18713: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:33.729 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:33.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:33.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:34.494 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:34 smithi161 ceph-mon[116604]: 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-07T15:10:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:34 smithi028 ceph-mon[112123]: 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-07T15:10:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:34 smithi138 ceph-mon[117003]: 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-07T15:10:35.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:35 smithi161 ceph-mon[116604]: from='client.503520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:35 smithi028 ceph-mon[112123]: from='client.503520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:35 smithi138 ceph-mon[117003]: from='client.503520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:36.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:36 smithi161 ceph-mon[116604]: pgmap v18715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:10:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:36 smithi028 ceph-mon[112123]: pgmap v18715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:10:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:36 smithi138 ceph-mon[117003]: pgmap v18715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:10:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:38 smithi161 ceph-mon[116604]: pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:10:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:38 smithi028 ceph-mon[112123]: pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:10:38.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:38 smithi138 ceph-mon[117003]: pgmap v18716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:10:39.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:39.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:39.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:10:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:10:39.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:10:40.332 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:40.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:40.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:40.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:40.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:40 smithi161 ceph-mon[116604]: pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:10:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:10:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:10:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:40 smithi028 ceph-mon[112123]: pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:10:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:10:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:10:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:40 smithi138 ceph-mon[117003]: pgmap v18717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:10:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:10:41.043 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:10:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:41 smithi161 ceph-mon[116604]: from='client.503589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:41 smithi028 ceph-mon[112123]: from='client.503589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:41 smithi138 ceph-mon[117003]: from='client.503589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:42 smithi161 ceph-mon[116604]: pgmap v18718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:42 smithi028 ceph-mon[112123]: pgmap v18718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:42 smithi138 ceph-mon[117003]: pgmap v18718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:44 smithi161 ceph-mon[116604]: pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:44 smithi028 ceph-mon[112123]: pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:44 smithi138 ceph-mon[117003]: pgmap v18719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:10:45.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:45.334 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:45.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:46.097 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:46.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:46.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:46.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:46.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:46 smithi161 ceph-mon[116604]: pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:46 smithi161 ceph-mon[116604]: from='client.503667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:46 smithi028 ceph-mon[112123]: pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:46 smithi028 ceph-mon[112123]: from='client.503667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:46 smithi138 ceph-mon[117003]: pgmap v18720: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:46 smithi138 ceph-mon[117003]: from='client.503667 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:48.696 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:48 smithi161 ceph-mon[116604]: pgmap v18721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:10:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:48 smithi028 ceph-mon[112123]: pgmap v18721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:10:48.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:48 smithi138 ceph-mon[117003]: pgmap v18721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:10:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:50 smithi161 ceph-mon[116604]: pgmap v18722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:10:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:50 smithi028 ceph-mon[112123]: pgmap v18722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:10:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:50 smithi138 ceph-mon[117003]: pgmap v18722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:10:51.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:51.100 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:51.100 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:51.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:51.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:51.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:51.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:51.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:52.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:52 smithi161 ceph-mon[116604]: from='client.503745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:52.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:52 smithi161 ceph-mon[116604]: pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:52 smithi028 ceph-mon[112123]: from='client.503745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:52 smithi028 ceph-mon[112123]: pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:52 smithi138 ceph-mon[117003]: from='client.503745 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:52 smithi138 ceph-mon[117003]: pgmap v18723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:54 smithi161 ceph-mon[116604]: pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:54 smithi028 ceph-mon[112123]: pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:54 smithi138 ceph-mon[117003]: pgmap v18724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:56.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:10:56.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:10:56.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:10:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:56 smithi161 ceph-mon[116604]: pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:56 smithi028 ceph-mon[112123]: pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:56 smithi138 ceph-mon[117003]: pgmap v18725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:10:57.651 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:10:57.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:10:57.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:10:57.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:10:57.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:10:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:58 smithi161 ceph-mon[116604]: from='client.503820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:10:58 smithi161 ceph-mon[116604]: pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:58 smithi028 ceph-mon[112123]: from='client.503820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:10:58 smithi028 ceph-mon[112123]: pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:10:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:58 smithi138 ceph-mon[117003]: from='client.503820 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:10:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:10:58 smithi138 ceph-mon[117003]: pgmap v18726: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:00 smithi161 ceph-mon[116604]: pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:00 smithi028 ceph-mon[112123]: pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:00 smithi138 ceph-mon[117003]: pgmap v18727: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:02.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:02.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:02.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:02 smithi161 ceph-mon[116604]: pgmap v18728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:02 smithi028 ceph-mon[112123]: pgmap v18728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:02 smithi138 ceph-mon[117003]: pgmap v18728: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:03.434 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:03.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:03.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:03.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:03.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:04 smithi161 ceph-mon[116604]: from='client.503898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:04 smithi161 ceph-mon[116604]: 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-07T15:11:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:04 smithi028 ceph-mon[112123]: from='client.503898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:04 smithi028 ceph-mon[112123]: 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-07T15:11:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:04 smithi138 ceph-mon[117003]: from='client.503898 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:04 smithi138 ceph-mon[117003]: 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-07T15:11:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:06 smithi161 ceph-mon[116604]: 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-07T15:11:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:06 smithi028 ceph-mon[112123]: 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-07T15:11:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:06 smithi138 ceph-mon[117003]: 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-07T15:11:08.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:08.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:08.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:08 smithi161 ceph-mon[116604]: 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-07T15:11:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:08 smithi028 ceph-mon[112123]: 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-07T15:11:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:08 smithi138 ceph-mon[117003]: 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-07T15:11:09.212 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:09.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:09.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:09.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:09.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:10 smithi161 ceph-mon[116604]: from='client.503967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:10 smithi161 ceph-mon[116604]: 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-07T15:11:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:10 smithi028 ceph-mon[112123]: from='client.503967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:10 smithi028 ceph-mon[112123]: 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-07T15:11:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:10 smithi138 ceph-mon[117003]: from='client.503967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:10 smithi138 ceph-mon[117003]: 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-07T15:11:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:12 smithi161 ceph-mon[116604]: pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:11:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:12 smithi028 ceph-mon[112123]: pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:11:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:12 smithi138 ceph-mon[117003]: pgmap v18733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:11:14.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:14.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:14.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:14 smithi161 ceph-mon[116604]: pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:11:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:14 smithi028 ceph-mon[112123]: pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:11:14.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:14.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:14.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:14.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:14.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:14 smithi138 ceph-mon[117003]: pgmap v18734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:11:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:15 smithi161 ceph-mon[116604]: from='client.504045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:15 smithi028 ceph-mon[112123]: from='client.504045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:15 smithi138 ceph-mon[117003]: from='client.504045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:16 smithi161 ceph-mon[116604]: pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:16 smithi028 ceph-mon[112123]: pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:16 smithi138 ceph-mon[117003]: pgmap v18735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:18 smithi161 ceph-mon[116604]: pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:18 smithi028 ceph-mon[112123]: pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:18 smithi138 ceph-mon[117003]: pgmap v18736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:19.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:19.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:19.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:20.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:20.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:20.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:20.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:20.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:20 smithi161 ceph-mon[116604]: pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:20 smithi028 ceph-mon[112123]: pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:20 smithi138 ceph-mon[117003]: pgmap v18737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:21 smithi161 ceph-mon[116604]: from='client.504123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:21 smithi028 ceph-mon[112123]: from='client.504123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:22.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:21 smithi138 ceph-mon[117003]: from='client.504123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:22.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:22 smithi161 ceph-mon[116604]: pgmap v18738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:11:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:22 smithi028 ceph-mon[112123]: pgmap v18738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:11:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:22 smithi138 ceph-mon[117003]: pgmap v18738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:11:24.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:24 smithi161 ceph-mon[116604]: pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:11:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:24 smithi028 ceph-mon[112123]: pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:11:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:24 smithi138 ceph-mon[117003]: pgmap v18739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:11:25.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:25.769 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:25.769 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:26.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:26.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:26.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:26.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:26.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:26 smithi161 ceph-mon[116604]: pgmap v18740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:11:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:26 smithi028 ceph-mon[112123]: pgmap v18740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:11:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:26 smithi138 ceph-mon[117003]: pgmap v18740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:11:27.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:27 smithi161 ceph-mon[116604]: from='client.504201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:27.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:27 smithi028 ceph-mon[112123]: from='client.504201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:27 smithi138 ceph-mon[117003]: from='client.504201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:28 smithi161 ceph-mon[116604]: pgmap v18741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:28 smithi028 ceph-mon[112123]: pgmap v18741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:28 smithi138 ceph-mon[117003]: pgmap v18741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:30 smithi161 ceph-mon[116604]: pgmap v18742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:30 smithi028 ceph-mon[112123]: pgmap v18742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:30 smithi138 ceph-mon[117003]: pgmap v18742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:31.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:31.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:31.553 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:32.338 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:32.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:32.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:32.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:32.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:32 smithi161 ceph-mon[116604]: pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:32 smithi028 ceph-mon[112123]: pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:32 smithi138 ceph-mon[117003]: pgmap v18743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:33 smithi161 ceph-mon[116604]: from='client.504276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:33 smithi028 ceph-mon[112123]: from='client.504276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:33 smithi138 ceph-mon[117003]: from='client.504276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:34 smithi161 ceph-mon[116604]: pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:34 smithi028 ceph-mon[112123]: pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:34 smithi138 ceph-mon[117003]: pgmap v18744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:36 smithi161 ceph-mon[116604]: pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:36 smithi028 ceph-mon[112123]: pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:36 smithi138 ceph-mon[117003]: pgmap v18745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:37.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:37.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:37.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:38.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:38.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:38.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:38.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:38.106 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:38 smithi161 ceph-mon[116604]: pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:38 smithi161 ceph-mon[116604]: from='client.504351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:38 smithi028 ceph-mon[112123]: pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:38 smithi028 ceph-mon[112123]: from='client.504351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:38 smithi138 ceph-mon[117003]: pgmap v18746: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:38 smithi138 ceph-mon[117003]: from='client.504351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:40 smithi161 ceph-mon[116604]: pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:11:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:40 smithi028 ceph-mon[112123]: pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:11:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:40 smithi138 ceph-mon[117003]: pgmap v18747: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:11:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:11:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:11:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:11:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:11:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:11:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:11:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:11:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:11:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:11:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:11:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:42 smithi161 ceph-mon[116604]: pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:42 smithi028 ceph-mon[112123]: pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:42 smithi138 ceph-mon[117003]: pgmap v18748: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:43.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:43.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:43.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:43.884 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:43.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:43.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:43.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:43.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:44 smithi161 ceph-mon[116604]: from='client.504423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:44 smithi161 ceph-mon[116604]: 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-07T15:11:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:44 smithi028 ceph-mon[112123]: from='client.504423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:44 smithi028 ceph-mon[112123]: 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-07T15:11:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:44 smithi138 ceph-mon[117003]: from='client.504423 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:44 smithi138 ceph-mon[117003]: 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-07T15:11:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:46 smithi161 ceph-mon[116604]: 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-07T15:11:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:46 smithi028 ceph-mon[112123]: 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-07T15:11:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:46 smithi138 ceph-mon[117003]: 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-07T15:11:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:48 smithi161 ceph-mon[116604]: 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-07T15:11:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:48 smithi028 ceph-mon[112123]: 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-07T15:11:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:48 smithi138 ceph-mon[117003]: 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-07T15:11:48.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:48.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:48.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:49.668 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:49.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:49.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:49.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:49.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:50 smithi161 ceph-mon[116604]: from='client.504495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:50 smithi161 ceph-mon[116604]: pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:50 smithi028 ceph-mon[112123]: from='client.504495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:50 smithi028 ceph-mon[112123]: pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:50 smithi138 ceph-mon[117003]: from='client.504495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:50 smithi138 ceph-mon[117003]: pgmap v18752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:52 smithi161 ceph-mon[116604]: pgmap v18753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:52 smithi028 ceph-mon[112123]: pgmap v18753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:52 smithi138 ceph-mon[117003]: pgmap v18753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:54.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:11:54.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:11:54.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:11:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:54 smithi161 ceph-mon[116604]: pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:54 smithi028 ceph-mon[112123]: pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:54 smithi138 ceph-mon[117003]: pgmap v18754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:55.446 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:11:55.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:11:55.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:11:55.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:11:55.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:11:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:56 smithi161 ceph-mon[116604]: from='client.504564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:56 smithi161 ceph-mon[116604]: pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:56 smithi028 ceph-mon[112123]: from='client.504564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:56 smithi028 ceph-mon[112123]: pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:56 smithi138 ceph-mon[117003]: from='client.504564 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:11:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:56 smithi138 ceph-mon[117003]: pgmap v18755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:11:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:11:58 smithi161 ceph-mon[116604]: pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:11:58 smithi028 ceph-mon[112123]: pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:11:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:11:58 smithi138 ceph-mon[117003]: pgmap v18756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:12:00.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:00.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:00.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:00 smithi161 ceph-mon[116604]: pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:00 smithi028 ceph-mon[112123]: pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:00 smithi138 ceph-mon[117003]: pgmap v18757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:01.217 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:01.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:01.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:01.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:01.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:02 smithi161 ceph-mon[116604]: from='client.504639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:02 smithi161 ceph-mon[116604]: pgmap v18758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:02 smithi028 ceph-mon[112123]: from='client.504639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:02 smithi028 ceph-mon[112123]: pgmap v18758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:02 smithi138 ceph-mon[117003]: from='client.504639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:02 smithi138 ceph-mon[117003]: pgmap v18758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:04 smithi161 ceph-mon[116604]: 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-07T15:12:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:04 smithi028 ceph-mon[112123]: 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-07T15:12:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:04 smithi138 ceph-mon[117003]: 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-07T15:12:06.218 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:06.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:06.219 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:06 smithi161 ceph-mon[116604]: pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:06 smithi028 ceph-mon[112123]: pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:07.002 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:07.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:07.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:07.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:07.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:06 smithi138 ceph-mon[117003]: pgmap v18760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:07 smithi161 ceph-mon[116604]: from='client.504717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:07 smithi028 ceph-mon[112123]: from='client.504717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:07 smithi138 ceph-mon[117003]: from='client.504717 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:08 smithi161 ceph-mon[116604]: pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:08 smithi028 ceph-mon[112123]: pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:08 smithi138 ceph-mon[117003]: pgmap v18761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:10 smithi161 ceph-mon[116604]: pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:10 smithi028 ceph-mon[112123]: pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:10 smithi138 ceph-mon[117003]: pgmap v18762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:12.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:12.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:12.004 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:12.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:12.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:12.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:12.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:12.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:12 smithi161 ceph-mon[116604]: pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:12 smithi028 ceph-mon[112123]: pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:12 smithi138 ceph-mon[117003]: pgmap v18763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:13.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:13 smithi161 ceph-mon[116604]: from='client.504792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:13.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:13 smithi028 ceph-mon[112123]: from='client.504792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:13 smithi138 ceph-mon[117003]: from='client.504792 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:14 smithi161 ceph-mon[116604]: pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:14 smithi028 ceph-mon[112123]: pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:14 smithi138 ceph-mon[117003]: pgmap v18764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:16 smithi161 ceph-mon[116604]: pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:16 smithi028 ceph-mon[112123]: pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:16 smithi138 ceph-mon[117003]: pgmap v18765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:17.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:17.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:17.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:18.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:18.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:18.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:18.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:18.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:18 smithi161 ceph-mon[116604]: 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-07T15:12:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:18 smithi028 ceph-mon[112123]: 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-07T15:12:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:18 smithi138 ceph-mon[117003]: 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-07T15:12:19.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:19 smithi161 ceph-mon[116604]: from='client.504867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:19 smithi028 ceph-mon[112123]: from='client.504867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:19 smithi138 ceph-mon[117003]: from='client.504867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:20.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:20 smithi161 ceph-mon[116604]: pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:20.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:20 smithi028 ceph-mon[112123]: pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:20 smithi138 ceph-mon[117003]: pgmap v18767: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:22 smithi161 ceph-mon[116604]: pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:22 smithi028 ceph-mon[112123]: pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:22 smithi138 ceph-mon[117003]: pgmap v18768: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:23.565 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:23.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:23.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:24.333 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:24.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:24.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:24.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:24.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:24 smithi161 ceph-mon[116604]: 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-07T15:12:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:24 smithi028 ceph-mon[112123]: 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-07T15:12:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:24 smithi138 ceph-mon[117003]: 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-07T15:12:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:25 smithi161 ceph-mon[116604]: from='client.504945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:25 smithi028 ceph-mon[112123]: from='client.504945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:25 smithi138 ceph-mon[117003]: from='client.504945 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:26 smithi161 ceph-mon[116604]: pgmap v18770: 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-07T15:12:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:26 smithi028 ceph-mon[112123]: pgmap v18770: 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-07T15:12:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:26 smithi138 ceph-mon[117003]: pgmap v18770: 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-07T15:12:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:28 smithi161 ceph-mon[116604]: pgmap v18771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:12:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:28 smithi028 ceph-mon[112123]: pgmap v18771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:12:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:28 smithi138 ceph-mon[117003]: pgmap v18771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:12:29.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:29.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:29.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:30.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:30.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:30.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:30.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:30.132 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:30 smithi161 ceph-mon[116604]: pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:30 smithi161 ceph-mon[116604]: from='client.505023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:30 smithi028 ceph-mon[112123]: pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:30 smithi028 ceph-mon[112123]: from='client.505023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:30 smithi138 ceph-mon[117003]: pgmap v18772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:30 smithi138 ceph-mon[117003]: from='client.505023 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:32 smithi161 ceph-mon[116604]: pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:12:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:32 smithi028 ceph-mon[112123]: pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:12:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:32 smithi138 ceph-mon[117003]: pgmap v18773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:12:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:34 smithi161 ceph-mon[116604]: pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:12:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:34 smithi028 ceph-mon[112123]: pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:12:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:34 smithi138 ceph-mon[117003]: pgmap v18774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:12:35.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:35.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:35.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:35.932 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:35.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:35.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:35.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:35.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:36 smithi161 ceph-mon[116604]: from='client.505101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:36 smithi161 ceph-mon[116604]: pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:36 smithi028 ceph-mon[112123]: from='client.505101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:36 smithi028 ceph-mon[112123]: pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:36 smithi138 ceph-mon[117003]: from='client.505101 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:36 smithi138 ceph-mon[117003]: pgmap v18775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:38 smithi161 ceph-mon[116604]: pgmap v18776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:12:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:38 smithi028 ceph-mon[112123]: pgmap v18776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:12:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:38 smithi138 ceph-mon[117003]: pgmap v18776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:12:40.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:40.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:40.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:40 smithi161 ceph-mon[116604]: pgmap v18777: 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-07T15:12:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:40 smithi028 ceph-mon[112123]: pgmap v18777: 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-07T15:12:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:40 smithi138 ceph-mon[117003]: pgmap v18777: 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-07T15:12:41.762 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:41.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:41.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:41.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:41.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:12:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:12:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:12:41.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:12:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:12:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:12:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:12:41.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:12:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:12:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:12:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:12:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:12:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:42 smithi161 ceph-mon[116604]: from='client.505176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:42 smithi161 ceph-mon[116604]: pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:42 smithi028 ceph-mon[112123]: from='client.505176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:42 smithi028 ceph-mon[112123]: pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:42 smithi138 ceph-mon[117003]: from='client.505176 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:42 smithi138 ceph-mon[117003]: pgmap v18778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:44 smithi161 ceph-mon[116604]: 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-07T15:12:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:44 smithi028 ceph-mon[112123]: 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-07T15:12:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:44 smithi138 ceph-mon[117003]: 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-07T15:12:46.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:46.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:46.765 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:46 smithi161 ceph-mon[116604]: pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:46 smithi028 ceph-mon[112123]: pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:46 smithi138 ceph-mon[117003]: pgmap v18780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:47.559 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:47.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:47.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:47.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:47.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:48 smithi161 ceph-mon[116604]: from='client.505245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:48 smithi161 ceph-mon[116604]: pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:48 smithi028 ceph-mon[112123]: from='client.505245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:48 smithi028 ceph-mon[112123]: pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:48 smithi138 ceph-mon[117003]: from='client.505245 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:48 smithi138 ceph-mon[117003]: pgmap v18781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:50 smithi161 ceph-mon[116604]: pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:50 smithi028 ceph-mon[112123]: pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:50 smithi138 ceph-mon[117003]: pgmap v18782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:52.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:52.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:52.561 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:52 smithi161 ceph-mon[116604]: pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:52 smithi028 ceph-mon[112123]: pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:52 smithi138 ceph-mon[117003]: pgmap v18783: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:53.342 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:53.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:53.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:53.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:53.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:54 smithi161 ceph-mon[116604]: from='client.505317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:54.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:54 smithi161 ceph-mon[116604]: pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:54 smithi028 ceph-mon[112123]: from='client.505317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:54 smithi028 ceph-mon[112123]: pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:54 smithi138 ceph-mon[117003]: from='client.505317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:54 smithi138 ceph-mon[117003]: pgmap v18784: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:12:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:56 smithi161 ceph-mon[116604]: pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:56 smithi028 ceph-mon[112123]: pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:56 smithi138 ceph-mon[117003]: pgmap v18785: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:12:58.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:12:58.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:12:58.344 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:12:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:58 smithi161 ceph-mon[116604]: 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-07T15:12:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:58 smithi028 ceph-mon[112123]: 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-07T15:12:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:58 smithi138 ceph-mon[117003]: 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-07T15:12:59.109 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:12:59.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:12:59.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:12:59.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:12:59.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:12:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:12:59 smithi161 ceph-mon[116604]: from='client.505395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:12:59 smithi028 ceph-mon[112123]: from='client.505395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:12:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:12:59 smithi138 ceph-mon[117003]: from='client.505395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:00.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:00 smithi161 ceph-mon[116604]: pgmap v18787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:00.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:00 smithi028 ceph-mon[112123]: pgmap v18787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:00 smithi138 ceph-mon[117003]: pgmap v18787: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:02 smithi161 ceph-mon[116604]: pgmap v18788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:02 smithi028 ceph-mon[112123]: pgmap v18788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:02 smithi138 ceph-mon[117003]: pgmap v18788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:04.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:04.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:04.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:04.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:04.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:04.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:04.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:04.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:04 smithi161 ceph-mon[116604]: 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-07T15:13:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:04 smithi028 ceph-mon[112123]: 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-07T15:13:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:04 smithi138 ceph-mon[117003]: 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-07T15:13:05.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:05 smithi161 ceph-mon[116604]: from='client.505473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:05 smithi028 ceph-mon[112123]: from='client.505473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:05 smithi138 ceph-mon[117003]: from='client.505473 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:06 smithi161 ceph-mon[116604]: pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:06 smithi028 ceph-mon[112123]: pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:06 smithi138 ceph-mon[117003]: pgmap v18790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:08 smithi161 ceph-mon[116604]: pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:08 smithi028 ceph-mon[112123]: pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:08 smithi138 ceph-mon[117003]: pgmap v18791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:09.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:09.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:09.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:10.676 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:10.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:10.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:10.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:10.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:10 smithi161 ceph-mon[116604]: pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:10 smithi028 ceph-mon[112123]: pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:10 smithi138 ceph-mon[117003]: pgmap v18792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:11.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:11 smithi161 ceph-mon[116604]: from='client.505545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:11 smithi028 ceph-mon[112123]: from='client.505545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:11 smithi138 ceph-mon[117003]: from='client.505545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:12 smithi161 ceph-mon[116604]: pgmap v18793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:12 smithi028 ceph-mon[112123]: pgmap v18793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:12 smithi138 ceph-mon[117003]: pgmap v18793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:14 smithi161 ceph-mon[116604]: pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:14 smithi028 ceph-mon[112123]: pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:14 smithi138 ceph-mon[117003]: pgmap v18794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:15.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:15.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:15.679 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:16.447 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:16.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:16.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:16.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:16.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:16 smithi161 ceph-mon[116604]: pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:16 smithi028 ceph-mon[112123]: pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:16 smithi138 ceph-mon[117003]: pgmap v18795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:17 smithi161 ceph-mon[116604]: from='client.505620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:17 smithi028 ceph-mon[112123]: from='client.505620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:17 smithi138 ceph-mon[117003]: from='client.505620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:18 smithi161 ceph-mon[116604]: 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-07T15:13:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:18 smithi028 ceph-mon[112123]: 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-07T15:13:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:18 smithi138 ceph-mon[117003]: 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-07T15:13:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:20 smithi161 ceph-mon[116604]: pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:20 smithi028 ceph-mon[112123]: pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:20 smithi138 ceph-mon[117003]: pgmap v18797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:21.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:21.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:21.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:22.219 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:22.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:22.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:22.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:22.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:22 smithi161 ceph-mon[116604]: pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:22 smithi028 ceph-mon[112123]: pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:22 smithi138 ceph-mon[117003]: pgmap v18798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:23 smithi161 ceph-mon[116604]: from='client.505695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:23 smithi028 ceph-mon[112123]: from='client.505695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:23 smithi138 ceph-mon[117003]: from='client.505695 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:24 smithi161 ceph-mon[116604]: 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-07T15:13:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:24 smithi028 ceph-mon[112123]: 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-07T15:13:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:24 smithi138 ceph-mon[117003]: 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-07T15:13:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:26 smithi161 ceph-mon[116604]: pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:26 smithi028 ceph-mon[112123]: pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:26 smithi138 ceph-mon[117003]: pgmap v18800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:27.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:27.221 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:27.221 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:28.003 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:28.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:28.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:28.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:28.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:28 smithi161 ceph-mon[116604]: pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:28 smithi161 ceph-mon[116604]: from='client.505770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:28 smithi028 ceph-mon[112123]: pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:28 smithi028 ceph-mon[112123]: from='client.505770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:28 smithi138 ceph-mon[117003]: pgmap v18801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:28 smithi138 ceph-mon[117003]: from='client.505770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:30 smithi161 ceph-mon[116604]: pgmap v18802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:30 smithi028 ceph-mon[112123]: pgmap v18802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:30 smithi138 ceph-mon[117003]: pgmap v18802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:32 smithi161 ceph-mon[116604]: pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:32 smithi028 ceph-mon[112123]: pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:33.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:33.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:33.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:32 smithi138 ceph-mon[117003]: pgmap v18803: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:33.783 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:33.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:33.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:33.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:33.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:34 smithi161 ceph-mon[116604]: from='client.505848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:34 smithi161 ceph-mon[116604]: pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:34 smithi028 ceph-mon[112123]: from='client.505848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:34.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:34 smithi028 ceph-mon[112123]: pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:34 smithi138 ceph-mon[117003]: from='client.505848 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:34 smithi138 ceph-mon[117003]: pgmap v18804: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:36 smithi161 ceph-mon[116604]: pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:36 smithi028 ceph-mon[112123]: pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:36 smithi138 ceph-mon[117003]: pgmap v18805: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:13:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:38 smithi161 ceph-mon[116604]: 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-07T15:13:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:38 smithi028 ceph-mon[112123]: 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-07T15:13:38.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:38.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:38.786 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:38 smithi138 ceph-mon[117003]: 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-07T15:13:39.562 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:39.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:39.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:39.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:39.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:40 smithi161 ceph-mon[116604]: from='client.505923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:40.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:40 smithi161 ceph-mon[116604]: pgmap v18807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:13:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:40 smithi028 ceph-mon[112123]: from='client.505923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:40.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:40 smithi028 ceph-mon[112123]: pgmap v18807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:13:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:40 smithi138 ceph-mon[117003]: from='client.505923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:40 smithi138 ceph-mon[117003]: pgmap v18807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:13:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:42 smithi161 ceph-mon[116604]: pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:13:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:13:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:13:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:13:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:42 smithi028 ceph-mon[112123]: pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:13:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:13:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:13:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:13:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:42 smithi138 ceph-mon[117003]: pgmap v18808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:13:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:13:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:13:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:13:44.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:44.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:44.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:44 smithi161 ceph-mon[116604]: pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:44 smithi028 ceph-mon[112123]: pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:44 smithi138 ceph-mon[117003]: pgmap v18809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:13:45.340 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:45.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:45.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:45.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:45.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:46 smithi161 ceph-mon[116604]: from='client.505998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:46 smithi161 ceph-mon[116604]: pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:46 smithi028 ceph-mon[112123]: from='client.505998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:46 smithi028 ceph-mon[112123]: pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:46 smithi138 ceph-mon[117003]: from='client.505998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:46 smithi138 ceph-mon[117003]: pgmap v18810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:48 smithi161 ceph-mon[116604]: pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:48 smithi028 ceph-mon[112123]: pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:48 smithi138 ceph-mon[117003]: pgmap v18811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:13:50.342 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:50.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:50.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:50 smithi161 ceph-mon[116604]: pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:50 smithi028 ceph-mon[112123]: pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:50 smithi138 ceph-mon[117003]: pgmap v18812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:13:51.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:51.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:51.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:51.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:51.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:51.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:51 smithi161 ceph-mon[116604]: from='client.506073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:51 smithi028 ceph-mon[112123]: from='client.506073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:51 smithi138 ceph-mon[117003]: from='client.506073 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:52 smithi161 ceph-mon[116604]: pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:13:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:52 smithi028 ceph-mon[112123]: pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:13:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:52 smithi138 ceph-mon[117003]: pgmap v18813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:13:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:54 smithi161 ceph-mon[116604]: pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:13:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:54 smithi028 ceph-mon[112123]: pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:13:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:54 smithi138 ceph-mon[117003]: pgmap v18814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:13:56.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:13:56.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:13:56.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:13:56.892 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:13:56.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:13:56.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:13:56.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:13:56.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:13:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:56 smithi161 ceph-mon[116604]: pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:13:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:56 smithi028 ceph-mon[112123]: pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:13:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:56 smithi138 ceph-mon[117003]: pgmap v18815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:13:57.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:57 smithi161 ceph-mon[116604]: from='client.506151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:57 smithi028 ceph-mon[112123]: from='client.506151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:57 smithi138 ceph-mon[117003]: from='client.506151 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:13:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:13:58 smithi161 ceph-mon[116604]: 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-07T15:13:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:13:58 smithi028 ceph-mon[112123]: 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-07T15:13:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:13:58 smithi138 ceph-mon[117003]: 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-07T15:14:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:00 smithi161 ceph-mon[116604]: pgmap v18817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:00 smithi028 ceph-mon[112123]: pgmap v18817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:00 smithi138 ceph-mon[117003]: pgmap v18817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:01.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:01.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:01.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:02.672 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:02.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:02.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:02.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:02.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:02 smithi161 ceph-mon[116604]: pgmap v18818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:02 smithi028 ceph-mon[112123]: pgmap v18818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:02 smithi138 ceph-mon[117003]: pgmap v18818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:03.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:03 smithi161 ceph-mon[116604]: from='client.506226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:03.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:03 smithi028 ceph-mon[112123]: from='client.506226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:03 smithi138 ceph-mon[117003]: from='client.506226 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:04 smithi161 ceph-mon[116604]: pgmap v18819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:04 smithi028 ceph-mon[112123]: pgmap v18819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:04 smithi138 ceph-mon[117003]: pgmap v18819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:06 smithi161 ceph-mon[116604]: pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:06 smithi028 ceph-mon[112123]: pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:06 smithi138 ceph-mon[117003]: pgmap v18820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:07.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:07.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:07.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:08.483 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:08.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:08.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:08.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:08.484 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:08 smithi161 ceph-mon[116604]: pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:08 smithi028 ceph-mon[112123]: pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:08 smithi138 ceph-mon[117003]: pgmap v18821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:09.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:09 smithi161 ceph-mon[116604]: from='client.506304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:09.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:09 smithi028 ceph-mon[112123]: from='client.506304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:09 smithi138 ceph-mon[117003]: from='client.506304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:10.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:10 smithi161 ceph-mon[116604]: pgmap v18822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:10 smithi028 ceph-mon[112123]: pgmap v18822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:10 smithi138 ceph-mon[117003]: pgmap v18822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:12 smithi161 ceph-mon[116604]: pgmap v18823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:12 smithi028 ceph-mon[112123]: pgmap v18823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:12 smithi138 ceph-mon[117003]: pgmap v18823: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:13.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:13.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:13.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:14.273 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:14.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:14.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:14.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:14.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:14 smithi161 ceph-mon[116604]: pgmap v18824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:14 smithi028 ceph-mon[112123]: pgmap v18824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:14 smithi138 ceph-mon[117003]: pgmap v18824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:15.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:15 smithi161 ceph-mon[116604]: from='client.506379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:15 smithi028 ceph-mon[112123]: from='client.506379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:15 smithi138 ceph-mon[117003]: from='client.506379 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:16 smithi161 ceph-mon[116604]: pgmap v18825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:14:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:16 smithi028 ceph-mon[112123]: pgmap v18825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:14:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:16 smithi138 ceph-mon[117003]: pgmap v18825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:14:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:18 smithi161 ceph-mon[116604]: pgmap v18826: 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-07T15:14:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:18 smithi028 ceph-mon[112123]: pgmap v18826: 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-07T15:14:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:18 smithi138 ceph-mon[117003]: pgmap v18826: 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-07T15:14:19.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:19.276 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:19.276 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:20.055 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:20.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:20.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:20.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:20.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:20 smithi161 ceph-mon[116604]: pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:20.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:20 smithi161 ceph-mon[116604]: from='client.506457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:20 smithi028 ceph-mon[112123]: pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:20.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:20 smithi028 ceph-mon[112123]: from='client.506457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:20 smithi138 ceph-mon[117003]: pgmap v18827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:20 smithi138 ceph-mon[117003]: from='client.506457 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:22 smithi161 ceph-mon[116604]: pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:22 smithi028 ceph-mon[112123]: pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:22 smithi138 ceph-mon[117003]: pgmap v18828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:24 smithi161 ceph-mon[116604]: pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:24 smithi028 ceph-mon[112123]: pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:24 smithi138 ceph-mon[117003]: pgmap v18829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:25.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:25.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:25.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:25.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:25.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:25.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:25.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:25.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:26 smithi161 ceph-mon[116604]: from='client.506535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:26.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:26 smithi161 ceph-mon[116604]: pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:26 smithi028 ceph-mon[112123]: from='client.506535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:26 smithi028 ceph-mon[112123]: pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:26 smithi138 ceph-mon[117003]: from='client.506535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:26 smithi138 ceph-mon[117003]: pgmap v18830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:28 smithi161 ceph-mon[116604]: pgmap v18831: 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-07T15:14:28.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:28 smithi028 ceph-mon[112123]: pgmap v18831: 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-07T15:14:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:28 smithi138 ceph-mon[117003]: pgmap v18831: 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-07T15:14:30.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:30.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:30.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:30 smithi161 ceph-mon[116604]: pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:14:30.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:30 smithi028 ceph-mon[112123]: pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:14:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:30 smithi138 ceph-mon[117003]: pgmap v18832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.4 KiB/s rd, 2 op/s 2023-12-07T15:14:31.623 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:31.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:31.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:31.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:31.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:32 smithi161 ceph-mon[116604]: from='client.506610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:32.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:32 smithi161 ceph-mon[116604]: pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:32 smithi028 ceph-mon[112123]: from='client.506610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:32.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:32 smithi028 ceph-mon[112123]: pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:32 smithi138 ceph-mon[117003]: from='client.506610 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:32 smithi138 ceph-mon[117003]: pgmap v18833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:34.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:34 smithi161 ceph-mon[116604]: 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-07T15:14:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:34 smithi028 ceph-mon[112123]: 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-07T15:14:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:34 smithi138 ceph-mon[117003]: 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-07T15:14:36.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:36.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:36.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:36 smithi161 ceph-mon[116604]: 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-07T15:14:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:36 smithi028 ceph-mon[112123]: 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-07T15:14:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:36 smithi138 ceph-mon[117003]: 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-07T15:14:37.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:37.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:37.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:37.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:37.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:38 smithi161 ceph-mon[116604]: from='client.506688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:38.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:38 smithi161 ceph-mon[116604]: 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-07T15:14:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:38 smithi028 ceph-mon[112123]: from='client.506688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:38.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:38 smithi028 ceph-mon[112123]: 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-07T15:14:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:38 smithi138 ceph-mon[117003]: from='client.506688 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:38 smithi138 ceph-mon[117003]: 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-07T15:14:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:40 smithi161 ceph-mon[116604]: pgmap v18837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:40 smithi028 ceph-mon[112123]: pgmap v18837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:40 smithi138 ceph-mon[117003]: pgmap v18837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:42.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:42.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:42.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:42 smithi161 ceph-mon[116604]: pgmap v18838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:14:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:42 smithi028 ceph-mon[112123]: pgmap v18838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:14:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:42 smithi138 ceph-mon[117003]: pgmap v18838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:14:43.248 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:43.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:43.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:43.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:43.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='client.506766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:43 smithi161 ceph-mon[116604]: pgmap v18839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='client.506766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:43 smithi028 ceph-mon[112123]: pgmap v18839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='client.506766 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:14:44.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:14:44.293 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:43 smithi138 ceph-mon[117003]: pgmap v18839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:46 smithi161 ceph-mon[116604]: pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:46 smithi028 ceph-mon[112123]: pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:46 smithi138 ceph-mon[117003]: pgmap v18840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:48.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:48.250 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:48.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:48 smithi161 ceph-mon[116604]: pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:48 smithi028 ceph-mon[112123]: pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:48 smithi138 ceph-mon[117003]: pgmap v18841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:49.017 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:49.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:49.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:49.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:49.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:49.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:49 smithi161 ceph-mon[116604]: from='client.506838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:49 smithi028 ceph-mon[112123]: from='client.506838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:49 smithi138 ceph-mon[117003]: from='client.506838 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:50 smithi161 ceph-mon[116604]: pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:50 smithi028 ceph-mon[112123]: pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:50 smithi138 ceph-mon[117003]: pgmap v18842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:14:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:52 smithi161 ceph-mon[116604]: pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:52 smithi028 ceph-mon[112123]: pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:52 smithi138 ceph-mon[117003]: pgmap v18843: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:54.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:54.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:54.019 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:14:54.797 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:14:54.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:14:54.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:14:54.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:14:54.797 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:14:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:54 smithi161 ceph-mon[116604]: pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:54 smithi028 ceph-mon[112123]: pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:54 smithi138 ceph-mon[117003]: pgmap v18844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:55.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:55 smithi161 ceph-mon[116604]: from='client.506910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:55.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:55 smithi028 ceph-mon[112123]: from='client.506910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:56.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:55 smithi138 ceph-mon[117003]: from='client.506910 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:14:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:56 smithi161 ceph-mon[116604]: pgmap v18845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:56 smithi028 ceph-mon[112123]: pgmap v18845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:56 smithi138 ceph-mon[117003]: pgmap v18845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:14:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:14:58 smithi161 ceph-mon[116604]: pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:14:58 smithi028 ceph-mon[112123]: pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:14:58 smithi138 ceph-mon[117003]: pgmap v18846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:14:59.798 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:14:59.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:14:59.799 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:00.580 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:00.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:00.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:00.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:00.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:00 smithi161 ceph-mon[116604]: pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:00 smithi028 ceph-mon[112123]: pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:00 smithi138 ceph-mon[117003]: pgmap v18847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:01.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:01 smithi161 ceph-mon[116604]: from='client.506985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:01 smithi028 ceph-mon[112123]: from='client.506985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:01 smithi138 ceph-mon[117003]: from='client.506985 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:02 smithi161 ceph-mon[116604]: pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:02 smithi028 ceph-mon[112123]: pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:02 smithi138 ceph-mon[117003]: pgmap v18848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:04 smithi161 ceph-mon[116604]: pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:04 smithi028 ceph-mon[112123]: pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:04 smithi138 ceph-mon[117003]: pgmap v18849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:05.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:05.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:05.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:06.365 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:06.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:06.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:06.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:06.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:06 smithi161 ceph-mon[116604]: pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:06 smithi028 ceph-mon[112123]: pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:06 smithi138 ceph-mon[117003]: pgmap v18850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:07.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:07 smithi161 ceph-mon[116604]: from='client.507063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:07 smithi028 ceph-mon[112123]: from='client.507063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:07 smithi138 ceph-mon[117003]: from='client.507063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:08 smithi161 ceph-mon[116604]: 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-07T15:15:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:08 smithi028 ceph-mon[112123]: 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-07T15:15:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:08 smithi138 ceph-mon[117003]: 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-07T15:15:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:10 smithi161 ceph-mon[116604]: pgmap v18852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:10 smithi028 ceph-mon[112123]: pgmap v18852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:10 smithi138 ceph-mon[117003]: pgmap v18852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:11.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:11.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:11.367 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:12.155 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:12.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:12.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:12.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:12.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:12 smithi161 ceph-mon[116604]: pgmap v18853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:12 smithi161 ceph-mon[116604]: from='client.507141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:12 smithi028 ceph-mon[112123]: pgmap v18853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:12 smithi028 ceph-mon[112123]: from='client.507141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:12 smithi138 ceph-mon[117003]: pgmap v18853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:12 smithi138 ceph-mon[117003]: from='client.507141 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:14 smithi161 ceph-mon[116604]: 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-07T15:15:14.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:14 smithi028 ceph-mon[112123]: 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-07T15:15:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:14 smithi138 ceph-mon[117003]: 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-07T15:15:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:16 smithi161 ceph-mon[116604]: 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-07T15:15:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:16 smithi028 ceph-mon[112123]: 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-07T15:15:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:16 smithi138 ceph-mon[117003]: 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-07T15:15:17.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:17.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:17.157 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:17.930 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:17.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:17.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:17.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:17.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:18 smithi161 ceph-mon[116604]: from='client.507216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:18.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:18 smithi161 ceph-mon[116604]: 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-07T15:15:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:18 smithi028 ceph-mon[112123]: from='client.507216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:18.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:18 smithi028 ceph-mon[112123]: 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-07T15:15:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:18 smithi138 ceph-mon[117003]: from='client.507216 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:18 smithi138 ceph-mon[117003]: 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-07T15:15:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:20 smithi161 ceph-mon[116604]: pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:20 smithi028 ceph-mon[112123]: pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:20 smithi138 ceph-mon[117003]: pgmap v18857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:22.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:22.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:22.933 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:22 smithi161 ceph-mon[116604]: pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:22 smithi028 ceph-mon[112123]: pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:22 smithi138 ceph-mon[117003]: pgmap v18858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:23.716 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:23.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:23.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:23.716 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:23.717 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:24 smithi161 ceph-mon[116604]: from='client.507294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:24.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:24 smithi161 ceph-mon[116604]: pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:24.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:24 smithi028 ceph-mon[112123]: from='client.507294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:24.968 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:24 smithi028 ceph-mon[112123]: pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:24 smithi138 ceph-mon[117003]: from='client.507294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:24 smithi138 ceph-mon[117003]: pgmap v18859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:26 smithi161 ceph-mon[116604]: pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:26 smithi028 ceph-mon[112123]: pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:26 smithi138 ceph-mon[117003]: pgmap v18860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:28 smithi161 ceph-mon[116604]: pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:28 smithi028 ceph-mon[112123]: pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:28.718 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:28.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:28.718 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:28 smithi138 ceph-mon[117003]: pgmap v18861: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:29.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:29.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:29.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:29.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:29.492 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:30 smithi161 ceph-mon[116604]: from='client.507369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:30.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:30 smithi161 ceph-mon[116604]: pgmap v18862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:15:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:30 smithi028 ceph-mon[112123]: from='client.507369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:30.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:30 smithi028 ceph-mon[112123]: pgmap v18862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:15:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:30 smithi138 ceph-mon[117003]: from='client.507369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:30 smithi138 ceph-mon[117003]: pgmap v18862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:15:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:32 smithi161 ceph-mon[116604]: pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:15:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:32 smithi028 ceph-mon[112123]: pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:15:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:32 smithi138 ceph-mon[117003]: pgmap v18863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:15:34.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:34 smithi161 ceph-mon[116604]: pgmap v18864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:15:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:34 smithi028 ceph-mon[112123]: pgmap v18864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:15:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:34 smithi138 ceph-mon[117003]: pgmap v18864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:15:35.270 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:35.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:35.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:35.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:35.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:36 smithi161 ceph-mon[116604]: from='client.507447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:36.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:36 smithi161 ceph-mon[116604]: pgmap v18865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:36 smithi028 ceph-mon[112123]: from='client.507447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:36.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:36 smithi028 ceph-mon[112123]: pgmap v18865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:36 smithi138 ceph-mon[117003]: from='client.507447 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:36 smithi138 ceph-mon[117003]: pgmap v18865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:38 smithi161 ceph-mon[116604]: pgmap v18866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:38 smithi028 ceph-mon[112123]: pgmap v18866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:38 smithi138 ceph-mon[117003]: pgmap v18866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:15:40.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:40.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:40.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:40 smithi161 ceph-mon[116604]: pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:40 smithi028 ceph-mon[112123]: pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:41.040 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:41.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:41.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:41.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:41.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:40 smithi138 ceph-mon[117003]: pgmap v18867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:41 smithi161 ceph-mon[116604]: from='client.507525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:41 smithi028 ceph-mon[112123]: from='client.507525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:41 smithi138 ceph-mon[117003]: from='client.507525 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:42 smithi161 ceph-mon[116604]: pgmap v18868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:15:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:42 smithi028 ceph-mon[112123]: pgmap v18868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:15:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:42 smithi138 ceph-mon[117003]: pgmap v18868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:15:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:15:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:15:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:15:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:44 smithi161 ceph-mon[116604]: pgmap v18869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:15:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:15:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:15:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:15:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:44 smithi028 ceph-mon[112123]: pgmap v18869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:15:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:15:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:15:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:15:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:44 smithi138 ceph-mon[117003]: pgmap v18869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:15:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:15:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:15:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:15:46.041 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:46.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:46.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:46.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:46.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:46.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:46.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:46.812 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:46 smithi161 ceph-mon[116604]: pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:15:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:46 smithi028 ceph-mon[112123]: pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:15:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:46 smithi138 ceph-mon[117003]: pgmap v18870: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:15:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:47 smithi161 ceph-mon[116604]: from='client.507600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:47 smithi028 ceph-mon[112123]: from='client.507600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:47 smithi138 ceph-mon[117003]: from='client.507600 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:48 smithi161 ceph-mon[116604]: 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-07T15:15:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:48 smithi028 ceph-mon[112123]: 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-07T15:15:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:48 smithi138 ceph-mon[117003]: 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-07T15:15:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:50 smithi161 ceph-mon[116604]: pgmap v18872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:50 smithi028 ceph-mon[112123]: pgmap v18872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:50 smithi138 ceph-mon[117003]: pgmap v18872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:15:51.813 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:51.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:51.814 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:52.584 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:52.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:52.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:52.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:52.585 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:52 smithi161 ceph-mon[116604]: pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:52 smithi028 ceph-mon[112123]: pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:52 smithi138 ceph-mon[117003]: pgmap v18873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:15:53.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:53 smithi161 ceph-mon[116604]: from='client.507675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:53 smithi028 ceph-mon[112123]: from='client.507675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:53 smithi138 ceph-mon[117003]: from='client.507675 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:54 smithi161 ceph-mon[116604]: 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-07T15:15:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:54 smithi028 ceph-mon[112123]: 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-07T15:15:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:54 smithi138 ceph-mon[117003]: 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-07T15:15:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:56 smithi161 ceph-mon[116604]: 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-07T15:15:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:56 smithi028 ceph-mon[112123]: 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-07T15:15:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:56 smithi138 ceph-mon[117003]: 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-07T15:15:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:15:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:15:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:15:58.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:15:58.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:15:58.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:15:58.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:15:58.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:15:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:58 smithi161 ceph-mon[116604]: 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-07T15:15:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:58 smithi028 ceph-mon[112123]: 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-07T15:15:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:58 smithi138 ceph-mon[117003]: 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-07T15:15:59.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:15:59 smithi161 ceph-mon[116604]: from='client.507750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:59.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:15:59 smithi028 ceph-mon[112123]: from='client.507750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:15:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:15:59 smithi138 ceph-mon[117003]: from='client.507750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:00.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:00 smithi161 ceph-mon[116604]: pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:00 smithi028 ceph-mon[112123]: pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:00 smithi138 ceph-mon[117003]: pgmap v18877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:02 smithi161 ceph-mon[116604]: pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:02 smithi028 ceph-mon[112123]: pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:02 smithi138 ceph-mon[117003]: pgmap v18878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:03.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:03.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:03.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:04.140 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:04.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:04.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:04.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:04.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:04 smithi161 ceph-mon[116604]: pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:04 smithi161 ceph-mon[116604]: from='client.507828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:04 smithi028 ceph-mon[112123]: pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:04 smithi028 ceph-mon[112123]: from='client.507828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:04 smithi138 ceph-mon[117003]: pgmap v18879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:04 smithi138 ceph-mon[117003]: from='client.507828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:06 smithi161 ceph-mon[116604]: pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:06.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:06 smithi028 ceph-mon[112123]: pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:06 smithi138 ceph-mon[117003]: pgmap v18880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:08.694 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:08 smithi161 ceph-mon[116604]: pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:08 smithi028 ceph-mon[112123]: pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:08 smithi138 ceph-mon[117003]: pgmap v18881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:09.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:09.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:09.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:09.925 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:09.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:09.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:09.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:09.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:10 smithi161 ceph-mon[116604]: from='client.507903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:10.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:10 smithi161 ceph-mon[116604]: pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:10 smithi028 ceph-mon[112123]: from='client.507903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:10 smithi028 ceph-mon[112123]: pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:10 smithi138 ceph-mon[117003]: from='client.507903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:10 smithi138 ceph-mon[117003]: pgmap v18882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:12 smithi161 ceph-mon[116604]: pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:12 smithi028 ceph-mon[112123]: pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:12 smithi138 ceph-mon[117003]: pgmap v18883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:14.928 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:14.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:14.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:14 smithi161 ceph-mon[116604]: pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:14 smithi028 ceph-mon[112123]: pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:14 smithi138 ceph-mon[117003]: pgmap v18884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:15.710 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:15.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:15.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:15.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:15.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:16 smithi161 ceph-mon[116604]: from='client.507978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:16.970 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:16 smithi161 ceph-mon[116604]: pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:16.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:16 smithi028 ceph-mon[112123]: from='client.507978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:16.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:16 smithi028 ceph-mon[112123]: pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:16 smithi138 ceph-mon[117003]: from='client.507978 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:16 smithi138 ceph-mon[117003]: pgmap v18885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:18 smithi161 ceph-mon[116604]: pgmap v18886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:18 smithi028 ceph-mon[112123]: pgmap v18886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:18 smithi138 ceph-mon[117003]: pgmap v18886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:20.712 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:20.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:20.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:20 smithi161 ceph-mon[116604]: pgmap v18887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:20 smithi028 ceph-mon[112123]: pgmap v18887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:20 smithi138 ceph-mon[117003]: pgmap v18887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:21.491 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:21.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:21.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:21.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:21.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:22 smithi161 ceph-mon[116604]: from='client.508053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:22 smithi161 ceph-mon[116604]: pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:22 smithi028 ceph-mon[112123]: from='client.508053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:22.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:22 smithi028 ceph-mon[112123]: pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:22 smithi138 ceph-mon[117003]: from='client.508053 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:22 smithi138 ceph-mon[117003]: pgmap v18888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:24 smithi161 ceph-mon[116604]: 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-07T15:16:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:24 smithi028 ceph-mon[112123]: 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-07T15:16:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:24 smithi138 ceph-mon[117003]: 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-07T15:16:26.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:26.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:26.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:26 smithi161 ceph-mon[116604]: 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-07T15:16:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:26 smithi028 ceph-mon[112123]: 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-07T15:16:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:26 smithi138 ceph-mon[117003]: 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-07T15:16:27.278 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:27.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:27.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:27.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:27.279 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:28 smithi161 ceph-mon[116604]: from='client.508128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:28 smithi161 ceph-mon[116604]: 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-07T15:16:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:28 smithi028 ceph-mon[112123]: from='client.508128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:28 smithi028 ceph-mon[112123]: 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-07T15:16:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:28 smithi138 ceph-mon[117003]: from='client.508128 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:28 smithi138 ceph-mon[117003]: 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-07T15:16:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:30 smithi161 ceph-mon[116604]: pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:30 smithi028 ceph-mon[112123]: pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:30 smithi138 ceph-mon[117003]: pgmap v18892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:32.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:32.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:32.281 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:32 smithi161 ceph-mon[116604]: pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:32 smithi028 ceph-mon[112123]: pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:32 smithi138 ceph-mon[117003]: pgmap v18893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:33.063 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:33.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:33.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:33.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:33.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:33.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:33 smithi161 ceph-mon[116604]: from='client.508206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:33 smithi028 ceph-mon[112123]: from='client.508206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:33 smithi138 ceph-mon[117003]: from='client.508206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:34 smithi161 ceph-mon[116604]: 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-07T15:16:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:34 smithi028 ceph-mon[112123]: 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-07T15:16:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:34 smithi138 ceph-mon[117003]: 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-07T15:16:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:36 smithi161 ceph-mon[116604]: 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-07T15:16:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:36 smithi028 ceph-mon[112123]: 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-07T15:16:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:36 smithi138 ceph-mon[117003]: 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-07T15:16:38.064 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:38.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:38.065 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:38 smithi161 ceph-mon[116604]: 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-07T15:16:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:38 smithi028 ceph-mon[112123]: 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-07T15:16:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:38 smithi138 ceph-mon[117003]: 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-07T15:16:38.836 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:38.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:38.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:38.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:38.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:39.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:39 smithi161 ceph-mon[116604]: from='client.508281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:39.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:39 smithi028 ceph-mon[112123]: from='client.508281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:39.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:39 smithi138 ceph-mon[117003]: from='client.508281 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:40 smithi161 ceph-mon[116604]: pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:40.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:40 smithi028 ceph-mon[112123]: pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:40.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:40 smithi138 ceph-mon[117003]: pgmap v18897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:16:42.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:42 smithi161 ceph-mon[116604]: pgmap v18898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:42 smithi028 ceph-mon[112123]: pgmap v18898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:42 smithi138 ceph-mon[117003]: pgmap v18898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:43.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:43.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:43.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:44.654 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:44.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:44.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:44.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:44.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:44 smithi161 ceph-mon[116604]: pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:44.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:16:44.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:44 smithi028 ceph-mon[112123]: pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:44.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:16:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:44 smithi138 ceph-mon[117003]: pgmap v18899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:16:45.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:45 smithi161 ceph-mon[116604]: from='client.508356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:16:45.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:45 smithi028 ceph-mon[112123]: from='client.508356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:45.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:16:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:45 smithi138 ceph-mon[117003]: from='client.508356 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:16:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:16:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21034M 2023-12-07T15:16:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:16:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:16:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:16:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:16:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:16:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21034M 2023-12-07T15:16:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:16:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:16:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:16:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:16:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: pgmap v18900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21034M 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:16:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:16:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:47 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14806M 2023-12-07T15:16:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:47 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16937M 2023-12-07T15:16:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:47 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14806M 2023-12-07T15:16:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:47 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16937M 2023-12-07T15:16:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:47 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14806M 2023-12-07T15:16:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:47 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16937M 2023-12-07T15:16:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:48 smithi161 ceph-mon[116604]: pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:16:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:48 smithi028 ceph-mon[112123]: pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:16:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:48 smithi138 ceph-mon[117003]: pgmap v18901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:16:49.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:49.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:49.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:50.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:50.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:50.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:50.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:50.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:50 smithi161 ceph-mon[116604]: 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-07T15:16:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:50 smithi028 ceph-mon[112123]: 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-07T15:16:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:50 smithi138 ceph-mon[117003]: 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-07T15:16:51.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:51 smithi161 ceph-mon[116604]: from='client.508431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:51 smithi028 ceph-mon[112123]: from='client.508431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:51 smithi138 ceph-mon[117003]: from='client.508431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:52 smithi161 ceph-mon[116604]: pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:52 smithi028 ceph-mon[112123]: pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:52 smithi138 ceph-mon[117003]: pgmap v18903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:54 smithi161 ceph-mon[116604]: pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:54 smithi028 ceph-mon[112123]: pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:54 smithi138 ceph-mon[117003]: pgmap v18904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:16:55.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:16:55.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:16:55.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:16:56.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:16:56.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:16:56.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:16:56.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:16:56.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:16:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:56 smithi161 ceph-mon[116604]: pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:56 smithi028 ceph-mon[112123]: pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:56 smithi138 ceph-mon[117003]: pgmap v18905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:16:57.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:57 smithi161 ceph-mon[116604]: from='client.508506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:57.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:57 smithi028 ceph-mon[112123]: from='client.508506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:57 smithi138 ceph-mon[117003]: from='client.508506 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:16:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:16:58 smithi161 ceph-mon[116604]: pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:16:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:16:58 smithi028 ceph-mon[112123]: pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:16:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:16:58 smithi138 ceph-mon[117003]: pgmap v18906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:17:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:00 smithi161 ceph-mon[116604]: pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:17:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:00 smithi028 ceph-mon[112123]: pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:17:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:00 smithi138 ceph-mon[117003]: pgmap v18907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:17:01.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:01.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:01.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:01.999 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:01.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:01.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:01.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:01.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:02 smithi161 ceph-mon[116604]: 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-07T15:17:02.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:02 smithi161 ceph-mon[116604]: from='client.508584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:02 smithi028 ceph-mon[112123]: 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-07T15:17:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:02 smithi028 ceph-mon[112123]: from='client.508584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:02 smithi138 ceph-mon[117003]: 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-07T15:17:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:02 smithi138 ceph-mon[117003]: from='client.508584 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:04 smithi161 ceph-mon[116604]: 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-07T15:17:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:04 smithi028 ceph-mon[112123]: 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-07T15:17:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:04 smithi138 ceph-mon[117003]: 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-07T15:17:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:06 smithi161 ceph-mon[116604]: 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-07T15:17:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:06 smithi028 ceph-mon[112123]: 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-07T15:17:07.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:07.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:07.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:06 smithi138 ceph-mon[117003]: 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-07T15:17:07.780 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:07.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:07.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:07.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:07.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:08 smithi161 ceph-mon[116604]: from='client.508662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:08.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:08 smithi161 ceph-mon[116604]: 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-07T15:17:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:08 smithi028 ceph-mon[112123]: from='client.508662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:08.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:08 smithi028 ceph-mon[112123]: 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-07T15:17:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:08 smithi138 ceph-mon[117003]: from='client.508662 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:08 smithi138 ceph-mon[117003]: 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-07T15:17:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:10 smithi161 ceph-mon[116604]: 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-07T15:17:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:10 smithi028 ceph-mon[112123]: 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-07T15:17:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:10 smithi138 ceph-mon[117003]: 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-07T15:17:12.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:12.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:12.782 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:12 smithi161 ceph-mon[116604]: 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-07T15:17:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:12 smithi028 ceph-mon[112123]: 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-07T15:17:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:12 smithi138 ceph-mon[117003]: 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-07T15:17:13.555 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:13.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:13.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:13.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:13.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:14 smithi161 ceph-mon[116604]: from='client.508734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:14.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:14 smithi161 ceph-mon[116604]: 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-07T15:17:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:14 smithi028 ceph-mon[112123]: from='client.508734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:14 smithi028 ceph-mon[112123]: 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-07T15:17:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:14 smithi138 ceph-mon[117003]: from='client.508734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:14 smithi138 ceph-mon[117003]: 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-07T15:17:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:16 smithi161 ceph-mon[116604]: pgmap v18915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:16 smithi028 ceph-mon[112123]: pgmap v18915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:16 smithi138 ceph-mon[117003]: pgmap v18915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:18.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:18.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:18.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:18 smithi161 ceph-mon[116604]: pgmap v18916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:18 smithi028 ceph-mon[112123]: pgmap v18916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:18 smithi138 ceph-mon[117003]: pgmap v18916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:19.327 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:19.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:19.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:19.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:19.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:20 smithi161 ceph-mon[116604]: from='client.508806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:20 smithi161 ceph-mon[116604]: pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:17:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:20 smithi028 ceph-mon[112123]: from='client.508806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:20 smithi028 ceph-mon[112123]: pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:17:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:20 smithi138 ceph-mon[117003]: from='client.508806 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:20 smithi138 ceph-mon[117003]: pgmap v18917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:17:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:22 smithi161 ceph-mon[116604]: pgmap v18918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:17:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:22 smithi028 ceph-mon[112123]: pgmap v18918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:17:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:22 smithi138 ceph-mon[117003]: pgmap v18918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:17:24.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:24.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:24.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:24 smithi161 ceph-mon[116604]: pgmap v18919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:17:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:24 smithi028 ceph-mon[112123]: pgmap v18919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:17:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:24 smithi138 ceph-mon[117003]: pgmap v18919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:17:25.114 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:25.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:25.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:25.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:25.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:25.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:25 smithi161 ceph-mon[116604]: from='client.508884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:25 smithi028 ceph-mon[112123]: from='client.508884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:25 smithi138 ceph-mon[117003]: from='client.508884 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:26.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:26 smithi161 ceph-mon[116604]: 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-07T15:17:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:26 smithi028 ceph-mon[112123]: 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-07T15:17:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:26 smithi138 ceph-mon[117003]: 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-07T15:17:28.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:28 smithi161 ceph-mon[116604]: pgmap v18921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:28 smithi028 ceph-mon[112123]: pgmap v18921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:28 smithi138 ceph-mon[117003]: pgmap v18921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:17:30.116 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:30.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:30.116 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:30.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:30.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:30.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:30.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:30.893 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:30 smithi161 ceph-mon[116604]: pgmap v18922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:30 smithi028 ceph-mon[112123]: pgmap v18922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:30 smithi138 ceph-mon[117003]: pgmap v18922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:31.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:31 smithi161 ceph-mon[116604]: from='client.508962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:31.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:31 smithi028 ceph-mon[112123]: from='client.508962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:32.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:31 smithi138 ceph-mon[117003]: from='client.508962 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:32 smithi161 ceph-mon[116604]: pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:17:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:32 smithi028 ceph-mon[112123]: pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:17:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:32 smithi138 ceph-mon[117003]: pgmap v18923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:17:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:34 smithi161 ceph-mon[116604]: pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:17:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:34 smithi028 ceph-mon[112123]: pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:17:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:34 smithi138 ceph-mon[117003]: pgmap v18924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:17:35.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:35.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:35.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:36.695 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:36.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:36.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:36.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:36.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:36 smithi161 ceph-mon[116604]: pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:17:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:36 smithi028 ceph-mon[112123]: pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:17:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:36 smithi138 ceph-mon[117003]: pgmap v18925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:17:37.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:37 smithi161 ceph-mon[116604]: from='client.509040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:37.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:37 smithi028 ceph-mon[112123]: from='client.509040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:37 smithi138 ceph-mon[117003]: from='client.509040 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:38 smithi161 ceph-mon[116604]: 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-07T15:17:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:38 smithi028 ceph-mon[112123]: 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-07T15:17:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:38 smithi138 ceph-mon[117003]: 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-07T15:17:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:40 smithi161 ceph-mon[116604]: 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-07T15:17:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:40 smithi028 ceph-mon[112123]: 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-07T15:17:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:40 smithi138 ceph-mon[117003]: 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-07T15:17:41.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:41.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:41.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:42.465 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:42.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:42.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:42.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:42.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:42 smithi161 ceph-mon[116604]: 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-07T15:17:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:42 smithi028 ceph-mon[112123]: 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-07T15:17:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:42 smithi138 ceph-mon[117003]: 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-07T15:17:43.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:43 smithi161 ceph-mon[116604]: from='client.509109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:43.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:43 smithi028 ceph-mon[112123]: from='client.509109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:44.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:43 smithi138 ceph-mon[117003]: from='client.509109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:44 smithi161 ceph-mon[116604]: 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-07T15:17:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:44 smithi028 ceph-mon[112123]: 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-07T15:17:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:44 smithi138 ceph-mon[117003]: 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-07T15:17:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:46 smithi161 ceph-mon[116604]: 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-07T15:17:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:17:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:17:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:17:46.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:17:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:46 smithi028 ceph-mon[112123]: 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-07T15:17:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:17:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:17:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:17:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:17:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:46 smithi138 ceph-mon[117003]: 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-07T15:17:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:17:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:17:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:17:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:17:47.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:47.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:47.467 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:48.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:48.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:48.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:48.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:48.250 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:48 smithi161 ceph-mon[116604]: 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-07T15:17:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:48 smithi028 ceph-mon[112123]: 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-07T15:17:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:48 smithi138 ceph-mon[117003]: 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-07T15:17:49.695 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:49 smithi161 ceph-mon[116604]: from='client.509184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:49 smithi028 ceph-mon[112123]: from='client.509184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:49 smithi138 ceph-mon[117003]: from='client.509184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:50.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:50 smithi161 ceph-mon[116604]: 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-07T15:17:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:50 smithi028 ceph-mon[112123]: 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-07T15:17:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:50 smithi138 ceph-mon[117003]: 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-07T15:17:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:52 smithi161 ceph-mon[116604]: 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-07T15:17:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:52 smithi028 ceph-mon[112123]: 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-07T15:17:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:52 smithi138 ceph-mon[117003]: 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-07T15:17:53.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:53.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:53.252 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:54.016 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:54.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:54.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:54.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:54.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:17:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:54 smithi161 ceph-mon[116604]: 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-07T15:17:54.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:54 smithi161 ceph-mon[116604]: from='client.509256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:54 smithi028 ceph-mon[112123]: 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-07T15:17:54.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:54 smithi028 ceph-mon[112123]: from='client.509256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:54 smithi138 ceph-mon[117003]: 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-07T15:17:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:54 smithi138 ceph-mon[117003]: from='client.509256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:17:56.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:56 smithi161 ceph-mon[116604]: pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:56 smithi028 ceph-mon[112123]: pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:56 smithi138 ceph-mon[117003]: pgmap v18935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:17:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:17:58 smithi161 ceph-mon[116604]: pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:17:58 smithi028 ceph-mon[112123]: pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:17:58 smithi138 ceph-mon[117003]: pgmap v18936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:17:59.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:17:59.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:17:59.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:17:59.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:17:59.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:17:59.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:17:59.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:17:59.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:00 smithi161 ceph-mon[116604]: from='client.509328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:00.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:00 smithi161 ceph-mon[116604]: 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-07T15:18:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:00 smithi028 ceph-mon[112123]: from='client.509328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:00 smithi028 ceph-mon[112123]: 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-07T15:18:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:00 smithi138 ceph-mon[117003]: from='client.509328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:00 smithi138 ceph-mon[117003]: 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-07T15:18:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:02 smithi161 ceph-mon[116604]: 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-07T15:18:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:02 smithi028 ceph-mon[112123]: 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-07T15:18:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:02 smithi138 ceph-mon[117003]: 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-07T15:18:04.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:04.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:04.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:04 smithi161 ceph-mon[116604]: 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-07T15:18:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:04 smithi028 ceph-mon[112123]: 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-07T15:18:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:04 smithi138 ceph-mon[117003]: 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-07T15:18:05.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:05.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:05.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:05.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:05.560 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:06 smithi161 ceph-mon[116604]: from='client.509403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:06.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:06 smithi161 ceph-mon[116604]: 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-07T15:18:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:06 smithi028 ceph-mon[112123]: from='client.509403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:06 smithi028 ceph-mon[112123]: 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-07T15:18:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:06 smithi138 ceph-mon[117003]: from='client.509403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:06 smithi138 ceph-mon[117003]: 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-07T15:18:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:08 smithi161 ceph-mon[116604]: pgmap v18941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:08 smithi028 ceph-mon[112123]: pgmap v18941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:08 smithi138 ceph-mon[117003]: pgmap v18941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:10.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:10.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:10.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:10 smithi161 ceph-mon[116604]: pgmap v18942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:10 smithi028 ceph-mon[112123]: pgmap v18942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:10 smithi138 ceph-mon[117003]: pgmap v18942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:11.357 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:11.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:11.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:11.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:11.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:12 smithi161 ceph-mon[116604]: from='client.509478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:12.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:12 smithi161 ceph-mon[116604]: 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-07T15:18:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:12 smithi028 ceph-mon[112123]: from='client.509478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:12 smithi028 ceph-mon[112123]: 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-07T15:18:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:12 smithi138 ceph-mon[117003]: from='client.509478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:12 smithi138 ceph-mon[117003]: 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-07T15:18:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:14 smithi161 ceph-mon[116604]: 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-07T15:18:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:14 smithi028 ceph-mon[112123]: 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-07T15:18:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:14 smithi138 ceph-mon[117003]: 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-07T15:18:16.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:16.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:16.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:16 smithi161 ceph-mon[116604]: 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-07T15:18:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:16 smithi028 ceph-mon[112123]: 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-07T15:18:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:16 smithi138 ceph-mon[117003]: 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-07T15:18:17.146 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:17.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:17.146 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:17.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:17.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:17.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:17 smithi161 ceph-mon[116604]: from='client.509553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:17.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:17 smithi028 ceph-mon[112123]: from='client.509553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:17 smithi138 ceph-mon[117003]: from='client.509553 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:18.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:18 smithi161 ceph-mon[116604]: 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-07T15:18:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:18 smithi028 ceph-mon[112123]: 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-07T15:18:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:18 smithi138 ceph-mon[117003]: 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-07T15:18:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:20 smithi161 ceph-mon[116604]: 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-07T15:18:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:20 smithi028 ceph-mon[112123]: 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-07T15:18:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:20 smithi138 ceph-mon[117003]: 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-07T15:18:22.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:22.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:22.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:22.920 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:22.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:22.920 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:22.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:22.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:22.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:22 smithi161 ceph-mon[116604]: 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-07T15:18:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:22 smithi028 ceph-mon[112123]: 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-07T15:18:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:22 smithi138 ceph-mon[117003]: 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-07T15:18:23.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:23 smithi161 ceph-mon[116604]: from='client.509631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:23.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:23 smithi028 ceph-mon[112123]: from='client.509631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:24.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:23 smithi138 ceph-mon[117003]: from='client.509631 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:24.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:24 smithi161 ceph-mon[116604]: 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-07T15:18:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:24 smithi028 ceph-mon[112123]: 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-07T15:18:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:24 smithi138 ceph-mon[117003]: 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-07T15:18:26.969 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:26 smithi028 ceph-mon[112123]: 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-07T15:18:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:26 smithi138 ceph-mon[117003]: 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-07T15:18:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:26 smithi161 ceph-mon[116604]: 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-07T15:18:27.922 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:27.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:27.922 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:28.690 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:28.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:28.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:28.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:28.690 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:28.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:28 smithi161 ceph-mon[116604]: 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-07T15:18:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:28 smithi028 ceph-mon[112123]: 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-07T15:18:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:28 smithi138 ceph-mon[117003]: 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-07T15:18:29.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:29 smithi161 ceph-mon[116604]: from='client.509706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:29.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:29 smithi028 ceph-mon[112123]: from='client.509706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:29.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:29 smithi138 ceph-mon[117003]: from='client.509706 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:30.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:30 smithi161 ceph-mon[116604]: 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-07T15:18:30.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:30 smithi028 ceph-mon[112123]: 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-07T15:18:30.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:30 smithi138 ceph-mon[117003]: 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-07T15:18:32.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:32 smithi161 ceph-mon[116604]: 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-07T15:18:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:32 smithi028 ceph-mon[112123]: 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-07T15:18:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:32 smithi138 ceph-mon[117003]: 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-07T15:18:33.691 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:33.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:33.692 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:34.456 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:34.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:34.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:34.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:34.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:34.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:34 smithi161 ceph-mon[116604]: 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-07T15:18:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:34 smithi028 ceph-mon[112123]: 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-07T15:18:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:34 smithi138 ceph-mon[117003]: 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-07T15:18:35.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:35 smithi161 ceph-mon[116604]: from='client.509781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:35.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:35 smithi028 ceph-mon[112123]: from='client.509781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:36.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:35 smithi138 ceph-mon[117003]: from='client.509781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:36.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:36 smithi161 ceph-mon[116604]: pgmap v18955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:36 smithi028 ceph-mon[112123]: pgmap v18955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:36 smithi138 ceph-mon[117003]: pgmap v18955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:38 smithi161 ceph-mon[116604]: pgmap v18956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:38 smithi028 ceph-mon[112123]: pgmap v18956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:38 smithi138 ceph-mon[117003]: pgmap v18956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:18:39.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:39.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:39.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:40.230 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:40.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:40.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:40.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:40.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:40 smithi161 ceph-mon[116604]: 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-07T15:18:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:40 smithi028 ceph-mon[112123]: 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-07T15:18:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:40 smithi138 ceph-mon[117003]: 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-07T15:18:41.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:41 smithi161 ceph-mon[116604]: from='client.509859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:41.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:41 smithi028 ceph-mon[112123]: from='client.509859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:42.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:41 smithi138 ceph-mon[117003]: from='client.509859 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:42.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:42 smithi161 ceph-mon[116604]: 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-07T15:18:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:42 smithi028 ceph-mon[112123]: 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-07T15:18:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:42 smithi138 ceph-mon[117003]: 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-07T15:18:44.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:44 smithi161 ceph-mon[116604]: 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-07T15:18:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:44 smithi028 ceph-mon[112123]: 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-07T15:18:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:44 smithi138 ceph-mon[117003]: 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-07T15:18:45.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:45.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:45.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:46.000 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:46.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:46.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:46.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:46.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:46 smithi161 ceph-mon[116604]: from='client.509934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:46.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:46 smithi161 ceph-mon[116604]: 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-07T15:18:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:46 smithi028 ceph-mon[112123]: from='client.509934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:46.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:46 smithi028 ceph-mon[112123]: 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-07T15:18:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:46 smithi138 ceph-mon[117003]: from='client.509934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:46 smithi138 ceph-mon[117003]: 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-07T15:18:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:18:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:18:47.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:18:47.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:18:47.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:18:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:18:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:18:47.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:18:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:18:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:18:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:18:48.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:18:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:48 smithi161 ceph-mon[116604]: pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:48 smithi028 ceph-mon[112123]: pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:48 smithi138 ceph-mon[117003]: pgmap v18961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:18:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:50 smithi161 ceph-mon[116604]: pgmap v18962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:50 smithi028 ceph-mon[112123]: pgmap v18962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:51.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:51.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:51.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:50 smithi138 ceph-mon[117003]: pgmap v18962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:18:51.778 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:51.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:51.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:51.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:51.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:52 smithi028 ceph-mon[112123]: from='client.510009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:52 smithi028 ceph-mon[112123]: 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-07T15:18:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:52 smithi138 ceph-mon[117003]: from='client.510009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:52 smithi138 ceph-mon[117003]: 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-07T15:18:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:52 smithi161 ceph-mon[116604]: from='client.510009 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:52 smithi161 ceph-mon[116604]: 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-07T15:18:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:54 smithi028 ceph-mon[112123]: 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-07T15:18:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:54 smithi138 ceph-mon[117003]: 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-07T15:18:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:54 smithi161 ceph-mon[116604]: 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-07T15:18:56.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:18:56.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:18:56.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:18:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:56 smithi028 ceph-mon[112123]: 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-07T15:18:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:56 smithi138 ceph-mon[117003]: 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-07T15:18:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:56 smithi161 ceph-mon[116604]: 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-07T15:18:57.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:18:57.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:18:57.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:18:57.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:18:57.557 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:18:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:58 smithi161 ceph-mon[116604]: from='client.510084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:18:58 smithi161 ceph-mon[116604]: 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-07T15:18:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:58 smithi028 ceph-mon[112123]: from='client.510084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:18:58 smithi028 ceph-mon[112123]: 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-07T15:18:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:58 smithi138 ceph-mon[117003]: from='client.510084 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:18:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:18:58 smithi138 ceph-mon[117003]: 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-07T15:19:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:00 smithi161 ceph-mon[116604]: 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-07T15:19:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:00 smithi028 ceph-mon[112123]: 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-07T15:19:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:00 smithi138 ceph-mon[117003]: 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-07T15:19:02.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:02.558 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:02.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:02 smithi161 ceph-mon[116604]: 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-07T15:19:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:02 smithi028 ceph-mon[112123]: 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-07T15:19:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:02 smithi138 ceph-mon[117003]: 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-07T15:19:03.338 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:03.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:03.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:03.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:03.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:04.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:04 smithi161 ceph-mon[116604]: from='client.510162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:04.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:04 smithi161 ceph-mon[116604]: 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-07T15:19:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:04 smithi028 ceph-mon[112123]: from='client.510162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:04.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:04 smithi028 ceph-mon[112123]: 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-07T15:19:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:04 smithi138 ceph-mon[117003]: from='client.510162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:04 smithi138 ceph-mon[117003]: 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-07T15:19:06.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:06 smithi161 ceph-mon[116604]: 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-07T15:19:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:06 smithi028 ceph-mon[112123]: 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-07T15:19:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:06 smithi138 ceph-mon[117003]: 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-07T15:19:08.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:08.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:08.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:08.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:08 smithi161 ceph-mon[116604]: 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-07T15:19:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:08 smithi028 ceph-mon[112123]: 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-07T15:19:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:08 smithi138 ceph-mon[117003]: 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-07T15:19:09.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:09.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:09.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:09 smithi161 ceph-mon[116604]: from='client.510240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:09 smithi028 ceph-mon[112123]: from='client.510240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:09 smithi138 ceph-mon[117003]: from='client.510240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:10.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:10 smithi161 ceph-mon[116604]: pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:19:10.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:10 smithi028 ceph-mon[112123]: pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:19:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:10 smithi138 ceph-mon[117003]: pgmap v18972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:19:12.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:12 smithi161 ceph-mon[116604]: pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:19:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:12 smithi028 ceph-mon[112123]: pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:19:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:12 smithi138 ceph-mon[117003]: pgmap v18973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:19:14.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:14.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:14.111 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:14.884 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:14.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:14.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:14.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:14.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:14.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:14 smithi161 ceph-mon[116604]: pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:19:14.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:14 smithi028 ceph-mon[112123]: pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:19:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:14 smithi138 ceph-mon[117003]: pgmap v18974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:19:15.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:15 smithi028 ceph-mon[112123]: from='client.510315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:16.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:15 smithi138 ceph-mon[117003]: from='client.510315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:16.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:15 smithi161 ceph-mon[116604]: from='client.510315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:16.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:16 smithi161 ceph-mon[116604]: 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-07T15:19:16.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:16 smithi028 ceph-mon[112123]: 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-07T15:19:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:16 smithi138 ceph-mon[117003]: 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-07T15:19:18.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:18 smithi161 ceph-mon[116604]: 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-07T15:19:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:18 smithi028 ceph-mon[112123]: 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-07T15:19:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:18 smithi138 ceph-mon[117003]: 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-07T15:19:19.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:19.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:19.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:20.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:20.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:20.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:20.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:20.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:20 smithi161 ceph-mon[116604]: 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-07T15:19:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:20 smithi028 ceph-mon[112123]: 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-07T15:19:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:20 smithi138 ceph-mon[117003]: 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-07T15:19:21.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:21 smithi161 ceph-mon[116604]: from='client.510393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:21.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:21 smithi028 ceph-mon[112123]: from='client.510393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:22.044 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:21 smithi138 ceph-mon[117003]: from='client.510393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:22.943 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:22 smithi161 ceph-mon[116604]: pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:19:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:22 smithi028 ceph-mon[112123]: pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:19:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:22 smithi138 ceph-mon[117003]: pgmap v18978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:19:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:24 smithi028 ceph-mon[112123]: pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:19:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:24 smithi138 ceph-mon[117003]: pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:19:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:24 smithi161 ceph-mon[116604]: pgmap v18979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:19:25.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:25.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:25.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:26.443 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:26.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:26.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:26.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:26.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:26 smithi028 ceph-mon[112123]: pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:19:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:26 smithi138 ceph-mon[117003]: pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:19:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:26 smithi161 ceph-mon[116604]: pgmap v18980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:19:27.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:27 smithi028 ceph-mon[112123]: from='client.510468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:28.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:27 smithi138 ceph-mon[117003]: from='client.510468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:27 smithi161 ceph-mon[116604]: from='client.510468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:28 smithi028 ceph-mon[112123]: 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-07T15:19:29.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:28 smithi138 ceph-mon[117003]: 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-07T15:19:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:28 smithi161 ceph-mon[116604]: 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-07T15:19:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:30 smithi028 ceph-mon[112123]: 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-07T15:19:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:30 smithi138 ceph-mon[117003]: 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-07T15:19:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:30 smithi161 ceph-mon[116604]: 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-07T15:19:31.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:31.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:31.445 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:32.211 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:32.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:32.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:32.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:32.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:32 smithi028 ceph-mon[112123]: 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-07T15:19:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:32 smithi138 ceph-mon[117003]: 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-07T15:19:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:32 smithi161 ceph-mon[116604]: 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-07T15:19:33.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:33 smithi028 ceph-mon[112123]: from='client.510546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:34.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:33 smithi138 ceph-mon[117003]: from='client.510546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:33 smithi161 ceph-mon[116604]: from='client.510546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:34 smithi028 ceph-mon[112123]: 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-07T15:19:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:34 smithi138 ceph-mon[117003]: 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-07T15:19:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:34 smithi161 ceph-mon[116604]: 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-07T15:19:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:36 smithi028 ceph-mon[112123]: 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-07T15:19:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:36 smithi138 ceph-mon[117003]: 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-07T15:19:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:36 smithi161 ceph-mon[116604]: 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-07T15:19:37.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:37.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:37.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:38.006 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:38.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:38.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:38.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:38.007 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:38 smithi161 ceph-mon[116604]: from='client.510624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:38.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:38 smithi161 ceph-mon[116604]: 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-07T15:19:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:38 smithi028 ceph-mon[112123]: from='client.510624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:38 smithi028 ceph-mon[112123]: 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-07T15:19:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:38 smithi138 ceph-mon[117003]: from='client.510624 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:38 smithi138 ceph-mon[117003]: 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-07T15:19:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:40 smithi161 ceph-mon[116604]: 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-07T15:19:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:40 smithi028 ceph-mon[112123]: 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-07T15:19:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:40 smithi138 ceph-mon[117003]: 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-07T15:19:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:42 smithi028 ceph-mon[112123]: 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-07T15:19:43.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:43.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:43.008 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:42 smithi138 ceph-mon[117003]: 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-07T15:19:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:42 smithi161 ceph-mon[116604]: 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-07T15:19:43.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:43.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:43.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:43.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:43.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:44 smithi028 ceph-mon[112123]: from='client.510699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:44.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:44 smithi028 ceph-mon[112123]: 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-07T15:19:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:44 smithi138 ceph-mon[117003]: from='client.510699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:44 smithi138 ceph-mon[117003]: 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-07T15:19:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:44 smithi161 ceph-mon[116604]: from='client.510699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:44 smithi161 ceph-mon[116604]: 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-07T15:19:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:46 smithi028 ceph-mon[112123]: 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-07T15:19:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:46 smithi138 ceph-mon[117003]: 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-07T15:19:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:46 smithi161 ceph-mon[116604]: 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-07T15:19:48.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:19:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:48 smithi161 ceph-mon[116604]: 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-07T15:19:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:19:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:19:48.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:19:48.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:19:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:48 smithi028 ceph-mon[112123]: 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-07T15:19:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:19:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:19:48.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:19:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:19:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:48 smithi138 ceph-mon[117003]: 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-07T15:19:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:19:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:19:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:19:48.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:48.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:48.807 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:49.572 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:49.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:49.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:49.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:49.572 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:50 smithi028 ceph-mon[112123]: from='client.510777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:50 smithi028 ceph-mon[112123]: pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:50 smithi138 ceph-mon[117003]: from='client.510777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:51.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:50 smithi138 ceph-mon[117003]: pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:50 smithi161 ceph-mon[116604]: from='client.510777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:51.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:50 smithi161 ceph-mon[116604]: pgmap v18992: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:19:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:52 smithi028 ceph-mon[112123]: pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:52 smithi138 ceph-mon[117003]: pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:52 smithi161 ceph-mon[116604]: pgmap v18993: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:54.573 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:19:54.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:19:54.574 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:19:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:54 smithi028 ceph-mon[112123]: pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:54 smithi138 ceph-mon[117003]: pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:54 smithi161 ceph-mon[116604]: pgmap v18994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:19:55.342 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:19:55.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:19:55.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:19:55.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:19:55.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:19:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:56 smithi028 ceph-mon[112123]: from='client.510849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:56 smithi028 ceph-mon[112123]: 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-07T15:19:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:56 smithi138 ceph-mon[117003]: from='client.510849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:56 smithi138 ceph-mon[117003]: 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-07T15:19:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:56 smithi161 ceph-mon[116604]: from='client.510849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:19:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:56 smithi161 ceph-mon[116604]: 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-07T15:19:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:19:58 smithi028 ceph-mon[112123]: 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-07T15:19:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:19:58 smithi138 ceph-mon[117003]: 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-07T15:19:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:19:58 smithi161 ceph-mon[116604]: 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-07T15:20:00.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:00.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:00.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:00.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:00 smithi028 ceph-mon[112123]: 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-07T15:20:00.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T15:20:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:00 smithi138 ceph-mon[117003]: 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-07T15:20:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T15:20:01.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:01.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:01.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:01.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:01.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:00 smithi161 ceph-mon[116604]: 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-07T15:20:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T15:20:01.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:01 smithi028 ceph-mon[112123]: from='client.510927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:02.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:01 smithi138 ceph-mon[117003]: from='client.510927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:01 smithi161 ceph-mon[116604]: from='client.510927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:02.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:02 smithi161 ceph-mon[116604]: pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:02 smithi028 ceph-mon[112123]: pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:02 smithi138 ceph-mon[117003]: pgmap v18998: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:04 smithi028 ceph-mon[112123]: pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:04 smithi138 ceph-mon[117003]: pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:04 smithi161 ceph-mon[116604]: pgmap v18999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:06.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:06.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:06.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:06.898 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:06.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:06.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:06.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:06.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:06.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:06 smithi028 ceph-mon[112123]: pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:06 smithi138 ceph-mon[117003]: pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:06 smithi161 ceph-mon[116604]: pgmap v19000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:07.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:07 smithi028 ceph-mon[112123]: from='client.511005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:08.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:07 smithi138 ceph-mon[117003]: from='client.511005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:08.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:07 smithi161 ceph-mon[116604]: from='client.511005 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:08 smithi028 ceph-mon[112123]: 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-07T15:20:09.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:08 smithi138 ceph-mon[117003]: 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-07T15:20:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:08 smithi161 ceph-mon[116604]: 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-07T15:20:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:10 smithi028 ceph-mon[112123]: 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-07T15:20:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:10 smithi138 ceph-mon[117003]: 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-07T15:20:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:10 smithi161 ceph-mon[116604]: 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-07T15:20:11.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:11.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:11.900 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:12.667 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:12.667 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:12.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:12.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:12.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:12 smithi028 ceph-mon[112123]: 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-07T15:20:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:12 smithi138 ceph-mon[117003]: 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-07T15:20:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:12 smithi161 ceph-mon[116604]: 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-07T15:20:14.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:13 smithi138 ceph-mon[117003]: from='client.511083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:14.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:13 smithi161 ceph-mon[116604]: from='client.511083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:14.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:13 smithi028 ceph-mon[112123]: from='client.511083 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:14 smithi138 ceph-mon[117003]: 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-07T15:20:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:14 smithi161 ceph-mon[116604]: 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-07T15:20:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:14 smithi028 ceph-mon[112123]: 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-07T15:20:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:16 smithi138 ceph-mon[117003]: 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-07T15:20:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:16 smithi161 ceph-mon[116604]: 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-07T15:20:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:16 smithi028 ceph-mon[112123]: 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-07T15:20:17.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:17.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:17.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:18.473 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:18.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:18.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:18.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:18.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:18 smithi028 ceph-mon[112123]: 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-07T15:20:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:18 smithi138 ceph-mon[117003]: 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-07T15:20:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:18 smithi161 ceph-mon[116604]: 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-07T15:20:19.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:19 smithi028 ceph-mon[112123]: from='client.511158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:19.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:19 smithi138 ceph-mon[117003]: from='client.511158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:19 smithi161 ceph-mon[116604]: from='client.511158 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:20.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:20 smithi028 ceph-mon[112123]: 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-07T15:20:20.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:20 smithi138 ceph-mon[117003]: 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-07T15:20:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:20 smithi161 ceph-mon[116604]: 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-07T15:20:22.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:22 smithi028 ceph-mon[112123]: 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-07T15:20:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:22 smithi138 ceph-mon[117003]: 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-07T15:20:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:22 smithi161 ceph-mon[116604]: 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-07T15:20:23.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:23.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:23.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:24.268 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:24.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:24.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:24.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:24.269 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:24.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:24 smithi028 ceph-mon[112123]: 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-07T15:20:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:24 smithi138 ceph-mon[117003]: 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-07T15:20:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:24 smithi161 ceph-mon[116604]: 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-07T15:20:25.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:25 smithi028 ceph-mon[112123]: from='client.511236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:26.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:25 smithi138 ceph-mon[117003]: from='client.511236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:25 smithi161 ceph-mon[116604]: from='client.511236 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:26.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:26 smithi028 ceph-mon[112123]: pgmap v19010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:20:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:26 smithi138 ceph-mon[117003]: pgmap v19010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:20:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:26 smithi161 ceph-mon[116604]: pgmap v19010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:20:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:28 smithi028 ceph-mon[112123]: pgmap v19011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:20:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:28 smithi138 ceph-mon[117003]: pgmap v19011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:20:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:28 smithi161 ceph-mon[116604]: pgmap v19011: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:20:29.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:29.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:29.271 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:30.047 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:30.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:30.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:30.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:30.047 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:30 smithi028 ceph-mon[112123]: pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:30 smithi028 ceph-mon[112123]: from='client.511314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:30 smithi138 ceph-mon[117003]: pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:30 smithi138 ceph-mon[117003]: from='client.511314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:30 smithi161 ceph-mon[116604]: pgmap v19012: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:30 smithi161 ceph-mon[116604]: from='client.511314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:32.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:32 smithi028 ceph-mon[112123]: pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:32 smithi138 ceph-mon[117003]: pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:32 smithi161 ceph-mon[116604]: pgmap v19013: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:34.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:34 smithi028 ceph-mon[112123]: pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:34 smithi138 ceph-mon[117003]: pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:35.048 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:35.048 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:35.049 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:34 smithi161 ceph-mon[116604]: pgmap v19014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:20:35.849 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:35.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:35.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:35.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:35.850 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:36 smithi028 ceph-mon[112123]: from='client.511392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:36.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:36 smithi028 ceph-mon[112123]: 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-07T15:20:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:36 smithi138 ceph-mon[117003]: from='client.511392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:36 smithi138 ceph-mon[117003]: 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-07T15:20:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:36 smithi161 ceph-mon[116604]: from='client.511392 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:36 smithi161 ceph-mon[116604]: 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-07T15:20:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:38 smithi028 ceph-mon[112123]: pgmap v19016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:20:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:38 smithi138 ceph-mon[117003]: pgmap v19016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:20:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:38 smithi161 ceph-mon[116604]: pgmap v19016: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:20:40.851 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:40.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:40.852 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:40 smithi028 ceph-mon[112123]: pgmap v19017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:20:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:40 smithi138 ceph-mon[117003]: pgmap v19017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:20:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:40 smithi161 ceph-mon[116604]: pgmap v19017: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:20:41.634 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:41.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:41.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:41.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:41.635 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:42.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:42 smithi028 ceph-mon[112123]: from='client.511470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:42.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:42 smithi028 ceph-mon[112123]: pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:42 smithi138 ceph-mon[117003]: from='client.511470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:42 smithi138 ceph-mon[117003]: pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:42 smithi161 ceph-mon[116604]: from='client.511470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:42 smithi161 ceph-mon[116604]: pgmap v19018: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:44.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:44 smithi028 ceph-mon[112123]: pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:44 smithi138 ceph-mon[117003]: pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:44 smithi161 ceph-mon[116604]: pgmap v19019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:20:46.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:46.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:46.636 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:46.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:46 smithi028 ceph-mon[112123]: pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:46 smithi138 ceph-mon[117003]: pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:46 smithi161 ceph-mon[116604]: pgmap v19020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:20:47.403 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:47.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:47.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:47.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:47.403 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:48 smithi028 ceph-mon[112123]: from='client.511545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:48 smithi028 ceph-mon[112123]: 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-07T15:20:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:20:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:48 smithi138 ceph-mon[117003]: from='client.511545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:48 smithi138 ceph-mon[117003]: 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-07T15:20:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:20:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:48 smithi161 ceph-mon[116604]: from='client.511545 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:48 smithi161 ceph-mon[116604]: 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-07T15:20:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:20:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:20:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:20:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:20:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:20:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:20:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:20:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:20:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:20:49.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:20:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:50 smithi028 ceph-mon[112123]: 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-07T15:20:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:50 smithi138 ceph-mon[117003]: 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-07T15:20:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:50 smithi161 ceph-mon[116604]: 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-07T15:20:52.405 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:52.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:52.405 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:52 smithi028 ceph-mon[112123]: 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-07T15:20:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:52 smithi138 ceph-mon[117003]: 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-07T15:20:53.178 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:53.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:53.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:53.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:53.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:52 smithi161 ceph-mon[116604]: 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-07T15:20:53.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:53 smithi028 ceph-mon[112123]: from='client.511623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:54.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:53 smithi138 ceph-mon[117003]: from='client.511623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:53 smithi161 ceph-mon[116604]: from='client.511623 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:54.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:54 smithi028 ceph-mon[112123]: 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-07T15:20:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:54 smithi138 ceph-mon[117003]: 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-07T15:20:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:54 smithi161 ceph-mon[116604]: 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-07T15:20:56.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:56 smithi028 ceph-mon[112123]: 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-07T15:20:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:56 smithi138 ceph-mon[117003]: 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-07T15:20:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:56 smithi161 ceph-mon[116604]: 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-07T15:20:58.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:20:58.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:20:58.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:20:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:58 smithi028 ceph-mon[112123]: 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-07T15:20:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:58 smithi138 ceph-mon[117003]: 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-07T15:20:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:58 smithi161 ceph-mon[116604]: 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-07T15:20:58.953 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:20:58.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:20:58.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:20:58.953 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:20:58.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:20:59.718 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:20:59 smithi028 ceph-mon[112123]: from='client.511698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:59.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:20:59 smithi138 ceph-mon[117003]: from='client.511698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:20:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:20:59 smithi161 ceph-mon[116604]: from='client.511698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:00.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:00 smithi028 ceph-mon[112123]: 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-07T15:21:00.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:00 smithi138 ceph-mon[117003]: 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-07T15:21:00.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:00 smithi161 ceph-mon[116604]: 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-07T15:21:02.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:02 smithi028 ceph-mon[112123]: 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-07T15:21:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:02 smithi138 ceph-mon[117003]: 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-07T15:21:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:02 smithi161 ceph-mon[116604]: 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-07T15:21:03.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:03.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:03.955 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:04.760 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:04.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:04.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:04.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:04.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:04.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:04 smithi028 ceph-mon[112123]: 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-07T15:21:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:04 smithi138 ceph-mon[117003]: 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-07T15:21:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:04 smithi161 ceph-mon[116604]: 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-07T15:21:05.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:05 smithi028 ceph-mon[112123]: from='client.511776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:06.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:05 smithi138 ceph-mon[117003]: from='client.511776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:06.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:05 smithi161 ceph-mon[116604]: from='client.511776 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:06 smithi138 ceph-mon[117003]: pgmap v19030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:06 smithi161 ceph-mon[116604]: pgmap v19030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:06 smithi028 ceph-mon[112123]: pgmap v19030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:08 smithi028 ceph-mon[112123]: pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:08 smithi138 ceph-mon[117003]: pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:08 smithi161 ceph-mon[116604]: pgmap v19031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:09.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:09.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:09.762 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:10.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:10.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:10.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:10.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:10.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:10.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:10 smithi028 ceph-mon[112123]: pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:10 smithi138 ceph-mon[117003]: pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:10 smithi161 ceph-mon[116604]: pgmap v19032: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:11.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:11 smithi028 ceph-mon[112123]: from='client.511854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:12.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:11 smithi138 ceph-mon[117003]: from='client.511854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:11 smithi161 ceph-mon[116604]: from='client.511854 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:12.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:12 smithi028 ceph-mon[112123]: pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:12 smithi138 ceph-mon[117003]: pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:12 smithi161 ceph-mon[116604]: pgmap v19033: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:14 smithi138 ceph-mon[117003]: pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:14 smithi161 ceph-mon[116604]: pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:14 smithi028 ceph-mon[112123]: pgmap v19034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:15.532 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:15.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:15.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:16.319 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:16.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:16.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:16.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:16.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:16 smithi138 ceph-mon[117003]: 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-07T15:21:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:16 smithi161 ceph-mon[116604]: 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-07T15:21:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:16 smithi028 ceph-mon[112123]: 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-07T15:21:18.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:17 smithi138 ceph-mon[117003]: from='client.511932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:18.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:17 smithi161 ceph-mon[116604]: from='client.511932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:18.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:17 smithi028 ceph-mon[112123]: from='client.511932 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:18 smithi138 ceph-mon[117003]: pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:19.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:18 smithi161 ceph-mon[116604]: pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:19.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:18 smithi028 ceph-mon[112123]: pgmap v19036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:20 smithi138 ceph-mon[117003]: pgmap v19037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:20 smithi161 ceph-mon[116604]: pgmap v19037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:20 smithi028 ceph-mon[112123]: pgmap v19037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:21.320 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:21.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:21.321 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:22.088 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:22.088 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:22.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:22.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:22.089 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:22 smithi138 ceph-mon[117003]: pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:22 smithi138 ceph-mon[117003]: from='client.512010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:22 smithi161 ceph-mon[116604]: pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:22 smithi161 ceph-mon[116604]: from='client.512010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:22 smithi028 ceph-mon[112123]: pgmap v19038: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:22 smithi028 ceph-mon[112123]: from='client.512010 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:24 smithi138 ceph-mon[117003]: pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:24 smithi161 ceph-mon[116604]: pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:24 smithi028 ceph-mon[112123]: pgmap v19039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:26 smithi138 ceph-mon[117003]: pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:27.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:27.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:27.090 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:26 smithi161 ceph-mon[116604]: pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:26 smithi028 ceph-mon[112123]: pgmap v19040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:21:27.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:27.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:27.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:27.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:27.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:28 smithi028 ceph-mon[112123]: from='client.512085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:28.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:28 smithi028 ceph-mon[112123]: 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-07T15:21:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:28 smithi138 ceph-mon[117003]: from='client.512085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:28 smithi138 ceph-mon[117003]: 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-07T15:21:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:28 smithi161 ceph-mon[116604]: from='client.512085 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:28 smithi161 ceph-mon[116604]: 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-07T15:21:30.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:30 smithi028 ceph-mon[112123]: 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-07T15:21:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:30 smithi138 ceph-mon[117003]: 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-07T15:21:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:30 smithi161 ceph-mon[116604]: 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-07T15:21:32.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:32.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:32.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:32 smithi138 ceph-mon[117003]: 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-07T15:21:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:32 smithi161 ceph-mon[116604]: 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-07T15:21:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:32 smithi028 ceph-mon[112123]: 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-07T15:21:33.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:33.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:33.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:33.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:33.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:34 smithi138 ceph-mon[117003]: from='client.512163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:35.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:34 smithi138 ceph-mon[117003]: 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-07T15:21:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:34 smithi161 ceph-mon[116604]: from='client.512163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:34 smithi161 ceph-mon[116604]: 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-07T15:21:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:34 smithi028 ceph-mon[112123]: from='client.512163 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:34 smithi028 ceph-mon[112123]: 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-07T15:21:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:36 smithi138 ceph-mon[117003]: 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-07T15:21:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:36 smithi161 ceph-mon[116604]: 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-07T15:21:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:36 smithi028 ceph-mon[112123]: 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-07T15:21:38.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:38.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:38.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:38.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:38 smithi028 ceph-mon[112123]: 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-07T15:21:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:38 smithi138 ceph-mon[117003]: 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-07T15:21:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:38 smithi161 ceph-mon[116604]: 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-07T15:21:39.422 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:39.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:39.422 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:39.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:39.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:40 smithi138 ceph-mon[117003]: from='client.512238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:40 smithi138 ceph-mon[117003]: pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:21:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:40 smithi161 ceph-mon[116604]: from='client.512238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:40 smithi161 ceph-mon[116604]: pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:21:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:40 smithi028 ceph-mon[112123]: from='client.512238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:40 smithi028 ceph-mon[112123]: pgmap v19047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:21:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:42 smithi138 ceph-mon[117003]: pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:21:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:42 smithi161 ceph-mon[116604]: pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:21:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:42 smithi028 ceph-mon[112123]: pgmap v19048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:21:44.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:44.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:44.424 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:44 smithi138 ceph-mon[117003]: pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:21:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:44 smithi161 ceph-mon[116604]: pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:21:45.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:45.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:45.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:45.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:45.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:44 smithi028 ceph-mon[112123]: pgmap v19049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:21:46.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:45 smithi138 ceph-mon[117003]: from='client.512307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:45 smithi161 ceph-mon[116604]: from='client.512307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:45 smithi028 ceph-mon[112123]: from='client.512307 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:46 smithi138 ceph-mon[117003]: pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:46 smithi161 ceph-mon[116604]: pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:46 smithi028 ceph-mon[112123]: pgmap v19050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:48.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:48 smithi028 ceph-mon[112123]: pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:48.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:48 smithi138 ceph-mon[117003]: pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:48 smithi161 ceph-mon[116604]: pgmap v19051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:21:49.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:49 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:21:49.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:49 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:21:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:49 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:21:50.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:50.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:50.198 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:50.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:21:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:21:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:21:50.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:50 smithi028 ceph-mon[112123]: pgmap v19052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:21:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:21:50.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:21:50.793 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:50 smithi138 ceph-mon[117003]: pgmap v19052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:21:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:21:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:21:50.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:50 smithi161 ceph-mon[116604]: pgmap v19052: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:50.961 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:50.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:50.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:50.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:50.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:51.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:51 smithi138 ceph-mon[117003]: from='client.512385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:51.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:51 smithi161 ceph-mon[116604]: from='client.512385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:51.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:51 smithi028 ceph-mon[112123]: from='client.512385 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:52.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:52 smithi138 ceph-mon[117003]: pgmap v19053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:21:52.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:52 smithi161 ceph-mon[116604]: pgmap v19053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:21:52.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:52 smithi028 ceph-mon[112123]: pgmap v19053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:21:55.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:54 smithi138 ceph-mon[117003]: pgmap v19054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:21:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:54 smithi161 ceph-mon[116604]: pgmap v19054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:21:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:54 smithi028 ceph-mon[112123]: pgmap v19054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:21:55.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:21:55.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:21:55.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:21:56.734 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:21:56.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:21:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:21:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:21:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:21:57.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:56 smithi138 ceph-mon[117003]: pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:21:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:56 smithi161 ceph-mon[116604]: pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:21:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:56 smithi028 ceph-mon[112123]: pgmap v19055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:21:58.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:57 smithi138 ceph-mon[117003]: from='client.512460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:58.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:57 smithi161 ceph-mon[116604]: from='client.512460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:58.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:57 smithi028 ceph-mon[112123]: from='client.512460 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:21:59.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:21:58 smithi138 ceph-mon[117003]: pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:59.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:21:58 smithi161 ceph-mon[116604]: pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:21:59.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:21:58 smithi028 ceph-mon[112123]: pgmap v19056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:00 smithi138 ceph-mon[117003]: pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:00 smithi161 ceph-mon[116604]: pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:00 smithi028 ceph-mon[112123]: pgmap v19057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:01.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:01.736 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:01.736 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:02.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:02.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:02.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:02.516 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:02.517 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:03.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:02 smithi138 ceph-mon[117003]: pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:02 smithi161 ceph-mon[116604]: pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:02 smithi028 ceph-mon[112123]: pgmap v19058: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:04.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:03 smithi138 ceph-mon[117003]: from='client.512535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:04.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:03 smithi161 ceph-mon[116604]: from='client.512535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:03 smithi028 ceph-mon[112123]: from='client.512535 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:04 smithi138 ceph-mon[117003]: pgmap v19059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:04 smithi161 ceph-mon[116604]: pgmap v19059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:04 smithi028 ceph-mon[112123]: pgmap v19059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:06 smithi138 ceph-mon[117003]: pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:06 smithi161 ceph-mon[116604]: pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:06 smithi028 ceph-mon[112123]: pgmap v19060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:07.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:07.518 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:07.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:08.281 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:08.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:08.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:08.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:08.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:08.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:08 smithi028 ceph-mon[112123]: 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-07T15:22:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:08 smithi138 ceph-mon[117003]: 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-07T15:22:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:08 smithi161 ceph-mon[116604]: 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-07T15:22:09.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:09 smithi028 ceph-mon[112123]: from='client.512613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:09.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:09 smithi138 ceph-mon[117003]: from='client.512613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:09.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:09 smithi161 ceph-mon[116604]: from='client.512613 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:10.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:10 smithi138 ceph-mon[117003]: 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-07T15:22:10.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:10 smithi161 ceph-mon[116604]: 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-07T15:22:10.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:10 smithi028 ceph-mon[112123]: 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-07T15:22:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:12 smithi138 ceph-mon[117003]: 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-07T15:22:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:12 smithi161 ceph-mon[116604]: 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-07T15:22:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:12 smithi028 ceph-mon[112123]: 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-07T15:22:13.283 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:13.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:13.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:14.056 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:14.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:14.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:14.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:14.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:14 smithi138 ceph-mon[117003]: from='client.512691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:15.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:14 smithi138 ceph-mon[117003]: 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-07T15:22:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:14 smithi161 ceph-mon[116604]: from='client.512691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:15.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:14 smithi161 ceph-mon[116604]: 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-07T15:22:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:14 smithi028 ceph-mon[112123]: from='client.512691 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:14 smithi028 ceph-mon[112123]: 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-07T15:22:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:16 smithi138 ceph-mon[117003]: 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-07T15:22:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:16 smithi161 ceph-mon[116604]: 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-07T15:22:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:16 smithi028 ceph-mon[112123]: 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-07T15:22:18.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:18 smithi028 ceph-mon[112123]: 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-07T15:22:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:18 smithi138 ceph-mon[117003]: 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-07T15:22:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:18 smithi161 ceph-mon[116604]: 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-07T15:22:19.057 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:19.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:19.058 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:19.854 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:19.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:19.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:19.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:19.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:20 smithi138 ceph-mon[117003]: from='client.512763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:20 smithi138 ceph-mon[117003]: pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:20 smithi161 ceph-mon[116604]: from='client.512763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:20 smithi161 ceph-mon[116604]: pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:20 smithi028 ceph-mon[112123]: from='client.512763 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:20 smithi028 ceph-mon[112123]: pgmap v19067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:22 smithi138 ceph-mon[117003]: pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:22 smithi161 ceph-mon[116604]: pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:22 smithi028 ceph-mon[112123]: pgmap v19068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:24.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:24.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:24.853 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:24 smithi138 ceph-mon[117003]: pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:24 smithi161 ceph-mon[116604]: pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:24 smithi028 ceph-mon[112123]: pgmap v19069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:25.626 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:25.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:25.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:25.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:25.627 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:26 smithi138 ceph-mon[117003]: from='client.512835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:27.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:26 smithi138 ceph-mon[117003]: pgmap v19070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:26 smithi161 ceph-mon[116604]: from='client.512835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:26 smithi161 ceph-mon[116604]: pgmap v19070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:26 smithi028 ceph-mon[112123]: from='client.512835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:26 smithi028 ceph-mon[112123]: pgmap v19070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:28.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:28 smithi138 ceph-mon[117003]: pgmap v19071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:28 smithi161 ceph-mon[116604]: pgmap v19071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:28 smithi028 ceph-mon[112123]: pgmap v19071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:30.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:30.629 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:30.629 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:30 smithi138 ceph-mon[117003]: pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:30 smithi161 ceph-mon[116604]: pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:30 smithi028 ceph-mon[112123]: pgmap v19072: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:31.422 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:31.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:31.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:31.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:31.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:32 smithi138 ceph-mon[117003]: from='client.512913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:33.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:32 smithi138 ceph-mon[117003]: pgmap v19073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:32 smithi161 ceph-mon[116604]: from='client.512913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:32 smithi161 ceph-mon[116604]: pgmap v19073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:32 smithi028 ceph-mon[112123]: from='client.512913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:32 smithi028 ceph-mon[112123]: pgmap v19073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:34 smithi138 ceph-mon[117003]: pgmap v19074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:34 smithi161 ceph-mon[116604]: pgmap v19074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:34 smithi028 ceph-mon[112123]: pgmap v19074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:36.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:36.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:36.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:37.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:36 smithi138 ceph-mon[117003]: pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:36 smithi161 ceph-mon[116604]: pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:37.215 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:37.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:37.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:37.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:37.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:36 smithi028 ceph-mon[112123]: pgmap v19075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:38.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:37 smithi138 ceph-mon[117003]: from='client.512988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:38.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:37 smithi161 ceph-mon[116604]: from='client.512988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:37 smithi028 ceph-mon[112123]: from='client.512988 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:39.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:38 smithi138 ceph-mon[117003]: pgmap v19076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:38 smithi161 ceph-mon[116604]: pgmap v19076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:38 smithi028 ceph-mon[112123]: pgmap v19076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:41.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:40 smithi138 ceph-mon[117003]: pgmap v19077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:40 smithi161 ceph-mon[116604]: pgmap v19077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:40 smithi028 ceph-mon[112123]: pgmap v19077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:42.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:42.217 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:42.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:42.990 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:42.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:42.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:42.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:42.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:43.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:42 smithi138 ceph-mon[117003]: pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:42 smithi161 ceph-mon[116604]: pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:42 smithi028 ceph-mon[112123]: pgmap v19078: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:44.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:43 smithi138 ceph-mon[117003]: from='client.513063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:44.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:43 smithi161 ceph-mon[116604]: from='client.513063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:44.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:43 smithi028 ceph-mon[112123]: from='client.513063 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:45.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:44 smithi138 ceph-mon[117003]: pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:44 smithi161 ceph-mon[116604]: pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:44 smithi028 ceph-mon[112123]: pgmap v19079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:47.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:46 smithi138 ceph-mon[117003]: pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:46 smithi161 ceph-mon[116604]: pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:46 smithi028 ceph-mon[112123]: pgmap v19080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:22:47.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:47.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:47.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:48.776 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:48.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:48.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:48.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:48.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:48 smithi138 ceph-mon[117003]: 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-07T15:22:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:48 smithi161 ceph-mon[116604]: 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-07T15:22:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:48 smithi028 ceph-mon[112123]: 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-07T15:22:49.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:49 smithi138 ceph-mon[117003]: from='client.513138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:49.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:49 smithi161 ceph-mon[116604]: from='client.513138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:49.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:49 smithi028 ceph-mon[112123]: from='client.513138 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:50.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:50 smithi138 ceph-mon[117003]: 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-07T15:22:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:22:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:22:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:22:50.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:22:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:50 smithi161 ceph-mon[116604]: 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-07T15:22:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:22:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:22:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:22:50.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:22:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:50 smithi028 ceph-mon[112123]: 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-07T15:22:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:22:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:22:50.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:22:50.967 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:22:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:52 smithi138 ceph-mon[117003]: 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-07T15:22:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:52 smithi161 ceph-mon[116604]: 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-07T15:22:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:52 smithi028 ceph-mon[112123]: 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-07T15:22:53.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:53.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:53.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:22:54.578 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:22:54.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:22:54.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:22:54.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:22:54.579 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:22:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:54 smithi138 ceph-mon[117003]: 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-07T15:22:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:54 smithi161 ceph-mon[116604]: 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-07T15:22:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:54 smithi028 ceph-mon[112123]: 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-07T15:22:56.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:55 smithi138 ceph-mon[117003]: from='client.513213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:55 smithi161 ceph-mon[116604]: from='client.513213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:56.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:55 smithi028 ceph-mon[112123]: from='client.513213 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:22:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:56 smithi138 ceph-mon[117003]: pgmap v19085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:56 smithi161 ceph-mon[116604]: pgmap v19085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:56 smithi028 ceph-mon[112123]: pgmap v19085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:22:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:22:58 smithi138 ceph-mon[117003]: pgmap v19086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:22:58 smithi161 ceph-mon[116604]: pgmap v19086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:22:58 smithi028 ceph-mon[112123]: pgmap v19086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:22:59.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:22:59.580 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:22:59.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:00.362 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:00.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:00.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:00.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:00.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:00 smithi138 ceph-mon[117003]: pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:00 smithi161 ceph-mon[116604]: pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:00 smithi028 ceph-mon[112123]: pgmap v19087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:02.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:01 smithi138 ceph-mon[117003]: from='client.513291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:01 smithi161 ceph-mon[116604]: from='client.513291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:02.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:01 smithi028 ceph-mon[112123]: from='client.513291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:02 smithi138 ceph-mon[117003]: pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:02 smithi161 ceph-mon[116604]: pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:02 smithi028 ceph-mon[112123]: pgmap v19088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:04 smithi138 ceph-mon[117003]: pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:04 smithi161 ceph-mon[116604]: pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:04 smithi028 ceph-mon[112123]: pgmap v19089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:05.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:05.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:05.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:06.147 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:06.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:06.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:06.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:06.147 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:06 smithi138 ceph-mon[117003]: pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:07.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:06 smithi138 ceph-mon[117003]: from='client.513366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:06 smithi161 ceph-mon[116604]: pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:06 smithi161 ceph-mon[116604]: from='client.513366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:06 smithi028 ceph-mon[112123]: pgmap v19090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:06 smithi028 ceph-mon[112123]: from='client.513366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:08.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:08 smithi138 ceph-mon[117003]: 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-07T15:23:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:08 smithi161 ceph-mon[116604]: 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-07T15:23:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:08 smithi028 ceph-mon[112123]: 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-07T15:23:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:10 smithi138 ceph-mon[117003]: pgmap v19092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:11.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:11.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:11.148 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:10 smithi161 ceph-mon[116604]: pgmap v19092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:10 smithi028 ceph-mon[112123]: pgmap v19092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:11.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:11.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:11.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:11.935 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:11.935 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:12 smithi138 ceph-mon[117003]: from='client.513441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:13.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:12 smithi138 ceph-mon[117003]: pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:12 smithi161 ceph-mon[116604]: from='client.513441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:12 smithi161 ceph-mon[116604]: pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:12 smithi028 ceph-mon[112123]: from='client.513441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:12 smithi028 ceph-mon[112123]: pgmap v19093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:14 smithi138 ceph-mon[117003]: pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:14 smithi161 ceph-mon[116604]: pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:14 smithi028 ceph-mon[112123]: pgmap v19094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:16.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:16.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:16.937 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:16 smithi138 ceph-mon[117003]: pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:16 smithi161 ceph-mon[116604]: pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:16 smithi028 ceph-mon[112123]: pgmap v19095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:17.731 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:17.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:17.731 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:17.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:17.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:18 smithi138 ceph-mon[117003]: from='client.513516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:18.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:18 smithi138 ceph-mon[117003]: pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:18 smithi161 ceph-mon[116604]: from='client.513516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:18 smithi161 ceph-mon[116604]: pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:18 smithi028 ceph-mon[112123]: from='client.513516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:18 smithi028 ceph-mon[112123]: pgmap v19096: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:21.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:20 smithi138 ceph-mon[117003]: pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:20 smithi161 ceph-mon[116604]: pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:20 smithi028 ceph-mon[112123]: pgmap v19097: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:22.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:22.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:22.733 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:22 smithi138 ceph-mon[117003]: 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-07T15:23:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:22 smithi161 ceph-mon[116604]: 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-07T15:23:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:22 smithi028 ceph-mon[112123]: 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-07T15:23:23.506 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:23.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:23.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:23.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:23.507 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:24 smithi138 ceph-mon[117003]: from='client.513588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:25.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:24 smithi138 ceph-mon[117003]: 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-07T15:23:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:24 smithi161 ceph-mon[116604]: from='client.513588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:24 smithi161 ceph-mon[116604]: 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-07T15:23:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:24 smithi028 ceph-mon[112123]: from='client.513588 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:24 smithi028 ceph-mon[112123]: 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-07T15:23:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:26 smithi138 ceph-mon[117003]: 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-07T15:23:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:26 smithi161 ceph-mon[116604]: 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-07T15:23:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:26 smithi028 ceph-mon[112123]: 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-07T15:23:28.508 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:28.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:28.509 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:28 smithi138 ceph-mon[117003]: 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-07T15:23:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:28 smithi161 ceph-mon[116604]: 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-07T15:23:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:28 smithi028 ceph-mon[112123]: 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-07T15:23:29.291 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:29.291 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:29.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:29.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:29.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:30 smithi138 ceph-mon[117003]: from='client.513666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:31.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:30 smithi138 ceph-mon[117003]: pgmap v19102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:23:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:30 smithi161 ceph-mon[116604]: from='client.513666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:30 smithi161 ceph-mon[116604]: pgmap v19102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:23:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:30 smithi028 ceph-mon[112123]: from='client.513666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:30 smithi028 ceph-mon[112123]: pgmap v19102: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:23:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:32 smithi138 ceph-mon[117003]: pgmap v19103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:23:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:32 smithi161 ceph-mon[116604]: pgmap v19103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:23:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:32 smithi028 ceph-mon[112123]: pgmap v19103: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:23:34.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:34.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:34.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:34 smithi138 ceph-mon[117003]: pgmap v19104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:23:35.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:35.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:35.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:35.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:35.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:34 smithi161 ceph-mon[116604]: pgmap v19104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:23:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:34 smithi028 ceph-mon[112123]: pgmap v19104: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:23:36.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:35 smithi138 ceph-mon[117003]: from='client.513744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:35 smithi161 ceph-mon[116604]: from='client.513744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:36.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:35 smithi028 ceph-mon[112123]: from='client.513744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:36 smithi138 ceph-mon[117003]: pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:36 smithi161 ceph-mon[116604]: pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:36 smithi028 ceph-mon[112123]: pgmap v19105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:38.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:38 smithi138 ceph-mon[117003]: pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:38 smithi161 ceph-mon[116604]: pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:38 smithi028 ceph-mon[112123]: pgmap v19106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:23:40.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:40.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:40.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:40.890 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:40.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:40.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:40.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:40.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:41.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:40 smithi138 ceph-mon[117003]: pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:41.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:40 smithi161 ceph-mon[116604]: pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:40 smithi028 ceph-mon[112123]: pgmap v19107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:42.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:41 smithi138 ceph-mon[117003]: from='client.513819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:42.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:41 smithi161 ceph-mon[116604]: from='client.513819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:42.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:41 smithi028 ceph-mon[112123]: from='client.513819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:42 smithi138 ceph-mon[117003]: pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:23:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:42 smithi161 ceph-mon[116604]: pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:23:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:42 smithi028 ceph-mon[112123]: pgmap v19108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:23:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:44 smithi138 ceph-mon[117003]: pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:23:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:44 smithi161 ceph-mon[116604]: pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:23:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:44 smithi028 ceph-mon[112123]: pgmap v19109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:23:45.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:45.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:45.892 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:46.664 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:46.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:46.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:46.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:46.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:46 smithi138 ceph-mon[117003]: pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:23:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:46 smithi161 ceph-mon[116604]: pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:23:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:46 smithi028 ceph-mon[112123]: pgmap v19110: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:23:48.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:47 smithi138 ceph-mon[117003]: from='client.513897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:48.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:47 smithi161 ceph-mon[116604]: from='client.513897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:48.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:47 smithi028 ceph-mon[112123]: from='client.513897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:48 smithi138 ceph-mon[117003]: 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-07T15:23:49.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:48 smithi161 ceph-mon[116604]: 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-07T15:23:49.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:48 smithi028 ceph-mon[112123]: 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-07T15:23:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:50 smithi138 ceph-mon[117003]: pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:50 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:23:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:50 smithi161 ceph-mon[116604]: pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:50 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:23:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:50 smithi028 ceph-mon[112123]: pgmap v19112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:50 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:23:51.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:51.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:51.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:23:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:23:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:23:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:23:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:23:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:23:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:23:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:23:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:23:52.447 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:52.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:52.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:52.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:52.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:52 smithi138 ceph-mon[117003]: pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:52 smithi161 ceph-mon[116604]: pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:52 smithi028 ceph-mon[112123]: pgmap v19113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:54.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:53 smithi138 ceph-mon[117003]: from='client.513969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:54.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:53 smithi161 ceph-mon[116604]: from='client.513969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:54.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:53 smithi028 ceph-mon[112123]: from='client.513969 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:54 smithi138 ceph-mon[117003]: pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:54 smithi161 ceph-mon[116604]: pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:54 smithi028 ceph-mon[112123]: pgmap v19114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:56 smithi138 ceph-mon[117003]: pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:56 smithi161 ceph-mon[116604]: pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:56 smithi028 ceph-mon[112123]: pgmap v19115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:23:57.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:23:57.449 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:23:57.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:23:58.231 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:23:58.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:23:58.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:23:58.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:23:58.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:23:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:58 smithi138 ceph-mon[117003]: pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:58.792 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:23:58 smithi138 ceph-mon[117003]: from='client.514041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:58 smithi161 ceph-mon[116604]: pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:23:58 smithi161 ceph-mon[116604]: from='client.514041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:23:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:58 smithi028 ceph-mon[112123]: pgmap v19116: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:23:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:23:58 smithi028 ceph-mon[112123]: from='client.514041 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:01.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:00 smithi138 ceph-mon[117003]: pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:00 smithi161 ceph-mon[116604]: pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:00 smithi028 ceph-mon[112123]: pgmap v19117: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:02 smithi138 ceph-mon[117003]: 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-07T15:24:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:02 smithi161 ceph-mon[116604]: 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-07T15:24:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:02 smithi028 ceph-mon[112123]: 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-07T15:24:03.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:03.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:03.233 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:04.027 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:04.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:04.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:04.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:04.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:04 smithi138 ceph-mon[117003]: from='client.514119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:05.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:04 smithi138 ceph-mon[117003]: 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-07T15:24:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:04 smithi161 ceph-mon[116604]: from='client.514119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:04 smithi161 ceph-mon[116604]: 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-07T15:24:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:04 smithi028 ceph-mon[112123]: from='client.514119 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:04 smithi028 ceph-mon[112123]: 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-07T15:24:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:06 smithi138 ceph-mon[117003]: 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-07T15:24:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:06 smithi161 ceph-mon[116604]: 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-07T15:24:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:06 smithi028 ceph-mon[112123]: 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-07T15:24:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:08 smithi138 ceph-mon[117003]: 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-07T15:24:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:08 smithi161 ceph-mon[116604]: 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-07T15:24:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:08 smithi028 ceph-mon[112123]: 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-07T15:24:09.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:09.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:09.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:09.805 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:09.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:09.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:09.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:09.806 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:10 smithi138 ceph-mon[117003]: from='client.514197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:11.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:10 smithi138 ceph-mon[117003]: pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:10 smithi161 ceph-mon[116604]: from='client.514197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:10 smithi161 ceph-mon[116604]: pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:10 smithi028 ceph-mon[112123]: from='client.514197 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:10 smithi028 ceph-mon[112123]: pgmap v19122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:12 smithi138 ceph-mon[117003]: pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:12 smithi161 ceph-mon[116604]: pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:12 smithi028 ceph-mon[112123]: pgmap v19123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:14.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:14.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:14.808 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:14 smithi138 ceph-mon[117003]: pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:14 smithi161 ceph-mon[116604]: pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:14 smithi028 ceph-mon[112123]: pgmap v19124: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:15.574 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:15.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:15.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:15.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:15.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:16 smithi138 ceph-mon[117003]: from='client.514272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:17.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:16 smithi138 ceph-mon[117003]: pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:16 smithi161 ceph-mon[116604]: from='client.514272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:16 smithi161 ceph-mon[116604]: pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:16 smithi028 ceph-mon[112123]: from='client.514272 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:17.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:16 smithi028 ceph-mon[112123]: pgmap v19125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:18 smithi138 ceph-mon[117003]: pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:18 smithi161 ceph-mon[116604]: pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:18.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:18 smithi028 ceph-mon[112123]: pgmap v19126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:20.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:20.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:20.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:20 smithi138 ceph-mon[117003]: pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:20 smithi161 ceph-mon[116604]: pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:20 smithi028 ceph-mon[112123]: pgmap v19127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:21.359 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:21.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:21.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:21.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:21.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:22 smithi138 ceph-mon[117003]: from='client.514347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:23.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:22 smithi138 ceph-mon[117003]: 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-07T15:24:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:22 smithi161 ceph-mon[116604]: from='client.514347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:23.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:22 smithi161 ceph-mon[116604]: 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-07T15:24:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:22 smithi028 ceph-mon[112123]: from='client.514347 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:22 smithi028 ceph-mon[112123]: 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-07T15:24:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:24 smithi138 ceph-mon[117003]: 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-07T15:24:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:24 smithi161 ceph-mon[116604]: 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-07T15:24:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:24 smithi028 ceph-mon[112123]: 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-07T15:24:26.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:26.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:26.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:26 smithi138 ceph-mon[117003]: 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-07T15:24:27.135 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:27.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:27.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:27.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:27.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:26 smithi161 ceph-mon[116604]: 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-07T15:24:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:26 smithi028 ceph-mon[112123]: 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-07T15:24:28.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:27 smithi138 ceph-mon[117003]: from='client.514422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:27 smithi161 ceph-mon[116604]: from='client.514422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:28.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:27 smithi028 ceph-mon[112123]: from='client.514422 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:28 smithi138 ceph-mon[117003]: 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-07T15:24:29.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:28 smithi161 ceph-mon[116604]: 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-07T15:24:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:28 smithi028 ceph-mon[112123]: 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-07T15:24:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:30 smithi138 ceph-mon[117003]: pgmap v19132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:30 smithi161 ceph-mon[116604]: pgmap v19132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:30 smithi028 ceph-mon[112123]: pgmap v19132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:32.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:32.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:32.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:32.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:32.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:32.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:32.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:32.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:32 smithi138 ceph-mon[117003]: pgmap v19133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:32 smithi161 ceph-mon[116604]: pgmap v19133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:32 smithi028 ceph-mon[112123]: pgmap v19133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:34.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:33 smithi138 ceph-mon[117003]: from='client.514500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:34.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:33 smithi161 ceph-mon[116604]: from='client.514500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:34.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:33 smithi028 ceph-mon[112123]: from='client.514500 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:34 smithi138 ceph-mon[117003]: pgmap v19134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:34 smithi161 ceph-mon[116604]: pgmap v19134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:34 smithi028 ceph-mon[112123]: pgmap v19134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:36 smithi138 ceph-mon[117003]: pgmap v19135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:36 smithi161 ceph-mon[116604]: pgmap v19135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:36 smithi028 ceph-mon[112123]: pgmap v19135: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:37.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:37.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:38.691 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:38.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:38.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:38.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:38.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:38 smithi138 ceph-mon[117003]: pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:38.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:38 smithi161 ceph-mon[116604]: pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:38 smithi028 ceph-mon[112123]: pgmap v19136: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:39.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:39 smithi138 ceph-mon[117003]: from='client.514569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:39.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:39 smithi161 ceph-mon[116604]: from='client.514569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:39.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:39 smithi028 ceph-mon[112123]: from='client.514569 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:40.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:40 smithi138 ceph-mon[117003]: pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:40.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:40 smithi161 ceph-mon[116604]: pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:40.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:40 smithi028 ceph-mon[112123]: pgmap v19137: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:24:43.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:42 smithi138 ceph-mon[117003]: 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-07T15:24:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:42 smithi161 ceph-mon[116604]: 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-07T15:24:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:42 smithi028 ceph-mon[112123]: 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-07T15:24:43.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:43.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:43.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:44.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:44.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:44.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:44.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:44.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:45.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:44 smithi138 ceph-mon[117003]: 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-07T15:24:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:44 smithi161 ceph-mon[116604]: 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-07T15:24:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:44 smithi028 ceph-mon[112123]: 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-07T15:24:46.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:45 smithi138 ceph-mon[117003]: from='client.514647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:46.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:45 smithi161 ceph-mon[116604]: from='client.514647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:46.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:45 smithi028 ceph-mon[112123]: from='client.514647 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:47.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:46 smithi138 ceph-mon[117003]: pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:24:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:46 smithi161 ceph-mon[116604]: pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:24:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:46 smithi028 ceph-mon[112123]: pgmap v19140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:24:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:48 smithi138 ceph-mon[117003]: pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:24:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:48 smithi161 ceph-mon[116604]: pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:24:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:48 smithi028 ceph-mon[112123]: pgmap v19141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:24:49.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:49.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:49.464 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:50.238 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:50.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:50.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:50.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:50.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:50 smithi138 ceph-mon[117003]: pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:50 smithi138 ceph-mon[117003]: from='client.514725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:50 smithi161 ceph-mon[116604]: pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:50 smithi161 ceph-mon[116604]: from='client.514725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:50 smithi028 ceph-mon[112123]: pgmap v19142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:50 smithi028 ceph-mon[112123]: from='client.514725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:52.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:24:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:51 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:24:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:51 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:24:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:52.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:51 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:52 smithi138 ceph-mon[117003]: pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:24:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:24:53.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:52 smithi161 ceph-mon[116604]: pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:24:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:24:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:52 smithi028 ceph-mon[112123]: pgmap v19143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:24:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:24:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:24:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:54 smithi138 ceph-mon[117003]: pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:55.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:54 smithi161 ceph-mon[116604]: pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:54 smithi028 ceph-mon[112123]: pgmap v19144: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:24:55.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:24:55.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:24:55.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:24:56.011 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:24:56.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:24:56.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:24:56.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:24:56.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:24:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:56 smithi138 ceph-mon[117003]: from='client.514800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:57.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:56 smithi138 ceph-mon[117003]: pgmap v19145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:56 smithi161 ceph-mon[116604]: from='client.514800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:56 smithi161 ceph-mon[116604]: pgmap v19145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:56 smithi028 ceph-mon[112123]: from='client.514800 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:24:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:56 smithi028 ceph-mon[112123]: pgmap v19145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:24:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:24:58 smithi138 ceph-mon[117003]: pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:24:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:24:58 smithi161 ceph-mon[116604]: pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:24:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:24:58 smithi028 ceph-mon[112123]: pgmap v19146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:25:01.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:01.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:01.014 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:00 smithi138 ceph-mon[117003]: pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:25:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:00 smithi161 ceph-mon[116604]: pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:25:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:00 smithi028 ceph-mon[112123]: pgmap v19147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:25:01.791 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:01.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:01.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:01.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:01.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:02 smithi138 ceph-mon[117003]: from='client.514875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:02 smithi138 ceph-mon[117003]: 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-07T15:25:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:02 smithi161 ceph-mon[116604]: from='client.514875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:02 smithi161 ceph-mon[116604]: 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-07T15:25:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:02 smithi028 ceph-mon[112123]: from='client.514875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:02 smithi028 ceph-mon[112123]: 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-07T15:25:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:04 smithi138 ceph-mon[117003]: 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-07T15:25:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:04 smithi161 ceph-mon[116604]: 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-07T15:25:05.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:04 smithi028 ceph-mon[112123]: 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-07T15:25:06.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:06.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:06.793 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:07.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:06 smithi138 ceph-mon[117003]: 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-07T15:25:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:06 smithi161 ceph-mon[116604]: 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-07T15:25:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:06 smithi028 ceph-mon[112123]: 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-07T15:25:07.573 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:07.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:07.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:07.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:07.574 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:08 smithi138 ceph-mon[117003]: from='client.514953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:08 smithi138 ceph-mon[117003]: 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-07T15:25:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:08 smithi161 ceph-mon[116604]: from='client.514953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:08.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:08 smithi161 ceph-mon[116604]: 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-07T15:25:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:08 smithi028 ceph-mon[112123]: from='client.514953 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:08.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:08 smithi028 ceph-mon[112123]: 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-07T15:25:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:10 smithi138 ceph-mon[117003]: pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:11.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:10 smithi161 ceph-mon[116604]: pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:10 smithi028 ceph-mon[112123]: pgmap v19152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:12.575 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:12.575 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:12.576 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:13.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:12 smithi138 ceph-mon[117003]: pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:12 smithi161 ceph-mon[116604]: pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:12 smithi028 ceph-mon[112123]: pgmap v19153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:13.353 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:13.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:13.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:13.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:13.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:14 smithi138 ceph-mon[117003]: from='client.515028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:15.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:14 smithi138 ceph-mon[117003]: pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:14 smithi161 ceph-mon[116604]: from='client.515028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:14 smithi161 ceph-mon[116604]: pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:14 smithi028 ceph-mon[112123]: from='client.515028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:14 smithi028 ceph-mon[112123]: pgmap v19154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:17.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:16 smithi138 ceph-mon[117003]: pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:16 smithi161 ceph-mon[116604]: pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:16 smithi028 ceph-mon[112123]: pgmap v19155: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:18.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:18.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:18.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:18 smithi138 ceph-mon[117003]: pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:18.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:18 smithi161 ceph-mon[116604]: pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:18 smithi028 ceph-mon[112123]: pgmap v19156: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:19.134 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:19.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:19.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:19.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:19.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:19.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:19 smithi138 ceph-mon[117003]: from='client.515106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:19.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:19 smithi161 ceph-mon[116604]: from='client.515106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:19.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:19 smithi028 ceph-mon[112123]: from='client.515106 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:20.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:20 smithi138 ceph-mon[117003]: pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:20.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:20 smithi161 ceph-mon[116604]: pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:20.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:20 smithi028 ceph-mon[112123]: pgmap v19157: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:23.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:22 smithi138 ceph-mon[117003]: 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-07T15:25:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:22 smithi161 ceph-mon[116604]: 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-07T15:25:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:22 smithi028 ceph-mon[112123]: 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-07T15:25:24.136 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:24.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:24.137 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:24.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:24.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:24.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:24.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:24.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:25.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:24 smithi138 ceph-mon[117003]: 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-07T15:25:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:24 smithi161 ceph-mon[116604]: 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-07T15:25:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:24 smithi028 ceph-mon[112123]: 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-07T15:25:26.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:25 smithi138 ceph-mon[117003]: from='client.515184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:26.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:25 smithi161 ceph-mon[116604]: from='client.515184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:26.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:25 smithi028 ceph-mon[112123]: from='client.515184 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:27.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:26 smithi138 ceph-mon[117003]: pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:27.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:26 smithi161 ceph-mon[116604]: pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:27.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:26 smithi028 ceph-mon[112123]: pgmap v19160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:28 smithi138 ceph-mon[117003]: pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:28.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:28 smithi161 ceph-mon[116604]: pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:28 smithi028 ceph-mon[112123]: pgmap v19161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:29.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:29.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:29.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:30.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:30.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:30.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:30.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:30.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:31.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:30 smithi138 ceph-mon[117003]: pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:31.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:30 smithi161 ceph-mon[116604]: pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:30 smithi028 ceph-mon[112123]: pgmap v19162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:32.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:31 smithi138 ceph-mon[117003]: from='client.515259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:31 smithi161 ceph-mon[116604]: from='client.515259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:32.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:31 smithi028 ceph-mon[112123]: from='client.515259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:33.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:32 smithi138 ceph-mon[117003]: pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:32 smithi161 ceph-mon[116604]: pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:32 smithi028 ceph-mon[112123]: pgmap v19163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:35.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:34 smithi138 ceph-mon[117003]: pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:34 smithi161 ceph-mon[116604]: pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:35.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:34 smithi028 ceph-mon[112123]: pgmap v19164: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:25:35.714 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:35.714 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:35.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:36.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:36.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:36.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:36.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:36.498 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:37.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:36 smithi138 ceph-mon[117003]: pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:36 smithi161 ceph-mon[116604]: pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:37.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:36 smithi028 ceph-mon[112123]: pgmap v19165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:38.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:37 smithi138 ceph-mon[117003]: from='client.515331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:37 smithi161 ceph-mon[116604]: from='client.515331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:38.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:37 smithi028 ceph-mon[112123]: from='client.515331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:39.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:38 smithi161 ceph-mon[116604]: 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-07T15:25:39.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:38 smithi028 ceph-mon[112123]: 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-07T15:25:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:38 smithi138 ceph-mon[117003]: 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-07T15:25:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:40 smithi161 ceph-mon[116604]: 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-07T15:25:41.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:40 smithi028 ceph-mon[112123]: 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-07T15:25:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:40 smithi138 ceph-mon[117003]: 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-07T15:25:41.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:41.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:41.500 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:42.273 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:42.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:42.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:42.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:42.273 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:42 smithi161 ceph-mon[116604]: 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-07T15:25:43.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:42 smithi161 ceph-mon[116604]: from='client.515409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:42 smithi028 ceph-mon[112123]: 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-07T15:25:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:42 smithi028 ceph-mon[112123]: from='client.515409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:42 smithi138 ceph-mon[117003]: 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-07T15:25:43.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:42 smithi138 ceph-mon[117003]: from='client.515409 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:44 smithi161 ceph-mon[116604]: 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-07T15:25:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:44 smithi028 ceph-mon[112123]: 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-07T15:25:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:44 smithi138 ceph-mon[117003]: 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-07T15:25:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:46 smithi161 ceph-mon[116604]: pgmap v19170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:46 smithi028 ceph-mon[112123]: pgmap v19170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:47.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:47.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:47.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:46 smithi138 ceph-mon[117003]: pgmap v19170: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:48.052 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:48.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:48.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:48.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:48.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:48 smithi138 ceph-mon[117003]: from='client.515487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:48 smithi138 ceph-mon[117003]: pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:48 smithi161 ceph-mon[116604]: from='client.515487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:48.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:48 smithi161 ceph-mon[116604]: pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:48 smithi028 ceph-mon[112123]: from='client.515487 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:48.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:48 smithi028 ceph-mon[112123]: pgmap v19171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:50 smithi138 ceph-mon[117003]: pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:50 smithi161 ceph-mon[116604]: pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:51.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:50 smithi028 ceph-mon[112123]: pgmap v19172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:52 smithi138 ceph-mon[117003]: pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:53.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:52 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:25:53.054 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:53.054 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:53.054 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:53.168 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:52 smithi161 ceph-mon[116604]: pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:53.168 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:52 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:25:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:52 smithi028 ceph-mon[112123]: pgmap v19173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:52 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:25:53.873 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:53.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:53.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:53.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:53.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:25:55.031 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:54 smithi161 ceph-mon[116604]: from='client.515565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:55.031 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:54 smithi161 ceph-mon[116604]: pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:54 smithi138 ceph-mon[117003]: from='client.515565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:55.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:54 smithi138 ceph-mon[117003]: pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:55.132 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:54 smithi028 ceph-mon[112123]: from='client.515565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:25:55.132 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:54 smithi028 ceph-mon[112123]: pgmap v19174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.440 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:56 smithi161 ceph-mon[116604]: pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:56 smithi028 ceph-mon[112123]: pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:25:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:25:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:25:56.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:56 smithi138 ceph-mon[117003]: pgmap v19175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:25:58.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:25:58 smithi138 ceph-mon[117003]: pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:58.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:25:58.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:25:58.875 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:25:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:25:58 smithi161 ceph-mon[116604]: pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:25:58 smithi028 ceph-mon[112123]: pgmap v19176: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:25:59.664 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:25:59.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:25:59.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:25:59.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:25:59.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:00 smithi138 ceph-mon[117003]: from='client.515640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:00 smithi138 ceph-mon[117003]: pgmap v19177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:00 smithi161 ceph-mon[116604]: from='client.515640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:00 smithi161 ceph-mon[116604]: pgmap v19177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:00 smithi028 ceph-mon[112123]: from='client.515640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:00 smithi028 ceph-mon[112123]: pgmap v19177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:03.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:02 smithi138 ceph-mon[117003]: pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:02 smithi161 ceph-mon[116604]: pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:02 smithi028 ceph-mon[112123]: pgmap v19178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:04.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:04.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:04.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:05.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:04 smithi138 ceph-mon[117003]: pgmap v19179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:04 smithi161 ceph-mon[116604]: pgmap v19179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:04 smithi028 ceph-mon[112123]: pgmap v19179: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:05.446 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:05.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:05.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:05.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:05.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:06 smithi161 ceph-mon[116604]: from='client.515715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:06 smithi161 ceph-mon[116604]: pgmap v19180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:06 smithi028 ceph-mon[112123]: from='client.515715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:06 smithi028 ceph-mon[112123]: pgmap v19180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:06 smithi138 ceph-mon[117003]: from='client.515715 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:06 smithi138 ceph-mon[117003]: pgmap v19180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:08 smithi138 ceph-mon[117003]: pgmap v19181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:08 smithi161 ceph-mon[116604]: pgmap v19181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:08 smithi028 ceph-mon[112123]: pgmap v19181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:10.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:10.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:10.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:11.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:10 smithi138 ceph-mon[117003]: pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:10 smithi161 ceph-mon[116604]: pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:11.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:10 smithi028 ceph-mon[112123]: pgmap v19182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:11.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:11.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:11.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:11.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:11.219 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:11 smithi161 ceph-mon[116604]: from='client.515790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:12.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:11 smithi028 ceph-mon[112123]: from='client.515790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:11 smithi138 ceph-mon[117003]: from='client.515790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:12 smithi161 ceph-mon[116604]: 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-07T15:26:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:12 smithi028 ceph-mon[112123]: 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-07T15:26:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:12 smithi138 ceph-mon[117003]: 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-07T15:26:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:14 smithi161 ceph-mon[116604]: 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-07T15:26:15.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:14 smithi028 ceph-mon[112123]: 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-07T15:26:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:14 smithi138 ceph-mon[117003]: 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-07T15:26:16.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:16.221 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:16.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:16.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:16.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:16.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:16.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:16.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:16 smithi161 ceph-mon[116604]: 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-07T15:26:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:16 smithi028 ceph-mon[112123]: 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-07T15:26:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:16 smithi138 ceph-mon[117003]: 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-07T15:26:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:17 smithi161 ceph-mon[116604]: from='client.515865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:17 smithi028 ceph-mon[112123]: from='client.515865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:18.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:17 smithi138 ceph-mon[117003]: from='client.515865 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:18 smithi161 ceph-mon[116604]: 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-07T15:26:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:18 smithi028 ceph-mon[112123]: 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-07T15:26:19.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:18 smithi138 ceph-mon[117003]: 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-07T15:26:21.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:20 smithi161 ceph-mon[116604]: 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-07T15:26:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:20 smithi028 ceph-mon[112123]: 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-07T15:26:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:20 smithi138 ceph-mon[117003]: 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-07T15:26:21.988 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:21.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:21.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:22.772 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:22.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:22.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:22.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:22.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:22 smithi161 ceph-mon[116604]: 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-07T15:26:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:22 smithi028 ceph-mon[112123]: 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-07T15:26:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:22 smithi138 ceph-mon[117003]: 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-07T15:26:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:23 smithi161 ceph-mon[116604]: from='client.515943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:23 smithi028 ceph-mon[112123]: from='client.515943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:24.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:23 smithi138 ceph-mon[117003]: from='client.515943 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:24 smithi161 ceph-mon[116604]: 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-07T15:26:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:24 smithi028 ceph-mon[112123]: 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-07T15:26:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:24 smithi138 ceph-mon[117003]: 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-07T15:26:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:26 smithi161 ceph-mon[116604]: pgmap v19190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:26 smithi028 ceph-mon[112123]: pgmap v19190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:26 smithi138 ceph-mon[117003]: pgmap v19190: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:27.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:27.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:27.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:28.544 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:28.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:28.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:28.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:28.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:28.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:28 smithi138 ceph-mon[117003]: pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:28 smithi161 ceph-mon[116604]: pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:28 smithi028 ceph-mon[112123]: pgmap v19191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:29.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:29 smithi138 ceph-mon[117003]: from='client.516021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:29 smithi161 ceph-mon[116604]: from='client.516021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:29.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:29 smithi028 ceph-mon[112123]: from='client.516021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:30.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:30 smithi138 ceph-mon[117003]: pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:30.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:30 smithi161 ceph-mon[116604]: pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:30 smithi028 ceph-mon[112123]: pgmap v19192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:26:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:32 smithi161 ceph-mon[116604]: pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:32 smithi028 ceph-mon[112123]: pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:33.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:32 smithi138 ceph-mon[117003]: pgmap v19193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:33.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:33.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:33.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:34.316 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:34.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:34.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:34.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:34.317 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:34 smithi161 ceph-mon[116604]: pgmap v19194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:34 smithi028 ceph-mon[112123]: pgmap v19194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:34 smithi138 ceph-mon[117003]: pgmap v19194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:36.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:35 smithi161 ceph-mon[116604]: from='client.516099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:35 smithi028 ceph-mon[112123]: from='client.516099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:35 smithi138 ceph-mon[117003]: from='client.516099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:36 smithi161 ceph-mon[116604]: pgmap v19195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:26:37.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:36 smithi028 ceph-mon[112123]: pgmap v19195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:26:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:36 smithi138 ceph-mon[117003]: pgmap v19195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:26:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:38 smithi138 ceph-mon[117003]: pgmap v19196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:26:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:38 smithi161 ceph-mon[116604]: pgmap v19196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:26:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:38 smithi028 ceph-mon[112123]: pgmap v19196: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:26:39.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:39.318 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:39.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:40.097 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:40.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:40.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:40.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:40.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:40 smithi161 ceph-mon[116604]: from='client.516168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:40 smithi161 ceph-mon[116604]: pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:40 smithi028 ceph-mon[112123]: from='client.516168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:40 smithi028 ceph-mon[112123]: pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:40 smithi138 ceph-mon[117003]: from='client.516168 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:40 smithi138 ceph-mon[117003]: pgmap v19197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:42 smithi161 ceph-mon[116604]: pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:42 smithi028 ceph-mon[112123]: pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:42 smithi138 ceph-mon[117003]: pgmap v19198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:45.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:45.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:45.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:44 smithi161 ceph-mon[116604]: pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:44 smithi028 ceph-mon[112123]: pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:44 smithi138 ceph-mon[117003]: pgmap v19199: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:26:45.872 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:45.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:45.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:45.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:45.873 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:46 smithi161 ceph-mon[116604]: from='client.516243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:46 smithi161 ceph-mon[116604]: pgmap v19200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:46 smithi028 ceph-mon[112123]: from='client.516243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:46 smithi028 ceph-mon[112123]: pgmap v19200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:46 smithi138 ceph-mon[117003]: from='client.516243 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:46 smithi138 ceph-mon[117003]: pgmap v19200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:26:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:48 smithi138 ceph-mon[117003]: pgmap v19201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:26:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:48 smithi161 ceph-mon[116604]: pgmap v19201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:26:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:48 smithi028 ceph-mon[112123]: pgmap v19201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:26:50.874 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:50.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:50.874 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:50 smithi161 ceph-mon[116604]: pgmap v19202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:26:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:50 smithi028 ceph-mon[112123]: pgmap v19202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:26:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:50 smithi138 ceph-mon[117003]: pgmap v19202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:26:51.654 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:51.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:51.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:51.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:51.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:52 smithi161 ceph-mon[116604]: from='client.516321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:53.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:52 smithi161 ceph-mon[116604]: 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-07T15:26:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:52 smithi028 ceph-mon[112123]: from='client.516321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:53.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:52 smithi028 ceph-mon[112123]: 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-07T15:26:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:52 smithi138 ceph-mon[117003]: from='client.516321 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:52 smithi138 ceph-mon[117003]: 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-07T15:26:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:54 smithi161 ceph-mon[116604]: 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-07T15:26:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:54 smithi028 ceph-mon[112123]: 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-07T15:26:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:54 smithi138 ceph-mon[117003]: 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-07T15:26:56.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:55 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:26:56.195 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:55 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:26:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:55 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:26:56.656 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:26:56.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:26:56.657 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:26:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:56 smithi161 ceph-mon[116604]: 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-07T15:26:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:56 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:56 smithi028 ceph-mon[112123]: 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-07T15:26:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:56 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:56 smithi138 ceph-mon[117003]: 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-07T15:26:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:56 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:57.498 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:26:57.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:26:57.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:26:57.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:26:57.499 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:26:58.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='client.516399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16918M 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 21014M 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:26:58.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14753M 2023-12-07T15:26:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:26:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:26:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.543 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:26:58 smithi138 ceph-mon[117003]: 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-07T15:26:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='client.516399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16918M 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 21014M 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14753M 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:26:58.691 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.692 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:26:58 smithi161 ceph-mon[116604]: 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-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='client.516399 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16918M 2023-12-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:26:58.716 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 21014M 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14753M 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:26:58.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:26:58 smithi028 ceph-mon[112123]: 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-07T15:27:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:00 smithi161 ceph-mon[116604]: 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-07T15:27:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:00 smithi028 ceph-mon[112123]: 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-07T15:27:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:00 smithi138 ceph-mon[117003]: 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-07T15:27:02.500 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:02.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:02.501 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:02 smithi161 ceph-mon[116604]: 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-07T15:27:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:02 smithi028 ceph-mon[112123]: 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-07T15:27:03.280 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:03.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:03.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:03.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:03.281 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:02 smithi138 ceph-mon[117003]: 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-07T15:27:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:03 smithi161 ceph-mon[116604]: from='client.516471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:03 smithi028 ceph-mon[112123]: from='client.516471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:03 smithi138 ceph-mon[117003]: from='client.516471 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:05.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:04 smithi161 ceph-mon[116604]: 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-07T15:27:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:04 smithi028 ceph-mon[112123]: 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-07T15:27:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:04 smithi138 ceph-mon[117003]: 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-07T15:27:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:06 smithi161 ceph-mon[116604]: pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:06 smithi028 ceph-mon[112123]: pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:06 smithi138 ceph-mon[117003]: pgmap v19210: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:08.282 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:08.282 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:08.283 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:08.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:08 smithi138 ceph-mon[117003]: pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:08 smithi161 ceph-mon[116604]: pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:08 smithi028 ceph-mon[112123]: pgmap v19211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:09.058 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:09.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:09.058 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:09.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:09.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:09.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:09 smithi138 ceph-mon[117003]: from='client.516546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:09 smithi161 ceph-mon[116604]: from='client.516546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:09 smithi028 ceph-mon[112123]: from='client.516546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:10.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:10 smithi138 ceph-mon[117003]: pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:10.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:10 smithi161 ceph-mon[116604]: pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:10 smithi028 ceph-mon[112123]: pgmap v19212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:12 smithi161 ceph-mon[116604]: pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:12 smithi028 ceph-mon[112123]: pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:12 smithi138 ceph-mon[117003]: pgmap v19213: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:14.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:14.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:14.060 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:14.836 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:14.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:14.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:14.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:14.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:14 smithi161 ceph-mon[116604]: pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:14 smithi028 ceph-mon[112123]: pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:14 smithi138 ceph-mon[117003]: pgmap v19214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:16.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:15 smithi161 ceph-mon[116604]: from='client.516621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:15 smithi028 ceph-mon[112123]: from='client.516621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:16.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:15 smithi138 ceph-mon[117003]: from='client.516621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:16 smithi161 ceph-mon[116604]: 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-07T15:27:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:16 smithi028 ceph-mon[112123]: 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-07T15:27:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:16 smithi138 ceph-mon[117003]: 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-07T15:27:18.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:18 smithi138 ceph-mon[117003]: pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:18 smithi161 ceph-mon[116604]: pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:18 smithi028 ceph-mon[112123]: pgmap v19216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:19.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:19.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:19.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:20.629 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:20.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:20.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:20.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:20.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:20 smithi161 ceph-mon[116604]: pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:20 smithi028 ceph-mon[112123]: pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:20 smithi138 ceph-mon[117003]: pgmap v19217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:21 smithi161 ceph-mon[116604]: from='client.516699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:21 smithi028 ceph-mon[112123]: from='client.516699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:22.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:21 smithi138 ceph-mon[117003]: from='client.516699 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:22 smithi161 ceph-mon[116604]: pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:22 smithi028 ceph-mon[112123]: pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:22 smithi138 ceph-mon[117003]: pgmap v19218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:24 smithi161 ceph-mon[116604]: pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:24 smithi028 ceph-mon[112123]: pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:24 smithi138 ceph-mon[117003]: pgmap v19219: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:25.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:25.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:25.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:26.400 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:26.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:26.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:26.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:26.401 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:26 smithi161 ceph-mon[116604]: pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:26 smithi028 ceph-mon[112123]: pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:26 smithi138 ceph-mon[117003]: pgmap v19220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:28.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:27 smithi161 ceph-mon[116604]: from='client.516777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:27 smithi028 ceph-mon[112123]: from='client.516777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:27 smithi138 ceph-mon[117003]: from='client.516777 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:28 smithi161 ceph-mon[116604]: 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-07T15:27:29.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:28 smithi028 ceph-mon[112123]: 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-07T15:27:29.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:28 smithi138 ceph-mon[117003]: 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-07T15:27:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:30 smithi161 ceph-mon[116604]: 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-07T15:27:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:30 smithi028 ceph-mon[112123]: 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-07T15:27:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:30 smithi138 ceph-mon[117003]: 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-07T15:27:31.402 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:31.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:31.402 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:32.169 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:32.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:32.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:32.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:32.169 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:32 smithi161 ceph-mon[116604]: 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-07T15:27:33.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:32 smithi161 ceph-mon[116604]: from='client.516849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:32 smithi028 ceph-mon[112123]: 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-07T15:27:33.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:32 smithi028 ceph-mon[112123]: from='client.516849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:32 smithi138 ceph-mon[117003]: 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-07T15:27:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:32 smithi138 ceph-mon[117003]: from='client.516849 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:34 smithi161 ceph-mon[116604]: 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-07T15:27:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:34 smithi028 ceph-mon[112123]: 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-07T15:27:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:34 smithi138 ceph-mon[117003]: 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-07T15:27:37.171 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:37.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:37.171 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:36 smithi161 ceph-mon[116604]: 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-07T15:27:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:36 smithi028 ceph-mon[112123]: 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-07T15:27:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:36 smithi138 ceph-mon[117003]: 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-07T15:27:37.945 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:37.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:37.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:37.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:37.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:38 smithi138 ceph-mon[117003]: from='client.516924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:38.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:38 smithi138 ceph-mon[117003]: 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-07T15:27:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:38 smithi161 ceph-mon[116604]: from='client.516924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:38 smithi161 ceph-mon[116604]: 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-07T15:27:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:38 smithi028 ceph-mon[112123]: from='client.516924 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:38.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:38 smithi028 ceph-mon[112123]: 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-07T15:27:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:40 smithi161 ceph-mon[116604]: 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-07T15:27:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:40 smithi028 ceph-mon[112123]: 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-07T15:27:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:40 smithi138 ceph-mon[117003]: 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-07T15:27:42.946 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:42.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:42.947 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:42 smithi161 ceph-mon[116604]: 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-07T15:27:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:42 smithi028 ceph-mon[112123]: 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-07T15:27:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:42 smithi138 ceph-mon[117003]: 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-07T15:27:43.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:43.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:43.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:43.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:43.725 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:44 smithi161 ceph-mon[116604]: from='client.517002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:45.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:44 smithi161 ceph-mon[116604]: 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-07T15:27:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:44 smithi028 ceph-mon[112123]: from='client.517002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:45.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:44 smithi028 ceph-mon[112123]: 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-07T15:27:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:44 smithi138 ceph-mon[117003]: from='client.517002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:44 smithi138 ceph-mon[117003]: 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-07T15:27:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:46 smithi161 ceph-mon[116604]: pgmap v19230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:46 smithi028 ceph-mon[112123]: pgmap v19230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:46 smithi138 ceph-mon[117003]: pgmap v19230: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:27:48.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:48.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:48.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:48 smithi138 ceph-mon[117003]: pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:48 smithi161 ceph-mon[116604]: pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:48 smithi028 ceph-mon[112123]: pgmap v19231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:27:49.510 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:49.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:49.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:49.510 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:49.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:50 smithi161 ceph-mon[116604]: from='client.517077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:51.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:50 smithi161 ceph-mon[116604]: pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:27:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:50 smithi028 ceph-mon[112123]: from='client.517077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:50 smithi028 ceph-mon[112123]: pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:27:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:50 smithi138 ceph-mon[117003]: from='client.517077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:50 smithi138 ceph-mon[117003]: pgmap v19232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:27:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:52 smithi161 ceph-mon[116604]: pgmap v19233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:27:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:52 smithi028 ceph-mon[112123]: pgmap v19233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:27:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:52 smithi138 ceph-mon[117003]: pgmap v19233: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:27:54.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:27:54.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:27:54.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:27:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:54 smithi161 ceph-mon[116604]: pgmap v19234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:27:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:54 smithi028 ceph-mon[112123]: pgmap v19234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:27:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:54 smithi138 ceph-mon[117003]: pgmap v19234: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:27:55.310 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:27:55.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:27:55.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:27:55.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:27:55.310 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:27:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:55 smithi161 ceph-mon[116604]: from='client.517152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:55 smithi028 ceph-mon[112123]: from='client.517152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:55 smithi138 ceph-mon[117003]: from='client.517152 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:27:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:56 smithi161 ceph-mon[116604]: 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-07T15:27:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:56 smithi028 ceph-mon[112123]: 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-07T15:27:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:56 smithi138 ceph-mon[117003]: 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-07T15:27:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:27:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:58 smithi161 ceph-mon[116604]: pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:27:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:27:58.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:27:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:27:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:27:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:58 smithi028 ceph-mon[112123]: pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:27:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:27:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:27:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:27:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:27:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:58 smithi138 ceph-mon[117003]: pgmap v19236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:27:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:27:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:27:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:27:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:28:00.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:00.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:00.312 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:01.082 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:01.082 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:01.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:01.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:01.083 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:00 smithi161 ceph-mon[116604]: pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:00 smithi028 ceph-mon[112123]: pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:00 smithi138 ceph-mon[117003]: pgmap v19237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:28:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:01 smithi161 ceph-mon[116604]: from='client.517227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:01 smithi028 ceph-mon[112123]: from='client.517227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:01 smithi138 ceph-mon[117003]: from='client.517227 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:02 smithi161 ceph-mon[116604]: pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:28:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:02 smithi028 ceph-mon[112123]: pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:28:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:02 smithi138 ceph-mon[117003]: pgmap v19238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:28:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:04 smithi161 ceph-mon[116604]: pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:28:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:04 smithi028 ceph-mon[112123]: pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:28:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:04 smithi138 ceph-mon[117003]: pgmap v19239: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:28:06.084 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:06.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:06.084 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:06.858 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:06.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:06.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:06.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:06.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:06 smithi161 ceph-mon[116604]: pgmap v19240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:28:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:06 smithi028 ceph-mon[112123]: pgmap v19240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:28:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:06 smithi138 ceph-mon[117003]: pgmap v19240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:28:08.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:07 smithi161 ceph-mon[116604]: from='client.517302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:07 smithi028 ceph-mon[112123]: from='client.517302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:07 smithi138 ceph-mon[117003]: from='client.517302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:08 smithi161 ceph-mon[116604]: 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-07T15:28:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:08 smithi028 ceph-mon[112123]: 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-07T15:28:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:08 smithi138 ceph-mon[117003]: 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-07T15:28:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:10 smithi161 ceph-mon[116604]: 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-07T15:28:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:10 smithi028 ceph-mon[112123]: 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-07T15:28:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:10 smithi138 ceph-mon[117003]: 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-07T15:28:11.860 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:11.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:11.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:12.624 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:12.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:12.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:12.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:12.625 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:12 smithi161 ceph-mon[116604]: 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-07T15:28:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:12 smithi028 ceph-mon[112123]: 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-07T15:28:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:12 smithi138 ceph-mon[117003]: 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-07T15:28:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:13 smithi161 ceph-mon[116604]: from='client.517380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:13 smithi028 ceph-mon[112123]: from='client.517380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:14.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:13 smithi138 ceph-mon[117003]: from='client.517380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:14 smithi161 ceph-mon[116604]: 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-07T15:28:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:14 smithi028 ceph-mon[112123]: 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-07T15:28:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:14 smithi138 ceph-mon[117003]: 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-07T15:28:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:16 smithi161 ceph-mon[116604]: 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-07T15:28:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:16 smithi028 ceph-mon[112123]: 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-07T15:28:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:16 smithi138 ceph-mon[117003]: 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-07T15:28:17.626 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:17.626 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:17.626 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:18.407 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:18.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:18.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:18.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:18.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:18 smithi161 ceph-mon[116604]: 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-07T15:28:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:18 smithi028 ceph-mon[112123]: 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-07T15:28:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:18 smithi138 ceph-mon[117003]: 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-07T15:28:19.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:19 smithi161 ceph-mon[116604]: from='client.517458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:19 smithi028 ceph-mon[112123]: from='client.517458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:19 smithi138 ceph-mon[117003]: from='client.517458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:20 smithi161 ceph-mon[116604]: 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-07T15:28:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:20 smithi028 ceph-mon[112123]: 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-07T15:28:21.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:20 smithi138 ceph-mon[117003]: 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-07T15:28:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:22 smithi161 ceph-mon[116604]: 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-07T15:28:23.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:22 smithi028 ceph-mon[112123]: 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-07T15:28:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:22 smithi138 ceph-mon[117003]: 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-07T15:28:23.408 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:23.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:23.409 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:24.178 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:24.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:24.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:24.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:24.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:24 smithi161 ceph-mon[116604]: 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-07T15:28:25.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:24 smithi161 ceph-mon[116604]: from='client.517533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:24 smithi028 ceph-mon[112123]: 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-07T15:28:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:24 smithi028 ceph-mon[112123]: from='client.517533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:24 smithi138 ceph-mon[117003]: 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-07T15:28:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:24 smithi138 ceph-mon[117003]: from='client.517533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:26 smithi161 ceph-mon[116604]: pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:28:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:26 smithi028 ceph-mon[112123]: pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:28:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:26 smithi138 ceph-mon[117003]: pgmap v19250: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:28:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:28 smithi161 ceph-mon[116604]: pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:28:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:28 smithi028 ceph-mon[112123]: pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:28:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:28 smithi138 ceph-mon[117003]: pgmap v19251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:28:29.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:29.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:29.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:29.956 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:29.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:29.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:29.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:29.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:30 smithi161 ceph-mon[116604]: from='client.517611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:30 smithi161 ceph-mon[116604]: 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-07T15:28:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:30 smithi028 ceph-mon[112123]: from='client.517611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:30 smithi028 ceph-mon[112123]: 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-07T15:28:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:30 smithi138 ceph-mon[117003]: from='client.517611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:30 smithi138 ceph-mon[117003]: 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-07T15:28:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:32 smithi161 ceph-mon[116604]: 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-07T15:28:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:32 smithi028 ceph-mon[112123]: 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-07T15:28:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:32 smithi138 ceph-mon[117003]: 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-07T15:28:34.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:34.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:34.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:35.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:34 smithi161 ceph-mon[116604]: 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-07T15:28:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:34 smithi028 ceph-mon[112123]: 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-07T15:28:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:34 smithi138 ceph-mon[117003]: 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-07T15:28:35.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:35.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:35.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:35.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:35.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:36 smithi161 ceph-mon[116604]: from='client.517689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:37.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:36 smithi161 ceph-mon[116604]: 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-07T15:28:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:36 smithi028 ceph-mon[112123]: from='client.517689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:36 smithi028 ceph-mon[112123]: 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-07T15:28:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:36 smithi138 ceph-mon[117003]: from='client.517689 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:36 smithi138 ceph-mon[117003]: 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-07T15:28:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:38 smithi161 ceph-mon[116604]: pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:28:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:38 smithi028 ceph-mon[112123]: pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:28:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:38 smithi138 ceph-mon[117003]: pgmap v19256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:28:40.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:40.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:40.736 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:40 smithi161 ceph-mon[116604]: pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:28:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:40 smithi028 ceph-mon[112123]: pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:28:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:40 smithi138 ceph-mon[117003]: pgmap v19257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:28:41.504 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:41.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:41.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:41.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:41.504 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:42 smithi161 ceph-mon[116604]: from='client.517767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:42 smithi161 ceph-mon[116604]: 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-07T15:28:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:42 smithi028 ceph-mon[112123]: from='client.517767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:43.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:42 smithi028 ceph-mon[112123]: 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-07T15:28:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:42 smithi138 ceph-mon[117003]: from='client.517767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:42 smithi138 ceph-mon[117003]: 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-07T15:28:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:44 smithi161 ceph-mon[116604]: 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-07T15:28:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:44 smithi028 ceph-mon[112123]: 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-07T15:28:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:44 smithi138 ceph-mon[117003]: 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-07T15:28:46.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:46.506 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:46.506 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:46 smithi161 ceph-mon[116604]: 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-07T15:28:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:46 smithi028 ceph-mon[112123]: 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-07T15:28:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:46 smithi138 ceph-mon[117003]: 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-07T15:28:47.299 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:47.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:47.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:47.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:47.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:47 smithi161 ceph-mon[116604]: from='client.517845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:47 smithi028 ceph-mon[112123]: from='client.517845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:47 smithi138 ceph-mon[117003]: from='client.517845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:49.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:48 smithi161 ceph-mon[116604]: 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-07T15:28:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:48 smithi028 ceph-mon[112123]: 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-07T15:28:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:48 smithi138 ceph-mon[117003]: 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-07T15:28:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:50 smithi161 ceph-mon[116604]: 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-07T15:28:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:50 smithi028 ceph-mon[112123]: 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-07T15:28:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:50 smithi138 ceph-mon[117003]: 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-07T15:28:52.301 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:52.301 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:52.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:53.073 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:53.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:53.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:53.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:53.073 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:52 smithi161 ceph-mon[116604]: 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-07T15:28:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:52 smithi028 ceph-mon[112123]: 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-07T15:28:53.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:52 smithi138 ceph-mon[117003]: 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-07T15:28:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:53 smithi161 ceph-mon[116604]: from='client.517923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:53 smithi028 ceph-mon[112123]: from='client.517923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:53 smithi138 ceph-mon[117003]: from='client.517923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:54 smithi161 ceph-mon[116604]: 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-07T15:28:55.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:54 smithi028 ceph-mon[112123]: 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-07T15:28:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:54 smithi138 ceph-mon[117003]: 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-07T15:28:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:56 smithi161 ceph-mon[116604]: 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-07T15:28:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:56 smithi028 ceph-mon[112123]: 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-07T15:28:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:56 smithi138 ceph-mon[117003]: 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-07T15:28:58.074 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:28:58.075 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:28:58.075 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:28:58.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:28:58.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:28:58.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:28:58.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:28:58.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:28:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:58 smithi161 ceph-mon[116604]: 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-07T15:28:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:58 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:28:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:58 smithi028 ceph-mon[112123]: 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-07T15:28:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:58 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:28:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:58 smithi138 ceph-mon[117003]: 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-07T15:28:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:58 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:28:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:59 smithi161 ceph-mon[116604]: from='client.518001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:28:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:28:59.940 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:28:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:28:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:59 smithi028 ceph-mon[112123]: from='client.518001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:28:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:28:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:28:59.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:28:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:29:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:59 smithi138 ceph-mon[117003]: from='client.518001 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:29:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:29:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:28:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:29:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:00 smithi161 ceph-mon[116604]: 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-07T15:29:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:00 smithi028 ceph-mon[112123]: 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-07T15:29:01.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:00 smithi138 ceph-mon[117003]: 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-07T15:29:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:02 smithi161 ceph-mon[116604]: 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-07T15:29:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:02 smithi028 ceph-mon[112123]: 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-07T15:29:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:02 smithi138 ceph-mon[117003]: 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-07T15:29:03.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:03.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:03.902 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:04.672 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:04.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:04.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:04.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:04.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:04 smithi161 ceph-mon[116604]: 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-07T15:29:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:04 smithi028 ceph-mon[112123]: 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-07T15:29:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:04 smithi138 ceph-mon[117003]: 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-07T15:29:06.191 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:05 smithi161 ceph-mon[116604]: from='client.518079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:05 smithi028 ceph-mon[112123]: from='client.518079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:05 smithi138 ceph-mon[117003]: from='client.518079 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:06 smithi161 ceph-mon[116604]: 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-07T15:29:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:06 smithi028 ceph-mon[112123]: 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-07T15:29:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:06 smithi138 ceph-mon[117003]: 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-07T15:29:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:08 smithi161 ceph-mon[116604]: 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-07T15:29:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:08 smithi028 ceph-mon[112123]: 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-07T15:29:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:08 smithi138 ceph-mon[117003]: 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-07T15:29:09.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:09.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:09.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:10.438 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:10.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:10.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:10.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:10.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:10 smithi161 ceph-mon[116604]: 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-07T15:29:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:10 smithi028 ceph-mon[112123]: 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-07T15:29:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:10 smithi138 ceph-mon[117003]: 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-07T15:29:12.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:11 smithi161 ceph-mon[116604]: from='client.518154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:11 smithi028 ceph-mon[112123]: from='client.518154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:12.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:11 smithi138 ceph-mon[117003]: from='client.518154 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:12 smithi161 ceph-mon[116604]: 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-07T15:29:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:12 smithi028 ceph-mon[112123]: 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-07T15:29:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:12 smithi138 ceph-mon[117003]: 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-07T15:29:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:14 smithi161 ceph-mon[116604]: 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-07T15:29:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:14 smithi028 ceph-mon[112123]: 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-07T15:29:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:14 smithi138 ceph-mon[117003]: 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-07T15:29:15.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:15.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:15.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:16.235 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:16.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:16.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:16.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:16.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:16 smithi161 ceph-mon[116604]: 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-07T15:29:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:16 smithi161 ceph-mon[116604]: from='client.518232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:16 smithi028 ceph-mon[112123]: 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-07T15:29:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:16 smithi028 ceph-mon[112123]: from='client.518232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:16 smithi138 ceph-mon[117003]: 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-07T15:29:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:16 smithi138 ceph-mon[117003]: from='client.518232 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:18 smithi161 ceph-mon[116604]: 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-07T15:29:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:18 smithi028 ceph-mon[112123]: 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-07T15:29:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:18 smithi138 ceph-mon[117003]: 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-07T15:29:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:20 smithi161 ceph-mon[116604]: 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-07T15:29:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:20 smithi028 ceph-mon[112123]: 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-07T15:29:21.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:21.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:21.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:20 smithi138 ceph-mon[117003]: 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-07T15:29:22.000 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:22.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:22.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:22.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:22.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:22 smithi161 ceph-mon[116604]: from='client.518304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:22 smithi161 ceph-mon[116604]: 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-07T15:29:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:22 smithi028 ceph-mon[112123]: from='client.518304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:22 smithi028 ceph-mon[112123]: 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-07T15:29:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:22 smithi138 ceph-mon[117003]: from='client.518304 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:22 smithi138 ceph-mon[117003]: 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-07T15:29:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:24 smithi161 ceph-mon[116604]: 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-07T15:29:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:24 smithi028 ceph-mon[112123]: 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-07T15:29:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:24 smithi138 ceph-mon[117003]: 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-07T15:29:27.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:27.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:27.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:26 smithi161 ceph-mon[116604]: 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-07T15:29:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:26 smithi028 ceph-mon[112123]: 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-07T15:29:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:26 smithi138 ceph-mon[117003]: 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-07T15:29:27.791 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:27.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:27.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:27.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:27.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:28 smithi161 ceph-mon[116604]: from='client.518376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:28.942 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:28 smithi161 ceph-mon[116604]: 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-07T15:29:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:28 smithi028 ceph-mon[112123]: from='client.518376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:28.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:28 smithi028 ceph-mon[112123]: 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-07T15:29:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:28 smithi138 ceph-mon[117003]: from='client.518376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:28 smithi138 ceph-mon[117003]: 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-07T15:29:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:30 smithi161 ceph-mon[116604]: 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-07T15:29:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:30 smithi028 ceph-mon[112123]: 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-07T15:29:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:30 smithi138 ceph-mon[117003]: 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-07T15:29:32.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:32.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:32.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:32 smithi161 ceph-mon[116604]: 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-07T15:29:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:32 smithi028 ceph-mon[112123]: 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-07T15:29:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:32 smithi138 ceph-mon[117003]: 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-07T15:29:33.566 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:33.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:33.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:33.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:33.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:34 smithi161 ceph-mon[116604]: from='client.518454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:34 smithi161 ceph-mon[116604]: 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-07T15:29:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:34 smithi028 ceph-mon[112123]: from='client.518454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:34 smithi028 ceph-mon[112123]: 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-07T15:29:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:34 smithi138 ceph-mon[117003]: from='client.518454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:34 smithi138 ceph-mon[117003]: 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-07T15:29:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:36 smithi161 ceph-mon[116604]: 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-07T15:29:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:36 smithi028 ceph-mon[112123]: 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-07T15:29:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:36 smithi138 ceph-mon[117003]: 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-07T15:29:38.568 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:38.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:38.569 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:38 smithi161 ceph-mon[116604]: 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-07T15:29:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:38 smithi028 ceph-mon[112123]: 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-07T15:29:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:38 smithi138 ceph-mon[117003]: 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-07T15:29:39.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:39.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:39.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:39.366 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:39.366 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:40 smithi161 ceph-mon[116604]: from='client.518532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:40 smithi161 ceph-mon[116604]: pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:29:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:40 smithi028 ceph-mon[112123]: from='client.518532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:40 smithi028 ceph-mon[112123]: pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:29:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:40 smithi138 ceph-mon[117003]: from='client.518532 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:40 smithi138 ceph-mon[117003]: pgmap v19287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:29:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:42 smithi161 ceph-mon[116604]: pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:29:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:42 smithi028 ceph-mon[112123]: pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:29:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:42 smithi138 ceph-mon[117003]: pgmap v19288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:29:44.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:44.368 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:44.368 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:45.141 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:45.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:45.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:45.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:45.142 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:44 smithi161 ceph-mon[116604]: pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:29:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:44 smithi028 ceph-mon[112123]: pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:29:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:44 smithi138 ceph-mon[117003]: pgmap v19289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:29:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:45 smithi161 ceph-mon[116604]: from='client.518607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:45 smithi028 ceph-mon[112123]: from='client.518607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:46.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:45 smithi138 ceph-mon[117003]: from='client.518607 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:47.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:46 smithi161 ceph-mon[116604]: 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-07T15:29:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:46 smithi028 ceph-mon[112123]: 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-07T15:29:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:46 smithi138 ceph-mon[117003]: 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-07T15:29:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:48 smithi161 ceph-mon[116604]: 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-07T15:29:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:48 smithi028 ceph-mon[112123]: 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-07T15:29:49.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:48 smithi138 ceph-mon[117003]: 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-07T15:29:50.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:50.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:50.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:50.908 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:50.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:50.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:50.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:50.909 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:50 smithi161 ceph-mon[116604]: 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-07T15:29:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:50 smithi028 ceph-mon[112123]: 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-07T15:29:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:50 smithi138 ceph-mon[117003]: 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-07T15:29:52.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:51 smithi161 ceph-mon[116604]: from='client.518682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:52.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:51 smithi028 ceph-mon[112123]: from='client.518682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:52.294 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:51 smithi138 ceph-mon[117003]: from='client.518682 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:52 smithi161 ceph-mon[116604]: pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:29:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:52 smithi028 ceph-mon[112123]: pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:29:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:52 smithi138 ceph-mon[117003]: pgmap v19293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:29:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:54 smithi161 ceph-mon[116604]: pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:29:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:54 smithi028 ceph-mon[112123]: pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:29:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:54 smithi138 ceph-mon[117003]: pgmap v19294: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:29:55.910 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:29:55.910 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:29:55.911 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:29:56.682 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:29:56.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:29:56.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:29:56.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:29:56.682 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:29:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:56 smithi161 ceph-mon[116604]: pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:29:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:56 smithi028 ceph-mon[112123]: pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:29:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:56 smithi138 ceph-mon[117003]: pgmap v19295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:29:58.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:57 smithi161 ceph-mon[116604]: from='client.518757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:57 smithi028 ceph-mon[112123]: from='client.518757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:58.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:57 smithi138 ceph-mon[117003]: from='client.518757 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:29:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:58 smithi161 ceph-mon[116604]: 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-07T15:29:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:58 smithi028 ceph-mon[112123]: 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-07T15:29:59.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:58 smithi138 ceph-mon[117003]: 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-07T15:30:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:30:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:30:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:30:00.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:29:59 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:30:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:30:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:30:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:30:00.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:29:59 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:30:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:30:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:30:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:30:00.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:29:59 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:30:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:00 smithi161 ceph-mon[116604]: 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-07T15:30:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T15:30:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:00 smithi028 ceph-mon[112123]: 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-07T15:30:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T15:30:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:00 smithi138 ceph-mon[117003]: 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-07T15:30:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T15:30:01.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:01.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:01.684 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:02.446 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:02.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:02.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:02.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:02.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:02 smithi161 ceph-mon[116604]: 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-07T15:30:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:02 smithi028 ceph-mon[112123]: 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-07T15:30:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:02 smithi138 ceph-mon[117003]: 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-07T15:30:04.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:03 smithi161 ceph-mon[116604]: from='client.518835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:03 smithi028 ceph-mon[112123]: from='client.518835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:03 smithi138 ceph-mon[117003]: from='client.518835 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:04 smithi161 ceph-mon[116604]: 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-07T15:30:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:04 smithi028 ceph-mon[112123]: 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-07T15:30:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:04 smithi138 ceph-mon[117003]: 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-07T15:30:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:06 smithi161 ceph-mon[116604]: 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-07T15:30:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:06 smithi028 ceph-mon[112123]: 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-07T15:30:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:06 smithi138 ceph-mon[117003]: 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-07T15:30:07.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:07.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:07.448 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:08.239 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:08.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:08.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:08.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:08.239 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:08 smithi161 ceph-mon[116604]: 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-07T15:30:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:08 smithi161 ceph-mon[116604]: from='client.518913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:08 smithi028 ceph-mon[112123]: 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-07T15:30:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:08 smithi028 ceph-mon[112123]: from='client.518913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:08 smithi138 ceph-mon[117003]: 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-07T15:30:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:08 smithi138 ceph-mon[117003]: from='client.518913 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:10 smithi161 ceph-mon[116604]: 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-07T15:30:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:10 smithi028 ceph-mon[112123]: 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-07T15:30:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:10 smithi138 ceph-mon[117003]: 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-07T15:30:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:12 smithi161 ceph-mon[116604]: 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-07T15:30:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:12 smithi028 ceph-mon[112123]: 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-07T15:30:13.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:13.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:13.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:12 smithi138 ceph-mon[117003]: 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-07T15:30:14.009 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:14.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:14.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:14.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:14.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:14 smithi161 ceph-mon[116604]: from='client.518982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:14 smithi161 ceph-mon[116604]: 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-07T15:30:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:14 smithi028 ceph-mon[112123]: from='client.518982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:14 smithi028 ceph-mon[112123]: 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-07T15:30:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:14 smithi138 ceph-mon[117003]: from='client.518982 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:14 smithi138 ceph-mon[117003]: 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-07T15:30:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:16 smithi161 ceph-mon[116604]: 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-07T15:30:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:16 smithi028 ceph-mon[112123]: 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-07T15:30:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:16 smithi138 ceph-mon[117003]: 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-07T15:30:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:18 smithi161 ceph-mon[116604]: 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-07T15:30:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:18 smithi028 ceph-mon[112123]: 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-07T15:30:19.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:19.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:19.011 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:18 smithi138 ceph-mon[117003]: 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-07T15:30:19.781 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:19.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:19.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:19.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:19.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:20 smithi161 ceph-mon[116604]: from='client.519060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:20 smithi161 ceph-mon[116604]: pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:20 smithi028 ceph-mon[112123]: from='client.519060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:20 smithi028 ceph-mon[112123]: pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:20 smithi138 ceph-mon[117003]: from='client.519060 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:21.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:20 smithi138 ceph-mon[117003]: pgmap v19307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:22 smithi161 ceph-mon[116604]: pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:30:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:22 smithi028 ceph-mon[112123]: pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:30:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:22 smithi138 ceph-mon[117003]: pgmap v19308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:30:24.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:24.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:24.784 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:24 smithi161 ceph-mon[116604]: pgmap v19309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:30:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:24 smithi028 ceph-mon[112123]: pgmap v19309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:30:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:24 smithi138 ceph-mon[117003]: pgmap v19309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:30:25.561 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:25.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:25.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:25.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:25.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:26 smithi161 ceph-mon[116604]: from='client.519135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:26 smithi161 ceph-mon[116604]: 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-07T15:30:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:26 smithi028 ceph-mon[112123]: from='client.519135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:26 smithi028 ceph-mon[112123]: 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-07T15:30:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:26 smithi138 ceph-mon[117003]: from='client.519135 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:26 smithi138 ceph-mon[117003]: 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-07T15:30:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:28 smithi161 ceph-mon[116604]: 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-07T15:30:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:28 smithi028 ceph-mon[112123]: 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-07T15:30:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:28 smithi138 ceph-mon[117003]: 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-07T15:30:30.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:30.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:30.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:30 smithi161 ceph-mon[116604]: 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-07T15:30:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:30 smithi028 ceph-mon[112123]: 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-07T15:30:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:30 smithi138 ceph-mon[117003]: 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-07T15:30:31.339 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:31.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:31.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:31.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:31.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:31 smithi161 ceph-mon[116604]: from='client.519210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:31 smithi028 ceph-mon[112123]: from='client.519210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:32.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:31 smithi138 ceph-mon[117003]: from='client.519210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:32 smithi161 ceph-mon[116604]: pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:32 smithi028 ceph-mon[112123]: pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:32 smithi138 ceph-mon[117003]: pgmap v19313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:34 smithi161 ceph-mon[116604]: pgmap v19314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:34 smithi028 ceph-mon[112123]: pgmap v19314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:34 smithi138 ceph-mon[117003]: pgmap v19314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:30:36.341 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:36.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:36.342 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:37.112 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:37.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:37.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:37.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:37.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:36 smithi161 ceph-mon[116604]: pgmap v19315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:30:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:36 smithi028 ceph-mon[112123]: pgmap v19315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:30:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:36 smithi138 ceph-mon[117003]: pgmap v19315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:30:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:37 smithi161 ceph-mon[116604]: from='client.519288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:37 smithi028 ceph-mon[112123]: from='client.519288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:38.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:37 smithi138 ceph-mon[117003]: from='client.519288 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:38 smithi161 ceph-mon[116604]: 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-07T15:30:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:38 smithi028 ceph-mon[112123]: 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-07T15:30:39.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:38 smithi138 ceph-mon[117003]: 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-07T15:30:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:40 smithi161 ceph-mon[116604]: 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-07T15:30:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:40 smithi028 ceph-mon[112123]: 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-07T15:30:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:40 smithi138 ceph-mon[117003]: 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-07T15:30:42.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:42.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:42.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:42.884 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:42.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:42.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:42.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:42.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:42 smithi161 ceph-mon[116604]: 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-07T15:30:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:42 smithi028 ceph-mon[112123]: 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-07T15:30:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:42 smithi138 ceph-mon[117003]: 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-07T15:30:44.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:43 smithi161 ceph-mon[116604]: from='client.519366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:44.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:43 smithi028 ceph-mon[112123]: from='client.519366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:44.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:43 smithi138 ceph-mon[117003]: from='client.519366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:44 smithi161 ceph-mon[116604]: 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-07T15:30:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:44 smithi028 ceph-mon[112123]: 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-07T15:30:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:44 smithi138 ceph-mon[117003]: 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-07T15:30:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:46 smithi161 ceph-mon[116604]: 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-07T15:30:47.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:46 smithi028 ceph-mon[112123]: 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-07T15:30:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:46 smithi138 ceph-mon[117003]: 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-07T15:30:47.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:47.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:47.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:48.672 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:48.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:48.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:48.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:48.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:48.791 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:48 smithi138 ceph-mon[117003]: 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-07T15:30:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:48 smithi161 ceph-mon[116604]: 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-07T15:30:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:48 smithi028 ceph-mon[112123]: 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-07T15:30:49.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:49 smithi161 ceph-mon[116604]: from='client.519438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:49 smithi028 ceph-mon[112123]: from='client.519438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:50.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:49 smithi138 ceph-mon[117003]: from='client.519438 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:50.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:50 smithi161 ceph-mon[116604]: 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-07T15:30:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:50 smithi028 ceph-mon[112123]: 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-07T15:30:51.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:50 smithi138 ceph-mon[117003]: 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-07T15:30:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:52 smithi161 ceph-mon[116604]: 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-07T15:30:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:52 smithi028 ceph-mon[112123]: 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-07T15:30:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:52 smithi138 ceph-mon[117003]: 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-07T15:30:53.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:53.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:53.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:30:54.472 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:30:54.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:30:54.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:30:54.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:30:54.473 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:30:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:54 smithi161 ceph-mon[116604]: 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-07T15:30:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:54 smithi028 ceph-mon[112123]: 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-07T15:30:55.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:54 smithi138 ceph-mon[117003]: 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-07T15:30:56.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:55 smithi161 ceph-mon[116604]: from='client.519516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:55 smithi028 ceph-mon[112123]: from='client.519516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:56.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:55 smithi138 ceph-mon[117003]: from='client.519516 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:30:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:56 smithi161 ceph-mon[116604]: pgmap v19325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:30:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:56 smithi028 ceph-mon[112123]: pgmap v19325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:30:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:56 smithi138 ceph-mon[117003]: pgmap v19325: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:30:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:30:58 smithi161 ceph-mon[116604]: pgmap v19326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:30:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:30:58 smithi028 ceph-mon[112123]: pgmap v19326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:30:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:30:58 smithi138 ceph-mon[117003]: pgmap v19326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:30:59.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:30:59.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:30:59.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:00.335 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:00.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:00.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:00.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:00.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:00 smithi161 ceph-mon[116604]: pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:00 smithi161 ceph-mon[116604]: from='client.519594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:31:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:31:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:31:01.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:31:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:00 smithi028 ceph-mon[112123]: pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:00 smithi028 ceph-mon[112123]: from='client.519594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:31:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:31:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:31:01.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:31:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:00 smithi138 ceph-mon[117003]: pgmap v19327: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:00 smithi138 ceph-mon[117003]: from='client.519594 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:31:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:31:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:31:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:31:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:02 smithi161 ceph-mon[116604]: pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:02 smithi028 ceph-mon[112123]: pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:02 smithi138 ceph-mon[117003]: pgmap v19328: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:04 smithi161 ceph-mon[116604]: pgmap v19329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:04 smithi028 ceph-mon[112123]: pgmap v19329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:04 smithi138 ceph-mon[117003]: pgmap v19329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:05.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:05.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:05.338 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:06.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:06.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:06.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:06.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:06.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:06 smithi161 ceph-mon[116604]: from='client.519666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:07.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:06 smithi161 ceph-mon[116604]: 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-07T15:31:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:06 smithi028 ceph-mon[112123]: from='client.519666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:06 smithi028 ceph-mon[112123]: 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-07T15:31:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:06 smithi138 ceph-mon[117003]: from='client.519666 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:06 smithi138 ceph-mon[117003]: 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-07T15:31:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:08 smithi161 ceph-mon[116604]: pgmap v19331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:31:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:08 smithi028 ceph-mon[112123]: pgmap v19331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:31:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:08 smithi138 ceph-mon[117003]: pgmap v19331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:31:11.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:11.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:11.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:10 smithi161 ceph-mon[116604]: pgmap v19332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:31:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:10 smithi028 ceph-mon[112123]: pgmap v19332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:31:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:10 smithi138 ceph-mon[117003]: pgmap v19332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:31:11.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:11.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:11.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:11.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:11.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:12 smithi161 ceph-mon[116604]: from='client.519744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:12 smithi161 ceph-mon[116604]: pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:12 smithi028 ceph-mon[112123]: from='client.519744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:12 smithi028 ceph-mon[112123]: pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:12 smithi138 ceph-mon[117003]: from='client.519744 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:12 smithi138 ceph-mon[117003]: pgmap v19333: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:14 smithi161 ceph-mon[116604]: pgmap v19334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:14 smithi028 ceph-mon[112123]: pgmap v19334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:14 smithi138 ceph-mon[117003]: pgmap v19334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:16.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:16.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:16.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:16 smithi161 ceph-mon[116604]: pgmap v19335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:31:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:16 smithi028 ceph-mon[112123]: pgmap v19335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:31:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:16 smithi138 ceph-mon[117003]: pgmap v19335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:31:17.669 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:17.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:17.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:17.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:17.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:18 smithi161 ceph-mon[116604]: from='client.519819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:18 smithi161 ceph-mon[116604]: 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-07T15:31:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:18 smithi028 ceph-mon[112123]: from='client.519819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:18 smithi028 ceph-mon[112123]: 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-07T15:31:19.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:18 smithi138 ceph-mon[117003]: from='client.519819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:19.074 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:18 smithi138 ceph-mon[117003]: 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-07T15:31:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:20 smithi161 ceph-mon[116604]: 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-07T15:31:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:20 smithi028 ceph-mon[112123]: 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-07T15:31:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:20 smithi138 ceph-mon[117003]: 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-07T15:31:22.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:22.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:22.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:22 smithi161 ceph-mon[116604]: 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-07T15:31:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:22 smithi028 ceph-mon[112123]: 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-07T15:31:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:22 smithi138 ceph-mon[117003]: 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-07T15:31:23.454 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:23.454 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:23.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:23.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:23.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:24 smithi161 ceph-mon[116604]: from='client.519897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:24 smithi161 ceph-mon[116604]: 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-07T15:31:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:24 smithi028 ceph-mon[112123]: from='client.519897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:24 smithi028 ceph-mon[112123]: 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-07T15:31:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:24 smithi138 ceph-mon[117003]: from='client.519897 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:24 smithi138 ceph-mon[117003]: 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-07T15:31:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:26 smithi161 ceph-mon[116604]: 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-07T15:31:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:26 smithi028 ceph-mon[112123]: 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-07T15:31:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:26 smithi138 ceph-mon[117003]: 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-07T15:31:28.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:28.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:28.456 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:28 smithi161 ceph-mon[116604]: 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-07T15:31:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:28 smithi028 ceph-mon[112123]: 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-07T15:31:29.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:28 smithi138 ceph-mon[117003]: 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-07T15:31:29.233 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:29.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:29.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:29.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:29.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:29 smithi161 ceph-mon[116604]: from='client.519972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:29 smithi028 ceph-mon[112123]: from='client.519972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:30.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:29 smithi138 ceph-mon[117003]: from='client.519972 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:30 smithi161 ceph-mon[116604]: pgmap v19342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:31:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:30 smithi028 ceph-mon[112123]: pgmap v19342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:31:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:30 smithi138 ceph-mon[117003]: pgmap v19342: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:31:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:32 smithi161 ceph-mon[116604]: pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:31:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:32 smithi028 ceph-mon[112123]: pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:31:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:32 smithi138 ceph-mon[117003]: pgmap v19343: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:31:34.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:34.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:34.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:35.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:35.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:35.031 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:35.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:34 smithi161 ceph-mon[116604]: pgmap v19344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:31:35.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:34 smithi028 ceph-mon[112123]: pgmap v19344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:31:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:34 smithi138 ceph-mon[117003]: pgmap v19344: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:31:36.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:35 smithi161 ceph-mon[116604]: from='client.520047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:36.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:35 smithi028 ceph-mon[112123]: from='client.520047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:36.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:35 smithi138 ceph-mon[117003]: from='client.520047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:36 smithi161 ceph-mon[116604]: pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:36 smithi028 ceph-mon[112123]: pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:36 smithi138 ceph-mon[117003]: pgmap v19345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:38 smithi161 ceph-mon[116604]: pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:38 smithi028 ceph-mon[112123]: pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:38 smithi138 ceph-mon[117003]: pgmap v19346: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:31:40.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:40.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:40.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:40.825 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:40.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:40.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:40.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:40.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:40 smithi161 ceph-mon[116604]: 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-07T15:31:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:40 smithi028 ceph-mon[112123]: 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-07T15:31:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:40 smithi138 ceph-mon[117003]: 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-07T15:31:42.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:41 smithi161 ceph-mon[116604]: from='client.520125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:42.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:41 smithi028 ceph-mon[112123]: from='client.520125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:41 smithi138 ceph-mon[117003]: from='client.520125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:42 smithi161 ceph-mon[116604]: pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:31:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:42 smithi028 ceph-mon[112123]: pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:31:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:42 smithi138 ceph-mon[117003]: pgmap v19348: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:31:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:44 smithi161 ceph-mon[116604]: pgmap v19349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:31:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:44 smithi028 ceph-mon[112123]: pgmap v19349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:31:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:44 smithi138 ceph-mon[117003]: pgmap v19349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:31:45.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:45.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:45.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:46.606 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:46.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:46.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:46.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:46.607 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:46 smithi161 ceph-mon[116604]: pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:31:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:46 smithi028 ceph-mon[112123]: pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:31:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:46 smithi138 ceph-mon[117003]: pgmap v19350: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:31:48.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:47 smithi161 ceph-mon[116604]: from='client.520203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:47 smithi028 ceph-mon[112123]: from='client.520203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:48.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:47 smithi138 ceph-mon[117003]: from='client.520203 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:48 smithi161 ceph-mon[116604]: pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:48 smithi028 ceph-mon[112123]: pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:49.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:48 smithi138 ceph-mon[117003]: pgmap v19351: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:31:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:50 smithi161 ceph-mon[116604]: pgmap v19352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:31:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:50 smithi028 ceph-mon[112123]: pgmap v19352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:31:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:50 smithi138 ceph-mon[117003]: pgmap v19352: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:31:51.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:51.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:51.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:52.389 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:52.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:52.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:52.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:52.389 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:52 smithi161 ceph-mon[116604]: 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-07T15:31:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:52 smithi028 ceph-mon[112123]: 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-07T15:31:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:52 smithi138 ceph-mon[117003]: 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-07T15:31:54.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:53 smithi161 ceph-mon[116604]: from='client.520278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:54.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:53 smithi028 ceph-mon[112123]: from='client.520278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:54.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:53 smithi138 ceph-mon[117003]: from='client.520278 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:54 smithi161 ceph-mon[116604]: 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-07T15:31:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:54 smithi028 ceph-mon[112123]: 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-07T15:31:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:54 smithi138 ceph-mon[117003]: 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-07T15:31:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:56 smithi161 ceph-mon[116604]: 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-07T15:31:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:56 smithi028 ceph-mon[112123]: 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-07T15:31:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:56 smithi138 ceph-mon[117003]: 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-07T15:31:57.390 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:31:57.391 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:31:57.391 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:31:58.156 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:31:58.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:31:58.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:31:58.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:31:58.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:31:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:58 smithi161 ceph-mon[116604]: from='client.520353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:31:58 smithi161 ceph-mon[116604]: 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-07T15:31:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:58 smithi028 ceph-mon[112123]: from='client.520353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:58.966 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:31:58 smithi028 ceph-mon[112123]: 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-07T15:31:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:58 smithi138 ceph-mon[117003]: from='client.520353 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:31:59.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:31:58 smithi138 ceph-mon[117003]: 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-07T15:32:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:00 smithi161 ceph-mon[116604]: 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-07T15:32:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:00 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:32:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:00 smithi028 ceph-mon[112123]: 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-07T15:32:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:00 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:32:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:00 smithi138 ceph-mon[117003]: 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-07T15:32:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:00 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:32:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:32:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:32:02.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:32:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:32:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:32:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:32:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:32:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:32:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:32:03.158 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:03.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:03.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:02 smithi161 ceph-mon[116604]: 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-07T15:32:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:02 smithi028 ceph-mon[112123]: 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-07T15:32:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:02 smithi138 ceph-mon[117003]: 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-07T15:32:03.935 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:03.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:03.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:03.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:03.936 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:04 smithi161 ceph-mon[116604]: from='client.520431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:04 smithi161 ceph-mon[116604]: 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-07T15:32:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:04 smithi028 ceph-mon[112123]: from='client.520431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:04 smithi028 ceph-mon[112123]: 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-07T15:32:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:04 smithi138 ceph-mon[117003]: from='client.520431 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:04 smithi138 ceph-mon[117003]: 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-07T15:32:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:06 smithi161 ceph-mon[116604]: 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-07T15:32:07.218 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:06 smithi028 ceph-mon[112123]: 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-07T15:32:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:06 smithi138 ceph-mon[117003]: 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-07T15:32:08.937 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:08.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:08.938 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:08 smithi161 ceph-mon[116604]: 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-07T15:32:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:08 smithi028 ceph-mon[112123]: 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-07T15:32:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:08 smithi138 ceph-mon[117003]: 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-07T15:32:09.726 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:09.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:09.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:09.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:09.727 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:10 smithi161 ceph-mon[116604]: from='client.520503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:10 smithi161 ceph-mon[116604]: pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:10 smithi028 ceph-mon[112123]: from='client.520503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:10 smithi028 ceph-mon[112123]: pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:10 smithi138 ceph-mon[117003]: from='client.520503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:11.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:10 smithi138 ceph-mon[117003]: pgmap v19362: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:13.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:12 smithi161 ceph-mon[116604]: pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:12 smithi028 ceph-mon[112123]: pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:12 smithi138 ceph-mon[117003]: pgmap v19363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:14.728 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:14.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:14.729 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:14 smithi161 ceph-mon[116604]: pgmap v19364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:15.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:14 smithi028 ceph-mon[112123]: pgmap v19364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:14 smithi138 ceph-mon[117003]: pgmap v19364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:15.525 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:15.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:15.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:15.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:15.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:16 smithi161 ceph-mon[116604]: from='client.520581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:17.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:16 smithi161 ceph-mon[116604]: pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:16 smithi028 ceph-mon[112123]: from='client.520581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:16 smithi028 ceph-mon[112123]: pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:16 smithi138 ceph-mon[117003]: from='client.520581 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:16 smithi138 ceph-mon[117003]: pgmap v19365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:18 smithi161 ceph-mon[116604]: pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:18 smithi028 ceph-mon[112123]: pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:19.042 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:18 smithi138 ceph-mon[117003]: pgmap v19366: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:20.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:20.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:20.528 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:20 smithi161 ceph-mon[116604]: 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-07T15:32:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:20 smithi028 ceph-mon[112123]: 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-07T15:32:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:20 smithi138 ceph-mon[117003]: 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-07T15:32:21.306 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:21.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:21.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:21.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:21.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:21 smithi161 ceph-mon[116604]: from='client.520656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:21 smithi028 ceph-mon[112123]: from='client.520656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:22.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:21 smithi138 ceph-mon[117003]: from='client.520656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:22 smithi161 ceph-mon[116604]: pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:22 smithi028 ceph-mon[112123]: pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:23.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:22 smithi138 ceph-mon[117003]: pgmap v19368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:24 smithi161 ceph-mon[116604]: pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:24 smithi028 ceph-mon[112123]: pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:24 smithi138 ceph-mon[117003]: pgmap v19369: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:26.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:26.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:26.309 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:27.078 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:27.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:27.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:27.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:27.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:26 smithi161 ceph-mon[116604]: pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:32:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:26 smithi028 ceph-mon[112123]: pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:32:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:26 smithi138 ceph-mon[117003]: pgmap v19370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:32:28.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:27 smithi161 ceph-mon[116604]: from='client.520734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:28.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:27 smithi028 ceph-mon[112123]: from='client.520734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:28.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:27 smithi138 ceph-mon[117003]: from='client.520734 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:29.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:28 smithi161 ceph-mon[116604]: pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:29.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:28 smithi028 ceph-mon[112123]: pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:29.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:28 smithi138 ceph-mon[117003]: pgmap v19371: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:30 smithi161 ceph-mon[116604]: pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:32:31.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:30 smithi028 ceph-mon[112123]: pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:32:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:30 smithi138 ceph-mon[117003]: pgmap v19372: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:32:32.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:32.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:32.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:32.858 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:32.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:32.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:32.858 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:32.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:32 smithi161 ceph-mon[116604]: 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-07T15:32:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:32 smithi028 ceph-mon[112123]: 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-07T15:32:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:32 smithi138 ceph-mon[117003]: 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-07T15:32:34.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:33 smithi161 ceph-mon[116604]: from='client.520812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:34.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:33 smithi028 ceph-mon[112123]: from='client.520812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:34.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:33 smithi138 ceph-mon[117003]: from='client.520812 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:34 smithi161 ceph-mon[116604]: 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-07T15:32:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:34 smithi028 ceph-mon[112123]: 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-07T15:32:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:34 smithi138 ceph-mon[117003]: 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-07T15:32:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:36 smithi161 ceph-mon[116604]: 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-07T15:32:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:36 smithi028 ceph-mon[112123]: 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-07T15:32:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:36 smithi138 ceph-mon[117003]: 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-07T15:32:37.859 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:37.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:37.860 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:38.636 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:38.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:38.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:38.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:38.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:38 smithi161 ceph-mon[116604]: 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-07T15:32:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:38 smithi028 ceph-mon[112123]: 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-07T15:32:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:38 smithi138 ceph-mon[117003]: 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-07T15:32:39.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:39 smithi161 ceph-mon[116604]: from='client.520887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:39 smithi028 ceph-mon[112123]: from='client.520887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:40.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:39 smithi138 ceph-mon[117003]: from='client.520887 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:40.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:40 smithi161 ceph-mon[116604]: 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-07T15:32:40.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:40 smithi028 ceph-mon[112123]: 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-07T15:32:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:40 smithi138 ceph-mon[117003]: 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-07T15:32:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:42 smithi161 ceph-mon[116604]: 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-07T15:32:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:42 smithi028 ceph-mon[112123]: 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-07T15:32:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:42 smithi138 ceph-mon[117003]: 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-07T15:32:43.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:43.638 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:43.638 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:44.416 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:44.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:44.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:44.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:44.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:44 smithi161 ceph-mon[116604]: 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-07T15:32:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:44 smithi028 ceph-mon[112123]: 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-07T15:32:45.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:44 smithi138 ceph-mon[117003]: 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-07T15:32:46.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:45 smithi161 ceph-mon[116604]: from='client.520959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:46.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:45 smithi028 ceph-mon[112123]: from='client.520959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:45 smithi138 ceph-mon[117003]: from='client.520959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:46 smithi161 ceph-mon[116604]: pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:32:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:46 smithi028 ceph-mon[112123]: pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:32:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:46 smithi138 ceph-mon[117003]: pgmap v19380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:32:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:48 smithi161 ceph-mon[116604]: pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:32:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:48 smithi028 ceph-mon[112123]: pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:32:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:48 smithi138 ceph-mon[117003]: pgmap v19381: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:32:49.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:49.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:49.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:50.202 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:50.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:50.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:50.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:50.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:50 smithi161 ceph-mon[116604]: from='client.521037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:50 smithi161 ceph-mon[116604]: pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:50 smithi028 ceph-mon[112123]: from='client.521037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:50 smithi028 ceph-mon[112123]: pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:50 smithi138 ceph-mon[117003]: from='client.521037 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:50 smithi138 ceph-mon[117003]: pgmap v19382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:52 smithi161 ceph-mon[116604]: pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:52 smithi028 ceph-mon[112123]: pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:52 smithi138 ceph-mon[117003]: pgmap v19383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:54 smithi161 ceph-mon[116604]: pgmap v19384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:55.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:32:55.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:32:55.205 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:32:55.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:54 smithi028 ceph-mon[112123]: pgmap v19384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:54 smithi138 ceph-mon[117003]: pgmap v19384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:32:55.992 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:32:55.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:32:55.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:32:55.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:32:55.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:32:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:56 smithi161 ceph-mon[116604]: from='client.521115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:56 smithi161 ceph-mon[116604]: pgmap v19385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:56 smithi028 ceph-mon[112123]: from='client.521115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:56 smithi028 ceph-mon[112123]: pgmap v19385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:56 smithi138 ceph-mon[117003]: from='client.521115 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:32:57.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:56 smithi138 ceph-mon[117003]: pgmap v19385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:32:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:32:58 smithi161 ceph-mon[116604]: pgmap v19386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:32:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:32:58 smithi028 ceph-mon[112123]: pgmap v19386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:32:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:32:58 smithi138 ceph-mon[117003]: pgmap v19386: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:33:00.993 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:00.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:00.994 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:00 smithi161 ceph-mon[116604]: pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:33:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:00 smithi028 ceph-mon[112123]: pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:33:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:00 smithi138 ceph-mon[117003]: pgmap v19387: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:33:01.817 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:01.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:01.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:01.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:01.818 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:33:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:33:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:33:02.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:01 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:33:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:33:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:33:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:33:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:01 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:33:02.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:33:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:33:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:33:02.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:01 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:33:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:02 smithi161 ceph-mon[116604]: from='client.521190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:03.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:02 smithi161 ceph-mon[116604]: pgmap v19388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:02 smithi028 ceph-mon[112123]: from='client.521190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:02 smithi028 ceph-mon[112123]: pgmap v19388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:02 smithi138 ceph-mon[117003]: from='client.521190 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:02 smithi138 ceph-mon[117003]: pgmap v19388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:04 smithi161 ceph-mon[116604]: pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:04 smithi028 ceph-mon[112123]: pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:04 smithi138 ceph-mon[117003]: pgmap v19389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:06.819 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:06.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:06.819 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:06 smithi161 ceph-mon[116604]: pgmap v19390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:06 smithi028 ceph-mon[112123]: pgmap v19390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:07.292 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:06 smithi138 ceph-mon[117003]: pgmap v19390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:07.590 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:07.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:07.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:07.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:07.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:08 smithi161 ceph-mon[116604]: from='client.521259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:08 smithi161 ceph-mon[116604]: pgmap v19391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:08 smithi028 ceph-mon[112123]: from='client.521259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:08 smithi028 ceph-mon[112123]: pgmap v19391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:08 smithi138 ceph-mon[117003]: from='client.521259 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:08 smithi138 ceph-mon[117003]: pgmap v19391: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:10 smithi161 ceph-mon[116604]: pgmap v19392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:10 smithi028 ceph-mon[112123]: pgmap v19392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:10 smithi138 ceph-mon[117003]: pgmap v19392: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:12.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:12.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:12.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:12 smithi161 ceph-mon[116604]: 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-07T15:33:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:12 smithi028 ceph-mon[112123]: 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-07T15:33:13.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:12 smithi138 ceph-mon[117003]: 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-07T15:33:13.363 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:13.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:13.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:13.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:13.363 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:14.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:13 smithi161 ceph-mon[116604]: from='client.521337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:14.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:13 smithi028 ceph-mon[112123]: from='client.521337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:14.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:13 smithi138 ceph-mon[117003]: from='client.521337 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:14 smithi161 ceph-mon[116604]: 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-07T15:33:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:14 smithi028 ceph-mon[112123]: 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-07T15:33:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:14 smithi138 ceph-mon[117003]: 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-07T15:33:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:16 smithi161 ceph-mon[116604]: 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-07T15:33:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:16 smithi028 ceph-mon[112123]: 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-07T15:33:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:16 smithi138 ceph-mon[117003]: 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-07T15:33:18.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:18.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:18.364 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:18 smithi161 ceph-mon[116604]: 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-07T15:33:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:18 smithi028 ceph-mon[112123]: 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-07T15:33:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:18 smithi138 ceph-mon[117003]: 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-07T15:33:19.133 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:19.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:19.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:19.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:19.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:19.941 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:19 smithi161 ceph-mon[116604]: from='client.521415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:19.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:19 smithi028 ceph-mon[112123]: from='client.521415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:20.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:19 smithi138 ceph-mon[117003]: from='client.521415 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:20.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:20 smithi161 ceph-mon[116604]: pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:33:20.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:20 smithi028 ceph-mon[112123]: pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:33:21.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:20 smithi138 ceph-mon[117003]: pgmap v19397: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:33:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:22 smithi161 ceph-mon[116604]: pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:33:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:22 smithi028 ceph-mon[112123]: pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:33:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:22 smithi138 ceph-mon[117003]: pgmap v19398: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:33:24.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:24.135 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:24.135 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:24.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:24.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:24.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:24.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:24.926 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:24 smithi161 ceph-mon[116604]: pgmap v19399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:33:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:24 smithi028 ceph-mon[112123]: pgmap v19399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:33:25.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:24 smithi138 ceph-mon[117003]: pgmap v19399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:33:26.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:25 smithi161 ceph-mon[116604]: from='client.521490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:26.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:25 smithi028 ceph-mon[112123]: from='client.521490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:25 smithi138 ceph-mon[117003]: from='client.521490 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:26 smithi161 ceph-mon[116604]: pgmap v19400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:26 smithi028 ceph-mon[112123]: pgmap v19400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:27.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:26 smithi138 ceph-mon[117003]: pgmap v19400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:28 smithi161 ceph-mon[116604]: pgmap v19401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:33:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:28 smithi028 ceph-mon[112123]: pgmap v19401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:33:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:28 smithi138 ceph-mon[117003]: pgmap v19401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:33:29.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:29.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:29.928 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:30.709 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:30.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:30.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:30.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:30.710 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:30 smithi161 ceph-mon[116604]: pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:30 smithi028 ceph-mon[112123]: pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:30 smithi138 ceph-mon[117003]: pgmap v19402: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:32.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:31 smithi161 ceph-mon[116604]: from='client.521565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:32.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:31 smithi028 ceph-mon[112123]: from='client.521565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:32.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:31 smithi138 ceph-mon[117003]: from='client.521565 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:32 smithi161 ceph-mon[116604]: pgmap v19403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:33:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:32 smithi028 ceph-mon[112123]: pgmap v19403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:33:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:32 smithi138 ceph-mon[117003]: pgmap v19403: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:33:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:34 smithi161 ceph-mon[116604]: pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:33:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:34 smithi028 ceph-mon[112123]: pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:33:35.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:34 smithi138 ceph-mon[117003]: pgmap v19404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:33:35.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:35.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:35.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:36.490 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:36.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:36.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:36.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:36.491 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:36 smithi161 ceph-mon[116604]: pgmap v19405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:33:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:36 smithi028 ceph-mon[112123]: pgmap v19405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:33:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:36 smithi138 ceph-mon[117003]: pgmap v19405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:33:38.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:37 smithi161 ceph-mon[116604]: from='client.521640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:38.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:37 smithi028 ceph-mon[112123]: from='client.521640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:37 smithi138 ceph-mon[117003]: from='client.521640 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:38 smithi161 ceph-mon[116604]: pgmap v19406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:39.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:38 smithi028 ceph-mon[112123]: pgmap v19406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:39.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:38 smithi138 ceph-mon[117003]: pgmap v19406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:40 smithi161 ceph-mon[116604]: pgmap v19407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:40 smithi028 ceph-mon[112123]: pgmap v19407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:41.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:40 smithi138 ceph-mon[117003]: pgmap v19407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:41.492 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:41.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:41.493 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:42.260 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:42.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:42.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:42.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:42.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:42 smithi161 ceph-mon[116604]: pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:42 smithi161 ceph-mon[116604]: from='client.521718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:42 smithi028 ceph-mon[112123]: pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:42 smithi028 ceph-mon[112123]: from='client.521718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:42 smithi138 ceph-mon[117003]: pgmap v19408: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:43.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:42 smithi138 ceph-mon[117003]: from='client.521718 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:44 smithi161 ceph-mon[116604]: pgmap v19409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:44 smithi028 ceph-mon[112123]: pgmap v19409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:44 smithi138 ceph-mon[117003]: pgmap v19409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:46 smithi161 ceph-mon[116604]: pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:46 smithi028 ceph-mon[112123]: pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:47.262 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:47.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:47.263 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:46 smithi138 ceph-mon[117003]: pgmap v19410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:48.039 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:48.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:48.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:48.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:48.040 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:48 smithi161 ceph-mon[116604]: from='client.521793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:48 smithi161 ceph-mon[116604]: pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:48 smithi028 ceph-mon[112123]: from='client.521793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:48 smithi028 ceph-mon[112123]: pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:48 smithi138 ceph-mon[117003]: from='client.521793 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:49.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:48 smithi138 ceph-mon[117003]: pgmap v19411: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:33:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:50 smithi161 ceph-mon[116604]: pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:50 smithi028 ceph-mon[112123]: pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:50 smithi138 ceph-mon[117003]: pgmap v19412: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:33:53.042 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:53.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:53.042 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:52 smithi161 ceph-mon[116604]: 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-07T15:33:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:52 smithi028 ceph-mon[112123]: 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-07T15:33:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:52 smithi138 ceph-mon[117003]: 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-07T15:33:53.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:53.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:53.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:53.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:53.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:33:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:54 smithi161 ceph-mon[116604]: from='client.521871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:54 smithi161 ceph-mon[116604]: 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-07T15:33:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:54 smithi028 ceph-mon[112123]: from='client.521871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:54 smithi028 ceph-mon[112123]: 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-07T15:33:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:54 smithi138 ceph-mon[117003]: from='client.521871 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:33:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:54 smithi138 ceph-mon[117003]: 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-07T15:33:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:56 smithi161 ceph-mon[116604]: 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-07T15:33:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:56 smithi028 ceph-mon[112123]: 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-07T15:33:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:56 smithi138 ceph-mon[117003]: 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-07T15:33:58.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:33:58.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:33:58.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:33:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:33:58 smithi161 ceph-mon[116604]: 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-07T15:33:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:33:58 smithi028 ceph-mon[112123]: 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-07T15:33:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:33:58 smithi138 ceph-mon[117003]: 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-07T15:33:59.580 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:33:59.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:33:59.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:33:59.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:33:59.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:00 smithi161 ceph-mon[116604]: from='client.521946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:01.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:00 smithi161 ceph-mon[116604]: pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:00 smithi028 ceph-mon[112123]: from='client.521946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:00 smithi028 ceph-mon[112123]: pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:00 smithi138 ceph-mon[117003]: from='client.521946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:00 smithi138 ceph-mon[117003]: pgmap v19417: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:02 smithi161 ceph-mon[116604]: pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:34:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:34:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:34:03.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:34:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:02 smithi028 ceph-mon[112123]: pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:34:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:34:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:34:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:34:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:02 smithi138 ceph-mon[117003]: pgmap v19418: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:34:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:34:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:34:03.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:34:04.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:04.582 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:04.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:05.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:04 smithi161 ceph-mon[116604]: pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:04 smithi028 ceph-mon[112123]: pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:04 smithi138 ceph-mon[117003]: pgmap v19419: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:05.360 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:05.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:05.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:05.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:05.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:06.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:05 smithi161 ceph-mon[116604]: from='client.522021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:05 smithi028 ceph-mon[112123]: from='client.522021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:05 smithi138 ceph-mon[117003]: from='client.522021 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:07.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:06 smithi161 ceph-mon[116604]: pgmap v19420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:06 smithi028 ceph-mon[112123]: pgmap v19420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:06 smithi138 ceph-mon[117003]: pgmap v19420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:08 smithi161 ceph-mon[116604]: pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:08 smithi028 ceph-mon[112123]: pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:08 smithi138 ceph-mon[117003]: pgmap v19421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:10.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:10.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:10.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:11.142 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:11.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:11.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:11.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:11.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:10 smithi161 ceph-mon[116604]: pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:10 smithi028 ceph-mon[112123]: pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:10 smithi138 ceph-mon[117003]: pgmap v19422: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:12.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:11 smithi161 ceph-mon[116604]: from='client.522099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:12.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:11 smithi028 ceph-mon[112123]: from='client.522099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:12.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:11 smithi138 ceph-mon[117003]: from='client.522099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:12 smithi161 ceph-mon[116604]: 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-07T15:34:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:12 smithi028 ceph-mon[112123]: 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-07T15:34:13.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:12 smithi138 ceph-mon[117003]: 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-07T15:34:15.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:14 smithi161 ceph-mon[116604]: 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-07T15:34:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:14 smithi028 ceph-mon[112123]: 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-07T15:34:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:14 smithi138 ceph-mon[117003]: 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-07T15:34:16.144 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:16.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:16.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:16.911 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:16.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:16.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:16.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:16.912 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:17.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:16 smithi161 ceph-mon[116604]: pgmap v19425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:16 smithi028 ceph-mon[112123]: pgmap v19425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:16 smithi138 ceph-mon[117003]: pgmap v19425: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:18.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:17 smithi161 ceph-mon[116604]: from='client.522177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:18.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:17 smithi028 ceph-mon[112123]: from='client.522177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:18.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:17 smithi138 ceph-mon[117003]: from='client.522177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:18 smithi161 ceph-mon[116604]: pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:18 smithi028 ceph-mon[112123]: pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:19.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:18 smithi138 ceph-mon[117003]: pgmap v19426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:20 smithi161 ceph-mon[116604]: pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:20 smithi028 ceph-mon[112123]: pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:20 smithi138 ceph-mon[117003]: pgmap v19427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:21.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:21.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:21.914 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:22.695 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:22.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:22.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:22.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:22.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:22 smithi161 ceph-mon[116604]: pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:22 smithi028 ceph-mon[112123]: pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:22 smithi138 ceph-mon[117003]: pgmap v19428: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:24.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:23 smithi161 ceph-mon[116604]: from='client.522252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:24.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:23 smithi028 ceph-mon[112123]: from='client.522252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:24.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:23 smithi138 ceph-mon[117003]: from='client.522252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:25.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:24 smithi161 ceph-mon[116604]: pgmap v19429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:24 smithi028 ceph-mon[112123]: pgmap v19429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:24 smithi138 ceph-mon[117003]: pgmap v19429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:27.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:26 smithi161 ceph-mon[116604]: pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:26 smithi028 ceph-mon[112123]: pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:26 smithi138 ceph-mon[117003]: pgmap v19430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:27.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:27.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:27.697 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:28.475 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:28.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:28.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:28.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:28.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:28 smithi161 ceph-mon[116604]: pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:28 smithi028 ceph-mon[112123]: pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:28 smithi138 ceph-mon[117003]: pgmap v19431: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:29.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:29 smithi161 ceph-mon[116604]: from='client.522327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:29.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:29 smithi028 ceph-mon[112123]: from='client.522327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:29 smithi138 ceph-mon[117003]: from='client.522327 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:30.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:30 smithi161 ceph-mon[116604]: pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:30.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:30 smithi028 ceph-mon[112123]: pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:30 smithi138 ceph-mon[117003]: pgmap v19432: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:33.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:32 smithi161 ceph-mon[116604]: 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-07T15:34:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:32 smithi028 ceph-mon[112123]: 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-07T15:34:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:32 smithi138 ceph-mon[117003]: 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-07T15:34:33.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:33.477 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:33.478 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:34.249 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:34.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:34.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:34.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:34.250 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:34 smithi161 ceph-mon[116604]: from='client.522393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:35.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:34 smithi161 ceph-mon[116604]: 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-07T15:34:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:34 smithi028 ceph-mon[112123]: from='client.522393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:34 smithi028 ceph-mon[112123]: 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-07T15:34:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:34 smithi138 ceph-mon[117003]: from='client.522393 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:35.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:34 smithi138 ceph-mon[117003]: 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-07T15:34:37.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:36 smithi161 ceph-mon[116604]: pgmap v19435: 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-07T15:34:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:36 smithi028 ceph-mon[112123]: pgmap v19435: 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-07T15:34:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:36 smithi138 ceph-mon[117003]: pgmap v19435: 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-07T15:34:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:38 smithi161 ceph-mon[116604]: pgmap v19436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:34:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:38 smithi028 ceph-mon[112123]: pgmap v19436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:34:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:38 smithi138 ceph-mon[117003]: pgmap v19436: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:34:39.251 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:39.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:39.251 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:40.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:40.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:40.022 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:40.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:40.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:40 smithi161 ceph-mon[116604]: from='client.522468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:40 smithi161 ceph-mon[116604]: pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:40 smithi028 ceph-mon[112123]: from='client.522468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:40 smithi028 ceph-mon[112123]: pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:40 smithi138 ceph-mon[117003]: from='client.522468 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:40 smithi138 ceph-mon[117003]: pgmap v19437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:43.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:42 smithi161 ceph-mon[116604]: pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:42 smithi028 ceph-mon[112123]: pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:42 smithi138 ceph-mon[117003]: pgmap v19438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:45.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:45.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:45.024 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:45.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:44 smithi161 ceph-mon[116604]: pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:44 smithi028 ceph-mon[112123]: pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:44 smithi138 ceph-mon[117003]: pgmap v19439: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:34:45.803 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:45.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:45.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:45.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:45.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:46 smithi161 ceph-mon[116604]: from='client.522546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:47.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:46 smithi161 ceph-mon[116604]: pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:46 smithi028 ceph-mon[112123]: from='client.522546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:46 smithi028 ceph-mon[112123]: pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:46 smithi138 ceph-mon[117003]: from='client.522546 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:47.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:46 smithi138 ceph-mon[117003]: pgmap v19440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:48 smithi161 ceph-mon[116604]: pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:34:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:48 smithi028 ceph-mon[112123]: pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:34:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:48 smithi138 ceph-mon[117003]: pgmap v19441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:34:50.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:50.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:50.805 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:51.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:50 smithi161 ceph-mon[116604]: pgmap v19442: 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-07T15:34:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:50 smithi028 ceph-mon[112123]: pgmap v19442: 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-07T15:34:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:50 smithi138 ceph-mon[117003]: pgmap v19442: 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-07T15:34:51.586 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:51.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:51.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:51.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:51.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:52 smithi161 ceph-mon[116604]: from='client.522618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:53.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:52 smithi161 ceph-mon[116604]: 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-07T15:34:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:52 smithi028 ceph-mon[112123]: from='client.522618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:52 smithi028 ceph-mon[112123]: 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-07T15:34:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:52 smithi138 ceph-mon[117003]: from='client.522618 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:53.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:52 smithi138 ceph-mon[117003]: 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-07T15:34:55.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:54 smithi161 ceph-mon[116604]: 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-07T15:34:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:54 smithi028 ceph-mon[112123]: 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-07T15:34:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:54 smithi138 ceph-mon[117003]: 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-07T15:34:56.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:34:56.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:34:56.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:34:57.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:56 smithi161 ceph-mon[116604]: pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:56 smithi028 ceph-mon[112123]: pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:56 smithi138 ceph-mon[117003]: pgmap v19445: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:34:57.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:34:57.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:34:57.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:34:57.373 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:34:57.374 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:34:58.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:57 smithi028 ceph-mon[112123]: from='client.522696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:58.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:57 smithi138 ceph-mon[117003]: from='client.522696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:58.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:57 smithi161 ceph-mon[116604]: from='client.522696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:34:59.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:34:58 smithi028 ceph-mon[112123]: pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:59.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:34:58 smithi138 ceph-mon[117003]: pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:34:59.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:34:58 smithi161 ceph-mon[116604]: pgmap v19446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:00 smithi028 ceph-mon[112123]: pgmap v19447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:00 smithi138 ceph-mon[117003]: pgmap v19447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:00 smithi161 ceph-mon[116604]: pgmap v19447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:02.375 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:02.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:02.375 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:03.201 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:03.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:03.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:03.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:03.202 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:02 smithi028 ceph-mon[112123]: pgmap v19448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:03.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:02 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:35:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:02 smithi138 ceph-mon[117003]: pgmap v19448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:02 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:35:03.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:02 smithi161 ceph-mon[116604]: pgmap v19448: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:03.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:02 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:35:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='client.522774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:35:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:35:04.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='client.522774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:35:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:35:04.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='client.522774 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:35:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:35:04.442 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:35:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:04 smithi028 ceph-mon[112123]: pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:04 smithi138 ceph-mon[117003]: pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:04 smithi161 ceph-mon[116604]: pgmap v19449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:06 smithi028 ceph-mon[112123]: pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:06 smithi138 ceph-mon[117003]: pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:06 smithi161 ceph-mon[116604]: pgmap v19450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:08.203 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:08.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:08.204 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:08 smithi161 ceph-mon[116604]: pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:08 smithi028 ceph-mon[112123]: pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:08.998 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:08.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:08.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:08.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:08.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:08 smithi138 ceph-mon[117003]: pgmap v19451: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:09.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:09 smithi161 ceph-mon[116604]: from='client.522852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:09.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:09 smithi028 ceph-mon[112123]: from='client.522852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:09 smithi138 ceph-mon[117003]: from='client.522852 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:10.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:10 smithi161 ceph-mon[116604]: pgmap v19452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:10 smithi028 ceph-mon[112123]: pgmap v19452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:10 smithi138 ceph-mon[117003]: pgmap v19452: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:13.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:12 smithi161 ceph-mon[116604]: 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-07T15:35:13.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:12 smithi028 ceph-mon[112123]: 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-07T15:35:13.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:12 smithi138 ceph-mon[117003]: 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-07T15:35:13.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:14.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:14.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:14.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:14.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:14.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:14.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:14.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:15.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:14 smithi161 ceph-mon[116604]: 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-07T15:35:15.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:14 smithi028 ceph-mon[112123]: 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-07T15:35:15.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:14 smithi138 ceph-mon[117003]: 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-07T15:35:16.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:15 smithi028 ceph-mon[112123]: from='client.522927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:15 smithi138 ceph-mon[117003]: from='client.522927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:16.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:15 smithi161 ceph-mon[116604]: from='client.522927 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:17.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:16 smithi028 ceph-mon[112123]: pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:16 smithi138 ceph-mon[117003]: pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:17.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:16 smithi161 ceph-mon[116604]: pgmap v19455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:18 smithi161 ceph-mon[116604]: pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:18 smithi028 ceph-mon[112123]: pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:18 smithi138 ceph-mon[117003]: pgmap v19456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:19.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:19.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:19.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:20.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:20.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:20.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:20.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:20.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:21.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:20 smithi161 ceph-mon[116604]: pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:21.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:20 smithi028 ceph-mon[112123]: pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:21.590 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:20 smithi138 ceph-mon[117003]: pgmap v19457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:22.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:21 smithi161 ceph-mon[116604]: from='client.523002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:22.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:21 smithi028 ceph-mon[112123]: from='client.523002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:22.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:21 smithi138 ceph-mon[117003]: from='client.523002 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:23.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:22 smithi161 ceph-mon[116604]: pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:22 smithi028 ceph-mon[112123]: pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:22 smithi138 ceph-mon[117003]: pgmap v19458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:25.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:24 smithi028 ceph-mon[112123]: pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:24 smithi138 ceph-mon[117003]: pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:25.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:24 smithi161 ceph-mon[116604]: pgmap v19459: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:25.557 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:25.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:25.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:26.329 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:26.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:26.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:26.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:26.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:26 smithi028 ceph-mon[112123]: pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:26 smithi028 ceph-mon[112123]: from='client.523077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:26 smithi138 ceph-mon[117003]: pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:26 smithi138 ceph-mon[117003]: from='client.523077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:26 smithi161 ceph-mon[116604]: pgmap v19460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:26 smithi161 ceph-mon[116604]: from='client.523077 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:28 smithi161 ceph-mon[116604]: 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-07T15:35:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:28 smithi028 ceph-mon[112123]: 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-07T15:35:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:28 smithi138 ceph-mon[117003]: 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-07T15:35:31.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:30 smithi161 ceph-mon[116604]: 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-07T15:35:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:30 smithi028 ceph-mon[112123]: 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-07T15:35:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:30 smithi138 ceph-mon[117003]: 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-07T15:35:31.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:31.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:31.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:32.115 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:32.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:32.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:32.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:32.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:32 smithi028 ceph-mon[112123]: from='client.523155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:32 smithi028 ceph-mon[112123]: 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-07T15:35:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:32 smithi138 ceph-mon[117003]: from='client.523155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:32 smithi138 ceph-mon[117003]: 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-07T15:35:33.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:32 smithi161 ceph-mon[116604]: from='client.523155 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:33.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:32 smithi161 ceph-mon[116604]: 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-07T15:35:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:34 smithi028 ceph-mon[112123]: 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-07T15:35:35.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:34 smithi138 ceph-mon[117003]: 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-07T15:35:35.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:34 smithi161 ceph-mon[116604]: 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-07T15:35:37.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:37.117 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:37.117 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:36 smithi028 ceph-mon[112123]: pgmap v19465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:37.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:36 smithi138 ceph-mon[117003]: pgmap v19465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:37.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:36 smithi161 ceph-mon[116604]: pgmap v19465: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:37.887 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:37.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:37.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:37.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:37.888 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:38 smithi161 ceph-mon[116604]: from='client.523230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:38.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:38 smithi161 ceph-mon[116604]: pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:38 smithi028 ceph-mon[112123]: from='client.523230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:38 smithi028 ceph-mon[112123]: pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:38 smithi138 ceph-mon[117003]: from='client.523230 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:38 smithi138 ceph-mon[117003]: pgmap v19466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:41.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:40 smithi161 ceph-mon[116604]: pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:40 smithi028 ceph-mon[112123]: pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:40 smithi138 ceph-mon[117003]: pgmap v19467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:42.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:42.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:42.889 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:42 smithi028 ceph-mon[112123]: pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:42 smithi138 ceph-mon[117003]: pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:42 smithi161 ceph-mon[116604]: pgmap v19468: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:43.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:43.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:43.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:43.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:43.669 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:44 smithi028 ceph-mon[112123]: from='client.523305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:44 smithi028 ceph-mon[112123]: pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:44 smithi138 ceph-mon[117003]: from='client.523305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:44 smithi138 ceph-mon[117003]: pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:45.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:44 smithi161 ceph-mon[116604]: from='client.523305 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:45.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:44 smithi161 ceph-mon[116604]: pgmap v19469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:46 smithi028 ceph-mon[112123]: pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:46 smithi138 ceph-mon[117003]: pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:46 smithi161 ceph-mon[116604]: pgmap v19470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:35:48.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:48.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:48.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:48 smithi161 ceph-mon[116604]: 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-07T15:35:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:48 smithi028 ceph-mon[112123]: 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-07T15:35:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:48 smithi138 ceph-mon[117003]: 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-07T15:35:49.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:49.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:49.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:49.463 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:49.464 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:50 smithi028 ceph-mon[112123]: from='client.523380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:50 smithi028 ceph-mon[112123]: pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:35:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:50 smithi138 ceph-mon[117003]: from='client.523380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:51.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:50 smithi138 ceph-mon[117003]: pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:35:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:50 smithi161 ceph-mon[116604]: from='client.523380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:50 smithi161 ceph-mon[116604]: pgmap v19472: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:35:53.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:52 smithi028 ceph-mon[112123]: pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:35:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:52 smithi138 ceph-mon[117003]: pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:35:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:52 smithi161 ceph-mon[116604]: pgmap v19473: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:35:54.465 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:35:54.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:35:54.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:35:55.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:54 smithi028 ceph-mon[112123]: pgmap v19474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:35:55.234 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:35:55.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:35:55.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:35:55.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:35:55.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:35:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:54 smithi138 ceph-mon[117003]: pgmap v19474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:35:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:54 smithi161 ceph-mon[116604]: pgmap v19474: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:35:56.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:55 smithi028 ceph-mon[112123]: from='client.523455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:56.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:55 smithi138 ceph-mon[117003]: from='client.523455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:56.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:55 smithi161 ceph-mon[116604]: from='client.523455 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:35:57.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:56 smithi028 ceph-mon[112123]: pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:56 smithi138 ceph-mon[117003]: pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:57.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:56 smithi161 ceph-mon[116604]: pgmap v19475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:35:58.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:35:58 smithi161 ceph-mon[116604]: pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:35:58 smithi028 ceph-mon[112123]: pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:35:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:35:58 smithi138 ceph-mon[117003]: pgmap v19476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:00.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:00.236 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:00.237 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:01.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:01.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:01.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:01.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:01.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:01.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:00 smithi028 ceph-mon[112123]: pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:00 smithi138 ceph-mon[117003]: pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:00 smithi161 ceph-mon[116604]: pgmap v19477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:02.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:01 smithi028 ceph-mon[112123]: from='client.523530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:02.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:01 smithi138 ceph-mon[117003]: from='client.523530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:02.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:01 smithi161 ceph-mon[116604]: from='client.523530 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:02 smithi028 ceph-mon[112123]: pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:36:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:02 smithi138 ceph-mon[117003]: pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:36:03.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:02 smithi161 ceph-mon[116604]: pgmap v19478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:36:04.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:03 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:36:04.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:03 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:36:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:03 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:36:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:04 smithi028 ceph-mon[112123]: pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:36:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:36:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:36:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:36:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:04 smithi138 ceph-mon[117003]: pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:36:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:36:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:36:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:36:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:04 smithi161 ceph-mon[116604]: pgmap v19479: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:36:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:36:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:36:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:36:06.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:06.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:06.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:06.780 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:06.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:06.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:06.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:06.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:06 smithi028 ceph-mon[112123]: pgmap v19480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:36:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:06 smithi138 ceph-mon[117003]: pgmap v19480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:36:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:06 smithi161 ceph-mon[116604]: pgmap v19480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:36:08.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:07 smithi028 ceph-mon[112123]: from='client.523605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:07 smithi138 ceph-mon[117003]: from='client.523605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:07 smithi161 ceph-mon[116604]: from='client.523605 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:08 smithi028 ceph-mon[112123]: 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-07T15:36:09.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:08 smithi138 ceph-mon[117003]: 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-07T15:36:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:08 smithi161 ceph-mon[116604]: 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-07T15:36:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:10 smithi028 ceph-mon[112123]: 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-07T15:36:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:10 smithi138 ceph-mon[117003]: 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-07T15:36:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:10 smithi161 ceph-mon[116604]: 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-07T15:36:11.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:11.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:11.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:12.554 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:12.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:12.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:12.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:12.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:13.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:12 smithi028 ceph-mon[112123]: 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-07T15:36:13.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:12 smithi138 ceph-mon[117003]: 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-07T15:36:13.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:12 smithi161 ceph-mon[116604]: 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-07T15:36:14.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:13 smithi138 ceph-mon[117003]: from='client.523677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:13 smithi161 ceph-mon[116604]: from='client.523677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:13 smithi028 ceph-mon[112123]: from='client.523677 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:14 smithi138 ceph-mon[117003]: 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-07T15:36:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:14 smithi161 ceph-mon[116604]: 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-07T15:36:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:14 smithi028 ceph-mon[112123]: 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-07T15:36:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:16 smithi138 ceph-mon[117003]: pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:17.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:16 smithi161 ceph-mon[116604]: pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:17.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:16 smithi028 ceph-mon[112123]: pgmap v19485: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:17.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:17.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:17.556 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:18.332 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:18.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:18.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:18.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:18.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:18 smithi161 ceph-mon[116604]: pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:18 smithi161 ceph-mon[116604]: from='client.523752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:18 smithi028 ceph-mon[112123]: pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:18 smithi028 ceph-mon[112123]: from='client.523752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:18 smithi138 ceph-mon[117003]: pgmap v19486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:18 smithi138 ceph-mon[117003]: from='client.523752 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:20 smithi028 ceph-mon[112123]: pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:20 smithi138 ceph-mon[117003]: pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:20 smithi161 ceph-mon[116604]: pgmap v19487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:22 smithi028 ceph-mon[112123]: pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:22 smithi138 ceph-mon[117003]: pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:23.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:23.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:23.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:23.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:22 smithi161 ceph-mon[116604]: pgmap v19488: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:24.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:24.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:24.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:24.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:24.110 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:24 smithi028 ceph-mon[112123]: from='client.523830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:24 smithi028 ceph-mon[112123]: pgmap v19489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:24 smithi138 ceph-mon[117003]: from='client.523830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:24 smithi138 ceph-mon[117003]: pgmap v19489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:25.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:24 smithi161 ceph-mon[116604]: from='client.523830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:25.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:24 smithi161 ceph-mon[116604]: pgmap v19489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:27.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:26 smithi028 ceph-mon[112123]: pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:26 smithi138 ceph-mon[117003]: pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:26 smithi161 ceph-mon[116604]: pgmap v19490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:28 smithi161 ceph-mon[116604]: 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-07T15:36:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:28 smithi028 ceph-mon[112123]: 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-07T15:36:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:28 smithi138 ceph-mon[117003]: 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-07T15:36:29.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:29.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:29.112 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:29.881 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:29.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:29.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:29.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:29.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:30 smithi028 ceph-mon[112123]: from='client.523905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:31.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:30 smithi028 ceph-mon[112123]: pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:30 smithi138 ceph-mon[117003]: from='client.523905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:30 smithi138 ceph-mon[117003]: pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:31.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:30 smithi161 ceph-mon[116604]: from='client.523905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:31.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:30 smithi161 ceph-mon[116604]: pgmap v19492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:33.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:32 smithi028 ceph-mon[112123]: pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:32 smithi138 ceph-mon[117003]: pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:33.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:32 smithi161 ceph-mon[116604]: pgmap v19493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:34.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:34.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:34.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:35.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:34 smithi028 ceph-mon[112123]: pgmap v19494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:35.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:34 smithi138 ceph-mon[117003]: pgmap v19494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:34 smithi161 ceph-mon[116604]: pgmap v19494: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:35.652 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:35.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:35.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:35.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:35.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:36 smithi028 ceph-mon[112123]: from='client.523980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:37.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:36 smithi028 ceph-mon[112123]: pgmap v19495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:36 smithi138 ceph-mon[117003]: from='client.523980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:36 smithi138 ceph-mon[117003]: pgmap v19495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:37.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:36 smithi161 ceph-mon[116604]: from='client.523980 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:37.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:36 smithi161 ceph-mon[116604]: pgmap v19495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:38 smithi161 ceph-mon[116604]: pgmap v19496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:38 smithi028 ceph-mon[112123]: pgmap v19496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:39.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:38 smithi138 ceph-mon[117003]: pgmap v19496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:36:40.653 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:40.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:40.654 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:41.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:40 smithi028 ceph-mon[112123]: pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:40 smithi138 ceph-mon[117003]: pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:41.435 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:41.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:41.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:41.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:41.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:40 smithi161 ceph-mon[116604]: pgmap v19497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:42 smithi028 ceph-mon[112123]: from='client.524055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:43.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:42 smithi028 ceph-mon[112123]: 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-07T15:36:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:42 smithi138 ceph-mon[117003]: from='client.524055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:42 smithi138 ceph-mon[117003]: 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-07T15:36:43.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:42 smithi161 ceph-mon[116604]: from='client.524055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:43.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:42 smithi161 ceph-mon[116604]: 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-07T15:36:45.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:44 smithi028 ceph-mon[112123]: 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-07T15:36:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:44 smithi138 ceph-mon[117003]: 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-07T15:36:45.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:44 smithi161 ceph-mon[116604]: 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-07T15:36:46.436 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:46.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:46.437 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:47.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:47.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:47.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:47.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:47.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:47.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:46 smithi028 ceph-mon[112123]: 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-07T15:36:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:46 smithi138 ceph-mon[117003]: 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-07T15:36:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:46 smithi161 ceph-mon[116604]: 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-07T15:36:48.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:47 smithi028 ceph-mon[112123]: from='client.524133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:48.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:47 smithi138 ceph-mon[117003]: from='client.524133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:48.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:47 smithi161 ceph-mon[116604]: from='client.524133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:49.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:48 smithi028 ceph-mon[112123]: 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-07T15:36:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:48 smithi138 ceph-mon[117003]: 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-07T15:36:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:48 smithi161 ceph-mon[116604]: 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-07T15:36:51.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:50 smithi028 ceph-mon[112123]: 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-07T15:36:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:50 smithi138 ceph-mon[117003]: 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-07T15:36:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:50 smithi161 ceph-mon[116604]: 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-07T15:36:52.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:52.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:52.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:52.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:52.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:52.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:52.984 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:52.984 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:52 smithi138 ceph-mon[117003]: 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-07T15:36:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:52 smithi161 ceph-mon[116604]: 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-07T15:36:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:52 smithi028 ceph-mon[112123]: 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-07T15:36:54.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:53 smithi138 ceph-mon[117003]: from='client.524208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:54.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:53 smithi161 ceph-mon[116604]: from='client.524208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:54.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:53 smithi028 ceph-mon[112123]: from='client.524208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:54 smithi138 ceph-mon[117003]: 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-07T15:36:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:54 smithi161 ceph-mon[116604]: 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-07T15:36:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:54 smithi028 ceph-mon[112123]: 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-07T15:36:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:56 smithi138 ceph-mon[117003]: pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:57.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:56 smithi161 ceph-mon[116604]: pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:57.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:56 smithi028 ceph-mon[112123]: pgmap v19505: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:36:57.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:36:57.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:36:57.986 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:36:58.779 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:36:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:36:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:36:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:36:58.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:36:58.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:58 smithi161 ceph-mon[116604]: pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:58 smithi028 ceph-mon[112123]: pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:58 smithi138 ceph-mon[117003]: pgmap v19506: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:36:59.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:36:59 smithi161 ceph-mon[116604]: from='client.524283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:36:59.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:36:59 smithi028 ceph-mon[112123]: from='client.524283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:00.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:36:59 smithi138 ceph-mon[117003]: from='client.524283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:00.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:00 smithi161 ceph-mon[116604]: pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:00.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:00 smithi028 ceph-mon[112123]: pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:00 smithi138 ceph-mon[117003]: pgmap v19507: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:03.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:02 smithi028 ceph-mon[112123]: pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:02 smithi138 ceph-mon[117003]: pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:03.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:02 smithi161 ceph-mon[116604]: pgmap v19508: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:03.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:03.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:03.781 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:04.548 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:04.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:04.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:04.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:04.548 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:04 smithi028 ceph-mon[112123]: pgmap v19509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:05.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:04 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:05.251 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:04 smithi138 ceph-mon[117003]: pgmap v19509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:05.251 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:04 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:05.290 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:04 smithi161 ceph-mon[116604]: pgmap v19509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:05.290 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:04 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:37:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:05 smithi028 ceph-mon[112123]: from='client.524355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:05 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:05 smithi138 ceph-mon[117003]: from='client.524355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:05 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:05 smithi161 ceph-mon[116604]: from='client.524355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:06.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:05 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: 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-07T15:37:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:07.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:37:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:37:07.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: 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-07T15:37:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:37:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:37:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: 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-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:37:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:37:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:07 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14702M 2023-12-07T15:37:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:07 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 20996M 2023-12-07T15:37:08.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:07 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16899M 2023-12-07T15:37:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:07 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14702M 2023-12-07T15:37:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:07 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 20996M 2023-12-07T15:37:08.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:07 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16899M 2023-12-07T15:37:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:07 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14702M 2023-12-07T15:37:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:07 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 20996M 2023-12-07T15:37:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:07 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16899M 2023-12-07T15:37:09.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:08 smithi138 ceph-mon[117003]: pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:08 smithi161 ceph-mon[116604]: pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:08 smithi028 ceph-mon[112123]: pgmap v19511: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:09.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:09.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:09.550 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:10.318 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:10.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:10.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:10.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:10.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:10 smithi138 ceph-mon[117003]: pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:10 smithi138 ceph-mon[117003]: from='client.524433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:10 smithi161 ceph-mon[116604]: pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:11.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:10 smithi161 ceph-mon[116604]: from='client.524433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:10 smithi028 ceph-mon[112123]: pgmap v19512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:10 smithi028 ceph-mon[112123]: from='client.524433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:13.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:12 smithi138 ceph-mon[117003]: pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:12 smithi161 ceph-mon[116604]: pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:12 smithi028 ceph-mon[112123]: pgmap v19513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:14 smithi138 ceph-mon[117003]: pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:15.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:15.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:15.319 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:14 smithi161 ceph-mon[116604]: pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:14 smithi028 ceph-mon[112123]: pgmap v19514: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:16.093 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:16.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:16.093 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:16.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:16.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:16 smithi138 ceph-mon[117003]: from='client.524505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:17.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:16 smithi138 ceph-mon[117003]: pgmap v19515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:17.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:16 smithi161 ceph-mon[116604]: from='client.524505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:17.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:16 smithi161 ceph-mon[116604]: pgmap v19515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:17.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:16 smithi028 ceph-mon[112123]: from='client.524505 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:17.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:16 smithi028 ceph-mon[112123]: pgmap v19515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:18.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:18 smithi161 ceph-mon[116604]: 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-07T15:37:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:18 smithi028 ceph-mon[112123]: 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-07T15:37:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:18 smithi138 ceph-mon[117003]: 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-07T15:37:21.095 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:21.095 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:21.096 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:21.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:20 smithi028 ceph-mon[112123]: 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-07T15:37:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:20 smithi138 ceph-mon[117003]: 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-07T15:37:21.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:20 smithi161 ceph-mon[116604]: 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-07T15:37:21.877 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:21.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:21.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:21.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:21.877 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:22 smithi028 ceph-mon[112123]: from='client.524580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:23.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:22 smithi028 ceph-mon[112123]: 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-07T15:37:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:22 smithi138 ceph-mon[117003]: from='client.524580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:22 smithi138 ceph-mon[117003]: 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-07T15:37:23.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:22 smithi161 ceph-mon[116604]: from='client.524580 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:23.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:22 smithi161 ceph-mon[116604]: 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-07T15:37:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:24 smithi138 ceph-mon[117003]: 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-07T15:37:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:24 smithi161 ceph-mon[116604]: 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-07T15:37:25.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:24 smithi028 ceph-mon[112123]: 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-07T15:37:26.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:26.879 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:26.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:26 smithi138 ceph-mon[117003]: 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-07T15:37:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:26 smithi161 ceph-mon[116604]: 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-07T15:37:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:26 smithi028 ceph-mon[112123]: 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-07T15:37:27.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:27.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:27.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:27.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:27.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:28 smithi161 ceph-mon[116604]: from='client.524655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:28 smithi161 ceph-mon[116604]: 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-07T15:37:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:28 smithi028 ceph-mon[112123]: from='client.524655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:28 smithi028 ceph-mon[112123]: 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-07T15:37:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:28 smithi138 ceph-mon[117003]: from='client.524655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:28 smithi138 ceph-mon[117003]: 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-07T15:37:31.216 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:30 smithi028 ceph-mon[112123]: pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:31.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:30 smithi138 ceph-mon[117003]: pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:30 smithi161 ceph-mon[116604]: pgmap v19522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:32.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:32.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:32.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:32 smithi138 ceph-mon[117003]: pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:32 smithi161 ceph-mon[116604]: pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:33.439 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:33.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:33.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:33.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:33.440 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:32 smithi028 ceph-mon[112123]: pgmap v19523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:35.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:34 smithi138 ceph-mon[117003]: from='client.524730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:35.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:34 smithi138 ceph-mon[117003]: pgmap v19524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:35.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:34 smithi161 ceph-mon[116604]: from='client.524730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:35.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:34 smithi161 ceph-mon[116604]: pgmap v19524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:35.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:34 smithi028 ceph-mon[112123]: from='client.524730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:35.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:34 smithi028 ceph-mon[112123]: pgmap v19524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:36 smithi138 ceph-mon[117003]: pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:37.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:36 smithi161 ceph-mon[116604]: pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:37.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:36 smithi028 ceph-mon[112123]: pgmap v19525: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:37:38.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:38.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:38.441 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:38.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:38 smithi161 ceph-mon[116604]: pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:38.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:38 smithi028 ceph-mon[112123]: pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:38 smithi138 ceph-mon[117003]: pgmap v19526: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:39.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:39.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:39.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:39.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:39.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:39.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:39 smithi161 ceph-mon[116604]: from='client.524808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:39.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:39 smithi028 ceph-mon[112123]: from='client.524808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:39 smithi138 ceph-mon[117003]: from='client.524808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:40.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:40 smithi161 ceph-mon[116604]: pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:37:40.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:40 smithi028 ceph-mon[112123]: pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:37:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:40 smithi138 ceph-mon[117003]: pgmap v19527: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:37:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:42 smithi138 ceph-mon[117003]: pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:37:43.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:42 smithi161 ceph-mon[116604]: pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:37:43.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:42 smithi028 ceph-mon[112123]: pgmap v19528: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:37:44.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:44.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:44.213 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:44.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:44.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:44.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:44.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:44.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:44 smithi138 ceph-mon[117003]: pgmap v19529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:37:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:44 smithi161 ceph-mon[116604]: pgmap v19529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:37:45.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:44 smithi028 ceph-mon[112123]: pgmap v19529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:37:46.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:45 smithi138 ceph-mon[117003]: from='client.524886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:45 smithi161 ceph-mon[116604]: from='client.524886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:46.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:45 smithi028 ceph-mon[112123]: from='client.524886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:46 smithi138 ceph-mon[117003]: pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:46 smithi161 ceph-mon[116604]: pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:46 smithi028 ceph-mon[112123]: pgmap v19530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:48 smithi161 ceph-mon[116604]: pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:48 smithi028 ceph-mon[112123]: pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:48 smithi138 ceph-mon[117003]: pgmap v19531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:37:49.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:49.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:49.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:50.746 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:50.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:50.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:50.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:50.746 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:50 smithi138 ceph-mon[117003]: pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:50 smithi161 ceph-mon[116604]: pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:50 smithi028 ceph-mon[112123]: pgmap v19532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:37:52.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:51 smithi138 ceph-mon[117003]: from='client.524964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:51 smithi161 ceph-mon[116604]: from='client.524964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:52.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:51 smithi028 ceph-mon[112123]: from='client.524964 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:52 smithi138 ceph-mon[117003]: pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:37:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:52 smithi161 ceph-mon[116604]: pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:37:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:52 smithi028 ceph-mon[112123]: pgmap v19533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:37:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:54 smithi138 ceph-mon[117003]: pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:37:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:54 smithi161 ceph-mon[116604]: pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:37:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:54 smithi028 ceph-mon[112123]: pgmap v19534: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:37:55.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:37:55.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:37:55.748 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:37:56.521 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:37:56.521 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:37:56.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:37:56.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:37:56.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:37:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:56 smithi138 ceph-mon[117003]: pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:37:57.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:56 smithi161 ceph-mon[116604]: pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:37:57.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:56 smithi028 ceph-mon[112123]: pgmap v19535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:37:58.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:57 smithi138 ceph-mon[117003]: from='client.525042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:57 smithi161 ceph-mon[116604]: from='client.525042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:58.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:57 smithi028 ceph-mon[112123]: from='client.525042 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:37:59.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:37:58 smithi138 ceph-mon[117003]: 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-07T15:37:59.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:37:58 smithi161 ceph-mon[116604]: 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-07T15:37:59.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:37:58 smithi028 ceph-mon[112123]: 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-07T15:38:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:00 smithi138 ceph-mon[117003]: 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-07T15:38:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:00 smithi161 ceph-mon[116604]: 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-07T15:38:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:00 smithi028 ceph-mon[112123]: 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-07T15:38:01.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:01.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:01.523 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:02.314 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:02.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:02.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:02.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:02.315 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:02 smithi138 ceph-mon[117003]: from='client.525120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:02 smithi138 ceph-mon[117003]: 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-07T15:38:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:02 smithi161 ceph-mon[116604]: from='client.525120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:03.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:02 smithi161 ceph-mon[116604]: 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-07T15:38:03.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:02 smithi028 ceph-mon[112123]: from='client.525120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:03.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:02 smithi028 ceph-mon[112123]: 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-07T15:38:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:04 smithi138 ceph-mon[117003]: 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-07T15:38:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:04 smithi161 ceph-mon[116604]: 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-07T15:38:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:04 smithi028 ceph-mon[112123]: 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-07T15:38:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:06 smithi138 ceph-mon[117003]: 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-07T15:38:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:38:07.316 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:07.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:07.316 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:06 smithi161 ceph-mon[116604]: 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-07T15:38:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:38:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:06 smithi028 ceph-mon[112123]: 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-07T15:38:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:38:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:38:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:38:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:38:08.096 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:08.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:08.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:08.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:08.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:08 smithi161 ceph-mon[116604]: from='client.525198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:08.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:08 smithi161 ceph-mon[116604]: 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-07T15:38:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:08 smithi028 ceph-mon[112123]: from='client.525198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:08 smithi028 ceph-mon[112123]: 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-07T15:38:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:08 smithi138 ceph-mon[117003]: from='client.525198 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:08 smithi138 ceph-mon[117003]: 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-07T15:38:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:10 smithi138 ceph-mon[117003]: pgmap v19542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:10 smithi161 ceph-mon[116604]: pgmap v19542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:11.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:10 smithi028 ceph-mon[112123]: pgmap v19542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:13.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:13.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:13.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:13.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:12 smithi138 ceph-mon[117003]: pgmap v19543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:12 smithi161 ceph-mon[116604]: pgmap v19543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:12 smithi028 ceph-mon[112123]: pgmap v19543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:13.874 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:13.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:13.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:13.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:13.875 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:14 smithi138 ceph-mon[117003]: from='client.525276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:14 smithi138 ceph-mon[117003]: pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:14 smithi161 ceph-mon[116604]: from='client.525276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:14 smithi161 ceph-mon[116604]: pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:14 smithi028 ceph-mon[112123]: from='client.525276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:14 smithi028 ceph-mon[112123]: pgmap v19544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:16 smithi138 ceph-mon[117003]: pgmap v19545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:16 smithi161 ceph-mon[116604]: pgmap v19545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:17.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:16 smithi028 ceph-mon[112123]: pgmap v19545: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:18.876 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:18.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:18.877 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:18.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:18 smithi161 ceph-mon[116604]: pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:18 smithi028 ceph-mon[112123]: pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:18 smithi138 ceph-mon[117003]: pgmap v19546: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:19.653 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:19.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:19.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:19.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:19.654 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:20 smithi138 ceph-mon[117003]: from='client.525351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:20 smithi138 ceph-mon[117003]: 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-07T15:38:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:20 smithi161 ceph-mon[116604]: from='client.525351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:21.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:20 smithi161 ceph-mon[116604]: 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-07T15:38:21.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:20 smithi028 ceph-mon[112123]: from='client.525351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:21.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:20 smithi028 ceph-mon[112123]: 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-07T15:38:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:22 smithi138 ceph-mon[117003]: pgmap v19548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:22 smithi161 ceph-mon[116604]: pgmap v19548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:23.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:22 smithi028 ceph-mon[112123]: pgmap v19548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:24.655 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:24.655 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:24.656 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:24 smithi138 ceph-mon[117003]: pgmap v19549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:25.424 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:25.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:25.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:25.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:25.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:24 smithi161 ceph-mon[116604]: pgmap v19549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:24 smithi028 ceph-mon[112123]: pgmap v19549: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:25 smithi138 ceph-mon[117003]: from='client.525426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:25 smithi161 ceph-mon[116604]: from='client.525426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:25 smithi028 ceph-mon[112123]: from='client.525426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:26 smithi138 ceph-mon[117003]: pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:27.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:26 smithi161 ceph-mon[116604]: pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:27.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:26 smithi028 ceph-mon[112123]: pgmap v19550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:28.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:28 smithi161 ceph-mon[116604]: pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:28.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:28 smithi028 ceph-mon[112123]: pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:28 smithi138 ceph-mon[117003]: pgmap v19551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:38:30.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:30.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:30.426 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:31.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:31.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:31.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:31.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:31.212 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:30 smithi138 ceph-mon[117003]: pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:30 smithi161 ceph-mon[116604]: pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:31.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:30 smithi028 ceph-mon[112123]: pgmap v19552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:32.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:31 smithi138 ceph-mon[117003]: from='client.525501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:31 smithi161 ceph-mon[116604]: from='client.525501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:32.564 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:31 smithi028 ceph-mon[112123]: from='client.525501 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:33.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:32 smithi138 ceph-mon[117003]: 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-07T15:38:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:32 smithi161 ceph-mon[116604]: 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-07T15:38:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:32 smithi028 ceph-mon[112123]: 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-07T15:38:35.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:34 smithi138 ceph-mon[117003]: 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-07T15:38:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:34 smithi161 ceph-mon[116604]: 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-07T15:38:35.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:34 smithi028 ceph-mon[112123]: 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-07T15:38:36.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:36.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:36.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:36.980 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:36.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:36.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:36.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:36.980 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:36 smithi138 ceph-mon[117003]: 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-07T15:38:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:36 smithi161 ceph-mon[116604]: 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-07T15:38:37.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:36 smithi028 ceph-mon[112123]: 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-07T15:38:38.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:37 smithi138 ceph-mon[117003]: from='client.525579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:37 smithi161 ceph-mon[116604]: from='client.525579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:38.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:37 smithi028 ceph-mon[112123]: from='client.525579 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:39.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:38 smithi138 ceph-mon[117003]: 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-07T15:38:39.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:38 smithi161 ceph-mon[116604]: 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-07T15:38:39.466 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:38 smithi028 ceph-mon[112123]: 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-07T15:38:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:40 smithi138 ceph-mon[117003]: 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-07T15:38:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:40 smithi161 ceph-mon[116604]: 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-07T15:38:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:40 smithi028 ceph-mon[112123]: 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-07T15:38:41.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:41.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:41.982 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:42.759 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:42.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:42.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:42.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:42.759 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:43 smithi138 ceph-mon[117003]: 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-07T15:38:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:43 smithi161 ceph-mon[116604]: 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-07T15:38:43.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:42 smithi028 ceph-mon[112123]: 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-07T15:38:44.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:44 smithi138 ceph-mon[117003]: from='client.525657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:44 smithi161 ceph-mon[116604]: from='client.525657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:44.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:44 smithi028 ceph-mon[112123]: from='client.525657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:45 smithi138 ceph-mon[117003]: 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-07T15:38:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:45 smithi161 ceph-mon[116604]: 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-07T15:38:45.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:45 smithi028 ceph-mon[112123]: 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-07T15:38:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:47 smithi138 ceph-mon[117003]: 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-07T15:38:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:47 smithi161 ceph-mon[116604]: 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-07T15:38:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:47 smithi028 ceph-mon[112123]: 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-07T15:38:47.760 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:47.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:47.761 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:48.530 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:48.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:48.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:48.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:48.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:48.939 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:48 smithi161 ceph-mon[116604]: 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-07T15:38:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:48 smithi028 ceph-mon[112123]: 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-07T15:38:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:48 smithi138 ceph-mon[117003]: 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-07T15:38:49.938 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:49 smithi161 ceph-mon[116604]: from='client.525732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:49.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:49 smithi028 ceph-mon[112123]: from='client.525732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:49 smithi138 ceph-mon[117003]: from='client.525732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:50.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:50 smithi028 ceph-mon[112123]: pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:50 smithi138 ceph-mon[117003]: pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:51.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:50 smithi161 ceph-mon[116604]: pgmap v19562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:38:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:52 smithi138 ceph-mon[117003]: pgmap v19563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:52 smithi161 ceph-mon[116604]: pgmap v19563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:52 smithi028 ceph-mon[112123]: pgmap v19563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:53.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:53.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:53.532 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:38:54.312 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:38:54.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:38:54.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:38:54.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:38:54.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:38:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:54 smithi138 ceph-mon[117003]: from='client.525804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:54 smithi138 ceph-mon[117003]: pgmap v19564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:54 smithi161 ceph-mon[116604]: from='client.525804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:55.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:54 smithi161 ceph-mon[116604]: pgmap v19564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:54 smithi028 ceph-mon[112123]: from='client.525804 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:38:55.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:54 smithi028 ceph-mon[112123]: pgmap v19564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:38:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:56 smithi138 ceph-mon[117003]: pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:38:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:56 smithi161 ceph-mon[116604]: pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:38:57.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:56 smithi028 ceph-mon[112123]: pgmap v19565: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:38:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:38:58 smithi028 ceph-mon[112123]: pgmap v19566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:38:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:38:58 smithi138 ceph-mon[117003]: pgmap v19566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:38:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:38:58 smithi161 ceph-mon[116604]: pgmap v19566: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:38:59.314 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:38:59.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:38:59.315 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:00.094 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:00.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:00.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:00.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:00.094 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:00 smithi138 ceph-mon[117003]: from='client.525882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:01.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:00 smithi138 ceph-mon[117003]: 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-07T15:39:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:00 smithi161 ceph-mon[116604]: from='client.525882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:00 smithi161 ceph-mon[116604]: 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-07T15:39:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:00 smithi028 ceph-mon[112123]: from='client.525882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:00 smithi028 ceph-mon[112123]: 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-07T15:39:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:02 smithi138 ceph-mon[117003]: pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:02 smithi161 ceph-mon[116604]: pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:02 smithi028 ceph-mon[112123]: pgmap v19568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:05.096 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:05.096 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:05.096 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:04 smithi138 ceph-mon[117003]: pgmap v19569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:04 smithi161 ceph-mon[116604]: pgmap v19569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:04 smithi028 ceph-mon[112123]: pgmap v19569: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:05.885 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:05.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:05.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:05.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:05.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:06 smithi138 ceph-mon[117003]: from='client.525960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:06 smithi138 ceph-mon[117003]: pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:07.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:06 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:06 smithi161 ceph-mon[116604]: from='client.525960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:06 smithi161 ceph-mon[116604]: pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:07.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:06 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:06 smithi028 ceph-mon[112123]: from='client.525960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:06 smithi028 ceph-mon[112123]: pgmap v19570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:07.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:06 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:39:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:07 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:39:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:08.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:07 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:39:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:39:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:39:08.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:07 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:39:09.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:08 smithi138 ceph-mon[117003]: pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:39:09.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:08 smithi161 ceph-mon[116604]: pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:39:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:08 smithi028 ceph-mon[112123]: pgmap v19571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:39:10.886 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:10.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:10.887 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:10 smithi138 ceph-mon[117003]: pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:39:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:10 smithi161 ceph-mon[116604]: pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:39:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:10 smithi028 ceph-mon[112123]: pgmap v19572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:39:11.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:11.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:11.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:11.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:11.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:13.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:13 smithi138 ceph-mon[117003]: from='client.526038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:13.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:13 smithi138 ceph-mon[117003]: 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-07T15:39:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:13 smithi161 ceph-mon[116604]: from='client.526038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:13.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:13 smithi161 ceph-mon[116604]: 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-07T15:39:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:13 smithi028 ceph-mon[112123]: from='client.526038 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:13 smithi028 ceph-mon[112123]: 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-07T15:39:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:15 smithi138 ceph-mon[117003]: 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-07T15:39:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:15 smithi161 ceph-mon[116604]: 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-07T15:39:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:15 smithi028 ceph-mon[112123]: 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-07T15:39:16.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:16.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:16.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:17 smithi138 ceph-mon[117003]: 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-07T15:39:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:17 smithi161 ceph-mon[116604]: 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-07T15:39:17.462 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:17.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:17.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:17.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:17.462 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:17 smithi028 ceph-mon[112123]: 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-07T15:39:18.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:18 smithi028 ceph-mon[112123]: from='client.526113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:18.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:18 smithi028 ceph-mon[112123]: 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-07T15:39:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:18 smithi138 ceph-mon[117003]: from='client.526113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:18 smithi138 ceph-mon[117003]: 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-07T15:39:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:18 smithi161 ceph-mon[116604]: from='client.526113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:19.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:18 smithi161 ceph-mon[116604]: 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-07T15:39:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:20 smithi138 ceph-mon[117003]: 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-07T15:39:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:20 smithi161 ceph-mon[116604]: 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-07T15:39:21.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:20 smithi028 ceph-mon[112123]: 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-07T15:39:22.464 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:22.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:22.465 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:23.242 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:23.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:23.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:23.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:23.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:22 smithi138 ceph-mon[117003]: 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-07T15:39:23.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:22 smithi161 ceph-mon[116604]: 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-07T15:39:23.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:22 smithi028 ceph-mon[112123]: 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-07T15:39:24.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:23 smithi138 ceph-mon[117003]: from='client.526188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:24 smithi161 ceph-mon[116604]: from='client.526188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:23 smithi028 ceph-mon[112123]: from='client.526188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:25 smithi138 ceph-mon[117003]: 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-07T15:39:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:25 smithi161 ceph-mon[116604]: 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-07T15:39:25.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:25 smithi028 ceph-mon[112123]: 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-07T15:39:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:27 smithi138 ceph-mon[117003]: 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-07T15:39:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:27 smithi161 ceph-mon[116604]: 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-07T15:39:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:27 smithi028 ceph-mon[112123]: 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-07T15:39:28.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:28.244 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:28.244 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:28.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:28 smithi028 ceph-mon[112123]: 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-07T15:39:29.015 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:29.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:29.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:29.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:29.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:28 smithi138 ceph-mon[117003]: 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-07T15:39:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:28 smithi161 ceph-mon[116604]: 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-07T15:39:29.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:29 smithi028 ceph-mon[112123]: from='client.526266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:30.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:29 smithi138 ceph-mon[117003]: from='client.526266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:29 smithi161 ceph-mon[116604]: from='client.526266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:30.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:30 smithi028 ceph-mon[112123]: pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:31.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:30 smithi138 ceph-mon[117003]: pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:30 smithi161 ceph-mon[116604]: pgmap v19582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:39:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:32 smithi138 ceph-mon[117003]: pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:32 smithi161 ceph-mon[116604]: pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:33.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:32 smithi028 ceph-mon[112123]: pgmap v19583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:34.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:34.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:34.017 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:34.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:34.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:34.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:34.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:34.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:35.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:34 smithi138 ceph-mon[117003]: pgmap v19584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:35.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:34 smithi161 ceph-mon[116604]: pgmap v19584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:34 smithi028 ceph-mon[112123]: pgmap v19584: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:36.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:36 smithi138 ceph-mon[117003]: from='client.526341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:36.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:36 smithi161 ceph-mon[116604]: from='client.526341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:36.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:36 smithi028 ceph-mon[112123]: from='client.526341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:37 smithi138 ceph-mon[117003]: 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-07T15:39:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:37 smithi161 ceph-mon[116604]: 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-07T15:39:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:37 smithi028 ceph-mon[112123]: 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-07T15:39:38.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:38 smithi028 ceph-mon[112123]: 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-07T15:39:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:38 smithi138 ceph-mon[117003]: 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-07T15:39:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:38 smithi161 ceph-mon[116604]: 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-07T15:39:39.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:39.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:39.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:40.565 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:40.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:40.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:40.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:40.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:40 smithi138 ceph-mon[117003]: 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-07T15:39:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:40 smithi161 ceph-mon[116604]: 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-07T15:39:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:40 smithi028 ceph-mon[112123]: 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-07T15:39:42.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:42 smithi138 ceph-mon[117003]: from='client.526419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:42 smithi161 ceph-mon[116604]: from='client.526419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:42 smithi028 ceph-mon[112123]: from='client.526419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:43 smithi138 ceph-mon[117003]: pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:43 smithi161 ceph-mon[116604]: pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:43 smithi028 ceph-mon[112123]: pgmap v19588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:45 smithi138 ceph-mon[117003]: pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:45 smithi161 ceph-mon[116604]: pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:45 smithi028 ceph-mon[112123]: pgmap v19589: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:39:45.567 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:45.567 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:45.568 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:46.337 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:46.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:46.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:46.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:46.338 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:47 smithi138 ceph-mon[117003]: pgmap v19590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:47 smithi138 ceph-mon[117003]: from='client.526494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:47 smithi161 ceph-mon[116604]: pgmap v19590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:47 smithi161 ceph-mon[116604]: from='client.526494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:47 smithi028 ceph-mon[112123]: pgmap v19590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:39:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:47 smithi028 ceph-mon[112123]: from='client.526494 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:48 smithi028 ceph-mon[112123]: 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-07T15:39:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:48 smithi138 ceph-mon[117003]: 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-07T15:39:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:48 smithi161 ceph-mon[116604]: 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-07T15:39:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:50 smithi138 ceph-mon[117003]: 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-07T15:39:51.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:51.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:51.340 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:50 smithi161 ceph-mon[116604]: 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-07T15:39:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:50 smithi028 ceph-mon[112123]: 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-07T15:39:52.113 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:52.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:52.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:52.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:52.113 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:53 smithi138 ceph-mon[117003]: from='client.526566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:53 smithi138 ceph-mon[117003]: 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-07T15:39:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:53 smithi161 ceph-mon[116604]: from='client.526566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:53 smithi161 ceph-mon[116604]: 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-07T15:39:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:53 smithi028 ceph-mon[112123]: from='client.526566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:53 smithi028 ceph-mon[112123]: 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-07T15:39:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:55 smithi138 ceph-mon[117003]: 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-07T15:39:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:55 smithi161 ceph-mon[116604]: 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-07T15:39:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:55 smithi028 ceph-mon[112123]: 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-07T15:39:57.114 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:39:57.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:39:57.115 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:39:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:57 smithi138 ceph-mon[117003]: 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-07T15:39:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:57 smithi161 ceph-mon[116604]: 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-07T15:39:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:57 smithi028 ceph-mon[112123]: 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-07T15:39:57.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:39:57.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:39:57.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:39:57.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:39:57.882 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:39:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:58 smithi028 ceph-mon[112123]: from='client.526641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:58.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:39:58 smithi028 ceph-mon[112123]: 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-07T15:39:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:58 smithi138 ceph-mon[117003]: from='client.526641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:39:58 smithi138 ceph-mon[117003]: 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-07T15:39:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:58 smithi161 ceph-mon[116604]: from='client.526641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:39:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:39:58 smithi161 ceph-mon[116604]: 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-07T15:40:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:01 smithi138 ceph-mon[117003]: 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-07T15:40:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:01 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T15:40:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:01 smithi161 ceph-mon[116604]: 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-07T15:40:01.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:01 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T15:40:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:01 smithi028 ceph-mon[112123]: 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-07T15:40:01.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:01 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T15:40:02.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:02.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:02.884 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:03 smithi138 ceph-mon[117003]: 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-07T15:40:03.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:03 smithi161 ceph-mon[116604]: 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-07T15:40:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:03 smithi028 ceph-mon[112123]: 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-07T15:40:03.659 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:03.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:03.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:03.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:03.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:05 smithi138 ceph-mon[117003]: from='client.526719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:05.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:05 smithi138 ceph-mon[117003]: 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-07T15:40:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:05 smithi161 ceph-mon[116604]: from='client.526719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:05 smithi161 ceph-mon[116604]: 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-07T15:40:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:05 smithi028 ceph-mon[112123]: from='client.526719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:05.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:05 smithi028 ceph-mon[112123]: 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-07T15:40:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:07 smithi138 ceph-mon[117003]: 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-07T15:40:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:07 smithi161 ceph-mon[116604]: 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-07T15:40:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:07 smithi028 ceph-mon[112123]: 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-07T15:40:08.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:08.661 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:08.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:08.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:08 smithi028 ceph-mon[112123]: 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-07T15:40:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:08.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:08 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:40:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:08 smithi138 ceph-mon[117003]: 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-07T15:40:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:09.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:08 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:40:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:40:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:08 smithi161 ceph-mon[116604]: 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-07T15:40:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:40:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:40:09.190 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:08 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:40:09.456 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:09.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:09.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:09.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:09.456 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:09.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:09 smithi028 ceph-mon[112123]: from='client.526797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:09 smithi138 ceph-mon[117003]: from='client.526797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:09 smithi161 ceph-mon[116604]: from='client.526797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:10.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:10 smithi028 ceph-mon[112123]: pgmap v19602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:40:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:10 smithi138 ceph-mon[117003]: pgmap v19602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:40:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:10 smithi161 ceph-mon[116604]: pgmap v19602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:40:13.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:13 smithi138 ceph-mon[117003]: pgmap v19603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:40:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:13 smithi161 ceph-mon[116604]: pgmap v19603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:40:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:13 smithi028 ceph-mon[112123]: pgmap v19603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:40:14.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:14.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:14.458 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:15.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:15.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:15.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:15.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:15.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:15 smithi138 ceph-mon[117003]: pgmap v19604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:40:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:15 smithi161 ceph-mon[116604]: pgmap v19604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:40:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:15 smithi028 ceph-mon[112123]: pgmap v19604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:40:16.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:16 smithi138 ceph-mon[117003]: from='client.526875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:16 smithi161 ceph-mon[116604]: from='client.526875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:16 smithi028 ceph-mon[112123]: from='client.526875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:17 smithi138 ceph-mon[117003]: 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-07T15:40:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:17 smithi161 ceph-mon[116604]: 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-07T15:40:17.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:17 smithi028 ceph-mon[112123]: 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-07T15:40:18.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:18 smithi028 ceph-mon[112123]: 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-07T15:40:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:18 smithi138 ceph-mon[117003]: 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-07T15:40:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:18 smithi161 ceph-mon[116604]: 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-07T15:40:20.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:20.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:20.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:20.996 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:20.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:20.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:20.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:20.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:21.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:21 smithi138 ceph-mon[117003]: 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-07T15:40:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:21 smithi161 ceph-mon[116604]: 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-07T15:40:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:21 smithi028 ceph-mon[112123]: 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-07T15:40:22.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:22 smithi138 ceph-mon[117003]: from='client.526950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:22 smithi161 ceph-mon[116604]: from='client.526950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:22 smithi028 ceph-mon[112123]: from='client.526950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:23 smithi138 ceph-mon[117003]: pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:40:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:23 smithi161 ceph-mon[116604]: pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:40:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:23 smithi028 ceph-mon[112123]: pgmap v19608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:40:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:25 smithi138 ceph-mon[117003]: pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:40:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:25 smithi161 ceph-mon[116604]: pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:40:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:25 smithi028 ceph-mon[112123]: pgmap v19609: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:40:25.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:25.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:25.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:26.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:26.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:26.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:26.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:26.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:27 smithi138 ceph-mon[117003]: pgmap v19610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:40:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:27 smithi161 ceph-mon[116604]: pgmap v19610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:40:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:27 smithi028 ceph-mon[112123]: pgmap v19610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:40:28.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:28 smithi138 ceph-mon[117003]: from='client.527025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:28 smithi161 ceph-mon[116604]: from='client.527025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:28 smithi028 ceph-mon[112123]: from='client.527025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:29.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:29 smithi138 ceph-mon[117003]: 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-07T15:40:29.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:29 smithi161 ceph-mon[116604]: 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-07T15:40:29.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:29 smithi028 ceph-mon[112123]: 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-07T15:40:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:31 smithi138 ceph-mon[117003]: 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-07T15:40:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:31 smithi161 ceph-mon[116604]: 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-07T15:40:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:31 smithi028 ceph-mon[112123]: 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-07T15:40:31.770 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:31.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:31.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:32.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:32.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:32.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:32.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:32.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:33 smithi138 ceph-mon[117003]: 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-07T15:40:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:33 smithi161 ceph-mon[116604]: 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-07T15:40:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:33 smithi028 ceph-mon[112123]: 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-07T15:40:34.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:34 smithi138 ceph-mon[117003]: from='client.527103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:34.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:34 smithi161 ceph-mon[116604]: from='client.527103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:34 smithi028 ceph-mon[112123]: from='client.527103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:35.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:35 smithi138 ceph-mon[117003]: 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-07T15:40:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:35 smithi161 ceph-mon[116604]: 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-07T15:40:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:35 smithi028 ceph-mon[112123]: 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-07T15:40:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:37 smithi138 ceph-mon[117003]: 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-07T15:40:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:37 smithi161 ceph-mon[116604]: 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-07T15:40:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:37 smithi028 ceph-mon[112123]: 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-07T15:40:37.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:37.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:37.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:38.321 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:38.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:38.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:38.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:38.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:38 smithi028 ceph-mon[112123]: from='client.527181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:38.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:38 smithi028 ceph-mon[112123]: 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-07T15:40:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:38 smithi138 ceph-mon[117003]: from='client.527181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:38 smithi138 ceph-mon[117003]: 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-07T15:40:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:38 smithi161 ceph-mon[116604]: from='client.527181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:39.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:38 smithi161 ceph-mon[116604]: 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-07T15:40:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:41 smithi138 ceph-mon[117003]: 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-07T15:40:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:41 smithi161 ceph-mon[116604]: 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-07T15:40:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:41 smithi028 ceph-mon[112123]: 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-07T15:40:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:43 smithi138 ceph-mon[117003]: 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-07T15:40:43.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:43.323 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:43.323 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:43 smithi161 ceph-mon[116604]: 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-07T15:40:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:43 smithi028 ceph-mon[112123]: 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-07T15:40:44.110 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:44.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:44.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:44.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:44.111 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:45 smithi138 ceph-mon[117003]: from='client.527256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:45 smithi138 ceph-mon[117003]: 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-07T15:40:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:45 smithi161 ceph-mon[116604]: from='client.527256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:45.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:45 smithi161 ceph-mon[116604]: 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-07T15:40:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:45 smithi028 ceph-mon[112123]: from='client.527256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:45.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:45 smithi028 ceph-mon[112123]: 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-07T15:40:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:47 smithi138 ceph-mon[117003]: 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-07T15:40:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:47 smithi161 ceph-mon[116604]: 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-07T15:40:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:47 smithi028 ceph-mon[112123]: 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-07T15:40:48.965 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:48 smithi028 ceph-mon[112123]: 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-07T15:40:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:48 smithi138 ceph-mon[117003]: 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-07T15:40:49.112 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:49.113 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:49.113 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:48 smithi161 ceph-mon[116604]: 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-07T15:40:49.879 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:49.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:49.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:49.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:49.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:51 smithi138 ceph-mon[117003]: from='client.527334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:51 smithi138 ceph-mon[117003]: 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-07T15:40:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:51 smithi161 ceph-mon[116604]: from='client.527334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:51.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:51 smithi161 ceph-mon[116604]: 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-07T15:40:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:51 smithi028 ceph-mon[112123]: from='client.527334 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:51.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:51 smithi028 ceph-mon[112123]: 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-07T15:40:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:53 smithi138 ceph-mon[117003]: 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-07T15:40:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:53 smithi161 ceph-mon[116604]: 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-07T15:40:53.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:53 smithi028 ceph-mon[112123]: 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-07T15:40:54.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:40:54.881 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:40:54.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:40:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:55 smithi138 ceph-mon[117003]: 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-07T15:40:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:55 smithi161 ceph-mon[116604]: 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-07T15:40:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:55 smithi028 ceph-mon[112123]: 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-07T15:40:55.657 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:40:55.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:40:55.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:40:55.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:40:55.657 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:40:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:57 smithi138 ceph-mon[117003]: from='client.527406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:57 smithi138 ceph-mon[117003]: 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-07T15:40:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:57 smithi161 ceph-mon[116604]: from='client.527406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:57 smithi161 ceph-mon[116604]: 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-07T15:40:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:57 smithi028 ceph-mon[112123]: from='client.527406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:40:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:57 smithi028 ceph-mon[112123]: 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-07T15:40:58.964 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:40:58 smithi028 ceph-mon[112123]: 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-07T15:40:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:40:58 smithi138 ceph-mon[117003]: 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-07T15:40:59.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:40:58 smithi161 ceph-mon[116604]: 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-07T15:41:00.658 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:00.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:00.659 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:01.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:01 smithi138 ceph-mon[117003]: 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-07T15:41:01.434 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:01.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:01.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:01.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:01.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:01 smithi161 ceph-mon[116604]: 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-07T15:41:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:01 smithi028 ceph-mon[112123]: 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-07T15:41:02.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:02 smithi138 ceph-mon[117003]: from='client.527484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:02 smithi161 ceph-mon[116604]: from='client.527484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:02 smithi028 ceph-mon[112123]: from='client.527484 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:03 smithi138 ceph-mon[117003]: 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-07T15:41:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:03 smithi161 ceph-mon[116604]: 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-07T15:41:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:03 smithi028 ceph-mon[112123]: 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-07T15:41:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:05 smithi138 ceph-mon[117003]: 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-07T15:41:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:05 smithi161 ceph-mon[116604]: 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-07T15:41:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:05 smithi028 ceph-mon[112123]: 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-07T15:41:06.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:06.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:06.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:07.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:07.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:07.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:07.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:07.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:07 smithi138 ceph-mon[117003]: 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-07T15:41:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:07 smithi161 ceph-mon[116604]: 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-07T15:41:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:07 smithi028 ceph-mon[112123]: 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-07T15:41:08.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:08 smithi138 ceph-mon[117003]: from='client.527562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:08 smithi161 ceph-mon[116604]: from='client.527562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:08 smithi028 ceph-mon[112123]: from='client.527562 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:09.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:09 smithi138 ceph-mon[117003]: 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-07T15:41:09.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:09.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:09.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:41:09.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:09 smithi161 ceph-mon[116604]: 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-07T15:41:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:09.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:41:09.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:09 smithi028 ceph-mon[112123]: 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-07T15:41:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:41:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:41:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:41:09.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:41:11.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:11 smithi138 ceph-mon[117003]: 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-07T15:41:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:11 smithi161 ceph-mon[116604]: 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-07T15:41:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:11 smithi028 ceph-mon[112123]: 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-07T15:41:12.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:12.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:12.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:12.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:12.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:12.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:12.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:12.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:13.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:13 smithi138 ceph-mon[117003]: 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-07T15:41:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:13 smithi161 ceph-mon[116604]: 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-07T15:41:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:13 smithi028 ceph-mon[112123]: 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-07T15:41:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:14 smithi161 ceph-mon[116604]: from='client.527637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:14 smithi028 ceph-mon[112123]: from='client.527637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:14 smithi138 ceph-mon[117003]: from='client.527637 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:15 smithi161 ceph-mon[116604]: 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-07T15:41:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:15 smithi028 ceph-mon[112123]: 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-07T15:41:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:15 smithi138 ceph-mon[117003]: 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-07T15:41:17.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:17 smithi161 ceph-mon[116604]: 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-07T15:41:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:17 smithi028 ceph-mon[112123]: 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-07T15:41:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:17 smithi138 ceph-mon[117003]: 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-07T15:41:17.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:17.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:17.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:18.774 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:18.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:18.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:18.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:18.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:18 smithi138 ceph-mon[117003]: 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-07T15:41:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:18 smithi161 ceph-mon[116604]: 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-07T15:41:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:18 smithi028 ceph-mon[112123]: 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-07T15:41:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:19 smithi138 ceph-mon[117003]: from='client.527712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:19 smithi161 ceph-mon[116604]: from='client.527712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:19 smithi028 ceph-mon[112123]: from='client.527712 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:21.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:20 smithi138 ceph-mon[117003]: 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-07T15:41:21.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:20 smithi161 ceph-mon[116604]: 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-07T15:41:21.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:20 smithi028 ceph-mon[112123]: 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-07T15:41:23.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:23 smithi138 ceph-mon[117003]: 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-07T15:41:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:23 smithi161 ceph-mon[116604]: 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-07T15:41:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:23 smithi028 ceph-mon[112123]: 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-07T15:41:23.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:23.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:23.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:24.555 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:24.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:24.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:24.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:24.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:25.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:25 smithi138 ceph-mon[117003]: 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-07T15:41:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:25 smithi161 ceph-mon[116604]: 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-07T15:41:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:25 smithi028 ceph-mon[112123]: 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-07T15:41:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:26 smithi138 ceph-mon[117003]: from='client.527790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:26 smithi161 ceph-mon[116604]: from='client.527790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:26 smithi028 ceph-mon[112123]: from='client.527790 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:27.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:27 smithi138 ceph-mon[117003]: pgmap v19640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:27 smithi161 ceph-mon[116604]: pgmap v19640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:27 smithi028 ceph-mon[112123]: pgmap v19640: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:28 smithi138 ceph-mon[117003]: pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:28 smithi161 ceph-mon[116604]: pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:28 smithi028 ceph-mon[112123]: pgmap v19641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:41:29.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:29.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:29.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:30.334 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:30.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:30.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:30.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:30.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:31 smithi138 ceph-mon[117003]: from='client.527868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:31.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:31 smithi138 ceph-mon[117003]: 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-07T15:41:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:31 smithi161 ceph-mon[116604]: from='client.527868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:31 smithi161 ceph-mon[116604]: 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-07T15:41:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:31 smithi028 ceph-mon[112123]: from='client.527868 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:31.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:31 smithi028 ceph-mon[112123]: 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-07T15:41:33.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:33 smithi138 ceph-mon[117003]: 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-07T15:41:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:33 smithi161 ceph-mon[116604]: 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-07T15:41:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:33 smithi028 ceph-mon[112123]: 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-07T15:41:35.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:35 smithi138 ceph-mon[117003]: 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-07T15:41:35.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:35.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:35.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:35 smithi161 ceph-mon[116604]: 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-07T15:41:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:35 smithi028 ceph-mon[112123]: 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-07T15:41:36.101 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:36.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:36.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:36.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:36.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:37 smithi138 ceph-mon[117003]: from='client.527946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:37.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:37 smithi138 ceph-mon[117003]: 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-07T15:41:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:37 smithi161 ceph-mon[116604]: from='client.527946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:37.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:37 smithi161 ceph-mon[116604]: 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-07T15:41:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:37 smithi028 ceph-mon[112123]: from='client.527946 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:37 smithi028 ceph-mon[112123]: 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-07T15:41:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:38 smithi138 ceph-mon[117003]: pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:38 smithi161 ceph-mon[116604]: pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:38 smithi028 ceph-mon[112123]: pgmap v19646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:41:41.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:41.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:41.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:41.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:41 smithi138 ceph-mon[117003]: pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:41 smithi161 ceph-mon[116604]: pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:41 smithi028 ceph-mon[112123]: pgmap v19647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:41:41.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:41.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:41.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:41.881 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:41.881 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:43 smithi138 ceph-mon[117003]: from='client.528024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:43.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:43 smithi138 ceph-mon[117003]: 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-07T15:41:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:43 smithi161 ceph-mon[116604]: from='client.528024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:43 smithi161 ceph-mon[116604]: 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-07T15:41:43.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:43 smithi028 ceph-mon[112123]: from='client.528024 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:43.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:43 smithi028 ceph-mon[112123]: 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-07T15:41:45.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:45 smithi138 ceph-mon[117003]: 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-07T15:41:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:45 smithi161 ceph-mon[116604]: 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-07T15:41:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:45 smithi028 ceph-mon[112123]: 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-07T15:41:46.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:46.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:46.883 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:47.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:47 smithi138 ceph-mon[117003]: 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-07T15:41:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:47 smithi161 ceph-mon[116604]: 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-07T15:41:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:47 smithi028 ceph-mon[112123]: 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-07T15:41:47.676 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:47.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:47.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:47.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:47.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:48 smithi138 ceph-mon[117003]: from='client.528099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:48 smithi138 ceph-mon[117003]: 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-07T15:41:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:48 smithi161 ceph-mon[116604]: from='client.528099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:48 smithi161 ceph-mon[116604]: 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-07T15:41:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:48 smithi028 ceph-mon[112123]: from='client.528099 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:48 smithi028 ceph-mon[112123]: 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-07T15:41:51.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:51 smithi138 ceph-mon[117003]: 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-07T15:41:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:51 smithi161 ceph-mon[116604]: 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-07T15:41:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:51 smithi028 ceph-mon[112123]: 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-07T15:41:52.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:52.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:52.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:53.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:53 smithi138 ceph-mon[117003]: 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-07T15:41:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:53 smithi161 ceph-mon[116604]: 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-07T15:41:53.458 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:53.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:53.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:53.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:53.458 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:41:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:53 smithi028 ceph-mon[112123]: 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-07T15:41:54.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:54 smithi138 ceph-mon[117003]: from='client.528171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:54 smithi161 ceph-mon[116604]: from='client.528171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:54 smithi028 ceph-mon[112123]: from='client.528171 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:41:55.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:55 smithi138 ceph-mon[117003]: 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-07T15:41:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:55 smithi161 ceph-mon[116604]: 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-07T15:41:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:55 smithi028 ceph-mon[112123]: 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-07T15:41:57.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:57 smithi138 ceph-mon[117003]: 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-07T15:41:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:57 smithi161 ceph-mon[116604]: 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-07T15:41:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:57 smithi028 ceph-mon[112123]: 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-07T15:41:58.459 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:41:58.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:41:58.460 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:41:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:58 smithi138 ceph-mon[117003]: 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-07T15:41:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:58 smithi161 ceph-mon[116604]: 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-07T15:41:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:58 smithi028 ceph-mon[112123]: 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-07T15:41:59.242 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:41:59.242 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:41:59.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:41:59.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:41:59.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:00.041 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:41:59 smithi138 ceph-mon[117003]: from='client.528240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:41:59 smithi161 ceph-mon[116604]: from='client.528240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:41:59 smithi028 ceph-mon[112123]: from='client.528240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:01.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:00 smithi138 ceph-mon[117003]: pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:42:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:00 smithi161 ceph-mon[116604]: pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:42:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:00 smithi028 ceph-mon[112123]: pgmap v19657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:42:03.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:03 smithi138 ceph-mon[117003]: pgmap v19658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:03 smithi161 ceph-mon[116604]: pgmap v19658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:03 smithi028 ceph-mon[112123]: pgmap v19658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:04.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:04.245 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:04.245 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:05.043 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:05.043 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:05.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:05.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:05.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:05.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:05 smithi138 ceph-mon[117003]: pgmap v19659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:05 smithi161 ceph-mon[116604]: pgmap v19659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:05 smithi028 ceph-mon[112123]: pgmap v19659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:42:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:06 smithi161 ceph-mon[116604]: from='client.528315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:06 smithi028 ceph-mon[112123]: from='client.528315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:06 smithi138 ceph-mon[117003]: from='client.528315 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:07.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:07 smithi138 ceph-mon[117003]: pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:07 smithi161 ceph-mon[116604]: pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:07 smithi028 ceph-mon[112123]: pgmap v19660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:08 smithi138 ceph-mon[117003]: pgmap v19661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:08 smithi161 ceph-mon[116604]: pgmap v19661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:08 smithi028 ceph-mon[112123]: pgmap v19661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:09 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:42:10.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:10.045 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:10.045 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:10.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:09 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:42:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:42:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:42:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:42:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:09 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:42:10.824 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:10.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:10.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:10.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:10.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:10 smithi138 ceph-mon[117003]: 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-07T15:42:11.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:10 smithi161 ceph-mon[116604]: 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-07T15:42:11.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:10 smithi028 ceph-mon[112123]: 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-07T15:42:12.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:11 smithi138 ceph-mon[117003]: from='client.528387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:12.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:11 smithi161 ceph-mon[116604]: from='client.528387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:12.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:11 smithi028 ceph-mon[112123]: from='client.528387 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:13.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:12 smithi138 ceph-mon[117003]: pgmap v19663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:13.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:12 smithi161 ceph-mon[116604]: pgmap v19663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:13.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:12 smithi028 ceph-mon[112123]: pgmap v19663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:15.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:15 smithi138 ceph-mon[117003]: pgmap v19664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:15 smithi161 ceph-mon[116604]: pgmap v19664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:15 smithi028 ceph-mon[112123]: pgmap v19664: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:42:15.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:15.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:15.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:16.622 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:16.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:16.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:16.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:16.623 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:17.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:17 smithi138 ceph-mon[117003]: pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:42:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:17 smithi161 ceph-mon[116604]: pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:42:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:17 smithi028 ceph-mon[112123]: pgmap v19665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:42:18.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:18 smithi138 ceph-mon[117003]: from='client.528465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:18 smithi161 ceph-mon[116604]: from='client.528465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:18 smithi028 ceph-mon[112123]: from='client.528465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:19 smithi161 ceph-mon[116604]: pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:19.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:19 smithi028 ceph-mon[112123]: pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:19.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:19 smithi138 ceph-mon[117003]: pgmap v19666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:21 smithi161 ceph-mon[116604]: pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:21 smithi028 ceph-mon[112123]: pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:21 smithi138 ceph-mon[117003]: pgmap v19667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:21.624 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:21.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:21.625 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:22.397 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:22.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:22.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:22.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:22.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:23 smithi161 ceph-mon[116604]: 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-07T15:42:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:23 smithi161 ceph-mon[116604]: from='client.528543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:23 smithi028 ceph-mon[112123]: 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-07T15:42:23.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:23 smithi028 ceph-mon[112123]: from='client.528543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:23 smithi138 ceph-mon[117003]: 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-07T15:42:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:23 smithi138 ceph-mon[117003]: from='client.528543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:25 smithi161 ceph-mon[116604]: 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-07T15:42:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:25 smithi028 ceph-mon[112123]: 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-07T15:42:25.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:25 smithi138 ceph-mon[117003]: 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-07T15:42:27.398 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:27.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:27.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:27 smithi161 ceph-mon[116604]: 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-07T15:42:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:27 smithi028 ceph-mon[112123]: 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-07T15:42:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:27 smithi138 ceph-mon[117003]: 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-07T15:42:28.181 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:28.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:28.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:28.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:28.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:28 smithi138 ceph-mon[117003]: from='client.528612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:28 smithi138 ceph-mon[117003]: 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-07T15:42:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:28 smithi161 ceph-mon[116604]: from='client.528612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:28 smithi161 ceph-mon[116604]: 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-07T15:42:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:28 smithi028 ceph-mon[112123]: from='client.528612 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:28 smithi028 ceph-mon[112123]: 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-07T15:42:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:31 smithi161 ceph-mon[116604]: 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-07T15:42:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:31 smithi028 ceph-mon[112123]: 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-07T15:42:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:31 smithi138 ceph-mon[117003]: 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-07T15:42:33.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:33.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:33.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:33 smithi161 ceph-mon[116604]: 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-07T15:42:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:33 smithi028 ceph-mon[112123]: 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-07T15:42:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:33 smithi138 ceph-mon[117003]: 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-07T15:42:33.961 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:33.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:33.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:33.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:33.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:35 smithi161 ceph-mon[116604]: from='client.528690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:35 smithi161 ceph-mon[116604]: 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-07T15:42:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:35 smithi028 ceph-mon[112123]: from='client.528690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:35 smithi028 ceph-mon[112123]: 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-07T15:42:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:35 smithi138 ceph-mon[117003]: from='client.528690 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:35 smithi138 ceph-mon[117003]: 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-07T15:42:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:37 smithi161 ceph-mon[116604]: 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-07T15:42:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:37 smithi028 ceph-mon[112123]: 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-07T15:42:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:37 smithi138 ceph-mon[117003]: 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-07T15:42:38.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:38.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:38.963 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:38 smithi138 ceph-mon[117003]: 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-07T15:42:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:38 smithi161 ceph-mon[116604]: 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-07T15:42:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:38 smithi028 ceph-mon[112123]: 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-07T15:42:39.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:39.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:39.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:39.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:39.739 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:41 smithi161 ceph-mon[116604]: from='client.528765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:41 smithi161 ceph-mon[116604]: pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:41 smithi028 ceph-mon[112123]: from='client.528765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:41.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:41 smithi028 ceph-mon[112123]: pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:41 smithi138 ceph-mon[117003]: from='client.528765 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:41 smithi138 ceph-mon[117003]: pgmap v19677: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:43 smithi161 ceph-mon[116604]: pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:43 smithi028 ceph-mon[112123]: pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:43 smithi138 ceph-mon[117003]: pgmap v19678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:44.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:44.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:44.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:45 smithi161 ceph-mon[116604]: pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:45 smithi028 ceph-mon[112123]: pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:45.511 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:45.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:45.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:45.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:45.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:45 smithi138 ceph-mon[117003]: pgmap v19679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:42:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:47 smithi161 ceph-mon[116604]: from='client.528843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:47.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:47 smithi161 ceph-mon[116604]: 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-07T15:42:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:47 smithi028 ceph-mon[112123]: from='client.528843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:47.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:47 smithi028 ceph-mon[112123]: 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-07T15:42:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:47 smithi138 ceph-mon[117003]: from='client.528843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:47 smithi138 ceph-mon[117003]: 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-07T15:42:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:48 smithi138 ceph-mon[117003]: 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-07T15:42:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:48 smithi161 ceph-mon[116604]: 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-07T15:42:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:48 smithi028 ceph-mon[112123]: 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-07T15:42:50.513 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:50.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:50.514 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:51.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:51.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:51.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:51.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:51.311 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:51 smithi161 ceph-mon[116604]: 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-07T15:42:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:51 smithi028 ceph-mon[112123]: 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-07T15:42:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:51 smithi138 ceph-mon[117003]: 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-07T15:42:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:52 smithi161 ceph-mon[116604]: from='client.528915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:52 smithi028 ceph-mon[112123]: from='client.528915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:52.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:52 smithi138 ceph-mon[117003]: from='client.528915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:53 smithi161 ceph-mon[116604]: pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:53 smithi028 ceph-mon[112123]: pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:53 smithi138 ceph-mon[117003]: pgmap v19683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:55 smithi161 ceph-mon[116604]: pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:55 smithi028 ceph-mon[112123]: pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:55 smithi138 ceph-mon[117003]: pgmap v19684: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:42:56.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:42:56.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:42:56.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:42:57.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:42:57.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:42:57.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:42:57.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:42:57.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:42:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:57 smithi161 ceph-mon[116604]: pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:57 smithi028 ceph-mon[112123]: pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:57 smithi138 ceph-mon[117003]: pgmap v19685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:42:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:58 smithi161 ceph-mon[116604]: from='client.528990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:58 smithi028 ceph-mon[112123]: from='client.528990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:58.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:58 smithi138 ceph-mon[117003]: from='client.528990 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:42:59.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:42:59 smithi161 ceph-mon[116604]: 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-07T15:42:59.467 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:42:59 smithi028 ceph-mon[112123]: 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-07T15:42:59.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:42:59 smithi138 ceph-mon[117003]: 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-07T15:43:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:01 smithi161 ceph-mon[116604]: 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-07T15:43:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:01 smithi028 ceph-mon[112123]: 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-07T15:43:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:01 smithi138 ceph-mon[117003]: 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-07T15:43:02.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:02.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:02.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:02.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:02.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:02.861 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:02.862 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:02.862 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:03 smithi161 ceph-mon[116604]: 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-07T15:43:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:03 smithi028 ceph-mon[112123]: 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-07T15:43:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:03 smithi138 ceph-mon[117003]: 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-07T15:43:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:04 smithi161 ceph-mon[116604]: from='client.529068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:04 smithi028 ceph-mon[112123]: from='client.529068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:04 smithi138 ceph-mon[117003]: from='client.529068 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:05.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:05 smithi161 ceph-mon[116604]: 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-07T15:43:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:05 smithi028 ceph-mon[112123]: 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-07T15:43:05.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:05 smithi138 ceph-mon[117003]: 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-07T15:43:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:07 smithi161 ceph-mon[116604]: 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-07T15:43:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:07 smithi028 ceph-mon[112123]: 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-07T15:43:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:07 smithi138 ceph-mon[117003]: 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-07T15:43:07.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:07.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:07.863 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:08.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:08.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:08.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:08.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:08.638 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:08 smithi138 ceph-mon[117003]: 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-07T15:43:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:08 smithi161 ceph-mon[116604]: 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-07T15:43:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:08 smithi028 ceph-mon[112123]: 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-07T15:43:10.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:09 smithi138 ceph-mon[117003]: from='client.529143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:09 smithi161 ceph-mon[116604]: from='client.529143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:09 smithi028 ceph-mon[112123]: from='client.529143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:10 smithi138 ceph-mon[117003]: 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-07T15:43:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:11.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:10 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:43:11.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:11.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:10 smithi161 ceph-mon[116604]: 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-07T15:43:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:11.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:10 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:43:11.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:43:11.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:10 smithi028 ceph-mon[112123]: 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-07T15:43:11.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:43:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:43:11.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:10 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:43:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:13 smithi161 ceph-mon[116604]: 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-07T15:43:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:13 smithi028 ceph-mon[112123]: 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-07T15:43:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:13 smithi138 ceph-mon[117003]: 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-07T15:43:13.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:13.640 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:13.640 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:14.424 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:14.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:14.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:14.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:14.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:15 smithi161 ceph-mon[116604]: 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-07T15:43:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:15 smithi161 ceph-mon[116604]: from='client.529218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:15 smithi028 ceph-mon[112123]: 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-07T15:43:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:15 smithi028 ceph-mon[112123]: from='client.529218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:15 smithi138 ceph-mon[117003]: 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-07T15:43:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:15 smithi138 ceph-mon[117003]: from='client.529218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:17 smithi161 ceph-mon[116604]: pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:43:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:17 smithi028 ceph-mon[112123]: pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:43:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:17 smithi138 ceph-mon[117003]: pgmap v19695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:43:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:18 smithi138 ceph-mon[117003]: pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:43:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:18 smithi161 ceph-mon[116604]: pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:43:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:18 smithi028 ceph-mon[112123]: pgmap v19696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:43:19.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:19.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:19.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:20.199 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:20.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:20.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:20.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:20.199 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:21 smithi161 ceph-mon[116604]: from='client.529290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:21 smithi161 ceph-mon[116604]: pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:21 smithi028 ceph-mon[112123]: from='client.529290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:21 smithi028 ceph-mon[112123]: pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:21 smithi138 ceph-mon[117003]: from='client.529290 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:21 smithi138 ceph-mon[117003]: pgmap v19697: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:23.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:23 smithi161 ceph-mon[116604]: pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:23 smithi028 ceph-mon[112123]: pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:23 smithi138 ceph-mon[117003]: pgmap v19698: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:25.201 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:25.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:25.201 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:25 smithi161 ceph-mon[116604]: pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:25 smithi028 ceph-mon[112123]: pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:25.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:25 smithi138 ceph-mon[117003]: pgmap v19699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:25.990 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:25.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:25.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:25.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:25.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:27 smithi161 ceph-mon[116604]: from='client.529368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:27 smithi161 ceph-mon[116604]: 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-07T15:43:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:27 smithi028 ceph-mon[112123]: from='client.529368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:27 smithi028 ceph-mon[112123]: 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-07T15:43:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:27 smithi138 ceph-mon[117003]: from='client.529368 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:27 smithi138 ceph-mon[117003]: 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-07T15:43:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:28 smithi138 ceph-mon[117003]: pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:43:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:28 smithi161 ceph-mon[116604]: pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:43:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:28 smithi028 ceph-mon[112123]: pgmap v19701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:43:30.992 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:30.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:30.993 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:31 smithi161 ceph-mon[116604]: pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:43:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:31 smithi028 ceph-mon[112123]: pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:43:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:31 smithi138 ceph-mon[117003]: pgmap v19702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:43:31.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:31.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:31.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:31.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:31.764 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:33 smithi161 ceph-mon[116604]: from='client.529446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:33 smithi161 ceph-mon[116604]: pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:33 smithi028 ceph-mon[112123]: from='client.529446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:33 smithi028 ceph-mon[112123]: pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:33 smithi138 ceph-mon[117003]: from='client.529446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:33 smithi138 ceph-mon[117003]: pgmap v19703: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:35 smithi161 ceph-mon[116604]: pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:35 smithi028 ceph-mon[112123]: pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:35 smithi138 ceph-mon[117003]: pgmap v19704: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:36.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:36.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:36.766 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:37 smithi161 ceph-mon[116604]: pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:37 smithi028 ceph-mon[112123]: pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:37.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:37.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:37.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:37.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:37.536 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:37 smithi138 ceph-mon[117003]: pgmap v19705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:43:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:38 smithi138 ceph-mon[117003]: from='client.529521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:38 smithi138 ceph-mon[117003]: 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-07T15:43:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:38 smithi161 ceph-mon[116604]: from='client.529521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:38 smithi161 ceph-mon[116604]: 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-07T15:43:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:38 smithi028 ceph-mon[112123]: from='client.529521 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:38 smithi028 ceph-mon[112123]: 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-07T15:43:41.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:41 smithi161 ceph-mon[116604]: 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-07T15:43:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:41 smithi028 ceph-mon[112123]: 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-07T15:43:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:41 smithi138 ceph-mon[117003]: 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-07T15:43:42.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:42.537 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:42.538 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:43.306 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:43.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:43.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:43.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:43.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:43 smithi161 ceph-mon[116604]: 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-07T15:43:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:43 smithi028 ceph-mon[112123]: 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-07T15:43:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:43 smithi138 ceph-mon[117003]: 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-07T15:43:44.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:44 smithi161 ceph-mon[116604]: from='client.529596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:44 smithi028 ceph-mon[112123]: from='client.529596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:44.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:44 smithi138 ceph-mon[117003]: from='client.529596 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:45 smithi161 ceph-mon[116604]: 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-07T15:43:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:45 smithi028 ceph-mon[112123]: 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-07T15:43:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:45 smithi138 ceph-mon[117003]: 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-07T15:43:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:47 smithi161 ceph-mon[116604]: 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-07T15:43:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:47 smithi028 ceph-mon[112123]: 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-07T15:43:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:47 smithi138 ceph-mon[117003]: 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-07T15:43:48.308 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:48.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:48.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:48 smithi138 ceph-mon[117003]: 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-07T15:43:49.089 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:49.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:49.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:49.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:49.090 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:48 smithi161 ceph-mon[116604]: 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-07T15:43:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:48 smithi028 ceph-mon[112123]: 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-07T15:43:50.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:49 smithi138 ceph-mon[117003]: from='client.529671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:49 smithi161 ceph-mon[116604]: from='client.529671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:49 smithi028 ceph-mon[112123]: from='client.529671 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:51.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:50 smithi138 ceph-mon[117003]: 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-07T15:43:51.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:50 smithi161 ceph-mon[116604]: 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-07T15:43:51.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:50 smithi028 ceph-mon[112123]: 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-07T15:43:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:53 smithi161 ceph-mon[116604]: 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-07T15:43:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:53 smithi028 ceph-mon[112123]: 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-07T15:43:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:53 smithi138 ceph-mon[117003]: 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-07T15:43:54.091 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:54.091 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:54.092 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:43:54.870 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:43:54.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:43:54.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:43:54.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:43:54.871 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:43:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:55 smithi161 ceph-mon[116604]: 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-07T15:43:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:55 smithi028 ceph-mon[112123]: 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-07T15:43:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:55 smithi138 ceph-mon[117003]: 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-07T15:43:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:56 smithi161 ceph-mon[116604]: from='client.529746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:56 smithi028 ceph-mon[112123]: from='client.529746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:56.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:56 smithi138 ceph-mon[117003]: from='client.529746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:43:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:57 smithi161 ceph-mon[116604]: pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:57 smithi028 ceph-mon[112123]: pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:57 smithi138 ceph-mon[117003]: pgmap v19715: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:43:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:43:58 smithi138 ceph-mon[117003]: pgmap v19716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:43:58 smithi161 ceph-mon[116604]: pgmap v19716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:43:58 smithi028 ceph-mon[112123]: pgmap v19716: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:43:59.872 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:43:59.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:43:59.872 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:00.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:00.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:00.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:00.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:00.648 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:01 smithi161 ceph-mon[116604]: pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:01 smithi028 ceph-mon[112123]: pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:01 smithi138 ceph-mon[117003]: pgmap v19717: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:02 smithi161 ceph-mon[116604]: from='client.529824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:02 smithi028 ceph-mon[112123]: from='client.529824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:02.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:02 smithi138 ceph-mon[117003]: from='client.529824 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:03 smithi161 ceph-mon[116604]: pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:03 smithi028 ceph-mon[112123]: pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:03 smithi138 ceph-mon[117003]: pgmap v19718: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:05 smithi161 ceph-mon[116604]: pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:05 smithi028 ceph-mon[112123]: pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:05.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:05 smithi138 ceph-mon[117003]: pgmap v19719: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:05.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:05.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:05.649 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:06.445 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:06.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:06.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:06.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:06.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:07 smithi161 ceph-mon[116604]: 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-07T15:44:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:07 smithi161 ceph-mon[116604]: from='client.529899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:07 smithi028 ceph-mon[112123]: 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-07T15:44:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:07 smithi028 ceph-mon[112123]: from='client.529899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:07 smithi138 ceph-mon[117003]: 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-07T15:44:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:07 smithi138 ceph-mon[117003]: from='client.529899 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:08 smithi138 ceph-mon[117003]: pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:08 smithi161 ceph-mon[116604]: pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:08 smithi028 ceph-mon[112123]: pgmap v19721: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:11 smithi161 ceph-mon[116604]: pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:11 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:11.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:11.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:11.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:11 smithi028 ceph-mon[112123]: pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:11 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:11 smithi138 ceph-mon[117003]: pgmap v19722: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:11 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:44:12.226 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:12.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:12.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:12.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:12.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:44:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:44:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:44:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:44:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:44:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:13 smithi161 ceph-mon[116604]: from='client.529971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:13 smithi161 ceph-mon[116604]: pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:13 smithi028 ceph-mon[112123]: from='client.529971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:13 smithi028 ceph-mon[112123]: pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:13 smithi138 ceph-mon[117003]: from='client.529971 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:13 smithi138 ceph-mon[117003]: pgmap v19723: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:15 smithi161 ceph-mon[116604]: pgmap v19724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:15 smithi028 ceph-mon[112123]: pgmap v19724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:15 smithi138 ceph-mon[117003]: pgmap v19724: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:17.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:17.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:17.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:17 smithi161 ceph-mon[116604]: pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:17 smithi028 ceph-mon[112123]: pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:17 smithi138 ceph-mon[117003]: pgmap v19725: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:18.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:18.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:18.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:18.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:18.014 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:18 smithi138 ceph-mon[117003]: from='client.530049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:18 smithi138 ceph-mon[117003]: 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-07T15:44:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:18 smithi161 ceph-mon[116604]: from='client.530049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:18 smithi161 ceph-mon[116604]: 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-07T15:44:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:18 smithi028 ceph-mon[112123]: from='client.530049 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:19.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:18 smithi028 ceph-mon[112123]: 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-07T15:44:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:21 smithi161 ceph-mon[116604]: 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-07T15:44:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:21 smithi028 ceph-mon[112123]: 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-07T15:44:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:21 smithi138 ceph-mon[117003]: 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-07T15:44:23.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:23.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:23.016 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:23 smithi161 ceph-mon[116604]: 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-07T15:44:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:23 smithi028 ceph-mon[112123]: 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-07T15:44:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:23 smithi138 ceph-mon[117003]: 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-07T15:44:23.781 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:23.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:23.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:23.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:23.781 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:25 smithi161 ceph-mon[116604]: from='client.530124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:25 smithi161 ceph-mon[116604]: 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-07T15:44:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:25 smithi028 ceph-mon[112123]: from='client.530124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:25 smithi028 ceph-mon[112123]: 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-07T15:44:25.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:25 smithi138 ceph-mon[117003]: from='client.530124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:25.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:25 smithi138 ceph-mon[117003]: 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-07T15:44:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:27 smithi161 ceph-mon[116604]: 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-07T15:44:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:27 smithi028 ceph-mon[112123]: 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-07T15:44:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:27 smithi138 ceph-mon[117003]: 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-07T15:44:28.782 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:28.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:28.783 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:28 smithi138 ceph-mon[117003]: 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-07T15:44:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:28 smithi161 ceph-mon[116604]: 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-07T15:44:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:28 smithi028 ceph-mon[112123]: 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-07T15:44:29.580 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:29.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:29.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:29.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:29.581 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:31 smithi161 ceph-mon[116604]: from='client.530202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:31.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:31 smithi161 ceph-mon[116604]: pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:31 smithi028 ceph-mon[112123]: from='client.530202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:31 smithi028 ceph-mon[112123]: pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:31 smithi138 ceph-mon[117003]: from='client.530202 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:31 smithi138 ceph-mon[117003]: pgmap v19732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:33 smithi161 ceph-mon[116604]: pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:33 smithi028 ceph-mon[112123]: pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:33 smithi138 ceph-mon[117003]: pgmap v19733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:34.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:34.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:34.583 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:35.357 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:35.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:35.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:35.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:35.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:35 smithi161 ceph-mon[116604]: pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:35 smithi028 ceph-mon[112123]: pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:35 smithi138 ceph-mon[117003]: pgmap v19734: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:36.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:36 smithi161 ceph-mon[116604]: from='client.530280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:36.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:36 smithi028 ceph-mon[112123]: from='client.530280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:36.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:36 smithi138 ceph-mon[117003]: from='client.530280 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:37 smithi161 ceph-mon[116604]: pgmap v19735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:37 smithi028 ceph-mon[112123]: pgmap v19735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:37 smithi138 ceph-mon[117003]: pgmap v19735: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:38 smithi138 ceph-mon[117003]: pgmap v19736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:38 smithi161 ceph-mon[116604]: pgmap v19736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:38 smithi028 ceph-mon[112123]: pgmap v19736: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:44:40.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:40.359 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:40.359 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:41.126 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:41.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:41.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:41.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:41.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:41 smithi161 ceph-mon[116604]: pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:41 smithi028 ceph-mon[112123]: pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:41 smithi138 ceph-mon[117003]: pgmap v19737: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:42 smithi161 ceph-mon[116604]: from='client.530355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:42 smithi028 ceph-mon[112123]: from='client.530355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:42.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:42 smithi138 ceph-mon[117003]: from='client.530355 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:43 smithi161 ceph-mon[116604]: pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:43 smithi028 ceph-mon[112123]: pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:43 smithi138 ceph-mon[117003]: pgmap v19738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:45 smithi161 ceph-mon[116604]: pgmap v19739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:45 smithi028 ceph-mon[112123]: pgmap v19739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:45 smithi138 ceph-mon[117003]: pgmap v19739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:46.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:46.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:46.128 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:46.897 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:46.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:46.897 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:46.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:46.898 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:47 smithi161 ceph-mon[116604]: pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:47 smithi028 ceph-mon[112123]: pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:47 smithi138 ceph-mon[117003]: pgmap v19740: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:48 smithi161 ceph-mon[116604]: from='client.530433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:48 smithi028 ceph-mon[112123]: from='client.530433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:48.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:48 smithi138 ceph-mon[117003]: from='client.530433 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:49 smithi161 ceph-mon[116604]: pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:49 smithi028 ceph-mon[112123]: pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:49.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:49 smithi138 ceph-mon[117003]: pgmap v19741: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:51 smithi161 ceph-mon[116604]: pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:51 smithi028 ceph-mon[112123]: pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:51 smithi138 ceph-mon[117003]: pgmap v19742: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:51.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:51.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:51.899 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:52.669 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:52.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:52.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:52.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:52.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:53 smithi161 ceph-mon[116604]: pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:53 smithi028 ceph-mon[112123]: pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:53 smithi138 ceph-mon[117003]: pgmap v19743: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:54.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:54 smithi161 ceph-mon[116604]: from='client.530511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:54 smithi028 ceph-mon[112123]: from='client.530511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:54.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:54 smithi138 ceph-mon[117003]: from='client.530511 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:55 smithi161 ceph-mon[116604]: pgmap v19744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:55 smithi028 ceph-mon[112123]: pgmap v19744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:55 smithi138 ceph-mon[117003]: pgmap v19744: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:44:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:57 smithi161 ceph-mon[116604]: pgmap v19745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:57 smithi028 ceph-mon[112123]: pgmap v19745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:57 smithi138 ceph-mon[117003]: pgmap v19745: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:44:57.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:44:57.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:44:57.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:44:58.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:44:58.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:44:58.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:44:58.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:44:58.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:44:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:58 smithi138 ceph-mon[117003]: 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-07T15:44:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:44:58 smithi138 ceph-mon[117003]: from='client.530583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:58 smithi161 ceph-mon[116604]: 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-07T15:44:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:44:58 smithi161 ceph-mon[116604]: from='client.530583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:44:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:58 smithi028 ceph-mon[112123]: 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-07T15:44:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:44:58 smithi028 ceph-mon[112123]: from='client.530583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:01 smithi161 ceph-mon[116604]: 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-07T15:45:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:01 smithi028 ceph-mon[112123]: 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-07T15:45:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:01 smithi138 ceph-mon[117003]: 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-07T15:45:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:03 smithi161 ceph-mon[116604]: 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-07T15:45:03.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:03.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:03.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:03 smithi028 ceph-mon[112123]: 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-07T15:45:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:03 smithi138 ceph-mon[117003]: 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-07T15:45:04.211 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:04.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:04.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:04.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:04.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:05 smithi161 ceph-mon[116604]: from='client.530655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:05 smithi161 ceph-mon[116604]: 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-07T15:45:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:05 smithi028 ceph-mon[112123]: from='client.530655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:05 smithi028 ceph-mon[112123]: 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-07T15:45:05.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:05 smithi138 ceph-mon[117003]: from='client.530655 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:05.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:05 smithi138 ceph-mon[117003]: 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-07T15:45:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:07 smithi161 ceph-mon[116604]: pgmap v19750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:45:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:07 smithi028 ceph-mon[112123]: pgmap v19750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:45:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:07 smithi138 ceph-mon[117003]: pgmap v19750: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:45:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:08 smithi138 ceph-mon[117003]: pgmap v19751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:45:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:08 smithi161 ceph-mon[116604]: pgmap v19751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:45:09.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:09.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:09.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:09.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:08 smithi028 ceph-mon[112123]: pgmap v19751: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:45:09.982 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:09.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:09.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:09.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:09.983 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:11 smithi161 ceph-mon[116604]: from='client.530730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:11 smithi161 ceph-mon[116604]: pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:11 smithi028 ceph-mon[112123]: from='client.530730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:11 smithi028 ceph-mon[112123]: pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:11 smithi138 ceph-mon[117003]: from='client.530730 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:11 smithi138 ceph-mon[117003]: pgmap v19752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:45:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:12 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:45:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:12 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:45:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:12 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:13 smithi161 ceph-mon[116604]: pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:45:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:45:13.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:13 smithi028 ceph-mon[112123]: pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:45:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:45:13.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:13 smithi138 ceph-mon[117003]: pgmap v19753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:45:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:45:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:45:14.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:14.985 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:14.985 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:15 smithi161 ceph-mon[116604]: pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:15 smithi028 ceph-mon[112123]: pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:15 smithi138 ceph-mon[117003]: pgmap v19754: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:15.761 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:15.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:15.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:15.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:15.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:17 smithi161 ceph-mon[116604]: from='client.530802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:17 smithi161 ceph-mon[116604]: pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:17 smithi028 ceph-mon[112123]: from='client.530802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:17 smithi028 ceph-mon[112123]: pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:17 smithi138 ceph-mon[117003]: from='client.530802 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:17 smithi138 ceph-mon[117003]: pgmap v19755: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:18 smithi138 ceph-mon[117003]: pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:45:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:18 smithi161 ceph-mon[116604]: pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:45:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:18 smithi028 ceph-mon[112123]: pgmap v19756: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T15:45:20.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:20.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:20.763 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:21 smithi161 ceph-mon[116604]: pgmap v19757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:45:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:21 smithi028 ceph-mon[112123]: pgmap v19757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:45:21.528 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:21.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:21.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:21.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:21.528 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:21 smithi138 ceph-mon[117003]: pgmap v19757: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:45:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:23 smithi161 ceph-mon[116604]: from='client.530877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:23 smithi161 ceph-mon[116604]: pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:23 smithi028 ceph-mon[112123]: from='client.530877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:23 smithi028 ceph-mon[112123]: pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:23 smithi138 ceph-mon[117003]: from='client.530877 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:23 smithi138 ceph-mon[117003]: pgmap v19758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:25.441 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:25 smithi161 ceph-mon[116604]: pgmap v19759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:25 smithi028 ceph-mon[112123]: pgmap v19759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:25.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:25 smithi138 ceph-mon[117003]: pgmap v19759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:26.530 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:26.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:26.530 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:27.302 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:27.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:27.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:27.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:27.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:27 smithi161 ceph-mon[116604]: pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:27 smithi028 ceph-mon[112123]: pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:27 smithi138 ceph-mon[117003]: pgmap v19760: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:28.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:28 smithi161 ceph-mon[116604]: from='client.530955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:28.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:28 smithi028 ceph-mon[112123]: from='client.530955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:28.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:28 smithi138 ceph-mon[117003]: from='client.530955 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:29.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:29 smithi161 ceph-mon[116604]: pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:29.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:29 smithi028 ceph-mon[112123]: pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:29.542 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:29 smithi138 ceph-mon[117003]: pgmap v19761: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:31 smithi161 ceph-mon[116604]: pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:31 smithi028 ceph-mon[112123]: pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:31 smithi138 ceph-mon[117003]: pgmap v19762: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:32.304 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:32.304 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:32.304 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:33.077 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:33.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:33.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:33.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:33.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:33 smithi161 ceph-mon[116604]: pgmap v19763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:33 smithi028 ceph-mon[112123]: pgmap v19763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:33 smithi138 ceph-mon[117003]: pgmap v19763: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:34 smithi161 ceph-mon[116604]: from='client.531027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:34 smithi028 ceph-mon[112123]: from='client.531027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:34.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:34 smithi138 ceph-mon[117003]: from='client.531027 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:35 smithi161 ceph-mon[116604]: pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:35 smithi028 ceph-mon[112123]: pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:35 smithi138 ceph-mon[117003]: pgmap v19764: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:37 smithi161 ceph-mon[116604]: pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:37 smithi028 ceph-mon[112123]: pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:37 smithi138 ceph-mon[117003]: pgmap v19765: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:45:38.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:38.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:38.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:38.862 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:38.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:38.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:38.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:38.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:39.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:38 smithi138 ceph-mon[117003]: 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-07T15:45:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:38 smithi161 ceph-mon[116604]: 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-07T15:45:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:38 smithi028 ceph-mon[112123]: 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-07T15:45:40.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:39 smithi138 ceph-mon[117003]: from='client.531105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:39 smithi161 ceph-mon[116604]: from='client.531105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:39 smithi028 ceph-mon[112123]: from='client.531105 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:41.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:40 smithi138 ceph-mon[117003]: 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-07T15:45:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:40 smithi161 ceph-mon[116604]: 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-07T15:45:41.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:40 smithi028 ceph-mon[112123]: 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-07T15:45:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:43 smithi161 ceph-mon[116604]: 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-07T15:45:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:43 smithi028 ceph-mon[112123]: 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-07T15:45:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:43 smithi138 ceph-mon[117003]: 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-07T15:45:43.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:43.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:43.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:44.635 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:44.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:44.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:44.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:44.636 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:45 smithi161 ceph-mon[116604]: 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-07T15:45:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:45 smithi028 ceph-mon[112123]: 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-07T15:45:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:45 smithi138 ceph-mon[117003]: 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-07T15:45:46.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:46 smithi161 ceph-mon[116604]: from='client.531177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:46 smithi028 ceph-mon[112123]: from='client.531177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:46.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:46 smithi138 ceph-mon[117003]: from='client.531177 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:47 smithi161 ceph-mon[116604]: pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:47 smithi028 ceph-mon[112123]: pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:47 smithi138 ceph-mon[117003]: pgmap v19770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:49.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:48 smithi138 ceph-mon[117003]: pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:48 smithi161 ceph-mon[116604]: pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:48 smithi028 ceph-mon[112123]: pgmap v19771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:49.637 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:49.637 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:49.637 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:50.406 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:50.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:50.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:50.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:50.406 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:51 smithi161 ceph-mon[116604]: from='client.531252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:51 smithi161 ceph-mon[116604]: pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:51 smithi028 ceph-mon[112123]: from='client.531252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:51 smithi028 ceph-mon[112123]: pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:51 smithi138 ceph-mon[117003]: from='client.531252 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:51 smithi138 ceph-mon[117003]: pgmap v19772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:53 smithi161 ceph-mon[116604]: pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:53 smithi028 ceph-mon[112123]: pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:53 smithi138 ceph-mon[117003]: pgmap v19773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:55.407 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:45:55.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:45:55.408 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:45:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:55 smithi161 ceph-mon[116604]: pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:55 smithi028 ceph-mon[112123]: pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:55 smithi138 ceph-mon[117003]: pgmap v19774: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:45:56.177 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:45:56.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:45:56.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:45:56.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:45:56.178 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:45:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:57 smithi161 ceph-mon[116604]: from='client.531330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:57 smithi161 ceph-mon[116604]: pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:57 smithi028 ceph-mon[112123]: from='client.531330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:57 smithi028 ceph-mon[112123]: pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:57 smithi138 ceph-mon[117003]: from='client.531330 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:45:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:57 smithi138 ceph-mon[117003]: pgmap v19775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:45:59.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:45:58 smithi138 ceph-mon[117003]: 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-07T15:45:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:45:58 smithi161 ceph-mon[116604]: 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-07T15:45:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:45:58 smithi028 ceph-mon[112123]: 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-07T15:46:01.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:01.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:01.180 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:01 smithi161 ceph-mon[116604]: pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:01 smithi028 ceph-mon[112123]: pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:01 smithi138 ceph-mon[117003]: pgmap v19777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:01.961 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:01.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:01.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:01.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:01.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:03 smithi161 ceph-mon[116604]: from='client.531405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:03 smithi161 ceph-mon[116604]: pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:03 smithi028 ceph-mon[112123]: from='client.531405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:03 smithi028 ceph-mon[112123]: pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:03 smithi138 ceph-mon[117003]: from='client.531405 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:03 smithi138 ceph-mon[117003]: pgmap v19778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:05 smithi161 ceph-mon[116604]: pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:05 smithi028 ceph-mon[112123]: pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:05.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:05 smithi138 ceph-mon[117003]: pgmap v19779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:06.963 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:06.964 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:06.964 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:07 smithi161 ceph-mon[116604]: pgmap v19780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:07 smithi028 ceph-mon[112123]: pgmap v19780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:07 smithi138 ceph-mon[117003]: pgmap v19780: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:07.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:07.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:07.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:07.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:07.747 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:08 smithi138 ceph-mon[117003]: from='client.531483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:09.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:08 smithi138 ceph-mon[117003]: pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:08 smithi161 ceph-mon[116604]: from='client.531483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:09.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:08 smithi161 ceph-mon[116604]: pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:08 smithi028 ceph-mon[112123]: from='client.531483 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:08 smithi028 ceph-mon[112123]: pgmap v19781: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:11 smithi161 ceph-mon[116604]: pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:11 smithi028 ceph-mon[112123]: pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:11 smithi138 ceph-mon[117003]: pgmap v19782: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:12.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:12.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:12.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:13 smithi161 ceph-mon[116604]: 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-07T15:46:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:13.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:13.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:13 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:46:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:13 smithi028 ceph-mon[112123]: 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-07T15:46:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:13 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:46:13.517 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:13.517 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:13.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:13.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:13.518 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:13 smithi138 ceph-mon[117003]: 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-07T15:46:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:46:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:46:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:46:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:13 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:46:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:14 smithi161 ceph-mon[116604]: from='client.531558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:14 smithi028 ceph-mon[112123]: from='client.531558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:14 smithi138 ceph-mon[117003]: from='client.531558 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:15 smithi161 ceph-mon[116604]: 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-07T15:46:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:15 smithi028 ceph-mon[112123]: 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-07T15:46:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:15 smithi138 ceph-mon[117003]: 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-07T15:46:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:17 smithi161 ceph-mon[116604]: 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-07T15:46:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:17 smithi028 ceph-mon[112123]: 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-07T15:46:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:17 smithi138 ceph-mon[117003]: 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-07T15:46:18.519 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:18.519 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:18.520 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:19.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:18 smithi138 ceph-mon[117003]: 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-07T15:46:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:18 smithi161 ceph-mon[116604]: 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-07T15:46:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:18 smithi028 ceph-mon[112123]: 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-07T15:46:19.292 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:19.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:19.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:19.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:19.293 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:20.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:19 smithi138 ceph-mon[117003]: from='client.531633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:19 smithi161 ceph-mon[116604]: from='client.531633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:19 smithi028 ceph-mon[112123]: from='client.531633 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:21.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:20 smithi138 ceph-mon[117003]: pgmap v19787: 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-07T15:46:21.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:20 smithi161 ceph-mon[116604]: pgmap v19787: 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-07T15:46:21.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:20 smithi028 ceph-mon[112123]: pgmap v19787: 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-07T15:46:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:23 smithi161 ceph-mon[116604]: pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:23 smithi028 ceph-mon[112123]: pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:23 smithi138 ceph-mon[117003]: pgmap v19788: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:24.294 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:24.294 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:24.295 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:25.066 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:25.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:25.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:25.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:25.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:25 smithi161 ceph-mon[116604]: pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:25 smithi028 ceph-mon[112123]: pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:25.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:25 smithi138 ceph-mon[117003]: pgmap v19789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:26 smithi161 ceph-mon[116604]: from='client.531708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:26 smithi028 ceph-mon[112123]: from='client.531708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:26 smithi138 ceph-mon[117003]: from='client.531708 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:27 smithi161 ceph-mon[116604]: pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:27 smithi028 ceph-mon[112123]: pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:27 smithi138 ceph-mon[117003]: pgmap v19790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:29.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:28 smithi138 ceph-mon[117003]: pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:28 smithi161 ceph-mon[116604]: pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:28 smithi028 ceph-mon[112123]: pgmap v19791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:46:30.066 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:30.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:30.067 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:30.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:30.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:30.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:30.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:30.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:31 smithi161 ceph-mon[116604]: pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:31 smithi028 ceph-mon[112123]: pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:31 smithi138 ceph-mon[117003]: pgmap v19792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:32 smithi161 ceph-mon[116604]: from='client.531783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:32 smithi028 ceph-mon[112123]: from='client.531783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:32 smithi138 ceph-mon[117003]: from='client.531783 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:33 smithi161 ceph-mon[116604]: pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:33 smithi028 ceph-mon[112123]: pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:33 smithi138 ceph-mon[117003]: pgmap v19793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:35 smithi161 ceph-mon[116604]: pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:35 smithi028 ceph-mon[112123]: pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:35 smithi138 ceph-mon[117003]: pgmap v19794: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T15:46:35.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:35.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:35.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:36.616 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:36.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:36.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:36.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:36.617 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:37 smithi161 ceph-mon[116604]: pgmap v19795: 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-07T15:46:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:37 smithi028 ceph-mon[112123]: pgmap v19795: 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-07T15:46:37.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:37 smithi138 ceph-mon[117003]: pgmap v19795: 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-07T15:46:38.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:38 smithi161 ceph-mon[116604]: from='client.531861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:38 smithi028 ceph-mon[112123]: from='client.531861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:38.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:38 smithi138 ceph-mon[117003]: from='client.531861 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:39.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:39 smithi161 ceph-mon[116604]: 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-07T15:46:39.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:39 smithi028 ceph-mon[112123]: 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-07T15:46:39.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:39 smithi138 ceph-mon[117003]: 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-07T15:46:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:41 smithi161 ceph-mon[116604]: pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:41 smithi028 ceph-mon[112123]: pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:41 smithi138 ceph-mon[117003]: pgmap v19797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:41.618 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:41.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:41.618 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:42.392 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:42.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:42.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:42.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:42.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:43 smithi161 ceph-mon[116604]: from='client.531936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:43 smithi161 ceph-mon[116604]: pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:43 smithi028 ceph-mon[112123]: from='client.531936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:43 smithi028 ceph-mon[112123]: pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:43 smithi138 ceph-mon[117003]: from='client.531936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:43 smithi138 ceph-mon[117003]: pgmap v19798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:45 smithi161 ceph-mon[116604]: pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:45 smithi028 ceph-mon[112123]: pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:45.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:45 smithi138 ceph-mon[117003]: pgmap v19799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:47.393 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:47.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:47.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:47 smithi161 ceph-mon[116604]: pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:47 smithi028 ceph-mon[112123]: pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:47.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:47 smithi138 ceph-mon[117003]: pgmap v19800: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:48.175 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:48.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:48.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:48.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:48.175 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:48 smithi161 ceph-mon[116604]: from='client.532014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:49.189 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:48 smithi161 ceph-mon[116604]: pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:48 smithi028 ceph-mon[112123]: from='client.532014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:48 smithi028 ceph-mon[112123]: pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:48 smithi138 ceph-mon[117003]: from='client.532014 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:49.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:48 smithi138 ceph-mon[117003]: pgmap v19801: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:46:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:51 smithi161 ceph-mon[116604]: pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:51 smithi028 ceph-mon[112123]: pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:51 smithi138 ceph-mon[117003]: pgmap v19802: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:46:53.177 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:53.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:53.177 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:53 smithi161 ceph-mon[116604]: 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-07T15:46:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:53 smithi028 ceph-mon[112123]: 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-07T15:46:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:53 smithi138 ceph-mon[117003]: 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-07T15:46:53.960 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:53.960 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:53.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:53.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:53.961 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:46:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:55 smithi161 ceph-mon[116604]: from='client.532086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:55 smithi161 ceph-mon[116604]: 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-07T15:46:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:55 smithi028 ceph-mon[112123]: from='client.532086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:55 smithi028 ceph-mon[112123]: 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-07T15:46:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:55 smithi138 ceph-mon[117003]: from='client.532086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:46:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:55 smithi138 ceph-mon[117003]: 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-07T15:46:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:57 smithi161 ceph-mon[116604]: 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-07T15:46:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:57 smithi028 ceph-mon[112123]: 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-07T15:46:57.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:57 smithi138 ceph-mon[117003]: 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-07T15:46:58.962 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:46:58.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:46:58.962 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:46:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:46:58 smithi161 ceph-mon[116604]: 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-07T15:46:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:46:58 smithi028 ceph-mon[112123]: 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-07T15:46:59.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:46:58 smithi138 ceph-mon[117003]: 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-07T15:46:59.743 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:46:59.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:46:59.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:46:59.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:46:59.744 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:01 smithi161 ceph-mon[116604]: from='client.532164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:01 smithi161 ceph-mon[116604]: pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:01 smithi028 ceph-mon[112123]: from='client.532164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:01 smithi028 ceph-mon[112123]: pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:01 smithi138 ceph-mon[117003]: from='client.532164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:01 smithi138 ceph-mon[117003]: pgmap v19807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:03 smithi161 ceph-mon[116604]: pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:03 smithi028 ceph-mon[112123]: pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:03.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:03 smithi138 ceph-mon[117003]: pgmap v19808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:04.745 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:04.745 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:04.746 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:05 smithi161 ceph-mon[116604]: pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:05 smithi028 ceph-mon[112123]: pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:05.525 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:05.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:05.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:05.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:05.526 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:05.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:05 smithi138 ceph-mon[117003]: pgmap v19809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:06 smithi161 ceph-mon[116604]: from='client.532242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:06 smithi028 ceph-mon[112123]: from='client.532242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:06.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:06 smithi138 ceph-mon[117003]: from='client.532242 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:07 smithi161 ceph-mon[116604]: pgmap v19810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:07 smithi028 ceph-mon[112123]: pgmap v19810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:07 smithi138 ceph-mon[117003]: pgmap v19810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:08 smithi161 ceph-mon[116604]: pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:08 smithi028 ceph-mon[112123]: pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:08 smithi138 ceph-mon[117003]: pgmap v19811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:10.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:10.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:10.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:11.300 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:11.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:11.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:11.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:11.300 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:11 smithi161 ceph-mon[116604]: pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:11 smithi028 ceph-mon[112123]: pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:11 smithi138 ceph-mon[117003]: pgmap v19812: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:12.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:12 smithi161 ceph-mon[116604]: from='client.532317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:12.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:12 smithi028 ceph-mon[112123]: from='client.532317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:12.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:12 smithi138 ceph-mon[117003]: from='client.532317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:13 smithi161 ceph-mon[116604]: 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-07T15:47:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:13 smithi028 ceph-mon[112123]: 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-07T15:47:13.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:13 smithi138 ceph-mon[117003]: 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-07T15:47:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:14 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:14 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:47:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:14.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:14 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: 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-07T15:47:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:47:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:47:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:47:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:15.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: 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-07T15:47:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:47:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:47:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:47:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: 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-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:47:15.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:47:16.302 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:16.302 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:16.303 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:16 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16877M 2023-12-07T15:47:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:16 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 20975M 2023-12-07T15:47:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:16 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14648M 2023-12-07T15:47:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:16 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16877M 2023-12-07T15:47:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:16 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 20975M 2023-12-07T15:47:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:16 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14648M 2023-12-07T15:47:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:16 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16877M 2023-12-07T15:47:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:16 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 20975M 2023-12-07T15:47:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:16 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14648M 2023-12-07T15:47:17.067 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:17.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:17.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:17.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:17.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:17 smithi161 ceph-mon[116604]: pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:17 smithi028 ceph-mon[112123]: pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:17.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:17 smithi138 ceph-mon[117003]: pgmap v19815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:18.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:18 smithi161 ceph-mon[116604]: from='client.532395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:18 smithi028 ceph-mon[112123]: from='client.532395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:18 smithi138 ceph-mon[117003]: from='client.532395 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:19.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:19 smithi161 ceph-mon[116604]: pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:19.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:19 smithi028 ceph-mon[112123]: pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:19 smithi138 ceph-mon[117003]: pgmap v19816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:21 smithi161 ceph-mon[116604]: pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:21 smithi028 ceph-mon[112123]: pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:21 smithi138 ceph-mon[117003]: pgmap v19817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:22.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:22.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:22.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:22.842 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:22.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:22.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:22.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:22.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:23 smithi161 ceph-mon[116604]: pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:23 smithi028 ceph-mon[112123]: pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:23 smithi138 ceph-mon[117003]: pgmap v19818: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:24.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:24 smithi161 ceph-mon[116604]: from='client.532470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:24 smithi028 ceph-mon[112123]: from='client.532470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:24 smithi138 ceph-mon[117003]: from='client.532470 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:25 smithi161 ceph-mon[116604]: pgmap v19819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:25 smithi028 ceph-mon[112123]: pgmap v19819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:25 smithi138 ceph-mon[117003]: pgmap v19819: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:27 smithi161 ceph-mon[116604]: pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:27 smithi028 ceph-mon[112123]: pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:27 smithi138 ceph-mon[117003]: pgmap v19820: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:27.844 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:27.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:27.845 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:28.628 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:28.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:28.628 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:28.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:28.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:28 smithi161 ceph-mon[116604]: pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:28 smithi028 ceph-mon[112123]: pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:28 smithi138 ceph-mon[117003]: pgmap v19821: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:29 smithi161 ceph-mon[116604]: from='client.532542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:29 smithi028 ceph-mon[112123]: from='client.532542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:29 smithi138 ceph-mon[117003]: from='client.532542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:30 smithi161 ceph-mon[116604]: pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:30 smithi028 ceph-mon[112123]: pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:30 smithi138 ceph-mon[117003]: pgmap v19822: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:33 smithi161 ceph-mon[116604]: 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-07T15:47:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:33 smithi028 ceph-mon[112123]: 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-07T15:47:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:33 smithi138 ceph-mon[117003]: 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-07T15:47:33.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:33.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:33.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:34.408 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:34.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:34.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:34.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:34.409 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:35 smithi161 ceph-mon[116604]: from='client.532620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:35 smithi161 ceph-mon[116604]: 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-07T15:47:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:35 smithi028 ceph-mon[112123]: from='client.532620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:35 smithi028 ceph-mon[112123]: 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-07T15:47:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:35 smithi138 ceph-mon[117003]: from='client.532620 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:35.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:35 smithi138 ceph-mon[117003]: 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-07T15:47:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:37 smithi161 ceph-mon[116604]: pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:47:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:37 smithi028 ceph-mon[112123]: pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:47:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:37 smithi138 ceph-mon[117003]: pgmap v19825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:47:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:38 smithi161 ceph-mon[116604]: pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:47:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:38 smithi028 ceph-mon[112123]: pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:47:39.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:38 smithi138 ceph-mon[117003]: pgmap v19826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:47:39.410 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:39.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:39.411 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:40.178 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:40.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:40.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:40.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:40.179 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:41 smithi161 ceph-mon[116604]: from='client.532698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:41.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:41 smithi161 ceph-mon[116604]: pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:41 smithi028 ceph-mon[112123]: from='client.532698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:41 smithi028 ceph-mon[112123]: pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:41 smithi138 ceph-mon[117003]: from='client.532698 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:41.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:41 smithi138 ceph-mon[117003]: pgmap v19827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:43 smithi161 ceph-mon[116604]: pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:43 smithi028 ceph-mon[112123]: pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:43.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:43 smithi138 ceph-mon[117003]: pgmap v19828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:45.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:45.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:45.181 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:45 smithi161 ceph-mon[116604]: pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:45 smithi028 ceph-mon[112123]: pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:45 smithi138 ceph-mon[117003]: pgmap v19829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:47:45.965 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:45.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:45.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:45.965 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:45.966 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:47 smithi161 ceph-mon[116604]: from='client.532770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:47 smithi161 ceph-mon[116604]: pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:47 smithi028 ceph-mon[112123]: from='client.532770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:47 smithi028 ceph-mon[112123]: pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:47 smithi138 ceph-mon[117003]: from='client.532770 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:47 smithi138 ceph-mon[117003]: pgmap v19830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:48 smithi161 ceph-mon[116604]: pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:47:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:48 smithi028 ceph-mon[112123]: pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:47:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:48 smithi138 ceph-mon[117003]: pgmap v19831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:47:50.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:50.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:50.967 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:51 smithi161 ceph-mon[116604]: pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:47:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:51 smithi028 ceph-mon[112123]: pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:47:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:51 smithi138 ceph-mon[117003]: pgmap v19832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:47:51.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:51.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:51.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:51.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:51.747 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:53 smithi161 ceph-mon[116604]: from='client.532845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:53.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:53 smithi161 ceph-mon[116604]: 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-07T15:47:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:53 smithi028 ceph-mon[112123]: from='client.532845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:53 smithi028 ceph-mon[112123]: 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-07T15:47:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:53 smithi138 ceph-mon[117003]: from='client.532845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:53 smithi138 ceph-mon[117003]: 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-07T15:47:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:55 smithi161 ceph-mon[116604]: 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-07T15:47:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:55 smithi028 ceph-mon[112123]: 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-07T15:47:55.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:55 smithi138 ceph-mon[117003]: 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-07T15:47:56.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:47:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:47:56.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:47:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:57 smithi161 ceph-mon[116604]: pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:57 smithi028 ceph-mon[112123]: pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:57.533 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:47:57.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:47:57.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:47:57.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:47:57.534 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:47:57.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:57 smithi138 ceph-mon[117003]: pgmap v19835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:47:58.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:58 smithi161 ceph-mon[116604]: from='client.532923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:58 smithi028 ceph-mon[112123]: from='client.532923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:58 smithi138 ceph-mon[117003]: from='client.532923 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:47:59.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:47:59 smithi161 ceph-mon[116604]: pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:59.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:47:59 smithi028 ceph-mon[112123]: pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:47:59.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:47:59 smithi138 ceph-mon[117003]: pgmap v19836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:01 smithi161 ceph-mon[116604]: pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:01 smithi028 ceph-mon[112123]: pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:01 smithi138 ceph-mon[117003]: pgmap v19837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:02.535 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:02.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:02.536 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:03.324 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:03.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:03.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:03.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:03.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:03 smithi161 ceph-mon[116604]: pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:03 smithi028 ceph-mon[112123]: pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:03 smithi138 ceph-mon[117003]: pgmap v19838: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:04.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:04 smithi161 ceph-mon[116604]: from='client.532998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:04 smithi028 ceph-mon[112123]: from='client.532998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:04.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:04 smithi138 ceph-mon[117003]: from='client.532998 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:05 smithi161 ceph-mon[116604]: pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:05 smithi028 ceph-mon[112123]: pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:05.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:05 smithi138 ceph-mon[117003]: pgmap v19839: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:07 smithi161 ceph-mon[116604]: pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:07 smithi028 ceph-mon[112123]: pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:07 smithi138 ceph-mon[117003]: pgmap v19840: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:08.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:08.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:08.326 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:09.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:09.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:09.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:09.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:09.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:08 smithi161 ceph-mon[116604]: pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:08 smithi028 ceph-mon[112123]: pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:08 smithi138 ceph-mon[117003]: pgmap v19841: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:09 smithi161 ceph-mon[116604]: from='client.533070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:10.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:09 smithi028 ceph-mon[112123]: from='client.533070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:09 smithi138 ceph-mon[117003]: from='client.533070 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:11.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:10 smithi161 ceph-mon[116604]: pgmap v19842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:11.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:10 smithi028 ceph-mon[112123]: pgmap v19842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:11.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:10 smithi138 ceph-mon[117003]: pgmap v19842: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:13 smithi161 ceph-mon[116604]: 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-07T15:48:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:13 smithi028 ceph-mon[112123]: 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-07T15:48:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:13 smithi138 ceph-mon[117003]: 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-07T15:48:14.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:14.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:14.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:14.894 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:14.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:14.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:14.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:14.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:15 smithi161 ceph-mon[116604]: 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-07T15:48:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:15 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:15 smithi028 ceph-mon[112123]: 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-07T15:48:15.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:15 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:15 smithi138 ceph-mon[117003]: 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-07T15:48:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:15 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:48:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:16 smithi161 ceph-mon[116604]: from='client.533142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:48:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:16 smithi028 ceph-mon[112123]: from='client.533142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:48:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:16 smithi138 ceph-mon[117003]: from='client.533142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:48:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:48:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:48:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:17 smithi161 ceph-mon[116604]: pgmap v19845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:17 smithi028 ceph-mon[112123]: pgmap v19845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:17.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:17 smithi138 ceph-mon[117003]: pgmap v19845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:18 smithi161 ceph-mon[116604]: pgmap v19846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:18 smithi028 ceph-mon[112123]: pgmap v19846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:18 smithi138 ceph-mon[117003]: pgmap v19846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:19.896 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:19.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:19.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:20.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:20.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:20.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:20.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:20.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:21 smithi161 ceph-mon[116604]: pgmap v19847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:21 smithi028 ceph-mon[112123]: pgmap v19847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:21 smithi138 ceph-mon[117003]: pgmap v19847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:22.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:22 smithi161 ceph-mon[116604]: from='client.533217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:22.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:22 smithi028 ceph-mon[112123]: from='client.533217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:22 smithi138 ceph-mon[117003]: from='client.533217 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:23 smithi161 ceph-mon[116604]: pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:23 smithi028 ceph-mon[112123]: pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:23.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:23 smithi138 ceph-mon[117003]: pgmap v19848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:25 smithi161 ceph-mon[116604]: pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:25 smithi028 ceph-mon[112123]: pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:25 smithi138 ceph-mon[117003]: pgmap v19849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:25.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:25.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:25.675 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:26.450 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:26.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:26.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:26.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:26.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:27 smithi161 ceph-mon[116604]: from='client.533295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:27 smithi161 ceph-mon[116604]: pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:27 smithi028 ceph-mon[112123]: from='client.533295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:27 smithi028 ceph-mon[112123]: pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:27 smithi138 ceph-mon[117003]: from='client.533295 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:27.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:27 smithi138 ceph-mon[117003]: pgmap v19850: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:28 smithi161 ceph-mon[116604]: 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-07T15:48:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:28 smithi028 ceph-mon[112123]: 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-07T15:48:29.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:28 smithi138 ceph-mon[117003]: 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-07T15:48:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:31 smithi161 ceph-mon[116604]: 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-07T15:48:31.452 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:31.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:31.452 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:31 smithi028 ceph-mon[112123]: 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-07T15:48:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:31 smithi138 ceph-mon[117003]: 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-07T15:48:32.233 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:32.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:32.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:32.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:32.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:33 smithi161 ceph-mon[116604]: from='client.533370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:33 smithi161 ceph-mon[116604]: 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-07T15:48:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:33 smithi028 ceph-mon[112123]: from='client.533370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:33 smithi028 ceph-mon[112123]: 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-07T15:48:33.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:33 smithi138 ceph-mon[117003]: from='client.533370 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:33.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:33 smithi138 ceph-mon[117003]: 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-07T15:48:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:35 smithi161 ceph-mon[116604]: 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-07T15:48:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:35 smithi028 ceph-mon[112123]: 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-07T15:48:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:35 smithi138 ceph-mon[117003]: 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-07T15:48:37.235 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:37.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:37.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:37 smithi161 ceph-mon[116604]: pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:37 smithi028 ceph-mon[112123]: pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:37 smithi138 ceph-mon[117003]: pgmap v19855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:38.018 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:38.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:38.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:38.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:38.018 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:38 smithi161 ceph-mon[116604]: from='client.533445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:38 smithi161 ceph-mon[116604]: pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:38 smithi028 ceph-mon[112123]: from='client.533445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:38 smithi028 ceph-mon[112123]: pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:39.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:38 smithi138 ceph-mon[117003]: from='client.533445 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:39.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:38 smithi138 ceph-mon[117003]: pgmap v19856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:41 smithi161 ceph-mon[116604]: pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:41 smithi028 ceph-mon[112123]: pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:41.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:41 smithi138 ceph-mon[117003]: pgmap v19857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:43.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:43.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:43.020 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:43 smithi161 ceph-mon[116604]: pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:43 smithi028 ceph-mon[112123]: pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:43.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:43 smithi138 ceph-mon[117003]: pgmap v19858: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:43.807 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:43.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:43.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:43.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:43.808 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:45 smithi161 ceph-mon[116604]: from='client.533520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:45 smithi161 ceph-mon[116604]: pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:45 smithi028 ceph-mon[112123]: from='client.533520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:45 smithi028 ceph-mon[112123]: pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:45 smithi138 ceph-mon[117003]: from='client.533520 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:45.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:45 smithi138 ceph-mon[117003]: pgmap v19859: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:47 smithi161 ceph-mon[116604]: pgmap v19860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:47 smithi028 ceph-mon[112123]: pgmap v19860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:47.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:47 smithi138 ceph-mon[117003]: pgmap v19860: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:48:48.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:48.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:48.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:48 smithi161 ceph-mon[116604]: 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-07T15:48:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:48 smithi028 ceph-mon[112123]: 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-07T15:48:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:48 smithi138 ceph-mon[117003]: 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-07T15:48:49.587 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:49.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:49.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:49.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:49.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:51 smithi161 ceph-mon[116604]: from='client.533595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:51 smithi161 ceph-mon[116604]: pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:51 smithi028 ceph-mon[112123]: from='client.533595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:51 smithi028 ceph-mon[112123]: pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:51 smithi138 ceph-mon[117003]: from='client.533595 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:51.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:51 smithi138 ceph-mon[117003]: pgmap v19862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:53 smithi161 ceph-mon[116604]: pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:53 smithi028 ceph-mon[112123]: pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:53.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:53 smithi138 ceph-mon[117003]: pgmap v19863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:54.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:48:54.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:48:54.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:48:55.355 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:48:55.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:48:55.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:48:55.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:48:55.356 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:48:55.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:55 smithi161 ceph-mon[116604]: pgmap v19864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:55 smithi028 ceph-mon[112123]: pgmap v19864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:55 smithi138 ceph-mon[117003]: pgmap v19864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:56.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:56 smithi161 ceph-mon[116604]: from='client.533670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:56 smithi028 ceph-mon[112123]: from='client.533670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:56.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:56 smithi138 ceph-mon[117003]: from='client.533670 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:48:57.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:57 smithi161 ceph-mon[116604]: pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:57 smithi028 ceph-mon[112123]: pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:57.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:57 smithi138 ceph-mon[117003]: pgmap v19865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:48:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:48:58 smithi161 ceph-mon[116604]: pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:48:58 smithi028 ceph-mon[112123]: pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:48:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:48:58 smithi138 ceph-mon[117003]: pgmap v19866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:49:00.357 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:00.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:00.358 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:01.127 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:01.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:01.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:01.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:01.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:01.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:01 smithi161 ceph-mon[116604]: pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:01 smithi028 ceph-mon[112123]: pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:01 smithi138 ceph-mon[117003]: pgmap v19867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:02.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:02 smithi161 ceph-mon[116604]: from='client.533742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:02.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:02 smithi028 ceph-mon[112123]: from='client.533742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:02 smithi138 ceph-mon[117003]: from='client.533742 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:03 smithi161 ceph-mon[116604]: 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-07T15:49:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:03 smithi028 ceph-mon[112123]: 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-07T15:49:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:03 smithi138 ceph-mon[117003]: 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-07T15:49:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:05 smithi161 ceph-mon[116604]: 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-07T15:49:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:05 smithi028 ceph-mon[112123]: 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-07T15:49:05.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:05 smithi138 ceph-mon[117003]: 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-07T15:49:06.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:06.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:06.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:06.899 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:06.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:06.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:06.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:06.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:07 smithi161 ceph-mon[116604]: 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-07T15:49:07.567 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:07 smithi138 ceph-mon[117003]: 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-07T15:49:07.568 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:07 smithi028 ceph-mon[112123]: 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-07T15:49:08.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:08 smithi161 ceph-mon[116604]: from='client.533817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:08.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:08 smithi028 ceph-mon[112123]: from='client.533817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:08 smithi138 ceph-mon[117003]: from='client.533817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:09.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:09 smithi161 ceph-mon[116604]: 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-07T15:49:09.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:09 smithi028 ceph-mon[112123]: 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-07T15:49:09.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:09 smithi138 ceph-mon[117003]: 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-07T15:49:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:11 smithi161 ceph-mon[116604]: 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-07T15:49:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:11 smithi028 ceph-mon[112123]: 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-07T15:49:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:11 smithi138 ceph-mon[117003]: 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-07T15:49:11.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:11.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:11.901 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:12.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:12.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:12.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:12.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:12.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:13 smithi161 ceph-mon[116604]: 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-07T15:49:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:13 smithi028 ceph-mon[112123]: 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-07T15:49:13.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:13 smithi138 ceph-mon[117003]: 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-07T15:49:14.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:14 smithi161 ceph-mon[116604]: from='client.533895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:14.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:14 smithi028 ceph-mon[112123]: from='client.533895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:14 smithi138 ceph-mon[117003]: from='client.533895 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:15 smithi161 ceph-mon[116604]: 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-07T15:49:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:15 smithi028 ceph-mon[112123]: 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-07T15:49:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:15 smithi138 ceph-mon[117003]: 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-07T15:49:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:16 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:49:16.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:16 smithi161 ceph-mon[116604]: pgmap v19875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:49:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:16 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:49:16.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:16 smithi028 ceph-mon[112123]: pgmap v19875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:49:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:49:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:49:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:49:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:16 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:49:16.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:16 smithi138 ceph-mon[117003]: pgmap v19875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:49:17.680 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:17.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:17.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:18.466 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:18.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:18.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:18.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:18.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:18 smithi161 ceph-mon[116604]: from='client.533967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:18 smithi161 ceph-mon[116604]: pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:18 smithi028 ceph-mon[112123]: from='client.533967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:18 smithi028 ceph-mon[112123]: pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:18 smithi138 ceph-mon[117003]: from='client.533967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:18 smithi138 ceph-mon[117003]: pgmap v19876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:21 smithi161 ceph-mon[116604]: pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:49:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:21 smithi028 ceph-mon[112123]: pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:49:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:21 smithi138 ceph-mon[117003]: pgmap v19877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:49:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:23 smithi161 ceph-mon[116604]: pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:23 smithi028 ceph-mon[112123]: pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:23.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:23.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:23.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:23.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:23 smithi138 ceph-mon[117003]: pgmap v19878: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:24.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:24.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:24.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:24.257 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:24.258 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:25 smithi161 ceph-mon[116604]: from='client.534045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:25 smithi161 ceph-mon[116604]: pgmap v19879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:25 smithi028 ceph-mon[112123]: from='client.534045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:25 smithi028 ceph-mon[112123]: pgmap v19879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:25 smithi138 ceph-mon[117003]: from='client.534045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:25 smithi138 ceph-mon[117003]: pgmap v19879: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:27 smithi161 ceph-mon[116604]: pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:49:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:27 smithi028 ceph-mon[112123]: pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:49:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:27 smithi138 ceph-mon[117003]: pgmap v19880: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:49:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:28 smithi161 ceph-mon[116604]: pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:49:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:28 smithi028 ceph-mon[112123]: pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:49:29.258 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:29.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:29.259 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:28 smithi138 ceph-mon[117003]: pgmap v19881: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:49:30.026 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:30.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:30.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:30.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:30.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:31 smithi161 ceph-mon[116604]: from='client.534120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:31 smithi161 ceph-mon[116604]: pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:31 smithi028 ceph-mon[112123]: from='client.534120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:31 smithi028 ceph-mon[112123]: pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:31 smithi138 ceph-mon[117003]: from='client.534120 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:31.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:31 smithi138 ceph-mon[117003]: pgmap v19882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:33 smithi161 ceph-mon[116604]: pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:49:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:33 smithi028 ceph-mon[112123]: pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:49:33.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:33 smithi138 ceph-mon[117003]: pgmap v19883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:49:35.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:35.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:35.028 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:35 smithi161 ceph-mon[116604]: pgmap v19884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:49:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:35 smithi028 ceph-mon[112123]: pgmap v19884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:49:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:35 smithi138 ceph-mon[117003]: pgmap v19884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:49:35.791 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:35.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:35.791 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:35.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:35.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:37.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:37 smithi161 ceph-mon[116604]: from='client.534195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:37.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:37 smithi161 ceph-mon[116604]: pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:37 smithi028 ceph-mon[112123]: from='client.534195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:37 smithi028 ceph-mon[112123]: pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:37 smithi138 ceph-mon[117003]: from='client.534195 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:37 smithi138 ceph-mon[117003]: pgmap v19885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:38 smithi161 ceph-mon[116604]: pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:49:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:38 smithi028 ceph-mon[112123]: pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:49:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:38 smithi138 ceph-mon[117003]: pgmap v19886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:49:40.793 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:40.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:40.794 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:41.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:41 smithi161 ceph-mon[116604]: pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:49:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:41 smithi028 ceph-mon[112123]: pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:49:41.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:41 smithi138 ceph-mon[117003]: pgmap v19887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:49:41.564 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:41.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:41.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:41.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:41.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:42.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:42 smithi161 ceph-mon[116604]: from='client.534270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:42 smithi028 ceph-mon[112123]: from='client.534270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:42 smithi138 ceph-mon[117003]: from='client.534270 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:43 smithi161 ceph-mon[116604]: 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-07T15:49:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:43 smithi028 ceph-mon[112123]: 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-07T15:49:43.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:43 smithi138 ceph-mon[117003]: 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-07T15:49:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:45 smithi161 ceph-mon[116604]: 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-07T15:49:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:45 smithi028 ceph-mon[112123]: 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-07T15:49:45.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:45 smithi138 ceph-mon[117003]: 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-07T15:49:46.566 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:46.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:46.566 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:47.358 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:47.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:47.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:47.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:47.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:47.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:47 smithi161 ceph-mon[116604]: 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-07T15:49:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:47 smithi028 ceph-mon[112123]: 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-07T15:49:47.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:47 smithi138 ceph-mon[117003]: 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-07T15:49:48.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:48 smithi161 ceph-mon[116604]: from='client.534345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:48.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:48 smithi028 ceph-mon[112123]: from='client.534345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:48.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:48 smithi138 ceph-mon[117003]: from='client.534345 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:49.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:49 smithi161 ceph-mon[116604]: 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-07T15:49:49.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:49 smithi028 ceph-mon[112123]: 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-07T15:49:49.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:49 smithi138 ceph-mon[117003]: 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-07T15:49:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:51 smithi161 ceph-mon[116604]: 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-07T15:49:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:51 smithi028 ceph-mon[112123]: 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-07T15:49:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:51 smithi138 ceph-mon[117003]: 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-07T15:49:52.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:52.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:52.361 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:53.127 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:53.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:53.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:53.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:53.128 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:53.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:53 smithi161 ceph-mon[116604]: 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-07T15:49:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:53 smithi028 ceph-mon[112123]: 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-07T15:49:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:53 smithi138 ceph-mon[117003]: 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-07T15:49:54.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:54 smithi028 ceph-mon[112123]: from='client.534420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:54 smithi138 ceph-mon[117003]: from='client.534420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:54 smithi161 ceph-mon[116604]: from='client.534420 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:49:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:55 smithi028 ceph-mon[112123]: 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-07T15:49:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:55 smithi138 ceph-mon[117003]: 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-07T15:49:55.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:55 smithi161 ceph-mon[116604]: 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-07T15:49:56.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:56 smithi028 ceph-mon[112123]: pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:49:56.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:56 smithi138 ceph-mon[117003]: pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:49:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:56 smithi161 ceph-mon[116604]: pgmap v19895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:49:58.129 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:49:58.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:49:58.129 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:49:58.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:49:58.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:49:58.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:49:58.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:49:58.901 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:49:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:58 smithi161 ceph-mon[116604]: pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:58 smithi028 ceph-mon[112123]: pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:49:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:58 smithi138 ceph-mon[117003]: pgmap v19896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:00.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:49:59 smithi161 ceph-mon[116604]: from='client.534495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:49:59 smithi028 ceph-mon[112123]: from='client.534495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:49:59 smithi138 ceph-mon[117003]: from='client.534495 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T15:50:01.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:00 smithi161 ceph-mon[116604]: pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:50:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T15:50:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:00 smithi028 ceph-mon[112123]: pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:50:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T15:50:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:00 smithi138 ceph-mon[117003]: pgmap v19897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:50:03.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:03 smithi161 ceph-mon[116604]: pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:03 smithi028 ceph-mon[112123]: pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:03.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:03 smithi138 ceph-mon[117003]: pgmap v19898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:03.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:03.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:03.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:04.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:04.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:04.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:04.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:04.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:05.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:05 smithi161 ceph-mon[116604]: pgmap v19899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:05 smithi028 ceph-mon[112123]: pgmap v19899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:05.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:05 smithi138 ceph-mon[117003]: pgmap v19899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:06.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:06 smithi161 ceph-mon[116604]: from='client.534570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:06.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:06 smithi028 ceph-mon[112123]: from='client.534570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:06 smithi138 ceph-mon[117003]: from='client.534570 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:07 smithi161 ceph-mon[116604]: 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-07T15:50:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:07 smithi028 ceph-mon[112123]: 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-07T15:50:07.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:07 smithi138 ceph-mon[117003]: 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-07T15:50:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:08 smithi161 ceph-mon[116604]: pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:08 smithi028 ceph-mon[112123]: pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:08 smithi138 ceph-mon[117003]: pgmap v19901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:09.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:09.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:09.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:10.441 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:10.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:10.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:10.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:10.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:11 smithi161 ceph-mon[116604]: from='client.534639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:11 smithi161 ceph-mon[116604]: pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:11 smithi028 ceph-mon[112123]: from='client.534639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:11 smithi028 ceph-mon[112123]: pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:11.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:11 smithi138 ceph-mon[117003]: from='client.534639 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:11.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:11 smithi138 ceph-mon[117003]: pgmap v19902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:13.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:13 smithi161 ceph-mon[116604]: pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:13 smithi028 ceph-mon[112123]: pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:13.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:13 smithi138 ceph-mon[117003]: pgmap v19903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:15.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:15 smithi161 ceph-mon[116604]: pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:15.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:15.443 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:15.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:15 smithi028 ceph-mon[112123]: pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:15 smithi138 ceph-mon[117003]: pgmap v19904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:16.212 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:16.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:16.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:16.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:16.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:17 smithi161 ceph-mon[116604]: from='client.534711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:17 smithi161 ceph-mon[116604]: pgmap v19905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:17.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:50:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:17 smithi028 ceph-mon[112123]: from='client.534711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:17 smithi028 ceph-mon[112123]: pgmap v19905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:50:17.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:17 smithi138 ceph-mon[117003]: from='client.534711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:17.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:17 smithi138 ceph-mon[117003]: pgmap v19905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:17.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:50:17.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:50:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:50:17.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:50:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:18 smithi161 ceph-mon[116604]: 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-07T15:50:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:18 smithi028 ceph-mon[112123]: 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-07T15:50:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:18 smithi138 ceph-mon[117003]: 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-07T15:50:21.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:21.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:21.215 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:21.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:21 smithi161 ceph-mon[116604]: 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-07T15:50:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:21 smithi028 ceph-mon[112123]: 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-07T15:50:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:21 smithi138 ceph-mon[117003]: 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-07T15:50:21.985 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:21.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:21.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:21.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:21.985 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:23 smithi161 ceph-mon[116604]: from='client.534786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:23.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:23 smithi161 ceph-mon[116604]: 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-07T15:50:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:23 smithi028 ceph-mon[112123]: from='client.534786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:23 smithi028 ceph-mon[112123]: 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-07T15:50:23.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:23 smithi138 ceph-mon[117003]: from='client.534786 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:23.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:23 smithi138 ceph-mon[117003]: 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-07T15:50:25.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:25 smithi161 ceph-mon[116604]: 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-07T15:50:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:25 smithi028 ceph-mon[112123]: 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-07T15:50:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:25 smithi138 ceph-mon[117003]: 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-07T15:50:26.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:26.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:26.987 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:27 smithi161 ceph-mon[116604]: 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-07T15:50:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:27 smithi028 ceph-mon[112123]: 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-07T15:50:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:27 smithi138 ceph-mon[117003]: 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-07T15:50:27.761 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:27.761 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:27.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:27.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:27.762 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:28 smithi161 ceph-mon[116604]: from='client.534864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:28 smithi161 ceph-mon[116604]: 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-07T15:50:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:28 smithi028 ceph-mon[112123]: from='client.534864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:28 smithi028 ceph-mon[112123]: 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-07T15:50:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:28 smithi138 ceph-mon[117003]: from='client.534864 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:28 smithi138 ceph-mon[117003]: 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-07T15:50:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:31 smithi161 ceph-mon[116604]: 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-07T15:50:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:31 smithi028 ceph-mon[112123]: 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-07T15:50:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:31 smithi138 ceph-mon[117003]: 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-07T15:50:32.763 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:32.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:32.764 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:33.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:33 smithi161 ceph-mon[116604]: 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-07T15:50:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:33 smithi028 ceph-mon[112123]: 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-07T15:50:33.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:33 smithi138 ceph-mon[117003]: 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-07T15:50:33.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:33.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:33.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:33.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:33.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:34.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:34 smithi161 ceph-mon[116604]: from='client.534936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:34.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:34 smithi028 ceph-mon[112123]: from='client.534936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:34 smithi138 ceph-mon[117003]: from='client.534936 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:35 smithi161 ceph-mon[116604]: 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-07T15:50:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:35 smithi028 ceph-mon[112123]: 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-07T15:50:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:35 smithi138 ceph-mon[117003]: 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-07T15:50:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:37 smithi028 ceph-mon[112123]: pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:50:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:37 smithi138 ceph-mon[117003]: pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:50:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:37 smithi161 ceph-mon[116604]: pgmap v19915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:50:38.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:38.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:38.548 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:38 smithi161 ceph-mon[116604]: pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:38 smithi028 ceph-mon[112123]: pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:38 smithi138 ceph-mon[117003]: pgmap v19916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:39.325 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:39.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:39.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:39.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:39.325 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:40.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:39 smithi161 ceph-mon[116604]: from='client.535011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:40.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:39 smithi028 ceph-mon[112123]: from='client.535011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:39 smithi138 ceph-mon[117003]: from='client.535011 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:41.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:40 smithi161 ceph-mon[116604]: pgmap v19917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:50:41.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:40 smithi028 ceph-mon[112123]: pgmap v19917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:50:41.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:40 smithi138 ceph-mon[117003]: pgmap v19917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:50:43.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:43 smithi161 ceph-mon[116604]: pgmap v19918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:50:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:43 smithi028 ceph-mon[112123]: pgmap v19918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:50:43.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:43 smithi138 ceph-mon[117003]: pgmap v19918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:50:44.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:44.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:44.327 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:45.100 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:45.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:45.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:45.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:45.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:45.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:45 smithi161 ceph-mon[116604]: pgmap v19919: 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-07T15:50:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:45 smithi028 ceph-mon[112123]: pgmap v19919: 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-07T15:50:45.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:45 smithi138 ceph-mon[117003]: pgmap v19919: 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-07T15:50:46.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:46 smithi028 ceph-mon[112123]: from='client.535086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:46.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:46 smithi138 ceph-mon[117003]: from='client.535086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:46 smithi161 ceph-mon[116604]: from='client.535086 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:47 smithi028 ceph-mon[112123]: 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-07T15:50:47.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:47 smithi138 ceph-mon[117003]: 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-07T15:50:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:47 smithi161 ceph-mon[116604]: 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-07T15:50:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:48 smithi161 ceph-mon[116604]: pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:48 smithi028 ceph-mon[112123]: pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:48 smithi138 ceph-mon[117003]: pgmap v19921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:50:50.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:50.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:50.102 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:50.878 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:50.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:50.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:50.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:50.878 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:51.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:51 smithi161 ceph-mon[116604]: pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:51.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:51 smithi028 ceph-mon[112123]: pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:51 smithi138 ceph-mon[117003]: pgmap v19922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:50:52.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:52 smithi161 ceph-mon[116604]: from='client.535164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:52.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:52 smithi028 ceph-mon[112123]: from='client.535164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:52 smithi138 ceph-mon[117003]: from='client.535164 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:53 smithi028 ceph-mon[112123]: pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:50:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:53 smithi138 ceph-mon[117003]: pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:50:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:53 smithi161 ceph-mon[116604]: pgmap v19923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:50:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:55 smithi028 ceph-mon[112123]: pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:50:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:55 smithi138 ceph-mon[117003]: pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:50:55.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:55 smithi161 ceph-mon[116604]: pgmap v19924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:50:55.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:50:55.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:50:55.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:50:56.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:50:56.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:50:56.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:50:56.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:50:56.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:50:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:57 smithi028 ceph-mon[112123]: pgmap v19925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:50:57.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:57 smithi138 ceph-mon[117003]: pgmap v19925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:50:57.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:57 smithi161 ceph-mon[116604]: pgmap v19925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.6 KiB/s rd, 2 op/s 2023-12-07T15:50:58.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:58 smithi028 ceph-mon[112123]: from='client.535239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:58 smithi138 ceph-mon[117003]: from='client.535239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:58.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:58 smithi161 ceph-mon[116604]: from='client.535239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:50:59.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:50:59 smithi028 ceph-mon[112123]: 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-07T15:50:59.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:50:59 smithi138 ceph-mon[117003]: 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-07T15:50:59.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:50:59 smithi161 ceph-mon[116604]: 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-07T15:51:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:01 smithi028 ceph-mon[112123]: 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-07T15:51:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:01 smithi138 ceph-mon[117003]: 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-07T15:51:01.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:01.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:01.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:01 smithi161 ceph-mon[116604]: 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-07T15:51:02.422 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:02.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:02.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:02.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:02.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:03 smithi028 ceph-mon[112123]: from='client.535317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:03 smithi028 ceph-mon[112123]: 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-07T15:51:03.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:03 smithi138 ceph-mon[117003]: from='client.535317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:03.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:03 smithi138 ceph-mon[117003]: 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-07T15:51:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:03 smithi161 ceph-mon[116604]: from='client.535317 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:03.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:03 smithi161 ceph-mon[116604]: 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-07T15:51:04.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:04 smithi028 ceph-mon[112123]: pgmap v19929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:04 smithi138 ceph-mon[117003]: pgmap v19929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:04 smithi161 ceph-mon[116604]: pgmap v19929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:07.424 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:07.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:07.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:07.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:07 smithi161 ceph-mon[116604]: pgmap v19930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:07 smithi028 ceph-mon[112123]: pgmap v19930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:07.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:07 smithi138 ceph-mon[117003]: pgmap v19930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:08.193 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:08.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:08.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:08.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:08.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:08 smithi161 ceph-mon[116604]: from='client.535389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:08 smithi161 ceph-mon[116604]: 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-07T15:51:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:08 smithi028 ceph-mon[112123]: from='client.535389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:08 smithi028 ceph-mon[112123]: 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-07T15:51:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:08 smithi138 ceph-mon[117003]: from='client.535389 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:08 smithi138 ceph-mon[117003]: 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-07T15:51:11.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:11 smithi161 ceph-mon[116604]: 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-07T15:51:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:11 smithi028 ceph-mon[112123]: 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-07T15:51:11.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:11 smithi138 ceph-mon[117003]: 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-07T15:51:13.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:13.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:13.195 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:13 smithi028 ceph-mon[112123]: 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-07T15:51:13.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:13 smithi138 ceph-mon[117003]: 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-07T15:51:13.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:13 smithi161 ceph-mon[116604]: 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-07T15:51:13.975 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:13.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:13.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:13.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:13.975 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:15 smithi028 ceph-mon[112123]: from='client.535464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:15 smithi028 ceph-mon[112123]: pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:15 smithi138 ceph-mon[117003]: from='client.535464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:15 smithi138 ceph-mon[117003]: pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:15 smithi161 ceph-mon[116604]: from='client.535464 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:15 smithi161 ceph-mon[116604]: pgmap v19934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:17 smithi028 ceph-mon[112123]: pgmap v19935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:17 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:17.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:17 smithi138 ceph-mon[117003]: pgmap v19935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:17.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:17 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:17.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:17 smithi161 ceph-mon[116604]: pgmap v19935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:17.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:17 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:51:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:51:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:51:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:51:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:51:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:51:18.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:18.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:18.977 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:19.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:19 smithi028 ceph-mon[112123]: pgmap v19936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:19 smithi138 ceph-mon[117003]: pgmap v19936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:19.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:19 smithi161 ceph-mon[116604]: pgmap v19936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:19.747 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:19.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:19.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:19.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:19.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:21 smithi028 ceph-mon[112123]: from='client.535542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:21.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:21 smithi028 ceph-mon[112123]: 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-07T15:51:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:21 smithi138 ceph-mon[117003]: from='client.535542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:21 smithi138 ceph-mon[117003]: 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-07T15:51:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:21 smithi161 ceph-mon[116604]: from='client.535542 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:21 smithi161 ceph-mon[116604]: 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-07T15:51:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:23 smithi028 ceph-mon[112123]: 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-07T15:51:23.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:23 smithi138 ceph-mon[117003]: 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-07T15:51:23.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:23 smithi161 ceph-mon[116604]: 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-07T15:51:24.749 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:24.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:24.750 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:25 smithi028 ceph-mon[112123]: pgmap v19939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:51:25.531 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:25.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:25.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:25.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:25.531 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:25 smithi138 ceph-mon[117003]: pgmap v19939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:51:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:25 smithi161 ceph-mon[116604]: pgmap v19939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:51:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:26 smithi028 ceph-mon[112123]: from='client.535617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:26 smithi028 ceph-mon[112123]: pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:51:26.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:26 smithi138 ceph-mon[117003]: from='client.535617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:26.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:26 smithi138 ceph-mon[117003]: pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:51:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:26 smithi161 ceph-mon[116604]: from='client.535617 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:26 smithi161 ceph-mon[116604]: pgmap v19940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:51:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:28 smithi161 ceph-mon[116604]: pgmap v19941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:28 smithi028 ceph-mon[112123]: pgmap v19941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:28 smithi138 ceph-mon[117003]: pgmap v19941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:51:30.533 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:30.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:30.533 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:31.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:31.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:31.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:31.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:31.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:31 smithi028 ceph-mon[112123]: pgmap v19942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:31 smithi138 ceph-mon[117003]: pgmap v19942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:31.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:31 smithi161 ceph-mon[116604]: pgmap v19942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:32.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:32 smithi028 ceph-mon[112123]: from='client.535692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:32 smithi138 ceph-mon[117003]: from='client.535692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:32 smithi161 ceph-mon[116604]: from='client.535692 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:33 smithi028 ceph-mon[112123]: 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-07T15:51:33.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:33 smithi138 ceph-mon[117003]: 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-07T15:51:33.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:33 smithi161 ceph-mon[116604]: 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-07T15:51:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:35 smithi028 ceph-mon[112123]: pgmap v19944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:35 smithi138 ceph-mon[117003]: pgmap v19944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:35 smithi161 ceph-mon[116604]: pgmap v19944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:36.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:36.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:36.314 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:37.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:37.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:37.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:37.097 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:37.097 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:37.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:37 smithi028 ceph-mon[112123]: pgmap v19945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:37 smithi138 ceph-mon[117003]: pgmap v19945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:37 smithi161 ceph-mon[116604]: pgmap v19945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:38.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:38 smithi028 ceph-mon[112123]: from='client.535767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:38 smithi138 ceph-mon[117003]: from='client.535767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:38.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:38 smithi161 ceph-mon[116604]: from='client.535767 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:39.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:39 smithi028 ceph-mon[112123]: 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-07T15:51:39.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:39 smithi138 ceph-mon[117003]: 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-07T15:51:39.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:39 smithi161 ceph-mon[116604]: 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-07T15:51:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:40 smithi138 ceph-mon[117003]: 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-07T15:51:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:40 smithi161 ceph-mon[116604]: 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-07T15:51:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:40 smithi028 ceph-mon[112123]: 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-07T15:51:42.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:42.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:42.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:42.863 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:42.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:42.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:42.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:42.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:43.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:43 smithi028 ceph-mon[112123]: 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-07T15:51:43.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:43 smithi138 ceph-mon[117003]: 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-07T15:51:43.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:43 smithi161 ceph-mon[116604]: 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-07T15:51:44.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:44 smithi028 ceph-mon[112123]: from='client.535845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:44 smithi138 ceph-mon[117003]: from='client.535845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:44 smithi161 ceph-mon[116604]: from='client.535845 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:45.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:45 smithi028 ceph-mon[112123]: pgmap v19949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:45.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:45 smithi138 ceph-mon[117003]: pgmap v19949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:45.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:45 smithi161 ceph-mon[116604]: pgmap v19949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:51:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:47 smithi028 ceph-mon[112123]: pgmap v19950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:47.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:47 smithi138 ceph-mon[117003]: pgmap v19950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:47 smithi161 ceph-mon[116604]: pgmap v19950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:51:47.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:47.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:47.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:48.642 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:48.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:48.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:48.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:48.642 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:48 smithi161 ceph-mon[116604]: 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-07T15:51:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:48 smithi028 ceph-mon[112123]: 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-07T15:51:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:48 smithi138 ceph-mon[117003]: 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-07T15:51:50.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:49 smithi161 ceph-mon[116604]: from='client.535917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:50.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:49 smithi028 ceph-mon[112123]: from='client.535917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:49 smithi138 ceph-mon[117003]: from='client.535917 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:51.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:50 smithi161 ceph-mon[116604]: pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:51:51.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:50 smithi028 ceph-mon[112123]: pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:51:51.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:50 smithi138 ceph-mon[117003]: pgmap v19952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:51:53.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:53 smithi028 ceph-mon[112123]: pgmap v19953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:53 smithi138 ceph-mon[117003]: pgmap v19953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:53.643 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:53.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:53.644 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:51:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:53 smithi161 ceph-mon[116604]: pgmap v19953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:54.437 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:51:54.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:51:54.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:51:54.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:51:54.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:51:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:55 smithi028 ceph-mon[112123]: from='client.535995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:55.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:55 smithi028 ceph-mon[112123]: pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:55 smithi138 ceph-mon[117003]: from='client.535995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:55 smithi138 ceph-mon[117003]: pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:55.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:55 smithi161 ceph-mon[116604]: from='client.535995 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:51:55.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:55 smithi161 ceph-mon[116604]: pgmap v19954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:51:57.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:57 smithi028 ceph-mon[112123]: 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-07T15:51:57.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:57 smithi138 ceph-mon[117003]: 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-07T15:51:57.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:57 smithi161 ceph-mon[116604]: 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-07T15:51:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:51:58 smithi161 ceph-mon[116604]: pgmap v19956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:51:59.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:51:58 smithi028 ceph-mon[112123]: pgmap v19956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:51:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:51:58 smithi138 ceph-mon[117003]: pgmap v19956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:51:59.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:51:59.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:51:59.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:00.209 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:00.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:00.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:00.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:00.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:01 smithi028 ceph-mon[112123]: from='client.536067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:01.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:01 smithi028 ceph-mon[112123]: 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-07T15:52:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:01 smithi138 ceph-mon[117003]: from='client.536067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:01.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:01 smithi138 ceph-mon[117003]: 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-07T15:52:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:01 smithi161 ceph-mon[116604]: from='client.536067 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:01 smithi161 ceph-mon[116604]: 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-07T15:52:03.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:03 smithi028 ceph-mon[112123]: pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:03.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:03 smithi138 ceph-mon[117003]: pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:03 smithi161 ceph-mon[116604]: pgmap v19958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:05.211 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:05.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:05.211 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:05 smithi028 ceph-mon[112123]: pgmap v19959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:05.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:05 smithi138 ceph-mon[117003]: pgmap v19959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:05 smithi161 ceph-mon[116604]: pgmap v19959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T15:52:05.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:05.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:05.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:05.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:05.977 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:07 smithi028 ceph-mon[112123]: from='client.536142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:07.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:07 smithi028 ceph-mon[112123]: pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:07.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:07 smithi138 ceph-mon[117003]: from='client.536142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:07.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:07 smithi138 ceph-mon[117003]: pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:07 smithi161 ceph-mon[116604]: from='client.536142 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:07 smithi161 ceph-mon[116604]: pgmap v19960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:08 smithi161 ceph-mon[116604]: pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:08 smithi028 ceph-mon[112123]: pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:08 smithi138 ceph-mon[117003]: pgmap v19961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:10.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:10.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:10.979 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:11.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:11 smithi028 ceph-mon[112123]: pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:11.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:11 smithi138 ceph-mon[117003]: pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:11.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:11 smithi161 ceph-mon[116604]: pgmap v19962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:11.747 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:11.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:11.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:11.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:11.747 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:13 smithi028 ceph-mon[112123]: from='client.536220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:13.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:13 smithi028 ceph-mon[112123]: 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-07T15:52:13.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:13 smithi138 ceph-mon[117003]: from='client.536220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:13.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:13 smithi138 ceph-mon[117003]: 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-07T15:52:13.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:13 smithi161 ceph-mon[116604]: from='client.536220 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:13.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:13 smithi161 ceph-mon[116604]: 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-07T15:52:15.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:15 smithi028 ceph-mon[112123]: pgmap v19964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:15 smithi138 ceph-mon[117003]: pgmap v19964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:15 smithi161 ceph-mon[116604]: pgmap v19964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:16.748 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:16.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:16.749 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:17.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:17 smithi028 ceph-mon[112123]: pgmap v19965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:17.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:17 smithi138 ceph-mon[117003]: pgmap v19965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:17.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:17.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:17.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:17.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:17.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:17.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:17 smithi161 ceph-mon[116604]: pgmap v19965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:18 smithi028 ceph-mon[112123]: from='client.536298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:18.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:52:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:18 smithi138 ceph-mon[117003]: from='client.536298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:52:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:18 smithi161 ceph-mon[116604]: from='client.536298 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:52:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:52:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:52:18.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:52:19.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:19 smithi028 ceph-mon[112123]: 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-07T15:52:19.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:19 smithi138 ceph-mon[117003]: 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-07T15:52:19.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:19 smithi161 ceph-mon[116604]: 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-07T15:52:20.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:20 smithi138 ceph-mon[117003]: 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-07T15:52:20.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:20 smithi161 ceph-mon[116604]: 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-07T15:52:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:20 smithi028 ceph-mon[112123]: 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-07T15:52:22.551 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:22.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:22.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:23.326 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:23.326 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:23.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:23.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:23.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:23.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:23 smithi028 ceph-mon[112123]: 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-07T15:52:23.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:23 smithi138 ceph-mon[117003]: 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-07T15:52:23.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:23 smithi161 ceph-mon[116604]: 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-07T15:52:24.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:24 smithi028 ceph-mon[112123]: from='client.536376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:24 smithi138 ceph-mon[117003]: from='client.536376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:24 smithi161 ceph-mon[116604]: from='client.536376 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:25.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:25 smithi028 ceph-mon[112123]: pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:25 smithi138 ceph-mon[117003]: pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:25 smithi161 ceph-mon[116604]: pgmap v19969: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:52:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:27 smithi028 ceph-mon[112123]: pgmap v19970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:27 smithi138 ceph-mon[117003]: pgmap v19970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:27 smithi161 ceph-mon[116604]: pgmap v19970: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T15:52:28.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:28.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:28.328 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:29.101 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:29.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:29.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:29.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:29.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:28 smithi161 ceph-mon[116604]: 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-07T15:52:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:28 smithi028 ceph-mon[112123]: 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-07T15:52:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:28 smithi138 ceph-mon[117003]: 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-07T15:52:30.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:29 smithi161 ceph-mon[116604]: from='client.536454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:30.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:29 smithi028 ceph-mon[112123]: from='client.536454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:29 smithi138 ceph-mon[117003]: from='client.536454 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:31.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:30 smithi161 ceph-mon[116604]: pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:52:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:30 smithi028 ceph-mon[112123]: pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:52:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:30 smithi138 ceph-mon[117003]: pgmap v19972: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:52:33.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:33 smithi028 ceph-mon[112123]: pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:33.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:33 smithi138 ceph-mon[117003]: pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:33.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:33 smithi161 ceph-mon[116604]: pgmap v19973: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:34.103 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:34.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:34.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:34.868 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:34.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:34.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:34.868 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:34.869 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:35 smithi028 ceph-mon[112123]: pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:35 smithi138 ceph-mon[117003]: pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:35 smithi161 ceph-mon[116604]: pgmap v19974: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:36.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:36 smithi138 ceph-mon[117003]: from='client.536529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:36 smithi161 ceph-mon[116604]: from='client.536529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:36 smithi028 ceph-mon[112123]: from='client.536529 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:37 smithi138 ceph-mon[117003]: pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:37 smithi161 ceph-mon[116604]: pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:37 smithi028 ceph-mon[112123]: pgmap v19975: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:52:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:38 smithi161 ceph-mon[116604]: 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-07T15:52:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:38 smithi028 ceph-mon[112123]: 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-07T15:52:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:38 smithi138 ceph-mon[117003]: 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-07T15:52:39.870 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:39.871 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:39.871 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:40.651 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:40.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:40.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:40.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:40.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:41.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:41 smithi028 ceph-mon[112123]: 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-07T15:52:41.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:41 smithi138 ceph-mon[117003]: 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-07T15:52:41.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:41 smithi161 ceph-mon[116604]: 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-07T15:52:42.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:42 smithi028 ceph-mon[112123]: from='client.536601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:42 smithi138 ceph-mon[117003]: from='client.536601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:42 smithi161 ceph-mon[116604]: from='client.536601 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:43.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:43 smithi138 ceph-mon[117003]: pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:43.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:43 smithi161 ceph-mon[116604]: pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:43.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:43 smithi028 ceph-mon[112123]: pgmap v19978: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:52:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:44 smithi138 ceph-mon[117003]: pgmap v19979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:52:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:44 smithi161 ceph-mon[116604]: pgmap v19979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:52:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:44 smithi028 ceph-mon[112123]: pgmap v19979: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:52:45.652 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:45.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:45.653 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:46.423 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:46.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:46.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:46.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:46.423 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:47 smithi028 ceph-mon[112123]: from='client.536673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:47 smithi028 ceph-mon[112123]: pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:47.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:47 smithi138 ceph-mon[117003]: from='client.536673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:47 smithi138 ceph-mon[117003]: pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:47 smithi161 ceph-mon[116604]: from='client.536673 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:47.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:47 smithi161 ceph-mon[116604]: pgmap v19980: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:52:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:48 smithi161 ceph-mon[116604]: 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-07T15:52:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:48 smithi028 ceph-mon[112123]: 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-07T15:52:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:48 smithi138 ceph-mon[117003]: 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-07T15:52:51.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:51.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:51.425 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:51 smithi028 ceph-mon[112123]: 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-07T15:52:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:51 smithi138 ceph-mon[117003]: 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-07T15:52:51.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:51 smithi161 ceph-mon[116604]: 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-07T15:52:52.195 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:52.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:52.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:52.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:52.196 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:53 smithi138 ceph-mon[117003]: from='client.536748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:53.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:53 smithi138 ceph-mon[117003]: 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-07T15:52:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:53 smithi161 ceph-mon[116604]: from='client.536748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:53.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:53 smithi161 ceph-mon[116604]: 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-07T15:52:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:53 smithi028 ceph-mon[112123]: from='client.536748 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:53.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:53 smithi028 ceph-mon[112123]: 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-07T15:52:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:55 smithi138 ceph-mon[117003]: pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:52:55.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:55 smithi161 ceph-mon[116604]: pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:52:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:55 smithi028 ceph-mon[112123]: pgmap v19984: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:52:56.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:56 smithi138 ceph-mon[117003]: pgmap v19985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:52:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:56 smithi161 ceph-mon[116604]: pgmap v19985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:52:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:56 smithi028 ceph-mon[112123]: pgmap v19985: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:52:57.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:52:57.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:52:57.197 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:52:57.967 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:52:57.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:52:57.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:52:57.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:52:57.967 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:52:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:58 smithi161 ceph-mon[116604]: from='client.536826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:52:58 smithi161 ceph-mon[116604]: 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-07T15:52:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:58 smithi028 ceph-mon[112123]: from='client.536826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:52:58 smithi028 ceph-mon[112123]: 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-07T15:52:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:58 smithi138 ceph-mon[117003]: from='client.536826 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:52:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:52:58 smithi138 ceph-mon[117003]: 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-07T15:53:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:01 smithi138 ceph-mon[117003]: 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-07T15:53:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:01 smithi161 ceph-mon[116604]: 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-07T15:53:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:01 smithi028 ceph-mon[112123]: 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-07T15:53:02.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:02.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:02.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:03.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:03 smithi138 ceph-mon[117003]: 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-07T15:53:03.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:03 smithi161 ceph-mon[116604]: 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-07T15:53:03.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:03 smithi028 ceph-mon[112123]: 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-07T15:53:03.738 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:03.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:03.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:03.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:03.738 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:04 smithi138 ceph-mon[117003]: from='client.536901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:04 smithi138 ceph-mon[117003]: pgmap v19989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:04 smithi161 ceph-mon[116604]: from='client.536901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:04 smithi161 ceph-mon[116604]: pgmap v19989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:04 smithi028 ceph-mon[112123]: from='client.536901 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:04 smithi028 ceph-mon[112123]: pgmap v19989: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:07.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:07 smithi138 ceph-mon[117003]: pgmap v19990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:07 smithi161 ceph-mon[116604]: pgmap v19990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:07 smithi028 ceph-mon[112123]: pgmap v19990: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:08.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:08.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:08.740 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:08 smithi161 ceph-mon[116604]: 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-07T15:53:09.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:08 smithi028 ceph-mon[112123]: 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-07T15:53:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:08 smithi138 ceph-mon[117003]: 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-07T15:53:09.510 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:09.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:09.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:09.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:09.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:10.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:09 smithi161 ceph-mon[116604]: from='client.536976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:09 smithi028 ceph-mon[112123]: from='client.536976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:09 smithi138 ceph-mon[117003]: from='client.536976 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:11.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:10 smithi161 ceph-mon[116604]: 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-07T15:53:11.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:10 smithi028 ceph-mon[112123]: 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-07T15:53:11.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:10 smithi138 ceph-mon[117003]: 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-07T15:53:13.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:13 smithi138 ceph-mon[117003]: 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-07T15:53:13.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:13 smithi161 ceph-mon[116604]: 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-07T15:53:13.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:13 smithi028 ceph-mon[112123]: 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-07T15:53:14.512 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:14.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:14.512 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:15.298 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:15.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:15.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:15.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:15.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:15 smithi138 ceph-mon[117003]: pgmap v19994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:53:15.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:15 smithi161 ceph-mon[116604]: pgmap v19994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:53:15.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:15 smithi028 ceph-mon[112123]: pgmap v19994: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:53:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:16 smithi138 ceph-mon[117003]: from='client.537054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:16 smithi138 ceph-mon[117003]: pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:53:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:16 smithi161 ceph-mon[116604]: from='client.537054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:16 smithi161 ceph-mon[116604]: pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:53:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:16 smithi028 ceph-mon[112123]: from='client.537054 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:16.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:16 smithi028 ceph-mon[112123]: pgmap v19995: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:53:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:18 smithi161 ceph-mon[116604]: 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-07T15:53:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:18 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:18 smithi028 ceph-mon[112123]: 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-07T15:53:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:18 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:18 smithi138 ceph-mon[117003]: 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-07T15:53:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:18 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:53:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:53:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:53:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:53:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:53:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:53:20.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:20.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:20.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:21.069 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:21.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:21.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:21.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:21.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:21.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:20 smithi161 ceph-mon[116604]: 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-07T15:53:21.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:20 smithi028 ceph-mon[112123]: 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-07T15:53:21.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:20 smithi138 ceph-mon[117003]: 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-07T15:53:22.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:21 smithi161 ceph-mon[116604]: from='client.537132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:22.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:21 smithi028 ceph-mon[112123]: from='client.537132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:22.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:21 smithi138 ceph-mon[117003]: from='client.537132 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:23.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:22 smithi161 ceph-mon[116604]: 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-07T15:53:23.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:22 smithi028 ceph-mon[112123]: 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-07T15:53:23.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:22 smithi138 ceph-mon[117003]: 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-07T15:53:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:25 smithi138 ceph-mon[117003]: pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:25.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:25 smithi161 ceph-mon[116604]: pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:25 smithi028 ceph-mon[112123]: pgmap v19999: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:26.071 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:26.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:26.071 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:26.842 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:26.842 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:26.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:26.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:26.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:27 smithi138 ceph-mon[117003]: pgmap v20000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:27 smithi161 ceph-mon[116604]: pgmap v20000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:27.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:27 smithi028 ceph-mon[112123]: pgmap v20000: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:28 smithi138 ceph-mon[117003]: from='client.537210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:28 smithi138 ceph-mon[117003]: 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-07T15:53:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:28 smithi161 ceph-mon[116604]: from='client.537210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:28 smithi161 ceph-mon[116604]: 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-07T15:53:28.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:28 smithi028 ceph-mon[112123]: from='client.537210 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:28 smithi028 ceph-mon[112123]: 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-07T15:53:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:31 smithi138 ceph-mon[117003]: 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-07T15:53:31.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:31 smithi161 ceph-mon[116604]: 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-07T15:53:31.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:31 smithi028 ceph-mon[112123]: 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-07T15:53:31.843 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:31.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:31.844 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:32 smithi138 ceph-mon[117003]: 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-07T15:53:32.614 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:32.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:32.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:32.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:32.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:32 smithi161 ceph-mon[116604]: 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-07T15:53:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:32 smithi028 ceph-mon[112123]: 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-07T15:53:34.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:33 smithi161 ceph-mon[116604]: from='client.537285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:33 smithi028 ceph-mon[112123]: from='client.537285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:33 smithi138 ceph-mon[117003]: from='client.537285 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:35.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:34 smithi161 ceph-mon[116604]: pgmap v20004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:35.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:34 smithi028 ceph-mon[112123]: pgmap v20004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:34 smithi138 ceph-mon[117003]: pgmap v20004: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:37 smithi138 ceph-mon[117003]: pgmap v20005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:37.616 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:37.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:37.617 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:37.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:37 smithi161 ceph-mon[116604]: pgmap v20005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:37.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:37 smithi028 ceph-mon[112123]: pgmap v20005: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:38.379 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:38.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:38.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:38.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:38.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:38 smithi161 ceph-mon[116604]: from='client.537360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:38 smithi161 ceph-mon[116604]: 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-07T15:53:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:38 smithi028 ceph-mon[112123]: from='client.537360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:38 smithi028 ceph-mon[112123]: 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-07T15:53:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:38 smithi138 ceph-mon[117003]: from='client.537360 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:38 smithi138 ceph-mon[117003]: 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-07T15:53:41.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:41 smithi138 ceph-mon[117003]: 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-07T15:53:41.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:41 smithi161 ceph-mon[116604]: 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-07T15:53:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:41 smithi028 ceph-mon[112123]: 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-07T15:53:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:42 smithi138 ceph-mon[117003]: 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-07T15:53:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:42 smithi161 ceph-mon[116604]: 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-07T15:53:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:42 smithi028 ceph-mon[112123]: 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-07T15:53:43.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:43.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:43.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:44.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:44.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:44.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:44.150 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:44.150 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:45.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:45 smithi138 ceph-mon[117003]: from='client.537435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:45.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:45 smithi138 ceph-mon[117003]: pgmap v20009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:45.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:45 smithi161 ceph-mon[116604]: from='client.537435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:45.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:45 smithi161 ceph-mon[116604]: pgmap v20009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:45 smithi028 ceph-mon[112123]: from='client.537435 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:45.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:45 smithi028 ceph-mon[112123]: pgmap v20009: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:53:46.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:46 smithi138 ceph-mon[117003]: pgmap v20010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:46 smithi161 ceph-mon[116604]: pgmap v20010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:46 smithi028 ceph-mon[112123]: pgmap v20010: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:53:49.151 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:49.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:49.152 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:48 smithi161 ceph-mon[116604]: 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-07T15:53:49.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:48 smithi028 ceph-mon[112123]: 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-07T15:53:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:48 smithi138 ceph-mon[117003]: 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-07T15:53:49.919 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:49.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:49.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:49.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:49.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:51 smithi138 ceph-mon[117003]: from='client.537510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:51.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:51 smithi138 ceph-mon[117003]: 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-07T15:53:51.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:51 smithi161 ceph-mon[116604]: from='client.537510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:51.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:51 smithi161 ceph-mon[116604]: 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-07T15:53:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:51 smithi028 ceph-mon[112123]: from='client.537510 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:51 smithi028 ceph-mon[112123]: 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-07T15:53:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:52 smithi138 ceph-mon[117003]: 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-07T15:53:52.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:52 smithi161 ceph-mon[116604]: 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-07T15:53:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:52 smithi028 ceph-mon[112123]: 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-07T15:53:54.921 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:53:54.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:53:54.921 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:53:55.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:55 smithi138 ceph-mon[117003]: pgmap v20014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:53:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:55 smithi161 ceph-mon[116604]: pgmap v20014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:53:55.701 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:53:55.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:53:55.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:53:55.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:53:55.701 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:53:55.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:55 smithi028 ceph-mon[112123]: pgmap v20014: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:53:56.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:56 smithi138 ceph-mon[117003]: from='client.537582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:56.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:56 smithi138 ceph-mon[117003]: pgmap v20015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:53:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:56 smithi161 ceph-mon[116604]: from='client.537582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:56 smithi161 ceph-mon[116604]: pgmap v20015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:53:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:56 smithi028 ceph-mon[112123]: from='client.537582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:53:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:56 smithi028 ceph-mon[112123]: pgmap v20015: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:53:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:53:58 smithi161 ceph-mon[116604]: 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-07T15:53:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:53:58 smithi028 ceph-mon[112123]: 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-07T15:53:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:53:58 smithi138 ceph-mon[117003]: 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-07T15:54:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:00 smithi138 ceph-mon[117003]: 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-07T15:54:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:00 smithi161 ceph-mon[116604]: 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-07T15:54:00.703 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:00.703 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:00.704 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:00 smithi028 ceph-mon[112123]: 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-07T15:54:01.478 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:01.478 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:01.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:01.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:01.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:01 smithi138 ceph-mon[117003]: from='client.537657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:01 smithi161 ceph-mon[116604]: from='client.537657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:01 smithi028 ceph-mon[112123]: from='client.537657 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:02.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:02 smithi138 ceph-mon[117003]: 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-07T15:54:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:02 smithi161 ceph-mon[116604]: 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-07T15:54:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:02 smithi028 ceph-mon[112123]: 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-07T15:54:04.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:04 smithi138 ceph-mon[117003]: pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:04 smithi161 ceph-mon[116604]: pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:04 smithi028 ceph-mon[112123]: pgmap v20019: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:06.480 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:06.480 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:06.481 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:06 smithi138 ceph-mon[117003]: pgmap v20020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:06 smithi161 ceph-mon[116604]: pgmap v20020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:06 smithi028 ceph-mon[112123]: pgmap v20020: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:07.267 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:07.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:07.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:07.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:07.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:07.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:07 smithi138 ceph-mon[117003]: from='client.537732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:07.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:07 smithi161 ceph-mon[116604]: from='client.537732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:07.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:07 smithi028 ceph-mon[112123]: from='client.537732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:08 smithi161 ceph-mon[116604]: 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-07T15:54:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:08 smithi028 ceph-mon[112123]: 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-07T15:54:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:08 smithi138 ceph-mon[117003]: 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-07T15:54:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:10 smithi138 ceph-mon[117003]: 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-07T15:54:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:10 smithi161 ceph-mon[116604]: 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-07T15:54:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:10 smithi028 ceph-mon[112123]: 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-07T15:54:12.268 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:12.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:12.269 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:12 smithi138 ceph-mon[117003]: 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-07T15:54:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:12 smithi161 ceph-mon[116604]: 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-07T15:54:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:12 smithi028 ceph-mon[112123]: 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-07T15:54:13.044 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:13.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:13.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:13.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:13.044 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:14.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:13 smithi161 ceph-mon[116604]: from='client.537801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:14.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:13 smithi028 ceph-mon[112123]: from='client.537801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:13 smithi138 ceph-mon[117003]: from='client.537801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:15.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:14 smithi161 ceph-mon[116604]: pgmap v20024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:15.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:14 smithi028 ceph-mon[112123]: pgmap v20024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:15.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:14 smithi138 ceph-mon[117003]: pgmap v20024: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:16 smithi138 ceph-mon[117003]: pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:16 smithi161 ceph-mon[116604]: pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:16 smithi028 ceph-mon[112123]: pgmap v20025: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:18.046 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:18.046 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:18.046 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:18.837 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:18.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:18.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:18.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:18.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:19.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:18 smithi161 ceph-mon[116604]: 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-07T15:54:19.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:18 smithi028 ceph-mon[112123]: 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-07T15:54:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:18 smithi138 ceph-mon[117003]: 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-07T15:54:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:19 smithi161 ceph-mon[116604]: from='client.537876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:54:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:19 smithi028 ceph-mon[112123]: from='client.537876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:54:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:19 smithi138 ceph-mon[117003]: from='client.537876 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:54:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:54:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:54:20.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:54:21.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:20 smithi161 ceph-mon[116604]: 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-07T15:54:21.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:20 smithi028 ceph-mon[112123]: 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-07T15:54:21.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:20 smithi138 ceph-mon[117003]: 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-07T15:54:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:22 smithi138 ceph-mon[117003]: 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-07T15:54:22.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:22 smithi161 ceph-mon[116604]: 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-07T15:54:22.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:22 smithi028 ceph-mon[112123]: 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-07T15:54:23.838 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:23.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:23.839 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:24 smithi138 ceph-mon[117003]: 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-07T15:54:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:24 smithi138 ceph-mon[117003]: from='client.537948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:24.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:24.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:24.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:24.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:24.610 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:24 smithi161 ceph-mon[116604]: 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-07T15:54:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:24 smithi161 ceph-mon[116604]: from='client.537948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:24 smithi028 ceph-mon[112123]: 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-07T15:54:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:24 smithi028 ceph-mon[112123]: from='client.537948 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:26.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:26 smithi138 ceph-mon[117003]: pgmap v20030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:54:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:26 smithi161 ceph-mon[116604]: pgmap v20030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:54:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:26 smithi028 ceph-mon[112123]: pgmap v20030: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:54:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:28 smithi161 ceph-mon[116604]: pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:28 smithi028 ceph-mon[112123]: pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:28 smithi138 ceph-mon[117003]: pgmap v20031: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:54:29.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:29.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:29.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:30.384 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:30.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:30.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:30.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:30.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:30 smithi138 ceph-mon[117003]: from='client.538026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:30 smithi138 ceph-mon[117003]: 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-07T15:54:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:30 smithi161 ceph-mon[116604]: from='client.538026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:30 smithi161 ceph-mon[116604]: 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-07T15:54:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:30 smithi028 ceph-mon[112123]: from='client.538026 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:30 smithi028 ceph-mon[112123]: 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-07T15:54:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:32 smithi138 ceph-mon[117003]: 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-07T15:54:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:32 smithi161 ceph-mon[116604]: 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-07T15:54:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:32 smithi028 ceph-mon[112123]: 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-07T15:54:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:34 smithi138 ceph-mon[117003]: pgmap v20034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:54:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:34 smithi161 ceph-mon[116604]: pgmap v20034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:54:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:34 smithi028 ceph-mon[112123]: pgmap v20034: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:54:35.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:35.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:35.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:36.154 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:36.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:36.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:36.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:36.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:36.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:36 smithi138 ceph-mon[117003]: from='client.538098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:36.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:36 smithi138 ceph-mon[117003]: 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-07T15:54:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:36 smithi161 ceph-mon[116604]: from='client.538098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:36 smithi161 ceph-mon[116604]: 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-07T15:54:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:36 smithi028 ceph-mon[112123]: from='client.538098 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:36.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:36 smithi028 ceph-mon[112123]: 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-07T15:54:39.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:38 smithi161 ceph-mon[116604]: pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:39.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:38 smithi028 ceph-mon[112123]: pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:38 smithi138 ceph-mon[117003]: pgmap v20036: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:54:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:40 smithi138 ceph-mon[117003]: pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:54:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:40 smithi161 ceph-mon[116604]: pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:54:40.746 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:40 smithi028 ceph-mon[112123]: pgmap v20037: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:54:41.155 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:41.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:41.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:41.943 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:41.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:41.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:41.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:41.944 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:42 smithi138 ceph-mon[117003]: from='client.538173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:42 smithi138 ceph-mon[117003]: 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-07T15:54:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:42 smithi161 ceph-mon[116604]: from='client.538173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:42 smithi161 ceph-mon[116604]: 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-07T15:54:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:42 smithi028 ceph-mon[112123]: from='client.538173 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:42 smithi028 ceph-mon[112123]: 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-07T15:54:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:44 smithi138 ceph-mon[117003]: pgmap v20039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:44 smithi161 ceph-mon[116604]: pgmap v20039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:44 smithi028 ceph-mon[112123]: pgmap v20039: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:46.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:46 smithi138 ceph-mon[117003]: pgmap v20040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:46 smithi161 ceph-mon[116604]: pgmap v20040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:46 smithi028 ceph-mon[112123]: pgmap v20040: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:46.945 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:46.945 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:46.945 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:47.722 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:47.722 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:47.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:47.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:47.723 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:48 smithi161 ceph-mon[116604]: from='client.538248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:48 smithi161 ceph-mon[116604]: 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-07T15:54:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:48 smithi028 ceph-mon[112123]: from='client.538248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:48 smithi028 ceph-mon[112123]: 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-07T15:54:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:48 smithi138 ceph-mon[117003]: from='client.538248 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:48 smithi138 ceph-mon[117003]: 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-07T15:54:50.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:50 smithi138 ceph-mon[117003]: 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-07T15:54:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:50 smithi161 ceph-mon[116604]: 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-07T15:54:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:50 smithi028 ceph-mon[112123]: 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-07T15:54:52.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:52 smithi138 ceph-mon[117003]: 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-07T15:54:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:52 smithi161 ceph-mon[116604]: 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-07T15:54:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:52 smithi028 ceph-mon[112123]: 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-07T15:54:52.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:52.724 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:52.724 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:53.504 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:53.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:53.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:53.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:53.505 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:54.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:53 smithi161 ceph-mon[116604]: from='client.538326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:54.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:53 smithi028 ceph-mon[112123]: from='client.538326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:53 smithi138 ceph-mon[117003]: from='client.538326 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:54:55.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:54 smithi161 ceph-mon[116604]: pgmap v20044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:55.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:54 smithi028 ceph-mon[112123]: pgmap v20044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:55.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:54 smithi138 ceph-mon[117003]: pgmap v20044: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:54:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:56 smithi161 ceph-mon[116604]: pgmap v20045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:56.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:56 smithi028 ceph-mon[112123]: pgmap v20045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:56 smithi138 ceph-mon[117003]: pgmap v20045: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:54:58.506 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:54:58.506 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:54:58.507 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:54:59.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:58 smithi161 ceph-mon[116604]: 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-07T15:54:59.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:58 smithi028 ceph-mon[112123]: 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-07T15:54:59.288 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:54:59.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:54:59.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:54:59.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:54:59.289 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:54:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:58 smithi138 ceph-mon[117003]: 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-07T15:55:00.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:54:59 smithi161 ceph-mon[116604]: from='client.538404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:00.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:54:59 smithi028 ceph-mon[112123]: from='client.538404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:54:59 smithi138 ceph-mon[117003]: from='client.538404 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:01.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:00 smithi161 ceph-mon[116604]: pgmap v20047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:01.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:00 smithi028 ceph-mon[112123]: pgmap v20047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:00 smithi138 ceph-mon[117003]: pgmap v20047: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:02 smithi161 ceph-mon[116604]: pgmap v20048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:02 smithi028 ceph-mon[112123]: pgmap v20048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:02 smithi138 ceph-mon[117003]: pgmap v20048: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:04.290 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:04.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:04.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:04 smithi161 ceph-mon[116604]: pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:04 smithi028 ceph-mon[112123]: pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:04 smithi138 ceph-mon[117003]: pgmap v20049: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:05.070 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:05.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:05.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:05.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:05.070 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:05.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:05 smithi161 ceph-mon[116604]: from='client.538482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:05 smithi028 ceph-mon[112123]: from='client.538482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:05 smithi138 ceph-mon[117003]: from='client.538482 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:06 smithi161 ceph-mon[116604]: pgmap v20050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:06 smithi028 ceph-mon[112123]: pgmap v20050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:06 smithi138 ceph-mon[117003]: pgmap v20050: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:08 smithi161 ceph-mon[116604]: pgmap v20051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:08 smithi028 ceph-mon[112123]: pgmap v20051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:08 smithi138 ceph-mon[117003]: pgmap v20051: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:10.072 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:10.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:10.073 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:10 smithi161 ceph-mon[116604]: 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-07T15:55:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:10 smithi028 ceph-mon[112123]: 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-07T15:55:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:10 smithi138 ceph-mon[117003]: 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-07T15:55:10.854 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:10.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:10.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:10.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:10.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:11.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:11 smithi161 ceph-mon[116604]: from='client.538557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:11.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:11 smithi028 ceph-mon[112123]: from='client.538557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:11.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:11 smithi138 ceph-mon[117003]: from='client.538557 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:12 smithi161 ceph-mon[116604]: pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:55:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:12 smithi028 ceph-mon[112123]: pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:55:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:12 smithi138 ceph-mon[117003]: pgmap v20053: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:55:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:14 smithi161 ceph-mon[116604]: pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:14 smithi028 ceph-mon[112123]: pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:14 smithi138 ceph-mon[117003]: pgmap v20054: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:15.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:15.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:15.857 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:16.628 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:16.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:16.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:16.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:16.683 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:16 smithi161 ceph-mon[116604]: pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:55:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:16 smithi161 ceph-mon[116604]: from='client.538635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:16 smithi028 ceph-mon[112123]: pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:55:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:16 smithi028 ceph-mon[112123]: from='client.538635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:16 smithi138 ceph-mon[117003]: pgmap v20055: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T15:55:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:16 smithi138 ceph-mon[117003]: from='client.538635 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:19.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:18 smithi161 ceph-mon[116604]: pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:18 smithi028 ceph-mon[112123]: pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:18 smithi138 ceph-mon[117003]: pgmap v20056: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:20.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:19 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:19 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:19 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:55:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:21.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.629 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:21.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:21.630 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:21.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: pgmap v20057: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:55:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:55:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:55:21.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:55:22.397 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:22.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:22.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:22.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:22.397 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:23.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:23 smithi138 ceph-mon[117003]: from='client.538710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:23.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:23 smithi138 ceph-mon[117003]: 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-07T15:55:23.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:23 smithi161 ceph-mon[116604]: from='client.538710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:23.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:23 smithi161 ceph-mon[116604]: 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-07T15:55:23.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:23 smithi028 ceph-mon[112123]: from='client.538710 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:23.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:23 smithi028 ceph-mon[112123]: 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-07T15:55:25.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:25 smithi138 ceph-mon[117003]: pgmap v20059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:55:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:25 smithi161 ceph-mon[116604]: pgmap v20059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:55:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:25 smithi028 ceph-mon[112123]: pgmap v20059: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:55:27.399 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:27.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:27.399 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:27 smithi138 ceph-mon[117003]: pgmap v20060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:27 smithi161 ceph-mon[116604]: pgmap v20060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:27 smithi028 ceph-mon[112123]: pgmap v20060: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:28.182 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:28.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:28.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:28.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:28.183 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:28 smithi161 ceph-mon[116604]: from='client.538788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:28 smithi161 ceph-mon[116604]: 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-07T15:55:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:28 smithi028 ceph-mon[112123]: from='client.538788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:28 smithi028 ceph-mon[112123]: 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-07T15:55:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:28 smithi138 ceph-mon[117003]: from='client.538788 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:28 smithi138 ceph-mon[117003]: 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-07T15:55:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:30 smithi161 ceph-mon[116604]: 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-07T15:55:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:30 smithi028 ceph-mon[112123]: 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-07T15:55:30.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:30 smithi138 ceph-mon[117003]: 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-07T15:55:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:32 smithi161 ceph-mon[116604]: 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-07T15:55:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:32 smithi028 ceph-mon[112123]: 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-07T15:55:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:32 smithi138 ceph-mon[117003]: 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-07T15:55:33.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:33.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:33.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:33.948 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:33.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:33.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:33.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:33.949 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:34 smithi161 ceph-mon[116604]: from='client.538866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:34.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:34 smithi161 ceph-mon[116604]: pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:55:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:34 smithi028 ceph-mon[112123]: from='client.538866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:34.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:34 smithi028 ceph-mon[112123]: pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:55:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:34 smithi138 ceph-mon[117003]: from='client.538866 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:34 smithi138 ceph-mon[117003]: pgmap v20064: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:55:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:36 smithi161 ceph-mon[116604]: pgmap v20065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:36 smithi028 ceph-mon[112123]: pgmap v20065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:36 smithi138 ceph-mon[117003]: pgmap v20065: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:38.950 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:38.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:38.951 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:39.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:38 smithi161 ceph-mon[116604]: 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-07T15:55:39.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:38 smithi028 ceph-mon[112123]: 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-07T15:55:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:38 smithi138 ceph-mon[117003]: 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-07T15:55:39.732 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:39.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:39.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:39.733 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:39.733 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:40.689 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:40 smithi161 ceph-mon[116604]: from='client.538941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:40 smithi161 ceph-mon[116604]: pgmap v20067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:40 smithi028 ceph-mon[112123]: from='client.538941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:40 smithi028 ceph-mon[112123]: pgmap v20067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:40 smithi138 ceph-mon[117003]: from='client.538941 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:40.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:40 smithi138 ceph-mon[117003]: pgmap v20067: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:42 smithi161 ceph-mon[116604]: pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:42.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:42 smithi028 ceph-mon[112123]: pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:42 smithi138 ceph-mon[117003]: pgmap v20068: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:44.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:44 smithi161 ceph-mon[116604]: pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:55:44.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:44 smithi028 ceph-mon[112123]: pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:55:44.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:44.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:44.735 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:44 smithi138 ceph-mon[117003]: pgmap v20069: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:55:45.550 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:45.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:45.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:45.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:45.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:45.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:45 smithi161 ceph-mon[116604]: from='client.539019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:45 smithi028 ceph-mon[112123]: from='client.539019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:45 smithi138 ceph-mon[117003]: from='client.539019 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:46 smithi161 ceph-mon[116604]: pgmap v20070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:46 smithi028 ceph-mon[112123]: pgmap v20070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:46 smithi138 ceph-mon[117003]: pgmap v20070: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:55:49.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:48 smithi161 ceph-mon[116604]: pgmap v20071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:48 smithi028 ceph-mon[112123]: pgmap v20071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:48 smithi138 ceph-mon[117003]: pgmap v20071: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:55:50.552 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:50.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:50.552 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:50 smithi161 ceph-mon[116604]: 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-07T15:55:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:50 smithi028 ceph-mon[112123]: 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-07T15:55:50.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:50 smithi138 ceph-mon[117003]: 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-07T15:55:51.329 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:51.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:51.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:51.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:51.330 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:51.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:51 smithi161 ceph-mon[116604]: from='client.539091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:51.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:51 smithi028 ceph-mon[112123]: from='client.539091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:51.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:51 smithi138 ceph-mon[117003]: from='client.539091 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:52 smithi161 ceph-mon[116604]: pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:52 smithi028 ceph-mon[112123]: pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:52 smithi138 ceph-mon[117003]: pgmap v20073: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:54 smithi161 ceph-mon[116604]: pgmap v20074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:55:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:54 smithi028 ceph-mon[112123]: pgmap v20074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:55:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:54 smithi138 ceph-mon[117003]: pgmap v20074: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:55:56.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:55:56.331 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:55:56.332 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:55:56.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:56 smithi161 ceph-mon[116604]: pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:56 smithi028 ceph-mon[112123]: pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:56 smithi138 ceph-mon[117003]: pgmap v20075: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:55:57.114 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:55:57.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:55:57.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:55:57.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:55:57.115 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:55:57.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:57 smithi161 ceph-mon[116604]: from='client.539166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:57.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:57 smithi028 ceph-mon[112123]: from='client.539166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:57.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:57 smithi138 ceph-mon[117003]: from='client.539166 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:55:59.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:55:58 smithi161 ceph-mon[116604]: pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:55:58 smithi028 ceph-mon[112123]: pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:55:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:55:58 smithi138 ceph-mon[117003]: pgmap v20076: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:00.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:00 smithi161 ceph-mon[116604]: pgmap v20077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:00 smithi028 ceph-mon[112123]: pgmap v20077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:00.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:00 smithi138 ceph-mon[117003]: pgmap v20077: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:56:02.117 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:02.117 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:02.117 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:02 smithi161 ceph-mon[116604]: 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-07T15:56:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:02 smithi028 ceph-mon[112123]: 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-07T15:56:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:02 smithi138 ceph-mon[117003]: 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-07T15:56:02.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:02.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:02.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:02.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:02.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:04.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:03 smithi161 ceph-mon[116604]: from='client.539238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:04.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:03 smithi028 ceph-mon[112123]: from='client.539238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:03 smithi138 ceph-mon[117003]: from='client.539238 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:05.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:04 smithi161 ceph-mon[116604]: pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:56:05.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:04 smithi028 ceph-mon[112123]: pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:56:05.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:04 smithi138 ceph-mon[117003]: pgmap v20079: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:56:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:06 smithi161 ceph-mon[116604]: pgmap v20080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:06 smithi028 ceph-mon[112123]: pgmap v20080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:06 smithi138 ceph-mon[117003]: pgmap v20080: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:07.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:07.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:07.894 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:08.670 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:08.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:08.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:08.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:08.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:08 smithi161 ceph-mon[116604]: 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-07T15:56:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:08 smithi028 ceph-mon[112123]: 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-07T15:56:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:08 smithi138 ceph-mon[117003]: 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-07T15:56:10.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:09 smithi161 ceph-mon[116604]: from='client.539313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:10.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:09 smithi028 ceph-mon[112123]: from='client.539313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:09 smithi138 ceph-mon[117003]: from='client.539313 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:11.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:10 smithi161 ceph-mon[116604]: 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-07T15:56:11.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:10 smithi028 ceph-mon[112123]: 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-07T15:56:11.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:10 smithi138 ceph-mon[117003]: 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-07T15:56:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:12 smithi161 ceph-mon[116604]: 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-07T15:56:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:12 smithi028 ceph-mon[112123]: 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-07T15:56:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:12 smithi138 ceph-mon[117003]: 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-07T15:56:13.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:13.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:13.672 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:14.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:14.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:14.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:14.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:14.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:14 smithi161 ceph-mon[116604]: from='client.539391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:14.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:14 smithi161 ceph-mon[116604]: pgmap v20084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:56:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:14 smithi028 ceph-mon[112123]: from='client.539391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:14.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:14 smithi028 ceph-mon[112123]: pgmap v20084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:56:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:14 smithi138 ceph-mon[117003]: from='client.539391 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:14.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:14 smithi138 ceph-mon[117003]: pgmap v20084: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T15:56:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:16 smithi161 ceph-mon[116604]: pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:16 smithi028 ceph-mon[112123]: pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:16 smithi138 ceph-mon[117003]: pgmap v20085: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:18 smithi161 ceph-mon[116604]: pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:56:19.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:18 smithi028 ceph-mon[112123]: pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:56:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:18 smithi138 ceph-mon[117003]: pgmap v20086: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:56:19.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:19.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:19.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:20.219 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:20.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:20.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:20.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:20.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:20 smithi161 ceph-mon[116604]: from='client.539466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:20 smithi161 ceph-mon[116604]: pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:20 smithi028 ceph-mon[112123]: from='client.539466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:20 smithi028 ceph-mon[112123]: pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:20 smithi138 ceph-mon[117003]: from='client.539466 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:20 smithi138 ceph-mon[117003]: pgmap v20087: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:21 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:21 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:21.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:21 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:56:22.463 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:22 smithi138 ceph-mon[117003]: pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:22.522 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:22 smithi161 ceph-mon[116604]: pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:22.602 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:22 smithi028 ceph-mon[112123]: pgmap v20088: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.040 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:24 smithi138 ceph-mon[117003]: pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:56:25.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:24 smithi161 ceph-mon[116604]: pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:56:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:56:25.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:56:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:56:25.215 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:24 smithi028 ceph-mon[112123]: pgmap v20089: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:56:25.222 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:25.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:25.223 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:25.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:25.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:25.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:25.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:25.999 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:26 smithi161 ceph-mon[116604]: from='client.539544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:26.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:26 smithi161 ceph-mon[116604]: pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:56:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:26 smithi028 ceph-mon[112123]: from='client.539544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:26 smithi028 ceph-mon[112123]: pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:56:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:26 smithi138 ceph-mon[117003]: from='client.539544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:26 smithi138 ceph-mon[117003]: pgmap v20090: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T15:56:29.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:28 smithi161 ceph-mon[116604]: pgmap v20091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:56:29.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:28 smithi028 ceph-mon[112123]: pgmap v20091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:56:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:28 smithi138 ceph-mon[117003]: pgmap v20091: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:56:30.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:30 smithi161 ceph-mon[116604]: pgmap v20092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:30.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:30 smithi028 ceph-mon[112123]: pgmap v20092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:30.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:30 smithi138 ceph-mon[117003]: pgmap v20092: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:31.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:31.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:31.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:31.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:31.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:31.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:31.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:31.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:32 smithi161 ceph-mon[116604]: from='client.539619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:32 smithi161 ceph-mon[116604]: pgmap v20093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:32 smithi028 ceph-mon[112123]: from='client.539619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:32.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:32 smithi028 ceph-mon[112123]: pgmap v20093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:32 smithi138 ceph-mon[117003]: from='client.539619 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:32 smithi138 ceph-mon[117003]: pgmap v20093: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:56:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:34 smithi161 ceph-mon[116604]: pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:56:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:34 smithi028 ceph-mon[112123]: pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:56:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:34 smithi138 ceph-mon[117003]: pgmap v20094: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:56:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:36 smithi161 ceph-mon[116604]: pgmap v20095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:36 smithi028 ceph-mon[112123]: pgmap v20095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:36.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:36.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:36.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:36 smithi138 ceph-mon[117003]: pgmap v20095: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:37.549 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:37.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:37.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:37.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:37.549 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:37 smithi161 ceph-mon[116604]: from='client.539697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:37 smithi028 ceph-mon[112123]: from='client.539697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:37.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:37 smithi138 ceph-mon[117003]: from='client.539697 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:39.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:38 smithi161 ceph-mon[116604]: 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-07T15:56:39.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:38 smithi028 ceph-mon[112123]: 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-07T15:56:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:38 smithi138 ceph-mon[117003]: 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-07T15:56:40.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:40 smithi161 ceph-mon[116604]: 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-07T15:56:40.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:40 smithi028 ceph-mon[112123]: 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-07T15:56:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:40 smithi138 ceph-mon[117003]: 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-07T15:56:42.550 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:42.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:42.551 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:42 smithi161 ceph-mon[116604]: 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-07T15:56:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:42 smithi028 ceph-mon[112123]: 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-07T15:56:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:42 smithi138 ceph-mon[117003]: 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-07T15:56:43.333 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:43.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:43.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:43.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:43.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:44.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:43 smithi161 ceph-mon[116604]: from='client.539772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:44.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:43 smithi028 ceph-mon[112123]: from='client.539772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:44.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:43 smithi138 ceph-mon[117003]: from='client.539772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:45.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:44 smithi161 ceph-mon[116604]: pgmap v20099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:56:45.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:44 smithi028 ceph-mon[112123]: pgmap v20099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:56:45.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:44 smithi138 ceph-mon[117003]: pgmap v20099: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:56:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:46 smithi161 ceph-mon[116604]: pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:46 smithi028 ceph-mon[112123]: pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:46 smithi138 ceph-mon[117003]: pgmap v20100: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:56:48.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:48.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:48.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:49.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:49.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:49.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:49.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:49.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:49.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:48 smithi161 ceph-mon[116604]: 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-07T15:56:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:48 smithi028 ceph-mon[112123]: 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-07T15:56:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:48 smithi138 ceph-mon[117003]: 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-07T15:56:50.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:49 smithi161 ceph-mon[116604]: from='client.539847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:50.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:49 smithi028 ceph-mon[112123]: from='client.539847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:49 smithi138 ceph-mon[117003]: from='client.539847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:51.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:50 smithi161 ceph-mon[116604]: 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-07T15:56:51.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:50 smithi028 ceph-mon[112123]: 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-07T15:56:51.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:50 smithi138 ceph-mon[117003]: 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-07T15:56:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:52 smithi161 ceph-mon[116604]: 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-07T15:56:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:52 smithi028 ceph-mon[112123]: 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-07T15:56:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:52 smithi138 ceph-mon[117003]: 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-07T15:56:54.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:54.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:54.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:56:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:54 smithi161 ceph-mon[116604]: 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-07T15:56:54.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:54 smithi028 ceph-mon[112123]: 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-07T15:56:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:54 smithi138 ceph-mon[117003]: 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-07T15:56:54.894 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:56:54.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:56:54.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:56:54.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:56:54.894 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:56:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:55 smithi161 ceph-mon[116604]: from='client.539922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:55 smithi028 ceph-mon[112123]: from='client.539922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:55 smithi138 ceph-mon[117003]: from='client.539922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:56:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:56 smithi161 ceph-mon[116604]: pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:56:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:56 smithi028 ceph-mon[112123]: pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:56:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:56 smithi138 ceph-mon[117003]: pgmap v20105: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:56:59.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:56:58 smithi161 ceph-mon[116604]: pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:59.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:56:58 smithi028 ceph-mon[112123]: pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:56:58 smithi138 ceph-mon[117003]: pgmap v20106: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:56:59.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:56:59.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:56:59.896 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:00.667 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:00.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:00.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:00.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:00.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:00.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:00 smithi161 ceph-mon[116604]: pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:00 smithi028 ceph-mon[112123]: pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:00.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:00 smithi138 ceph-mon[117003]: pgmap v20107: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:01.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:01 smithi161 ceph-mon[116604]: from='client.539994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:01.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:01 smithi028 ceph-mon[112123]: from='client.539994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:01.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:01 smithi138 ceph-mon[117003]: from='client.539994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:02 smithi161 ceph-mon[116604]: pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:02 smithi028 ceph-mon[112123]: pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:02 smithi138 ceph-mon[117003]: pgmap v20108: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:04 smithi161 ceph-mon[116604]: pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:57:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:04 smithi028 ceph-mon[112123]: pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:57:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:04 smithi138 ceph-mon[117003]: pgmap v20109: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:57:05.670 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:05.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:05.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:06.438 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:06.438 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:06.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:06.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:06.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:06 smithi161 ceph-mon[116604]: from='client.540072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:06 smithi161 ceph-mon[116604]: 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-07T15:57:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:06 smithi028 ceph-mon[112123]: from='client.540072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:06.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:06 smithi028 ceph-mon[112123]: 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-07T15:57:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:06 smithi138 ceph-mon[117003]: from='client.540072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:06 smithi138 ceph-mon[117003]: 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-07T15:57:09.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:08 smithi161 ceph-mon[116604]: pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:08 smithi028 ceph-mon[112123]: pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:08 smithi138 ceph-mon[117003]: pgmap v20111: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:10 smithi161 ceph-mon[116604]: pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:10 smithi028 ceph-mon[112123]: pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:10 smithi138 ceph-mon[117003]: pgmap v20112: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:11.439 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:11.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:11.440 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:12.228 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:12.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:12.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:12.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:12.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:12 smithi161 ceph-mon[116604]: from='client.540147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:12.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:12 smithi161 ceph-mon[116604]: pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:12 smithi028 ceph-mon[112123]: from='client.540147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:12.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:12 smithi028 ceph-mon[112123]: pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:12 smithi138 ceph-mon[117003]: from='client.540147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:12 smithi138 ceph-mon[117003]: pgmap v20113: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:14.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:14 smithi161 ceph-mon[116604]: pgmap v20114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:57:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:14 smithi028 ceph-mon[112123]: pgmap v20114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:57:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:14 smithi138 ceph-mon[117003]: pgmap v20114: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:57:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:16 smithi161 ceph-mon[116604]: pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:57:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:16 smithi028 ceph-mon[112123]: pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:57:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:16 smithi138 ceph-mon[117003]: pgmap v20115: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:57:17.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:17.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:17.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:18.012 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:18.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:18.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:18.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:18.013 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:18 smithi161 ceph-mon[116604]: from='client.540225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:19.188 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:18 smithi161 ceph-mon[116604]: 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-07T15:57:19.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:18 smithi028 ceph-mon[112123]: from='client.540225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:19.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:18 smithi028 ceph-mon[112123]: 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-07T15:57:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:18 smithi138 ceph-mon[117003]: from='client.540225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:18 smithi138 ceph-mon[117003]: 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-07T15:57:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:20 smithi161 ceph-mon[116604]: 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-07T15:57:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:20 smithi028 ceph-mon[112123]: 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-07T15:57:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:20 smithi138 ceph-mon[117003]: 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-07T15:57:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:22 smithi161 ceph-mon[116604]: 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-07T15:57:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:22 smithi028 ceph-mon[112123]: 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-07T15:57:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:22 smithi138 ceph-mon[117003]: 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-07T15:57:23.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:23.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:23.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:23.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:23.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:23.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:23.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:23.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:24 smithi138 ceph-mon[117003]: from='client.540294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:24 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:24 smithi138 ceph-mon[117003]: pgmap v20119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:57:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:24 smithi161 ceph-mon[116604]: from='client.540294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:24 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:24 smithi161 ceph-mon[116604]: pgmap v20119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:57:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:24 smithi028 ceph-mon[112123]: from='client.540294 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:24 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:57:24.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:24 smithi028 ceph-mon[112123]: pgmap v20119: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:57:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.290 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:57:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:26.291 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:57:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:57:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:26.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:57:26.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T15:57:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:57:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:57:26.465 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:57:27.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:27 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 20957M 2023-12-07T15:57:27.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:27 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16860M 2023-12-07T15:57:27.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:27 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14597M 2023-12-07T15:57:27.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:27 smithi138 ceph-mon[117003]: pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:57:27.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:27 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 20957M 2023-12-07T15:57:27.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:27 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16860M 2023-12-07T15:57:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:27 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14597M 2023-12-07T15:57:27.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:27 smithi161 ceph-mon[116604]: pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:57:27.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:27 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 20957M 2023-12-07T15:57:27.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:27 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16860M 2023-12-07T15:57:27.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:27 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14597M 2023-12-07T15:57:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:27 smithi028 ceph-mon[112123]: pgmap v20120: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:57:28.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:28.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:28.792 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:29.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:28 smithi161 ceph-mon[116604]: 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-07T15:57:29.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:28 smithi028 ceph-mon[112123]: 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-07T15:57:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:28 smithi138 ceph-mon[117003]: 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-07T15:57:29.582 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:29.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:29.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:29.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:29.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:30.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:29 smithi161 ceph-mon[116604]: from='client.540369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:30.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:29 smithi028 ceph-mon[112123]: from='client.540369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:29 smithi138 ceph-mon[117003]: from='client.540369 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:31.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:30 smithi028 ceph-mon[112123]: pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:30 smithi138 ceph-mon[117003]: pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:30 smithi161 ceph-mon[116604]: pgmap v20122: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:32.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:32 smithi161 ceph-mon[116604]: pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:32 smithi028 ceph-mon[112123]: pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:32 smithi138 ceph-mon[117003]: pgmap v20123: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:34.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:34.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:34.584 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:34 smithi161 ceph-mon[116604]: 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-07T15:57:34.715 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:34 smithi028 ceph-mon[112123]: 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-07T15:57:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:34 smithi138 ceph-mon[117003]: 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-07T15:57:35.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:35.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:35.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:35.358 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:35.358 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:35.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:35 smithi161 ceph-mon[116604]: from='client.540441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:35.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:35 smithi028 ceph-mon[112123]: from='client.540441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:35.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:35 smithi138 ceph-mon[117003]: from='client.540441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:36 smithi161 ceph-mon[116604]: pgmap v20125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:57:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:36 smithi028 ceph-mon[112123]: pgmap v20125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:57:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:36 smithi138 ceph-mon[117003]: pgmap v20125: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:57:39.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:38 smithi161 ceph-mon[116604]: pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:39.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:38 smithi028 ceph-mon[112123]: pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:38 smithi138 ceph-mon[117003]: pgmap v20126: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:57:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:40.360 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:40 smithi161 ceph-mon[116604]: pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:40.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:40 smithi028 ceph-mon[112123]: pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:40 smithi138 ceph-mon[117003]: pgmap v20127: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:41.143 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:41.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:41.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:41.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:41.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:41.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:41 smithi161 ceph-mon[116604]: from='client.540519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:41.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:41 smithi028 ceph-mon[112123]: from='client.540519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:41.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:41 smithi138 ceph-mon[117003]: from='client.540519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:42 smithi161 ceph-mon[116604]: 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-07T15:57:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:42 smithi028 ceph-mon[112123]: 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-07T15:57:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:42 smithi138 ceph-mon[117003]: 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-07T15:57:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:44 smithi161 ceph-mon[116604]: pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:44 smithi028 ceph-mon[112123]: pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:44 smithi138 ceph-mon[117003]: pgmap v20129: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:46.145 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:46.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:46.145 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:46 smithi161 ceph-mon[116604]: 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-07T15:57:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:46 smithi028 ceph-mon[112123]: 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-07T15:57:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:46 smithi138 ceph-mon[117003]: 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-07T15:57:46.929 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:46.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:46.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:46.929 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:46.930 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:47 smithi161 ceph-mon[116604]: from='client.540597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:47 smithi028 ceph-mon[112123]: from='client.540597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:47.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:47 smithi138 ceph-mon[117003]: from='client.540597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:49.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:48 smithi161 ceph-mon[116604]: pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:49.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:48 smithi028 ceph-mon[112123]: pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:48 smithi138 ceph-mon[117003]: pgmap v20131: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:50.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:50 smithi161 ceph-mon[116604]: pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:50.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:50 smithi028 ceph-mon[112123]: pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:50.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:50 smithi138 ceph-mon[117003]: pgmap v20132: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:51.931 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:51.931 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:51.932 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:52 smithi161 ceph-mon[116604]: pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:52.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:52.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:52.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:52.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:52.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:52 smithi028 ceph-mon[112123]: pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:52 smithi138 ceph-mon[117003]: pgmap v20133: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:57:54.187 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:53 smithi161 ceph-mon[116604]: from='client.540672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:54.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:53 smithi028 ceph-mon[112123]: from='client.540672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:54.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:53 smithi138 ceph-mon[117003]: from='client.540672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:55.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:54 smithi028 ceph-mon[112123]: pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:55.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:54 smithi138 ceph-mon[117003]: pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:55.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:54 smithi161 ceph-mon[116604]: pgmap v20134: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:57:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:56 smithi161 ceph-mon[116604]: 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-07T15:57:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:56 smithi028 ceph-mon[112123]: 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-07T15:57:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:56 smithi138 ceph-mon[117003]: 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-07T15:57:57.708 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:57:57.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:57:57.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:57:58.487 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:57:58.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:57:58.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:57:58.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:57:58.487 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:57:59.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:58 smithi028 ceph-mon[112123]: from='client.540750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:59.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:57:58 smithi028 ceph-mon[112123]: 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-07T15:57:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:58 smithi138 ceph-mon[117003]: from='client.540750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:57:58 smithi138 ceph-mon[117003]: 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-07T15:57:59.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:58 smithi161 ceph-mon[116604]: from='client.540750 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:57:59.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:57:58 smithi161 ceph-mon[116604]: 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-07T15:58:00.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:00 smithi161 ceph-mon[116604]: 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-07T15:58:00.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:00 smithi028 ceph-mon[112123]: 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-07T15:58:00.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:00 smithi138 ceph-mon[117003]: 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-07T15:58:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:02 smithi161 ceph-mon[116604]: 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-07T15:58:02.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:02 smithi028 ceph-mon[112123]: 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-07T15:58:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:02 smithi138 ceph-mon[117003]: 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-07T15:58:03.489 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:03.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:03.489 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:04.275 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:04.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:04.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:04.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:04.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:04 smithi161 ceph-mon[116604]: from='client.540828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:04.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:04 smithi161 ceph-mon[116604]: pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:58:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:04 smithi028 ceph-mon[112123]: from='client.540828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:04.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:04 smithi028 ceph-mon[112123]: pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:58:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:04 smithi138 ceph-mon[117003]: from='client.540828 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:04 smithi138 ceph-mon[117003]: pgmap v20139: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:58:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:06 smithi161 ceph-mon[116604]: pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:58:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:06 smithi028 ceph-mon[112123]: pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:58:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:06 smithi138 ceph-mon[117003]: pgmap v20140: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:58:09.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:08 smithi028 ceph-mon[112123]: pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:58:09.277 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:09.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:09.278 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:08 smithi138 ceph-mon[117003]: pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:58:09.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:08 smithi161 ceph-mon[116604]: pgmap v20141: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:58:10.054 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:10.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:10.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:10.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:10.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:10 smithi161 ceph-mon[116604]: from='client.540903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:10.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:10 smithi161 ceph-mon[116604]: pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:10 smithi028 ceph-mon[112123]: from='client.540903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:10.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:10 smithi028 ceph-mon[112123]: pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:10 smithi138 ceph-mon[117003]: from='client.540903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:10 smithi138 ceph-mon[117003]: pgmap v20142: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:12 smithi161 ceph-mon[116604]: pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:12 smithi028 ceph-mon[112123]: pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:12 smithi138 ceph-mon[117003]: pgmap v20143: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:14.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:14 smithi161 ceph-mon[116604]: 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-07T15:58:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:14 smithi028 ceph-mon[112123]: 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-07T15:58:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:14 smithi138 ceph-mon[117003]: 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-07T15:58:15.056 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:15.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:15.057 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:15.826 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:15.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:15.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:15.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:15.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:16 smithi161 ceph-mon[116604]: from='client.540981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:16.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:16 smithi161 ceph-mon[116604]: pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:58:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:16 smithi028 ceph-mon[112123]: from='client.540981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:16 smithi028 ceph-mon[112123]: pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:58:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:16 smithi138 ceph-mon[117003]: from='client.540981 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:16 smithi138 ceph-mon[117003]: pgmap v20145: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:58:19.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:18 smithi028 ceph-mon[112123]: pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:58:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:18 smithi138 ceph-mon[117003]: pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:58:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:18 smithi161 ceph-mon[116604]: pgmap v20146: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:58:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:20 smithi161 ceph-mon[116604]: pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:58:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:20 smithi028 ceph-mon[112123]: pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:58:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:20 smithi138 ceph-mon[117003]: pgmap v20147: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:58:20.827 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:20.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:20.828 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:21.609 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:21.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:21.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:21.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:21.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:21 smithi161 ceph-mon[116604]: from='client.541059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:21 smithi028 ceph-mon[112123]: from='client.541059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:21.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:21 smithi138 ceph-mon[117003]: from='client.541059 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:22 smithi161 ceph-mon[116604]: 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-07T15:58:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:22 smithi028 ceph-mon[112123]: 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-07T15:58:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:22 smithi138 ceph-mon[117003]: 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-07T15:58:24.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:24 smithi161 ceph-mon[116604]: pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:24 smithi028 ceph-mon[112123]: pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:24 smithi138 ceph-mon[117003]: pgmap v20149: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:26.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:26 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:26.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:26 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:26.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:26.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:26.612 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:26 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:58:27.380 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:27.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:27.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:27.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:27.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:27.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:27 smithi028 ceph-mon[112123]: 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-07T15:58:27.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:27.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:58:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:27 smithi138 ceph-mon[117003]: 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-07T15:58:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:27.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:58:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:27 smithi161 ceph-mon[116604]: 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-07T15:58:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:58:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:58:27.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:58:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:28 smithi138 ceph-mon[117003]: from='client.541131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:28.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:28 smithi161 ceph-mon[116604]: from='client.541131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:28.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:28 smithi028 ceph-mon[112123]: from='client.541131 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:29.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:29 smithi138 ceph-mon[117003]: pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:29.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:29 smithi161 ceph-mon[116604]: pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:29.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:29 smithi028 ceph-mon[112123]: pgmap v20151: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:30.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:30 smithi161 ceph-mon[116604]: pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:30.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:30 smithi028 ceph-mon[112123]: pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:30.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:30 smithi138 ceph-mon[117003]: pgmap v20152: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:32.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:32.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:32.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:32.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:32 smithi161 ceph-mon[116604]: pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:32 smithi028 ceph-mon[112123]: pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:32 smithi138 ceph-mon[117003]: pgmap v20153: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:33.154 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:33.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:33.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:33.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:33.154 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:34.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:33 smithi028 ceph-mon[112123]: from='client.541206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:33 smithi138 ceph-mon[117003]: from='client.541206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:33 smithi161 ceph-mon[116604]: from='client.541206 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:35.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:34 smithi028 ceph-mon[112123]: pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:34 smithi138 ceph-mon[117003]: pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:34 smithi161 ceph-mon[116604]: pgmap v20154: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:58:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:36 smithi161 ceph-mon[116604]: 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-07T15:58:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:36 smithi028 ceph-mon[112123]: 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-07T15:58:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:36 smithi138 ceph-mon[117003]: 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-07T15:58:38.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:38.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:38.156 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:38.925 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:38.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:38.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:38.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:38.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:39.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:38 smithi028 ceph-mon[112123]: 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-07T15:58:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:38 smithi138 ceph-mon[117003]: 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-07T15:58:39.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:38 smithi161 ceph-mon[116604]: 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-07T15:58:40.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:39 smithi028 ceph-mon[112123]: from='client.541275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:39 smithi138 ceph-mon[117003]: from='client.541275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:40.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:39 smithi161 ceph-mon[116604]: from='client.541275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:41.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:40 smithi028 ceph-mon[112123]: 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-07T15:58:41.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:40 smithi138 ceph-mon[117003]: 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-07T15:58:41.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:40 smithi161 ceph-mon[116604]: 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-07T15:58:42.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:42 smithi161 ceph-mon[116604]: 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-07T15:58:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:42 smithi028 ceph-mon[112123]: 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-07T15:58:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:42 smithi138 ceph-mon[117003]: 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-07T15:58:43.927 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:43.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:43.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:44 smithi161 ceph-mon[116604]: 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-07T15:58:44.696 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:44.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:44.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:44.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:44.696 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:44 smithi028 ceph-mon[112123]: 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-07T15:58:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:44 smithi138 ceph-mon[117003]: 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-07T15:58:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:45 smithi161 ceph-mon[116604]: from='client.541350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:45 smithi028 ceph-mon[112123]: from='client.541350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:45 smithi138 ceph-mon[117003]: from='client.541350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:46 smithi161 ceph-mon[116604]: pgmap v20160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:46 smithi028 ceph-mon[112123]: pgmap v20160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:46 smithi138 ceph-mon[117003]: pgmap v20160: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:48 smithi028 ceph-mon[112123]: pgmap v20161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:48 smithi138 ceph-mon[117003]: pgmap v20161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:48 smithi161 ceph-mon[116604]: pgmap v20161: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:49.697 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:49.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:49.698 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:50.469 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:50.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:50.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:50.469 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:50.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:50 smithi161 ceph-mon[116604]: from='client.541425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:50 smithi161 ceph-mon[116604]: pgmap v20162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:50 smithi028 ceph-mon[112123]: from='client.541425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:50 smithi028 ceph-mon[112123]: pgmap v20162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:50.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:50 smithi138 ceph-mon[117003]: from='client.541425 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:50.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:50 smithi138 ceph-mon[117003]: pgmap v20162: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:52 smithi161 ceph-mon[116604]: pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:52 smithi028 ceph-mon[112123]: pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:52 smithi138 ceph-mon[117003]: pgmap v20163: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:58:54.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:54 smithi161 ceph-mon[116604]: 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-07T15:58:54.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:54 smithi028 ceph-mon[112123]: 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-07T15:58:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:54 smithi138 ceph-mon[117003]: 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-07T15:58:55.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:58:55.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:58:55.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:58:56.252 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:58:56.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:58:56.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:58:56.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:58:56.252 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:58:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:56 smithi161 ceph-mon[116604]: from='client.541503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:56 smithi161 ceph-mon[116604]: pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:56 smithi028 ceph-mon[112123]: from='client.541503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:56 smithi028 ceph-mon[112123]: pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:56 smithi138 ceph-mon[117003]: from='client.541503 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:58:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:56 smithi138 ceph-mon[117003]: pgmap v20165: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:58:59.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:58:58 smithi028 ceph-mon[112123]: 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-07T15:58:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:58:58 smithi138 ceph-mon[117003]: 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-07T15:58:59.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:58:58 smithi161 ceph-mon[116604]: 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-07T15:59:00.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:00 smithi161 ceph-mon[116604]: pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:00 smithi028 ceph-mon[112123]: pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:00.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:00 smithi138 ceph-mon[117003]: pgmap v20167: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:01.253 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:01.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:01.254 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:02.033 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:02.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:02.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:02.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:02.034 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:02 smithi161 ceph-mon[116604]: from='client.541578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:02.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:02 smithi161 ceph-mon[116604]: pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:02 smithi028 ceph-mon[112123]: from='client.541578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:02 smithi028 ceph-mon[112123]: pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:02 smithi138 ceph-mon[117003]: from='client.541578 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:02 smithi138 ceph-mon[117003]: pgmap v20168: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:04 smithi161 ceph-mon[116604]: pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:04 smithi028 ceph-mon[112123]: pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:04 smithi138 ceph-mon[117003]: pgmap v20169: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:06 smithi161 ceph-mon[116604]: 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-07T15:59:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:06 smithi028 ceph-mon[112123]: 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-07T15:59:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:06 smithi138 ceph-mon[117003]: 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-07T15:59:07.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:07.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:07.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:07.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:07.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:07.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:07.829 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:07.829 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:09.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:08 smithi028 ceph-mon[112123]: from='client.541656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:09.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:08 smithi028 ceph-mon[112123]: pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:08 smithi138 ceph-mon[117003]: from='client.541656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:08 smithi138 ceph-mon[117003]: pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:09.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:08 smithi161 ceph-mon[116604]: from='client.541656 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:09.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:08 smithi161 ceph-mon[116604]: pgmap v20171: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:10 smithi161 ceph-mon[116604]: pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:10 smithi028 ceph-mon[112123]: pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:10 smithi138 ceph-mon[117003]: pgmap v20172: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:12 smithi161 ceph-mon[116604]: pgmap v20173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:12 smithi028 ceph-mon[112123]: pgmap v20173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:12 smithi138 ceph-mon[117003]: pgmap v20173: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:12.830 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:12.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:12.831 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:13.597 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:13.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:13.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:13.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:13.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:14.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:13 smithi028 ceph-mon[112123]: from='client.541731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:13 smithi138 ceph-mon[117003]: from='client.541731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:14.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:13 smithi161 ceph-mon[116604]: from='client.541731 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:15.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:14 smithi028 ceph-mon[112123]: pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:15.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:14 smithi138 ceph-mon[117003]: pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:15.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:14 smithi161 ceph-mon[116604]: pgmap v20174: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:16 smithi161 ceph-mon[116604]: pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:16 smithi028 ceph-mon[112123]: pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:16 smithi138 ceph-mon[117003]: pgmap v20175: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:18.599 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:18.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:18.600 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:19.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:18 smithi028 ceph-mon[112123]: 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-07T15:59:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:18 smithi138 ceph-mon[117003]: 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-07T15:59:19.379 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:19.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:19.379 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:19.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:19.380 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:18 smithi161 ceph-mon[116604]: 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-07T15:59:20.213 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:19 smithi028 ceph-mon[112123]: from='client.541809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:20.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:19 smithi138 ceph-mon[117003]: from='client.541809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:20.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:19 smithi161 ceph-mon[116604]: from='client.541809 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:21.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:20 smithi138 ceph-mon[117003]: pgmap v20177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:59:21.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:20 smithi161 ceph-mon[116604]: pgmap v20177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:59:21.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:20 smithi028 ceph-mon[112123]: pgmap v20177: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T15:59:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:22 smithi161 ceph-mon[116604]: pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:59:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:22 smithi028 ceph-mon[112123]: pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:59:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:22 smithi138 ceph-mon[117003]: pgmap v20178: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T15:59:24.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:24.381 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:24.382 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:24 smithi161 ceph-mon[116604]: 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-07T15:59:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:24 smithi028 ceph-mon[112123]: 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-07T15:59:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:24 smithi138 ceph-mon[117003]: 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-07T15:59:25.148 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:25.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:25.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:25.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:25.148 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:25.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:25 smithi161 ceph-mon[116604]: from='client.541881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:25.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:25 smithi028 ceph-mon[112123]: from='client.541881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:25.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:25 smithi138 ceph-mon[117003]: from='client.541881 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:26 smithi161 ceph-mon[116604]: pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:26 smithi028 ceph-mon[112123]: pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:26 smithi138 ceph-mon[117003]: pgmap v20180: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:27.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:27.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:27.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T15:59:28.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:59:28.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:28 smithi161 ceph-mon[116604]: pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:28.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:28.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:28.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:59:28.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:28 smithi028 ceph-mon[112123]: pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T15:59:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T15:59:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T15:59:28.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:28 smithi138 ceph-mon[117003]: pgmap v20181: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T15:59:30.149 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:30.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:30.150 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:30.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:30 smithi161 ceph-mon[116604]: pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:30.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:30 smithi028 ceph-mon[112123]: pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:30.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:30 smithi138 ceph-mon[117003]: pgmap v20182: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:30.917 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:30.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:30.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:30.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:30.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:31 smithi161 ceph-mon[116604]: from='client.541959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:31.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:31 smithi028 ceph-mon[112123]: from='client.541959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:31.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:31 smithi138 ceph-mon[117003]: from='client.541959 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:32.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:32 smithi161 ceph-mon[116604]: pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:59:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:32 smithi028 ceph-mon[112123]: pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:59:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:32 smithi138 ceph-mon[117003]: pgmap v20183: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T15:59:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:34 smithi161 ceph-mon[116604]: pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:59:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:34 smithi028 ceph-mon[112123]: pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:59:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:34 smithi138 ceph-mon[117003]: pgmap v20184: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T15:59:35.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:35.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:35.919 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:36.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:36.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:36.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:36.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:36.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:36 smithi161 ceph-mon[116604]: pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:36 smithi028 ceph-mon[112123]: pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:36 smithi138 ceph-mon[117003]: pgmap v20185: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:37.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:37 smithi161 ceph-mon[116604]: from='client.542034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:37 smithi028 ceph-mon[112123]: from='client.542034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:37.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:37 smithi138 ceph-mon[117003]: from='client.542034 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:38 smithi138 ceph-mon[117003]: 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-07T15:59:39.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:38 smithi161 ceph-mon[116604]: 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-07T15:59:39.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:38 smithi028 ceph-mon[112123]: 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-07T15:59:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:40 smithi161 ceph-mon[116604]: pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:40.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:40 smithi028 ceph-mon[112123]: pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:40 smithi138 ceph-mon[117003]: pgmap v20187: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:41.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:41.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:41.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:42.476 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:42.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:42.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:42.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:42.477 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:42 smithi161 ceph-mon[116604]: from='client.542109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:42 smithi161 ceph-mon[116604]: pgmap v20188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:42 smithi028 ceph-mon[112123]: from='client.542109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:42 smithi028 ceph-mon[112123]: pgmap v20188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:42 smithi138 ceph-mon[117003]: from='client.542109 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:42 smithi138 ceph-mon[117003]: pgmap v20188: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:44 smithi161 ceph-mon[116604]: pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:44 smithi028 ceph-mon[112123]: pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:44 smithi138 ceph-mon[117003]: pgmap v20189: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:46.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:46 smithi161 ceph-mon[116604]: 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-07T15:59:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:46 smithi028 ceph-mon[112123]: 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-07T15:59:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:46 smithi138 ceph-mon[117003]: 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-07T15:59:47.479 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:47.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:47.479 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:48.247 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:48.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:48.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:48.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:48.248 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:48 smithi028 ceph-mon[112123]: from='client.542181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:49.214 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:48 smithi028 ceph-mon[112123]: pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:48 smithi138 ceph-mon[117003]: from='client.542181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:48 smithi138 ceph-mon[117003]: pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:48 smithi161 ceph-mon[116604]: from='client.542181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:48 smithi161 ceph-mon[116604]: pgmap v20191: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:50 smithi161 ceph-mon[116604]: pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:50 smithi028 ceph-mon[112123]: pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:50.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:50 smithi138 ceph-mon[117003]: pgmap v20192: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:52 smithi161 ceph-mon[116604]: pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:52 smithi028 ceph-mon[112123]: pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:52 smithi138 ceph-mon[117003]: pgmap v20193: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:53.249 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:53.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:53.249 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:54.019 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:54.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:54.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:54.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:54.020 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T15:59:54.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:54 smithi161 ceph-mon[116604]: from='client.542256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:54.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:54 smithi161 ceph-mon[116604]: pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:54.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:54 smithi028 ceph-mon[112123]: from='client.542256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:54.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:54 smithi028 ceph-mon[112123]: pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:54 smithi138 ceph-mon[117003]: from='client.542256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T15:59:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:54 smithi138 ceph-mon[117003]: pgmap v20194: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T15:59:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:56 smithi161 ceph-mon[116604]: pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:56 smithi028 ceph-mon[112123]: pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:56 smithi138 ceph-mon[117003]: pgmap v20195: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T15:59:59.021 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T15:59:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T15:59:59.022 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T15:59:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 15:59:58 smithi138 ceph-mon[117003]: 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-07T15:59:59.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 15:59:58 smithi161 ceph-mon[116604]: 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-07T15:59:59.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 15:59:58 smithi028 ceph-mon[112123]: 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-07T15:59:59.801 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T15:59:59.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T15:59:59.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T15:59:59.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T15:59:59.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:00.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T16:00:00.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T16:00:00.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T16:00:01.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:01 smithi161 ceph-mon[116604]: from='client.542331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:01.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:01 smithi161 ceph-mon[116604]: pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:01.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:01 smithi028 ceph-mon[112123]: from='client.542331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:01.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:01 smithi028 ceph-mon[112123]: pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:01 smithi138 ceph-mon[117003]: from='client.542331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:01.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:01 smithi138 ceph-mon[117003]: pgmap v20197: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:02 smithi161 ceph-mon[116604]: pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:02 smithi028 ceph-mon[112123]: pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:02 smithi138 ceph-mon[117003]: pgmap v20198: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:04 smithi161 ceph-mon[116604]: 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-07T16:00:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:04 smithi028 ceph-mon[112123]: 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-07T16:00:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:04 smithi138 ceph-mon[117003]: 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-07T16:00:04.803 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:04.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:04.803 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:05.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:05.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:05.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:05.591 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:05.591 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:05 smithi161 ceph-mon[116604]: from='client.542403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:05 smithi028 ceph-mon[112123]: from='client.542403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:05.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:05 smithi138 ceph-mon[117003]: from='client.542403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:06 smithi161 ceph-mon[116604]: pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:06 smithi028 ceph-mon[112123]: pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:06 smithi138 ceph-mon[117003]: pgmap v20200: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:08 smithi138 ceph-mon[117003]: pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:09.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:08 smithi161 ceph-mon[116604]: pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:09.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:08 smithi028 ceph-mon[112123]: pgmap v20201: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:10.592 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:10.592 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:10.593 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:10 smithi161 ceph-mon[116604]: pgmap v20202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:10 smithi028 ceph-mon[112123]: pgmap v20202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:10 smithi138 ceph-mon[117003]: pgmap v20202: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:11.367 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:11.367 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:11.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:11.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:11.368 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:11.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:11 smithi161 ceph-mon[116604]: from='client.542478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:11.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:11 smithi028 ceph-mon[112123]: from='client.542478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:11.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:11 smithi138 ceph-mon[117003]: from='client.542478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:12 smithi161 ceph-mon[116604]: 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-07T16:00:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:12 smithi028 ceph-mon[112123]: 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-07T16:00:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:12 smithi138 ceph-mon[117003]: 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-07T16:00:14.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:14 smithi161 ceph-mon[116604]: pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:14 smithi028 ceph-mon[112123]: pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:14 smithi138 ceph-mon[117003]: pgmap v20204: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:16.369 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:16.369 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:16.370 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:16 smithi161 ceph-mon[116604]: pgmap v20205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:16 smithi028 ceph-mon[112123]: pgmap v20205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:16 smithi138 ceph-mon[117003]: pgmap v20205: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:17.136 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:17.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:17.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:17.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:17.137 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:17.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:17 smithi161 ceph-mon[116604]: from='client.542556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:17.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:17 smithi028 ceph-mon[112123]: from='client.542556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:17.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:17 smithi138 ceph-mon[117003]: from='client.542556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:18 smithi138 ceph-mon[117003]: 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-07T16:00:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:18 smithi161 ceph-mon[116604]: 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-07T16:00:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:18 smithi028 ceph-mon[112123]: 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-07T16:00:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:20 smithi161 ceph-mon[116604]: pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:20 smithi028 ceph-mon[112123]: pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:20 smithi138 ceph-mon[117003]: pgmap v20207: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:22.138 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:22.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:22.139 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:22 smithi161 ceph-mon[116604]: pgmap v20208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:22 smithi028 ceph-mon[112123]: pgmap v20208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:22 smithi138 ceph-mon[117003]: pgmap v20208: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:22.932 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:22.932 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:22.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:22.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:22.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:24.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:23 smithi138 ceph-mon[117003]: from='client.542628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:24.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:23 smithi161 ceph-mon[116604]: from='client.542628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:24.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:23 smithi028 ceph-mon[112123]: from='client.542628 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:25.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:24 smithi138 ceph-mon[117003]: pgmap v20209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:25.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:24 smithi161 ceph-mon[116604]: pgmap v20209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:25.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:24 smithi028 ceph-mon[112123]: pgmap v20209: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:26 smithi161 ceph-mon[116604]: 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-07T16:00:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:26 smithi028 ceph-mon[112123]: 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-07T16:00:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:26 smithi138 ceph-mon[117003]: 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-07T16:00:27.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:27.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:27.934 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:27.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:27 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:27.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:27 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:28.039 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:27 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:00:28.708 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:28.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:28.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:28.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:28.709 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:00:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:28 smithi138 ceph-mon[117003]: pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:29.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:29.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:29.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:00:29.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:28 smithi161 ceph-mon[116604]: pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:29.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:00:29.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:00:29.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:00:29.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:28 smithi028 ceph-mon[112123]: pgmap v20211: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:30.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:30 smithi161 ceph-mon[116604]: from='client.542700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:30 smithi028 ceph-mon[112123]: from='client.542700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:30 smithi138 ceph-mon[117003]: from='client.542700 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:31.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:31 smithi161 ceph-mon[116604]: pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:31 smithi028 ceph-mon[112123]: pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:31 smithi138 ceph-mon[117003]: pgmap v20212: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:32.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:32 smithi161 ceph-mon[116604]: 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-07T16:00:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:32 smithi028 ceph-mon[112123]: 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-07T16:00:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:32 smithi138 ceph-mon[117003]: 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-07T16:00:33.711 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:33.711 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:33.712 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:34.493 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:34.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:34.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:34.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:34 smithi161 ceph-mon[116604]: from='client.542772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:34 smithi161 ceph-mon[116604]: pgmap v20214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:00:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:34 smithi028 ceph-mon[112123]: from='client.542772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:34 smithi028 ceph-mon[112123]: pgmap v20214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:00:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:34 smithi138 ceph-mon[117003]: from='client.542772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:34 smithi138 ceph-mon[117003]: pgmap v20214: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:00:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:36 smithi161 ceph-mon[116604]: pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:00:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:36 smithi028 ceph-mon[112123]: pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:00:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:36 smithi138 ceph-mon[117003]: pgmap v20215: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:00:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:38 smithi138 ceph-mon[117003]: pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:00:39.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:38 smithi161 ceph-mon[116604]: pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:00:39.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:38 smithi028 ceph-mon[112123]: pgmap v20216: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:00:39.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:39.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:39.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:40.266 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:40.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:40.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:40.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:40.266 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:40 smithi161 ceph-mon[116604]: from='client.542847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:40 smithi161 ceph-mon[116604]: pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:40.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:40 smithi028 ceph-mon[112123]: from='client.542847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:40.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:40 smithi028 ceph-mon[112123]: pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:40 smithi138 ceph-mon[117003]: from='client.542847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:40 smithi138 ceph-mon[117003]: pgmap v20217: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:42 smithi161 ceph-mon[116604]: pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:42 smithi028 ceph-mon[112123]: pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:42 smithi138 ceph-mon[117003]: pgmap v20218: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:00:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:44 smithi161 ceph-mon[116604]: 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-07T16:00:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:44 smithi028 ceph-mon[112123]: 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-07T16:00:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:44 smithi138 ceph-mon[117003]: 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-07T16:00:45.267 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:45.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:45.268 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:46.034 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:46.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:46.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:46.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:46.035 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:46 smithi161 ceph-mon[116604]: from='client.542922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:46 smithi161 ceph-mon[116604]: pgmap v20220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:00:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:46 smithi028 ceph-mon[112123]: from='client.542922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:46.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:46 smithi028 ceph-mon[112123]: pgmap v20220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:00:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:46 smithi138 ceph-mon[117003]: from='client.542922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:46 smithi138 ceph-mon[117003]: pgmap v20220: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:00:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:48 smithi138 ceph-mon[117003]: pgmap v20221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:00:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:48 smithi161 ceph-mon[116604]: pgmap v20221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:00:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:48 smithi028 ceph-mon[112123]: pgmap v20221: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:00:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:50 smithi161 ceph-mon[116604]: pgmap v20222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:00:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:50 smithi028 ceph-mon[112123]: pgmap v20222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:00:50.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:50 smithi138 ceph-mon[117003]: pgmap v20222: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:00:51.036 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:51.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:51.036 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:51.810 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:51.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:51.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:51.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:51.811 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:52 smithi161 ceph-mon[116604]: from='client.542994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:52 smithi161 ceph-mon[116604]: 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-07T16:00:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:52 smithi028 ceph-mon[112123]: from='client.542994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:52 smithi028 ceph-mon[112123]: 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-07T16:00:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:52 smithi138 ceph-mon[117003]: from='client.542994 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:52.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:52 smithi138 ceph-mon[117003]: 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-07T16:00:54.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:54 smithi161 ceph-mon[116604]: pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:54.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:54 smithi028 ceph-mon[112123]: pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:54 smithi138 ceph-mon[117003]: pgmap v20224: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:00:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:56 smithi161 ceph-mon[116604]: pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:56 smithi028 ceph-mon[112123]: pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:56 smithi138 ceph-mon[117003]: pgmap v20225: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:00:56.812 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:00:56.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:00:56.812 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:00:57.585 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:00:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:00:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:00:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:00:57.586 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:00:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:57 smithi161 ceph-mon[116604]: from='client.543066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:57 smithi028 ceph-mon[112123]: from='client.543066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:57.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:57 smithi138 ceph-mon[117003]: from='client.543066 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:00:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:00:58 smithi138 ceph-mon[117003]: 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-07T16:00:59.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:00:58 smithi161 ceph-mon[116604]: 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-07T16:00:59.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:00:58 smithi028 ceph-mon[112123]: 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-07T16:01:00.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:00 smithi161 ceph-mon[116604]: pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:00 smithi028 ceph-mon[112123]: pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:00.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:00 smithi138 ceph-mon[117003]: pgmap v20227: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:02.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:02.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:02.588 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:02 smithi161 ceph-mon[116604]: pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:02 smithi028 ceph-mon[112123]: pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:02 smithi138 ceph-mon[117003]: pgmap v20228: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:03.354 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:03.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:03.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:03.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:03.354 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:04.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:03 smithi138 ceph-mon[117003]: from='client.543144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:04.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:03 smithi161 ceph-mon[116604]: from='client.543144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:04.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:03 smithi028 ceph-mon[112123]: from='client.543144 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:05.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:04 smithi138 ceph-mon[117003]: pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:05.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:04 smithi161 ceph-mon[116604]: pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:05.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:04 smithi028 ceph-mon[112123]: pgmap v20229: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:06 smithi161 ceph-mon[116604]: 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-07T16:01:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:06 smithi028 ceph-mon[112123]: 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-07T16:01:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:06 smithi138 ceph-mon[117003]: 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-07T16:01:08.355 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:08.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:08.356 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:09.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:09.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:09.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:09.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:09.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:08 smithi138 ceph-mon[117003]: pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:09.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:08 smithi161 ceph-mon[116604]: pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:09.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:08 smithi028 ceph-mon[112123]: pgmap v20231: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:09 smithi138 ceph-mon[117003]: from='client.543219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:10.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:09 smithi161 ceph-mon[116604]: from='client.543219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:09 smithi028 ceph-mon[112123]: from='client.543219 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:11.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:10 smithi138 ceph-mon[117003]: pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:11.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:10 smithi161 ceph-mon[116604]: pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:11.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:10 smithi028 ceph-mon[112123]: pgmap v20232: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:12 smithi161 ceph-mon[116604]: 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-07T16:01:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:12 smithi028 ceph-mon[112123]: 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-07T16:01:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:12 smithi138 ceph-mon[117003]: 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-07T16:01:14.126 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:14.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:14.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:14.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:14 smithi161 ceph-mon[116604]: 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-07T16:01:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:14 smithi028 ceph-mon[112123]: 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-07T16:01:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:14 smithi138 ceph-mon[117003]: 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-07T16:01:14.900 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:14.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:14.900 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:14.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:14.901 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:15.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:15 smithi161 ceph-mon[116604]: from='client.543291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:15.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:15 smithi028 ceph-mon[112123]: from='client.543291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:15.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:15 smithi138 ceph-mon[117003]: from='client.543291 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:16 smithi161 ceph-mon[116604]: pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:16 smithi028 ceph-mon[112123]: pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:16.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:16 smithi138 ceph-mon[117003]: pgmap v20235: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:18 smithi138 ceph-mon[117003]: pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:18 smithi161 ceph-mon[116604]: pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:18 smithi028 ceph-mon[112123]: pgmap v20236: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:19.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:19.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:19.903 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:20.667 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:20.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:20.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:20.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:20.668 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:20 smithi161 ceph-mon[116604]: from='client.543366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:20 smithi161 ceph-mon[116604]: pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:20 smithi028 ceph-mon[112123]: from='client.543366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:20 smithi028 ceph-mon[112123]: pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:20 smithi138 ceph-mon[117003]: from='client.543366 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:20 smithi138 ceph-mon[117003]: pgmap v20237: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:22 smithi161 ceph-mon[116604]: pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:22 smithi028 ceph-mon[112123]: pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:22 smithi138 ceph-mon[117003]: pgmap v20238: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:24 smithi161 ceph-mon[116604]: 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-07T16:01:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:24 smithi028 ceph-mon[112123]: 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-07T16:01:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:24 smithi138 ceph-mon[117003]: 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-07T16:01:25.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:25.669 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:25.670 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:26.444 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:26.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:26.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:26.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:26.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:26 smithi161 ceph-mon[116604]: from='client.543441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:26 smithi161 ceph-mon[116604]: pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:26 smithi028 ceph-mon[112123]: from='client.543441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:26.714 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:26 smithi028 ceph-mon[112123]: pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:26 smithi138 ceph-mon[117003]: from='client.543441 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:26 smithi138 ceph-mon[117003]: pgmap v20240: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:28 smithi138 ceph-mon[117003]: 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-07T16:01:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:28 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:01:29.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:28 smithi161 ceph-mon[116604]: 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-07T16:01:29.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:29.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:29.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:29.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:28 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:01:29.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:28 smithi028 ceph-mon[112123]: 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-07T16:01:29.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:01:29.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:01:29.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:01:29.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:28 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:01:30.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:30 smithi161 ceph-mon[116604]: 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-07T16:01:30.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:30 smithi028 ceph-mon[112123]: 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-07T16:01:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:30 smithi138 ceph-mon[117003]: 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-07T16:01:31.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:31.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:31.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:32.216 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:32.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:32.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:32.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:32.216 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:32.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:32 smithi161 ceph-mon[116604]: from='client.543519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:32.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:32 smithi161 ceph-mon[116604]: 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-07T16:01:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:32 smithi028 ceph-mon[112123]: from='client.543519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:32 smithi028 ceph-mon[112123]: 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-07T16:01:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:32 smithi138 ceph-mon[117003]: from='client.543519 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:32 smithi138 ceph-mon[117003]: 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-07T16:01:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:34 smithi161 ceph-mon[116604]: pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:34 smithi028 ceph-mon[112123]: pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:34 smithi138 ceph-mon[117003]: pgmap v20244: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:36 smithi161 ceph-mon[116604]: pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:36 smithi028 ceph-mon[112123]: pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:36 smithi138 ceph-mon[117003]: pgmap v20245: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:37.217 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:37.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:37.218 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:37.998 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:37.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:37.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:37.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:37.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:38 smithi138 ceph-mon[117003]: from='client.543597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:38 smithi138 ceph-mon[117003]: 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-07T16:01:39.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:38 smithi161 ceph-mon[116604]: from='client.543597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:39.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:38 smithi161 ceph-mon[116604]: 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-07T16:01:39.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:38 smithi028 ceph-mon[112123]: from='client.543597 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:39.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:38 smithi028 ceph-mon[112123]: 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-07T16:01:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:40 smithi161 ceph-mon[116604]: pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:40.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:40 smithi028 ceph-mon[112123]: pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:40.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:40 smithi138 ceph-mon[117003]: pgmap v20247: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:42 smithi161 ceph-mon[116604]: pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:42 smithi028 ceph-mon[112123]: pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:42 smithi138 ceph-mon[117003]: pgmap v20248: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:42.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:43.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:43.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:43.775 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:43.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:43.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:43.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:43.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:44 smithi161 ceph-mon[116604]: from='client.543672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:44 smithi161 ceph-mon[116604]: pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:44 smithi028 ceph-mon[112123]: from='client.543672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:44 smithi028 ceph-mon[112123]: pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:44 smithi138 ceph-mon[117003]: from='client.543672 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:44 smithi138 ceph-mon[117003]: pgmap v20249: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:01:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:46 smithi161 ceph-mon[116604]: 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-07T16:01:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:46 smithi028 ceph-mon[112123]: 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-07T16:01:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:46 smithi138 ceph-mon[117003]: 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-07T16:01:48.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:48.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:48.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:48 smithi138 ceph-mon[117003]: pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:48 smithi161 ceph-mon[116604]: pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:48 smithi028 ceph-mon[112123]: pgmap v20251: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:01:49.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:49.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:49.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:49.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:49.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:50.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:49 smithi138 ceph-mon[117003]: from='client.543747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:49 smithi161 ceph-mon[116604]: from='client.543747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:49 smithi028 ceph-mon[112123]: from='client.543747 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:51.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:51 smithi138 ceph-mon[117003]: 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-07T16:01:51.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:51 smithi161 ceph-mon[116604]: 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-07T16:01:51.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:51 smithi028 ceph-mon[112123]: 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-07T16:01:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:52 smithi161 ceph-mon[116604]: pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:52 smithi028 ceph-mon[112123]: pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:52 smithi138 ceph-mon[117003]: pgmap v20253: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:54.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:01:54.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:01:54.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:01:54.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:54 smithi161 ceph-mon[116604]: 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-07T16:01:54.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:54 smithi028 ceph-mon[112123]: 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-07T16:01:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:54 smithi138 ceph-mon[117003]: 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-07T16:01:55.334 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:01:55.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:01:55.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:01:55.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:01:55.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:01:55.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:55 smithi161 ceph-mon[116604]: from='client.543819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:55.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:55 smithi028 ceph-mon[112123]: from='client.543819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:55.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:55 smithi138 ceph-mon[117003]: from='client.543819 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:01:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:56 smithi161 ceph-mon[116604]: pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:56 smithi028 ceph-mon[112123]: pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:56 smithi138 ceph-mon[117003]: pgmap v20255: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:01:58 smithi138 ceph-mon[117003]: pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:59.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:01:58 smithi161 ceph-mon[116604]: pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:01:59.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:01:58 smithi028 ceph-mon[112123]: pgmap v20256: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:00.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:00.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:00.336 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:00.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:00 smithi161 ceph-mon[116604]: pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:00 smithi028 ceph-mon[112123]: pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:00.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:00 smithi138 ceph-mon[117003]: pgmap v20257: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:01.134 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:01.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:01.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:01.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:01.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:01.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:01 smithi161 ceph-mon[116604]: from='client.543894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:01.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:01 smithi028 ceph-mon[112123]: from='client.543894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:01.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:01 smithi138 ceph-mon[117003]: from='client.543894 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:02 smithi161 ceph-mon[116604]: 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-07T16:02:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:02 smithi028 ceph-mon[112123]: 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-07T16:02:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:02 smithi138 ceph-mon[117003]: 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-07T16:02:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:04 smithi161 ceph-mon[116604]: pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:04 smithi028 ceph-mon[112123]: pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:04 smithi138 ceph-mon[117003]: pgmap v20259: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:06.135 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:06.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:06.136 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:06.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:06 smithi161 ceph-mon[116604]: pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:06 smithi028 ceph-mon[112123]: pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:06.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:06 smithi138 ceph-mon[117003]: pgmap v20260: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:06.918 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:06.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:06.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:06.918 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:06.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:07.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:07 smithi161 ceph-mon[116604]: from='client.543963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:07.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:07 smithi028 ceph-mon[112123]: from='client.543963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:07.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:07 smithi138 ceph-mon[117003]: from='client.543963 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:09 smithi138 ceph-mon[117003]: 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-07T16:02:09.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:09 smithi161 ceph-mon[116604]: 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-07T16:02:09.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:09 smithi028 ceph-mon[112123]: 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-07T16:02:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:10 smithi161 ceph-mon[116604]: 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-07T16:02:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:10 smithi028 ceph-mon[112123]: 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-07T16:02:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:10 smithi138 ceph-mon[117003]: 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-07T16:02:11.919 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:11.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:11.920 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:12 smithi161 ceph-mon[116604]: from='client.544035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:12 smithi161 ceph-mon[116604]: 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-07T16:02:12.693 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:12.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:12.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:12.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:12.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:12 smithi028 ceph-mon[112123]: from='client.544035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:12 smithi028 ceph-mon[112123]: 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-07T16:02:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:12 smithi138 ceph-mon[117003]: from='client.544035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:12.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:12 smithi138 ceph-mon[117003]: 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-07T16:02:14.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:14 smithi161 ceph-mon[116604]: pgmap v20264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:14 smithi028 ceph-mon[112123]: pgmap v20264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:14 smithi138 ceph-mon[117003]: pgmap v20264: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:16 smithi161 ceph-mon[116604]: pgmap v20265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:16 smithi028 ceph-mon[112123]: pgmap v20265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:16 smithi138 ceph-mon[117003]: pgmap v20265: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:17.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:17.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:17.696 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:18.466 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:18.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:18.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:18.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:18.467 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:19 smithi138 ceph-mon[117003]: from='client.544110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:19 smithi138 ceph-mon[117003]: pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:19 smithi161 ceph-mon[116604]: from='client.544110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:19 smithi161 ceph-mon[116604]: pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:19 smithi028 ceph-mon[112123]: from='client.544110 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:19 smithi028 ceph-mon[112123]: pgmap v20266: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:20 smithi161 ceph-mon[116604]: pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:20 smithi028 ceph-mon[112123]: pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:20.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:20 smithi138 ceph-mon[117003]: pgmap v20267: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:22 smithi161 ceph-mon[116604]: pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:22 smithi028 ceph-mon[112123]: pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:22 smithi138 ceph-mon[117003]: pgmap v20268: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:23.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:23.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:23.469 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:24.239 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:24.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:24.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:24.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:24.240 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:24 smithi161 ceph-mon[116604]: from='client.544188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:24 smithi161 ceph-mon[116604]: pgmap v20269: 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-07T16:02:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:24 smithi028 ceph-mon[112123]: from='client.544188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:24 smithi028 ceph-mon[112123]: pgmap v20269: 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-07T16:02:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:24 smithi138 ceph-mon[117003]: from='client.544188 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:24 smithi138 ceph-mon[117003]: pgmap v20269: 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-07T16:02:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:26 smithi161 ceph-mon[116604]: pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:26 smithi028 ceph-mon[112123]: pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:26.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:26 smithi138 ceph-mon[117003]: pgmap v20270: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:29.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:29.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:29.241 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:29 smithi138 ceph-mon[117003]: pgmap v20271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:29.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:29 smithi161 ceph-mon[116604]: pgmap v20271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:29.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:29 smithi028 ceph-mon[112123]: pgmap v20271: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:30.026 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:30.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:30.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:30.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:30.027 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:02:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:02:30.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:02:30.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:02:30.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:30.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:02:30.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:02:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:02:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:02:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:02:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:02:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:31 smithi138 ceph-mon[117003]: from='client.544263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:31 smithi138 ceph-mon[117003]: pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:31 smithi161 ceph-mon[116604]: from='client.544263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:31 smithi161 ceph-mon[116604]: pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:31 smithi028 ceph-mon[112123]: from='client.544263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:31 smithi028 ceph-mon[112123]: pgmap v20272: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:32.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:32 smithi161 ceph-mon[116604]: pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:32 smithi028 ceph-mon[112123]: pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:32 smithi138 ceph-mon[117003]: pgmap v20273: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:02:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:34 smithi161 ceph-mon[116604]: 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-07T16:02:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:34 smithi028 ceph-mon[112123]: 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-07T16:02:34.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:34 smithi138 ceph-mon[117003]: 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-07T16:02:35.028 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:35.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:35.029 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:35.804 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:35.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:35.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:35.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:35.804 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:36 smithi161 ceph-mon[116604]: from='client.544338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:36 smithi161 ceph-mon[116604]: pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:36 smithi028 ceph-mon[112123]: from='client.544338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:36 smithi028 ceph-mon[112123]: pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:36 smithi138 ceph-mon[117003]: from='client.544338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:36 smithi138 ceph-mon[117003]: pgmap v20275: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:39.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:39 smithi138 ceph-mon[117003]: pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:39.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:39 smithi161 ceph-mon[116604]: pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:39.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:39 smithi028 ceph-mon[112123]: pgmap v20276: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:02:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:40 smithi161 ceph-mon[116604]: pgmap v20277: 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-07T16:02:40.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:40 smithi028 ceph-mon[112123]: pgmap v20277: 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-07T16:02:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:40 smithi138 ceph-mon[117003]: pgmap v20277: 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-07T16:02:40.805 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:40.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:40.806 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:41.595 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:41.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:41.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:41.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:41.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:41.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:41 smithi161 ceph-mon[116604]: from='client.544413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:41.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:41 smithi028 ceph-mon[112123]: from='client.544413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:41 smithi138 ceph-mon[117003]: from='client.544413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:42 smithi161 ceph-mon[116604]: 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-07T16:02:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:42 smithi028 ceph-mon[112123]: 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-07T16:02:42.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:42 smithi138 ceph-mon[117003]: 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-07T16:02:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:44 smithi161 ceph-mon[116604]: pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:44 smithi028 ceph-mon[112123]: pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:44 smithi138 ceph-mon[117003]: pgmap v20279: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:46.598 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:46.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:46.598 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:46 smithi161 ceph-mon[116604]: pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:46 smithi028 ceph-mon[112123]: pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:46 smithi138 ceph-mon[117003]: pgmap v20280: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:47.370 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:47.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:47.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:47.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:47.371 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:47 smithi161 ceph-mon[116604]: from='client.544491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:47.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:47 smithi028 ceph-mon[112123]: from='client.544491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:47.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:47 smithi138 ceph-mon[117003]: from='client.544491 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:49 smithi138 ceph-mon[117003]: 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-07T16:02:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:49 smithi161 ceph-mon[116604]: 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-07T16:02:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:49 smithi028 ceph-mon[112123]: 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-07T16:02:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:50 smithi161 ceph-mon[116604]: 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-07T16:02:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:50 smithi028 ceph-mon[112123]: 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-07T16:02:50.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:50 smithi138 ceph-mon[117003]: 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-07T16:02:52.372 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:52.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:52.372 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:52 smithi161 ceph-mon[116604]: 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-07T16:02:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:52 smithi028 ceph-mon[112123]: 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-07T16:02:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:52 smithi138 ceph-mon[117003]: 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-07T16:02:53.164 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:53.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:53.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:53.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:53.164 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:54.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:54 smithi138 ceph-mon[117003]: from='client.544566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:54.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:54 smithi161 ceph-mon[116604]: from='client.544566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:54 smithi028 ceph-mon[112123]: from='client.544566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:02:55.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:55 smithi138 ceph-mon[117003]: pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:55.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:55 smithi161 ceph-mon[116604]: pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:55 smithi028 ceph-mon[112123]: pgmap v20284: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:02:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:56 smithi161 ceph-mon[116604]: pgmap v20285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:56 smithi028 ceph-mon[112123]: pgmap v20285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:56.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:56 smithi138 ceph-mon[117003]: pgmap v20285: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:58.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:02:58.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:02:58.166 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:02:58.933 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:02:58.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:02:58.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:02:58.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:02:58.933 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:02:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:02:59 smithi138 ceph-mon[117003]: pgmap v20286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:59.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:02:59 smithi161 ceph-mon[116604]: pgmap v20286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:02:59.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:02:59 smithi028 ceph-mon[112123]: pgmap v20286: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:00.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:00 smithi138 ceph-mon[117003]: from='client.544641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:00.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:00 smithi161 ceph-mon[116604]: from='client.544641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:00.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:00 smithi028 ceph-mon[112123]: from='client.544641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:01.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:01 smithi138 ceph-mon[117003]: pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:01.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:01 smithi161 ceph-mon[116604]: pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:01.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:01 smithi028 ceph-mon[112123]: pgmap v20287: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:02 smithi161 ceph-mon[116604]: pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:02 smithi028 ceph-mon[112123]: pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:02 smithi138 ceph-mon[117003]: pgmap v20288: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:03.934 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:03.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:03.935 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:04 smithi161 ceph-mon[116604]: from='client.544719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:04 smithi161 ceph-mon[116604]: pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:04.705 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:04.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:04.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:04.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:04.706 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:04 smithi028 ceph-mon[112123]: from='client.544719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:04 smithi028 ceph-mon[112123]: pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:04 smithi138 ceph-mon[117003]: from='client.544719 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:04.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:04 smithi138 ceph-mon[117003]: pgmap v20289: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:06 smithi161 ceph-mon[116604]: pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:06 smithi028 ceph-mon[112123]: pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:06.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:06 smithi138 ceph-mon[117003]: pgmap v20290: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:09 smithi138 ceph-mon[117003]: pgmap v20291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:09.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:09 smithi161 ceph-mon[116604]: pgmap v20291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:09.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:09 smithi028 ceph-mon[112123]: pgmap v20291: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:09.707 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:09.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:09.708 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:10.483 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:10.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:10.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:10.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:10.483 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:10 smithi161 ceph-mon[116604]: from='client.544797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:10 smithi161 ceph-mon[116604]: pgmap v20292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:10 smithi028 ceph-mon[112123]: from='client.544797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:10 smithi028 ceph-mon[112123]: pgmap v20292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:10 smithi138 ceph-mon[117003]: from='client.544797 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:10.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:10 smithi138 ceph-mon[117003]: pgmap v20292: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:12 smithi161 ceph-mon[116604]: pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:12 smithi028 ceph-mon[112123]: pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:12 smithi138 ceph-mon[117003]: pgmap v20293: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:14.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:14 smithi161 ceph-mon[116604]: 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-07T16:03:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:14 smithi028 ceph-mon[112123]: 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-07T16:03:14.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:14 smithi138 ceph-mon[117003]: 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-07T16:03:15.485 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:15.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:15.485 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:16.262 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:16.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:16.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:16.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:16.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:16 smithi161 ceph-mon[116604]: from='client.544875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:16 smithi161 ceph-mon[116604]: pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:16 smithi028 ceph-mon[112123]: from='client.544875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:16 smithi028 ceph-mon[112123]: pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:16 smithi138 ceph-mon[117003]: from='client.544875 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:16.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:16 smithi138 ceph-mon[117003]: pgmap v20295: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:19.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:19 smithi138 ceph-mon[117003]: 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-07T16:03:19.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:19 smithi161 ceph-mon[116604]: 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-07T16:03:19.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:19 smithi028 ceph-mon[112123]: 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-07T16:03:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:20 smithi161 ceph-mon[116604]: 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-07T16:03:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:20 smithi028 ceph-mon[112123]: 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-07T16:03:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:20 smithi138 ceph-mon[117003]: 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-07T16:03:21.263 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:21.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:21.264 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:22.030 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:22.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:22.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:22.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:22.030 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:22 smithi161 ceph-mon[116604]: from='client.544950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:22 smithi161 ceph-mon[116604]: 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-07T16:03:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:22 smithi028 ceph-mon[112123]: from='client.544950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:22 smithi028 ceph-mon[112123]: 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-07T16:03:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:22 smithi138 ceph-mon[117003]: from='client.544950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:22.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:22 smithi138 ceph-mon[117003]: 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-07T16:03:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:24 smithi161 ceph-mon[116604]: pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:24 smithi028 ceph-mon[112123]: pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:24.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:24 smithi138 ceph-mon[117003]: pgmap v20299: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:26 smithi161 ceph-mon[116604]: pgmap v20300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:26 smithi028 ceph-mon[112123]: pgmap v20300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:26 smithi138 ceph-mon[117003]: pgmap v20300: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:27.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:27.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:27.032 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:27.820 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:27.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:27.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:27.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:27.820 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:29 smithi138 ceph-mon[117003]: from='client.545028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:29.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:29 smithi138 ceph-mon[117003]: 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-07T16:03:29.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:29 smithi161 ceph-mon[116604]: from='client.545028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:29.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:29 smithi161 ceph-mon[116604]: 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-07T16:03:29.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:29 smithi028 ceph-mon[112123]: from='client.545028 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:29.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:29 smithi028 ceph-mon[112123]: 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-07T16:03:30.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:30 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:30.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:30 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:30 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:03:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:31 smithi138 ceph-mon[117003]: 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-07T16:03:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:31.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:03:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:31 smithi161 ceph-mon[116604]: 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-07T16:03:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:03:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:03:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:31 smithi028 ceph-mon[112123]: 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-07T16:03:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:03:31.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:03:32.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:32 smithi161 ceph-mon[116604]: 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-07T16:03:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:32 smithi028 ceph-mon[112123]: 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-07T16:03:32.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:32 smithi138 ceph-mon[117003]: 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-07T16:03:32.821 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:32.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:32.822 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:33.607 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:33.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:33.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:33.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:33.608 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:34.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:34 smithi138 ceph-mon[117003]: from='client.545103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:34 smithi161 ceph-mon[116604]: from='client.545103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:34 smithi028 ceph-mon[112123]: from='client.545103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:35.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:35 smithi138 ceph-mon[117003]: pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:35 smithi161 ceph-mon[116604]: pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:35 smithi028 ceph-mon[112123]: pgmap v20304: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:03:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:36 smithi161 ceph-mon[116604]: 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-07T16:03:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:36 smithi028 ceph-mon[112123]: 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-07T16:03:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:36 smithi138 ceph-mon[117003]: 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-07T16:03:38.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:38.609 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:38.610 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:39.288 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:39 smithi138 ceph-mon[117003]: pgmap v20306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:39.392 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:39.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:39.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:39.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:39.392 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:39.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:39 smithi161 ceph-mon[116604]: pgmap v20306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:39.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:39 smithi028 ceph-mon[112123]: pgmap v20306: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:40.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:40 smithi138 ceph-mon[117003]: from='client.545181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:40.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:40 smithi161 ceph-mon[116604]: from='client.545181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:40.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:40 smithi028 ceph-mon[112123]: from='client.545181 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:41.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:41 smithi138 ceph-mon[117003]: pgmap v20307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:03:41.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:41 smithi161 ceph-mon[116604]: pgmap v20307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:03:41.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:41 smithi028 ceph-mon[112123]: pgmap v20307: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:03:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:42 smithi161 ceph-mon[116604]: pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:03:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:42 smithi028 ceph-mon[112123]: pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:03:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:42 smithi138 ceph-mon[117003]: pgmap v20308: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:03:44.394 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:44.394 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:44.395 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:44 smithi161 ceph-mon[116604]: pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:44 smithi028 ceph-mon[112123]: pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:44 smithi138 ceph-mon[117003]: pgmap v20309: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:45.179 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:45.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:45.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:45.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:45.180 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:45.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:45 smithi161 ceph-mon[116604]: from='client.545256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:45 smithi028 ceph-mon[112123]: from='client.545256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:45.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:45 smithi138 ceph-mon[117003]: from='client.545256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:46 smithi161 ceph-mon[116604]: pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:46 smithi028 ceph-mon[112123]: pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:46.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:46 smithi138 ceph-mon[117003]: pgmap v20310: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:49.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:49 smithi138 ceph-mon[117003]: pgmap v20311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:49 smithi161 ceph-mon[116604]: pgmap v20311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:49 smithi028 ceph-mon[112123]: pgmap v20311: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:03:50.181 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:50.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:50.182 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:50 smithi161 ceph-mon[116604]: pgmap v20312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:50 smithi028 ceph-mon[112123]: pgmap v20312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:50.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:50 smithi138 ceph-mon[117003]: pgmap v20312: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:50.956 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:50.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:50.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:50.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:50.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:51.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:51 smithi161 ceph-mon[116604]: from='client.545328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:51.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:51 smithi028 ceph-mon[112123]: from='client.545328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:51.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:51 smithi138 ceph-mon[117003]: from='client.545328 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:52 smithi161 ceph-mon[116604]: pgmap v20313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:03:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:52 smithi028 ceph-mon[112123]: pgmap v20313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:03:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:52 smithi138 ceph-mon[117003]: pgmap v20313: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:03:54.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:54 smithi161 ceph-mon[116604]: pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:03:54.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:54 smithi028 ceph-mon[112123]: pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:03:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:54 smithi138 ceph-mon[117003]: pgmap v20314: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:03:55.958 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:03:55.959 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:03:55.959 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:03:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:56 smithi161 ceph-mon[116604]: pgmap v20315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:56 smithi028 ceph-mon[112123]: pgmap v20315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:03:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:03:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:03:56.735 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:03:56.736 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:03:56.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:56 smithi138 ceph-mon[117003]: pgmap v20315: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:03:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:57 smithi161 ceph-mon[116604]: from='client.545403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:57 smithi028 ceph-mon[112123]: from='client.545403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:57.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:57 smithi138 ceph-mon[117003]: from='client.545403 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:03:59.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:03:59 smithi138 ceph-mon[117003]: 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-07T16:03:59.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:03:59 smithi161 ceph-mon[116604]: 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-07T16:03:59.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:03:59 smithi028 ceph-mon[112123]: 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-07T16:04:00.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:00 smithi161 ceph-mon[116604]: 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-07T16:04:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:00 smithi028 ceph-mon[112123]: 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-07T16:04:00.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:00 smithi138 ceph-mon[117003]: 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-07T16:04:01.737 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:01.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:01.738 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:02.502 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:02.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:02.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:02.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:02.502 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:02 smithi161 ceph-mon[116604]: from='client.545481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:02 smithi161 ceph-mon[116604]: 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-07T16:04:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:02 smithi028 ceph-mon[112123]: from='client.545481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:02.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:02 smithi028 ceph-mon[112123]: 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-07T16:04:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:02 smithi138 ceph-mon[117003]: from='client.545481 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:02.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:02 smithi138 ceph-mon[117003]: 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-07T16:04:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:04 smithi161 ceph-mon[116604]: pgmap v20319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:04 smithi028 ceph-mon[112123]: pgmap v20319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:04 smithi138 ceph-mon[117003]: pgmap v20319: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:06 smithi161 ceph-mon[116604]: pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:06 smithi028 ceph-mon[112123]: pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:06.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:06 smithi138 ceph-mon[117003]: pgmap v20320: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:07.503 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:07.504 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:07.504 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:08.286 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:08.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:08.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:08.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:08.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:09.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:09 smithi138 ceph-mon[117003]: from='client.545559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:09.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:09 smithi161 ceph-mon[116604]: from='client.545559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:09.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:09 smithi028 ceph-mon[112123]: from='client.545559 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:10.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:10 smithi138 ceph-mon[117003]: 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-07T16:04:10.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:10 smithi161 ceph-mon[116604]: 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-07T16:04:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:10 smithi028 ceph-mon[112123]: 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-07T16:04:12.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:12 smithi138 ceph-mon[117003]: 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-07T16:04:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:12 smithi161 ceph-mon[116604]: 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-07T16:04:12.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:12 smithi028 ceph-mon[112123]: 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-07T16:04:13.288 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:13.288 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:13.289 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:14.060 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:14.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:14.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:14.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:14.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:14.289 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:14 smithi138 ceph-mon[117003]: 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-07T16:04:14.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:14 smithi161 ceph-mon[116604]: 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-07T16:04:14.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:14 smithi028 ceph-mon[112123]: 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-07T16:04:15.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:15 smithi161 ceph-mon[116604]: from='client.545634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:15.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:15 smithi028 ceph-mon[112123]: from='client.545634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:15.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:15 smithi138 ceph-mon[117003]: from='client.545634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:16.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:16 smithi161 ceph-mon[116604]: pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:16.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:16 smithi028 ceph-mon[112123]: pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:16 smithi138 ceph-mon[117003]: pgmap v20324: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:18.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:18 smithi161 ceph-mon[116604]: 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-07T16:04:18.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:18 smithi028 ceph-mon[112123]: 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-07T16:04:18.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:18 smithi138 ceph-mon[117003]: 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-07T16:04:19.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:19.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:19.062 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:19.852 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:19.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:19.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:19.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:19.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:20.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:20 smithi161 ceph-mon[116604]: pgmap v20326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:20.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:20 smithi028 ceph-mon[112123]: pgmap v20326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:20.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:20 smithi138 ceph-mon[117003]: pgmap v20326: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:21.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:21 smithi161 ceph-mon[116604]: from='client.545709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:21.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:21 smithi028 ceph-mon[112123]: from='client.545709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:21 smithi138 ceph-mon[117003]: from='client.545709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:22.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:22 smithi161 ceph-mon[116604]: 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-07T16:04:22.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:22 smithi028 ceph-mon[112123]: 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-07T16:04:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:22 smithi138 ceph-mon[117003]: 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-07T16:04:24.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:24 smithi161 ceph-mon[116604]: 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-07T16:04:24.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:24 smithi028 ceph-mon[112123]: 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-07T16:04:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:24 smithi138 ceph-mon[117003]: 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-07T16:04:24.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:24.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:24.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:25.630 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:25.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:25.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:25.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:25.630 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:26.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:26 smithi161 ceph-mon[116604]: pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:26.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:26 smithi161 ceph-mon[116604]: from='client.545784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:26.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:26 smithi028 ceph-mon[112123]: pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:26.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:26 smithi028 ceph-mon[112123]: from='client.545784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:26.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:26 smithi138 ceph-mon[117003]: pgmap v20329: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:26.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:26 smithi138 ceph-mon[117003]: from='client.545784 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:28.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:28 smithi161 ceph-mon[116604]: pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:28.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:28 smithi028 ceph-mon[112123]: pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:28 smithi138 ceph-mon[117003]: pgmap v20330: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:30.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:30 smithi161 ceph-mon[116604]: pgmap v20331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:30 smithi028 ceph-mon[112123]: pgmap v20331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:30 smithi138 ceph-mon[117003]: pgmap v20331: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:30.631 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:30.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:30.631 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:31.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:31.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:31.425 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:31.426 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:31.426 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:31.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:31 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:31.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:31 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:04:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:04:31.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:31 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:04:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:32 smithi161 ceph-mon[116604]: pgmap v20332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:32 smithi161 ceph-mon[116604]: from='client.374351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:04:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:32 smithi028 ceph-mon[112123]: pgmap v20332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:32 smithi028 ceph-mon[112123]: from='client.374351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:04:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:32 smithi138 ceph-mon[117003]: pgmap v20332: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:32 smithi138 ceph-mon[117003]: from='client.374351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:04:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:34 smithi161 ceph-mon[116604]: 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-07T16:04:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:34 smithi028 ceph-mon[112123]: 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-07T16:04:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:34 smithi138 ceph-mon[117003]: 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-07T16:04:36.427 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:36.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:36.427 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:36.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:36 smithi161 ceph-mon[116604]: pgmap v20334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:36.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:36 smithi028 ceph-mon[112123]: pgmap v20334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:36 smithi138 ceph-mon[117003]: pgmap v20334: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:37.197 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:37.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:37.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:37.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:37.197 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:38.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:38 smithi161 ceph-mon[116604]: pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:38.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:38 smithi161 ceph-mon[116604]: from='client.545934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:38.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:38 smithi028 ceph-mon[112123]: pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:38.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:38 smithi028 ceph-mon[112123]: from='client.545934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:38 smithi138 ceph-mon[117003]: pgmap v20335: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:38 smithi138 ceph-mon[117003]: from='client.545934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:40.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:40 smithi161 ceph-mon[116604]: 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-07T16:04:40.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:40 smithi028 ceph-mon[112123]: 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-07T16:04:40.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:40 smithi138 ceph-mon[117003]: 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-07T16:04:42.198 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:42.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:42.199 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:42.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:42 smithi161 ceph-mon[116604]: 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-07T16:04:42.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:42 smithi028 ceph-mon[112123]: 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-07T16:04:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:42 smithi138 ceph-mon[117003]: 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-07T16:04:42.999 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:42.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:42.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:42.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:42.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:44.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:44 smithi161 ceph-mon[116604]: 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-07T16:04:44.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:44 smithi161 ceph-mon[116604]: from='client.546012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:44.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:44 smithi028 ceph-mon[112123]: 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-07T16:04:44.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:44 smithi028 ceph-mon[112123]: from='client.546012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:44 smithi138 ceph-mon[117003]: 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-07T16:04:44.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:44 smithi138 ceph-mon[117003]: from='client.546012 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:46.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:46 smithi161 ceph-mon[116604]: pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:46.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:46 smithi028 ceph-mon[112123]: pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:46 smithi138 ceph-mon[117003]: pgmap v20339: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:04:48.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:48.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:48.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:48.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:48 smithi161 ceph-mon[116604]: pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:48.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:48 smithi028 ceph-mon[112123]: pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:48 smithi138 ceph-mon[117003]: pgmap v20340: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:04:48.789 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:48.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:48.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:48.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:48.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:50 smithi161 ceph-mon[116604]: 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-07T16:04:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:50 smithi161 ceph-mon[116604]: from='client.546087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:50 smithi028 ceph-mon[112123]: 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-07T16:04:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:50 smithi028 ceph-mon[112123]: from='client.546087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:50 smithi138 ceph-mon[117003]: 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-07T16:04:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:50 smithi138 ceph-mon[117003]: from='client.546087 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:52 smithi161 ceph-mon[116604]: 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-07T16:04:52.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:52 smithi028 ceph-mon[112123]: 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-07T16:04:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:52 smithi138 ceph-mon[117003]: 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-07T16:04:53.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:53.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:53.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:04:54.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:54 smithi161 ceph-mon[116604]: 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-07T16:04:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:54 smithi028 ceph-mon[112123]: 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-07T16:04:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:54 smithi138 ceph-mon[117003]: 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-07T16:04:54.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:04:54.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:04:54.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:04:54.578 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:04:54.578 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:04:55.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:55 smithi161 ceph-mon[116604]: from='client.546162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:55 smithi028 ceph-mon[112123]: from='client.546162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:55 smithi138 ceph-mon[117003]: from='client.546162 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:04:56.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:56 smithi161 ceph-mon[116604]: 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-07T16:04:56.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:56 smithi028 ceph-mon[112123]: 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-07T16:04:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:56 smithi138 ceph-mon[117003]: 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-07T16:04:58.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:04:58 smithi161 ceph-mon[116604]: pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:58.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:04:58 smithi028 ceph-mon[112123]: pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:04:58 smithi138 ceph-mon[117003]: pgmap v20345: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:04:59.580 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:04:59.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:04:59.581 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:00.347 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:00.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:00.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:00.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:00.348 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:00.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:00 smithi161 ceph-mon[116604]: 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-07T16:05:00.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:00 smithi028 ceph-mon[112123]: 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-07T16:05:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:00 smithi138 ceph-mon[117003]: 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-07T16:05:01.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:01 smithi161 ceph-mon[116604]: from='client.546240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:01.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:01 smithi028 ceph-mon[112123]: from='client.546240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:01.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:01 smithi138 ceph-mon[117003]: from='client.546240 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:02.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:02 smithi161 ceph-mon[116604]: 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-07T16:05:02.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:02 smithi028 ceph-mon[112123]: 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-07T16:05:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:02 smithi138 ceph-mon[117003]: 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-07T16:05:04.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:04 smithi161 ceph-mon[116604]: 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-07T16:05:04.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:04 smithi028 ceph-mon[112123]: 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-07T16:05:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:04 smithi138 ceph-mon[117003]: 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-07T16:05:05.349 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:05.350 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:05.350 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:06.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:06.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:06.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:06.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:06.132 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:06 smithi161 ceph-mon[116604]: pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:06 smithi028 ceph-mon[112123]: pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:06 smithi138 ceph-mon[117003]: pgmap v20349: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:07.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:07 smithi161 ceph-mon[116604]: from='client.546318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:07.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:07 smithi028 ceph-mon[112123]: from='client.546318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:07 smithi138 ceph-mon[117003]: from='client.546318 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:08.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:08 smithi161 ceph-mon[116604]: 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-07T16:05:08.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:08 smithi028 ceph-mon[112123]: 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-07T16:05:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:08 smithi138 ceph-mon[117003]: 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-07T16:05:10.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:10 smithi161 ceph-mon[116604]: 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-07T16:05:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:10 smithi028 ceph-mon[112123]: 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-07T16:05:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:10 smithi138 ceph-mon[117003]: 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-07T16:05:11.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:11.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:11.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:11.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:11.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:11.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:11.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:11.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:12 smithi161 ceph-mon[116604]: 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-07T16:05:12.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:12 smithi028 ceph-mon[112123]: 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-07T16:05:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:12 smithi138 ceph-mon[117003]: 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-07T16:05:13.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:13 smithi161 ceph-mon[116604]: from='client.546390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:13.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:13 smithi028 ceph-mon[112123]: from='client.546390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:13 smithi138 ceph-mon[117003]: from='client.546390 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:14.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:14 smithi161 ceph-mon[116604]: 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-07T16:05:14.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:14 smithi028 ceph-mon[112123]: 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-07T16:05:14.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:14 smithi138 ceph-mon[117003]: 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-07T16:05:16.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:16 smithi161 ceph-mon[116604]: pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:16.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:16 smithi028 ceph-mon[112123]: pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:16 smithi138 ceph-mon[117003]: pgmap v20354: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:16.904 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:16.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:16.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:17.673 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:17.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:17.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:17.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:17.674 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:18 smithi161 ceph-mon[116604]: pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:18.439 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:18 smithi161 ceph-mon[116604]: from='client.546465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:18.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:18 smithi028 ceph-mon[112123]: pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:18.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:18 smithi028 ceph-mon[112123]: from='client.546465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:18 smithi138 ceph-mon[117003]: pgmap v20355: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:18.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:18 smithi138 ceph-mon[117003]: from='client.546465 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:20.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:20 smithi161 ceph-mon[116604]: 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-07T16:05:20.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:20 smithi028 ceph-mon[112123]: 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-07T16:05:20.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:20 smithi138 ceph-mon[117003]: 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-07T16:05:22.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:22 smithi161 ceph-mon[116604]: 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-07T16:05:22.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:22 smithi028 ceph-mon[112123]: 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-07T16:05:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:22 smithi138 ceph-mon[117003]: 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-07T16:05:22.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:22.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:22.676 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:23.449 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:23.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:23.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:23.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:23.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:24.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:24 smithi161 ceph-mon[116604]: 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-07T16:05:24.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:24 smithi161 ceph-mon[116604]: from='client.546543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:24.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:24 smithi028 ceph-mon[112123]: 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-07T16:05:24.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:24 smithi028 ceph-mon[112123]: from='client.546543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:24 smithi138 ceph-mon[117003]: 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-07T16:05:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:24 smithi138 ceph-mon[117003]: from='client.546543 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:26.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:26 smithi161 ceph-mon[116604]: pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:26.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:26 smithi028 ceph-mon[112123]: pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:26.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:26 smithi138 ceph-mon[117003]: pgmap v20359: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:28.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:28 smithi161 ceph-mon[116604]: pgmap v20360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:28.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:28.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:28.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:28.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:28 smithi028 ceph-mon[112123]: pgmap v20360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:28 smithi138 ceph-mon[117003]: pgmap v20360: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:29.223 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:29.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:29.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:29.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:29.224 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:30.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:30 smithi161 ceph-mon[116604]: 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-07T16:05:30.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:30 smithi161 ceph-mon[116604]: from='client.546621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:30 smithi028 ceph-mon[112123]: 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-07T16:05:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:30 smithi028 ceph-mon[112123]: from='client.546621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:30 smithi138 ceph-mon[117003]: 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-07T16:05:30.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:30 smithi138 ceph-mon[117003]: from='client.546621 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: pgmap v20362: 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-07T16:05:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:05:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:32.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:32 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: pgmap v20362: 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-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:32 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: pgmap v20362: 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-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:05:32.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:32 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:05:34.225 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:34.225 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:34.226 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:34 smithi161 ceph-mon[116604]: pgmap v20363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:05:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:34 smithi028 ceph-mon[112123]: pgmap v20363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:05:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:34 smithi138 ceph-mon[117003]: pgmap v20363: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:05:35.012 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:35.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:35.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:35.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:35.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:36.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:36 smithi161 ceph-mon[116604]: pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:36.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:36 smithi161 ceph-mon[116604]: from='client.546696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:36.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:36 smithi028 ceph-mon[112123]: pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:36.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:36 smithi028 ceph-mon[112123]: from='client.546696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:36 smithi138 ceph-mon[117003]: pgmap v20364: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:36 smithi138 ceph-mon[117003]: from='client.546696 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:38.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:38 smithi161 ceph-mon[116604]: pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:05:38.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:38 smithi028 ceph-mon[112123]: pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:05:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:38 smithi138 ceph-mon[117003]: pgmap v20365: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:05:40.015 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:40.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:40.015 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:40.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:40 smithi161 ceph-mon[116604]: 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-07T16:05:40.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:40 smithi028 ceph-mon[112123]: 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-07T16:05:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:40 smithi138 ceph-mon[117003]: 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-07T16:05:40.800 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:40.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:40.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:40.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:40.800 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:42.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:42 smithi161 ceph-mon[116604]: 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-07T16:05:42.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:42 smithi161 ceph-mon[116604]: from='client.546768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:42.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:42 smithi028 ceph-mon[112123]: 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-07T16:05:42.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:42 smithi028 ceph-mon[112123]: from='client.546768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:42 smithi138 ceph-mon[117003]: 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-07T16:05:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:42 smithi138 ceph-mon[117003]: from='client.546768 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:44.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:44 smithi161 ceph-mon[116604]: pgmap v20368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:05:44.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:44 smithi028 ceph-mon[112123]: pgmap v20368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:05:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:44 smithi138 ceph-mon[117003]: pgmap v20368: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:05:45.802 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:45.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:45.802 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:46.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:46 smithi161 ceph-mon[116604]: pgmap v20369: 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-07T16:05:46.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:46 smithi028 ceph-mon[112123]: pgmap v20369: 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-07T16:05:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:46 smithi138 ceph-mon[117003]: pgmap v20369: 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-07T16:05:46.586 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:46.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:46.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:46.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:46.587 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:47.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:47 smithi028 ceph-mon[112123]: from='client.546843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:47 smithi138 ceph-mon[117003]: from='client.546843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:47.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:47 smithi161 ceph-mon[116604]: from='client.546843 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:48.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:48 smithi028 ceph-mon[112123]: pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:48 smithi138 ceph-mon[117003]: pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:48.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:48 smithi161 ceph-mon[116604]: pgmap v20370: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:50 smithi028 ceph-mon[112123]: 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-07T16:05:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:50 smithi138 ceph-mon[117003]: 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-07T16:05:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:50 smithi161 ceph-mon[116604]: 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-07T16:05:51.588 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:51.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:51.589 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:52.382 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:52.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:52.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:52.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:52.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:52.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:52 smithi028 ceph-mon[112123]: 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-07T16:05:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:52 smithi138 ceph-mon[117003]: 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-07T16:05:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:52 smithi161 ceph-mon[116604]: 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-07T16:05:53.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:53 smithi028 ceph-mon[112123]: from='client.546918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:53 smithi138 ceph-mon[117003]: from='client.546918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:53.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:53 smithi161 ceph-mon[116604]: from='client.546918 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:54 smithi028 ceph-mon[112123]: 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-07T16:05:54.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:54 smithi138 ceph-mon[117003]: 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-07T16:05:54.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:54 smithi161 ceph-mon[116604]: 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-07T16:05:56.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:56 smithi028 ceph-mon[112123]: pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:56 smithi138 ceph-mon[117003]: pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:56 smithi161 ceph-mon[116604]: pgmap v20374: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:05:57.384 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:05:57.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:05:57.384 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:05:58.167 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:05:58.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:05:58.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:05:58.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:05:58.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:05:58.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:58 smithi028 ceph-mon[112123]: pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:58 smithi138 ceph-mon[117003]: pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:58 smithi161 ceph-mon[116604]: pgmap v20375: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:05:59.541 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:05:59 smithi138 ceph-mon[117003]: from='client.546996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:59.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:05:59 smithi161 ceph-mon[116604]: from='client.546996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:05:59.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:05:59 smithi028 ceph-mon[112123]: from='client.546996 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:00 smithi138 ceph-mon[117003]: 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-07T16:06:00.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:00 smithi161 ceph-mon[116604]: 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-07T16:06:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:00 smithi028 ceph-mon[112123]: 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-07T16:06:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:02 smithi138 ceph-mon[117003]: 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-07T16:06:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:02 smithi161 ceph-mon[116604]: 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-07T16:06:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:02 smithi028 ceph-mon[112123]: 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-07T16:06:03.168 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:03.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:03.169 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:03.942 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:03.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:03.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:03.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:03.942 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:04 smithi138 ceph-mon[117003]: 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-07T16:06:04.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:04 smithi161 ceph-mon[116604]: 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-07T16:06:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:04 smithi028 ceph-mon[112123]: 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-07T16:06:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:05 smithi138 ceph-mon[117003]: from='client.547071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:05.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:05 smithi161 ceph-mon[116604]: from='client.547071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:05.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:05 smithi028 ceph-mon[112123]: from='client.547071 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:06 smithi138 ceph-mon[117003]: pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:06 smithi161 ceph-mon[116604]: pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:06 smithi028 ceph-mon[112123]: pgmap v20379: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:08.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:08 smithi138 ceph-mon[117003]: pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:08.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:08 smithi161 ceph-mon[116604]: pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:08 smithi028 ceph-mon[112123]: pgmap v20380: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:08.943 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:08.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:08.944 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:09.713 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:09.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:09.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:09.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:09.713 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:10 smithi138 ceph-mon[117003]: 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-07T16:06:10.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:10 smithi138 ceph-mon[117003]: from='client.547146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:10 smithi161 ceph-mon[116604]: 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-07T16:06:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:10 smithi161 ceph-mon[116604]: from='client.547146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:10 smithi028 ceph-mon[112123]: 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-07T16:06:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:10 smithi028 ceph-mon[112123]: from='client.547146 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:12.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:12 smithi138 ceph-mon[117003]: pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:12 smithi161 ceph-mon[116604]: pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:12 smithi028 ceph-mon[112123]: pgmap v20382: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:14.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:14 smithi138 ceph-mon[117003]: pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:14.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:14 smithi161 ceph-mon[116604]: pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:14 smithi028 ceph-mon[112123]: pgmap v20383: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:14.715 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:14.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:14.715 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:15.495 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:15.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:15.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:15.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:15.495 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:16 smithi138 ceph-mon[117003]: pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:16.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:16 smithi138 ceph-mon[117003]: from='client.547224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:16 smithi161 ceph-mon[116604]: pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:16.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:16 smithi161 ceph-mon[116604]: from='client.547224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:16 smithi028 ceph-mon[112123]: pgmap v20384: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:16 smithi028 ceph-mon[112123]: from='client.547224 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:18.540 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:18 smithi138 ceph-mon[117003]: pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:18 smithi161 ceph-mon[116604]: pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:18 smithi028 ceph-mon[112123]: pgmap v20385: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:06:20.497 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:20.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:20.498 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:20.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:20 smithi138 ceph-mon[117003]: 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-07T16:06:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:20 smithi161 ceph-mon[116604]: 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-07T16:06:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:20 smithi028 ceph-mon[112123]: 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-07T16:06:21.273 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:21.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:21.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:21.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:21.274 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:22 smithi138 ceph-mon[117003]: 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-07T16:06:22.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:22 smithi138 ceph-mon[117003]: from='client.547302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:22 smithi161 ceph-mon[116604]: 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-07T16:06:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:22 smithi161 ceph-mon[116604]: from='client.547302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:22 smithi028 ceph-mon[112123]: 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-07T16:06:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:22 smithi028 ceph-mon[112123]: from='client.547302 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:24.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:24 smithi138 ceph-mon[117003]: pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:24 smithi161 ceph-mon[116604]: pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:24.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:24 smithi028 ceph-mon[112123]: pgmap v20388: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:26.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:26.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:26.275 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:26.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:26 smithi138 ceph-mon[117003]: pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:26 smithi161 ceph-mon[116604]: pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:26 smithi028 ceph-mon[112123]: pgmap v20389: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:27.061 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:27.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:27.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:27.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:27.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:28 smithi138 ceph-mon[117003]: pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:28.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:28 smithi138 ceph-mon[117003]: from='client.547380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:28.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:28 smithi161 ceph-mon[116604]: pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:28.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:28 smithi161 ceph-mon[116604]: from='client.547380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:28.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:28 smithi028 ceph-mon[112123]: pgmap v20390: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:28.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:28 smithi028 ceph-mon[112123]: from='client.547380 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:30 smithi138 ceph-mon[117003]: 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-07T16:06:30.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:30 smithi161 ceph-mon[116604]: 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-07T16:06:30.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:30 smithi028 ceph-mon[112123]: 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-07T16:06:32.063 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:32.064 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:32.064 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:32 smithi138 ceph-mon[117003]: 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-07T16:06:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:32 smithi161 ceph-mon[116604]: 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-07T16:06:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:32 smithi028 ceph-mon[112123]: 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-07T16:06:32.889 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:32.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:32.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:32.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:32.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:06:33.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:33 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:06:33.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:33.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:33.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:06:33.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:33 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:06:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:06:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:06:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:06:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:33 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:06:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:34 smithi138 ceph-mon[117003]: 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-07T16:06:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:34 smithi138 ceph-mon[117003]: from='client.547458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:34 smithi161 ceph-mon[116604]: 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-07T16:06:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:34 smithi161 ceph-mon[116604]: from='client.547458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:34 smithi028 ceph-mon[112123]: 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-07T16:06:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:34 smithi028 ceph-mon[112123]: from='client.547458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:36.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:36 smithi138 ceph-mon[117003]: pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:36 smithi161 ceph-mon[116604]: pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:36.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:36 smithi028 ceph-mon[112123]: pgmap v20394: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:06:37.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:37.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:37.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:38 smithi138 ceph-mon[117003]: pgmap v20395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:38.676 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:38.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:38.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:38.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:38.676 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:38 smithi161 ceph-mon[116604]: pgmap v20395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:38 smithi028 ceph-mon[112123]: pgmap v20395: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:39 smithi138 ceph-mon[117003]: from='client.547533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:39 smithi161 ceph-mon[116604]: from='client.547533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:39.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:39 smithi028 ceph-mon[112123]: from='client.547533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:40 smithi138 ceph-mon[117003]: 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-07T16:06:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:40 smithi161 ceph-mon[116604]: 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-07T16:06:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:40 smithi028 ceph-mon[112123]: 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-07T16:06:42.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:42 smithi138 ceph-mon[117003]: 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-07T16:06:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:42 smithi161 ceph-mon[116604]: 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-07T16:06:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:42 smithi028 ceph-mon[112123]: 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-07T16:06:43.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:43.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:43.678 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:44.455 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:44.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:44.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:44.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:44.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:44 smithi138 ceph-mon[117003]: 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-07T16:06:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:44 smithi161 ceph-mon[116604]: 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-07T16:06:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:44 smithi028 ceph-mon[112123]: 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-07T16:06:45.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:45 smithi161 ceph-mon[116604]: from='client.547611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:45.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:45 smithi028 ceph-mon[112123]: from='client.547611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:45 smithi138 ceph-mon[117003]: from='client.547611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:46 smithi161 ceph-mon[116604]: pgmap v20399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:06:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:46 smithi028 ceph-mon[112123]: pgmap v20399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:06:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:46 smithi138 ceph-mon[117003]: pgmap v20399: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:06:48.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:48 smithi161 ceph-mon[116604]: pgmap v20400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:06:48.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:48 smithi028 ceph-mon[112123]: pgmap v20400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:06:48.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:48 smithi138 ceph-mon[117003]: pgmap v20400: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:06:49.457 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:49.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:49.457 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:50.225 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:50.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:50.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:50.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:50.226 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:50 smithi161 ceph-mon[116604]: pgmap v20401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:06:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:50 smithi028 ceph-mon[112123]: pgmap v20401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:06:50.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:50 smithi138 ceph-mon[117003]: pgmap v20401: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:06:51.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:51 smithi161 ceph-mon[116604]: from='client.547686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:51.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:51 smithi028 ceph-mon[112123]: from='client.547686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:51.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:51 smithi138 ceph-mon[117003]: from='client.547686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:52 smithi161 ceph-mon[116604]: 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-07T16:06:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:52 smithi028 ceph-mon[112123]: 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-07T16:06:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:52 smithi138 ceph-mon[117003]: 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-07T16:06:54.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:54 smithi161 ceph-mon[116604]: 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-07T16:06:54.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:54 smithi028 ceph-mon[112123]: 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-07T16:06:54.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:54 smithi138 ceph-mon[117003]: 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-07T16:06:55.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:06:55.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:06:55.228 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:06:56.006 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:06:56.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:06:56.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:06:56.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:06:56.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:06:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:56 smithi161 ceph-mon[116604]: pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:56 smithi028 ceph-mon[112123]: pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:56.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:56 smithi138 ceph-mon[117003]: pgmap v20404: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:06:57.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:57 smithi161 ceph-mon[116604]: from='client.547761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:57.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:57 smithi028 ceph-mon[112123]: from='client.547761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:57.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:57 smithi138 ceph-mon[117003]: from='client.547761 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:06:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:06:58 smithi161 ceph-mon[116604]: pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:06:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:06:58 smithi028 ceph-mon[112123]: pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:06:58.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:06:58 smithi138 ceph-mon[117003]: pgmap v20405: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:07:00.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:00 smithi161 ceph-mon[116604]: pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:07:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:00 smithi028 ceph-mon[112123]: pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:07:00.790 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:00 smithi138 ceph-mon[117003]: pgmap v20406: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:07:01.006 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:01.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:01.007 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:01.783 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:01.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:01.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:01.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:01.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:02 smithi161 ceph-mon[116604]: pgmap v20407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:07:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:02 smithi028 ceph-mon[112123]: pgmap v20407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:07:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:02 smithi138 ceph-mon[117003]: pgmap v20407: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:07:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:03 smithi161 ceph-mon[116604]: from='client.547830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:03.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:03 smithi028 ceph-mon[112123]: from='client.547830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:03.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:03 smithi138 ceph-mon[117003]: from='client.547830 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:04 smithi161 ceph-mon[116604]: 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-07T16:07:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:04 smithi028 ceph-mon[112123]: 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-07T16:07:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:04 smithi138 ceph-mon[117003]: 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-07T16:07:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:06 smithi161 ceph-mon[116604]: pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:06.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:06 smithi028 ceph-mon[112123]: pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:06.785 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:06.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:06.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:06.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:06 smithi138 ceph-mon[117003]: pgmap v20409: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:07.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:07.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:07.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:07.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:07.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:08.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:08 smithi161 ceph-mon[116604]: pgmap v20410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:08.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:08 smithi161 ceph-mon[116604]: from='client.547905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:08 smithi028 ceph-mon[112123]: pgmap v20410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:08 smithi028 ceph-mon[112123]: from='client.547905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:08 smithi138 ceph-mon[117003]: pgmap v20410: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:08 smithi138 ceph-mon[117003]: from='client.547905 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:10 smithi161 ceph-mon[116604]: 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-07T16:07:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:10 smithi028 ceph-mon[112123]: 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-07T16:07:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:10 smithi138 ceph-mon[117003]: 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-07T16:07:12.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:12.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:12.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:12 smithi161 ceph-mon[116604]: 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-07T16:07:12.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:12 smithi028 ceph-mon[112123]: 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-07T16:07:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:12 smithi138 ceph-mon[117003]: 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-07T16:07:13.332 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:13.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:13.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:13.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:13.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:14.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:14 smithi161 ceph-mon[116604]: 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-07T16:07:14.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:14 smithi161 ceph-mon[116604]: from='client.547983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:14 smithi028 ceph-mon[112123]: 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-07T16:07:14.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:14 smithi028 ceph-mon[112123]: from='client.547983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:14 smithi138 ceph-mon[117003]: 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-07T16:07:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:14 smithi138 ceph-mon[117003]: from='client.547983 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:16 smithi161 ceph-mon[116604]: pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:16.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:16 smithi028 ceph-mon[112123]: pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:16.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:16 smithi138 ceph-mon[117003]: pgmap v20414: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:18.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:18.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:18.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:18 smithi161 ceph-mon[116604]: pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:18 smithi028 ceph-mon[112123]: pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:18 smithi138 ceph-mon[117003]: pgmap v20415: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:19.102 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:19.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:19.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:19.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:19.102 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:20 smithi161 ceph-mon[116604]: 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-07T16:07:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:20 smithi161 ceph-mon[116604]: from='client.548055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:20 smithi028 ceph-mon[112123]: 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-07T16:07:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:20 smithi028 ceph-mon[112123]: from='client.548055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:20 smithi138 ceph-mon[117003]: 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-07T16:07:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:20 smithi138 ceph-mon[117003]: from='client.548055 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:22.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:22 smithi161 ceph-mon[116604]: 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-07T16:07:22.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:22 smithi028 ceph-mon[112123]: 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-07T16:07:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:22 smithi138 ceph-mon[117003]: 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-07T16:07:24.104 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:24.104 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:24.105 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:24.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:24 smithi161 ceph-mon[116604]: 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-07T16:07:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:24 smithi028 ceph-mon[112123]: 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-07T16:07:24.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:24 smithi138 ceph-mon[117003]: 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-07T16:07:24.883 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:24.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:24.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:24.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:24.884 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:26 smithi161 ceph-mon[116604]: 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-07T16:07:26.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:26 smithi161 ceph-mon[116604]: from='client.548130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:26 smithi028 ceph-mon[112123]: 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-07T16:07:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:26 smithi028 ceph-mon[112123]: from='client.548130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:26 smithi138 ceph-mon[117003]: 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-07T16:07:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:26 smithi138 ceph-mon[117003]: from='client.548130 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:28.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:28 smithi161 ceph-mon[116604]: pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:28 smithi028 ceph-mon[112123]: pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:28.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:28 smithi138 ceph-mon[117003]: pgmap v20420: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:29.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:29.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:29.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:30.669 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:30.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:30.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:30.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:30.669 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:30 smithi161 ceph-mon[116604]: pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:30 smithi028 ceph-mon[112123]: pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:30 smithi138 ceph-mon[117003]: pgmap v20421: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:07:31.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:31 smithi161 ceph-mon[116604]: from='client.548208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:31.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:31 smithi028 ceph-mon[112123]: from='client.548208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:31 smithi138 ceph-mon[117003]: from='client.548208 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:32 smithi161 ceph-mon[116604]: 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-07T16:07:32.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:32 smithi028 ceph-mon[112123]: 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-07T16:07:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:32 smithi138 ceph-mon[117003]: 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-07T16:07:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:34 smithi161 ceph-mon[116604]: 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-07T16:07:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:34 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:34 smithi028 ceph-mon[112123]: 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-07T16:07:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:34 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:34 smithi138 ceph-mon[117003]: 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-07T16:07:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:07:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:34.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:34 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:07:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16839M 2023-12-07T16:07:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:07:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 20937M 2023-12-07T16:07:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:07:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:35.438 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16839M 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 20937M 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:35.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:07:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16839M 2023-12-07T16:07:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:07:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 20937M 2023-12-07T16:07:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:07:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:07:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:07:35.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:07:35.671 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:35.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:35.671 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:36.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:36 smithi161 ceph-mon[116604]: pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:36.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:36 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14545M 2023-12-07T16:07:36.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:36.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:36.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:36.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:36.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:36.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:36 smithi028 ceph-mon[112123]: pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:36.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:36 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14545M 2023-12-07T16:07:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:36 smithi138 ceph-mon[117003]: pgmap v20424: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:36 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14545M 2023-12-07T16:07:37.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:37 smithi161 ceph-mon[116604]: from='client.548286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:37.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:37 smithi028 ceph-mon[112123]: from='client.548286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:37 smithi138 ceph-mon[117003]: from='client.548286 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:38.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:38 smithi161 ceph-mon[116604]: 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-07T16:07:38.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:38 smithi028 ceph-mon[112123]: 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-07T16:07:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:38 smithi138 ceph-mon[117003]: 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-07T16:07:40.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:40 smithi161 ceph-mon[116604]: pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:40.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:40 smithi028 ceph-mon[112123]: pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:40 smithi138 ceph-mon[117003]: pgmap v20426: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:41.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:41.450 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:41.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:42.244 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:42.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:42.244 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:42.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:42.245 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:42.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:42 smithi161 ceph-mon[116604]: pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:42.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:42 smithi028 ceph-mon[112123]: pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:42 smithi138 ceph-mon[117003]: pgmap v20427: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:43.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:43 smithi161 ceph-mon[116604]: from='client.548361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:43.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:43 smithi028 ceph-mon[112123]: from='client.548361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:43.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:43 smithi138 ceph-mon[117003]: from='client.548361 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:44.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:44 smithi161 ceph-mon[116604]: 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-07T16:07:44.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:44 smithi028 ceph-mon[112123]: 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-07T16:07:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:44 smithi138 ceph-mon[117003]: 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-07T16:07:46.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:46 smithi161 ceph-mon[116604]: pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:46.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:46 smithi028 ceph-mon[112123]: pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:46 smithi138 ceph-mon[117003]: pgmap v20429: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:47.246 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:47.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:47.246 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:48.016 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:48.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:48.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:48.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:48.016 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:48.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:48 smithi161 ceph-mon[116604]: pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:48.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:48 smithi028 ceph-mon[112123]: pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:48 smithi138 ceph-mon[117003]: pgmap v20430: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:49.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:49 smithi161 ceph-mon[116604]: from='client.548436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:49.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:49 smithi028 ceph-mon[112123]: from='client.548436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:49.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:49 smithi138 ceph-mon[117003]: from='client.548436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:50 smithi161 ceph-mon[116604]: 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-07T16:07:50.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:50 smithi028 ceph-mon[112123]: 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-07T16:07:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:50 smithi138 ceph-mon[117003]: 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-07T16:07:52.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:52 smithi161 ceph-mon[116604]: 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-07T16:07:52.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:52 smithi028 ceph-mon[112123]: 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-07T16:07:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:52 smithi138 ceph-mon[117003]: 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-07T16:07:53.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:53.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:53.018 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:53.788 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:53.788 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:53.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:53.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:53.789 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:07:54.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:54 smithi161 ceph-mon[116604]: 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-07T16:07:54.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:54 smithi028 ceph-mon[112123]: 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-07T16:07:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:54 smithi138 ceph-mon[117003]: 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-07T16:07:55.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:55 smithi161 ceph-mon[116604]: from='client.548514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:55.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:55 smithi028 ceph-mon[112123]: from='client.548514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:55.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:55 smithi138 ceph-mon[117003]: from='client.548514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:07:56.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:56 smithi161 ceph-mon[116604]: pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:56.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:56 smithi028 ceph-mon[112123]: pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:56 smithi138 ceph-mon[117003]: pgmap v20434: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:07:58.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:07:58 smithi161 ceph-mon[116604]: pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:58.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:07:58 smithi028 ceph-mon[112123]: pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:07:58 smithi138 ceph-mon[117003]: pgmap v20435: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:07:58.790 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:07:58.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:07:58.791 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:07:59.562 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:07:59.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:07:59.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:07:59.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:07:59.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:00.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:00 smithi161 ceph-mon[116604]: 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-07T16:08:00.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:00 smithi161 ceph-mon[116604]: from='client.548589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:00.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:00 smithi028 ceph-mon[112123]: 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-07T16:08:00.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:00 smithi028 ceph-mon[112123]: from='client.548589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:00 smithi138 ceph-mon[117003]: 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-07T16:08:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:00 smithi138 ceph-mon[117003]: from='client.548589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:02.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:02 smithi161 ceph-mon[116604]: pgmap v20437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:08:02.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:02 smithi028 ceph-mon[112123]: pgmap v20437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:08:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:02 smithi138 ceph-mon[117003]: pgmap v20437: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:08:04.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:04 smithi161 ceph-mon[116604]: pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:08:04.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:04 smithi028 ceph-mon[112123]: pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:08:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:04 smithi138 ceph-mon[117003]: pgmap v20438: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:08:04.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:04.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:04.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:05.345 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:05.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:05.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:05.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:05.345 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:06 smithi161 ceph-mon[116604]: 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-07T16:08:06.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:06 smithi161 ceph-mon[116604]: from='client.548664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:06 smithi028 ceph-mon[112123]: 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-07T16:08:06.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:06 smithi028 ceph-mon[112123]: from='client.548664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:06 smithi138 ceph-mon[117003]: 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-07T16:08:06.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:06 smithi138 ceph-mon[117003]: from='client.548664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:08.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:08 smithi161 ceph-mon[116604]: pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:08.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:08 smithi028 ceph-mon[112123]: pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:08 smithi138 ceph-mon[117003]: pgmap v20440: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:10.347 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:10.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:10.347 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:10.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:10 smithi161 ceph-mon[116604]: pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:10.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:10 smithi028 ceph-mon[112123]: pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:10 smithi138 ceph-mon[117003]: pgmap v20441: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:11.139 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:11.139 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:11.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:11.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:11.140 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:12 smithi161 ceph-mon[116604]: 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-07T16:08:12.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:12 smithi161 ceph-mon[116604]: from='client.548736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:12.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:12 smithi028 ceph-mon[112123]: 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-07T16:08:12.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:12 smithi028 ceph-mon[112123]: from='client.548736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:12 smithi138 ceph-mon[117003]: 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-07T16:08:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:12 smithi138 ceph-mon[117003]: from='client.548736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:14.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:14 smithi161 ceph-mon[116604]: pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:08:14.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:14 smithi028 ceph-mon[112123]: pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:08:14.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:14 smithi138 ceph-mon[117003]: pgmap v20443: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:08:16.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:16.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:16.141 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:16.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:16 smithi161 ceph-mon[116604]: pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:08:16.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:16 smithi028 ceph-mon[112123]: pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:08:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:16 smithi138 ceph-mon[117003]: pgmap v20444: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:08:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:16.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:16.914 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:18.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:18 smithi161 ceph-mon[116604]: 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-07T16:08:18.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:18 smithi161 ceph-mon[116604]: from='client.548808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:18.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:18 smithi028 ceph-mon[112123]: 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-07T16:08:18.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:18 smithi028 ceph-mon[112123]: from='client.548808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:18.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:18 smithi138 ceph-mon[117003]: 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-07T16:08:18.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:18 smithi138 ceph-mon[117003]: from='client.548808 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:20.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:20 smithi161 ceph-mon[116604]: pgmap v20446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:20.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:20 smithi028 ceph-mon[112123]: pgmap v20446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:20.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:20 smithi138 ceph-mon[117003]: pgmap v20446: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:21.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:21.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:21.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:22.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:22 smithi161 ceph-mon[116604]: pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:22.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:22 smithi028 ceph-mon[112123]: pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:22 smithi138 ceph-mon[117003]: pgmap v20447: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:22.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:22.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:22.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:22.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:22.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:23.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:23 smithi161 ceph-mon[116604]: from='client.548886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:23 smithi028 ceph-mon[112123]: from='client.548886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:23 smithi138 ceph-mon[117003]: from='client.548886 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:24.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:24 smithi161 ceph-mon[116604]: 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-07T16:08:24.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:24 smithi028 ceph-mon[112123]: 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-07T16:08:24.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:24 smithi138 ceph-mon[117003]: 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-07T16:08:26.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:26 smithi028 ceph-mon[112123]: pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:26.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:26 smithi138 ceph-mon[117003]: pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:26 smithi161 ceph-mon[116604]: pgmap v20449: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:27.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:27.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:27.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:28.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:28 smithi028 ceph-mon[112123]: pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:28.468 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:28.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:28.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:28.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:28.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:28 smithi138 ceph-mon[117003]: pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:28 smithi161 ceph-mon[116604]: pgmap v20450: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:29.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:29 smithi028 ceph-mon[112123]: from='client.548961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:29.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:29 smithi138 ceph-mon[117003]: from='client.548961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:29 smithi161 ceph-mon[116604]: from='client.548961 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:30.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:30 smithi028 ceph-mon[112123]: 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-07T16:08:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:30 smithi138 ceph-mon[117003]: 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-07T16:08:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:30 smithi161 ceph-mon[116604]: 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-07T16:08:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:32 smithi028 ceph-mon[112123]: 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-07T16:08:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:32 smithi138 ceph-mon[117003]: 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-07T16:08:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:32 smithi161 ceph-mon[116604]: 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-07T16:08:33.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:33.470 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:33.471 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:34.270 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:34.270 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:34.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:34.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:34.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:34.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:34 smithi028 ceph-mon[112123]: 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-07T16:08:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:34 smithi138 ceph-mon[117003]: 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-07T16:08:34.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:34 smithi161 ceph-mon[116604]: 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-07T16:08:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:35 smithi028 ceph-mon[112123]: from='client.549039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:35.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:35 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:35 smithi138 ceph-mon[117003]: from='client.549039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:35.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:35 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:35 smithi161 ceph-mon[116604]: from='client.549039 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:35.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:35 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:08:36.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:36 smithi028 ceph-mon[112123]: pgmap v20454: 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-07T16:08:36.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:36.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:36.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:08:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:36 smithi138 ceph-mon[117003]: pgmap v20454: 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-07T16:08:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:08:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:36 smithi161 ceph-mon[116604]: pgmap v20454: 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-07T16:08:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:08:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:08:36.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:08:38.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:38 smithi028 ceph-mon[112123]: pgmap v20455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:38 smithi138 ceph-mon[117003]: pgmap v20455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:38 smithi161 ceph-mon[116604]: pgmap v20455: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:39.271 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:39.272 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:39.272 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:40.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:40.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:40.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:40.053 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:40.054 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:40 smithi138 ceph-mon[117003]: pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:40 smithi161 ceph-mon[116604]: pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:40.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:40 smithi028 ceph-mon[112123]: pgmap v20456: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:41.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:41 smithi138 ceph-mon[117003]: from='client.549117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:41 smithi161 ceph-mon[116604]: from='client.549117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:41 smithi028 ceph-mon[112123]: from='client.549117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:42 smithi138 ceph-mon[117003]: pgmap v20457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:42 smithi161 ceph-mon[116604]: pgmap v20457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:42 smithi028 ceph-mon[112123]: pgmap v20457: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:44 smithi138 ceph-mon[117003]: pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:44 smithi161 ceph-mon[116604]: pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:44 smithi028 ceph-mon[112123]: pgmap v20458: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:08:45.055 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:45.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:45.055 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:45.825 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:45.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:45.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:45.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:45.825 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:46 smithi138 ceph-mon[117003]: 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-07T16:08:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:46 smithi161 ceph-mon[116604]: 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-07T16:08:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:46 smithi028 ceph-mon[112123]: 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-07T16:08:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:47 smithi138 ceph-mon[117003]: from='client.549189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:47 smithi161 ceph-mon[116604]: from='client.549189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:47 smithi028 ceph-mon[112123]: from='client.549189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:48 smithi138 ceph-mon[117003]: pgmap v20460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:48 smithi161 ceph-mon[116604]: pgmap v20460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:48 smithi028 ceph-mon[112123]: pgmap v20460: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:50 smithi138 ceph-mon[117003]: pgmap v20461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:50 smithi161 ceph-mon[116604]: pgmap v20461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:50 smithi028 ceph-mon[112123]: pgmap v20461: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:08:50.826 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:50.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:50.827 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:51.603 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:51.603 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:51.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:51.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:51.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:52 smithi138 ceph-mon[117003]: pgmap v20462: 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-07T16:08:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:52 smithi138 ceph-mon[117003]: from='client.549267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:52 smithi161 ceph-mon[116604]: pgmap v20462: 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-07T16:08:52.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:52 smithi161 ceph-mon[116604]: from='client.549267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:52 smithi028 ceph-mon[112123]: pgmap v20462: 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-07T16:08:52.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:52 smithi028 ceph-mon[112123]: from='client.549267 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:54 smithi138 ceph-mon[117003]: pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:54 smithi161 ceph-mon[116604]: pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:54.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:54 smithi028 ceph-mon[112123]: pgmap v20463: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:08:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:56 smithi138 ceph-mon[117003]: pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:56.604 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:08:56.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:08:56.605 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:08:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:56 smithi161 ceph-mon[116604]: pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:56 smithi028 ceph-mon[112123]: pgmap v20464: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:08:57.375 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:08:57.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:08:57.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:08:57.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:08:57.376 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:08:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:58 smithi138 ceph-mon[117003]: 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-07T16:08:58.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:08:58 smithi138 ceph-mon[117003]: from='client.549339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:58 smithi161 ceph-mon[116604]: 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-07T16:08:58.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:08:58 smithi161 ceph-mon[116604]: from='client.549339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:08:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:58 smithi028 ceph-mon[112123]: 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-07T16:08:58.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:08:58 smithi028 ceph-mon[112123]: from='client.549339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:00 smithi138 ceph-mon[117003]: pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:00 smithi161 ceph-mon[116604]: pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:00 smithi028 ceph-mon[112123]: pgmap v20466: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:02.377 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:02.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:02.377 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:02 smithi138 ceph-mon[117003]: pgmap v20467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:02 smithi161 ceph-mon[116604]: pgmap v20467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:02 smithi028 ceph-mon[112123]: pgmap v20467: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:03.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:03.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:03.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:03.172 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:03.172 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:04 smithi138 ceph-mon[117003]: 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-07T16:09:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:04 smithi138 ceph-mon[117003]: from='client.549411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:04 smithi161 ceph-mon[116604]: 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-07T16:09:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:04 smithi161 ceph-mon[116604]: from='client.549411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:04 smithi028 ceph-mon[112123]: 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-07T16:09:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:04 smithi028 ceph-mon[112123]: from='client.549411 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:06 smithi138 ceph-mon[117003]: pgmap v20469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:06 smithi161 ceph-mon[116604]: pgmap v20469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:06 smithi028 ceph-mon[112123]: pgmap v20469: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:08.174 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:08.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:08.174 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:08 smithi138 ceph-mon[117003]: pgmap v20470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:08 smithi161 ceph-mon[116604]: pgmap v20470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:08 smithi028 ceph-mon[112123]: pgmap v20470: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:08.954 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:08.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:08.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:08.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:08.954 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:10 smithi138 ceph-mon[117003]: 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-07T16:09:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:10 smithi138 ceph-mon[117003]: from='client.549489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:10 smithi161 ceph-mon[116604]: 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-07T16:09:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:10 smithi161 ceph-mon[116604]: from='client.549489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:10 smithi028 ceph-mon[112123]: 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-07T16:09:10.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:10 smithi028 ceph-mon[112123]: from='client.549489 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:12 smithi138 ceph-mon[117003]: 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-07T16:09:12.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:12 smithi161 ceph-mon[116604]: 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-07T16:09:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:12 smithi028 ceph-mon[112123]: 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-07T16:09:13.955 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:13.956 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:13.956 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:14.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:14 smithi138 ceph-mon[117003]: 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-07T16:09:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:14 smithi161 ceph-mon[116604]: 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-07T16:09:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:14 smithi028 ceph-mon[112123]: 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-07T16:09:14.724 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:14.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:14.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:14.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:14.724 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:15 smithi138 ceph-mon[117003]: from='client.549567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:15 smithi161 ceph-mon[116604]: from='client.549567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:15 smithi028 ceph-mon[112123]: from='client.549567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:16 smithi138 ceph-mon[117003]: 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-07T16:09:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:16 smithi161 ceph-mon[116604]: 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-07T16:09:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:16 smithi028 ceph-mon[112123]: 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-07T16:09:18.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:18 smithi138 ceph-mon[117003]: pgmap v20475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:18 smithi161 ceph-mon[116604]: pgmap v20475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:18 smithi028 ceph-mon[112123]: pgmap v20475: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:19.726 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:19.726 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:19.727 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:20.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:20.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:20.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:20.509 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:20.510 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:20.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:20 smithi138 ceph-mon[117003]: pgmap v20476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:20 smithi161 ceph-mon[116604]: pgmap v20476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:20 smithi028 ceph-mon[112123]: pgmap v20476: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:21 smithi138 ceph-mon[117003]: from='client.549645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:21 smithi161 ceph-mon[116604]: from='client.549645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:21.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:21 smithi028 ceph-mon[112123]: from='client.549645 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:22 smithi138 ceph-mon[117003]: pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:22 smithi161 ceph-mon[116604]: pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:22 smithi028 ceph-mon[112123]: pgmap v20477: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:24.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:24 smithi138 ceph-mon[117003]: pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:24 smithi161 ceph-mon[116604]: pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:24 smithi028 ceph-mon[112123]: pgmap v20478: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:25.511 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:25.511 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:25.511 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:26.285 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:26.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:26.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:26.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:26.285 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:26 smithi161 ceph-mon[116604]: 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-07T16:09:26.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:26 smithi028 ceph-mon[112123]: 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-07T16:09:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:26 smithi138 ceph-mon[117003]: 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-07T16:09:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:27 smithi161 ceph-mon[116604]: from='client.549723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:27 smithi028 ceph-mon[112123]: from='client.549723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:27.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:27 smithi138 ceph-mon[117003]: from='client.549723 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:28 smithi161 ceph-mon[116604]: pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:28 smithi028 ceph-mon[112123]: pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:28.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:28 smithi138 ceph-mon[117003]: pgmap v20480: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:30 smithi161 ceph-mon[116604]: pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:30.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:30 smithi028 ceph-mon[112123]: pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:30 smithi138 ceph-mon[117003]: pgmap v20481: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:31.287 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:31.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:31.287 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:32.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:32.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:32.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:32.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:32.061 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:32 smithi161 ceph-mon[116604]: pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:32 smithi028 ceph-mon[112123]: pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:32 smithi138 ceph-mon[117003]: pgmap v20482: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:33 smithi161 ceph-mon[116604]: from='client.549801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:33 smithi028 ceph-mon[112123]: from='client.549801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:33.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:33 smithi138 ceph-mon[117003]: from='client.549801 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:34 smithi161 ceph-mon[116604]: pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:34 smithi028 ceph-mon[112123]: pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:34.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:34 smithi138 ceph-mon[117003]: pgmap v20483: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:36.688 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:36 smithi161 ceph-mon[116604]: pgmap v20484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:36.716 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:36.716 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:36.716 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:36.716 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:36 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:09:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:36 smithi028 ceph-mon[112123]: pgmap v20484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:36.717 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:36 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:09:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:36 smithi138 ceph-mon[117003]: pgmap v20484: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:09:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:09:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:09:36.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:36 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:09:37.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:37.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:37.063 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:37.845 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:37.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:37.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:37.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:37.845 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:38 smithi161 ceph-mon[116604]: 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-07T16:09:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:38 smithi028 ceph-mon[112123]: 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-07T16:09:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:38 smithi138 ceph-mon[117003]: 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-07T16:09:39.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:39 smithi161 ceph-mon[116604]: from='client.549879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:39.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:39 smithi028 ceph-mon[112123]: from='client.549879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:39 smithi138 ceph-mon[117003]: from='client.549879 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:40 smithi161 ceph-mon[116604]: pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:40.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:40 smithi028 ceph-mon[112123]: pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:40 smithi138 ceph-mon[117003]: pgmap v20486: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:42.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:42 smithi161 ceph-mon[116604]: pgmap v20487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:42 smithi028 ceph-mon[112123]: pgmap v20487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:42 smithi138 ceph-mon[117003]: pgmap v20487: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:42.846 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:42.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:42.847 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:43.638 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:43.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:43.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:43.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:43.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:44 smithi161 ceph-mon[116604]: 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-07T16:09:44.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:44 smithi161 ceph-mon[116604]: from='client.549957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:44 smithi028 ceph-mon[112123]: 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-07T16:09:44.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:44 smithi028 ceph-mon[112123]: from='client.549957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:44 smithi138 ceph-mon[117003]: 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-07T16:09:44.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:44 smithi138 ceph-mon[117003]: from='client.549957 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:46 smithi161 ceph-mon[116604]: pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:46 smithi028 ceph-mon[112123]: pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:46 smithi138 ceph-mon[117003]: pgmap v20489: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:09:48.640 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:48.640 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:48.640 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:48 smithi161 ceph-mon[116604]: pgmap v20490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:48 smithi028 ceph-mon[112123]: pgmap v20490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:48.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:48 smithi138 ceph-mon[117003]: pgmap v20490: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:09:49.434 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:49.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:49.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:49.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:49.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:50 smithi161 ceph-mon[116604]: 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-07T16:09:50.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:50 smithi161 ceph-mon[116604]: from='client.550035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:50 smithi028 ceph-mon[112123]: 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-07T16:09:50.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:50 smithi028 ceph-mon[112123]: from='client.550035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:50.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:50 smithi138 ceph-mon[117003]: 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-07T16:09:50.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:50 smithi138 ceph-mon[117003]: from='client.550035 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:52 smithi161 ceph-mon[116604]: pgmap v20492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:09:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:52 smithi028 ceph-mon[112123]: pgmap v20492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:09:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:52 smithi138 ceph-mon[117003]: pgmap v20492: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:09:54.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:09:54.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:09:54.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:09:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:54 smithi161 ceph-mon[116604]: pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:09:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:54 smithi028 ceph-mon[112123]: pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:09:54.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:54 smithi138 ceph-mon[117003]: pgmap v20493: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:09:55.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:09:55.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:09:55.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:09:55.205 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:09:55.205 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:09:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:56 smithi161 ceph-mon[116604]: 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-07T16:09:56.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:56 smithi161 ceph-mon[116604]: from='client.550113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:56 smithi028 ceph-mon[112123]: 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-07T16:09:56.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:56 smithi028 ceph-mon[112123]: from='client.550113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:56.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:56 smithi138 ceph-mon[117003]: 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-07T16:09:56.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:56 smithi138 ceph-mon[117003]: from='client.550113 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:09:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:09:58 smithi161 ceph-mon[116604]: pgmap v20495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:09:58 smithi028 ceph-mon[112123]: pgmap v20495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:09:58.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:09:58 smithi138 ceph-mon[117003]: pgmap v20495: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:00.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:00.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:00.207 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:00 smithi161 ceph-mon[116604]: pgmap v20496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T16:10:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:00 smithi028 ceph-mon[112123]: pgmap v20496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:00.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T16:10:00.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:00 smithi138 ceph-mon[117003]: pgmap v20496: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:00.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T16:10:00.997 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:00.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:00.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:00.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:00.997 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:02 smithi161 ceph-mon[116604]: pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:02.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:02 smithi161 ceph-mon[116604]: from='client.550191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:02 smithi028 ceph-mon[112123]: pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:02 smithi028 ceph-mon[112123]: from='client.550191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:02 smithi138 ceph-mon[117003]: pgmap v20497: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:02 smithi138 ceph-mon[117003]: from='client.550191 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:04 smithi161 ceph-mon[116604]: pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:10:04.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:04 smithi028 ceph-mon[112123]: pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:10:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:04 smithi138 ceph-mon[117003]: pgmap v20498: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:10:05.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:05.999 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:06.000 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:06.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:06 smithi161 ceph-mon[116604]: pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:10:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:06 smithi028 ceph-mon[112123]: pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:10:06.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:06.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:06.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:06.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:06.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:06.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:06 smithi138 ceph-mon[117003]: pgmap v20499: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:10:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:07 smithi161 ceph-mon[116604]: from='client.550266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:07 smithi028 ceph-mon[112123]: from='client.550266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:07 smithi138 ceph-mon[117003]: from='client.550266 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:08 smithi161 ceph-mon[116604]: 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-07T16:10:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:08 smithi028 ceph-mon[112123]: 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-07T16:10:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:08 smithi138 ceph-mon[117003]: 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-07T16:10:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:10 smithi161 ceph-mon[116604]: pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:10 smithi028 ceph-mon[112123]: pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:10 smithi138 ceph-mon[117003]: pgmap v20501: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:11.767 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:11.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:11.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:12.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:12.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:12.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:12.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:12.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:12 smithi161 ceph-mon[116604]: pgmap v20502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:12 smithi028 ceph-mon[112123]: pgmap v20502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:12 smithi138 ceph-mon[117003]: pgmap v20502: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:13 smithi161 ceph-mon[116604]: from='client.550341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:13 smithi028 ceph-mon[112123]: from='client.550341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:13.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:13 smithi138 ceph-mon[117003]: from='client.550341 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:14 smithi161 ceph-mon[116604]: pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:14 smithi028 ceph-mon[112123]: pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:14 smithi138 ceph-mon[117003]: pgmap v20503: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:16 smithi161 ceph-mon[116604]: pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:16 smithi028 ceph-mon[112123]: pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:16.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:16 smithi138 ceph-mon[117003]: pgmap v20504: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:17.546 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:17.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:17.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:18.318 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:18.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:18.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:18.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:18.318 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:18 smithi161 ceph-mon[116604]: 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-07T16:10:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:18 smithi028 ceph-mon[112123]: 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-07T16:10:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:18 smithi138 ceph-mon[117003]: 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-07T16:10:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:19 smithi161 ceph-mon[116604]: from='client.550419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:19 smithi028 ceph-mon[112123]: from='client.550419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:19.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:19 smithi138 ceph-mon[117003]: from='client.550419 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:20 smithi161 ceph-mon[116604]: 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-07T16:10:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:20 smithi028 ceph-mon[112123]: 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-07T16:10:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:20 smithi138 ceph-mon[117003]: 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-07T16:10:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:22 smithi161 ceph-mon[116604]: 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-07T16:10:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:22 smithi028 ceph-mon[112123]: 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-07T16:10:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:22 smithi138 ceph-mon[117003]: 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-07T16:10:23.319 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:23.320 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:23.320 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:24.121 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:24.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:24.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:24.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:24.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:24 smithi161 ceph-mon[116604]: 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-07T16:10:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:24 smithi028 ceph-mon[112123]: 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-07T16:10:24.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:24 smithi138 ceph-mon[117003]: 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-07T16:10:25.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:25 smithi161 ceph-mon[116604]: from='client.550497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:25.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:25 smithi028 ceph-mon[112123]: from='client.550497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:25 smithi138 ceph-mon[117003]: from='client.550497 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:26 smithi161 ceph-mon[116604]: pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:26 smithi028 ceph-mon[112123]: pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:26 smithi138 ceph-mon[117003]: pgmap v20509: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:28 smithi161 ceph-mon[116604]: pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:28 smithi028 ceph-mon[112123]: pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:28.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:28 smithi138 ceph-mon[117003]: pgmap v20510: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:29.122 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:29.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:29.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:29.891 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:29.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:29.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:29.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:29.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:30 smithi161 ceph-mon[116604]: 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-07T16:10:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:30 smithi028 ceph-mon[112123]: 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-07T16:10:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:30 smithi138 ceph-mon[117003]: 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-07T16:10:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:31 smithi161 ceph-mon[116604]: from='client.550575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:31 smithi028 ceph-mon[112123]: from='client.550575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:31 smithi138 ceph-mon[117003]: from='client.550575 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:32 smithi161 ceph-mon[116604]: pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:32 smithi028 ceph-mon[112123]: pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:32 smithi138 ceph-mon[117003]: pgmap v20512: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:34.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:34 smithi161 ceph-mon[116604]: pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:34.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:34 smithi028 ceph-mon[112123]: pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:34 smithi138 ceph-mon[117003]: pgmap v20513: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:34.893 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:34.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:34.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:35.665 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:35.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:35.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:35.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:35.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:36.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:36 smithi161 ceph-mon[116604]: 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-07T16:10:36.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:36 smithi161 ceph-mon[116604]: from='client.550653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:36.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:36 smithi028 ceph-mon[112123]: 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-07T16:10:36.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:36 smithi028 ceph-mon[112123]: from='client.550653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:36 smithi138 ceph-mon[117003]: 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-07T16:10:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:36 smithi138 ceph-mon[117003]: from='client.550653 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:37.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:10:37.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:37.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:37.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:10:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:10:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:37.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:10:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:10:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:10:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:10:37.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:10:38.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:38 smithi161 ceph-mon[116604]: pgmap v20515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:38.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:38 smithi028 ceph-mon[112123]: pgmap v20515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:38 smithi138 ceph-mon[117003]: pgmap v20515: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:40.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:40 smithi161 ceph-mon[116604]: pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:40.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:40 smithi028 ceph-mon[112123]: pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:40 smithi138 ceph-mon[117003]: pgmap v20516: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:10:40.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:40.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:40.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:41.449 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:41.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:41.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:41.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:41.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:42.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:42 smithi161 ceph-mon[116604]: pgmap v20517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:42.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:42 smithi161 ceph-mon[116604]: from='client.550725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:42.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:42 smithi028 ceph-mon[112123]: pgmap v20517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:42.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:42 smithi028 ceph-mon[112123]: from='client.550725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:42 smithi138 ceph-mon[117003]: pgmap v20517: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:42 smithi138 ceph-mon[117003]: from='client.550725 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:44.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:44 smithi161 ceph-mon[116604]: 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-07T16:10:44.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:44 smithi028 ceph-mon[112123]: 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-07T16:10:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:44 smithi138 ceph-mon[117003]: 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-07T16:10:46.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:46 smithi161 ceph-mon[116604]: pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:46.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:46.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:46.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:46.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:46 smithi028 ceph-mon[112123]: pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:46 smithi138 ceph-mon[117003]: pgmap v20519: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:47.227 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:47.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:47.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:47.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:47.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:48.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:48 smithi161 ceph-mon[116604]: 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-07T16:10:48.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:48 smithi161 ceph-mon[116604]: from='client.550803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:48.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:48 smithi028 ceph-mon[112123]: 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-07T16:10:48.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:48 smithi028 ceph-mon[112123]: from='client.550803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:48 smithi138 ceph-mon[117003]: 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-07T16:10:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:48 smithi138 ceph-mon[117003]: from='client.550803 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:50.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:50 smithi161 ceph-mon[116604]: pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:50.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:50 smithi028 ceph-mon[112123]: pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:50 smithi138 ceph-mon[117003]: pgmap v20521: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:52.229 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:52.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:52.230 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:52.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:52 smithi161 ceph-mon[116604]: pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:52.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:52 smithi028 ceph-mon[112123]: pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:52 smithi138 ceph-mon[117003]: pgmap v20522: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:52.999 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:53.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:53.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:53.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:53.000 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:54.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:54 smithi161 ceph-mon[116604]: pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:54.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:54 smithi161 ceph-mon[116604]: from='client.550878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:54.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:54 smithi028 ceph-mon[112123]: pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:54.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:54 smithi028 ceph-mon[112123]: from='client.550878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:54 smithi138 ceph-mon[117003]: pgmap v20523: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:10:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:54 smithi138 ceph-mon[117003]: from='client.550878 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:56.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:56 smithi161 ceph-mon[116604]: pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:56.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:56 smithi028 ceph-mon[112123]: pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:56 smithi138 ceph-mon[117003]: pgmap v20524: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:10:58.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:10:58.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:10:58.002 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:10:58.437 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:58 smithi161 ceph-mon[116604]: 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-07T16:10:58.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:58 smithi028 ceph-mon[112123]: 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-07T16:10:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:58 smithi138 ceph-mon[117003]: 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-07T16:10:58.771 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:10:58.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:10:58.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:10:58.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:10:58.772 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:10:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:10:59 smithi161 ceph-mon[116604]: from='client.550950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:10:59 smithi028 ceph-mon[112123]: from='client.550950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:10:59.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:10:59 smithi138 ceph-mon[117003]: from='client.550950 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:00.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:00 smithi161 ceph-mon[116604]: 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-07T16:11:00.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:00 smithi028 ceph-mon[112123]: 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-07T16:11:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:00 smithi138 ceph-mon[117003]: 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-07T16:11:02.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:02 smithi161 ceph-mon[116604]: 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-07T16:11:02.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:02 smithi028 ceph-mon[112123]: 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-07T16:11:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:02 smithi138 ceph-mon[117003]: 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-07T16:11:03.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:03.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:03.774 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:04.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:04 smithi161 ceph-mon[116604]: 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-07T16:11:04.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:04 smithi028 ceph-mon[112123]: 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-07T16:11:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:04 smithi138 ceph-mon[117003]: 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-07T16:11:04.553 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:04.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:04.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:04.553 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:04.554 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:05.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:05 smithi161 ceph-mon[116604]: from='client.551025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:05.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:05 smithi028 ceph-mon[112123]: from='client.551025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:05.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:05 smithi138 ceph-mon[117003]: from='client.551025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:06.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:06 smithi161 ceph-mon[116604]: pgmap v20529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:11:06.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:06 smithi028 ceph-mon[112123]: pgmap v20529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:11:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:06 smithi138 ceph-mon[117003]: pgmap v20529: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:11:08.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:08 smithi161 ceph-mon[116604]: pgmap v20530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:11:08.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:08 smithi028 ceph-mon[112123]: pgmap v20530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:11:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:08 smithi138 ceph-mon[117003]: pgmap v20530: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:11:09.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:09.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:09.555 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:10.328 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:10.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:10.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:10.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:10.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:10.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:10 smithi161 ceph-mon[116604]: pgmap v20531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:11:10.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:10 smithi028 ceph-mon[112123]: pgmap v20531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:11:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:10 smithi138 ceph-mon[117003]: pgmap v20531: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:11:11.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:11 smithi161 ceph-mon[116604]: from='client.551103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:11.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:11 smithi028 ceph-mon[112123]: from='client.551103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:11.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:11 smithi138 ceph-mon[117003]: from='client.551103 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:12.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:12 smithi161 ceph-mon[116604]: pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:12.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:12 smithi028 ceph-mon[112123]: pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:12 smithi138 ceph-mon[117003]: pgmap v20532: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:14.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:14 smithi161 ceph-mon[116604]: pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:14.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:14 smithi028 ceph-mon[112123]: pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:14.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:14 smithi138 ceph-mon[117003]: pgmap v20533: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:15.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:15.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:15.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:16.097 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:16.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:16.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:16.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:16.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:16.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:16 smithi161 ceph-mon[116604]: 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-07T16:11:16.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:16 smithi028 ceph-mon[112123]: 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-07T16:11:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:16 smithi138 ceph-mon[117003]: 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-07T16:11:17.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:17 smithi028 ceph-mon[112123]: from='client.551175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:17.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:17 smithi138 ceph-mon[117003]: from='client.551175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:17 smithi161 ceph-mon[116604]: from='client.551175 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:18.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:18 smithi028 ceph-mon[112123]: pgmap v20535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:11:18.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:18 smithi138 ceph-mon[117003]: pgmap v20535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:11:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:18 smithi161 ceph-mon[116604]: pgmap v20535: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:11:20.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:20 smithi028 ceph-mon[112123]: pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:11:20.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:20 smithi138 ceph-mon[117003]: pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:11:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:20 smithi161 ceph-mon[116604]: pgmap v20536: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:11:21.098 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:21.098 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:21.099 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:21.880 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:21.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:21.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:21.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:21.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:22.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:22 smithi028 ceph-mon[112123]: pgmap v20537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:11:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:22 smithi138 ceph-mon[117003]: pgmap v20537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:11:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:22 smithi161 ceph-mon[116604]: pgmap v20537: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:11:23.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:23 smithi028 ceph-mon[112123]: from='client.551247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:23.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:23 smithi138 ceph-mon[117003]: from='client.551247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:23 smithi161 ceph-mon[116604]: from='client.551247 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:24.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:24 smithi028 ceph-mon[112123]: 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-07T16:11:24.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:24 smithi138 ceph-mon[117003]: 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-07T16:11:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:24 smithi161 ceph-mon[116604]: 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-07T16:11:26.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:26 smithi028 ceph-mon[112123]: pgmap v20539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:26.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:26 smithi138 ceph-mon[117003]: pgmap v20539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:26 smithi161 ceph-mon[116604]: pgmap v20539: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:26.882 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:26.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:26.882 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:27.650 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:27.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:27.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:27.650 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:27.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:28.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:28 smithi028 ceph-mon[112123]: 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-07T16:11:28.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:28 smithi028 ceph-mon[112123]: from='client.551325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:28 smithi138 ceph-mon[117003]: 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-07T16:11:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:28 smithi138 ceph-mon[117003]: from='client.551325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:28 smithi161 ceph-mon[116604]: 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-07T16:11:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:28 smithi161 ceph-mon[116604]: from='client.551325 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:30.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:30 smithi028 ceph-mon[112123]: pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:30 smithi138 ceph-mon[117003]: pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:30 smithi161 ceph-mon[116604]: pgmap v20541: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:32.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:32 smithi028 ceph-mon[112123]: pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:32 smithi138 ceph-mon[117003]: pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:32.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:32.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:32.652 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:32 smithi161 ceph-mon[116604]: pgmap v20542: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:33.427 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:33.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:33.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:33.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:33.428 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:34 smithi138 ceph-mon[117003]: pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:34 smithi138 ceph-mon[117003]: from='client.551394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:34 smithi161 ceph-mon[116604]: pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:34 smithi161 ceph-mon[116604]: from='client.551394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:34 smithi028 ceph-mon[112123]: pgmap v20543: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:34.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:34 smithi028 ceph-mon[112123]: from='client.551394 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:36 smithi138 ceph-mon[117003]: pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:36 smithi161 ceph-mon[116604]: pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:36 smithi028 ceph-mon[112123]: pgmap v20544: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:11:37.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:37 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:11:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:37 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:11:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:37 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:11:38.429 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:38.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:38.430 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:38 smithi138 ceph-mon[117003]: 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-07T16:11:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:11:38.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:11:38.539 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:11:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:38 smithi161 ceph-mon[116604]: 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-07T16:11:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:11:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:11:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:11:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:38 smithi028 ceph-mon[112123]: 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-07T16:11:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:11:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:11:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:11:39.207 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:39.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:39.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:39.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:39.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:40 smithi138 ceph-mon[117003]: 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-07T16:11:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:40 smithi138 ceph-mon[117003]: from='client.551469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:40 smithi161 ceph-mon[116604]: 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-07T16:11:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:40 smithi161 ceph-mon[116604]: from='client.551469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:40 smithi028 ceph-mon[112123]: 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-07T16:11:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:40 smithi028 ceph-mon[112123]: from='client.551469 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:42 smithi138 ceph-mon[117003]: pgmap v20547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:11:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:42 smithi161 ceph-mon[116604]: pgmap v20547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:11:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:42 smithi028 ceph-mon[112123]: pgmap v20547: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:11:44.209 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:44.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:44.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:44 smithi138 ceph-mon[117003]: pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:11:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:44 smithi161 ceph-mon[116604]: pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:11:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:44 smithi028 ceph-mon[112123]: pgmap v20548: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:11:44.979 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:44.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:44.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:44.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:44.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:46 smithi138 ceph-mon[117003]: 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-07T16:11:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:46 smithi138 ceph-mon[117003]: from='client.551544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:46 smithi161 ceph-mon[116604]: 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-07T16:11:46.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:46 smithi161 ceph-mon[116604]: from='client.551544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:46 smithi028 ceph-mon[112123]: 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-07T16:11:46.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:46 smithi028 ceph-mon[112123]: from='client.551544 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:48 smithi138 ceph-mon[117003]: pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:48 smithi161 ceph-mon[116604]: pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:48 smithi028 ceph-mon[112123]: pgmap v20550: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:49.981 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:49.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:49.981 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:50 smithi138 ceph-mon[117003]: pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:50 smithi161 ceph-mon[116604]: pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:50 smithi028 ceph-mon[112123]: pgmap v20551: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:11:50.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:50.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:50.764 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:50.765 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:50.765 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:51.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:51 smithi138 ceph-mon[117003]: from='client.551622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:51 smithi161 ceph-mon[116604]: from='client.551622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:51 smithi028 ceph-mon[112123]: from='client.551622 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:52 smithi138 ceph-mon[117003]: pgmap v20552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:52 smithi161 ceph-mon[116604]: pgmap v20552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:52 smithi028 ceph-mon[112123]: pgmap v20552: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:54 smithi138 ceph-mon[117003]: pgmap v20553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:11:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:54 smithi161 ceph-mon[116604]: pgmap v20553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:11:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:54 smithi028 ceph-mon[112123]: pgmap v20553: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:11:55.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:11:55.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:11:55.767 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:11:56.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:11:56.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:11:56.536 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:11:56.537 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:11:56.537 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:11:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:56 smithi138 ceph-mon[117003]: pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:11:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:56 smithi161 ceph-mon[116604]: pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:11:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:56 smithi028 ceph-mon[112123]: pgmap v20554: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:11:57.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:57 smithi138 ceph-mon[117003]: from='client.551694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:57 smithi161 ceph-mon[116604]: from='client.551694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:57 smithi028 ceph-mon[112123]: from='client.551694 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:11:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:11:58 smithi138 ceph-mon[117003]: pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:11:58 smithi161 ceph-mon[116604]: pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:11:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:11:58 smithi028 ceph-mon[112123]: pgmap v20555: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:00 smithi138 ceph-mon[117003]: 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-07T16:12:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:00 smithi161 ceph-mon[116604]: 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-07T16:12:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:00 smithi028 ceph-mon[112123]: 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-07T16:12:01.538 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:01.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:01.539 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:02.311 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:02.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:02.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:02.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:02.312 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:02 smithi138 ceph-mon[117003]: 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-07T16:12:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:02 smithi161 ceph-mon[116604]: 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-07T16:12:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:02 smithi028 ceph-mon[112123]: 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-07T16:12:03.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:03 smithi138 ceph-mon[117003]: from='client.551772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:03 smithi161 ceph-mon[116604]: from='client.551772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:03 smithi028 ceph-mon[112123]: from='client.551772 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:04 smithi138 ceph-mon[117003]: 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-07T16:12:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:04 smithi161 ceph-mon[116604]: 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-07T16:12:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:04 smithi028 ceph-mon[112123]: 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-07T16:12:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:06 smithi138 ceph-mon[117003]: pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:06 smithi161 ceph-mon[116604]: pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:06 smithi028 ceph-mon[112123]: pgmap v20559: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:07.313 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:07.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:07.313 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:08.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:08.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:08.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:08.108 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:08.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:08 smithi138 ceph-mon[117003]: 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-07T16:12:08.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:08 smithi161 ceph-mon[116604]: 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-07T16:12:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:08 smithi028 ceph-mon[112123]: 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-07T16:12:09.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:09 smithi138 ceph-mon[117003]: from='client.551847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:09 smithi161 ceph-mon[116604]: from='client.551847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:09.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:09 smithi028 ceph-mon[112123]: from='client.551847 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:10 smithi138 ceph-mon[117003]: pgmap v20561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:10 smithi161 ceph-mon[116604]: pgmap v20561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:10 smithi028 ceph-mon[112123]: pgmap v20561: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:12 smithi161 ceph-mon[116604]: pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:12 smithi028 ceph-mon[112123]: pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:12 smithi138 ceph-mon[117003]: pgmap v20562: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:13.110 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:13.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:13.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:13.884 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:13.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:13.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:13.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:13.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:14 smithi161 ceph-mon[116604]: pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:14 smithi028 ceph-mon[112123]: pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:14 smithi138 ceph-mon[117003]: pgmap v20563: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:15 smithi161 ceph-mon[116604]: from='client.551922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:15 smithi028 ceph-mon[112123]: from='client.551922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:15.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:15 smithi138 ceph-mon[117003]: from='client.551922 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:16 smithi161 ceph-mon[116604]: pgmap v20564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:16 smithi028 ceph-mon[112123]: pgmap v20564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:16.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:16 smithi138 ceph-mon[117003]: pgmap v20564: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:18 smithi161 ceph-mon[116604]: 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-07T16:12:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:18 smithi028 ceph-mon[112123]: 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-07T16:12:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:18 smithi138 ceph-mon[117003]: 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-07T16:12:18.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:18.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:18.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:19.664 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:19.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:19.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:19.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:19.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:20 smithi161 ceph-mon[116604]: 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-07T16:12:20.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:20 smithi161 ceph-mon[116604]: from='client.552000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:20 smithi028 ceph-mon[112123]: 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-07T16:12:20.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:20 smithi028 ceph-mon[112123]: from='client.552000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:20 smithi138 ceph-mon[117003]: 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-07T16:12:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:20 smithi138 ceph-mon[117003]: from='client.552000 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:22 smithi161 ceph-mon[116604]: pgmap v20567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:22 smithi028 ceph-mon[112123]: pgmap v20567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:22 smithi138 ceph-mon[117003]: pgmap v20567: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:24.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:24.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:24.667 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:24 smithi161 ceph-mon[116604]: pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:24 smithi028 ceph-mon[112123]: pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:24.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:24 smithi138 ceph-mon[117003]: pgmap v20568: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:25.433 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:25.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:25.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:25.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:25.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:26 smithi161 ceph-mon[116604]: 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-07T16:12:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:26 smithi161 ceph-mon[116604]: from='client.552072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:26 smithi028 ceph-mon[112123]: 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-07T16:12:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:26 smithi028 ceph-mon[112123]: from='client.552072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:26 smithi138 ceph-mon[117003]: 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-07T16:12:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:26 smithi138 ceph-mon[117003]: from='client.552072 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:28 smithi161 ceph-mon[116604]: pgmap v20570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:28 smithi028 ceph-mon[112123]: pgmap v20570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:28.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:28 smithi138 ceph-mon[117003]: pgmap v20570: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:30.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:30.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:30.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:30 smithi161 ceph-mon[116604]: pgmap v20571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:30 smithi028 ceph-mon[112123]: pgmap v20571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:30 smithi138 ceph-mon[117003]: pgmap v20571: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:12:31.206 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:31.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:31.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:31.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:31.206 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:32 smithi161 ceph-mon[116604]: pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:32 smithi161 ceph-mon[116604]: from='client.552147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:32 smithi028 ceph-mon[112123]: pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:32 smithi028 ceph-mon[112123]: from='client.552147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:32 smithi138 ceph-mon[117003]: pgmap v20572: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:32 smithi138 ceph-mon[117003]: from='client.552147 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:34 smithi161 ceph-mon[116604]: 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-07T16:12:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:34 smithi028 ceph-mon[112123]: 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-07T16:12:34.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:34 smithi138 ceph-mon[117003]: 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-07T16:12:36.207 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:36.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:36.208 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:36 smithi161 ceph-mon[116604]: pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:36 smithi028 ceph-mon[112123]: pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:36.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:36 smithi138 ceph-mon[117003]: pgmap v20574: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:36.989 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:36.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:36.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:36.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:36.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:38 smithi161 ceph-mon[116604]: pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:38 smithi161 ceph-mon[116604]: from='client.552225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:12:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:12:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:12:38.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:12:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:38 smithi028 ceph-mon[112123]: pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:38 smithi028 ceph-mon[112123]: from='client.552225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:12:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:12:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:12:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:12:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:38 smithi138 ceph-mon[117003]: pgmap v20575: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:38 smithi138 ceph-mon[117003]: from='client.552225 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:12:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:12:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:12:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:12:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:40 smithi161 ceph-mon[116604]: 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-07T16:12:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:40 smithi028 ceph-mon[112123]: 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-07T16:12:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:40 smithi138 ceph-mon[117003]: 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-07T16:12:41.990 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:41.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:41.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:42 smithi161 ceph-mon[116604]: pgmap v20577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:42 smithi028 ceph-mon[112123]: pgmap v20577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:42.773 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:42.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:42.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:42.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:42.773 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:42 smithi138 ceph-mon[117003]: pgmap v20577: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:43 smithi161 ceph-mon[116604]: from='client.552303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:43 smithi028 ceph-mon[112123]: from='client.552303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:43 smithi138 ceph-mon[117003]: from='client.552303 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:44 smithi161 ceph-mon[116604]: pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:44 smithi028 ceph-mon[112123]: pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:44 smithi138 ceph-mon[117003]: pgmap v20578: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:46 smithi161 ceph-mon[116604]: pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:46 smithi028 ceph-mon[112123]: pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:46 smithi138 ceph-mon[117003]: pgmap v20579: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:47.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:47.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:47.775 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:48.558 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:48.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:48.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:48.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:48.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:48 smithi161 ceph-mon[116604]: 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-07T16:12:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:48 smithi028 ceph-mon[112123]: 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-07T16:12:48.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:48 smithi138 ceph-mon[117003]: 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-07T16:12:49.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:49 smithi161 ceph-mon[116604]: from='client.552375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:49.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:49 smithi028 ceph-mon[112123]: from='client.552375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:49.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:49 smithi138 ceph-mon[117003]: from='client.552375 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:50 smithi161 ceph-mon[116604]: pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:50 smithi028 ceph-mon[112123]: pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:50.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:50 smithi138 ceph-mon[117003]: pgmap v20581: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:52 smithi161 ceph-mon[116604]: pgmap v20582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:52 smithi028 ceph-mon[112123]: pgmap v20582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:52 smithi138 ceph-mon[117003]: pgmap v20582: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:12:53.559 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:53.559 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:53.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:12:54.334 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:12:54.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:12:54.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:12:54.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:12:54.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:12:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:54 smithi161 ceph-mon[116604]: pgmap v20583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:54 smithi028 ceph-mon[112123]: pgmap v20583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:54.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:54 smithi138 ceph-mon[117003]: pgmap v20583: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:12:55.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:55 smithi161 ceph-mon[116604]: from='client.552453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:55.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:55 smithi028 ceph-mon[112123]: from='client.552453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:55.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:55 smithi138 ceph-mon[117003]: from='client.552453 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:12:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:56 smithi161 ceph-mon[116604]: pgmap v20584: 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-07T16:12:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:56 smithi028 ceph-mon[112123]: pgmap v20584: 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-07T16:12:56.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:56 smithi138 ceph-mon[117003]: pgmap v20584: 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-07T16:12:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:12:58 smithi161 ceph-mon[116604]: pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:12:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:12:58 smithi028 ceph-mon[112123]: pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:12:58.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:12:58 smithi138 ceph-mon[117003]: pgmap v20585: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:12:59.336 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:12:59.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:12:59.337 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:00.125 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:00.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:00.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:00.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:00.125 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:00 smithi161 ceph-mon[116604]: pgmap v20586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:13:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:00 smithi028 ceph-mon[112123]: pgmap v20586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:13:00.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:00 smithi138 ceph-mon[117003]: pgmap v20586: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:13:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:01 smithi161 ceph-mon[116604]: from='client.552531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:01 smithi028 ceph-mon[112123]: from='client.552531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:01.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:01 smithi138 ceph-mon[117003]: from='client.552531 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:02 smithi161 ceph-mon[116604]: pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:02 smithi028 ceph-mon[112123]: pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:02.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:02 smithi138 ceph-mon[117003]: pgmap v20587: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:04 smithi161 ceph-mon[116604]: pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:04 smithi028 ceph-mon[112123]: pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:04.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:04 smithi138 ceph-mon[117003]: pgmap v20588: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:05.127 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:05.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:05.127 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:05.906 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:05.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:05.906 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:05.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:05.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:06 smithi161 ceph-mon[116604]: 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-07T16:13:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:06 smithi028 ceph-mon[112123]: 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-07T16:13:06.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:06 smithi138 ceph-mon[117003]: 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-07T16:13:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:07 smithi161 ceph-mon[116604]: from='client.552606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:07 smithi028 ceph-mon[112123]: from='client.552606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:07.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:07 smithi138 ceph-mon[117003]: from='client.552606 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:08 smithi161 ceph-mon[116604]: pgmap v20590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:13:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:08 smithi028 ceph-mon[112123]: pgmap v20590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:13:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:08 smithi138 ceph-mon[117003]: pgmap v20590: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:13:10.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:10 smithi161 ceph-mon[116604]: pgmap v20591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:13:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:10 smithi028 ceph-mon[112123]: pgmap v20591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:13:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:10 smithi138 ceph-mon[117003]: pgmap v20591: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:13:10.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:10.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:10.908 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:11.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:11.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:11.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:11.675 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:11.675 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:12 smithi161 ceph-mon[116604]: pgmap v20592: 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-07T16:13:12.690 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:12 smithi161 ceph-mon[116604]: from='client.552684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:12 smithi028 ceph-mon[112123]: pgmap v20592: 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-07T16:13:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:12 smithi028 ceph-mon[112123]: from='client.552684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:12 smithi138 ceph-mon[117003]: pgmap v20592: 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-07T16:13:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:12 smithi138 ceph-mon[117003]: from='client.552684 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:14 smithi161 ceph-mon[116604]: 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-07T16:13:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:14 smithi028 ceph-mon[112123]: 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-07T16:13:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:14 smithi138 ceph-mon[117003]: 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-07T16:13:16.677 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:16.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:16.677 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:16 smithi161 ceph-mon[116604]: pgmap v20594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:16 smithi028 ceph-mon[112123]: pgmap v20594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:16.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:16 smithi138 ceph-mon[117003]: pgmap v20594: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:17.448 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:17.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:17.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:17.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:17.449 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:18 smithi161 ceph-mon[116604]: pgmap v20595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:18.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:18 smithi161 ceph-mon[116604]: from='client.552762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:18 smithi028 ceph-mon[112123]: pgmap v20595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:18 smithi028 ceph-mon[112123]: from='client.552762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:18 smithi138 ceph-mon[117003]: pgmap v20595: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:18 smithi138 ceph-mon[117003]: from='client.552762 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:20 smithi161 ceph-mon[116604]: 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-07T16:13:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:20 smithi028 ceph-mon[112123]: 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-07T16:13:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:20 smithi138 ceph-mon[117003]: 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-07T16:13:22.450 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:22.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:22.451 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:22 smithi161 ceph-mon[116604]: pgmap v20597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:22 smithi028 ceph-mon[112123]: pgmap v20597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:22 smithi138 ceph-mon[117003]: pgmap v20597: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:23.232 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:23.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:23.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:23.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:23.233 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:24 smithi161 ceph-mon[116604]: pgmap v20598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:24 smithi161 ceph-mon[116604]: from='client.552837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:24 smithi028 ceph-mon[112123]: pgmap v20598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:24 smithi028 ceph-mon[112123]: from='client.552837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:24.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:24 smithi138 ceph-mon[117003]: pgmap v20598: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:24.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:24 smithi138 ceph-mon[117003]: from='client.552837 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:26 smithi161 ceph-mon[116604]: pgmap v20599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:26 smithi028 ceph-mon[112123]: pgmap v20599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:26 smithi138 ceph-mon[117003]: pgmap v20599: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:28.234 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:28.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:28.235 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:28 smithi161 ceph-mon[116604]: 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-07T16:13:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:28 smithi028 ceph-mon[112123]: 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-07T16:13:28.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:28 smithi138 ceph-mon[117003]: 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-07T16:13:29.010 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:29.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:29.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:29.011 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:29.011 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:30 smithi161 ceph-mon[116604]: pgmap v20601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:30 smithi161 ceph-mon[116604]: from='client.552915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:30 smithi028 ceph-mon[112123]: pgmap v20601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:30 smithi028 ceph-mon[112123]: from='client.552915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:30 smithi138 ceph-mon[117003]: pgmap v20601: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:30 smithi138 ceph-mon[117003]: from='client.552915 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:32 smithi161 ceph-mon[116604]: pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:32 smithi028 ceph-mon[112123]: pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:32 smithi138 ceph-mon[117003]: pgmap v20602: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:34.012 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:34.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:34.013 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:34 smithi161 ceph-mon[116604]: pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:34 smithi028 ceph-mon[112123]: pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:34.778 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:34.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:34.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:34.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:34.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:34 smithi138 ceph-mon[117003]: pgmap v20603: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:35.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:35 smithi161 ceph-mon[116604]: from='client.552993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:35 smithi028 ceph-mon[112123]: from='client.552993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:35.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:35 smithi138 ceph-mon[117003]: from='client.552993 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:36 smithi161 ceph-mon[116604]: pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:36 smithi028 ceph-mon[112123]: pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:36.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:36 smithi138 ceph-mon[117003]: pgmap v20604: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:38 smithi028 ceph-mon[112123]: pgmap v20605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:38 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:13:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:38 smithi138 ceph-mon[117003]: pgmap v20605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:38 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:13:38.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:38 smithi161 ceph-mon[116604]: pgmap v20605: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:38.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:38 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:13:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:13:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:13:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:13:39.780 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:39.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:39.780 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:39.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:13:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:13:39.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:13:39.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:13:39.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:13:39.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:13:40.563 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:40.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:40.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:40.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:40.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:40 smithi028 ceph-mon[112123]: pgmap v20606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:40 smithi138 ceph-mon[117003]: pgmap v20606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:40.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:40 smithi161 ceph-mon[116604]: pgmap v20606: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:41 smithi028 ceph-mon[112123]: from='client.553065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:41 smithi138 ceph-mon[117003]: from='client.553065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:41.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:41 smithi161 ceph-mon[116604]: from='client.553065 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:42 smithi028 ceph-mon[112123]: pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:42 smithi138 ceph-mon[117003]: pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:42.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:42 smithi161 ceph-mon[116604]: pgmap v20607: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:44.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:44 smithi161 ceph-mon[116604]: pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:44.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:44 smithi028 ceph-mon[112123]: pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:44.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:44 smithi138 ceph-mon[117003]: pgmap v20608: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:13:45.564 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:45.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:45.565 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:46.333 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:46.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:46.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:46.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:46.334 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:46.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:46 smithi161 ceph-mon[116604]: 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-07T16:13:46.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:46 smithi028 ceph-mon[112123]: 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-07T16:13:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:46 smithi138 ceph-mon[117003]: 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-07T16:13:47.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:47 smithi161 ceph-mon[116604]: from='client.553143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:47.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:47 smithi028 ceph-mon[112123]: from='client.553143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:47.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:47 smithi138 ceph-mon[117003]: from='client.553143 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:48.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:48 smithi161 ceph-mon[116604]: pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:48.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:48 smithi028 ceph-mon[112123]: pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:48 smithi138 ceph-mon[117003]: pgmap v20610: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:50.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:50 smithi161 ceph-mon[116604]: 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-07T16:13:50.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:50 smithi028 ceph-mon[112123]: 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-07T16:13:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:50 smithi138 ceph-mon[117003]: 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-07T16:13:51.335 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:51.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:51.335 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:52.130 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:52.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:52.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:52.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:52.130 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:52.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:52 smithi161 ceph-mon[116604]: 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-07T16:13:52.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:52 smithi028 ceph-mon[112123]: 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-07T16:13:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:52 smithi138 ceph-mon[117003]: 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-07T16:13:53.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:53 smithi161 ceph-mon[116604]: from='client.553218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:53.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:53 smithi028 ceph-mon[112123]: from='client.553218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:53.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:53 smithi138 ceph-mon[117003]: from='client.553218 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:54.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:54 smithi161 ceph-mon[116604]: 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-07T16:13:54.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:54 smithi028 ceph-mon[112123]: 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-07T16:13:54.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:54 smithi138 ceph-mon[117003]: 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-07T16:13:56.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:56 smithi161 ceph-mon[116604]: pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:56.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:56 smithi028 ceph-mon[112123]: pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:56 smithi138 ceph-mon[117003]: pgmap v20614: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:13:57.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:13:57.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:13:57.133 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:13:57.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:13:57.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:13:57.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:13:57.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:13:57.916 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:13:58.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:58 smithi161 ceph-mon[116604]: pgmap v20615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:58.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:58 smithi028 ceph-mon[112123]: pgmap v20615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:58.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:58 smithi138 ceph-mon[117003]: pgmap v20615: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:13:59.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:13:59 smithi161 ceph-mon[116604]: from='client.553293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:59.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:13:59 smithi028 ceph-mon[112123]: from='client.553293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:13:59.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:13:59 smithi138 ceph-mon[117003]: from='client.553293 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:00.436 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:00 smithi161 ceph-mon[116604]: 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-07T16:14:00.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:00 smithi028 ceph-mon[112123]: 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-07T16:14:00.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:00 smithi138 ceph-mon[117003]: 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-07T16:14:02.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:02 smithi028 ceph-mon[112123]: pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:02 smithi138 ceph-mon[117003]: pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:02 smithi161 ceph-mon[116604]: pgmap v20617: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:02.917 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:02.917 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:02.917 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:03.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:03.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:03.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:03.692 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:03.693 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:04.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:04 smithi028 ceph-mon[112123]: pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:04.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:04 smithi028 ceph-mon[112123]: from='client.553371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:04.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:04 smithi138 ceph-mon[117003]: pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:04 smithi138 ceph-mon[117003]: from='client.553371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:04 smithi161 ceph-mon[116604]: pgmap v20618: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:04 smithi161 ceph-mon[116604]: from='client.553371 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:06.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:06 smithi028 ceph-mon[112123]: pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:06 smithi138 ceph-mon[117003]: pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:06 smithi161 ceph-mon[116604]: pgmap v20619: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:08.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:08 smithi028 ceph-mon[112123]: 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-07T16:14:08.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:08 smithi138 ceph-mon[117003]: 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-07T16:14:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:08 smithi161 ceph-mon[116604]: 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-07T16:14:08.694 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:08.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:08.694 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:09.473 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:09.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:09.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:09.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:09.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:10.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:10 smithi028 ceph-mon[112123]: pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:10.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:10 smithi028 ceph-mon[112123]: from='client.553446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:10.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:10 smithi138 ceph-mon[117003]: pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:10 smithi138 ceph-mon[117003]: from='client.553446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:10 smithi161 ceph-mon[116604]: pgmap v20621: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:10 smithi161 ceph-mon[116604]: from='client.553446 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:12.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:12 smithi028 ceph-mon[112123]: pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:14:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:12 smithi138 ceph-mon[117003]: pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:14:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:12 smithi161 ceph-mon[116604]: pgmap v20622: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:14:14.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:14 smithi028 ceph-mon[112123]: pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:14:14.475 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:14.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:14.475 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:14.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:14 smithi138 ceph-mon[117003]: pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:14:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:14 smithi161 ceph-mon[116604]: pgmap v20623: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:14:15.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:15.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:15.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:15.241 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:15.242 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:16.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:16 smithi028 ceph-mon[112123]: 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-07T16:14:16.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:16 smithi028 ceph-mon[112123]: from='client.553518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:16 smithi138 ceph-mon[117003]: 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-07T16:14:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:16 smithi138 ceph-mon[117003]: from='client.553518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:16 smithi161 ceph-mon[116604]: 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-07T16:14:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:16 smithi161 ceph-mon[116604]: from='client.553518 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:18.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:18 smithi028 ceph-mon[112123]: pgmap v20625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:18.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:18 smithi138 ceph-mon[117003]: pgmap v20625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:18 smithi161 ceph-mon[116604]: pgmap v20625: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:20.243 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:20.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:20.243 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:20.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:20 smithi028 ceph-mon[112123]: pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:20.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:20 smithi138 ceph-mon[117003]: pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:20 smithi161 ceph-mon[116604]: pgmap v20626: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:21.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:21.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:21.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:21.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:21.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:22 smithi138 ceph-mon[117003]: pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:22.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:22 smithi138 ceph-mon[117003]: from='client.553593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:22 smithi161 ceph-mon[116604]: pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:22 smithi161 ceph-mon[116604]: from='client.553593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:22 smithi028 ceph-mon[112123]: pgmap v20627: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:22 smithi028 ceph-mon[112123]: from='client.553593 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:24.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:24 smithi138 ceph-mon[117003]: pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:14:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:24 smithi161 ceph-mon[116604]: pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:14:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:24 smithi028 ceph-mon[112123]: pgmap v20628: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:14:26.026 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:26.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:26.026 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:26.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:26 smithi138 ceph-mon[117003]: pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:14:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:26 smithi161 ceph-mon[116604]: pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:14:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:26 smithi028 ceph-mon[112123]: pgmap v20629: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:14:26.807 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:26.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:26.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:26.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:26.807 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:27.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:27 smithi138 ceph-mon[117003]: from='client.553668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:27 smithi161 ceph-mon[116604]: from='client.553668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:27 smithi028 ceph-mon[112123]: from='client.553668 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:28 smithi138 ceph-mon[117003]: pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:28 smithi161 ceph-mon[116604]: pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:28 smithi028 ceph-mon[112123]: pgmap v20630: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:30 smithi138 ceph-mon[117003]: 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-07T16:14:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:30 smithi161 ceph-mon[116604]: 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-07T16:14:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:30 smithi028 ceph-mon[112123]: 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-07T16:14:31.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:31.809 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:31.809 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:32 smithi138 ceph-mon[117003]: 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-07T16:14:32.589 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:32.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:32.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:32.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:32.589 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:32 smithi161 ceph-mon[116604]: 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-07T16:14:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:32 smithi028 ceph-mon[112123]: 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-07T16:14:33.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:33 smithi138 ceph-mon[117003]: from='client.553746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:33.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:33 smithi161 ceph-mon[116604]: from='client.553746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:33.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:33 smithi028 ceph-mon[112123]: from='client.553746 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:34 smithi138 ceph-mon[117003]: 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-07T16:14:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:34 smithi161 ceph-mon[116604]: 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-07T16:14:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:34 smithi028 ceph-mon[112123]: 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-07T16:14:36.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:36 smithi138 ceph-mon[117003]: pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:36 smithi161 ceph-mon[116604]: pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:36 smithi028 ceph-mon[112123]: pgmap v20634: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:37.590 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:37.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:37.591 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:38.359 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:38.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:38.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:38.360 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:38.360 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:38.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:38 smithi138 ceph-mon[117003]: pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:38 smithi161 ceph-mon[116604]: pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:38.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:38 smithi028 ceph-mon[112123]: pgmap v20635: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:39 smithi138 ceph-mon[117003]: from='client.553821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:39.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:39 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:14:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:39 smithi161 ceph-mon[116604]: from='client.553821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:39.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:39 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:14:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:39 smithi028 ceph-mon[112123]: from='client.553821 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:39.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:39 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:14:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:40 smithi138 ceph-mon[117003]: 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-07T16:14:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:14:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:14:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:14:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:40 smithi161 ceph-mon[116604]: 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-07T16:14:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:14:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:14:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:14:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:40 smithi028 ceph-mon[112123]: 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-07T16:14:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:14:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:14:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:14:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:42 smithi138 ceph-mon[117003]: pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:42 smithi161 ceph-mon[116604]: pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:42 smithi028 ceph-mon[112123]: pgmap v20637: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:43.362 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:43.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:43.362 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:44.141 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:44.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:44.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:44.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:44.141 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:44.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:44 smithi138 ceph-mon[117003]: pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:44 smithi161 ceph-mon[116604]: pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:44 smithi028 ceph-mon[112123]: pgmap v20638: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:45.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:45 smithi138 ceph-mon[117003]: from='client.553896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:45 smithi161 ceph-mon[116604]: from='client.553896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:45 smithi028 ceph-mon[112123]: from='client.553896 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:46.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:46 smithi138 ceph-mon[117003]: pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:46 smithi161 ceph-mon[116604]: pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:46 smithi028 ceph-mon[112123]: pgmap v20639: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:14:48.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:48 smithi138 ceph-mon[117003]: 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-07T16:14:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:48 smithi161 ceph-mon[116604]: 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-07T16:14:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:48 smithi028 ceph-mon[112123]: 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-07T16:14:49.143 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:49.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:49.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:49.925 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:49.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:49.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:49.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:49.925 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:50.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:50 smithi138 ceph-mon[117003]: pgmap v20641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:50 smithi161 ceph-mon[116604]: pgmap v20641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:50 smithi028 ceph-mon[112123]: pgmap v20641: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:14:51.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:51 smithi138 ceph-mon[117003]: from='client.553974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:51 smithi161 ceph-mon[116604]: from='client.553974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:51 smithi028 ceph-mon[112123]: from='client.553974 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:52 smithi138 ceph-mon[117003]: 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-07T16:14:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:52 smithi161 ceph-mon[116604]: 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-07T16:14:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:52 smithi028 ceph-mon[112123]: 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-07T16:14:54.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:54 smithi138 ceph-mon[117003]: pgmap v20643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:54 smithi161 ceph-mon[116604]: pgmap v20643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:54 smithi028 ceph-mon[112123]: pgmap v20643: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:54.926 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:14:54.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:14:54.927 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:14:55.703 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:14:55.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:14:55.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:14:55.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:14:55.704 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:14:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:56 smithi138 ceph-mon[117003]: 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-07T16:14:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:56 smithi138 ceph-mon[117003]: from='client.554046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:56 smithi161 ceph-mon[116604]: 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-07T16:14:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:56 smithi161 ceph-mon[116604]: from='client.554046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:56 smithi028 ceph-mon[112123]: 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-07T16:14:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:56 smithi028 ceph-mon[112123]: from='client.554046 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:14:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:14:58 smithi138 ceph-mon[117003]: pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:14:58 smithi161 ceph-mon[116604]: pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:14:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:14:58 smithi028 ceph-mon[112123]: pgmap v20645: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:00.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:00 smithi138 ceph-mon[117003]: pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:00 smithi161 ceph-mon[116604]: pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:00.705 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:00.706 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:00.706 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:00 smithi028 ceph-mon[112123]: pgmap v20646: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:01.492 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:01.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:01.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:01.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:01.493 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:02 smithi138 ceph-mon[117003]: pgmap v20647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:02.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:02 smithi138 ceph-mon[117003]: from='client.554124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:02 smithi161 ceph-mon[116604]: pgmap v20647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:02 smithi161 ceph-mon[116604]: from='client.554124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:02 smithi028 ceph-mon[112123]: pgmap v20647: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:02 smithi028 ceph-mon[112123]: from='client.554124 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:04 smithi161 ceph-mon[116604]: 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-07T16:15:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:04 smithi028 ceph-mon[112123]: 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-07T16:15:04.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:04 smithi138 ceph-mon[117003]: 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-07T16:15:06.494 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:06.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:06.495 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:06 smithi161 ceph-mon[116604]: pgmap v20649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:06 smithi028 ceph-mon[112123]: pgmap v20649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:06.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:06 smithi138 ceph-mon[117003]: pgmap v20649: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:07.275 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:07.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:07.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:07.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:07.275 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:08 smithi161 ceph-mon[116604]: pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:08 smithi161 ceph-mon[116604]: from='client.554199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:08 smithi028 ceph-mon[112123]: pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:08.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:08 smithi028 ceph-mon[112123]: from='client.554199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:08.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:08 smithi138 ceph-mon[117003]: pgmap v20650: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:08.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:08 smithi138 ceph-mon[117003]: from='client.554199 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:10 smithi161 ceph-mon[116604]: 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-07T16:15:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:10 smithi028 ceph-mon[112123]: 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-07T16:15:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:10 smithi138 ceph-mon[117003]: 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-07T16:15:12.276 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:12.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:12.277 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:12 smithi161 ceph-mon[116604]: 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-07T16:15:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:12 smithi028 ceph-mon[112123]: 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-07T16:15:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:12 smithi138 ceph-mon[117003]: 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-07T16:15:13.059 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:13.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:13.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:13.059 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:13.060 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:14 smithi161 ceph-mon[116604]: 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-07T16:15:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:14 smithi161 ceph-mon[116604]: from='client.554274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:14 smithi028 ceph-mon[112123]: 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-07T16:15:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:14 smithi028 ceph-mon[112123]: from='client.554274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:14 smithi138 ceph-mon[117003]: 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-07T16:15:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:14 smithi138 ceph-mon[117003]: from='client.554274 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:16 smithi161 ceph-mon[116604]: pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:16 smithi028 ceph-mon[112123]: pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:16.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:16 smithi138 ceph-mon[117003]: pgmap v20654: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:18.061 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:18.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:18.061 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:18 smithi161 ceph-mon[116604]: pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:18 smithi028 ceph-mon[112123]: pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:18 smithi138 ceph-mon[117003]: pgmap v20655: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:18.852 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:18.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:18.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:18.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:18.853 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:19 smithi161 ceph-mon[116604]: from='client.554352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:19 smithi028 ceph-mon[112123]: from='client.554352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:19.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:19 smithi138 ceph-mon[117003]: from='client.554352 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:20 smithi161 ceph-mon[116604]: 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-07T16:15:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:20 smithi028 ceph-mon[112123]: 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-07T16:15:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:20 smithi138 ceph-mon[117003]: 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-07T16:15:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:22 smithi161 ceph-mon[116604]: pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:22 smithi028 ceph-mon[112123]: pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:22 smithi138 ceph-mon[117003]: pgmap v20657: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:23.854 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:23.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:23.855 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:24.638 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:24.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:24.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:24.638 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:24.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:24 smithi161 ceph-mon[116604]: pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:24 smithi028 ceph-mon[112123]: pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:24.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:24 smithi138 ceph-mon[117003]: pgmap v20658: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:25.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:25 smithi161 ceph-mon[116604]: from='client.554430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:25.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:25 smithi028 ceph-mon[112123]: from='client.554430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:25.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:25 smithi138 ceph-mon[117003]: from='client.554430 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:26 smithi161 ceph-mon[116604]: pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:15:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:26 smithi028 ceph-mon[112123]: pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:15:26.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:26 smithi138 ceph-mon[117003]: pgmap v20659: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:15:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:28 smithi161 ceph-mon[116604]: pgmap v20660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:15:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:28 smithi028 ceph-mon[112123]: pgmap v20660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:15:28.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:28 smithi138 ceph-mon[117003]: pgmap v20660: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:15:29.639 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:29.640 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:29.640 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:30.415 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:30.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:30.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:30.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:30.416 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:30 smithi161 ceph-mon[116604]: pgmap v20661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:15:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:30 smithi028 ceph-mon[112123]: pgmap v20661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:15:30.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:30 smithi138 ceph-mon[117003]: pgmap v20661: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:15:31.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:31 smithi161 ceph-mon[116604]: from='client.554508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:31.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:31 smithi028 ceph-mon[112123]: from='client.554508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:31.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:31 smithi138 ceph-mon[117003]: from='client.554508 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:32 smithi161 ceph-mon[116604]: 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-07T16:15:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:32 smithi028 ceph-mon[112123]: 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-07T16:15:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:32 smithi138 ceph-mon[117003]: 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-07T16:15:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:34 smithi161 ceph-mon[116604]: pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:34 smithi028 ceph-mon[112123]: pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:34 smithi138 ceph-mon[117003]: pgmap v20663: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:15:35.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:35.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:35.418 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:36.183 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:36.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:36.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:36.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:36.184 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:36 smithi161 ceph-mon[116604]: 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-07T16:15:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:36 smithi028 ceph-mon[112123]: 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-07T16:15:36.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:36 smithi138 ceph-mon[117003]: 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-07T16:15:37.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:37 smithi161 ceph-mon[116604]: from='client.554583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:37.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:37 smithi028 ceph-mon[112123]: from='client.554583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:37.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:37 smithi138 ceph-mon[117003]: from='client.554583 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:38 smithi161 ceph-mon[116604]: pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:15:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:38 smithi028 ceph-mon[112123]: pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:15:38.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:38 smithi138 ceph-mon[117003]: pgmap v20665: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:15:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:40 smithi161 ceph-mon[116604]: pgmap v20666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:15:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:15:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.687 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:40 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:40 smithi028 ceph-mon[112123]: pgmap v20666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:15:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:15:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:40 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:40 smithi138 ceph-mon[117003]: pgmap v20666: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:15:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:15:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:40 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:41.185 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:41.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:41.185 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:15:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:15:41.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:15:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:15:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:41.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:15:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:15:41.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:15:41.986 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:41.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:41.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:41.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:41.986 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:42 smithi161 ceph-mon[116604]: pgmap v20667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:15:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:42 smithi028 ceph-mon[112123]: pgmap v20667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:15:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:42 smithi138 ceph-mon[117003]: pgmap v20667: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:15:43.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:43 smithi161 ceph-mon[116604]: from='client.554658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:43.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:43 smithi028 ceph-mon[112123]: from='client.554658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:43 smithi138 ceph-mon[117003]: from='client.554658 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:44 smithi161 ceph-mon[116604]: 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-07T16:15:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:44 smithi028 ceph-mon[112123]: 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-07T16:15:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:44 smithi138 ceph-mon[117003]: 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-07T16:15:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:46 smithi161 ceph-mon[116604]: pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:46 smithi028 ceph-mon[112123]: pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:46 smithi138 ceph-mon[117003]: pgmap v20669: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:46.987 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:46.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:46.988 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:47.774 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:47.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:47.774 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:47.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:47.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:48 smithi161 ceph-mon[116604]: pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:48 smithi161 ceph-mon[116604]: from='client.554736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:48 smithi028 ceph-mon[112123]: pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:48 smithi028 ceph-mon[112123]: from='client.554736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:48 smithi138 ceph-mon[117003]: pgmap v20670: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:48 smithi138 ceph-mon[117003]: from='client.554736 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:50 smithi161 ceph-mon[116604]: 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-07T16:15:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:50 smithi028 ceph-mon[112123]: 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-07T16:15:50.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:50 smithi138 ceph-mon[117003]: 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-07T16:15:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:52 smithi161 ceph-mon[116604]: 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-07T16:15:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:52 smithi028 ceph-mon[112123]: 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-07T16:15:52.775 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:52.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:52.776 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:52.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:52 smithi138 ceph-mon[117003]: 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-07T16:15:53.562 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:53.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:53.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:53.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:53.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:15:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:54 smithi161 ceph-mon[116604]: 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-07T16:15:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:54 smithi161 ceph-mon[116604]: from='client.554814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:54 smithi028 ceph-mon[112123]: 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-07T16:15:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:54 smithi028 ceph-mon[112123]: from='client.554814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:54.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:54 smithi138 ceph-mon[117003]: 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-07T16:15:54.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:54 smithi138 ceph-mon[117003]: from='client.554814 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:15:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:56 smithi161 ceph-mon[116604]: pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:56 smithi028 ceph-mon[112123]: pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:56.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:56 smithi138 ceph-mon[117003]: pgmap v20674: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:15:58.563 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:15:58.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:15:58.564 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:15:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:15:58 smithi161 ceph-mon[116604]: pgmap v20675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:15:58 smithi028 ceph-mon[112123]: pgmap v20675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:58.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:15:58 smithi138 ceph-mon[117003]: pgmap v20675: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:15:59.338 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:15:59.338 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:15:59.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:15:59.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:15:59.339 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:00 smithi161 ceph-mon[116604]: 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-07T16:16:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:00 smithi161 ceph-mon[116604]: from='client.554889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:00 smithi028 ceph-mon[112123]: 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-07T16:16:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:00 smithi028 ceph-mon[112123]: from='client.554889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:00.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:00 smithi138 ceph-mon[117003]: 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-07T16:16:00.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:00 smithi138 ceph-mon[117003]: from='client.554889 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:02 smithi161 ceph-mon[116604]: pgmap v20677: 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-07T16:16:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:02 smithi028 ceph-mon[112123]: pgmap v20677: 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-07T16:16:02.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:02 smithi138 ceph-mon[117003]: pgmap v20677: 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-07T16:16:04.340 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:04.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:04.341 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:04 smithi161 ceph-mon[116604]: pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:16:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:04 smithi028 ceph-mon[112123]: pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:16:04.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:04 smithi138 ceph-mon[117003]: pgmap v20678: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:16:05.120 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:05.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:05.120 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:05.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:05.121 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:06 smithi161 ceph-mon[116604]: pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:06 smithi161 ceph-mon[116604]: from='client.554967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:06 smithi028 ceph-mon[112123]: pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:06 smithi028 ceph-mon[112123]: from='client.554967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:06.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:06 smithi138 ceph-mon[117003]: pgmap v20679: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:06.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:06 smithi138 ceph-mon[117003]: from='client.554967 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:08 smithi161 ceph-mon[116604]: pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:08 smithi028 ceph-mon[112123]: pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:08 smithi138 ceph-mon[117003]: pgmap v20680: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:10.123 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:10.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:10.123 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:10 smithi161 ceph-mon[116604]: 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-07T16:16:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:10 smithi028 ceph-mon[112123]: 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-07T16:16:10.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:10 smithi138 ceph-mon[117003]: 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-07T16:16:10.890 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:10.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:10.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:10.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:10.891 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:12 smithi161 ceph-mon[116604]: from='client.555045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:12 smithi161 ceph-mon[116604]: 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-07T16:16:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:12 smithi028 ceph-mon[112123]: from='client.555045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:12 smithi028 ceph-mon[112123]: 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-07T16:16:12.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:12 smithi138 ceph-mon[117003]: from='client.555045 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:12.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:12 smithi138 ceph-mon[117003]: 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-07T16:16:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:14 smithi161 ceph-mon[116604]: pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:16:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:14 smithi028 ceph-mon[112123]: pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:16:14.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:14 smithi138 ceph-mon[117003]: pgmap v20683: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 1 op/s 2023-12-07T16:16:15.892 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:15.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:15.893 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:16.664 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:16.664 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:16.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:16.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:16.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:16 smithi161 ceph-mon[116604]: pgmap v20684: 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-07T16:16:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:16 smithi028 ceph-mon[112123]: pgmap v20684: 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-07T16:16:16.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:16 smithi138 ceph-mon[117003]: pgmap v20684: 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-07T16:16:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:17 smithi161 ceph-mon[116604]: from='client.555117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:17.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:17 smithi028 ceph-mon[112123]: from='client.555117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:17.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:17 smithi138 ceph-mon[117003]: from='client.555117 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:18 smithi161 ceph-mon[116604]: pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:18 smithi028 ceph-mon[112123]: pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:18.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:18 smithi138 ceph-mon[117003]: pgmap v20685: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:20 smithi161 ceph-mon[116604]: 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-07T16:16:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:20 smithi028 ceph-mon[112123]: 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-07T16:16:20.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:20 smithi138 ceph-mon[117003]: 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-07T16:16:21.666 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:21.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:21.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:22.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:22.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:22.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:22.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:22.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:22 smithi161 ceph-mon[116604]: 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-07T16:16:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:22 smithi028 ceph-mon[112123]: 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-07T16:16:22.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:22 smithi138 ceph-mon[117003]: 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-07T16:16:23.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:23 smithi161 ceph-mon[116604]: from='client.555189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:23.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:23 smithi028 ceph-mon[112123]: from='client.555189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:23.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:23 smithi138 ceph-mon[117003]: from='client.555189 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:24 smithi161 ceph-mon[116604]: 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-07T16:16:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:24 smithi028 ceph-mon[112123]: 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-07T16:16:24.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:24 smithi138 ceph-mon[117003]: 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-07T16:16:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:26 smithi161 ceph-mon[116604]: pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:26 smithi028 ceph-mon[112123]: pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:26.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:26 smithi138 ceph-mon[117003]: pgmap v20689: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:27.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:27.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:27.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:28.208 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:28.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:28.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:28.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:28.208 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:28 smithi161 ceph-mon[116604]: pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:28 smithi028 ceph-mon[112123]: pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:28.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:28 smithi138 ceph-mon[117003]: pgmap v20690: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:29.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:29 smithi161 ceph-mon[116604]: from='client.555264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:29 smithi028 ceph-mon[112123]: from='client.555264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:29.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:29 smithi138 ceph-mon[117003]: from='client.555264 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:30 smithi161 ceph-mon[116604]: 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-07T16:16:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:30 smithi028 ceph-mon[112123]: 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-07T16:16:30.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:30 smithi138 ceph-mon[117003]: 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-07T16:16:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:32 smithi028 ceph-mon[112123]: 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-07T16:16:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:32 smithi138 ceph-mon[117003]: 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-07T16:16:32.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:32 smithi161 ceph-mon[116604]: 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-07T16:16:33.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:33.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:33.210 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:33.978 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:33.978 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:34 smithi028 ceph-mon[112123]: 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-07T16:16:34.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:34 smithi138 ceph-mon[117003]: 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-07T16:16:34.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:34 smithi161 ceph-mon[116604]: 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-07T16:16:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:35 smithi028 ceph-mon[112123]: from='client.555339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:35.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:35 smithi138 ceph-mon[117003]: from='client.555339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:35.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:35 smithi161 ceph-mon[116604]: from='client.555339 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:36 smithi028 ceph-mon[112123]: pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:36.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:36 smithi138 ceph-mon[117003]: pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:36.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:36 smithi161 ceph-mon[116604]: pgmap v20694: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:16:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:38 smithi028 ceph-mon[112123]: pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:38 smithi138 ceph-mon[117003]: pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:38.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:38 smithi161 ceph-mon[116604]: pgmap v20695: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:38.979 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:38.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:38.980 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:39.752 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:39.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:39.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:39.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:39.752 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:40 smithi028 ceph-mon[112123]: pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:40 smithi028 ceph-mon[112123]: from='client.555414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:40 smithi138 ceph-mon[117003]: pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:40.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:40 smithi138 ceph-mon[117003]: from='client.555414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:40.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:40 smithi161 ceph-mon[116604]: pgmap v20696: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:40.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:40 smithi161 ceph-mon[116604]: from='client.555414 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:41 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:16:41.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:41 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:16:41.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:41 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:16:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:42 smithi028 ceph-mon[112123]: 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-07T16:16:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:16:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:16:42.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:16:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:42 smithi138 ceph-mon[117003]: 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-07T16:16:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:16:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:16:42.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:16:42.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:42 smithi161 ceph-mon[116604]: 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-07T16:16:42.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:16:42.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:16:42.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:16:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:44 smithi028 ceph-mon[112123]: 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-07T16:16:44.754 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:44.754 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:44.754 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:44 smithi138 ceph-mon[117003]: 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-07T16:16:44.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:44 smithi161 ceph-mon[116604]: 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-07T16:16:45.525 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:45.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:45.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:45.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:45.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:46 smithi138 ceph-mon[117003]: pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:46 smithi138 ceph-mon[117003]: from='client.555492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:46.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:46 smithi161 ceph-mon[116604]: pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:46.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:46 smithi161 ceph-mon[116604]: from='client.555492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:46.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:46 smithi028 ceph-mon[112123]: pgmap v20699: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:46.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:46 smithi028 ceph-mon[112123]: from='client.555492 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:48.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:48 smithi138 ceph-mon[117003]: pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:48.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:48 smithi161 ceph-mon[116604]: pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:48.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:48 smithi028 ceph-mon[112123]: pgmap v20700: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:50.527 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:50.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:50.527 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:50.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:50 smithi138 ceph-mon[117003]: pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:50.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:50 smithi161 ceph-mon[116604]: pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:50.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:50 smithi028 ceph-mon[112123]: pgmap v20701: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:16:51.295 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:51.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:51.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:51.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:51.296 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:52 smithi138 ceph-mon[117003]: pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:52.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:52 smithi138 ceph-mon[117003]: from='client.555567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:52.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:52 smithi161 ceph-mon[116604]: pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:52.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:52 smithi161 ceph-mon[116604]: from='client.555567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:52.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:52 smithi028 ceph-mon[112123]: pgmap v20702: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:52.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:52 smithi028 ceph-mon[112123]: from='client.555567 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:54.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:54 smithi138 ceph-mon[117003]: 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-07T16:16:54.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:54 smithi161 ceph-mon[116604]: 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-07T16:16:54.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:54 smithi028 ceph-mon[112123]: 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-07T16:16:56.297 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:16:56.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:16:56.297 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:16:56.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:56 smithi138 ceph-mon[117003]: 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-07T16:16:56.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:56 smithi161 ceph-mon[116604]: 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-07T16:16:56.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:56 smithi028 ceph-mon[112123]: 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-07T16:16:57.077 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:16:57.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:16:57.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:16:57.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:16:57.078 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:16:57.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:57 smithi138 ceph-mon[117003]: pgmap v20705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:57.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:16:57 smithi138 ceph-mon[117003]: from='client.555636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:57.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:57 smithi161 ceph-mon[116604]: pgmap v20705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:57.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:16:57 smithi161 ceph-mon[116604]: from='client.555636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:16:57.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:57 smithi028 ceph-mon[112123]: pgmap v20705: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:16:57.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:16:57 smithi028 ceph-mon[112123]: from='client.555636 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:00.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:00 smithi028 ceph-mon[112123]: 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-07T16:17:00.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:00 smithi138 ceph-mon[117003]: 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-07T16:17:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:00 smithi161 ceph-mon[116604]: 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-07T16:17:02.079 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:02.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:02.080 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:02.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:02 smithi028 ceph-mon[112123]: 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-07T16:17:02.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:02 smithi138 ceph-mon[117003]: 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-07T16:17:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:02 smithi161 ceph-mon[116604]: 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-07T16:17:02.854 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:02.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:02.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:02.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:02.855 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:03.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:03 smithi028 ceph-mon[112123]: from='client.555711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:03.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:03 smithi138 ceph-mon[117003]: from='client.555711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:03.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:03 smithi161 ceph-mon[116604]: from='client.555711 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:04.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:04 smithi028 ceph-mon[112123]: 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-07T16:17:04.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:04 smithi138 ceph-mon[117003]: 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-07T16:17:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:04 smithi161 ceph-mon[116604]: 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-07T16:17:06.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:06 smithi138 ceph-mon[117003]: 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-07T16:17:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:06 smithi161 ceph-mon[116604]: 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-07T16:17:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:06 smithi028 ceph-mon[112123]: 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-07T16:17:07.856 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:07.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:07.856 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:08.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:08 smithi138 ceph-mon[117003]: 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-07T16:17:08.647 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:08.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:08.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:08.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:08.648 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:08 smithi161 ceph-mon[116604]: 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-07T16:17:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:08 smithi028 ceph-mon[112123]: 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-07T16:17:09.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:09 smithi138 ceph-mon[117003]: from='client.555789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:09.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:09 smithi161 ceph-mon[116604]: from='client.555789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:09.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:09 smithi028 ceph-mon[112123]: from='client.555789 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:10 smithi138 ceph-mon[117003]: 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-07T16:17:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:10 smithi161 ceph-mon[116604]: 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-07T16:17:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:10 smithi028 ceph-mon[112123]: 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-07T16:17:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:12 smithi138 ceph-mon[117003]: 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-07T16:17:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:12 smithi161 ceph-mon[116604]: 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-07T16:17:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:12 smithi028 ceph-mon[112123]: 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-07T16:17:13.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:13.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:13.650 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:14.432 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:14.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:14.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:14.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:14.432 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:14.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:14 smithi138 ceph-mon[117003]: 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-07T16:17:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:14 smithi161 ceph-mon[116604]: 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-07T16:17:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:14 smithi028 ceph-mon[112123]: 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-07T16:17:15.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:15 smithi138 ceph-mon[117003]: from='client.555867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:15.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:15 smithi161 ceph-mon[116604]: from='client.555867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:15.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:15 smithi028 ceph-mon[112123]: from='client.555867 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:16 smithi138 ceph-mon[117003]: 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-07T16:17:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:16 smithi161 ceph-mon[116604]: 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-07T16:17:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:16 smithi028 ceph-mon[112123]: 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-07T16:17:18.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:18 smithi138 ceph-mon[117003]: 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-07T16:17:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:18 smithi161 ceph-mon[116604]: 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-07T16:17:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:18 smithi028 ceph-mon[112123]: 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-07T16:17:19.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:19.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:19.434 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:20.212 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:20.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:20.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:20.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:20.213 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:20.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:20 smithi138 ceph-mon[117003]: 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-07T16:17:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:20 smithi161 ceph-mon[116604]: 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-07T16:17:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:20 smithi028 ceph-mon[112123]: 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-07T16:17:21.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:21 smithi138 ceph-mon[117003]: from='client.555942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:21 smithi161 ceph-mon[116604]: from='client.555942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:21 smithi028 ceph-mon[112123]: from='client.555942 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:22.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:22 smithi138 ceph-mon[117003]: 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-07T16:17:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:22 smithi161 ceph-mon[116604]: 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-07T16:17:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:22 smithi028 ceph-mon[112123]: 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-07T16:17:24.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:24 smithi138 ceph-mon[117003]: 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-07T16:17:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:24 smithi161 ceph-mon[116604]: 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-07T16:17:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:24 smithi028 ceph-mon[112123]: 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-07T16:17:25.214 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:25.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:25.214 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:25.988 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:25.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:25.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:25.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:25.989 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:26.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:26 smithi138 ceph-mon[117003]: 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-07T16:17:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:26 smithi161 ceph-mon[116604]: 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-07T16:17:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:26 smithi028 ceph-mon[112123]: 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-07T16:17:27.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:27 smithi138 ceph-mon[117003]: from='client.556017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:27 smithi161 ceph-mon[116604]: from='client.556017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:27 smithi028 ceph-mon[112123]: from='client.556017 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:28 smithi138 ceph-mon[117003]: 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-07T16:17:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:28 smithi161 ceph-mon[116604]: 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-07T16:17:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:28 smithi028 ceph-mon[112123]: 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-07T16:17:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:30 smithi138 ceph-mon[117003]: 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-07T16:17:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:30 smithi161 ceph-mon[116604]: 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-07T16:17:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:30 smithi028 ceph-mon[112123]: 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-07T16:17:30.991 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:30.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:30.991 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:31.785 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:31.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:31.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:31.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:31.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:32 smithi138 ceph-mon[117003]: 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-07T16:17:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:32 smithi138 ceph-mon[117003]: from='client.556089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:32 smithi161 ceph-mon[116604]: 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-07T16:17:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:32 smithi161 ceph-mon[116604]: from='client.556089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:32 smithi028 ceph-mon[112123]: 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-07T16:17:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:32 smithi028 ceph-mon[112123]: from='client.556089 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:34.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:34 smithi138 ceph-mon[117003]: 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-07T16:17:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:34 smithi161 ceph-mon[116604]: 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-07T16:17:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:34 smithi028 ceph-mon[112123]: 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-07T16:17:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:36 smithi138 ceph-mon[117003]: 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-07T16:17:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:36 smithi161 ceph-mon[116604]: 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-07T16:17:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:36 smithi028 ceph-mon[112123]: 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-07T16:17:36.786 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:36.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:36.787 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:37.561 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:37.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:37.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:37.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:37.561 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:38.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:38 smithi138 ceph-mon[117003]: 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-07T16:17:38.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:38 smithi138 ceph-mon[117003]: from='client.556167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:38 smithi161 ceph-mon[116604]: 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-07T16:17:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:38 smithi161 ceph-mon[116604]: from='client.556167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:38 smithi028 ceph-mon[112123]: 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-07T16:17:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:38 smithi028 ceph-mon[112123]: from='client.556167 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:40.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:40 smithi138 ceph-mon[117003]: 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-07T16:17:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:40 smithi161 ceph-mon[116604]: 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-07T16:17:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:40 smithi028 ceph-mon[112123]: 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-07T16:17:42.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:42 smithi138 ceph-mon[117003]: 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-07T16:17:42.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:42 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:17:42.562 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:42.562 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:42.563 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:42 smithi161 ceph-mon[116604]: 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-07T16:17:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:42 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:17:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:42 smithi028 ceph-mon[112123]: 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-07T16:17:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:42 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:17:43.364 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:43.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:43.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:43.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:43.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:17:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:17:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:17:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:17:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:17:43.789 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:43 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:17:43.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:17:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:17:43.937 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:43 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:17:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-07T16:17:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:17:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:17:43.963 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:43 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:17:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:44 smithi138 ceph-mon[117003]: 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-07T16:17:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:44 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi138 to 16822M 2023-12-07T16:17:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:44 smithi138 ceph-mon[117003]: from='client.556239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:44 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi161 to 20920M 2023-12-07T16:17:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:44 smithi138 ceph-mon[117003]: Adjusting osd_memory_target on smithi028 to 14494M 2023-12-07T16:17:44.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:44 smithi161 ceph-mon[116604]: 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-07T16:17:44.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:44 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi138 to 16822M 2023-12-07T16:17:44.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:44 smithi161 ceph-mon[116604]: from='client.556239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:44.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:44 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi161 to 20920M 2023-12-07T16:17:44.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:44 smithi161 ceph-mon[116604]: Adjusting osd_memory_target on smithi028 to 14494M 2023-12-07T16:17:44.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:44 smithi028 ceph-mon[112123]: 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-07T16:17:44.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:44 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi138 to 16822M 2023-12-07T16:17:44.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:44 smithi028 ceph-mon[112123]: from='client.556239 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:44.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:44 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi161 to 20920M 2023-12-07T16:17:44.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:44 smithi028 ceph-mon[112123]: Adjusting osd_memory_target on smithi028 to 14494M 2023-12-07T16:17:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:46 smithi138 ceph-mon[117003]: 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-07T16:17:46.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:46 smithi161 ceph-mon[116604]: 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-07T16:17:46.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:46 smithi028 ceph-mon[112123]: 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-07T16:17:47.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:47 smithi161 ceph-mon[116604]: 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-07T16:17:47.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:47 smithi028 ceph-mon[112123]: 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-07T16:17:48.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:47 smithi138 ceph-mon[117003]: 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-07T16:17:48.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:48.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:48.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:49.130 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:49.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:49.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:49.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:49.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:50.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:50 smithi028 ceph-mon[112123]: 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-07T16:17:50.462 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:50 smithi028 ceph-mon[112123]: from='client.556314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:50.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:50 smithi138 ceph-mon[117003]: 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-07T16:17:50.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:50 smithi138 ceph-mon[117003]: from='client.556314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:50 smithi161 ceph-mon[116604]: 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-07T16:17:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:50 smithi161 ceph-mon[116604]: from='client.556314 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:52.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:52 smithi138 ceph-mon[117003]: pgmap v20732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:17:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:52 smithi161 ceph-mon[116604]: pgmap v20732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:17:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:52 smithi028 ceph-mon[112123]: pgmap v20732: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:17:54.131 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:54.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:54.132 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:17:54.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:54 smithi138 ceph-mon[117003]: pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:17:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:54 smithi161 ceph-mon[116604]: pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:17:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:54 smithi028 ceph-mon[112123]: pgmap v20733: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:17:54.914 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:17:54.914 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:17:54.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:17:54.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:17:54.915 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:17:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:56 smithi138 ceph-mon[117003]: from='client.556386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:56.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:56 smithi138 ceph-mon[117003]: 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-07T16:17:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:56 smithi161 ceph-mon[116604]: from='client.556386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:56 smithi161 ceph-mon[116604]: 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-07T16:17:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:56 smithi028 ceph-mon[112123]: from='client.556386 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:17:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:56 smithi028 ceph-mon[112123]: 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-07T16:17:58.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:17:58 smithi138 ceph-mon[117003]: 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-07T16:17:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:17:58 smithi161 ceph-mon[116604]: 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-07T16:17:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:17:58 smithi028 ceph-mon[112123]: 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-07T16:17:59.916 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:17:59.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:17:59.916 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:00.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:00 smithi138 ceph-mon[117003]: 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-07T16:18:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:00 smithi161 ceph-mon[116604]: 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-07T16:18:00.686 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:00.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:00.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:00.686 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:00.687 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:00 smithi028 ceph-mon[112123]: 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-07T16:18:01.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:01 smithi138 ceph-mon[117003]: from='client.556458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:01.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:01 smithi161 ceph-mon[116604]: from='client.556458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:01.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:01 smithi028 ceph-mon[112123]: from='client.556458 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:02.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:02 smithi138 ceph-mon[117003]: 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-07T16:18:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:02 smithi161 ceph-mon[116604]: 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-07T16:18:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:02 smithi028 ceph-mon[112123]: 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-07T16:18:04.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:04 smithi138 ceph-mon[117003]: pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:18:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:04 smithi161 ceph-mon[116604]: pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:18:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:04 smithi028 ceph-mon[112123]: pgmap v20738: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:18:05.688 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:05.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:05.689 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:06.466 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:06.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:06.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:06.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:06.466 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:06 smithi138 ceph-mon[117003]: pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:18:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:06 smithi161 ceph-mon[116604]: pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:18:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:06 smithi028 ceph-mon[112123]: pgmap v20739: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:18:07.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:07 smithi138 ceph-mon[117003]: from='client.556533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:07.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:07 smithi161 ceph-mon[116604]: from='client.556533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:07.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:07 smithi028 ceph-mon[112123]: from='client.556533 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:08.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:08 smithi138 ceph-mon[117003]: 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-07T16:18:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:08 smithi161 ceph-mon[116604]: 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-07T16:18:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:08 smithi028 ceph-mon[112123]: 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-07T16:18:10.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:10 smithi138 ceph-mon[117003]: 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-07T16:18:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:10 smithi161 ceph-mon[116604]: 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-07T16:18:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:10 smithi028 ceph-mon[112123]: 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-07T16:18:11.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:11.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:11.468 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:12.236 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:12.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:12.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:12.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:12.236 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:12 smithi138 ceph-mon[117003]: 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-07T16:18:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:12 smithi161 ceph-mon[116604]: 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-07T16:18:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:12 smithi028 ceph-mon[112123]: 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-07T16:18:13.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:13 smithi138 ceph-mon[117003]: from='client.556611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:13.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:13 smithi161 ceph-mon[116604]: from='client.556611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:13.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:13 smithi028 ceph-mon[112123]: from='client.556611 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:14.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:14 smithi138 ceph-mon[117003]: 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-07T16:18:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:14 smithi161 ceph-mon[116604]: 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-07T16:18:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:14 smithi028 ceph-mon[112123]: 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-07T16:18:16.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:16 smithi138 ceph-mon[117003]: 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-07T16:18:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:16 smithi161 ceph-mon[116604]: 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-07T16:18:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:16 smithi028 ceph-mon[112123]: 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-07T16:18:17.237 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:17.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:17.238 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:18.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:18.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:18.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:18.024 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:18.024 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:18.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:18 smithi138 ceph-mon[117003]: 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-07T16:18:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:18 smithi161 ceph-mon[116604]: 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-07T16:18:18.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:18 smithi028 ceph-mon[112123]: 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-07T16:18:19.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:19 smithi138 ceph-mon[117003]: from='client.556686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:19.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:19 smithi161 ceph-mon[116604]: from='client.556686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:19.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:19 smithi028 ceph-mon[112123]: from='client.556686 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:20.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:20 smithi138 ceph-mon[117003]: 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-07T16:18:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:20 smithi161 ceph-mon[116604]: 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-07T16:18:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:20 smithi028 ceph-mon[112123]: 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-07T16:18:22.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:22 smithi138 ceph-mon[117003]: 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-07T16:18:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:22 smithi161 ceph-mon[116604]: 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-07T16:18:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:22 smithi028 ceph-mon[112123]: 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-07T16:18:23.025 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:23.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:23.025 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:23.808 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:23.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:23.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:23.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:23.809 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:24.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:24 smithi138 ceph-mon[117003]: 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-07T16:18:24.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:24 smithi138 ceph-mon[117003]: from='client.556758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:24 smithi161 ceph-mon[116604]: 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-07T16:18:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:24 smithi161 ceph-mon[116604]: from='client.556758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:24 smithi028 ceph-mon[112123]: 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-07T16:18:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:24 smithi028 ceph-mon[112123]: from='client.556758 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:26.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:26 smithi138 ceph-mon[117003]: 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-07T16:18:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:26 smithi161 ceph-mon[116604]: 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-07T16:18:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:26 smithi028 ceph-mon[112123]: 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-07T16:18:28.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:28 smithi138 ceph-mon[117003]: 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-07T16:18:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:28 smithi161 ceph-mon[116604]: 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-07T16:18:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:28 smithi028 ceph-mon[112123]: 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-07T16:18:28.810 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:28.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:28.810 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:29.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:29.594 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:29.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:29.595 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:29.595 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:30.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:30 smithi138 ceph-mon[117003]: 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-07T16:18:30.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:30 smithi138 ceph-mon[117003]: from='client.556833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:30 smithi161 ceph-mon[116604]: 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-07T16:18:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:30 smithi161 ceph-mon[116604]: from='client.556833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:30 smithi028 ceph-mon[112123]: 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-07T16:18:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:30 smithi028 ceph-mon[112123]: from='client.556833 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:32.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:32 smithi138 ceph-mon[117003]: pgmap v20752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:32 smithi161 ceph-mon[116604]: pgmap v20752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:32 smithi028 ceph-mon[112123]: pgmap v20752: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:34.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:34 smithi138 ceph-mon[117003]: pgmap v20753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:34.596 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:34.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:34.597 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:34 smithi161 ceph-mon[116604]: pgmap v20753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:34 smithi028 ceph-mon[112123]: pgmap v20753: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:18:35.384 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:35.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:35.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:35.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:35.385 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:36.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:36 smithi138 ceph-mon[117003]: 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-07T16:18:36.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:36 smithi138 ceph-mon[117003]: from='client.556908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:36 smithi161 ceph-mon[116604]: 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-07T16:18:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:36 smithi161 ceph-mon[116604]: from='client.556908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:36 smithi028 ceph-mon[112123]: 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-07T16:18:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:36 smithi028 ceph-mon[112123]: from='client.556908 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:38 smithi161 ceph-mon[116604]: 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-07T16:18:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:38 smithi028 ceph-mon[112123]: 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-07T16:18:38.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:38 smithi138 ceph-mon[117003]: 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-07T16:18:40.386 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:40.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:40.387 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:40 smithi161 ceph-mon[116604]: 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-07T16:18:40.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:40 smithi028 ceph-mon[112123]: 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-07T16:18:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:40 smithi138 ceph-mon[117003]: 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-07T16:18:41.164 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:41.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:41.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:41.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:41.165 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:42 smithi161 ceph-mon[116604]: 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-07T16:18:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:42 smithi161 ceph-mon[116604]: from='client.556986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:42 smithi028 ceph-mon[112123]: 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-07T16:18:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:42 smithi028 ceph-mon[112123]: from='client.556986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:42 smithi138 ceph-mon[117003]: 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-07T16:18:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:42 smithi138 ceph-mon[117003]: from='client.556986 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:44 smithi161 ceph-mon[116604]: pgmap v20758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:18:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:18:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:18:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:18:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:44 smithi028 ceph-mon[112123]: pgmap v20758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:18:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:18:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:18:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:18:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:44 smithi138 ceph-mon[117003]: pgmap v20758: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:18:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:18:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:18:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:18:44.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:18:46.167 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:46.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:46.167 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:46 smithi161 ceph-mon[116604]: pgmap v20759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:46 smithi028 ceph-mon[112123]: pgmap v20759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:46 smithi138 ceph-mon[117003]: pgmap v20759: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:18:46.956 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:46.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:46.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:46.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:46.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:48 smithi161 ceph-mon[116604]: from='client.557064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:48 smithi161 ceph-mon[116604]: 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-07T16:18:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:48 smithi028 ceph-mon[112123]: from='client.557064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:48 smithi028 ceph-mon[112123]: 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-07T16:18:48.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:48 smithi138 ceph-mon[117003]: from='client.557064 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:48.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:48 smithi138 ceph-mon[117003]: 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-07T16:18:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:50 smithi161 ceph-mon[116604]: 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-07T16:18:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:50 smithi028 ceph-mon[112123]: 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-07T16:18:50.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:50 smithi138 ceph-mon[117003]: 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-07T16:18:51.957 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:51.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:51.958 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:52 smithi161 ceph-mon[116604]: 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-07T16:18:52.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:52 smithi028 ceph-mon[112123]: 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-07T16:18:52.734 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:52.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:52.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:52.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:52.734 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:52.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:52 smithi138 ceph-mon[117003]: 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-07T16:18:53.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:53 smithi161 ceph-mon[116604]: from='client.557133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:53.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:53 smithi028 ceph-mon[112123]: from='client.557133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:53.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:53 smithi138 ceph-mon[117003]: from='client.557133 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:54 smithi161 ceph-mon[116604]: 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-07T16:18:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:54 smithi028 ceph-mon[112123]: 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-07T16:18:54.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:54 smithi138 ceph-mon[117003]: 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-07T16:18:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:56 smithi161 ceph-mon[116604]: 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-07T16:18:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:56 smithi028 ceph-mon[112123]: 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-07T16:18:56.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:56 smithi138 ceph-mon[117003]: 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-07T16:18:57.736 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:18:57.736 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:18:57.736 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:18:58.523 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:18:58.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:18:58.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:18:58.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:18:58.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:18:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:58 smithi161 ceph-mon[116604]: 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-07T16:18:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:58 smithi028 ceph-mon[112123]: 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-07T16:18:58.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:58 smithi138 ceph-mon[117003]: 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-07T16:18:59.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:18:59 smithi161 ceph-mon[116604]: from='client.557211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:59.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:18:59 smithi028 ceph-mon[112123]: from='client.557211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:18:59.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:18:59 smithi138 ceph-mon[117003]: from='client.557211 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:00 smithi161 ceph-mon[116604]: 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-07T16:19:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:00 smithi028 ceph-mon[112123]: 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-07T16:19:00.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:00 smithi138 ceph-mon[117003]: 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-07T16:19:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:02 smithi161 ceph-mon[116604]: 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-07T16:19:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:02 smithi028 ceph-mon[112123]: 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-07T16:19:02.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:02 smithi138 ceph-mon[117003]: 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-07T16:19:03.525 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:03.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:03.525 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:04.297 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:04.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:04.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:04.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:04.298 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:04 smithi161 ceph-mon[116604]: 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-07T16:19:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:04 smithi028 ceph-mon[112123]: 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-07T16:19:04.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:04 smithi138 ceph-mon[117003]: 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-07T16:19:05.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:05 smithi161 ceph-mon[116604]: from='client.557283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:05.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:05 smithi028 ceph-mon[112123]: from='client.557283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:05.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:05 smithi138 ceph-mon[117003]: from='client.557283 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:06 smithi161 ceph-mon[116604]: pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:19:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:06 smithi028 ceph-mon[112123]: pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:19:06.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:06 smithi138 ceph-mon[117003]: pgmap v20769: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:19:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:08 smithi161 ceph-mon[116604]: pgmap v20770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:19:08.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:08 smithi028 ceph-mon[112123]: pgmap v20770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:19:08.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:08 smithi138 ceph-mon[117003]: pgmap v20770: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:19:09.299 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:09.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:09.299 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:10.067 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:10.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:10.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:10.067 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:10.068 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:10 smithi161 ceph-mon[116604]: pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:19:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:10 smithi028 ceph-mon[112123]: pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:19:10.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:10 smithi138 ceph-mon[117003]: pgmap v20771: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:19:11.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:11 smithi161 ceph-mon[116604]: from='client.557358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:11.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:11 smithi028 ceph-mon[112123]: from='client.557358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:11.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:11 smithi138 ceph-mon[117003]: from='client.557358 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:12 smithi161 ceph-mon[116604]: pgmap v20772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:12 smithi028 ceph-mon[112123]: pgmap v20772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:12.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:12 smithi138 ceph-mon[117003]: pgmap v20772: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:14.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:14 smithi161 ceph-mon[116604]: pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:14 smithi028 ceph-mon[112123]: pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:14.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:14 smithi138 ceph-mon[117003]: pgmap v20773: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:15.069 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:15.069 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:15.070 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:15.836 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:15.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:15.836 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:15.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:15.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:16 smithi161 ceph-mon[116604]: 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-07T16:19:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:16 smithi161 ceph-mon[116604]: from='client.557436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:16 smithi028 ceph-mon[112123]: 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-07T16:19:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:16 smithi028 ceph-mon[112123]: from='client.557436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:16.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:16 smithi138 ceph-mon[117003]: 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-07T16:19:16.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:16 smithi138 ceph-mon[117003]: from='client.557436 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:18 smithi161 ceph-mon[116604]: pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:19:18.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:18 smithi028 ceph-mon[112123]: pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:19:18.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:18 smithi138 ceph-mon[117003]: pgmap v20775: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:19:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:20 smithi161 ceph-mon[116604]: pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:19:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:20 smithi028 ceph-mon[112123]: pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:19:20.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:20 smithi138 ceph-mon[117003]: pgmap v20776: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:19:20.837 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:20.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:20.838 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:21.609 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:21.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:21.609 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:21.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:21.610 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:22 smithi161 ceph-mon[116604]: pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:19:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:22 smithi161 ceph-mon[116604]: from='client.557514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:22 smithi028 ceph-mon[112123]: pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:19:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:22 smithi028 ceph-mon[112123]: from='client.557514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:22.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:22 smithi138 ceph-mon[117003]: pgmap v20777: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:19:22.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:22 smithi138 ceph-mon[117003]: from='client.557514 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:24 smithi161 ceph-mon[116604]: pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:24.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:24 smithi028 ceph-mon[112123]: pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:24.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:24 smithi138 ceph-mon[117003]: pgmap v20778: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:26.611 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:26.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:26.611 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:26 smithi161 ceph-mon[116604]: pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:26 smithi028 ceph-mon[112123]: pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:26.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:26 smithi138 ceph-mon[117003]: pgmap v20779: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:19:27.381 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:27.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:27.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:27.381 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:27.382 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:28 smithi161 ceph-mon[116604]: 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-07T16:19:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:28 smithi161 ceph-mon[116604]: from='client.557589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:28 smithi028 ceph-mon[112123]: 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-07T16:19:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:28 smithi028 ceph-mon[112123]: from='client.557589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:28.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:28 smithi138 ceph-mon[117003]: 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-07T16:19:28.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:28 smithi138 ceph-mon[117003]: from='client.557589 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:30 smithi161 ceph-mon[116604]: 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-07T16:19:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:30 smithi028 ceph-mon[112123]: 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-07T16:19:30.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:30 smithi138 ceph-mon[117003]: 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-07T16:19:32.383 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:32.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:32.383 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:32 smithi161 ceph-mon[116604]: 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-07T16:19:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:32 smithi028 ceph-mon[112123]: 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-07T16:19:32.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:32 smithi138 ceph-mon[117003]: 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-07T16:19:33.155 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:33.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:33.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:33.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:33.156 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:34 smithi161 ceph-mon[116604]: 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-07T16:19:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:34 smithi161 ceph-mon[116604]: from='client.557664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:34 smithi028 ceph-mon[112123]: 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-07T16:19:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:34 smithi028 ceph-mon[112123]: from='client.557664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:34 smithi138 ceph-mon[117003]: 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-07T16:19:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:34 smithi138 ceph-mon[117003]: from='client.557664 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:36 smithi161 ceph-mon[116604]: 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-07T16:19:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:36 smithi028 ceph-mon[112123]: 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-07T16:19:36.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:36 smithi138 ceph-mon[117003]: 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-07T16:19:38.157 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:38.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:38.158 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:38.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:38 smithi161 ceph-mon[116604]: 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-07T16:19:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:38 smithi028 ceph-mon[112123]: 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-07T16:19:38.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:38 smithi138 ceph-mon[117003]: 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-07T16:19:38.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:38.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:38.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:38.938 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:38.938 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:40 smithi161 ceph-mon[116604]: from='client.557739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:40 smithi161 ceph-mon[116604]: 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-07T16:19:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:40 smithi028 ceph-mon[112123]: from='client.557739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:40.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:40 smithi028 ceph-mon[112123]: 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-07T16:19:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:40 smithi138 ceph-mon[117003]: from='client.557739 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:40 smithi138 ceph-mon[117003]: 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-07T16:19:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:42 smithi161 ceph-mon[116604]: 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-07T16:19:42.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:42 smithi028 ceph-mon[112123]: 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-07T16:19:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:42 smithi138 ceph-mon[117003]: 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-07T16:19:43.939 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:43.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:43.940 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:44 smithi161 ceph-mon[116604]: 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-07T16:19:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:44 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:19:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:44 smithi028 ceph-mon[112123]: 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-07T16:19:44.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:44 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:19:44.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:44.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:44.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:44.777 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:44.777 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:44 smithi138 ceph-mon[117003]: 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-07T16:19:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:44 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:19:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:45 smithi161 ceph-mon[116604]: from='client.557817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:19:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:19:45.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:19:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:45 smithi028 ceph-mon[112123]: from='client.557817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:19:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:19:45.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:19:45.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:45 smithi138 ceph-mon[117003]: from='client.557817 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:45.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:19:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:19:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:19:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:46 smithi161 ceph-mon[116604]: pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:46 smithi028 ceph-mon[112123]: pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:46 smithi138 ceph-mon[117003]: pgmap v20789: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:48 smithi161 ceph-mon[116604]: pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:48 smithi028 ceph-mon[112123]: pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:48.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:48 smithi138 ceph-mon[117003]: pgmap v20790: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:49.779 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:49.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:49.779 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:50.555 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:50.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:50.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:50.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:50.555 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:50 smithi161 ceph-mon[116604]: pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:50 smithi028 ceph-mon[112123]: pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:50.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:50 smithi138 ceph-mon[117003]: pgmap v20791: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:51.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:51 smithi161 ceph-mon[116604]: from='client.557892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:51.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:51 smithi028 ceph-mon[112123]: from='client.557892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:51.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:51 smithi138 ceph-mon[117003]: from='client.557892 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:52.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:52 smithi161 ceph-mon[116604]: pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:52.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:52 smithi028 ceph-mon[112123]: pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:52.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:52 smithi138 ceph-mon[117003]: pgmap v20792: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:54 smithi161 ceph-mon[116604]: pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:54 smithi028 ceph-mon[112123]: pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:54.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:54 smithi138 ceph-mon[117003]: pgmap v20793: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:19:55.556 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:19:55.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:19:55.557 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:19:56.331 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:19:56.331 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:19:56.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:19:56.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:19:56.332 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:19:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:56 smithi161 ceph-mon[116604]: 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-07T16:19:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:56 smithi028 ceph-mon[112123]: 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-07T16:19:56.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:56 smithi138 ceph-mon[117003]: 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-07T16:19:57.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:57 smithi161 ceph-mon[116604]: from='client.557970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:57.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:57 smithi028 ceph-mon[112123]: from='client.557970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:57.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:57 smithi138 ceph-mon[117003]: from='client.557970 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:19:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:19:58 smithi161 ceph-mon[116604]: pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:19:58 smithi028 ceph-mon[112123]: pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:19:58.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:19:58 smithi138 ceph-mon[117003]: pgmap v20795: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:00 smithi161 ceph-mon[116604]: pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:00 smithi161 ceph-mon[116604]: overall HEALTH_OK 2023-12-07T16:20:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:00 smithi028 ceph-mon[112123]: pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:00 smithi028 ceph-mon[112123]: overall HEALTH_OK 2023-12-07T16:20:00.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:00 smithi138 ceph-mon[117003]: pgmap v20796: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:00.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:00 smithi138 ceph-mon[117003]: overall HEALTH_OK 2023-12-07T16:20:01.333 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:01.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:01.333 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:02.108 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:02.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:02.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:02.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:02.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:02.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:02 smithi161 ceph-mon[116604]: pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:02 smithi028 ceph-mon[112123]: pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:02.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:02 smithi138 ceph-mon[117003]: pgmap v20797: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:03.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:03 smithi028 ceph-mon[112123]: from='client.558048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:03.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:03 smithi138 ceph-mon[117003]: from='client.558048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:03.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:03 smithi161 ceph-mon[116604]: from='client.558048 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:04 smithi028 ceph-mon[112123]: pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:04.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:04 smithi138 ceph-mon[117003]: pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:04.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:04 smithi161 ceph-mon[116604]: pgmap v20798: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:06 smithi028 ceph-mon[112123]: pgmap v20799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:06.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:06 smithi138 ceph-mon[117003]: pgmap v20799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:06.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:06 smithi161 ceph-mon[116604]: pgmap v20799: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:07.109 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:07.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:07.110 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:07.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:07.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:07.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:07.879 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:07.879 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:08 smithi028 ceph-mon[112123]: 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-07T16:20:08.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:08 smithi028 ceph-mon[112123]: from='client.558123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:08.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:08 smithi138 ceph-mon[117003]: 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-07T16:20:08.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:08 smithi138 ceph-mon[117003]: from='client.558123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:08.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:08 smithi161 ceph-mon[116604]: 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-07T16:20:08.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:08 smithi161 ceph-mon[116604]: from='client.558123 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:10 smithi028 ceph-mon[112123]: 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-07T16:20:10.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:10 smithi138 ceph-mon[117003]: 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-07T16:20:10.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:10 smithi161 ceph-mon[116604]: 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-07T16:20:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:12 smithi028 ceph-mon[112123]: 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-07T16:20:12.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:12 smithi138 ceph-mon[117003]: 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-07T16:20:12.880 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:12.880 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:12.881 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:12.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:12 smithi161 ceph-mon[116604]: 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-07T16:20:13.659 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:13.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:13.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:13.660 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:13.660 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:14 smithi028 ceph-mon[112123]: 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-07T16:20:14.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:14 smithi028 ceph-mon[112123]: from='client.558201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:14.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:14 smithi138 ceph-mon[117003]: 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-07T16:20:14.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:14 smithi138 ceph-mon[117003]: from='client.558201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:14.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:14 smithi161 ceph-mon[116604]: 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-07T16:20:14.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:14 smithi161 ceph-mon[116604]: from='client.558201 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:16 smithi028 ceph-mon[112123]: 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-07T16:20:16.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:16 smithi138 ceph-mon[117003]: 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-07T16:20:16.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:16 smithi161 ceph-mon[116604]: 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-07T16:20:18.661 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:18.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:18.662 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:18.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:18 smithi028 ceph-mon[112123]: 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-07T16:20:18.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:18 smithi138 ceph-mon[117003]: 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-07T16:20:18.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:18 smithi161 ceph-mon[116604]: 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-07T16:20:19.444 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:19.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:19.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:19.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:19.444 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:20.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:20 smithi138 ceph-mon[117003]: 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-07T16:20:20.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:20 smithi138 ceph-mon[117003]: from='client.558276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:20.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:20 smithi161 ceph-mon[116604]: 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-07T16:20:20.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:20 smithi161 ceph-mon[116604]: from='client.558276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:20.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:20 smithi028 ceph-mon[112123]: 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-07T16:20:20.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:20 smithi028 ceph-mon[112123]: from='client.558276 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:22.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:22 smithi138 ceph-mon[117003]: pgmap v20807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:20:22.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:22 smithi161 ceph-mon[116604]: pgmap v20807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:20:22.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:22 smithi028 ceph-mon[112123]: pgmap v20807: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:20:24.446 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:24.446 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:24.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:24.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:24 smithi138 ceph-mon[117003]: pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:20:24.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:24 smithi161 ceph-mon[116604]: pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:20:24.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:24 smithi028 ceph-mon[112123]: pgmap v20808: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:20:25.230 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:25.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:25.230 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:25.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:25.231 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:26.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:26 smithi138 ceph-mon[117003]: pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:26.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:26 smithi138 ceph-mon[117003]: from='client.558351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:26.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:26 smithi161 ceph-mon[116604]: pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:26.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:26 smithi161 ceph-mon[116604]: from='client.558351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:26.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:26 smithi028 ceph-mon[112123]: pgmap v20809: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:26.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:26 smithi028 ceph-mon[112123]: from='client.558351 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:28.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:28 smithi138 ceph-mon[117003]: pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:28.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:28 smithi161 ceph-mon[116604]: pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:28.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:28 smithi028 ceph-mon[112123]: pgmap v20810: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:30.232 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:30.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:30.232 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:30.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:30 smithi138 ceph-mon[117003]: pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:30.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:30 smithi161 ceph-mon[116604]: pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:30.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:30 smithi028 ceph-mon[112123]: pgmap v20811: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:20:31.001 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:31.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:31.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:31.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:31.002 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:32 smithi138 ceph-mon[117003]: 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-07T16:20:32.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:32 smithi138 ceph-mon[117003]: from='client.558426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:32.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:32 smithi161 ceph-mon[116604]: 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-07T16:20:32.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:32 smithi161 ceph-mon[116604]: from='client.558426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:32.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:32 smithi028 ceph-mon[112123]: 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-07T16:20:32.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:32 smithi028 ceph-mon[112123]: from='client.558426 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:34 smithi138 ceph-mon[117003]: pgmap v20813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:20:34.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:34 smithi161 ceph-mon[116604]: pgmap v20813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:20:34.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:34 smithi028 ceph-mon[112123]: pgmap v20813: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:20:36.003 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:36.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:36.003 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:36.783 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:36.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:36.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:36.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:36.783 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:36.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:36 smithi138 ceph-mon[117003]: pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:20:36.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:36 smithi161 ceph-mon[116604]: pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:20:36.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:36 smithi028 ceph-mon[112123]: pgmap v20814: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:20:37.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:37 smithi138 ceph-mon[117003]: from='client.558504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:37.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:37 smithi161 ceph-mon[116604]: from='client.558504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:37.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:37 smithi028 ceph-mon[112123]: from='client.558504 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:38.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:38 smithi138 ceph-mon[117003]: pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:38.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:38 smithi161 ceph-mon[116604]: pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:38.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:38 smithi028 ceph-mon[112123]: pgmap v20815: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:40 smithi138 ceph-mon[117003]: pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:40.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:40 smithi161 ceph-mon[116604]: pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:40.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:40 smithi028 ceph-mon[112123]: pgmap v20816: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:20:41.784 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:41.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:41.785 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:42.582 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:42.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:42.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:42.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:42.582 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:42 smithi138 ceph-mon[117003]: pgmap v20817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:42.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:42 smithi161 ceph-mon[116604]: pgmap v20817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:42.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:42 smithi028 ceph-mon[112123]: pgmap v20817: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:20:43.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:43 smithi138 ceph-mon[117003]: from='client.558582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:43.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:43 smithi161 ceph-mon[116604]: from='client.558582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:43.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:43 smithi028 ceph-mon[112123]: from='client.558582 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:44 smithi138 ceph-mon[117003]: 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-07T16:20:44.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:44 smithi161 ceph-mon[116604]: 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-07T16:20:44.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:44 smithi028 ceph-mon[112123]: 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-07T16:20:45.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:20:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:20:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:20:45.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:45 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:20:45.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:20:45.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:20:45.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:20:45.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:45 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:20:45.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:20:45.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:20:45.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:20:45.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:45 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:20:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:46 smithi138 ceph-mon[117003]: 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-07T16:20:46.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:46 smithi161 ceph-mon[116604]: 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-07T16:20:46.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:46 smithi028 ceph-mon[112123]: 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-07T16:20:47.584 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:47.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:47.585 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:48.364 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:48.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:48.364 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:48.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:48.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:48 smithi138 ceph-mon[117003]: 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-07T16:20:48.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:48 smithi161 ceph-mon[116604]: 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-07T16:20:48.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:48 smithi028 ceph-mon[112123]: 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-07T16:20:49.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:49 smithi138 ceph-mon[117003]: from='client.558660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:49.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:49 smithi161 ceph-mon[116604]: from='client.558660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:49.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:49 smithi028 ceph-mon[112123]: from='client.558660 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:50.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:50 smithi138 ceph-mon[117003]: 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-07T16:20:50.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:50 smithi161 ceph-mon[116604]: 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-07T16:20:50.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:50 smithi028 ceph-mon[112123]: 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-07T16:20:52.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:52 smithi138 ceph-mon[117003]: 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-07T16:20:52.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:52 smithi161 ceph-mon[116604]: 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-07T16:20:52.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:52 smithi028 ceph-mon[112123]: 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-07T16:20:53.365 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:53.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:53.366 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:54.132 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:54.132 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:54.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:54.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:54.133 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:20:54.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:54 smithi138 ceph-mon[117003]: 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-07T16:20:54.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:54 smithi161 ceph-mon[116604]: 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-07T16:20:54.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:54 smithi028 ceph-mon[112123]: 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-07T16:20:55.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:55 smithi138 ceph-mon[117003]: from='client.558732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:55.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:55 smithi161 ceph-mon[116604]: from='client.558732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:55.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:55 smithi028 ceph-mon[112123]: from='client.558732 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:20:56.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:56 smithi138 ceph-mon[117003]: pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:20:56.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:56 smithi161 ceph-mon[116604]: pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:20:56.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:56 smithi028 ceph-mon[112123]: pgmap v20824: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:20:57.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:20:57 smithi138 ceph-mon[117003]: pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:20:57.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:20:57 smithi161 ceph-mon[116604]: pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:20:57.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:20:57 smithi028 ceph-mon[112123]: pgmap v20825: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:20:59.134 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:20:59.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:20:59.134 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:20:59.902 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:20:59.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:20:59.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:20:59.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:20:59.902 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:00.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:00 smithi138 ceph-mon[117003]: pgmap v20826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:21:00.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:00 smithi138 ceph-mon[117003]: from='client.558807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:00 smithi161 ceph-mon[116604]: pgmap v20826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:21:00.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:00 smithi161 ceph-mon[116604]: from='client.558807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:00.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:00 smithi028 ceph-mon[112123]: pgmap v20826: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:21:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:00 smithi028 ceph-mon[112123]: from='client.558807 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:02.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:02 smithi138 ceph-mon[117003]: pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:02.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:02 smithi161 ceph-mon[116604]: pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:02 smithi028 ceph-mon[112123]: pgmap v20827: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:04.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:04 smithi138 ceph-mon[117003]: pgmap v20828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:04 smithi161 ceph-mon[116604]: pgmap v20828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:04.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:04 smithi028 ceph-mon[112123]: pgmap v20828: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:04.903 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:04.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:04.904 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:05.672 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:05.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:05.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:05.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:05.672 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:06.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:06 smithi138 ceph-mon[117003]: pgmap v20829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:06.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:06 smithi138 ceph-mon[117003]: from='client.558882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:06 smithi161 ceph-mon[116604]: pgmap v20829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:06 smithi161 ceph-mon[116604]: from='client.558882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:06 smithi028 ceph-mon[112123]: pgmap v20829: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:06 smithi028 ceph-mon[112123]: from='client.558882 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:08.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:08 smithi138 ceph-mon[117003]: pgmap v20830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:08.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:08 smithi161 ceph-mon[116604]: pgmap v20830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:08.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:08 smithi028 ceph-mon[112123]: pgmap v20830: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:10.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:10 smithi138 ceph-mon[117003]: pgmap v20831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:10.673 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:10.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:10.674 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:10.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:10 smithi161 ceph-mon[116604]: pgmap v20831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:10.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:10 smithi028 ceph-mon[112123]: pgmap v20831: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:21:11.445 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:11.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:11.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:11.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:11.445 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:12.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:12 smithi138 ceph-mon[117003]: pgmap v20832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:21:12.538 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:12 smithi138 ceph-mon[117003]: from='client.558960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:12 smithi161 ceph-mon[116604]: pgmap v20832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:21:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:12 smithi161 ceph-mon[116604]: from='client.558960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:12 smithi028 ceph-mon[112123]: pgmap v20832: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:21:12.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:12 smithi028 ceph-mon[112123]: from='client.558960 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:14.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:14 smithi138 ceph-mon[117003]: pgmap v20833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:14.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:14 smithi161 ceph-mon[116604]: pgmap v20833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:14.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:14 smithi028 ceph-mon[112123]: pgmap v20833: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:16.447 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:16.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:16.447 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:16.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:16 smithi138 ceph-mon[117003]: pgmap v20834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:16.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:16 smithi161 ceph-mon[116604]: pgmap v20834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:16.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:16 smithi028 ceph-mon[112123]: pgmap v20834: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:17.219 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:17.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:17.219 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:17.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:17.220 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:18.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:18 smithi138 ceph-mon[117003]: pgmap v20835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:18.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:18 smithi138 ceph-mon[117003]: from='client.559032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:18.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:18 smithi161 ceph-mon[116604]: pgmap v20835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:18 smithi161 ceph-mon[116604]: from='client.559032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:18.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:18 smithi028 ceph-mon[112123]: pgmap v20835: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:18.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:18 smithi028 ceph-mon[112123]: from='client.559032 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:20.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:20 smithi138 ceph-mon[117003]: pgmap v20836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:20 smithi161 ceph-mon[116604]: pgmap v20836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:20.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:20 smithi028 ceph-mon[112123]: pgmap v20836: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:22.221 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:22.221 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:22.222 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:22.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:22 smithi138 ceph-mon[117003]: pgmap v20837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:22.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:22 smithi161 ceph-mon[116604]: pgmap v20837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:22.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:22 smithi028 ceph-mon[112123]: pgmap v20837: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:22.995 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:22.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:22.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:22.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:22.995 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:24.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:24 smithi138 ceph-mon[117003]: from='client.559107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:24.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:24 smithi138 ceph-mon[117003]: 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-07T16:21:24.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:24 smithi161 ceph-mon[116604]: from='client.559107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:24.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:24 smithi161 ceph-mon[116604]: 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-07T16:21:24.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:24 smithi028 ceph-mon[112123]: from='client.559107 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:24 smithi028 ceph-mon[112123]: 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-07T16:21:26.537 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:26 smithi138 ceph-mon[117003]: 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-07T16:21:26.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:26 smithi161 ceph-mon[116604]: 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-07T16:21:26.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:26 smithi028 ceph-mon[112123]: 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-07T16:21:27.996 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:27.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:27.997 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:28.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:28 smithi161 ceph-mon[116604]: 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-07T16:21:28.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:28 smithi028 ceph-mon[112123]: 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-07T16:21:28.766 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:28.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:28.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:28.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:28.766 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:28.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:28 smithi138 ceph-mon[117003]: 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-07T16:21:29.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:29 smithi161 ceph-mon[116604]: from='client.559185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:29.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:29 smithi028 ceph-mon[112123]: from='client.559185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:29.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:29 smithi138 ceph-mon[117003]: from='client.559185 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:30 smithi161 ceph-mon[116604]: 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-07T16:21:30.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:30 smithi028 ceph-mon[112123]: 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-07T16:21:30.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:30 smithi138 ceph-mon[117003]: 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-07T16:21:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:32 smithi161 ceph-mon[116604]: 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-07T16:21:32.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:32 smithi028 ceph-mon[112123]: 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-07T16:21:32.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:32 smithi138 ceph-mon[117003]: 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-07T16:21:33.768 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:33.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:33.768 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:34.540 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:34.540 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:34.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:34.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:34.541 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:34 smithi161 ceph-mon[116604]: 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-07T16:21:34.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:34 smithi028 ceph-mon[112123]: 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-07T16:21:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:34 smithi138 ceph-mon[117003]: 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-07T16:21:35.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:35 smithi161 ceph-mon[116604]: from='client.559263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:35.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:35 smithi028 ceph-mon[112123]: from='client.559263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:35.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:35 smithi138 ceph-mon[117003]: from='client.559263 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:36 smithi161 ceph-mon[116604]: pgmap v20844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:36.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:36 smithi028 ceph-mon[112123]: pgmap v20844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:36.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:36 smithi138 ceph-mon[117003]: pgmap v20844: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:38.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:38 smithi161 ceph-mon[116604]: pgmap v20845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:38.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:38 smithi028 ceph-mon[112123]: pgmap v20845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:38.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:38 smithi138 ceph-mon[117003]: pgmap v20845: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:39.542 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:39.542 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:39.543 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:40.343 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:40.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:40.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:40.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:40.343 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:40.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:40 smithi161 ceph-mon[116604]: pgmap v20846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:40.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:40 smithi028 ceph-mon[112123]: pgmap v20846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:40 smithi138 ceph-mon[117003]: pgmap v20846: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:41.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:41 smithi161 ceph-mon[116604]: from='client.559338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:41.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:41 smithi028 ceph-mon[112123]: from='client.559338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:41.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:41 smithi138 ceph-mon[117003]: from='client.559338 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:42.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:42 smithi161 ceph-mon[116604]: pgmap v20847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:42.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:42 smithi028 ceph-mon[112123]: pgmap v20847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:42 smithi138 ceph-mon[117003]: pgmap v20847: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:44 smithi161 ceph-mon[116604]: pgmap v20848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:44.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:44 smithi028 ceph-mon[112123]: pgmap v20848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:44 smithi138 ceph-mon[117003]: pgmap v20848: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:21:45.344 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:45.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:45.345 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:46.193 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:46.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:46.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:46.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:46.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:46 smithi161 ceph-mon[116604]: pgmap v20849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:21:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:21:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:21:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:21:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:46 smithi028 ceph-mon[112123]: pgmap v20849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:21:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:21:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:21:46.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:21:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:46 smithi138 ceph-mon[117003]: pgmap v20849: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:21:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:21:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:21:46.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:21:47.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:47 smithi161 ceph-mon[116604]: from='client.559413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:47.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:47 smithi028 ceph-mon[112123]: from='client.559413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:47.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:47 smithi138 ceph-mon[117003]: from='client.559413 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:48.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:48 smithi161 ceph-mon[116604]: 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-07T16:21:48.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:48 smithi028 ceph-mon[112123]: 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-07T16:21:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:48 smithi138 ceph-mon[117003]: 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-07T16:21:50.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:50 smithi161 ceph-mon[116604]: 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-07T16:21:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:50 smithi028 ceph-mon[112123]: 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-07T16:21:50.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:50 smithi138 ceph-mon[117003]: 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-07T16:21:51.195 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:51.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:51.196 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:51.976 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:51.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:51.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:51.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:51.976 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:52.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:52 smithi161 ceph-mon[116604]: pgmap v20852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:52.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:52 smithi028 ceph-mon[112123]: pgmap v20852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:52.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:52 smithi138 ceph-mon[117003]: pgmap v20852: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:53.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:53 smithi161 ceph-mon[116604]: from='client.559488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:53.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:53 smithi028 ceph-mon[112123]: from='client.559488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:53.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:53 smithi138 ceph-mon[117003]: from='client.559488 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:54.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:54 smithi161 ceph-mon[116604]: pgmap v20853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:54 smithi028 ceph-mon[112123]: pgmap v20853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:54.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:54 smithi138 ceph-mon[117003]: pgmap v20853: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:56.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:56 smithi161 ceph-mon[116604]: pgmap v20854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:56 smithi028 ceph-mon[112123]: pgmap v20854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:56.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:56 smithi138 ceph-mon[117003]: pgmap v20854: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:21:56.977 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:21:56.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:21:56.978 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:21:57.775 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:21:57.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:21:57.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:21:57.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:21:57.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:21:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:58 smithi161 ceph-mon[116604]: pgmap v20855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:21:58 smithi161 ceph-mon[116604]: from='client.559566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:58 smithi028 ceph-mon[112123]: pgmap v20855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:21:58 smithi028 ceph-mon[112123]: from='client.559566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:21:58.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:58 smithi138 ceph-mon[117003]: pgmap v20855: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:21:58.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:21:58 smithi138 ceph-mon[117003]: from='client.559566 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:00.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:00 smithi161 ceph-mon[116604]: pgmap v20856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:00.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:00 smithi028 ceph-mon[112123]: pgmap v20856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:00.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:00 smithi138 ceph-mon[117003]: pgmap v20856: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:02.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:02 smithi161 ceph-mon[116604]: pgmap v20857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:02 smithi028 ceph-mon[112123]: pgmap v20857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:02.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:02.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:02.777 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:02.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:02 smithi138 ceph-mon[117003]: pgmap v20857: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:03.545 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:03.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:03.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:03.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:03.545 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:04 smithi161 ceph-mon[116604]: 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-07T16:22:04.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:04 smithi161 ceph-mon[116604]: from='client.559641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:04.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:04 smithi028 ceph-mon[112123]: 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-07T16:22:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:04 smithi028 ceph-mon[112123]: from='client.559641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:04.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:04 smithi138 ceph-mon[117003]: 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-07T16:22:04.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:04 smithi138 ceph-mon[117003]: from='client.559641 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:06 smithi161 ceph-mon[116604]: 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-07T16:22:06.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:06 smithi028 ceph-mon[112123]: 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-07T16:22:06.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:06 smithi138 ceph-mon[117003]: 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-07T16:22:08.547 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:08.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:08.547 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:08.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:08 smithi161 ceph-mon[116604]: 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-07T16:22:08.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:08 smithi028 ceph-mon[112123]: 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-07T16:22:08.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:08 smithi138 ceph-mon[117003]: 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-07T16:22:09.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:09.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:09.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:09.327 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:09.327 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:10 smithi161 ceph-mon[116604]: 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-07T16:22:10.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:10 smithi161 ceph-mon[116604]: from='client.559716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:10 smithi028 ceph-mon[112123]: 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-07T16:22:10.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:10 smithi028 ceph-mon[112123]: from='client.559716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:10.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:10 smithi138 ceph-mon[117003]: 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-07T16:22:10.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:10 smithi138 ceph-mon[117003]: from='client.559716 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:12.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:12 smithi161 ceph-mon[116604]: pgmap v20862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:22:12.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:12 smithi028 ceph-mon[112123]: pgmap v20862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:22:12.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:12 smithi138 ceph-mon[117003]: pgmap v20862: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:22:14.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:14.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:14.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:14.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:14 smithi161 ceph-mon[116604]: pgmap v20863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:22:14.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:14 smithi028 ceph-mon[112123]: pgmap v20863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:22:14.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:14 smithi138 ceph-mon[117003]: pgmap v20863: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:22:15.105 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:15.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:15.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:15.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:15.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:16 smithi161 ceph-mon[116604]: pgmap v20864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:16 smithi161 ceph-mon[116604]: from='client.559794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:16 smithi028 ceph-mon[112123]: pgmap v20864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:16.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:16 smithi028 ceph-mon[112123]: from='client.559794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:16.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:16 smithi138 ceph-mon[117003]: pgmap v20864: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:16.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:16 smithi138 ceph-mon[117003]: from='client.559794 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:18.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:18 smithi161 ceph-mon[116604]: pgmap v20865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:18.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:18 smithi028 ceph-mon[112123]: pgmap v20865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:18.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:18 smithi138 ceph-mon[117003]: pgmap v20865: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:20.107 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:20.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:20.108 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:20.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:20 smithi161 ceph-mon[116604]: pgmap v20866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:20.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:20 smithi028 ceph-mon[112123]: pgmap v20866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:20.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:20 smithi138 ceph-mon[117003]: pgmap v20866: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:20.904 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:20.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:20.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:20.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:20.905 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:21.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:21 smithi161 ceph-mon[116604]: from='client.559869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:21.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:21 smithi028 ceph-mon[112123]: from='client.559869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:21.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:21 smithi138 ceph-mon[117003]: from='client.559869 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:22.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:22 smithi161 ceph-mon[116604]: pgmap v20867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:22 smithi028 ceph-mon[112123]: pgmap v20867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:22.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:22 smithi138 ceph-mon[117003]: pgmap v20867: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:24 smithi161 ceph-mon[116604]: pgmap v20868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:22:24.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:24 smithi028 ceph-mon[112123]: pgmap v20868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:22:24.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:24 smithi138 ceph-mon[117003]: pgmap v20868: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:22:25.907 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:25.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:25.907 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:26.678 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:26.678 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:26.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:26.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:26.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:26.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:26 smithi161 ceph-mon[116604]: pgmap v20869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:22:26.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:26 smithi028 ceph-mon[112123]: pgmap v20869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:22:26.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:26 smithi138 ceph-mon[117003]: pgmap v20869: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:22:27.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:27 smithi161 ceph-mon[116604]: from='client.559947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:27.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:27 smithi028 ceph-mon[112123]: from='client.559947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:27.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:27 smithi138 ceph-mon[117003]: from='client.559947 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:28.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:28 smithi161 ceph-mon[116604]: 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-07T16:22:28.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:28 smithi028 ceph-mon[112123]: 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-07T16:22:28.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:28 smithi138 ceph-mon[117003]: 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-07T16:22:30.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:30 smithi161 ceph-mon[116604]: 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-07T16:22:30.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:30 smithi028 ceph-mon[112123]: 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-07T16:22:30.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:30 smithi138 ceph-mon[117003]: 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-07T16:22:31.679 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:31.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:31.680 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:32.451 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:32.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:32.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:32.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:32.451 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:32.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:32 smithi161 ceph-mon[116604]: pgmap v20872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:32.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:32 smithi028 ceph-mon[112123]: pgmap v20872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:32.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:32 smithi138 ceph-mon[117003]: pgmap v20872: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:33.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:33 smithi161 ceph-mon[116604]: from='client.560025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:33.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:33 smithi028 ceph-mon[112123]: from='client.560025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:33.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:33 smithi138 ceph-mon[117003]: from='client.560025 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:34 smithi161 ceph-mon[116604]: pgmap v20873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:34.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:34 smithi028 ceph-mon[112123]: pgmap v20873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:34 smithi138 ceph-mon[117003]: pgmap v20873: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:36.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:36 smithi161 ceph-mon[116604]: pgmap v20874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:36.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:36 smithi028 ceph-mon[112123]: pgmap v20874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:36.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:36 smithi138 ceph-mon[117003]: pgmap v20874: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:37.453 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:37.454 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:37.454 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:38.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:38.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:38.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:38.227 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:38.227 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:38.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:38 smithi161 ceph-mon[116604]: pgmap v20875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:38.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:38 smithi028 ceph-mon[112123]: pgmap v20875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:38.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:38 smithi138 ceph-mon[117003]: pgmap v20875: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:39.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:39 smithi161 ceph-mon[116604]: from='client.560100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:39.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:39 smithi028 ceph-mon[112123]: from='client.560100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:39.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:39 smithi138 ceph-mon[117003]: from='client.560100 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:40.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:40 smithi161 ceph-mon[116604]: pgmap v20876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:40.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:40 smithi028 ceph-mon[112123]: pgmap v20876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:40 smithi138 ceph-mon[117003]: pgmap v20876: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:42.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:42 smithi161 ceph-mon[116604]: pgmap v20877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:42.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:42 smithi028 ceph-mon[112123]: pgmap v20877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:42 smithi138 ceph-mon[117003]: pgmap v20877: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:22:43.228 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:43.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:43.229 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:44.004 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:44.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:44.004 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:44.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:44.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:44.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:44 smithi161 ceph-mon[116604]: 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-07T16:22:44.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:44 smithi028 ceph-mon[112123]: 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-07T16:22:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:44 smithi138 ceph-mon[117003]: 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-07T16:22:45.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:45 smithi161 ceph-mon[116604]: from='client.560178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:45.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:45 smithi028 ceph-mon[112123]: from='client.560178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:45.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:45 smithi138 ceph-mon[117003]: from='client.560178 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:46.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:46 smithi161 ceph-mon[116604]: 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-07T16:22:46.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:46 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:22:46.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:46 smithi028 ceph-mon[112123]: 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-07T16:22:46.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:46 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:22:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:46 smithi138 ceph-mon[117003]: 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-07T16:22:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:46 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:22:47.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:22:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:22:47.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:22:47.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:22:47.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:22:47.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:22:47.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:22:47.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:22:47.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:22:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:48 smithi028 ceph-mon[112123]: 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-07T16:22:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:48 smithi138 ceph-mon[117003]: 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-07T16:22:48.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:48 smithi161 ceph-mon[116604]: 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-07T16:22:49.005 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:49.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:49.006 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:49.776 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:49.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:49.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:49.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:49.776 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:50 smithi028 ceph-mon[112123]: 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-07T16:22:50.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:50 smithi028 ceph-mon[112123]: from='client.560256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:50.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:50 smithi138 ceph-mon[117003]: 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-07T16:22:50.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:50 smithi138 ceph-mon[117003]: from='client.560256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:50.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:50 smithi161 ceph-mon[116604]: 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-07T16:22:50.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:50 smithi161 ceph-mon[116604]: from='client.560256 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:52.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:52 smithi028 ceph-mon[112123]: pgmap v20882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:52.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:52 smithi138 ceph-mon[117003]: pgmap v20882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:52.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:52 smithi161 ceph-mon[116604]: pgmap v20882: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:54.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:54 smithi028 ceph-mon[112123]: pgmap v20883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:54.778 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:22:54.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:22:54.778 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:22:54.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:54 smithi138 ceph-mon[117003]: pgmap v20883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:54.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:54 smithi161 ceph-mon[116604]: pgmap v20883: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:55.543 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:22:55.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:22:55.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:22:55.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:22:55.543 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:22:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:56 smithi028 ceph-mon[112123]: pgmap v20884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:56.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:56 smithi028 ceph-mon[112123]: from='client.560331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:56.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:56 smithi138 ceph-mon[117003]: pgmap v20884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:56.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:56 smithi138 ceph-mon[117003]: from='client.560331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:56.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:56 smithi161 ceph-mon[116604]: pgmap v20884: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:22:56.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:56 smithi161 ceph-mon[116604]: from='client.560331 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:22:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:22:58 smithi028 ceph-mon[112123]: pgmap v20885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:58.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:22:58 smithi138 ceph-mon[117003]: pgmap v20885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:22:58.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:22:58 smithi161 ceph-mon[116604]: pgmap v20885: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:00.544 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:00.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:00.545 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:00.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:00 smithi028 ceph-mon[112123]: pgmap v20886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:00.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:00 smithi138 ceph-mon[117003]: pgmap v20886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:00.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:00 smithi161 ceph-mon[116604]: pgmap v20886: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:01.322 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:01.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:01.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:01.323 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:01.323 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:02 smithi028 ceph-mon[112123]: pgmap v20887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:02.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:02 smithi028 ceph-mon[112123]: from='client.560406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:02.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:02 smithi138 ceph-mon[117003]: pgmap v20887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:02.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:02 smithi138 ceph-mon[117003]: from='client.560406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:02.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:02 smithi161 ceph-mon[116604]: pgmap v20887: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:02.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:02 smithi161 ceph-mon[116604]: from='client.560406 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:04.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:04 smithi028 ceph-mon[112123]: pgmap v20888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:04.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:04 smithi138 ceph-mon[117003]: pgmap v20888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:04.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:04 smithi161 ceph-mon[116604]: pgmap v20888: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:06.324 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:06.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:06 smithi138 ceph-mon[117003]: pgmap v20889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:06.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:06 smithi161 ceph-mon[116604]: pgmap v20889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:06.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:06 smithi028 ceph-mon[112123]: pgmap v20889: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:07.104 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:07.105 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:08 smithi138 ceph-mon[117003]: pgmap v20890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:08.788 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:08 smithi138 ceph-mon[117003]: from='client.560478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:08.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:08 smithi161 ceph-mon[116604]: pgmap v20890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:08.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:08 smithi161 ceph-mon[116604]: from='client.560478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:08.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:08 smithi028 ceph-mon[112123]: pgmap v20890: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:08.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:08 smithi028 ceph-mon[112123]: from='client.560478 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:10.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:10 smithi138 ceph-mon[117003]: pgmap v20891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:10.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:10 smithi161 ceph-mon[116604]: pgmap v20891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:10.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:10 smithi028 ceph-mon[112123]: pgmap v20891: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:12.106 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:12.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:12.107 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:12.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:12 smithi138 ceph-mon[117003]: pgmap v20892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:12.889 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:12.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:12.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:12.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:12.889 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:12.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:12 smithi161 ceph-mon[116604]: pgmap v20892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:12.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:12 smithi028 ceph-mon[112123]: pgmap v20892: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:13.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:13 smithi138 ceph-mon[117003]: from='client.560556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:13.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:13 smithi161 ceph-mon[116604]: from='client.560556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:13.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:13 smithi028 ceph-mon[112123]: from='client.560556 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:14.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:14 smithi138 ceph-mon[117003]: pgmap v20893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:14.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:14 smithi161 ceph-mon[116604]: pgmap v20893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:14.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:14 smithi028 ceph-mon[112123]: pgmap v20893: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:16.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:16 smithi138 ceph-mon[117003]: pgmap v20894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:16.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:16 smithi161 ceph-mon[116604]: pgmap v20894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:16.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:16 smithi028 ceph-mon[112123]: pgmap v20894: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:17.890 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:17.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:17.891 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:18.693 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:18.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:18.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:18.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:18.693 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:18.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:18 smithi138 ceph-mon[117003]: pgmap v20895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:18.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:18 smithi161 ceph-mon[116604]: pgmap v20895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:18.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:18 smithi028 ceph-mon[112123]: pgmap v20895: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:19.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:19 smithi138 ceph-mon[117003]: from='client.560634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:19.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:19 smithi161 ceph-mon[116604]: from='client.560634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:19.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:19 smithi028 ceph-mon[112123]: from='client.560634 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:20.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:20 smithi138 ceph-mon[117003]: pgmap v20896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:20.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:20 smithi161 ceph-mon[116604]: pgmap v20896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:20.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:20 smithi028 ceph-mon[112123]: pgmap v20896: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:22.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:22 smithi138 ceph-mon[117003]: pgmap v20897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:22.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:22 smithi161 ceph-mon[116604]: pgmap v20897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:22.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:22 smithi028 ceph-mon[112123]: pgmap v20897: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:23.695 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:23.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:23.695 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:24.470 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:24.470 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:24.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:24.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:24.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:24.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:24 smithi138 ceph-mon[117003]: pgmap v20898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:24.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:24 smithi161 ceph-mon[116604]: pgmap v20898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:24.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:24 smithi028 ceph-mon[112123]: pgmap v20898: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:25.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:25 smithi138 ceph-mon[117003]: from='client.560709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:25.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:25 smithi161 ceph-mon[116604]: from='client.560709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:25.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:25 smithi028 ceph-mon[112123]: from='client.560709 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:26.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:26 smithi138 ceph-mon[117003]: pgmap v20899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:23:26.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:26 smithi161 ceph-mon[116604]: pgmap v20899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:23:26.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:26 smithi028 ceph-mon[112123]: pgmap v20899: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 2 op/s 2023-12-07T16:23:28.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:28 smithi138 ceph-mon[117003]: pgmap v20900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:23:28.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:28 smithi161 ceph-mon[116604]: pgmap v20900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:23:28.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:28 smithi028 ceph-mon[112123]: pgmap v20900: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:23:29.471 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:29.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:29.472 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:30.254 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:30.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:30.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:30.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:30.254 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:30.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:30 smithi138 ceph-mon[117003]: pgmap v20901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:23:30.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:30 smithi161 ceph-mon[116604]: pgmap v20901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:23:30.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:30 smithi028 ceph-mon[112123]: pgmap v20901: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 1 op/s 2023-12-07T16:23:31.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:31 smithi138 ceph-mon[117003]: from='client.560781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:31.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:31 smithi161 ceph-mon[116604]: from='client.560781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:31.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:31 smithi028 ceph-mon[112123]: from='client.560781 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:32.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:32 smithi138 ceph-mon[117003]: pgmap v20902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:32.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:32 smithi161 ceph-mon[116604]: pgmap v20902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:32.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:32 smithi028 ceph-mon[112123]: pgmap v20902: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:34 smithi138 ceph-mon[117003]: pgmap v20903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:34.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:34 smithi161 ceph-mon[116604]: pgmap v20903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:34.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:34 smithi028 ceph-mon[112123]: pgmap v20903: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:23:35.256 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:35.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:35.256 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:36.031 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:36.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:36.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:36.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:36.032 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:36.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:36 smithi138 ceph-mon[117003]: pgmap v20904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:36.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:36 smithi161 ceph-mon[116604]: pgmap v20904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:36.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:36 smithi028 ceph-mon[112123]: pgmap v20904: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:37.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:37 smithi138 ceph-mon[117003]: from='client.560856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:37.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:37 smithi161 ceph-mon[116604]: from='client.560856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:37.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:37 smithi028 ceph-mon[112123]: from='client.560856 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:38.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:38 smithi138 ceph-mon[117003]: pgmap v20905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:23:38.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:38 smithi161 ceph-mon[116604]: pgmap v20905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:23:38.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:38 smithi028 ceph-mon[112123]: pgmap v20905: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:23:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:40 smithi138 ceph-mon[117003]: pgmap v20906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:23:40.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:40 smithi161 ceph-mon[116604]: pgmap v20906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:23:40.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:40 smithi028 ceph-mon[112123]: pgmap v20906: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.9 KiB/s rd, 1 op/s 2023-12-07T16:23:41.033 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:41.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:41.033 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:41.815 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:41.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:41.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:41.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:41.816 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:42 smithi138 ceph-mon[117003]: pgmap v20907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:23:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:42 smithi138 ceph-mon[117003]: from='client.560934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:42.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:42 smithi161 ceph-mon[116604]: pgmap v20907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:23:42.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:42 smithi161 ceph-mon[116604]: from='client.560934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:42.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:42 smithi028 ceph-mon[112123]: pgmap v20907: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.9 KiB/s rd, 2 op/s 2023-12-07T16:23:42.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:42 smithi028 ceph-mon[112123]: from='client.560934 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:44 smithi138 ceph-mon[117003]: pgmap v20908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:44.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:44 smithi161 ceph-mon[116604]: pgmap v20908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:44.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:44 smithi028 ceph-mon[112123]: pgmap v20908: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:46.817 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:46.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:46.818 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:46.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:46 smithi161 ceph-mon[116604]: pgmap v20909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:46.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:46 smithi028 ceph-mon[112123]: pgmap v20909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:47.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:46 smithi138 ceph-mon[117003]: pgmap v20909: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:47.632 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:47.632 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:47.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:47.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:47.633 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:47.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:47 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:23:47.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:47 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:23:48.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:47 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:23:48.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:48 smithi161 ceph-mon[116604]: pgmap v20910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:48.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:48 smithi161 ceph-mon[116604]: from='client.561006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:48.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:23:48.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:23:48.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:23:48.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:48 smithi028 ceph-mon[112123]: pgmap v20910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:48.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:48 smithi028 ceph-mon[112123]: from='client.561006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:48.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:23:48.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:23:48.962 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:23:49.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:48 smithi138 ceph-mon[117003]: pgmap v20910: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:49.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:48 smithi138 ceph-mon[117003]: from='client.561006 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:49.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:23:49.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:23:49.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:23:50.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:50 smithi161 ceph-mon[116604]: pgmap v20911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:50.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:50 smithi028 ceph-mon[112123]: pgmap v20911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:51.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:50 smithi138 ceph-mon[117003]: pgmap v20911: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:52.634 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:52.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:52.634 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:52.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:52 smithi161 ceph-mon[116604]: pgmap v20912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:52.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:52 smithi028 ceph-mon[112123]: pgmap v20912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:53.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:52 smithi138 ceph-mon[117003]: pgmap v20912: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:53.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:53.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:53.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:53.415 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:53.415 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:54.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:54 smithi161 ceph-mon[116604]: pgmap v20913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:54.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:54 smithi161 ceph-mon[116604]: from='client.561078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:54.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:54 smithi028 ceph-mon[112123]: pgmap v20913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:54.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:54 smithi028 ceph-mon[112123]: from='client.561078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:55.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:54 smithi138 ceph-mon[117003]: pgmap v20913: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:55.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:54 smithi138 ceph-mon[117003]: from='client.561078 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:56.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:56 smithi161 ceph-mon[116604]: pgmap v20914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:56.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:56 smithi028 ceph-mon[112123]: pgmap v20914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:57.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:56 smithi138 ceph-mon[117003]: pgmap v20914: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:23:58.417 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:23:58.417 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:23:58.417 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:23:58.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:58 smithi161 ceph-mon[116604]: pgmap v20915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:58.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:58 smithi028 ceph-mon[112123]: pgmap v20915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:59.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:58 smithi138 ceph-mon[117003]: pgmap v20915: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:59.192 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:23:59.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:23:59.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:23:59.192 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:23:59.193 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:23:59.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:59 smithi161 ceph-mon[116604]: pgmap v20916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:59.936 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:23:59 smithi161 ceph-mon[116604]: from='client.561156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:23:59.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:59 smithi028 ceph-mon[112123]: pgmap v20916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:23:59.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:23:59 smithi028 ceph-mon[112123]: from='client.561156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:00.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:59 smithi138 ceph-mon[117003]: pgmap v20916: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:00.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:23:59 smithi138 ceph-mon[117003]: from='client.561156 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:01.961 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:01 smithi028 ceph-mon[112123]: pgmap v20917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:24:02.037 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:01 smithi138 ceph-mon[117003]: pgmap v20917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:24:02.185 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:01 smithi161 ceph-mon[116604]: pgmap v20917: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:24:04.194 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:04.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:04.194 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:04.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:04 smithi161 ceph-mon[116604]: pgmap v20918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:24:04.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:04 smithi028 ceph-mon[112123]: pgmap v20918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:24:04.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:04 smithi138 ceph-mon[117003]: pgmap v20918: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:24:04.967 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:04.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:04.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:04.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:04.968 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:06.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:06 smithi161 ceph-mon[116604]: from='client.561231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:06.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:06 smithi161 ceph-mon[116604]: pgmap v20919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:06.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:06 smithi028 ceph-mon[112123]: from='client.561231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:06.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:06 smithi028 ceph-mon[112123]: pgmap v20919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:06.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:06 smithi138 ceph-mon[117003]: from='client.561231 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:06.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:06 smithi138 ceph-mon[117003]: pgmap v20919: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:08.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:08 smithi161 ceph-mon[116604]: pgmap v20920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:08.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:08 smithi028 ceph-mon[112123]: pgmap v20920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:08.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:08 smithi138 ceph-mon[117003]: pgmap v20920: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:09.969 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:09.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:09.969 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:10.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:10 smithi161 ceph-mon[116604]: pgmap v20921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:10.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:10 smithi028 ceph-mon[112123]: pgmap v20921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:10.739 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:10.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:10.739 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:10.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:10.740 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:10.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:10 smithi138 ceph-mon[117003]: pgmap v20921: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:11.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:11 smithi161 ceph-mon[116604]: from='client.561306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:11.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:11 smithi028 ceph-mon[112123]: from='client.561306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:11.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:11 smithi138 ceph-mon[117003]: from='client.561306 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:12.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:12 smithi161 ceph-mon[116604]: pgmap v20922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:12.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:12 smithi028 ceph-mon[112123]: pgmap v20922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:12.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:12 smithi138 ceph-mon[117003]: pgmap v20922: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:14.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:14 smithi161 ceph-mon[116604]: pgmap v20923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:24:14.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:14 smithi028 ceph-mon[112123]: pgmap v20923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:24:14.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:14 smithi138 ceph-mon[117003]: pgmap v20923: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.2 KiB/s rd, 1 op/s 2023-12-07T16:24:15.741 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:15.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:15.741 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:16.522 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:16.522 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:16.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:16.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:16.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:16.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:16 smithi161 ceph-mon[116604]: pgmap v20924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:24:16.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:16 smithi028 ceph-mon[112123]: pgmap v20924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:24:16.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:16 smithi138 ceph-mon[117003]: pgmap v20924: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.2 KiB/s rd, 2 op/s 2023-12-07T16:24:17.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:17 smithi161 ceph-mon[116604]: from='client.561381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:17.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:17 smithi028 ceph-mon[112123]: from='client.561381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:17.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:17 smithi138 ceph-mon[117003]: from='client.561381 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:18.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:18 smithi161 ceph-mon[116604]: pgmap v20925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:18.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:18 smithi028 ceph-mon[112123]: pgmap v20925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:18.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:18 smithi138 ceph-mon[117003]: pgmap v20925: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:20.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:20 smithi161 ceph-mon[116604]: pgmap v20926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:20.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:20 smithi028 ceph-mon[112123]: pgmap v20926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:20.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:20 smithi138 ceph-mon[117003]: pgmap v20926: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:21.524 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:21.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:21.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:22.305 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:22.305 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:22.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:22.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:22.306 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:22.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:22 smithi161 ceph-mon[116604]: pgmap v20927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:22.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:22 smithi028 ceph-mon[112123]: pgmap v20927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:22.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:22 smithi138 ceph-mon[117003]: pgmap v20927: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:23.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:23 smithi161 ceph-mon[116604]: from='client.561459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:23.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:23 smithi028 ceph-mon[112123]: from='client.561459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:23.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:23 smithi138 ceph-mon[117003]: from='client.561459 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:24.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:24 smithi161 ceph-mon[116604]: pgmap v20928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:24.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:24 smithi028 ceph-mon[112123]: pgmap v20928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:24.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:24 smithi138 ceph-mon[117003]: pgmap v20928: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:26.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:26 smithi161 ceph-mon[116604]: pgmap v20929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:26.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:26 smithi028 ceph-mon[112123]: pgmap v20929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:26.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:26 smithi138 ceph-mon[117003]: pgmap v20929: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:27.307 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:27.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:27.308 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:28.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:28.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:28.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:28.085 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:28.085 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:28.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:28 smithi161 ceph-mon[116604]: pgmap v20930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:28.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:28 smithi028 ceph-mon[112123]: pgmap v20930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:28.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:28 smithi138 ceph-mon[117003]: pgmap v20930: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:29.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:29 smithi161 ceph-mon[116604]: from='client.561534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:29.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:29 smithi028 ceph-mon[112123]: from='client.561534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:29.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:29 smithi138 ceph-mon[117003]: from='client.561534 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:30.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:30 smithi161 ceph-mon[116604]: pgmap v20931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:30.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:30 smithi028 ceph-mon[112123]: pgmap v20931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:30.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:30 smithi138 ceph-mon[117003]: pgmap v20931: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:32.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:32 smithi161 ceph-mon[116604]: pgmap v20932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:32.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:32 smithi028 ceph-mon[112123]: pgmap v20932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:32.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:32 smithi138 ceph-mon[117003]: pgmap v20932: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:33.086 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:33.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:33.087 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:33.863 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:33.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:33.863 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:33.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:33.864 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:34.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:34 smithi161 ceph-mon[116604]: pgmap v20933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:34.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:34 smithi161 ceph-mon[116604]: from='client.561609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:34.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:34 smithi028 ceph-mon[112123]: pgmap v20933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:34.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:34 smithi028 ceph-mon[112123]: from='client.561609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:34 smithi138 ceph-mon[117003]: pgmap v20933: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:34 smithi138 ceph-mon[117003]: from='client.561609 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:36.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:36 smithi161 ceph-mon[116604]: pgmap v20934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:36.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:36 smithi028 ceph-mon[112123]: pgmap v20934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:36.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:36 smithi138 ceph-mon[117003]: pgmap v20934: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:38.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:38 smithi161 ceph-mon[116604]: pgmap v20935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:38 smithi028 ceph-mon[112123]: pgmap v20935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:38.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:38 smithi138 ceph-mon[117003]: pgmap v20935: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:38.865 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:38.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:38.865 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:39.649 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:39.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:39.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:39.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:39.649 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:40.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:40 smithi161 ceph-mon[116604]: pgmap v20936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:40.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:40 smithi161 ceph-mon[116604]: from='client.561687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:40.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:40 smithi028 ceph-mon[112123]: pgmap v20936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:40.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:40 smithi028 ceph-mon[112123]: from='client.561687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:40 smithi138 ceph-mon[117003]: pgmap v20936: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:40 smithi138 ceph-mon[117003]: from='client.561687 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:42.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:42 smithi161 ceph-mon[116604]: pgmap v20937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:42.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:42 smithi028 ceph-mon[112123]: pgmap v20937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:42 smithi138 ceph-mon[117003]: pgmap v20937: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:44.651 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:44.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:44.651 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:44.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:44 smithi161 ceph-mon[116604]: pgmap v20938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:44.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:44 smithi028 ceph-mon[112123]: pgmap v20938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:44.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:44 smithi138 ceph-mon[117003]: pgmap v20938: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:45.442 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:45.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:45.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:45.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:45.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:46.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:46 smithi161 ceph-mon[116604]: pgmap v20939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:46.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:46 smithi161 ceph-mon[116604]: from='client.561759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:46.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:46 smithi028 ceph-mon[112123]: pgmap v20939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:46.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:46 smithi028 ceph-mon[112123]: from='client.561759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:46 smithi138 ceph-mon[117003]: pgmap v20939: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:46.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:46 smithi138 ceph-mon[117003]: from='client.561759 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:48.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:48 smithi161 ceph-mon[116604]: pgmap v20940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:24:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:24:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:24:48.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:48 smithi161 ceph-mon[116604]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:24:48.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:48 smithi028 ceph-mon[112123]: pgmap v20940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:48.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:24:48.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:24:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:24:48.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:48 smithi028 ceph-mon[112123]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:24:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:48 smithi138 ceph-mon[117003]: pgmap v20940: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-07T16:24:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-07T16:24:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-07T16:24:48.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:48 smithi138 ceph-mon[117003]: from='mgr.14400 172.21.15.28:0/919285054' entity='mgr.a' 2023-12-07T16:24:50.443 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:50.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:50.444 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:50.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:50 smithi161 ceph-mon[116604]: pgmap v20941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:50.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:50 smithi028 ceph-mon[112123]: pgmap v20941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:50.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:50 smithi138 ceph-mon[117003]: pgmap v20941: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:24:51.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:51.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:51.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:51.210 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:51.210 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:52.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:52 smithi161 ceph-mon[116604]: pgmap v20942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:52.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:52 smithi161 ceph-mon[116604]: from='client.561831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:52.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:52 smithi028 ceph-mon[112123]: pgmap v20942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:52.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:52 smithi028 ceph-mon[112123]: from='client.561831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:52.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:52 smithi138 ceph-mon[117003]: pgmap v20942: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:52.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:52 smithi138 ceph-mon[117003]: from='client.561831 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:54.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:54 smithi161 ceph-mon[116604]: pgmap v20943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:54.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:54 smithi028 ceph-mon[112123]: pgmap v20943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:54.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:54 smithi138 ceph-mon[117003]: pgmap v20943: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:24:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:24:56.212 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:24:56.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:56 smithi161 ceph-mon[116604]: pgmap v20944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:56.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:56 smithi028 ceph-mon[112123]: pgmap v20944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:56.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:56 smithi138 ceph-mon[117003]: pgmap v20944: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:24:56.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:24:56.998 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:24:56.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:24:56.999 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:24:56.999 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:24:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:58 smithi161 ceph-mon[116604]: from='client.561903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:58.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:24:58 smithi161 ceph-mon[116604]: pgmap v20945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:58 smithi028 ceph-mon[112123]: from='client.561903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:58.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:24:58 smithi028 ceph-mon[112123]: pgmap v20945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:24:58.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:58 smithi138 ceph-mon[117003]: from='client.561903 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:24:58.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:24:58 smithi138 ceph-mon[117003]: pgmap v20945: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:00.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:00 smithi161 ceph-mon[116604]: pgmap v20946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:00.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:00 smithi028 ceph-mon[112123]: pgmap v20946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:00.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:00 smithi138 ceph-mon[117003]: pgmap v20946: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:02.001 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:25:02.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:02.001 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:02.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:02 smithi161 ceph-mon[116604]: pgmap v20947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:02.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:02 smithi028 ceph-mon[112123]: pgmap v20947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:02.769 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:25:02.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:02.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:02.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:02.769 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:25:02.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:02 smithi138 ceph-mon[117003]: pgmap v20947: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:03.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:03 smithi161 ceph-mon[116604]: from='client.561975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:03.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:03 smithi028 ceph-mon[112123]: from='client.561975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:03.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:03 smithi138 ceph-mon[117003]: from='client.561975 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:04.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:04 smithi161 ceph-mon[116604]: pgmap v20948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:04.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:04 smithi028 ceph-mon[112123]: pgmap v20948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:04.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:04 smithi138 ceph-mon[117003]: pgmap v20948: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:06.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:06 smithi161 ceph-mon[116604]: pgmap v20949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:06.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:06 smithi028 ceph-mon[112123]: pgmap v20949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:06.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:06 smithi138 ceph-mon[117003]: pgmap v20949: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:07.771 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:25:07.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:07.771 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:08.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:08.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:08.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:08.558 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:25:08.559 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:25:08.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:08 smithi161 ceph-mon[116604]: pgmap v20950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:08.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:08 smithi028 ceph-mon[112123]: pgmap v20950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:08.794 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:08 smithi138 ceph-mon[117003]: pgmap v20950: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:09.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:09 smithi161 ceph-mon[116604]: from='client.562047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:09.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:09 smithi028 ceph-mon[112123]: from='client.562047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:09.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:09 smithi138 ceph-mon[117003]: from='client.562047 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:10.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:10 smithi161 ceph-mon[116604]: pgmap v20951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:10.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:10 smithi028 ceph-mon[112123]: pgmap v20951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:10.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:10 smithi138 ceph-mon[117003]: pgmap v20951: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:12.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:12 smithi161 ceph-mon[116604]: pgmap v20952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:12.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:12 smithi028 ceph-mon[112123]: pgmap v20952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:12.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:12 smithi138 ceph-mon[117003]: pgmap v20952: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:13.560 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:25:13.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:13.560 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:14.327 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:25:14.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:14.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:14.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:14.328 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:25:14.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:14 smithi161 ceph-mon[116604]: pgmap v20953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:14.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:14 smithi028 ceph-mon[112123]: pgmap v20953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:14.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:14 smithi138 ceph-mon[117003]: pgmap v20953: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:15.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:15 smithi161 ceph-mon[116604]: from='client.562125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:15.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:15 smithi028 ceph-mon[112123]: from='client.562125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:15.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:15 smithi138 ceph-mon[117003]: from='client.562125 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:16.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:16 smithi161 ceph-mon[116604]: pgmap v20954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:25:16.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:16 smithi028 ceph-mon[112123]: pgmap v20954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:25:16.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:16 smithi138 ceph-mon[117003]: pgmap v20954: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.3 KiB/s rd, 2 op/s 2023-12-07T16:25:18.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:18 smithi161 ceph-mon[116604]: pgmap v20955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:25:18.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:18 smithi028 ceph-mon[112123]: pgmap v20955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:25:18.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:18 smithi138 ceph-mon[117003]: pgmap v20955: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:25:19.329 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:25:19.329 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:19.330 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:20.099 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:25:20.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:20.099 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:20.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:20.100 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:25:20.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:20 smithi161 ceph-mon[116604]: pgmap v20956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:25:20.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:20 smithi028 ceph-mon[112123]: pgmap v20956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:25:20.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:20 smithi138 ceph-mon[117003]: pgmap v20956: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.3 KiB/s rd, 1 op/s 2023-12-07T16:25:21.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:21 smithi161 ceph-mon[116604]: from='client.562200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:21.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:21 smithi028 ceph-mon[112123]: from='client.562200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:21.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:21 smithi138 ceph-mon[117003]: from='client.562200 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:22.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:22 smithi161 ceph-mon[116604]: pgmap v20957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:22.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:22 smithi028 ceph-mon[112123]: pgmap v20957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:22.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:22 smithi138 ceph-mon[117003]: pgmap v20957: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:24.686 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:24 smithi161 ceph-mon[116604]: pgmap v20958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:24.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:24 smithi028 ceph-mon[112123]: pgmap v20958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:24.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:24 smithi138 ceph-mon[117003]: pgmap v20958: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1023 B/s rd, 0 op/s 2023-12-07T16:25:25.101 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:25:25.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:25.101 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:25.883 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:25:25.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:25.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:25.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:25.884 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:25:26.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:26 smithi161 ceph-mon[116604]: pgmap v20959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:26.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:26 smithi161 ceph-mon[116604]: from='client.562275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:26.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:26 smithi028 ceph-mon[112123]: pgmap v20959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:26.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:26 smithi028 ceph-mon[112123]: from='client.562275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:26.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:26 smithi138 ceph-mon[117003]: pgmap v20959: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:26.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:26 smithi138 ceph-mon[117003]: from='client.562275 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:28.685 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:28 smithi161 ceph-mon[116604]: pgmap v20960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:25:28.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:28 smithi028 ceph-mon[112123]: pgmap v20960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:25:28.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:28 smithi138 ceph-mon[117003]: pgmap v20960: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:25:30.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:30 smithi028 ceph-mon[112123]: pgmap v20961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:25:30.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:30 smithi138 ceph-mon[117003]: pgmap v20961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:25:30.885 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:25:30.885 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:30.886 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:30.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:30 smithi161 ceph-mon[116604]: pgmap v20961: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-07T16:25:31.663 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:25:31.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:31.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:31.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:31.663 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:25:32.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:32 smithi028 ceph-mon[112123]: pgmap v20962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:25:32.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:32 smithi028 ceph-mon[112123]: from='client.562350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:32.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:32 smithi138 ceph-mon[117003]: pgmap v20962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:25:32.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:32 smithi138 ceph-mon[117003]: from='client.562350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:32.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:32 smithi161 ceph-mon[116604]: pgmap v20962: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.7 KiB/s rd, 2 op/s 2023-12-07T16:25:32.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:32 smithi161 ceph-mon[116604]: from='client.562350 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:34.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:34 smithi028 ceph-mon[112123]: pgmap v20963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:34.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:34 smithi138 ceph-mon[117003]: pgmap v20963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:34.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:34 smithi161 ceph-mon[116604]: pgmap v20963: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:36.665 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:25:36.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:36.666 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:36.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:36 smithi028 ceph-mon[112123]: pgmap v20964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:36.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:36 smithi138 ceph-mon[117003]: pgmap v20964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:36.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:36 smithi161 ceph-mon[116604]: pgmap v20964: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:37.433 INFO:teuthology.orchestra.run.smithi028.stdout:master zone has no endpoint 2023-12-07T16:25:37.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ TOKEN='master zone has no endpoint' 2023-12-07T16:25:37.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ echo master zone has no endpoint 2023-12-07T16:25:37.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ '[' 'master zone has no endpoint' '!=' 'master zone has no endpoint' ']' 2023-12-07T16:25:37.434 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 5 2023-12-07T16:25:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:38 smithi028 ceph-mon[112123]: pgmap v20965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:38.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:38 smithi028 ceph-mon[112123]: from='client.562428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:38.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:38 smithi138 ceph-mon[117003]: pgmap v20965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:38.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:38 smithi138 ceph-mon[117003]: from='client.562428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:38.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:38 smithi161 ceph-mon[116604]: pgmap v20965: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:38.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:38 smithi161 ceph-mon[116604]: from='client.562428 -' entity='client.admin' cmd=[{"prefix": "rgw realm tokens", "target": ["mon-mgr", ""]}]: dispatch 2023-12-07T16:25:40.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:40 smithi028 ceph-mon[112123]: pgmap v20966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:40.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:40 smithi138 ceph-mon[117003]: pgmap v20966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:40.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:40 smithi161 ceph-mon[116604]: pgmap v20966: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 2.0 KiB/s rd, 1 op/s 2023-12-07T16:25:42.435 INFO:teuthology.orchestra.run.smithi028.stderr:+ true 2023-12-07T16:25:42.435 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph rgw realm tokens 2023-12-07T16:25:42.436 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[0].token' 2023-12-07T16:25:42.711 INFO:journalctl@ceph.mon.a.smithi028.stdout:Dec 07 16:25:42 smithi028 ceph-mon[112123]: pgmap v20967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:42.787 INFO:journalctl@ceph.mon.b.smithi138.stdout:Dec 07 16:25:42 smithi138 ceph-mon[117003]: pgmap v20967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:42.935 INFO:journalctl@ceph.mon.c.smithi161.stdout:Dec 07 16:25:42 smithi161 ceph-mon[116604]: pgmap v20967: 33 pgs: 33 active+clean; 579 KiB data, 82 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 2 op/s 2023-12-07T16:25:43.198 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-12-07T16:25:43.198 DEBUG:teuthology.task.console_log:Killing console logger for smithi028 2023-12-07T16:25:43.199 DEBUG:teuthology.task.console_log:Killing console logger for smithi138 2023-12-07T16:25:43.199 DEBUG:teuthology.task.console_log:Killing console logger for smithi161 2023-12-07T16:25:43.199 DEBUG:teuthology.exit:Finished running handlers